diff --git "a/tokenizer.json" "b/tokenizer.json" new file mode 100644--- /dev/null +++ "b/tokenizer.json" @@ -0,0 +1,30150 @@ +{ + "version": "1.0", + "truncation": null, + "padding": null, + "added_tokens": [ + { + "id": 0, + "content": "[PAD]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 1, + "content": "[UNK]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 2, + "content": "[CLS]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 3, + "content": "[SEP]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + }, + { + "id": 4, + "content": "[MASK]", + "single_word": false, + "lstrip": false, + "rstrip": false, + "normalized": false, + "special": true + } + ], + "normalizer": { + "type": "BertNormalizer", + "clean_text": true, + "handle_chinese_chars": true, + "strip_accents": null, + "lowercase": true + }, + "pre_tokenizer": { + "type": "BertPreTokenizer" + }, + "post_processor": { + "type": "TemplateProcessing", + "single": [ + { + "SpecialToken": { + "id": "[CLS]", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "[SEP]", + "type_id": 0 + } + } + ], + "pair": [ + { + "SpecialToken": { + "id": "[CLS]", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "A", + "type_id": 0 + } + }, + { + "SpecialToken": { + "id": "[SEP]", + "type_id": 0 + } + }, + { + "Sequence": { + "id": "B", + "type_id": 1 + } + }, + { + "SpecialToken": { + "id": "[SEP]", + "type_id": 1 + } + } + ], + "special_tokens": { + "[CLS]": { + "id": "[CLS]", + "ids": [ + 2 + ], + "tokens": [ + "[CLS]" + ] + }, + "[SEP]": { + "id": "[SEP]", + "ids": [ + 3 + ], + "tokens": [ + "[SEP]" + ] + } + } + }, + "decoder": { + "type": "WordPiece", + "prefix": "##", + "cleanup": true + }, + "model": { + "type": "WordPiece", + "unk_token": "[UNK]", + "continuing_subword_prefix": "##", + "max_input_chars_per_word": 100, + "vocab": { + "[PAD]": 0, + "[UNK]": 1, + "[CLS]": 2, + "[SEP]": 3, + "[MASK]": 4, + "&": 5, + "'": 6, + "(": 7, + ")": 8, + ",": 9, + "-": 10, + ".": 11, + "/": 12, + "0": 13, + "1": 14, + "2": 15, + "3": 16, + "4": 17, + "5": 18, + "6": 19, + "7": 20, + "8": 21, + "9": 22, + "_": 23, + "a": 24, + "b": 25, + "c": 26, + "d": 27, + "e": 28, + "f": 29, + "g": 30, + "h": 31, + "i": 32, + "j": 33, + "k": 34, + "l": 35, + "m": 36, + "n": 37, + "o": 38, + "p": 39, + "q": 40, + "r": 41, + "s": 42, + "t": 43, + "u": 44, + "v": 45, + "w": 46, + "x": 47, + "y": 48, + "z": 49, + "´": 50, + "µ": 51, + "ø": 52, + "ł": 53, + "œ": 54, + "ƒ": 55, + "ɛ": 56, + "ɩ": 57, + "ɱ": 58, + "α": 59, + "β": 60, + "δ": 61, + "ε": 62, + "η": 63, + "θ": 64, + "ι": 65, + "λ": 66, + "μ": 67, + "π": 68, + "ρ": 69, + "σ": 70, + "τ": 71, + "φ": 72, + "χ": 73, + "ω": 74, + "ϕ": 75, + "с": 76, + "–": 77, + "’": 78, + "ⅰ": 79, + "ⅱ": 80, + "ⅲ": 81, + "ⅳ": 82, + "##u": 83, + "##l": 84, + "##i": 85, + "##n": 86, + "##g": 87, + "##e": 88, + "##c": 89, + "##o": 90, + "##s": 91, + "##t": 92, + "##r": 93, + "##h": 94, + "##w": 95, + "##a": 96, + "##d": 97, + "##m": 98, + "##7": 99, + "##y": 100, + "##p": 101, + "##3": 102, + "##9": 103, + "##0": 104, + "##2": 105, + "##8": 106, + "##5": 107, + "##f": 108, + "##6": 109, + "##b": 110, + "##z": 111, + "##4": 112, + "##q": 113, + "##j": 114, + "##k": 115, + "##x": 116, + "##v": 117, + "##1": 118, + "##ⅰ": 119, + "##β": 120, + "##ł": 121, + "##α": 122, + "##φ": 123, + "##σ": 124, + "##ω": 125, + "##ø": 126, + "##ε": 127, + "th": 128, + "the": 129, + "##on": 130, + "##er": 131, + "##ti": 132, + "##es": 133, + "##in": 134, + "##en": 135, + "##al": 136, + "##nd": 137, + "##ed": 138, + "of": 139, + "##or": 140, + "##an": 141, + "##ic": 142, + "##at": 143, + "in": 144, + "##ar": 145, + "and": 146, + "##tion": 147, + "##re": 148, + "##it": 149, + "##as": 150, + "##ro": 151, + "##ent": 152, + "##is": 153, + "##el": 154, + "##ing": 155, + "##le": 156, + "##ation": 157, + "to": 158, + "##ou": 159, + "##ol": 160, + "##th": 161, + "##ac": 162, + "##st": 163, + "##ec": 164, + "##ur": 165, + "##ul": 166, + "##et": 167, + "st": 168, + "##ith": 169, + "is": 170, + "##mp": 171, + "con": 172, + "##ly": 173, + "##oc": 174, + "##ig": 175, + "for": 176, + "##si": 177, + "are": 178, + "##ow": 179, + "##im": 180, + "ma": 181, + "##ter": 182, + "with": 183, + "co": 184, + "##ve": 185, + "de": 186, + "##ce": 187, + "##ra": 188, + "##id": 189, + "##os": 190, + "##ts": 191, + "##tin": 192, + "##il": 193, + "re": 194, + "su": 195, + "sh": 196, + "as": 197, + "ch": 198, + "##ate": 199, + "an": 200, + "##ure": 201, + "##rom": 202, + "##og": 203, + "bas": 204, + "##ag": 205, + "##ver": 206, + "##ment": 207, + "pro": 208, + "##if": 209, + "##ru": 210, + "##tic": 211, + "from": 212, + "al": 213, + "by": 214, + "##am": 215, + "##res": 216, + "that": 217, + "ex": 218, + "be": 219, + "wh": 220, + "se": 221, + "on": 222, + "##ated": 223, + "##od": 224, + "##ph": 225, + "##ir": 226, + "##om": 227, + "##ite": 228, + "or": 229, + "##um": 230, + "##ock": 231, + "##ang": 232, + "##ch": 233, + "fa": 234, + "##ud": 235, + "##ri": 236, + "##ect": 237, + "##ot": 238, + "##igh": 239, + "##ere": 240, + "##ity": 241, + "res": 242, + "form": 243, + "##se": 244, + "ac": 245, + "##op": 246, + "faul": 247, + "##ting": 248, + "##ich": 249, + "##ical": 250, + "##ong": 251, + "at": 252, + "##qu": 253, + "ge": 254, + "##ab": 255, + "##ous": 256, + "pl": 257, + "comp": 258, + "sou": 259, + "##ther": 260, + "dep": 261, + "##ak": 262, + "##ct": 263, + "##ut": 264, + "##ant": 265, + "basin": 266, + "ha": 267, + "##em": 268, + "##vel": 269, + "rock": 270, + "##ran": 271, + "##ale": 272, + "##ist": 273, + "##pp": 274, + "high": 275, + "##ay": 276, + "##onic": 277, + "ear": 278, + "##and": 279, + "##ine": 280, + "##ati": 281, + "##olog": 282, + "##iz": 283, + "this": 284, + "##eral": 285, + "##ies": 286, + "##sion": 287, + "tect": 288, + "##ence": 289, + "##est": 290, + "cont": 291, + "##ces": 292, + "##ore": 293, + "##rac": 294, + "##pl": 295, + "##orm": 296, + "##ain": 297, + "##ary": 298, + "##ge": 299, + "##00": 300, + "##one": 301, + "ind": 302, + "##all": 303, + "tectonic": 304, + "##lu": 305, + "di": 306, + "which": 307, + "ne": 308, + "par": 309, + "formation": 310, + "##ian": 311, + "have": 312, + "low": 313, + "##iment": 314, + "##ism": 315, + "col": 316, + "##amp": 317, + "was": 318, + "min": 319, + "##uc": 320, + "were": 321, + "##ues": 322, + "gra": 323, + "cl": 324, + "##rou": 325, + "en": 326, + "ev": 327, + "fault": 328, + "sub": 329, + "##ace": 330, + "##ion": 331, + "##tern": 332, + "rel": 333, + "mo": 334, + "##ediment": 335, + "##rust": 336, + "##tions": 337, + "##us": 338, + "##anic": 339, + "sediment": 340, + "mag": 341, + "pres": 342, + "##fer": 343, + "##yst": 344, + "int": 345, + "nor": 346, + "##form": 347, + "rocks": 348, + "stud": 349, + "##ad": 350, + "mod": 351, + "fig": 352, + "##ations": 353, + "##osi": 354, + "un": 355, + "inc": 356, + "figure": 357, + "dis": 358, + "earth": 359, + "##ap": 360, + "##eri": 361, + "##ata": 362, + "inter": 363, + "##ted": 364, + "area": 365, + "##ene": 366, + "mar": 367, + "##we": 368, + "mineral": 369, + "##ast": 370, + "ar": 371, + "reg": 372, + "##ures": 373, + "bet": 374, + "##erv": 375, + "us": 376, + "sl": 377, + "ab": 378, + "samp": 379, + "##ution": 380, + "show": 381, + "##uring": 382, + "##age": 383, + "##ear": 384, + "##ys": 385, + "can": 386, + "coal": 387, + "contin": 388, + "##les": 389, + "##ers": 390, + "##ma": 391, + "we": 392, + "mat": 393, + "acti": 394, + "it": 395, + "##con": 396, + "geolog": 397, + "##ruct": 398, + "crust": 399, + "##ween": 400, + "##duc": 401, + "between": 402, + "##ia": 403, + "##ell": 404, + "##ip": 405, + "dif": 406, + "me": 407, + "##ally": 408, + "colle": 409, + "char": 410, + "rec": 411, + "##end": 412, + "##yp": 413, + "##ates": 414, + "##arb": 415, + "##di": 416, + "val": 417, + "ob": 418, + "these": 419, + "met": 420, + "acc": 421, + "##eld": 422, + "faults": 423, + "##gh": 424, + "##able": 425, + "li": 426, + "##orph": 427, + "##so": 428, + "##ass": 429, + "struct": 430, + "##ites": 431, + "##ess": 432, + "##arbon": 433, + "anal": 434, + "##cc": 435, + "has": 436, + "##enti": 437, + "frac": 438, + "##oun": 439, + "during": 440, + "region": 441, + "also": 442, + "##han": 443, + "resul": 444, + "seism": 445, + "te": 446, + "shale": 447, + "sp": 448, + "##ina": 449, + "##osition": 450, + "##erm": 451, + "differ": 452, + "##ater": 453, + "##ase": 454, + "##ep": 455, + "been": 456, + "sc": 457, + "indic": 458, + "##rib": 459, + "colleag": 460, + "##ld": 461, + "colleagues": 462, + "20": 463, + "und": 464, + "##ill": 465, + "sour": 466, + "##gg": 467, + "##ments": 468, + "##ely": 469, + "cr": 470, + "##oz": 471, + "south": 472, + "flu": 473, + "north": 474, + "##ents": 475, + "##osit": 476, + "##thern": 477, + "gas": 478, + "deposit": 479, + "##velop": 480, + "vol": 481, + "sur": 482, + "##ue": 483, + "data": 484, + "under": 485, + "pre": 486, + "str": 487, + "main": 488, + "##ozo": 489, + "##raph": 490, + "typ": 491, + "##low": 492, + "over": 493, + "ext": 494, + "not": 495, + "occ": 496, + "##ard": 497, + "develop": 498, + "##fic": 499, + "qu": 500, + "##ozoic": 501, + "##ift": 502, + "##ke": 503, + "plate": 504, + "##ield": 505, + "##tain": 506, + "ca": 507, + "cal": 508, + "##ied": 509, + "lith": 510, + "##ound": 511, + "most": 512, + "seismic": 513, + "lower": 514, + "occur": 515, + "oce": 516, + "##iti": 517, + "lar": 518, + "##quak": 519, + "mant": 520, + "le": 521, + "ele": 522, + "det": 523, + "##ick": 524, + "##etro": 525, + "china": 526, + "##ome": 527, + "samples": 528, + "mantle": 529, + "zone": 530, + "##ib": 531, + "##ord": 532, + "##olution": 533, + "analys": 534, + "ad": 535, + "##eng": 536, + "##vely": 537, + "model": 538, + "gran": 539, + "study": 540, + "##ific": 541, + "fac": 542, + "##ined": 543, + "imp": 544, + "earthquak": 545, + "well": 546, + "bel": 547, + "##ral": 548, + "loc": 549, + "##ort": 550, + "##acter": 551, + "##ign": 552, + "tran": 553, + "##ental": 554, + "##ystem": 555, + "bl": 556, + "magma": 557, + "fe": 558, + "system": 559, + "exp": 560, + "10": 561, + "dist": 562, + "petro": 563, + "more": 564, + "##yd": 565, + "character": 566, + "pale": 567, + "than": 568, + "##cess": 569, + "sim": 570, + "##ile": 571, + "gen": 572, + "##un": 573, + "##ach": 574, + "##ree": 575, + "pr": 576, + "##vity": 577, + "there": 578, + "##ari": 579, + "expl": 580, + "##duction": 581, + "thick": 582, + "km": 583, + "prov": 584, + "##iver": 585, + "sec": 586, + "##ens": 587, + "sugg": 588, + "##gin": 589, + "chang": 590, + "source": 591, + "hyd": 592, + "cor": 593, + "##ond": 594, + "rep": 595, + "temp": 596, + "##ance": 597, + "ph": 598, + "##formation": 599, + "##osed": 600, + "##ne": 601, + "##tit": 602, + "##ress": 603, + "process": 604, + "##yn": 605, + "##ircon": 606, + "zircon": 607, + "ass": 608, + "##erat": 609, + "such": 610, + "app": 611, + "com": 612, + "org": 613, + "fol": 614, + "##stone": 615, + "may": 616, + "carbon": 617, + "##ide": 618, + "where": 619, + "##der": 620, + "##ost": 621, + "##ry": 622, + "af": 623, + "mel": 624, + "cent": 625, + "tw": 626, + "continental": 627, + "##face": 628, + "margin": 629, + "age": 630, + "some": 631, + "mid": 632, + "sin": 633, + "cons": 634, + "sil": 635, + "##ization": 636, + "into": 637, + "##ight": 638, + "fract": 639, + "fluid": 640, + "tim": 641, + "##ones": 642, + "##ved": 643, + "organic": 644, + "two": 645, + "##ould": 646, + "##ob": 647, + "along": 648, + "rang": 649, + "##vi": 650, + "sign": 651, + "temperat": 652, + "##osph": 653, + "calc": 654, + "##lud": 655, + "##ized": 656, + "##ction": 657, + "ref": 658, + "geological": 659, + "##ret": 660, + "##och": 661, + "part": 662, + "block": 663, + "how": 664, + "##ating": 665, + "##rain": 666, + "##amorph": 667, + "##round": 668, + "tr": 669, + "##sive": 670, + "early": 671, + "##ath": 672, + "obs": 673, + "metamorph": 674, + "different": 675, + "##per": 676, + "##ack": 677, + "its": 678, + "values": 679, + "up": 680, + "vari": 681, + "##roc": 682, + "deep": 683, + "gre": 684, + "active": 685, + "late": 686, + "maj": 687, + "large": 688, + "##gen": 689, + "##ural": 690, + "other": 691, + "upp": 692, + "##par": 693, + "dec": 694, + "##ose": 695, + "##iron": 696, + "##ium": 697, + "##viron": 698, + "sediments": 699, + "related": 700, + "##ric": 701, + "##our": 702, + "##de": 703, + "##estern": 704, + "observ": 705, + "##ust": 706, + "##assic": 707, + "howe": 708, + "upper": 709, + "however": 710, + "set": 711, + "sand": 712, + "ag": 713, + "based": 714, + "distrib": 715, + "refle": 716, + "19": 717, + "##rough": 718, + "their": 719, + "##oth": 720, + "long": 721, + "relati": 722, + "used": 723, + "environ": 724, + "##ial": 725, + "##dle": 726, + "deposits": 727, + "incre": 728, + "condi": 729, + "results": 730, + "major": 731, + "includ": 732, + "am": 733, + "volc": 734, + "##tz": 735, + "lay": 736, + "upl": 737, + "##rox": 738, + "subduction": 739, + "unit": 740, + "middle": 741, + "river": 742, + "ter": 743, + "##log": 744, + "##che": 745, + "basins": 746, + "##emical": 747, + "conc": 748, + "##ward": 749, + "within": 750, + "gl": 751, + "press": 752, + "sedimentary": 753, + "dom": 754, + "##otop": 755, + "trans": 756, + "##tig": 757, + "ver": 758, + "##ros": 759, + "##out": 760, + "##lis": 761, + "isotop": 762, + "deformation": 763, + "##ves": 764, + "matter": 765, + "out": 766, + "surface": 767, + "201": 768, + "##ole": 769, + "es": 770, + "content": 771, + "but": 772, + "formed": 773, + "depth": 774, + "cryst": 775, + "present": 776, + "##astern": 777, + "explor": 778, + "they": 779, + "stress": 780, + "dire": 781, + "time": 782, + "##ough": 783, + "##ins": 784, + "##ilar": 785, + "evolution": 786, + "he": 787, + "##ors": 788, + "arc": 789, + "##mon": 790, + "similar": 791, + "conditions": 792, + "##ling": 793, + "geoch": 794, + "analysis": 795, + "central": 796, + "lithosph": 797, + "southern": 798, + "using": 799, + "##ble": 800, + "##ension": 801, + "##red": 802, + "##ber": 803, + "interp": 804, + "##pec": 805, + "##au": 806, + "crustal": 807, + "##als": 808, + "deposition": 809, + "##raphic": 810, + "water": 811, + "##ai": 812, + "comple": 813, + "geology": 814, + "bound": 815, + "areas": 816, + "##aceous": 817, + "activity": 818, + "development": 819, + "##tive": 820, + "exploration": 821, + "mic": 822, + "##ps": 823, + "##io": 824, + "stri": 825, + "mainly": 826, + "##mal": 827, + "##ential": 828, + "pressure": 829, + "due": 830, + "##umul": 831, + "flow": 832, + "field": 833, + "##ory": 834, + "studies": 835, + "northern": 836, + "des": 837, + "sea": 838, + "sm": 839, + "##ocene": 840, + "slip": 841, + "##du": 842, + "##ology": 843, + "both": 844, + "hor": 845, + "characteris": 846, + "base": 847, + "rati": 848, + "##ness": 849, + "##bl": 850, + "suggest": 851, + "ther": 852, + "regional": 853, + "reserv": 854, + "type": 855, + "ocean": 856, + "repres": 857, + "signific": 858, + "red": 859, + "bec": 860, + "all": 861, + "##ular": 862, + "strata": 863, + "##ences": 864, + "##tical": 865, + "##ages": 866, + "sequ": 867, + "peri": 868, + "structure": 869, + "contro": 870, + "##oci": 871, + "oro": 872, + "##tics": 873, + "##amb": 874, + "uplift": 875, + "##yrox": 876, + "oceanic": 877, + "earthquakes": 878, + "through": 879, + "##tim": 880, + "##ram": 881, + "top": 882, + "quar": 883, + "silic": 884, + "minerals": 885, + "##ities": 886, + "moun": 887, + "##tal": 888, + "lim": 889, + "composition": 890, + "only": 891, + "grou": 892, + "trac": 893, + "stage": 894, + "##chean": 895, + "##ron": 896, + "temperature": 897, + "east": 898, + "##ected": 899, + "##oir": 900, + "##ff": 901, + "disc": 902, + "control": 903, + "mi": 904, + "##ically": 905, + "earthquake": 906, + "magmatic": 907, + "zones": 908, + "##ines": 909, + "prof": 910, + "##ient": 911, + "##xt": 912, + "volcanic": 913, + "reservoir": 914, + "ore": 915, + "##ides": 916, + "pot": 917, + "##itic": 918, + "##ork": 919, + "quartz": 920, + "mountain": 921, + "setting": 922, + "##ression": 923, + "##fore": 924, + "domin": 925, + "##ration": 926, + "##ility": 927, + "basal": 928, + "environment": 929, + "##xim": 930, + "const": 931, + "extension": 932, + "range": 933, + "fl": 934, + "man": 935, + "associ": 936, + "observed": 937, + "eastern": 938, + "three": 939, + "thickness": 940, + "trend": 941, + "prop": 942, + "facies": 943, + "relatively": 944, + "period": 945, + "processes": 946, + "distribution": 947, + "200": 948, + "##mpl": 949, + "compar": 950, + "significant": 951, + "##eric": 952, + "prec": 953, + "##ie": 954, + "##ases": 955, + "mec": 956, + "##enc": 957, + "##uan": 958, + "##ven": 959, + "marine": 960, + "import": 961, + "##own": 962, + "record": 963, + "##ae": 964, + "##orite": 965, + "general": 966, + "western": 967, + "##vious": 968, + "##inite": 969, + "tectonics": 970, + "##yroxene": 971, + "fur": 972, + "orig": 973, + "scale": 974, + "rift": 975, + "gener": 976, + "metamorphic": 977, + "mud": 978, + "one": 979, + "##ative": 980, + "structural": 981, + "about": 982, + "pe": 983, + "##itud": 984, + "##rian": 985, + "sample": 986, + "oil": 987, + "consi": 988, + "##terozoic": 989, + "rich": 990, + "shows": 991, + "ages": 992, + "##ambrian": 993, + "##rocarbon": 994, + "consider": 995, + "per": 996, + "mechan": 997, + "further": 998, + "shear": 999, + "hydrocarbon": 1000, + "jur": 1001, + "section": 1002, + "##ake": 1003, + "##earch": 1004, + "jurassic": 1005, + "so": 1006, + "##arn": 1007, + "##ossi": 1008, + "research": 1009, + "##tite": 1010, + "norm": 1011, + "##hu": 1012, + "fraction": 1013, + "crystall": 1014, + "tar": 1015, + "complex": 1016, + "no": 1017, + "##ail": 1018, + "higher": 1019, + "characteristics": 1020, + "meth": 1021, + "shall": 1022, + "12": 1023, + "pal": 1024, + "eff": 1025, + "##rop": 1026, + "developed": 1027, + "shallow": 1028, + "ru": 1029, + "origin": 1030, + "materi": 1031, + "##und": 1032, + "level": 1033, + "strike": 1034, + "##ross": 1035, + "crat": 1036, + "important": 1037, + "belt": 1038, + "##he": 1039, + "##amic": 1040, + "while": 1041, + "##omet": 1042, + "##atic": 1043, + "supp": 1044, + "##raphy": 1045, + "fact": 1046, + "new": 1047, + "uran": 1048, + "po": 1049, + "normal": 1050, + "fir": 1051, + "##cted": 1052, + "near": 1053, + "strong": 1054, + "15": 1055, + "continu": 1056, + "layer": 1057, + "##ning": 1058, + "##hib": 1059, + "associated": 1060, + "method": 1061, + "uranium": 1062, + "##sem": 1063, + "orogen": 1064, + "our": 1065, + "perm": 1066, + "inf": 1067, + "bed": 1068, + "meas": 1069, + "follow": 1070, + "small": 1071, + "##ection": 1072, + "after": 1073, + "potential": 1074, + "##amet": 1075, + "##ove": 1076, + "corre": 1077, + "##uch": 1078, + "##ales": 1079, + "deri": 1080, + "id": 1081, + "ox": 1082, + "##lision": 1083, + "##iang": 1084, + "##rit": 1085, + "stra": 1086, + "im": 1087, + "thrust": 1088, + "thus": 1089, + "rem": 1090, + "group": 1091, + "##opyroxene": 1092, + "##dition": 1093, + "##ood": 1094, + "feat": 1095, + "first": 1096, + "rif": 1097, + "common": 1098, + "sw": 1099, + "mafic": 1100, + "determ": 1101, + "sugges": 1102, + "above": 1103, + "geochemical": 1104, + "ce": 1105, + "indicate": 1106, + "##ength": 1107, + "represent": 1108, + "aver": 1109, + "##ov": 1110, + "collision": 1111, + "could": 1112, + "cret": 1113, + "##kely": 1114, + "toc": 1115, + "cretaceous": 1116, + "assem": 1117, + "##opro": 1118, + "plan": 1119, + "magm": 1120, + "accumul": 1121, + "line": 1122, + "less": 1123, + "sever": 1124, + "##arnet": 1125, + "vel": 1126, + "zh": 1127, + "##though": 1128, + "although": 1129, + "garnet": 1130, + "##led": 1131, + "##ons": 1132, + "calcul": 1133, + "dr": 1134, + "basement": 1135, + "##tively": 1136, + "##row": 1137, + "strain": 1138, + "##sions": 1139, + "clay": 1140, + "##nock": 1141, + "##ists": 1142, + "evid": 1143, + "charnock": 1144, + "veloc": 1145, + "obtain": 1146, + "hist": 1147, + "ig": 1148, + "##hed": 1149, + "##erg": 1150, + "##orted": 1151, + "##acement": 1152, + "sandstone": 1153, + "equ": 1154, + "term": 1155, + "addition": 1156, + "##itude": 1157, + "archean": 1158, + "##ears": 1159, + "##ynamic": 1160, + "identi": 1161, + "rate": 1162, + "##stand": 1163, + "contain": 1164, + "ero": 1165, + "thin": 1166, + "thermal": 1167, + "several": 1168, + "##rich": 1169, + "maxim": 1170, + "##ological": 1171, + "possi": 1172, + "##ume": 1173, + "prim": 1174, + "changes": 1175, + "##oproterozoic": 1176, + "pat": 1177, + "def": 1178, + "##ual": 1179, + "consist": 1180, + "average": 1181, + "found": 1182, + "##eous": 1183, + "##ame": 1184, + "located": 1185, + "paleo": 1186, + "many": 1187, + "gu": 1188, + "##ided": 1189, + "when": 1190, + "mean": 1191, + "##te": 1192, + "displ": 1193, + "fold": 1194, + "ec": 1195, + "ga": 1196, + "##astic": 1197, + "##ently": 1198, + "diag": 1199, + "likely": 1200, + "petrolog": 1201, + "simul": 1202, + "##ise": 1203, + "mes": 1204, + "##land": 1205, + "move": 1206, + "transi": 1207, + "lithosphere": 1208, + "bur": 1209, + "##ger": 1210, + "enrich": 1211, + "accord": 1212, + "horiz": 1213, + "mechanism": 1214, + "##hn": 1215, + "##yc": 1216, + "melting": 1217, + "decre": 1218, + "11": 1219, + "pb": 1220, + "##av": 1221, + "melt": 1222, + "estim": 1223, + "por": 1224, + "##li": 1225, + "very": 1226, + "bre": 1227, + "mountains": 1228, + "palae": 1229, + "derived": 1230, + "assembl": 1231, + "##ope": 1232, + "##ute": 1233, + "structures": 1234, + "desc": 1235, + "sol": 1236, + "west": 1237, + "##yr": 1238, + "##ogen": 1239, + "maximum": 1240, + "cambrian": 1241, + "##ks": 1242, + "##til": 1243, + "separ": 1244, + "glob": 1245, + "lake": 1246, + "tri": 1247, + "##imal": 1248, + "moder": 1249, + "mineralization": 1250, + "value": 1251, + "like": 1252, + "sequence": 1253, + "nat": 1254, + "##line": 1255, + "antic": 1256, + "therefore": 1257, + "##ensity": 1258, + "correl": 1259, + "##ocl": 1260, + "seam": 1261, + "geo": 1262, + "##ize": 1263, + "num": 1264, + "##ount": 1265, + "elements": 1266, + "direction": 1267, + "100": 1268, + "mul": 1269, + "##field": 1270, + "examp": 1271, + "carbonate": 1272, + "cur": 1273, + "hu": 1274, + "those": 1275, + "pattern": 1276, + "##pt": 1277, + "paramet": 1278, + "grain": 1279, + "analyses": 1280, + "wid": 1281, + "##contin": 1282, + "fractures": 1283, + "boundary": 1284, + "lat": 1285, + "##ream": 1286, + "##assi": 1287, + "##ogene": 1288, + "ord": 1289, + "##ability": 1290, + "models": 1291, + "core": 1292, + "cap": 1293, + "mac": 1294, + "qin": 1295, + "##2o": 1296, + "##lying": 1297, + "super": 1298, + "bear": 1299, + "respec": 1300, + "around": 1301, + "characterized": 1302, + "qinling": 1303, + "anom": 1304, + "##iao": 1305, + "local": 1306, + "trace": 1307, + "evidence": 1308, + "anomal": 1309, + "himal": 1310, + "##osity": 1311, + "shales": 1312, + "including": 1313, + "eclog": 1314, + "wa": 1315, + "##fied": 1316, + "events": 1317, + "sci": 1318, + "caus": 1319, + "concent": 1320, + "according": 1321, + "global": 1322, + "himalay": 1323, + "occurred": 1324, + "depositional": 1325, + "##ational": 1326, + "##uted": 1327, + "18": 1328, + "will": 1329, + "##over": 1330, + "comb": 1331, + "ke": 1332, + "initi": 1333, + "produc": 1334, + "element": 1335, + "bearing": 1336, + "nw": 1337, + "tra": 1338, + "##reted": 1339, + "##iss": 1340, + "reach": 1341, + "stratig": 1342, + "transition": 1343, + "##val": 1344, + "presence": 1345, + "##echn": 1346, + "multi": 1347, + "respectively": 1348, + "14": 1349, + "##ties": 1350, + "fin": 1351, + "##leum": 1352, + "isotopic": 1353, + "tarim": 1354, + "do": 1355, + "petroleum": 1356, + "reflect": 1357, + "##ause": 1358, + "16": 1359, + "post": 1360, + "##read": 1361, + "##assive": 1362, + "##act": 1363, + "magn": 1364, + "temperatures": 1365, + "peak": 1366, + "bio": 1367, + "techn": 1368, + "grains": 1369, + "interpret": 1370, + "because": 1371, + "si": 1372, + "##pping": 1373, + "parti": 1374, + "since": 1375, + "increas": 1376, + "southw": 1377, + "obtained": 1378, + "##ten": 1379, + "each": 1380, + "table": 1381, + "inves": 1382, + "##ably": 1383, + "result": 1384, + "indicates": 1385, + "investig": 1386, + "##ctions": 1387, + "##work": 1388, + "##ving": 1389, + "previous": 1390, + "micro": 1391, + "end": 1392, + "##fac": 1393, + "##ichuan": 1394, + "sources": 1395, + "influ": 1396, + "back": 1397, + "sichuan": 1398, + "##ded": 1399, + "##formed": 1400, + "fluids": 1401, + "ratio": 1402, + "##50": 1403, + "##sequ": 1404, + "increase": 1405, + "##aries": 1406, + "energ": 1407, + "##ositions": 1408, + "zircons": 1409, + "##ination": 1410, + "spec": 1411, + "history": 1412, + "energy": 1413, + "systems": 1414, + "aff": 1415, + "##pond": 1416, + "ins": 1417, + "coals": 1418, + "understand": 1419, + "mudstone": 1420, + "erosion": 1421, + "##king": 1422, + "second": 1423, + "profile": 1424, + "kn": 1425, + "syn": 1426, + "velocity": 1427, + "13": 1428, + "op": 1429, + "total": 1430, + "ratios": 1431, + "material": 1432, + "##shan": 1433, + "conver": 1434, + "cover": 1435, + "features": 1436, + "ba": 1437, + "##ening": 1438, + "##ography": 1439, + "forming": 1440, + "partic": 1441, + "intru": 1442, + "layers": 1443, + "cyc": 1444, + "chemical": 1445, + "types": 1446, + "blocks": 1447, + "lithospheric": 1448, + "pol": 1449, + "##east": 1450, + "##ano": 1451, + "conf": 1452, + "magne": 1453, + "pred": 1454, + "hydro": 1455, + "phase": 1456, + "generally": 1457, + "ep": 1458, + "mg": 1459, + "rap": 1460, + "years": 1461, + "##med": 1462, + "interpreted": 1463, + "permian": 1464, + "gi": 1465, + "##20": 1466, + "reac": 1467, + "##respond": 1468, + "change": 1469, + "correspond": 1470, + "##ox": 1471, + "##sid": 1472, + "green": 1473, + "craton": 1474, + "rid": 1475, + "same": 1476, + "##uced": 1477, + "sr": 1478, + "##way": 1479, + "##int": 1480, + "relations": 1481, + "detrit": 1482, + "50": 1483, + "##hip": 1484, + "alk": 1485, + "calcite": 1486, + "17": 1487, + "fine": 1488, + "##lic": 1489, + "proper": 1490, + "compositions": 1491, + "clim": 1492, + "preserv": 1493, + "parameters": 1494, + "la": 1495, + "mass": 1496, + "old": 1497, + "##ann": 1498, + "shown": 1499, + "fracture": 1500, + "horizon": 1501, + "##nary": 1502, + "##ish": 1503, + "orth": 1504, + "weak": 1505, + "land": 1506, + "div": 1507, + "diss": 1508, + "abund": 1509, + "mig": 1510, + "order": 1511, + "northw": 1512, + "metamorphism": 1513, + "discus": 1514, + "med": 1515, + "valle": 1516, + "reservoirs": 1517, + "car": 1518, + "yang": 1519, + "##elf": 1520, + "mostly": 1521, + "triassic": 1522, + "30": 1523, + "empl": 1524, + "##ather": 1525, + "detrital": 1526, + "##stones": 1527, + "##ured": 1528, + "##illing": 1529, + "lu": 1530, + "then": 1531, + "compon": 1532, + "##atis": 1533, + "analy": 1534, + "sul": 1535, + "##rated": 1536, + "##tile": 1537, + "deg": 1538, + "margins": 1539, + "##enced": 1540, + "suggests": 1541, + "consistent": 1542, + "##oclase": 1543, + "relationship": 1544, + "length": 1545, + "##itation": 1546, + "slope": 1547, + "proven": 1548, + "units": 1549, + "continuous": 1550, + "del": 1551, + "##nan": 1552, + "below": 1553, + "diagram": 1554, + "example": 1555, + "den": 1556, + "use": 1557, + "##rem": 1558, + "ang": 1559, + "grained": 1560, + "calculated": 1561, + "occurr": 1562, + "lead": 1563, + "limest": 1564, + "considered": 1565, + "porph": 1566, + "##ank": 1567, + "composed": 1568, + "glac": 1569, + "dominated": 1570, + "crystallization": 1571, + "dol": 1572, + "wt": 1573, + "##igen": 1574, + "short": 1575, + "petrog": 1576, + "describ": 1577, + "bod": 1578, + "foc": 1579, + "contr": 1580, + "contents": 1581, + "clin": 1582, + "porphy": 1583, + "au": 1584, + "feld": 1585, + "kar": 1586, + "##tle": 1587, + "##hai": 1588, + "##ark": 1589, + "whole": 1590, + "consists": 1591, + "accumulation": 1592, + "biotite": 1593, + "bi": 1594, + "inj": 1595, + "##ember": 1596, + "provin": 1597, + "##neous": 1598, + "igneous": 1599, + "ap": 1600, + "##ex": 1601, + "##olite": 1602, + "accre": 1603, + "exposed": 1604, + "felds": 1605, + "##omp": 1606, + "##olved": 1607, + "whereas": 1608, + "extensional": 1609, + "##ffic": 1610, + "belts": 1611, + "much": 1612, + "##jiang": 1613, + "##ited": 1614, + "ser": 1615, + "##ench": 1616, + "indicating": 1617, + "direct": 1618, + "miocene": 1619, + "proposed": 1620, + "break": 1621, + "accretion": 1622, + "down": 1623, + "sal": 1624, + "would": 1625, + "subsid": 1626, + "recon": 1627, + "granites": 1628, + "generation": 1629, + "effec": 1630, + "movement": 1631, + "amp": 1632, + "cm": 1633, + "size": 1634, + "##olith": 1635, + "co2": 1636, + "fracturing": 1637, + "factors": 1638, + "wave": 1639, + "cross": 1640, + "sch": 1641, + "##ao": 1642, + "isotope": 1643, + "profil": 1644, + "##ovic": 1645, + "feldspar": 1646, + "##ensi": 1647, + "shap": 1648, + "##agi": 1649, + "gradi": 1650, + "arg": 1651, + "recent": 1652, + "granul": 1653, + "tur": 1654, + "##ately": 1655, + "plagi": 1656, + "##istry": 1657, + "parts": 1658, + "clos": 1659, + "##aternary": 1660, + "quaternary": 1661, + "vertical": 1662, + "trending": 1663, + "possible": 1664, + "stratigraphic": 1665, + "amphib": 1666, + "##ert": 1667, + "##esis": 1668, + "prog": 1669, + "##rup": 1670, + "elect": 1671, + "detail": 1672, + "adj": 1673, + "##are": 1674, + "stream": 1675, + "##ains": 1676, + "neoproterozoic": 1677, + "modeling": 1678, + "include": 1679, + "23": 1680, + "el": 1681, + "##mm": 1682, + "##vation": 1683, + "compared": 1684, + "40": 1685, + "##ei": 1686, + "should": 1687, + "plat": 1688, + "eval": 1689, + "uncon": 1690, + "slab": 1691, + "deposited": 1692, + "provide": 1693, + "maceral": 1694, + "plagioclase": 1695, + "work": 1696, + "##stru": 1697, + "classi": 1698, + "relative": 1699, + "##igenous": 1700, + "song": 1701, + "##ked": 1702, + "##inc": 1703, + "refer": 1704, + "suc": 1705, + "class": 1706, + "few": 1707, + "various": 1708, + "mix": 1709, + "precip": 1710, + "charnockites": 1711, + "lo": 1712, + "mon": 1713, + "##ually": 1714, + "##rigenous": 1715, + "##erous": 1716, + "prob": 1717, + "compression": 1718, + "##ysical": 1719, + "surve": 1720, + "terrigenous": 1721, + "##ovician": 1722, + "##odi": 1723, + "199": 1724, + "controlled": 1725, + "anticline": 1726, + "ordovician": 1727, + "magnitude": 1728, + "subsidence": 1729, + "platform": 1730, + "host": 1731, + "##els": 1732, + "medium": 1733, + "dolom": 1734, + "##bed": 1735, + "##vities": 1736, + "them": 1737, + "##ind": 1738, + "intern": 1739, + "##lear": 1740, + "##thermal": 1741, + "text": 1742, + "rifting": 1743, + "magmas": 1744, + "simulation": 1745, + "eclogite": 1746, + "if": 1747, + "ni": 1748, + "sag": 1749, + "##aw": 1750, + "##idual": 1751, + "reve": 1752, + "##emistry": 1753, + "even": 1754, + "regions": 1755, + "great": 1756, + "##ogenic": 1757, + "alkal": 1758, + "ul": 1759, + "##ub": 1760, + "ste": 1761, + "liqu": 1762, + "exper": 1763, + "orogenic": 1764, + "nam": 1765, + "wide": 1766, + "stages": 1767, + "grade": 1768, + "outc": 1769, + "natural": 1770, + "converg": 1771, + "valley": 1772, + "clinopyroxene": 1773, + "density": 1774, + "eu": 1775, + "rates": 1776, + "##rid": 1777, + "##tivity": 1778, + "chann": 1779, + "fav": 1780, + "resour": 1781, + "had": 1782, + "therm": 1783, + "burial": 1784, + "porphyry": 1785, + "##ple": 1786, + "resp": 1787, + "india": 1788, + "extend": 1789, + "larg": 1790, + "siliceous": 1791, + "basalts": 1792, + "determined": 1793, + "supercontin": 1794, + "key": 1795, + "provenance": 1796, + "injection": 1797, + "##ft": 1798, + "##18": 1799, + "##arm": 1800, + "anor": 1801, + "production": 1802, + "volume": 1803, + "typical": 1804, + "granodi": 1805, + "black": 1806, + "environments": 1807, + "rapid": 1808, + "properties": 1809, + "climate": 1810, + "experiment": 1811, + "ka": 1812, + "##ced": 1813, + "##ots": 1814, + "##kes": 1815, + "##inal": 1816, + "toward": 1817, + "made": 1818, + "##allel": 1819, + "studied": 1820, + "plateau": 1821, + "caused": 1822, + "partial": 1823, + "limestone": 1824, + "py": 1825, + "formations": 1826, + "resulting": 1827, + "surround": 1828, + "##fication": 1829, + "suggested": 1830, + "defined": 1831, + "profiles": 1832, + "##ris": 1833, + "##rinite": 1834, + "minor": 1835, + "univer": 1836, + "abs": 1837, + "amount": 1838, + "anomalies": 1839, + "understanding": 1840, + "known": 1841, + "orthopyroxene": 1842, + "four": 1843, + "sem": 1844, + "identified": 1845, + "moderate": 1846, + "interpretation": 1847, + "25": 1848, + "dynamic": 1849, + "gab": 1850, + "ii": 1851, + "wor": 1852, + "##oor": 1853, + "##xi": 1854, + "##urian": 1855, + "##lusions": 1856, + "commonly": 1857, + "dissolution": 1858, + "##fficient": 1859, + "member": 1860, + "##ive": 1861, + "##ty": 1862, + "##ding": 1863, + "inver": 1864, + "phases": 1865, + "primary": 1866, + "enrichment": 1867, + "erup": 1868, + "later": 1869, + "##use": 1870, + "reported": 1871, + "sinu": 1872, + "following": 1873, + "displacement": 1874, + "mesozoic": 1875, + "gabb": 1876, + "asi": 1877, + "lin": 1878, + "tan": 1879, + "##sity": 1880, + "##ertain": 1881, + "number": 1882, + "il": 1883, + "##ges": 1884, + "##pa": 1885, + "infer": 1886, + "##rag": 1887, + "##ographic": 1888, + "across": 1889, + "##titute": 1890, + "cen": 1891, + "occurs": 1892, + "experi": 1893, + "transp": 1894, + "fractionation": 1895, + "petrological": 1896, + "geoph": 1897, + "##atism": 1898, + "sulf": 1899, + "granodiorite": 1900, + "bul": 1901, + "youn": 1902, + "##old": 1903, + "requ": 1904, + "neg": 1905, + "##illed": 1906, + "variation": 1907, + "bene": 1908, + "case": 1909, + "ro": 1910, + "##iqu": 1911, + "induced": 1912, + "obvious": 1913, + "assemblages": 1914, + "horizontal": 1915, + "unconform": 1916, + "sinuosity": 1917, + "rh": 1918, + "vary": 1919, + "##km": 1920, + "state": 1921, + "granite": 1922, + "dominant": 1923, + "migration": 1924, + "dy": 1925, + "here": 1926, + "yield": 1927, + "##nal": 1928, + "geom": 1929, + "coalfield": 1930, + "terran": 1931, + "21": 1932, + "ampl": 1933, + "jour": 1934, + "nb": 1935, + "rad": 1936, + "##ryst": 1937, + "##wh": 1938, + "divided": 1939, + "succes": 1940, + "cenozoic": 1941, + "clear": 1942, + "pac": 1943, + "##ta": 1944, + "##ensive": 1945, + "##reg": 1946, + "alm": 1947, + "##tze": 1948, + "##rosc": 1949, + "settings": 1950, + "initial": 1951, + "yangtze": 1952, + "contrast": 1953, + "cumul": 1954, + "dam": 1955, + "grow": 1956, + "pore": 1957, + "##rine": 1958, + "##hou": 1959, + "##put": 1960, + "##ingle": 1961, + "sup": 1962, + "highly": 1963, + "parallel": 1964, + "correlation": 1965, + "pacific": 1966, + "300": 1967, + "day": 1968, + "drain": 1969, + "tak": 1970, + "##eg": 1971, + "often": 1972, + "matur": 1973, + "overl": 1974, + "province": 1975, + "dri": 1976, + "ed": 1977, + "fre": 1978, + "before": 1979, + "deple": 1980, + "wei": 1981, + "##neiss": 1982, + "magmatism": 1983, + "favor": 1984, + "journal": 1985, + "oph": 1986, + "single": 1987, + "##ially": 1988, + "##ula": 1989, + "orient": 1990, + "geos": 1991, + "sections": 1992, + "##lished": 1993, + "boundaries": 1994, + "recorded": 1995, + "effect": 1996, + "multiple": 1997, + "##medi": 1998, + "world": 1999, + "stable": 2000, + "exce": 2001, + "##odynamic": 2002, + "tecton": 2003, + "activities": 2004, + "spread": 2005, + "##ency": 2006, + "curr": 2007, + "channel": 2008, + "ophi": 2009, + "lam": 2010, + "trem": 2011, + "##fs": 2012, + "inv": 2013, + "subs": 2014, + "focus": 2015, + "gradient": 2016, + "reveal": 2017, + "frequ": 2018, + "agg": 2019, + "alter": 2020, + "##io2": 2021, + "sequences": 2022, + "drainage": 2023, + "maturity": 2024, + "28": 2025, + "pen": 2026, + "sel": 2027, + "##ok": 2028, + "##to": 2029, + "coe": 2030, + "##ified": 2031, + "distributed": 2032, + "constrain": 2033, + "cements": 2034, + "solid": 2035, + "described": 2036, + "fo": 2037, + "wu": 2038, + "##olites": 2039, + "##ducted": 2040, + "measure": 2041, + "oxy": 2042, + "##till": 2043, + "influence": 2044, + "liquid": 2045, + "bu": 2046, + "du": 2047, + "ground": 2048, + "##oid": 2049, + "##df": 2050, + "##atory": 2051, + "exist": 2052, + "exhib": 2053, + "depend": 2054, + "gravity": 2055, + "close": 2056, + "seams": 2057, + "m3": 2058, + "##yl": 2059, + "##fl": 2060, + "though": 2061, + "star": 2062, + "distin": 2063, + "slight": 2064, + "ranging": 2065, + "decrease": 2066, + "lateral": 2067, + "experienced": 2068, + "fram": 2069, + "massive": 2070, + "toge": 2071, + "##acent": 2072, + "##oshan": 2073, + "depression": 2074, + "clp": 2075, + "continents": 2076, + "palaeo": 2077, + "together": 2078, + "60": 2079, + "dating": 2080, + "pap": 2081, + "tib": 2082, + "##vail": 2083, + "##archean": 2084, + "being": 2085, + "index": 2086, + "event": 2087, + "spect": 2088, + "widely": 2089, + "southwest": 2090, + "particular": 2091, + "auth": 2092, + "adjacent": 2093, + "resources": 2094, + "cre": 2095, + "far": 2096, + "good": 2097, + "##ances": 2098, + "need": 2099, + "variations": 2100, + "methods": 2101, + "cu": 2102, + "gneiss": 2103, + "mm": 2104, + "non": 2105, + "rc": 2106, + "sit": 2107, + "still": 2108, + "##ful": 2109, + "##feng": 2110, + "##ised": 2111, + "island": 2112, + "coar": 2113, + "##ogn": 2114, + "##ired": 2115, + "##pped": 2116, + "gradu": 2117, + "rutile": 2118, + "rifts": 2119, + "predic": 2120, + "accretionary": 2121, + "45": 2122, + "est": 2123, + "pow": 2124, + "rise": 2125, + "##utions": 2126, + "##no": 2127, + "##oarchean": 2128, + "##her": 2129, + "##ining": 2130, + "##org": 2131, + "input": 2132, + "##uration": 2133, + "##iding": 2134, + "##ressive": 2135, + "att": 2136, + "highest": 2137, + "contrib": 2138, + "##lust": 2139, + "##ada": 2140, + "espec": 2141, + "measured": 2142, + "##facies": 2143, + "cycle": 2144, + "oxygen": 2145, + "especially": 2146, + "fall": 2147, + "frag": 2148, + "hyp": 2149, + "##cl": 2150, + "information": 2151, + "subsequ": 2152, + "changning": 2153, + "approx": 2154, + "fractional": 2155, + "materials": 2156, + "point": 2157, + "science": 2158, + "magnetic": 2159, + "series": 2160, + "reconstru": 2161, + "steep": 2162, + "beneath": 2163, + "tibet": 2164, + "24": 2165, + "lac": 2166, + "posi": 2167, + "##eastern": 2168, + "##cence": 2169, + "##16": 2170, + "allow": 2171, + "##apir": 2172, + "regim": 2173, + "recogn": 2174, + "depths": 2175, + "assemblage": 2176, + "denud": 2177, + "salt": 2178, + "favorable": 2179, + "22": 2180, + "em": 2181, + "nan": 2182, + "site": 2183, + "##sc": 2184, + "##rate": 2185, + "##onian": 2186, + "##unnan": 2187, + "appear": 2188, + "##ustrine": 2189, + "heat": 2190, + "significantly": 2191, + "increased": 2192, + "increasing": 2193, + "emplacement": 2194, + "analyz": 2195, + "supercontinent": 2196, + "university": 2197, + "band": 2198, + "er": 2199, + "might": 2200, + "vit": 2201, + "##sed": 2202, + "##iferous": 2203, + "##rix": 2204, + "diapir": 2205, + "##ende": 2206, + "##yrite": 2207, + "detailed": 2208, + "precipitation": 2209, + "growth": 2210, + "frame": 2211, + "situ": 2212, + "approxim": 2213, + "lab": 2214, + "##mar": 2215, + "##ores": 2216, + "##its": 2217, + "stand": 2218, + "forel": 2219, + "shelf": 2220, + "any": 2221, + "assess": 2222, + "sinian": 2223, + "##blende": 2224, + "basalt": 2225, + "charnockite": 2226, + "preservation": 2227, + "surrounding": 2228, + "geomorph": 2229, + "estab": 2230, + "000": 2231, + "light": 2232, + "role": 2233, + "side": 2234, + "##ug": 2235, + "##tra": 2236, + "198": 2237, + "uplif": 2238, + "##ometry": 2239, + "followed": 2240, + "petrology": 2241, + "ridge": 2242, + "carri": 2243, + "survey": 2244, + "lacustrine": 2245, + "bar": 2246, + "prom": 2247, + "##iation": 2248, + "##water": 2249, + "##inated": 2250, + "cool": 2251, + "##ange": 2252, + "##ott": 2253, + "residual": 2254, + "##itiz": 2255, + "horn": 2256, + "poor": 2257, + "separated": 2258, + "institute": 2259, + "##lastic": 2260, + "##rical": 2261, + "##wan": 2262, + "##ering": 2263, + "##isting": 2264, + "##ision": 2265, + "##ither": 2266, + "map": 2267, + "ree": 2268, + "##umin": 2269, + "coll": 2270, + "grab": 2271, + "fluorite": 2272, + "northeast": 2273, + "afric": 2274, + "estimated": 2275, + "modern": 2276, + "petrographic": 2277, + "evalu": 2278, + "probably": 2279, + "positive": 2280, + "36": 2281, + "br": 2282, + "bro": 2283, + "morph": 2284, + "##get": 2285, + "showing": 2286, + "spati": 2287, + "paleozoic": 2288, + "explain": 2289, + "upward": 2290, + "reflection": 2291, + "flood": 2292, + "gabbro": 2293, + "amplitude": 2294, + "##mediate": 2295, + "dust": 2296, + "oper": 2297, + "passive": 2298, + "##liao": 2299, + "##son": 2300, + "inst": 2301, + "##ilib": 2302, + "##amond": 2303, + "plut": 2304, + "diamond": 2305, + "usually": 2306, + "overlying": 2307, + "elevation": 2308, + "wells": 2309, + "km2": 2310, + "possib": 2311, + "patterns": 2312, + "himalaya": 2313, + "combined": 2314, + "produced": 2315, + "angle": 2316, + "songliao": 2317, + "respon": 2318, + "ak": 2319, + "ax": 2320, + "hf": 2321, + "##erc": 2322, + "##aced": 2323, + "seg": 2324, + "plot": 2325, + "rele": 2326, + "continent": 2327, + "matrix": 2328, + "litho": 2329, + "location": 2330, + "among": 2331, + "linear": 2332, + "given": 2333, + "distinct": 2334, + "paper": 2335, + "foreland": 2336, + "fut": 2337, + "sio2": 2338, + "ta": 2339, + "##iw": 2340, + "##ints": 2341, + "basis": 2342, + "proxim": 2343, + "rest": 2344, + "plates": 2345, + "collected": 2346, + "##ounts": 2347, + "differences": 2348, + "mechanisms": 2349, + "pores": 2350, + "##ways": 2351, + "occurrence": 2352, + "glacial": 2353, + "negative": 2354, + "future": 2355, + "led": 2356, + "last": 2357, + "yr": 2358, + "##ner": 2359, + "##fe": 2360, + "consequ": 2361, + "overp": 2362, + "larger": 2363, + "least": 2364, + "microsc": 2365, + "reduc": 2366, + "propor": 2367, + "hydrothermal": 2368, + "abundant": 2369, + "hornblende": 2370, + "kum": 2371, + "wang": 2372, + "##aoshan": 2373, + "##yan": 2374, + "##56": 2375, + "##fy": 2376, + "plume": 2377, + "dipping": 2378, + "qual": 2379, + "greater": 2380, + "observations": 2381, + "topography": 2382, + "generated": 2383, + "factor": 2384, + "equilib": 2385, + "width": 2386, + "southwestern": 2387, + "##ottom": 2388, + "ms": 2389, + "##ture": 2390, + "##ms": 2391, + "##isation": 2392, + "conduc": 2393, + "deb": 2394, + "showed": 2395, + "resulted": 2396, + "carboniferous": 2397, + "orog": 2398, + "enriched": 2399, + "##2o3": 2400, + "technology": 2401, + "slightly": 2402, + "denudation": 2403, + "3d": 2404, + "bp": 2405, + "gold": 2406, + "past": 2407, + "rot": 2408, + "wall": 2409, + "##umes": 2410, + "intensity": 2411, + "underlying": 2412, + "ranges": 2413, + "suggesting": 2414, + "secondary": 2415, + "35": 2416, + "path": 2417, + "yunnan": 2418, + "##80": 2419, + "##reb": 2420, + "##side": 2421, + "resolution": 2422, + "dip": 2423, + "unc": 2424, + "interac": 2425, + "melts": 2426, + "center": 2427, + "silurian": 2428, + "target": 2429, + "collisional": 2430, + "terms": 2431, + "degree": 2432, + "ultra": 2433, + "26": 2434, + "500": 2435, + "either": 2436, + "yreb": 2437, + "##sh": 2438, + "##ption": 2439, + "##erite": 2440, + "##rial": 2441, + "neogene": 2442, + "metas": 2443, + "southeast": 2444, + "cause": 2445, + "##ification": 2446, + "groups": 2447, + "levels": 2448, + "display": 2449, + "concentr": 2450, + "himalayan": 2451, + "directly": 2452, + "##itization": 2453, + "70": 2454, + "sat": 2455, + "##war": 2456, + "##roach": 2457, + "##oupl": 2458, + "##tinite": 2459, + "chines": 2460, + "exh": 2461, + "integ": 2462, + "typically": 2463, + "trench": 2464, + "performed": 2465, + "northwest": 2466, + "towards": 2467, + "spreading": 2468, + "vitrinite": 2469, + "standard": 2470, + "orogens": 2471, + "chinese": 2472, + "29": 2473, + "bath": 2474, + "zn": 2475, + "##then": 2476, + "##elling": 2477, + "differenti": 2478, + "overall": 2479, + "analysed": 2480, + "approach": 2481, + "geochemistry": 2482, + "older": 2483, + "northwestern": 2484, + "components": 2485, + "geophysical": 2486, + "aggreg": 2487, + "avail": 2488, + "na": 2489, + "##ci": 2490, + "##mented": 2491, + "##ectonic": 2492, + "interbed": 2493, + "intermediate": 2494, + "##enetic": 2495, + "##vial": 2496, + "##rock": 2497, + "presented": 2498, + "flows": 2499, + "framework": 2500, + "lithofacies": 2501, + "list": 2502, + "rare": 2503, + "yan": 2504, + "##ew": 2505, + "##anti": 2506, + "##ety": 2507, + "asthen": 2508, + "##verse": 2509, + "##irc": 2510, + "difference": 2511, + "##osphere": 2512, + "sandy": 2513, + "become": 2514, + "precambrian": 2515, + "drilling": 2516, + "techniqu": 2517, + "component": 2518, + "##oliths": 2519, + "largest": 2520, + "transport": 2521, + "coarse": 2522, + "circ": 2523, + "jun": 2524, + "kb": 2525, + "lack": 2526, + "mong": 2527, + "pa": 2528, + "wed": 2529, + "##enn": 2530, + "##ense": 2531, + "##oge": 2532, + "exc": 2533, + "comm": 2534, + "represents": 2535, + "body": 2536, + "terranes": 2537, + "almost": 2538, + "approximately": 2539, + "carried": 2540, + "mongol": 2541, + "33": 2542, + "fun": 2543, + "fels": 2544, + "lit": 2545, + "sy": 2546, + "##ull": 2547, + "##rained": 2548, + "summ": 2549, + "sedimentation": 2550, + "carbonates": 2551, + "##obaoshan": 2552, + "americ": 2553, + "isotopes": 2554, + "limited": 2555, + "flat": 2556, + "confir": 2557, + "31": 2558, + "cut": 2559, + "pp": 2560, + "##other": 2561, + "##sr": 2562, + "geologic": 2563, + "indicated": 2564, + "comparis": 2565, + "nature": 2566, + "magnetite": 2567, + "labor": 2568, + "concentrations": 2569, + "hang": 2570, + "net": 2571, + "ramp": 2572, + "test": 2573, + "vis": 2574, + "##lan": 2575, + "##vine": 2576, + "##anism": 2577, + "conv": 2578, + "anis": 2579, + "##omin": 2580, + "##otrop": 2581, + "motion": 2582, + "distance": 2583, + "princ": 2584, + "includes": 2585, + "##ometric": 2586, + "anticl": 2587, + "corresponding": 2588, + "discussed": 2589, + "delta": 2590, + "alkaline": 2591, + "bulk": 2592, + "selected": 2593, + "duobaoshan": 2594, + "quality": 2595, + "pyrite": 2596, + "qing": 2597, + "ris": 2598, + "rather": 2599, + "tian": 2600, + "zon": 2601, + "##har": 2602, + "##den": 2603, + "##more": 2604, + "##osite": 2605, + "better": 2606, + "silica": 2607, + "oxid": 2608, + "meanwh": 2609, + "anorth": 2610, + "gradually": 2611, + "meanwhile": 2612, + "bore": 2613, + "bottom": 2614, + "oli": 2615, + "s1": 2616, + "##co": 2617, + "##70": 2618, + "##jing": 2619, + "##urface": 2620, + "faulting": 2621, + "gray": 2622, + "indicat": 2623, + "reflec": 2624, + "represented": 2625, + "affected": 2626, + "ridges": 2627, + "bodies": 2628, + "granulite": 2629, + "subsurface": 2630, + "power": 2631, + "##uminous": 2632, + "anisotrop": 2633, + "ju": 2634, + "##ele": 2635, + "conn": 2636, + "##ote": 2637, + "contact": 2638, + "inclusions": 2639, + "weather": 2640, + "adv": 2641, + "impact": 2642, + "silicic": 2643, + "orefield": 2644, + "specific": 2645, + "epis": 2646, + "effects": 2647, + "dolomite": 2648, + "unconformity": 2649, + "attrib": 2650, + "felsic": 2651, + "boreh": 2652, + "uh": 2653, + "ve": 2654, + "ying": 2655, + "##uter": 2656, + "##ora": 2657, + "##ets": 2658, + "##igger": 2659, + "##akes": 2660, + "moreover": 2661, + "silt": 2662, + "times": 2663, + "increases": 2664, + "basaltic": 2665, + "furthermore": 2666, + "buried": 2667, + "electrical": 2668, + "current": 2669, + "fragments": 2670, + "exhum": 2671, + "olivine": 2672, + "80": 2673, + "filling": 2674, + "tu": 2675, + "yu": 2676, + "##lied": 2677, + "geodynamic": 2678, + "minim": 2679, + "strength": 2680, + "signat": 2681, + "2019": 2682, + "crystals": 2683, + "constant": 2684, + "remain": 2685, + "1000": 2686, + "broad": 2687, + "spatial": 2688, + "equilibri": 2689, + "hal": 2690, + "hel": 2691, + "hum": 2692, + "##ier": 2693, + "##pb": 2694, + "offs": 2695, + "exam": 2696, + "##raction": 2697, + "inters": 2698, + "##entially": 2699, + "reflections": 2700, + "##hui": 2701, + "images": 2702, + "concentration": 2703, + "mgo": 2704, + "abundance": 2705, + "discussion": 2706, + "convergent": 2707, + "47": 2708, + "400": 2709, + "63": 2710, + "filled": 2711, + "nar": 2712, + "demon": 2713, + "another": 2714, + "graph": 2715, + "slow": 2716, + "space": 2717, + "locations": 2718, + "##arily": 2719, + "hydrocarbons": 2720, + "##lier": 2721, + "brecc": 2722, + "shaped": 2723, + "turb": 2724, + "asian": 2725, + "demonst": 2726, + "32": 2727, + "brit": 2728, + "ir": 2729, + "jo": 2730, + "kin": 2731, + "mu": 2732, + "ok": 2733, + "pop": 2734, + "ret": 2735, + "##iv": 2736, + "##ire": 2737, + "##go": 2738, + "##ground": 2739, + "##ention": 2740, + "##sim": 2741, + "altern": 2742, + "seal": 2743, + "##omic": 2744, + "compris": 2745, + "neoarchean": 2746, + "cany": 2747, + "liu": 2748, + "geochron": 2749, + "supported": 2750, + "layered": 2751, + "zhang": 2752, + "predomin": 2753, + "##lications": 2754, + "mixed": 2755, + "analyzed": 2756, + "comparison": 2757, + "network": 2758, + "princip": 2759, + "five": 2760, + "hot": 2761, + "pub": 2762, + "##lite": 2763, + "##oy": 2764, + "##ject": 2765, + "##10": 2766, + "##rops": 2767, + "##stream": 2768, + "##ult": 2769, + "deformed": 2770, + "alg": 2771, + "indian": 2772, + "accur": 2773, + "calder": 2774, + "locally": 2775, + "trigger": 2776, + "arcs": 2777, + "striking": 2778, + "closure": 2779, + "depleted": 2780, + "episod": 2781, + "86": 2782, + "bo": 2783, + "doc": 2784, + "fron": 2785, + "las": 2786, + "tend": 2787, + "##can": 2788, + "##ye": 2789, + "##ka": 2790, + "##13": 2791, + "##struct": 2792, + "##ecting": 2793, + "stability": 2794, + "play": 2795, + "periods": 2796, + "preserved": 2797, + "radi": 2798, + "regime": 2799, + "600": 2800, + "deng": 2801, + "outer": 2802, + "vers": 2803, + "way": 2804, + "zr": 2805, + "##anes": 2806, + "##ulation": 2807, + "##ilation": 2808, + "proterozoic": 2809, + "indust": 2810, + "202": 2811, + "provides": 2812, + "volcanics": 2813, + "beds": 2814, + "identify": 2815, + "anomaly": 2816, + "cooling": 2817, + "graben": 2818, + "ppm": 2819, + "aust": 2820, + "fan": 2821, + "hol": 2822, + "mt": 2823, + "massi": 2824, + "wil": 2825, + "yb": 2826, + "##eter": 2827, + "conce": 2828, + "prot": 2829, + "enti": 2830, + "intra": 2831, + "cann": 2832, + "noted": 2833, + "##rocks": 2834, + "huang": 2835, + "inferred": 2836, + "young": 2837, + "orientation": 2838, + "ophiolites": 2839, + "subsequent": 2840, + "differentiation": 2841, + "nd": 2842, + "μm": 2843, + "##ho": 2844, + "##inity": 2845, + "##itoid": 2846, + "reas": 2847, + "assim": 2848, + "cheng": 2849, + "##otectonic": 2850, + "earlier": 2851, + "eng": 2852, + "regard": 2853, + "caob": 2854, + "granitoid": 2855, + "amounts": 2856, + "volcano": 2857, + "##insula": 2858, + "seafl": 2859, + "discover": 2860, + "supply": 2861, + "perme": 2862, + "investigated": 2863, + "amphibolite": 2864, + "reference": 2865, + "texture": 2866, + "taken": 2867, + "geosci": 2868, + "tremor": 2869, + "alteration": 2870, + "peninsula": 2871, + "measurements": 2872, + "uncertain": 2873, + "laboratory": 2874, + "##lantic": 2875, + "seafloor": 2876, + "ice": 2877, + "##ether": 2878, + "without": 2879, + "whether": 2880, + "fail": 2881, + "act": 2882, + "atlantic": 2883, + "differential": 2884, + "appar": 2885, + "variable": 2886, + "contains": 2887, + "folds": 2888, + "greenstone": 2889, + "hypoth": 2890, + "overpress": 2891, + "anisotropy": 2892, + "versus": 2893, + "cru": 2894, + "clust": 2895, + "ker": 2896, + "##oo": 2897, + "##zhou": 2898, + "##12": 2899, + "##ane": 2900, + "forms": 2901, + "fluores": 2902, + "carbonaceous": 2903, + "grey": 2904, + "transformation": 2905, + "##ieved": 2906, + "soft": 2907, + "plane": 2908, + "decreas": 2909, + "palaeozoic": 2910, + "does": 2911, + "pyro": 2912, + "particularly": 2913, + "equilibrium": 2914, + "cannot": 2915, + "hence": 2916, + "jiang": 2917, + "s2": 2918, + "sk": 2919, + "##ires": 2920, + "##ned": 2921, + "##ects": 2922, + "##ocryst": 2923, + "suture": 2924, + "produ": 2925, + "seen": 2926, + "place": 2927, + "##rous": 2928, + "mineralog": 2929, + "##maxi": 2930, + "diff": 2931, + "longmaxi": 2932, + "crystal": 2933, + "controlling": 2934, + "mechanical": 2935, + "mixing": 2936, + "internal": 2937, + "international": 2938, + "proximal": 2939, + "asthenosphere": 2940, + "austral": 2941, + "entire": 2942, + "c2": 2943, + "dong": 2944, + "dark": 2945, + "hom": 2946, + "ic": 2947, + "must": 2948, + "##up": 2949, + "##lom": 2950, + "##ily": 2951, + "##cient": 2952, + "##30": 2953, + "##zard": 2954, + "##ania": 2955, + "##ission": 2956, + "coast": 2957, + "ancient": 2958, + "##omm": 2959, + "evolved": 2960, + "diffic": 2961, + "2018": 2962, + "trends": 2963, + "linea": 2964, + "velocities": 2965, + "transitional": 2966, + "previously": 2967, + "amphibole": 2968, + "clearly": 2969, + "coefficient": 2970, + "africa": 2971, + "turbid": 2972, + "65": 2973, + "ple": 2974, + "varies": 2975, + "##yang": 2976, + "##sible": 2977, + "maps": 2978, + "##rad": 2979, + "basic": 2980, + "al2o3": 2981, + "##rest": 2982, + "##ritical": 2983, + "hand": 2984, + "##lusion": 2985, + "clastic": 2986, + "expected": 2987, + "topographic": 2988, + "constrained": 2989, + "peat": 2990, + "##avy": 2991, + "estimate": 2992, + "open": 2993, + "shape": 2994, + "argill": 2995, + "macerals": 2996, + "classification": 2997, + "dykes": 2998, + "thought": 2999, + "available": 3000, + "brittle": 3001, + "90": 3002, + "cat": 3003, + "econ": 3004, + "vs": 3005, + "##ha": 3006, + "##40": 3007, + "##oral": 3008, + "##arc": 3009, + "##acity": 3010, + "dev": 3011, + "##atible": 3012, + "##ellow": 3013, + "teth": 3014, + "detach": 3015, + "provided": 3016, + "deccan": 3017, + "oceans": 3018, + "determine": 3019, + "porosity": 3020, + "combination": 3021, + "finally": 3022, + "##faces": 3023, + "particles": 3024, + "inversion": 3025, + "proportion": 3026, + "kumano": 3027, + "listric": 3028, + "wedge": 3029, + "little": 3030, + "minimum": 3031, + "00": 3032, + "01": 3033, + "blu": 3034, + "call": 3035, + "gent": 3036, + "iron": 3037, + "##sl": 3038, + "##ulic": 3039, + "##tered": 3040, + "##raulic": 3041, + "she": 3042, + "chl": 3043, + "acid": 3044, + "acqu": 3045, + "hazard": 3046, + "intro": 3047, + "intrac": 3048, + "marked": 3049, + "impro": 3050, + "hydraulic": 3051, + "applied": 3052, + "timing": 3053, + "rivers": 3054, + "redox": 3055, + "throughout": 3056, + "floor": 3057, + "decreases": 3058, + "##oxic": 3059, + "granulites": 3060, + "hosted": 3061, + "linked": 3062, + "constraints": 3063, + "tibetan": 3064, + "established": 3065, + "canyon": 3066, + "caldera": 3067, + "permeability": 3068, + "kerogen": 3069, + "fluorescence": 3070, + "argillaceous": 3071, + "27": 3072, + "hill": 3073, + "lip": 3074, + "sa": 3075, + "tab": 3076, + "xin": 3077, + "yellow": 3078, + "δ56": 3079, + "##ns": 3080, + "##gs": 3081, + "##ku": 3082, + "##rees": 3083, + "##istocene": 3084, + "colum": 3085, + "accomp": 3086, + "indices": 3087, + "paleoproterozoic": 3088, + "transg": 3089, + "heavy": 3090, + "researchers": 3091, + "##hedral": 3092, + "sciences": 3093, + "cycles": 3094, + "reactions": 3095, + "sulfide": 3096, + "help": 3097, + "overpressure": 3098, + "pyroly": 3099, + "pleistocene": 3100, + "coupl": 3101, + "eas": 3102, + "f2": 3103, + "kore": 3104, + "ti": 3105, + "##high": 3106, + "##ash": 3107, + "##ruction": 3108, + "##istral": 3109, + "2020": 3110, + "seismicity": 3111, + "granitic": 3112, + "belong": 3113, + "phen": 3114, + "sinistral": 3115, + "height": 3116, + "feature": 3117, + "horizons": 3118, + "separates": 3119, + "reaches": 3120, + "schist": 3121, + "outcrop": 3122, + "outcrops": 3123, + "rapidly": 3124, + "rhy": 3125, + "exhibit": 3126, + "authors": 3127, + "assessment": 3128, + "pathways": 3129, + "kbar": 3130, + "hanging": 3131, + "gentle": 3132, + "48": 3133, + "56": 3134, + "87": 3135, + "ach": 3136, + "eur": 3137, + "myr": 3138, + "rank": 3139, + "wench": 3140, + "##ls": 3141, + "##hf": 3142, + "##ored": 3143, + "force": 3144, + "##mental": 3145, + "##uma": 3146, + "##chuch": 3147, + "pli": 3148, + "##atively": 3149, + "intense": 3150, + "mature": 3151, + "assum": 3152, + "nearly": 3153, + "cement": 3154, + "examples": 3155, + "argu": 3156, + "experiments": 3157, + "docu": 3158, + "accompan": 3159, + "euras": 3160, + "##chuchuma": 3161, + "38": 3162, + "h2o": 3163, + "lid": 3164, + "mchuchuma": 3165, + "position": 3166, + "sensi": 3167, + "xen": 3168, + "##lies": 3169, + "##set": 3170, + "andes": 3171, + "ash": 3172, + "##atite": 3173, + "until": 3174, + "meg": 3175, + "paleoge": 3176, + "##ief": 3177, + "records": 3178, + "cratons": 3179, + "points": 3180, + "traps": 3181, + "simp": 3182, + "leading": 3183, + "##awat": 3184, + "tanz": 3185, + "dyke": 3186, + "superi": 3187, + "frequency": 3188, + "buil": 3189, + "aggregates": 3190, + "yuert": 3191, + "43": 3192, + "critical": 3193, + "duc": 3194, + "free": 3195, + "gam": 3196, + "ide": 3197, + "sno": 3198, + "tp": 3199, + "trough": 3200, + "wind": 3201, + "##pite": 3202, + "##orb": 3203, + "champ": 3204, + "##ograph": 3205, + "##matic": 3206, + "recently": 3207, + "deeper": 3208, + "despite": 3209, + "becom": 3210, + "strongly": 3211, + "150": 3212, + "ordos": 3213, + "younger": 3214, + "reconstructions": 3215, + "function": 3216, + "apparent": 3217, + "tanzania": 3218, + "39": 3219, + "91": 3220, + "dry": 3221, + "f1": 3222, + "gal": 3223, + "lx": 3224, + "now": 3225, + "phan": 3226, + "ur": 3227, + "wides": 3228, + "xiao": 3229, + "##len": 3230, + "##ping": 3231, + "##pread": 3232, + "##ze": 3233, + "theory": 3234, + "##oles": 3235, + "conducted": 3236, + "coorg": 3237, + "dext": 3238, + "onset": 3239, + "conte": 3240, + "evol": 3241, + "##ible": 3242, + "106": 3243, + "##view": 3244, + "observation": 3245, + "stresses": 3246, + "planet": 3247, + "latter": 3248, + "oldest": 3249, + "analytical": 3250, + "experimental": 3251, + "absence": 3252, + "laminated": 3253, + "revealed": 3254, + "microscop": 3255, + "mongolia": 3256, + "exhumation": 3257, + "granitoids": 3258, + "ductile": 3259, + "champawat": 3260, + "widespread": 3261, + "vie": 3262, + "##su": 3263, + "##bric": 3264, + "##onal": 3265, + "##oss": 3266, + "##ili": 3267, + "real": 3268, + "##ending": 3269, + "meta": 3270, + "##ggar": 3271, + "extru": 3272, + "physical": 3273, + "##ensional": 3274, + "considering": 3275, + "histor": 3276, + "primarily": 3277, + "##ava": 3278, + "stratigraphy": 3279, + "classified": 3280, + "interbedded": 3281, + "junggar": 3282, + "oxidation": 3283, + "narrow": 3284, + "##entioned": 3285, + "predominant": 3286, + "principal": 3287, + "engine": 3288, + "korean": 3289, + "dextral": 3290, + "view": 3291, + "1a": 3292, + "52": 3293, + "certain": 3294, + "emp": 3295, + "fast": 3296, + "hree": 3297, + "lines": 3298, + "ray": 3299, + "sg": 3300, + "uk": 3301, + "##lig": 3302, + "##po": 3303, + "chen": 3304, + "former": 3305, + "interval": 3306, + "northeastern": 3307, + "extrac": 3308, + "lithology": 3309, + "paleogene": 3310, + "phot": 3311, + "conclusions": 3312, + "2016": 3313, + "fields": 3314, + "2000": 3315, + "movements": 3316, + "reached": 3317, + "covered": 3318, + "karoo": 3319, + "effective": 3320, + "convergence": 3321, + "geomorphic": 3322, + "axis": 3323, + "assimilation": 3324, + "icp": 3325, + "difficult": 3326, + "called": 3327, + "lxf": 3328, + "phaner": 3329, + "cases": 3330, + "fer": 3331, + "pur": 3332, + "pyroxene": 3333, + "##usion": 3334, + "##lac": 3335, + "##ik": 3336, + "##wele": 3337, + "##bas": 3338, + "##kiw": 3339, + "##ened": 3340, + "step": 3341, + "repl": 3342, + "having": 3343, + "diamet": 3344, + "##ush": 3345, + "##apor": 3346, + "canada": 3347, + "decad": 3348, + "sets": 3349, + "volcanism": 3350, + "2015": 3351, + "ess": 3352, + "remains": 3353, + "equi": 3354, + "reflectance": 3355, + "namwele": 3356, + "semkiw": 3357, + "asia": 3358, + "varying": 3359, + "succession": 3360, + "conductivity": 3361, + "yanshan": 3362, + "sealing": 3363, + "published": 3364, + "phanerozoic": 3365, + "46": 3366, + "55": 3367, + "dated": 3368, + "jap": 3369, + "nec": 3370, + "rim": 3371, + "sites": 3372, + "sides": 3373, + "tong": 3374, + "var": 3375, + "##por": 3376, + "##zp": 3377, + "##vals": 3378, + "##anc": 3379, + "##antit": 3380, + "##ics": 3381, + "##asts": 3382, + "##ings": 3383, + "tom": 3384, + "##ulated": 3385, + "##ido": 3386, + "chron": 3387, + "who": 3388, + "geometry": 3389, + "subst": 3390, + "surfaces": 3391, + "quantit": 3392, + "expos": 3393, + "smaller": 3394, + "110": 3395, + "intrusions": 3396, + "reacti": 3397, + "landform": 3398, + "compressional": 3399, + "##rystall": 3400, + "tectonically": 3401, + "invol": 3402, + "recognized": 3403, + "responsible": 3404, + "bpzp": 3405, + "veins": 3406, + "half": 3407, + "kinem": 3408, + "laser": 3409, + "##restrial": 3410, + "chlorite": 3411, + "wenchang": 3412, + "dhar": 3413, + "hong": 3414, + "mol": 3415, + "national": 3416, + "self": 3417, + "##oria": 3418, + "##tional": 3419, + "##outh": 3420, + "chemistry": 3421, + "##aga": 3422, + "proble": 3423, + "alt": 3424, + "##amination": 3425, + "##resh": 3426, + "##izes": 3427, + "grav": 3428, + "enhan": 3429, + "discontin": 3430, + "fluvial": 3431, + "prism": 3432, + "cores": 3433, + "transform": 3434, + "crystallisation": 3435, + "rupt": 3436, + "support": 3437, + "swarm": 3438, + "iii": 3439, + "spectrom": 3440, + "creep": 3441, + "possibly": 3442, + "rotation": 3443, + "weathering": 3444, + "massif": 3445, + "australia": 3446, + "##lomer": 3447, + "devonian": 3448, + "semkiwa": 3449, + "discontinu": 3450, + "53": 3451, + "51": 3452, + "bit": 3453, + "count": 3454, + "tens": 3455, + "via": 3456, + "##day": 3457, + "##fa": 3458, + "##zh": 3459, + "##vated": 3460, + "##enes": 3461, + "##reh": 3462, + "##through": 3463, + "##ura": 3464, + "coinc": 3465, + "compreh": 3466, + "subducted": 3467, + "##mafic": 3468, + "southeastern": 3469, + "extrem": 3470, + "distal": 3471, + "##cheon": 3472, + "seawater": 3473, + "potentially": 3474, + "mudstones": 3475, + "original": 3476, + "representative": 3477, + "##ogeneous": 3478, + "background": 3479, + "relationships": 3480, + "##mmet": 3481, + "largely": 3482, + "banded": 3483, + "gabbroic": 3484, + "segment": 3485, + "reduction": 3486, + "interaction": 3487, + "anorthosite": 3488, + "coupled": 3489, + "diameter": 3490, + "dharwar": 3491, + "mine": 3492, + "mouth": 3493, + "##nw": 3494, + "##welling": 3495, + "##aus": 3496, + "##men": 3497, + "##yb": 3498, + "inher": 3499, + "##art": 3500, + "today": 3501, + "chain": 3502, + "##tically": 3503, + "begin": 3504, + "##tingu": 3505, + "moho": 3506, + "##earc": 3507, + "##ended": 3508, + "extent": 3509, + "left": 3510, + "implications": 3511, + "hydrous": 3512, + "foliation": 3513, + "terrac": 3514, + "domain": 3515, + "transfer": 3516, + "##lish": 3517, + "significance": 3518, + "propag": 3519, + "palyn": 3520, + "cratonic": 3521, + "##ometer": 3522, + "image": 3523, + "##rown": 3524, + "caprock": 3525, + "final": 3526, + "investigations": 3527, + "polar": 3528, + "corresponds": 3529, + "occurring": 3530, + "karst": 3531, + "apenn": 3532, + "breakthrough": 3533, + "exceed": 3534, + "foot": 3535, + "ultramafic": 3536, + "tianshan": 3537, + "uht": 3538, + "yingge": 3539, + "breccia": 3540, + "economic": 3541, + "simple": 3542, + "yuertus": 3543, + "necess": 3544, + "54": 3545, + "73": 3546, + "aim": 3547, + "hem": 3548, + "kim": 3549, + "log": 3550, + "lies": 3551, + "run": 3552, + "##usi": 3553, + "##76": 3554, + "##60": 3555, + "##qing": 3556, + "##tiles": 3557, + "##oritic": 3558, + "forearc": 3559, + "sus": 3560, + "##ologies": 3561, + "incomp": 3562, + "distingu": 3563, + "scoria": 3564, + "appears": 3565, + "##luded": 3566, + "agree": 3567, + "terrestrial": 3568, + "##mont": 3569, + "reduced": 3570, + "drift": 3571, + "additionally": 3572, + "products": 3573, + "peaks": 3574, + "reaction": 3575, + "leads": 3576, + "focal": 3577, + "elong": 3578, + "fo2": 3579, + "debris": 3580, + "techniques": 3581, + "pliocene": 3582, + "yinggehai": 3583, + "34": 3584, + "bay": 3585, + "dar": 3586, + "dest": 3587, + "kep": 3588, + "pel": 3589, + "sib": 3590, + "yet": 3591, + "##la": 3592, + "##ji": 3593, + "inner": 3594, + "##arp": 3595, + "##imin": 3596, + "chap": 3597, + "see": 3598, + "##china": 3599, + "indiv": 3600, + "disp": 3601, + "metal": 3602, + "petrochina": 3603, + "again": 3604, + "comparable": 3605, + "120": 3606, + "rutiles": 3607, + "imag": 3608, + "planes": 3609, + "drilled": 3610, + "intrusion": 3611, + "shortening": 3612, + "cumulates": 3613, + "tremors": 3614, + "nanan": 3615, + "plutonic": 3616, + "metasediment": 3617, + "zoning": 3618, + "juven": 3619, + "best": 3620, + "da": 3621, + "et": 3622, + "eocene": 3623, + "gdf": 3624, + "tru": 3625, + "##ton": 3626, + "##tan": 3627, + "##wall": 3628, + "##be": 3629, + "##oric": 3630, + "##agne": 3631, + "next": 3632, + "##ismic": 3633, + "mob": 3634, + "accomm": 3635, + "volati": 3636, + "temporal": 3637, + "applic": 3638, + "constit": 3639, + "characteristic": 3640, + "complexes": 3641, + "means": 3642, + "estimates": 3643, + "portion": 3644, + "latest": 3645, + "scienti": 3646, + "required": 3647, + "footwall": 3648, + "chapter": 3649, + "accommod": 3650, + "2d": 3651, + "89": 3652, + "97": 3653, + "ever": 3654, + "gr": 3655, + "jin": 3656, + "ping": 3657, + "tensi": 3658, + "warm": 3659, + "δ18": 3660, + "##uce": 3661, + "##ition": 3662, + "##ira": 3663, + "##cline": 3664, + "##rite": 3665, + "##hyd": 3666, + "##kom": 3667, + "##ict": 3668, + "sho": 3669, + "##agh": 3670, + "plain": 3671, + "##izing": 3672, + "arch": 3673, + "206": 3674, + "paleol": 3675, + "##ressed": 3676, + "##ospheric": 3677, + "sandstones": 3678, + "2012": 3679, + "environmental": 3680, + "containing": 3681, + "know": 3682, + "config": 3683, + "surveys": 3684, + "obviously": 3685, + "driven": 3686, + "explained": 3687, + "restric": 3688, + "consequently": 3689, + "reason": 3690, + "detachment": 3691, + "accompanied": 3692, + "comprehensive": 3693, + "incompatible": 3694, + "juvenile": 3695, + "tensile": 3696, + "75": 3697, + "800": 3698, + "dat": 3699, + "did": 3700, + "fund": 3701, + "hund": 3702, + "hots": 3703, + "mkom": 3704, + "pied": 3705, + "vi": 3706, + "##ix": 3707, + "##eed": 3708, + "##wide": 3709, + "##wise": 3710, + "##ontin": 3711, + "##erical": 3712, + "##oring": 3713, + "##ishan": 3714, + "##olo": 3715, + "##sts": 3716, + "sty": 3717, + "isab": 3718, + "##ify": 3719, + "##ird": 3720, + "##ights": 3721, + "motions": 3722, + "mete": 3723, + "prefer": 3724, + "prepar": 3725, + "extensive": 3726, + "plateaus": 3727, + "changing": 3728, + "signal": 3729, + "concord": 3730, + "similarly": 3731, + "##rope": 3732, + "originated": 3733, + "##ometers": 3734, + "continued": 3735, + "paleohigh": 3736, + "curve": 3737, + "parameter": 3738, + "travel": 3739, + "special": 3740, + "synth": 3741, + "diagrams": 3742, + "closely": 3743, + "precipit": 3744, + "load": 3745, + "alkali": 3746, + "edc": 3747, + "geosyn": 3748, + "worldwide": 3749, + "except": 3750, + "america": 3751, + "convection": 3752, + "okcheon": 3753, + "produce": 3754, + "decades": 3755, + "japan": 3756, + "rupture": 3757, + "kimber": 3758, + "hundred": 3759, + "hotsp": 3760, + "piedmont": 3761, + "isabel": 3762, + "away": 3763, + "ful": 3764, + "gul": 3765, + "hp": 3766, + "jud": 3767, + "solution": 3768, + "sens": 3769, + "##ban": 3770, + "##bul": 3771, + "##ered": 3772, + "##enting": 3773, + "##ice": 3774, + "iner": 3775, + "tool": 3776, + "##acts": 3777, + "stret": 3778, + "reverse": 3779, + "##agic": 3780, + "seem": 3781, + "acad": 3782, + "highl": 3783, + "##izhou": 3784, + "parental": 3785, + "metall": 3786, + "crit": 3787, + "103": 3788, + "outside": 3789, + "crystalline": 3790, + "thrusts": 3791, + "correlated": 3792, + "geother": 3793, + "emplaced": 3794, + "lufeng": 3795, + "involved": 3796, + "response": 3797, + "failure": 3798, + "hypothesis": 3799, + "documented": 3800, + "urban": 3801, + "predominantly": 3802, + "engineering": 3803, + "206pb": 3804, + "stretch": 3805, + "academ": 3806, + "dra": 3807, + "lakes": 3808, + "nne": 3809, + "sn": 3810, + "ten": 3811, + "##ior": 3812, + "##ga": 3813, + "##ead": 3814, + "##oh": 3815, + "##bod": 3816, + "##bei": 3817, + "##tiary": 3818, + "##acy": 3819, + "mad": 3820, + "##agou": 3821, + "##vers": 3822, + "##omen": 3823, + "##abut": 3824, + "##usinite": 3825, + "mode": 3826, + "##eria": 3827, + "intervals": 3828, + "##igned": 3829, + "explo": 3830, + "consisting": 3831, + "tertiary": 3832, + "thinning": 3833, + "capacity": 3834, + "producing": 3835, + "investigation": 3836, + "provinces": 3837, + "electron": 3838, + "focused": 3839, + "reconstruction": 3840, + "possibility": 3841, + "holocene": 3842, + "youngest": 3843, + "acquired": 3844, + "phenomen": 3845, + "substanti": 3846, + "darabut": 3847, + "individual": 3848, + "##ontinental": 3849, + "inertinite": 3850, + "37": 3851, + "88": 3852, + "brown": 3853, + "ncc": 3854, + "pri": 3855, + "sang": 3856, + "tt": 3857, + "til": 3858, + "wan": 3859, + "##lay": 3860, + "##iated": 3861, + "##sis": 3862, + "##dc": 3863, + "##alt": 3864, + "instru": 3865, + "##osing": 3866, + "fabric": 3867, + "plumes": 3868, + "dioritic": 3869, + "colour": 3870, + "enc": 3871, + "##illion": 3872, + "add": 3873, + "systematic": 3874, + "variety": 3875, + "longer": 3876, + "bounded": 3877, + "limit": 3878, + "eastward": 3879, + "measures": 3880, + "solutions": 3881, + "influenced": 3882, + "intrusive": 3883, + "greenstones": 3884, + "program": 3885, + "successions": 3886, + "confirmed": 3887, + "anticlinal": 3888, + "sensitive": 3889, + "essential": 3890, + "scoriae": 3891, + "agreement": 3892, + "02": 3893, + "62": 3894, + "ae": 3895, + "bond": 3896, + "dome": 3897, + "fam": 3898, + "fossi": 3899, + "opp": 3900, + "util": 3901, + "wul": 3902, + "zhu": 3903, + "##gan": 3904, + "##zi": 3905, + "##erve": 3906, + "##tial": 3907, + "##atch": 3908, + "##sively": 3909, + "##cep": 3910, + "##ratig": 3911, + "##ritic": 3912, + "diver": 3913, + "modal": 3914, + "lithium": 3915, + "105": 3916, + "upwelling": 3917, + "longitud": 3918, + "complete": 3919, + "##yroxenes": 3920, + "track": 3921, + "construction": 3922, + "guang": 3923, + "guizhou": 3924, + "numerous": 3925, + "curves": 3926, + "causes": 3927, + "interpretations": 3928, + "downstream": 3929, + "semi": 3930, + "sulfides": 3931, + "require": 3932, + "tectono": 3933, + "started": 3934, + "instead": 3935, + "reducing": 3936, + "visc": 3937, + "indicators": 3938, + "attributed": 3939, + "borehole": 3940, + "signature": 3941, + "2021": 3942, + "sheet": 3943, + "sgt": 3944, + "keping": 3945, + "configuration": 3946, + "mkomolo": 3947, + "03": 3948, + "42": 3949, + "bal": 3950, + "grid": 3951, + "kiw": 3952, + "mound": 3953, + "pers": 3954, + "wdc": 3955, + "##loc": 3956, + "##ias": 3957, + "##nant": 3958, + "##ging": 3959, + "third": 3960, + "##titial": 3961, + "##inan": 3962, + "##ories": 3963, + "##etrinite": 3964, + "iss": 3965, + "forward": 3966, + "##rupt": 3967, + "##opol": 3968, + "atm": 3969, + "##uto": 3970, + "minib": 3971, + "recover": 3972, + "cao": 3973, + "facil": 3974, + "changed": 3975, + "partly": 3976, + "pressures": 3977, + "mica": 3978, + "silicate": 3979, + "##hewan": 3980, + "##uchi": 3981, + "oxides": 3982, + "##temp": 3983, + "numerical": 3984, + "nihewan": 3985, + "extends": 3986, + "pyroc": 3987, + "illust": 3988, + "terrane": 3989, + "gneisses": 3990, + "establish": 3991, + "interstitial": 3992, + "volcanoes": 3993, + "discovered": 3994, + "turbidites": 3995, + "tethys": 3996, + "kiwira": 3997, + "minibas": 3998, + "49": 3999, + "city": 4000, + "gk": 4001, + "hi": 4002, + "mentioned": 4003, + "ngs": 4004, + "ques": 4005, + "ra": 4006, + "rough": 4007, + "umar": 4008, + "vug": 4009, + "##iagou": 4010, + "##na": 4011, + "##tes": 4012, + "##ym": 4013, + "##ffer": 4014, + "##jected": 4015, + "##xic": 4016, + "##olitic": 4017, + "review": 4018, + "prox": 4019, + "beha": 4020, + "began": 4021, + "##ologic": 4022, + "indep": 4023, + "encl": 4024, + "submar": 4025, + "##ystone": 4026, + "disloc": 4027, + "##ysics": 4028, + "##elled": 4029, + "meters": 4030, + "volumes": 4031, + "lithological": 4032, + "104": 4033, + "providing": 4034, + "coron": 4035, + "majiagou": 4036, + "##part": 4037, + "conclusion": 4038, + "2014": 4039, + "controls": 4040, + "bedding": 4041, + "accumulated": 4042, + "identification": 4043, + "keystone": 4044, + "partially": 4045, + "130": 4046, + "baal": 4047, + "hydrogen": 4048, + "reconstruct": 4049, + "loess": 4050, + "textures": 4051, + "namely": 4052, + "extending": 4053, + "eruptive": 4054, + "metasom": 4055, + "indicator": 4056, + "reflects": 4057, + "offset": 4058, + "popul": 4059, + "##going": 4060, + "geochronological": 4061, + "front": 4062, + "pyrolysis": 4063, + "easily": 4064, + "argued": 4065, + "gammon": 4066, + "becomes": 4067, + "yanshanian": 4068, + "inherited": 4069, + "etc": 4070, + "independ": 4071, + "04": 4072, + "250": 4073, + "58": 4074, + "gond": 4075, + "gpa": 4076, + "pc": 4077, + "rb": 4078, + "rig": 4079, + "spl": 4080, + "##cal": 4081, + "##sor": 4082, + "##atics": 4083, + "##kn": 4084, + "##ero": 4085, + "##ery": 4086, + "##alc": 4087, + "##aland": 4088, + "##itch": 4089, + "##iguchi": 4090, + "make": 4091, + "rework": 4092, + "existing": 4093, + "seven": 4094, + "##iri": 4095, + "##chist": 4096, + "##cheng": 4097, + "hainan": 4098, + "closed": 4099, + "##ape": 4100, + "sampling": 4101, + "match": 4102, + "##itive": 4103, + "adak": 4104, + "repe": 4105, + "processing": 4106, + "##ostratig": 4107, + "##rete": 4108, + "196": 4109, + "directions": 4110, + "representing": 4111, + "importance": 4112, + "suppor": 4113, + "continuity": 4114, + "follows": 4115, + "##ledge": 4116, + "define": 4117, + "correlations": 4118, + "geothermal": 4119, + "initially": 4120, + "law": 4121, + "apatite": 4122, + "gradients": 4123, + "238": 4124, + "anoriguchi": 4125, + "inverse": 4126, + "219": 4127, + "overla": 4128, + "ophiolite": 4129, + "predicted": 4130, + "uplifted": 4131, + "boreholes": 4132, + "triggered": 4133, + "86sr": 4134, + "concept": 4135, + "##ocrysts": 4136, + "coastal": 4137, + "lineaments": 4138, + "δ56fe": 4139, + "87sr": 4140, + "extrusion": 4141, + "distinguish": 4142, + "dispers": 4143, + "gondwan": 4144, + "41": 4145, + "aut": 4146, + "coun": 4147, + "dull": 4148, + "mc": 4149, + "morb": 4150, + "##ijing": 4151, + "##ah": 4152, + "off": 4153, + "##orpor": 4154, + "##any": 4155, + "stor": 4156, + "ann": 4157, + "allu": 4158, + "extern": 4159, + "beijing": 4160, + "##umines": 4161, + "##char": 4162, + "##ude": 4163, + "evapor": 4164, + "faulted": 4165, + "incorpor": 4166, + "##aps": 4167, + "mexic": 4168, + "quite": 4169, + "metamorphosed": 4170, + "distributions": 4171, + "reflected": 4172, + "2010": 4173, + "association": 4174, + "perido": 4175, + "lesser": 4176, + "caprocks": 4177, + "superg": 4178, + "concentrated": 4179, + "intruded": 4180, + "biom": 4181, + "progressive": 4182, + "kaol": 4183, + "link": 4184, + "dependent": 4185, + "morphology": 4186, + "##804": 4187, + "technique": 4188, + "tested": 4189, + "comprises": 4190, + "industrial": 4191, + "huangling": 4192, + "column": 4193, + "achieved": 4194, + "superimp": 4195, + "metasedimentary": 4196, + "volatile": 4197, + "restricted": 4198, + "longitudinal": 4199, + "99": 4200, + "95": 4201, + "dim": 4202, + "nuc": 4203, + "olig": 4204, + "rhe": 4205, + "sak": 4206, + "xing": 4207, + "##ump": 4208, + "##sw": 4209, + "##ware": 4210, + "##enari": 4211, + "##enesis": 4212, + "##arch": 4213, + "##eler": 4214, + "##lement": 4215, + "##ury": 4216, + "states": 4217, + "mapping": 4218, + "making": 4219, + "##iform": 4220, + "alread": 4221, + "attemp": 4222, + "##emi": 4223, + "##rustal": 4224, + "interg": 4225, + "slop": 4226, + "weigh": 4227, + "acceler": 4228, + "spin": 4229, + "scenari": 4230, + "silty": 4231, + "decomp": 4232, + "condition": 4233, + "terrain": 4234, + "##pects": 4235, + "periph": 4236, + "guo": 4237, + "folded": 4238, + "simulations": 4239, + "##valent": 4240, + "affect": 4241, + "valleys": 4242, + "thermodynamic": 4243, + "respect": 4244, + "eruptions": 4245, + "ilmen": 4246, + "geophysics": 4247, + "cumulate": 4248, + "existence": 4249, + "exhibits": 4250, + "starting": 4251, + "subsequently": 4252, + "evaluation": 4253, + "consequence": 4254, + "microscope": 4255, + "siltstone": 4256, + "tuff": 4257, + "signatures": 4258, + "joint": 4259, + "regarding": 4260, + "decreasing": 4261, + "transgression": 4262, + "window": 4263, + "evolving": 4264, + "historical": 4265, + "exposure": 4266, + "submarine": 4267, + "##uminescence": 4268, + "already": 4269, + "ilmenite": 4270, + "67": 4271, + "78": 4272, + "85": 4273, + "ion": 4274, + "jian": 4275, + "kal": 4276, + "lree": 4277, + "m6": 4278, + "right": 4279, + "##uang": 4280, + "##lou": 4281, + "##cent": 4282, + "##tely": 4283, + "##wa": 4284, + "##esting": 4285, + "##inter": 4286, + "##olc": 4287, + "sun": 4288, + "chao": 4289, + "anoxic": 4290, + "baspa": 4291, + "##odetrinite": 4292, + "##ector": 4293, + "##roup": 4294, + "modified": 4295, + "interface": 4296, + "interior": 4297, + "abrupt": 4298, + "calib": 4299, + "leak": 4300, + "secular": 4301, + "horemi": 4302, + "##ventional": 4303, + "considerable": 4304, + "remote": 4305, + "greatly": 4306, + "dynamics": 4307, + "depressions": 4308, + "contribution": 4309, + "uplifts": 4310, + "commun": 4311, + "siliciclastic": 4312, + "denglou": 4313, + "mineralogy": 4314, + "diffusion": 4315, + "eurasia": 4316, + "extracted": 4317, + "application": 4318, + "meteoric": 4319, + "populations": 4320, + "238u": 4321, + "external": 4322, + "mexico": 4323, + "biomark": 4324, + "denglouku": 4325, + "44": 4326, + "93": 4327, + "apart": 4328, + "duration": 4329, + "fu": 4330, + "herc": 4331, + "kil": 4332, + "kun": 4333, + "mb": 4334, + "mpa": 4335, + "pack": 4336, + "s18": 4337, + "t4": 4338, + "tonal": 4339, + "vic": 4340, + "xu": 4341, + "##wn": 4342, + "##bo": 4343, + "##bly": 4344, + "##47": 4345, + "##erian": 4346, + "##tice": 4347, + "##ital": 4348, + "##ased": 4349, + "##ett": 4350, + "sufficient": 4351, + "pros": 4352, + "proced": 4353, + "alb": 4354, + "resist": 4355, + "enab": 4356, + "reli": 4357, + "modelled": 4358, + "slate": 4359, + "##max": 4360, + "meuse": 4361, + "##ynian": 4362, + "completely": 4363, + "became": 4364, + "compositional": 4365, + "thicknesses": 4366, + "orogeny": 4367, + "calculations": 4368, + "descri": 4369, + "eclogitization": 4370, + "simpl": 4371, + "optim": 4372, + "opening": 4373, + "176": 4374, + "climatic": 4375, + "angular": 4376, + "turn": 4377, + "slabs": 4378, + "referred": 4379, + "supercontinents": 4380, + "weihe": 4381, + "lamina": 4382, + "allowed": 4383, + "err": 4384, + "african": 4385, + "akan": 4386, + "segments": 4387, + "pair": 4388, + "examined": 4389, + "muze": 4390, + "blues": 4391, + "introduction": 4392, + "improve": 4393, + "varied": 4394, + "##artment": 4395, + "terraces": 4396, + "necessary": 4397, + "shoal": 4398, + "prior": 4399, + "wulaga": 4400, + "pyroclastic": 4401, + "behavi": 4402, + "storage": 4403, + "hercynian": 4404, + "s1876": 4405, + "dig": 4406, + "heter": 4407, + "mw": 4408, + "os": 4409, + "sizes": 4410, + "##bers": 4411, + "##xing": 4412, + "##areous": 4413, + "stag": 4414, + "dem": 4415, + "##rum": 4416, + "compressive": 4417, + "contamination": 4418, + "diamic": 4419, + "envelop": 4420, + "metals": 4421, + "teph": 4422, + "##ficial": 4423, + "109": 4424, + "##obar": 4425, + "calcareous": 4426, + "included": 4427, + "design": 4428, + "characterised": 4429, + "##huhu": 4430, + "ruhuhu": 4431, + "equation": 4432, + "foundation": 4433, + "descending": 4434, + "himalayas": 4435, + "reflector": 4436, + "petrography": 4437, + "streams": 4438, + "songwe": 4439, + "monit": 4440, + "gabbros": 4441, + "rhine": 4442, + "existed": 4443, + "regimes": 4444, + "recognised": 4445, + "release": 4446, + "integrated": 4447, + "batholiths": 4448, + "##zhong": 4449, + "pingq": 4450, + "geotherm": 4451, + "alluvial": 4452, + "supergroup": 4453, + "superimposed": 4454, + "chaotic": 4455, + "leakage": 4456, + "3a": 4457, + "aqu": 4458, + "bes": 4459, + "batch": 4460, + "date": 4461, + "dai": 4462, + "her": 4463, + "k2o": 4464, + "nil": 4465, + "nank": 4466, + "o3": 4467, + "pul": 4468, + "prac": 4469, + "pass": 4470, + "round": 4471, + "sph": 4472, + "year": 4473, + "##ey": 4474, + "##cing": 4475, + "##cular": 4476, + "##wal": 4477, + "##by": 4478, + "##erts": 4479, + "##ished": 4480, + "##lex": 4481, + "##oll": 4482, + "station": 4483, + "isol": 4484, + "mapped": 4485, + "suites": 4486, + "chall": 4487, + "ank": 4488, + "atten": 4489, + "department": 4490, + "##utes": 4491, + "##emurian": 4492, + "##ract": 4493, + "##plate": 4494, + "##000": 4495, + "rece": 4496, + "lived": 4497, + "spor": 4498, + "scales": 4499, + "underst": 4500, + "fe3": 4501, + "thickening": 4502, + "corrid": 4503, + "sinemurian": 4504, + "signals": 4505, + "others": 4506, + "majority": 4507, + "united": 4508, + "domains": 4509, + "reserves": 4510, + "generate": 4511, + "bedrocks": 4512, + "equal": 4513, + "additional": 4514, + "primitive": 4515, + "diagenetic": 4516, + "hubei": 4517, + "wavel": 4518, + "partition": 4519, + "landsl": 4520, + "continuously": 4521, + "dolomites": 4522, + "requires": 4523, + "yielded": 4524, + "depletion": 4525, + "weihai": 4526, + "altered": 4527, + "penet": 4528, + "coeval": 4529, + "measurement": 4530, + "depending": 4531, + "promin": 4532, + "##sonite": 4533, + "summar": 4534, + "industry": 4535, + "uncertainty": 4536, + "assumed": 4537, + "paleogeography": 4538, + "galula": 4539, + "context": 4540, + "elongated": 4541, + "funda": 4542, + "sensing": 4543, + "roughly": 4544, + "rigid": 4545, + "gondwana": 4546, + "oligocene": 4547, + "slopes": 4548, + "pingqiao": 4549, + "nankai": 4550, + "05": 4551, + "3b": 4552, + "bra": 4553, + "cp": 4554, + "dil": 4555, + "fiss": 4556, + "fresh": 4557, + "kind": 4558, + "lava": 4559, + "m2": 4560, + "mts": 4561, + "pip": 4562, + "qi": 4563, + "rod": 4564, + "xi": 4565, + "##lation": 4566, + "##etic": 4567, + "##sk": 4568, + "##rates": 4569, + "##hac": 4570, + "##ymmet": 4571, + "##pen": 4572, + "##19": 4573, + "##environ": 4574, + "inside": 4575, + "too": 4576, + "took": 4577, + "##ective": 4578, + "sha": 4579, + "shan": 4580, + "##ateg": 4581, + "anth": 4582, + "project": 4583, + "aluto": 4584, + "##ians": 4585, + "enter": 4586, + "unli": 4587, + "interlay": 4588, + "arri": 4589, + "##inson": 4590, + "##xture": 4591, + "##ieve": 4592, + "normalized": 4593, + "bedrock": 4594, + "eroded": 4595, + "localities": 4596, + "eclogites": 4597, + "six": 4598, + "division": 4599, + "degrees": 4600, + "limestones": 4601, + "breakup": 4602, + "elastic": 4603, + "named": 4604, + "thermo": 4605, + "illite": 4606, + "damage": 4607, + "driving": 4608, + "##dfires": 4609, + "morphometric": 4610, + "operation": 4611, + "diamonds": 4612, + "proportions": 4613, + "batholith": 4614, + "cutting": 4615, + "anticlines": 4616, + "graphite": 4617, + "episodes": 4618, + "wilson": 4619, + "cluster": 4620, + "decreased": 4621, + "facilit": 4622, + "independent": 4623, + "receiver": 4624, + "prominent": 4625, + "84": 4626, + "ake": 4627, + "aval": 4628, + "cres": 4629, + "ji": 4630, + "jing": 4631, + "narm": 4632, + "pan": 4633, + "pir": 4634, + "tai": 4635, + "##ubl": 4636, + "##ave": 4637, + "##des": 4638, + "##ying": 4639, + "##31": 4640, + "theore": 4641, + "##ature": 4642, + "##itational": 4643, + "##asil": 4644, + "##rost": 4645, + "##aces": 4646, + "isost": 4647, + "##imen": 4648, + "sund": 4649, + "##ogram": 4650, + "always": 4651, + "onto": 4652, + "diorite": 4653, + "lowest": 4654, + "relief": 4655, + "modelling": 4656, + "uniform": 4657, + "dischar": 4658, + "##wei": 4659, + "able": 4660, + "account": 4661, + "spot": 4662, + "quanti": 4663, + "lithologies": 4664, + "##oche": 4665, + "upstream": 4666, + "deeply": 4667, + "vertically": 4668, + "2002": 4669, + "precision": 4670, + "1500": 4671, + "mesoarchean": 4672, + "reflectors": 4673, + "classes": 4674, + "resource": 4675, + "absol": 4676, + "dominantly": 4677, + "edge": 4678, + "frequently": 4679, + "wufeng": 4680, + "relev": 4681, + "interactions": 4682, + "na2o": 4683, + "summary": 4684, + "confirm": 4685, + "connected": 4686, + "demonstrate": 4687, + "software": 4688, + "jiangsu": 4689, + "intracontinental": 4690, + "gravitational": 4691, + "extremely": 4692, + "apennines": 4693, + "siberian": 4694, + "constitu": 4695, + "scientific": 4696, + "concordant": 4697, + "fully": 4698, + "juding": 4699, + "metallogenic": 4700, + "dislocation": 4701, + "pcd": 4702, + "overlapping": 4703, + "spinel": 4704, + "understood": 4705, + "avalan": 4706, + "narmada": 4707, + "1b": 4708, + "57": 4709, + "94": 4710, + "cell": 4711, + "fil": 4712, + "go": 4713, + "gad": 4714, + "gps": 4715, + "hett": 4716, + "iv": 4717, + "mis": 4718, + "nnw": 4719, + "osc": 4720, + "retro": 4721, + "s0": 4722, + "tam": 4723, + "##cut": 4724, + "##ker": 4725, + "##1a": 4726, + "##17": 4727, + "##ans": 4728, + "##ara": 4729, + "##reat": 4730, + "stations": 4731, + "##itherm": 4732, + "condu": 4733, + "sud": 4734, + "suite": 4735, + "asymmet": 4736, + "##romatic": 4737, + "proj": 4738, + "##angian": 4739, + "resol": 4740, + "resid": 4741, + "##seong": 4742, + "moderat": 4743, + "intercal": 4744, + "##ype": 4745, + "##ermost": 4746, + "underpl": 4747, + "detection": 4748, + "implies": 4749, + "thicker": 4750, + "197": 4751, + "amb": 4752, + "2011": 4753, + "head": 4754, + "tract": 4755, + "128": 4756, + "imjing": 4757, + "grouped": 4758, + "meso": 4759, + "##continental": 4760, + "180": 4761, + "affecting": 4762, + "erosional": 4763, + "covering": 4764, + "polish": 4765, + "epitherm": 4766, + "landsc": 4767, + "sulph": 4768, + "##nanhe": 4769, + "serpen": 4770, + "eruption": 4771, + "tanlu": 4772, + "bands": 4773, + "barri": 4774, + "evaluate": 4775, + "brasil": 4776, + "plotted": 4777, + "aggregate": 4778, + "accurate": 4779, + "chengnanhe": 4780, + "mineralogical": 4781, + "hills": 4782, + "tabei": 4783, + "taboche": 4784, + "xenoliths": 4785, + "purp": 4786, + "tomography": 4787, + "enhanced": 4788, + "swarms": 4789, + "beginning": 4790, + "susp": 4791, + "fossils": 4792, + "##opolis": 4793, + "kaolinite": 4794, + "stagnant": 4795, + "diamictic": 4796, + "daily": 4797, + "##ublic": 4798, + "absolute": 4799, + "hettangian": 4800, + "oscill": 4801, + "imjingang": 4802, + "epithermal": 4803, + "aromatic": 4804, + "bran": 4805, + "bad": 4806, + "cf": 4807, + "crac": 4808, + "cco": 4809, + "fission": 4810, + "ht": 4811, + "kom": 4812, + "luminescence": 4813, + "omp": 4814, + "pic": 4815, + "take": 4816, + "wj": 4817, + "xr": 4818, + "##rat": 4819, + "##rise": 4820, + "##hes": 4821, + "##mit": 4822, + "##96": 4823, + "##4a": 4824, + "##inia": 4825, + "##arh": 4826, + "##rec": 4827, + "##isite": 4828, + "##acing": 4829, + "##active": 4830, + "cong": 4831, + "deform": 4832, + "##ilies": 4833, + "shot": 4834, + "##romat": 4835, + "##change": 4836, + "##ously": 4837, + "plant": 4838, + "comprise": 4839, + "marl": 4840, + "artic": 4841, + "ablation": 4842, + "recrystall": 4843, + "fractions": 4844, + "seismological": 4845, + "cave": 4846, + "calor": 4847, + "adm": 4848, + "feed": 4849, + "foliated": 4850, + "refraction": 4851, + "heating": 4852, + "discr": 4853, + "imm": 4854, + "drg": 4855, + "folding": 4856, + "separate": 4857, + "trapped": 4858, + "magnes": 4859, + "microstruct": 4860, + "giant": 4861, + "schem": 4862, + "##ensively": 4863, + "else": 4864, + "europe": 4865, + "##dings": 4866, + "transported": 4867, + "##roscop": 4868, + "##166": 4869, + "situated": 4870, + "uplifting": 4871, + "collap": 4872, + "grabens": 4873, + "restored": 4874, + "saturation": 4875, + "interbeds": 4876, + "uhp": 4877, + "graphitization": 4878, + "geochronology": 4879, + "wildfires": 4880, + "intraplate": 4881, + "cruc": 4882, + "liptinite": 4883, + "quantitative": 4884, + "tensor": 4885, + "style": 4886, + "precipitated": 4887, + "hotspot": 4888, + "exploitation": 4889, + "sangla": 4890, + "families": 4891, + "rodinia": 4892, + "avalanche": 4893, + "sudden": 4894, + "moderately": 4895, + "branch": 4896, + "omphac": 4897, + "07": 4898, + "59": 4899, + "cour": 4900, + "dou": 4901, + "eust": 4902, + "gyp": 4903, + "genetic": 4904, + "hard": 4905, + "loss": 4906, + "nm": 4907, + "pdf": 4908, + "sant": 4909, + "tc": 4910, + "wat": 4911, + "xm": 4912, + "##nos": 4913, + "##norm": 4914, + "##ean": 4915, + "##oke": 4916, + "##aid": 4917, + "##back": 4918, + "##ont": 4919, + "##anning": 4920, + "##ocent": 4921, + "forces": 4922, + "##rade": 4923, + "##osites": 4924, + "shi": 4925, + "cham": 4926, + "chief": 4927, + "##omagne": 4928, + "##ockwise": 4929, + "##chuan": 4930, + "##ries": 4931, + "##riate": 4932, + "##ested": 4933, + "##002": 4934, + "##lump": 4935, + "parag": 4936, + "subjected": 4937, + "usa": 4938, + "sampled": 4939, + "item": 4940, + "accreted": 4941, + "note": 4942, + "##ords": 4943, + "prone": 4944, + "organism": 4945, + "century": 4946, + "marginal": 4947, + "##lude": 4948, + "concluded": 4949, + "2017": 4950, + "construct": 4951, + "##itudes": 4952, + "soil": 4953, + "##ropriate": 4954, + "determining": 4955, + "assembly": 4956, + "estimation": 4957, + "macro": 4958, + "waves": 4959, + "influx": 4960, + "177": 4961, + "deglac": 4962, + "describe": 4963, + "niu": 4964, + "lique": 4965, + "roer": 4966, + "taking": 4967, + "oriented": 4968, + "needed": 4969, + "prediction": 4970, + "##162": 4971, + "released": 4972, + "lineament": 4973, + "assuming": 4974, + "equivalent": 4975, + "reactivation": 4976, + "kinematics": 4977, + "hongseong": 4978, + "problems": 4979, + "spectrometer": 4980, + "propagation": 4981, + "##olcanic": 4982, + "tonalite": 4983, + "description": 4984, + "tephra": 4985, + "calorific": 4986, + "06": 4987, + "550": 4988, + "66": 4989, + "700": 4990, + "ban": 4991, + "dan": 4992, + "feng": 4993, + "kh": 4994, + "pam": 4995, + "qaid": 4996, + "yimen": 4997, + "##uk": 4998, + "##ctive": 4999, + "##range": 5000, + "##ya": 5001, + "##yuan": 5002, + "##pine": 5003, + "##fz": 5004, + "##qi": 5005, + "##jin": 5006, + "##kwa": 5007, + "##14": 5008, + "##aster": 5009, + "##asting": 5010, + "##rogen": 5011, + "##olar": 5012, + "##urr": 5013, + "##urb": 5014, + "##etry": 5015, + "statis": 5016, + "##imb": 5017, + "rev": 5018, + "sharp": 5019, + "altit": 5020, + "what": 5021, + "once": 5022, + "##chang": 5023, + "##udu": 5024, + "##ria": 5025, + "##oted": 5026, + "computed": 5027, + "indeed": 5028, + "neotectonic": 5029, + "mining": 5030, + "##ushan": 5031, + "marks": 5032, + "##earth": 5033, + "weight": 5034, + "detected": 5035, + "expressed": 5036, + "appropriate": 5037, + "ternary": 5038, + "reduce": 5039, + "limb": 5040, + "orebod": 5041, + "2007": 5042, + "rukwa": 5043, + "determination": 5044, + "ign": 5045, + "localized": 5046, + "reflectances": 5047, + "ends": 5048, + "dissolved": 5049, + "useful": 5050, + "progress": 5051, + "reveals": 5052, + "euhedral": 5053, + "extended": 5054, + "##where": 5055, + "overlap": 5056, + "laterally": 5057, + "gradual": 5058, + "geomorphology": 5059, + "flooding": 5060, + "pluton": 5061, + "overpr": 5062, + "reflecting": 5063, + "alternating": 5064, + "accuracy": 5065, + "tendency": 5066, + "##radation": 5067, + "catal": 5068, + "blue": 5069, + "saf": 5070, + "molyb": 5071, + "bituminous": 5072, + "knowledge": 5073, + "loading": 5074, + "instrument": 5075, + "atmospheric": 5076, + "dispersed": 5077, + "peridotite": 5078, + "pairs": 5079, + "corridor": 5080, + "relevant": 5081, + "conglomer": 5082, + "crucial": 5083, + "qaidam": 5084, + "molybden": 5085, + "61": 5086, + "77": 5087, + "72": 5088, + "fusinite": 5089, + "flex": 5090, + "just": 5091, + "pi": 5092, + "pill": 5093, + "yur": 5094, + "##lin": 5095, + "##ng": 5096, + "##of": 5097, + "##oph": 5098, + "##has": 5099, + "##wing": 5100, + "##aves": 5101, + "##mb": 5102, + "##9a": 5103, + "##erion": 5104, + "##enov": 5105, + "##alen": 5106, + "##orn": 5107, + "##ising": 5108, + "##acc": 5109, + "##etric": 5110, + "##ithm": 5111, + "conventional": 5112, + "##igu": 5113, + "suffer": 5114, + "shang": 5115, + "##rus": 5116, + "exs": 5117, + "exchange": 5118, + "white": 5119, + "##seismic": 5120, + "##ainan": 5121, + "cold": 5122, + "modification": 5123, + "mineralisation": 5124, + "seismology": 5125, + "strat": 5126, + "##fications": 5127, + "adop": 5128, + "adsor": 5129, + "granular": 5130, + "petrogen": 5131, + "characterize": 5132, + "genesis": 5133, + "##titang": 5134, + "constitute": 5135, + "ago": 5136, + "desert": 5137, + "compare": 5138, + "oilfield": 5139, + "fractionated": 5140, + "125": 5141, + "newly": 5142, + "straight": 5143, + "swamp": 5144, + "zhen": 5145, + "clayey": 5146, + "huainan": 5147, + "reaching": 5148, + "find": 5149, + "findings": 5150, + "##faction": 5151, + "epic": 5152, + "dense": 5153, + "##ffici": 5154, + "absent": 5155, + "erupted": 5156, + "agglomer": 5157, + "##organ": 5158, + "falls": 5159, + "##clinal": 5160, + "debate": 5161, + "circulation": 5162, + "anorthosites": 5163, + "weathered": 5164, + "tuf": 5165, + "remained": 5166, + "demonstrated": 5167, + "acidic": 5168, + "hazards": 5169, + "xinxing": 5170, + "transgressive": 5171, + "chronology": 5172, + "kinematic": 5173, + "against": 5174, + "true": 5175, + "##taneous": 5176, + "mobile": 5177, + "paleolakes": 5178, + "##bulak": 5179, + "criterion": 5180, + "ttg": 5181, + "viscosity": 5182, + "split": 5183, + "repeated": 5184, + "weighted": 5185, + "biomarker": 5186, + "monitoring": 5187, + "fundamental": 5188, + "crestal": 5189, + "discharge": 5190, + "komati": 5191, + "article": 5192, + "collapse": 5193, + "chamber": 5194, + "chiefly": 5195, + "deglaciation": 5196, + "niutitang": 5197, + "liquefaction": 5198, + "pamir": 5199, + "##earthquak": 5200, + "2a": 5201, + "83": 5202, + "900": 5203, + "ast": 5204, + "air": 5205, + "ey": 5206, + "ku": 5207, + "mil": 5208, + "nag": 5209, + "nosing": 5210, + "san": 5211, + "tagh": 5212, + "##iph": 5213, + "##ril": 5214, + "##hots": 5215, + "##went": 5216, + "##yu": 5217, + "##90": 5218, + "##bia": 5219, + "##ica": 5220, + "##enth": 5221, + "##elinite": 5222, + "##olu": 5223, + "##olian": 5224, + "##thrust": 5225, + "##urally": 5226, + "##ulu": 5227, + "##mpor": 5228, + "##osen": 5229, + "read": 5230, + "aspects": 5231, + "chosen": 5232, + "basically": 5233, + "align": 5234, + "alpine": 5235, + "##rie": 5236, + "acous": 5237, + "##abil": 5238, + "compac": 5239, + "##istent": 5240, + "highstand": 5241, + "##ained": 5242, + "dips": 5243, + "nearb": 5244, + "subduc": 5245, + "intensive": 5246, + "uniqu": 5247, + "##less": 5248, + "##ipel": 5249, + "analog": 5250, + "underwent": 5251, + "maintain": 5252, + "elev": 5253, + "believed": 5254, + "expan": 5255, + "explore": 5256, + "comes": 5257, + "##faceous": 5258, + "fractured": 5259, + "##ochron": 5260, + "upon": 5261, + "greens": 5262, + "decay": 5263, + "concer": 5264, + "calculate": 5265, + "diagenesis": 5266, + "simultaneous": 5267, + "separation": 5268, + "grainstone": 5269, + "salinity": 5270, + "crosscut": 5271, + "yields": 5272, + "coalfields": 5273, + "suprac": 5274, + "author": 5275, + "predict": 5276, + "contribute": 5277, + "poorly": 5278, + "bright": 5279, + "operated": 5280, + "integration": 5281, + "qinghai": 5282, + "risks": 5283, + "zoned": 5284, + "vein": 5285, + "humid": 5286, + "okhots": 5287, + "algor": 5288, + "plays": 5289, + "protolith": 5290, + "geosciences": 5291, + "homogeneous": 5292, + "##kule": 5293, + "eurasian": 5294, + "contempor": 5295, + "##rystalline": 5296, + "altyn": 5297, + "breakthroughs": 5298, + "gulong": 5299, + "seems": 5300, + "phenomenon": 5301, + "substantial": 5302, + "besides": 5303, + "akekule": 5304, + "sundaland": 5305, + "intercalated": 5306, + "serpentin": 5307, + "yurt": 5308, + "petrogenesis": 5309, + "tuffaceous": 5310, + "acoustic": 5311, + "nearby": 5312, + "okhotsk": 5313, + "cn": 5314, + "drop": 5315, + "efficient": 5316, + "finite": 5317, + "gric": 5318, + "han": 5319, + "lt": 5320, + "ning": 5321, + "png": 5322, + "rob": 5323, + "sq": 5324, + "sid": 5325, + "serv": 5326, + "soci": 5327, + "tin": 5328, + "trib": 5329, + "tmax": 5330, + "yi": 5331, + "##cy": 5332, + "##sd": 5333, + "##sm": 5334, + "##sal": 5335, + "##shed": 5336, + "##most": 5337, + "##22": 5338, + "##bur": 5339, + "##jia": 5340, + "##inted": 5341, + "##alopolis": 5342, + "##asc": 5343, + "##istic": 5344, + "##eless": 5345, + "##elves": 5346, + "##theless": 5347, + "ise": 5348, + "conj": 5349, + "##rating": 5350, + "shield": 5351, + "anhui": 5352, + "alone": 5353, + "alps": 5354, + "##ode": 5355, + "##odal": 5356, + "resem": 5357, + "compound": 5358, + "depocent": 5359, + "highs": 5360, + "##aya": 5361, + "earlies": 5362, + "color": 5363, + "ens": 5364, + "relation": 5365, + "##ussi": 5366, + "inclusion": 5367, + "interfer": 5368, + "##duced": 5369, + "recyc": 5370, + "##orphous": 5371, + "##inating": 5372, + "prevail": 5373, + "overrid": 5374, + "developing": 5375, + "explan": 5376, + "amorphous": 5377, + "glass": 5378, + "##pective": 5379, + "microp": 5380, + "precur": 5381, + "strati": 5382, + "remark": 5383, + "zhou": 5384, + "zhao": 5385, + "calculation": 5386, + "drenov": 5387, + "defining": 5388, + "simulate": 5389, + "specif": 5390, + "insights": 5391, + "employ": 5392, + "occurrences": 5393, + "loh": 5394, + "ultim": 5395, + "almora": 5396, + "##hera": 5397, + "emerg": 5398, + "evaluated": 5399, + "americano": 5400, + "algae": 5401, + "##yeong": 5402, + "reasons": 5403, + "crushed": 5404, + "tethyan": 5405, + "δ56f": 5406, + "belongs": 5407, + "megalopolis": 5408, + "building": 5409, + "xiaoer": 5410, + "planetary": 5411, + "microscopy": 5412, + "tongshan": 5413, + "landforms": 5414, + "discontinuity": 5415, + "hemipel": 5416, + "pelagic": 5417, + "synthes": 5418, + "geosyncline": 5419, + "kimberlite": 5420, + "##cepted": 5421, + "minibasin": 5422, + "proxy": 5423, + "##ostratigraphic": 5424, + "annual": 5425, + "dimensional": 5426, + "nucle": 5427, + "kilometers": 5428, + "albite": 5429, + "isolated": 5430, + "fissures": 5431, + "gadhera": 5432, + "landscape": 5433, + "##recip": 5434, + "##rangement": 5435, + "safety": 5436, + "pillow": 5437, + "expansion": 5438, + "yurtusi": 5439, + "earliest": 5440, + "08": 5441, + "dt": 5442, + "dab": 5443, + "fit": 5444, + "fric": 5445, + "java": 5446, + "lav": 5447, + "qig": 5448, + "tang": 5449, + "tash": 5450, + "tulu": 5451, + "wus": 5452, + "xiang": 5453, + "##uting": 5454, + "##gam": 5455, + "##otic": 5456, + "##hanic": 5457, + "##app": 5458, + "##pan": 5459, + "##pur": 5460, + "##inian": 5461, + "##rog": 5462, + "##ules": 5463, + "coex": 5464, + "coher": 5465, + "sum": 5466, + "asc": 5467, + "chalc": 5468, + "anti": 5469, + "prol": 5470, + "ongoing": 5471, + "##chists": 5472, + "##opyrite": 5473, + "geotectonic": 5474, + "plots": 5475, + "##ema": 5476, + "##ays": 5477, + "contacts": 5478, + "dikes": 5479, + "subject": 5480, + "mole": 5481, + "moye": 5482, + "##ade": 5483, + "modul": 5484, + "regular": 5485, + "ability": 5486, + "meand": 5487, + "scat": 5488, + "southward": 5489, + "underground": 5490, + "extensively": 5491, + "elevated": 5492, + "imply": 5493, + "expand": 5494, + "1016": 5495, + "##una": 5496, + "repro": 5497, + "reprecip": 5498, + "phyl": 5499, + "ranged": 5500, + "2013": 5501, + "##times": 5502, + "##xtap": 5503, + "dominance": 5504, + "associations": 5505, + "2009": 5506, + "shearing": 5507, + "stronger": 5508, + "oxic": 5509, + "remo": 5510, + "termin": 5511, + "termed": 5512, + "mesoproterozoic": 5513, + "causing": 5514, + "combus": 5515, + "affinity": 5516, + "affects": 5517, + "syncline": 5518, + "covers": 5519, + "baj": 5520, + "alkanes": 5521, + "weaker": 5522, + "contrasting": 5523, + "classifications": 5524, + "platforms": 5525, + "channels": 5526, + "surrounded": 5527, + "road": 5528, + "unconformably": 5529, + "overlain": 5530, + "currently": 5531, + "buoy": 5532, + "depends": 5533, + "eventually": 5534, + "diapirs": 5535, + "promote": 5536, + "operations": 5537, + "plutons": 5538, + "satell": 5539, + "integral": 5540, + "availability": 5541, + "visible": 5542, + "risk": 5543, + "juxtap": 5544, + "advances": 5545, + "##orafa": 5546, + "broadly": 5547, + "episode": 5548, + "geoscienti": 5549, + "uncertainties": 5550, + "idea": 5551, + "##lacial": 5552, + "prisms": 5553, + "bitum": 5554, + "datas": 5555, + "address": 5556, + "utilization": 5557, + "enclaves": 5558, + "coronae": 5559, + "reworked": 5560, + "counter": 5561, + "sakorafa": 5562, + "scenario": 5563, + "laminae": 5564, + "digital": 5565, + "heterogeneous": 5566, + "envelope": 5567, + "unlikely": 5568, + "theoretical": 5569, + "s0166": 5570, + "recrystallization": 5571, + "eustatic": 5572, + "177hf": 5573, + "##uduhe": 5574, + "molybdenite": 5575, + "subducting": 5576, + "greenschist": 5577, + "tribut": 5578, + "specifically": 5579, + "chalcopyrite": 5580, + "buoyant": 5581, + "68": 5582, + "76": 5583, + "az": 5584, + "bt": 5585, + "bh": 5586, + "brac": 5587, + "cam": 5588, + "done": 5589, + "eth": 5590, + "full": 5591, + "har": 5592, + "jia": 5593, + "ko": 5594, + "kyan": 5595, + "lis": 5596, + "mich": 5597, + "qian": 5598, + "rar": 5599, + "ss": 5600, + "tn": 5601, + "tensional": 5602, + "van": 5603, + "vill": 5604, + "wood": 5605, + "##uth": 5606, + "##lo": 5607, + "##las": 5608, + "##gou": 5609, + "##giri": 5610, + "##ren": 5611, + "##hore": 5612, + "##ax": 5613, + "##pts": 5614, + "##frost": 5615, + "##ken": 5616, + "##kou": 5617, + "##entical": 5618, + "##anced": 5619, + "##atan": 5620, + "##itable": 5621, + "##asma": 5622, + "##ela": 5623, + "##urn": 5624, + "forest": 5625, + "makes": 5626, + "coord": 5627, + "cohes": 5628, + "##oses": 5629, + "revers": 5630, + "shift": 5631, + "chong": 5632, + "seas": 5633, + "ones": 5634, + "##phere": 5635, + "accepted": 5636, + "##opyroxenes": 5637, + "plastic": 5638, + "places": 5639, + "plasma": 5640, + "##ctu": 5641, + "##andong": 5642, + "diverse": 5643, + "never": 5644, + "subdi": 5645, + "modes": 5646, + "incision": 5647, + "abnorm": 5648, + "##mafrost": 5649, + "recei": 5650, + "scanning": 5651, + "207": 5652, + "fluctu": 5653, + "##ozoisite": 5654, + "notably": 5655, + "impacts": 5656, + "report": 5657, + "assigned": 5658, + "applications": 5659, + "itself": 5660, + "esp": 5661, + "smo": 5662, + "##time": 5663, + "permafrost": 5664, + "infil": 5665, + "measuring": 5666, + "identical": 5667, + "zhong": 5668, + "paleoearthquak": 5669, + "gave": 5670, + "##oclim": 5671, + "trap": 5672, + "14c": 5673, + "investigate": 5674, + "pollen": 5675, + "orthopyroxenes": 5676, + "weakening": 5677, + "carry": 5678, + "glaci": 5679, + "clinozoisite": 5680, + "adjust": 5681, + "monso": 5682, + "kafl": 5683, + "unconformities": 5684, + "##regular": 5685, + "cumulus": 5686, + "groundwater": 5687, + "spectrum": 5688, + "coars": 5689, + "appearance": 5690, + "##ercial": 5691, + "approaches": 5692, + "commercial": 5693, + "attribute": 5694, + "irregular": 5695, + "population": 5696, + "concepts": 5697, + "sheets": 5698, + "columbia": 5699, + "rhyolite": 5700, + "superior": 5701, + "emphas": 5702, + "##basin": 5703, + "county": 5704, + "coincides": 5705, + "δ18ow": 5706, + "preferred": 5707, + "tilting": 5708, + "questions": 5709, + "decomposition": 5710, + "resistance": 5711, + "reliable": 5712, + "nilgiri": 5713, + "rounded": 5714, + "wavelength": 5715, + "underplating": 5716, + "sulphur": 5717, + "omphacitic": 5718, + "waters": 5719, + "organisms": 5720, + "altitude": 5721, + "splitting": 5722, + "lohaw": 5723, + "δ56fem": 5724, + "lavas": 5725, + "wusong": 5726, + "kyanite": 5727, + "subdiv": 5728, + "kaflang": 5729, + "09": 5730, + "450": 5731, + "71": 5732, + "930": 5733, + "bim": 5734, + "box": 5735, + "gover": 5736, + "hc": 5737, + "mem": 5738, + "million": 5739, + "nc": 5740, + "nit": 5741, + "pure": 5742, + "pse": 5743, + "puduhe": 5744, + "roll": 5745, + "tap": 5746, + "tio2": 5747, + "wens": 5748, + "wnw": 5749, + "yuan": 5750, + "ze": 5751, + "##uo": 5752, + "##uces": 5753, + "##oil": 5754, + "##hr": 5755, + "##yin": 5756, + "##fang": 5757, + "##x20": 5758, + "thresh": 5759, + "##eros": 5760, + "##algam": 5761, + "##aneous": 5762, + "##ito": 5763, + "cop": 5764, + "dehyd": 5765, + "##iled": 5766, + "rey": 5767, + "asl": 5768, + "cho": 5769, + "chec": 5770, + "chains": 5771, + "beam": 5772, + "##omorph": 5773, + "plains": 5774, + "##aka": 5775, + "happ": 5776, + "##inea": 5777, + "##atit": 5778, + "grapt": 5779, + "clockwise": 5780, + "entered": 5781, + "disper": 5782, + "collection": 5783, + "lie": 5784, + "spacing": 5785, + "scl": 5786, + "unde": 5787, + "expression": 5788, + "melange": 5789, + "transformed": 5790, + "directed": 5791, + "strikes": 5792, + "##dusi": 5793, + "mixture": 5794, + "flank": 5795, + "2006": 5796, + "perform": 5797, + "correct": 5798, + "oxide": 5799, + "rifted": 5800, + "guinea": 5801, + "transient": 5802, + "portions": 5803, + "causative": 5804, + "160": 5805, + "poly": 5806, + "confined": 5807, + "effectively": 5808, + "cm3": 5809, + "workers": 5810, + "success": 5811, + "1996": 5812, + "exception": 5813, + "subsalt": 5814, + "wuhan": 5815, + "##clines": 5816, + "upwards": 5817, + "instance": 5818, + "axes": 5819, + "syb": 5820, + "rising": 5821, + "comprised": 5822, + "chengdu": 5823, + "geoscience": 5824, + "clusters": 5825, + "paleogeographic": 5826, + "microscopic": 5827, + "##point": 5828, + "replacement": 5829, + "##ancy": 5830, + "reactivated": 5831, + "palynological": 5832, + "trun": 5833, + "hundreds": 5834, + "aeolian": 5835, + "evaporites": 5836, + "periphery": 5837, + "blueschists": 5838, + "aqueous": 5839, + "ankerite": 5840, + "pipes": 5841, + "retrog": 5842, + "oscillatory": 5843, + "deformations": 5844, + "magnesian": 5845, + "##omagnetic": 5846, + "##rusting": 5847, + "unique": 5848, + "algorithm": 5849, + "overriding": 5850, + "hemipelagic": 5851, + "tashk": 5852, + "molecular": 5853, + "combustion": 5854, + "pseud": 5855, + "wensu": 5856, + "threshold": 5857, + "64": 5858, + "74": 5859, + "cle": 5860, + "dur": 5861, + "idusi": 5862, + "kut": 5863, + "lag": 5864, + "lif": 5865, + "mn": 5866, + "nand": 5867, + "put": 5868, + "pyroxenes": 5869, + "public": 5870, + "rand": 5871, + "s3": 5872, + "sill": 5873, + "yong": 5874, + "##uary": 5875, + "##lites": 5876, + "##ipl": 5877, + "##gm": 5878, + "##ras": 5879, + "##do": 5880, + "##down": 5881, + "##29": 5882, + "##51": 5883, + "##kinson": 5884, + "thole": 5885, + "##onoun": 5886, + "##orts": 5887, + "inert": 5888, + "##rep": 5889, + "##itte": 5890, + "##asł": 5891, + "toarc": 5892, + "ster": 5893, + "##imination": 5894, + "devi": 5895, + "##idis": 5896, + "propp": 5897, + "exists": 5898, + "exact": 5899, + "##oma": 5900, + "access": 5901, + "geol": 5902, + "##abase": 5903, + "plun": 5904, + "haw": 5905, + "##emational": 5906, + "##estration": 5907, + "induce": 5908, + "##lun": 5909, + "gravel": 5910, + "ene": 5911, + "enough": 5912, + "intensi": 5913, + "unkn": 5914, + "##erial": 5915, + "##wek": 5916, + "arid": 5917, + "sliding": 5918, + "continues": 5919, + "accoun": 5920, + "##asequ": 5921, + "indicative": 5922, + "extra": 5923, + "caled": 5924, + "detect": 5925, + "distric": 5926, + "##ung": 5927, + "pronoun": 5928, + "assign": 5929, + "conserv": 5930, + "##ochina": 5931, + "decoupl": 5932, + "amalgam": 5933, + "esc": 5934, + "sequestration": 5935, + "discord": 5936, + "discrete": 5937, + "manif": 5938, + "##ailidis": 5939, + "supplement": 5940, + "accumulate": 5941, + "accumulations": 5942, + "contained": 5943, + "##lands": 5944, + "solar": 5945, + "combining": 5946, + "initiation": 5947, + "microb": 5948, + "property": 5949, + "angles": 5950, + "april": 5951, + "serve": 5952, + "feldspars": 5953, + "damasł": 5954, + "created": 5955, + "gneissic": 5956, + "allows": 5957, + "standards": 5958, + "wedges": 5959, + "symmet": 5960, + "hangzhou": 5961, + "remaining": 5962, + "offshore": 5963, + "algal": 5964, + "protoliths": 5965, + "actual": 5966, + "pyrolytic": 5967, + "involve": 5968, + "involves": 5969, + "spectrometry": 5970, + "aims": 5971, + "destruction": 5972, + "metaluminous": 5973, + "imaging": 5974, + "preparation": 5975, + "gulf": 5976, + "highlight": 5977, + "stretching": 5978, + "academy": 5979, + "encoun": 5980, + "adakitic": 5981, + "supporting": 5982, + "attempt": 5983, + "kunlun": 5984, + "vicinity": 5985, + "behavior": 5986, + "dilat": 5987, + "anthrac": 5988, + "tamatan": 5989, + "purpose": 5990, + "wjob": 5991, + "##ratonic": 5992, + "##nostic": 5993, + "##urrence": 5994, + "adopted": 5995, + "alignment": 5996, + "ltd": 5997, + "siderite": 5998, + "reprecipitation": 5999, + "geoscientists": 6000, + "michailidis": 6001, + "chongqing": 6002, + "smooth": 6003, + "infilt": 6004, + "lohawati": 6005, + "wusonger": 6006, + "bimodal": 6007, + "retrograde": 6008, + "tashkorgan": 6009, + "random": 6010, + "tholei": 6011, + "toarcian": 6012, + "unknown": 6013, + "pronounced": 6014, + "2b": 6015, + "350": 6016, + "79": 6017, + "760": 6018, + "82": 6019, + "bin": 6020, + "bil": 6021, + "bank": 6022, + "brid": 6023, + "cab": 6024, + "dal": 6025, + "fug": 6026, + "gns": 6027, + "hz": 6028, + "jan": 6029, + "jul": 6030, + "lens": 6031, + "latit": 6032, + "ng": 6033, + "none": 6034, + "pum": 6035, + "pick": 6036, + "pull": 6037, + "sod": 6038, + "sized": 6039, + "sector": 6040, + "umb": 6041, + "veg": 6042, + "wet": 6043, + "words": 6044, + "δ47": 6045, + "σfe": 6046, + "##uy": 6047, + "##ler": 6048, + "##lined": 6049, + "##iting": 6050, + "##gi": 6051, + "##aun": 6052, + "##awek": 6053, + "##ds": 6054, + "##pal": 6055, + "##33": 6056, + "##for": 6057, + "##fect": 6058, + "##kh": 6059, + "##kel": 6060, + "thrusting": 6061, + "##tian": 6062, + "##orites": 6063, + "##icular": 6064, + "##ats": 6065, + "##ollen": 6066, + "##uru": 6067, + "##ima": 6068, + "##ilian": 6069, + "sust": 6070, + "shandong": 6071, + "##mentation": 6072, + "beh": 6073, + "why": 6074, + "whose": 6075, + "##cham": 6076, + "##que": 6077, + "indochina": 6078, + "##alleros": 6079, + "nepal": 6080, + "parent": 6081, + "clasts": 6082, + "suboxic": 6083, + "preserve": 6084, + "unf": 6085, + "interest": 6086, + "interesting": 6087, + "arti": 6088, + "arrangement": 6089, + "web": 6090, + "activation": 6091, + "recurrence": 6092, + "valid": 6093, + "gases": 6094, + "voluminous": 6095, + "underne": 6096, + "caves": 6097, + "modeled": 6098, + "##ortun": 6099, + "##reek": 6100, + "observe": 6101, + "uppermost": 6102, + "sands": 6103, + "concrete": 6104, + "conclude": 6105, + "evolutionary": 6106, + "similarities": 6107, + "quartzite": 6108, + "mechanic": 6109, + "generating": 6110, + "bedded": 6111, + "remov": 6112, + "planets": 6113, + "zhimin": 6114, + "##oclastic": 6115, + "macroscop": 6116, + "elemental": 6117, + "species": 6118, + "coverage": 6119, + "polished": 6120, + "give": 6121, + "schists": 6122, + "details": 6123, + "adjo": 6124, + "anorogenic": 6125, + "neglig": 6126, + "takes": 6127, + "frequent": 6128, + "palaeoenviron": 6129, + "emission": 6130, + "axial": 6131, + "kumaun": 6132, + "unclear": 6133, + "asthenospheric": 6134, + "committe": 6135, + "convective": 6136, + "deltaic": 6137, + "examination": 6138, + "regarded": 6139, + "c29": 6140, + "homogen": 6141, + "intracratonic": 6142, + "rhyolitic": 6143, + "built": 6144, + "becoming": 6145, + "equipped": 6146, + "problem": 6147, + "altai": 6148, + "discontinuous": 6149, + "extreme": 6150, + "apennine": 6151, + "hemis": 6152, + "accommodation": 6153, + "accommodated": 6154, + "geosynclinal": 6155, + "criteria": 6156, + "opposite": 6157, + "diverg": 6158, + "illustrated": 6159, + "reconstructed": 6160, + "lawsonite": 6161, + "rheological": 6162, + "sporinite": 6163, + "landslide": 6164, + "interlayer": 6165, + "filter": 6166, + "discrimination": 6167, + "course": 6168, + "agglomeration": 6169, + "society": 6170, + "conjug": 6171, + "removed": 6172, + "satellite": 6173, + "village": 6174, + "abnormal": 6175, + "members": 6176, + "undeformed": 6177, + "proppant": 6178, + "hawai": 6179, + "caledonian": 6180, + "damasławek": 6181, + "anthracite": 6182, + "caballeros": 6183, + "gnss": 6184, + "umbria": 6185, + "veget": 6186, + "##ollenites": 6187, + "underneath": 6188, + "3804": 6189, + "750": 6190, + "bord": 6191, + "brine": 6192, + "clump": 6193, + "ding": 6194, + "fill": 6195, + "fix": 6196, + "gh": 6197, + "get": 6198, + "germ": 6199, + "ho": 6200, + "hr": 6201, + "hm": 6202, + "h3": 6203, + "hod": 6204, + "hinter": 6205, + "lob": 6206, + "miss": 6207, + "ns": 6208, + "nose": 6209, + "owing": 6210, + "port": 6211, + "qob": 6212, + "tsc": 6213, + "xia": 6214, + "zd": 6215, + "##lian": 6216, + "##ii": 6217, + "##nor": 6218, + "##gkinson": 6219, + "##col": 6220, + "##dele": 6221, + "##man": 6222, + "##yite": 6223, + "##28": 6224, + "##26": 6225, + "##24": 6226, + "##54": 6227, + "##66": 6228, + "##15": 6229, + "##ło": 6230, + "##err": 6231, + "##ices": 6232, + "##asy": 6233, + "##roph": 6234, + "##ste": 6235, + "##ections": 6236, + "##ocian": 6237, + "##ocarbon": 6238, + "##terly": 6239, + "##ceed": 6240, + "##osh": 6241, + "##osinian": 6242, + "shu": 6243, + "chond": 6244, + "##ogran": 6245, + "##versi": 6246, + "proto": 6247, + "##tica": 6248, + "##phase": 6249, + "##irito": 6250, + "##umed": 6251, + "##otes": 6252, + "##ighb": 6253, + "acts": 6254, + "##ichang": 6255, + "geometric": 6256, + "geograph": 6257, + "placed": 6258, + "compatible": 6259, + "induc": 6260, + "indosinian": 6261, + "neighb": 6262, + "waste": 6263, + "suba": 6264, + "##acements": 6265, + "##adian": 6266, + "regression": 6267, + "coaly": 6268, + "geologists": 6269, + "metab": 6270, + "liang": 6271, + "seismogenic": 6272, + "speed": 6273, + "underl": 6274, + "undergo": 6275, + "implic": 6276, + "explains": 6277, + "corro": 6278, + "sometimes": 6279, + "variability": 6280, + "##gener": 6281, + "##rought": 6282, + "##wards": 6283, + "gliding": 6284, + "deformational": 6285, + "flowing": 6286, + "controversi": 6287, + "propose": 6288, + "2004": 6289, + "origins": 6290, + "pegm": 6291, + "shallower": 6292, + "collisions": 6293, + "zheng": 6294, + "diagnostic": 6295, + "mesh": 6296, + "accordance": 6297, + "huge": 6298, + "superp": 6299, + "locality": 6300, + "synclines": 6301, + "migrated": 6302, + "delamination": 6303, + "glacier": 6304, + "biod": 6305, + "biological": 6306, + "injected": 6307, + "argue": 6308, + "works": 6309, + "monz": 6310, + "dolomitic": 6311, + "stead": 6312, + "currents": 6313, + "focuses": 6314, + "islands": 6315, + "contributed": 6316, + "1988": 6317, + "##angea": 6318, + "conducive": 6319, + "displays": 6320, + "visual": 6321, + "siltstones": 6322, + "breccias": 6323, + "irat": 6324, + "fronti": 6325, + "radiocarbon": 6326, + "identifying": 6327, + "introduced": 6328, + "improved": 6329, + "andesitic": 6330, + "palynology": 6331, + "paleolake": 6332, + "phenomena": 6333, + "fabrics": 6334, + "issue": 6335, + "question": 6336, + "vugs": 6337, + "metasomatic": 6338, + "supports": 6339, + "conceptual": 6340, + "incorporated": 6341, + "calibration": 6342, + "communic": 6343, + "challeng": 6344, + "attention": 6345, + "penetration": 6346, + "##ski": 6347, + "arrival": 6348, + "isostatic": 6349, + "suspended": 6350, + "baddele": 6351, + "santo": 6352, + "shanghai": 6353, + "exsolution": 6354, + "astm": 6355, + "supracrustal": 6356, + "prolific": 6357, + "bajocian": 6358, + "brack": 6359, + "koło": 6360, + "tnco": 6361, + "cohesive": 6362, + "espirito": 6363, + "paleoearthquake": 6364, + "monsoon": 6365, + "nitrogen": 6366, + "trunc": 6367, + "supplementary": 6368, + "encountered": 6369, + "fugacity": 6370, + "january": 6371, + "behind": 6372, + "negligible": 6373, + "hemisphere": 6374, + "clumped": 6375, + "hodgkinson": 6376, + "5a": 6377, + "69": 6378, + "ara": 6379, + "aalen": 6380, + "bending": 6381, + "billion": 6382, + "brought": 6383, + "ci": 6384, + "cs": 6385, + "carn": 6386, + "categ": 6387, + "dp": 6388, + "dens": 6389, + "mer": 6390, + "nod": 6391, + "peng": 6392, + "ram": 6393, + "tes": 6394, + "tre": 6395, + "tel": 6396, + "wsw": 6397, + "yue": 6398, + "yili": 6399, + "##uous": 6400, + "##equ": 6401, + "##cumul": 6402, + "##sely": 6403, + "##rints": 6404, + "##haps": 6405, + "##af": 6406, + "##mu": 6407, + "##mw": 6408, + "##yond": 6409, + "##83": 6410, + "##fir": 6411, + "##68": 6412, + "##zn": 6413, + "##ko": 6414, + "##x2": 6415, + "##xian": 6416, + "##va": 6417, + "##11": 6418, + "##inate": 6419, + "##ants": 6420, + "##anite": 6421, + "##atus": 6422, + "##isition": 6423, + "##oura": 6424, + "##urated": 6425, + "stack": 6426, + "##sities": 6427, + "##imetric": 6428, + "##imuth": 6429, + "cov": 6430, + "suess": 6431, + "##ifies": 6432, + "exotic": 6433, + "beyond": 6434, + "search": 6435, + "geographic": 6436, + "complic": 6437, + "##ranular": 6438, + "##atites": 6439, + "dike": 6440, + "grading": 6441, + "enping": 6442, + "subbasin": 6443, + "norway": 6444, + "una": 6445, + "sli": 6446, + "##ysis": 6447, + "##yssal": 6448, + "recomm": 6449, + "obj": 6450, + "metap": 6451, + "metav": 6452, + "structurally": 6453, + "seismically": 6454, + "scope": 6455, + "##gguang": 6456, + "extraction": 6457, + "cai": 6458, + "believe": 6459, + "characterization": 6460, + "##achian": 6461, + "thereby": 6462, + "km3": 6463, + "assump": 6464, + "centre": 6465, + "sink": 6466, + "sinking": 6467, + "##ochemical": 6468, + "transverse": 6469, + "##augh": 6470, + "deserts": 6471, + "##ambers": 6472, + "limits": 6473, + "perhaps": 6474, + "infr": 6475, + "derive": 6476, + "immedi": 6477, + "planning": 6478, + "guerr": 6479, + "##yright": 6480, + "accordingly": 6481, + "initiated": 6482, + "productivity": 6483, + "##issue": 6484, + "144": 6485, + "insight": 6486, + "polym": 6487, + "weakly": 6488, + "discuss": 6489, + "care": 6490, + "glaciation": 6491, + "aug": 6492, + "monte": 6493, + "1997": 6494, + "textural": 6495, + "ulm": 6496, + "pyrope": 6497, + "semif": 6498, + "inverted": 6499, + "cumulative": 6500, + "spreads": 6501, + "selection": 6502, + "##ylon": 6503, + "create": 6504, + "steeply": 6505, + "increasingly": 6506, + "analyze": 6507, + "tazhong": 6508, + "proximity": 6509, + "ledong": 6510, + "rotational": 6511, + "trenches": 6512, + "functions": 6513, + "yingcheng": 6514, + "exhumed": 6515, + "comprising": 6516, + "accurately": 6517, + "episodic": 6518, + "2022": 6519, + "discovery": 6520, + "acquisition": 6521, + "cementation": 6522, + "megasequ": 6523, + "country": 6524, + "runs": 6525, + "styles": 6526, + "synthetic": 6527, + "kimberlites": 6528, + "hotspots": 6529, + "tools": 6530, + "minibasins": 6531, + "autom": 6532, + "community": 6533, + "fuel": 6534, + "mbuy": 6535, + "##board": 6536, + "procedures": 6537, + "errors": 6538, + "qiong": 6539, + "barrier": 6540, + "microstructural": 6541, + "xmg": 6542, + "adsorption": 6543, + "zhengguang": 6544, + "compaction": 6545, + "compounds": 6546, + "explanation": 6547, + "meandering": 6548, + "bitumen": 6549, + "azimuth": 6550, + "copyright": 6551, + "julian": 6552, + "pumice": 6553, + "##keli": 6554, + "artificial": 6555, + "vegetation": 6556, + "hinterland": 6557, + "baddeleyite": 6558, + "aalenian": 6559, + "metavolcanic": 6560, + "immediately": 6561, + "guerrero": 6562, + "mbuyura": 6563, + "1x": 6564, + "81": 6565, + "aw": 6566, + "bg": 6567, + "cou": 6568, + "cass": 6569, + "came": 6570, + "ded": 6571, + "daw": 6572, + "eight": 6573, + "gc": 6574, + "gel": 6575, + "gently": 6576, + "ls": 6577, + "mang": 6578, + "mree": 6579, + "merc": 6580, + "mush": 6581, + "mylon": 6582, + "om": 6583, + "pangea": 6584, + "qilian": 6585, + "t2": 6586, + "tight": 6587, + "vast": 6588, + "wen": 6589, + "yub": 6590, + "yela": 6591, + "δ13": 6592, + "δ66": 6593, + "εnd": 6594, + "##late": 6595, + "##iro": 6596, + "##gr": 6597, + "##eth": 6598, + "##sometric": 6599, + "##tectonic": 6600, + "##ring": 6601, + "##wu": 6602, + "##wac": 6603, + "##ders": 6604, + "##71": 6605, + "##pd": 6606, + "##pro": 6607, + "##pend": 6608, + "##35": 6609, + "##3804": 6610, + "##09": 6611, + "##bi": 6612, + "##bt": 6613, + "##bility": 6614, + "##zhu": 6615, + "##qian": 6616, + "##onn": 6617, + "##onan": 6618, + "##ini": 6619, + "##inist": 6620, + "##inned": 6621, + "##enge": 6622, + "##alerite": 6623, + "##orption": 6624, + "inactive": 6625, + "##arg": 6626, + "##itect": 6627, + "##asion": 6628, + "##ente": 6629, + "##lemented": 6630, + "##ths": 6631, + "##acam": 6632, + "isochron": 6633, + "suitable": 6634, + "chromat": 6635, + "##ressively": 6636, + "seep": 6637, + "##angular": 6638, + "##ches": 6639, + "##chel": 6640, + "resis": 6641, + "ackn": 6642, + "compiled": 6643, + "##akh": 6644, + "subpar": 6645, + "subhedral": 6646, + "subcontinental": 6647, + "moving": 6648, + "sedimentological": 6649, + "intr": 6650, + "##osive": 6651, + "unre": 6652, + "marls": 6653, + "mineralized": 6654, + "abc": 6655, + "abyssal": 6656, + "wegener": 6657, + "obli": 6658, + "seismogram": 6659, + "northward": 6660, + "underg": 6661, + "overview": 6662, + "occasion": 6663, + "lithot": 6664, + "lei": 6665, + "implying": 6666, + "fe2o3": 6667, + "1012": 6668, + "paleomagnetic": 6669, + "##achal": 6670, + "##iversity": 6671, + "processed": 6672, + "assam": 6673, + "applying": 6674, + "centers": 6675, + "somewhere": 6676, + "december": 6677, + "1950": 6678, + "longm": 6679, + "domes": 6680, + "##pecting": 6681, + "traced": 6682, + "flo": 6683, + "2003": 6684, + "generalized": 6685, + "129": 6686, + "##alesi": 6687, + "swath": 6688, + "averag": 6689, + "obtaining": 6690, + "guacam": 6691, + "displacements": 6692, + "palaeoproterozoic": 6693, + "capture": 6694, + "tradition": 6695, + "magnet": 6696, + "##shankou": 6697, + "converted": 6698, + "baode": 6699, + "particle": 6700, + "chemically": 6701, + "masses": 6702, + "porphyritic": 6703, + "apd": 6704, + "waveform": 6705, + "progressively": 6706, + "electric": 6707, + "refers": 6708, + "universid": 6709, + "successively": 6710, + "coeffici": 6711, + "hypsometric": 6712, + "erlian": 6713, + "situation": 6714, + "1984": 6715, + "##ercoil": 6716, + "distinctly": 6717, + "ultrahigh": 6718, + "satlu": 6719, + "bathonian": 6720, + "listed": 6721, + "summer": 6722, + "qingshankou": 6723, + "##coal": 6724, + "frontal": 6725, + "tends": 6726, + "dengfa": 6727, + "hypothes": 6728, + "catch": 6729, + "lips": 6730, + "tpi": 6731, + "xiaojiang": 6732, + "photograph": 6733, + "ferro": 6734, + "replaced": 6735, + "gravimetric": 6736, + "terrace": 6737, + "transferred": 6738, + "exceeds": 6739, + "architect": 6740, + "##bulake": 6741, + "madrid": 6742, + "ttgs": 6743, + "balance": 6744, + "1303": 6745, + "guoqi": 6746, + "package": 6747, + "prospecting": 6748, + "176hf": 6749, + "error": 6750, + "s18763804": 6751, + "mwalesi": 6752, + "practice": 6753, + "sphalerite": 6754, + "summarized": 6755, + "braided": 6756, + "residues": 6757, + "xrd": 6758, + "administ": 6759, + "immature": 6760, + "schematic": 6761, + "constructed": 6762, + "banks": 6763, + "nagercoil": 6764, + "simultaneously": 6765, + "remarkable": 6766, + "coexist": 6767, + "rarely": 6768, + "tapti": 6769, + "successful": 6770, + "inertodetrinite": 6771, + "district": 6772, + "bridge": 6773, + "adjoining": 6774, + "committee": 6775, + "conjugate": 6776, + "fixed": 6777, + "metapel": 6778, + "semifusinite": 6779, + "##wacke": 6780, + "##pendicular": 6781, + "acknow": 6782, + "subparallel": 6783, + "guacamaya": 6784, + "coefficients": 6785, + "architecture": 6786, + "5162": 6787, + "av": 6788, + "apl": 6789, + "ben": 6790, + "bor": 6791, + "creek": 6792, + "ew": 6793, + "era": 6794, + "fm": 6795, + "gan": 6796, + "gyeong": 6797, + "hok": 6798, + "lre": 6799, + "lad": 6800, + "lign": 6801, + "lost": 6802, + "lrees": 6803, + "og": 6804, + "ps": 6805, + "poz": 6806, + "pyr": 6807, + "positions": 6808, + "rv": 6809, + "rain": 6810, + "rose": 6811, + "raw": 6812, + "russi": 6813, + "sse": 6814, + "seric": 6815, + "testing": 6816, + "vapor": 6817, + "yao": 6818, + "##gpa": 6819, + "##eismic": 6820, + "##ses": 6821, + "##hong": 6822, + "##mic": 6823, + "##path": 6824, + "##58": 6825, + "##500": 6826, + "##69": 6827, + "##zen": 6828, + "##zol": 6829, + "##vl": 6830, + "##vil": 6831, + "thous": 6832, + "##erp": 6833, + "##aly": 6834, + "inland": 6835, + "##iterite": 6836, + "##asi": 6837, + "##robe": 6838, + "##letin": 6839, + "##urbed": 6840, + "styl": 6841, + "##igm": 6842, + "forcing": 6843, + "maolu": 6844, + "cooke": 6845, + "##ray": 6846, + "##idal": 6847, + "reun": 6848, + "suqian": 6849, + "shen": 6850, + "chambers": 6851, + "ant": 6852, + "##aminated": 6853, + "seated": 6854, + "##anges": 6855, + "fair": 6856, + "acted": 6857, + "basinal": 6858, + "##ands": 6859, + "##atiz": 6860, + "tectoclase": 6861, + "contraction": 6862, + "##iance": 6863, + "clar": 6864, + "subb": 6865, + "subdu": 6866, + "intended": 6867, + "incons": 6868, + "mars": 6869, + "marsh": 6870, + "##weg": 6871, + "uses": 6872, + "abst": 6873, + "canon": 6874, + "coalification": 6875, + "collect": 6876, + "spores": 6877, + "204": 6878, + "sourced": 6879, + "flux": 6880, + "prev": 6881, + "strateg": 6882, + "mainland": 6883, + "##raphical": 6884, + "overt": 6885, + "develops": 6886, + "cavities": 6887, + "lithic": 6888, + "lithologic": 6889, + "leuc": 6890, + "added": 6891, + "disturb": 6892, + "explosive": 6893, + "##enshan": 6894, + "##vier": 6895, + "deciph": 6896, + "isotopically": 6897, + "silicates": 6898, + "constants": 6899, + "comparing": 6900, + "preced": 6901, + "perpendicular": 6902, + "soon": 6903, + "crystallized": 6904, + "continuation": 6905, + "firstly": 6906, + "accumulating": 6907, + "evident": 6908, + "nww": 6909, + "magnitudes": 6910, + "microf": 6911, + "optical": 6912, + "polyc": 6913, + "conflu": 6914, + "gives": 6915, + "migrate": 6916, + "describes": 6917, + "biogenic": 6918, + "closer": 6919, + "probable": 6920, + "1998": 6921, + "1994": 6922, + "dolomitization": 6923, + "tancheng": 6924, + "bulletin": 6925, + "geomec": 6926, + "radio": 6927, + "dams": 6928, + "edges": 6929, + "tectonism": 6930, + "falling": 6931, + "emb": 6932, + "1986": 6933, + "brines": 6934, + "transportation": 6935, + "circular": 6936, + "excluded": 6937, + "oxidized": 6938, + "connection": 6939, + "geodynamics": 6940, + "##huihe": 6941, + "##irect": 6942, + "predominance": 6943, + "networks": 6944, + "book": 6945, + "played": 6946, + "radiogenic": 6947, + "ways": 6948, + "##anese": 6949, + "assimil": 6950, + "skarn": 6951, + "product": 6952, + "turbidite": 6953, + "rhyth": 6954, + "achieve": 6955, + "sensitivity": 6956, + "ideal": 6957, + "1064": 6958, + "extract": 6959, + "imagery": 6960, + "mobility": 6961, + "chapters": 6962, + "every": 6963, + "drawn": 6964, + "wanan": 6965, + "##cepti": 6966, + "recoverable": 6967, + "proxies": 6968, + "reworking": 6969, + "interglacial": 6970, + "vicente": 6971, + "enabling": 6972, + "challenge": 6973, + "attenu": 6974, + "orebodies": 6975, + "catalog": 6976, + "conglomerates": 6977, + "suffered": 6978, + "##rief": 6979, + "maintained": 6980, + "contemporary": 6981, + "emergence": 6982, + "dabie": 6983, + "coherent": 6984, + "phyllite": 6985, + "reversals": 6986, + "glaciers": 6987, + "δ56femag": 6988, + "dehydration": 6989, + "check": 6990, + "sclm": 6991, + "microbial": 6992, + "removal": 6993, + "carnian": 6994, + "slipping": 6995, + "ulminite": 6996, + "cassiterite": 6997, + "undergone": 6998, + "longmenshan": 6999, + "satluj": 7000, + "pozzol": 7001, + "russia": 7002, + "cookeite": 7003, + "reunion": 7004, + "bru": 7005, + "bang": 7006, + "ball": 7007, + "brief": 7008, + "cath": 7009, + "din": 7010, + "eul": 7011, + "ecc": 7012, + "fed": 7013, + "gong": 7014, + "h4": 7015, + "hou": 7016, + "ham": 7017, + "kon": 7018, + "kor": 7019, + "kam": 7020, + "kine": 7021, + "lun": 7022, + "ml": 7023, + "mal": 7024, + "nine": 7025, + "pt": 7026, + "pang": 7027, + "peral": 7028, + "perv": 7029, + "sam": 7030, + "ssc": 7031, + "sense": 7032, + "t5": 7033, + "tent": 7034, + "tip": 7035, + "tied": 7036, + "tissue": 7037, + "ven": 7038, + "xians": 7039, + "zk": 7040, + "εhf": 7041, + "##limin": 7042, + "##ious": 7043, + "##nam": 7044, + "##gers": 7045, + "##oyan": 7046, + "##sum": 7047, + "##shui": 7048, + "##hood": 7049, + "##pect": 7050, + "##34": 7051, + "##02": 7052, + "##2a": 7053, + "##flow": 7054, + "##64": 7055, + "##bon": 7056, + "##bor": 7057, + "##ju": 7058, + "##jun": 7059, + "##kit": 7060, + "##xa": 7061, + "##inary": 7062, + "##enite": 7063, + "##aling": 7064, + "##orting": 7065, + "##anian": 7066, + "inorg": 7067, + "tow": 7068, + "##acion": 7069, + "##econ": 7070, + "##urned": 7071, + "##ulty": 7072, + "##eters": 7073, + "isop": 7074, + "conve": 7075, + "##osc": 7076, + "##osol": 7077, + "sut": 7078, + "shelves": 7079, + "chert": 7080, + "##ags": 7081, + "##agasc": 7082, + "##versed": 7083, + "proceed": 7084, + "##ifer": 7085, + "##ructive": 7086, + "aligned": 7087, + "excess": 7088, + "##oms": 7089, + "##oming": 7090, + "##otelinite": 7091, + "##seous": 7092, + "action": 7093, + "atlas": 7094, + "comput": 7095, + "compilation": 7096, + "##aking": 7097, + "indones": 7098, + "indirect": 7099, + "grades": 7100, + "relict": 7101, + "disapp": 7102, + "intermit": 7103, + "mark": 7104, + "##uringip": 7105, + "continue": 7106, + "##ductivity": 7107, + "accounts": 7108, + "regionally": 7109, + "spots": 7110, + "spans": 7111, + "scar": 7112, + "volum": 7113, + "underthrust": 7114, + "prelimin": 7115, + "occup": 7116, + "faces": 7117, + "107": 7118, + "108": 7119, + "distant": 7120, + "paleopro": 7121, + "thickest": 7122, + "##ney": 7123, + "assume": 7124, + "##obi": 7125, + "signifies": 7126, + "1970": 7127, + "condie": 7128, + "concave": 7129, + "##berton": 7130, + "horst": 7131, + "reduces": 7132, + "precise": 7133, + "pert": 7134, + "1200": 7135, + "remnan": 7136, + "planation": 7137, + "##standing": 7138, + "simulated": 7139, + "##avation": 7140, + "westward": 7141, + "numbers": 7142, + "##ogenetic": 7143, + "orders": 7144, + "localization": 7145, + "anomalous": 7146, + "187": 7147, + "traject": 7148, + "165": 7149, + "technologies": 7150, + "instit": 7151, + "alkane": 7152, + "divide": 7153, + "lengths": 7154, + "bias": 7155, + "scho": 7156, + "40ar": 7157, + "1999": 7158, + "1992": 7159, + "1995": 7160, + "hosts": 7161, + "2500": 7162, + "root": 7163, + "214": 7164, + "depletions": 7165, + "orientations": 7166, + "buoyan": 7167, + "start": 7168, + "starts": 7169, + "papers": 7170, + "spectra": 7171, + "cuts": 7172, + "allowing": 7173, + "barren": 7174, + "broken": 7175, + "708": 7176, + "paired": 7177, + "excavation": 7178, + "literat": 7179, + "timesc": 7180, + "broader": 7181, + "huminite": 7182, + "john": 7183, + "return": 7184, + "radius": 7185, + "massifs": 7186, + "skinned": 7187, + "##lomb": 7188, + "helpful": 7189, + "andesite": 7190, + "ideas": 7191, + "extrusive": 7192, + "526": 7193, + "empir": 7194, + "rimmed": 7195, + "chronological": 7196, + "quantity": 7197, + "involving": 7198, + "enhance": 7199, + "daqing": 7200, + "894": 7201, + "##ifying": 7202, + "precipitate": 7203, + "fuling": 7204, + "highlights": 7205, + "##ohl": 7206, + "madagasc": 7207, + "wanjiang": 7208, + "limitations": 7209, + "guangxi": 7210, + "issues": 7211, + "illustrate": 7212, + "adakite": 7213, + "scenarios": 7214, + "peripheral": 7215, + "simplified": 7216, + "blueschist": 7217, + "geothermobar": 7218, + "herberton": 7219, + "landslides": 7220, + "conduct": 7221, + "projection": 7222, + "ambigu": 7223, + "1289a": 7224, + "gypsum": 7225, + "gypseous": 7226, + "statistical": 7227, + "revolution": 7228, + "microprobe": 7229, + "xiaoerbulak": 7230, + "##rograph": 7231, + "scattered": 7232, + "conservation": 7233, + "infiltration": 7234, + "tholeiitic": 7235, + "lenses": 7236, + "nonetheless": 7237, + "germany": 7238, + "##rophic": 7239, + "geographical": 7240, + "inductively": 7241, + "metabas": 7242, + "biodiversity": 7243, + "tests": 7244, + "treated": 7245, + "caiwei": 7246, + "##aughter": 7247, + "coulomb": 7248, + "dawsonite": 7249, + "yubei": 7250, + "δ13c": 7251, + "resistivity": 7252, + "catchment": 7253, + "gyeonggi": 7254, + "antarc": 7255, + "subbottom": 7256, + "euler": 7257, + "xianshuihe": 7258, + "inorganic": 7259, + "intermitt": 7260, + "paleoproductivity": 7261, + "remnants": 7262, + "madagascar": 7263, + "513": 7264, + "6a": 7265, + "bacter": 7266, + "cc": 7267, + "cer": 7268, + "cities": 7269, + "civ": 7270, + "dose": 7271, + "ffz": 7272, + "fgpa": 7273, + "h2": 7274, + "hier": 7275, + "kl": 7276, + "k2": 7277, + "kv": 7278, + "lunnan": 7279, + "m7": 7280, + "mor": 7281, + "mus": 7282, + "mill": 7283, + "oct": 7284, + "poss": 7285, + "ren": 7286, + "ran": 7287, + "ring": 7288, + "sche": 7289, + "t3": 7290, + "tit": 7291, + "till": 7292, + "v1": 7293, + "weld": 7294, + "you": 7295, + "yard": 7296, + "yichang": 7297, + "zamb": 7298, + "##lor": 7299, + "##lip": 7300, + "##loy": 7301, + "##iop": 7302, + "##ged": 7303, + "##eenth": 7304, + "##cm": 7305, + "##sel": 7306, + "##tagh": 7307, + "##rically": 7308, + "##won": 7309, + "##dra": 7310, + "##mass": 7311, + "##yi": 7312, + "##years": 7313, + "##pic": 7314, + "##91": 7315, + "##03": 7316, + "##bu": 7317, + "##ba": 7318, + "##44": 7319, + "##vo": 7320, + "thematic": 7321, + "##tification": 7322, + "##esite": 7323, + "##estim": 7324, + "##ator": 7325, + "anders": 7326, + "##ashan": 7327, + "##asio": 7328, + "##lection": 7329, + "##oli": 7330, + "##olid": 7331, + "##ece": 7332, + "##uric": 7333, + "##eto": 7334, + "stromat": 7335, + "stabil": 7336, + "withdra": 7337, + "coesite": 7338, + "dems": 7339, + "##idence": 7340, + "##ilent": 7341, + "##iling": 7342, + "##ilong": 7343, + "ascent": 7344, + "aseismic": 7345, + "anhyd": 7346, + "##iff": 7347, + "##iforn": 7348, + "##ama": 7349, + "extin": 7350, + "##otell": 7351, + "resolved": 7352, + "##tings": 7353, + "geomet": 7354, + "##ables": 7355, + "hade": 7356, + "##aying": 7357, + "##racted": 7358, + "lowstand": 7359, + "subtle": 7360, + "moved": 7361, + "##usite": 7362, + "presents": 7363, + "##ading": 7364, + "disacc": 7365, + "slo": 7366, + "slaughter": 7367, + "charge": 7368, + "likeli": 7369, + "undergoing": 7370, + "californ": 7371, + "##ibei": 7372, + "distances": 7373, + "paleose": 7374, + "paleoclim": 7375, + "##tites": 7376, + "##oblastic": 7377, + "trond": 7378, + "upb": 7379, + "deepest": 7380, + "agilent": 7381, + "heilong": 7382, + "interpol": 7383, + "bounding": 7384, + "micaceous": 7385, + "manj": 7386, + "manner": 7387, + "periodic": 7388, + "2008": 7389, + "2005": 7390, + "##encies": 7391, + "generations": 7392, + "##hua": 7393, + "##huk": 7394, + "methane": 7395, + "originate": 7396, + "##heet": 7397, + "methodology": 7398, + "infill": 7399, + "plants": 7400, + "evidenced": 7401, + "thinner": 7402, + "separately": 7403, + "directional": 7404, + "wider": 7405, + "travers": 7406, + "ended": 7407, + "synto": 7408, + "conversion": 7409, + "giving": 7410, + "luonan": 7411, + "delay": 7412, + "densities": 7413, + "glacio": 7414, + "petrographical": 7415, + "contrasts": 7416, + "kars": 7417, + "crossing": 7418, + "profiler": 7419, + "classical": 7420, + "outcro": 7421, + "thermometry": 7422, + "worth": 7423, + "amplitudes": 7424, + "successive": 7425, + "supra": 7426, + "3000": 7427, + "weiyuan": 7428, + "invo": 7429, + "wuxi": 7430, + "buffer": 7431, + "distinctive": 7432, + "diapirism": 7433, + "assessing": 7434, + "geomorphological": 7435, + "1982": 7436, + "promoted": 7437, + "spatially": 7438, + "proximate": 7439, + "paths": 7440, + "circle": 7441, + "american": 7442, + "powerful": 7443, + "advant": 7444, + "advanced": 7445, + "human": 7446, + "demonstrates": 7447, + "retention": 7448, + "alternatively": 7449, + "lasted": 7450, + "##kaido": 7451, + "skc": 7452, + "entirely": 7453, + "econom": 7454, + "phenocrysts": 7455, + "xenocrysts": 7456, + "andesites": 7457, + "gamma": 7458, + "tomographic": 7459, + "exposures": 7460, + "polarized": 7461, + "exceeding": 7462, + "suscepti": 7463, + "destro": 7464, + "imaged": 7465, + "scientists": 7466, + "prepared": 7467, + "substantially": 7468, + "bonds": 7469, + "1051a": 7470, + "kepinga": 7471, + "atmosphere": 7472, + "matched": 7473, + "intergrow": 7474, + "acceleration": 7475, + "procedure": 7476, + "176lu": 7477, + "braz": 7478, + "shahe": 7479, + "taiji": 7480, + "quantities": 7481, + "constituents": 7482, + "ambient": 7483, + "barriers": 7484, + "cracking": 7485, + "picrite": 7486, + "european": 7487, + "double": 7488, + "epicent": 7489, + "komatiite": 7490, + "robust": 7491, + "prevailing": 7492, + "precursor": 7493, + "employed": 7494, + "ultimate": 7495, + "dataset": 7496, + "tributaries": 7497, + "received": 7498, + "207pb": 7499, + "happened": 7500, + "graptolite": 7501, + "lago": 7502, + "life": 7503, + "nandan": 7504, + "escape": 7505, + "latitude": 7506, + "macroscopic": 7507, + "divergent": 7508, + "chondrite": 7509, + "controversial": 7510, + "superposition": 7511, + "brackish": 7512, + "recommended": 7513, + "spreadsheet": 7514, + "oblique": 7515, + "magnetotell": 7516, + "universidad": 7517, + "hokkaido": 7518, + "rvg": 7519, + "stylolites": 7520, + "inconsistent": 7521, + "embay": 7522, + "peraluminous": 7523, + "##uringipollenites": 7524, + "preliminary": 7525, + "buoyancy": 7526, + "513a": 7527, + "hierarch": 7528, + "possess": 7529, + "scheuringipollenites": 7530, + "hadean": 7531, + "likelihood": 7532, + "california": 7533, + "heilongjiang": 7534, + "98": 7535, + "96": 7536, + "950": 7537, + "aer": 7538, + "aid": 7539, + "aks": 7540, + "bs": 7541, + "bend": 7542, + "cvl": 7543, + "cags": 7544, + "d2": 7545, + "d1": 7546, + "don": 7547, + "der": 7548, + "dac": 7549, + "dates": 7550, + "eb": 7551, + "ese": 7552, + "educ": 7553, + "eko": 7554, + "gar": 7555, + "gis": 7556, + "gap": 7557, + "gross": 7558, + "his": 7559, + "hall": 7560, + "home": 7561, + "hano": 7562, + "hohl": 7563, + "kot": 7564, + "lang": 7565, + "lear": 7566, + "lanti": 7567, + "lying": 7568, + "m5": 7569, + "mach": 7570, + "merg": 7571, + "mora": 7572, + "nin": 7573, + "nue": 7574, + "od": 7575, + "pin": 7576, + "pere": 7577, + "push": 7578, + "pict": 7579, + "rail": 7580, + "s4": 7581, + "soc": 7582, + "say": 7583, + "sary": 7584, + "seri": 7585, + "sole": 7586, + "satis": 7587, + "tun": 7588, + "tension": 7589, + "tidal": 7590, + "ub": 7591, + "v2": 7592, + "vf": 7593, + "vector": 7594, + "winter": 7595, + "ye": 7596, + "zg": 7597, + "zeng": 7598, + "##ujiang": 7599, + "##lap": 7600, + "##nt": 7601, + "##nel": 7602, + "##gu": 7603, + "##cting": 7604, + "##san": 7605, + "##type": 7606, + "##rho": 7607, + "##hs": 7608, + "##with": 7609, + "##aon": 7610, + "##dy": 7611, + "##pi": 7612, + "##pe": 7613, + "##25": 7614, + "##5162": 7615, + "##bong": 7616, + "##bian": 7617, + "##kin": 7618, + "##vand": 7619, + "theories": 7620, + "##ern": 7621, + "##tima": 7622, + "##tives": 7623, + "##esterly": 7624, + "##inting": 7625, + "##inations": 7626, + "##alite": 7627, + "##orbed": 7628, + "inn": 7629, + "##astics": 7630, + "##asive": 7631, + "##ises": 7632, + "##ech": 7633, + "##ulsion": 7634, + "##etall": 7635, + "areal": 7636, + "##owan": 7637, + "##imals": 7638, + "coseismic": 7639, + "##raded": 7640, + "react": 7641, + "shell": 7642, + "chrom": 7643, + "cherts": 7644, + "##romole": 7645, + "basan": 7646, + "##ticed": 7647, + "##omb": 7648, + "##omes": 7649, + "##abor": 7650, + "deploy": 7651, + "hao": 7652, + "rocky": 7653, + "##ologically": 7654, + "mind": 7655, + "mines": 7656, + "enable": 7657, + "subt": 7658, + "intemational": 7659, + "##osilic": 7660, + "dissem": 7661, + "marion": 7662, + "aren": 7663, + "sl09": 7664, + "chart": 7665, + "charcoal": 7666, + "lile": 7667, + "spaced": 7668, + "##ositional": 7669, + "##epositional": 7670, + "203": 7671, + "preven": 7672, + "##raphically": 7673, + "notable": 7674, + "leg": 7675, + "facility": 7676, + "imprints": 7677, + "expulsion": 7678, + "paleosol": 7679, + "thickened": 7680, + "proved": 7681, + "changde": 7682, + "hydrated": 7683, + "tempor": 7684, + "phys": 7685, + "come": 7686, + "##ostress": 7687, + "melanges": 7688, + "calcites": 7689, + "longyin": 7690, + "transpar": 7691, + "transmit": 7692, + "explorers": 7693, + "##berg": 7694, + "completed": 7695, + "micritic": 7696, + "##duce": 7697, + "topic": 7698, + "quarry": 7699, + "tracks": 7700, + "discipl": 7701, + "discrep": 7702, + "##inesis": 7703, + "domination": 7704, + "originating": 7705, + "peb": 7706, + "consideration": 7707, + "considerably": 7708, + "percent": 7709, + "noise": 7710, + "shallowing": 7711, + "originates": 7712, + "supplied": 7713, + "normalised": 7714, + "correction": 7715, + "corrected": 7716, + "deriv": 7717, + "imbric": 7718, + "featured": 7719, + "switch": 7720, + "planar": 7721, + "garnets": 7722, + "defin": 7723, + "defects": 7724, + "guide": 7725, + "meaning": 7726, + "enrichments": 7727, + "112": 7728, + "1100": 7729, + "solub": 7730, + "##tility": 7731, + "trivand": 7732, + "seamount": 7733, + "seamounts": 7734, + "macromole": 7735, + "140": 7736, + "145": 7737, + "finely": 7738, + "microfacies": 7739, + "influences": 7740, + "135": 7741, + "conversely": 7742, + "reactive": 7743, + "170": 7744, + "yangzhou": 7745, + "luo": 7746, + "dolerite": 7747, + "karcham": 7748, + "##ompass": 7749, + "downward": 7750, + "subsiding": 7751, + "scholar": 7752, + "turning": 7753, + "##ruption": 7754, + "230": 7755, + "probe": 7756, + "probability": 7757, + "1993": 7758, + "1990": 7759, + "##bedded": 7760, + "themes": 7761, + "names": 7762, + "thermometer": 7763, + "experience": 7764, + "benef": 7765, + "roof": 7766, + "radar": 7767, + "drive": 7768, + "##okinesis": 7769, + "liquidization": 7770, + "exhibited": 7771, + "powder": 7772, + "powders": 7773, + "contributing": 7774, + "fragmented": 7775, + "recognition": 7776, + "embedded": 7777, + "surveyed": 7778, + "operating": 7779, + "walls": 7780, + "targets": 7781, + "260": 7782, + "saturated": 7783, + "circum": 7784, + "junction": 7785, + "flatten": 7786, + "confirms": 7787, + "rises": 7788, + "anisotropic": 7789, + "strengthening": 7790, + "100083": 7791, + "halokinesis": 7792, + "examine": 7793, + "slowly": 7794, + "retreat": 7795, + "alternation": 7796, + "canyons": 7797, + "principle": 7798, + "hotter": 7799, + "triggering": 7800, + "radiolar": 7801, + "fans": 7802, + "diffraction": 7803, + "australian": 7804, + "catast": 7805, + "schistose": 7806, + "evolve": 7807, + "polarity": 7808, + "destructive": 7809, + "siberia": 7810, + "everest": 7811, + "traveltime": 7812, + "explosion": 7813, + "brownish": 7814, + "tilted": 7815, + "instrumental": 7816, + "encompass": 7817, + "addressed": 7818, + "programs": 7819, + "fossil": 7820, + "viscous": 7821, + "recovered": 7822, + "raj": 7823, + "metasomatiz": 7824, + "##eroon": 7825, + "##ahat": 7826, + "linkage": 7827, + "accelerated": 7828, + "prospects": 7829, + "enabled": 7830, + "optimized": 7831, + "behaviour": 7832, + "pulse": 7833, + "practical": 7834, + "ankang": 7835, + "anthrop": 7836, + "entering": 7837, + "facilitated": 7838, + "asymmetric": 7839, + "resolve": 7840, + "resolutions": 7841, + "admi": 7842, + "orebody": 7843, + "stratum": 7844, + "epicontinental": 7845, + "concerning": 7846, + "serpentine": 7847, + "resemble": 7848, + "interference": 7849, + "recycling": 7850, + "recycled": 7851, + "stratified": 7852, + "frictional": 7853, + "qige": 7854, + "cameroon": 7855, + "ethiop": 7856, + "adjustment": 7857, + "subdivided": 7858, + "rollback": 7859, + "dispersion": 7860, + "performance": 7861, + "kutno": 7862, + "steranes": 7863, + "plunging": 7864, + "accounting": 7865, + "amalgamation": 7866, + "sustained": 7867, + "lobe": 7868, + "underlain": 7869, + "nodules": 7870, + "seepage": 7871, + "occasionally": 7872, + "metapelitic": 7873, + "benue": 7874, + "pyrrho": 7875, + "sericite": 7876, + "towns": 7877, + "convex": 7878, + "school": 7879, + "literature": 7880, + "sloven": 7881, + "aksu": 7882, + "hanoi": 7883, + "lantian": 7884, + "moraine": 7885, + "nuevo": 7886, + "saryu": 7887, + "##etallic": 7888, + "disseminated": 7889, + "disciplines": 7890, + "trivandrum": 7891, + "pyrrhotite": 7892, + "bure": 7893, + "bog": 7894, + "bould": 7895, + "berg": 7896, + "camp": 7897, + "cia": 7898, + "dies": 7899, + "dick": 7900, + "dun": 7901, + "drops": 7902, + "fran": 7903, + "gobi": 7904, + "h6": 7905, + "hun": 7906, + "hyb": 7907, + "ike": 7908, + "j3": 7909, + "jam": 7910, + "kg": 7911, + "kle": 7912, + "kur": 7913, + "ket": 7914, + "kyr": 7915, + "l1": 7916, + "lan": 7917, + "ling": 7918, + "lou": 7919, + "lia": 7920, + "mhuk": 7921, + "nu": 7922, + "ost": 7923, + "oven": 7924, + "pz": 7925, + "pond": 7926, + "qd": 7927, + "sap": 7928, + "swe": 7929, + "stim": 7930, + "sank": 7931, + "tg": 7932, + "td": 7933, + "wit": 7934, + "wad": 7935, + "##uable": 7936, + "##ev": 7937, + "##cz": 7938, + "##crustal": 7939, + "##oting": 7940, + "##hor": 7941, + "##huan": 7942, + "##az": 7943, + "##da": 7944, + "##ming": 7945, + "##mark": 7946, + "##7a": 7947, + "##75": 7948, + "##74": 7949, + "##pc": 7950, + "##ped": 7951, + "##36": 7952, + "##95": 7953, + "##bles": 7954, + "##bachian": 7955, + "##zo": 7956, + "##zie": 7957, + "##45": 7958, + "##xin": 7959, + "##volcanic": 7960, + "##esh": 7961, + "##enada": 7962, + "##ala": 7963, + "offer": 7964, + "##orth": 7965, + "##orem": 7966, + "##orient": 7967, + "##atories": 7968, + "inform": 7969, + "##aspur": 7970, + "##elect": 7971, + "##lected": 7972, + "##stage": 7973, + "##ulate": 7974, + "stop": 7975, + "stored": 7976, + "##imanite": 7977, + "makit": 7978, + "cosm": 7979, + "##rak": 7980, + "##rand": 7981, + "##idation": 7982, + "##iles": 7983, + "reord": 7984, + "sutle": 7985, + "shed": 7986, + "ship": 7987, + "shaking": 7988, + "##ogut": 7989, + "alumin": 7990, + "bycz": 7991, + "beishan": 7992, + "##ocks": 7993, + "##chron": 7994, + "##udd": 7995, + "##opores": 7996, + "attain": 7997, + "##oushan": 7998, + "composite": 7999, + "##isted": 8000, + "##izh": 8001, + "diat": 8002, + "diabase": 8003, + "wash": 8004, + "ministry": 8005, + "grand": 8006, + "evap": 8007, + "moy": 8008, + "##aded": 8009, + "##adays": 8010, + "unm": 8011, + "unst": 8012, + "interfaces": 8013, + "marking": 8014, + "##astruct": 8015, + "ark": 8016, + "array": 8017, + "##ypes": 8018, + "metast": 8019, + "liyang": 8020, + "##hanical": 8021, + "spain": 8022, + "indication": 8023, + "204a": 8024, + "volt": 8025, + "leon": 8026, + "##ibai": 8027, + "studying": 8028, + "systematics": 8029, + "expon": 8030, + "paleont": 8031, + "##ached": 8032, + "##ensbachian": 8033, + "##yna": 8034, + "aforem": 8035, + "conspic": 8036, + "calcic": 8037, + "refined": 8038, + "upwar": 8039, + "otherwise": 8040, + "193": 8041, + "output": 8042, + "presently": 8043, + "interpre": 8044, + "flower": 8045, + "allen": 8046, + "volcaniclastic": 8047, + "quartzites": 8048, + "dominates": 8049, + "comparatively": 8050, + "##encing": 8051, + "recording": 8052, + "##aea": 8053, + "percol": 8054, + "complexity": 8055, + "noticed": 8056, + "efforts": 8057, + "strongest": 8058, + "infilling": 8059, + "immediate": 8060, + "remnant": 8061, + "featuring": 8062, + "claystones": 8063, + "equally": 8064, + "primocryst": 8065, + "consisted": 8066, + "paleoenviron": 8067, + "##landite": 8068, + "##ogeneity": 8069, + "cape": 8070, + "eclogitic": 8071, + "initiate": 8072, + "1668": 8073, + "insu": 8074, + "knick": 8075, + "bao": 8076, + "baogut": 8077, + "epma": 8078, + "greenish": 8079, + "deline": 8080, + "##ankov": 8081, + "bioclastic": 8082, + "apoph": 8083, + "downste": 8084, + "shapes": 8085, + "turpan": 8086, + "progradation": 8087, + "ifc": 8088, + "alkalic": 8089, + "favoura": 8090, + "inferences": 8091, + "rooted": 8092, + "yielding": 8093, + "growing": 8094, + "##house": 8095, + "edit": 8096, + "revealing": 8097, + "280": 8098, + "fragmentation": 8099, + "steeper": 8100, + "steepness": 8101, + "appeared": 8102, + "carrier": 8103, + "colliding": 8104, + "morphological": 8105, + "explaining": 8106, + "instances": 8107, + "taibai": 8108, + "napp": 8109, + "exclu": 8110, + "symp": 8111, + "31002": 8112, + "laboratories": 8113, + "##hara": 8114, + "advance": 8115, + "attributes": 8116, + "##ierz": 8117, + "intersecting": 8118, + "4000": 8119, + "popular": 8120, + "discoveries": 8121, + "clustered": 8122, + "c27": 8123, + "homoh": 8124, + "safe": 8125, + "xinjiang": 8126, + "easy": 8127, + "pliensbachian": 8128, + "nowadays": 8129, + "histories": 8130, + "empty": 8131, + "sgc": 8132, + "photomic": 8133, + "fertility": 8134, + "essentially": 8135, + "quantitatively": 8136, + "countries": 8137, + "propagate": 8138, + "polarization": 8139, + "necessarily": 8140, + "logging": 8141, + "distinguished": 8142, + "applicable": 8143, + "griff": 8144, + "paleohighs": 8145, + "highligh": 8146, + "geotherms": 8147, + "academic": 8148, + "academia": 8149, + "opportun": 8150, + "diversity": 8151, + "perspective": 8152, + "recovery": 8153, + "corona": 8154, + "##ostratigraphy": 8155, + "dispersal": 8156, + "decompression": 8157, + "optimization": 8158, + "envelopes": 8159, + "passes": 8160, + "passing": 8161, + "sporad": 8162, + "wavelet": 8163, + "jiujiang": 8164, + "isostasy": 8165, + "residue": 8166, + "cracks": 8167, + "xrf": 8168, + "feedback": 8169, + "scheme": 8170, + "elsewhere": 8171, + "paragenesis": 8172, + "khond": 8173, + "conglomerate": 8174, + "flexural": 8175, + "ensenada": 8176, + "precurs": 8177, + "ultimately": 8178, + "friction": 8179, + "moduli": 8180, + "terminology": 8181, + "yuanjiang": 8182, + "clean": 8183, + "publications": 8184, + "sillimanite": 8185, + "bilaspur": 8186, + "homogenous": 8187, + "missing": 8188, + "zd2": 8189, + "##ogranite": 8190, + "neighboring": 8191, + "implication": 8192, + "frontiers": 8193, + "arabian": 8194, + "merely": 8195, + "complicated": 8196, + "assumption": 8197, + "infrastruct": 8198, + "careful": 8199, + "automatic": 8200, + "deduced": 8201, + "δ66zn": 8202, + "intrins": 8203, + "seismograms": 8204, + "hypotheses": 8205, + "photographs": 8206, + "ferroan": 8207, + "acknowledge": 8208, + "lignite": 8209, + "##pathic": 8210, + "##ville": 8211, + "abstract": 8212, + "204pb": 8213, + "prevent": 8214, + "polycrystalline": 8215, + "geomechanical": 8216, + "radioactive": 8217, + "house": 8218, + "konary": 8219, + "pangaea": 8220, + "pervasive": 8221, + "perturb": 8222, + "antarctica": 8223, + "manjar": 8224, + "destroy": 8225, + "brazil": 8226, + "shahezi": 8227, + "pictures": 8228, + "vfh": 8229, + "zgierz": 8230, + "basanites": 8231, + "legacy": 8232, + "transmitted": 8233, + "derivative": 8234, + "solubility": 8235, + "macromolecular": 8236, + "scholars": 8237, + "catastrophic": 8238, + "metasomatized": 8239, + "anthropogenic": 8240, + "hybrid": 8241, + "ikehara": 8242, + "klein": 8243, + "mhukuru": 8244, + "sweet": 8245, + "witness": 8246, + "##orientation": 8247, + "sutlej": 8248, + "byczyna": 8249, + "evaporite": 8250, + "aforementioned": 8251, + "baogutu": 8252, + "downstepping": 8253, + "favourable": 8254, + "310023": 8255, + "homohop": 8256, + "320": 8257, + "656": 8258, + "610": 8259, + "9a": 8260, + "ail": 8261, + "ct": 8262, + "dh": 8263, + "eq": 8264, + "fly": 8265, + "gy": 8266, + "gj": 8267, + "gang": 8268, + "hpp": 8269, + "hrees": 8270, + "je": 8271, + "jang": 8272, + "kend": 8273, + "kenn": 8274, + "lf": 8275, + "lv": 8276, + "lema": 8277, + "mut": 8278, + "mun": 8279, + "nom": 8280, + "nie": 8281, + "pitch": 8282, + "rio": 8283, + "ssw": 8284, + "slump": 8285, + "tay": 8286, + "vl": 8287, + "writ": 8288, + "xal": 8289, + "xishan": 8290, + "zj": 8291, + "δce": 8292, + "##ule": 8293, + "##uate": 8294, + "##last": 8295, + "##iations": 8296, + "##ives": 8297, + "##ihe": 8298, + "##gy": 8299, + "##gang": 8300, + "##genetic": 8301, + "##even": 8302, + "##ezen": 8303, + "##cov": 8304, + "##sch": 8305, + "##selves": 8306, + "##tm": 8307, + "##tak": 8308, + "##rites": 8309, + "##hj": 8310, + "##hist": 8311, + "##dens": 8312, + "##pol": 8313, + "##23": 8314, + "##bs": 8315, + "##zhai": 8316, + "##xiang": 8317, + "##erted": 8318, + "##tia": 8319, + "##tivities": 8320, + "##edy": 8321, + "##orel": 8322, + "##icts": 8323, + "inhib": 8324, + "##aran": 8325, + "##ita": 8326, + "##iter": 8327, + "##enty": 8328, + "##elen": 8329, + "##let": 8330, + "##ollement": 8331, + "##uria": 8332, + "##eteenth": 8333, + "fores": 8334, + "forced": 8335, + "##osa": 8336, + "shil": 8337, + "shore": 8338, + "shial": 8339, + "share": 8340, + "chuan": 8341, + "chaon": 8342, + "anast": 8343, + "anhedral": 8344, + "animals": 8345, + "alas": 8346, + "onlap": 8347, + "##phile": 8348, + "orb": 8349, + "##riti": 8350, + "geod": 8351, + "company": 8352, + "##emite": 8353, + "##andine": 8354, + "contaminated": 8355, + "##plic": 8356, + "indo": 8357, + "neither": 8358, + "##uca": 8359, + "clastics": 8360, + "relate": 8361, + "mohr": 8362, + "norite": 8363, + "uns": 8364, + "uneven": 8365, + "inclined": 8366, + "disaster": 8367, + "marche": 8368, + "math": 8369, + "##ellent": 8370, + "recalc": 8371, + "valuable": 8372, + "meter": 8373, + "scarp": 8374, + "undul": 8375, + "quick": 8376, + "lee": 8377, + "impossi": 8378, + "feo": 8379, + "expose": 8380, + "paleocene": 8381, + "##aching": 8382, + "##ensus": 8383, + "template": 8384, + "foliations": 8385, + "somewh": 8386, + "consumed": 8387, + "consensus": 8388, + "##ober": 8389, + "##ochth": 8390, + "variables": 8391, + "##gency": 8392, + "##parts": 8393, + "decollement": 8394, + "##ours": 8395, + "amuria": 8396, + "outward": 8397, + "estima": 8398, + "heated": 8399, + "heihe": 8400, + "heezen": 8401, + "##pectives": 8402, + "seaward": 8403, + "smith": 8404, + "topograph": 8405, + "silicified": 8406, + "tracing": 8407, + "dominate": 8408, + "flash": 8409, + "perfect": 8410, + "sheared": 8411, + "complexities": 8412, + "##ucheng": 8413, + "swed": 8414, + "determines": 8415, + "clays": 8416, + "evidences": 8417, + "charnockitic": 8418, + "primocrysts": 8419, + "porous": 8420, + "palaeoge": 8421, + "correlate": 8422, + "correlates": 8423, + "capable": 8424, + "concentric": 8425, + "188": 8426, + "keel": 8427, + "finer": 8428, + "microg": 8429, + "microst": 8430, + "secondly": 8431, + "hydroelect": 8432, + "detritus": 8433, + "orthog": 8434, + "weakened": 8435, + "median": 8436, + "lujiang": 8437, + "luzhou": 8438, + "degradation": 8439, + "angel": 8440, + "petrogram": 8441, + "petrogenetic": 8442, + "describing": 8443, + "breaking": 8444, + "breakdown": 8445, + "saline": 8446, + "reconc": 8447, + "##erto": 8448, + "235": 8449, + "ellip": 8450, + "unconventional": 8451, + "working": 8452, + "references": 8453, + "themselves": 8454, + "thermally": 8455, + "fourth": 8456, + "ill": 8457, + "ilima": 8458, + "sulfur": 8459, + "sulfidation": 8460, + "bulge": 8461, + "##iquit": 8462, + "rh3": 8463, + "almandine": 8464, + "supras": 8465, + "ophiolitic": 8466, + "lamell": 8467, + "frequencies": 8468, + "constraint": 8469, + "##oidal": 8470, + "spectral": 8471, + "contributions": 8472, + "nanjing": 8473, + "nanhuan": 8474, + "barite": 8475, + "collodetrinite": 8476, + "collotelinite": 8477, + "northeastward": 8478, + "qualit": 8479, + "3500": 8480, + "3571": 8481, + "##shi": 8482, + "circulated": 8483, + "excel": 8484, + "excellent": 8485, + "ramps": 8486, + "tianyang": 8487, + "constantly": 8488, + "equilibria": 8489, + "halahat": 8490, + "helps": 8491, + "joints": 8492, + "alternative": 8493, + "calderas": 8494, + "radiometric": 8495, + "6000": 8496, + "failed": 8497, + "actually": 8498, + "greyish": 8499, + "peats": 8500, + "detachments": 8501, + "coupling": 8502, + "arguments": 8503, + "xenolith": 8504, + "build": 8505, + "39ar": 8506, + "realistic": 8507, + "steps": 8508, + "rims": 8509, + "discontinuities": 8510, + "coincide": 8511, + "546": 8512, + "aimed": 8513, + "volatiles": 8514, + "warmer": 8515, + "δ18o": 8516, + "concordia": 8517, + "884a": 8518, + "sangwon": 8519, + "colours": 8520, + "sheeted": 8521, + "perspectives": 8522, + "establishment": 8523, + "repeti": 8524, + "auton": 8525, + "nucl": 8526, + "rheology": 8527, + "terrains": 8528, + "##uanggou": 8529, + "biomarkers": 8530, + "geothermometry": 8531, + "cpx2": 8532, + "kinds": 8533, + "pipe": 8534, + "arrivals": 8535, + "849": 8536, + "cells": 8537, + "misorientation": 8538, + "microstructures": 8539, + "xmob": 8540, + "dana": 8541, + "overprinting": 8542, + "swamps": 8543, + "##fficiency": 8544, + "milankov": 8545, + "readily": 8546, + "elevations": 8547, + "crosscutting": 8548, + "contemporaneous": 8549, + "cnpc": 8550, + "serves": 8551, + "depocenter": 8552, + "syntheses": 8553, + "juxtaposed": 8554, + "s01665162": 8555, + "tributary": 8556, + "lisbon": 8557, + "seasonal": 8558, + "nevertheless": 8559, + "coarser": 8560, + "coarsening": 8561, + "choose": 8562, + "decoupling": 8563, + "discordance": 8564, + "manifested": 8565, + "palaeoenvironmental": 8566, + "hmf": 8567, + "steady": 8568, + "truncated": 8569, + "megasequences": 8570, + "awata": 8571, + "omura": 8572, + "1950s": 8573, + "aplite": 8574, + "borne": 8575, + "thousands": 8576, + "subduct": 8577, + "##wegian": 8578, + "disturbances": 8579, + "kamusite": 8580, + "luntan": 8581, + "tentatively": 8582, + "disappear": 8583, + "empirical": 8584, + "h2s": 8585, + "muscov": 8586, + "october": 8587, + "welded": 8588, + "##estimated": 8589, + "disaccate": 8590, + "trondhj": 8591, + "karstification": 8592, + "outcropping": 8593, + "magnetotelluric": 8594, + "nineteenth": 8595, + "railway": 8596, + "ubiquit": 8597, + "transparent": 8598, + "admixture": 8599, + "bureau": 8600, + "diessel": 8601, + "sankuanggou": 8602, + "wadda": 8603, + "reordering": 8604, + "washing": 8605, + "grande": 8606, + "unstable": 8607, + "metastable": 8608, + "voltage": 8609, + "insufficient": 8610, + "photomicrograph": 8611, + "khondalite": 8612, + "precursors": 8613, + "jangbong": 8614, + "kennedy": 8615, + "taylor": 8616, + "written": 8617, + "shiala": 8618, + "chaona": 8619, + "somewhat": 8620, + "estimating": 8621, + "hydroelectric": 8622, + "tianyangping": 8623, + "halahatang": 8624, + "milankovitch": 8625, + "muscovite": 8626, + "1c": 8627, + "4a": 8628, + "5b": 8629, + "650": 8630, + "7b": 8631, + "770": 8632, + "92": 8633, + "920": 8634, + "980": 8635, + "bc": 8636, + "bou": 8637, + "cb": 8638, + "cas": 8639, + "dm": 8640, + "dj": 8641, + "dism": 8642, + "dual": 8643, + "eigen": 8644, + "echel": 8645, + "eogenetic": 8646, + "efficiency": 8647, + "fing": 8648, + "fenn": 8649, + "faster": 8650, + "h0": 8651, + "hin": 8652, + "hith": 8653, + "hess": 8654, + "ions": 8655, + "jiao": 8656, + "jade": 8657, + "ken": 8658, + "kong": 8659, + "kpd": 8660, + "ld": 8661, + "lm": 8662, + "lock": 8663, + "mct": 8664, + "nq": 8665, + "nang": 8666, + "ol": 8667, + "own": 8668, + "pg": 8669, + "pit": 8670, + "pear": 8671, + "pao": 8672, + "roles": 8673, + "sv": 8674, + "sac": 8675, + "sie": 8676, + "sorted": 8677, + "tas": 8678, + "ves": 8679, + "vib": 8680, + "xp": 8681, + "xue": 8682, + "xie": 8683, + "yin": 8684, + "ør": 8685, + "##lai": 8686, + "##iy": 8687, + "##tally": 8688, + "##rd": 8689, + "##hi": 8690, + "##ham": 8691, + "##hant": 8692, + "##dat": 8693, + "##date": 8694, + "##dated": 8695, + "##mow": 8696, + "##myr": 8697, + "##73": 8698, + "##yt": 8699, + "##ptions": 8700, + "##pass": 8701, + "##200": 8702, + "##89": 8703, + "##5a": 8704, + "##fb": 8705, + "##6a": 8706, + "##bling": 8707, + "##zew": 8708, + "##jo": 8709, + "##ki": 8710, + "##kt": 8711, + "throw": 8712, + "##onti": 8713, + "##onite": 8714, + "##erge": 8715, + "##ino": 8716, + "##att": 8717, + "##ared": 8718, + "andean": 8719, + "##reatic": 8720, + "##rol": 8721, + "##lec": 8722, + "##ley": 8723, + "town": 8724, + "##ectite": 8725, + "sta": 8726, + "stone": 8727, + "static": 8728, + "stann": 8729, + "conrad": 8730, + "##ocra": 8731, + "cost": 8732, + "##ident": 8733, + "##tinsk": 8734, + "##iluo": 8735, + "rear": 8736, + "shif": 8737, + "asph": 8738, + "aspect": 8739, + "chess": 8740, + "chute": 8741, + "##agmatic": 8742, + "aliph": 8743, + "alxa": 8744, + "##angi": 8745, + "##chuk": 8746, + "##udes": 8747, + "##riatic": 8748, + "respond": 8749, + "formula": 8750, + "acting": 8751, + "acta": 8752, + "##oplan": 8753, + "##ichon": 8754, + "atomic": 8755, + "compens": 8756, + "sound": 8757, + "##utri": 8758, + "##ranean": 8759, + "##plain": 8760, + "##ormous": 8761, + "neo": 8762, + "lowto": 8763, + "lowermost": 8764, + "minimal": 8765, + "##uck": 8766, + "classic": 8767, + "ent": 8768, + "enormous": 8769, + "subsi": 8770, + "subord": 8771, + "moon": 8772, + "moment": 8773, + "moist": 8774, + "sedimentology": 8775, + "##ado": 8776, + "unp": 8777, + "marble": 8778, + "mineralised": 8779, + "artinsk": 8780, + "regressive": 8781, + "slnor": 8782, + "slices": 8783, + "canadian": 8784, + "metama": 8785, + "span": 8786, + "spar": 8787, + "spore": 8788, + "##gged": 8789, + "undertak": 8790, + "prehist": 8791, + "stronti": 8792, + "overthrust": 8793, + "##ards": 8794, + "calm": 8795, + "##etrog": 8796, + "adriatic": 8797, + "##ificant": 8798, + "implemented": 8799, + "##ignificant": 8800, + "102": 8801, + "paleoupl": 8802, + "##unk": 8803, + "phreatic": 8804, + "centro": 8805, + "sinica": 8806, + "obsc": 8807, + "greece": 8808, + "longitude": 8809, + "dominating": 8810, + "version": 8811, + "explored": 8812, + "hebei": 8813, + "arcuate": 8814, + "##aux": 8815, + "micrite": 8816, + "smb": 8817, + "smow": 8818, + "smectite": 8819, + "allochth": 8820, + "silicification": 8821, + "traces": 8822, + "tracts": 8823, + "discern": 8824, + "mire": 8825, + "##encias": 8826, + "so2": 8827, + "normally": 8828, + "##huang": 8829, + "fractionating": 8830, + "notice": 8831, + "importantly": 8832, + "pointed": 8833, + "firm": 8834, + "layering": 8835, + "perman": 8836, + "aftersh": 8837, + "##lisional": 8838, + "lineations": 8839, + "zhiluo": 8840, + "calculating": 8841, + "drill": 8842, + "claystone": 8843, + "equations": 8844, + "erodi": 8845, + "thinly": 8846, + "ecological": 8847, + "119": 8848, + "115": 8849, + "pbfz": 8850, + "##pta": 8851, + "superc": 8852, + "1800": 8853, + "postwar": 8854, + "technical": 8855, + "investigating": 8856, + "backarc": 8857, + "insignificant": 8858, + "1300": 8859, + "opa": 8860, + "##oxy": 8861, + "175": 8862, + "lands": 8863, + "abundances": 8864, + "sulu": 8865, + "##igenic": 8866, + "karr": 8867, + "##exp": 8868, + "breaks": 8869, + "downwelling": 8870, + "cm2": 8871, + "crosses": 8872, + "elabor": 8873, + "internally": 8874, + "greatest": 8875, + "thermobar": 8876, + "thermochron": 8877, + "absorption": 8878, + "seminal": 8879, + "inversions": 8880, + "linking": 8881, + "supers": 8882, + "overlies": 8883, + "liquidus": 8884, + "##oids": 8885, + "spectroscop": 8886, + "rcs": 8887, + "240": 8888, + "analyzing": 8889, + "approximate": 8890, + "promising": 8891, + "promotes": 8892, + "##itized": 8893, + "evaluating": 8894, + "install": 8895, + "instability": 8896, + "hfse": 8897, + "lithophile": 8898, + "##yani": 8899, + "##fying": 8900, + "conductivities": 8901, + "debated": 8902, + "rotations": 8903, + "ultrabas": 8904, + "##sheng": 8905, + "##ewaka": 8906, + "pahs": 8907, + "mongolian": 8908, + "comparisons": 8909, + "oxidizing": 8910, + "grayish": 8911, + "offsets": 8912, + "alternate": 8913, + "bohai": 8914, + "holes": 8915, + "hypothe": 8916, + "jianghan": 8917, + "dongwan": 8918, + "belonging": 8919, + "accompanying": 8920, + "lidar": 8921, + "troughs": 8922, + "viewed": 8923, + "##points": 8924, + "photo": 8925, + "##ushi": 8926, + "decade": 8927, + "553": 8928, + "##ancing": 8929, + "begins": 8930, + "elongation": 8931, + "constitutes": 8932, + "warming": 8933, + "archives": 8934, + "database": 8935, + "stretched": 8936, + "wanning": 8937, + "systematically": 8938, + "persistent": 8939, + "facilities": 8940, + "metasomatism": 8941, + "intergranular": 8942, + "weighting": 8943, + "jointly": 8944, + "calibrated": 8945, + "enters": 8946, + "unlike": 8947, + "retroarc": 8948, + "##reatment": 8949, + "projects": 8950, + "marlstone": 8951, + "discrimin": 8952, + "##rogenic": 8953, + "sharply": 8954, + "ignition": 8955, + "overprinted": 8956, + "##sdalen": 8957, + "ensure": 8958, + "##ussian": 8959, + "qigbulak": 8960, + "modulus": 8961, + "scatter": 8962, + "juxtaposition": 8963, + "datasets": 8964, + "emphasis": 8965, + "govern": 8966, + "governed": 8967, + "polyphase": 8968, + "durability": 8969, + "deviation": 8970, + "decoupled": 8971, + "discordant": 8972, + "dilatation": 8973, + "sodic": 8974, + "sodium": 8975, + "hawaiian": 8976, + "subaqu": 8977, + "subaerial": 8978, + "categor": 8979, + "telmatic": 8980, + "yueyang": 8981, + "##first": 8982, + "covari": 8983, + "objective": 8984, + "qiongzhu": 8985, + "##grina": 8986, + "##ethyl": 8987, + "averaging": 8988, + "traditionally": 8989, + "administration": 8990, + "coexistence": 8991, + "avoid": 8992, + "preceded": 8993, + "confluence": 8994, + "bangchuk": 8995, + "dinar": 8996, + "ecca": 8997, + "korla": 8998, + "kinetic": 8999, + "venus": 9000, + "sutures": 9001, + "trajectories": 9002, + "bacterial": 9003, + "anderson": 9004, + "stabilize": 9005, + "withdrawal": 9006, + "advantage": 9007, + "embayment": 9008, + "macheng": 9009, + "peregrina": 9010, + "radiolarians": 9011, + "township": 9012, + "hunan": 9013, + "ketewaka": 9014, + "louis": 9015, + "conspicuous": 9016, + "interpreting": 9017, + "editor": 9018, + "infrastructure": 9019, + "perturbations": 9020, + "destroyed": 9021, + "kendeng": 9022, + "slumping": 9023, + "anastasio": 9024, + "alaska": 9025, + "recalculated": 9026, + "impossible": 9027, + "sweden": 9028, + "microstrain": 9029, + "autonoma": 9030, + "washington": 9031, + "photomicrographs": 9032, + "eigenval": 9033, + "fingerp": 9034, + "hitherto": 9035, + "nqo": 9036, + "ørsdalen": 9037, + "stannite": 9038, + "##ocratic": 9039, + "chessboard": 9040, + "aliphatic": 9041, + "artinskian": 9042, + "slnor29": 9043, + "metamafic": 9044, + "undertaken": 9045, + "prehistoric": 9046, + "strontium": 9047, + "ultrabasic": 9048, + "qiongzhusi": 9049, + "0i": 9050, + "1km": 9051, + "370": 9052, + "3rd": 9053, + "4th": 9054, + "420": 9055, + "7a": 9056, + "8a": 9057, + "850": 9058, + "ah": 9059, + "a1": 9060, + "agency": 9061, + "big": 9062, + "bak": 9063, + "bai": 9064, + "bks": 9065, + "bush": 9066, + "bomb": 9067, + "cd": 9068, + "c4": 9069, + "centi": 9070, + "cited": 9071, + "cult": 9072, + "cpo": 9073, + "dg": 9074, + "dk": 9075, + "dous": 9076, + "dau": 9077, + "dhu": 9078, + "dav": 9079, + "elu": 9080, + "egers": 9081, + "fen": 9082, + "fel": 9083, + "gather": 9084, + "hy": 9085, + "hb": 9086, + "held": 9087, + "hcl": 9088, + "h51": 9089, + "jum": 9090, + "jial": 9091, + "jelen": 9092, + "kop": 9093, + "ly": 9094, + "lel": 9095, + "lec": 9096, + "los": 9097, + "lyu": 9098, + "lnt": 9099, + "liles": 9100, + "lizh": 9101, + "mh": 9102, + "m8": 9103, + "men": 9104, + "mpi": 9105, + "nac": 9106, + "nutri": 9107, + "oi": 9108, + "oib": 9109, + "osl": 9110, + "pent": 9111, + "pits": 9112, + "qm": 9113, + "rout": 9114, + "s5": 9115, + "sort": 9116, + "sai": 9117, + "s20": 9118, + "ts": 9119, + "tk": 9120, + "tet": 9121, + "tree": 9122, + "try": 9123, + "tfe": 9124, + "tsu": 9125, + "uq": 9126, + "ural": 9127, + "vac": 9128, + "wo": 9129, + "wp": 9130, + "wand": 9131, + "xian": 9132, + "yc": 9133, + "zy": 9134, + "zong": 9135, + "zak": 9136, + "ziro": 9137, + "µm": 9138, + "##ua": 9139, + "##uts": 9140, + "##lines": 9141, + "##litic": 9142, + "##lasts": 9143, + "##lature": 9144, + "##nim": 9145, + "##nels": 9146, + "##gurian": 9147, + "##eong": 9148, + "##eep": 9149, + "##ca": 9150, + "##tu": 9151, + "##rzew": 9152, + "##wed": 9153, + "##words": 9154, + "##aul": 9155, + "##don": 9156, + "##dis": 9157, + "##dong": 9158, + "##78": 9159, + "##ytic": 9160, + "##yao": 9161, + "##perm": 9162, + "##3a": 9163, + "##32": 9164, + "##97": 9165, + "##92": 9166, + "##01": 9167, + "##86": 9168, + "##84": 9169, + "##fi": 9170, + "##fies": 9171, + "##42": 9172, + "##je": 9173, + "##kal": 9174, + "##vin": 9175, + "##onous": 9176, + "##onker": 9177, + "##erfect": 9178, + "##inates": 9179, + "##eni": 9180, + "##enen": 9181, + "##edeep": 9182, + "##ori": 9183, + "##ana": 9184, + "##atable": 9185, + "##issi": 9186, + "##issions": 9187, + "##inge": 9188, + "##ingjiang": 9189, + "##leigh": 9190, + "##lect": 9191, + "##lete": 9192, + "##oup": 9193, + "##oluminescence": 9194, + "##aci": 9195, + "##stad": 9196, + "##ectivity": 9197, + "##urate": 9198, + "##urization": 9199, + "##etal": 9200, + "##etrically": 9201, + "stre": 9202, + "storg": 9203, + "isog": 9204, + "##mps": 9205, + "condens": 9206, + "##ocos": 9207, + "##ocated": 9208, + "foredeep": 9209, + "##owski": 9210, + "copp": 9211, + "##cept": 9212, + "##ception": 9213, + "##radi": 9214, + "##osal": 9215, + "##osection": 9216, + "shut": 9217, + "chose": 9218, + "##aged": 9219, + "projected": 9220, + "##ticular": 9221, + "onsh": 9222, + "##umina": 9223, + "##umably": 9224, + "##angen": 9225, + "fauna": 9226, + "##rium": 9227, + "##ighter": 9228, + "resin": 9229, + "resur": 9230, + "resinite": 9231, + "formal": 9232, + "##ques": 9233, + "compute": 9234, + "##therm": 9235, + "##therly": 9236, + "##utral": 9237, + "##antang": 9238, + "##emark": 9239, + "##veld": 9240, + "highlands": 9241, + "##aysi": 9242, + "##anda": 9243, + "##racod": 9244, + "##geology": 9245, + "##006": 9246, + "##alline": 9247, + "diop": 9248, + "dihedral": 9249, + "neutral": 9250, + "paragne": 9251, + "partings": 9252, + "formationk": 9253, + "graded": 9254, + "clou": 9255, + "subvolcanic": 9256, + "relax": 9257, + "##used": 9258, + "presumably": 9259, + "##adka": 9260, + "modify": 9261, + "unexp": 9262, + "incoming": 9263, + "##apes": 9264, + "marly": 9265, + "marker": 9266, + "slag": 9267, + "abb": 9268, + "weiss": 9269, + "##conn": 9270, + "crusts": 9271, + "##ipas": 9272, + "##diya": 9273, + "valdiya": 9274, + "living": 9275, + "##hans": 9276, + "team": 9277, + "spo": 9278, + "indications": 9279, + "208": 9280, + "cryp": 9281, + "survi": 9282, + "surficial": 9283, + "overc": 9284, + "overbur": 9285, + "quad": 9286, + "adap": 9287, + "granoblastic": 9288, + "facing": 9289, + "faculty": 9290, + "imperfect": 9291, + "transt": 9292, + "expect": 9293, + "10a": 9294, + "disturbed": 9295, + "characters": 9296, + "##ensely": 9297, + "appra": 9298, + "silts": 9299, + "refract": 9300, + "blocked": 9301, + "##amorphic": 9302, + "variably": 9303, + "deepening": 9304, + "decline": 9305, + "observatory": 9306, + "190": 9307, + "1960": 9308, + "longmen": 9309, + "verified": 9310, + "outline": 9311, + "outstanding": 9312, + "exploring": 9313, + "hea": 9314, + "complement": 9315, + "designed": 9316, + "characterisation": 9317, + "sequential": 9318, + "mounted": 9319, + "flan": 9320, + "2001": 9321, + "##enclature": 9322, + "generative": 9323, + "mechanically": 9324, + "so3": 9325, + "novel": 9326, + "shallowly": 9327, + "originally": 9328, + "leveling": 9329, + "155": 9330, + "continuing": 9331, + "##ningar": 9332, + "permit": 9333, + "inflection": 9334, + "deriving": 9335, + "cemented": 9336, + "plankt": 9337, + "zhai": 9338, + "drif": 9339, + "equator": 9340, + "maxima": 9341, + "patches": 9342, + "defines": 9343, + "gui": 9344, + "guid": 9345, + "gupta": 9346, + "displaced": 9347, + "gaussian": 9348, + "solely": 9349, + "solonker": 9350, + "separating": 9351, + "globally": 9352, + "correlating": 9353, + "multic": 9354, + "curved": 9355, + "concentrate": 9356, + "18o": 9357, + "keep": 9358, + "keels": 9359, + "traversed": 9360, + "multiphase": 9361, + "multistage": 9362, + "fining": 9363, + "162": 9364, + "1600": 9365, + "influencing": 9366, + "synchron": 9367, + "confidence": 9368, + "hydrolog": 9369, + "epoch": 9370, + "epoxy": 9371, + "properly": 9372, + "laur": 9373, + "horizontally": 9374, + "landward": 9375, + "migm": 9376, + "ordered": 9377, + "mediter": 9378, + "##arkty": 9379, + "cmer": 9380, + "granulitic": 9381, + "amphibolites": 9382, + "##mmyr": 9383, + "monaz": 9384, + "##awa": 9385, + "##uba": 9386, + "converging": 9387, + "keywords": 9388, + "univers": 9389, + "absorb": 9390, + "bull": 9391, + "negatively": 9392, + "beneficial": 9393, + "roots": 9394, + "210": 9395, + "dammed": 9396, + "282": 9397, + "constraining": 9398, + "liquids": 9399, + "groundmass": 9400, + "##ylene": 9401, + "##flora": 9402, + "creating": 9403, + "fars": 9404, + "attached": 9405, + "denuded": 9406, + "emissions": 9407, + "nanhua": 9408, + "1987": 9409, + "collided": 9410, + "plotting": 9411, + "displayed": 9412, + "292": 9413, + "differentiate": 9414, + "lacking": 9415, + "excitation": 9416, + "convecting": 9417, + "principl": 9418, + "graywacke": 9419, + "reflectivity": 9420, + "connects": 9421, + "remainder": 9422, + "humic": 9423, + "477": 9424, + "irradi": 9425, + "kinningar": 9426, + "retre": 9427, + "retrie": 9428, + "crude": 9429, + "greywacke": 9430, + "##ocrystalline": 9431, + "diffuse": 9432, + "diffusi": 9433, + "dongting": 9434, + "dongarg": 9435, + "turbidity": 9436, + "opened": 9437, + "proportional": 9438, + "chlor": 9439, + "saus": 9440, + "yellowish": 9441, + "documentation": 9442, + "positioned": 9443, + "simply": 9444, + "yuertusi": 9445, + "winds": 9446, + "rayleigh": 9447, + "icpms": 9448, + "fertile": 9449, + "japanese": 9450, + "variance": 9451, + "##ancang": 9452, + "molten": 9453, + "coinciding": 9454, + "palynomorph": 9455, + "##jiadian": 9456, + "metasediments": 9457, + "shoals": 9458, + "reasonable": 9459, + "viet": 9460, + "viii": 9461, + "##ixia": 9462, + "preferentially": 9463, + "prepare": 9464, + "hpg": 9465, + "dramatic": 9466, + "tilt": 9467, + "utilized": 9468, + "zhuhai": 9469, + "balanced": 9470, + "vugand": 9471, + "enclosed": 9472, + "independently": 9473, + "##irike": 9474, + "kaolin": 9475, + "accelerating": 9476, + "jianfeng": 9477, + "kali": 9478, + "kungurian": 9479, + "mbt": 9480, + "packages": 9481, + "sufficiently": 9482, + "enables": 9483, + "simplify": 9484, + "heterogeneity": 9485, + "pulver": 9486, + "##ractures": 9487, + "fissure": 9488, + "interlayered": 9489, + "divisions": 9490, + "facilitate": 9491, + "facilitates": 9492, + "theoretically": 9493, + "tamaul": 9494, + "##177": 9495, + "conduit": 9496, + "conduits": 9497, + "asymmetry": 9498, + "asymmetrical": 9499, + "underplated": 9500, + "1975": 9501, + "purposes": 9502, + "dani": 9503, + "fengmu": 9504, + "plutonism": 9505, + "flexure": 9506, + "##ophy": 9507, + "adsorbed": 9508, + "compacted": 9509, + "concerns": 9510, + "depocenters": 9511, + "remarkably": 9512, + "xiaoerbulake": 9513, + "fitted": 9514, + "expanding": 9515, + "bharkty": 9516, + "camer": 9517, + "qianjiang": 9518, + "coordinates": 9519, + "fluctuations": 9520, + "watershed": 9521, + "subdivision": 9522, + "graptolites": 9523, + "dispersive": 9524, + "correctly": 9525, + "exceptionally": 9526, + "pseudosection": 9527, + "accounted": 9528, + "manifest": 9529, + "symmetry": 9530, + "dilatancy": 9531, + "dali": 9532, + "picked": 9533, + "unfav": 9534, + "unfortun": 9535, + "interestingly": 9536, + "palaeoenvironment": 9537, + "ghats": 9538, + "corrosion": 9539, + "corrobor": 9540, + "monzogranite": 9541, + "ciencias": 9542, + "penglai": 9543, + "covar": 9544, + "144nd": 9545, + "polymetallic": 9546, + "gelification": 9547, + "mercara": 9548, + "##provin": 9549, + "chromatography": 9550, + "lithotype": 9551, + "lithotypes": 9552, + "fmi": 9553, + "ogna": 9554, + "vaporization": 9555, + "fairly": 9556, + "overturned": 9557, + "microfractures": 9558, + "rhythmic": 9559, + "attenuated": 9560, + "pozzolanic": 9561, + "ballast": 9562, + "isopach": 9563, + "##oscand": 9564, + "volumetrically": 9565, + "occupies": 9566, + "instituto": 9567, + "timescales": 9568, + "ambiguities": 9569, + "zambia": 9570, + "anhydrite": 9571, + "extinction": 9572, + "paleoclimate": 9573, + "interpolation": 9574, + "traversing": 9575, + "economically": 9576, + "susceptibility": 9577, + "epicenter": 9578, + "lagoon": 9579, + "innov": 9580, + "chromite": 9581, + "benefit": 9582, + "ethiopian": 9583, + "ostracod": 9584, + "moyar": 9585, + "apophysis": 9586, + "exclusively": 9587, + "symplec": 9588, + "highlighted": 9589, + "intrinsic": 9590, + "acknowledgements": 9591, + "jeol": 9592, + "nomenclature": 9593, + "pitchblende": 9594, + "xishanyao": 9595, + "angeles": 9596, + "repetition": 9597, + "trondhjemite": 9598, + "dismember": 9599, + "fennoscand": 9600, + "nangnim": 9601, + "##hantuo": 9602, + "subordinate": 9603, + "karrens": 9604, + "spectroscopy": 9605, + "hypothetical": 9606, + "bangchukdo": 9607, + "eigenvalue": 9608, + "bksk": 9609, + "centim": 9610, + "doushantuo": 9611, + "egersund": 9612, + "jialingjiang": 9613, + "kopili": 9614, + "leloup": 9615, + "lntemational": 9616, + "lizhun": 9617, + "pentlandite": 9618, + "s2096": 9619, + "tfe2o3": 9620, + "uqia": 9621, + "zakrzew": 9622, + "storgangen": 9623, + "isograd": 9624, + "onshore": 9625, + "paragneis": 9626, + "overburden": 9627, + "refractory": 9628, + "planktonic": 9629, + "mediterranean": 9630, + "principles": 9631, + "diffusivity": 9632, + "dongargarh": 9633, + "tamaulipas": 9634, + "bharktya": 9635, + "zakrzewski": 9636, + "2km": 9637, + "3c": 9638, + "4c": 9639, + "4b": 9640, + "410": 9641, + "440": 9642, + "5km": 9643, + "660": 9644, + "730": 9645, + "820": 9646, + "bally": 9647, + "baux": 9648, + "cub": 9649, + "cno": 9650, + "c30": 9651, + "c31": 9652, + "cudd": 9653, + "dw": 9654, + "dict": 9655, + "fri": 9656, + "face": 9657, + "fits": 9658, + "frost": 9659, + "gm": 9660, + "gian": 9661, + "garh": 9662, + "hop": 9663, + "hab": 9664, + "hole": 9665, + "hinge": 9666, + "ja": 9667, + "kis": 9668, + "kel": 9669, + "kosi": 9670, + "karn": 9671, + "kail": 9672, + "koh": 9673, + "kuru": 9674, + "les": 9675, + "lta": 9676, + "laga": 9677, + "lighter": 9678, + "mas": 9679, + "ming": 9680, + "mack": 9681, + "mds": 9682, + "nig": 9683, + "nav": 9684, + "nrix": 9685, + "oa": 9686, + "ores": 9687, + "pod": 9688, + "pole": 9689, + "pann": 9690, + "pms": 9691, + "qp": 9692, + "que": 9693, + "rak": 9694, + "rural": 9695, + "rings": 9696, + "rules": 9697, + "s6": 9698, + "son": 9699, + "sar": 9700, + "squ": 9701, + "sossi": 9702, + "sided": 9703, + "sara": 9704, + "sorting": 9705, + "ty": 9706, + "t1": 9707, + "treatment": 9708, + "vp": 9709, + "viz": 9710, + "win": 9711, + "wushi": 9712, + "ys": 9713, + "yt": 9714, + "yy": 9715, + "zo": 9716, + "zou": 9717, + "zinc": 9718, + "zimb": 9719, + "σree": 9720, + "##lated": 9721, + "##long": 9722, + "##lia": 9723, + "##iam": 9724, + "##iously": 9725, + "##gon": 9726, + "##gar": 9727, + "##gis": 9728, + "##grained": 9729, + "##empl": 9730, + "##eties": 9731, + "##crust": 9732, + "##cun": 9733, + "##oal": 9734, + "##othermal": 9735, + "##tar": 9736, + "##tai": 9737, + "##tlen": 9738, + "##rig": 9739, + "##rif": 9740, + "##rally": 9741, + "##rint": 9742, + "##hm": 9743, + "##wd": 9744, + "##wang": 9745, + "##wich": 9746, + "##wack": 9747, + "##dal": 9748, + "##me": 9749, + "##mber": 9750, + "##ychel": 9751, + "##fm": 9752, + "##fan": 9753, + "##fall": 9754, + "##bos": 9755, + "##bound": 9756, + "##zbur": 9757, + "##zberg": 9758, + "##qtagh": 9759, + "##jian": 9760, + "##xis": 9761, + "##xcess": 9762, + "##vis": 9763, + "##volution": 9764, + "threat": 9765, + "##ono": 9766, + "##erb": 9767, + "##erate": 9768, + "##ese": 9769, + "##ena": 9770, + "##eness": 9771, + "##aloclastic": 9772, + "##orable": 9773, + "##ato": 9774, + "##ataka": 9775, + "inacc": 9776, + "##ares": 9777, + "andre": 9778, + "##elian": 9779, + "##elines": 9780, + "tout": 9781, + "##ols": 9782, + "##thetic": 9783, + "##action": 9784, + "##sterite": 9785, + "##uries": 9786, + "##uly": 9787, + "##ulent": 9788, + "storm": 9789, + "##mporal": 9790, + "conven": 9791, + "##ocarb": 9792, + "##igou": 9793, + "fore": 9794, + "foram": 9795, + "##imet": 9796, + "mail": 9797, + "coating": 9798, + "##vember": 9799, + "##idi": 9800, + "##ider": 9801, + "##tine": 9802, + "##tina": 9803, + "shia": 9804, + "shao": 9805, + "chu": 9806, + "chun": 9807, + "anzhai": 9808, + "##romb": 9809, + "##agers": 9810, + "##agarh": 9811, + "##mento": 9812, + "##mentally": 9813, + "##ifers": 9814, + "##ifeng": 9815, + "alves": 9816, + "alumina": 9817, + "##resolved": 9818, + "##respective": 9819, + "exempl": 9820, + "seychel": 9821, + "##odoluminescence": 9822, + "##irt": 9823, + "##umbu": 9824, + "##ectors": 9825, + "##oto": 9826, + "##otype": 9827, + "resting": 9828, + "formul": 9829, + "accept": 9830, + "##opec": 9831, + "##abwe": 9832, + "plus": 9833, + "computer": 9834, + "##ematic": 9835, + "##istan": 9836, + "##istrib": 9837, + "##pps": 9838, + "##racting": 9839, + "##00002": 9840, + "indium": 9841, + "induces": 9842, + "##luke": 9843, + "dia": 9844, + "diorites": 9845, + "nee": 9846, + "park": 9847, + "colored": 9848, + "##ucity": 9849, + "energe": 9850, + "subg": 9851, + "subangular": 9852, + "reloc": 9853, + "moves": 9854, + "##rustals": 9855, + "##ushu": 9856, + "##yster": 9857, + "intensely": 9858, + "northerly": 9859, + "##adow": 9860, + "##adia": 9861, + "modest": 9862, + "figures": 9863, + "unresolved": 9864, + "disag": 9865, + "disruption": 9866, + "##apah": 9867, + "interested": 9868, + "slick": 9869, + "aborted": 9870, + "##agement": 9871, + "italy": 9872, + "meishan": 9873, + "collec": 9874, + "obduction": 9875, + "obducted": 9876, + "lijiang": 9877, + "##entieth": 9878, + "differs": 9879, + "scarc": 9880, + "##ribed": 9881, + "##illary": 9882, + "##ozump": 9883, + "fluorites": 9884, + "strict": 9885, + "quies": 9886, + "quasi": 9887, + "##ibility": 9888, + "adequ": 9889, + "adcumul": 9890, + "implement": 9891, + "fe2": 9892, + "exped": 9893, + "expensive": 9894, + "101": 9895, + "1040": 9896, + "thank": 9897, + "##unhe": 9898, + "hydrate": 9899, + "cored": 9900, + "republic": 9901, + "temperate": 9902, + "phosph": 9903, + "phili": 9904, + "appal": 9905, + "organ": 9906, + "carbonization": 9907, + "##ostrom": 9908, + "##ostatic": 9909, + "centuries": 9910, + "twentieth": 9911, + "sinopec": 9912, + "signs": 9913, + "refine": 9914, + "geologically": 9915, + "settle": 9916, + "sandwich": 9917, + "195": 9918, + "volcan": 9919, + "pressurization": 9920, + "transm": 9921, + "transit": 9922, + "transects": 9923, + "verte": 9924, + "##lise": 9925, + "outbur": 9926, + "outlined": 9927, + "heights": 9928, + "arcgis": 9929, + "similarity": 9930, + "redistrib": 9931, + "tracers": 9932, + "##xtures": 9933, + "potassic": 9934, + "management": 9935, + "comparative": 9936, + "##ieving": 9937, + "mudsl": 9938, + "muddy": 9939, + "crystallographic": 9940, + "crystallised": 9941, + "november": 9942, + "effort": 9943, + "##ropel": 9944, + "##ropical": 9945, + "rule": 9946, + "supposed": 9947, + "supplemented": 9948, + "152": 9949, + "orogenesis": 9950, + "permo": 9951, + "grouping": 9952, + "representation": 9953, + "##ovolc": 9954, + "severe": 9955, + "##rows": 9956, + "terminated": 9957, + "patch": 9958, + "consistency": 9959, + "guantang": 9960, + "114": 9961, + "##liu": 9962, + "##liable": 9963, + "palaeoclim": 9964, + "palaeostress": 9965, + "triangular": 9966, + "naturally": 9967, + "huai": 9968, + "lattice": 9969, + "ordinary": 9970, + "capt": 9971, + "capillary": 9972, + "respective": 9973, + "189": 9974, + "1858": 9975, + "william": 9976, + "##isson": 9977, + "##valves": 9978, + "143": 9979, + "finland": 9980, + "peaked": 9981, + "synclinal": 9982, + "syntectonic": 9983, + "converge": 9984, + "cyclic": 9985, + "poles": 9986, + "##anoes": 9987, + "epei": 9988, + "greenland": 9989, + "src": 9990, + "172": 9991, + "finegrained": 9992, + "dividing": 9993, + "dissol": 9994, + "migrating": 9995, + "cart": 9996, + "delim": 9997, + "denotes": 9998, + "shortly": 9999, + "contrary": 10000, + "karak": 10001, + "bivalves": 10002, + "profiling": 10003, + "closing": 10004, + "amphiboles": 10005, + "prograde": 10006, + "electro": 10007, + "##incing": 10008, + "loo": 10009, + "loop": 10010, + "##odiorite": 10011, + "1991": 10012, + "##inds": 10013, + "sags": 10014, + "##183": 10015, + "granodioritic": 10016, + "experimentally": 10017, + "surrounds": 10018, + "absorbed": 10019, + "tanan": 10020, + "bulunk": 10021, + "amplified": 10022, + "##regation": 10023, + "overlie": 10024, + "duplic": 10025, + "dependency": 10026, + "framb": 10027, + "authfir": 10028, + "authigenic": 10029, + "needs": 10030, + "predictions": 10031, + "4500": 10032, + "225": 10033, + "nanopores": 10034, + "eras": 10035, + "erluke": 10036, + "diapiric": 10037, + "geomorphologic": 10038, + "00002": 10039, + "##ugal": 10040, + "##trained": 10041, + "1983": 10042, + "1985": 10043, + "promoting": 10044, + "360": 10045, + "brdo": 10046, + "spatiote": 10047, + "floods": 10048, + "floodplain": 10049, + "akin": 10050, + "ak14": 10051, + "tapp": 10052, + "consequent": 10053, + "equilibration": 10054, + "equilibrated": 10055, + "mswd": 10056, + "debatable": 10057, + "rotated": 10058, + "29i": 10059, + "bathym": 10060, + "differentiated": 10061, + "lacks": 10062, + "paucity": 10063, + "##ennial": 10064, + "sy8": 10065, + "convincing": 10066, + "tianshui": 10067, + "connect": 10068, + "connectivity": 10069, + "advancing": 10070, + "humodetrinite": 10071, + "examining": 10072, + "slower": 10073, + "brecciated": 10074, + "turbulent": 10075, + "brittlen": 10076, + "irrespective": 10077, + "principally": 10078, + "##102": 10079, + "boiling": 10080, + "60069": 10081, + "huangliu": 10082, + "regardless": 10083, + "produces": 10084, + "c25": 10085, + "dongchuan": 10086, + "dongsheng": 10087, + "catac": 10088, + "detached": 10089, + "009": 10090, + "##slope": 10091, + "intracrustal": 10092, + "intracrystalline": 10093, + "said": 10094, + "91500": 10095, + "galim": 10096, + "evolves": 10097, + "microscopically": 10098, + "realized": 10099, + "viewpoint": 10100, + "purple": 10101, + "##basins": 10102, + "##basinal": 10103, + "equival": 10104, + "55ma": 10105, + "chronostratigraphic": 10106, + "enhancing": 10107, + "##eneses": 10108, + "backgrounds": 10109, + "exceeded": 10110, + "elongate": 10111, + "kept": 10112, + "pelitic": 10113, + "##agnetic": 10114, + "mobil": 10115, + "grant": 10116, + "jinping": 10117, + "δ18ocarb": 10118, + "##hydrous": 10119, + "archae": 10120, + "viol": 10121, + "specialised": 10122, + "seemed": 10123, + "coloured": 10124, + "024": 10125, + "guangya": 10126, + "grids": 10127, + "104i": 10128, + "splay": 10129, + "matches": 10130, + "1968": 10131, + "evaporation": 10132, + "incorporate": 10133, + "dimension": 10134, + "attempts": 10135, + "windows": 10136, + "reliability": 10137, + "geothermometer": 10138, + "herzberg": 10139, + "pulses": 10140, + "partitioning": 10141, + "penetrated": 10142, + "cpx": 10143, + "xiucheng": 10144, + "jingzhou": 10145, + "pcds": 10146, + "goias": 10147, + "wjfs": 10148, + "elsevier": 10149, + "suddenly": 10150, + "omphacite": 10151, + "hardening": 10152, + "paragneiss": 10153, + "parageneses": 10154, + "statistics": 10155, + "revised": 10156, + "ignimb": 10157, + "stratovolc": 10158, + "komatiites": 10159, + "analogous": 10160, + "supracrustals": 10161, + "hanjiang": 10162, + "yijian": 10163, + "explanations": 10164, + "glassy": 10165, + "stratification": 10166, + "synthesized": 10167, + "nucleated": 10168, + "xiangfan": 10169, + "ascertain": 10170, + "ascribed": 10171, + "antiform": 10172, + "expanded": 10173, + "reproduce": 10174, + "counterparts": 10175, + "harzbur": 10176, + "δ56femin": 10177, + "boxes": 10178, + "cleav": 10179, + "accessory": 10180, + "extrapol": 10181, + "symmetric": 10182, + "involvement": 10183, + "ngozump": 10184, + "sustain": 10185, + "borders": 10186, + "portugal": 10187, + "zd1": 10188, + "##northern": 10189, + "##collisional": 10190, + "##ogranites": 10191, + "liangshan": 10192, + "undergoes": 10193, + "pegmatites": 10194, + "steadily": 10195, + "frontier": 10196, + "communication": 10197, + "communications": 10198, + "##after": 10199, + "megasequence": 10200, + "manganese": 10201, + "mercury": 10202, + "unreliable": 10203, + "floors": 10204, + "averaged": 10205, + "traditional": 10206, + "electricity": 10207, + "s18763804183": 10208, + "strategic": 10209, + "leucos": 10210, + "decipher": 10211, + "rhythm": 10212, + "idealized": 10213, + "catalogue": 10214, + "pozzolans": 10215, + "briefly": 10216, + "cathaysi": 10217, + "cathodoluminescence": 10218, + "hami": 10219, + "computational": 10220, + "indonesian": 10221, + "indonesia": 10222, + "indirectly": 10223, + "scarce": 10224, + "scarps": 10225, + "intermittent": 10226, + "intermittently": 10227, + "civil": 10228, + "k2e": 10229, + "##olidated": 10230, + "geometries": 10231, + "paleoseismic": 10232, + "luonana": 10233, + "intergrowth": 10234, + "dacite": 10235, + "ebsd": 10236, + "learned": 10237, + "serious": 10238, + "tunnels": 10239, + "deployed": 10240, + "##osilicates": 10241, + "preventing": 10242, + "discrepancy": 10243, + "pebble": 10244, + "percentage": 10245, + "imbricate": 10246, + "meaningful": 10247, + "flattened": 10248, + "qigebulake": 10249, + "boggy": 10250, + "boulders": 10251, + "dickinson": 10252, + "kurile": 10253, + "ponding": 10254, + "sapropel": 10255, + "stimulated": 10256, + "cosmogenic": 10257, + "upwarps": 10258, + "griffin": 10259, + "opportunity": 10260, + "sporadic": 10261, + "witnessed": 10262, + "flysch": 10263, + "mutual": 10264, + "shilou": 10265, + "orbital": 10266, + "disasters": 10267, + "perfectly": 10268, + "palaeogeography": 10269, + "illumin": 10270, + "qualitative": 10271, + "ubiquitous": 10272, + "echelon": 10273, + "locked": 10274, + "siexcess": 10275, + "xuefeng": 10276, + "asphalt": 10277, + "sounding": 10278, + "subsided": 10279, + "moisture": 10280, + "##etrographic": 10281, + "paleouplift": 10282, + "discernible": 10283, + "permanent": 10284, + "supercritical": 10285, + "subaqueous": 10286, + "categorized": 10287, + "editorial": 10288, + "bushveld": 10289, + "dauph": 10290, + "felt": 10291, + "hyaloclastic": 10292, + "jumna": 10293, + "nutrients": 10294, + "yc2": 10295, + "relaxation": 10296, + "slagstad": 10297, + "transtensional": 10298, + "apprais": 10299, + "laurenti": 10300, + "monazite": 10301, + "irradiation": 10302, + "vietnam": 10303, + "unfavorable": 10304, + "covariance": 10305, + "##provinces": 10306, + "cnooc": 10307, + "c30h": 10308, + "cuddapah": 10309, + "giants": 10310, + "garhwal": 10311, + "kiso": 10312, + "karnataka": 10313, + "kuruqtagh": 10314, + "lesno": 10315, + "nrixs": 10316, + "rakcham": 10317, + "zimbabwe": 10318, + "##wackes": 10319, + "##bosch": 10320, + "inaccurate": 10321, + "andreas": 10322, + "toutunhe": 10323, + "shiairike": 10324, + "seychelles": 10325, + "##00002x": 10326, + "energetic": 10327, + "scarcity": 10328, + "philipp": 10329, + "epeirogenic": 10330, + "bulunkole": 10331, + "spatiotemporal": 10332, + "brittleness": 10333, + "stratovolcanoes": 10334, + "yijianfang": 10335, + "harzburg": 10336, + "ngozumpa": 10337, + "220": 10338, + "2ga": 10339, + "5g": 10340, + "5c": 10341, + "512": 10342, + "540": 10343, + "620": 10344, + "670": 10345, + "640": 10346, + "9000": 10347, + "ale": 10348, + "aach": 10349, + "aerial": 10350, + "bn": 10351, + "bon": 10352, + "bent": 10353, + "bam": 10354, + "bud": 10355, + "bot": 10356, + "benth": 10357, + "c0": 10358, + "cj": 10359, + "cin": 10360, + "cro": 10361, + "cid": 10362, + "clu": 10363, + "c18": 10364, + "crest": 10365, + "casc": 10366, + "dd": 10367, + "doz": 10368, + "drag": 10369, + "ef": 10370, + "eph": 10371, + "ech": 10372, + "edi": 10373, + "fc": 10374, + "fal": 10375, + "fang": 10376, + "fusion": 10377, + "gd": 10378, + "g2": 10379, + "gon": 10380, + "gate": 10381, + "gir": 10382, + "gath": 10383, + "guan": 10384, + "gained": 10385, + "hil": 10386, + "hold": 10387, + "hno": 10388, + "hik": 10389, + "ib": 10390, + "jins": 10391, + "ky": 10392, + "kos": 10393, + "kati": 10394, + "keral": 10395, + "kii": 10396, + "lr": 10397, + "len": 10398, + "lot": 10399, + "lak": 10400, + "lamp": 10401, + "lep": 10402, + "lher": 10403, + "lmw": 10404, + "md": 10405, + "mj": 10406, + "mv": 10407, + "meng": 10408, + "mio": 10409, + "mno": 10410, + "moss": 10411, + "mosa": 10412, + "nen": 10413, + "nuna": 10414, + "ops": 10415, + "pm": 10416, + "pet": 10417, + "pith": 10418, + "pil": 10419, + "pind": 10420, + "prag": 10421, + "pier": 10422, + "pump": 10423, + "pichon": 10424, + "qiang": 10425, + "qiao": 10426, + "rm": 10427, + "rou": 10428, + "rul": 10429, + "rsd": 10430, + "soz": 10431, + "sav": 10432, + "sieved": 10433, + "tz": 10434, + "tides": 10435, + "tons": 10436, + "tub": 10437, + "tier": 10438, + "vul": 10439, + "vess": 10440, + "virt": 10441, + "wal": 10442, + "westerly": 10443, + "yak": 10444, + "yun": 10445, + "zhan": 10446, + "zero": 10447, + "zah": 10448, + "œnorthern": 10449, + "σ1": 10450, + "##uper": 10451, + "##lang": 10452, + "##iors": 10453, + "##nes": 10454, + "##natt": 10455, + "##gaoshan": 10456, + "##guna": 10457, + "##eb": 10458, + "##cis": 10459, + "##cation": 10460, + "##cra": 10461, + "##o4": 10462, + "##off": 10463, + "##oaded": 10464, + "##otia": 10465, + "##s5": 10466, + "##sak": 10467, + "##saction": 10468, + "##tran": 10469, + "##toushan": 10470, + "##rift": 10471, + "##hom": 10472, + "##hang": 10473, + "##auc": 10474, + "##aiti": 10475, + "##aowan": 10476, + "##dish": 10477, + "##mer": 10478, + "##mes": 10479, + "##moun": 10480, + "##mund": 10481, + "##79": 10482, + "##713": 10483, + "##you": 10484, + "##pdf": 10485, + "##pik": 10486, + "##puts": 10487, + "##21": 10488, + "##82": 10489, + "##fes": 10490, + "##fact": 10491, + "##fei": 10492, + "##67": 10493, + "##bro": 10494, + "##bri": 10495, + "##bagh": 10496, + "##zy": 10497, + "##kre": 10498, + "##kta": 10499, + "##kuba": 10500, + "##x5": 10501, + "##x10": 10502, + "##xibei": 10503, + "##vic": 10504, + "##vate": 10505, + "##140": 10506, + "thromb": 10507, + "##onally": 10508, + "##erland": 10509, + "##titic": 10510, + "##timal": 10511, + "##tified": 10512, + "##inor": 10513, + "##inic": 10514, + "##inion": 10515, + "##inus": 10516, + "##inities": 10517, + "##inte": 10518, + "##enites": 10519, + "##enish": 10520, + "##enzie": 10521, + "##aled": 10522, + "##ortion": 10523, + "##orro": 10524, + "##orland": 10525, + "##oropol": 10526, + "##orwegian": 10527, + "##oragarh": 10528, + "##an1": 10529, + "##anxi": 10530, + "##iciously": 10531, + "##atu": 10532, + "##aton": 10533, + "inception": 10534, + "##arche": 10535, + "##arks": 10536, + "##rel": 10537, + "##itell": 10538, + "##ason": 10539, + "##rod": 10540, + "##ented": 10541, + "##isc": 10542, + "##isp": 10543, + "##isely": 10544, + "##isive": 10545, + "##eline": 10546, + "##elets": 10547, + "##eloaded": 10548, + "##ingbod": 10549, + "##ationally": 10550, + "##thrown": 10551, + "##acted": 10552, + "##activity": 10553, + "##static": 10554, + "##uri": 10555, + "##urai": 10556, + "##urangi": 10557, + "##eted": 10558, + "stated": 10559, + "stamp": 10560, + "stav": 10561, + "conform": 10562, + "conduction": 10563, + "congo": 10564, + "##occ": 10565, + "##ocal": 10566, + "##ocean": 10567, + "##igong": 10568, + "##igiri": 10569, + "forty": 10570, + "forsterite": 10571, + "##siari": 10572, + "##size": 10573, + "##ower": 10574, + "##imer": 10575, + "##imeter": 10576, + "maine": 10577, + "maok": 10578, + "cog": 10579, + "coag": 10580, + "coated": 10581, + "coke": 10582, + "##ravel": 10583, + "##rative": 10584, + "##idden": 10585, + "##idote": 10586, + "##osystem": 10587, + "rebound": 10588, + "suzhou": 10589, + "suwu": 10590, + "sukta": 10591, + "shixia": 10592, + "shadow": 10593, + "chi": 10594, + "chal": 10595, + "ana": 10596, + "anat": 10597, + "##run": 10598, + "ali": 10599, + "##amusi": 10600, + "exin": 10601, + "exerted": 10602, + "sepik": 10603, + "##odified": 10604, + "##odepositional": 10605, + "##phy": 10606, + "##phant": 10607, + "##iring": 10608, + "##irong": 10609, + "##omon": 10610, + "##omagmatic": 10611, + "orange": 10612, + "orono": 10613, + "##anger": 10614, + "##udi": 10615, + "##ripps": 10616, + "##erequ": 10617, + "reson": 10618, + "##ople": 10619, + "plac": 10620, + "##therlands": 10621, + "depicts": 10622, + "##utural": 10623, + "##antaneous": 10624, + "hai": 10625, + "hamp": 10626, + "hawal": 10627, + "##emeral": 10628, + "##alevolution": 10629, + "highland": 10630, + "##izachal": 10631, + "contours": 10632, + "##play": 10633, + "##plates": 10634, + "##plox": 10635, + "##009": 10636, + "indus": 10637, + "neb": 10638, + "netherlands": 10639, + "parad": 10640, + "colder": 10641, + "grad": 10642, + "entrained": 10643, + "subcrustal": 10644, + "subprovinces": 10645, + "mohor": 10646, + "presumed": 10647, + "unable": 10648, + "unamb": 10649, + "unified": 10650, + "unrest": 10651, + "unchang": 10652, + "unravel": 10653, + "incl": 10654, + "incip": 10655, + "disinte": 10656, + "interven": 10657, + "interiors": 10658, + "martin": 10659, + "art": 10660, + "arm": 10661, + "users": 10662, + "abiti": 10663, + "canals": 10664, + "cannan": 10665, + "weirong": 10666, + "matth": 10667, + "actively": 10668, + "activated": 10669, + "##ipated": 10670, + "meet": 10671, + "##ypinus": 10672, + "liber": 10673, + "##entific": 10674, + "##entials": 10675, + "seismo": 10676, + "seismograph": 10677, + "seismometer": 10678, + "tex": 10679, + "spi": 10680, + "spong": 10681, + "spaces": 10682, + "spanning": 10683, + "scre": 10684, + "scot": 10685, + "scripps": 10686, + "20th": 10687, + "unders": 10688, + "fluvi": 10689, + "preand": 10690, + "prevalent": 10691, + "overestimated": 10692, + "notwith": 10693, + "developments": 10694, + "quant": 10695, + "##key": 10696, + "lithotectonic": 10697, + "lowerstand": 10698, + "leu": 10699, + "leave": 10700, + "eleven": 10701, + "elephant": 10702, + "detecting": 10703, + "##ickel": 10704, + "addi": 10705, + "adria": 10706, + "##engshan": 10707, + "facult": 10708, + "feas": 10709, + "express": 10710, + "distortion": 10711, + "petrol": 10712, + "##ydney": 10713, + "paleotop": 10714, + "prerequ": 10715, + "thickens": 10716, + "##ginite": 10717, + "corner": 10718, + "corpor": 10719, + "reports": 10720, + "##title": 10721, + "##titlen": 10722, + "##ynam": 10723, + "consump": 10724, + "rangan": 10725, + "signifying": 10726, + "calcium": 10727, + "##luding": 10728, + "blocky": 10729, + "blocking": 10730, + "##rocrystalline": 10731, + "grew": 10732, + "sandaowan": 10733, + "19th": 10734, + "longtoushan": 10735, + "middleto": 10736, + "southernmost": 10737, + "##ausible": 10738, + "completion": 10739, + "northernmost": 10740, + "desorption": 10741, + "horsts": 10742, + "reddish": 10743, + "limn": 10744, + "compositionally": 10745, + "mie": 10746, + "oregon": 10747, + "potentials": 10748, + "mountainous": 10749, + "extensiona": 10750, + "flora": 10751, + "flakes": 10752, + "manite": 10753, + "manually": 10754, + "managers": 10755, + "precious": 10756, + "precisely": 10757, + "muds": 10758, + "people": 10759, + "considerations": 10760, + "perylene": 10761, + "researches": 10762, + "124": 10763, + "121": 10764, + "ruili": 10765, + "rugged": 10766, + "fired": 10767, + "nearest": 10768, + "158": 10769, + "154": 10770, + "151": 10771, + "continual": 10772, + "continuum": 10773, + "bedlo": 10774, + "afterwards": 10775, + "remove": 10776, + "remarks": 10777, + "geochemically": 10778, + "##ova": 10779, + "##ovian": 10780, + "accumulative": 10781, + "lineation": 10782, + "lessons": 10783, + "##onses": 10784, + "igno": 10785, + "think": 10786, + "thinned": 10787, + "deflected": 10788, + "ecosystem": 10789, + "transitions": 10790, + "111": 10791, + "##aving": 10792, + "meltwater": 10793, + "assembled": 10794, + "solv": 10795, + "globe": 10796, + "triple": 10797, + "trieb": 10798, + "##linear": 10799, + "##oclinal": 10800, + "100ka": 10801, + "hua": 10802, + "huashan": 10803, + "huizachal": 10804, + "grainsize": 10805, + "185": 10806, + "184": 10807, + "combine": 10808, + "producers": 10809, + "financ": 10810, + "postulated": 10811, + "technological": 10812, + "sixt": 10813, + "investigacion": 10814, + "microcontinental": 10815, + "specul": 10816, + "13c": 10817, + "133": 10818, + "optimal": 10819, + "opinion": 10820, + "hydrostatic": 10821, + "epidote": 10822, + "reactivity": 10823, + "173": 10824, + "climates": 10825, + "preserves": 10826, + "laid": 10827, + "weakness": 10828, + "media": 10829, + "luiz": 10830, + "biostratigraphic": 10831, + "biochemical": 10832, + "aptian": 10833, + "feldspathic": 10834, + "downslope": 10835, + "crossed": 10836, + "##ovicic": 10837, + "argon": 10838, + "argand": 10839, + "turned": 10840, + "classically": 10841, + "loi": 10842, + "look": 10843, + "mediumto": 10844, + "thermogenic": 10845, + "##plex": 10846, + "responses": 10847, + "understandings": 10848, + "links": 10849, + "transporting": 10850, + "requiring": 10851, + "statement": 10852, + "hereafter": 10853, + "215": 10854, + "overlaps": 10855, + "dried": 10856, + "lamont": 10857, + "penns": 10858, + "select": 10859, + "##ylv": 10860, + "60ma": 10861, + "6026": 10862, + "creates": 10863, + "nonlinear": 10864, + "predicts": 10865, + "attest": 10866, + "reconstructing": 10867, + "228": 10868, + "embod": 10869, + "erguna": 10870, + "##marian": 10871, + "forelimb": 10872, + "assessed": 10873, + "surroundings": 10874, + "1989": 10875, + "1980": 10876, + "1981": 10877, + "barwan": 10878, + "cools": 10879, + "cooled": 10880, + "collie": 10881, + "bring": 10882, + "instantaneous": 10883, + "ak2": 10884, + "widths": 10885, + "conducting": 10886, + "rotating": 10887, + "5000": 10888, + "displaying": 10889, + "2900": 10890, + "yanfang": 10891, + "circa": 10892, + "june": 10893, + "paid": 10894, + "excimer": 10895, + "sy13": 10896, + "anticlinor": 10897, + "correspondingly": 10898, + "zonation": 10899, + "reflective": 10900, + "connecting": 10901, + "advent": 10902, + "episutural": 10903, + "fillings": 10904, + "offscra": 10905, + "intersection": 10906, + "intersections": 10907, + "narak": 10908, + "narration": 10909, + "narrative": 10910, + "kinna": 10911, + "returned": 10912, + "geochronologic": 10913, + "pubdat": 10914, + "holmes": 10915, + "apparently": 10916, + "overpressures": 10917, + "transformational": 10918, + "jiangnan": 10919, + "dongfang": 10920, + "difficulty": 10921, + "vsmow": 10922, + "##haplox": 10923, + "improves": 10924, + "2774": 10925, + "xinhe": 10926, + "rhyolites": 10927, + "achieving": 10928, + "xenocryst": 10929, + "megac": 10930, + "functional": 10931, + "realizing": 10932, + "historically": 10933, + "formerly": 10934, + "photos": 10935, + "##ikou": 10936, + "tongchang": 10937, + "problematic": 10938, + "prismatic": 10939, + "tensors": 10940, + "inherent": 10941, + "propagating": 10942, + "economics": 10943, + "hematite": 10944, + "logs": 10945, + "running": 10946, + "pelle": 10947, + "accommodate": 10948, + "grt": 10949, + "grass": 10950, + "arched": 10951, + "reasonably": 10952, + "dateloaded": 10953, + "fundingbod": 10954, + "loads": 10955, + "judiciously": 10956, + "metallic": 10957, + "stretches": 10958, + "drake": 10959, + "snow": 10960, + "madurai": 10961, + "substantiated": 10962, + "famous": 10963, + "family": 10964, + "opposing": 10965, + "guangji": 10966, + "requirements": 10967, + "baltica": 10968, + "mounds": 10969, + "issn": 10970, + "pyroclasts": 10971, + "raised": 10972, + "coronitic": 10973, + "1963": 10974, + "δ56febt": 10975, + "distinguishable": 10976, + "mckin": 10977, + "##ahmund": 10978, + "##charo": 10979, + "peridotitic": 10980, + "dimethyl": 10981, + "sakmarian": 10982, + "attempted": 10983, + "tuffs": 10984, + "transgressions": 10985, + "abruptly": 10986, + "prospective": 10987, + "resistant": 10988, + "descriptions": 10989, + "batches": 10990, + "corridors": 10991, + "summarise": 10992, + "fundamentally": 10993, + "cpi": 10994, + "shaanxi": 10995, + "shanxi": 10996, + "jiamusi": 10997, + "jinghong": 10998, + "panel": 10999, + "sunda": 11000, + "connectedness": 11001, + "constituent": 11002, + "constitutive": 11003, + "going": 11004, + "s0140": 11005, + "1977": 11006, + "1973": 11007, + "landscapes": 11008, + "brasilia": 11009, + "##rators": 11010, + "##9600002x": 11011, + "recrystallized": 11012, + "courses": 11013, + "doubt": 11014, + "hardly": 11015, + "watson": 11016, + "##urrent": 11017, + "limbs": 11018, + "overprint": 11019, + "komatiitic": 11020, + "kuenen": 11021, + "mild": 11022, + "reader": 11023, + "humidity": 11024, + "serpentinized": 11025, + "##jiazhu": 11026, + "resembling": 11027, + "interferometry": 11028, + "employing": 11029, + "nucleation": 11030, + "pillowed": 11031, + "coexisting": 11032, + "antithetic": 11033, + "##ematical": 11034, + "woody": 11035, + "coordination": 11036, + "reversal": 11037, + "fluctuation": 11038, + "zealand": 11039, + "##omorphic": 11040, + "kutcharo": 11041, + "##repres": 11042, + "sterane": 11043, + "intensified": 11044, + "intensities": 11045, + "intensification": 11046, + "conservative": 11047, + "randomly": 11048, + "binchuan": 11049, + "biligiri": 11050, + "dalong": 11051, + "picks": 11052, + "webpdf": 11053, + "divergence": 11054, + "getting": 11055, + "##steep": 11056, + "protohaplox": 11057, + "lianggaoshan": 11058, + "pegmatite": 11059, + "monzodiorite": 11060, + "challenger": 11061, + "challenges": 11062, + "cientific": 11063, + "denser": 11064, + "densely": 11065, + "raman": 11066, + "##cumulus": 11067, + "stacking": 11068, + "assumptions": 11069, + "infrared": 11070, + "polymorph": 11071, + "augite": 11072, + "august": 11073, + "mangar": 11074, + "mylonites": 11075, + "##irovic": 11076, + "##onnier": 11077, + "domestic": 11078, + "administrators": 11079, + "ganne": 11080, + "ladhi": 11081, + "psam": 11082, + "rainfall": 11083, + "deciphering": 11084, + "confluences": 11085, + "assimilated": 11086, + "ssc3": 11087, + "##econorwegian": 11088, + "187os": 11089, + "institutions": 11090, + "timescale": 11091, + "geothermobarometers": 11092, + "ceramic": 11093, + "civitell": 11094, + "klc": 11095, + "titan": 11096, + "geometrical": 11097, + "paleoseism": 11098, + "intergrowths": 11099, + "hierarchical": 11100, + "educacion": 11101, + "garsak": 11102, + "kotri": 11103, + "merges": 11104, + "socorro": 11105, + "physic": 11106, + "physically": 11107, + "encompassing": 11108, + "rajahmund": 11109, + "slovenian": 11110, + "slovenia": 11111, + "dunhuang": 11112, + "francis": 11113, + "jamarche": 11114, + "stopped": 11115, + "diatoms": 11116, + "unmodified": 11117, + "exponents": 11118, + "paleontology": 11119, + "paleoenvironmental": 11120, + "knickpoint": 11121, + "nappes": 11122, + "feedbacks": 11123, + "carefully": 11124, + "kleinhans": 11125, + "homohopane": 11126, + "dharm": 11127, + "munsiari": 11128, + "vlfes": 11129, + "chuanxibei": 11130, + "mathematical": 11131, + "188os": 11132, + "reconcile": 11133, + "suprasalt": 11134, + "s016651629600002x": 11135, + "luntan1": 11136, + "hinder": 11137, + "jadeiti": 11138, + "kenorland": 11139, + "pearl": 11140, + "sveconorwegian": 11141, + "tasman": 11142, + "##roll": 11143, + "compensated": 11144, + "noticeable": 11145, + "firmly": 11146, + "erodibility": 11147, + "elaborated": 11148, + "supersu": 11149, + "government": 11150, + "louisville": 11151, + "dhubri": 11152, + "nacl": 11153, + "tetra": 11154, + "tsukuba": 11155, + "##fiable": 11156, + "##eniate": 11157, + "cloud": 11158, + "overcome": 11159, + "1960s": 11160, + "flanks": 11161, + "guidelines": 11162, + "synchronous": 11163, + "migmatites": 11164, + "bullard": 11165, + "retrieval": 11166, + "sausar": 11167, + "daniels": 11168, + "unfortunately": 11169, + "innovative": 11170, + "symplectite": 11171, + "friend": 11172, + "mackenzie": 11173, + "nigeria": 11174, + "square": 11175, + "##crustalevolution": 11176, + "foramin": 11177, + "exemplified": 11178, + "formulae": 11179, + "acceptable": 11180, + "appalachian": 11181, + "sandwiched": 11182, + "verteb": 11183, + "patchy": 11184, + "electrodes": 11185, + "tapponnier": 11186, + "equivalents": 11187, + "jinpingshan": 11188, + "cleavage": 11189, + "rhythmically": 11190, + "sapropelic": 11191, + "laurentia": 11192, + "aachen": 11193, + "bnf": 11194, + "budget": 11195, + "benthic": 11196, + "clues": 11197, + "cascadia": 11198, + "ephemeral": 11199, + "gathers": 11200, + "hno3": 11201, + "hikurangi": 11202, + "kerala": 11203, + "lenticular": 11204, + "lakelets": 11205, + "lherz": 11206, + "mosaic": 11207, + "nenjiang": 11208, + "pithoragarh": 11209, + "pilot": 11210, + "pragmatic": 11211, + "tierra": 11212, + "zahirovic": 11213, + "##sactionid": 11214, + "##transactionid": 11215, + "##mountain": 11216, + "thrombolite": 11217, + "stavanger": 11218, + "maokou": 11219, + "hawalbagh": 11220, + "paradigm": 11221, + "mohorovicic": 11222, + "unambigu": 11223, + "unchanged": 11224, + "incipient": 11225, + "disinteg": 11226, + "intervening": 11227, + "abitibi": 11228, + "notwithstanding": 11229, + "facultad": 11230, + "prerequisite": 11231, + "corporation": 11232, + "##titlenorm": 11233, + "consumption": 11234, + "sandaowanzi": 11235, + "bedload": 11236, + "triebold": 11237, + "pennsylv": 11238, + "60262": 11239, + "barwani": 11240, + "anticlinorium": 11241, + "kinnaur": 11242, + "fundingbody": 11243, + "mckinlay": 11244, + "##jiazhuang": 11245, + "protohaploxypinus": 11246, + "cientifica": 11247, + "ladhiya": 11248, + "civitello": 11249, + "garsaknatt": 11250, + "rajahmundry": 11251, + "jamarcheura": 11252, + "2nd": 11253, + "218": 11254, + "3e": 11255, + "520": 11256, + "580": 11257, + "6b": 11258, + "7c": 11259, + "810": 11260, + "9d": 11261, + "9b": 11262, + "970": 11263, + "aa": 11264, + "aul": 11265, + "adi": 11266, + "aper": 11267, + "aware": 11268, + "arun": 11269, + "ber": 11270, + "ble": 11271, + "bif": 11272, + "bir": 11273, + "barb": 11274, + "beng": 11275, + "bach": 11276, + "bry": 11277, + "bae": 11278, + "bada": 11279, + "bigger": 11280, + "briti": 11281, + "buck": 11282, + "c1": 11283, + "cul": 11284, + "cord": 11285, + "cie": 11286, + "crop": 11287, + "c35": 11288, + "dc": 11289, + "dq": 11290, + "dic": 11291, + "dit": 11292, + "dud": 11293, + "dorm": 11294, + "dys": 11295, + "dwar": 11296, + "drained": 11297, + "edition": 11298, + "ewing": 11299, + "fs": 11300, + "fr": 11301, + "fuc": 11302, + "fell": 11303, + "gor": 11304, + "gur": 11305, + "gale": 11306, + "gain": 11307, + "gase": 11308, + "gib": 11309, + "gaps": 11310, + "him": 11311, + "hud": 11312, + "hart": 11313, + "io": 11314, + "icc": 11315, + "jus": 11316, + "jack": 11317, + "jaran": 11318, + "kd": 11319, + "king": 11320, + "kerg": 11321, + "kush": 11322, + "liao": 11323, + "lancang": 11324, + "my": 11325, + "mot": 11326, + "mian": 11327, + "massic": 11328, + "miao": 11329, + "mft": 11330, + "myan": 11331, + "mission": 11332, + "nl": 11333, + "nqu": 11334, + "noth": 11335, + "nickel": 11336, + "oh": 11337, + "o2": 11338, + "oolitic": 11339, + "pu": 11340, + "p6": 11341, + "pock": 11342, + "pus": 11343, + "pfl": 11344, + "prad": 11345, + "peters": 11346, + "qz": 11347, + "qtz": 11348, + "rf": 11349, + "rol": 11350, + "ros": 11351, + "rong": 11352, + "rene": 11353, + "rome": 11354, + "sen": 11355, + "sst": 11356, + "seld": 11357, + "sks": 11358, + "saw": 11359, + "sydney": 11360, + "tl": 11361, + "tb": 11362, + "tide": 11363, + "tau": 11364, + "tie": 11365, + "tfz": 11366, + "ut": 11367, + "um": 11368, + "vb": 11369, + "vent": 11370, + "wy": 11371, + "war": 11372, + "wack": 11373, + "wish": 11374, + "wyb": 11375, + "wfb": 11376, + "xs": 11377, + "xiz": 11378, + "xibei": 11379, + "xifeng": 11380, + "yh": 11381, + "yul": 11382, + "yins": 11383, + "ββ": 11384, + "δe": 11385, + "δd": 11386, + "μg": 11387, + "##uum": 11388, + "##uage": 11389, + "##ugh": 11390, + "##lam": 11391, + "##iec": 11392, + "##ios": 11393, + "##ived": 11394, + "##ika": 11395, + "##ni": 11396, + "##nushan": 11397, + "##guang": 11398, + "##evity": 11399, + "##cas": 11400, + "##oi": 11401, + "##stin": 11402, + "##solidated": 11403, + "##t0": 11404, + "##t00": 11405, + "##trium": 11406, + "##rations": 11407, + "##rings": 11408, + "##hp": 11409, + "##wen": 11410, + "##was": 11411, + "##wari": 11412, + "##wash": 11413, + "##worth": 11414, + "##aim": 11415, + "##ament": 11416, + "##dz": 11417, + "##dom": 11418, + "##mo": 11419, + "##mature": 11420, + "##700": 11421, + "##yo": 11422, + "##pin": 11423, + "##pura": 11424, + "##pollenites": 11425, + "##39": 11426, + "##99": 11427, + "##05": 11428, + "##57": 11429, + "##fo": 11430, + "##f2": 11431, + "##fj": 11432, + "##fined": 11433, + "##fort": 11434, + "##fred": 11435, + "##6006": 11436, + "##bn": 11437, + "##zna": 11438, + "##zakh": 11439, + "##43": 11440, + "##jock": 11441, + "##joy": 11442, + "##ky": 11443, + "##kar": 11444, + "##xanes": 11445, + "##1000": 11446, + "##ontal": 11447, + "##onik": 11448, + "##ersion": 11449, + "##tifer": 11450, + "##tism": 11451, + "##tidal": 11452, + "##infor": 11453, + "##enaga": 11454, + "##alou": 11455, + "##alog": 11456, + "##alian": 11457, + "##alysis": 11458, + "##orter": 11459, + "##orous": 11460, + "##antic": 11461, + "##anical": 11462, + "##icit": 11463, + "##icate": 11464, + "##icati": 11465, + "##ateral": 11466, + "##ators": 11467, + "##aturated": 11468, + "ina": 11469, + "intim": 11470, + "inund": 11471, + "inev": 11472, + "inhom": 11473, + "inputs": 11474, + "##arte": 11475, + "##arta": 11476, + "##revi": 11477, + "##reci": 11478, + "##asing": 11479, + "##robl": 11480, + "##rozen": 11481, + "##entric": 11482, + "##isi": 11483, + "##elist": 11484, + "##ingly": 11485, + "##ingiz": 11486, + "##olan": 11487, + "##olic": 11488, + "##acities": 11489, + "##stan": 11490, + "##strained": 11491, + "##eclise": 11492, + "##urcation": 11493, + "##uli": 11494, + "##ulties": 11495, + "##etz": 11496, + "##etches": 11497, + "stere": 11498, + "stall": 11499, + "isack": 11500, + "isobar": 11501, + "isothermal": 11502, + "isoclinal": 11503, + "cones": 11504, + "##ocarp": 11505, + "##igenetic": 11506, + "##igranular": 11507, + "forec": 11508, + "##imens": 11509, + "mam": 11510, + "ma2": 11511, + "cos": 11512, + "code": 11513, + "demar": 11514, + "##raiz": 11515, + "##oshib": 11516, + "##ila": 11517, + "##ilin": 11518, + "##illex": 11519, + "reorgan": 11520, + "reapp": 11521, + "reversed": 11522, + "reinfor": 11523, + "suction": 11524, + "suga": 11525, + "shorel": 11526, + "chishan": 11527, + "chisi": 11528, + "chingiz": 11529, + "##atexis": 11530, + "anning": 11531, + "anqing": 11532, + "anton": 11533, + "anatexis": 11534, + "##ogens": 11535, + "bastar": 11536, + "##version": 11537, + "prod": 11538, + "##tices": 11539, + "alfred": 11540, + "bypass": 11541, + "##amay": 11542, + "exert": 11543, + "sept": 11544, + "##odes": 11545, + "##phth": 11546, + "##omed": 11547, + "##chun": 11548, + "##chlin": 11549, + "reset": 11550, + "formulation": 11551, + "acces": 11552, + "##opping": 11553, + "##oponn": 11554, + "##quan": 11555, + "geot": 11556, + "geop": 11557, + "##abases": 11558, + "plenty": 11559, + "plicati": 11560, + "compl": 11561, + "##aki": 11562, + "##akan": 11563, + "##akov": 11564, + "haoms": 11565, + "##emiao": 11566, + "##ande": 11567, + "##estone": 11568, + "contrad": 11569, + "##plinary": 11570, + "##luo": 11571, + "dialog": 11572, + "parker": 11573, + "lows": 11574, + "minute": 11575, + "##ucl": 11576, + "claim": 11577, + "enl": 11578, + "enst": 11579, + "enigm": 11580, + "subj": 11581, + "subhor": 11582, + "##ionucl": 11583, + "rely": 11584, + "moore": 11585, + "intact": 11586, + "students": 11587, + "##adal": 11588, + "unus": 11589, + "unma": 11590, + "unlo": 11591, + "incised": 11592, + "disk": 11593, + "##aping": 11594, + "interruption": 11595, + "interconn": 11596, + "intercumulus": 11597, + "intermountain": 11598, + "march": 11599, + "arb": 11600, + "##ervision": 11601, + "slit": 11602, + "slice": 11603, + "slave": 11604, + "##ersed": 11605, + "##iating": 11606, + "##ipe": 11607, + "##ipment": 11608, + "mee": 11609, + "charging": 11610, + "rechar": 11611, + "##ends": 11612, + "##enda": 11613, + "metag": 11614, + "##ghai": 11615, + "lives": 11616, + "##assing": 11617, + "structured": 11618, + "seismologic": 11619, + "springs": 11620, + "scs": 11621, + "scission": 11622, + "scaling": 11623, + "scroll": 11624, + "20s": 11625, + "##illini": 11626, + "sourcing": 11627, + "cry": 11628, + "cr2o3": 11629, + "surge": 11630, + "underwater": 11631, + "notew": 11632, + "cau": 11633, + "lithostratigraphic": 11634, + "lithostatic": 11635, + "lowering": 11636, + "##quaker": 11637, + "mantles": 11638, + "leaving": 11639, + "##ibia": 11640, + "##orden": 11641, + "facts": 11642, + "imped": 11643, + "impacted": 11644, + "weller": 11645, + "blank": 11646, + "fei": 11647, + "feather": 11648, + "1010": 11649, + "##unam": 11650, + "therein": 11651, + "explicit": 11652, + "kmd": 11653, + "hydros": 11654, + "corp": 11655, + "coroll": 11656, + "reposition": 11657, + "photic": 11658, + "phyt": 11659, + "##netifer": 11660, + "assist": 11661, + "assumes": 11662, + "assisted": 11663, + "asselian": 11664, + "apply": 11665, + "appreci": 11666, + "coming": 11667, + "mayile": 11668, + "##oster": 11669, + "centres": 11670, + "midline": 11671, + "fluidization": 11672, + "##oban": 11673, + "alongside": 11674, + "trillion": 11675, + "##athrust": 11676, + "differently": 11677, + "##partite": 11678, + "decided": 11679, + "decisive": 11680, + "observable": 11681, + "setup": 11682, + "sandbod": 11683, + "agent": 11684, + "agate": 11685, + "192": 11686, + "1931": 11687, + "1954": 11688, + "longevity": 11689, + "middlea": 11690, + "glauc": 11691, + "verify": 11692, + "matters": 11693, + "exploratory": 11694, + "complemented": 11695, + "developmental": 11696, + "micron": 11697, + "strip": 11698, + "sequentially": 11699, + "limitation": 11700, + "limbe": 11701, + "tracking": 11702, + "discard": 11703, + "mires": 11704, + "potassi": 11705, + "##ressional": 11706, + "domino": 11707, + "200m": 11708, + "200km": 11709, + "peking": 11710, + "richards": 11711, + "perfor": 11712, + "so1": 11713, + "normative": 11714, + "##huo": 11715, + "crystallising": 11716, + "notion": 11717, + "effusion": 11718, + "##hexanes": 11719, + "suppress": 11720, + "poyang": 11721, + "156": 11722, + "strad": 11723, + "ce4": 11724, + "severely": 11725, + "zha": 11726, + "zhalou": 11727, + "drastic": 11728, + "equipment": 11729, + "terminal": 11730, + "erosive": 11731, + "erode": 11732, + "eroding": 11733, + "thinking": 11734, + "deflection": 11735, + "consistently": 11736, + "##ameili": 11737, + "petrologic": 11738, + "burden": 11739, + "##hnoi": 11740, + "##yclic": 11741, + "113": 11742, + "##liers": 11743, + "palaeow": 11744, + "solve": 11745, + "solomon": 11746, + "tripartite": 11747, + "anticipated": 11748, + "huoshan": 11749, + "macrop": 11750, + "macquaker": 11751, + "##2o5": 11752, + "traceable": 11753, + "productive": 11754, + "trail": 11755, + "stratigraphically": 11756, + "141": 11757, + "1400": 11758, + "doi": 11759, + "1633": 11760, + "magnified": 11761, + "resultant": 11762, + "microcontin": 11763, + "specified": 11764, + "specimens": 11765, + "insar": 11766, + "insolu": 11767, + "sync": 11768, + "syneclise": 11769, + "137": 11770, + "baoban": 11771, + "intrudes": 11772, + "cyclo": 11773, + "confusion": 11774, + "epimet": 11775, + "epigenetic": 11776, + "##206006": 11777, + "##oxid": 11778, + "##oxia": 11779, + "greenhouse": 11780, + "50m": 11781, + "alkyl": 11782, + "ortho": 11783, + "orthoclase": 11784, + "landmass": 11785, + "dissection": 11786, + "migrates": 11787, + "carr": 11788, + "30i": 11789, + "lub": 11790, + "degraded": 11791, + "degassing": 11792, + "##itationally": 11793, + "provenances": 11794, + "deliver": 11795, + "delays": 11796, + "delaminated": 11797, + "angolan": 11798, + "porphyrobl": 11799, + "karamay": 11800, + "salts": 11801, + "##olithic": 11802, + "schum": 11803, + "shaping": 11804, + "turonian": 11805, + "prograded": 11806, + "##rupted": 11807, + "electrically": 11808, + "23t": 11809, + "unconsolidated": 11810, + "unconstrained": 11811, + "workflow": 11812, + "refertil": 11813, + "loose": 11814, + "monocl": 11815, + "probabil": 11816, + "textured": 11817, + "nipp": 11818, + "alkalis": 11819, + "ult": 11820, + "stein": 11821, + "namibia": 11822, + "favors": 11823, + "kaur": 11824, + "kaap": 11825, + "kazakh": 11826, + "pyram": 11827, + "253": 11828, + "252": 11829, + "transpressional": 11830, + "rh2": 11831, + "rhenish": 11832, + "radial": 11833, + "radionucl": 11834, + "supervision": 11835, + "300km": 11836, + "30024": 11837, + "30091": 11838, + "taklam": 11839, + "overlo": 11840, + "overloo": 11841, + "dripping": 11842, + "drivers": 11843, + "favored": 11844, + "orientated": 11845, + "##odynamics": 11846, + "focusing": 11847, + "2800": 11848, + "selecting": 11849, + "solidification": 11850, + "duplex": 11851, + "duarte": 11852, + "##oidi": 11853, + "exhibiting": 11854, + "6028": 11855, + "eventual": 11856, + "authlast": 11857, + "creation": 11858, + "cui": 11859, + "cutinite": 11860, + "cuoke": 11861, + "attracted": 11862, + "contributes": 11863, + "oxygenation": 11864, + "245": 11865, + "denudational": 11866, + "emit": 11867, + "erd": 11868, + "ergou": 11869, + "vital": 11870, + "vitrod": 11871, + "laba": 11872, + "##marks": 11873, + "stands": 11874, + "assessments": 11875, + "##uga": 11876, + "carriers": 11877, + "promont": 11878, + "collage": 11879, + "collocated": 11880, + "brick": 11881, + "morphotectonic": 11882, + "morphodynamics": 11883, + "operate": 11884, + "segregation": 11885, + "releasing": 11886, + "linearity": 11887, + "taeniate": 11888, + "##nerable": 11889, + "consequences": 11890, + "kumar": 11891, + "conductive": 11892, + "golden": 11893, + "interacted": 11894, + "concentrates": 11895, + "satpura": 11896, + "standardized": 11897, + "297": 11898, + "290": 11899, + "2917": 11900, + "approached": 11901, + "naphth": 11902, + "##ciplinary": 11903, + "frameworks": 11904, + "##ews": 11905, + "junctions": 11906, + "##ogeology": 11907, + "exclude": 11908, + "310": 11909, + "graywackes": 11910, + "jumps": 11911, + "minima": 11912, + "1000km": 11913, + "graphical": 11914, + "slowdown": 11915, + "irmm": 11916, + "joining": 11917, + "kink": 11918, + "retained": 11919, + "sealed": 11920, + "liupan": 11921, + "publish": 11922, + "algeria": 11923, + "lasting": 11924, + "massively": 11925, + "protection": 11926, + "prototype": 11927, + "ndjock": 11928, + "england": 11929, + "fails": 11930, + "apparatus": 11931, + "clustering": 11932, + "fluorescing": 11933, + "sketches": 11934, + "dongyu": 11935, + "homolog": 11936, + "icel": 11937, + "difficulties": 11938, + "015": 11939, + "introduce": 11940, + "improving": 11941, + "273": 11942, + "easier": 11943, + "korea": 11944, + "485": 11945, + "myrs": 11946, + "document": 11947, + "positioning": 11948, + "megathrust": 11949, + "437": 11950, + "galena": 11951, + "xiaojin": 11952, + "reality": 11953, + "engineered": 11954, + "certainly": 11955, + "chenghai": 11956, + "purification": 11957, + "replacing": 11958, + "##ancies": 11959, + "##ingshui": 11960, + "honghe": 11961, + "altay": 11962, + "gravitationally": 11963, + "transforming": 11964, + "spectrometers": 11965, + "515": 11966, + "511": 11967, + "##zhao": 11968, + "coincidence": 11969, + "peloponn": 11970, + "sibillini": 11971, + "individ": 11972, + "disposal": 11973, + "constituted": 11974, + "890": 11975, + "δ18ov": 11976, + "databases": 11977, + "vii": 11978, + "##ixian": 11979, + "meteor": 11980, + "concordance": 11981, + "traveltimes": 11982, + "specialists": 11983, + "synthesis": 11984, + "judge": 11985, + "sensu": 11986, + "##gaon": 11987, + "375": 11988, + "prieto": 11989, + "encaps": 11990, + "utilizing": 11991, + "requirement": 11992, + "tectonothermal": 11993, + "baltic": 11994, + "illustrates": 11995, + "enclave": 11996, + "##calyr": 11997, + "matching": 11998, + "adakites": 11999, + "1969": 12000, + "1962": 12001, + "distinguishing": 12002, + "counting": 12003, + "counted": 12004, + "mcken": 12005, + "mcdon": 12006, + "mcgar": 12007, + "##anyika": 12008, + "incorporation": 12009, + "incorporating": 12010, + "peridotites": 12011, + "sakoli": 12012, + "xingwen": 12013, + "67700": 12014, + "jianwu": 12015, + "jianshi": 12016, + "kalyani": 12017, + "kalkre": 12018, + "kilometer": 12019, + "packstone": 12020, + "procedia": 12021, + "albian": 12022, + "simplification": 12023, + "demand": 12024, + "designated": 12025, + "aquifer": 12026, + "herraiz": 12027, + "spher": 12028, + "sphere": 12029, + "spherical": 12030, + "isolation": 12031, + "summarize": 12032, + "cpetro": 12033, + "dilute": 12034, + "xiwei": 12035, + "cuttings": 12036, + "quantification": 12037, + "quantifying": 12038, + "misle": 12039, + "sulphides": 12040, + "serpentinite": 12041, + "suspected": 12042, + "badain": 12043, + "picritic": 12044, + "deforming": 12045, + "immersion": 12046, + "shihong": 12047, + "shijiazhuang": 12048, + "ignored": 12049, + "catalyst": 12050, + "catalytic": 12051, + "piec": 12052, + "##ophane": 12053, + "exsolved": 12054, + "agglomerations": 12055, + "kuj": 12056, + "kupp": 12057, + "##rilateral": 12058, + "##enthal": 12059, + "analogs": 12060, + "analogues": 12061, + "served": 12062, + "services": 12063, + "societies": 12064, + "resembl": 12065, + "colorado": 12066, + "stratiform": 12067, + "nuclei": 12068, + "dabashan": 12069, + "tanganyika": 12070, + "geotectonics": 12071, + "reproduced": 12072, + "phyllitic": 12073, + "roads": 12074, + "addressing": 12075, + "counterpart": 12076, + "harr": 12077, + "jiaoshib": 12078, + "qianjiadian": 12079, + "sses": 12080, + "receive": 12081, + "zhongxiang": 12082, + "carrying": 12083, + "adjusted": 12084, + "zeiss": 12085, + "choosing": 12086, + "pseudo": 12087, + "nandgaon": 12088, + "publication": 12089, + "sills": 12090, + "yongchuan": 12091, + "exactly": 12092, + "plunge": 12093, + "aridification": 12094, + "amalgamated": 12095, + "symmetrical": 12096, + "smoothed": 12097, + "latitudes": 12098, + "ngri": 12099, + "mechanics": 12100, + "macroscopically": 12101, + "homogenisation": 12102, + "hawaii": 12103, + "bordered": 12104, + "hoary": 12105, + "mississi": 12106, + "underlie": 12107, + "controversies": 12108, + "challenging": 12109, + "categories": 12110, + "telemark": 12111, + "stacked": 12112, + "objects": 12113, + "metavolcanics": 12114, + "bgp": 12115, + "bg01": 12116, + "mylonitic": 12117, + "δ66zna": 12118, + "##pdb": 12119, + "chromatogram": 12120, + "unreason": 12121, + "floats": 12122, + "waveforms": 12123, + "s18763804206006": 12124, + "acknowled": 12125, + "fmq": 12126, + "yaojia": 12127, + "thousand": 12128, + "##erpanes": 12129, + "clarified": 12130, + "subdued": 12131, + "collectors": 12132, + "strategies": 12133, + "overtopping": 12134, + "leucogranites": 12135, + "disturbance": 12136, + "preceding": 12137, + "attenuation": 12138, + "eccentric": 12139, + "gongxian": 12140, + "korenaga": 12141, + "ssc2": 12142, + "proceeds": 12143, + "##ifera": 12144, + "computation": 12145, + "187re": 12146, + "trajectory": 12147, + "geothermobarometry": 12148, + "conductors": 12149, + "cerro": 12150, + "titanite": 12151, + "##olidus": 12152, + "traverses": 12153, + "invoking": 12154, + "invoked": 12155, + "susceptible": 12156, + "aids": 12157, + "donato": 12158, + "garnetifer": 12159, + "language": 12160, + "seriously": 12161, + "shells": 12162, + "##osilicate": 12163, + "arenopolis": 12164, + "prevention": 12165, + "paleosols": 12166, + "temporarily": 12167, + "discrepancies": 12168, + "definition": 12169, + "##orthy": 12170, + "informative": 12171, + "aluminosilicates": 12172, + "arkoses": 12173, + "paleontological": 12174, + "percolation": 12175, + "infillings": 12176, + "delineated": 12177, + "nappe": 12178, + "advancement": 12179, + "homohopanes": 12180, + "inhibit": 12181, + "geodetic": 12182, + "topographically": 12183, + "orthogonally": 12184, + "elliptical": 12185, + "lamellae": 12186, + "nuclide": 12187, + "nuclides": 12188, + "disappeared": 12189, + "djon": 12190, + "vestig": 12191, + "rearrangement": 12192, + "##oplanet": 12193, + "entry": 12194, + "aftershocks": 12195, + "opaque": 12196, + "thermobarometry": 12197, + "thermochronological": 12198, + "discriminate": 12199, + "covariates": 12200, + "dinarides": 12201, + "fingerprints": 12202, + "cultures": 12203, + "tsunam": 12204, + "trying": 12205, + "xiannushan": 12206, + "zychlin": 12207, + "##disciplinary": 12208, + "streamp": 12209, + "##ocosomes": 12210, + "diopside": 12211, + "unexpected": 12212, + "208pb": 12213, + "crypto": 12214, + "quadrilateral": 12215, + "heavier": 12216, + "epochs": 12217, + "retreating": 12218, + "subdivisions": 12219, + "manifestation": 12220, + "corroborated": 12221, + "dismembered": 12222, + "fennoscandia": 12223, + "bauxite": 12224, + "dictated": 12225, + "kelameili": 12226, + "kailash": 12227, + "podiform": 12228, + "yttrium": 12229, + "relocation": 12230, + "slicken": 12231, + "collectively": 12232, + "strictly": 12233, + "quiescence": 12234, + "adequate": 12235, + "adcumulate": 12236, + "implementation": 12237, + "mudslide": 12238, + "palaeoclimate": 12239, + "captured": 12240, + "143nd": 12241, + "delimited": 12242, + "karakor": 12243, + "authfirstin": 12244, + "violently": 12245, + "dimensions": 12246, + "ascertained": 12247, + "cathaysia": 12248, + "appraisal": 12249, + "philippine": 12250, + "false": 12251, + "gdbs": 12252, + "gateway": 12253, + "hilly": 12254, + "mvp": 12255, + "ruled": 12256, + "savillex": 12257, + "vulnerable": 12258, + "##oropollis": 12259, + "coagulated": 12260, + "exinous": 12261, + "placer": 12262, + "gradational": 12263, + "matthews": 12264, + "scotland": 12265, + "leuocosomes": 12266, + "1980s": 12267, + "offscraping": 12268, + "xinhe1": 12269, + "psamm": 12270, + "paleoseismology": 12271, + "supersuite": 12272, + "danielsen": 12273, + "foraminifera": 12274, + "aulac": 12275, + "adiab": 12276, + "arunachal": 12277, + "bifurcation": 12278, + "badaowan": 12279, + "british": 12280, + "diterpanes": 12281, + "dudhnoi": 12282, + "dysoxic": 12283, + "fucoidi": 12284, + "gaseous": 12285, + "himachal": 12286, + "hudson": 12287, + "iccp": 12288, + "kingdom": 12289, + "myanmar": 12290, + "nquhp": 12291, + "nothing": 12292, + "pushed": 12293, + "pradesh": 12294, + "seldom": 12295, + "taupo": 12296, + "wyborn": 12297, + "xizang": 12298, + "yinshan": 12299, + "δeu": 12300, + "##fjorden": 12301, + "##artamento": 12302, + "##reviations": 12303, + "isacks": 12304, + "isobaric": 12305, + "sugaite": 12306, + "anninghe": 12307, + "antonio": 12308, + "september": 12309, + "plicatipollenites": 12310, + "dialogue": 12311, + "enigmas": 12312, + "subhoriz": 12313, + "unmapped": 12314, + "unloading": 12315, + "recharge": 12316, + "noteworthy": 12317, + "featherbed": 12318, + "corollary": 12319, + "sandbodies": 12320, + "glaucophane": 12321, + "potassium": 12322, + "zhaloule": 12323, + "163318": 12324, + "insoluble": 12325, + "cyclohexanes": 12326, + "epimetamorphic": 12327, + "probabilistic": 12328, + "kazakhstan": 12329, + "taklamakan": 12330, + "overlooked": 12331, + "60287": 12332, + "vitrodetrinite": 12333, + "dongyuemiao": 12334, + "xiaojinhe": 12335, + "peloponnese": 12336, + "mckenzie": 12337, + "mcdonough": 12338, + "mcgarr": 12339, + "kalkreuth": 12340, + "shihongtan": 12341, + "jiaoshiba": 12342, + "mississipp": 12343, + "δ66znaa": 12344, + "unreasonable": 12345, + "s1876380420600696": 12346, + "eccentricity": 12347, + "garnetiferous": 12348, + "0a": 12349, + "0166": 12350, + "1ma": 12351, + "1hf": 12352, + "1myr": 12353, + "2h": 12354, + "380": 12355, + "340": 12356, + "4d": 12357, + "418": 12358, + "5d": 12359, + "5f": 12360, + "690": 12361, + "7km": 12362, + "740": 12363, + "7ga": 12364, + "870": 12365, + "940": 12366, + "ai": 12367, + "aven": 12368, + "axi": 12369, + "b0": 12370, + "boz": 12371, + "bert": 12372, + "bub": 12373, + "bbt": 12374, + "bfb": 12375, + "c3": 12376, + "c6": 12377, + "cation": 12378, + "cyp": 12379, + "cess": 12380, + "cros": 12381, + "camb": 12382, + "c000": 12383, + "czo": 12384, + "das": 12385, + "dro": 12386, + "dang": 12387, + "d00": 12388, + "dend": 12389, + "dach": 12390, + "dher": 12391, + "dmax": 12392, + "dynam": 12393, + "eaw": 12394, + "erupt": 12395, + "eaton": 12396, + "fif": 12397, + "fib": 12398, + "file": 12399, + "fines": 12400, + "fire": 12401, + "fushan": 12402, + "fused": 12403, + "frozen": 12404, + "foster": 12405, + "gb": 12406, + "gro": 12407, + "gou": 12408, + "gts": 12409, + "gut": 12410, + "grit": 12411, + "gok": 12412, + "grate": 12413, + "gsr": 12414, + "gym": 12415, + "greek": 12416, + "gplates": 12417, + "h5": 12418, + "h1": 12419, + "hag": 12420, + "hone": 12421, + "hue": 12422, + "hope": 12423, + "hann": 12424, + "hind": 12425, + "hft": 12426, + "hfs": 12427, + "hatch": 12428, + "haci": 12429, + "hwang": 12430, + "hyster": 12431, + "hatu": 12432, + "ip": 12433, + "iter": 12434, + "igg": 12435, + "iber": 12436, + "jose": 12437, + "juan": 12438, + "k9": 12439, + "kre": 12440, + "kas": 12441, + "kent": 12442, + "kol": 12443, + "kang": 12444, + "kay": 12445, + "khan": 12446, + "kron": 12447, + "kwh": 12448, + "koral": 12449, + "kitch": 12450, + "ll": 12451, + "lend": 12452, + "lcc": 12453, + "lai": 12454, + "liss": 12455, + "listing": 12456, + "linds": 12457, + "mq": 12458, + "mma": 12459, + "mish": 12460, + "mention": 12461, + "mingshui": 12462, + "nj": 12463, + "nich": 12464, + "nall": 12465, + "name": 12466, + "nano": 12467, + "n20": 12468, + "naga": 12469, + "nsw": 12470, + "nested": 12471, + "ot": 12472, + "oroc": 12473, + "oval": 12474, + "posed": 12475, + "pose": 12476, + "pyrox": 12477, + "pfa": 12478, + "paying": 12479, + "p2o5": 12480, + "qf": 12481, + "ry": 12482, + "rao": 12483, + "ryan": 12484, + "rrand": 12485, + "sb": 12486, + "sti": 12487, + "ses": 12488, + "sent": 12489, + "sri": 12490, + "siti": 12491, + "sob": 12492, + "syl": 12493, + "sigm": 12494, + "tail": 12495, + "uru": 12496, + "von": 12497, + "vag": 12498, + "vine": 12499, + "vene": 12500, + "vents": 12501, + "vectors": 12502, + "wr": 12503, + "want": 12504, + "wings": 12505, + "xw": 12506, + "xy": 12507, + "xz": 12508, + "xial": 12509, + "xks": 12510, + "xush": 12511, + "yk": 12512, + "zi": 12513, + "za": 12514, + "zang": 12515, + "zao": 12516, + "zigong": 12517, + "μw": 12518, + "##uh": 12519, + "##uel": 12520, + "##usive": 12521, + "##uish": 12522, + "##utian": 12523, + "##ufact": 12524, + "##lock": 12525, + "##iet": 12526, + "##ius": 12527, + "##nar": 12528, + "##nace": 12529, + "##gl": 12530, + "##gra": 12531, + "##gion": 12532, + "##garh": 12533, + "##een": 12534, + "##ezi": 12535, + "##c0": 12536, + "##cated": 12537, + "##cio": 12538, + "##o3": 12539, + "##ss": 12540, + "##sation": 12541, + "##ssal": 12542, + "##tas": 12543, + "##top": 12544, + "##rater": 12545, + "##hen": 12546, + "##hop": 12547, + "##hadka": 12548, + "##wid": 12549, + "##aum": 12550, + "##din": 12551, + "##dynamic": 12552, + "##dila": 12553, + "##min": 12554, + "##mann": 12555, + "##mushan": 12556, + "##ysi": 12557, + "##yong": 12558, + "##yok": 12559, + "##yka": 12560, + "##pris": 12561, + "##persed": 12562, + "##pipe": 12563, + "##3o": 12564, + "##2si": 12565, + "##87": 12566, + "##85": 12567, + "##59": 12568, + "##519": 12569, + "##f1": 12570, + "##fing": 12571, + "##ften": 12572, + "##670": 12573, + "##br": 12574, + "##bar": 12575, + "##bel": 12576, + "##bec": 12577, + "##bet": 12578, + "##bons": 12579, + "##zu": 12580, + "##za": 12581, + "##zar": 12582, + "##zing": 12583, + "##41": 12584, + "##qiang": 12585, + "##js": 12586, + "##jie": 12587, + "##juri": 12588, + "##kul": 12589, + "##kir": 12590, + "##xia": 12591, + "##xue": 12592, + "##x12": 12593, + "##vada": 12594, + "thro": 12595, + "thir": 12596, + "thom": 12597, + "thaw": 12598, + "thessal": 12599, + "##oni": 12600, + "##ony": 12601, + "##oned": 12602, + "##onically": 12603, + "##eror": 12604, + "##erst": 12605, + "##esi": 12606, + "##estion": 12607, + "##ink": 12608, + "##inar": 12609, + "##ineral": 12610, + "##inites": 12611, + "##enberg": 12612, + "##alts": 12613, + "##alai": 12614, + "##ndepositional": 12615, + "offic": 12616, + "##orously": 12617, + "##ani": 12618, + "##analysis": 12619, + "##atop": 12620, + "##atology": 12621, + "ing": 12622, + "inade": 12623, + "inboard": 12624, + "##aren": 12625, + "##arian": 12626, + "##arwal": 12627, + "##arithm": 12628, + "##rey": 12629, + "##reed": 12630, + "##retions": 12631, + "##reced": 12632, + "##itz": 12633, + "##itant": 12634, + "##itage": 12635, + "##itao": 12636, + "##asse": 12637, + "##asian": 12638, + "##assem": 12639, + "##road": 12640, + "##ison": 12641, + "##isch": 12642, + "##lek": 12643, + "##olf": 12644, + "##olis": 12645, + "##oling": 12646, + "##oline": 12647, + "##ollect": 12648, + "##thesis": 12649, + "##acular": 12650, + "##acaran": 12651, + "##urations": 12652, + "##urga": 12653, + "##etres": 12654, + "stock": 12655, + "stach": 12656, + "stau": 12657, + "##ithms": 12658, + "isua": 12659, + "conifers": 12660, + "##oco": 12661, + "##occo": 12662, + "##igmatic": 12663, + "##igaiti": 12664, + "fort": 12665, + "##imensional": 12666, + "madi": 12667, + "maigaiti": 12668, + "coking": 12669, + "cogenetic": 12670, + "dead": 12671, + "deals": 12672, + "dejiang": 12673, + "##idong": 12674, + "##idhar": 12675, + "##idoblastic": 12676, + "##idriti": 12677, + "##idhang": 12678, + "##osic": 12679, + "##osat": 12680, + "##tinites": 12681, + "##iler": 12682, + "##ilst": 12683, + "##ilities": 12684, + "rees": 12685, + "reju": 12686, + "sukh": 12687, + "shim": 12688, + "shill": 12689, + "shun": 12690, + "shots": 12691, + "ask": 12692, + "chile": 12693, + "animal": 12694, + "anjiang": 12695, + "anidriti": 12696, + "##romagnetic": 12697, + "##ogelinite": 12698, + "baseline": 12699, + "##agal": 12700, + "##aglia": 12701, + "##agnes": 12702, + "promp": 12703, + "prove": 12704, + "albe": 12705, + "##amsan": 12706, + "##amalai": 12707, + "exces": 12708, + "exogenic": 12709, + "whilst": 12710, + "ont": 12711, + "##odu": 12712, + "##odong": 12713, + "##odocarp": 12714, + "##physical": 12715, + "##omar": 12716, + "##omanian": 12717, + "##omitant": 12718, + "ori": 12719, + "##umu": 12720, + "##umn": 12721, + "##umenting": 12722, + "##ched": 12723, + "##uda": 12724, + "##udinal": 12725, + "##ectonically": 12726, + "resins": 12727, + "reserve": 12728, + "actions": 12729, + "##ichm": 12730, + "geopol": 12731, + "geobar": 12732, + "##abst": 12733, + "ples": 12734, + "plough": 12735, + "compet": 12736, + "compact": 12737, + "computing": 12738, + "depic": 12739, + "departamento": 12740, + "##akpur": 12741, + "##akala": 12742, + "##akowski": 12743, + "##utan": 12744, + "##utable": 12745, + "##utai": 12746, + "##ante": 12747, + "##eman": 12748, + "##emyeong": 12749, + "##istane": 12750, + "##isturbed": 12751, + "##istostrom": 12752, + "highway": 12753, + "##atitic": 12754, + "##ologists": 12755, + "##izations": 12756, + "tectocl": 12757, + "##estones": 12758, + "##plish": 12759, + "##geo": 12760, + "##0000": 12761, + "indis": 12762, + "indisting": 12763, + "##lue": 12764, + "##lusive": 12765, + "dian": 12766, + "diach": 12767, + "dietz": 12768, + "neill": 12769, + "nept": 12770, + "neote": 12771, + "nevada": 12772, + "##iani": 12773, + "##iana": 12774, + "colon": 12775, + "colors": 12776, + "##ucing": 12777, + "##ucengshan": 12778, + "click": 12779, + "ensem": 12780, + "ensu": 12781, + "enjo": 12782, + "envis": 12783, + "enjoy": 12784, + "enigmatic": 12785, + "subei": 12786, + "subasio": 12787, + "suboxid": 12788, + "##acea": 12789, + "moons": 12790, + "##user": 12791, + "##adhadka": 12792, + "module": 12793, + "unav": 12794, + "unless": 12795, + "unequ": 12796, + "unifying": 12797, + "disord": 12798, + "dissim": 12799, + "disequ": 12800, + "##apsh": 12801, + "##eritic": 12802, + "intermedi": 12803, + "interseismic": 12804, + "interrog": 12805, + "interlock": 12806, + "interfing": 12807, + "marnos": 12808, + "##weight": 12809, + "##asta": 12810, + "arf": 12811, + "argen": 12812, + "arising": 12813, + "regul": 12814, + "usage": 12815, + "abras": 12816, + "##erson": 12817, + "matyani": 12818, + "geologia": 12819, + "charred": 12820, + "charged": 12821, + "recuper": 12822, + "valtop": 12823, + "object": 12824, + "##sover": 12825, + "fracability": 12826, + "##oungo": 12827, + "seismotectonic": 12828, + "seismometers": 12829, + "seismogeology": 12830, + "tewari": 12831, + "teichm": 12832, + "spiti": 12833, + "spring": 12834, + "spider": 12835, + "sps5": 12836, + "##epet": 12837, + "scan": 12838, + "scra": 12839, + "scotia": 12840, + "scaglia": 12841, + "20m": 12842, + "undisturbed": 12843, + "##iller": 12844, + "##gger": 12845, + "crater": 12846, + "surpris": 12847, + "underestimated": 12848, + "preex": 12849, + "overg": 12850, + "oversteep": 12851, + "extrater": 12852, + "quiet": 12853, + "caution": 12854, + "capped": 12855, + "calend": 12856, + "lithostratig": 12857, + "lithostratigraphy": 12858, + "detector": 12859, + "##icked": 12860, + "##ibbe": 12861, + "aden": 12862, + "granophy": 12863, + "imping": 12864, + "imprint": 12865, + "locus": 12866, + "feb": 12867, + "1050": 12868, + "10km": 12869, + "1080": 12870, + "1030": 12871, + "petrophysical": 12872, + "##yden": 12873, + "characterizing": 12874, + "paleost": 12875, + "paleotectonic": 12876, + "paleored": 12877, + "paleomagne": 12878, + "paleostress": 12879, + "paleodepositional": 12880, + "sims": 12881, + "simakov": 12882, + "##une": 12883, + "##unga": 12884, + "prp": 12885, + "pristane": 12886, + "kmb": 12887, + "##ensation": 12888, + "hydration": 12889, + "coring": 12890, + "##ondensation": 12891, + "physi": 12892, + "##ynthesis": 12893, + "##erator": 12894, + "maybe": 12895, + "carbonatites": 12896, + "whereby": 12897, + "afc": 12898, + "twenty": 12899, + "marginally": 12900, + "sino": 12901, + "silting": 12902, + "##obot": 12903, + "##obei": 12904, + "##vik": 12905, + "##vium": 12906, + "calcare": 12907, + "##ocheng": 12908, + "blockage": 12909, + "##rains": 12910, + "truly": 12911, + "uprak": 12912, + "updated": 12913, + "deepened": 12914, + "##genic": 12915, + "decon": 12916, + "decondensation": 12917, + "##oured": 12918, + "observational": 12919, + "sandu": 12920, + "aged": 12921, + "agarwal": 12922, + "agreed": 12923, + "194": 12924, + "longest": 12925, + "longtan": 12926, + "upland": 12927, + "territ": 12928, + "concretions": 12929, + "concomitant": 12930, + "glut": 12931, + "glide": 12932, + "gloss": 12933, + "doming": 12934, + "transect": 12935, + "transcontinental": 12936, + "outliers": 12937, + "##olev": 12938, + "explorations": 12939, + "hex20": 12940, + "hefei": 12941, + "geochem": 12942, + "##bert": 12943, + "##pection": 12944, + "##aire": 12945, + "micros": 12946, + "strips": 12947, + "flowed": 12948, + "desm": 12949, + "##blocks": 12950, + "oceanward": 12951, + "redbed": 12952, + "allied": 12953, + "lime": 12954, + "limno": 12955, + "mixtures": 12956, + "profound": 12957, + "constru": 12958, + "constric": 12959, + "floral": 12960, + "manjia": 12961, + "manufact": 12962, + "easternmost": 12963, + "20000": 12964, + "precol": 12965, + "##encia": 12966, + "furnace": 12967, + "oils": 12968, + "richer": 12969, + "perhydrous": 12970, + "perimeter": 12971, + "jurdy": 12972, + "soften": 12973, + "##huoh": 12974, + "crystallise": 12975, + "noting": 12976, + "nova": 12977, + "methyl": 12978, + "12a": 12979, + "121a": 12980, + "palin": 12981, + "effusive": 12982, + "rui": 12983, + "##head": 12984, + "supple": 12985, + "poik": 12986, + "poisson": 12987, + "15km": 12988, + "orogenies": 12989, + "afterward": 12990, + "corrections": 12991, + "##uchang": 12992, + "strait": 12993, + "determinations": 12994, + "suggestions": 12995, + "ce3": 12996, + "averages": 12997, + "zhiy": 12998, + "histogram": 12999, + "##hedrally": 13000, + "equals": 13001, + "termination": 13002, + "archeancrustalevolution": 13003, + "identifiable": 13004, + "primabst": 13005, + "guadal": 13006, + "meantime": 13007, + "##teen": 13008, + "petrologically": 13009, + "simulating": 13010, + "mesopores": 13011, + "mesoto": 13012, + "burano": 13013, + "##ycomb": 13014, + "118": 13015, + "soling": 13016, + "likewise": 13017, + "##oclasts": 13018, + "100km": 13019, + "huax": 13020, + "huaying": 13021, + "capacities": 13022, + "supertidal": 13023, + "respects": 13024, + "186": 13025, + "1896": 13026, + "keys": 13027, + "initio": 13028, + "nwa": 13029, + "traverse": 13030, + "##issance": 13031, + "##echnical": 13032, + "147": 13033, + "142": 13034, + "146": 13035, + "163": 13036, + "169": 13037, + "1612": 13038, + "1690": 13039, + "1615": 13040, + "postcollisional": 13041, + "biotites": 13042, + "bioassem": 13043, + "sira": 13044, + "siwal": 13045, + "southwesterly": 13046, + "##tenes": 13047, + "investigators": 13048, + "microseismic": 13049, + "microblocks": 13050, + "ending": 13051, + "endogenic": 13052, + "##facing": 13053, + "backward": 13054, + "backsc": 13055, + "speculated": 13056, + "affil": 13057, + "inspection": 13058, + "syngenetic": 13059, + "139": 13060, + "138": 13061, + "opx": 13062, + "intruding": 13063, + "chemicals": 13064, + "confining": 13065, + "predom": 13066, + "hydroge": 13067, + "hydrotherm": 13068, + "hydrogeology": 13069, + "hydrodynamic": 13070, + "##207": 13071, + "##20x5": 13072, + "reacted": 13073, + "correspondence": 13074, + "srtm": 13075, + "sridhar": 13076, + "50km": 13077, + "178": 13078, + "174": 13079, + "1712": 13080, + "discussions": 13081, + "cargo": 13082, + "carey": 13083, + "caribbe": 13084, + "yangluo": 13085, + "30ma": 13086, + "##atised": 13087, + "analytic": 13088, + "analyse": 13089, + "deltas": 13090, + "angios": 13091, + "porphyries": 13092, + "karwar": 13093, + "apex": 13094, + "downwar": 13095, + "downgoing": 13096, + "downwards": 13097, + "downthrown": 13098, + "salem": 13099, + "turns": 13100, + "closes": 13101, + "closures": 13102, + "closepet": 13103, + "amphibol": 13104, + "progression": 13105, + "electromagnetic": 13106, + "##aregion": 13107, + "232": 13108, + "2380": 13109, + "ells": 13110, + "40ma": 13111, + "worked": 13112, + "workable": 13113, + "classify": 13114, + "songpan": 13115, + "succeed": 13116, + "mono": 13117, + "month": 13118, + "months": 13119, + "monocrystalline": 13120, + "##ubduction": 13121, + "outcome": 13122, + "outcomes": 13123, + "euxin": 13124, + "##18x20": 13125, + "##cedony": 13126, + "pyeong": 13127, + "universities": 13128, + "inversely": 13129, + "laterite": 13130, + "linares": 13131, + "tanakpur": 13132, + "cenomanian": 13133, + "sulfate": 13134, + "bulges": 13135, + "neglected": 13136, + "royden": 13137, + "##ique": 13138, + "unconformable": 13139, + "rhudd": 13140, + "##kmark": 13141, + "radical": 13142, + "radiation": 13143, + "damming": 13144, + "damaged": 13145, + "grown": 13146, + "days": 13147, + "daying": 13148, + "##egradation": 13149, + "maturation": 13150, + "driver": 13151, + "drives": 13152, + "edward": 13153, + "weix20": 13154, + "substit": 13155, + "substitute": 13156, + "subsolidus": 13157, + "alterations": 13158, + "283": 13159, + "285": 13160, + "constrains": 13161, + "solids": 13162, + "dua": 13163, + "##yla": 13164, + "spectacular": 13165, + "farther": 13166, + "needle": 13167, + "rcal": 13168, + "##full": 13169, + "contribut": 13170, + "fragment": 13171, + "hypers": 13172, + "hypoxic": 13173, + "hypocent": 13174, + "##clockwise": 13175, + "steepened": 13176, + "246": 13177, + "2400": 13178, + "2491": 13179, + "2495": 13180, + "recognize": 13181, + "222": 13182, + "emorb": 13183, + "analyzes": 13184, + "bandwid": 13185, + "ern": 13186, + "approximation": 13187, + "standpipe": 13188, + "00020": 13189, + "000years": 13190, + "00005": 13191, + "barometer": 13192, + "cooler": 13193, + "collins": 13194, + "collaps": 13195, + "broke": 13196, + "flooded": 13197, + "ak1": 13198, + "linearly": 13199, + "forelandbasins": 13200, + "tahe": 13201, + "wangmushan": 13202, + "pathway": 13203, + "##80713": 13204, + "centered": 13205, + "264": 13206, + "##sha": 13207, + "southeastward": 13208, + "exhal": 13209, + "integrating": 13210, + "295": 13211, + "2918": 13212, + "zn2": 13213, + "pave": 13214, + "##ogether": 13215, + "commenced": 13216, + "3303": 13217, + "funginite": 13218, + "felspathic": 13219, + "syndepositional": 13220, + "flats": 13221, + "geologica": 13222, + "qinglong": 13223, + "tianjin": 13224, + "connections": 13225, + "specifications": 13226, + "80ma": 13227, + "tuoli": 13228, + "tuzo": 13229, + "strengths": 13230, + "100045": 13231, + "humotelinite": 13232, + "intersect": 13233, + "intersected": 13234, + "interspersed": 13235, + "476": 13236, + "474": 13237, + "demonstration": 13238, + "irs": 13239, + "irre": 13240, + "##ivable": 13241, + "boasts": 13242, + "documenting": 13243, + "tended": 13244, + "outermost": 13245, + "2023": 13246, + "fanx20": 13247, + "holland": 13248, + "holbro": 13249, + "conceivable": 13250, + "protoplanet": 13251, + "intrabasinal": 13252, + "permeable": 13253, + "failures": 13254, + "cruises": 13255, + "##1210": 13256, + "jiangxi": 13257, + "skyl": 13258, + "diffract": 13259, + "##upe": 13260, + "##hajiang": 13261, + "device": 13262, + "00i": 13263, + "007": 13264, + "005": 13265, + "0070": 13266, + "00177": 13267, + "014": 13268, + "callovian": 13269, + "acids": 13270, + "272": 13271, + "yellowstone": 13272, + "easterly": 13273, + "48i": 13274, + "5600": 13275, + "arguing": 13276, + "argument": 13277, + "accompany": 13278, + "436": 13279, + "431": 13280, + "150km": 13281, + "##zehu": 13282, + "1060": 13283, + "microscopical": 13284, + "realize": 13285, + "views": 13286, + "viewpoints": 13287, + "521": 13288, + "emperor": 13289, + "photmic": 13290, + "ferrous": 13291, + "purplish": 13292, + "replace": 13293, + "rimward": 13294, + "tongues": 13295, + "tongzi": 13296, + "tongren": 13297, + "##porites": 13298, + "halfaya": 13299, + "hongzehu": 13300, + "altogether": 13301, + "rupturing": 13302, + "538": 13303, + "5192": 13304, + "##zhen": 13305, + "coincided": 13306, + "comprehensively": 13307, + "southeasternand": 13308, + "finalized": 13309, + "necessity": 13310, + "logarithm": 13311, + "runoff": 13312, + "##6026": 13313, + "susong": 13314, + "348": 13315, + "341": 13316, + "destabil": 13317, + "##jiaren": 13318, + "disputed": 13319, + "978": 13320, + "jinx20": 13321, + "configurations": 13322, + "7586": 13323, + "mkomole": 13324, + "viable": 13325, + "##ixiang": 13326, + "preference": 13327, + "preferential": 13328, + "preparations": 13329, + "draw": 13330, + "snapsh": 13331, + "tengger": 13332, + "madura": 13333, + "madras": 13334, + "electrons": 13335, + "instruments": 13336, + "programmed": 13337, + "629": 13338, + "bonding": 13339, + "guangyou": 13340, + "persist": 13341, + "persisted": 13342, + "thirds": 13343, + "hiatus": 13344, + "raver": 13345, + "raise": 13346, + "reviewed": 13347, + "enclosing": 13348, + "dislocations": 13349, + "offsetting": 13350, + "rigorously": 13351, + "##erotinite": 13352, + "overlaid": 13353, + "overlapped": 13354, + "gondwanaland": 13355, + "annals": 13356, + "annoura": 13357, + "alluvium": 13358, + "evaporative": 13359, + "supergene": 13360, + "superimposition": 13361, + "xinghuo": 13362, + "attempting": 13363, + "conditionally": 13364, + "7890": 13365, + "8500": 13366, + "ionization": 13367, + "ionisation": 13368, + "kalakala": 13369, + "kalunga": 13370, + "calibrate": 13371, + "442": 13372, + "932": 13373, + "fuels": 13374, + "packed": 13375, + "##boa": 13376, + "##book": 13377, + "reliably": 13378, + "simpler": 13379, + "optimum": 13380, + "improvement": 13381, + "improvements": 13382, + "priori": 13383, + "digestion": 13384, + "monitor": 13385, + "monitored": 13386, + "aquatic": 13387, + "nilson": 13388, + "roundness": 13389, + "summarised": 13390, + "05002": 13391, + "freshly": 13392, + "freshwater": 13393, + "xiong": 13394, + "##199": 13395, + "##19x10": 13396, + "##196026": 13397, + "interlayers": 13398, + "batholithic": 13399, + "facilitating": 13400, + "841000": 13401, + "jiucengshan": 13402, + "taiwan": 13403, + "uniformly": 13404, + "quantify": 13405, + "1500km": 13406, + "relevance": 13407, + "confirming": 13408, + "94m": 13409, + "goals": 13410, + "missions": 13411, + "##cutuca": 13412, + "##kerboard": 13413, + "projections": 13414, + "resolving": 13415, + "intercalations": 13416, + "1979": 13417, + "1978": 13418, + "heads": 13419, + "1807": 13420, + "suspect": 13421, + "oscillations": 13422, + "cf1": 13423, + "crack": 13424, + "picro": 13425, + "picture": 13426, + "feeding": 13427, + "magnesite": 13428, + "magnesium": 13429, + "branched": 13430, + "branching": 13431, + "eustasy": 13432, + "santosh": 13433, + "##nosperm": 13434, + "##00247": 13435, + "macroseismic": 13436, + "banlek": 13437, + "khad": 13438, + "##uktagh": 13439, + "##qiu": 13440, + "##imba": 13441, + "altitudes": 13442, + "neotectonics": 13443, + "ignoring": 13444, + "771": 13445, + "pii": 13446, + "piece": 13447, + "adopt": 13448, + "straightfor": 13449, + "zhenjiang": 13450, + "repeatedly": 13451, + "aster": 13452, + "milit": 13453, + "milestones": 13454, + "readings": 13455, + "analogy": 13456, + "maintains": 13457, + "elevates": 13458, + "elevational": 13459, + "algorithms": 13460, + "serpentinites": 13461, + "robinson": 13462, + "sq5": 13463, + "yijiaren": 13464, + "depocentres": 13465, + "prevailed": 13466, + "micropetrographic": 13467, + "emergent": 13468, + "pillows": 13469, + "xiangyin": 13470, + "##hanics": 13471, + "prolong": 13472, + "reproduc": 13473, + "reprocess": 13474, + "removes": 13475, + "satellites": 13476, + "bituminite": 13477, + "counterclockwise": 13478, + "684": 13479, + "bhutan": 13480, + "lisboa": 13481, + "lisimba": 13482, + "rarity": 13483, + "##lastics": 13484, + "##axial": 13485, + "coordinated": 13486, + "coordinate": 13487, + "season": 13488, + "plasticity": 13489, + "fluctuating": 13490, + "paleoearthquakes": 13491, + "emphasized": 13492, + "purely": 13493, + "choice": 13494, + "checkerboard": 13495, + "##omorphology": 13496, + "happens": 13497, + "sclerotinite": 13498, + "expressions": 13499, + "performing": 13500, + "743": 13501, + "durations": 13502, + "s300": 13503, + "yongxin": 13504, + "deviate": 13505, + "deviations": 13506, + "geolas": 13507, + "districts": 13508, + "assigning": 13509, + "smoothing": 13510, + "infiltrate": 13511, + "tholeiites": 13512, + "binder": 13513, + "parentage": 13514, + "hawaiites": 13515, + "dingshan": 13516, + "german": 13517, + "lobes": 13518, + "nsf": 13519, + "shuwei": 13520, + "geographically": 13521, + "speeds": 13522, + "implicit": 13523, + "pegmatitic": 13524, + "zhengan": 13525, + "superposed": 13526, + "biodegradation": 13527, + "monzon": 13528, + "visualized": 13529, + "communicate": 13530, + "densinite": 13531, + "ramgarh": 13532, + "##afdi": 13533, + "automated": 13534, + "azimuthal": 13535, + "##kelike": 13536, + "deducing": 13537, + "mushes": 13538, + "wenqing": 13539, + "##tectonics": 13540, + "seeps": 13541, + "intraregion": 13542, + "unrelated": 13543, + "occasional": 13544, + "hypothesized": 13545, + "s18763804196026": 13546, + "metapelite": 13547, + "ladakh": 13548, + "lignites": 13549, + "ogorel": 13550, + "##alytical": 13551, + "contractional": 13552, + "clarify": 13553, + "collector": 13554, + "polycyclic": 13555, + "geomechanics": 13556, + "circularity": 13557, + "assimilate": 13558, + "assimilant": 13559, + "achievements": 13560, + "brush": 13561, + "hammer": 13562, + "kinetics": 13563, + "samrock": 13564, + "tentative": 13565, + "zk3": 13566, + "##boni": 13567, + "##borne": 13568, + "markers": 13569, + "volumetric": 13570, + "empirically": 13571, + "##rographies": 13572, + "metabasites": 13573, + "metabasalt": 13574, + "bacteria": 13575, + "morocco": 13576, + "ranking": 13577, + "zambezi": 13578, + "##buil": 13579, + "andersen": 13580, + "stromatolite": 13581, + "stromatolites": 13582, + "stromatolithic": 13583, + "anhydrous": 13584, + "extinct": 13585, + "delayed": 13586, + "advantages": 13587, + "hierarchy": 13588, + "aeronian": 13589, + "aeromagnetic": 13590, + "dacitic": 13591, + "grossular": 13592, + "pinch": 13593, + "social": 13594, + "satisfy": 13595, + "zengmu": 13596, + "##guer": 13597, + "subtracting": 13598, + "subtropical": 13599, + "arenacea": 13600, + "sl0930": 13601, + "sl0931": 13602, + "sl0929": 13603, + "temporally": 13604, + "imbricated": 13605, + "rajesh": 13606, + "ethiopia": 13607, + "boulder": 13608, + "james": 13609, + "kuruktagh": 13610, + "lanzhou": 13611, + "lingtai": 13612, + "offers": 13613, + "cosmic": 13614, + "ships": 13615, + "diatom": 13616, + "arkosic": 13617, + "upwarp": 13618, + "delineate": 13619, + "griffith": 13620, + "opportunities": 13621, + "sporadically": 13622, + "cleaned": 13623, + "prevented": 13624, + "610500": 13625, + "ailao": 13626, + "ailaoshan": 13627, + "gyemyeong": 13628, + "lf1": 13629, + "munjuri": 13630, + "vlfe": 13631, + "##gangri": 13632, + "foreset": 13633, + "mathematic": 13634, + "undulating": 13635, + "undulatory": 13636, + "microgran": 13637, + "micrograph": 13638, + "reconciled": 13639, + "235u": 13640, + "ellipso": 13641, + "nanhuana": 13642, + "bouguer": 13643, + "casas": 13644, + "djoungo": 13645, + "kongling": 13646, + "olistostrom": 13647, + "vesic": 13648, + "shifting": 13649, + "unpreced": 13650, + "sparry": 13651, + "obscure": 13652, + "allochthonous": 13653, + "aftershock": 13654, + "opaques": 13655, + "thermochronology": 13656, + "installed": 13657, + "dinaric": 13658, + "advantageous": 13659, + "bombdila": 13660, + "davies": 13661, + "gathered": 13662, + "gathering": 13663, + "hbd": 13664, + "leco": 13665, + "route": 13666, + "routes": 13667, + "vacuum": 13668, + "woyla": 13669, + "wander": 13670, + "wanding": 13671, + "##jee": 13672, + "condensate": 13673, + "copper": 13674, + "resurfacing": 13675, + "survive": 13676, + "adaption": 13677, + "complementary": 13678, + "equatorial": 13679, + "multicollect": 13680, + "keeping": 13681, + "hydrological": 13682, + "absorbs": 13683, + "dramatically": 13684, + "camerino": 13685, + "centimetres": 13686, + "s2096519": 13687, + "cubic": 13688, + "dwyka": 13689, + "kohle": 13690, + "mashu": 13691, + "pannonian": 13692, + "quebec": 13693, + "yy3": 13694, + "disagree": 13695, + "expedition": 13696, + "settlement": 13697, + "transmission": 13698, + "outbursts": 13699, + "cyclicity": 13700, + "dissolve": 13701, + "cartosat": 13702, + "framboidal": 13703, + "bathymetry": 13704, + "##10280713": 13705, + "cataclastic": 13706, + "ignimbrite": 13707, + "extrapolated": 13708, + "s1876380418300247": 13709, + "leucosome": 13710, + "illuminate": 13711, + "dauphas": 13712, + "harzburgites": 13713, + "bamble": 13714, + "cjfs": 13715, + "echo": 13716, + "gonamsan": 13717, + "giria": 13718, + "jinshajiang": 13719, + "kosakowski": 13720, + "katian": 13721, + "lampro": 13722, + "lepidoblastic": 13723, + "mossman": 13724, + "pindar": 13725, + "qianglu": 13726, + "zhanjiang": 13727, + "##21x12": 13728, + "chalcedony": 13729, + "resonance": 13730, + "hampers": 13731, + "cannanoropollis": 13732, + "seismographs": 13733, + "texas": 13734, + "additions": 13735, + "limnic": 13736, + "solvents": 13737, + "financially": 13738, + "2900km": 13739, + "narakode": 13740, + "277416": 13741, + "megacryst": 13742, + "s0140670": 13743, + "watsonville": 13744, + "##represent": 13745, + "polymorphs": 13746, + "physicochemical": 13747, + "dharmadhadka": 13748, + "hindered": 13749, + "jadeitites": 13750, + "friendly": 13751, + "vertebrate": 13752, + "lherzolite": 13753, + "unambiguous": 13754, + "disintegration": 13755, + "pennsylvania": 13756, + "aperture": 13757, + "bengal": 13758, + "culm": 13759, + "mianlue": 13760, + "massiccio": 13761, + "pockmarks": 13762, + "sentin": 13763, + "tiekelike": 13764, + "wackestone": 13765, + "xibeikul": 13766, + "yulong": 13767, + "δdv": 13768, + "##oniki": 13769, + "##anticline": 13770, + "inundation": 13771, + "mammal": 13772, + "demarcated": 13773, + "reinforce": 13774, + "accessible": 13775, + "geotechnical": 13776, + "enstatite": 13777, + "unusually": 13778, + "impedance": 13779, + "hydrosphere": 13780, + "corpogelinite": 13781, + "assistance": 13782, + "stripes": 13783, + "lubeng": 13784, + "schumm": 13785, + "monoclinic": 13786, + "pyramid": 13787, + "radionuclides": 13788, + "promontory": 13789, + "297years": 13790, + "iceland": 13791, + "misleading": 13792, + "pieces": 13793, + "kuppa": 13794, + "resembled": 13795, + "streampower": 13796, + "psammitic": 13797, + "adiabatic": 13798, + "subhorizontal": 13799, + "b084": 13800, + "bfbc": 13801, + "cyprus": 13802, + "cessation": 13803, + "crossover": 13804, + "cambay": 13805, + "dashed": 13806, + "d0010": 13807, + "dendritic": 13808, + "dherboni": 13809, + "eawm": 13810, + "fifth": 13811, + "gutenberg": 13812, + "gokyo": 13813, + "grateful": 13814, + "gymnosperm": 13815, + "honeycomb": 13816, + "hinders": 13817, + "hfses": 13818, + "hacienda": 13819, + "hwanggangri": 13820, + "hysteresis": 13821, + "iggcas": 13822, + "iberian": 13823, + "k956": 13824, + "koralpe": 13825, + "lindsley": 13826, + "nallamalai": 13827, + "sitian": 13828, + "sobolev": 13829, + "urucutuca": 13830, + "xialafdi": 13831, + "zangbo": 13832, + "zaohuoh": 13833, + "##uishable": 13834, + "thessaloniki": 13835, + "office": 13836, + "##atopodocarp": 13837, + "inadequ": 13838, + "rejuven": 13839, + "shillong": 13840, + "albeit": 13841, + "geopolym": 13842, + "geobarometer": 13843, + "tectoclases": 13844, + "indistinguishable": 13845, + "diachron": 13846, + "neptune": 13847, + "neoteth": 13848, + "enjoys": 13849, + "disordered": 13850, + "dissimilar": 13851, + "disequilib": 13852, + "intermediary": 13853, + "interlocking": 13854, + "argentina": 13855, + "recuperation": 13856, + "valtopina": 13857, + "extraterrestrial": 13858, + "lithostratigraphically": 13859, + "paleoredox": 13860, + "paleomagnetism": 13861, + "physiography": 13862, + "uprakot": 13863, + "hex2019x10": 13864, + "manjiaer": 13865, + "softening": 13866, + "poikil": 13867, + "zhiyong": 13868, + "guadalupe": 13869, + "bioassembl": 13870, + "backscat": 13871, + "hydrothermally": 13872, + "##20x513": 13873, + "caribbean": 13874, + "angiosperm": 13875, + "ellsworth": 13876, + "euxinic": 13877, + "##18x204": 13878, + "rhuddanian": 13879, + "weix2021x12": 13880, + "bandwidth": 13881, + "collapses": 13882, + "fanx2018x204": 13883, + "holbrook": 13884, + "photmicrographies": 13885, + "logarithmic": 13886, + "jinx2020x513": 13887, + "xinghuo1": 13888, + "7890a": 13889, + "050021": 13890, + "straightforward": 13891, + "intraregional": 13892, + "s1876380419602624": 13893, + "ogorelec": 13894, + "gyemyeongsan": 13895, + "mathematically": 13896, + "olistostromes": 13897, + "unprecedented": 13898, + "multicollector": 13899, + "s209651922": 13900, + "##102807135": 13901, + "s0140670102807135": 13902, + "xibeikulasi": 13903, + "zaohuohao": 13904, + "##atopodocarpites": 13905, + "hex2019x1051": 13906, + "weix2021x1289": 13907, + "0g": 13908, + "0ga": 13909, + "1st": 13910, + "2m": 13911, + "270": 13912, + "3m": 13913, + "4i": 13914, + "4h": 13915, + "4f": 13916, + "480": 13917, + "470": 13918, + "412": 13919, + "430": 13920, + "5i": 13921, + "5e": 13922, + "5m": 13923, + "5ga": 13924, + "5mw": 13925, + "6g": 13926, + "7i": 13927, + "7th": 13928, + "720": 13929, + "780": 13930, + "7000": 13931, + "8b": 13932, + "8km": 13933, + "830": 13934, + "840": 13935, + "9i": 13936, + "916": 13937, + "947": 13938, + "aur": 13939, + "aided": 13940, + "arag": 13941, + "aparts": 13942, + "bol": 13943, + "buc": 13944, + "bamb": 13945, + "bron": 13946, + "barn": 13947, + "bench": 13948, + "bind": 13949, + "benn": 13950, + "cim": 13951, + "cand": 13952, + "cations": 13953, + "cach": 13954, + "c20": 13955, + "cyl": 13956, + "cyan": 13957, + "cele": 13958, + "c17": 13959, + "c34": 13960, + "cocos": 13961, + "cgl": 13962, + "dich": 13963, + "dco": 13964, + "dilation": 13965, + "dimin": 13966, + "dlip": 13967, + "eh": 13968, + "ere": 13969, + "eid": 13970, + "eoarchean": 13971, + "eye": 13972, + "eik": 13973, + "eiler": 13974, + "fi": 13975, + "fat": 13976, + "fou": 13977, + "fru": 13978, + "fash": 13979, + "gt": 13980, + "gil": 13981, + "got": 13982, + "gord": 13983, + "gains": 13984, + "gelinite": 13985, + "ganges": 13986, + "gucheng": 13987, + "hg": 13988, + "hs": 13989, + "hen": 13990, + "het": 13991, + "hos": 13992, + "hir": 13993, + "hio": 13994, + "hms": 13995, + "h73": 13996, + "hidden": 13997, + "iia": 13998, + "ibi": 13999, + "iwon": 14000, + "irand": 14001, + "ihm": 14002, + "jl": 14003, + "jh": 14004, + "jm": 14005, + "j2": 14006, + "j4": 14007, + "jig": 14008, + "jingle": 14009, + "jarg": 14010, + "jxa": 14011, + "jixian": 14012, + "kk": 14013, + "kus": 14014, + "kudi": 14015, + "ln": 14016, + "lul": 14017, + "let": 14018, + "lum": 14019, + "lord": 14020, + "lined": 14021, + "lame": 14022, + "lushan": 14023, + "loses": 14024, + "lwith": 14025, + "luck": 14026, + "m1": 14027, + "mir": 14028, + "mere": 14029, + "mism": 14030, + "mace": 14031, + "miti": 14032, + "mort": 14033, + "mmax": 14034, + "master": 14035, + "myeong": 14036, + "ny": 14037, + "nk": 14038, + "ned": 14039, + "nic": 14040, + "nos": 14041, + "nak": 14042, + "nist": 14043, + "neng": 14044, + "nosed": 14045, + "nish": 14046, + "n13": 14047, + "node": 14048, + "noma": 14049, + "naling": 14050, + "ow": 14051, + "ole": 14052, + "oik": 14053, + "omit": 14054, + "owed": 14055, + "pw": 14056, + "pf": 14057, + "pv": 14058, + "p1": 14059, + "pec": 14060, + "pig": 14061, + "psi": 14062, + "pter": 14063, + "pist": 14064, + "pand": 14065, + "pence": 14066, + "pun": 14067, + "p12": 14068, + "poses": 14069, + "pakh": 14070, + "pech": 14071, + "panda": 14072, + "pdz": 14073, + "qt": 14074, + "rl": 14075, + "rt": 14076, + "rur": 14077, + "rog": 14078, + "rom": 14079, + "race": 14080, + "rationally": 14081, + "sd": 14082, + "sz": 14083, + "sj": 14084, + "som": 14085, + "seng": 14086, + "sight": 14087, + "sial": 14088, + "sau": 14089, + "serg": 14090, + "stil": 14091, + "ssid": 14092, + "sorb": 14093, + "sany": 14094, + "serial": 14095, + "sectors": 14096, + "ton": 14097, + "tig": 14098, + "tus": 14099, + "tell": 14100, + "tamb": 14101, + "tuan": 14102, + "tao": 14103, + "tind": 14104, + "trees": 14105, + "telinite": 14106, + "taugh": 14107, + "tonn": 14108, + "tropical": 14109, + "ug": 14110, + "uti": 14111, + "va": 14112, + "vig": 14113, + "vap": 14114, + "vening": 14115, + "voy": 14116, + "vanc": 14117, + "vice": 14118, + "vema": 14119, + "vpdb": 14120, + "wm": 14121, + "went": 14122, + "wri": 14123, + "wank": 14124, + "wavy": 14125, + "wushan": 14126, + "wolf": 14127, + "wutai": 14128, + "xt": 14129, + "xuan": 14130, + "xias": 14131, + "xca": 14132, + "ya": 14133, + "yf": 14134, + "yil": 14135, + "yud": 14136, + "yant": 14137, + "york": 14138, + "zu": 14139, + "zl": 14140, + "zf": 14141, + "zan": 14142, + "zun": 14143, + "zack": 14144, + "zhe": 14145, + "zind": 14146, + "zili": 14147, + "##u1": 14148, + "##ugg": 14149, + "##uble": 14150, + "##uals": 14151, + "##uitive": 14152, + "##lon": 14153, + "##list": 14154, + "##lausible": 14155, + "##iu": 14156, + "##itions": 14157, + "##iad": 14158, + "##iostrom": 14159, + "##nation": 14160, + "##nate": 14161, + "##nemark": 14162, + "##gow": 14163, + "##got": 14164, + "##gical": 14165, + "##gant": 14166, + "##gun": 14167, + "##glac": 14168, + "##gado": 14169, + "##eav": 14170, + "##cr": 14171, + "##cer": 14172, + "##cil": 14173, + "##cast": 14174, + "##cell": 14175, + "##cents": 14176, + "##cai": 14177, + "##corn": 14178, + "##current": 14179, + "##clusive": 14180, + "##oking": 14181, + "##sur": 14182, + "##soci": 14183, + "##saw": 14184, + "##sub": 14185, + "##tel": 14186, + "##txt": 14187, + "##tons": 14188, + "##todetrinite": 14189, + "##tocrystalline": 14190, + "##rs": 14191, + "##rf": 14192, + "##rang": 14193, + "##rity": 14194, + "##rfs": 14195, + "##hy": 14196, + "##h2": 14197, + "##how": 14198, + "##hum": 14199, + "##hary": 14200, + "##hert": 14201, + "##homa": 14202, + "##western": 14203, + "##wula": 14204, + "##azi": 14205, + "##dm": 14206, + "##dan": 14207, + "##dou": 14208, + "##dian": 14209, + "##dip": 14210, + "##dao": 14211, + "##mod": 14212, + "##mise": 14213, + "##mert": 14214, + "##mentioned": 14215, + "##metallic": 14216, + "##yue": 14217, + "##pr": 14218, + "##pet": 14219, + "##pag": 14220, + "##press": 14221, + "##pora": 14222, + "##pans": 14223, + "##public": 14224, + "##puk": 14225, + "##picked": 14226, + "##93": 14227, + "##918": 14228, + "##fit": 14229, + "##fig": 14230, + "##fra": 14231, + "##fts": 14232, + "##fran": 14233, + "##fior": 14234, + "##frfs": 14235, + "##bb": 14236, + "##bat": 14237, + "##bing": 14238, + "##band": 14239, + "##bell": 14240, + "##baceous": 14241, + "##bron": 14242, + "##box": 14243, + "##brated": 14244, + "##bidden": 14245, + "##zz": 14246, + "##zes": 14247, + "##zamb": 14248, + "##zzy": 14249, + "##jan": 14250, + "##jrak": 14251, + "##kang": 14252, + "##kell": 14253, + "##kins": 14254, + "##kema": 14255, + "##krig": 14256, + "##kkmark": 14257, + "##kpuk": 14258, + "##x0": 14259, + "##x19": 14260, + "##x73": 14261, + "##xigou": 14262, + "##vites": 14263, + "##vating": 14264, + "##170": 14265, + "thor": 14266, + "thing": 14267, + "things": 14268, + "theri": 14269, + "##onent": 14270, + "##oning": 14271, + "##onos": 14272, + "##onclusive": 14273, + "##eration": 14274, + "##erically": 14275, + "##erative": 14276, + "##erned": 14277, + "##erdown": 14278, + "##erjee": 14279, + "##tis": 14280, + "##tious": 14281, + "##tiven": 14282, + "##esy": 14283, + "##iner": 14284, + "##inorm": 14285, + "##info": 14286, + "##enec": 14287, + "##enrich": 14288, + "##enuous": 14289, + "##enko": 14290, + "##ali": 14291, + "##alth": 14292, + "##alusite": 14293, + "##alpe": 14294, + "##eddate": 14295, + "##oration": 14296, + "##ordi": 14297, + "##orill": 14298, + "##oraneous": 14299, + "##anwula": 14300, + "##iction": 14301, + "##icto": 14302, + "##icians": 14303, + "##iclin": 14304, + "##icyt": 14305, + "##aten": 14306, + "##ateri": 14307, + "##aturation": 14308, + "ink": 14309, + "inval": 14310, + "inlet": 14311, + "inactivity": 14312, + "##arur": 14313, + "##aria": 14314, + "##arenite": 14315, + "andalusite": 14316, + "##tionally": 14317, + "##react": 14318, + "##itr": 14319, + "##iton": 14320, + "##itan": 14321, + "##itas": 14322, + "##itet": 14323, + "##itate": 14324, + "##itely": 14325, + "##itably": 14326, + "##itrinite": 14327, + "##itrad": 14328, + "##itarian": 14329, + "##asur": 14330, + "##asia": 14331, + "##asco": 14332, + "##asplay": 14333, + "##rose": 14334, + "##roduction": 14335, + "##roof": 14336, + "##iser": 14337, + "##isti": 14338, + "##isations": 14339, + "##ishui": 14340, + "##istine": 14341, + "##elting": 14342, + "##elastic": 14343, + "##eletal": 14344, + "##elbron": 14345, + "##ingu": 14346, + "tok": 14347, + "toit": 14348, + "tops": 14349, + "tough": 14350, + "##ouf": 14351, + "##ouver": 14352, + "##olle": 14353, + "##olong": 14354, + "##olest": 14355, + "##olper": 14356, + "##olls": 14357, + "##the": 14358, + "##than": 14359, + "##thur": 14360, + "##thene": 14361, + "##thick": 14362, + "##thane": 14363, + "##acul": 14364, + "##acad": 14365, + "##access": 14366, + "##ston": 14367, + "##stay": 14368, + "##stuh": 14369, + "##ectic": 14370, + "##ectively": 14371, + "##ecount": 14372, + "##urics": 14373, + "##urice": 14374, + "##urgical": 14375, + "##ulsive": 14376, + "##etso": 14377, + "##etxt": 14378, + "##etyl": 14379, + "##etnemark": 14380, + "stab": 14381, + "stub": 14382, + "status": 14383, + "stolper": 14384, + "issu": 14385, + "contig": 14386, + "##ocally": 14387, + "##igan": 14388, + "##iglacial": 14389, + "##igious": 14390, + "forgot": 14391, + "forbidden": 14392, + "##sip": 14393, + "##sian": 14394, + "##ows": 14395, + "##owal": 14396, + "##owad": 14397, + "##owei": 14398, + "##imne": 14399, + "##imura": 14400, + "mapp": 14401, + "mahu": 14402, + "maoshan": 14403, + "maurice": 14404, + "##ters": 14405, + "cooking": 14406, + "cokrig": 14407, + "##vey": 14408, + "defic": 14409, + "dehar": 14410, + "dealing": 14411, + "##ceived": 14412, + "##rays": 14413, + "##rama": 14414, + "##idate": 14415, + "##osely": 14416, + "##osmow": 14417, + "##ille": 14418, + "##ilton": 14419, + "##ildfires": 14420, + "reag": 14421, + "really": 14422, + "rehyd": 14423, + "rejected": 14424, + "shar": 14425, + "shiz": 14426, + "shire": 14427, + "shading": 14428, + "shared": 14429, + "shorter": 14430, + "shingu": 14431, + "chem": 14432, + "chitrad": 14433, + "chimne": 14434, + "##atever": 14435, + "anion": 14436, + "anne": 14437, + "anqi": 14438, + "anoxia": 14439, + "##romagnes": 14440, + "##ogu": 14441, + "##ogra": 14442, + "bases": 14443, + "basing": 14444, + "##aging": 14445, + "##agos": 14446, + "##agites": 14447, + "##agawa": 14448, + "##vern": 14449, + "proc": 14450, + "prohib": 14451, + "##ifts": 14452, + "##ruc": 14453, + "##ruary": 14454, + "##ticul": 14455, + "als": 14456, + "alin": 14457, + "alluded": 14458, + "algeo": 14459, + "##amell": 14460, + "##amoto": 14461, + "exoplan": 14462, + "beak": 14463, + "bead": 14464, + "beach": 14465, + "beau": 14466, + "beeg": 14467, + "beaum": 14468, + "whit": 14469, + "whatever": 14470, + "sev": 14471, + "onward": 14472, + "onwards": 14473, + "##odym": 14474, + "##phan": 14475, + "##phistic": 14476, + "##umber": 14477, + "##umination": 14478, + "##umbing": 14479, + "##angqing": 14480, + "##angwa": 14481, + "##cholest": 14482, + "fahr": 14483, + "##ota": 14484, + "##otation": 14485, + "##otong": 14486, + "##otai": 14487, + "##otonous": 14488, + "##otectonically": 14489, + "##erea": 14490, + "##ereau": 14491, + "resh": 14492, + "resamp": 14493, + "format": 14494, + "##seism": 14495, + "acasta": 14496, + "##oping": 14497, + "##opites": 14498, + "##opically": 14499, + "##tinghe": 14500, + "##icheng": 14501, + "##ongzi": 14502, + "##ongnam": 14503, + "atolls": 14504, + "##quely": 14505, + "##quier": 14506, + "georg": 14507, + "geanticline": 14508, + "##abin": 14509, + "##abal": 14510, + "##abric": 14511, + "plausible": 14512, + "plumbing": 14513, + "compe": 14514, + "complications": 14515, + "computes": 14516, + "deposi": 14517, + "depict": 14518, + "depressed": 14519, + "##aky": 14520, + "##ctype": 14521, + "##utra": 14522, + "##utense": 14523, + "hay": 14524, + "haom": 14525, + "haug": 14526, + "haikou": 14527, + "##emann": 14528, + "highand": 14529, + "##ayan": 14530, + "##ander": 14531, + "##andstone": 14532, + "##atives": 14533, + "##izer": 14534, + "##ieshan": 14535, + "##estart": 14536, + "contenti": 14537, + "contour": 14538, + "contracting": 14539, + "##oreticul": 14540, + "##racks": 14541, + "##rachary": 14542, + "##plumes": 14543, + "##0020": 14544, + "##0051": 14545, + "##allon": 14546, + "##lukpuk": 14547, + "diox": 14548, + "diancang": 14549, + "neand": 14550, + "neodym": 14551, + "neotectonically": 14552, + "parasequ": 14553, + "formational": 14554, + "colfior": 14555, + "wastes": 14556, + "enshi": 14557, + "subver": 14558, + "subround": 14559, + "subbas": 14560, + "relied": 14561, + "relating": 14562, + "moti": 14563, + "moor": 14564, + "mozamb": 14565, + "##usan": 14566, + "##ustin": 14567, + "##usting": 14568, + "intake": 14569, + "intentioned": 14570, + "norwegian": 14571, + "norhop": 14572, + "norcholest": 14573, + "##aday": 14574, + "##adgi": 14575, + "##adopites": 14576, + "##ositic": 14577, + "##osities": 14578, + "union": 14579, + "unten": 14580, + "unpa": 14581, + "unrec": 14582, + "unnam": 14583, + "unrepresent": 14584, + "unroof": 14585, + "incise": 14586, + "incising": 14587, + "incident": 14588, + "inconclusive": 14589, + "disconn": 14590, + "dissip": 14591, + "earthby": 14592, + "##aped": 14593, + "##apagos": 14594, + "##aputra": 14595, + "##eried": 14596, + "intermont": 14597, + "interchange": 14598, + "interlin": 14599, + "interplay": 14600, + "interdisciplinary": 14601, + "martian": 14602, + "marbles": 14603, + "arise": 14604, + "arita": 14605, + "arrows": 14606, + "arrang": 14607, + "arthur": 14608, + "arrays": 14609, + "regen": 14610, + "user": 14611, + "##early": 14612, + "##earance": 14613, + "##yses": 14614, + "cana": 14615, + "##mah": 14616, + "italian": 14617, + "geologie": 14618, + "##eller": 14619, + "##elloni": 14620, + "##ips": 14621, + "##ipity": 14622, + "##iproc": 14623, + "##ipulation": 14624, + "meines": 14625, + "collections": 14626, + "reciproc": 14627, + "##endix": 14628, + "##endered": 14629, + "##endipity": 14630, + "valve": 14631, + "valner": 14632, + "accused": 14633, + "##ghan": 14634, + "liassic": 14635, + "liushu": 14636, + "##assin": 14637, + "##hannel": 14638, + "seismostratigraphic": 14639, + "seismologists": 14640, + "shaley": 14641, + "spari": 14642, + "differing": 14643, + "scisc": 14644, + "scisti": 14645, + "colleaguesne": 14646, + "205": 14647, + "20km": 14648, + "undet": 14649, + "##illa": 14650, + "gasification": 14651, + "gasoline": 14652, + "gaskell": 14653, + "##veloped": 14654, + "volissue": 14655, + "volfirst": 14656, + "underpin": 14657, + "pret": 14658, + "premise": 14659, + "prepr": 14660, + "strath": 14661, + "strenuous": 14662, + "stricto": 14663, + "mainstay": 14664, + "overmature": 14665, + "overthick": 14666, + "extents": 14667, + "notes": 14668, + "queried": 14669, + "##keting": 14670, + "ca2": 14671, + "lithologically": 14672, + "lithgow": 14673, + "##itious": 14674, + "##itisation": 14675, + "lev": 14676, + "leve": 14677, + "leaves": 14678, + "lehr": 14679, + "leaching": 14680, + "leikou": 14681, + "elegant": 14682, + "##omethane": 14683, + "##ibo": 14684, + "##order": 14685, + "analyser": 14686, + "adamell": 14687, + "grano": 14688, + "##ifications": 14689, + "facets": 14690, + "imposed": 14691, + "imported": 14692, + "impreg": 14693, + "implied": 14694, + "implausible": 14695, + "impulsive": 14696, + "belg": 14697, + "loci": 14698, + "##acteria": 14699, + "bloss": 14700, + "blereau": 14701, + "feixiang": 14702, + "systematised": 14703, + "expense": 14704, + "10i": 14705, + "10d": 14706, + "10b": 14707, + "1020": 14708, + "10cm": 14709, + "distorted": 14710, + "characterizes": 14711, + "paleocean": 14712, + "thanks": 14713, + "##uni": 14714, + "##achow": 14715, + "printed": 14716, + "pristine": 14717, + "thereof": 14718, + "##arium": 14719, + "kmc": 14720, + "proving": 14721, + "##ensland": 14722, + "chango": 14723, + "changzhou": 14724, + "changsha": 14725, + "coral": 14726, + "corund": 14727, + "corpo": 14728, + "##ondons": 14729, + "replete": 14730, + "phon": 14731, + "##titude": 14732, + "asserted": 14733, + "appendix": 14734, + "carbonatiz": 14735, + "##ryu": 14736, + "melan": 14737, + "melted": 14738, + "sometime": 14739, + "somehow": 14740, + "midpoint": 14741, + "consult": 14742, + "fluidized": 14743, + "organics": 14744, + "##obacteria": 14745, + "##vily": 14746, + "signify": 14747, + "refracted": 14748, + "geologicalsoci": 14749, + "##ochang": 14750, + "##ochemistry": 14751, + "trig": 14752, + "triclin": 14753, + "triton": 14754, + "##acked": 14755, + "variant": 14756, + "decl": 14757, + "decision": 14758, + "declines": 14759, + "##ouring": 14760, + "sett": 14761, + "distribut": 14762, + "distribute": 14763, + "191": 14764, + "1956": 14765, + "1909": 14766, + "1945": 14767, + "##ialpublic": 14768, + "##dley": 14769, + "majorand": 14770, + "amoun": 14771, + "amasia": 14772, + "terra": 14773, + "concluding": 14774, + "concurrent": 14775, + "glf": 14776, + "glomar": 14777, + "transits": 14778, + "translate": 14779, + "transcrustal": 14780, + "transcurrent": 14781, + "verma": 14782, + "veracity": 14783, + "veritas": 14784, + "##vester": 14785, + "outsid": 14786, + "outwash": 14787, + "contenttype": 14788, + "stressed": 14789, + "hex": 14790, + "arctic": 14791, + "##monising": 14792, + "##pecialpublic": 14793, + "##auer": 14794, + "##alsh": 14795, + "waterhouse": 14796, + "##aijan": 14797, + "explorationists": 14798, + "microc": 14799, + "microcrystalline": 14800, + "striatopodocarpites": 14801, + "flowering": 14802, + "fieldwork": 14803, + "desira": 14804, + "desorbed": 14805, + "smoke": 14806, + "##duate": 14807, + "basements": 14808, + "oceanography": 14809, + "oceanograph": 14810, + "alllist": 14811, + "##amba": 14812, + "mount": 14813, + "limiting": 14814, + "traction": 14815, + "discerned": 14816, + "mira": 14817, + "mikir": 14818, + "profusion": 14819, + "volcaniclastics": 14820, + "##iticians": 14821, + "quartzo": 14822, + "flip": 14823, + "flocc": 14824, + "flament": 14825, + "flaky": 14826, + "manum": 14827, + "manipulation": 14828, + "proponent": 14829, + "200ka": 14830, + "compares": 14831, + "preclude": 14832, + "##ieber": 14833, + "generalisations": 14834, + "riftogenic": 14835, + "generates": 14836, + "considers": 14837, + "richter": 14838, + "perur": 14839, + "pertain": 14840, + "perennial": 14841, + "percents": 14842, + "periglacial": 14843, + "perceived": 14844, + "shears": 14845, + "sophistic": 14846, + "##huolu": 14847, + "crystallize": 14848, + "crystallizes": 14849, + "crystallizing": 14850, + "nov": 14851, + "12i": 14852, + "123": 14853, + "126": 14854, + "12b": 14855, + "rub": 14856, + "levelled": 14857, + "##heim": 14858, + "##ometres": 14859, + "suppose": 14860, + "supplying": 14861, + "newest": 14862, + "uraninite": 14863, + "normalization": 14864, + "nearer": 14865, + "15a": 14866, + "153": 14867, + "15b": 14868, + "1556": 14869, + "methodological": 14870, + "permits": 14871, + "inflow": 14872, + "infancy": 14873, + "smallest": 14874, + "derivation": 14875, + "##iangshan": 14876, + "strained": 14877, + "thrusted": 14878, + "remelting": 14879, + "sway": 14880, + "swift": 14881, + "swelling": 14882, + "abovementioned": 14883, + "ceb": 14884, + "##ovitrinite": 14885, + "planned": 14886, + "zhuan": 14887, + "##rowiec": 14888, + "equigranular": 14889, + "identifications": 14890, + "thinand": 14891, + "maximal": 14892, + "maximus": 14893, + "primordi": 14894, + "defini": 14895, + "founding": 14896, + "foundations": 14897, + "foundering": 14898, + "paleoarchean": 14899, + "guar": 14900, + "guided": 14901, + "guiding": 14902, + "guowei": 14903, + "eco": 14904, + "gaoy": 14905, + "gaoling": 14906, + "burst": 14907, + "117": 14908, + "1140": 14909, + "##avani": 14910, + "estimations": 14911, + "##lipp": 14912, + "descend": 14913, + "solved": 14914, + "soluble": 14915, + "##ogenian": 14916, + "##ogenesis": 14917, + "trial": 14918, + "triang": 14919, + "trilete": 14920, + "triaxial": 14921, + "geoha": 14922, + "numerically": 14923, + "100m": 14924, + "10000": 14925, + "muli": 14926, + "curly": 14927, + "huili": 14928, + "hube": 14929, + "huolong": 14930, + "widening": 14931, + "##ogeneities": 14932, + "capability": 14933, + "macrocrystalline": 14934, + "anomalously": 14935, + "wajrak": 14936, + "183": 14937, + "1856": 14938, + "1813": 14939, + "1831": 14940, + "combinations": 14941, + "kekit": 14942, + "initiating": 14943, + "148": 14944, + "1450": 14945, + "fineto": 14946, + "dohert": 14947, + "16a": 14948, + "167": 14949, + "168": 14950, + "166": 14951, + "1631": 14952, + "1678": 14953, + "posttectonic": 14954, + "technicians": 14955, + "siting": 14956, + "microflora": 14957, + "microseism": 14958, + "backwater": 14959, + "backwards": 14960, + "backhouse": 14961, + "##501": 14962, + "speculation": 14963, + "specimen": 14964, + "speculate": 14965, + "affinities": 14966, + "synand": 14967, + "synkin": 14968, + "136": 14969, + "131": 14970, + "opine": 14971, + "opens": 14972, + "optically": 14973, + "totaling": 14974, + "baff": 14975, + "baoshan": 14976, + "intrusi": 14977, + "cycl": 14978, + "cycling": 14979, + "cycadopites": 14980, + "politicians": 14981, + "confident": 14982, + "confocal": 14983, + "mg2": 14984, + "##sides": 14985, + "##sidic": 14986, + "rider": 14987, + "srm": 14988, + "srctype": 14989, + "507": 14990, + "17t": 14991, + "171": 14992, + "1700": 14993, + "climatology": 14994, + "weaken": 14995, + "weakens": 14996, + "divides": 14997, + "dissoci": 14998, + "dissected": 14999, + "orderly": 15000, + "303": 15001, + "309": 15002, + "3075": 15003, + "luowad": 15004, + "luangwa": 15005, + "analyte": 15006, + "leaders": 15007, + "glaciated": 15008, + "dolenec": 15009, + "shortened": 15010, + "karacad": 15011, + "##arker": 15012, + "bioge": 15013, + "biostratigraphy": 15014, + "bioclasts": 15015, + "accretions": 15016, + "serendipity": 15017, + "breakpoint": 15018, + "salient": 15019, + "salgado": 15020, + "reconna": 15021, + "effectiven": 15022, + "crossmark": 15023, + "schieber": 15024, + "##ovice": 15025, + "closest": 15026, + "adjusting": 15027, + "233": 15028, + "239": 15029, + "236": 15030, + "2369": 15031, + "2367": 15032, + "elimin": 15033, + "403": 15034, + "402": 15035, + "40km": 15036, + "4036": 15037, + "shoulders": 15038, + "unconfined": 15039, + "referring": 15040, + "loft": 15041, + "loosely": 15042, + "monos": 15043, + "monomin": 15044, + "montm": 15045, + "monkey": 15046, + "monotonous": 15047, + "probes": 15048, + "19970": 15049, + "##elson": 15050, + "##awi": 15051, + "experts": 15052, + "favours": 15053, + "thermometers": 15054, + "thermochemical": 15055, + "thermomagmatic": 15056, + "##1854": 15057, + "granodiorites": 15058, + "blackett": 15059, + "##xiong": 15060, + "laterites": 15061, + "sinuous": 15062, + "infers": 15063, + "inference": 15064, + "experiencing": 15065, + "transports": 15066, + "rh4": 15067, + "rh1": 15068, + "##kmagal": 15069, + "herein": 15070, + "geomagne": 15071, + "geomagnetic": 15072, + "217": 15073, + "213": 15074, + "2100": 15075, + "amplification": 15076, + "journey": 15077, + "radically": 15078, + "radiating": 15079, + "##putable": 15080, + "3004": 15081, + "300mw": 15082, + "300200": 15083, + "draining": 15084, + "overlaying": 15085, + "drip": 15086, + "drier": 15087, + "eds": 15088, + "##neisses": 15089, + "geosp": 15090, + "worlds": 15091, + "exceptions": 15092, + "tectonized": 15093, + "channelized": 15094, + "penecon": 15095, + "##oko": 15096, + "solidus": 15097, + "solidified": 15098, + "fo87": 15099, + "wuhu": 15100, + "wuxue": 15101, + "oxybar": 15102, + "##tillation": 15103, + "grounds": 15104, + "existent": 15105, + "dependence": 15106, + "606": 15107, + "tiber": 15108, + "indexeddate": 15109, + "authfull": 15110, + "farallon": 15111, + "faraday": 15112, + "gneissosity": 15113, + "noncollisional": 15114, + "nonmetallic": 15115, + "predicting": 15116, + "455": 15117, + "45ma": 15118, + "hyper": 15119, + "24i": 15120, + "lacassin": 15121, + "positively": 15122, + "221": 15123, + "emile": 15124, + "nantinghe": 15125, + "ergen": 15126, + "erft": 15127, + "situations": 15128, + "approximates": 15129, + "##margin": 15130, + "##itsu": 15131, + "anymore": 15132, + "bars": 15133, + "barely": 15134, + "barton": 15135, + "collide": 15136, + "36i": 15137, + "368": 15138, + "brings": 15139, + "morphologically": 15140, + "operational": 15141, + "possibilities": 15142, + "ak9": 15143, + "ak8": 15144, + "ak6": 15145, + "ak12": 15146, + "ak11": 15147, + "amongst": 15148, + "lastly": 15149, + "##fe3": 15150, + "southwesternand": 15151, + "orographic": 15152, + "wallace": 15153, + "359": 15154, + "35ma": 15155, + "interacts": 15156, + "targeted": 15157, + "266": 15158, + "##shine": 15159, + "##shoal": 15160, + "metasandstone": 15161, + "exhaus": 15162, + "integrity": 15163, + "291210": 15164, + "naal": 15165, + "yanchang": 15166, + "paas": 15167, + "paicyt": 15168, + "excited": 15169, + "339": 15170, + "336": 15171, + "litang": 15172, + "syen": 15173, + "symb": 15174, + "summation": 15175, + "americas": 15176, + "315": 15177, + "##othermic": 15178, + "laborious": 15179, + "anticlockwise": 15180, + "anorthositic": 15181, + "advice": 15182, + "attributable": 15183, + "yingshan": 15184, + "exhuming": 15185, + "yuxi": 15186, + "minimize": 15187, + "strengthened": 15188, + "broadband": 15189, + "helmert": 15190, + "examines": 15191, + "473": 15192, + "479": 15193, + "471": 15194, + "638": 15195, + "graphitic": 15196, + "turbines": 15197, + "327": 15198, + "322": 15199, + "328": 15200, + "3200": 15201, + "britain": 15202, + "irvine": 15203, + "joins": 15204, + "joao": 15205, + "kinosh": 15206, + "okla": 15207, + "retain": 15208, + "##ivocally": 15209, + "##irez": 15210, + "alternated": 15211, + "zhangguang": 15212, + "predominate": 15213, + "pubyr": 15214, + "pubtype": 15215, + "pubdate": 15216, + "strikingly": 15217, + "episodically": 15218, + "860": 15219, + "865": 15220, + "boom": 15221, + "bohac": 15222, + "doctype": 15223, + "docsub": 15224, + "##cany": 15225, + "radiate": 15226, + "600m": 15227, + "versa": 15228, + "holding": 15229, + "mtt": 15230, + "mtd": 15231, + "wilks": 15232, + "ybn": 15233, + "concealed": 15234, + "protoc": 15235, + "protracted": 15236, + "intrafacies": 15237, + "huanggang": 15238, + "younging": 15239, + "english": 15240, + "atlanticand": 15241, + "jianghai": 15242, + "skb": 15243, + "skeletal": 15244, + "dongxi": 15245, + "darkand": 15246, + "homogeneity": 15247, + "##updated": 15248, + "coastline": 15249, + "65ma": 15250, + "handpicked": 15251, + "openarch": 15252, + "openaccess": 15253, + "903": 15254, + "ironstone": 15255, + "acquire": 15256, + "introversion": 15257, + "timings": 15258, + "277": 15259, + "275": 15260, + "271854": 15261, + "liptinites": 15262, + "liptodetrinite": 15263, + "xinfeng": 15264, + "xinyang": 15265, + "columns": 15266, + "helped": 15267, + "tien": 15268, + "phenocryst": 15269, + "489": 15270, + "560": 15271, + "56fe": 15272, + "ranked": 15273, + "wenchuan": 15274, + "arguably": 15275, + "documents": 15276, + "andesine": 15277, + "megasc": 15278, + "megasplay": 15279, + "buildings": 15280, + "43ma": 15281, + "freezing": 15282, + "ideally": 15283, + "idefjorden": 15284, + "390": 15285, + "395": 15286, + "391": 15287, + "galangi": 15288, + "galapagos": 15289, + "urg": 15290, + "xiaoxigou": 15291, + "##sued": 15292, + "realization": 15293, + "historic": 15294, + "narrows": 15295, + "narrower": 15296, + "engineers": 15297, + "523": 15298, + "rays": 15299, + "extracting": 15300, + "2000m": 15301, + "fern": 15302, + "ferric": 15303, + "ferns": 15304, + "ferromagnes": 15305, + "pursued": 15306, + "##ikh": 15307, + "##basalts": 15308, + "##basitao": 15309, + "replicate": 15310, + "diameters": 15311, + "463": 15312, + "neck": 15313, + "tongling": 15314, + "varves": 15315, + "varvites": 15316, + "##poru": 15317, + "tomkins": 15318, + "##idophy": 15319, + "substan": 15320, + "substrate": 15321, + "exposes": 15322, + "hongye": 15323, + "molnar": 15324, + "535": 15325, + "5344": 15326, + "##faul": 15327, + "coincident": 15328, + "dharwarian": 15329, + "mouths": 15330, + "##menting": 15331, + "transfers": 15332, + "propagated": 15333, + "propagates": 15334, + "palyno": 15335, + "finalization": 15336, + "543": 15337, + "730020": 15338, + "logical": 15339, + "runcorn": 15340, + "##usian": 15341, + "debrisand": 15342, + "bayanwula": 15343, + "##arpment": 15344, + "etm": 15345, + "constitution": 15346, + "scientist": 15347, + "accommodating": 15348, + "grind": 15349, + "jinhe": 15350, + "jinchuan": 15351, + "δ18osmow": 15352, + "shovel": 15353, + "archie": 15354, + "knowing": 15355, + "restriction": 15356, + "reasoned": 15357, + "funded": 15358, + "meteorite": 15359, + "preferably": 15360, + "specialist": 15361, + "geosynclines": 15362, + "kimberlitic": 15363, + "sensor": 15364, + "seemingly": 15365, + "metalliferous": 15366, + "metallurgical": 15367, + "academics": 15368, + "drawing": 15369, + "dragged": 15370, + "snub": 15371, + "snider": 15372, + "snelson": 15373, + "tenryu": 15374, + "888": 15375, + "private": 15376, + "colourless": 15377, + "02dm": 15378, + "626": 15379, + "opposit": 15380, + "utilizes": 15381, + "wulong": 15382, + "zhujun": 15383, + "##ratigraphic": 15384, + "diverge": 15385, + "upwellings": 15386, + "longitudes": 15387, + "guanghui": 15388, + "guangzhou": 15389, + "moundy": 15390, + "moundshoal": 15391, + "thirdly": 15392, + "issfirst": 15393, + "##temporaneous": 15394, + "establishing": 15395, + "493": 15396, + "492": 15397, + "reviews": 15398, + "behaved": 15399, + "submarines": 15400, + "dislocated": 15401, + "populous": 15402, + "589a": 15403, + "splays": 15404, + "##knori": 15405, + "1967": 15406, + "1965": 15407, + "1966": 15408, + "laws": 15409, + "414": 15410, + "411": 15411, + "autumn": 15412, + "council": 15413, + "storages": 15414, + "annually": 15415, + "evaporitic": 15416, + "incorporates": 15417, + "columnar": 15418, + "990": 15419, + "994": 15420, + "99calyr": 15421, + "nuclear": 15422, + "oligoclase": 15423, + "rheologically": 15424, + "sakolis": 15425, + "sloping": 15426, + "678": 15427, + "6715": 15428, + "6743": 15429, + "788": 15430, + "jianshui": 15431, + "kaladgi": 15432, + "##waj": 15433, + "sunshine": 15434, + "calibrating": 15435, + "441": 15436, + "fuzzy": 15437, + "kilometres": 15438, + "kunming": 15439, + "tonalitic": 15440, + "##italie": 15441, + "optimize": 15442, + "openings": 15443, + "behaviors": 15444, + "digitized": 15445, + "demise": 15446, + "diamictite": 15447, + "tephro": 15448, + "beside": 15449, + "dateupdated": 15450, + "heritage": 15451, + "pulsive": 15452, + "practices": 15453, + "stationary": 15454, + "isolate": 15455, + "penetrate": 15456, + "penetrates": 15457, + "brahm": 15458, + "dilution": 15459, + "diluted": 15460, + "qiu": 15461, + "##sky": 15462, + "##197": 15463, + "arrived": 15464, + "akek": 15465, + "akebasitao": 15466, + "jinghe": 15467, + "jingyan": 15468, + "taiyang": 15469, + "uniformitarian": 15470, + "confirmatory": 15471, + "constituting": 15472, + "constituencies": 15473, + "574": 15474, + "571": 15475, + "949": 15476, + "946": 15477, + "cellular": 15478, + "filtered": 15479, + "goal": 15480, + "projecting": 15481, + "ambitious": 15482, + "180ma": 15483, + "sulphate": 15484, + "suspension": 15485, + "cf2": 15486, + "feeder": 15487, + "feeders": 15488, + "immense": 15489, + "collapsed": 15490, + "5975": 15491, + "douling": 15492, + "doubly": 15493, + "genetically": 15494, + "losses": 15495, + "nmorb": 15496, + "##omagnetite": 15497, + "itemstage": 15498, + "itemtransactionid": 15499, + "itemweight": 15500, + "66a": 15501, + "banerjee": 15502, + "banachow": 15503, + "daning": 15504, + "khz": 15505, + "khumbu": 15506, + "##rangements": 15507, + "##yuancun": 15508, + "##jinhuolu": 15509, + "statistic": 15510, + "statistically": 15511, + "revis": 15512, + "progresses": 15513, + "progressing": 15514, + "611": 15515, + "610051": 15516, + "727": 15517, + "flexible": 15518, + "piinorm": 15519, + "oilfields": 15520, + "articletitle": 15521, + "articletitlenorm": 15522, + "articleinfo": 15523, + "##earthquakes": 15524, + "airy": 15525, + "airflow": 15526, + "kuzn": 15527, + "nagara": 15528, + "sanzhao": 15529, + "##abilities": 15530, + "uniqueness": 15531, + "analogue": 15532, + "elevate": 15533, + "concerned": 15534, + "serpentinization": 15535, + "cnk": 15536, + "efficiently": 15537, + "hanjiadian": 15538, + "ninglang": 15539, + "ningyuancun": 15540, + "robert": 15541, + "sq2": 15542, + "sq4": 15543, + "sq1": 15544, + "service": 15545, + "yijinhuolu": 15546, + "interferometric": 15547, + "prevails": 15548, + "overridden": 15549, + "glasses": 15550, + "micropores": 15551, + "emerging": 15552, + "hemipelagites": 15553, + "synthesise": 15554, + "nucleus": 15555, + "dabieshan": 15556, + "coherence": 15557, + "coherency": 15558, + "sumat": 15559, + "ascend": 15560, + "meander": 15561, + "meanders": 15562, + "terminate": 15563, + "terminations": 15564, + "terminates": 15565, + "bajrachary": 15566, + "sakorafax19": 15567, + "buoyantly": 15568, + "765": 15569, + "azerb": 15570, + "btb": 15571, + "bhima": 15572, + "bhavani": 15573, + "bracketing": 15574, + "harmonising": 15575, + "jiazi": 15576, + "qianzhong": 15577, + "ssfrfs": 15578, + "tnf": 15579, + "##lasites": 15580, + "cohesion": 15581, + "incisions": 15582, + "abnormally": 15583, + "receiving": 15584, + "espitalie": 15585, + "zhongyi": 15586, + "glaciations": 15587, + "glaciogenic": 15588, + "adjustments": 15589, + "monsoons": 15590, + "emphasize": 15591, + "emphasised": 15592, + "nc18": 15593, + "nc16": 15594, + "zeal": 15595, + "dehydrate": 15596, + "happen": 15597, + "polyg": 15598, + "trunk": 15599, + "pseudoreticul": 15600, + "lifted": 15601, + "yongjin": 15602, + "deviates": 15603, + "plunges": 15604, + "extrabasinal": 15605, + "amalgamations": 15606, + "escarpment": 15607, + "microbacul": 15608, + "actuality": 15609, + "dilatational": 15610, + "binary": 15611, + "daliangshan": 15612, + "pickel": 15613, + "##khand": 15614, + "##khwas": 15615, + "validity": 15616, + "removing": 15617, + "adjoined": 15618, + "committees": 15619, + "c29h": 15620, + "conjugation": 15621, + "fills": 15622, + "portlandite": 15623, + "xiaoshan": 15624, + "xiaobei": 15625, + "##264": 15626, + "chondrites": 15627, + "inducing": 15628, + "neighbouring": 15629, + "metabolic": 15630, + "visualization": 15631, + "questioned": 15632, + "metasomatically": 15633, + "bracketed": 15634, + "truncation": 15635, + "arabia": 15636, + "category": 15637, + "dp1": 15638, + "nodular": 15639, + "ramirez": 15640, + "yuehe": 15641, + "##vaal": 15642, + "recommend": 15643, + "tazhong32": 15644, + "qiongdong": 15645, + "azimuths": 15646, + "bg02": 15647, + "mushy": 15648, + "mylonitization": 15649, + "omission": 15650, + "vastly": 15651, + "##grini": 15652, + "##produc": 15653, + "chromatograph": 15654, + "obliquely": 15655, + "lei1": 15656, + "universidade": 15657, + "successfully": 15658, + "avowal": 15659, + "aplites": 15660, + "ewtransactionid": 15661, + "ganzi": 15662, + "ladder": 15663, + "sericitization": 15664, + "##asively": 15665, + "clarity": 15666, + "marshall": 15667, + "abstraction": 15668, + "fluxes": 15669, + "leucocratic": 15670, + "microfabric": 15671, + "radioactivity": 15672, + "extractable": 15673, + "catalogs": 15674, + "bangor": 15675, + "federal": 15676, + "hamilton": 15677, + "malan": 15678, + "malawi": 15679, + "pervasively": 15680, + "samuel": 15681, + "samfra": 15682, + "tips": 15683, + "venusian": 15684, + "zk1": 15685, + "##economic": 15686, + "proceeded": 15687, + "proceedings": 15688, + "disappears": 15689, + "occupy": 15690, + "perturbed": 15691, + "7081": 15692, + "geothermobarometer": 15693, + "conductor": 15694, + "ambiguity": 15695, + "ambiguous": 15696, + "antarctic": 15697, + "cc64": 15698, + "k2c": 15699, + "lunnana": 15700, + "millennial": 15701, + "renjun": 15702, + "thematically": 15703, + "disaccates": 15704, + "trondheim": 15705, + "outcropped": 15706, + "invokes": 15707, + "economical": 15708, + "lagoons": 15709, + "magnetotellurics": 15710, + "hierarchic": 15711, + "bsf": 15712, + "bsus": 15713, + "datesearch": 15714, + "hallmark": 15715, + "learning": 15716, + "merged": 15717, + "odd": 15718, + "odds": 15719, + "pink": 15720, + "perez": 15721, + "satisfied": 15722, + "satisfies": 15723, + "tunnel": 15724, + "yeongnam": 15725, + "temporary": 15726, + "pebbles": 15727, + "percentages": 15728, + "switching": 15729, + "definitive": 15730, + "definitely": 15731, + "flattening": 15732, + "radiolarian": 15733, + "encompasses": 15734, + "qigebulak": 15735, + "camperdown": 15736, + "liaocheng": 15737, + "stimulation": 15738, + "aluminum": 15739, + "attaining": 15740, + "moyen": 15741, + "unmineral": 15742, + "apophyses": 15743, + "28040": 15744, + "exclusive": 15745, + "highlighting": 15746, + "cleaning": 15747, + "automatically": 15748, + "intrinsically": 15749, + "gangue": 15750, + "ganguly": 15751, + "lf2": 15752, + "inhibited": 15753, + "foresight": 15754, + "shilu": 15755, + "chuanzhong": 15756, + "orbit": 15757, + "geodesy": 15758, + "quickly": 15759, + "topographical": 15760, + "illumination": 15761, + "suprasubduction": 15762, + "qualitatively": 15763, + "ubiquitously": 15764, + "boudin": 15765, + "casings": 15766, + "duality": 15767, + "hindu": 15768, + "pglast": 15769, + "pgfirst": 15770, + "pearce": 15771, + "##200177": 15772, + "costa": 15773, + "shifted": 15774, + "sparse": 15775, + "obscured": 15776, + "allochthon": 15777, + "erodible": 15778, + "1800s": 15779, + "thermobarometers": 15780, + "scattering": 15781, + "avoiding": 15782, + "louisiana": 15783, + "fingerprint": 15784, + "baku": 15785, + "baikal": 15786, + "cultural": 15787, + "eluc": 15788, + "elusive": 15789, + "lyons": 15790, + "lykkmark": 15791, + "menai": 15792, + "sortorder": 15793, + "saihan": 15794, + "urals": 15795, + "vacquier": 15796, + "wojs": 15797, + "##97x73": 15798, + "##issivity": 15799, + "streak": 15800, + "shuttle": 15801, + "resurre": 15802, + "diopsidic": 15803, + "unexposed": 15804, + "abbott": 15805, + "abbreviations": 15806, + "cryptocrystalline": 15807, + "expectation": 15808, + "heavily": 15809, + "drifts": 15810, + "drifted": 15811, + "guiyang": 15812, + "universally": 15813, + "universitet": 15814, + "absorbing": 15815, + "retreated": 15816, + "chloride": 15817, + "pulverized": 15818, + "pulverised": 15819, + "##ophytes": 15820, + "camera": 15821, + "ostracods": 15822, + "fennoscandian": 15823, + "centimeters": 15824, + "isograds": 15825, + "hoped": 15826, + "hopanes": 15827, + "habits": 15828, + "jahn": 15829, + "kohistan": 15830, + "naval": 15831, + "queensland": 15832, + "windley": 15833, + "yy2": 15834, + "##fmash": 15835, + "threaten": 15836, + "conventionally": 15837, + "chuxiong": 15838, + "disagg": 15839, + "expeditions": 15840, + "organized": 15841, + "refinement": 15842, + "volcanogenic": 15843, + "transmissivity": 15844, + "outburst": 15845, + "redistribution": 15846, + "srctitle": 15847, + "srctitlenorm": 15848, + "looking": 15849, + "looked": 15850, + "duplication": 15851, + "framboids": 15852, + "bathymetric": 15853, + "mobilization": 15854, + "archaean": 15855, + "archaeological": 15856, + "cpx1": 15857, + "ignimbrites": 15858, + "sustainable": 15859, + "s18763804183009": 15860, + "leucosomes": 15861, + "civilizations": 15862, + "illuminates": 15863, + "dauphine": 15864, + "##boschung": 15865, + "botanical": 15866, + "cinerea": 15867, + "cids": 15868, + "dozens": 15869, + "ediacaran": 15870, + "fangxian": 15871, + "pierce": 15872, + "qiaojia": 15873, + "routing": 15874, + "tuban": 15875, + "vessel": 15876, + "vessels": 15877, + "virtually": 15878, + "walvis": 15879, + "yakutian": 15880, + "##zyce": 15881, + "conformable": 15882, + "cogel": 15883, + "cognate": 15884, + "chikmagal": 15885, + "haijun": 15886, + "nebular": 15887, + "inclination": 15888, + "liberation": 15889, + "spongiostrom": 15890, + "undersc": 15891, + "fluvio": 15892, + "quanta": 15893, + "feasible": 15894, + "feasibility": 15895, + "expresses": 15896, + "petroliferous": 15897, + "paleotopography": 15898, + "paleotopographic": 15899, + "thinkers": 15900, + "sixteenth": 15901, + "sixteen": 15902, + "speculating": 15903, + "speculative": 15904, + "embodiment": 15905, + "embodied": 15906, + "pubdatetxt": 15907, + "pubdatestart": 15908, + "pellets": 15909, + "pellegrini": 15910, + "grassland": 15911, + "dateloadedtxt": 15912, + "issnnorm": 15913, + "webpdfpag": 15914, + "titanomagnetite": 15915, + "sausars": 15916, + "bleaching": 15917, + "bachu": 15918, + "bryophytes": 15919, + "baekhwas": 15920, + "cordiller": 15921, + "dormancy": 15922, + "french": 15923, + "gorges": 15924, + "gurney": 15925, + "gibbs": 15926, + "kergule": 15927, + "myths": 15928, + "ohio": 15929, + "puzz": 15930, + "rfpa": 15931, + "renewed": 15932, + "utting": 15933, + "umitsu": 15934, + "wyoming": 15935, + "intimate": 15936, + "inevitably": 15937, + "inhomogeneous": 15938, + "stalled": 15939, + "forecasting": 15940, + "reorganization": 15941, + "reappearance": 15942, + "shoreline": 15943, + "prodigious": 15944, + "geopetal": 15945, + "complutense": 15946, + "contradiction": 15947, + "interconnected": 15948, + "arbitr": 15949, + "meetings": 15950, + "cryogenian": 15951, + "phytane": 15952, + "discarded": 15953, + "perforation": 15954, + "poyanghu": 15955, + "stradd": 15956, + "zhaotong": 15957, + "burdened": 15958, + "palaeowildfires": 15959, + "macropetrographic": 15960, + "microcontinents": 15961, + "alkylated": 15962, + "delivered": 15963, + "porphyroblasts": 15964, + "refertilization": 15965, + "nipple": 15966, + "steinmann": 15967, + "kaurik": 15968, + "kaapvaal": 15969, + "overlook": 15970, + "291713": 15971, + "naphtha": 15972, + "publishing": 15973, + "individuals": 15974, + "encapsulation": 15975, + "kujung": 15976, + "harrisson": 15977, + "acknowledg": 15978, + "vestiges": 15979, + "tsunamis": 15980, + "slickensides": 15981, + "karakoram": 15982, + "authfirstini": 15983, + "aulacogens": 15984, + "mississippi": 15985, + "bertelloni": 15986, + "bubbling": 15987, + "c618": 15988, + "c0002": 15989, + "dropped": 15990, + "gbw": 15991, + "gouge": 15992, + "hagemann": 15993, + "hannan": 15994, + "kroner": 15995, + "kitchens": 15996, + "niche": 15997, + "ryerson": 15998, + "raohe": 15999, + "rrandom": 16000, + "sylvester": 16001, + "sigmoid": 16002, + "xushen": 16003, + "##between": 16004, + "throat": 16005, + "thomson": 16006, + "ingred": 16007, + "##ischen": 16008, + "staub": 16009, + "prompted": 16010, + "excessive": 16011, + "ontong": 16012, + "plesovice": 16013, + "ploughing": 16014, + "dianzhong": 16015, + "colonel": 16016, + "ensemble": 16017, + "ensuing": 16018, + "suboxidized": 16019, + "unavoid": 16020, + "interfingering": 16021, + "marnoso": 16022, + "abrasion": 16023, + "scraped": 16024, + "preexisting": 16025, + "oversteepening": 16026, + "calendar": 16027, + "granophyric": 16028, + "impinging": 16029, + "february": 16030, + "paleostrain": 16031, + "territory": 16032, + "glutenite": 16033, + "geochemie": 16034, + "microspect": 16035, + "desmethyl": 16036, + "constructing": 16037, + "constrictional": 16038, + "novais": 16039, + "supplemental": 16040, + "huayingshan": 16041, + "siwalik": 16042, + "predominated": 16043, + "hydrogeological": 16044, + "downwarp": 16045, + "amphibolitization": 16046, + "monthly": 16047, + "pyeongan": 16048, + "contributor": 16049, + "ernst": 16050, + "pavements": 16051, + "skylight": 16052, + "diffractometer": 16053, + "picrobasalts": 16054, + "military": 16055, + "prolonged": 16056, + "reproducibility": 16057, + "##building": 16058, + "microgranite": 16059, + "ellipsoid": 16060, + "vesicas": 16061, + "lamproite": 16062, + "megacrysts": 16063, + "sentinel": 16064, + "inadequate": 16065, + "rejuvenation": 16066, + "geopolymer": 16067, + "diachronous": 16068, + "neotethyan": 16069, + "disequilibrium": 16070, + "poikilitic": 16071, + "bioassemblages": 16072, + "backscatter": 16073, + "s209651922200177": 16074, + "weix2021x1289x": 16075, + "aragonite": 16076, + "bolide": 16077, + "bucknori": 16078, + "bamboo": 16079, + "bronze": 16080, + "cyanobacteria": 16081, + "celebrated": 16082, + "eikonal": 16083, + "fashion": 16084, + "gordon": 16085, + "henan": 16086, + "hosting": 16087, + "hirnan": 16088, + "iwonri": 16089, + "ihmn": 16090, + "jigsaw": 16091, + "jargon": 16092, + "kkpt": 16093, + "kusky": 16094, + "luliang": 16095, + "luckily": 16096, + "mismatch": 16097, + "mortar": 16098, + "nishimura": 16099, + "oikocrysts": 16100, + "pteridophy": 16101, + "piston": 16102, + "punct": 16103, + "pakhals": 16104, + "pechelbron": 16105, + "rogaland": 16106, + "sjetnemark": 16107, + "sengor": 16108, + "sialic": 16109, + "saualpe": 16110, + "stille": 16111, + "ssids": 16112, + "sorbents": 16113, + "sanya": 16114, + "tiglukpuk": 16115, + "tuscany": 16116, + "tuanfeng": 16117, + "tindouf": 16118, + "taught": 16119, + "vapour": 16120, + "voyages": 16121, + "vancouver": 16122, + "writing": 16123, + "xiashu": 16124, + "yilg": 16125, + "yudongzi": 16126, + "yantai": 16127, + "zanhuang": 16128, + "zunyi": 16129, + "zhejiang": 16130, + "zindler": 16131, + "##castle": 16132, + "##huminite": 16133, + "thorough": 16134, + "theriak": 16135, + "##enrichment": 16136, + "##orillonite": 16137, + "##aterials": 16138, + "toughreact": 16139, + "##stuhl": 16140, + "##etsova": 16141, + "##etylondons": 16142, + "stubby": 16143, + "issuelist": 16144, + "forgotten": 16145, + "cokriging": 16146, + "rehydration": 16147, + "shirey": 16148, + "chitradurga": 16149, + "chimneys": 16150, + "exoplanets": 16151, + "beakers": 16152, + "beaufort": 16153, + "beegden": 16154, + "beaumont": 16155, + "fahrboschung": 16156, + "depositing": 16157, + "contentious": 16158, + "dioxide": 16159, + "neodymium": 16160, + "colfiorito": 16161, + "subrounded": 16162, + "subbasalt": 16163, + "mozambique": 16164, + "norcholestane": 16165, + "untenable": 16166, + "unpaired": 16167, + "unnamed": 16168, + "unrepresentative": 16169, + "unroofing": 16170, + "earthbyte": 16171, + "intermontane": 16172, + "interlinked": 16173, + "arranged": 16174, + "meinesz": 16175, + "valnerina": 16176, + "liushugou": 16177, + "sparitic": 16178, + "scisciani": 16179, + "underpinning": 16180, + "lehrstuhl": 16181, + "leikoupo": 16182, + "adamellite": 16183, + "blossomed": 16184, + "feixianguan": 16185, + "paleoceanography": 16186, + "corundum": 16187, + "corpohuminite": 16188, + "carbonatization": 16189, + "consultant": 16190, + "geologicalsocietylondons": 16191, + "triclinic": 16192, + "outsiders": 16193, + "##pecialpublications": 16194, + "desirable": 16195, + "oceanographers": 16196, + "sophistication": 16197, + "primordial": 16198, + "definitions": 16199, + "gaoyou": 16200, + "geohazard": 16201, + "hubeid": 16202, + "huolongmen": 16203, + "wajrakarur": 16204, + "kekituk": 16205, + "doherty": 16206, + "microseisms": 16207, + "synkinematic": 16208, + "luowadie": 16209, + "karacadag": 16210, + "reconnaissance": 16211, + "effectiveness": 16212, + "lofty": 16213, + "monomineral": 16214, + "montmorillonite": 16215, + "geomagnetics": 16216, + "penecontemporaneous": 16217, + "kinoshita": 16218, + "oklahoma": 16219, + "zhangguangcai": 16220, + "pubdateend": 16221, + "bohacs": 16222, + "docsubtype": 16223, + "openarchive": 16224, + "megascopically": 16225, + "ferromagnesian": 16226, + "6715a": 16227, + "brahmaputra": 16228, + "5975c": 16229, + "kuznetsova": 16230, + "yijinhuoluo": 16231, + "bajracharya": 16232, + "sakorafax1997x73": 16233, + "azerbaijan": 16234, + "qiongdongnan": 16235, + "samfrau": 16236, + "unmineralized": 16237, + "lykkmarka": 16238, + "wojszyce": 16239, + "universitetet": 16240, + "s1876380418300910": 16241, + "chikmagalur": 16242, + "spongiostromata": 16243, + "webpdfpagecount": 16244, + "baekhwasan": 16245, + "cordillera": 16246, + "s209651922200177x": 16247, + "pteridophyte": 16248, + "pechelbronn": 16249, + "sjetnemarka": 16250, + "geologicalsocietylondonspecialpublications": 16251, + "sakorafax1997x73x": 16252, + "0s": 16253, + "070": 16254, + "012": 16255, + "1e": 16256, + "1d": 16257, + "1m": 16258, + "2i": 16259, + "2s": 16260, + "3g": 16261, + "3f": 16262, + "3ma": 16263, + "318": 16264, + "3km": 16265, + "356": 16266, + "3gpa": 16267, + "4j": 16268, + "4ga": 16269, + "5ma": 16270, + "518": 16271, + "510": 16272, + "5cm": 16273, + "6e": 16274, + "6ma": 16275, + "616": 16276, + "680": 16277, + "6804": 16278, + "712": 16279, + "790": 16280, + "8i": 16281, + "8c": 16282, + "880": 16283, + "8199": 16284, + "9h": 16285, + "956": 16286, + "910": 16287, + "960": 16288, + "922": 16289, + "929": 16290, + "983": 16291, + "925": 16292, + "a3": 16293, + "a2": 16294, + "a4": 16295, + "ath": 16296, + "aure": 16297, + "aap": 16298, + "aitch": 16299, + "alex": 16300, + "aeros": 16301, + "bd": 16302, + "bm": 16303, + "bing": 16304, + "bse": 16305, + "bard": 16306, + "bun": 16307, + "bose": 16308, + "bour": 16309, + "buch": 16310, + "barnet": 16311, + "bold": 16312, + "bhar": 16313, + "brad": 16314, + "boring": 16315, + "bird": 16316, + "bags": 16317, + "bhuk": 16318, + "barker": 16319, + "c9": 16320, + "cq": 16321, + "cx": 16322, + "cis": 16323, + "cac": 16324, + "cow": 16325, + "cra": 16326, + "cite": 16327, + "cang": 16328, + "cem": 16329, + "ceri": 16330, + "carb": 16331, + "cient": 16332, + "csr": 16333, + "cns": 16334, + "cym": 16335, + "c33": 16336, + "coco": 16337, + "d8": 16338, + "db": 16339, + "dre": 16340, + "dmp": 16341, + "dru": 16342, + "dod": 16343, + "dell": 16344, + "dess": 16345, + "dhan": 16346, + "dill": 16347, + "dred": 16348, + "duch": 16349, + "darc": 16350, + "eg": 16351, + "e0": 16352, + "eon": 16353, + "eve": 16354, + "ether": 16355, + "ect": 16356, + "eut": 16357, + "eolian": 16358, + "egu": 16359, + "ft": 16360, + "ff": 16361, + "fk": 16362, + "fas": 16363, + "fle": 16364, + "fate": 16365, + "fift": 16366, + "fish": 16367, + "farm": 16368, + "fires": 16369, + "fup": 16370, + "fellow": 16371, + "fica": 16372, + "fuca": 16373, + "fki": 16374, + "flect": 16375, + "fesi": 16376, + "gg": 16377, + "gw": 16378, + "gp": 16379, + "ger": 16380, + "gle": 16381, + "gol": 16382, + "gig": 16383, + "gif": 16384, + "gak": 16385, + "gia": 16386, + "garb": 16387, + "geng": 16388, + "gun": 16389, + "gerc": 16390, + "gery": 16391, + "gurn": 16392, + "hl": 16393, + "hw": 16394, + "hon": 16395, + "hit": 16396, + "hul": 16397, + "hous": 16398, + "hak": 16399, + "hut": 16400, + "hear": 16401, + "heng": 16402, + "hens": 16403, + "hake": 16404, + "hons": 16405, + "hank": 16406, + "humin": 16407, + "helling": 16408, + "hany": 16409, + "hbo": 16410, + "hbi": 16411, + "iw": 16412, + "ik": 16413, + "ix": 16414, + "ira": 16415, + "iab": 16416, + "iran": 16417, + "ionic": 16418, + "idi": 16419, + "iked": 16420, + "irock": 16421, + "jn": 16422, + "jg": 16423, + "jc": 16424, + "js": 16425, + "jz": 16426, + "jj": 16427, + "jer": 16428, + "jot": 16429, + "jorm": 16430, + "jain": 16431, + "jones": 16432, + "job": 16433, + "jsm": 16434, + "jovian": 16435, + "jilin": 16436, + "kt": 16437, + "kw": 16438, + "kp": 16439, + "k3": 16440, + "kj": 16441, + "k1": 16442, + "kan": 16443, + "kat": 16444, + "kul": 16445, + "kra": 16446, + "kde": 16447, + "kai": 16448, + "kamb": 16449, + "khai": 16450, + "khar": 16451, + "kash": 16452, + "kf2": 16453, + "kf1": 16454, + "keller": 16455, + "klipp": 16456, + "lh": 16457, + "lp": 16458, + "lb": 16459, + "lz": 16460, + "lq": 16461, + "lj": 16462, + "lmp": 16463, + "lig": 16464, + "liz": 16465, + "lap": 16466, + "lyn": 16467, + "lists": 16468, + "lover": 16469, + "lsc": 16470, + "lfe": 16471, + "lambers": 16472, + "lvl": 16473, + "lodes": 16474, + "mr": 16475, + "mp": 16476, + "m0": 16477, + "mf": 16478, + "m4": 16479, + "mit": 16480, + "mur": 16481, + "mim": 16482, + "mary": 16483, + "myst": 16484, + "mess": 16485, + "mwar": 16486, + "mho": 16487, + "mpan": 16488, + "mhs": 16489, + "myster": 16490, + "nh": 16491, + "ner": 16492, + "nes": 16493, + "nas": 16494, + "nest": 16495, + "nain": 16496, + "nian": 16497, + "nad": 16498, + "nap": 16499, + "nield": 16500, + "nance": 16501, + "native": 16502, + "nomin": 16503, + "n30": 16504, + "nsl": 16505, + "nacion": 16506, + "n25": 16507, + "n59": 16508, + "oz": 16509, + "ooz": 16510, + "oke": 16511, + "oolites": 16512, + "oyu": 16513, + "ogam": 16514, + "p3": 16515, + "p0": 16516, + "p2": 16517, + "ped": 16518, + "pra": 16519, + "pos": 16520, + "pak": 16521, + "pant": 16522, + "pati": 16523, + "pain": 16524, + "pge": 16525, + "pad": 16526, + "pene": 16527, + "pile": 16528, + "pears": 16529, + "pause": 16530, + "piv": 16531, + "pna": 16532, + "pgr": 16533, + "pki": 16534, + "poured": 16535, + "pasur": 16536, + "qq": 16537, + "qx": 16538, + "qina": 16539, + "qfm": 16540, + "ri": 16541, + "rw": 16542, + "r2": 16543, + "rect": 16544, + "rues": 16545, + "rip": 16546, + "rib": 16547, + "rake": 16548, + "roma": 16549, + "rows": 16550, + "rabin": 16551, + "rendered": 16552, + "sor": 16553, + "sig": 16554, + "sonic": 16555, + "sack": 16556, + "sao": 16557, + "sarp": 16558, + "sird": 16559, + "s009": 16560, + "tj": 16561, + "tal": 16562, + "tor": 16563, + "tone": 16564, + "tad": 16565, + "tear": 16566, + "tard": 16567, + "teng": 16568, + "tack": 16569, + "tae": 16570, + "tten": 16571, + "tkm": 16572, + "tonian": 16573, + "talc": 16574, + "tumu": 16575, + "trains": 16576, + "uv": 16577, + "usi": 16578, + "uts": 16579, + "uph": 16580, + "uta": 16581, + "ucm": 16582, + "urand": 16583, + "utm": 16584, + "vg": 16585, + "vall": 16586, + "vad": 16587, + "vann": 16588, + "voo": 16589, + "vict": 16590, + "voids": 16591, + "vasse": 16592, + "vugg": 16593, + "ville": 16594, + "wc": 16595, + "ww": 16596, + "wx": 16597, + "won": 16598, + "wing": 16599, + "wim": 16600, + "wag": 16601, + "wop": 16602, + "wile": 16603, + "wun": 16604, + "wors": 16605, + "wales": 16606, + "wise": 16607, + "wuduhe": 16608, + "xf": 16609, + "xk": 16610, + "xx": 16611, + "xab": 16612, + "xna": 16613, + "xichang": 16614, + "xgr": 16615, + "xuchang": 16616, + "xfe3": 16617, + "yd": 16618, + "yq": 16619, + "yj": 16620, + "yx": 16621, + "yam": 16622, + "yich": 16623, + "your": 16624, + "yandong": 16625, + "yizh": 16626, + "yushu": 16627, + "yishui": 16628, + "zc": 16629, + "zz": 16630, + "zq": 16631, + "zx": 16632, + "zaf": 16633, + "ziy": 16634, + "zaire": 16635, + "œdou": 16636, + "δa": 16637, + "δv": 16638, + "δfm": 16639, + "εtu": 16640, + "εc0": 16641, + "λe": 16642, + "λf": 16643, + "σ3": 16644, + "##uag": 16645, + "##uated": 16646, + "##uke": 16647, + "##uating": 16648, + "##uber": 16649, + "##utive": 16650, + "##ups": 16651, + "##ujing": 16652, + "##uka": 16653, + "##uously": 16654, + "##lg": 16655, + "##lv": 16656, + "##lith": 16657, + "##lim": 16658, + "##lot": 16659, + "##lak": 16660, + "##losed": 16661, + "##lization": 16662, + "##light": 16663, + "##lank": 16664, + "##linal": 16665, + "##lakh": 16666, + "##ladka": 16667, + "##lumber": 16668, + "##ien": 16669, + "##ience": 16670, + "##iall": 16671, + "##ijiang": 16672, + "##ienen": 16673, + "##imps": 16674, + "##nine": 16675, + "##nest": 16676, + "##nov": 16677, + "##nitude": 16678, + "##nav": 16679, + "##natus": 16680, + "##gre": 16681, + "##gas": 16682, + "##gation": 16683, + "##gence": 16684, + "##gest": 16685, + "##gary": 16686, + "##gio": 16687, + "##gula": 16688, + "##grad": 16689, + "##gds": 16690, + "##eable": 16691, + "##ext": 16692, + "##efined": 16693, + "##cel": 16694, + "##com": 16695, + "##cri": 16696, + "##cale": 16697, + "##cox": 16698, + "##cott": 16699, + "##cings": 16700, + "##cules": 16701, + "##coming": 16702, + "##o2": 16703, + "##oti": 16704, + "##ooc": 16705, + "##oment": 16706, + "##oamp": 16707, + "##oves": 16708, + "##oons": 16709, + "##ofacies": 16710, + "##sa": 16711, + "##sy": 16712, + "##sz": 16713, + "##sediment": 16714, + "##sable": 16715, + "##solution": 16716, + "##shu": 16717, + "##sli": 16718, + "##ship": 16719, + "##s13": 16720, + "##sania": 16721, + "##tr": 16722, + "##tw": 16723, + "##tac": 16724, + "##tos": 16725, + "##tem": 16726, + "##take": 16727, + "##tane": 16728, + "##tuo": 16729, + "##t15": 16730, + "##tring": 16731, + "##toli": 16732, + "##t23": 16733, + "##tuni": 16734, + "##tgds": 16735, + "##rn": 16736, + "##rin": 16737, + "##ror": 16738, + "##rim": 16739, + "##rant": 16740, + "##ronic": 16741, + "##ratory": 16742, + "##ratch": 16743, + "##hg": 16744, + "##hc": 16745, + "##hre": 16746, + "##hos": 16747, + "##hag": 16748, + "##here": 16749, + "##hem": 16750, + "##hao": 16751, + "##harm": 16752, + "##hada": 16753, + "##hwar": 16754, + "##hidhang": 16755, + "##wary": 16756, + "##well": 16757, + "##wood": 16758, + "##w03": 16759, + "##wumbu": 16760, + "##aing": 16761, + "##aam": 16762, + "##aut": 16763, + "##aments": 16764, + "##away": 16765, + "##axi": 16766, + "##aolo": 16767, + "##ahedrally": 16768, + "##db": 16769, + "##dies": 16770, + "##dade": 16771, + "##dimensional": 16772, + "##m2": 16773, + "##mith": 16774, + "##meng": 16775, + "##member": 16776, + "##mei": 16777, + "##metric": 16778, + "##moil": 16779, + "##72": 16780, + "##ył": 16781, + "##yor": 16782, + "##yam": 16783, + "##yun": 16784, + "##yland": 16785, + "##ymm": 16786, + "##yalite": 16787, + "##pat": 16788, + "##pot": 16789, + "##peng": 16790, + "##port": 16791, + "##pie": 16792, + "##plying": 16793, + "##pei": 16794, + "##3d": 16795, + "##94": 16796, + "##06": 16797, + "##0ε": 16798, + "##2z": 16799, + "##2oc": 16800, + "##213": 16801, + "##240": 16802, + "##276": 16803, + "##8z": 16804, + "##831": 16805, + "##8199": 16806, + "##5m": 16807, + "##52": 16808, + "##55": 16809, + "##fn": 16810, + "##fen": 16811, + "##fter": 16812, + "##flu": 16813, + "##fus": 16814, + "##fia": 16815, + "##fib": 16816, + "##fner": 16817, + "##falc": 16818, + "##bal": 16819, + "##bre": 16820, + "##bil": 16821, + "##bore": 16822, + "##bted": 16823, + "##bae": 16824, + "##biss": 16825, + "##bao": 16826, + "##bung": 16827, + "##brak": 16828, + "##bauer": 16829, + "##zies": 16830, + "##zyb": 16831, + "##ztagh": 16832, + "##zzo": 16833, + "##zoned": 16834, + "##zx0": 16835, + "##400": 16836, + "##qid": 16837, + "##ja": 16838, + "##jour": 16839, + "##just": 16840, + "##juan": 16841, + "##jann": 16842, + "##jaya": 16843, + "##jkhand": 16844, + "##kant": 16845, + "##kies": 16846, + "##kai": 16847, + "##kyr": 16848, + "##kert": 16849, + "##kup": 16850, + "##kla": 16851, + "##kowski": 16852, + "##kfmash": 16853, + "##xc": 16854, + "##xd": 16855, + "##xz": 16856, + "##xon": 16857, + "##xed": 16858, + "##x00": 16859, + "##xion": 16860, + "##xuan": 16861, + "##xiao": 16862, + "##vv": 16863, + "##von": 16864, + "##vou": 16865, + "##vol": 16866, + "##vos": 16867, + "##vally": 16868, + "##vable": 16869, + "##vari": 16870, + "##vitation": 16871, + "##vances": 16872, + "##vature": 16873, + "##vaux": 16874, + "##łob": 16875, + "thal": 16876, + "thar": 16877, + "thur": 16878, + "thul": 16879, + "tharp": 16880, + "thuli": 16881, + "thienen": 16882, + "theor": 16883, + "thesis": 16884, + "##onization": 16885, + "##onym": 16886, + "##onova": 16887, + "##erra": 16888, + "##erab": 16889, + "##erug": 16890, + "##tir": 16891, + "##tiz": 16892, + "##tiv": 16893, + "##tiform": 16894, + "##tield": 16895, + "##tible": 16896, + "##tiyan": 16897, + "##tify": 16898, + "##tians": 16899, + "##tiously": 16900, + "##timento": 16901, + "##eson": 16902, + "##ester": 16903, + "##ests": 16904, + "##esne": 16905, + "##eseismic": 16906, + "##esimals": 16907, + "##inur": 16908, + "##inage": 16909, + "##iness": 16910, + "##inder": 16911, + "##en5": 16912, + "##en1": 16913, + "##enet": 16914, + "##enorm": 16915, + "##enian": 16916, + "##enze": 16917, + "##enbosch": 16918, + "##alic": 16919, + "##alent": 16920, + "##alene": 16921, + "##alnorm": 16922, + "##alpine": 16923, + "##alala": 16924, + "##altenes": 16925, + "##ndt": 16926, + "##orz": 16927, + "##oran": 16928, + "##oras": 16929, + "##orid": 16930, + "##orate": 16931, + "##anch": 16932, + "##anies": 16933, + "##ananes": 16934, + "##ansu": 16935, + "##analy": 16936, + "##anhada": 16937, + "##ico": 16938, + "##icated": 16939, + "##icity": 16940, + "##icist": 16941, + "##icine": 16942, + "##icules": 16943, + "##at7": 16944, + "##aty": 16945, + "##atag": 16946, + "##atten": 16947, + "inex": 16948, + "inlier": 16949, + "inlay": 16950, + "inequ": 16951, + "ingers": 16952, + "##arle": 16953, + "##arag": 16954, + "##arted": 16955, + "##arging": 16956, + "##artine": 16957, + "##relation": 16958, + "##itu": 16959, + "##itated": 16960, + "##itful": 16961, + "##ittu": 16962, + "##itectic": 16963, + "##asa": 16964, + "##asm": 16965, + "##asic": 16966, + "##asar": 16967, + "##asure": 16968, + "##asound": 16969, + "##aschist": 16970, + "##roz": 16971, + "##rode": 16972, + "##roves": 16973, + "##roto": 16974, + "##roversion": 16975, + "##rovou": 16976, + "##roalpine": 16977, + "##entation": 16978, + "##entory": 16979, + "##entrop": 16980, + "##istical": 16981, + "##isporites": 16982, + "##eling": 16983, + "##elly": 16984, + "##elve": 16985, + "##elta": 16986, + "##eltered": 16987, + "##elming": 16988, + "##elni": 16989, + "##lets": 16990, + "##leths": 16991, + "touch": 16992, + "toxic": 16993, + "toler": 16994, + "tosteep": 16995, + "toyok": 16996, + "tosa": 16997, + "##oul": 16998, + "##oumal": 16999, + "##oulet": 17000, + "##oubted": 17001, + "##olp": 17002, + "##olati": 17003, + "##olia": 17004, + "##older": 17005, + "##olering": 17006, + "##olysis": 17007, + "##olytic": 17008, + "##olmo": 17009, + "##thest": 17010, + "##thitic": 17011, + "##thrusting": 17012, + "##acas": 17013, + "##ster": 17014, + "##stra": 17015, + "##stud": 17016, + "##sterian": 17017, + "##eca": 17018, + "##ecology": 17019, + "##ectives": 17020, + "##ecutive": 17021, + "##ecolp": 17022, + "##urite": 17023, + "##urity": 17024, + "##urus": 17025, + "##urred": 17026, + "##urities": 17027, + "##urnal": 17028, + "##ulf": 17029, + "##ulan": 17030, + "##ulian": 17031, + "##ulates": 17032, + "##ulake": 17033, + "##uldade": 17034, + "##etary": 17035, + "##etown": 17036, + "##ette": 17037, + "stem": 17038, + "stain": 17039, + "stell": 17040, + "stones": 17041, + "stably": 17042, + "stather": 17043, + "stays": 17044, + "stenian": 17045, + "isles": 17046, + "isotrop": 17047, + "isenthal": 17048, + "isooc": 17049, + "ishwar": 17050, + "isentrop": 17051, + "##mpi": 17052, + "confer": 17053, + "conifer": 17054, + "##ocine": 17055, + "##ocular": 17056, + "##ocalc": 17057, + "##ocoll": 17058, + "##iga": 17059, + "##igation": 17060, + "##igaon": 17061, + "fortes": 17062, + "forested": 17063, + "forsm": 17064, + "forcings": 17065, + "forsy": 17066, + "##siri": 17067, + "##silic": 17068, + "##sification": 17069, + "##sio4": 17070, + "##si3o": 17071, + "##ime": 17072, + "##imag": 17073, + "##imtal": 17074, + "##iminated": 17075, + "mak": 17076, + "max": 17077, + "maast": 17078, + "maob": 17079, + "mahes": 17080, + "##terran": 17081, + "##terior": 17082, + "##terey": 17083, + "coop": 17084, + "coasts": 17085, + "deal": 17086, + "deyang": 17087, + "##rage": 17088, + "##raham": 17089, + "##idang": 17090, + "##iders": 17091, + "##identi": 17092, + "##idating": 17093, + "##idines": 17094, + "##iduous": 17095, + "##idimensional": 17096, + "##osus": 17097, + "##tinct": 17098, + "##tinolite": 17099, + "##ilo": 17100, + "##ilations": 17101, + "##ilers": 17102, + "##ilization": 17103, + "reed": 17104, + "reid": 17105, + "rever": 17106, + "revel": 17107, + "revi": 17108, + "suo": 17109, + "suited": 17110, + "suining": 17111, + "sugio": 17112, + "shock": 17113, + "sheng": 17114, + "shenn": 17115, + "shuk": 17116, + "shosh": 17117, + "shini": 17118, + "shaly": 17119, + "shaded": 17120, + "shyok": 17121, + "asynthesis": 17122, + "asthe": 17123, + "che": 17124, + "chp": 17125, + "ch4": 17126, + "chur": 17127, + "chad": 17128, + "chance": 17129, + "chilled": 17130, + "chung": 17131, + "chatt": 17132, + "chidi": 17133, + "chansu": 17134, + "choulet": 17135, + "antil": 17136, + "anping": 17137, + "answ": 17138, + "anlin": 17139, + "anvil": 17140, + "an36": 17141, + "##urei": 17142, + "##roment": 17143, + "##oga": 17144, + "##ogan": 17145, + "##ogou": 17146, + "##ogical": 17147, + "bash": 17148, + "##ago": 17149, + "##agger": 17150, + "##agnitude": 17151, + "##agilo": 17152, + "##very": 17153, + "##versible": 17154, + "##ifex": 17155, + "##ticles": 17156, + "##tickal": 17157, + "alle": 17158, + "alad": 17159, + "aliqu": 17160, + "alta": 17161, + "alto": 17162, + "aluminous": 17163, + "alginite": 17164, + "alikh": 17165, + "bybe": 17166, + "##americ": 17167, + "##aminate": 17168, + "##amenorm": 17169, + "exits": 17170, + "exerc": 17171, + "exci": 17172, + "exerts": 17173, + "exagger": 17174, + "begun": 17175, + "betickal": 17176, + "wholes": 17177, + "seed": 17178, + "seyl": 17179, + "seochang": 17180, + "sebung": 17181, + "onge": 17182, + "online": 17183, + "##odon": 17184, + "##odian": 17185, + "##odae": 17186, + "##odtes": 17187, + "##phin": 17188, + "##phrogenic": 17189, + "##phoons": 17190, + "##irnov": 17191, + "##omical": 17192, + "##omous": 17193, + "##omao": 17194, + "##ombe": 17195, + "or4": 17196, + "ortel": 17197, + "ornatus": 17198, + "##umseong": 17199, + "##anghu": 17200, + "##angpo": 17201, + "##anganda": 17202, + "##chi": 17203, + "##chin": 17204, + "##chal": 17205, + "##chong": 17206, + "##chann": 17207, + "##chbe": 17208, + "##chuang": 17209, + "##chfi": 17210, + "faun": 17211, + "faint": 17212, + "fayalite": 17213, + "##rio": 17214, + "##riz": 17215, + "##ectable": 17216, + "##otle": 17217, + "##otely": 17218, + "##otometry": 17219, + "##otrophic": 17220, + "##otypes": 17221, + "resumed": 17222, + "restites": 17223, + "resorbed": 17224, + "##sey": 17225, + "acicular": 17226, + "acme": 17227, + "actinolite": 17228, + "##opu": 17229, + "##opes": 17230, + "##opite": 17231, + "##opangea": 17232, + "##oplank": 17233, + "##ichur": 17234, + "##icheri": 17235, + "##ichsel": 17236, + "##ongs": 17237, + "##ongjia": 17238, + "atkinson": 17239, + "atoms": 17240, + "geography": 17241, + "geosphere": 17242, + "gehre": 17243, + "geumseong": 17244, + "##abu": 17245, + "##abar": 17246, + "##abuchi": 17247, + "##abushan": 17248, + "##abbro": 17249, + "##abasic": 17250, + "placing": 17251, + "plinian": 17252, + "compile": 17253, + "compelling": 17254, + "complies": 17255, + "compelled": 17256, + "composites": 17257, + "companies": 17258, + "compilations": 17259, + "deput": 17260, + "deplan": 17261, + "depaolo": 17262, + "##aker": 17263, + "##akol": 17264, + "##akawa": 17265, + "##utting": 17266, + "##utah": 17267, + "hau": 17268, + "haifeng": 17269, + "##emo": 17270, + "##emitic": 17271, + "##embe": 17272, + "##velen": 17273, + "##rani": 17274, + "##ranites": 17275, + "##istency": 17276, + "##istotle": 17277, + "##ppel": 17278, + "##atial": 17279, + "##atile": 17280, + "##ativa": 17281, + "##izi": 17282, + "##izable": 17283, + "tectostratigraphic": 17284, + "##orejo": 17285, + "##racts": 17286, + "##racture": 17287, + "##geting": 17288, + "##0057": 17289, + "##00x00": 17290, + "##oneous": 17291, + "##oneering": 17292, + "indigenous": 17293, + "indentation": 17294, + "##allels": 17295, + "##lus": 17296, + "##luens": 17297, + "dipar": 17298, + "dipped": 17299, + "diabasic": 17300, + "nebul": 17301, + "neoh": 17302, + "nexion": 17303, + "para": 17304, + "parm": 17305, + "parting": 17306, + "parake": 17307, + "parana": 17308, + "paralic": 17309, + "parasound": 17310, + "parallels": 17311, + "##ianalytical": 17312, + "lowand": 17313, + "lowers": 17314, + "lowlands": 17315, + "wasting": 17316, + "mined": 17317, + "minutes": 17318, + "##ucat": 17319, + "##ucocratic": 17320, + "##ueshan": 17321, + "grating": 17322, + "gravey": 17323, + "clum": 17324, + "clash": 17325, + "cliff": 17326, + "##roups": 17327, + "eni": 17328, + "entit": 17329, + "enfor": 17330, + "enerug": 17331, + "evans": 17332, + "subm": 17333, + "subun": 17334, + "subram": 17335, + "subside": 17336, + "sublay": 17337, + "subhydrous": 17338, + "##aceae": 17339, + "##terns": 17340, + "relies": 17341, + "relates": 17342, + "relie": 17343, + "relics": 17344, + "relying": 17345, + "relicts": 17346, + "##usa": 17347, + "##ussions": 17348, + "##uscri": 17349, + "prescott": 17350, + "intend": 17351, + "intrag": 17352, + "intensively": 17353, + "intuitive": 17354, + "##formity": 17355, + "studi": 17356, + "student": 17357, + "##adium": 17358, + "##adean": 17359, + "##advances": 17360, + "modifying": 17361, + "modifications": 17362, + "unity": 17363, + "unsh": 17364, + "unsu": 17365, + "uninter": 17366, + "unbur": 17367, + "uniu": 17368, + "unproduc": 17369, + "unzoned": 17370, + "discon": 17371, + "dispar": 17372, + "disks": 17373, + "disrupted": 17374, + "disharm": 17375, + "##apawat": 17376, + "##apinar": 17377, + "##aprio": 17378, + "##erious": 17379, + "interc": 17380, + "interact": 17381, + "intercepted": 17382, + "interrupted": 17383, + "intertw": 17384, + "maru": 17385, + "mariti": 17386, + "marne": 17387, + "marie": 17388, + "maruy": 17389, + "mariner": 17390, + "marcel": 17391, + "mineralizing": 17392, + "arche": 17393, + "arises": 17394, + "arrangements": 17395, + "arndt": 17396, + "aristotle": 17397, + "regressed": 17398, + "regulate": 17399, + "usual": 17400, + "usrani": 17401, + "slim": 17402, + "slates": 17403, + "sliver": 17404, + "slide": 17405, + "abudu": 17406, + "abrol": 17407, + "ab92": 17408, + "abreviations": 17409, + "abroad": 17410, + "abraham": 17411, + "abutting": 17412, + "sampler": 17413, + "##ystia": 17414, + "##ysicist": 17415, + "coalbed": 17416, + "coalfacies": 17417, + "coaltield": 17418, + "##lespie": 17419, + "##ersistent": 17420, + "##ersmith": 17421, + "##mais": 17422, + "weber": 17423, + "weilin": 17424, + "weyland": 17425, + "weichsel": 17426, + "mattos": 17427, + "itrf": 17428, + "##cont": 17429, + "##concep": 17430, + "##connel": 17431, + "##condens": 17432, + "##ducing": 17433, + "##iavon": 17434, + "##ellular": 17435, + "##ipa": 17436, + "##iping": 17437, + "meitan": 17438, + "reck": 17439, + "recep": 17440, + "recoil": 17441, + "##ypro": 17442, + "##ypetro": 17443, + "##diary": 17444, + "oberm": 17445, + "obstruct": 17446, + "obara": 17447, + "oblak": 17448, + "metres": 17449, + "accent": 17450, + "##ghat": 17451, + "live": 17452, + "liable": 17453, + "##so4": 17454, + "##asses": 17455, + "##ccarb": 17456, + "haseg": 17457, + "##entive": 17458, + "##entitious": 17459, + "seismites": 17460, + "tefl": 17461, + "teaching": 17462, + "spe": 17463, + "spur": 17464, + "spray": 17465, + "spicules": 17466, + "spiders": 17467, + "##ermine": 17468, + "##ermined": 17469, + "##aseong": 17470, + "##epx": 17471, + "##eposit": 17472, + "##epartment": 17473, + "scene": 17474, + "scaled": 17475, + "scratch": 17476, + "colleague": 17477, + "20ma": 17478, + "2050": 17479, + "undated": 17480, + "undrained": 17481, + "undulation": 17482, + "undulated": 17483, + "undoubted": 17484, + "##ozhen": 17485, + "flue": 17486, + "fluorid": 17487, + "gashes": 17488, + "surpass": 17489, + "underc": 17490, + "underestim": 17491, + "underrepres": 17492, + "mainstream": 17493, + "mainpur": 17494, + "typology": 17495, + "overwh": 17496, + "overrode": 17497, + "extroversion": 17498, + "notation": 17499, + "occluded": 17500, + "##ardment": 17501, + "##ardson": 17502, + "quist": 17503, + "quench": 17504, + "qung": 17505, + "quoti": 17506, + "cavern": 17507, + "cavitation": 17508, + "calgary": 17509, + "calymm": 17510, + "lithified": 17511, + "lithoge": 17512, + "lithics": 17513, + "##ounding": 17514, + "lowered": 17515, + "##itively": 17516, + "##itialnorm": 17517, + "larji": 17518, + "leach": 17519, + "leica": 17520, + "leached": 17521, + "deteri": 17522, + "##ickle": 17523, + "mantleand": 17524, + "zonein": 17525, + "##iba": 17526, + "advers": 17527, + "##ifice": 17528, + "facet": 17529, + "faculdade": 17530, + "impi": 17531, + "imperm": 17532, + "impressive": 17533, + "imparted": 17534, + "impurities": 17535, + "impersistent": 17536, + "wellhead": 17537, + "wellbore": 17538, + "##ralow": 17539, + "locate": 17540, + "lochn": 17541, + "blo": 17542, + "blast": 17543, + "blind": 17544, + "feg": 17545, + "feti": 17546, + "feot": 17547, + "expert": 17548, + "expelled": 17549, + "1070": 17550, + "10be": 17551, + "1022": 17552, + "1028": 17553, + "1015": 17554, + "1071": 17555, + "petrotectonics": 17556, + "paleoc": 17557, + "paleobot": 17558, + "##ileino": 17559, + "##ilegula": 17560, + "generator": 17561, + "##uno": 17562, + "##unction": 17563, + "##unched": 17564, + "##achi": 17565, + "##acher": 17566, + "##reef": 17567, + "prc": 17568, + "przyb": 17569, + "thicken": 17570, + "kme": 17571, + "security": 17572, + "##ensated": 17573, + "changsheng": 17574, + "hydrox": 17575, + "hyderab": 17576, + "reperc": 17577, + "phil": 17578, + "phari": 17579, + "phlog": 17580, + "physics": 17581, + "##formational": 17582, + "##nee": 17583, + "##ynodon": 17584, + "asser": 17585, + "assay": 17586, + "assisting": 17587, + "appl": 17588, + "applies": 17589, + "comagmatic": 17590, + "folk": 17591, + "mayagilo": 17592, + "carbonated": 17593, + "carbonatic": 17594, + "carbonisation": 17595, + "carbonatite": 17596, + "wherein": 17597, + "##ryos": 17598, + "afield": 17599, + "afghan": 17600, + "centrif": 17601, + "twin": 17602, + "twinned": 17603, + "twelve": 17604, + "ageing": 17605, + "midto": 17606, + "consume": 17607, + "consolidated": 17608, + "consecutive": 17609, + "silical": 17610, + "silva": 17611, + "##ighton": 17612, + "fractal": 17613, + "tims": 17614, + "organicrich": 17615, + "twoand": 17616, + "##obo": 17617, + "##obilization": 17618, + "rangin": 17619, + "##viroment": 17620, + "##ludes": 17621, + "##rety": 17622, + "##retoko": 17623, + "##ochuan": 17624, + "trfran": 17625, + "##athadka": 17626, + "upthrown": 17627, + "updip": 17628, + "varieg": 17629, + "varieties": 17630, + "deepwater": 17631, + "greasy": 17632, + "majhas": 17633, + "##particles": 17634, + "decoll": 17635, + "decrat": 17636, + "deciduous": 17637, + "##ricia": 17638, + "##oursed": 17639, + "##deep": 17640, + "##deformation": 17641, + "##developed": 17642, + "observables": 17643, + "##uster": 17644, + "sandto": 17645, + "agrees": 17646, + "agraded": 17647, + "1918": 17648, + "1913": 17649, + "1976": 17650, + "1919": 17651, + "1934": 17652, + "##othill": 17653, + "longquan": 17654, + "amante": 17655, + "uplands": 17656, + "riverside": 17657, + "##logy": 17658, + "glfs": 17659, + "domal": 17660, + "translated": 17661, + "verging": 17662, + "verruc": 17663, + "##lisation": 17664, + "outp": 17665, + "outlo": 17666, + "outflow": 17667, + "outlet": 17668, + "outlines": 17669, + "##olet": 17670, + "##olemais": 17671, + "buttons": 17672, + "##inska": 17673, + "##inski": 17674, + "heim": 17675, + "heqing": 17676, + "heishan": 17677, + "hetian": 17678, + "hebr": 17679, + "health": 17680, + "hekla": 17681, + "##lingite": 17682, + "centralized": 17683, + "southernand": 17684, + "##redict": 17685, + "interpenet": 17686, + "waterways": 17687, + "complementing": 17688, + "micaschist": 17689, + "##ioff": 17690, + "##ioimag": 17691, + "striation": 17692, + "##umulation": 17693, + "flowback": 17694, + "desired": 17695, + "seaway": 17696, + "smn": 17697, + "smart": 17698, + "smirnov": 17699, + "slips": 17700, + "##dup": 17701, + "##duces": 17702, + "##ducheon": 17703, + "characterising": 17704, + "##blak": 17705, + "regionalization": 17706, + "reserved": 17707, + "beck": 17708, + "controvers": 17709, + "upliftment": 17710, + "earthquakesdis": 17711, + "quarterly": 17712, + "mounting": 17713, + "limy": 17714, + "trachy": 17715, + "stagewise": 17716, + "discre": 17717, + "discoursed": 17718, + "##xtopu": 17719, + "reservoiring": 17720, + "potter": 17721, + "environmentally": 17722, + "##ximiao": 17723, + "constructive": 17724, + "extensions": 17725, + "fla": 17726, + "flare": 17727, + "flotation": 17728, + "floras": 17729, + "manual": 17730, + "manuscri": 17731, + "trended": 17732, + "proposal": 17733, + "periodical": 17734, + "200ma": 17735, + "precluded": 17736, + "precludes": 17737, + "##ieval": 17738, + "westernmost": 17739, + "furume": 17740, + "genera": 17741, + "mudfl": 17742, + "peel": 17743, + "peucat": 17744, + "richness": 17745, + "richardson": 17746, + "peru": 17747, + "percepti": 17748, + "perception": 17749, + "persian": 17750, + "perladka": 17751, + "peritectic": 17752, + "perthitic": 17753, + "hydrocarbonsc": 17754, + "sectional": 17755, + "sox": 17756, + "soares": 17757, + "##ossils": 17758, + "norman": 17759, + "##huiding": 17760, + "targeting": 17761, + "complexly": 17762, + "noises": 17763, + "methylene": 17764, + "12c": 17765, + "127": 17766, + "122": 17767, + "12th": 17768, + "12km": 17769, + "12000": 17770, + "1223": 17771, + "palimps": 17772, + "palghat": 17773, + "##ropa": 17774, + "shallowest": 17775, + "ruo": 17776, + "craters": 17777, + "##heishan": 17778, + "##ometamorphic": 17779, + "suppression": 17780, + "facture": 17781, + "newton": 17782, + "newcastle": 17783, + "157": 17784, + "##hibole": 17785, + "infol": 17786, + "bedard": 17787, + "smallsc": 17788, + "##oveget": 17789, + "derives": 17790, + "strand": 17791, + "remotely": 17792, + "remobilization": 17793, + "determin": 17794, + "suggestion": 17795, + "suggestive": 17796, + "ceased": 17797, + "accumulates": 17798, + "velasco": 17799, + "zhi": 17800, + "zh2": 17801, + "zhoushan": 17802, + "zhidong": 17803, + "calculates": 17804, + "##rowth": 17805, + "strains": 17806, + "equidimensional": 17807, + "terminating": 17808, + "identity": 17809, + "identifies": 17810, + "containment": 17811, + "erodes": 17812, + "thinnest": 17813, + "prime": 17814, + "pattem": 17815, + "patricia": 17816, + "definite": 17817, + "paleoele": 17818, + "paleokar": 17819, + "paleoecology": 17820, + "gufeng": 17821, + "gubong": 17822, + "guabushan": 17823, + "##text": 17824, + "gao": 17825, + "gaox": 17826, + "gaotai": 17827, + "petrologist": 17828, + "petrologists": 17829, + "meshes": 17830, + "burner": 17831, + "burgm": 17832, + "burnt": 17833, + "burchfi": 17834, + "##gered": 17835, + "11d": 17836, + "1170": 17837, + "1130": 17838, + "1114": 17839, + "1122": 17840, + "1133": 17841, + "##avia": 17842, + "breed": 17843, + "palaeogene": 17844, + "palaeotectonic": 17845, + "palaeosol": 17846, + "palaeodepositional": 17847, + "palaeobot": 17848, + "palaeoveget": 17849, + "solver": 17850, + "solute": 17851, + "##ksan": 17852, + "##ksai": 17853, + "##ksson": 17854, + "tried": 17855, + "tripol": 17856, + "100a": 17857, + "multim": 17858, + "curtin": 17859, + "curran": 17860, + "curie": 17861, + "curvature": 17862, + "hui": 17863, + "hump": 17864, + "huizhou": 17865, + "huiting": 17866, + "huquan": 17867, + "hubert": 17868, + "grainstones": 17869, + "widens": 17870, + "wideness": 17871, + "lattices": 17872, + "ordinate": 17873, + "superplumes": 17874, + "superterran": 17875, + "bears": 17876, + "localised": 17877, + "scienze": 17878, + "18i": 17879, + "181": 17880, + "1850": 17881, + "1820": 17882, + "1840": 17883, + "1876": 17884, + "1833": 17885, + "1828": 17886, + "combo": 17887, + "combust": 17888, + "combines": 17889, + "nwand": 17890, + "nwto": 17891, + "nwtr": 17892, + "traded": 17893, + "trailing": 17894, + "stratigraphical": 17895, + "multipl": 17896, + "multidimensional": 17897, + "multiplying": 17898, + "1430": 17899, + "1447": 17900, + "1425": 17901, + "14t0": 17902, + "finding": 17903, + "doing": 17904, + "1650": 17905, + "1620": 17906, + "16km": 17907, + "1670": 17908, + "1624": 17909, + "1644": 17910, + "postdate": 17911, + "postdated": 17912, + "postgra": 17913, + "peaka": 17914, + "sikh": 17915, + "sierra": 17916, + "##tenjann": 17917, + "investigaci": 17918, + "microand": 17919, + "microte": 17920, + "microplates": 17921, + "microparticles": 17922, + "endow": 17923, + "enderb": 17924, + "endmember": 17925, + "##faced": 17926, + "backf": 17927, + "backreef": 17928, + "specially": 17929, + "speciation": 17930, + "inset": 17931, + "insulation": 17932, + "insulated": 17933, + "synta": 17934, + "13m": 17935, + "132": 17936, + "134": 17937, + "1310": 17938, + "opq": 17939, + "option": 17940, + "opined": 17941, + "conversions": 17942, + "baima": 17943, + "bavik": 17944, + "baota": 17945, + "baxtopu": 17946, + "cyclisation": 17947, + "poland": 17948, + "##anomp": 17949, + "##anooga": 17950, + "mgpd": 17951, + "rapaki": 17952, + "gielni": 17953, + "reacting": 17954, + "reaccumul": 17955, + "501": 17956, + "50ka": 17957, + "179": 17958, + "1756": 17959, + "1714": 17960, + "1728": 17961, + "preserving": 17962, + "lapping": 17963, + "lazar": 17964, + "lausan": 17965, + "launched": 17966, + "##anned": 17967, + "##ishi": 17968, + "##isheng": 17969, + "weakest": 17970, + "landmark": 17971, + "dissecting": 17972, + "northwesterly": 17973, + "medial": 17974, + "mediated": 17975, + "medicine": 17976, + "medieval": 17977, + "carl": 17978, + "carton": 17979, + "carpath": 17980, + "307": 17981, + "301": 17982, + "3074": 17983, + "luk": 17984, + "luth": 17985, + "luoci": 17986, + "luhai": 17987, + "lubric": 17988, + "luwumbu": 17989, + "luodian": 17990, + "luochuan": 17991, + "##atispora": 17992, + "slopea": 17993, + "delicate": 17994, + "delvaux": 17995, + "delaminate": 17996, + "diagrammatic": 17997, + "denote": 17998, + "denoted": 17999, + "denoting": 18000, + "porphyr": 18001, + "dolarenite": 18002, + "dolphin": 18003, + "shortage": 18004, + "petrographically": 18005, + "clinoamp": 18006, + "augen": 18007, + "feldbiss": 18008, + "karelian": 18009, + "karicheri": 18010, + "karapinar": 18011, + "biology": 18012, + "biases": 18013, + "biosphere": 18014, + "biased": 18015, + "bioclim": 18016, + "bivari": 18017, + "inject": 18018, + "injects": 18019, + "api": 18020, + "apulian": 18021, + "##exsolution": 18022, + "##ompensated": 18023, + "director": 18024, + "breakpoints": 18025, + "breakups": 18026, + "accretional": 18027, + "downlap": 18028, + "salinities": 18029, + "salaam": 18030, + "cmag": 18031, + "cmlg": 18032, + "sizeable": 18033, + "schell": 18034, + "scholle": 18035, + "schlumber": 18036, + "schiavon": 18037, + "schuster": 18038, + "##aoka": 18039, + "granulitized": 18040, + "turtle": 18041, + "turkey": 18042, + "turmoil": 18043, + "plagiogranite": 18044, + "plagiogranites": 18045, + "##erton": 18046, + "prognostic": 18047, + "programa": 18048, + "##rupole": 18049, + "2300": 18050, + "2354": 18051, + "elsterian": 18052, + "407": 18053, + "403a": 18054, + "##eier": 18055, + "shoulder": 18056, + "platy": 18057, + "workings": 18058, + "classifies": 18059, + "songgu": 18060, + "fewer": 18061, + "monto": 18062, + "montan": 18063, + "monogenetic": 18064, + "monterey": 18065, + "##indrical": 18066, + "internationally": 18067, + "niob": 18068, + "niqiu": 18069, + "sagaing": 18070, + "##awski": 18071, + "ultima": 18072, + "ulvos": 18073, + "##ublished": 18074, + "steer": 18075, + "stepping": 18076, + "stepped": 18077, + "stewar": 18078, + "stephan": 18079, + "converges": 18080, + "euhedrally": 18081, + "thermocalc": 18082, + "burialand": 18083, + "blackish": 18084, + "blackwell": 18085, + "kaiser": 18086, + "kaibo": 18087, + "plateaux": 18088, + "pyritic": 18089, + "suggesteds": 18090, + "universe": 18091, + "universal": 18092, + "fourteen": 18093, + "semidi": 18094, + "semianalytical": 18095, + "25a": 18096, + "259": 18097, + "254": 18098, + "251": 18099, + "25ma": 18100, + "gabrovou": 18101, + "ii2": 18102, + "iiia": 18103, + "##xiuke": 18104, + "sinuosus": 18105, + "aside": 18106, + "tansania": 18107, + "illites": 18108, + "inferior": 18109, + "inferring": 18110, + "##ragarh": 18111, + "experiences": 18112, + "geophones": 18113, + "sulfuric": 18114, + "neglect": 18115, + "rooting": 18116, + "roques": 18117, + "statements": 18118, + "##nalcoal": 18119, + "geomaterials": 18120, + "212": 18121, + "216": 18122, + "21st": 18123, + "2175": 18124, + "amplify": 18125, + "alm68": 18126, + "alm69": 18127, + "damages": 18128, + "damaging": 18129, + "300m": 18130, + "30000": 18131, + "drips": 18132, + "edx": 18133, + "edenite": 18134, + "eddies": 18135, + "weiyan": 18136, + "weikang": 18137, + "worldview": 18138, + "tectonite": 18139, + "tectonometamorphic": 18140, + "lami": 18141, + "lamination": 18142, + "laminations": 18143, + "laminar": 18144, + "inventory": 18145, + "subsag": 18146, + "aggradation": 18147, + "alters": 18148, + "28i": 18149, + "289": 18150, + "288": 18151, + "286": 18152, + "2822": 18153, + "2825": 18154, + "pena": 18155, + "selous": 18156, + "selective": 18157, + "##okite": 18158, + "##toqid": 18159, + "coevally": 18160, + "foam": 18161, + "foothill": 18162, + "wuyang": 18163, + "wuzh": 18164, + "wuji": 18165, + "oxytherm": 18166, + "oxyexsolution": 18167, + "##tillot": 18168, + "bui": 18169, + "dusi": 18170, + "##dfire": 18171, + "##yll": 18172, + "##ylsilic": 18173, + "##flaten": 18174, + "stars": 18175, + "distinction": 18176, + "palaeoflora": 18177, + "palaeoearthquakes": 18178, + "60i": 18179, + "60a": 18180, + "602": 18181, + "605": 18182, + "creighton": 18183, + "needles": 18184, + "needless": 18185, + "cuu": 18186, + "cup": 18187, + "gneissose": 18188, + "mml": 18189, + "nonvolcanic": 18190, + "sitlakh": 18191, + "##fulangqing": 18192, + "##ognized": 18193, + "predicated": 18194, + "estu": 18195, + "estuary": 18196, + "powers": 18197, + "powell": 18198, + "attrinite": 18199, + "attacked": 18200, + "fallen": 18201, + "hypoxia": 18202, + "##clastic": 18203, + "steepest": 18204, + "steepens": 18205, + "steepening": 18206, + "243": 18207, + "249": 18208, + "242": 18209, + "248": 18210, + "244": 18211, + "2433": 18212, + "posidon": 18213, + "##16a": 18214, + "recognizing": 18215, + "recognizable": 18216, + "224": 18217, + "eman": 18218, + "emits": 18219, + "emerge": 18220, + "nanyang": 18221, + "nanzh": 18222, + "nanwei": 18223, + "nanosc": 18224, + "appearing": 18225, + "bandpass": 18226, + "ertuo": 18227, + "approximated": 18228, + "label": 18229, + "standing": 18230, + "anyang": 18231, + "siniana": 18232, + "0001": 18233, + "000km": 18234, + "00032": 18235, + "00079": 18236, + "lightest": 18237, + "##ugation": 18238, + "##ugang": 18239, + "##ugtoqid": 18240, + "##trating": 18241, + "barak": 18242, + "barometry": 18243, + "barometers": 18244, + "barring": 18245, + "barrel": 18246, + "barasar": 18247, + "barrage": 18248, + "##itizing": 18249, + "collabor": 18250, + "colloidal": 18251, + "modernization": 18252, + "brv": 18253, + "brzes": 18254, + "brookite": 18255, + "morphogenic": 18256, + "morphologies": 18257, + "morphologic": 18258, + "spatio": 18259, + "diamondiferous": 18260, + "ak7": 18261, + "ak3": 18262, + "ak10": 18263, + "ak15": 18264, + "axioimag": 18265, + "##ercing": 18266, + "segroves": 18267, + "taxa": 18268, + "tazzo": 18269, + "taxon": 18270, + "taphrogenic": 18271, + "tailegula": 18272, + "reston": 18273, + "restore": 18274, + "restoring": 18275, + "restoration": 18276, + "##fe2si": 18277, + "microscale": 18278, + "reductive": 18279, + "kumta": 18280, + "kumamoto": 18281, + "wang90": 18282, + "qualities": 18283, + "equilibrate": 18284, + "msd": 18285, + "bp42": 18286, + "bp39": 18287, + "bp41": 18288, + "355": 18289, + "##8012": 18290, + "26a": 18291, + "263": 18292, + "262": 18293, + "268": 18294, + "##shigu": 18295, + "##shakol": 18296, + "concentrically": 18297, + "70s": 18298, + "701": 18299, + "70km": 18300, + "7080": 18301, + "exhume": 18302, + "293": 18303, + "296": 18304, + "29170": 18305, + "##thenes": 18306, + "differentiating": 18307, + "na2oc": 18308, + "##ectonics": 18309, + "yanhui": 18310, + "yanjin": 18311, + "yanqiu": 18312, + "junlian": 18313, + "kbsi": 18314, + "paju": 18315, + "##ennes": 18316, + "##ogeography": 18317, + "exclusion": 18318, + "excluding": 18319, + "commens": 18320, + "337": 18321, + "330": 18322, + "332": 18323, + "335": 18324, + "331": 18325, + "3300": 18326, + "331a": 18327, + "3314": 18328, + "fungi": 18329, + "funnel": 18330, + "syenite": 18331, + "syenites": 18332, + "##uller": 18333, + "summaries": 18334, + "317": 18335, + "314": 18336, + "##otherms": 18337, + "rampur": 18338, + "convections": 18339, + "convectively": 18340, + "anisian": 18341, + "qingfeng": 18342, + "qingchang": 18343, + "qingdao": 18344, + "risen": 18345, + "tiancun": 18346, + "zonal": 18347, + "oxidised": 18348, + "s134": 18349, + "##co3": 18350, + "##co2": 18351, + "connor": 18352, + "advocated": 18353, + "attributing": 18354, + "yinghui": 18355, + "exhumations": 18356, + "80s": 18357, + "80713": 18358, + "tuwu": 18359, + "yuye": 18360, + "yueman": 18361, + "minimally": 18362, + "minimization": 18363, + "strengthen": 18364, + "1000m": 18365, + "helium": 18366, + "humification": 18367, + "examinations": 18368, + "intersects": 18369, + "478": 18370, + "475": 18371, + "476a": 18372, + "400m": 18373, + "400km": 18374, + "400200": 18375, + "63i": 18376, + "633": 18377, + "630": 18378, + "632": 18379, + "631": 18380, + "narayan": 18381, + "slowed": 18382, + "spaceborne": 18383, + "demonstrating": 18384, + "322a": 18385, + "327a": 18386, + "irrig": 18387, + "johans": 18388, + "muztagh": 18389, + "muroto": 18390, + "retene": 18391, + "retains": 18392, + "##ivocal": 18393, + "liupans": 18394, + "hotplate": 18395, + "##oya": 18396, + "##10lv": 18397, + "867": 18398, + "boo": 18399, + "boast": 18400, + "bohem": 18401, + "boilers": 18402, + "laslet": 18403, + "##kaishi": 18404, + "##1303": 18405, + "##structure": 18406, + "dengying": 18407, + "proterozoiccrustalevolution": 18408, + "industries": 18409, + "2025": 18410, + "austroalpine": 18411, + "mtds": 18412, + "mtumbu": 18413, + "wilcox": 18414, + "wildfire": 18415, + "conception": 18416, + "conceived": 18417, + "protect": 18418, + "protected": 18419, + "entities": 18420, + "entirety": 18421, + "cannanomp": 18422, + "huangchuan": 18423, + "huangmei": 18424, + "chengjiang": 18425, + "chengyu": 18426, + "regards": 18427, + "permeation": 18428, + "actuating": 18429, + "kerrich": 18430, + "kernel": 18431, + "doesna": 18432, + "pyrogenic": 18433, + "jiangdong": 18434, + "jiangshu": 18435, + "skg": 18436, + "sk2": 18437, + "skłob": 18438, + "skoumal": 18439, + "internationaljour": 18440, + "c23": 18441, + "c24": 18442, + "dongying": 18443, + "dongducheon": 18444, + "darker": 18445, + "icap": 18446, + "ickert": 18447, + "##30f": 18448, + "turbiditic": 18449, + "65i": 18450, + "653": 18451, + "pleiad": 18452, + "handbook": 18453, + "902": 18454, + "catag": 18455, + "##haz": 18456, + "##4057": 18457, + "devoid": 18458, + "devolati": 18459, + "002": 18460, + "00z": 18461, + "001": 18462, + "calls": 18463, + "gentler": 18464, + "##slopes": 18465, + "introducing": 18466, + "markedly": 18467, + "floored": 18468, + "274": 18469, + "2700": 18470, + "2764": 18471, + "hillslopes": 18472, + "lipid": 18473, + "saudi": 18474, + "tabular": 18475, + "xinjin": 18476, + "xinyi": 18477, + "helping": 18478, + "pyrolysable": 18479, + "easm": 18480, + "##ashi": 18481, + "phenylsilic": 18482, + "schistosity": 18483, + "kbars": 18484, + "482": 18485, + "481": 18486, + "481a": 18487, + "567": 18488, + "874": 18489, + "383": 18490, + "386": 18491, + "lids": 18492, + "ashes": 18493, + "paleogeomorphology": 18494, + "paleogeotherms": 18495, + "buildup": 18496, + "433": 18497, + "438": 18498, + "freeze": 18499, + "##orbulake": 18500, + "399": 18501, + "394": 18502, + "915": 18503, + "91501": 18504, + "dryas": 18505, + "urgency": 18506, + "xiaofei": 18507, + "1061": 18508, + "planetesimals": 18509, + "microscopes": 18510, + "##sui": 18511, + "realm": 18512, + "extruded": 18513, + "52a": 18514, + "529": 18515, + "528": 18516, + "525": 18517, + "524": 18518, + "5200": 18519, + "524a": 18520, + "524057": 18521, + "chenxing": 18522, + "extracts": 18523, + "photography": 18524, + "photometer": 18525, + "photogram": 18526, + "2016zx0": 18527, + "purtuni": 18528, + "##ikar": 18529, + "replaces": 18530, + "##aporites": 18531, + "semkiwu": 18532, + "tongue": 18533, + "tomb": 18534, + "tomson": 18535, + "tombel": 18536, + "substances": 18537, + "reactivate": 18538, + "reactivating": 18539, + "hongfa": 18540, + "honghao": 18541, + "hongshigu": 18542, + "enhances": 18543, + "transforms": 18544, + "transformations": 18545, + "ruptures": 18546, + "rotationalsh": 18547, + "53a": 18548, + "536": 18549, + "534": 18550, + "537a": 18551, + "51g": 18552, + "517": 18553, + "extremes": 18554, + "segmentation": 18555, + "inherit": 18556, + "polarizing": 18557, + "footpath": 18558, + "549": 18559, + "54fe": 18560, + "5470": 18561, + "54006": 18562, + "73a": 18563, + "731": 18564, + "aiming": 18565, + "logistical": 18566, + "susana": 18567, + "incomplete": 18568, + "342": 18569, + "peltac": 18570, + "120ma": 18571, + "juveniles": 18572, + "dah": 18573, + "daozhen": 18574, + "daheishan": 18575, + "ettring": 18576, + "temporaland": 18577, + "893": 18578, + "899": 18579, + "97804": 18580, + "978012": 18581, + "gren": 18582, + "grs5": 18583, + "grs13": 18584, + "jinyue": 18585, + "jinmeng": 18586, + "pingchang": 18587, + "##irau": 18588, + "##hydrocarbon": 18589, + "##aghat": 18590, + "archive": 18591, + "paleolatit": 18592, + "restrict": 18593, + "restricts": 18594, + "tensileand": 18595, + "7500": 18596, + "800m": 18597, + "datable": 18598, + "funds": 18599, + "viability": 18600, + "vijaya": 18601, + "##stsurn": 18602, + "prefers": 18603, + "travelled": 18604, + "sensed": 18605, + "drape": 18606, + "tenors": 18607, + "##eady": 18608, + "##ohum": 18609, + "372": 18610, + "3771": 18611, + "37mmyr": 18612, + "883": 18613, + "883a": 18614, + "wants": 18615, + "encoura": 18616, + "eastwards": 18617, + "0200": 18618, + "02264": 18619, + "opposed": 18620, + "utilize": 18621, + "wulanch": 18622, + "zhujiang": 18623, + "diverts": 18624, + "diversion": 18625, + "diverging": 18626, + "105i": 18627, + "viscus": 18628, + "viscosities": 18629, + "032": 18630, + "038": 18631, + "0384": 18632, + "423": 18633, + "424": 18634, + "42000": 18635, + "balkh": 18636, + "balkema": 18637, + "gridding": 18638, + "persons": 18639, + "recovering": 18640, + "illustrating": 18641, + "495": 18642, + "499a": 18643, + "rapp": 18644, + "rafts": 18645, + "behave": 18646, + "2014a": 18647, + "beddings": 18648, + "1307": 18649, + "044": 18650, + "repeat": 18651, + "lawver": 18652, + "distinguishes": 18653, + "gondwanas": 18654, + "autoliths": 18655, + "automorphic": 18656, + "mcconnel": 18657, + "annite": 18658, + "externally": 18659, + "evaporated": 18660, + "mexican": 18661, + "992": 18662, + "95a": 18663, + "955": 18664, + "rhein": 18665, + "rheic": 18666, + "xinglin": 18667, + "accelerate": 18668, + "accelerates": 18669, + "spinifex": 18670, + "decomposed": 18671, + "7800": 18672, + "852": 18673, + "jiannan": 18674, + "jianye": 18675, + "kalirau": 18676, + "lreeenrichment": 18677, + "sunk": 18678, + "sunlight": 18679, + "449": 18680, + "444": 18681, + "937": 18682, + "933": 18683, + "935": 18684, + "935a": 18685, + "fuyuan": 18686, + "fuhr": 18687, + "mbar": 18688, + "mbamba": 18689, + "tonalites": 18690, + "xuhui": 18691, + "xuzhou": 18692, + "xujia": 18693, + "xuyong": 18694, + "xujie": 18695, + "##ticeps": 18696, + "albitic": 18697, + "alborz": 18698, + "simplicity": 18699, + "optimally": 18700, + "176yb": 18701, + "erroneous": 18702, + "hercyniana": 18703, + "digested": 18704, + "mwm": 18705, + "staggered": 18706, + "demands": 18707, + "democratic": 18708, + "tephrost": 18709, + "1099a": 18710, + "##obarometry": 18711, + "geothermometers": 18712, + "aquifers": 18713, + "besal": 18714, + "besse": 18715, + "daixian": 18716, + "herbaceous": 18717, + "o3w": 18718, + "pulling": 18719, + "practically": 18720, + "passed": 18721, + "sphene": 18722, + "yearnav": 18723, + "##000x2": 18724, + "penetrating": 18725, + "summarizes": 18726, + "rigidity": 18727, + "cpes": 18728, + "cp197": 18729, + "kindly": 18730, + "xii": 18731, + "xiaying": 18732, + "xianda": 18733, + "##pena": 18734, + "shahu": 18735, + "shaft": 18736, + "shaximiao": 18737, + "shanyang": 18738, + "sixth": 18739, + "elasticity": 18740, + "thermoelastic": 18741, + "receivers": 18742, + "crests": 18743, + "crested": 18744, + "jiuca": 18745, + "jinglin": 18746, + "jingchun": 18747, + "panalytical": 18748, + "taiyuan": 18749, + "taihang": 18750, + "isostacy": 18751, + "discharges": 18752, + "discharging": 18753, + "spotted": 18754, + "quantified": 18755, + "precisions": 18756, + "1500m": 18757, + "concordantly": 18758, + "avalanches": 18759, + "57a": 18760, + "948": 18761, + "filed": 18762, + "films": 18763, + "filaments": 18764, + "goes": 18765, + "miscell": 18766, + "misfit": 18767, + "misconcep": 18768, + "asymmetries": 18769, + "1974": 18770, + "headward": 18771, + "mesoand": 18772, + "1808": 18773, + "1804a": 18774, + "purported": 18775, + "stagnantand": 18776, + "oscillation": 18777, + "badarch": 18778, + "komnine": 18779, + "picrites": 18780, + "congru": 18781, + "articulated": 18782, + "caveat": 18783, + "feeds": 18784, + "immisc": 18785, + "microstructure": 18786, + "schemes": 18787, + "crucially": 18788, + "073": 18789, + "593": 18790, + "590": 18791, + "598": 18792, + "courtillot": 18793, + "harder": 18794, + "hardness": 18795, + "santa": 18796, + "santonian": 18797, + "##okee": 18798, + "shiwei": 18799, + "shiretoko": 18800, + "shihuiding": 18801, + "chamapawat": 18802, + "paragraph": 18803, + "macroand": 18804, + "macrophy": 18805, + "deglaciated": 18806, + "liquefied": 18807, + "063": 18808, + "danjiang": 18809, + "##ukam": 18810, + "usefulness": 18811, + "overprints": 18812, + "catalysis": 18813, + "safonova": 18814, + "instrumentally": 18815, + "molybdenum": 18816, + "molybdenites": 18817, + "615": 18818, + "77a": 18819, + "777": 18820, + "7700": 18821, + "flexures": 18822, + "pioneering": 18823, + "piercing": 18824, + "##liness": 18825, + "##mbot": 18826, + "##accate": 18827, + "##accumulation": 18828, + "##igui": 18829, + "exsuda": 18830, + "stratotype": 18831, + "stratlingite": 18832, + "1255": 18833, + "125km": 18834, + "straightly": 18835, + "zhenyuan": 18836, + "finds": 18837, + "kinematically": 18838, + "2a7": 18839, + "837": 18840, + "airborne": 18841, + "airport": 18842, + "nagpur": 18843, + "nagss": 18844, + "sanzhong": 18845, + "sanxia": 18846, + "sanidines": 18847, + "readjust": 18848, + "aligns": 18849, + "maintaining": 18850, + "greenschists": 18851, + "concern": 18852, + "cnga": 18853, + "cnyu": 18854, + "dropstones": 18855, + "hanzhong": 18856, + "hanxuan": 18857, + "ningxiang": 18858, + "roberts": 18859, + "sq7": 18860, + "sq3": 18861, + "sq6": 18862, + "siderian": 18863, + "conjluens": 18864, + "conjunction": 18865, + "depocentre": 18866, + "colorless": 18867, + "ensured": 18868, + "interferogram": 18869, + "lohaghat": 18870, + "δ56fepx": 18871, + "xiaoerblak": 18872, + "synthesize": 18873, + "nucleate": 18874, + "qigfulangqing": 18875, + "tangshan": 18876, + "##appa": 18877, + "##rography": 18878, + "coherently": 18879, + "ascending": 18880, + "ascended": 18881, + "molecules": 18882, + "modulates": 18883, + "regularly": 18884, + "regularity": 18885, + "southwards": 18886, + "reproduces": 18887, + "reprecipitate": 18888, + "terminus": 18889, + "baja": 18890, + "juxtapose": 18891, + "geoscientist": 18892, + "bitumens": 18893, + "addresses": 18894, + "682": 18895, + "6800": 18896, + "762": 18897, + "7683": 18898, + "azurite": 18899, + "bhimtal": 18900, + "cameca": 18901, + "harris": 18902, + "harring": 18903, + "jiahong": 18904, + "jiaxin": 18905, + "jiaodong": 18906, + "jiazhen": 18907, + "koolmo": 18908, + "koksai": 18909, + "lishu": 18910, + "qianwei": 18911, + "rarer": 18912, + "vanadium": 18913, + "villages": 18914, + "##renoids": 18915, + "seasons": 18916, + "fluctuates": 18917, + "smoother": 18918, + "infiltrating": 18919, + "zhongnan": 18920, + "zhongsh": 18921, + "zhongpei": 18922, + "irregularly": 18923, + "irregularity": 18924, + "emphasizes": 18925, + "lohawaiti": 18926, + "wusongger": 18927, + "governing": 18928, + "millions": 18929, + "nc20": 18930, + "nc17": 18931, + "nc29": 18932, + "nckfmash": 18933, + "nitric": 18934, + "tapia": 18935, + "tapering": 18936, + "yuanba": 18937, + "##yinchang": 18938, + "coproduction": 18939, + "dehydrated": 18940, + "checked": 18941, + "##omorphs": 18942, + "sclavia": 18943, + "1607": 18944, + "polycondens": 18945, + "pseudovitrinite": 18946, + "pseudomorphs": 18947, + "6400": 18948, + "6413": 18949, + "64zn": 18950, + "7491": 18951, + "duren": 18952, + "durchbe": 18953, + "kuttiyan": 18954, + "lagerst": 18955, + "lifofacies": 18956, + "nandu": 18957, + "s350": 18958, + "yongye": 18959, + "##report": 18960, + "stern": 18961, + "accessories": 18962, + "intensifying": 18963, + "detectors": 18964, + "encounter": 18965, + "tholeiite": 18966, + "unknowns": 18967, + "8200": 18968, + "binocular": 18969, + "bilham": 18970, + "bridging": 18971, + "july": 18972, + "ngu": 18973, + "ngaka": 18974, + "pumices": 18975, + "picking": 18976, + "wetter": 18977, + "validation": 18978, + "validate": 18979, + "homogenization": 18980, + "filtering": 18981, + "vegetated": 18982, + "border": 18983, + "bordering": 18984, + "borderland": 18985, + "fixist": 18986, + "ghat": 18987, + "gh97": 18988, + "lobed": 18989, + "missed": 18990, + "xiaonan": 18991, + "xiaodu": 18992, + "xiaogan": 18993, + "xiaomao": 18994, + "xiaorbulake": 18995, + "##north": 18996, + "shui": 18997, + "shugen": 18998, + "chondritic": 18999, + "neighbors": 19000, + "wastewater": 19001, + "liangl": 19002, + "implicated": 19003, + "##generated": 19004, + "bracket": 19005, + "truncates": 19006, + "truncating": 19007, + "araki": 19008, + "ciech": 19009, + "csby": 19010, + "merge": 19011, + "pengshui": 19012, + "teleseismic": 19013, + "yuejun": 19014, + "##cumulate": 19015, + "##afide": 19016, + "##muir": 19017, + "##x214": 19018, + "##x2000x2": 19019, + "searched": 19020, + "complicate": 19021, + "complicates": 19022, + "complicating": 19023, + "objectives": 19024, + "insightful": 19025, + "augmented": 19026, + "montefalc": 19027, + "awati": 19028, + "awatag": 19029, + "bgw03": 19030, + "couple": 19031, + "gelified": 19032, + "lsa": 19033, + "lsce": 19034, + "lslu": 19035, + "lsbi": 19036, + "mangabal": 19037, + "wenhui": 19038, + "wenji": 19039, + "yubileino": 19040, + "δ13ccarb": 19041, + "##arged": 19042, + "isochronous": 19043, + "resistive": 19044, + "##akhand": 19045, + "float": 19046, + "floating": 19047, + "1295": 19048, + "1292a": 19049, + "swaths": 19050, + "photographed": 19051, + "avg": 19052, + "benioff": 19053, + "borate": 19054, + "borosilicate": 19055, + "fmas": 19056, + "hokada": 19057, + "rvrs": 19058, + "rainer": 19059, + "raintoli": 19060, + "vaporize": 19061, + "##5004": 19062, + "stylolitic": 19063, + "clarification": 19064, + "inconsistency": 19065, + "##wegung": 19066, + "prevents": 19067, + "preventive": 19068, + "strategy": 19069, + "overturn": 19070, + "deciphered": 19071, + "microfracture": 19072, + "embryos": 19073, + "cataloging": 19074, + "checkbox": 19075, + "bruce": 19076, + "bruker": 19077, + "brudz": 19078, + "bangxi": 19079, + "maldo": 19080, + "maltenes": 19081, + "ptolemais": 19082, + "samarium": 19083, + "ssc1": 19084, + "zk4": 19085, + "##6413": 19086, + "##borate": 19087, + "isoplot": 19088, + "isopleths": 19089, + "isoprenoids": 19090, + "conveyor": 19091, + "##oscope": 19092, + "suturing": 19093, + "sutured": 19094, + "markets": 19095, + "volumelist": 19096, + "occupied": 19097, + "1970s": 19098, + "biasing": 19099, + "schoene": 19100, + "2500m": 19101, + "2500years": 19102, + "7086": 19103, + "literatures": 19104, + "johnson": 19105, + "enhancement": 19106, + "revolutionized": 19107, + "metabasic": 19108, + "metabasite": 19109, + "cc54": 19110, + "certified": 19111, + "musson": 19112, + "octahedrally": 19113, + "renqi": 19114, + "ren11": 19115, + "renuka": 19116, + "titled": 19117, + "welding": 19118, + "##loromethane": 19119, + "##446413": 19120, + "stabilization": 19121, + "withdraw": 19122, + "withdrawn": 19123, + "paleoclimates": 19124, + "paleoclimatic": 19125, + "interpolated": 19126, + "interpolating": 19127, + "karstic": 19128, + "3000km": 19129, + "economy": 19130, + "brazilian": 19131, + "epicentres": 19132, + "epicenters": 19133, + "lagoonal": 19134, + "lifetime": 19135, + "embayed": 19136, + "embayments": 19137, + "possesses": 19138, + "982a": 19139, + "donet": 19140, + "ebinur": 19141, + "educaci": 19142, + "educativa": 19143, + "kotli": 19144, + "kotlia": 19145, + "langmuir": 19146, + "learn": 19147, + "machine": 19148, + "merging": 19149, + "ninety": 19150, + "pinpoint": 19151, + "pushing": 19152, + "s4c": 19153, + "socio": 19154, + "satisfact": 19155, + "zengzhao": 19156, + "innermost": 19157, + "reactor": 19158, + "deployment": 19159, + "subtracted": 19160, + "arenites": 19161, + "transparency": 19162, + "pebbly": 19163, + "230a": 19164, + "benefited": 19165, + "benefits": 19166, + "powdered": 19167, + "circumst": 19168, + "rajmah": 19169, + "admixtures": 19170, + "qigebrak": 19171, + "convexities": 19172, + "bogdan": 19173, + "bergius": 19174, + "campos": 19175, + "campbell": 19176, + "dickite": 19177, + "dickitisation": 19178, + "dunite": 19179, + "france": 19180, + "ketan1": 19181, + "liaoning": 19182, + "nuvv": 19183, + "sapien": 19184, + "tdm2": 19185, + "##evolution": 19186, + "##45m": 19187, + "shipai": 19188, + "aluminosilicate": 19189, + "attainable": 19190, + "arkose": 19191, + "leonard": 19192, + "exponent": 19193, + "exponential": 19194, + "conspicuously": 19195, + "1932": 19196, + "percolate": 19197, + "percolated": 19198, + "percolating": 19199, + "paleoenvironment": 19200, + "paleoenvironments": 19201, + "knickpoints": 19202, + "baoji": 19203, + "baojia": 19204, + "delineation": 19205, + "280a": 19206, + "xinjianga": 19207, + "emptying": 19208, + "infrastructures": 19209, + "perturbation": 19210, + "6102": 19211, + "ailoshan": 19212, + "eqs": 19213, + "lvt": 19214, + "lvf": 19215, + "mutation": 19216, + "xalm": 19217, + "xishancun": 19218, + "foreshore": 19219, + "geodynam": 19220, + "##plicate": 19221, + "unsolved": 19222, + "unsymmet": 19223, + "unevenly": 19224, + "topographies": 19225, + "orthogonal": 19226, + "orthogneisses": 19227, + "angelier": 19228, + "lamellar": 19229, + "excelencia": 19230, + "repetitive": 19231, + "contemporaneously": 19232, + "s016651620000": 19233, + "s0166516200x00": 19234, + "borneo": 19235, + "luntan3": 19236, + "disappearance": 19237, + "trondhjemitic": 19238, + "7708": 19239, + "bcr": 19240, + "bouger": 19241, + "casing": 19242, + "dm4": 19243, + "echelons": 19244, + "jiaoye": 19245, + "jadeite": 19246, + "kenya": 19247, + "kongur": 19248, + "ldus": 19249, + "lmf": 19250, + "olonos": 19251, + "svends": 19252, + "vibration": 19253, + "vibrations": 19254, + "vibratory": 19255, + "yinchuan": 19256, + "##iyard": 19257, + "staff": 19258, + "shifts": 19259, + "asphaltenes": 19260, + "responded": 19261, + "subsidiary": 19262, + "unpredict": 19263, + "unpublished": 19264, + "paleouplifts": 19265, + "allochthons": 19266, + "175lu": 19267, + "landsat7": 19268, + "downwellings": 19269, + "elaborate": 19270, + "supersaturated": 19271, + "installation": 19272, + "installations": 19273, + "discriminator": 19274, + "subaquatic": 19275, + "covariation": 19276, + "covariant": 19277, + "a1m": 19278, + "biggest": 19279, + "bakken": 19280, + "bombardment": 19281, + "dhuime": 19282, + "lyon": 19283, + "lecucocratic": 19284, + "menu": 19285, + "menzies": 19286, + "naco3": 19287, + "oslo": 19288, + "qmr": 19289, + "tsangpo": 19290, + "xianfeng": 19291, + "zongyu": 19292, + "zongqiang": 19293, + "##tuogu": 19294, + "##865": 19295, + "condensed": 19296, + "coppersmith": 19297, + "coppermine": 19298, + "shutdown": 19299, + "formalized": 19300, + "formalize": 19301, + "neutrality": 19302, + "formationk2": 19303, + "clouds": 19304, + "abbate": 19305, + "survival": 19306, + "quadrupole": 19307, + "adapt": 19308, + "adapted": 19309, + "1906": 19310, + "1906a": 19311, + "flanking": 19312, + "permitted": 19313, + "drifting": 19314, + "guijuan": 19315, + "guidance": 19316, + "multichannel": 19317, + "multicellular": 19318, + "hydrology": 19319, + "migmatite": 19320, + "28250": 19321, + "farsund": 19322, + "retrieve": 19323, + "chloritization": 19324, + "saussur": 19325, + "kaolinisation": 19326, + "jianfeng2": 19327, + "daniela": 19328, + "unfortunate": 19329, + "corroborates": 19330, + "innovation": 19331, + "symplectites": 19332, + "dismembering": 19333, + "660km": 19334, + "cubes": 19335, + "dictates": 19336, + "haba": 19337, + "masuda": 19338, + "mingguang": 19339, + "mingpeng": 19340, + "navigation": 19341, + "pannotia": 19342, + "qp2": 19343, + "sonar": 19344, + "sonne": 19345, + "typhoons": 19346, + "zoomed": 19347, + "zoogeography": 19348, + "##tarakhand": 19349, + "##rifting": 19350, + "threats": 19351, + "storms": 19352, + "convenient": 19353, + "convenience": 19354, + "chuncheon": 19355, + "subglacial": 19356, + "subgrains": 19357, + "subgroups": 19358, + "collects": 19359, + "quiescent": 19360, + "adequately": 19361, + "adcumulates": 19362, + "phosphate": 19363, + "phosphorous": 19364, + "organization": 19365, + "transitory": 19366, + "redistributed": 19367, + "redistributing": 19368, + "mudslides": 19369, + "palaeoclimatic": 19370, + "capturing": 19371, + "18947": 19372, + "172yb": 19373, + "dissolves": 19374, + "cartographic": 19375, + "duplicate": 19376, + "authfirstsurn": 19377, + "cataclasites": 19378, + "mobilizing": 19379, + "granted": 19380, + "violent": 19381, + "dimensionless": 19382, + "paragneisses": 19383, + "extrapolation": 19384, + "cathaysian": 19385, + "xuefengshan": 19386, + "appraisals": 19387, + "harzburgite": 19388, + "5127": 19389, + "6701": 19390, + "alegre": 19391, + "boninites": 19392, + "bonafide": 19393, + "bottle": 19394, + "croati": 19395, + "dozen": 19396, + "efx": 19397, + "editing": 19398, + "girdle": 19399, + "ibis": 19400, + "iberia": 19401, + "kyushu": 19402, + "katili": 19403, + "mossbauer": 19404, + "pmt": 19405, + "petrel": 19406, + "pindos": 19407, + "tube": 19408, + "virtual": 19409, + "yakela": 19410, + "yunfeng": 19411, + "yunbo": 19412, + "zhanfeng": 19413, + "##x526": 19414, + "##x1064": 19415, + "##ispora": 19416, + "anatase": 19417, + "anatolia": 19418, + "resonances": 19419, + "nebdal": 19420, + "armour": 19421, + "liberated": 19422, + "spike": 19423, + "spikes": 19424, + "spongy": 19425, + "screw": 19426, + "screens": 19427, + "screening": 19428, + "undersaturated": 19429, + "fluviatile": 19430, + "quantum": 19431, + "additive": 19432, + "1548": 19433, + "ecosystems": 19434, + "solvent": 19435, + "financial": 19436, + "bringing": 19437, + "narakodu": 19438, + "megacontin": 19439, + "grasses": 19440, + "doubtful": 19441, + "titanium": 19442, + "physico": 19443, + "francisco": 19444, + "franciscan": 19445, + "dharmathadka": 19446, + "jadeitite": 19447, + "tasmanides": 19448, + "tetrahedral": 19449, + "tetraborate": 19450, + "friendliness": 19451, + "vertebrates": 19452, + "unambiguously": 19453, + "disintegrate": 19454, + "pennsylvanian": 19455, + "218a": 19456, + "52064": 19457, + "birth": 19458, + "birch": 19459, + "barbara": 19460, + "barberton": 19461, + "bryan": 19462, + "baek": 19463, + "buckle": 19464, + "buckling": 19465, + "c35s": 19466, + "dicaprio": 19467, + "dicynodon": 19468, + "dormant": 19469, + "dwarf": 19470, + "dwarahat": 19471, + "frc": 19472, + "gorge": 19473, + "gursli": 19474, + "gibbons": 19475, + "justified": 19476, + "liaoyuan": 19477, + "mota": 19478, + "motenko": 19479, + "petersen": 19480, + "roland": 19481, + "rolled": 19482, + "rosas": 19483, + "uttarakhand": 19484, + "xsps": 19485, + "##ught": 19486, + "##iecinska": 19487, + "##washi": 19488, + "##pinel": 19489, + "##fo2": 19490, + "##bnite": 19491, + "intimately": 19492, + "inevitable": 19493, + "inhomogeneities": 19494, + "stereo": 19495, + "forecast": 19496, + "shorelines": 19497, + "prodelta": 19498, + "bypassed": 19499, + "geopark": 19500, + "compliment": 19501, + "##andez": 19502, + "contradicts": 19503, + "claims": 19504, + "enlarging": 19505, + "enlarged": 19506, + "meeting": 19507, + "metagrey": 19508, + "metagabbro": 19509, + "cryogenic": 19510, + "cautiously": 19511, + "cauvery": 19512, + "blanketed": 19513, + "explicitly": 19514, + "kmd14": 19515, + "repositioned": 19516, + "appreciably": 19517, + "19311": 19518, + "discarding": 19519, + "perforations": 19520, + "suppresses": 19521, + "straddle": 19522, + "palaeowinds": 19523, + "macropores": 19524, + "trails": 19525, + "microcontinent": 19526, + "porphyroblast": 19527, + "23t11": 19528, + "refertilized": 19529, + "nippon": 19530, + "ultralow": 19531, + "kaurane": 19532, + "kaapval": 19533, + "emitted": 19534, + "erdols": 19535, + "naphthalene": 19536, + "publishers": 19537, + "homologues": 19538, + "homologue": 19539, + "individually": 19540, + "meteorology": 19541, + "baltican": 19542, + "spherul": 19543, + "catalysts": 19544, + "kujawski": 19545, + "harrsion": 19546, + "acknowledged": 19547, + "vestigisporites": 19548, + "slickenfib": 19549, + "karakorum": 19550, + "authfirstinitialnorm": 19551, + "aulacogen": 19552, + "mississippian": 19553, + "01665162": 19554, + "2h2o": 19555, + "3402": 19556, + "avenues": 19557, + "avenue": 19558, + "bozeman": 19559, + "bozshakol": 19560, + "dangerous": 19561, + "dangjin": 19562, + "dachang": 19563, + "dachazi": 19564, + "dynamical": 19565, + "dynamically": 19566, + "grooves": 19567, + "h53": 19568, + "hatched": 19569, + "iteratively": 19570, + "joseon": 19571, + "kreuser": 19572, + "krevelen": 19573, + "kasarag": 19574, + "kola": 19575, + "kangdian": 19576, + "khanka": 19577, + "mishrif": 19578, + "mentioning": 19579, + "ottenjann": 19580, + "oroclinal": 19581, + "pyroxenite": 19582, + "qfp": 19583, + "qfpi": 19584, + "stibnite": 19585, + "session": 19586, + "sessions": 19587, + "srikant": 19588, + "vague": 19589, + "veneer": 19590, + "xyz": 19591, + "zaisheng": 19592, + "##3o12": 19593, + "##8530f": 19594, + "thirty": 19595, + "thirteen": 19596, + "##erstr": 19597, + "##itzerland": 19598, + "stachel": 19599, + "sukhidhang": 19600, + "sukhidang": 19601, + "shunbei": 19602, + "shuntuogu": 19603, + "chilean": 19604, + "orients": 19605, + "oriental": 19606, + "competency": 19607, + "depicting": 19608, + "depicted": 19609, + "indisputable": 19610, + "indistinct": 19611, + "envisaged": 19612, + "unequivocally": 19613, + "interrogation": 19614, + "regulations": 19615, + "teichmuller": 19616, + "surprising": 19617, + "surprisingly": 19618, + "overgrows": 19619, + "prp31": 19620, + "prp33": 19621, + "deconvol": 19622, + "1948": 19623, + "manufacture": 19624, + "manufacturing": 19625, + "precollision": 19626, + "precollisional": 19627, + "histograms": 19628, + "huaxian": 19629, + "huaxue": 19630, + "147sm": 19631, + "1632a": 19632, + "microseismicity": 19633, + "232th": 19634, + "succeeding": 19635, + "monoand": 19636, + "substitution": 19637, + "rcalmpi": 19638, + "hypersthene": 19639, + "hypersthenes": 19640, + "hypocenter": 19641, + "exhalative": 19642, + "291816": 19643, + "291878": 19644, + "3303a": 19645, + "irreversible": 19646, + "protoplanetary": 19647, + "destabilization": 19648, + "destabilizing": 19649, + "snapshot": 19650, + "snapshots": 19651, + "reprocessed": 19652, + "monzonites": 19653, + "monzonitic": 19654, + "casaspena": 19655, + "disagreements": 19656, + "culminated": 19657, + "reinforcement": 19658, + "b08426": 19659, + "b08416a": 19660, + "gymnosperms": 19661, + "dissimilarities": 19662, + "angiosperms": 19663, + "fanx2018x204x214": 19664, + "jinx2020x513x526": 19665, + "hex2019x1051x1064": 19666, + "aurica": 19667, + "barnichon": 19668, + "benchmark": 19669, + "binding": 19670, + "candidate": 19671, + "cachar": 19672, + "cylindrical": 19673, + "c34s": 19674, + "dichloromethane": 19675, + "diminish": 19676, + "ehwary": 19677, + "fatty": 19678, + "foumbot": 19679, + "fruitful": 19680, + "gillespie": 19681, + "hetao": 19682, + "jmc": 19683, + "jxa8530f": 19684, + "lumens": 19685, + "lamei": 19686, + "mirror": 19687, + "mitigation": 19688, + "myeongori": 19689, + "nyasa": 19690, + "nicols": 19691, + "nakagawa": 19692, + "nalinggou": 19693, + "ower": 19694, + "oleananes": 19695, + "pw240": 19696, + "pfu": 19697, + "sztgds": 19698, + "somma": 19699, + "sergio": 19700, + "tonkin": 19701, + "tambalala": 19702, + "tonnes": 19703, + "ugol": 19704, + "utilise": 19705, + "vigorous": 19706, + "wankie": 19707, + "yajin": 19708, + "ziliujing": 19709, + "##glaciall": 19710, + "##eavals": 19711, + "stabl": 19712, + "contiguous": 19713, + "mapper": 19714, + "deficient": 19715, + "reagent": 19716, + "sharing": 19717, + "shizishan": 19718, + "prohibiting": 19719, + "resampling": 19720, + "georgetown": 19721, + "competing": 19722, + "parasequence": 19723, + "subvertical": 19724, + "motivated": 19725, + "norhopanes": 19726, + "unrecognized": 19727, + "disconnection": 19728, + "dissipation": 19729, + "interchangeable": 19730, + "regenerative": 19731, + "reciprocal": 19732, + "undetectable": 19733, + "pretreatment": 19734, + "overthickened": 19735, + "leventhal": 19736, + "levee": 19737, + "impregnation": 19738, + "belgium": 19739, + "phonolites": 19740, + "melanocratic": 19741, + "triggers": 19742, + "declining": 19743, + "decisions": 19744, + "settled": 19745, + "distributary": 19746, + "amounted": 19747, + "microcracks": 19748, + "striatopodocarpitesfus": 19749, + "novopangea": 19750, + "rubble": 19751, + "guarante": 19752, + "triangles": 19753, + "baffles": 19754, + "intrusives": 19755, + "cyclically": 19756, + "dissociation": 19757, + "biogeographic": 19758, + "eliminates": 19759, + "monosaccate": 19760, + "geospatial": 19761, + "oxybarometry": 19762, + "tiberina": 19763, + "hypergenic": 19764, + "##margins": 19765, + "barsar": 19766, + "exhaustive": 19767, + "symbol": 19768, + "mttci": 19769, + "protocol": 19770, + "urgent": 19771, + "fernandez": 19772, + "substantive": 19773, + "##faulted": 19774, + "02dmkup": 19775, + "oppositeto": 19776, + "994865": 19777, + "tephrochron": 19778, + "akekumu": 19779, + "taiyangshan": 19780, + "uniformitarianistic": 19781, + "revisiting": 19782, + "sumatra": 19783, + "polygons": 19784, + "pseudoreticulatispora": 19785, + "microbaculispora": 19786, + "recommendations": 19787, + "malanjkhand": 19788, + "boudinaged": 19789, + "streaks": 19790, + "disaggregation": 19791, + "piercex2000x2": 19792, + "underscores": 19793, + "kergulean": 19794, + "puzzle": 19795, + "arbitrary": 19796, + "straddling": 19797, + "acknowledgment": 19798, + "##betweencoal": 19799, + "ingredient": 19800, + "unavoidable": 19801, + "vesicasporu": 19802, + "weix2021x1289x1303": 19803, + "hirnantian": 19804, + "puncture": 19805, + "yilgarn": 19806, + "thoroughly": 19807, + "gaoyouhu": 19808, + "geohazards": 19809, + "monomineralic": 19810, + "sakorafax1997x73x91": 19811, + "2sq": 19812, + "athens": 19813, + "aureole": 19814, + "aapg": 19815, + "aitchison": 19816, + "alexander": 19817, + "aerosol": 19818, + "bourg": 19819, + "buchs": 19820, + "barnett": 19821, + "bhukosh": 19822, + "cisz": 19823, + "coward": 19824, + "cementitious": 19825, + "cerium": 19826, + "carbonic": 19827, + "csrj": 19828, + "dodoma": 19829, + "della": 19830, + "dhansiri": 19831, + "duchesne": 19832, + "darcy": 19833, + "egypro": 19834, + "eveolution": 19835, + "ectasian": 19836, + "fifty": 19837, + "fuping": 19838, + "fellowship": 19839, + "flectances": 19840, + "ggv": 19841, + "gwembe": 19842, + "gleeson": 19843, + "gakkaishi": 19844, + "garbyang": 19845, + "gengma": 19846, + "gunpo": 19847, + "gercar": 19848, + "gerya": 19849, + "gurnis": 19850, + "hwaseong": 19851, + "huliyard": 19852, + "housing": 19853, + "hakurei": 19854, + "hengshi": 19855, + "hensen": 19856, + "hakefjorden": 19857, + "honshu": 19858, + "huminites": 19859, + "hellinger": 19860, + "iwabuchi": 19861, + "iraq": 19862, + "idiomorphic": 19863, + "ikeda": 19864, + "jersey": 19865, + "jotun": 19866, + "jormua": 19867, + "jobong": 19868, + "kwiecinska": 19869, + "katsui": 19870, + "kullu": 19871, + "khairagarh": 19872, + "klippe": 19873, + "ligurian": 19874, + "lapche": 19875, + "lovera": 19876, + "lscm": 19877, + "lamberson": 19878, + "m0max": 19879, + "mysterious": 19880, + "mwaranganda": 19881, + "mpanju": 19882, + "mysteries": 19883, + "nesflaten": 19884, + "nascent": 19885, + "nestled": 19886, + "nainital": 19887, + "nianchun": 19888, + "nadanhada": 19889, + "napo": 19890, + "nominally": 19891, + "nacional": 19892, + "oozing": 19893, + "okefen": 19894, + "ogami": 19895, + "praecolp": 19896, + "posgrad": 19897, + "pakistan": 19898, + "padilla": 19899, + "pearson": 19900, + "pasuruan": 19901, + "rwth": 19902, + "rectangular": 19903, + "ruesla": 19904, + "ribbons": 19905, + "sigma": 19906, + "sarproz": 19907, + "sirdal": 19908, + "s0098": 19909, + "tadong": 19910, + "tarduno": 19911, + "taebae": 19912, + "tumuxiuke": 19913, + "usili": 19914, + "utsfs": 19915, + "upheavals": 19916, + "utah": 19917, + "valles": 19918, + "vadose": 19919, + "vannay": 19920, + "victoria": 19921, + "vasseur": 19922, + "vuggy": 19923, + "wonji": 19924, + "wimi": 19925, + "wagrowiec": 19926, + "wopfner": 19927, + "wiley": 19928, + "xxx": 19929, + "xgrs": 19930, + "yizheng": 19931, + "ziyun": 19932, + "œdouble": 19933, + "δfmq": 19934, + "λe0ε": 19935, + "##uagittu": 19936, + "##sedimentary": 19937, + "##hagen": 19938, + "##yłow": 19939, + "##patterns": 19940, + "thalweg": 19941, + "thurston": 19942, + "thuligaon": 19943, + "##onymous": 19944, + "##inageology": 19945, + "inequigranular": 19946, + "ingersoll": 19947, + "tolerance": 19948, + "tosteeply": 19949, + "toyokura": 19950, + "##oleringen": 19951, + "staining": 19952, + "stellenbosch": 19953, + "statherian": 19954, + "isotropic": 19955, + "isenthalpic": 19956, + "isooctane": 19957, + "##ocinek": 19958, + "##ocollinite": 19959, + "forsmark": 19960, + "forsyth": 19961, + "##si3o8": 19962, + "maastrich": 19963, + "maobing": 19964, + "mahesh": 19965, + "sugioka": 19966, + "shennongjia": 19967, + "shukhidhang": 19968, + "shiniulan": 19969, + "astheosphere": 19970, + "chungju": 19971, + "chattanooga": 19972, + "antilles": 19973, + "aladukam": 19974, + "aliquots": 19975, + "alikhad": 19976, + "bybee": 19977, + "##america": 19978, + "exciting": 19979, + "wholesale": 19980, + "seyler": 19981, + "seochangri": 19982, + "sebungwe": 19983, + "ortelius": 19984, + "faintly": 19985, + "gehrels": 19986, + "geumseongri": 19987, + "deputy": 19988, + "deplanation": 19989, + "dipartimento": 19990, + "neohadean": 19991, + "parakeyam": 19992, + "graveyards": 19993, + "enerugi": 19994, + "subunits": 19995, + "subramanian": 19996, + "sublayers": 19997, + "reliefs": 19998, + "intragranular": 19999, + "unsheltered": 20000, + "unsuitable": 20001, + "unburnt": 20002, + "unproductive": 20003, + "disconformity": 20004, + "disparate": 20005, + "disharmonic": 20006, + "intertwined": 20007, + "maritime": 20008, + "maruyama": 20009, + "marineris": 20010, + "marcellus": 20011, + "archeang": 20012, + "abrolhos": 20013, + "weylandites": 20014, + "weichselian": 20015, + "reception": 20016, + "obermeier": 20017, + "hasegawa": 20018, + "teflon": 20019, + "undoubtedly": 20020, + "fluoridisation": 20021, + "underrepresented": 20022, + "overwhelming": 20023, + "qungu1": 20024, + "calymmian": 20025, + "adversely": 20026, + "lochnerstr": 20027, + "przybyłow": 20028, + "hyderabad": 20029, + "repercussions": 20030, + "phlogopite": 20031, + "afghanistan": 20032, + "centrifugation": 20033, + "variegated": 20034, + "decolloment": 20035, + "decratonization": 20036, + "longquanshan": 20037, + "verrucano": 20038, + "outlook": 20039, + "hebrides": 20040, + "controversy": 20041, + "earthquakesdisaster": 20042, + "trachytes": 20043, + "manuscript": 20044, + "mudflats": 20045, + "perceptible": 20046, + "hydrocarbonscoal": 20047, + "palimpsest": 20048, + "smallscale": 20049, + "paleoelevation": 20050, + "paleokarst": 20051, + "gubongsan": 20052, + "gaoxian": 20053, + "burgmann": 20054, + "burchfiel": 20055, + "1122a": 20056, + "palaeotectonics": 20057, + "palaeovegetation": 20058, + "tripolis": 20059, + "nwtrending": 20060, + "14t04": 20061, + "postgraduate": 20062, + "sikhote": 20063, + "enderbite": 20064, + "syntaxis": 20065, + "bavikara": 20066, + "rapakivi": 20067, + "gielniow": 20068, + "lausanne": 20069, + "carpathian": 20070, + "lubrication": 20071, + "clinoamphibole": 20072, + "bivariate": 20073, + "schlumberger": 20074, + "songgui": 20075, + "montoya": 20076, + "montana": 20077, + "niqiuhe": 20078, + "ulvospinel": 20079, + "stewart": 20080, + "semidiurnal": 20081, + "##nalcoalgeology": 20082, + "wuzhishan": 20083, + "wujiaping": 20084, + "oxythermobarometry": 20085, + "sitlakhet": 20086, + "posidonia": 20087, + "nanoscale": 20088, + "ertuohai": 20089, + "##ugtoqidian": 20090, + "collaborates": 20091, + "brzesc": 20092, + "axioimager": 20093, + "##fe2si3o12": 20094, + "wang902": 20095, + "291709": 20096, + "na2ocao": 20097, + "funneled": 20098, + "narayanpet": 20099, + "irrigation": 20100, + "johansson": 20101, + "muztaghata": 20102, + "liupanshui": 20103, + "bohemian": 20104, + "mtumbuka": 20105, + "skłoby": 20106, + "internationaljournalcoalgeology": 20107, + "pleiades": 20108, + "devolatilization": 20109, + "phenylsilicone": 20110, + "photogrammetric": 20111, + "2016zx05004": 20112, + "purtuniq": 20113, + "rotationalshear": 20114, + "footpaths": 20115, + "peltacystia": 20116, + "ettringite": 20117, + "97804446413": 20118, + "9780128199": 20119, + "paleolatitudinal": 20120, + "encourage": 20121, + "wulanchabu": 20122, + "balkhash": 20123, + "fuhrman": 20124, + "xujiahe": 20125, + "tephrostratigraphic": 20126, + "jiucaishan": 20127, + "taihangshan": 20128, + "miscellaneous": 20129, + "misconceptions": 20130, + "immiscible": 20131, + "macrophytes": 20132, + "exsudatinite": 20133, + "nagssugtoqidian": 20134, + "readjustment": 20135, + "7683b": 20136, + "harrington": 20137, + "koolmoon": 20138, + "nckfmasht": 20139, + "polycondensation": 20140, + "durchbewegung": 20141, + "kuttiyanam": 20142, + "lagerstatten": 20143, + "xiaonanhai": 20144, + "xiaoduobaoshan": 20145, + "ciechocinek": 20146, + "montefalcone": 20147, + "yubileinoe": 20148, + "brudzinski": 20149, + "isoplotr": 20150, + "rajmahal": 20151, + "bogdanova": 20152, + "nuvvuagittu": 20153, + "sapienza": 20154, + "s0166516200000057": 20155, + "svendsen": 20156, + "unpredictable": 20157, + "authfirstsurnamenorm": 20158, + "metagreywackes": 20159, + "slickenfibers": 20160, + "kasaragod": 20161, + "srikantappa": 20162, + "shuntuoguole": 20163, + "ehwaryeong": 20164, + "pw2404": 20165, + "##glaciallakes": 20166, + "striatopodocarpitesfusus": 20167, + "piercex2000x235": 20168, + "okefenokee": 20169, + "posgrado": 20170, + "taebaeksan": 20171, + "nuvvuagittuq": 20172, + "0e": 20173, + "050": 20174, + "080": 20175, + "090": 20176, + "1g": 20177, + "1y": 20178, + "1v": 20179, + "1σ": 20180, + "1ga": 20181, + "1cm": 20182, + "2e": 20183, + "2c": 20184, + "2k": 20185, + "2x": 20186, + "2σ": 20187, + "2mm": 20188, + "2hf": 20189, + "2sd": 20190, + "2myr": 20191, + "2kal": 20192, + "2mmyr": 20193, + "3i": 20194, + "3h": 20195, + "3si": 20196, + "3he": 20197, + "316": 20198, + "376": 20199, + "3ga": 20200, + "3166": 20201, + "3fe3": 20202, + "3co2": 20203, + "4e": 20204, + "4m": 20205, + "4p": 20206, + "4km": 20207, + "416": 20208, + "4166": 20209, + "4162": 20210, + "4cm": 20211, + "4myr": 20212, + "5s": 20213, + "5β": 20214, + "516": 20215, + "5ms": 20216, + "576": 20217, + "5102": 20218, + "5h2": 20219, + "5kyr": 20220, + "6i": 20221, + "6c": 20222, + "6f": 20223, + "6th": 20224, + "6and": 20225, + "618": 20226, + "6km": 20227, + "647": 20228, + "6cm": 20229, + "6mmyr": 20230, + "7e": 20231, + "7h": 20232, + "7d": 20233, + "7f": 20234, + "7and": 20235, + "710": 20236, + "713": 20237, + "776": 20238, + "747": 20239, + "717": 20240, + "79a": 20241, + "7mw": 20242, + "8g": 20243, + "8d": 20244, + "8m": 20245, + "8f": 20246, + "818": 20247, + "816": 20248, + "812": 20249, + "9k": 20250, + "9km": 20251, + "913": 20252, + "968": 20253, + "969": 20254, + "a7": 20255, + "ay": 20256, + "a6": 20257, + "ati": 20258, + "aes": 20259, + "aor": 20260, + "aic": 20261, + "aud": 20262, + "ather": 20263, + "aist": 20264, + "aand": 20265, + "arou": 20266, + "aus": 20267, + "aeri": 20268, + "ama": 20269, + "akes": 20270, + "aira": 20271, + "a2a": 20272, + "a177": 20273, + "aphy": 20274, + "austin": 20275, + "ariz": 20276, + "bw": 20277, + "bb": 20278, + "bj": 20279, + "bk": 20280, + "bow": 20281, + "brom": 20282, + "bres": 20283, + "bri": 20284, + "bab": 20285, + "bone": 20286, + "bian": 20287, + "bus": 20288, + "blow": 20289, + "bib": 20290, + "bbl": 20291, + "brian": 20292, + "bund": 20293, + "bare": 20294, + "bfs": 20295, + "bcl": 20296, + "bings": 20297, + "bagh": 20298, + "born": 20299, + "batan": 20300, + "b11": 20301, + "bonn": 20302, + "bern": 20303, + "bower": 20304, + "bustin": 20305, + "barium": 20306, + "boko": 20307, + "bickle": 20308, + "c7": 20309, + "cy": 20310, + "c8": 20311, + "c5": 20312, + "ck": 20313, + "cv": 20314, + "ces": 20315, + "cec": 20316, + "cig": 20317, + "csi": 20318, + "cif": 20319, + "cum": 20320, + "cri": 20321, + "cge": 20322, + "cage": 20323, + "cip": 20324, + "crib": 20325, + "cue": 20326, + "ceng": 20327, + "cari": 20328, + "cens": 20329, + "coch": 20330, + "cust": 20331, + "cenc": 20332, + "cream": 20333, + "ccl": 20334, + "ciw": 20335, + "counts": 20336, + "cull": 20337, + "cpb": 20338, + "crops": 20339, + "cgs": 20340, + "cili": 20341, + "cush": 20342, + "casts": 20343, + "crown": 20344, + "cdc": 20345, + "cased": 20346, + "casting": 20347, + "citing": 20348, + "cowan": 20349, + "crand": 20350, + "cadia": 20351, + "cande": 20352, + "cadal": 20353, + "cumber": 20354, + "dl": 20355, + "d7": 20356, + "df": 20357, + "dz": 20358, + "d4": 20359, + "dul": 20360, + "dow": 20361, + "dag": 20362, + "dres": 20363, + "dum": 20364, + "dot": 20365, + "damp": 20366, + "dyp": 20367, + "dob": 20368, + "dame": 20369, + "dann": 20370, + "dft": 20371, + "dms": 20372, + "dash": 20373, + "d31": 20374, + "dushan": 20375, + "dung": 20376, + "drought": 20377, + "dini": 20378, + "dobi": 20379, + "daughter": 20380, + "dbn": 20381, + "df1": 20382, + "doping": 20383, + "dustin": 20384, + "ei": 20385, + "ea": 20386, + "e3": 20387, + "ez": 20388, + "ein": 20389, + "eel": 20390, + "eos": 20391, + "eure": 20392, + "eag": 20393, + "eif": 20394, + "eom": 20395, + "eri": 20396, + "eigh": 20397, + "eand": 20398, + "ema": 20399, + "eia": 20400, + "eld": 20401, + "egg": 20402, + "eun": 20403, + "eformation": 20404, + "eau": 20405, + "edu": 20406, + "esem": 20407, + "eger": 20408, + "effic": 20409, + "eew": 20410, + "eject": 20411, + "ejected": 20412, + "eickel": 20413, + "eodae": 20414, + "fg": 20415, + "fw": 20416, + "f3": 20417, + "fow": 20418, + "fra": 20419, + "fid": 20420, + "fom": 20421, + "fem": 20422, + "fus": 20423, + "fles": 20424, + "farb": 20425, + "fry": 20426, + "fole": 20427, + "fred": 20428, + "fration": 20429, + "frit": 20430, + "food": 20431, + "fox": 20432, + "fris": 20433, + "ffe": 20434, + "fras": 20435, + "fca": 20436, + "fisch": 20437, + "fagnes": 20438, + "ftir": 20439, + "gn": 20440, + "gs": 20441, + "gf": 20442, + "gq": 20443, + "ges": 20444, + "gru": 20445, + "gated": 20446, + "god": 20447, + "gch": 20448, + "gall": 20449, + "gene": 20450, + "gast": 20451, + "gerv": 20452, + "gates": 20453, + "ghan": 20454, + "glow": 20455, + "gard": 20456, + "gree": 20457, + "gost": 20458, + "gbl": 20459, + "gamb": 20460, + "gork": 20461, + "g20": 20462, + "gels": 20463, + "gwan": 20464, + "gets": 20465, + "gho": 20466, + "gsl": 20467, + "goss": 20468, + "gsk": 20469, + "gurb": 20470, + "gsd": 20471, + "garg": 20472, + "gwith": 20473, + "gech": 20474, + "gbs": 20475, + "gwang": 20476, + "gss": 20477, + "golf": 20478, + "giner": 20479, + "gombe": 20480, + "gasses": 20481, + "ghaz": 20482, + "hq": 20483, + "hj": 20484, + "hk": 20485, + "hø": 20486, + "hes": 20487, + "hic": 20488, + "hig": 20489, + "hid": 20490, + "hale": 20491, + "huc": 20492, + "harb": 20493, + "hass": 20494, + "herm": 20495, + "hach": 20496, + "hbl": 20497, + "hark": 20498, + "hott": 20499, + "hsl": 20500, + "hector": 20501, + "hont": 20502, + "h14": 20503, + "hrus": 20504, + "h29": 20505, + "hung": 20506, + "h58": 20507, + "hvl": 20508, + "hesh": 20509, + "hinds": 20510, + "hengshan": 20511, + "huli": 20512, + "harker": 20513, + "hhc": 20514, + "hco3": 20515, + "ih": 20516, + "ia": 20517, + "ij": 20518, + "iat": 20519, + "ith": 20520, + "iod": 20521, + "iand": 20522, + "ices": 20523, + "iie": 20524, + "iolite": 20525, + "ionian": 20526, + "izu": 20527, + "jt": 20528, + "jy": 20529, + "jp": 20530, + "jf": 20531, + "jar": 20532, + "jis": 20533, + "jag": 20534, + "jab": 20535, + "jma": 20536, + "jae": 20537, + "jov": 20538, + "jint": 20539, + "jench": 20540, + "jfs": 20541, + "jew": 20542, + "jili": 20543, + "jagou": 20544, + "jias": 20545, + "jwal": 20546, + "josa": 20547, + "jagers": 20548, + "jason": 20549, + "jomon": 20550, + "jabal": 20551, + "jikh": 20552, + "k7": 20553, + "k8": 20554, + "k5": 20555, + "k4": 20556, + "kx": 20557, + "kα": 20558, + "kou": 20559, + "kac": 20560, + "kid": 20561, + "kag": 20562, + "kod": 20563, + "kab": 20564, + "kak": 20565, + "kiz": 20566, + "kary": 20567, + "kad": 20568, + "kap": 20569, + "kma": 20570, + "karb": 20571, + "kater": 20572, + "kosit": 20573, + "kue": 20574, + "kath": 20575, + "kuan": 20576, + "kav": 20577, + "krem": 20578, + "kank": 20579, + "kris": 20580, + "kpa": 20581, + "kok": 20582, + "koo": 20583, + "kik": 20584, + "kcal": 20585, + "kany": 20586, + "kdes": 20587, + "kans": 20588, + "kolar": 20589, + "kohl": 20590, + "krak": 20591, + "kiy": 20592, + "kwang": 20593, + "kaping": 20594, + "kicked": 20595, + "krn": 20596, + "knee": 20597, + "lc": 20598, + "lw": 20599, + "l3": 20600, + "l2": 20601, + "l4": 20602, + "lic": 20603, + "lent": 20604, + "lst": 20605, + "lts": 20606, + "lil": 20607, + "lse": 20608, + "lich": 20609, + "luc": 20610, + "lace": 20611, + "lift": 20612, + "leng": 20613, + "lach": 20614, + "lath": 20615, + "lust": 20616, + "lout": 20617, + "love": 20618, + "lope": 20619, + "lichuan": 20620, + "lank": 20621, + "logn": 20622, + "lele": 20623, + "latite": 20624, + "lmatic": 20625, + "lili": 20626, + "lumines": 20627, + "ldusi": 20628, + "l11": 20629, + "luca": 20630, + "lushi": 20631, + "lumina": 20632, + "ligong": 20633, + "lingshui": 20634, + "lhaz": 20635, + "mow": 20636, + "mog": 20637, + "mite": 20638, + "miz": 20639, + "muc": 20640, + "mys": 20641, + "mia": 20642, + "merat": 20643, + "mper": 20644, + "mout": 20645, + "muted": 20646, + "milled": 20647, + "mores": 20648, + "mug": 20649, + "mrees": 20650, + "mura": 20651, + "mbe": 20652, + "morgan": 20653, + "masc": 20654, + "mung": 20655, + "mosh": 20656, + "nt": 20657, + "nal": 20658, + "nur": 20659, + "nim": 20660, + "nated": 20661, + "nem": 20662, + "noun": 20663, + "nond": 20664, + "night": 20665, + "nath": 20666, + "namb": 20667, + "nann": 20668, + "nao": 20669, + "n40": 20670, + "nga": 20671, + "njin": 20672, + "n14": 20673, + "nodal": 20674, + "n51": 20675, + "n34": 20676, + "nobi": 20677, + "nern": 20678, + "n79": 20679, + "n39": 20680, + "n43": 20681, + "neritic": 20682, + "ou": 20683, + "oc": 20684, + "o4": 20685, + "ov": 20686, + "oim": 20687, + "oru": 20688, + "oot": 20689, + "oak": 20690, + "ogg": 20691, + "opt": 20692, + "oaus": 20693, + "ooh": 20694, + "odo": 20695, + "oii": 20696, + "oman": 20697, + "ohm": 20698, + "oyster": 20699, + "oyo": 20700, + "ought": 20701, + "pn": 20702, + "p7": 20703, + "p9": 20704, + "p8": 20705, + "p5": 20706, + "p4": 20707, + "pim": 20708, + "pru": 20709, + "pay": 20710, + "pest": 20711, + "pater": 20712, + "posit": 20713, + "pne": 20714, + "pgen": 20715, + "pins": 20716, + "pors": 20717, + "peric": 20718, + "passi": 20719, + "pench": 20720, + "p18": 20721, + "psc": 20722, + "psh": 20723, + "p70": 20724, + "p10": 20725, + "pomm": 20726, + "panc": 20727, + "pix": 20728, + "pinter": 20729, + "p17": 20730, + "paster": 20731, + "pmw": 20732, + "p11": 20733, + "pujiang": 20734, + "puts": 20735, + "paving": 20736, + "pixian": 20737, + "pagal": 20738, + "pdb": 20739, + "poul": 20740, + "qh": 20741, + "q3": 20742, + "q4": 20743, + "qit": 20744, + "qim": 20745, + "qif": 20746, + "qia": 20747, + "qians": 20748, + "qixia": 20749, + "qidong": 20750, + "rn": 20751, + "rs": 20752, + "rr": 20753, + "rd": 20754, + "rq": 20755, + "r1": 20756, + "ration": 20757, + "rra": 20758, + "rts": 20759, + "rud": 20760, + "ries": 20761, + "rus": 20762, + "ried": 20763, + "rach": 20764, + "rages": 20765, + "rains": 20766, + "rive": 20767, + "ross": 20768, + "roche": 20769, + "rushan": 20770, + "rica": 20771, + "rosa": 20772, + "rino": 20773, + "raton": 20774, + "s7": 20775, + "sx": 20776, + "sas": 20777, + "sing": 20778, + "sow": 20779, + "sve": 20780, + "sver": 20781, + "sif": 20782, + "stic": 20783, + "sect": 20784, + "sab": 20785, + "spp": 20786, + "sies": 20787, + "slu": 20788, + "sian": 20789, + "sell": 20790, + "send": 20791, + "sile": 20792, + "stit": 20793, + "samb": 20794, + "sae": 20795, + "sark": 20796, + "says": 20797, + "sque": 20798, + "sonn": 20799, + "sorption": 20800, + "sarg": 20801, + "svil": 20802, + "sba": 20803, + "sabin": 20804, + "siping": 20805, + "sickle": 20806, + "tm": 20807, + "t7": 20808, + "t0": 20809, + "tf": 20810, + "tq": 20811, + "tv": 20812, + "ted": 20813, + "tic": 20814, + "tro": 20815, + "ting": 20816, + "tec": 20817, + "ture": 20818, + "tag": 20819, + "tere": 20820, + "tut": 20821, + "tand": 20822, + "tall": 20823, + "tion": 20824, + "trust": 20825, + "tures": 20826, + "tage": 20827, + "tso": 20828, + "tick": 20829, + "tort": 20830, + "tones": 20831, + "tund": 20832, + "tav": 20833, + "tiss": 20834, + "tint": 20835, + "tilling": 20836, + "tank": 20837, + "tapir": 20838, + "t80": 20839, + "tsh": 20840, + "telling": 20841, + "tention": 20842, + "tls": 20843, + "tics": 20844, + "tape": 20845, + "t31": 20846, + "treat": 20847, + "torn": 20848, + "tung": 20849, + "tech": 20850, + "tuba": 20851, + "tennes": 20852, + "tfo2": 20853, + "uu": 20854, + "uw": 20855, + "ud": 20856, + "uy": 20857, + "uf": 20858, + "uan": 20859, + "uand": 20860, + "ulu": 20861, + "udo": 20862, + "urey": 20863, + "udip": 20864, + "umah": 20865, + "vh": 20866, + "vm": 20867, + "vv": 20868, + "vro": 20869, + "vri": 20870, + "vot": 20871, + "vand": 20872, + "verm": 20873, + "vift": 20874, + "vort": 20875, + "vide": 20876, + "varn": 20877, + "vinc": 20878, + "vind": 20879, + "vik": 20880, + "venting": 20881, + "vett": 20882, + "vini": 20883, + "vidal": 20884, + "vande": 20885, + "vasco": 20886, + "vander": 20887, + "wi": 20888, + "wti": 20889, + "wou": 20890, + "wum": 20891, + "wab": 20892, + "wak": 20893, + "ward": 20894, + "wib": 20895, + "word": 20896, + "wach": 20897, + "wne": 20898, + "wai": 20899, + "wenc": 20900, + "wake": 20901, + "warn": 20902, + "wons": 20903, + "wane": 20904, + "wett": 20905, + "wudu": 20906, + "wandong": 20907, + "wf2": 20908, + "wuchang": 20909, + "walsh": 20910, + "wester": 20911, + "wongs": 20912, + "xo": 20913, + "xh": 20914, + "xa": 20915, + "x7": 20916, + "x8": 20917, + "xq": 20918, + "xar": 20919, + "xand": 20920, + "xixia": 20921, + "xila": 20922, + "xilin": 20923, + "xixiang": 20924, + "xishui": 20925, + "xico": 20926, + "xco2": 20927, + "ym": 20928, + "yp": 20929, + "y2": 20930, + "yz": 20931, + "yal": 20932, + "yar": 20933, + "yim": 20934, + "yos": 20935, + "yum": 20936, + "yous": 20937, + "yem": 20938, + "yand": 20939, + "yuc": 20940, + "yad": 20941, + "yib": 20942, + "yord": 20943, + "yach": 20944, + "yund": 20945, + "youth": 20946, + "ykom": 20947, + "yosh": 20948, + "yech": 20949, + "yunk": 20950, + "yamba": 20951, + "yester": 20952, + "zs": 20953, + "zp": 20954, + "zer": 20955, + "zen": 20956, + "zro": 20957, + "zag": 20958, + "zam": 20959, + "zem": 20960, + "zip": 20961, + "zoth": 20962, + "zai": 20963, + "zhib": 20964, + "ziqu": 20965, + "znal": 20966, + "zaga": 20967, + "zigui": 20968, + "œt": 20969, + "œcal": 20970, + "œactive": 20971, + "œrift": 20972, + "œext": 20973, + "ɛnd": 20974, + "ɛhf": 20975, + "αα": 20976, + "αor": 20977, + "αand": 20978, + "δt": 20979, + "δr": 20980, + "δb": 20981, + "δx": 20982, + "δφ": 20983, + "δ33": 20984, + "δ34": 20985, + "δ36": 20986, + "εt0": 20987, + "λr": 20988, + "μl": 20989, + "μa": 20990, + "ρg": 20991, + "σ2": 20992, + "ⅰ3": 20993, + "ⅰ2": 20994, + "ⅰ1": 20995, + "ⅱ3": 20996, + "ⅱ2": 20997, + "ⅱ4": 20998, + "ⅱ1": 20999, + "ⅲ2": 21000, + "ⅲ1": 21001, + "ⅳ3": 21002, + "ⅳ5": 21003, + "ⅳ4": 21004, + "##ui": 21005, + "##uw": 21006, + "##uf": 21007, + "##uz": 21008, + "##uj": 21009, + "##uit": 21010, + "##uation": 21011, + "##uve": 21012, + "##uos": 21013, + "##uir": 21014, + "##uot": 21015, + "##uity": 21016, + "##uab": 21017, + "##uct": 21018, + "##upp": 21019, + "##upl": 21020, + "##utical": 21021, + "##uhe": 21022, + "##uok": 21023, + "##upb": 21024, + "##uolar": 21025, + "##uasive": 21026, + "##utia": 21027, + "##uelen": 21028, + "##utians": 21029, + "##uitively": 21030, + "##uropa": 21031, + "##lt": 21032, + "##l5": 21033, + "##lb": 21034, + "##lar": 21035, + "##lab": 21036, + "##lut": 21037, + "##lonic": 21038, + "##lend": 21039, + "##lates": 21040, + "##lating": 21041, + "##llis": 21042, + "##lie": 21043, + "##lamic": 21044, + "##liang": 21045, + "##lte": 21046, + "##lli": 21047, + "##lational": 21048, + "##lgo": 21049, + "##lpo": 21050, + "##loric": 21051, + "##limb": 21052, + "##lima": 21053, + "##losilicates": 21054, + "##ij": 21055, + "##iol": 21056, + "##iog": 21057, + "##iod": 21058, + "##iak": 21059, + "##iers": 21060, + "##ients": 21061, + "##ively": 21062, + "##iens": 21063, + "##itical": 21064, + "##iks": 21065, + "##iosity": 21066, + "##iolite": 21067, + "##iency": 21068, + "##iometry": 21069, + "##iye": 21070, + "##iometer": 21071, + "##iwei": 21072, + "##iushan": 21073, + "##ihood": 21074, + "##ijun": 21075, + "##ijo": 21076, + "##iacaran": 21077, + "##nn": 21078, + "##nm": 21079, + "##nen": 21080, + "##nec": 21081, + "##nated": 21082, + "##nite": 21083, + "##nem": 21084, + "##nolog": 21085, + "##ners": 21086, + "##nip": 21087, + "##nites": 21088, + "##nep": 21089, + "##night": 21090, + "##nals": 21091, + "##nier": 21092, + "##nik": 21093, + "##nelled": 21094, + "##nica": 21095, + "##notes": 21096, + "##nham": 21097, + "##nowski": 21098, + "##nh2": 21099, + "##nigan": 21100, + "##nabar": 21101, + "##gro": 21102, + "##gong": 21103, + "##gut": 21104, + "##gem": 21105, + "##gall": 21106, + "##gations": 21107, + "##gwe": 21108, + "##gast": 21109, + "##gill": 21110, + "##gai": 21111, + "##gram": 21112, + "##gration": 21113, + "##guan": 21114, + "##gae": 21115, + "##gli": 21116, + "##greg": 21117, + "##gava": 21118, + "##glacial": 21119, + "##glas": 21120, + "##guo": 21121, + "##gelen": 21122, + "##grun": 21123, + "##gneisses": 21124, + "##granites": 21125, + "##gusa": 21126, + "##growth": 21127, + "##ez": 21128, + "##ek": 21129, + "##eon": 21130, + "##eing": 21131, + "##eir": 21132, + "##eanic": 21133, + "##eust": 21134, + "##eber": 21135, + "##eau": 21136, + "##eger": 21137, + "##eability": 21138, + "##efficient": 21139, + "##ewh": 21140, + "##eased": 21141, + "##easter": 21142, + "##ebi": 21143, + "##ealing": 21144, + "##eonite": 21145, + "##easur": 21146, + "##eeable": 21147, + "##easure": 21148, + "##eevolution": 21149, + "##cs": 21150, + "##cin": 21151, + "##cor": 21152, + "##car": 21153, + "##cet": 21154, + "##cate": 21155, + "##cang": 21156, + "##cot": 21157, + "##city": 21158, + "##cies": 21159, + "##carbon": 21160, + "##cord": 21161, + "##cour": 21162, + "##cial": 21163, + "##cambrian": 21164, + "##cross": 21165, + "##colite": 21166, + "##ckm": 21167, + "##crops": 21168, + "##culation": 21169, + "##ceter": 21170, + "##cup": 21171, + "##comm": 21172, + "##colo": 21173, + "##c03": 21174, + "##cule": 21175, + "##cuts": 21176, + "##codes": 21177, + "##cracks": 21178, + "##o7": 21179, + "##oon": 21180, + "##oen": 21181, + "##otion": 21182, + "##ois": 21183, + "##oich": 21184, + "##oqu": 21185, + "##oys": 21186, + "##ofic": 21187, + "##ostone": 21188, + "##ooth": 21189, + "##oei": 21190, + "##oked": 21191, + "##oft": 21192, + "##ointed": 21193, + "##o11": 21194, + "##ointing": 21195, + "##oelect": 21196, + "##o006": 21197, + "##oelastic": 21198, + "##s9": 21199, + "##sen": 21200, + "##sas": 21201, + "##sang": 21202, + "##song": 21203, + "##say": 21204, + "##suc": 21205, + "##syn": 21206, + "##sson": 21207, + "##sets": 21208, + "##sorb": 21209, + "##south": 21210, + "##s60": 21211, + "##stice": 21212, + "##spect": 21213, + "##stification": 21214, + "##spathic": 21215, + "##seness": 21216, + "##tor": 21217, + "##tou": 21218, + "##tly": 21219, + "##tow": 21220, + "##tter": 21221, + "##tag": 21222, + "##tam": 21223, + "##tang": 21224, + "##tud": 21225, + "##tures": 21226, + "##tments": 21227, + "##teng": 21228, + "##train": 21229, + "##tals": 21230, + "##tron": 21231, + "##tagi": 21232, + "##tub": 21233, + "##tta": 21234, + "##t16": 21235, + "##toral": 21236, + "##t14": 21237, + "##t22": 21238, + "##turn": 21239, + "##t02": 21240, + "##t92": 21241, + "##troll": 21242, + "##tugang": 21243, + "##rp": 21244, + "##rong": 21245, + "##rence": 21246, + "##rone": 21247, + "##rend": 21248, + "##rass": 21249, + "##rase": 21250, + "##rill": 21251, + "##ride": 21252, + "##right": 21253, + "##rath": 21254, + "##rential": 21255, + "##rench": 21256, + "##renes": 21257, + "##rara": 21258, + "##rern": 21259, + "##rinting": 21260, + "##rf2": 21261, + "##rinites": 21262, + "##r213": 21263, + "##hl": 21264, + "##hd": 21265, + "##hb": 21266, + "##hel": 21267, + "##hol": 21268, + "##het": 21269, + "##hot": 21270, + "##hab": 21271, + "##hran": 21272, + "##hale": 21273, + "##hand": 21274, + "##hard": 21275, + "##heng": 21276, + "##hole": 21277, + "##hough": 21278, + "##hio": 21279, + "##helf": 21280, + "##hold": 21281, + "##hta": 21282, + "##hmar": 21283, + "##hyan": 21284, + "##holes": 21285, + "##hwa": 21286, + "##hlin": 21287, + "##hler": 21288, + "##hman": 21289, + "##hbi": 21290, + "##hiop": 21291, + "##hlet": 21292, + "##hemite": 21293, + "##hytic": 21294, + "##h01": 21295, + "##haped": 21296, + "##ws": 21297, + "##wti": 21298, + "##wat": 21299, + "##wit": 21300, + "##west": 21301, + "##weld": 21302, + "##wable": 21303, + "##wick": 21304, + "##wps": 21305, + "##wind": 21306, + "##wire": 21307, + "##wcastle": 21308, + "##w3d": 21309, + "##ait": 21310, + "##ael": 21311, + "##aet": 21312, + "##atin": 21313, + "##aue": 21314, + "##avity": 21315, + "##aved": 21316, + "##aust": 21317, + "##aven": 21318, + "##ahe": 21319, + "##afe": 21320, + "##ault": 21321, + "##aho": 21322, + "##afa": 21323, + "##aearc": 21324, + "##axing": 21325, + "##aje": 21326, + "##aigou": 21327, + "##atina": 21328, + "##aissance": 21329, + "##aogou": 21330, + "##dp": 21331, + "##dj": 21332, + "##del": 21333, + "##dol": 21334, + "##dec": 21335, + "##dif": 21336, + "##dam": 21337, + "##dang": 21338, + "##dem": 21339, + "##dary": 21340, + "##dia": 21341, + "##dard": 21342, + "##dction": 21343, + "##dret": 21344, + "##dled": 21345, + "##drup": 21346, + "##door": 21347, + "##dho": 21348, + "##drad": 21349, + "##dha": 21350, + "##dung": 21351, + "##depositional": 21352, + "##doushan": 21353, + "##drift": 21354, + "##dusan": 21355, + "##dwaj": 21356, + "##deposit": 21357, + "##dennes": 21358, + "##ml": 21359, + "##mi": 21360, + "##mt": 21361, + "##mv": 21362, + "##mis": 21363, + "##mel": 21364, + "##mou": 21365, + "##mol": 21366, + "##met": 21367, + "##mate": 21368, + "##mog": 21369, + "##mock": 21370, + "##mud": 21371, + "##mere": 21372, + "##mak": 21373, + "##mant": 21374, + "##mand": 21375, + "##mati": 21376, + "##map": 21377, + "##merv": 21378, + "##moz": 21379, + "##mound": 21380, + "##mium": 21381, + "##massive": 21382, + "##mstones": 21383, + "##mvation": 21384, + "##minc": 21385, + "##mised": 21386, + "##mania": 21387, + "##mix": 21388, + "##mologic": 21389, + "##mean": 21390, + "##metry": 21391, + "##myeong": 21392, + "##magmatic": 21393, + "##metal": 21394, + "##7z": 21395, + "##7x20": 21396, + "##751": 21397, + "##772": 21398, + "##yf": 21399, + "##y1": 21400, + "##yer": 21401, + "##yal": 21402, + "##yas": 21403, + "##yle": 21404, + "##ymp": 21405, + "##yites": 21406, + "##yard": 21407, + "##yield": 21408, + "##yrag": 21409, + "##yolites": 21410, + "##yemi": 21411, + "##yries": 21412, + "##yushan": 21413, + "##yesh": 21414, + "##yueshan": 21415, + "##pu": 21416, + "##pac": 21417, + "##pale": 21418, + "##pone": 21419, + "##pina": 21420, + "##petro": 21421, + "##proc": 21422, + "##pose": 21423, + "##ptive": 21424, + "##pyroxene": 21425, + "##pao": 21426, + "##politic": 21427, + "##pgy": 21428, + "##piter": 21429, + "##podes": 21430, + "##podtes": 21431, + "##3m": 21432, + "##3x": 21433, + "##300": 21434, + "##322": 21435, + "##354": 21436, + "##389": 21437, + "##3fe2si3o12": 21438, + "##37x20": 21439, + "##98": 21440, + "##931": 21441, + "##935": 21442, + "##985": 21443, + "##07": 21444, + "##04": 21445, + "##0yr": 21446, + "##044": 21447, + "##0501": 21448, + "##27": 21449, + "##2b": 21450, + "##250": 21451, + "##280": 21452, + "##212": 21453, + "##2000": 21454, + "##254": 21455, + "##2x0": 21456, + "##81": 21457, + "##810": 21458, + "##844": 21459, + "##882": 21460, + "##5000": 21461, + "##528": 21462, + "##554": 21463, + "##fu": 21464, + "##f5": 21465, + "##fon": 21466, + "##fed": 21467, + "##fre": 21468, + "##fis": 21469, + "##fol": 21470, + "##fil": 21471, + "##fag": 21472, + "##frac": 21473, + "##fted": 21474, + "##fruct": 21475, + "##found": 21476, + "##ford": 21477, + "##fram": 21478, + "##fically": 21479, + "##fels": 21480, + "##fits": 21481, + "##foss": 21482, + "##fusinite": 21483, + "##fany": 21484, + "##fenov": 21485, + "##farg": 21486, + "##frig": 21487, + "##finic": 21488, + "##futable": 21489, + "##foya": 21490, + "##65": 21491, + "##6z": 21492, + "##61": 21493, + "##690": 21494, + "##6102": 21495, + "##655": 21496, + "##bz": 21497, + "##bin": 21498, + "##ben": 21499, + "##bra": 21500, + "##brom": 21501, + "##bale": 21502, + "##bone": 21503, + "##bear": 21504, + "##bend": 21505, + "##bai": 21506, + "##bank": 21507, + "##borg": 21508, + "##brate": 21509, + "##biv": 21510, + "##bending": 21511, + "##bird": 21512, + "##bury": 21513, + "##bby": 21514, + "##bara": 21515, + "##born": 21516, + "##bela": 21517, + "##batus": 21518, + "##bech": 21519, + "##bbles": 21520, + "##bzo": 21521, + "##bca": 21522, + "##brations": 21523, + "##bbert": 21524, + "##bayan": 21525, + "##bkies": 21526, + "##bacher": 21527, + "##zal": 21528, + "##zet": 21529, + "##zop": 21530, + "##zem": 21531, + "##zircon": 21532, + "##zonian": 21533, + "##zings": 21534, + "##zart": 21535, + "##zzi": 21536, + "##zler": 21537, + "##zko": 21538, + "##zca": 21539, + "##zghan": 21540, + "##zbacher": 21541, + "##49": 21542, + "##46": 21543, + "##489": 21544, + "##46a": 21545, + "##4sio4": 21546, + "##4o7": 21547, + "##qa": 21548, + "##jl": 21549, + "##jk": 21550, + "##jv": 21551, + "##jim": 21552, + "##jure": 21553, + "##jort": 21554, + "##jiao": 21555, + "##jacent": 21556, + "##jls": 21557, + "##jik": 21558, + "##jara": 21559, + "##jana": 21560, + "##kb": 21561, + "##kk": 21562, + "##kv": 21563, + "##kti": 21564, + "##knd": 21565, + "##kor": 21566, + "##kan": 21567, + "##kat": 21568, + "##kst": 21569, + "##kos": 21570, + "##kum": 21571, + "##kop": 21572, + "##klu": 21573, + "##kian": 21574, + "##kus": 21575, + "##kend": 21576, + "##kond": 21577, + "##kose": 21578, + "##kie": 21579, + "##kking": 21580, + "##kox": 21581, + "##kind": 21582, + "##kher": 21583, + "##kdong": 21584, + "##koleringen": 21585, + "##klima": 21586, + "##xg": 21587, + "##xe": 21588, + "##xs": 21589, + "##xv": 21590, + "##xite": 21591, + "##xati": 21592, + "##xial": 21593, + "##xint": 21594, + "##xili": 21595, + "##xpro": 21596, + "##x39": 21597, + "##xrf": 21598, + "##xueshan": 21599, + "##vet": 21600, + "##vant": 21601, + "##vast": 21602, + "##via": 21603, + "##vess": 21604, + "##vill": 21605, + "##vick": 21606, + "##vens": 21607, + "##vines": 21608, + "##vci": 21609, + "##vania": 21610, + "##volc": 21611, + "##vimetric": 21612, + "##vaporites": 21613, + "##1z": 21614, + "##100": 21615, + "##150": 21616, + "##147": 21617, + "##114": 21618, + "##ⅰto": 21619, + "##øue": 21620, + "thn": 21621, + "tham": 21622, + "thric": 21623, + "thins": 21624, + "thorite": 21625, + "thomp": 21626, + "theod": 21627, + "theia": 21628, + "theses": 21629, + "##ona": 21630, + "##onis": 21631, + "##onation": 21632, + "##onet": 21633, + "##onil": 21634, + "##onso": 21635, + "##onau": 21636, + "##onides": 21637, + "##onitic": 21638, + "##onie": 21639, + "##onometry": 21640, + "##onka": 21641, + "##ontaneous": 21642, + "##onomous": 21643, + "##onnee": 21644, + "##erer": 21645, + "##erro": 21646, + "##erting": 21647, + "##erich": 21648, + "##eries": 21649, + "##erlu": 21650, + "##erift": 21651, + "##erization": 21652, + "##erology": 21653, + "##erinite": 21654, + "##erstand": 21655, + "##ersid": 21656, + "##erlic": 21657, + "##erare": 21658, + "##erised": 21659, + "##erns": 21660, + "##eratively": 21661, + "##erlen": 21662, + "##erkre": 21663, + "##erticeps": 21664, + "##erkose": 21665, + "##tix": 21666, + "##tier": 21667, + "##tind": 21668, + "##tied": 21669, + "##tition": 21670, + "##tiit": 21671, + "##tias": 21672, + "##tise": 21673, + "##tigh": 21674, + "##tiso": 21675, + "##tiao": 21676, + "##tieg": 21677, + "##tison": 21678, + "##tish": 21679, + "##tides": 21680, + "##tifying": 21681, + "##tifiable": 21682, + "##tibet": 21683, + "##esian": 21684, + "##eserv": 21685, + "##estered": 21686, + "##espans": 21687, + "##escale": 21688, + "##eschal": 21689, + "##inas": 21690, + "##inis": 21691, + "##inac": 21692, + "##inod": 21693, + "##inform": 21694, + "##inally": 21695, + "##incess": 21696, + "##intal": 21697, + "##inuted": 21698, + "##injiang": 21699, + "##inately": 21700, + "##inakes": 21701, + "##inying": 21702, + "##incontinental": 21703, + "##induced": 21704, + "##inpro": 21705, + "##inba": 21706, + "##inoco": 21707, + "##inwestern": 21708, + "##intillation": 21709, + "##inrelation": 21710, + "##instud": 21711, + "##inlar": 21712, + "##inhold": 21713, + "##enz": 21714, + "##enation": 21715, + "##enur": 21716, + "##entic": 21717, + "##enant": 21718, + "##enstone": 21719, + "##enitic": 21720, + "##enind": 21721, + "##enware": 21722, + "##enkowski": 21723, + "##alf": 21724, + "##alar": 21725, + "##alec": 21726, + "##altic": 21727, + "##alir": 21728, + "##alites": 21729, + "##alue": 21730, + "##align": 21731, + "##altim": 21732, + "##alner": 21733, + "##alik": 21734, + "##altemp": 21735, + "##alabor": 21736, + "##alda": 21737, + "##alkal": 21738, + "##alrel": 21739, + "##al2si": 21740, + "##algae": 21741, + "##albara": 21742, + "##aløue": 21743, + "##altibet": 21744, + "##ndip": 21745, + "##ndara": 21746, + "##edit": 21747, + "##edures": 21748, + "##edrich": 21749, + "##edoni": 21750, + "##ediacaran": 21751, + "offa": 21752, + "##orec": 21753, + "##orig": 21754, + "##orop": 21755, + "##orical": 21756, + "##orad": 21757, + "##orations": 21758, + "##orff": 21759, + "##orov": 21760, + "##orosity": 21761, + "##orogenic": 21762, + "##orily": 21763, + "##orama": 21764, + "##orussian": 21765, + "##orifts": 21766, + "##orclastic": 21767, + "##aning": 21768, + "##anol": 21769, + "##anap": 21770, + "##anium": 21771, + "##anshan": 21772, + "##anha": 21773, + "##answ": 21774, + "##anema": 21775, + "##anorth": 21776, + "##anova": 21777, + "##anetary": 21778, + "##anui": 21779, + "##anorogenic": 21780, + "##iced": 21781, + "##icies": 21782, + "##ician": 21783, + "##icating": 21784, + "##iceous": 21785, + "##icula": 21786, + "##iculu": 21787, + "##iclosed": 21788, + "##atel": 21789, + "##atac": 21790, + "##atam": 21791, + "##atang": 21792, + "##atues": 21793, + "##atake": 21794, + "##atov": 21795, + "##atechn": 21796, + "##atka": 21797, + "##atlantic": 21798, + "##atoli": 21799, + "##atama": 21800, + "##atoblastic": 21801, + "##atoidal": 21802, + "##ataria": 21803, + "##atolytic": 21804, + "##atdrad": 21805, + "in3": 21806, + "inch": 21807, + "inse": 21808, + "inma": 21809, + "inward": 21810, + "inline": 21811, + "inerc": 21812, + "inapp": 21813, + "inosc": 21814, + "inuper": 21815, + "inliers": 21816, + "inefficient": 21817, + "inhab": 21818, + "##aru": 21819, + "##ars": 21820, + "##arer": 21821, + "##aric": 21822, + "##arent": 21823, + "##arity": 21824, + "##arine": 21825, + "##arion": 21826, + "##arval": 21827, + "##argo": 21828, + "##araka": 21829, + "##araki": 21830, + "andri": 21831, + "andstone": 21832, + "andrad": 21833, + "##retion": 21834, + "##refer": 21835, + "##recon": 21836, + "##recc": 21837, + "##reib": 21838, + "##reens": 21839, + "##recent": 21840, + "##reenstone": 21841, + "##itat": 21842, + "##itac": 21843, + "##itter": 21844, + "##iture": 21845, + "##itag": 21846, + "##itong": 21847, + "##itous": 21848, + "##itob": 21849, + "##itde": 21850, + "##itative": 21851, + "##ituminous": 21852, + "##itler": 21853, + "##iteto": 21854, + "##iteni": 21855, + "##asp": 21856, + "##asal": 21857, + "##asures": 21858, + "##asable": 21859, + "##asour": 21860, + "##roy": 21861, + "##roch": 21862, + "##roved": 21863, + "##rolite": 21864, + "##rols": 21865, + "##roko": 21866, + "##robat": 21867, + "##roflu": 21868, + "##rology": 21869, + "##rotron": 21870, + "##isen": 21871, + "##isis": 21872, + "##isable": 21873, + "##isina": 21874, + "##iscan": 21875, + "##istered": 21876, + "##isible": 21877, + "##isink": 21878, + "##isporu": 21879, + "##isette": 21880, + "##isaraka": 21881, + "##elts": 21882, + "##elated": 21883, + "##elite": 21884, + "##elop": 21885, + "##elad": 21886, + "##elun": 21887, + "##elized": 21888, + "##elmatic": 21889, + "##elior": 21890, + "##elands": 21891, + "##eliga": 21892, + "##elhagen": 21893, + "##eluot": 21894, + "##elproc": 21895, + "##inga": 21896, + "##inger": 21897, + "##ingshan": 21898, + "##ingbosch": 21899, + "##ingerland": 21900, + "##lei": 21901, + "##lections": 21902, + "##letes": 21903, + "##letely": 21904, + "##lementing": 21905, + "##levant": 21906, + "toe": 21907, + "toth": 21908, + "tour": 21909, + "tomp": 21910, + "tolu": 21911, + "told": 21912, + "tooth": 21913, + "topped": 21914, + "totally": 21915, + "tobaceous": 21916, + "tolgo": 21917, + "totals": 21918, + "to150": 21919, + "##oui": 21920, + "##ouac": 21921, + "##outs": 21922, + "##outing": 21923, + "##ourag": 21924, + "##ouping": 21925, + "##ouenites": 21926, + "##ouched": 21927, + "##olas": 21928, + "##olly": 21929, + "##olig": 21930, + "##olag": 21931, + "##olay": 21932, + "##ollis": 21933, + "##olines": 21934, + "##oliao": 21935, + "##olta": 21936, + "##olutions": 21937, + "##olane": 21938, + "##olulu": 21939, + "##ollected": 21940, + "##olyong": 21941, + "##olafa": 21942, + "##thy": 21943, + "##thon": 21944, + "##this": 21945, + "##thing": 21946, + "##thang": 21947, + "##thot": 21948, + "##thys": 21949, + "##thora": 21950, + "##throws": 21951, + "##thothermic": 21952, + "##acal": 21953, + "##acec": 21954, + "##acting": 21955, + "##acies": 21956, + "##acles": 21957, + "##acustrine": 21958, + "##acias": 21959, + "##acerb": 21960, + "##acuated": 21961, + "##activ": 21962, + "##acrography": 21963, + "##sten": 21964, + "##sted": 21965, + "##stell": 21966, + "##stability": 21967, + "##stcent": 21968, + "##staking": 21969, + "##stables": 21970, + "##stocks": 21971, + "##steritic": 21972, + "##stratigraphic": 21973, + "##stacles": 21974, + "##ecim": 21975, + "##ecter": 21976, + "##ecyp": 21977, + "##econd": 21978, + "##ecuted": 21979, + "##econtinental": 21980, + "##ecker": 21981, + "##eco3": 21982, + "##ecsas": 21983, + "##urz": 21984, + "##urys": 21985, + "##urized": 21986, + "##urating": 21987, + "##ursive": 21988, + "##urately": 21989, + "##urns": 21990, + "##urton": 21991, + "##urries": 21992, + "##urfaced": 21993, + "##uranium": 21994, + "##ulo": 21995, + "##ulph": 21996, + "##ulting": 21997, + "##ulwe": 21998, + "##ulites": 21999, + "##ulating": 22000, + "##ulatory": 22001, + "##ultra": 22002, + "##ulze": 22003, + "##ulhas": 22004, + "##ulisp": 22005, + "##ulangqing": 22006, + "##ulcate": 22007, + "##etu": 22008, + "##etom": 22009, + "##etted": 22010, + "##etyp": 22011, + "##etamorph": 22012, + "##etushan": 22013, + "##ettings": 22014, + "##etamorphic": 22015, + "##etermined": 22016, + "##etectonics": 22017, + "##eteau": 22018, + "##etecsas": 22019, + "stru": 22020, + "stod": 22021, + "stay": 22022, + "stata": 22023, + "stoch": 22024, + "story": 22025, + "stark": 22026, + "storing": 22027, + "stained": 22028, + "stasi": 22029, + "stocks": 22030, + "stromb": 22031, + "struc": 22032, + "stoich": 22033, + "statues": 22034, + "##ithful": 22035, + "##ithostatic": 22036, + "##ithinac": 22037, + "isle": 22038, + "isom": 22039, + "isot": 22040, + "isoz": 22041, + "isother": 22042, + "isbn": 22043, + "isthe": 22044, + "islamic": 22045, + "##mpin": 22046, + "##mples": 22047, + "##mpling": 22048, + "##mpka": 22049, + "conch": 22050, + "conse": 22051, + "coniferous": 22052, + "conject": 22053, + "conacy": 22054, + "##lytic": 22055, + "##lysm": 22056, + "##oca": 22057, + "##ocation": 22058, + "##ocam": 22059, + "##ocence": 22060, + "##ocus": 22061, + "##ocun": 22062, + "##ocating": 22063, + "##ocath": 22064, + "##ocumul": 22065, + "##ocline": 22066, + "##ococc": 22067, + "##ociating": 22068, + "##oceanic": 22069, + "##igit": 22070, + "##igand": 22071, + "##igios": 22072, + "##igiani": 22073, + "##igaoka": 22074, + "##igoon": 22075, + "##igetu": 22076, + "ford": 22077, + "forth": 22078, + "forens": 22079, + "fortal": 22080, + "forset": 22081, + "fortu": 22082, + "forsteritic": 22083, + "##sitic": 22084, + "##sitions": 22085, + "##simpl": 22086, + "##si2o": 22087, + "##sibility": 22088, + "##sibles": 22089, + "##siki": 22090, + "##sifies": 22091, + "##silon": 22092, + "##owu": 22093, + "##owo": 22094, + "##owou": 22095, + "##owers": 22096, + "##owsky": 22097, + "##imed": 22098, + "##imond": 22099, + "##imble": 22100, + "##imits": 22101, + "##imica": 22102, + "##imodal": 22103, + "##imeters": 22104, + "##imdec": 22105, + "mao": 22106, + "maar": 22107, + "maqu": 22108, + "mama": 22109, + "mahan": 22110, + "maase": 22111, + "mayn": 22112, + "maxi": 22113, + "mafeng": 22114, + "maier": 22115, + "maury": 22116, + "mauna": 22117, + "mamu": 22118, + "mauric": 22119, + "mabian": 22120, + "makin": 22121, + "mazar": 22122, + "maarle": 22123, + "mazart": 22124, + "maaløue": 22125, + "mandara": 22126, + "maanshan": 22127, + "##teris": 22128, + "##terok": 22129, + "##terranean": 22130, + "coh": 22131, + "coil": 22132, + "coph": 22133, + "coqu": 22134, + "covel": 22135, + "coff": 22136, + "coded": 22137, + "coint": 22138, + "cokes": 22139, + "cook": 22140, + "costs": 22141, + "codes": 22142, + "coiled": 22143, + "coocc": 22144, + "cof2": 22145, + "cohen": 22146, + "cof1": 22147, + "cobb": 22148, + "coaxi": 22149, + "cotta": 22150, + "coaxing": 22151, + "cobbles": 22152, + "##veation": 22153, + "dey": 22154, + "deer": 22155, + "dewe": 22156, + "devious": 22157, + "dewater": 22158, + "dehui": 22159, + "dealt": 22160, + "dehant": 22161, + "degenerated": 22162, + "dewit": 22163, + "##cement": 22164, + "##ceacas": 22165, + "##rap": 22166, + "##raum": 22167, + "##ravity": 22168, + "##raft": 22169, + "##rading": 22170, + "##rably": 22171, + "##raising": 22172, + "##rapur": 22173, + "##ratification": 22174, + "##raduate": 22175, + "##ratiform": 22176, + "##ids": 22177, + "##ida": 22178, + "##idel": 22179, + "##idou": 22180, + "##idated": 22181, + "##iday": 22182, + "##idates": 22183, + "##idents": 22184, + "##idium": 22185, + "##osm": 22186, + "##osan": 22187, + "##osure": 22188, + "##osound": 22189, + "##osome": 22190, + "##osour": 22191, + "##osoci": 22192, + "##osubduction": 22193, + "##osofic": 22194, + "##osfil": 22195, + "##tson": 22196, + "##tsevolution": 22197, + "##tiny": 22198, + "##tinent": 22199, + "##tination": 22200, + "##tinate": 22201, + "##tinely": 22202, + "##tinitic": 22203, + "##tinback": 22204, + "##ilu": 22205, + "##ilite": 22206, + "##ilites": 22207, + "##ileng": 22208, + "##ilob": 22209, + "##iltered": 22210, + "##ilpi": 22211, + "##iliter": 22212, + "##ilenko": 22213, + "##ilhard": 22214, + "##ilenur": 22215, + "rez": 22216, + "retic": 22217, + "ream": 22218, + "reform": 22219, + "reformed": 22220, + "reex": 22221, + "reimin": 22222, + "reorientation": 22223, + "rejo": 22224, + "reticular": 22225, + "reese": 22226, + "re102": 22227, + "reocc": 22228, + "rebuil": 22229, + "rebuilding": 22230, + "reenrichment": 22231, + "reuber": 22232, + "sui": 22233, + "suit": 22234, + "suffic": 22235, + "suuh": 22236, + "su5000": 22237, + "suileng": 22238, + "shat": 22239, + "shru": 22240, + "sham": 22241, + "shri": 22242, + "shong": 22243, + "shay": 22244, + "shend": 22245, + "shuan": 22246, + "shaw": 22247, + "shunnan": 22248, + "shik": 22249, + "shix": 22250, + "shuang": 22251, + "shmax": 22252, + "shimen": 22253, + "shaya": 22254, + "shichang": 22255, + "shiling": 22256, + "shares": 22257, + "shigong": 22258, + "shmin": 22259, + "shali": 22260, + "shrin": 22261, + "shelly": 22262, + "shalec": 22263, + "asab": 22264, + "chn": 22265, + "chq": 22266, + "chut": 22267, + "chand": 22268, + "chris": 22269, + "chances": 22270, + "chizhou": 22271, + "chilian": 22272, + "chev": 22273, + "cheong": 22274, + "chips": 22275, + "chasm": 22276, + "chinageology": 22277, + "chahe": 22278, + "cherkose": 22279, + "chatel": 22280, + "cholane": 22281, + "chilpi": 22282, + "##atethys": 22283, + "anant": 22284, + "anap": 22285, + "anshan": 22286, + "anto": 22287, + "anna": 22288, + "anterior": 22289, + "##ureenviron": 22290, + "##urepress": 22291, + "##romod": 22292, + "##romise": 22293, + "##rometer": 22294, + "##ogo": 22295, + "##ogs": 22296, + "##ogle": 22297, + "##ogai": 22298, + "##ogocene": 22299, + "##ogerg": 22300, + "##ograined": 22301, + "##ogatake": 22302, + "baster": 22303, + "basering": 22304, + "baselines": 22305, + "baso4": 22306, + "##agon": 22307, + "##agat": 22308, + "##agar": 22309, + "##agonal": 22310, + "##agasy": 22311, + "##aggy": 22312, + "##vered": 22313, + "##verns": 22314, + "##vertine": 22315, + "##vergence": 22316, + "##mentdi": 22317, + "##mentals": 22318, + "##mentnorth": 22319, + "prolu": 22320, + "propping": 22321, + "propped": 22322, + "proof": 22323, + "prokop": 22324, + "##ife": 22325, + "##iffer": 22326, + "##ifled": 22327, + "##ifw3d": 22328, + "##iftinback": 22329, + "##rui": 22330, + "##rue": 22331, + "##ruity": 22332, + "##rusion": 22333, + "##rugin": 22334, + "##ruding": 22335, + "##rums": 22336, + "##rugations": 22337, + "##rutiny": 22338, + "alic": 22339, + "alos": 22340, + "alph": 22341, + "alab": 22342, + "aliment": 22343, + "alun": 22344, + "alper": 22345, + "albed": 22346, + "alive": 22347, + "alashan": 22348, + "al2si": 22349, + "alo2": 22350, + "alogical": 22351, + "alago": 22352, + "alculation": 22353, + "alhough": 22354, + "aljl": 22355, + "alonso": 22356, + "byproduc": 22357, + "##amod": 22358, + "##amous": 22359, + "##amail": 22360, + "##amsh": 22361, + "##amura": 22362, + "##aminan": 22363, + "##amuk": 22364, + "##amita": 22365, + "##amuni": 22366, + "##amfn": 22367, + "##amdwaj": 22368, + "##amelts": 22369, + "##resso": 22370, + "exon": 22371, + "exch": 22372, + "exines": 22373, + "extingu": 22374, + "exiting": 22375, + "exobi": 22376, + "exogenetic": 22377, + "exoplanet": 22378, + "exothermic": 22379, + "exterior": 22380, + "exerting": 22381, + "exacerb": 22382, + "executed": 22383, + "beast": 22384, + "behe": 22385, + "behar": 22386, + "beaton": 22387, + "bezop": 22388, + "beidou": 22389, + "whir": 22390, + "whale": 22391, + "whence": 22392, + "whene": 22393, + "whiti": 22394, + "wh2o": 22395, + "whits": 22396, + "wholly": 22397, + "seab": 22398, + "sema": 22399, + "septa": 22400, + "searle": 22401, + "seoul": 22402, + "seidel": 22403, + "onand": 22404, + "onland": 22405, + "onla": 22406, + "oncolite": 22407, + "onsets": 22408, + "##ods": 22409, + "##odel": 22410, + "##odos": 22411, + "##odated": 22412, + "##odies": 22413, + "##odium": 22414, + "##odities": 22415, + "##odetic": 22416, + "##odosa": 22417, + "##phi": 22418, + "##phir": 22419, + "##pheric": 22420, + "##phases": 22421, + "##phrag": 22422, + "##phyl": 22423, + "##phson": 22424, + "##physics": 22425, + "##pheline": 22426, + "##phalian": 22427, + "##photometry": 22428, + "##phenant": 22429, + "##iran": 22430, + "##irts": 22431, + "##omy": 22432, + "##omite": 22433, + "##omial": 22434, + "##ommon": 22435, + "##omte": 22436, + "##omoshan": 22437, + "##omires": 22438, + "##omings": 22439, + "##omosing": 22440, + "##omfort": 22441, + "##omaterials": 22442, + "##omdary": 22443, + "##omatov": 22444, + "##omacrography": 22445, + "##omodated": 22446, + "##iteit": 22447, + "##itext": 22448, + "orphan": 22449, + "orifice": 22450, + "ormoz": 22451, + "orinoco": 22452, + "##ums": 22453, + "##umlu": 22454, + "##umata": 22455, + "##umari": 22456, + "##umura": 22457, + "##umatolytic": 22458, + "##umilite": 22459, + "##ang3": 22460, + "##angang": 22461, + "##angay": 22462, + "##angell": 22463, + "##angula": 22464, + "##anginian": 22465, + "##anggou": 22466, + "##angtai": 22467, + "##angguan": 22468, + "##chen": 22469, + "##chemistry": 22470, + "##chromatic": 22471, + "##chhi": 22472, + "##chison": 22473, + "##chloric": 22474, + "##chaigou": 22475, + "##chatka": 22476, + "##chasable": 22477, + "##chrotron": 22478, + "fax": 22479, + "faell": 22480, + "fade": 22481, + "faithful": 22482, + "##udy": 22483, + "##udan": 22484, + "##udance": 22485, + "##udao": 22486, + "##udiri": 22487, + "##ried": 22488, + "##rition": 22489, + "##riad": 22490, + "##riug": 22491, + "##ritial": 22492, + "##riasian": 22493, + "##rietary": 22494, + "##rijk": 22495, + "##otti": 22496, + "##otential": 22497, + "##otron": 22498, + "##ot009": 22499, + "##otstra": 22500, + "##otelmatic": 22501, + "##otomy": 22502, + "##eremb": 22503, + "##ityearly": 22504, + "rests": 22505, + "resone": 22506, + "restrained": 22507, + "formally": 22508, + "formulated": 22509, + "formartine": 22510, + "##see": 22511, + "##sea": 22512, + "##seis": 22513, + "##severed": 22514, + "acrit": 22515, + "accep": 22516, + "acrobat": 22517, + "##opic": 22518, + "##openg": 22519, + "##opens": 22520, + "##oplastic": 22521, + "##opdb": 22522, + "##opo11": 22523, + "##opimdec": 22524, + "##opteris": 22525, + "##tington": 22526, + "##ichet": 22527, + "##ichun": 22528, + "##ichtig": 22529, + "##ichten": 22530, + "##onghe": 22531, + "##ongbasin": 22532, + "##ongruity": 22533, + "ata": 22534, + "atom": 22535, + "atop": 22536, + "atyp": 22537, + "atwater": 22538, + "attitude": 22539, + "##quent": 22540, + "##quari": 22541, + "##quette": 22542, + "##quimica": 22543, + "gee": 22544, + "geer": 22545, + "geen": 22546, + "gear": 22547, + "geore": 22548, + "gehr": 22549, + "geostress": 22550, + "geostatic": 22551, + "geogra": 22552, + "gemstones": 22553, + "##abi": 22554, + "##aby": 22555, + "##abay": 22556, + "##abian": 22557, + "##abber": 22558, + "##abrian": 22559, + "##abao": 22560, + "##abnorm": 22561, + "##abaya": 22562, + "##abyssal": 22563, + "##abolic": 22564, + "##abagar": 22565, + "##abudan": 22566, + "pll": 22567, + "plated": 22568, + "pluc": 22569, + "plenti": 22570, + "plio": 22571, + "placement": 22572, + "plitude": 22573, + "plint": 22574, + "plugg": 22575, + "platin": 22576, + "compass": 22577, + "compress": 22578, + "compose": 22579, + "compressed": 22580, + "compiling": 22581, + "compsitions": 22582, + "compromise": 22583, + "compresso": 22584, + "southerly": 22585, + "##therless": 22586, + "##aku": 22587, + "##akou": 22588, + "##akri": 22589, + "##akuch": 22590, + "##aksu": 22591, + "##akik": 22592, + "##akosh": 22593, + "##aksan": 22594, + "##akuri": 22595, + "##akalik": 22596, + "##akumari": 22597, + "##ctus": 22598, + "##ctory": 22599, + "##utata": 22600, + "##utely": 22601, + "##uttered": 22602, + "##utnik": 22603, + "##anty": 22604, + "##antom": 22605, + "##antun": 22606, + "##antling": 22607, + "##anteed": 22608, + "##antuo": 22609, + "##antectonics": 22610, + "basinward": 22611, + "haq": 22612, + "hair": 22613, + "haap": 22614, + "hautes": 22615, + "haicheng": 22616, + "hafn": 22617, + "haiping": 22618, + "haowu": 22619, + "##emis": 22620, + "##embers": 22621, + "##emetry": 22622, + "##emcial": 22623, + "##veland": 22624, + "##veltim": 22625, + "##velihood": 22626, + "##ranens": 22627, + "##raneous": 22628, + "##raneevolution": 22629, + "##aleku": 22630, + "##aleont": 22631, + "##alepolitic": 22632, + "##istence": 22633, + "##istorical": 22634, + "##pples": 22635, + "##ppery": 22636, + "##ppmv": 22637, + "##pparion": 22638, + "highto": 22639, + "highyield": 22640, + "##ayao": 22641, + "##ayigit": 22642, + "##andi": 22643, + "##ando": 22644, + "##andri": 22645, + "##andina": 22646, + "##andsc": 22647, + "##andoned": 22648, + "##inear": 22649, + "##inegra": 22650, + "##atise": 22651, + "##atiates": 22652, + "##atiron": 22653, + "##atio006": 22654, + "##izu": 22655, + "##izichun": 22656, + "thise": 22657, + "##iest": 22658, + "tectothermal": 22659, + "##encemod": 22660, + "##estor": 22661, + "##estral": 22662, + "##estudy": 22663, + "contort": 22664, + "contention": 22665, + "contract": 22666, + "contested": 22667, + "contracts": 22668, + "contaminan": 22669, + "##cessions": 22670, + "##cesanalysis": 22671, + "##oreal": 22672, + "##ractive": 22673, + "##racyclic": 22674, + "##racerare": 22675, + "##racatac": 22676, + "##plus": 22677, + "##plating": 22678, + "##plains": 22679, + "##planes": 22680, + "##plosive": 22681, + "##pluve": 22682, + "##planetary": 22683, + "##ainable": 22684, + "##aindia": 22685, + "##geant": 22686, + "##gead": 22687, + "##geign": 22688, + "##geomorph": 22689, + "##geochemical": 22690, + "##geochemistry": 22691, + "##gebre": 22692, + "##00m": 22693, + "##00b": 22694, + "##004": 22695, + "##00years": 22696, + "##00calyr": 22697, + "##oney": 22698, + "indoor": 22699, + "indisp": 22700, + "##alli": 22701, + "##allacustrine": 22702, + "tectonicmap": 22703, + "##lution": 22704, + "##luid": 22705, + "##luxed": 22706, + "dib": 22707, + "dien": 22708, + "diap": 22709, + "diast": 22710, + "dihed": 22711, + "divalent": 22712, + "diwu": 22713, + "diiod": 22714, + "neil": 22715, + "neues": 22716, + "neub": 22717, + "neoliths": 22718, + "ne45": 22719, + "neophy": 22720, + "neijiang": 22721, + "neocath": 22722, + "nepheline": 22723, + "parr": 22724, + "paris": 22725, + "parents": 22726, + "parna": 22727, + "paraxial": 22728, + "parbat": 22729, + "pargas": 22730, + "parfenov": 22731, + "paranap": 22732, + "paratethys": 22733, + "parabolic": 22734, + "formationw": 22735, + "formationis": 22736, + "formationinter": 22737, + "formationactive": 22738, + "formationwas": 22739, + "formationlim": 22740, + "formationactiv": 22741, + "##iano": 22742, + "##iances": 22743, + "##ianolag": 22744, + "lowe": 22745, + "lowor": 22746, + "colr": 22747, + "collog": 22748, + "collis": 22749, + "collier": 22750, + "##amples": 22751, + "minfeng": 22752, + "minds": 22753, + "minxian": 22754, + "minnes": 22755, + "minerology": 22756, + "##uction": 22757, + "##uccess": 22758, + "##ucice": 22759, + "##ucoal": 22760, + "##ucaria": 22761, + "grays": 22762, + "graham": 22763, + "grazing": 22764, + "graulites": 22765, + "clast": 22766, + "clark": 22767, + "claw": 22768, + "claire": 22769, + "clogs": 22770, + "cluttered": 22771, + "enites": 22772, + "encan": 22773, + "en74": 22774, + "en84": 22775, + "enviroment": 22776, + "en81": 22777, + "enthothermic": 22778, + "engebre": 22779, + "eva": 22780, + "evacuated": 22781, + "faultand": 22782, + "faultbound": 22783, + "faultcont": 22784, + "faultbend": 22785, + "subma": 22786, + "subhed": 22787, + "subcontin": 22788, + "subfacies": 22789, + "sublac": 22790, + "subseismic": 22791, + "subecon": 22792, + "submer": 22793, + "submature": 22794, + "subtidal": 22795, + "subhead": 22796, + "sublith": 22797, + "subcrops": 22798, + "subdction": 22799, + "subfrig": 22800, + "suberinite": 22801, + "subalkal": 22802, + "suboceanic": 22803, + "subterranean": 22804, + "##aceutical": 22805, + "##ionchin": 22806, + "relion": 22807, + "relocated": 22808, + "moments": 22809, + "moyite": 22810, + "moises": 22811, + "movable": 22812, + "moaven": 22813, + "mokdong": 22814, + "mooney": 22815, + "##edimentation": 22816, + "##usoidal": 22817, + "##usitz": 22818, + "##uszko": 22819, + "sedimente": 22820, + "sedimentwater": 22821, + "sedimentologic": 22822, + "maghemite": 22823, + "presenting": 22824, + "presmvation": 22825, + "presenation": 22826, + "##ferenced": 22827, + "intram": 22828, + "intumes": 22829, + "intends": 22830, + "intuitively": 22831, + "integer": 22832, + "norites": 22833, + "noritic": 22834, + "norfol": 22835, + "norvick": 22836, + "##formations": 22837, + "rocksof": 22838, + "##adi": 22839, + "##ades": 22840, + "##aden": 22841, + "##adth": 22842, + "##adistic": 22843, + "##adala": 22844, + "##adino": 22845, + "##adzu": 22846, + "##adwaj": 22847, + "##adcumulate": 22848, + "modifw3d": 22849, + "figured": 22850, + "##ationship": 22851, + "##osi2": 22852, + "##osium": 22853, + "##osimetry": 22854, + "unter": 22855, + "unwe": 22856, + "unia": 22857, + "unob": 22858, + "unno": 22859, + "unstruct": 22860, + "unsm": 22861, + "unapp": 22862, + "unoxid": 22863, + "unters": 22864, + "univocally": 22865, + "uneconomic": 22866, + "unlim": 22867, + "unbal": 22868, + "unidenti": 22869, + "unchann": 22870, + "unfaulted": 22871, + "unnec": 22872, + "uninform": 22873, + "unansw": 22874, + "unimodal": 22875, + "incur": 22876, + "incap": 22877, + "incenti": 22878, + "incline": 22879, + "incises": 22880, + "incisive": 22881, + "incurred": 22882, + "incongruity": 22883, + "disang": 22884, + "disast": 22885, + "distil": 22886, + "disrup": 22887, + "disput": 22888, + "disrupt": 22889, + "disputable": 22890, + "distillation": 22891, + "earths": 22892, + "earthy": 22893, + "earthenware": 22894, + "##apace": 22895, + "##apsed": 22896, + "##aprog": 22897, + "##eriyin": 22898, + "interrup": 22899, + "intertinite": 22900, + "intercontinental": 22901, + "interlude": 22902, + "interphase": 22903, + "intercept": 22904, + "interfaced": 22905, + "intermix": 22906, + "interstell": 22907, + "##enees": 22908, + "mara": 22909, + "marts": 22910, + "maria": 22911, + "marco": 22912, + "marino": 22913, + "marques": 22914, + "mariana": 22915, + "mareschal": 22916, + "maramuni": 22917, + "##weidi": 22918, + "##astating": 22919, + "##astrone": 22920, + "##astoplastic": 22921, + "arge": 22922, + "arens": 22923, + "ardle": 22924, + "ardu": 22925, + "arrow": 22926, + "arms": 22927, + "arenn": 22928, + "arithm": 22929, + "arren": 22930, + "arenite": 22931, + "arnen": 22932, + "arsen": 22933, + "ardennes": 22934, + "regia": 22935, + "regains": 22936, + "regulation": 22937, + "regulated": 22938, + "registered": 22939, + "betts": 22940, + "betsim": 22941, + "##erving": 22942, + "usable": 22943, + "usgs": 22944, + "uslli": 22945, + "ushaped": 22946, + "slid": 22947, + "slend": 22948, + "slided": 22949, + "slaty": 22950, + "sl931": 22951, + "sliced": 22952, + "slingerland": 22953, + "slurries": 22954, + "abate": 22955, + "abated": 22956, + "aberr": 22957, + "abrief": 22958, + "abuj": 22959, + "abudance": 22960, + "abakalik": 22961, + "abandoned": 22962, + "showers": 22963, + "##ageable": 22964, + "##ysen": 22965, + "##ysica": 22966, + "##ysydney": 22967, + "canal": 22968, + "cance": 22969, + "canning": 22970, + "cancell": 22971, + "canmet": 22972, + "canjik": 22973, + "coalfre": 22974, + "coalbear": 22975, + "##lesmere": 22976, + "##ersitde": 22977, + "##majort": 22978, + "weite": 22979, + "weib": 22980, + "weining": 22981, + "weyb": 22982, + "weishan": 22983, + "wehr": 22984, + "wealth": 22985, + "weibo": 22986, + "matric": 22987, + "matured": 22988, + "matsch": 22989, + "matan1": 22990, + "mattias": 22991, + "activa": 22992, + "activate": 22993, + "activating": 22994, + "itauc": 22995, + "itrf2": 22996, + "##cona": 22997, + "##concent": 22998, + "##context": 22999, + "##ructure": 23000, + "##ructuring": 23001, + "##ructural": 23002, + "crustally": 23003, + "##iaonan": 23004, + "##iaaprog": 23005, + "##elli": 23006, + "##ipate": 23007, + "##ipted": 23008, + "##ipollenites": 23009, + "##iprak": 23010, + "meets": 23011, + "mehf": 23012, + "meadow": 23013, + "meixian": 23014, + "meizi": 23015, + "meijun": 23016, + "mehta": 23017, + "meyer": 23018, + "meinhold": 23019, + "collecting": 23020, + "charact": 23021, + "charlier": 23022, + "chardin": 23023, + "charecter": 23024, + "charrue": 23025, + "recess": 23026, + "recollected": 23027, + "recursive": 23028, + "##endian": 23029, + "##endites": 23030, + "##enditure": 23031, + "##arboxy": 23032, + "##dijls": 23033, + "valence": 23034, + "valche": 23035, + "valencia": 23036, + "valanginian": 23037, + "obi": 23038, + "obsid": 23039, + "obey": 23040, + "obtian": 23041, + "oblate": 23042, + "oblast": 23043, + "obana": 23044, + "obaje": 23045, + "obstacles": 23046, + "metric": 23047, + "metarh": 23048, + "meterial": 23049, + "metrology": 23050, + "metangula": 23051, + "accla": 23052, + "accidents": 23053, + "accomodated": 23054, + "##eldspathic": 23055, + "##ghe": 23056, + "##ghes": 23057, + "##ghuang": 23058, + "lied": 23059, + "lively": 23060, + "libo": 23061, + "lihong": 23062, + "libr": 23063, + "li2b": 23064, + "liantuo": 23065, + "livelihood": 23066, + "##orphyries": 23067, + "##soil": 23068, + "##soft": 23069, + "##assischen": 23070, + "##essarily": 23071, + "##essartine": 23072, + "hasterok": 23073, + "##entier": 23074, + "##entiated": 23075, + "##ouncement": 23076, + "##han1": 23077, + "##hanpo": 23078, + "##hannels": 23079, + "tepe": 23080, + "tegelen": 23081, + "teilhard": 23082, + "spy": 23083, + "spk": 23084, + "sped": 23085, + "spent": 23086, + "spins": 23087, + "spanned": 23088, + "spontaneous": 23089, + "spouting": 23090, + "spacec": 23091, + "spilites": 23092, + "sputnik": 23093, + "spessartine": 23094, + "##inafter": 23095, + "##ermata": 23096, + "##ermond": 23097, + "##ermagnitude": 23098, + "differed": 23099, + "##asea": 23100, + "##epohl": 23101, + "##epartamento": 23102, + "scb": 23103, + "scum": 23104, + "scun": 23105, + "scree": 23106, + "scour": 23107, + "scenes": 23108, + "scbe": 23109, + "scotes": 23110, + "scanned": 23111, + "scintillation": 23112, + "scalar": 23113, + "scrutiny": 23114, + "scutata": 23115, + "scanty": 23116, + "scandina": 23117, + "indicus": 23118, + "##lda": 23119, + "colleaguesered": 23120, + "colleaguesows": 23121, + "colleagueseady": 23122, + "20i": 23123, + "209": 23124, + "2080": 23125, + "2030": 23126, + "2090": 23127, + "20t22": 23128, + "undo": 23129, + "undiv": 23130, + "undisc": 23131, + "undisp": 23132, + "undiffer": 23133, + "underemb": 23134, + "##illo": 23135, + "##illard": 23136, + "##illips": 23137, + "sourc": 23138, + "sourcer": 23139, + "##ggut": 23140, + "##ggish": 23141, + "##ggren": 23142, + "##ggang3": 23143, + "##mentsadvances": 23144, + "##mentsupb": 23145, + "crono": 23146, + "credit": 23147, + "crisis": 23148, + "##oza": 23149, + "##ozhuan": 23150, + "##ozhuo": 23151, + "##ozonation": 23152, + "southfig": 23153, + "fluvo": 23154, + "northeaster": 23155, + "gash": 23156, + "gasor": 23157, + "gasoh": 23158, + "gasgeology": 23159, + "gasolines": 23160, + "depositonal": 23161, + "##velopmentnorth": 23162, + "surfac": 23163, + "suruga": 23164, + "surmised": 23165, + "surabaya": 23166, + "surplus": 23167, + "underling": 23168, + "underline": 23169, + "underway": 23170, + "underside": 23171, + "underlies": 23172, + "underlay": 23173, + "underplate": 23174, + "underlined": 23175, + "underused": 23176, + "underrepresent": 23177, + "underpress": 23178, + "undertake": 23179, + "underthrusting": 23180, + "underdeveloped": 23181, + "undersea": 23182, + "preface": 23183, + "prehn": 23184, + "preval": 23185, + "preto": 23186, + "prefect": 23187, + "preconcent": 23188, + "stride": 23189, + "strides": 23190, + "mainten": 23191, + "mainsh": 23192, + "##raphischen": 23193, + "typed": 23194, + "typifying": 23195, + "overly": 23196, + "overand": 23197, + "overflow": 23198, + "overestim": 23199, + "overdeep": 23200, + "overnight": 23201, + "overbank": 23202, + "overstability": 23203, + "oversimpl": 23204, + "extensi": 23205, + "extraneous": 23206, + "occures": 23207, + "occumn": 23208, + "##ardo": 23209, + "##ficially": 23210, + "##ficatio006": 23211, + "quel": 23212, + "quib": 23213, + "quake": 23214, + "quakes": 23215, + "quaten": 23216, + "##keuser": 23217, + "capping": 23218, + "cahen": 23219, + "cazar": 23220, + "cawood": 23221, + "ca3fe2si3o12": 23222, + "caal2si": 23223, + "caverns": 23224, + "calamita": 23225, + "calabrian": 23226, + "lithopro": 23227, + "lithogenetic": 23228, + "litholi": 23229, + "lithogenesis": 23230, + "##ounded": 23231, + "##oundere": 23232, + "lowerand": 23233, + "occured": 23234, + "##itites": 23235, + "##itimate": 23236, + "manton": 23237, + "mantel": 23238, + "mantoushan": 23239, + "leitch": 23240, + "leaps": 23241, + "lefort": 23242, + "leitz": 23243, + "leaved": 23244, + "leinegra": 23245, + "elekt": 23246, + "eleveation": 23247, + "detrinite": 23248, + "detections": 23249, + "##icking": 23250, + "chinaa": 23251, + "##ibly": 23252, + "##ibets": 23253, + "##iburton": 23254, + "##ibomdary": 23255, + "##orded": 23256, + "##ordinary": 23257, + "adit": 23258, + "adular": 23259, + "adding": 23260, + "adits": 23261, + "adhes": 23262, + "adudu": 23263, + "adhere": 23264, + "adebi": 23265, + "adsorb": 23266, + "##enga": 23267, + "##engsi": 23268, + "##engers": 23269, + "##engolle": 23270, + "grants": 23271, + "##ifices": 23272, + "##ificocean": 23273, + "faced": 23274, + "facles": 23275, + "faceted": 23276, + "impose": 23277, + "impression": 23278, + "impover": 23279, + "impart": 23280, + "imprec": 23281, + "imposes": 23282, + "imperial": 23283, + "importing": 23284, + "implor": 23285, + "imploy": 23286, + "impinge": 23287, + "importer": 23288, + "implementing": 23289, + "impacting": 23290, + "welldeveloped": 23291, + "believing": 23292, + "belorussian": 23293, + "##ralutah": 23294, + "##ralithostatic": 23295, + "locale": 23296, + "locating": 23297, + "locals": 23298, + "##ystems": 23299, + "blend": 23300, + "blended": 23301, + "blaz": 23302, + "blatt": 23303, + "blurred": 23304, + "fefe": 23305, + "feidong": 23306, + "feiran": 23307, + "exposition": 23308, + "expens": 23309, + "exported": 23310, + "expending": 23311, + "exporter": 23312, + "expatiates": 23313, + "expenditure": 23314, + "10e": 23315, + "10c": 23316, + "10m": 23317, + "1056": 23318, + "10hf": 23319, + "10na": 23320, + "1011": 23321, + "10kb": 23322, + "distally": 23323, + "petrotectonic": 23324, + "petrolei": 23325, + "morev": 23326, + "##ydenite": 23327, + "paleogen": 23328, + "paleosal": 23329, + "paleomar": 23330, + "paleomorphology": 23331, + "paleorifts": 23332, + "paleosubduction": 23333, + "paleogerg": 23334, + "paleomires": 23335, + "##cesses": 23336, + "simao": 23337, + "simms": 23338, + "simeon": 23339, + "##ileke": 23340, + "##ileio": 23341, + "genes": 23342, + "genese": 23343, + "##ungen": 23344, + "##unaga": 23345, + "##uniform": 23346, + "##university": 23347, + "##unza": 23348, + "##unbayan": 23349, + "##achite": 23350, + "##achians": 23351, + "##achung": 23352, + "##achimits": 23353, + "prices": 23354, + "prerift": 23355, + "princess": 23356, + "pratama": 23357, + "thereafter": 23358, + "##ario": 23359, + "##arious": 23360, + "##ariably": 23361, + "expleration": 23362, + "thickn": 23363, + "thickand": 23364, + "thickto": 23365, + "kms": 23366, + "proves": 23367, + "provoke": 23368, + "##iverbasins": 23369, + "seckend": 23370, + "##ensable": 23371, + "##enspi": 23372, + "##ensky": 23373, + "##gini": 23374, + "changling": 23375, + "changyang": 23376, + "changxing": 23377, + "changwei": 23378, + "changchun": 23379, + "changdao": 23380, + "changsong": 23381, + "changthang": 23382, + "hyde": 23383, + "hydrop": 23384, + "hydrometer": 23385, + "corals": 23386, + "corelated": 23387, + "corrugations": 23388, + "##onderer": 23389, + "templates": 23390, + "phu": 23391, + "pharm": 23392, + "phased": 23393, + "phreat": 23394, + "phrase": 23395, + "phalabor": 23396, + "phantom": 23397, + "phillips": 23398, + "##formationnn": 23399, + "##neuf": 23400, + "##newcastle": 23401, + "##ressreport": 23402, + "##ynin": 23403, + "##ynthetic": 23404, + "##ynomial": 23405, + "assured": 23406, + "associating": 23407, + "##erather": 23408, + "##eraturepress": 23409, + "apprec": 23410, + "appealing": 23411, + "appointed": 23412, + "approved": 23413, + "comfir": 23414, + "mayon": 23415, + "mayatu": 23416, + "carbonation": 23417, + "carbonized": 23418, + "carbonyl": 23419, + "carbonatised": 23420, + "wherever": 23421, + "##osted": 23422, + "##ostones": 23423, + "##osteric": 23424, + "##ostructural": 23425, + "##rying": 23426, + "##ryong": 23427, + "##ryeong": 23428, + "##ryococc": 23429, + "afr": 23430, + "afm": 23431, + "afar": 23432, + "meliad": 23433, + "centred": 23434, + "centrally": 23435, + "twth": 23436, + "twice": 23437, + "continentality": 23438, + "continentalrif": 23439, + "something": 23440, + "midland": 23441, + "midcrustal": 23442, + "midwest": 23443, + "sinks": 23444, + "sinochina": 23445, + "sincer": 23446, + "sinusoidal": 23447, + "consumes": 23448, + "consolid": 23449, + "consulting": 23450, + "silver": 23451, + "fracturation": 23452, + "timeline": 23453, + "##onesiaaprog": 23454, + "##obic": 23455, + "##obiao": 23456, + "##obiles": 23457, + "##oblasts": 23458, + "##obalrel": 23459, + "##viated": 23460, + "##violet": 23461, + "##viewh": 23462, + "signing": 23463, + "signified": 23464, + "##ospherization": 23465, + "calcitic": 23466, + "refute": 23467, + "refuting": 23468, + "refrig": 23469, + "refluxed": 23470, + "##ochemcial": 23471, + "blockers": 23472, + "blockfaul": 23473, + "hower": 23474, + "##raining": 23475, + "##rainment": 23476, + "##rainian": 23477, + "trind": 23478, + "trichur": 23479, + "trzem": 23480, + "trisina": 23481, + "trimble": 23482, + "trilob": 23483, + "earlylate": 23484, + "##athetic": 23485, + "##perpendicular": 23486, + "##acki": 23487, + "upthrust": 23488, + "upflow": 23489, + "update": 23490, + "upgra": 23491, + "upsur": 23492, + "upcoming": 23493, + "uptake": 23494, + "upright": 23495, + "##rocode": 23496, + "##roclasts": 23497, + "deepen": 23498, + "deepens": 23499, + "greisen": 23500, + "lateglacial": 23501, + "majhg": 23502, + "##gences": 23503, + "##genesis": 23504, + "uppsal": 23505, + "##parite": 23506, + "##parable": 23507, + "##paramet": 23508, + "decc": 23509, + "decean": 23510, + "declined": 23511, + "decimet": 23512, + "decimeter": 23513, + "deceased": 23514, + "decelop": 23515, + "##ironental": 23516, + "##ironformations": 23517, + "##ricted": 23518, + "##ricult": 23519, + "##ricorn": 23520, + "##ourings": 23521, + "##ourceter": 23522, + "##developmentnorth": 23523, + "observing": 23524, + "##ustrie": 23525, + "##ustainable": 23526, + "seton": 23527, + "setback": 23528, + "sandur": 23529, + "sandier": 23530, + "sandouping": 23531, + "agv": 23532, + "ag1": 23533, + "agip": 23534, + "agents": 23535, + "aguab": 23536, + "agyrag": 23537, + "agroch": 23538, + "agulhas": 23539, + "agricult": 23540, + "distributes": 23541, + "distributing": 23542, + "1900": 23543, + "1910": 23544, + "1912": 23545, + "1930": 23546, + "1940": 23547, + "1917": 23548, + "1914": 23549, + "1915": 23550, + "1935": 23551, + "longhu": 23552, + "longxi": 23553, + "longgan": 23554, + "longzhong": 23555, + "longchang": 23556, + "longlin": 23557, + "longax": 23558, + "longgang": 23559, + "longfig": 23560, + "relativities": 23561, + "increment": 23562, + "increments": 23563, + "incremental": 23564, + "incrementally": 23565, + "condiex": 23566, + "majorly": 23567, + "majoritic": 23568, + "ames": 23569, + "amid": 23570, + "ammon": 23571, + "amended": 23572, + "amoco": 23573, + "amfig": 23574, + "amster": 23575, + "amalner": 23576, + "amaru": 23577, + "amelior": 23578, + "##tzer": 23579, + "lays": 23580, + "laying": 23581, + "middleand": 23582, + "middleton": 23583, + "##logged": 23584, + "##logypetro": 23585, + "##chewan": 23586, + "##cheyan": 23587, + "##emicals": 23588, + "concur": 23589, + "concert": 23590, + "conclusive": 23591, + "concavity": 23592, + "glen": 23593, + "glad": 23594, + "glided": 23595, + "glassi": 23596, + "glover": 23597, + "glazi": 23598, + "glitter": 23599, + "pressurized": 23600, + "domed": 23601, + "domiwei": 23602, + "transloc": 23603, + "transversed": 23604, + "transbr": 23605, + "translational": 23606, + "##tigium": 23607, + "verification": 23608, + "verifies": 23609, + "verifying": 23610, + "verdon": 23611, + "##rosporites": 23612, + "##roshio": 23613, + "##lises": 23614, + "##listic": 23615, + "mattercl": 23616, + "outlier": 23617, + "outpur": 23618, + "outputs": 23619, + "outdoor": 23620, + "##olecular": 23621, + "esay": 23622, + "eshel": 23623, + "butler": 23624, + "presentation": 23625, + "timefram": 23626, + "evolutional": 23627, + "heine": 23628, + "heav": 23629, + "hefeng": 23630, + "heye": 23631, + "heze": 23632, + "hezh": 23633, + "heave": 23634, + "healing": 23635, + "heibei": 23636, + "hegang": 23637, + "hegong": 23638, + "heerlen": 23639, + "##orses": 23640, + "arcand": 23641, + "arckar": 23642, + "##berations": 23643, + "##berabber": 23644, + "interposed": 23645, + "waterfall": 23646, + "watercour": 23647, + "waterfrac": 23648, + "waterlogged": 23649, + "##aira": 23650, + "##aitina": 23651, + "##aiisp": 23652, + "completen": 23653, + "bounds": 23654, + "micos": 23655, + "##ioites": 23656, + "striations": 23657, + "stripping": 23658, + "stripped": 23659, + "striatus": 23660, + "stripe": 23661, + "##maline": 23662, + "fieldand": 23663, + "desheng": 23664, + "desulph": 23665, + "destination": 23666, + "deserving": 23667, + "smit": 23668, + "smatopodocarpites": 23669, + "smolder": 23670, + "##duhu": 23671, + "##ductory": 23672, + "horse": 23673, + "characterise": 23674, + "##bller": 23675, + "##blendites": 23676, + "suggeststed": 23677, + "regionalized": 23678, + "typeuranium": 23679, + "oceanology": 23680, + "redire": 23681, + "redefined": 23682, + "redeposit": 23683, + "reduct": 23684, + "becken": 23685, + "alloy": 23686, + "allix": 23687, + "sequestered": 23688, + "structureless": 23689, + "##yroxenites": 23690, + "##ramite": 23691, + "##ramylon": 23692, + "topo": 23693, + "topa": 23694, + "topics": 23695, + "topologies": 23696, + "topmost": 23697, + "topaz": 23698, + "topogra": 23699, + "quart": 23700, + "quarter": 23701, + "quarters": 23702, + "quarried": 23703, + "silicon": 23704, + "mounts": 23705, + "limolite": 23706, + "limagne": 23707, + "limoei": 23708, + "compositionalt": 23709, + "tracer": 23710, + "tracked": 23711, + "trachytic": 23712, + "##rons": 23713, + "##ronomical": 23714, + "##ffle": 23715, + "##ffield": 23716, + "##ffness": 23717, + "##ffected": 23718, + "##ffmud": 23719, + "##ffroy": 23720, + "discs": 23721, + "disclosed": 23722, + "discomfort": 23723, + "mikum": 23724, + "miocence": 23725, + "profex": 23726, + "##iento": 23727, + "potent": 23728, + "potonik": 23729, + "potonie": 23730, + "##itico": 23731, + "quartzof": 23732, + "mountainbuilding": 23733, + "floc": 23734, + "flint": 23735, + "flaggy": 23736, + "flatiron": 23737, + "manan": 23738, + "manure": 23739, + "manned": 23740, + "manlin": 23741, + "manats": 23742, + "manchuang": 23743, + "mankind": 23744, + "manitob": 23745, + "manengolle": 23746, + "associate": 23747, + "proposition": 23748, + "propensity": 23749, + "propositions": 23750, + "proposing": 23751, + "proposes": 23752, + "proprietary": 23753, + "periodically": 23754, + "200i": 23755, + "200a": 23756, + "200f": 23757, + "200myr": 23758, + "##mpled": 23759, + "##mplasm": 23760, + "compartments": 23761, + "precluding": 23762, + "precamfn": 23763, + "precarious": 23764, + "##iev": 23765, + "##ieves": 23766, + "mechler": 23767, + "##encast": 23768, + "##uane": 23769, + "##uan1": 23770, + "##uanhu": 23771, + "##uanji": 23772, + "recorders": 23773, + "##aean": 23774, + "generalization": 23775, + "tectonicsrecent": 23776, + "tectonicsettings": 23777, + "furrows": 23778, + "furnes": 23779, + "furthest": 23780, + "generational": 23781, + "mudrocks": 23782, + "mudflow": 23783, + "mudston": 23784, + "mudcracks": 23785, + "peate": 23786, + "peep": 23787, + "peiro": 23788, + "peizh": 23789, + "pexpro": 23790, + "petiso": 23791, + "oilgas": 23792, + "##terozoiccrustal": 23793, + "richest": 23794, + "peryt": 23795, + "perplex": 23796, + "perched": 23797, + "pertinent": 23798, + "perchloric": 23799, + "persevered": 23800, + "mechanochemical": 23801, + "mechanochemistry": 23802, + "mechanolysis": 23803, + "furtherly": 23804, + "shearer": 23805, + "shearand": 23806, + "hydrocarbonsoil": 23807, + "so4": 23808, + "soknd": 23809, + "##arnalir": 23810, + "##arnelli": 23811, + "##ossil": 23812, + "researching": 23813, + "researchrel": 23814, + "researchreport": 23815, + "##huai": 23816, + "##huote": 23817, + "##huagou": 23818, + "##huidi": 23819, + "fractionations": 23820, + "crystallograph": 23821, + "crystallinities": 23822, + "tarrain": 23823, + "complexation": 23824, + "nox": 23825, + "##aille": 23826, + "##ailable": 23827, + "methanol": 23828, + "1220": 23829, + "1280": 23830, + "1270": 23831, + "1230": 23832, + "1217": 23833, + "1296": 23834, + "1290": 23835, + "1228": 23836, + "1269": 23837, + "1244": 23838, + "126a": 23839, + "1267": 23840, + "palau": 23841, + "palao": 23842, + "palustrine": 23843, + "palacas": 23844, + "palaearc": 23845, + "palmerv": 23846, + "palbzo": 23847, + "palandri": 23848, + "##ropetrog": 23849, + "##ropods": 23850, + "shallows": 23851, + "ruiz": 23852, + "ruichang": 23853, + "ruyue": 23854, + "ruppel": 23855, + "rumpling": 23856, + "origination": 23857, + "origincom": 23858, + "##unday": 23859, + "##understand": 23860, + "leveled": 23861, + "news": 23862, + "newer": 23863, + "newfound": 23864, + "newborn": 23865, + "uranyl": 23866, + "pool": 23867, + "pohu": 23868, + "pokh": 23869, + "poison": 23870, + "nearness": 23871, + "15i": 23872, + "15g": 23873, + "15z": 23874, + "1550": 23875, + "1560": 23876, + "15000": 23877, + "1596": 23878, + "1524": 23879, + "1558": 23880, + "15myr": 23881, + "155a": 23882, + "continuities": 23883, + "ours": 23884, + "permission": 23885, + "infilled": 23886, + "infinity": 23887, + "inflation": 23888, + "inflating": 23889, + "infamous": 23890, + "bedand": 23891, + "bednar": 23892, + "potentiality": 23893, + "correcting": 23894, + "##uchungen": 23895, + "idm": 23896, + "idaho": 23897, + "oxcal": 23898, + "oxford": 23899, + "ims": 23900, + "imchuchuma": 23901, + "imsz": 23902, + "remember": 23903, + "remagne": 23904, + "remeasure": 23905, + "reminis": 23906, + "remodel": 23907, + "groupings": 23908, + "firstand": 23909, + "riffl": 23910, + "sww": 23911, + "swa": 23912, + "swing": 23913, + "swam": 23914, + "sword": 23915, + "swings": 23916, + "swart": 23917, + "swaid": 23918, + "switzerland": 23919, + "swabian": 23920, + "maficity": 23921, + "cease": 23922, + "ceases": 23923, + "representations": 23924, + "representatives": 23925, + "##ovsk": 23926, + "##ovalent": 23927, + "##ovolta": 23928, + "##ovillard": 23929, + "planum": 23930, + "planav": 23931, + "planners": 23932, + "magmus": 23933, + "magmato": 23934, + "accumulatively": 23935, + "lessened": 23936, + "velev": 23937, + "velvet": 23938, + "zhili": 23939, + "zhix": 23940, + "zhushan": 23941, + "##ledges": 23942, + "calculator": 23943, + "drone": 23944, + "drzew": 23945, + "clayton": 23946, + "igs": 23947, + "igpet": 23948, + "##ergo": 23949, + "##erged": 23950, + "##ergizing": 23951, + "equate": 23952, + "equant": 23953, + "equivocal": 23954, + "archeanvolcanic": 23955, + "archeansyn": 23956, + "maximize": 23957, + "maximised": 23958, + "prims": 23959, + "primed": 23960, + "patkai": 23961, + "patrern": 23962, + "pattison": 23963, + "defo": 23964, + "defect": 23965, + "deflated": 23966, + "default": 23967, + "deflections": 23968, + "defocus": 23969, + "##ualize": 23970, + "founders": 23971, + "foundational": 23972, + "foundered": 23973, + "##eousprovinces": 23974, + "paleoand": 23975, + "paleohyd": 23976, + "paleoflow": 23977, + "paleotherm": 23978, + "paleoflora": 23979, + "paleoaltim": 23980, + "guole": 23981, + "guides": 23982, + "guiw": 23983, + "gulec": 23984, + "guzhen": 23985, + "gubb": 23986, + "guochang": 23987, + "guerro": 23988, + "guadala": 23989, + "##tein": 23990, + "##tebrate": 23991, + "displace": 23992, + "displacing": 23993, + "foldtrain": 23994, + "ecology": 23995, + "ecris": 23996, + "gaoping": 23997, + "gazzi": 23998, + "gajure": 23999, + "diagenes": 24000, + "petrologia": 24001, + "petrologica": 24002, + "mesogenetic": 24003, + "mesocumul": 24004, + "moveout": 24005, + "transiently": 24006, + "burma": 24007, + "burke": 24008, + "burning": 24009, + "burkh": 24010, + "burnham": 24011, + "accordant": 24012, + "mechanismsc": 24013, + "##hnuir": 24014, + "##yc3": 24015, + "##ycles": 24016, + "##yclonic": 24017, + "##ycnites": 24018, + "11g": 24019, + "11a": 24020, + "11m": 24021, + "116": 24022, + "11b": 24023, + "1120": 24024, + "11km": 24025, + "1156": 24026, + "1196": 24027, + "1190": 24028, + "1124": 24029, + "1168": 24030, + "112a": 24031, + "11cm": 24032, + "1144": 24033, + "1136": 24034, + "1178": 24035, + "1167": 24036, + "11t00": 24037, + "11t15": 24038, + "11t14": 24039, + "pbs": 24040, + "##avu": 24041, + "##avari": 24042, + "##avalent": 24043, + "##avicula": 24044, + "porosities": 24045, + "porcup": 24046, + "poroelastic": 24047, + "porosimetry": 24048, + "##liography": 24049, + "##liott": 24050, + "breaching": 24051, + "brelie": 24052, + "breadth": 24053, + "palaeocene": 24054, + "palaeover": 24055, + "palaeont": 24056, + "palaeomagnetic": 24057, + "palaeolithic": 24058, + "assemblies": 24059, + "##utegl": 24060, + "descent": 24061, + "solt": 24062, + "solving": 24063, + "solstice": 24064, + "solomatov": 24065, + "westphalian": 24066, + "##ogeny": 24067, + "##ogenous": 24068, + "##ogenically": 24069, + "##ksichtig": 24070, + "separations": 24071, + "separator": 24072, + "globk": 24073, + "trip": 24074, + "trials": 24075, + "trivial": 24076, + "triplicate": 24077, + "triletes": 24078, + "triassischen": 24079, + "moderating": 24080, + "natal": 24081, + "natures": 24082, + "correlative": 24083, + "correlatable": 24084, + "##oclastics": 24085, + "seamless": 24086, + "geoid": 24087, + "geoanalysis": 24088, + "geoiog": 24089, + "geoquimica": 24090, + "geoffroy": 24091, + "numeral": 24092, + "numerator": 24093, + "numanha": 24094, + "directionally": 24095, + "1009": 24096, + "1006": 24097, + "100x": 24098, + "1001": 24099, + "100ma": 24100, + "100mw": 24101, + "1007a": 24102, + "mull": 24103, + "multhan": 24104, + "multitude": 24105, + "carbonateand": 24106, + "curation": 24107, + "curled": 24108, + "currie": 24109, + "curvil": 24110, + "curious": 24111, + "curiously": 24112, + "curiosity": 24113, + "hugo": 24114, + "huash": 24115, + "huade": 24116, + "hukou": 24117, + "huosh": 24118, + "hubb": 24119, + "huicheng": 24120, + "hubbert": 24121, + "huitong": 24122, + "huisink": 24123, + "huilu": 24124, + "huayao": 24125, + "hughes": 24126, + "##ptbra": 24127, + "widen": 24128, + "widom": 24129, + "widest": 24130, + "widened": 24131, + "##continents": 24132, + "lato": 24133, + "latus": 24134, + "caps": 24135, + "capitan": 24136, + "capabilities": 24137, + "capricorn": 24138, + "macrinite": 24139, + "macgreg": 24140, + "macquari": 24141, + "##2o7": 24142, + "##2o4": 24143, + "superq": 24144, + "superficial": 24145, + "superba": 24146, + "superchron": 24147, + "superdeep": 24148, + "superficially": 24149, + "localize": 24150, + "himalyas": 24151, + "eclogization": 24152, + "eclogitized": 24153, + "wax": 24154, + "wawa": 24155, + "scienced": 24156, + "concentrating": 24157, + "globaltra": 24158, + "himalayantectonics": 24159, + "1816": 24160, + "1880": 24161, + "1860": 24162, + "18000": 24163, + "1864": 24164, + "18cm": 24165, + "1825": 24166, + "1836": 24167, + "1892": 24168, + "1842": 24169, + "18mmyr": 24170, + "1821": 24171, + "18t00": 24172, + "1845m": 24173, + "18t16": 24174, + "18opdb": 24175, + "willis": 24176, + "willow": 24177, + "##overed": 24178, + "##overing": 24179, + "##oversion": 24180, + "combing": 24181, + "kev": 24182, + "keen": 24183, + "keith": 24184, + "keai": 24185, + "kempka": 24186, + "initiates": 24187, + "initials": 24188, + "initiative": 24189, + "producer": 24190, + "elementary": 24191, + "nwor": 24192, + "nwr213": 24193, + "travertine": 24194, + "##issures": 24195, + "reachable": 24196, + "transitioning": 24197, + "##valian": 24198, + "multiele": 24199, + "multipur": 24200, + "multiplic": 24201, + "multidisciplinary": 24202, + "multispect": 24203, + "multiparamet": 24204, + "149": 24205, + "14th": 24206, + "1416": 24207, + "1410": 24208, + "1440": 24209, + "1460": 24210, + "144a": 24211, + "1490": 24212, + "1429": 24213, + "1428": 24214, + "141210": 24215, + "finished": 24216, + "finnigan": 24217, + "##leumgeology": 24218, + "doel": 24219, + "dots": 24220, + "164": 24221, + "161": 24222, + "16β": 24223, + "16th": 24224, + "1680": 24225, + "1610": 24226, + "1630": 24227, + "1654": 24228, + "1658": 24229, + "1675": 24230, + "1695": 24231, + "1623": 24232, + "1689": 24233, + "1667": 24234, + "postand": 24235, + "postacc": 24236, + "postearthquak": 24237, + "postulate": 24238, + "postexp": 24239, + "postrift": 24240, + "postcumulus": 24241, + "postulates": 24242, + "postrifting": 24243, + "postpone": 24244, + "magnification": 24245, + "peaking": 24246, + "sikk": 24247, + "investigates": 24248, + "microfl": 24249, + "microplate": 24250, + "microdis": 24251, + "microanalysis": 24252, + "microlith": 24253, + "microchann": 24254, + "microdeformation": 24255, + "microtub": 24256, + "microalgae": 24257, + "microphotometry": 24258, + "microplanes": 24259, + "microgeomorph": 24260, + "microsoft": 24261, + "endeav": 24262, + "endothermic": 24263, + "endorses": 24264, + "endogenous": 24265, + "backed": 24266, + "backsw": 24267, + "backthrusting": 24268, + "backlimb": 24269, + "backbone": 24270, + "##50m": 24271, + "##50ma": 24272, + "##50km": 24273, + "##503x": 24274, + "increasement": 24275, + "energies": 24276, + "specify": 24277, + "historyocean": 24278, + "affords": 24279, + "insensi": 24280, + "inserted": 24281, + "insitu": 24282, + "insulating": 24283, + "understandable": 24284, + "mudstonekh": 24285, + "seconds": 24286, + "knot": 24287, + "knaus": 24288, + "knife": 24289, + "synor": 24290, + "synform": 24291, + "synrift": 24292, + "synsedimentary": 24293, + "synonymous": 24294, + "synmagmatic": 24295, + "synchrotron": 24296, + "synergizing": 24297, + "13g": 24298, + "13a": 24299, + "13z": 24300, + "13th": 24301, + "1350": 24302, + "131a": 24303, + "1317": 24304, + "1314": 24305, + "1368": 24306, + "1323": 24307, + "opal": 24308, + "optic": 24309, + "options": 24310, + "optics": 24311, + "optional": 24312, + "operator": 24313, + "opencast": 24314, + "convert": 24315, + "converts": 24316, + "converting": 24317, + "coverand": 24318, + "baa": 24319, + "bahe": 24320, + "baise": 24321, + "baomin": 24322, + "bazh": 24323, + "baques": 24324, + "baitao": 24325, + "baocheng": 24326, + "baomoshan": 24327, + "##ography3d": 24328, + "particulate": 24329, + "participated": 24330, + "participate": 24331, + "intrude": 24332, + "polat": 24333, + "polyb": 24334, + "pollast": 24335, + "pollut": 24336, + "political": 24337, + "policies": 24338, + "pollution": 24339, + "polynomial": 24340, + "conflic": 24341, + "confounding": 24342, + "confounded": 24343, + "magnetism": 24344, + "predrift": 24345, + "predators": 24346, + "predefined": 24347, + "predetermined": 24348, + "hydroflu": 24349, + "hydrobrom": 24350, + "hydrolytic": 24351, + "hydrochemistry": 24352, + "epa": 24353, + "epiph": 24354, + "epikar": 24355, + "epeir": 24356, + "epitac": 24357, + "epsilon": 24358, + "mgal": 24359, + "gipps": 24360, + "##209": 24361, + "##201": 24362, + "##2070": 24363, + "##2022": 24364, + "##20ths": 24365, + "changeable": 24366, + "correspondent": 24367, + "##oxi": 24368, + "##oxun": 24369, + "greenand": 24370, + "greenlands": 24371, + "cratonization": 24372, + "cratonized": 24373, + "riding": 24374, + "riddled": 24375, + "srnd": 24376, + "srso4": 24377, + "##intuitive": 24378, + "##introduction": 24379, + "50i": 24380, + "50a": 24381, + "502": 24382, + "508": 24383, + "505": 24384, + "506": 24385, + "50ma": 24386, + "5033": 24387, + "50years": 24388, + "50mmyr": 24389, + "17a": 24390, + "17d": 24391, + "17m": 24392, + "17z": 24393, + "1720": 24394, + "1719": 24395, + "1734": 24396, + "17cm": 24397, + "1795": 24398, + "climax": 24399, + "climbs": 24400, + "preservations": 24401, + "laos": 24402, + "laha": 24403, + "lavier": 24404, + "lavern": 24405, + "lafia": 24406, + "lafarg": 24407, + "lausitz": 24408, + "laozhuan": 24409, + "oldland": 24410, + "oldaker": 24411, + "##anns": 24412, + "##annah": 24413, + "##ishy": 24414, + "##isher": 24415, + "##ishes": 24416, + "##ishaw": 24417, + "##ishikar": 24418, + "orthosilicates": 24419, + "orthomagmatic": 24420, + "orthorec": 24421, + "orthoversion": 24422, + "landwards": 24423, + "divied": 24424, + "migrations": 24425, + "ordering": 24426, + "medull": 24427, + "cares": 24428, + "carved": 24429, + "carving": 24430, + "cartes": 24431, + "caroline": 24432, + "carstification": 24433, + "carapace": 24434, + "yangyan": 24435, + "yangbi": 24436, + "yangxia": 24437, + "triassicages": 24438, + "30m": 24439, + "302": 24440, + "308": 24441, + "305": 24442, + "304": 24443, + "30km": 24444, + "3012": 24445, + "309a": 24446, + "3090": 24447, + "3073": 24448, + "30t00": 24449, + "305m": 24450, + "emplace": 24451, + "emplaces": 24452, + "emplacements": 24453, + "employs": 24454, + "##athered": 24455, + "##stonesdeposit": 24456, + "lupar": 24457, + "luxi": 24458, + "luof": 24459, + "lupan": 24460, + "luhr": 24461, + "luoma": 24462, + "luweg": 24463, + "lugers": 24464, + "lugu": 24465, + "luobei": 24466, + "luosi2": 24467, + "luobiao": 24468, + "luoxi": 24469, + "##atisporites": 24470, + "analyis": 24471, + "analytically": 24472, + "degli": 24473, + "degrad": 24474, + "degrade": 24475, + "degrading": 24476, + "lengthy": 24477, + "provenanc": 24478, + "unitsⅰto": 24479, + "delocal": 24480, + "delphi": 24481, + "deny": 24482, + "denver": 24483, + "denomin": 24484, + "denmark": 24485, + "densification": 24486, + "densifies": 24487, + "##remes": 24488, + "leader": 24489, + "glacially": 24490, + "dominatedly": 24491, + "doleritic": 24492, + "dolostone": 24493, + "dolostones": 24494, + "wt03": 24495, + "shorten": 24496, + "shortand": 24497, + "shortcom": 24498, + "shortcoming": 24499, + "bodo": 24500, + "contrarily": 24501, + "clinpyroxene": 24502, + "porphyroclasts": 24503, + "auhs": 24504, + "auxili": 24505, + "karur": 24506, + "karato": 24507, + "karayigit": 24508, + "##hai1": 24509, + "bien": 24510, + "bira": 24511, + "biomic": 24512, + "biyang": 24513, + "biennial": 24514, + "biorad": 24515, + "biozonation": 24516, + "bioclastics": 24517, + "injured": 24518, + "injecting": 24519, + "injections": 24520, + "ape": 24521, + "apr": 24522, + "apical": 24523, + "aprog": 24524, + "apwps": 24525, + "apiculu": 24526, + "aprons": 24527, + "apuane": 24528, + "##exico": 24529, + "##explosive": 24530, + "accretive": 24531, + "feldsarenite": 24532, + "##ompacted": 24533, + "serow": 24534, + "breakaway": 24535, + "breakouts": 24536, + "downsc": 24537, + "downcut": 24538, + "downlo": 24539, + "downglac": 24540, + "downfaulted": 24541, + "downturn": 24542, + "downhole": 24543, + "downwind": 24544, + "downbending": 24545, + "downthrows": 24546, + "wouldna": 24547, + "granitesstra": 24548, + "granitesgem": 24549, + "effectivity": 24550, + "wavea": 24551, + "wavefield": 24552, + "crosslines": 24553, + "crossroad": 24554, + "crosscuts": 24555, + "schminc": 24556, + "scharer": 24557, + "schreib": 24558, + "schulze": 24559, + "schichten": 24560, + "##aokou": 24561, + "feldsparand": 24562, + "##enside": 24563, + "argues": 24564, + "argyle": 24565, + "granules": 24566, + "granulitization": 24567, + "granulatisporites": 24568, + "turcot": 24569, + "turvania": 24570, + "stratigraphicgeochemistry": 24571, + "amphibiolite": 24572, + "prograd": 24573, + "progressed": 24574, + "electronic": 24575, + "##arev": 24576, + "##areax": 24577, + "##areviewh": 24578, + "streamer": 24579, + "streamers": 24580, + "neoproterozoica": 24581, + "234": 24582, + "231": 24583, + "23ma": 24584, + "2320": 24585, + "2316": 24586, + "2313": 24587, + "2360": 24588, + "232a": 24589, + "2374": 24590, + "elided": 24591, + "eluted": 24592, + "elimination": 24593, + "elba": 24594, + "elastics": 24595, + "elutri": 24596, + "elena": 24597, + "eliminated": 24598, + "ellend": 24599, + "eloqu": 24600, + "elthon": 24601, + "elapsed": 24602, + "elastoplastic": 24603, + "ellesmere": 24604, + "elliott": 24605, + "##mmond": 24606, + "40i": 24607, + "40m": 24608, + "409": 24609, + "405": 24610, + "404": 24611, + "4035": 24612, + "4075": 24613, + "4042": 24614, + "4082": 24615, + "platteng": 24616, + "platetectonics": 24617, + "uncontroll": 24618, + "workability": 24619, + "worksh": 24620, + "workbook": 24621, + "##struction": 24622, + "classifying": 24623, + "songming": 24624, + "fewest": 24625, + "mixes": 24626, + "mixgration": 24627, + "lo6": 24628, + "loon": 24629, + "lots": 24630, + "monile": 24631, + "monolith": 24632, + "monocryst": 24633, + "monik": 24634, + "monoph": 24635, + "monolay": 24636, + "monocline": 24637, + "monovalent": 24638, + "##erousglaciallakes": 24639, + "probed": 24640, + "proboling": 24641, + "terrigenousorig": 24642, + "1991a": 24643, + "1994a": 24644, + "##elshale": 24645, + "mediumand": 24646, + "dolomitisation": 24647, + "dolomitizing": 24648, + "theme": 24649, + "##indonesiaaprog": 24650, + "internet": 24651, + "texturally": 24652, + "textbook": 24653, + "niuchang": 24654, + "##awan": 24655, + "evenly": 24656, + "alkalinity": 24657, + "ulo": 24658, + "ulipa": 24659, + "ulnite": 24660, + "##ubev": 24661, + "steel": 24662, + "steering": 24663, + "stefany": 24664, + "stevens": 24665, + "liquification": 24666, + "expertise": 24667, + "naming": 24668, + "converged": 24669, + "clinopyroxeneand": 24670, + "eu2": 24671, + "europa": 24672, + "eurocode": 24673, + "favour": 24674, + "favoured": 24675, + "thermometric": 24676, + "thermoluminescence": 24677, + "thermogra": 24678, + "thermosteric": 24679, + "thermochemcial": 24680, + "burialhist": 24681, + "largeto": 24682, + "largescale": 24683, + "largermagnitude": 24684, + "supercontinental": 24685, + "provenancemod": 24686, + "injectioninduced": 24687, + "##18a": 24688, + "anorwegian": 24689, + "blackledge": 24690, + "rapidity": 24691, + "kaart": 24692, + "##kesworth": 24693, + "pyriti": 24694, + "pyorclastic": 24695, + "formationscar": 24696, + "##ficationpot": 24697, + "##ristic": 24698, + "##risacc": 24699, + "minority": 24700, + "semiclosed": 24701, + "25m": 24702, + "257": 24703, + "258": 24704, + "255": 24705, + "2550": 24706, + "2525": 24707, + "ii1": 24708, + "iiif": 24709, + "worst": 24710, + "worrying": 24711, + "invert": 24712, + "inverting": 24713, + "erupting": 24714, + "eruptible": 24715, + "reportedly": 24716, + "linxian": 24717, + "linyi": 24718, + "linxiang": 24719, + "linxia": 24720, + "tanks": 24721, + "tanym": 24722, + "illin": 24723, + "##ragonal": 24724, + "##raglacial": 24725, + "transpose": 24726, + "petrologicalgeochemical": 24727, + "geophone": 24728, + "geophysicist": 24729, + "geophysica": 24730, + "sulfates": 24731, + "bulgar": 24732, + "bultitude": 24733, + "buldel": 24734, + "##oldthrust": 24735, + "requested": 24736, + "requestor": 24737, + "beneze": 24738, + "roy": 24739, + "room": 24740, + "roermond": 24741, + "rhodes": 24742, + "rhaet": 24743, + "rhodium": 24744, + "##km03": 24745, + "hereinafter": 24746, + "21a": 24747, + "211": 24748, + "211a": 24749, + "2164": 24750, + "2103": 24751, + "amplifies": 24752, + "journals": 24753, + "nbn": 24754, + "nb4": 24755, + "nbs60": 24756, + "radially": 24757, + "##rystal": 24758, + "##tatina": 24759, + "##taeniate": 24760, + "##regate": 24761, + "##regated": 24762, + "##regionchin": 24763, + "almaden": 24764, + "initialized": 24765, + "damara": 24766, + "grows": 24767, + "supcr": 24768, + "supralithostatic": 24769, + "supraglacial": 24770, + "parallelly": 24771, + "parallelism": 24772, + "correlationbetweencoal": 24773, + "300i": 24774, + "300d": 24775, + "3009": 24776, + "300ma": 24777, + "3001000": 24778, + "dayao": 24779, + "drains": 24780, + "takin": 24781, + "maturerich": 24782, + "edax": 24783, + "edman": 24784, + "edged": 24785, + "edepartment": 24786, + "edifice": 24787, + "edifices": 24788, + "frei": 24789, + "freire": 24790, + "frechen": 24791, + "beforehand": 24792, + "deplete": 24793, + "weiye": 24794, + "weiha": 24795, + "favoring": 24796, + "ophioites": 24797, + "orientational": 24798, + "geosoft": 24799, + "geosystems": 24800, + "tectonites": 24801, + "tectonostratigraphic": 24802, + "tectonomagmatic": 24803, + "channeling": 24804, + "laminate": 24805, + "lamza": 24806, + "lamabagar": 24807, + "invoke": 24808, + "invested": 24809, + "invaded": 24810, + "invisible": 24811, + "invades": 24812, + "invariably": 24813, + "subset": 24814, + "subsistence": 24815, + "subsamples": 24816, + "focussed": 24817, + "focusses": 24818, + "aggressive": 24819, + "altering": 24820, + "28a": 24821, + "287": 24822, + "284": 24823, + "2830": 24824, + "2826": 24825, + "2824": 24826, + "2823": 24827, + "2832": 24828, + "28t23": 24829, + "penn": 24830, + "penrose": 24831, + "penstocks": 24832, + "selnica": 24833, + "seliceous": 24834, + "##oku": 24835, + "##okin": 24836, + "solidly": 24837, + "solidify": 24838, + "fool": 24839, + "fo80": 24840, + "fo90": 24841, + "fo85": 24842, + "wuhn": 24843, + "wuyi": 24844, + "liquidized": 24845, + "buff": 24846, + "buyan": 24847, + "bumps": 24848, + "buergo": 24849, + "duke": 24850, + "duyun": 24851, + "duffield": 24852, + "groundbre": 24853, + "depended": 24854, + "dependant": 24855, + "##ylated": 24856, + "starvation": 24857, + "distinctions": 24858, + "slightest": 24859, + "frames": 24860, + "palaeoarch": 24861, + "palaeotherm": 24862, + "607": 24863, + "604": 24864, + "601": 24865, + "60km": 24866, + "6044": 24867, + "tibwith": 24868, + "beings": 24869, + "indexes": 24870, + "indexing": 24871, + "eventful": 24872, + "spectrums": 24873, + "southwestward": 24874, + "authentic": 24875, + "crept": 24876, + "farthest": 24877, + "needing": 24878, + "cups": 24879, + "cuticular": 24880, + "cupress": 24881, + "mmes": 24882, + "nonto": 24883, + "nonpro": 24884, + "nonhom": 24885, + "noneconomic": 24886, + "nonclastic": 24887, + "noncumulate": 24888, + "noncarbon": 24889, + "nonweld": 24890, + "nonuniform": 24891, + "nonperpendicular": 24892, + "nontaeniate": 24893, + "sits": 24894, + "stillwater": 24895, + "coarset": 24896, + "graduate": 24897, + "predication": 24898, + "45a": 24899, + "45m": 24900, + "457": 24901, + "453": 24902, + "459": 24903, + "458": 24904, + "456": 24905, + "454": 24906, + "451": 24907, + "45000": 24908, + "4572": 24909, + "estadistic": 24910, + "attom": 24911, + "attack": 24912, + "attaching": 24913, + "attests": 24914, + "attrition": 24915, + "attractive": 24916, + "##faciesdepositional": 24917, + "oxygenated": 24918, + "oxygenand": 24919, + "oxygenates": 24920, + "fragile": 24921, + "fragmental": 24922, + "hypogene": 24923, + "hypogenic": 24924, + "hyperp": 24925, + "hyperb": 24926, + "hypidi": 24927, + "hypabyssal": 24928, + "##cl2": 24929, + "##clays": 24930, + "##cllo": 24931, + "##clifled": 24932, + "seriesyr": 24933, + "seriesof": 24934, + "serieswas": 24935, + "2440": 24936, + "2460": 24937, + "2417": 24938, + "245a": 24939, + "243a": 24940, + "2479": 24941, + "24t23": 24942, + "2450ma": 24943, + "lacerticeps": 24944, + "posiva": 24945, + "##163": 24946, + "##apirstructure": 24947, + "saltwater": 24948, + "22g": 24949, + "22a": 24950, + "227": 24951, + "226": 24952, + "2200": 24953, + "2276": 24954, + "2247": 24955, + "224a": 24956, + "2266": 24957, + "2258": 24958, + "2264": 24959, + "2250km": 24960, + "emic": 24961, + "nanning": 24962, + "nanjiang": 24963, + "nanxi": 24964, + "nanchuan": 24965, + "nancy": 24966, + "nanluo": 24967, + "nanogeology": 24968, + "nanoropollis": 24969, + "nansha": 24970, + "nanograined": 24971, + "nanostructural": 24972, + "##screens": 24973, + "appearances": 24974, + "heats": 24975, + "analyzer": 24976, + "universityof": 24977, + "bandits": 24978, + "bandier": 24979, + "erlen": 24980, + "erkel": 24981, + "erbulake": 24982, + "errand": 24983, + "erlang": 24984, + "ertix": 24985, + "erdijls": 24986, + "vitrain": 24987, + "vitric": 24988, + "vitrin": 24989, + "vitrinites": 24990, + "vittatina": 24991, + "approximating": 24992, + "labs": 24993, + "labrad": 24994, + "##orescence": 24995, + "standpoints": 24996, + "anyue": 24997, + "geomorphologically": 24998, + "geomorphologists": 24999, + "000i": 25000, + "000a": 25001, + "000z": 25002, + "00022": 25003, + "00034": 25004, + "000kyr": 25005, + "lightweight": 25006, + "roleanorogenic": 25007, + "sideward": 25008, + "##ugetushan": 25009, + "1981a": 25010, + "carries": 25011, + "surveying": 25012, + "barites": 25013, + "barometric": 25014, + "barss": 25015, + "barchi": 25016, + "barcodes": 25017, + "barataria": 25018, + "promise": 25019, + "promises": 25020, + "prometal": 25021, + "promotion": 25022, + "##angeinwestern": 25023, + "horns": 25024, + "hornfels": 25025, + "hornblendites": 25026, + "poorer": 25027, + "##lasticwed": 25028, + "reef": 25029, + "reefs": 25030, + "collages": 25031, + "collinite": 25032, + "colloids": 25033, + "evaluations": 25034, + "evaluates": 25035, + "36m": 25036, + "367": 25037, + "363": 25038, + "369": 25039, + "365": 25040, + "364": 25041, + "361": 25042, + "36cl": 25043, + "361a": 25044, + "3697": 25045, + "3661": 25046, + "bratan": 25047, + "brighter": 25048, + "brenda": 25049, + "brf5": 25050, + "broom": 25051, + "broek": 25052, + "morpho": 25053, + "floodplains": 25054, + "dusty": 25055, + "instable": 25056, + "instabilities": 25057, + "pluto": 25058, + "responsive": 25059, + "ak5": 25060, + "ak4": 25061, + "ak16": 25062, + "ak13": 25063, + "akah": 25064, + "ak17": 25065, + "akita": 25066, + "akpodtes": 25067, + "akunza": 25068, + "hf1": 25069, + "##ercian": 25070, + "segmented": 25071, + "segmental": 25072, + "segregate": 25073, + "releases": 25074, + "matrixes": 25075, + "lithoand": 25076, + "forelands": 25077, + "taishan": 25078, + "taesi": 25079, + "tafter": 25080, + "taurus": 25081, + "taocun": 25082, + "taizichun": 25083, + "restacked": 25084, + "restorations": 25085, + "restructuring": 25086, + "restraining": 25087, + "platesplumes": 25088, + "consequential": 25089, + "reductions": 25090, + "kumba": 25091, + "kummer": 25092, + "kumtag": 25093, + "wangwu": 25094, + "wangjiazhuang": 25095, + "wangmo": 25096, + "wangcang": 25097, + "wangfu": 25098, + "equilibrates": 25099, + "conductively": 25100, + "conductiv": 25101, + "debates": 25102, + "debye": 25103, + "debouched": 25104, + "orogenetic": 25105, + "bp12": 25106, + "bp22": 25107, + "bp11": 25108, + "pasture": 25109, + "rotate": 25110, + "rotates": 25111, + "wallis": 25112, + "wallaby": 25113, + "35i": 25114, + "353": 25115, + "354": 25116, + "351": 25117, + "3550": 25118, + "3513": 25119, + "3576": 25120, + "3536": 25121, + "355a": 25122, + "3582": 25123, + "35276": 25124, + "35tow": 25125, + "##801": 25126, + "uncommon": 25127, + "uncovering": 25128, + "uncompacted": 25129, + "interacting": 25130, + "interactively": 25131, + "centera": 25132, + "ultrapot": 25133, + "ultraviolet": 25134, + "26m": 25135, + "269": 25136, + "261": 25137, + "26al": 25138, + "2600": 25139, + "2656": 25140, + "2660": 25141, + "2673": 25142, + "2643": 25143, + "2693": 25144, + "2645m": 25145, + "500a": 25146, + "500m": 25147, + "500km": 25148, + "500400": 25149, + "##shun": 25150, + "##shaw": 25151, + "##shiling": 25152, + "southeastand": 25153, + "himalayanearthquakes": 25154, + "70g": 25155, + "70a": 25156, + "703": 25157, + "709": 25158, + "7058": 25159, + "7078": 25160, + "70918": 25161, + "7094": 25162, + "satoh": 25163, + "saturating": 25164, + "##roaching": 25165, + "exhumes": 25166, + "exhaust": 25167, + "integrates": 25168, + "integrally": 25169, + "trenching": 25170, + "trenchward": 25171, + "northwestem": 25172, + "northwestward": 25173, + "29a": 25174, + "299": 25175, + "298": 25176, + "29si": 25177, + "2950": 25178, + "2970": 25179, + "bathyal": 25180, + "znree": 25181, + "znuper": 25182, + "zncl2": 25183, + "differentiates": 25184, + "approaching": 25185, + "naigu": 25186, + "navier": 25187, + "nazca": 25188, + "##ciolafa": 25189, + "##ciuszko": 25190, + "interbeded": 25191, + "intermediateand": 25192, + "yanjiang": 25193, + "yancheng": 25194, + "yanchuan": 25195, + "yanlong": 25196, + "##antial": 25197, + "asthenospherization": 25198, + "##ircling": 25199, + "drillings": 25200, + "circles": 25201, + "circump": 25202, + "circulates": 25203, + "circuit": 25204, + "circulatory": 25205, + "papp": 25206, + "paved": 25207, + "pahran": 25208, + "wedged": 25209, + "wedepohl": 25210, + "##enna": 25211, + "##ennia": 25212, + "##ogeologic": 25213, + "excite": 25214, + "commission": 25215, + "commended": 25216, + "comminuted": 25217, + "commodities": 25218, + "333": 25219, + "334": 25220, + "339a": 25221, + "funakawa": 25222, + "funiushan": 25223, + "felsch": 25224, + "liter": 25225, + "literal": 25226, + "littoral": 25227, + "syq": 25228, + "sykes": 25229, + "sykor": 25230, + "##ullin": 25231, + "summit": 25232, + "sedimentationpatterns": 25233, + "flatness": 25234, + "31i": 25235, + "313": 25236, + "311": 25237, + "3170": 25238, + "3130": 25239, + "311a": 25240, + "317a": 25241, + "31t0": 25242, + "31918": 25243, + "3100years": 25244, + "cutoff": 25245, + "cutcross": 25246, + "hangx": 25247, + "neto": 25248, + "testable": 25249, + "testament": 25250, + "visr": 25251, + "##lanca": 25252, + "##anismtectonic": 25253, + "zonography": 25254, + "##harigetu": 25255, + "silicaand": 25256, + "anorthite": 25257, + "anorthitic": 25258, + "bottoms": 25259, + "bottomlands": 25260, + "olivines": 25261, + "oliogocene": 25262, + "s1l": 25263, + "s1a": 25264, + "s1b": 25265, + "s132": 25266, + "s1254": 25267, + "##cois": 25268, + "##cophile": 25269, + "reflecor": 25270, + "granuliteor": 25271, + "juyi": 25272, + "juhlin": 25273, + "jupiter": 25274, + "jueluot": 25275, + "##elementsupb": 25276, + "connotation": 25277, + "advective": 25278, + "advisable": 25279, + "advocating": 25280, + "siliciclastics": 25281, + "specifics": 25282, + "attribution": 25283, + "veined": 25284, + "yingan": 25285, + "yingjing": 25286, + "yingdong": 25287, + "yingryong": 25288, + "olivineand": 25289, + "809": 25290, + "802": 25291, + "805": 25292, + "806": 25293, + "801": 25294, + "tuo": 25295, + "tuha": 25296, + "tuku": 25297, + "tuvalian": 25298, + "yuhong": 25299, + "geodynamicists": 25300, + "minimized": 25301, + "minimizing": 25302, + "20192": 25303, + "1000ma": 25304, + "1000mw": 25305, + "broadened": 25306, + "spatialanalysis": 25307, + "halogen": 25308, + "halogens": 25309, + "humble": 25310, + "humans": 25311, + "humohum": 25312, + "humocollinite": 25313, + "hummock": 25314, + "##ractionated": 25315, + "##entiallydang": 25316, + "47ti": 25317, + "477a": 25318, + "400a": 25319, + "40011": 25320, + "400kv": 25321, + "63a": 25322, + "634": 25323, + "graphs": 25324, + "graphically": 25325, + "graphitized": 25326, + "slows": 25327, + "brecciation": 25328, + "demonstrably": 25329, + "32a": 25330, + "323": 25331, + "325": 25332, + "326": 25333, + "324": 25334, + "321": 25335, + "3250": 25336, + "3295": 25337, + "irsl": 25338, + "joined": 25339, + "jointed": 25340, + "mucheon": 25341, + "mueller": 25342, + "muyushan": 25343, + "mukher": 25344, + "muffle": 25345, + "oka": 25346, + "okumura": 25347, + "populated": 25348, + "popoff": 25349, + "returns": 25350, + "##ivorous": 25351, + "alternations": 25352, + "alternately": 25353, + "liuhe": 25354, + "geochronologies": 25355, + "zhangji": 25356, + "zhangduhu": 25357, + "predominates": 25358, + "networked": 25359, + "hotan": 25360, + "##oyka": 25361, + "##103": 25362, + "##101": 25363, + "alga": 25364, + "accuracies": 25365, + "arcsecond": 25366, + "863": 25367, + "862": 25368, + "868": 25369, + "866": 25370, + "864": 25371, + "861": 25372, + "866a": 25373, + "bo1": 25374, + "board": 25375, + "booster": 25376, + "boiler": 25377, + "bootstra": 25378, + "boosted": 25379, + "##canian": 25380, + "##yeon": 25381, + "##yeyou": 25382, + "##kazghan": 25383, + "##130": 25384, + "##131": 25385, + "##1302": 25386, + "playa": 25387, + "playing": 25388, + "playground": 25389, + "radiative": 25390, + "radiometer": 25391, + "600ma": 25392, + "600km": 25393, + "600years": 25394, + "600400": 25395, + "dengfeng": 25396, + "zrsio4": 25397, + "proterozoicironformations": 25398, + "2028": 25399, + "202207": 25400, + "202hg": 25401, + "2022070": 25402, + "austr": 25403, + "austria": 25404, + "fanjoy": 25405, + "holder": 25406, + "holistic": 25407, + "willy": 25408, + "wilde": 25409, + "wildc": 25410, + "wildif": 25411, + "protuber": 25412, + "protosour": 25413, + "protruding": 25414, + "intraarc": 25415, + "intrabasin": 25416, + "intraformational": 25417, + "cannel": 25418, + "huanghai": 25419, + "huangye": 25420, + "huangping": 25421, + "huangji": 25422, + "huangtugang": 25423, + "huanghuagou": 25424, + "ndigui": 25425, + "##hoo": 25426, + "##hoa": 25427, + "chenglin": 25428, + "chengbu": 25429, + "englacial": 25430, + "engvik": 25431, + "engendered": 25432, + "engeriyin": 25433, + "engageable": 25434, + "discovering": 25435, + "permeabilities": 25436, + "amphibolitea": 25437, + "amphiboliteand": 25438, + "geosciencias": 25439, + "geosciacias": 25440, + "actors": 25441, + "overpressured": 25442, + "cruise": 25443, + "cruden": 25444, + "crumples": 25445, + "crumpled": 25446, + "kerogens": 25447, + "##ooj": 25448, + "##123": 25449, + "##122": 25450, + "softens": 25451, + "doesn": 25452, + "pyrogenetic": 25453, + "pyrogram": 25454, + "pyrofusinite": 25455, + "pyrophyl": 25456, + "equilibriums": 25457, + "jiangxing": 25458, + "jiangjin": 25459, + "s235": 25460, + "skull": 25461, + "skirts": 25462, + "mineralogically": 25463, + "mineralogypetro": 25464, + "crystalized": 25465, + "australasian": 25466, + "c22": 25467, + "c28": 25468, + "c21": 25469, + "c2ar": 25470, + "c289": 25471, + "dongping": 25472, + "dongqi": 25473, + "dongchang": 25474, + "dongdoushan": 25475, + "dongyesh": 25476, + "darkness": 25477, + "homo": 25478, + "homoclinal": 25479, + "homolytic": 25480, + "homonymous": 25481, + "icdp": 25482, + "##upipollenites": 25483, + "##30322": 25484, + "coastlines": 25485, + "65a": 25486, + "652": 25487, + "658": 25488, + "65th": 25489, + "6500": 25490, + "65ga": 25491, + "65myr": 25492, + "65100": 25493, + "plethora": 25494, + "##yanghu": 25495, + "handy": 25496, + "handling": 25497, + "topographicand": 25498, + "openning": 25499, + "argillic": 25500, + "argillite": 25501, + "908": 25502, + "906": 25503, + "904": 25504, + "901": 25505, + "90km": 25506, + "90ka": 25507, + "905a": 25508, + "catoca": 25509, + "econo": 25510, + "##haus": 25511, + "##hazi": 25512, + "##haigou": 25513, + "##40m": 25514, + "##409": 25515, + "##arcbasins": 25516, + "##arcmin": 25517, + "##arcvolc": 25518, + "devoted": 25519, + "devices": 25520, + "deviating": 25521, + "devastating": 25522, + "proportioning": 25523, + "003": 25524, + "00831": 25525, + "00130": 25526, + "017": 25527, + "0142": 25528, + "bluff": 25529, + "bluish": 25530, + "ironstones": 25531, + "##slmb": 25532, + "##sllt": 25533, + "chlorites": 25534, + "acidification": 25535, + "hazardous": 25536, + "introductory": 25537, + "2750": 25538, + "2714": 25539, + "279a": 25540, + "2771": 25541, + "2758": 25542, + "27t15": 25543, + "27t02": 25544, + "276z": 25545, + "2740m": 25546, + "hillslope": 25547, + "liptinitic": 25548, + "save": 25549, + "saone": 25550, + "saurian": 25551, + "saalian": 25552, + "sahoo": 25553, + "tabberabber": 25554, + "xinong": 25555, + "xinzhou": 25556, + "xinyu": 25557, + "##nswick": 25558, + "##gskoleringen": 25559, + "accomplished": 25560, + "accomplish": 25561, + "pyrolyze": 25562, + "tiech": 25563, + "tiande": 25564, + "##ashagou": 25565, + "featureless": 25566, + "48a": 25567, + "484": 25568, + "4800": 25569, + "56i": 25570, + "56a": 25571, + "564": 25572, + "561": 25573, + "561a": 25574, + "5642": 25575, + "56213": 25576, + "873": 25577, + "871": 25578, + "achankov": 25579, + "achieves": 25580, + "##lsa": 25581, + "forceful": 25582, + "accompanies": 25583, + "387": 25584, + "385": 25585, + "381": 25586, + "3800": 25587, + "3880": 25588, + "3893": 25589, + "3852": 25590, + "3846a": 25591, + "sensible": 25592, + "sensitivities": 25593, + "xenomorphic": 25594, + "ashing": 25595, + "ashiga": 25596, + "mega": 25597, + "megaf": 25598, + "paleogeothermal": 25599, + "paleogeodetic": 25600, + "##iefmod": 25601, + "simplistic": 25602, + "tanzanian": 25603, + "builder": 25604, + "builds": 25605, + "yuertuos": 25606, + "439": 25607, + "432": 25608, + "4311": 25609, + "ductility": 25610, + "freezes": 25611, + "gamit": 25612, + "gamaksan": 25613, + "windy": 25614, + "windward": 25615, + "champion": 25616, + "##ographer": 25617, + "##ographical": 25618, + "150a": 25619, + "1503": 25620, + "150ka": 25621, + "functioned": 25622, + "39a": 25623, + "396": 25624, + "3917": 25625, + "3901": 25626, + "914": 25627, + "dryers": 25628, + "drylands": 25629, + "gala": 25630, + "galange": 25631, + "galician": 25632, + "galopimdec": 25633, + "galileio": 25634, + "nowhere": 25635, + "nowacki": 25636, + "xiaohai": 25637, + "##lenfl": 25638, + "dextrally": 25639, + "evoluca": 25640, + "evoluation": 25641, + "1063": 25642, + "1069": 25643, + "1062": 25644, + "10684": 25645, + "planetology": 25646, + "planetoid": 25647, + "##ilik": 25648, + "##ilixiao": 25649, + "metais": 25650, + "metaultra": 25651, + "extrude": 25652, + "extrusions": 25653, + "narrowing": 25654, + "narrowly": 25655, + "engineer": 25656, + "522": 25657, + "52z": 25658, + "52ma": 25659, + "521a": 25660, + "5299": 25661, + "empa": 25662, + "empire": 25663, + "emptied": 25664, + "sga": 25665, + "ukrainian": 25666, + "##pointed": 25667, + "chenji": 25668, + "chenggang3": 25669, + "northeasternmost": 25670, + "photometric": 25671, + "photolysis": 25672, + "photomacrography": 25673, + "photovolta": 25674, + "2016a": 25675, + "201611": 25676, + "2000km": 25677, + "phanerocrystalline": 25678, + "ferry": 25679, + "ferrill": 25680, + "ferrugin": 25681, + "purity": 25682, + "purified": 25683, + "purpor": 25684, + "purchasable": 25685, + "pyroxenexe": 25686, + "##ikums": 25687, + "##basinan": 25688, + "replacements": 25689, + "replenish": 25690, + "replicated": 25691, + "replicating": 25692, + "essel": 25693, + "equipluve": 25694, + "462": 25695, + "468": 25696, + "465": 25697, + "466": 25698, + "46z": 25699, + "464": 25700, + "461": 25701, + "4600": 25702, + "55a": 25703, + "557": 25704, + "559": 25705, + "5500": 25706, + "55km": 25707, + "tongul": 25708, + "tongba": 25709, + "tonggu": 25710, + "tongbai": 25711, + "varas": 25712, + "varve": 25713, + "varved": 25714, + "variscan": 25715, + "varitext": 25716, + "##poris": 25717, + "##porina": 25718, + "##ingsbosch": 25719, + "tomica": 25720, + "tomita": 25721, + "chronometric": 25722, + "chronologies": 25723, + "chronometers": 25724, + "chronologic": 25725, + "chronologically": 25726, + "chronostratigraphy": 25727, + "substages": 25728, + "substrates": 25729, + "exposing": 25730, + "reactivities": 25731, + "halfway": 25732, + "dharamsh": 25733, + "hongshan": 25734, + "hongming": 25735, + "honglong": 25736, + "hongchuang": 25737, + "molos": 25738, + "molise": 25739, + "moller": 25740, + "molasse": 25741, + "molasses": 25742, + "molydenite": 25743, + "transformers": 25744, + "transformext": 25745, + "ruptured": 25746, + "creeping": 25747, + "537": 25748, + "533": 25749, + "532": 25750, + "531": 25751, + "5300": 25752, + "5380": 25753, + "53000": 25754, + "5389": 25755, + "53cr": 25756, + "519": 25757, + "514": 25758, + "5115": 25759, + "5195": 25760, + "5179": 25761, + "5100calyr": 25762, + "##zheng": 25763, + "##zhijiang": 25764, + "##zhudao": 25765, + "##throughtime": 25766, + "comprehension": 25767, + "##mafics": 25768, + "segmentary": 25769, + "inherently": 25770, + "inherits": 25771, + "inheritable": 25772, + "leftover": 25773, + "transferring": 25774, + "palynostratigraphy": 25775, + "imagej": 25776, + "finalize": 25777, + "finalizing": 25778, + "polarities": 25779, + "polarising": 25780, + "karsts": 25781, + "apenninic": 25782, + "footnotes": 25783, + "yinggegai": 25784, + "necessitated": 25785, + "54i": 25786, + "547": 25787, + "542": 25788, + "548": 25789, + "5460": 25790, + "54cr": 25791, + "73g": 25792, + "733": 25793, + "739": 25794, + "735": 25795, + "734": 25796, + "7325": 25797, + "hemlo": 25798, + "kimura": 25799, + "logfo2": 25800, + "runaway": 25801, + "rungwe": 25802, + "##766": 25803, + "##606": 25804, + "incompletely": 25805, + "agreeing": 25806, + "##montypes": 25807, + "elongations": 25808, + "347": 25809, + "343": 25810, + "346": 25811, + "344": 25812, + "34ma": 25813, + "3476": 25814, + "34ga": 25815, + "347a": 25816, + "3475": 25817, + "34985": 25818, + "3400m": 25819, + "bays": 25820, + "bayesian": 25821, + "bayinba": 25822, + "darw": 25823, + "darje": 25824, + "daraut": 25825, + "pelites": 25826, + "pelton": 25827, + "peltier": 25828, + "pelecyp": 25829, + "peltzer": 25830, + "sibe": 25831, + "##laiba": 25832, + "innera": 25833, + "chapman": 25834, + "seek": 25835, + "dispositions": 25836, + "120m": 25837, + "12022": 25838, + "12042": 25839, + "12052": 25840, + "imaginary": 25841, + "daa": 25842, + "daodi": 25843, + "daji": 25844, + "dazhai": 25845, + "daxiang": 25846, + "dazu": 25847, + "daxue": 25848, + "daxint": 25849, + "dazhudao": 25850, + "etopo11": 25851, + "truth": 25852, + "applicability": 25853, + "scientifically": 25854, + "footwalls": 25855, + "accommodates": 25856, + "892": 25857, + "895": 25858, + "896": 25859, + "891": 25860, + "8935": 25861, + "896a": 25862, + "977": 25863, + "973": 25864, + "975": 25865, + "97000": 25866, + "9774": 25867, + "grinder": 25868, + "grasp": 25869, + "jinye": 25870, + "jinxian": 25871, + "jinzhai": 25872, + "jinliang": 25873, + "pingli": 25874, + "pingguo": 25875, + "warms": 25876, + "shoe": 25877, + "archipel": 25878, + "archetyp": 25879, + "206u": 25880, + "paleolandsc": 25881, + "knowledges": 25882, + "configure": 25883, + "restricting": 25884, + "restrictions": 25885, + "75m": 25886, + "75ma": 25887, + "800i": 25888, + "800e": 25889, + "80000": 25890, + "8000yr": 25891, + "didna": 25892, + "violet": 25893, + "vienna": 25894, + "##ixer": 25895, + "##ixing": 25896, + "##ixigou": 25897, + "meteorites": 25898, + "preferable": 25899, + "preparing": 25900, + "parameterization": 25901, + "parameterize": 25902, + "parameterizing": 25903, + "parameterizations": 25904, + "specials": 25905, + "specialized": 25906, + "precipitations": 25907, + "precipitates": 25908, + "precipitating": 25909, + "loaded": 25910, + "kimberley": 25911, + "kimberelite": 25912, + "hpgs": 25913, + "judith": 25914, + "judging": 25915, + "judged": 25916, + "senses": 25917, + "sensors": 25918, + "##bulges": 25919, + "inertinites": 25920, + "toolbar": 25921, + "toolbox": 25922, + "metallogenesis": 25923, + "metallogeny": 25924, + "1039": 25925, + "1032": 25926, + "drama": 25927, + "draping": 25928, + "drafted": 25929, + "nneand": 25930, + "snand": 25931, + "snake": 25932, + "snriz": 25933, + "snmassive": 25934, + "tenor": 25935, + "tenure": 25936, + "##ohlenfl": 25937, + "explosions": 25938, + "exploited": 25939, + "exploiting": 25940, + "phenomenally": 25941, + "37a": 25942, + "379": 25943, + "3750": 25944, + "3776": 25945, + "372a": 25946, + "3782": 25947, + "887": 25948, + "889": 25949, + "885": 25950, + "886": 25951, + "88sr": 25952, + "sanggan": 25953, + "sanggang": 25954, + "sangtam": 25955, + "sangonghe": 25956, + "ttn": 25957, + "tiles": 25958, + "wanshan": 25959, + "colouration": 25960, + "encelad": 25961, + "encourag": 25962, + "encironental": 25963, + "encircling": 25964, + "adds": 25965, + "addtion": 25966, + "greenstonesthroughtime": 25967, + "022": 25968, + "025": 25969, + "02500": 25970, + "02655": 25971, + "62a": 25972, + "622": 25973, + "6210": 25974, + "626a": 25975, + "62ni": 25976, + "bonded": 25977, + "domeier": 25978, + "faming": 25979, + "oppel": 25980, + "utility": 25981, + "wulashan": 25982, + "wulingshan": 25983, + "zhuanghu": 25984, + "##zieni": 25985, + "diverted": 25986, + "diversification": 25987, + "divergences": 25988, + "1057": 25989, + "1053": 25990, + "1059": 25991, + "1052": 25992, + "1058": 25993, + "1055": 25994, + "1054": 25995, + "longitudinally": 25996, + "trackways": 25997, + "guang1": 25998, + "guangnan": 25999, + "guangyuan": 26000, + "sulfidesau": 26001, + "sulfidesni": 26002, + "tectonophysics": 26003, + "2021dj": 26004, + "kepingi": 26005, + "033": 26006, + "039": 26007, + "031": 26008, + "0336": 26009, + "0332": 26010, + "03t00": 26011, + "427": 26012, + "425": 26013, + "426": 26014, + "4200": 26015, + "42ga": 26016, + "4219": 26017, + "4296": 26018, + "427a": 26019, + "4259": 26020, + "balancing": 26021, + "balme": 26022, + "gridded": 26023, + "persuasive": 26024, + "##iasah": 26025, + "forwards": 26026, + "##opollen": 26027, + "atmos": 26028, + "caohu": 26029, + "illustration": 26030, + "49a": 26031, + "499": 26032, + "490": 26033, + "498": 26034, + "494": 26035, + "491": 26036, + "hirose": 26037, + "hipparion": 26038, + "raung": 26039, + "raises": 26040, + "raichur": 26041, + "rahman": 26042, + "raimond": 26043, + "raphson": 26044, + "raquette": 26045, + "##tesy": 26046, + "reviewing": 26047, + "reviewers": 26048, + "proxys": 26049, + "dislocate": 26050, + "dislocating": 26051, + "1042": 26052, + "1046": 26053, + "104to": 26054, + "2014b": 26055, + "1302": 26056, + "1301": 26057, + "metasomatise": 26058, + "populace": 26059, + "inheritedly": 26060, + "042": 26061, + "048": 26062, + "04t00": 26063, + "250m": 26064, + "2507": 26065, + "250ma": 26066, + "585": 26067, + "5886": 26068, + "5899": 26069, + "5855": 26070, + "pcsz": 26071, + "splten": 26072, + "splits": 26073, + "splash": 26074, + "##calves": 26075, + "makeup": 26076, + "repeating": 26077, + "1964": 26078, + "1961": 26079, + "19651": 26080, + "supportive": 26081, + "geothermalhydrocarbon": 26082, + "lawton": 26083, + "lawrence": 26084, + "238pb": 26085, + "δ56fehb": 26086, + "dispersae": 26087, + "41a": 26088, + "417": 26089, + "415": 26090, + "4170": 26091, + "4145": 26092, + "autochth": 26093, + "counties": 26094, + "countered": 26095, + "mcr": 26096, + "mcdou": 26097, + "mc170": 26098, + "mcgill": 26099, + "##ahari": 26100, + "##ahao": 26101, + "announcement": 26102, + "##charles": 26103, + "evaporate": 26104, + "biomass": 26105, + "biomaker": 26106, + "linkam": 26107, + "linkages": 26108, + "industrialization": 26109, + "999": 26110, + "9990": 26111, + "9997": 26112, + "9939": 26113, + "957": 26114, + "952": 26115, + "95935": 26116, + "oligotrophic": 26117, + "rheotrophic": 26118, + "xingli": 26119, + "xingzi": 26120, + "xingwu": 26121, + "xingxin": 26122, + "##switzerland": 26123, + "##swithinac": 26124, + "##archs": 26125, + "##rustalgrowth": 26126, + "sloped": 26127, + "weighed": 26128, + "weightings": 26129, + "spinels": 26130, + "decompose": 26131, + "decompressed": 26132, + "peripheric": 26133, + "peripheries": 26134, + "transgressional": 26135, + "evolvingcontinents": 26136, + "67g": 26137, + "675": 26138, + "671": 26139, + "6795": 26140, + "78i": 26141, + "783": 26142, + "781": 26143, + "783a": 26144, + "857": 26145, + "858": 26146, + "855": 26147, + "85km": 26148, + "jianhan": 26149, + "jianshan": 26150, + "jianping": 26151, + "jianfa": 26152, + "jianchuan": 26153, + "jian28": 26154, + "jianqiang": 26155, + "kalaz": 26156, + "kalgut": 26157, + "kalpina": 26158, + "kalamail": 26159, + "kalahari": 26160, + "rightly": 26161, + "rightwards": 26162, + "##centralutah": 26163, + "##interaction": 26164, + "##interdisciplinary": 26165, + "sunite": 26166, + "chaohu": 26167, + "##roupnem": 26168, + "##roupcentralutah": 26169, + "calibrations": 26170, + "leaking": 26171, + "dynamicsmol": 26172, + "communities": 26173, + "445": 26174, + "931": 26175, + "9318": 26176, + "9312": 26177, + "9360": 26178, + "fuye": 26179, + "fukus": 26180, + "kilos": 26181, + "kilns": 26182, + "kilaue": 26183, + "kunene": 26184, + "kunii": 26185, + "mbowou": 26186, + "mbabi": 26187, + "packing": 26188, + "packaging": 26189, + "##478": 26190, + "prospect": 26191, + "albriug": 26192, + "resisted": 26193, + "resistor": 26194, + "resistors": 26195, + "reliu": 26196, + "reliotron": 26197, + "descriptive": 26198, + "simplest": 26199, + "simplifications": 26200, + "optimizes": 26201, + "optimizing": 26202, + "optimizer": 26203, + "1762": 26204, + "introductiontides": 26205, + "priority": 26206, + "priorities": 26207, + "prioritizing": 26208, + "digiu": 26209, + "heteroliths": 26210, + "heterogeneities": 26211, + "heteradcumulate": 26212, + "mw4": 26213, + "osmium": 26214, + "osumilite": 26215, + "staged": 26216, + "stagnation": 26217, + "demercian": 26218, + "diamict": 26219, + "tephras": 26220, + "10935": 26221, + "10918a": 26222, + "designing": 26223, + "designate": 26224, + "pingqiaonan": 26225, + "aqua": 26226, + "besonderer": 26227, + "herbiv": 26228, + "pulled": 26229, + "passage": 26230, + "passengers": 26231, + "rounds": 26232, + "rounding": 26233, + "##wald": 26234, + "stationarity": 26235, + "isolocation": 26236, + "##00012": 26237, + "receipted": 26238, + "sporae": 26239, + "sporinites": 26240, + "sporopollen": 26241, + "understated": 26242, + "understaning": 26243, + "fe3o4": 26244, + "fe3fe2si3o12": 26245, + "diagenetically": 26246, + "partitioned": 26247, + "prominently": 26248, + "contextualize": 26249, + "fundamentals": 26250, + "rigidly": 26251, + "pingqiaoxi": 26252, + "053": 26253, + "052": 26254, + "058": 26255, + "diluting": 26256, + "pipetted": 26257, + "qijiang": 26258, + "qiantang": 26259, + "qiemo": 26260, + "qiyueshan": 26261, + "qiharigetu": 26262, + "rodents": 26263, + "rodlets": 26264, + "xiu": 26265, + "xiadian": 26266, + "xiugang": 26267, + "xihuote": 26268, + "xiashagou": 26269, + "##environmentsadvances": 26270, + "shairike": 26271, + "shaodong": 26272, + "shafts": 26273, + "shaobo": 26274, + "shaozhuo": 26275, + "shahazi": 26276, + "shanmu": 26277, + "interlaying": 26278, + "arriving": 26279, + "diamondsaum": 26280, + "842": 26281, + "845m": 26282, + "crescent": 26283, + "jiusi": 26284, + "jiutai": 26285, + "jiuz": 26286, + "jiandi": 26287, + "jingling": 26288, + "jingao": 26289, + "panning": 26290, + "panws": 26291, + "panorama": 26292, + "panchromatic": 26293, + "taihe": 26294, + "taiye": 26295, + "taijun": 26296, + "taihua": 26297, + "##ubljana": 26298, + "##yingchang": 26299, + "##asiliano": 26300, + "##ograms": 26301, + "uniformity": 26302, + "discharged": 26303, + "quantifiable": 26304, + "quantificatio006": 26305, + "absolutely": 26306, + "edgewise": 26307, + "573": 26308, + "5700": 26309, + "945": 26310, + "film": 26311, + "files": 26312, + "goe": 26313, + "goa": 26314, + "google": 26315, + "iva": 26316, + "ivogo": 26317, + "mis3": 26318, + "misiak": 26319, + "misfits": 26320, + "misalign": 26321, + "misunderstand": 26322, + "s02": 26323, + "tamen": 26324, + "tamakosh": 26325, + "##kerkh": 26326, + "sudbury": 26327, + "resolves": 26328, + "resolvable": 26329, + "residence": 26330, + "residua": 26331, + "residuum": 26332, + "moderateto": 26333, + "intercalation": 26334, + "headings": 26335, + "headwat": 26336, + "1283": 26337, + "1285": 26338, + "1281": 26339, + "##continentalcrust": 26340, + "##continentaldrift": 26341, + "180m": 26342, + "1805": 26343, + "1806": 26344, + "polishing": 26345, + "oscillate": 26346, + "oscillates": 26347, + "oscillating": 26348, + "badong": 26349, + "badgers": 26350, + "cf50": 26351, + "cracked": 26352, + "komogatake": 26353, + "piccolo": 26354, + "##ratsch": 26355, + "marlstones": 26356, + "articles": 26357, + "calorimeter": 26358, + "admixer": 26359, + "discriminated": 26360, + "immensely": 26361, + "immersed": 26362, + "immeasur": 26363, + "##roscopy": 26364, + "branches": 26365, + "075": 26366, + "0749": 26367, + "59a": 26368, + "599": 26369, + "595": 26370, + "594": 26371, + "5900": 26372, + "5917": 26373, + "5971": 26374, + "courtesy": 26375, + "doupe": 26376, + "douglas": 26377, + "doucet": 26378, + "eustacy": 26379, + "hardens": 26380, + "hardgro": 26381, + "santos": 26382, + "santanghu": 26383, + "xmis": 26384, + "shipping": 26385, + "shiqian": 26386, + "##00217": 26387, + "paragenetic": 26388, + "items": 26389, + "soils": 26390, + "macroflora": 26391, + "influxes": 26392, + "069": 26393, + "065": 26394, + "669": 26395, + "666": 26396, + "66zn": 26397, + "668z": 26398, + "6610lv": 26399, + "700m": 26400, + "700km": 26401, + "70069": 26402, + "700mmyr": 26403, + "ban2": 26404, + "danxian": 26405, + "danzhai": 26406, + "fengcheng": 26407, + "fenglai": 26408, + "fengtai": 26409, + "fengjie": 26410, + "khaki": 26411, + "khali": 26412, + "khabar": 26413, + "khangay": 26414, + "khcheyan": 26415, + "pama": 26416, + "##qiongbasin": 26417, + "##jinba": 26418, + "##145": 26419, + "##urring": 26420, + "##imbi": 26421, + "##imbade": 26422, + "revise": 26423, + "sharpen": 26424, + "sharpening": 26425, + "altitudinal": 26426, + "##earthelementsupb": 26427, + "ignore": 26428, + "safely": 26429, + "knowledgeable": 26430, + "dispersedly": 26431, + "conglomeratic": 26432, + "61m": 26433, + "773": 26434, + "774": 26435, + "77528": 26436, + "729": 26437, + "722": 26438, + "7219": 26439, + "flexibility": 26440, + "piers": 26441, + "pienkowski": 26442, + "pillars": 26443, + "yurakuch": 26444, + "##ofusinite": 26445, + "##ofossil": 26446, + "##ophyll": 26447, + "##hashan": 26448, + "##ornthis": 26449, + "##iguing": 26450, + "suffering": 26451, + "shangri": 26452, + "shangcheng": 26453, + "shangxian": 26454, + "shangdan": 26455, + "exsolutions": 26456, + "##seismicityearly": 26457, + "stratal": 26458, + "stratosphere": 26459, + "stratotypes": 26460, + "adopts": 26461, + "adopting": 26462, + "adsorped": 26463, + "petrogenic": 26464, + "1257": 26465, + "1254": 26466, + "125ma": 26467, + "125ka": 26468, + "straightening": 26469, + "zhenhai": 26470, + "zhenzhu": 26471, + "epiclastic": 26472, + "agglomerate": 26473, + "agglomerates": 26474, + "tufted": 26475, + "mobileand": 26476, + "839": 26477, + "834": 26478, + "83ma": 26479, + "83264": 26480, + "838z": 26481, + "astroph": 26482, + "astounding": 26483, + "astronomical": 26484, + "airgun": 26485, + "airtigh": 26486, + "eyiye": 26487, + "eyy1": 26488, + "kuo": 26489, + "kuhn": 26490, + "kuwaj": 26491, + "kuqa": 26492, + "kuroko": 26493, + "kuroshio": 26494, + "milesi": 26495, + "nagaland": 26496, + "nagaoka": 26497, + "sanich": 26498, + "sanjiang": 26499, + "sanyan": 26500, + "sanshiling": 26501, + "##icaibomdary": 26502, + "##oluoshan": 26503, + "##oluogai": 26504, + "ready": 26505, + "reading": 26506, + "aspectsinterdisciplinary": 26507, + "aligning": 26508, + "highstands": 26509, + "subducts": 26510, + "subductions": 26511, + "uniquely": 26512, + "elevating": 26513, + "elevmax": 26514, + "elevmin": 26515, + "elevmean": 26516, + "expansively": 26517, + "decayed": 26518, + "decaying": 26519, + "authorities": 26520, + "authoritative": 26521, + "predictable": 26522, + "veinlets": 26523, + "homogeneously": 26524, + "yurtus": 26525, + "cngeo": 26526, + "hanel": 26527, + "hanoir": 26528, + "hancheng": 26529, + "ningbo": 26530, + "robles": 26531, + "robotic": 26532, + "sq8": 26533, + "sidik": 26534, + "sideritic": 26535, + "serving": 26536, + "tiny": 26537, + "tribovillard": 26538, + "yiyang": 26539, + "conjuction": 26540, + "shields": 26541, + "shielding": 26542, + "resembles": 26543, + "compounded": 26544, + "ensures": 26545, + "ensuring": 26546, + "interferences": 26547, + "micropetrog": 26548, + "microporosity": 26549, + "micropaleont": 26550, + "zhouqu": 26551, + "zhoukou": 26552, + "specifies": 26553, + "emerges": 26554, + "emerged": 26555, + "synthesizes": 26556, + "synthesizing": 26557, + "nucleates": 26558, + "##recipitation": 26559, + "088": 26560, + "086": 26561, + "084": 26562, + "08918": 26563, + "dtg": 26564, + "fitting": 26565, + "fitness": 26566, + "lavalue": 26567, + "tangbale": 26568, + "tashen5": 26569, + "tashen1": 26570, + "wustite": 26571, + "xiangtan": 26572, + "xiangshui": 26573, + "xiangxiang": 26574, + "xiangyun": 26575, + "##rographic": 26576, + "coexists": 26577, + "summed": 26578, + "sumdo": 26579, + "ascension": 26580, + "ascends": 26581, + "antideformation": 26582, + "antipodes": 26583, + "antiphases": 26584, + "prolifer": 26585, + "##adeer": 26586, + "modulating": 26587, + "regularised": 26588, + "expands": 26589, + "reproduction": 26590, + "reprecipitated": 26591, + "phyllites": 26592, + "phyllon": 26593, + "phyllosilicates": 26594, + "2013a": 26595, + "2013b": 26596, + "terminally": 26597, + "combusting": 26598, + "combustible": 26599, + "roadside": 26600, + "juxtaposing": 26601, + "juxtaposes": 26602, + "geoscientific": 26603, + "dataswith": 26604, + "counterme": 26605, + "counterbal": 26606, + "counterintuitive": 26607, + "heterogeneously": 26608, + "greenschistand": 26609, + "greenschistto": 26610, + "688": 26611, + "685a": 26612, + "768": 26613, + "76690": 26614, + "btu": 26615, + "bhatoli": 26616, + "bhamdwaj": 26617, + "brachiop": 26618, + "eth4": 26619, + "eth1": 26620, + "ethics": 26621, + "haram": 26622, + "harry": 26623, + "harvey": 26624, + "jiaxing": 26625, + "jiaoliao": 26626, + "lisle": 26627, + "lishui": 26628, + "michigan": 26629, + "michael": 26630, + "qianhe": 26631, + "qianyou": 26632, + "qianfoya": 26633, + "ssucoal": 26634, + "ssffmud": 26635, + "tnml": 26636, + "vanish": 26637, + "vanfoss": 26638, + "villosa": 26639, + "##axitic": 26640, + "##kouo": 26641, + "cohesively": 26642, + "reversely": 26643, + "chongyang": 26644, + "seasonally": 26645, + "nevertherless": 26646, + "receives": 26647, + "207u": 26648, + "fluctuate": 26649, + "fluctuated": 26650, + "zhongdian": 26651, + "zhongtiao": 26652, + "zhonghan1": 26653, + "zhonghuai": 26654, + "zhonghai1": 26655, + "pollenanaly": 26656, + "glaciogene": 26657, + "adjusts": 26658, + "monsoonal": 26659, + "coarsely": 26660, + "coarseness": 26661, + "commercialized": 26662, + "irregularities": 26663, + "emphasise": 26664, + "##basinnorthern": 26665, + "##basinwestern": 26666, + "wavelengths": 26667, + "subdivide": 26668, + "subdividing": 26669, + "093": 26670, + "0954": 26671, + "450m": 26672, + "4505": 26673, + "450km": 26674, + "450mw": 26675, + "9302": 26676, + "bimetallic": 26677, + "governs": 26678, + "memoir": 26679, + "memeber": 26680, + "nc30": 26681, + "nc31": 26682, + "nc28": 26683, + "nc24": 26684, + "nc35": 26685, + "ncfmash": 26686, + "nc27": 26687, + "nitride": 26688, + "rollers": 26689, + "rollover": 26690, + "rollinson": 26691, + "yuanlin": 26692, + "yuanmo": 26693, + "yuanmou": 26694, + "zeolite": 26695, + "zeitler": 26696, + "##oilgast": 26697, + "##yinhua": 26698, + "##algamation": 26699, + "cope": 26700, + "coprecipitation": 26701, + "dehydrating": 26702, + "happening": 26703, + "disperse": 26704, + "undeveloped": 26705, + "undeplating": 26706, + "2006a": 26707, + "correctness": 26708, + "160a": 26709, + "160m": 26710, + "1605": 26711, + "160km": 26712, + "polyline": 26713, + "polyvalent": 26714, + "polygenetic": 26715, + "polygon": 26716, + "polyakov": 26717, + "polythene": 26718, + "polyplicate": 26719, + "exceptional": 26720, + "retrogress": 26721, + "tashkoran": 26722, + "pseudostratigraphy": 26723, + "thresholds": 26724, + "64ni": 26725, + "742": 26726, + "746": 26727, + "7457": 26728, + "cleats": 26729, + "cleveland": 26730, + "durand": 26731, + "durable": 26732, + "durham": 26733, + "lifting": 26734, + "lifespans": 26735, + "putative": 26736, + "putatively": 26737, + "putaogou": 26738, + "yongshan": 26739, + "yongquan": 26740, + "yongkang": 26741, + "yongshun": 26742, + "##2937x20": 26743, + "##515": 26744, + "##itteech": 26745, + "proppants": 26746, + "accessing": 26747, + "hawkesworth": 26748, + "gravels": 26749, + "extraformational": 26750, + "extraordinary": 26751, + "caledonides": 26752, + "assignation": 26753, + "assignment": 26754, + "assignments": 26755, + "decouples": 26756, + "escapes": 26757, + "escaping": 26758, + "escaped": 26759, + "discordances": 26760, + "manifesting": 26761, + "manifests": 26762, + "microbially": 26763, + "microbrecc": 26764, + "damasłwek": 26765, + "algalmound": 26766, + "anthracene": 26767, + "smoothen": 26768, + "infiltrated": 26769, + "infiltrates": 26770, + "randomness": 26771, + "pronouncedly": 26772, + "350m": 26773, + "3509": 26774, + "350250": 26775, + "797": 26776, + "798": 26777, + "794": 26778, + "7950m": 26779, + "826": 26780, + "824": 26781, + "8230": 26782, + "binoscope": 26783, + "bankfull": 26784, + "bridges": 26785, + "daly": 26786, + "daloushan": 26787, + "fugacities": 26788, + "hzso4": 26789, + "latitudinal": 26790, + "soderlu": 26791, + "wetland": 26792, + "wetzler": 26793, + "##334": 26794, + "##foranaly": 26795, + "##forelands": 26796, + "##foroilgast": 26797, + "##khet": 26798, + "##uruxati": 26799, + "behalf": 26800, + "nepali": 26801, + "unfrozen": 26802, + "unfiltered": 26803, + "unfractionated": 26804, + "artie": 26805, + "artisan": 26806, + "webb": 26807, + "websterite": 26808, + "webster": 26809, + "validated": 26810, + "removable": 26811, + "zhimin1": 26812, + "macroscopical": 26813, + "negligibly": 26814, + "palaeoenvironments": 26815, + "homogenize": 26816, + "hemispheric": 26817, + "abnormalities": 26818, + "hawaiitic": 26819, + "caledoniana": 26820, + "dingye": 26821, + "filler": 26822, + "ghosh": 26823, + "ghadeer": 26824, + "hoards": 26825, + "hoformationnn": 26826, + "hooyka": 26827, + "hinterlands": 26828, + "porto": 26829, + "port0": 26830, + "portable": 26831, + "portray": 26832, + "portneuf": 26833, + "xiaoping": 26834, + "##28z": 26835, + "##2800b": 26836, + "##2400": 26837, + "##5410lv": 26838, + "##664": 26839, + "##152": 26840, + "##1500": 26841, + "##rophes": 26842, + "##rophism": 26843, + "##rophotometry": 26844, + "##stein": 26845, + "##oshima": 26846, + "##oshigand": 26847, + "shufang": 26848, + "shuichang": 26849, + "shuicheng": 26850, + "shuyinchang": 26851, + "shuomings": 26852, + "shuixigou": 26853, + "protoand": 26854, + "inductive": 26855, + "neighbor": 26856, + "neighbours": 26857, + "regressions": 26858, + "metaborate": 26859, + "speeding": 26860, + "underlained": 26861, + "implicates": 26862, + "corrosive": 26863, + "corrode": 26864, + "20044": 26865, + "pegmatoidal": 26866, + "superprobe": 26867, + "glacierized": 26868, + "steadiness": 26869, + "visualize": 26870, + "visualisation": 26871, + "conceptualization": 26872, + "conceptualized": 26873, + "conceptualizes": 26874, + "challenged": 26875, + "baddeleyites": 26876, + "truncate": 26877, + "697": 26878, + "695": 26879, + "araucaria": 26880, + "ciencia": 26881, + "csit": 26882, + "cs844": 26883, + "carnics": 26884, + "carnivorous": 26885, + "dpi": 26886, + "densest": 26887, + "merit": 26888, + "merzbacher": 26889, + "merkst": 26890, + "merensky": 26891, + "nodes": 26892, + "nodule": 26893, + "pengze": 26894, + "penglaiba": 26895, + "rammed": 26896, + "ramstad": 26897, + "ramsay": 26898, + "testified": 26899, + "testify": 26900, + "testifying": 26901, + "treasure": 26902, + "trellis": 26903, + "trekking": 26904, + "telemetry": 26905, + "yuehai": 26906, + "yuejin": 26907, + "##afoldthrust": 26908, + "##83004": 26909, + "##681z": 26910, + "##x236": 26911, + "stacks": 26912, + "searches": 26913, + "searching": 26914, + "unaffected": 26915, + "slipped": 26916, + "slippery": 26917, + "recommends": 26918, + "objectively": 26919, + "metapyroxenites": 26920, + "1444": 26921, + "polymodal": 26922, + "polymerised": 26923, + "polymetamorphic": 26924, + "discusses": 26925, + "discussing": 26926, + "augment": 26927, + "ulmer": 26928, + "semifluid": 26929, + "tazhonga": 26930, + "ledong8": 26931, + "automation": 26932, + "automobiles": 26933, + "qiongzhong": 26934, + "awful": 26935, + "awgu": 26936, + "bgot009": 26937, + "cassa": 26938, + "dedicated": 26939, + "dawn": 26940, + "dawuba": 26941, + "eighteen": 26942, + "gcnh2": 26943, + "gcmt": 26944, + "gelovitrinite": 26945, + "gelogical": 26946, + "lsn": 26947, + "lsund": 26948, + "mangerite": 26949, + "mercalli": 26950, + "mylonite": 26951, + "mylonitized": 26952, + "t2l": 26953, + "t2la": 26954, + "tightly": 26955, + "wenner": 26956, + "wenzhou": 26957, + "wenlong": 26958, + "wenjiao": 26959, + "wenrui": 26960, + "εndi": 26961, + "##lateediacaran": 26962, + "##processes": 26963, + "##355": 26964, + "##enteen": 26965, + "isochronal": 26966, + "intriguing": 26967, + "undergraduate": 26968, + "lei4": 26969, + "longmxi": 26970, + "1297": 26971, + "1293": 26972, + "1299": 26973, + "1292": 26974, + "1298": 26975, + "1294": 26976, + "1291": 26977, + "magnetometer": 26978, + "magnetometers": 26979, + "magnetostratigraphy": 26980, + "satlui": 26981, + "dengfa1": 26982, + "hypothesize": 26983, + "catchments": 26984, + "catchings": 26985, + "ferrodol": 26986, + "guoqi1": 26987, + "administrating": 26988, + "schematically": 26989, + "coexisted": 26990, + "avouac": 26991, + "aplin": 26992, + "aplitic": 26993, + "benz": 26994, + "borucice": 26995, + "ganjiang": 26996, + "gansu": 26997, + "ganchaigou": 26998, + "gyeongsang": 26999, + "ladinian": 27000, + "ladders": 27001, + "ogala": 27002, + "ogrod": 27003, + "ogwashi": 27004, + "pss": 27005, + "psp": 27006, + "pyrites": 27007, + "pyrenees": 27008, + "rainwater": 27009, + "rainfed": 27010, + "rawtext": 27011, + "sseand": 27012, + "##582": 27013, + "##584": 27014, + "shenyang": 27015, + "shenqing": 27016, + "antrim": 27017, + "clarke": 27018, + "subbituminous": 27019, + "marsupipollenites": 27020, + "marshes": 27021, + "abstracts": 27022, + "2049": 27023, + "strategically": 27024, + "precedes": 27025, + "microfossils": 27026, + "microfissures": 27027, + "1998163": 27028, + "bookhagen": 27029, + "assimilating": 27030, + "skarnand": 27031, + "attenuates": 27032, + "attenuating": 27033, + "microbialites": 27034, + "brute": 27035, + "bruno": 27036, + "bruckm": 27037, + "brunswick": 27038, + "balls": 27039, + "ballhaus": 27040, + "briefest": 27041, + "gongwang": 27042, + "gongkai": 27043, + "houhe": 27044, + "konink": 27045, + "koningbosch": 27046, + "koningsbosch": 27047, + "kamber": 27048, + "kamchatka": 27049, + "kamishikar": 27050, + "kamiasah": 27051, + "kinetically": 27052, + "lunt": 27053, + "luntai": 27054, + "mali": 27055, + "malang": 27056, + "malagasy": 27057, + "malachite": 27058, + "peralkal": 27059, + "samdes": 27060, + "ssc1a": 27061, + "venlo": 27062, + "zkbz": 27063, + "##348": 27064, + "##02147": 27065, + "tow2": 27066, + "towed": 27067, + "##econvergence": 27068, + "##oscopic": 27069, + "sutton": 27070, + "cherty": 27071, + "computense": 27072, + "computationally": 27073, + "disappointing": 27074, + "##uringipouenites": 27075, + "preliminarily": 27076, + "occupying": 27077, + "1072": 27078, + "1075a": 27079, + "1086": 27080, + "1200i": 27081, + "1200m": 27082, + "1200b": 27083, + "1200mmyr": 27084, + "1879": 27085, + "1872": 27086, + "1652": 27087, + "2500km": 27088, + "25001500": 27089, + "rootless": 27090, + "buoyancies": 27091, + "7087": 27092, + "7085": 27093, + "708276": 27094, + "708810": 27095, + "708489": 27096, + "708606": 27097, + "708334": 27098, + "708664": 27099, + "708584": 27100, + "daqingshan": 27101, + "daqinggou": 27102, + "revolutionised": 27103, + "metabasalts": 27104, + "metabasaltic": 27105, + "yubei1": 27106, + "δ13cv": 27107, + "δ13cpdb": 27108, + "xianshuihexiao": 27109, + "ccus": 27110, + "cc34": 27111, + "cc207": 27112, + "cc197": 27113, + "klb": 27114, + "klontal": 27115, + "moron": 27116, + "moran": 27117, + "morris": 27118, + "moriri": 27119, + "morley": 27120, + "morhop": 27121, + "muskox": 27122, + "millimet": 27123, + "milligan": 27124, + "millimeters": 27125, + "milliliter": 27126, + "millennia": 27127, + "renaissance": 27128, + "renishaw": 27129, + "ranks": 27130, + "tillite": 27131, + "zambian": 27132, + "##baue": 27133, + "stromatolitic": 27134, + "stabilities": 27135, + "stabilizes": 27136, + "anhydrites": 27137, + "extinctions": 27138, + "lowstands": 27139, + "sloan": 27140, + "paleoclimatology": 27141, + "interpolate": 27142, + "manjo": 27143, + "manjor": 27144, + "periodicities": 27145, + "infills": 27146, + "glacioeust": 27147, + "karstified": 27148, + "worthy": 27149, + "3000m": 27150, + "weiyuanrong": 27151, + "buffers": 27152, + "destroys": 27153, + "destroying": 27154, + "shahejie": 27155, + "epicentral": 27156, + "robustly": 27157, + "prevailingly": 27158, + "escapea": 27159, + "possessed": 27160, + "possessing": 27161, + "987": 27162, + "9600002x": 27163, + "aera": 27164, + "aeras": 27165, + "aeronau": 27166, + "aerobic": 27167, + "aidranens": 27168, + "donating": 27169, + "donors": 27170, + "donetz": 27171, + "dacites": 27172, + "datesort": 27173, + "education": 27174, + "garze": 27175, + "hallmarks": 27176, + "halliday": 27177, + "halliburton": 27178, + "homewood": 27179, + "kotler": 27180, + "kotowski": 27181, + "langshan": 27182, + "langzhong": 27183, + "langfang": 27184, + "langgu": 27185, + "langrim": 27186, + "macholyong": 27187, + "mergers": 27188, + "odovician": 27189, + "odkm03": 27190, + "pinning": 27191, + "pinches": 27192, + "pinpointed": 27193, + "pushes": 27194, + "pushun": 27195, + "pictured": 27196, + "railways": 27197, + "railroad": 27198, + "s48": 27199, + "tuned": 27200, + "tunnelled": 27201, + "tensioning": 27202, + "ubende": 27203, + "ubendian": 27204, + "vfw": 27205, + "yeats": 27206, + "yeonil": 27207, + "innate": 27208, + "innmature": 27209, + "reactant": 27210, + "chrome": 27211, + "chromites": 27212, + "chromium": 27213, + "chromitites": 27214, + "basanitic": 27215, + "deploying": 27216, + "deployments": 27217, + "hao1": 27218, + "subtraction": 27219, + "subtract": 27220, + "arenaria": 27221, + "legitimate": 27222, + "transmitting": 27223, + "derivatives": 27224, + "imbrication": 27225, + "switches": 27226, + "switched": 27227, + "switchyard": 27228, + "definitively": 27229, + "11296": 27230, + "solubilities": 27231, + "macromolecule": 27232, + "1401": 27233, + "140ma": 27234, + "1453": 27235, + "1353a": 27236, + "1704": 27237, + "170ka": 27238, + "luohe": 27239, + "luohanpo": 27240, + "downwardand": 27241, + "230ma": 27242, + "1990a": 27243, + "1990b": 27244, + "roofing": 27245, + "260m": 27246, + "retreats": 27247, + "catastrophes": 27248, + "encompassed": 27249, + "fossilized": 27250, + "fossiliferous": 27251, + "metasomatizing": 27252, + "behaviours": 27253, + "anthropogenically": 27254, + "bureya": 27255, + "boghead": 27256, + "berger": 27257, + "bergmann": 27258, + "campanian": 27259, + "dune": 27260, + "duncan": 27261, + "dunham": 27262, + "franz": 27263, + "franke": 27264, + "francois": 27265, + "hunchhi": 27266, + "huntington": 27267, + "jammu": 27268, + "kg06": 27269, + "lanthan": 27270, + "lanbin": 27271, + "lingli": 27272, + "lingao": 27273, + "lingbao": 27274, + "lingtou": 27275, + "loum": 27276, + "liaodong": 27277, + "ostrowiec": 27278, + "ostmak": 27279, + "ostwald": 27280, + "ponds": 27281, + "ponded": 27282, + "pondage": 27283, + "saponite": 27284, + "sapphir": 27285, + "stimuli": 27286, + "wadati": 27287, + "##evaporites": 27288, + "##alaia": 27289, + "offered": 27290, + "stops": 27291, + "stopes": 27292, + "stopping": 27293, + "reordered": 27294, + "shedding": 27295, + "alumino": 27296, + "attains": 27297, + "attained": 27298, + "diatremes": 27299, + "washout": 27300, + "unmetamorph": 27301, + "unmixing": 27302, + "unsteady": 27303, + "metastably": 27304, + "voltages": 27305, + "exponentially": 27306, + "calcicto": 27307, + "193a": 27308, + "1938": 27309, + "interpreter": 27310, + "interprets": 27311, + "paleoenvironmetal": 27312, + "insufficiency": 27313, + "turpanham": 27314, + "editors": 27315, + "morphologicaly": 27316, + "symposium": 27317, + "sympathetic": 27318, + "advancements": 27319, + "photomicrography": 27320, + "decompressional": 27321, + "khondalites": 27322, + "precursory": 27323, + "cleanup": 27324, + "acknowledgement": 27325, + "hybrids": 27326, + "hybridization": 27327, + "hybridized": 27328, + "hybridize": 27329, + "witnesses": 27330, + "320m": 27331, + "320280": 27332, + "6103": 27333, + "ctul": 27334, + "ctbn": 27335, + "gyachung": 27336, + "gj1": 27337, + "gangu": 27338, + "ganga": 27339, + "gangji": 27340, + "jeju": 27341, + "jeori": 27342, + "kendall": 27343, + "lfes": 27344, + "lvzhijiang": 27345, + "mutant": 27346, + "nominal": 27347, + "nomura": 27348, + "slumps": 27349, + "zj4": 27350, + "zj14": 27351, + "zj24": 27352, + "##tmann": 27353, + "##taker": 27354, + "##239": 27355, + "##oreligios": 27356, + "inhibits": 27357, + "inhibiting": 27358, + "foreseeable": 27359, + "shoreface": 27360, + "shoreward": 27361, + "chuanling": 27362, + "anastomosing": 27363, + "alaskan": 27364, + "unsaturated": 27365, + "unsaturation": 27366, + "unsafe": 27367, + "unsurfaced": 27368, + "unsuccess": 27369, + "unsustainable": 27370, + "recalculate": 27371, + "meteror": 27372, + "undulations": 27373, + "undulose": 27374, + "quicker": 27375, + "quickbird": 27376, + "leeward": 27377, + "impossibly": 27378, + "swedish": 27379, + "palaeogeographic": 27380, + "palaeogeomorphology": 27381, + "palaeogeographical": 27382, + "1886": 27383, + "microgranular": 27384, + "microgravity": 27385, + "microstratification": 27386, + "orthogneiss": 27387, + "235pb": 27388, + "elliptic": 27389, + "sulfurizing": 27390, + "suprasolidus": 27391, + "lamellation": 27392, + "lamellated": 27393, + "lamellations": 27394, + "3500m": 27395, + "autonomous": 27396, + "seasonality": 27397, + "subductable": 27398, + "h2s04": 27399, + "halahatangand": 27400, + "927": 27401, + "cbrn": 27402, + "dmt": 27403, + "dismantling": 27404, + "jadeites": 27405, + "kenney": 27406, + "ld8": 27407, + "lm4": 27408, + "locking": 27409, + "nanga": 27410, + "oliver": 27411, + "sieh": 27412, + "sieving": 27413, + "task": 27414, + "tasmania": 27415, + "vibrated": 27416, + "vibrate": 27417, + "vibrose": 27418, + "xpyr": 27419, + "xprp": 27420, + "xuebao": 27421, + "yincheng": 27422, + "yinmin": 27423, + "##rdpc": 27424, + "##datatam": 27425, + "##datasour": 27426, + "##datacal": 27427, + "##2008": 27428, + "##rolled": 27429, + "##leycharles": 27430, + "rearrangements": 27431, + "responds": 27432, + "responding": 27433, + "compensation": 27434, + "compensate": 27435, + "compensates": 27436, + "soundings": 27437, + "neoand": 27438, + "##ucky": 27439, + "entrant": 27440, + "entrench": 27441, + "entrainment": 27442, + "subordinately": 27443, + "momentum": 27444, + "unpick": 27445, + "spanish": 27446, + "sparsely": 27447, + "sparseness": 27448, + "overthrusts": 27449, + "##unkohlenfl": 27450, + "obscurus": 27451, + "obscurz": 27452, + "so251": 27453, + "permanence": 27454, + "permanently": 27455, + "drillholes": 27456, + "1193": 27457, + "1194": 27458, + "11998": 27459, + "supercritial": 27460, + "supercycles": 27461, + "1300km": 27462, + "1752": 27463, + "elaboration": 27464, + "thermobarometric": 27465, + "supersaturation": 27466, + "spectroscopic": 27467, + "installment": 27468, + "hypothetically": 27469, + "dongwanzi": 27470, + "##ushiareax": 27471, + "discriminates": 27472, + "discriminatory": 27473, + "scatterer": 27474, + "scatterers": 27475, + "governmental": 27476, + "discordantly": 27477, + "categorically": 27478, + "categorised": 27479, + "swedenborg": 27480, + "eigenvalues": 27481, + "fingerprinting": 27482, + "1km3": 27483, + "1km2": 27484, + "3702": 27485, + "biggs": 27486, + "baker": 27487, + "baked": 27488, + "bakan": 27489, + "baixing": 27490, + "baiyinhua": 27491, + "bushes": 27492, + "bombs": 27493, + "cdepartment": 27494, + "dgar": 27495, + "dgps": 27496, + "daubech": 27497, + "davis": 27498, + "david": 27499, + "davos": 27500, + "davaille": 27501, + "elution": 27502, + "eluting": 27503, + "fenoll": 27504, + "fenestral": 27505, + "fenghuang": 27506, + "felsitic": 27507, + "hyuga": 27508, + "hbr": 27509, + "hbh01": 27510, + "hclo4": 27511, + "jumba": 27512, + "leckie": 27513, + "lecomte": 27514, + "mh7": 27515, + "mh3": 27516, + "mh2": 27517, + "mh4": 27518, + "mhto": 27519, + "mh10": 27520, + "mentions": 27521, + "nutrient": 27522, + "qmo": 27523, + "tetracyclic": 27524, + "tetragonal": 27525, + "tsuji": 27526, + "tsujim": 27527, + "vacuolar": 27528, + "woolder": 27529, + "wporphyries": 27530, + "xianzheng": 27531, + "zongyang": 27532, + "zongju": 27533, + "zongjv": 27534, + "##turosporites": 27535, + "##785": 27536, + "##oriids": 27537, + "condenses": 27538, + "condensation": 27539, + "shutter": 27540, + "shutan1": 27541, + "resurgence": 27542, + "##aysian": 27543, + "neutralization": 27544, + "formationkd": 27545, + "formationk5": 27546, + "formationk4": 27547, + "formationklb": 27548, + "relaxed": 27549, + "slagging": 27550, + "survived": 27551, + "surviving": 27552, + "overcoming": 27553, + "overcompensated": 27554, + "quadrant": 27555, + "transtensive": 27556, + "expectations": 27557, + "expectably": 27558, + "appraise": 27559, + "1905": 27560, + "exploringforoilgast": 27561, + "guiweidi": 27562, + "1600m": 27563, + "synchronized": 27564, + "synchronously": 27565, + "hydrologic": 27566, + "hydrologically": 27567, + "laurie": 27568, + "monazites": 27569, + "universita": 27570, + "universiteit": 27571, + "absorbents": 27572, + "210ppmv": 27573, + "282772": 27574, + "282478": 27575, + "282515": 27576, + "282348": 27577, + "282785": 27578, + "irradiate": 27579, + "chlorides": 27580, + "chloritized": 27581, + "chlorophyll": 27582, + "icpmsdatacal": 27583, + "palynomorphs": 27584, + "kaolinites": 27585, + "kaolinization": 27586, + "jianfenglin": 27587, + "pulverizing": 27588, + "pulverisette": 27589, + "cameron": 27590, + "watersheds": 27591, + "manifestations": 27592, + "unfavored": 27593, + "corroborating": 27594, + "covariances": 27595, + "##provinceacas": 27596, + "pozzolanicity": 27597, + "ostracoda": 27598, + "ostracodes": 27599, + "centimeter": 27600, + "uqiaa": 27601, + "overburdened": 27602, + "410ma": 27603, + "5km3": 27604, + "660ma": 27605, + "7305": 27606, + "bauxites": 27607, + "bauxiteni": 27608, + "cubanite": 27609, + "dwell": 27610, + "dwight": 27611, + "friedrich": 27612, + "gmgs": 27613, + "hopping": 27614, + "habitable": 27615, + "habitat": 27616, + "jaiprak": 27617, + "kelud": 27618, + "kelme": 27619, + "kailu": 27620, + "kaila": 27621, + "masking": 27622, + "mingtieg": 27623, + "mackowsky": 27624, + "mdsg": 27625, + "niger": 27626, + "navp": 27627, + "navon": 27628, + "pods": 27629, + "podocarp": 27630, + "pannagon": 27631, + "sargeant": 27632, + "squishy": 27633, + "t1fa": 27634, + "t1ja": 27635, + "winner": 27636, + "winnip": 27637, + "winseis": 27638, + "zoisite": 27639, + "zooplank": 27640, + "threatening": 27641, + "stormgenerated": 27642, + "forever": 27643, + "foreign": 27644, + "forebulges": 27645, + "foramtion": 27646, + "shaoyanghu": 27647, + "chunyu": 27648, + "chunju": 27649, + "chunhua": 27650, + "chunyong": 27651, + "exemplifies": 27652, + "##irtus": 27653, + "formulas": 27654, + "acceptance": 27655, + "diaphrag": 27656, + "diaoluoshan": 27657, + "subgrain": 27658, + "relocate": 27659, + "relocating": 27660, + "slickwater": 27661, + "slickenside": 27662, + "strictest": 27663, + "101h2": 27664, + "thankful": 27665, + "republica": 27666, + "phosphorite": 27667, + "phosphatic": 27668, + "phosphoric": 27669, + "appalachians": 27670, + "organogenic": 27671, + "organised": 27672, + "refinements": 27673, + "settlements": 27674, + "1957": 27675, + "1959": 27676, + "195212": 27677, + "volcanology": 27678, + "volcanological": 27679, + "volcanoclastic": 27680, + "volcanigenic": 27681, + "vertex": 27682, + "1527": 27683, + "patchiness": 27684, + "huaihe": 27685, + "huaiyuan": 27686, + "huaiyin": 27687, + "williams": 27688, + "1727": 27689, + "dissolving": 27690, + "cartographer": 27691, + "delimiting": 27692, + "delimitate": 27693, + "karakul": 27694, + "karakax": 27695, + "electrode": 27696, + "looks": 27697, + "loops": 27698, + "duplicated": 27699, + "duplications": 27700, + "225km": 27701, + "225ooj": 27702, + "erasure": 27703, + "akinyemi": 27704, + "tappert": 27705, + "c25hbi": 27706, + "cataclysm": 27707, + "0098": 27708, + "00983004": 27709, + "equivalence": 27710, + "mobilist": 27711, + "mobilised": 27712, + "archaefruct": 27713, + "02496": 27714, + "02495": 27715, + "02497": 27716, + "02499": 27717, + "02494": 27718, + "cpx3": 27719, + "xiucheng1": 27720, + "ascertainment": 27721, + "cleavages": 27722, + "extrapolating": 27723, + "sustainability": 27724, + "rhythmical": 27725, + "meaningfully": 27726, + "flyschoid": 27727, + "editorialcomm": 27728, + "laurentian": 27729, + "philippi": 27730, + "philippines": 27731, + "harzburgitic": 27732, + "5122": 27733, + "51273": 27734, + "512201": 27735, + "aletes": 27736, + "aleman": 27737, + "aleutian": 27738, + "aleutians": 27739, + "bonus": 27740, + "boninite": 27741, + "bento": 27742, + "bentley": 27743, + "bamoun": 27744, + "bamileke": 27745, + "botryococc": 27746, + "cinder": 27747, + "cinnabar": 27748, + "cinatdrad": 27749, + "cropping": 27750, + "cropped": 27751, + "crooked": 27752, + "crozet": 27753, + "ddepartamento": 27754, + "dozet": 27755, + "drags": 27756, + "echinod": 27757, + "echosound": 27758, + "falcon": 27759, + "fang1": 27760, + "gdn": 27761, + "goniometer": 27762, + "goncalves": 27763, + "gateways": 27764, + "hilbert": 27765, + "holds": 27766, + "ibex": 27767, + "ibaraki": 27768, + "jinshui": 27769, + "jinshi": 27770, + "kyky": 27771, + "kosarev": 27772, + "kosciuszko": 27773, + "lepichon": 27774, + "leperson": 27775, + "mvt": 27776, + "mengcheng": 27777, + "petens": 27778, + "petogram": 27779, + "petromod": 27780, + "pierre": 27781, + "pierced": 27782, + "pumping": 27783, + "pumpelly": 27784, + "qiangtang": 27785, + "rm2000": 27786, + "routed": 27787, + "routine": 27788, + "routinely": 27789, + "ruling": 27790, + "savannah": 27791, + "tubing": 27792, + "vulcanian": 27793, + "virtue": 27794, + "walv": 27795, + "walker": 27796, + "waldha": 27797, + "yakutia": 27798, + "yunqing": 27799, + "##langu": 27800, + "##langpu": 27801, + "##riftstables": 27802, + "##21stcent": 27803, + "##erlanden": 27804, + "conformity": 27805, + "##oceanmargins": 27806, + "coagulate": 27807, + "shadows": 27808, + "chalk": 27809, + "chalcophile": 27810, + "anatolian": 27811, + "anatectic": 27812, + "exinitic": 27813, + "placanticline": 27814, + "haiyang": 27815, + "hamper": 27816, + "hampered": 27817, + "nebula": 27818, + "gradation": 27819, + "unrestricted": 27820, + "unravels": 27821, + "unraveled": 27822, + "unravelling": 27823, + "unravelled": 27824, + "inclining": 27825, + "artemis": 27826, + "armijo": 27827, + "cannanoropol": 27828, + "cannanorop": 27829, + "matthias": 27830, + "liberate": 27831, + "textinite": 27832, + "textiles": 27833, + "spiked": 27834, + "spielhagen": 27835, + "sponge": 27836, + "scottish": 27837, + "undersaturation": 27838, + "fluviallacustrine": 27839, + "quantou": 27840, + "leuis": 27841, + "expressing": 27842, + "petrolpgy": 27843, + "limnc": 27844, + "limnotelmatic": 27845, + "1585": 27846, + "1543a": 27847, + "hua4": 27848, + "huazhong": 27849, + "1853": 27850, + "1852": 27851, + "13cpdb": 27852, + "opinions": 27853, + "weaknesses": 27854, + "lookup": 27855, + "215m": 27856, + "forelimbs": 27857, + "instantaneously": 27858, + "5000km": 27859, + "yanfang1": 27860, + "offscraped": 27861, + "xinhea": 27862, + "functionality": 27863, + "photosynthesis": 27864, + "photosynthetic": 27865, + "dimethylphenant": 27866, + "connectednesses": 27867, + "mildly": 27868, + "augustsson": 27869, + "ceramics": 27870, + "paleoseismological": 27871, + "hindering": 27872, + "tasmanian": 27873, + "supersuites": 27874, + "tetravalent": 27875, + "tetraporina": 27876, + "danielsenc": 27877, + "foraminifers": 27878, + "lenticularly": 27879, + "lherzolites": 27880, + "lherzolitic": 27881, + "##mountainbuilding": 27882, + "2180": 27883, + "2182": 27884, + "apertures": 27885, + "beryll": 27886, + "berriasian": 27887, + "berggren": 27888, + "beroza": 27889, + "berksichtig": 27890, + "bleached": 27891, + "blebby": 27892, + "barbwire": 27893, + "bengbu": 27894, + "bache": 27895, + "bachua": 27896, + "buckets": 27897, + "culture": 27898, + "cordait": 27899, + "cordaitina": 27900, + "ciex": 27901, + "dicarboxy": 27902, + "dwarfs": 27903, + "fsp": 27904, + "gaina": 27905, + "gaining": 27906, + "jushuihe": 27907, + "justify": 27908, + "justifiable": 27909, + "jackals": 27910, + "jackerather": 27911, + "kerguelen": 27912, + "kushiro": 27913, + "kushtagi": 27914, + "liaohe": 27915, + "lancangjiang": 27916, + "myriad": 27917, + "motor": 27918, + "mianyang": 27919, + "massicci": 27920, + "ohakuri": 27921, + "putir": 27922, + "pockets": 27923, + "rfg": 27924, + "rfgs": 27925, + "rolling": 27926, + "rosy": 27927, + "rosso": 27928, + "roskos": 27929, + "rongcheng": 27930, + "rongchang": 27931, + "rongxian": 27932, + "renewal": 27933, + "renewable": 27934, + "umn": 27935, + "venture": 27936, + "ventrisacc": 27937, + "warps": 27938, + "warping": 27939, + "wackstone": 27940, + "wishing": 27941, + "xsulf": 27942, + "yulin": 27943, + "##amentogeologic": 27944, + "##karemo": 27945, + "inundated": 27946, + "##uliar": 27947, + "stereographic": 27948, + "stereonet": 27949, + "stereoscopic": 27950, + "stalls": 27951, + "stalling": 27952, + "mamaku": 27953, + "cosines": 27954, + "demarcation": 27955, + "reorganized": 27956, + "reorganizes": 27957, + "reappraising": 27958, + "reapproaching": 27959, + "reinforces": 27960, + "resetting": 27961, + "accessibility": 27962, + "geotectonically": 27963, + "enlisted": 27964, + "subjecting": 27965, + "subjective": 27966, + "unusual": 27967, + "interconnecting": 27968, + "interconnectivity": 27969, + "arbic": 27970, + "arboreal": 27971, + "metagranites": 27972, + "cautious": 27973, + "impedes": 27974, + "blanket": 27975, + "blankets": 27976, + "fei1": 27977, + "feiyu": 27978, + "1010ω": 27979, + "hydrosulf": 27980, + "repositioning": 27981, + "phytoclasts": 27982, + "phytoplank": 27983, + "appreciate": 27984, + "appreciated": 27985, + "appreciable": 27986, + "1927": 27987, + "microns": 27988, + "micronized": 27989, + "micronizer": 27990, + "micronodosa": 27991, + "200meter": 27992, + "suppressing": 27993, + "1565": 27994, + "zhaizi": 27995, + "zhaoxun": 27996, + "petrologicstud": 27997, + "epigenetically": 27998, + "50mma": 27999, + "orthoand": 28000, + "orthohydrous": 28001, + "landmasses": 28002, + "carrara": 28003, + "lubimbi": 28004, + "delivery": 28005, + "schumacher": 28006, + "23t10": 28007, + "23t12": 28008, + "23t23": 28009, + "monoclines": 28010, + "ultrath": 28011, + "ultracatac": 28012, + "ultramylon": 28013, + "steiner": 28014, + "pyramidal": 28015, + "2537a": 28016, + "2527": 28017, + "radionuclide": 28018, + "overload": 28019, + "overloading": 28020, + "emitting": 28021, + "erdas": 28022, + "erdtmann": 28023, + "standstill": 28024, + "promontories": 28025, + "morphotectonics": 28026, + "2977": 28027, + "291712": 28028, + "291799": 28029, + "31034": 28030, + "homologous": 28031, + "8904": 28032, + "meteorological": 28033, + "meteoroids": 28034, + "judgement": 28035, + "encapsulated": 28036, + "encapsulate": 28037, + "1969ad": 28038, + "spheres": 28039, + "spheroid": 28040, + "spheroidal": 28041, + "mislead": 28042, + "piecing": 28043, + "kuppam": 28044, + "resemblances": 28045, + "chromatograms": 28046, + "tsunami": 28047, + "tsunamigenic": 28048, + "streampowers": 28049, + "cryptoexplosive": 28050, + "psammite": 28051, + "adiabat": 28052, + "dysoxicity": 28053, + "subhorizintal": 28054, + "featherbeds": 28055, + "3409": 28056, + "418a": 28057, + "aihui": 28058, + "axioplan": 28059, + "axioscope": 28060, + "axiocam": 28061, + "axiosm": 28062, + "bertotti": 28063, + "bubbles": 28064, + "c0009": 28065, + "drove": 28066, + "fiber": 28067, + "fibre": 28068, + "fibres": 28069, + "fibrous": 28070, + "groove": 28071, + "grobkies": 28072, + "gouges": 28073, + "gritstone": 28074, + "gritty": 28075, + "hager": 28076, + "hannes": 28077, + "ipso": 28078, + "iteration": 28079, + "iterative": 28080, + "kasai": 28081, + "kashnuir": 28082, + "kentucky": 28083, + "koln": 28084, + "kolmog": 28085, + "kangra": 28086, + "kronecker": 28087, + "kitchen": 28088, + "lln": 28089, + "llthot": 28090, + "llslmb": 28091, + "lllangu": 28092, + "mishra": 28093, + "mishmi": 28094, + "njuga": 28095, + "njombe": 28096, + "nichols": 28097, + "otake": 28098, + "orocline": 28099, + "oroclines": 28100, + "pyroxenites": 28101, + "pyroxenitic": 28102, + "ryoke": 28103, + "rrandornthis": 28104, + "stiffer": 28105, + "stiffness": 28106, + "srivast": 28107, + "sylhet": 28108, + "sigmond": 28109, + "tails": 28110, + "vonraum": 28111, + "veneered": 28112, + "venezu": 28113, + "wrong": 28114, + "wrangell": 28115, + "wanted": 28116, + "xusheng": 28117, + "ziway": 28118, + "ziyang": 28119, + "zijinba": 28120, + "##c08": 28121, + "##belts": 28122, + "##beltind": 28123, + "##41z": 28124, + "##jsden": 28125, + "##kirian": 28126, + "throats": 28127, + "thomas": 28128, + "thawed": 28129, + "thawing": 28130, + "##inkoshigand": 28131, + "ingress": 28132, + "##reygneisses": 28133, + "##assebasinwestern": 28134, + "stockwork": 28135, + "stockley": 28136, + "staurolite": 28137, + "fortuna": 28138, + "madiun": 28139, + "shimian": 28140, + "shimamura": 28141, + "shimizu": 28142, + "shimadzu": 28143, + "anjiang2": 28144, + "promptly": 28145, + "excessively": 28146, + "ontario": 28147, + "plesch": 28148, + "compete": 28149, + "competence": 28150, + "dianjiang": 28151, + "colonial": 28152, + "ensembles": 28153, + "ensued": 28154, + "envisage": 28155, + "envisages": 28156, + "suboxidizing": 28157, + "unavailable": 28158, + "unequally": 28159, + "unequivocal": 28160, + "interrogated": 28161, + "interrogations": 28162, + "interfinger": 28163, + "marnosa": 28164, + "regulates": 28165, + "regulating": 28166, + "abrasives": 28167, + "seismotectonics": 28168, + "teichmler": 28169, + "teichmbller": 28170, + "scrapped": 28171, + "##illeranorth": 28172, + "preexisted": 28173, + "overgrown": 28174, + "overgrowth": 28175, + "oversteepened": 28176, + "calendric": 28177, + "granophyre": 28178, + "impinges": 28179, + "paleostructure": 28180, + "kmb06": 28181, + "kmb07": 28182, + "deconto": 28183, + "deconvolution": 28184, + "1949": 28185, + "territories": 28186, + "glutenites": 28187, + "glossy": 28188, + "glossopteris": 28189, + "geochemist": 28190, + "microsparite": 28191, + "desmocollinite": 28192, + "redbeds": 28193, + "profoundly": 28194, + "constructions": 28195, + "constricted": 28196, + "200003": 28197, + "200008": 28198, + "20000831": 28199, + "20000801": 28200, + "supplemant": 28201, + "1462": 28202, + "146nd": 28203, + "1463m": 28204, + "siwaliks": 28205, + "affiliation": 28206, + "predominating": 28207, + "hydrogeologically": 28208, + "50km3": 28209, + "downwarping": 28210, + "amphiboliteto": 28211, + "succeeded": 28212, + "pyeongnam": 28213, + "lateriteevaporites": 28214, + "##iqueforanaly": 28215, + "##kmarked": 28216, + "radicals": 28217, + "substituted": 28218, + "substitutes": 28219, + "28325": 28220, + "contributors": 28221, + "hypocentres": 28222, + "hypocenters": 28223, + "exhalation": 28224, + "exhalatives": 28225, + "pavement": 28226, + "irrefutable": 28227, + "irrelevant": 28228, + "skylights": 28229, + "diffractograms": 28230, + "00718": 28231, + "00712": 28232, + "00717": 28233, + "00709": 28234, + "00702": 28235, + "00708": 28236, + "00705": 28237, + "argumentative": 28238, + "521m": 28239, + "draws": 28240, + "drawback": 28241, + "alluviums": 28242, + "1978a": 28243, + "militaire": 28244, + "prolonging": 28245, + "reproducible": 28246, + "geolaspro": 28247, + "nsfc": 28248, + "socials": 28249, + "microgranites": 28250, + "micrographs": 28251, + "ellipsoidal": 28252, + "vesicles": 28253, + "lamproites": 28254, + "culmination": 28255, + "culminations": 28256, + "sentinal": 28257, + "yulongxueshan": 28258, + "mammalian": 28259, + "adiabatically": 28260, + "gratefully": 28261, + "inadequacy": 28262, + "rejuvenated": 28263, + "geopolymers": 28264, + "diachroncity": 28265, + "neotethys": 28266, + "disequilibria": 28267, + "poikiloblasts": 28268, + "bioassemblage": 28269, + "backscattered": 28270, + "fanx2018x204xc": 28271, + "jinx2020x513xz": 28272, + "s2096519222x0": 28273, + "hex2019x1051xd": 28274, + "3magnitude": 28275, + "4h4sio4": 28276, + "4129": 28277, + "7000m": 28278, + "7000km": 28279, + "947a": 28280, + "auriferous": 28281, + "barnes": 28282, + "benched": 28283, + "cimulisp": 28284, + "candidates": 28285, + "cache": 28286, + "cylinder": 28287, + "dichotomy": 28288, + "diminished": 28289, + "erection": 28290, + "erectus": 28291, + "fiord": 28292, + "fiji": 28293, + "fiastrone": 28294, + "fouling": 28295, + "fruquent": 28296, + "gtc": 28297, + "gtk": 28298, + "gilju": 28299, + "hsf": 28300, + "jhakri": 28301, + "jm05": 28302, + "ln1": 28303, + "lnclifled": 28304, + "letters": 28305, + "lumudi": 28306, + "myeongcheon": 28307, + "nyamoto": 28308, + "nkana": 28309, + "nkrdpc": 28310, + "nedo": 28311, + "nedol": 28312, + "nederlanden": 28313, + "nicolas": 28314, + "naked": 28315, + "n139": 28316, + "n130": 28317, + "n136": 28318, + "nalingou": 28319, + "owase": 28320, + "olefinic": 28321, + "omitting": 28322, + "omitted": 28323, + "pw2400": 28324, + "pvt": 28325, + "peccer": 28326, + "pectinate": 28327, + "peculiar": 28328, + "pigments": 28329, + "piggy": 28330, + "pigeonite": 28331, + "p12a": 28332, + "p12b": 28333, + "rllda": 28334, + "rllsa": 28335, + "romil": 28336, + "sdust": 28337, + "sdrs": 28338, + "szeliga": 28339, + "somatic": 28340, + "sergipe": 28341, + "tambalaia": 28342, + "taohe": 28343, + "tonnage": 28344, + "uganda": 28345, + "utilises": 28346, + "vaalbara": 28347, + "vigrass": 28348, + "wankulwe": 28349, + "wolframite": 28350, + "xuanye": 28351, + "xuanhua": 28352, + "zujun": 28353, + "zuopeng": 28354, + "zuunbayan": 28355, + "##telkies": 28356, + "##westernpac": 28357, + "##frani": 28358, + "##batl5": 28359, + "##bella": 28360, + "##onoscontext": 28361, + "##tising": 28362, + "##tische": 28363, + "##tisporis": 28364, + "inkwed": 28365, + "invaluable": 28366, + "invalidating": 28367, + "invalidated": 28368, + "tokwe": 28369, + "tokachi": 28370, + "tokachimits": 28371, + "stablish": 28372, + "contiguity": 28373, + "mappable": 28374, + "deficiency": 28375, + "reagents": 28376, + "sharma": 28377, + "shizuok": 28378, + "chemo": 28379, + "chemex": 28380, + "annex": 28381, + "annealing": 28382, + "annexed": 28383, + "proc20ths": 28384, + "prohibit": 28385, + "beads": 28386, + "beaches": 28387, + "whitby": 28388, + "whitney": 28389, + "whittaker": 28390, + "seventh": 28391, + "seventy": 28392, + "seventeen": 28393, + "reshape": 28394, + "reshaping": 28395, + "reshaped": 28396, + "resampled": 28397, + "georgia": 28398, + "competition": 28399, + "hayward": 28400, + "hayakawa": 28401, + "contourite": 28402, + "parasequences": 28403, + "subverted": 28404, + "motivation": 28405, + "norhopane": 28406, + "unrecorded": 28407, + "disconnected": 28408, + "dissipate": 28409, + "regeneration": 28410, + "##earlycambrian": 28411, + "reciprocity": 28412, + "20km3": 28413, + "undetermined": 28414, + "pretoria": 28415, + "strathcona": 28416, + "overthickening": 28417, + "levenspi": 28418, + "levees": 28419, + "impregnated": 28420, + "belgian": 28421, + "phonolitic": 28422, + "melanosome": 28423, + "trigonometry": 28424, + "declination": 28425, + "settling": 28426, + "distributaries": 28427, + "amounting": 28428, + "hexane": 28429, + "hexagonal": 28430, + "hexavalent": 28431, + "microcyclonic": 28432, + "mirabil": 28433, + "mirabela": 28434, + "mirabella": 28435, + "flocculation": 28436, + "flocculated": 28437, + "flocculate": 28438, + "pertaining": 28439, + "novice": 28440, + "rubidium": 28441, + "zhuanli": 28442, + "zhuanhua": 28443, + "zhuanhoa": 28444, + "guaranteed": 28445, + "##lippotential": 28446, + "triangle": 28447, + "1837": 28448, + "1838": 28449, + "1831bca": 28450, + "14506": 28451, + "1663": 28452, + "baffle": 28453, + "intrusivess": 28454, + "17t20": 28455, + "17t16": 28456, + "17t19": 28457, + "dissociated": 28458, + "30322": 28459, + "biogeochemical": 28460, + "eliminate": 28461, + "monosulcate": 28462, + "199701": 28463, + "19970101": 28464, + "19970131": 28465, + "geospace": 28466, + "oxybarometer": 28467, + "6062": 28468, + "##marginbasinnorthern": 28469, + "2663": 28470, + "exhaustion": 28471, + "naalco3": 28472, + "naalsi3o8": 28473, + "naalsi2o": 28474, + "syeno": 28475, + "syenogranite": 28476, + "syenodiorite": 28477, + "symbols": 28478, + "3200m": 28479, + "mttcs": 28480, + "protocrust": 28481, + "xinfeng2": 28482, + "56087": 28483, + "urgently": 28484, + "fernando": 28485, + "substantional": 28486, + "palynoflora": 28487, + "grinding": 28488, + "grindability": 28489, + "oppositely": 28490, + "19661": 28491, + "4149a": 28492, + "akekula": 28493, + "uniformitarianism": 28494, + "suspensions": 28495, + "revisit": 28496, + "sumatran": 28497, + "nc18to": 28498, + "polygonal": 28499, + "pseudoreticulata": 28500, + "yongjin1": 28501, + "microbaculisporu": 28502, + "xiaoshan3": 28503, + "boudinage": 28504, + "elucidation": 28505, + "elucidate": 28506, + "elucidating": 28507, + "resurrect": 28508, + "resurrection": 28509, + "resurrected": 28510, + "disaggregated": 28511, + "ediacaranearly": 28512, + "underscore": 28513, + "gibbsite": 28514, + "kerguleun": 28515, + "puzzling": 28516, + "arbitrarily": 28517, + "straddles": 28518, + "acknowledgments": 28519, + "gbw044": 28520, + "##betweenabnorm": 28521, + "ingredients": 28522, + "unavoidably": 28523, + "microspectroflu": 28524, + "microspectroscopy": 28525, + "microspectrophotometry": 28526, + "vesicaspora": 28527, + "weix2021x1289xg": 28528, + "hirnantia": 28529, + "mismatches": 28530, + "mismatching": 28531, + "punctaiisp": 28532, + "yilgaran": 28533, + "kuznetsovaa": 28534, + "sakorafax1997x73xv": 28535, + "3feco3": 28536, + "3568": 28537, + "5181": 28538, + "6164": 28539, + "819914": 28540, + "819915": 28541, + "9h2o": 28542, + "a382": 28543, + "bd10": 28544, + "bingen": 28545, + "bunch": 28546, + "buniversity": 28547, + "bhargava": 28548, + "bharadwaj": 28549, + "bradshaw": 28550, + "bradoriids": 28551, + "c9207": 28552, + "caco": 28553, + "caco3": 28554, + "craig": 28555, + "crampin": 28556, + "cangdong": 28557, + "canglangpu": 28558, + "cymbatus": 28559, + "cymbatl5": 28560, + "dbm": 28561, + "drew": 28562, + "druppel": 28563, + "drummond": 28564, + "dessai": 28565, + "dessert": 28566, + "dillon": 28567, + "dredging": 28568, + "dredged": 28569, + "eutrophic": 28570, + "eutaxitic": 28571, + "fastigium": 28572, + "fasciolafa": 28573, + "flew": 28574, + "fleisher": 28575, + "farmer": 28576, + "farming": 28577, + "gerkema": 28578, + "germplasm": 28579, + "golonka": 28580, + "golubev": 28581, + "gigcas": 28582, + "gigantic": 28583, + "honor": 28584, + "honolulu": 28585, + "hitachi": 28586, + "hutti": 28587, + "hutchison": 28588, + "heart": 28589, + "hearts": 28590, + "hankel": 28591, + "hankano": 28592, + "hanyu": 28593, + "hanyu1": 28594, + "ikaleku": 28595, + "iabs": 28596, + "jsm5410lv": 28597, + "k1yc3": 28598, + "krai": 28599, + "kraft": 28600, + "kaijiang": 28601, + "kaiyang": 28602, + "kambam": 28603, + "kambalda": 28604, + "kharaka": 28605, + "kharagarh": 28606, + "kashima": 28607, + "kashgar": 28608, + "ljubljana": 28609, + "lizb": 28610, + "lizeng": 28611, + "lynn": 28612, + "mrc": 28613, + "mpv": 28614, + "mpwashi": 28615, + "mf5": 28616, + "mf6": 28617, + "mittelkies": 28618, + "murray": 28619, + "murthy": 28620, + "mimic": 28621, + "mimicking": 28622, + "marynowski": 28623, + "messy": 28624, + "messinian": 28625, + "nh3": 28626, + "ozone": 28627, + "ozdem": 28628, + "p07": 28629, + "p08": 28630, + "pedogenic": 28631, + "pedogenesis": 28632, + "painstaking": 28633, + "painavu": 28634, + "peneplain": 28635, + "pivot": 28636, + "piveteau": 28637, + "riog": 28638, + "ripples": 28639, + "ripening": 28640, + "riparian": 28641, + "sorosilicate": 28642, + "tjg": 28643, + "talks": 28644, + "talahao": 28645, + "torres": 28646, + "torrential": 28647, + "tearing": 28648, + "tengchong": 28649, + "tackling": 28650, + "tackled": 28651, + "vgb": 28652, + "vg354": 28653, + "www": 28654, + "wwii": 28655, + "wuning": 28656, + "wunugetushan": 28657, + "worsen": 28658, + "worsening": 28659, + "yamuna": 28660, + "yamatu": 28661, + "yichan": 28662, + "yichun": 28663, + "##ronics": 28664, + "##autonomous": 28665, + "##axios": 28666, + "##bildung": 28667, + "tharis": 28668, + "tharsis": 28669, + "theorized": 28670, + "theorizing": 28671, + "##tization": 28672, + "##tizations": 28673, + "##tiansand": 28674, + "##en1c": 28675, + "##orantim": 28676, + "inexact": 28677, + "inexistent": 28678, + "##relationpale": 28679, + "##ituoluogai": 28680, + "##elingatechn": 28681, + "touching": 28682, + "touchscreens": 28683, + "toxicity": 28684, + "stems": 28685, + "isentropes": 28686, + "isentropic": 28687, + "conference": 28688, + "conferred": 28689, + "fortesa": 28690, + "makran": 28691, + "makropetrog": 28692, + "cooperative": 28693, + "cooperatively": 28694, + "##identificationpot": 28695, + "reverbrations": 28696, + "reverberations": 28697, + "reveled": 28698, + "revelant": 28699, + "revived": 28700, + "revival": 28701, + "shengye": 28702, + "shoshonite": 28703, + "shoshonitic": 28704, + "chadrapur": 28705, + "answer": 28706, + "answered": 28707, + "anvils": 28708, + "bashilixiao": 28709, + "bashkirian": 28710, + "alleghe": 28711, + "alleviated": 28712, + "exercise": 28713, + "exercised": 28714, + "exaggerate": 28715, + "exaggerated": 28716, + "##odaeuropa": 28717, + "##chinasea": 28718, + "faunal": 28719, + "faunas": 28720, + "##utahusa": 28721, + "hauksson": 28722, + "hauptbra": 28723, + "nebuliser": 28724, + "nebulizer": 28725, + "nexion300": 28726, + "parmigiani": 28727, + "parmentier": 28728, + "entity": 28729, + "entitled": 28730, + "enforce": 28731, + "enforcing": 28732, + "submembers": 28733, + "submerged": 28734, + "uninteresting": 28735, + "uninterrupted": 28736, + "uniuersid": 28737, + "uniuersitde": 28738, + "intercrystalline": 28739, + "intercrystal": 28740, + "coaltields": 28741, + "itrf2008": 28742, + "##controls": 28743, + "reckoned": 28744, + "reckoning": 28745, + "accentuate": 28746, + "accentuated": 28747, + "speaking": 28748, + "spurious": 28749, + "scratches": 28750, + "scratched": 28751, + "surpasses": 28752, + "undercover": 28753, + "undercompensated": 28754, + "underestimation": 28755, + "underestimate": 28756, + "quenched": 28757, + "quotient": 28758, + "quotients": 28759, + "lithogeochemical": 28760, + "lithogeochemistry": 28761, + "leaches": 28762, + "leachable": 28763, + "deterioration": 28764, + "deteriorate": 28765, + "impermeable": 28766, + "impermeability": 28767, + "bloom": 28768, + "blooms": 28769, + "feotot": 28770, + "paleochannel": 28771, + "paleochannels": 28772, + "paleobotany": 28773, + "paleobotanical": 28774, + "kme18": 28775, + "kme19": 28776, + "hydroxide": 28777, + "hydroxylated": 28778, + "philp": 28779, + "philips": 28780, + "assertion": 28781, + "assertions": 28782, + "twinning": 28783, + "silicalite": 28784, + "silicalites": 28785, + "##viromentrecon": 28786, + "##logyeconomic": 28787, + "outpoured": 28788, + "outpourings": 28789, + "hetian2": 28790, + "hetian2a": 28791, + "interpenetrate": 28792, + "interpenetrating": 28793, + "smartlab": 28794, + "beckens": 28795, + "discretising": 28796, + "discretization": 28797, + "perugini": 28798, + "soxhlet": 28799, + "ruoqiang": 28800, + "infolded": 28801, + "infolding": 28802, + "strands": 28803, + "strandplain": 28804, + "determinant": 28805, + "deterministic": 28806, + "zhiyi": 28807, + "breeding": 28808, + "palaeobotanical": 28809, + "multimodal": 28810, + "multimineral": 28811, + "superterrane": 28812, + "superterranes": 28813, + "18766102": 28814, + "combustor": 28815, + "combustors": 28816, + "multiples": 28817, + "multipliers": 28818, + "microtexture": 28819, + "microtextures": 28820, + "endowed": 28821, + "endowment": 28822, + "backfill": 28823, + "backfilled": 28824, + "134calyr": 28825, + "reaccumulation": 28826, + "reaccumulated": 28827, + "30120": 28828, + "lukuga": 28829, + "porphyrin": 28830, + "porphyrites": 28831, + "schellart": 28832, + "prognostications": 28833, + "prognosticating": 28834, + "niobium": 28835, + "niobrara": 28836, + "neglectable": 28837, + "2162a": 28838, + "edxand": 28839, + "weikang1": 28840, + "inventoryglaciallakes": 28841, + "282299": 28842, + "282241": 28843, + "282516": 28844, + "282523": 28845, + "foothills": 28846, + "estuaries": 28847, + "estuarine": 28848, + "emanating": 28849, + "emanuel": 28850, + "nanzhang": 28851, + "nanzheng": 28852, + "nanweixi": 28853, + "labeled": 28854, + "000km3": 28855, + "000km2": 28856, + "barrell": 28857, + "taxonomic": 28858, + "commensurate": 28859, + "commensurately": 28860, + "s1342": 28861, + "s1342937x20": 28862, + "63i1": 28863, + "63i10": 28864, + "633123": 28865, + "63110": 28866, + "books": 28867, + "bookmarked": 28868, + "##structuretectonics": 28869, + "cannanomponis": 28870, + "cannanompollis": 28871, + "catagenetic": 28872, + "catagenesis": 28873, + "2744a": 28874, + "3867a": 28875, + "xiaofei1": 28876, + "53619": 28877, + "inheritance": 28878, + "dahlia": 28879, + "dahengshan": 28880, + "grenville": 28881, + "grenvill": 28882, + "##hydrocarbonaccumulation": 28883, + "7500c": 28884, + "7500a": 28885, + "##ohumo": 28886, + "955209": 28887, + "rheinischen": 28888, + "acceleratesformation": 28889, + "937x": 28890, + "xianda1": 28891, + "panalyticalaxios": 28892, + "congruent": 28893, + "congruous": 28894, + "598a": 28895, + "danjiangkou": 28896, + "7700e": 28897, + "##accumulationinying": 28898, + "robertson": 28899, + "harrison": 28900, + "jiaxin1": 28901, + "zhongshen5": 28902, + "zhongshen1c": 28903, + "64135": 28904, + "64134": 28905, + "8200yr": 28906, + "##northatlantic": 28907, + "shuiyinchang": 28908, + "shuiyingchang": 28909, + "lianglitage": 28910, + "lianglitag": 28911, + "couplets": 28912, + "floatation": 28913, + "708633": 28914, + "renqi2": 28915, + "withdrawl": 28916, + "ninetyeast": 28917, + "satisfactory": 28918, + "satisfactorily": 28919, + "circumstances": 28920, + "circumstantial": 28921, + "geodynamical": 28922, + "geodynamically": 28923, + "unsymmetric": 28924, + "unsymmetrical": 28925, + "s0166516200x00389": 28926, + "s0166516200x00122": 28927, + "dm4p": 28928, + "dm4500": 28929, + "ldusl": 28930, + "ldusr": 28931, + "formationk2j": 28932, + "282507": 28933, + "282502": 28934, + "saussurite": 28935, + "saussuritization": 28936, + "##riftingarcvolc": 28937, + "cartographica": 28938, + "512712": 28939, + "512724": 28940, + "croatia": 28941, + "croatian": 28942, + "yunfeng3": 28943, + "zhanfeng2": 28944, + "megacontinent": 28945, + "megacontinents": 28946, + "baekdusan": 28947, + "baekryeong": 28948, + "prodeltaic": 28949, + "complimented": 28950, + "complimentary": 28951, + "spherulite": 28952, + "spherulitic": 28953, + "deconvolve": 28954, + "deconvolving": 28955, + "fanx2018x204x214xc": 28956, + "jinx2020x513x526xz": 28957, + "hex2019x1051x1064xd": 28958, + "diminishing": 28959, + "hetaoyuan": 28960, + "stablity": 28961, + "stablized": 28962, + "guarantees": 28963, + "guaranteeing": 28964, + "symbolizes": 28965, + "02dmkupc03": 28966, + "02dmkupc08": 28967, + "tephrochronology": 28968, + "tephrochronologic": 28969, + "##betweencoalpetro": 28970, + "weix2021x1289x1303xg": 28971, + "sakorafax1997x73x91xv": 28972, + "ggv02": 28973, + "ggv01": 28974, + "huliyarduga": 28975, + "huliyardurga": 28976, + "praecolpate": 28977, + "praecolpites": 28978, + "tadong1": 28979, + "λe0εt0": 28980, + "λe0εc0": 28981, + "##sedimentarysuc": 28982, + "maastricht": 28983, + "maastrichtian": 28984, + "maheshwari": 28985, + "maheshwti": 28986, + "archeangreenstone": 28987, + "archeangreygneisses": 28988, + "overwhelmingly": 28989, + "2016zx05004002": 28990, + "9780444641342": 28991, + "9780444641359": 28992, + "9780128199145": 28993, + "9780128199152": 28994, + "piercex2000x235x236": 28995, + "1year": 28996, + "1v1": 28997, + "2kalsi3o8": 28998, + "3sio2": 28999, + "3166355": 29000, + "3fe3o4": 29001, + "41602147": 29002, + "713681z": 29003, + "8mma": 29004, + "ayers": 29005, + "atiiens": 29006, + "aican": 29007, + "audleycharles": 29008, + "atherkhet": 29009, + "aroused": 29010, + "ausbildung": 29011, + "aerially": 29012, + "amazonian": 29013, + "akesu": 29014, + "a2a3": 29015, + "a1772": 29016, + "aphyric": 29017, + "arizona": 29018, + "bjerkre": 29019, + "bowl": 29020, + "bromo": 29021, + "bresse": 29022, + "briens": 29023, + "bababudan": 29024, + "busby": 29025, + "blown": 29026, + "bibliography": 29027, + "bundle": 29028, + "bingsong": 29029, + "baghmati": 29030, + "bornhol": 29031, + "batan5a": 29032, + "b11409": 29033, + "bernadino": 29034, + "ckcllo": 29035, + "cesium": 29036, + "cecep": 29037, + "cigem": 29038, + "csir": 29039, + "cifeg": 29040, + "cumuruxati": 29041, + "critically": 29042, + "cgeomaterials": 29043, + "cageo": 29044, + "cipw": 29045, + "cribb": 29046, + "cuevaporites": 29047, + "cengong": 29048, + "cochran": 29049, + "custratiform": 29050, + "creamy": 29051, + "ccl4": 29052, + "cullen": 29053, + "cpbi": 29054, + "cushion": 29055, + "cadalene": 29056, + "cumberland": 29057, + "dlw": 29058, + "d7582": 29059, + "d4239": 29060, + "dulling": 29061, + "downdip": 29062, + "daguanhu": 29063, + "dumangang": 29064, + "dampen": 29065, + "dypvik": 29066, + "dobratsch": 29067, + "dameigou": 29068, + "danni": 29069, + "dmssel": 29070, + "dashengsi": 29071, + "d3176": 29072, + "dushanhu": 29073, + "dini03": 29074, + "daughters": 29075, + "dustiness": 29076, + "eijsden": 29077, + "einstein": 29078, + "eos1": 29079, + "eureke": 29080, + "eagle": 29081, + "eifel": 29082, + "eriksson": 29083, + "eighth": 29084, + "ema2": 29085, + "eggler": 29086, + "eduard": 29087, + "efficacy": 29088, + "ejecta": 29089, + "eickelberg": 29090, + "eodaetica": 29091, + "fwt": 29092, + "fowler": 29093, + "fraught": 29094, + "fiduk": 29095, + "fomer": 29096, + "fusain": 29097, + "fleshy": 29098, + "farbenind": 29099, + "fryer": 29100, + "foley": 29101, + "frationation": 29102, + "fritsch": 29103, + "foxes": 29104, + "frisch": 29105, + "fraser": 29106, + "fca2": 29107, + "fischer": 29108, + "gnetecsas": 29109, + "ges00217": 29110, + "grutter": 29111, + "godavari": 29112, + "gallardo": 29113, + "gastropods": 29114, + "gervilla": 29115, + "ghana": 29116, + "gardner": 29117, + "greeks": 29118, + "gostynin": 29119, + "gambhar": 29120, + "gorkha": 29121, + "g20554": 29122, + "gwanmo": 29123, + "ghofrani": 29124, + "gossan": 29125, + "gskoleringen": 29126, + "gurbantun": 29127, + "gargano": 29128, + "gechemical": 29129, + "gwangmyeong": 29130, + "ghazoui": 29131, + "høgskoleringen": 29132, + "heshan": 29133, + "hickey": 29134, + "higly": 29135, + "hidimbade": 29136, + "huckel": 29137, + "harbor": 29138, + "hassan": 29139, + "hermanns": 29140, + "harkin": 29141, + "hottest": 29142, + "hontomin": 29143, + "hrusica": 29144, + "hungund": 29145, + "hvlc": 29146, + "heshituoluogai": 29147, + "hindsight": 29148, + "huliu": 29149, + "ih1302": 29150, + "ijen": 29151, + "iodp": 29152, + "jy103": 29153, + "jarosite": 29154, + "jisuanji": 29155, + "jagged": 29156, + "jablon": 29157, + "jaeger": 29158, + "jovians": 29159, + "jintan": 29160, + "jenchen": 29161, + "jfsd": 29162, + "jewish": 29163, + "jiliyeyou": 29164, + "jagoutz": 29165, + "jiashan": 29166, + "jwalamuk": 29167, + "jagersfon": 29168, + "jabalpur": 29169, + "jikhyeon": 29170, + "kouc": 29171, + "kidena": 29172, + "kagoshima": 29173, + "kodaira": 29174, + "kabulo": 29175, + "kakuto": 29176, + "kizilenur": 29177, + "karykowski": 29178, + "kadiri": 29179, + "kapsiki": 29180, + "karbo": 29181, + "katerini": 29182, + "kositcin": 29183, + "kuehl": 29184, + "kathmand": 29185, + "kuanping": 29186, + "kavali": 29187, + "kremer": 29188, + "kankar": 29189, + "kristiansand": 29190, + "kooij": 29191, + "kikai": 29192, + "kanyakumari": 29193, + "kansas": 29194, + "krakow": 29195, + "kiyoo": 29196, + "kwangsian": 29197, + "license": 29198, + "lenton": 29199, + "ltshc": 29200, + "lichen": 29201, + "lucifer": 29202, + "laceticeps": 29203, + "lengshui": 29204, + "lachlan": 29205, + "lathwork": 29206, + "lustre": 29207, + "loutre": 29208, + "lopez": 29209, + "lanka": 29210, + "lili1": 29211, + "luminescent": 29212, + "lucaogou": 29213, + "mowiol": 29214, + "mogi": 29215, + "mizunaga": 29216, + "mucuri": 29217, + "meratus": 29218, + "mpera": 29219, + "moutonnee": 29220, + "moresi": 29221, + "mugnier": 29222, + "mbeya": 29223, + "mascot": 29224, + "mungyeong": 29225, + "moshen": 29226, + "ntaka": 29227, + "naldret": 29228, + "nurkazghan": 29229, + "nimis": 29230, + "nematoblastic": 29231, + "nondepositional": 29232, + "nathpa": 29233, + "nambudiri": 29234, + "nannofossil": 29235, + "ngaoundere": 29236, + "njinkouo": 29237, + "n141": 29238, + "n349": 29239, + "nernst": 29240, + "ouyang": 29241, + "ovoid": 29242, + "oruanui": 29243, + "ootann": 29244, + "optoelect": 29245, + "oauserlic": 29246, + "oohashi": 29247, + "oiivine": 29248, + "pimo": 29249, + "prudho": 29250, + "payson": 29251, + "pestle": 29252, + "paterno": 29253, + "pneumatolytic": 29254, + "pgenb": 29255, + "porsgrun": 29256, + "pericratonic": 29257, + "passively": 29258, + "penchenga": 29259, + "pscs": 29260, + "pshart": 29261, + "pommier": 29262, + "pancake": 29263, + "pixel": 29264, + "p17b": 29265, + "pasteris": 29266, + "pagalu": 29267, + "poulichet": 29268, + "qitan1": 29269, + "qiming": 29270, + "qifulangqing": 29271, + "qiaogu": 29272, + "qianshuidi": 29273, + "rationale": 29274, + "rraom": 29275, + "rudstone": 29276, + "rusha": 29277, + "riedel": 29278, + "racht": 29279, + "saskat": 29280, + "singular": 29281, + "sowm": 29282, + "svein": 29283, + "sverdrup": 29284, + "sifangtai": 29285, + "stick": 29286, + "saber": 29287, + "siesmologic": 29288, + "sluggish": 29289, + "siankond": 29290, + "sendhwa": 29291, + "silexite": 29292, + "stitch": 29293, + "sambagawa": 29294, + "saegusa": 29295, + "sarkov": 29296, + "squeez": 29297, + "sonnenthal": 29298, + "sargur": 29299, + "svilupp": 29300, + "tvz": 29301, + "tedding": 29302, + "troodos": 29303, + "tingting": 29304, + "tecnolog": 29305, + "turekian": 29306, + "terekti": 29307, + "tutumlu": 29308, + "tandem": 29309, + "tallest": 29310, + "tagebaue": 29311, + "tortuous": 29312, + "tundra": 29313, + "tavarnelli": 29314, + "tissues": 29315, + "tsho": 29316, + "tlss": 29317, + "tornado": 29318, + "tungsten": 29319, + "tennessee": 29320, + "uwc": 29321, + "udsky": 29322, + "uyirtus": 29323, + "ufipa": 29324, + "uanl": 29325, + "udipi": 29326, + "vrije": 29327, + "votorantim": 29328, + "vermicular": 29329, + "viftatina": 29330, + "vortex": 29331, + "video": 29332, + "varnes": 29333, + "vinci": 29334, + "vindhyan": 29335, + "viktor": 29336, + "vettore": 29337, + "viniaty": 29338, + "vandekerkh": 29339, + "vanderklu": 29340, + "wielun": 29341, + "wtih": 29342, + "wouter": 29343, + "wumiao": 29344, + "wabigoon": 29345, + "wakabay": 29346, + "wibowo": 29347, + "wachia": 29348, + "wnek": 29349, + "waikaremo": 29350, + "wencai": 29351, + "warning": 29352, + "wonsorejo": 29353, + "wettability": 29354, + "wuchanghu": 29355, + "westerlies": 29356, + "wongsorejo": 29357, + "xh1": 29358, + "xavier": 29359, + "x7rites": 29360, + "xilaotai": 29361, + "xilinhot": 29362, + "xixiangchi": 29363, + "yalong": 29364, + "yarr": 29365, + "yimeng": 29366, + "yosemite": 29367, + "yuman": 29368, + "youshashan": 29369, + "yemen": 29370, + "yandun": 29371, + "yucca": 29372, + "yadu": 29373, + "yibin": 29374, + "yordanova": 29375, + "yacheng": 29376, + "yundnan": 29377, + "ykomolo": 29378, + "yoshida": 29379, + "yecheng": 29380, + "yunkai": 29381, + "yesterday": 29382, + "zs1": 29383, + "zerai": 29384, + "zenith": 29385, + "zro2": 29386, + "zagreb": 29387, + "zamora": 29388, + "zemuhe": 29389, + "zaixing": 29390, + "zhibing": 29391, + "ziquan": 29392, + "zagaje": 29393, + "œtear": 29394, + "œcalma": 29395, + "œextrusion": 29396, + "δxfe": 29397, + "δ33s": 29398, + "δ34s": 29399, + "δ36s": 29400, + "λrb": 29401, + "ρgq": 29402, + "##uwushiareax": 29403, + "##upliftinback": 29404, + "##lpools": 29405, + "##nepaltibet": 29406, + "##granitesinpro": 29407, + "##correlationpale": 29408, + "##cordilleranorth": 29409, + "##oenviromentrecon": 29410, + "##s9s": 29411, + "##southchinasea": 29412, + "##rendswithinac": 29413, + "##helfsedimentarysuc": 29414, + "##melangeinwestern": 29415, + "##yfxs": 29416, + "##ympuniversity": 29417, + "##paoi": 29418, + "##fische": 29419, + "##fagasta": 29420, + "##zircondatatam": 29421, + "##zingsourceter": 29422, + "##jacentafoldthrust": 29423, + "##11419": 29424, + "thames": 29425, + "thrice": 29426, + "thompson": 29427, + "theodolite": 29428, + "##ernsynthesis": 29429, + "##tiitten": 29430, + "##eservoir": 29431, + "##injiangstratigraphic": 29432, + "##inakesuwushiareax": 29433, + "##incontinentalmarginbasinnorthern": 29434, + "##inrelationriftingarcvolc": 29435, + "##instudysydney": 29436, + "##inlargeign": 29437, + "##altemperaturepress": 29438, + "##eduresdatasour": 29439, + "##edonien": 29440, + "##atangroupnem": 29441, + "inseparable": 29442, + "inercarb": 29443, + "inappropriate": 29444, + "inosculation": 29445, + "inupertud": 29446, + "inhabited": 29447, + "##arvalho": 29448, + "andrija": 29449, + "andradite": 29450, + "##referencemod": 29451, + "##elproceduresdatasour": 29452, + "tourmaline": 29453, + "tompography": 29454, + "toluene": 29455, + "toothed": 29456, + "tolgoi": 29457, + "##olige": 29458, + "##ecimiento": 29459, + "##econtinentalmargins": 29460, + "##uryslippotential": 29461, + "##etomography3d": 29462, + "strudy": 29463, + "stoddard": 29464, + "stochastic": 29465, + "stasiuk": 29466, + "strombolian": 29467, + "stoichiometry": 29468, + "isomers": 29469, + "isot09": 29470, + "isozaki": 29471, + "isotherm": 29472, + "conchoidal": 29473, + "consejo": 29474, + "conjecture": 29475, + "conacyt": 29476, + "forensic": 29477, + "fortalecimiento": 29478, + "fortuitous": 29479, + "maquil": 29480, + "mahanadi": 29481, + "maaseik": 29482, + "maynard": 29483, + "maurya": 29484, + "mauricie": 29485, + "makino": 29486, + "maarleveld": 29487, + "mazartag": 29488, + "cophasal": 29489, + "coquinas": 29490, + "covellite": 29491, + "coffinite": 29492, + "cooccurrence": 29493, + "coaxially": 29494, + "dewey": 29495, + "dewatering": 29496, + "##osocialepolitic": 29497, + "##osoficoreligios": 29498, + "##osfilosoficoreligios": 29499, + "##tsevolutionstructuretectonics": 29500, + "reticulated": 29501, + "reamalgamation": 29502, + "reformulated": 29503, + "reexamination": 29504, + "reimink": 29505, + "rejoin": 29506, + "reoccurring": 29507, + "rebuilds": 29508, + "suffice": 29509, + "suuherg": 29510, + "shrub": 29511, + "shamokin": 29512, + "shrimp": 29513, + "shayilik": 29514, + "shendaokou": 29515, + "shawsllt": 29516, + "shikoku": 29517, + "shixuan1": 29518, + "shrinks": 29519, + "shalecoal": 29520, + "asaba": 29521, + "chutan1": 29522, + "chandra": 29523, + "chevron": 29524, + "chatelier": 29525, + "ananta": 29526, + "anapolis": 29527, + "antofagasta": 29528, + "##ureenvironmentdi": 29529, + "proluvial": 29530, + "prokopiev": 29531, + "alphamelts": 29532, + "alabaster": 29533, + "alimentation": 29534, + "alunite": 29535, + "alpern": 29536, + "albedo": 29537, + "alashankou": 29538, + "al2si2o5": 29539, + "alagoas": 29540, + "byproducts": 29541, + "##amodernsynthesis": 29542, + "exchenge": 29543, + "extinguishes": 29544, + "exobiology": 29545, + "exacerbating": 29546, + "beheaded": 29547, + "whirlpools": 29548, + "whenever": 29549, + "whitish": 29550, + "whitsunday": 29551, + "seabed": 29552, + "semail": 29553, + "onlapped": 29554, + "faithfully": 29555, + "resonetics": 29556, + "acritarchs": 29557, + "accepting": 29558, + "##opensamentogeologic": 29559, + "atypical": 29560, + "georeferenced": 29561, + "gehringer": 29562, + "geografia": 29563, + "plucking": 29564, + "plentiful": 29565, + "plugging": 29566, + "platinum": 29567, + "compressing": 29568, + "##akikarnalir": 29569, + "haapala": 29570, + "hafnium": 29571, + "##veltimetomography3d": 29572, + "##raneevolutioncontrols": 29573, + "##istoricalseismicityearly": 29574, + "contorta": 29575, + "contaminants": 29576, + "##racerareearthelementsupb": 29577, + "##planetaryprocesses": 29578, + "##geadjacentafoldthrust": 29579, + "indispensable": 29580, + "tectonicmapindonesiaaprog": 29581, + "diapers": 29582, + "diastrophism": 29583, + "dihedron": 29584, + "diiodomethane": 29585, + "neuesii": 29586, + "neubauer": 29587, + "neophyte": 29588, + "neocathaysian": 29589, + "parnaiba": 29590, + "pargasitic": 29591, + "paranapanema": 29592, + "formationintermediate": 29593, + "formationactiveoceanmargins": 29594, + "formationlimestone": 29595, + "formationactivecontinentalmargins": 29596, + "##ianolagroupcentralutah": 29597, + "collogelinite": 29598, + "colliery": 29599, + "minfengaksu": 29600, + "minnesota": 29601, + "grayscale": 29602, + "clarkw": 29603, + "encana": 29604, + "engebretson": 29605, + "faultbounded": 29606, + "faultcontrolled": 29607, + "subhedra": 29608, + "subcontinent": 29609, + "sublacustrine": 29610, + "subeconomical": 29611, + "submersibles": 29612, + "subheadings": 29613, + "sublithospheric": 29614, + "subfrigid": 29615, + "subalkalic": 29616, + "moaveni": 29617, + "intramolecular": 29618, + "intumescence": 29619, + "norfolk": 29620, + "##ationshipbetweenabnorm": 29621, + "unweathered": 29622, + "uniaxial": 29623, + "unobvious": 29624, + "unnoticed": 29625, + "unstructured": 29626, + "unsmooth": 29627, + "unapparent": 29628, + "unoxidised": 29629, + "untersuchungen": 29630, + "unlimited": 29631, + "unbalanced": 29632, + "unidentified": 29633, + "unchannelized": 29634, + "unnecessarily": 29635, + "unanswered": 29636, + "incapable": 29637, + "incentives": 29638, + "disastrous": 29639, + "distilled": 29640, + "disruptions": 29641, + "disputes": 29642, + "interrupts": 29643, + "intermixed": 29644, + "interstellar": 29645, + "marinoan": 29646, + "marquesas": 29647, + "ardlethan": 29648, + "arduous": 29649, + "arennopolis": 29650, + "arithmetic": 29651, + "arrenaceous": 29652, + "arsenic": 29653, + "betsimisaraka": 29654, + "slender": 29655, + "aberrations": 29656, + "abriefintroduction": 29657, + "abujhmar": 29658, + "abakaliki": 29659, + "cancellatus": 29660, + "canjikens": 29661, + "coalfreld": 29662, + "coalbearing": 29663, + "##majortracerareearthelementsupb": 29664, + "weibull": 29665, + "weyburn": 29666, + "weishanhu": 29667, + "wehrlite": 29668, + "matrices": 29669, + "matschal": 29670, + "itaucu": 29671, + "itrf2000": 29672, + "mehfae": 29673, + "meiziwan": 29674, + "mehtaae": 29675, + "charactristic": 29676, + "charecteristic": 29677, + "valcheva": 29678, + "obsidian": 29679, + "metarhyolites": 29680, + "meteriali": 29681, + "acclaimed": 29682, + "libo2": 29683, + "li2b4o7": 29684, + "livelihoods": 29685, + "tepee": 29686, + "spontaneously": 29687, + "spacecraft": 29688, + "scbeuringipouenites": 29689, + "scotese": 29690, + "scandinavia": 29691, + "undivided": 29692, + "undiscovered": 29693, + "undisputed": 29694, + "undifferentiated": 29695, + "underembargo": 29696, + "sourcereservoir": 29697, + "northeasterly": 29698, + "gasohol": 29699, + "gasgeologyincontinentalmarginbasinnorthern": 29700, + "surfacial": 29701, + "underrepresentation": 29702, + "underpressured": 29703, + "prehnite": 29704, + "prevalence": 29705, + "prefecture": 29706, + "preconcentration": 29707, + "maintenance": 29708, + "mainshock": 29709, + "overestimate": 29710, + "overdeepening": 29711, + "oversimplified": 29712, + "extensibility": 29713, + "occumnces": 29714, + "quiblier": 29715, + "quatenary": 29716, + "cazarin": 29717, + "caal2si2o7": 29718, + "lithoprobe": 29719, + "litholiu": 29720, + "leinegraben": 29721, + "elektr": 29722, + "##ibetsu": 29723, + "adularia": 29724, + "adhesion": 29725, + "adebiyi": 29726, + "impoverished": 29727, + "imprecision": 29728, + "imploration": 29729, + "imployed": 29730, + "impingement": 29731, + "blazed": 29732, + "fefe2o4": 29733, + "expenses": 29734, + "1011ω": 29735, + "paleosalinity": 29736, + "paleomargin": 29737, + "paleogergraphy": 29738, + "genesee": 29739, + "##iverbasinsnepaltibet": 29740, + "seckendorff": 29741, + "hydropower": 29742, + "pharmaceutical": 29743, + "phreatomagmatic": 29744, + "phalaborwa": 29745, + "assuredly": 29746, + "appreciation": 29747, + "comfirmed": 29748, + "meliadi": 29749, + "continentalriftsevolutionstructuretectonics": 29750, + "sincerity": 29751, + "consolidation": 29752, + "##obalreliefmod": 29753, + "refrigeration": 29754, + "blockfaulting": 29755, + "trindade": 29756, + "trzemzal": 29757, + "trilobite": 29758, + "upgrading": 29759, + "upsurge": 29760, + "majhgawan": 29761, + "##genesiscontinentalcrust": 29762, + "uppsala": 29763, + "decimeterto": 29764, + "decelopment": 29765, + "##developmentnorthamerica": 29766, + "aguablanca": 29767, + "agyragu": 29768, + "agrochemicals": 29769, + "agricultural": 29770, + "1940s": 29771, + "longhupaoi": 29772, + "longganhu": 29773, + "longaxis": 29774, + "condiex2022": 29775, + "ammonitico": 29776, + "amsterdam": 29777, + "ameliorated": 29778, + "##logypetroleumgeology": 29779, + "glassier": 29780, + "glaziale": 29781, + "translocate": 29782, + "transbrasiliano": 29783, + "matterclay": 29784, + "outpurongs": 29785, + "eshelby": 29786, + "timeframe": 29787, + "heaviest": 29788, + "hezhang": 29789, + "arckaringa": 29790, + "watercourse": 29791, + "completeness": 29792, + "desulphurization": 29793, + "redirecting": 29794, + "redeposited": 29795, + "reductant": 29796, + "topografische": 29797, + "limoeiro": 29798, + "compositionaltrendswithinac": 29799, + "mikumi": 29800, + "profexce": 29801, + "potoniei": 29802, + "quartzofeldspathic": 29803, + "manatschal": 29804, + "manchuanguan": 29805, + "manitoba": 29806, + "precamfnian": 29807, + "tectonicsrecentadvances": 29808, + "mudflows": 29809, + "mudstonelshale": 29810, + "peirod": 29811, + "peizhen": 29812, + "petisovci": 29813, + "oilgasbasinan": 29814, + "##terozoiccrustaldevelopmentnorthamerica": 29815, + "perplexed": 29816, + "sokndal": 29817, + "researchrelationshipbetweenabnorm": 29818, + "crystallographically": 29819, + "1220km": 29820, + "1267ma": 29821, + "palaoklima": 29822, + "palaearctic": 29823, + "palmerville": 29824, + "palbzoikums": 29825, + "origincommontypes": 29826, + "newfoundland": 29827, + "pokhilenko": 29828, + "poisona": 29829, + "bednarz": 29830, + "remagnetizations": 29831, + "remeasurement": 29832, + "reminiscent": 29833, + "riffler": 29834, + "swaidani": 29835, + "planavsky": 29836, + "zhixin": 29837, + "drzewica": 29838, + "archeanvolcanicpatterns": 29839, + "archeansynriftstables": 29840, + "##eousprovincesnorthatlantic": 29841, + "paleohydrographic": 29842, + "paleothermometer": 29843, + "paleoaltimetry": 29844, + "guiwen": 29845, + "gubbio": 29846, + "guochangba": 29847, + "guadalajara": 29848, + "gajurel": 29849, + "diagenese": 29850, + "mesocumulate": 29851, + "burkhard": 29852, + "mechanismscrustalgrowth": 29853, + "114465": 29854, + "porcupine": 29855, + "palaeovertebrate": 29856, + "palaeontol": 29857, + "##uteglobalreliefmod": 29858, + "seamlessly": 29859, + "geoiogicaibomdary": 29860, + "curvilinear": 29861, + "huashangguan": 29862, + "huoshiling": 29863, + "hubbard": 29864, + "capitanio": 29865, + "macgregor": 29866, + "macquarie": 29867, + "sciencedirect": 29868, + "globaltraveltimetomography3d": 29869, + "himalayantectonicsamodernsynthesis": 29870, + "nwr213nm": 29871, + "multielement": 29872, + "multipurpose": 29873, + "multiplication": 29874, + "multispectral": 29875, + "multiparameter": 29876, + "1412108": 29877, + "16802": 29878, + "postaccretion": 29879, + "postearthquake": 29880, + "postexposure": 29881, + "sikkim": 29882, + "microfloral": 29883, + "microdistillation": 29884, + "microlithotypes": 29885, + "microchannels": 29886, + "microtubule": 29887, + "microgeomorphy": 29888, + "endeavors": 29889, + "backswamp": 29890, + "backlimbs": 29891, + "historyoceanbasins": 29892, + "insensitive": 29893, + "mudstonekhale": 29894, + "knauss": 29895, + "131741z": 29896, + "bazhenov": 29897, + "polybaric": 29898, + "pollastro": 29899, + "pollutants": 29900, + "conflicting": 29901, + "hydrofluoric": 29902, + "hydrobromic": 29903, + "epiphany": 29904, + "epikarst": 29905, + "epeiric": 29906, + "epitactic": 29907, + "gippsland": 29908, + "lahaul": 29909, + "lafargue": 29910, + "laozhuanchang": 29911, + "orthorectification": 29912, + "medullosan": 29913, + "cartesian": 29914, + "3012751": 29915, + "##stonesdeposits": 29916, + "luofu": 29917, + "lupani": 29918, + "luomahu": 29919, + "luwegu": 29920, + "lugerstiitten": 29921, + "degradofusinite": 29922, + "provenanceconvergence": 29923, + "delocalized": 29924, + "denominator": 29925, + "shortcomings": 29926, + "auhs0": 29927, + "auxiliary": 29928, + "biomicritic": 29929, + "aprograma": 29930, + "apiculutisporis": 29931, + "downscaled": 29932, + "downcutting": 29933, + "downloaded": 29934, + "downglacier": 29935, + "granitesstratiform": 29936, + "granitesgemstonesdeposits": 29937, + "crossroads": 29938, + "schmincke": 29939, + "schreiber": 29940, + "turcotte": 29941, + "stratigraphicgeochemistrylateediacaran": 29942, + "progradational": 29943, + "##areviewhistoricalseismicityearly": 29944, + "elbaz": 29945, + "elutriated": 29946, + "ellendale": 29947, + "eloquently": 29948, + "403530": 29949, + "plattengneiss": 29950, + "platetectonicscontinentaldrift": 29951, + "uncontrollable": 29952, + "workshop": 29953, + "monocrystals": 29954, + "moniker": 29955, + "monophase": 29956, + "monolayer": 29957, + "##erousglaciallakesinkoshigand": 29958, + "probolinggo": 29959, + "terrigenousorigin": 29960, + "niuchangping": 29961, + "stefanyuk": 29962, + "thermogravimetric": 29963, + "burialhistory": 29964, + "provenancemodelingatechn": 29965, + "pyritisation": 29966, + "formationscar0": 29967, + "2525m": 29968, + "tanymas": 29969, + "illinois": 29970, + "petrologicalgeochemicalmajortracerareearthelementsupb": 29971, + "bulgaria": 29972, + "buldelkhand": 29973, + "benezeth": 29974, + "rhodesia": 29975, + "rhaetavicula": 29976, + "nbs607": 29977, + "##regionchinaindia": 29978, + "supcrt92": 29979, + "correlationbetweencoalfaciesdepositional": 29980, + "weihaibei": 29981, + "geosoftver": 29982, + "28301": 29983, + "282612": 29984, + "282446": 29985, + "282395": 29986, + "283250": 29987, + "groundbreaking": 29988, + "palaeoarchaean": 29989, + "palaeothermometry": 29990, + "authentication": 29991, + "cupressaceae": 29992, + "nonprofit": 29993, + "nonhomogeneous": 29994, + "noncarbonate": 29995, + "nonwelded": 29996, + "coarseto": 29997, + "estadistica": 29998, + "hyperpycnites": 29999 + } + } +} \ No newline at end of file