diff --git "a/tokenizer.json" "b/tokenizer.json" new file mode 100644--- /dev/null +++ "b/tokenizer.json" @@ -0,0 +1,22688 @@ +{ + "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, + "–": 83, + "’": 84, + "##n": 85, + "##e": 86, + "##q": 87, + "##u": 88, + "##i": 89, + "##v": 90, + "##o": 91, + "##c": 92, + "##a": 93, + "##l": 94, + "##s": 95, + "##t": 96, + "##y": 97, + "##p": 98, + "##r": 99, + "##d": 100, + "##g": 101, + "##m": 102, + "##1": 103, + "##f": 104, + "##x": 105, + "##0": 106, + "##5": 107, + "##w": 108, + "##h": 109, + "##b": 110, + "##2": 111, + "##j": 112, + "##k": 113, + "##z": 114, + "##8": 115, + "##3": 116, + "##4": 117, + "##9": 118, + "##7": 119, + "##6": 120, + "##δ": 121, + "##ρ": 122, + "##ϕ": 123, + "##η": 124, + "##μ": 125, + "##ø": 126, + "##β": 127, + "##α": 128, + "##ω": 129, + "##π": 130, + "##ı": 131, + "##θ": 132, + "##о": 133, + "##æ": 134, + "##ε": 135, + "##µ": 136, + "##γ": 137, + "##λ": 138, + "##κ": 139, + "##σ": 140, + "##ν": 141, + "##ʹ": 142, + "##ζ": 143, + "##ƒ": 144, + "th": 145, + "##on": 146, + "##er": 147, + "##ti": 148, + "the": 149, + "##es": 150, + "##en": 151, + "##in": 152, + "##ed": 153, + "##al": 154, + "##it": 155, + "##nd": 156, + "##at": 157, + "of": 158, + "in": 159, + "##tion": 160, + "##re": 161, + "and": 162, + "##ar": 163, + "##or": 164, + "##ro": 165, + "##as": 166, + "##ic": 167, + "##ent": 168, + "##le": 169, + "##an": 170, + "##mp": 171, + "##el": 172, + "##st": 173, + "##ol": 174, + "to": 175, + "##ing": 176, + "##ation": 177, + "##si": 178, + "##ith": 179, + "##ur": 180, + "con": 181, + "##ag": 182, + "##ac": 183, + "co": 184, + "with": 185, + "##ite": 186, + "##et": 187, + "is": 188, + "##id": 189, + "##is": 190, + "##ig": 191, + "##ul": 192, + "re": 193, + "##ure": 194, + "##im": 195, + "##ow": 196, + "##ly": 197, + "for": 198, + "##ec": 199, + "##il": 200, + "##oc": 201, + "ex": 202, + "##th": 203, + "##rom": 204, + "##ain": 205, + "##us": 206, + "##ati": 207, + "##ve": 208, + "from": 209, + "st": 210, + "as": 211, + "comp": 212, + "al": 213, + "at": 214, + "##op": 215, + "are": 216, + "that": 217, + "##res": 218, + "##ts": 219, + "##yst": 220, + "cr": 221, + "mel": 222, + "##os": 223, + "an": 224, + "##ter": 225, + "##ot": 226, + "##ce": 227, + "##ere": 228, + "##ff": 229, + "be": 230, + "##lu": 231, + "##uc": 232, + "di": 233, + "by": 234, + "##ib": 235, + "##ng": 236, + "##ents": 237, + "##igh": 238, + "##ated": 239, + "##ab": 240, + "##em": 241, + "mo": 242, + "##iz": 243, + "wh": 244, + "te": 245, + "cont": 246, + "##am": 247, + "##ir": 248, + "on": 249, + "or": 250, + "##per": 251, + "##um": 252, + "##ate": 253, + "pro": 254, + "##sition": 255, + "##ted": 256, + "##qu": 257, + "gr": 258, + "##om": 259, + "##ou": 260, + "##ich": 261, + "##ase": 262, + "##erat": 263, + "##di": 264, + "##tic": 265, + "su": 266, + "pres": 267, + "##og": 268, + "##ant": 269, + "ph": 270, + "temp": 271, + "##osition": 272, + "temperat": 273, + "##iv": 274, + "de": 275, + "mag": 276, + "##sion": 277, + "ma": 278, + "##ting": 279, + "##ine": 280, + "sh": 281, + "composition": 282, + "inc": 283, + "##ystal": 284, + "high": 285, + "##ity": 286, + "crystal": 287, + "tr": 288, + "##ver": 289, + "ch": 290, + "##ations": 291, + "##ues": 292, + "##ge": 293, + "##ap": 294, + "melt": 295, + "##se": 296, + "exper": 297, + "low": 298, + "diff": 299, + "res": 300, + "pl": 301, + "##ock": 302, + "##amp": 303, + "experim": 304, + "##te": 305, + "magm": 306, + "col": 307, + "##eral": 308, + "this": 309, + "##ene": 310, + "##rox": 311, + "bas": 312, + "cl": 313, + "##ures": 314, + "##00": 315, + "##action": 316, + "were": 317, + "par": 318, + "ha": 319, + "min": 320, + "fig": 321, + "##ely": 322, + "ele": 323, + "samp": 324, + "figure": 325, + "##erm": 326, + "##yrox": 327, + "temperature": 328, + "##2o": 329, + "colle": 330, + "was": 331, + "##age": 332, + "press": 333, + "##tr": 334, + "rock": 335, + "sp": 336, + "us": 337, + "##ally": 338, + "##les": 339, + "inter": 340, + "##duc": 341, + "##ater": 342, + "##agues": 343, + "colleagues": 344, + "have": 345, + "ol": 346, + "grain": 347, + "##able": 348, + "##ment": 349, + "##ence": 350, + "##io": 351, + "li": 352, + "mineral": 353, + "##mph": 354, + "ab": 355, + "which": 356, + "##con": 357, + "##ri": 358, + "##pp": 359, + "##opyrox": 360, + "##ole": 361, + "we": 362, + "per": 363, + "##ges": 364, + "##tions": 365, + "ac": 366, + "dis": 367, + "fe": 368, + "qu": 369, + "cal": 370, + "##ph": 371, + "##ass": 372, + "##ers": 373, + "##un": 374, + "bet": 375, + "##ay": 376, + "##ch": 377, + "amph": 378, + "rel": 379, + "##ircon": 380, + "zircon": 381, + "##ut": 382, + "mod": 383, + "##ess": 384, + "##een": 385, + "un": 386, + "##aly": 387, + "##str": 388, + "fr": 389, + "##log": 390, + "##ds": 391, + "amphib": 392, + "en": 393, + "not": 394, + "##ari": 395, + "##ween": 396, + "between": 397, + "form": 398, + "##fic": 399, + "##opyroxene": 400, + "##cent": 401, + "##ites": 402, + "##ust": 403, + "ev": 404, + "vol": 405, + "oliv": 406, + "pressure": 407, + "##ize": 408, + "show": 409, + "met": 410, + "basal": 411, + "sub": 412, + "##tite": 413, + "analy": 414, + "ob": 415, + "mant": 416, + "these": 417, + "crystall": 418, + "mantle": 419, + "##ary": 420, + "flu": 421, + "##rou": 422, + "##ace": 423, + "##pa": 424, + "##ocl": 425, + "compositions": 426, + "se": 427, + "isot": 428, + "##ad": 429, + "plag": 430, + "##ell": 431, + "h2o": 432, + "ind": 433, + "plagi": 434, + "isotop": 435, + "##ved": 436, + "##oclase": 437, + "##ange": 438, + "olivine": 439, + "ne": 440, + "##ong": 441, + "##ical": 442, + "rep": 443, + "dat": 444, + "dep": 445, + "stu": 446, + "##all": 447, + "plagioclase": 448, + "samples": 449, + "##hy": 450, + "##ther": 451, + "syst": 452, + "system": 453, + "inclu": 454, + "##ates": 455, + "##ect": 456, + "##der": 457, + "size": 458, + "differ": 459, + "##end": 460, + "sil": 461, + "incre": 462, + "ass": 463, + "data": 464, + "ar": 465, + "app": 466, + "me": 467, + "##and": 468, + "mg": 469, + "experiments": 470, + "##ous": 471, + "experiment": 472, + "##av": 473, + "im": 474, + "concent": 475, + "concentr": 476, + "up": 477, + "equ": 478, + "can": 479, + "calc": 480, + "crust": 481, + "##tial": 482, + "amphibole": 483, + "gpa": 484, + "so": 485, + "dur": 486, + "##art": 487, + "than": 488, + "str": 489, + "melts": 490, + "all": 491, + "##so": 492, + "##gh": 493, + "gl": 494, + "##ak": 495, + "using": 496, + "cor": 497, + "##ization": 498, + "sol": 499, + "pre": 500, + "fluid": 501, + "ful": 502, + "sim": 503, + "hy": 504, + "also": 505, + "ca": 506, + "resul": 507, + "magma": 508, + "consi": 509, + "fraction": 510, + "##ree": 511, + "vari": 512, + "##tiv": 513, + "##ments": 514, + "val": 515, + "##usion": 516, + "##ution": 517, + "temperatures": 518, + "##orm": 519, + "pr": 520, + "##act": 521, + "within": 522, + "silic": 523, + "##arn": 524, + "during": 525, + "##artz": 526, + "condi": 527, + "##ases": 528, + "##ility": 529, + "##bl": 530, + "quartz": 531, + "model": 532, + "full": 533, + "##ound": 534, + "lower": 535, + "##ose": 536, + "ox": 537, + "##atur": 538, + "##ach": 539, + "rocks": 540, + "clin": 541, + "it": 542, + "##ser": 543, + "water": 544, + "ad": 545, + "##atic": 546, + "##ized": 547, + "conditions": 548, + "element": 549, + "##uch": 550, + "content": 551, + "zon": 552, + "sm": 553, + "##ies": 554, + "int": 555, + "garn": 556, + "10": 557, + "##oth": 558, + "##dy": 559, + "##ost": 560, + "reaction": 561, + "##ide": 562, + "garnet": 563, + "tw": 564, + "sug": 565, + "##tin": 566, + "sugges": 567, + "exp": 568, + "phase": 569, + "##sti": 570, + "melting": 571, + "obser": 572, + "but": 573, + "rich": 574, + "##uld": 575, + "##cur": 576, + "det": 577, + "has": 578, + "##ign": 579, + "##ast": 580, + "range": 581, + "##tive": 582, + "calcul": 583, + "rati": 584, + "grains": 585, + "glass": 586, + "clinopyroxene": 587, + "##ue": 588, + "hyd": 589, + "##ative": 590, + "car": 591, + "##low": 592, + "dec": 593, + "may": 594, + "##hed": 595, + "##tain": 596, + "##itic": 597, + "##ight": 598, + "ge": 599, + "##ilib": 600, + "##ore": 601, + "been": 602, + "##ating": 603, + "imp": 604, + "lar": 605, + "higher": 606, + "##ct": 607, + "##ist": 608, + "##ble": 609, + "image": 610, + "##yp": 611, + "orth": 612, + "where": 613, + "diffusion": 614, + "typ": 615, + "##up": 616, + "therm": 617, + "tran": 618, + "more": 619, + "##ific": 620, + "sample": 621, + "##quid": 622, + "there": 623, + "inclusion": 624, + "two": 625, + "sign": 626, + "crystallization": 627, + "simil": 628, + "##olite": 629, + "liquid": 630, + "gen": 631, + "##her": 632, + "##cess": 633, + "equilib": 634, + "mic": 635, + "er": 636, + "indic": 637, + "similar": 638, + "wt": 639, + "most": 640, + "##anic": 641, + "over": 642, + "coe": 643, + "experimental": 644, + "##ack": 645, + "##ial": 646, + "oc": 647, + "##form": 648, + "und": 649, + "their": 650, + "contents": 651, + "eff": 652, + "sour": 653, + "##orph": 654, + "how": 655, + "##ome": 656, + "##ido": 657, + "concentrations": 658, + "trace": 659, + "po": 660, + "perido": 661, + "##de": 662, + "##est": 663, + "reg": 664, + "##ient": 665, + "both": 666, + "magmas": 667, + "20": 668, + "##ne": 669, + "si": 670, + "le": 671, + "##iel": 672, + "##ens": 673, + "##ort": 674, + "##row": 675, + "occur": 676, + "contain": 677, + "gran": 678, + "minerals": 679, + "bul": 680, + "sc": 681, + "##ile": 682, + "values": 683, + "##ding": 684, + "##ill": 685, + "our": 686, + "##ces": 687, + "compar": 688, + "bulk": 689, + "##tern": 690, + "run": 691, + "##bon": 692, + "other": 693, + "under": 694, + "study": 695, + "table": 696, + "##asing": 697, + "ree": 698, + "phen": 699, + "##logop": 700, + "##ses": 701, + "phlogop": 702, + "different": 703, + "meas": 704, + "carbon": 705, + "sl": 706, + "into": 707, + "##ever": 708, + "however": 709, + "basalts": 710, + "elements": 711, + "##eter": 712, + "rec": 713, + "such": 714, + "tim": 715, + "phlogopite": 716, + "##ryst": 717, + "##8o": 718, + "##xt": 719, + "##ined": 720, + "##aph": 721, + "mi": 722, + "observed": 723, + "crystals": 724, + "present": 725, + "used": 726, + "##gen": 727, + "##ance": 728, + "consist": 729, + "decre": 730, + "produc": 731, + "bound": 732, + "ec": 733, + "hydro": 734, + "eclog": 735, + "ra": 736, + "##ros": 737, + "results": 738, + "those": 739, + "only": 740, + "volc": 741, + "##rium": 742, + "isotope": 743, + "δ1": 744, + "##ard": 745, + "ag": 746, + "inclusions": 747, + "some": 748, + "studi": 749, + "small": 750, + "calculated": 751, + "orthopyroxene": 752, + "##rite": 753, + "##oun": 754, + "sec": 755, + "δ18o": 756, + "##ular": 757, + "rhy": 758, + "he": 759, + "am": 760, + "##vely": 761, + "lik": 762, + "repres": 763, + "bec": 764, + "##ber": 765, + "no": 766, + "host": 767, + "##ism": 768, + "source": 769, + "dom": 770, + "##ip": 771, + "##ties": 772, + "##ond": 773, + "ref": 774, + "char": 775, + "##ffic": 776, + "##ability": 777, + "solid": 778, + "##round": 779, + "com": 780, + "##ould": 781, + "##ear": 782, + "##aterial": 783, + "material": 784, + "##50": 785, + "process": 786, + "##enti": 787, + "spec": 788, + "equilibrium": 789, + "##ied": 790, + "isotopic": 791, + "esti": 792, + "##sol": 793, + "estim": 794, + "acc": 795, + "red": 796, + "resp": 797, + "analyses": 798, + "der": 799, + "signific": 800, + "##gr": 801, + "peridotite": 802, + "large": 803, + "##och": 804, + "mon": 805, + "##led": 806, + "determ": 807, + "##fore": 808, + "11": 809, + "comple": 810, + "12": 811, + "##uct": 812, + "##kal": 813, + "##ron": 814, + "micro": 815, + "deriv": 816, + "##par": 817, + "inf": 818, + "##rysts": 819, + "##px": 820, + "##ang": 821, + "ext": 822, + "##ious": 823, + "volum": 824, + "assem": 825, + "pat": 826, + "##ral": 827, + "maj": 828, + "ratios": 829, + "##ield": 830, + "pb": 831, + "sur": 832, + "erup": 833, + "na": 834, + "set": 835, + "##olog": 836, + "satur": 837, + "##ep": 838, + "##rich": 839, + "##use": 840, + "contr": 841, + "##rough": 842, + "major": 843, + "py": 844, + "enrich": 845, + "significant": 846, + "##ough": 847, + "##ins": 848, + "corre": 849, + "bear": 850, + "evol": 851, + "prim": 852, + "##sive": 853, + "##ration": 854, + "conduc": 855, + "through": 856, + "parti": 857, + "##ion": 858, + "##emical": 859, + "bearing": 860, + "they": 861, + "plu": 862, + "la": 863, + "##olith": 864, + "##ton": 865, + "metam": 866, + "##gite": 867, + "derived": 868, + "ear": 869, + "##ves": 870, + "subduc": 871, + "sul": 872, + "arc": 873, + "crustal": 874, + "fractionation": 875, + "based": 876, + "formation": 877, + "consistent": 878, + "fol": 879, + "co2": 880, + "##atively": 881, + "alkal": 882, + "##osed": 883, + "##dition": 884, + "rem": 885, + "##ected": 886, + "text": 887, + "oce": 888, + "rim": 889, + "prov": 890, + "metamorph": 891, + "ve": 892, + "assembl": 893, + "each": 894, + "grow": 895, + "##und": 896, + "100": 897, + "##ages": 898, + "mafic": 899, + "addition": 900, + "well": 901, + "##osph": 902, + "one": 903, + "coeffic": 904, + "##ides": 905, + "##abb": 906, + "##ry": 907, + "pressures": 908, + "increasing": 909, + "bel": 910, + "gabb": 911, + "lav": 912, + "thus": 913, + "loc": 914, + "magmatic": 915, + "##oz": 916, + "##ho": 917, + "along": 918, + "##out": 919, + "lith": 920, + "##ction": 921, + "##vel": 922, + "intr": 923, + "##ines": 924, + "##own": 925, + "prop": 926, + "reid": 927, + "##ame": 928, + "##tical": 929, + "cu": 930, + "des": 931, + "reidite": 932, + "##acter": 933, + "##han": 934, + "mar": 935, + "ti": 936, + "studies": 937, + "character": 938, + "mix": 939, + "star": 940, + "do": 941, + "##its": 942, + "represent": 943, + "follow": 944, + "sr": 945, + "##ause": 946, + "##ded": 947, + "compon": 948, + "gre": 949, + "because": 950, + "##pm": 951, + "##hedral": 952, + "mat": 953, + "##ub": 954, + "##ual": 955, + "cool": 956, + "trans": 957, + "sy": 958, + "##anite": 959, + "##tively": 960, + "##face": 961, + "##atite": 962, + "##io2": 963, + "40": 964, + "pol": 965, + "general": 966, + "##ctr": 967, + "due": 968, + "fo": 969, + "partition": 970, + "disc": 971, + "therefore": 972, + "19": 973, + "lim": 974, + "##li": 975, + "##ale": 976, + "struct": 977, + "electr": 978, + "its": 979, + "natur": 980, + "xen": 981, + "geoch": 982, + "pluton": 983, + "##ove": 984, + "##ured": 985, + "formed": 986, + "volume": 987, + "prev": 988, + "region": 989, + "ini": 990, + "phases": 991, + "silicate": 992, + "starting": 993, + "ver": 994, + "##ced": 995, + "##fied": 996, + "##ory": 997, + "basaltic": 998, + "##tivity": 999, + "natural": 1000, + "upper": 1001, + "line": 1002, + "fel": 1003, + "abund": 1004, + "near": 1005, + "##pre": 1006, + "##red": 1007, + "cur": 1008, + "pyrox": 1009, + "##etro": 1010, + "stability": 1011, + "##ov": 1012, + "increase": 1013, + "eu": 1014, + "##gac": 1015, + "##iven": 1016, + "eclogite": 1017, + "time": 1018, + "above": 1019, + "##ement": 1020, + "oceanic": 1021, + "nor": 1022, + "##orted": 1023, + "likely": 1024, + "main": 1025, + "##sible": 1026, + "while": 1027, + "##itu": 1028, + "partial": 1029, + "oxy": 1030, + "relatively": 1031, + "consider": 1032, + "zone": 1033, + "expl": 1034, + "##cted": 1035, + "contin": 1036, + "field": 1037, + "##oic": 1038, + "constr": 1039, + "relations": 1040, + "##ail": 1041, + "##orn": 1042, + "relative": 1043, + "clos": 1044, + "effect": 1045, + "phenoc": 1046, + "would": 1047, + "concentration": 1048, + "##pl": 1049, + "boundary": 1050, + "same": 1051, + "lavas": 1052, + "oxygen": 1053, + "basalt": 1054, + "systems": 1055, + "ratio": 1056, + "type": 1057, + "complex": 1058, + "fur": 1059, + "##ors": 1060, + "##eters": 1061, + "##az": 1062, + "partic": 1063, + "processes": 1064, + "rhyolite": 1065, + "af": 1066, + "respec": 1067, + "cooling": 1068, + "##ains": 1069, + "##ination": 1070, + "comm": 1071, + "##ick": 1072, + "deg": 1073, + "shown": 1074, + "xenolith": 1075, + "cap": 1076, + "transition": 1077, + "hydrous": 1078, + "given": 1079, + "if": 1080, + "measured": 1081, + "##ozoic": 1082, + "interpre": 1083, + "out": 1084, + "##lation": 1085, + "##enite": 1086, + "evid": 1087, + "growth": 1088, + "aver": 1089, + "graph": 1090, + "age": 1091, + "mol": 1092, + "##sis": 1093, + "deple": 1094, + "pos": 1095, + "##formation": 1096, + "amoun": 1097, + "alb": 1098, + "magn": 1099, + "15": 1100, + "could": 1101, + "lay": 1102, + "ser": 1103, + "##uff": 1104, + "ms": 1105, + "##omp": 1106, + "##sed": 1107, + "after": 1108, + "##esite": 1109, + "##orite": 1110, + "##ental": 1111, + "determined": 1112, + "##edi": 1113, + "##umul": 1114, + "sio2": 1115, + "volcanic": 1116, + "13": 1117, + "obtain": 1118, + "graphite": 1119, + "lithosph": 1120, + "##onic": 1121, + "presence": 1122, + "abs": 1123, + "common": 1124, + "##rol": 1125, + "##oci": 1126, + "orig": 1127, + "analysis": 1128, + "previous": 1129, + "constrain": 1130, + "##ression": 1131, + "##ients": 1132, + "order": 1133, + "prof": 1134, + "##apor": 1135, + "pattern": 1136, + "id": 1137, + "dissol": 1138, + "mes": 1139, + "monaz": 1140, + "monazite": 1141, + "##ensity": 1142, + "coefficients": 1143, + "ages": 1144, + "three": 1145, + "##ertain": 1146, + "pred": 1147, + "il": 1148, + "##zed": 1149, + "##erite": 1150, + "shows": 1151, + "suggest": 1152, + "requ": 1153, + "##sequ": 1154, + "reported": 1155, + "less": 1156, + "##orp": 1157, + "control": 1158, + "chl": 1159, + "compared": 1160, + "average": 1161, + "fer": 1162, + "##ural": 1163, + "unc": 1164, + "pyrite": 1165, + "alter": 1166, + "depth": 1167, + "will": 1168, + "recor": 1169, + "emp": 1170, + "then": 1171, + "silicic": 1172, + "very": 1173, + "compositional": 1174, + "subduction": 1175, + "origin": 1176, + "##oles": 1177, + "fin": 1178, + "##ia": 1179, + "zr": 1180, + "##idual": 1181, + "when": 1182, + "##unction": 1183, + "##edim": 1184, + "radi": 1185, + "below": 1186, + "gabbro": 1187, + "chemical": 1188, + "import": 1189, + "gener": 1190, + "##ogen": 1191, + "##netite": 1192, + "domin": 1193, + "respectively": 1194, + "bio": 1195, + "fact": 1196, + "##eric": 1197, + "xenoliths": 1198, + "##ob": 1199, + "##tit": 1200, + "##ench": 1201, + "##isting": 1202, + "##rix": 1203, + "zircons": 1204, + "##blend": 1205, + "alkali": 1206, + "limit": 1207, + "##ornblend": 1208, + "pot": 1209, + "matrix": 1210, + "14": 1211, + "metho": 1212, + "##roup": 1213, + "pe": 1214, + "##strib": 1215, + "associ": 1216, + "##cr": 1217, + "##ling": 1218, + "function": 1219, + "group": 1220, + "hornblend": 1221, + "##ross": 1222, + "contrast": 1223, + "mixing": 1224, + "petro": 1225, + "vapor": 1226, + "##pt": 1227, + "##ric": 1228, + "##ade": 1229, + "effec": 1230, + "volcan": 1231, + "closure": 1232, + "albite": 1233, + "blu": 1234, + "back": 1235, + "##lac": 1236, + "##ward": 1237, + "new": 1238, + "dem": 1239, + "hf": 1240, + "man": 1241, + "##tal": 1242, + "stage": 1243, + "free": 1244, + "stand": 1245, + "found": 1246, + "ppm": 1247, + "##pb": 1248, + "##ately": 1249, + "##reg": 1250, + "displ": 1251, + "metamorphic": 1252, + "shock": 1253, + "depend": 1254, + "##hyd": 1255, + "initial": 1256, + "biotite": 1257, + "##clu": 1258, + "##ends": 1259, + "##therm": 1260, + "##ays": 1261, + "fluids": 1262, + "evidence": 1263, + "##if": 1264, + "##rated": 1265, + "##ram": 1266, + "density": 1267, + "ic": 1268, + "ru": 1269, + "##ometer": 1270, + "phenocrysts": 1271, + "uncertain": 1272, + "ap": 1273, + "dac": 1274, + "##tig": 1275, + "supp": 1276, + "##ogene": 1277, + "refle": 1278, + "saturated": 1279, + "200": 1280, + "amphiboles": 1281, + "appear": 1282, + "whereas": 1283, + "##ences": 1284, + "##ature": 1285, + "measure": 1286, + "slight": 1287, + "enriched": 1288, + "num": 1289, + "##lic": 1290, + "caps": 1291, + "obtained": 1292, + "##ential": 1293, + "##though": 1294, + "although": 1295, + "mgo": 1296, + "mec": 1297, + "sou": 1298, + "##one": 1299, + "dire": 1300, + "magnetite": 1301, + "##vestig": 1302, + "vers": 1303, + "quench": 1304, + "metas": 1305, + "variations": 1306, + "evolution": 1307, + "fir": 1308, + "investig": 1309, + "##oss": 1310, + "poin": 1311, + "versus": 1312, + "nb": 1313, + "##ically": 1314, + "const": 1315, + "param": 1316, + "value": 1317, + "phengite": 1318, + "sulf": 1319, + "40ar": 1320, + "hornblende": 1321, + "18": 1322, + "##formed": 1323, + "##inel": 1324, + "result": 1325, + "variation": 1326, + "depleted": 1327, + "first": 1328, + "##onite": 1329, + "##tile": 1330, + "solidus": 1331, + "au": 1332, + "cpx": 1333, + "lat": 1334, + "norm": 1335, + "##ards": 1336, + "beh": 1337, + "##ably": 1338, + "related": 1339, + "peak": 1340, + "##anges": 1341, + "distrib": 1342, + "##iqu": 1343, + "map": 1344, + "spinel": 1345, + "coex": 1346, + "mechan": 1347, + "cent": 1348, + "rate": 1349, + "##nam": 1350, + "##od": 1351, + "##cop": 1352, + "diam": 1353, + "assum": 1354, + "larg": 1355, + "##crib": 1356, + "materials": 1357, + "##ian": 1358, + "##he": 1359, + "##ish": 1360, + "plot": 1361, + "zoning": 1362, + "syn": 1363, + "##ior": 1364, + "##ody": 1365, + "##lite": 1366, + "##ork": 1367, + "part": 1368, + "indicate": 1369, + "##eous": 1370, + "def": 1371, + "increases": 1372, + "thermal": 1373, + "section": 1374, + "early": 1375, + "assemblage": 1376, + "much": 1377, + "opx": 1378, + "##ke": 1379, + "thick": 1380, + "fract": 1381, + "important": 1382, + "sing": 1383, + "associated": 1384, + "ky": 1385, + "##velop": 1386, + "component": 1387, + "39": 1388, + "bar": 1389, + "mass": 1390, + "##ities": 1391, + "##atures": 1392, + "core": 1393, + "##2o3": 1394, + "simp": 1395, + "slab": 1396, + "discus": 1397, + "further": 1398, + "single": 1399, + "cm": 1400, + "##sm": 1401, + "##onstr": 1402, + "##ently": 1403, + "diag": 1404, + "analyzed": 1405, + "strong": 1406, + "electron": 1407, + "demonstr": 1408, + "develop": 1409, + "##app": 1410, + "predic": 1411, + "constant": 1412, + "##resp": 1413, + "##ise": 1414, + "appro": 1415, + "##namic": 1416, + "ul": 1417, + "##orb": 1418, + "mean": 1419, + "produced": 1420, + "surface": 1421, + "vein": 1422, + "##itive": 1423, + "solub": 1424, + "describ": 1425, + "slightly": 1426, + "##eng": 1427, + "total": 1428, + "##imum": 1429, + "calib": 1430, + "veins": 1431, + "following": 1432, + "loss": 1433, + "situ": 1434, + "##til": 1435, + "exh": 1436, + "suggests": 1437, + "primitive": 1438, + "felds": 1439, + "30": 1440, + "##ten": 1441, + "##hip": 1442, + "carbonate": 1443, + "reduc": 1444, + "patterns": 1445, + "##ither": 1446, + "##ison": 1447, + "flow": 1448, + "##adi": 1449, + "##etry": 1450, + "##istic": 1451, + "whole": 1452, + "glasses": 1453, + "scale": 1454, + "generally": 1455, + "feldspar": 1456, + "cumul": 1457, + "dol": 1458, + "µm": 1459, + "##pen": 1460, + "##medi": 1461, + "##ether": 1462, + "corresp": 1463, + "decrease": 1464, + "##thern": 1465, + "layer": 1466, + "solubility": 1467, + "bl": 1468, + "lher": 1469, + "exce": 1470, + "##chist": 1471, + "##aries": 1472, + "saturation": 1473, + "relationship": 1474, + "lherz": 1475, + "lam": 1476, + "##ots": 1477, + "occurs": 1478, + "conductivity": 1479, + "mm": 1480, + "##ished": 1481, + "orient": 1482, + "close": 1483, + "comparison": 1484, + "primary": 1485, + "mechanism": 1486, + "sedim": 1487, + "##roduc": 1488, + "##sitive": 1489, + "##emi": 1490, + "boundaries": 1491, + "max": 1492, + "dr": 1493, + "mul": 1494, + "##ained": 1495, + "any": 1496, + "systematic": 1497, + "simul": 1498, + "variable": 1499, + "runs": 1500, + "39ar": 1501, + "50": 1502, + "clu": 1503, + "inv": 1504, + "##orine": 1505, + "##side": 1506, + "crystallis": 1507, + "neg": 1508, + "megac": 1509, + "observ": 1510, + "spectr": 1511, + "km": 1512, + "oxid": 1513, + "many": 1514, + "el": 1515, + "har": 1516, + "ig": 1517, + "os": 1518, + "diffu": 1519, + "even": 1520, + "depos": 1521, + "fractional": 1522, + "enrichment": 1523, + "possible": 1524, + "##orpor": 1525, + "chlorite": 1526, + "diagram": 1527, + "mid": 1528, + "incorpor": 1529, + "expected": 1530, + "exten": 1531, + "rutile": 1532, + "lamell": 1533, + "##stry": 1534, + "second": 1535, + "rhyol": 1536, + "199": 1537, + "behav": 1538, + "ta": 1539, + "##yc": 1540, + "rims": 1541, + "##emistry": 1542, + "tect": 1543, + "estimated": 1544, + "##ology": 1545, + "sulph": 1546, + "pyroxene": 1547, + "br": 1548, + "distin": 1549, + "sever": 1550, + "case": 1551, + "end": 1552, + "##astic": 1553, + "prec": 1554, + "clust": 1555, + "either": 1556, + "here": 1557, + "k2o": 1558, + "propor": 1559, + "av": 1560, + "kn": 1561, + "nd": 1562, + "exch": 1563, + "beam": 1564, + "eclogites": 1565, + "like": 1566, + "las": 1567, + "long": 1568, + "##rous": 1569, + "including": 1570, + "accor": 1571, + "structure": 1572, + "normal": 1573, + "##assi": 1574, + "performed": 1575, + "rare": 1576, + "intrusion": 1577, + "##tites": 1578, + "parameters": 1579, + "lherzolite": 1580, + "##ving": 1581, + "hydrotherm": 1582, + "surround": 1583, + "apatite": 1584, + "several": 1585, + "ba": 1586, + "fac": 1587, + "hom": 1588, + "pow": 1589, + "rates": 1590, + "##used": 1591, + "assi": 1592, + "poly": 1593, + "euhedral": 1594, + "ni": 1595, + "##roxim": 1596, + "about": 1597, + "indiv": 1598, + "approxim": 1599, + "assemblages": 1600, + "##ogeneous": 1601, + "cle": 1602, + "mn": 1603, + "note": 1604, + "silica": 1605, + "decreasing": 1606, + "##sr": 1607, + "##bur": 1608, + "moun": 1609, + "differenti": 1610, + "significantly": 1611, + "##ogenic": 1612, + "##lites": 1613, + "intersti": 1614, + "oxide": 1615, + "influ": 1616, + "synth": 1617, + "##val": 1618, + "##ush": 1619, + "stable": 1620, + "contains": 1621, + "lithospheric": 1622, + "approach": 1623, + "laser": 1624, + "##cl": 1625, + "##ae": 1626, + "##fe": 1627, + "examp": 1628, + "should": 1629, + "##ake": 1630, + "exchange": 1631, + "thin": 1632, + "##ince": 1633, + "identi": 1634, + "individual": 1635, + "aff": 1636, + "##ie": 1637, + "##isc": 1638, + "##ired": 1639, + "spect": 1640, + "##aphic": 1641, + "evolved": 1642, + "buff": 1643, + "das": 1644, + "##uce": 1645, + "##lo": 1646, + "##greg": 1647, + "##iles": 1648, + "al2o3": 1649, + "##assic": 1650, + "##elling": 1651, + "geochemical": 1652, + "##mediate": 1653, + "##ath": 1654, + "##ection": 1655, + "trac": 1656, + "components": 1657, + "series": 1658, + "volcano": 1659, + "metasom": 1660, + "dolom": 1661, + "tectonic": 1662, + "interstitial": 1663, + "bre": 1664, + "##enes": 1665, + "conclu": 1666, + "minor": 1667, + "amount": 1668, + "direct": 1669, + "multi": 1670, + "megacrysts": 1671, + "units": 1672, + "separ": 1673, + "upw": 1674, + "distribution": 1675, + "##odynamic": 1676, + "late": 1677, + "san": 1678, + "##atism": 1679, + "oxides": 1680, + "alteration": 1681, + "potential": 1682, + "effects": 1683, + "measurements": 1684, + "##atible": 1685, + "zones": 1686, + "characteristic": 1687, + "larger": 1688, + "according": 1689, + "fu": 1690, + "##sic": 1691, + "##br": 1692, + "domains": 1693, + "particular": 1694, + "standard": 1695, + "##lying": 1696, + "contam": 1697, + "interface": 1698, + "volati": 1699, + "coexisting": 1700, + "preser": 1701, + "trend": 1702, + "models": 1703, + "liquids": 1704, + "partitioning": 1705, + "##ength": 1706, + "requi": 1707, + "display": 1708, + "##be": 1709, + "recent": 1710, + "interaction": 1711, + "subsequ": 1712, + "strain": 1713, + "err": 1714, + "poor": 1715, + "comb": 1716, + "does": 1717, + "profiles": 1718, + "described": 1719, + "buffer": 1720, + "dolomite": 1721, + "lit": 1722, + "##zbur": 1723, + "extr": 1724, + "allow": 1725, + "suggested": 1726, + "granul": 1727, + "products": 1728, + "harzbur": 1729, + "ep": 1730, + "##ann": 1731, + "##ances": 1732, + "deep": 1733, + "change": 1734, + "use": 1735, + "##ive": 1736, + "##ather": 1737, + "##orth": 1738, + "##ased": 1739, + "##veal": 1740, + "plan": 1741, + "grained": 1742, + "features": 1743, + "correlation": 1744, + "marg": 1745, + "linear": 1746, + "interpret": 1747, + "reveal": 1748, + "deformation": 1749, + "metal": 1750, + "times": 1751, + "##ological": 1752, + "lamellae": 1753, + "##ple": 1754, + "state": 1755, + "##ibu": 1756, + "cores": 1757, + "fugac": 1758, + "16": 1759, + "##ty": 1760, + "analytical": 1761, + "liquidus": 1762, + "studied": 1763, + "correl": 1764, + "conducted": 1765, + "proposed": 1766, + "eas": 1767, + "hist": 1768, + "iron": 1769, + "kim": 1770, + "##ule": 1771, + "##ox": 1772, + "andes": 1773, + "dev": 1774, + "showing": 1775, + "granite": 1776, + "decreases": 1777, + "metamorphism": 1778, + "down": 1779, + "es": 1780, + "non": 1781, + "sel": 1782, + "##erred": 1783, + "appar": 1784, + "suggesting": 1785, + "typical": 1786, + "eruption": 1787, + "point": 1788, + "harzburgite": 1789, + "lines": 1790, + "mpa": 1791, + "slow": 1792, + "##ilation": 1793, + "diop": 1794, + "super": 1795, + "intermediate": 1796, + "indicates": 1797, + "##neous": 1798, + "igneous": 1799, + "sanid": 1800, + "kimber": 1801, + "##ually": 1802, + "sele": 1803, + "isotopes": 1804, + "##stit": 1805, + "peridotites": 1806, + "pu": 1807, + "##eschist": 1808, + "##roscop": 1809, + "continental": 1810, + "blueschist": 1811, + "number": 1812, + "kyanite": 1813, + "sch": 1814, + "##ima": 1815, + "shall": 1816, + "across": 1817, + "path": 1818, + "earth": 1819, + "textures": 1820, + "provide": 1821, + "interpreted": 1822, + "distinct": 1823, + "hydrothermal": 1824, + "assim": 1825, + "lov": 1826, + "##land": 1827, + "##ina": 1828, + "trends": 1829, + "changes": 1830, + "lead": 1831, + "least": 1832, + "erupted": 1833, + "characterized": 1834, + "north": 1835, + "considered": 1836, + "continu": 1837, + "emplac": 1838, + "south": 1839, + "sulfide": 1840, + "ultr": 1841, + "correspon": 1842, + "diopside": 1843, + "shallow": 1844, + "tak": 1845, + "coup": 1846, + "reactions": 1847, + "fo2": 1848, + "icp": 1849, + "capsule": 1850, + "differentiation": 1851, + "morb": 1852, + "nuc": 1853, + "μm": 1854, + "##ogr": 1855, + "quan": 1856, + "calder": 1857, + "detail": 1858, + "indicating": 1859, + "felsic": 1860, + "example": 1861, + "17": 1862, + "25": 1863, + "work": 1864, + "##o2": 1865, + "##esis": 1866, + "##alent": 1867, + "##atter": 1868, + "conf": 1869, + "##izing": 1870, + "highly": 1871, + "activ": 1872, + "containing": 1873, + "estimates": 1874, + "amounts": 1875, + "sanidine": 1876, + "go": 1877, + "kb": 1878, + "vary": 1879, + "##tir": 1880, + "andesite": 1881, + "reach": 1882, + "four": 1883, + "record": 1884, + "method": 1885, + "nucle": 1886, + "around": 1887, + "del": 1888, + "coun": 1889, + "##ided": 1890, + "anhyd": 1891, + "gradi": 1892, + "ablation": 1893, + "pri": 1894, + "rap": 1895, + "##ra": 1896, + "see": 1897, + "law": 1898, + "prior": 1899, + "lo": 1900, + "##cy": 1901, + "incomp": 1902, + "unit": 1903, + "crystallized": 1904, + "impact": 1905, + "##grade": 1906, + "##ique": 1907, + "rapid": 1908, + "fit": 1909, + "ore": 1910, + "##osity": 1911, + "level": 1912, + "textural": 1913, + "dissolution": 1914, + "exhib": 1915, + "contamination": 1916, + "dy": 1917, + "por": 1918, + "term": 1919, + "var": 1920, + "##duce": 1921, + "##most": 1922, + "##erg": 1923, + "##rop": 1924, + "olivines": 1925, + "difference": 1926, + "presented": 1927, + "break": 1928, + "ii": 1929, + "##hn": 1930, + "##acl": 1931, + "##ote": 1932, + "activity": 1933, + "fluorine": 1934, + "images": 1935, + "types": 1936, + "##ount": 1937, + "dissolved": 1938, + "ilm": 1939, + "limited": 1940, + "clear": 1941, + "caldera": 1942, + "##our": 1943, + "##gres": 1944, + "##bs": 1945, + "area": 1946, + "introduc": 1947, + "ro": 1948, + "rather": 1949, + "##ness": 1950, + "##pro": 1951, + "##10": 1952, + "thermometer": 1953, + "##ields": 1954, + "coefficient": 1955, + "dominant": 1956, + "cumulate": 1957, + "invol": 1958, + "fugacity": 1959, + "smec": 1960, + "thermodynamic": 1961, + "plutonic": 1962, + "radiogenic": 1963, + "maximum": 1964, + "hal": 1965, + "sum": 1966, + "##oid": 1967, + "##bly": 1968, + "reac": 1969, + "crack": 1970, + "estimate": 1971, + "##anging": 1972, + "local": 1973, + "greater": 1974, + "degree": 1975, + "simple": 1976, + "assimilation": 1977, + "post": 1978, + "ter": 1979, + "##ero": 1980, + "anorth": 1981, + "sill": 1982, + "hosted": 1983, + "abundant": 1984, + "modi": 1985, + "srp": 1986, + "deposit": 1987, + "selected": 1988, + "fil": 1989, + "light": 1990, + "nacl": 1991, + "##yl": 1992, + "##30": 1993, + "##enced": 1994, + "conv": 1995, + "interval": 1996, + "calcite": 1997, + "solution": 1998, + "curve": 1999, + "various": 2000, + "##probe": 2001, + "ke": 2002, + "##au": 2003, + "consequ": 2004, + "step": 2005, + "##sions": 2006, + "cao": 2007, + "orthopyrox": 2008, + "sources": 2009, + "##entially": 2010, + "setting": 2011, + "1000": 2012, + "magnesite": 2013, + "commonly": 2014, + "profile": 2015, + "dacite": 2016, + "trachy": 2017, + "smectite": 2018, + "pic": 2019, + "##vo": 2020, + "##rogen": 2021, + "plate": 2022, + "underst": 2023, + "sections": 2024, + "##itude": 2025, + "petrolog": 2026, + "negative": 2027, + "facies": 2028, + "hel": 2029, + "pa": 2030, + "visc": 2031, + "wide": 2032, + "yield": 2033, + "few": 2034, + "sequ": 2035, + "decomp": 2036, + "occurred": 2037, + "heating": 2038, + "regions": 2039, + "lithosphere": 2040, + "methods": 2041, + "observations": 2042, + "behavior": 2043, + "tet": 2044, + "tuff": 2045, + "year": 2046, + "##ik": 2047, + "##bility": 2048, + "anom": 2049, + "##ument": 2050, + "resol": 2051, + "mesozoic": 2052, + "uncertainty": 2053, + "site": 2054, + "##are": 2055, + "##aneous": 2056, + "contact": 2057, + "had": 2058, + "forming": 2059, + "flux": 2060, + "calculations": 2061, + "aggreg": 2062, + "controlled": 2063, + "calibration": 2064, + "sediment": 2065, + "crystallisation": 2066, + "known": 2067, + "incompatible": 2068, + "cen": 2069, + "##ix": 2070, + "##cc": 2071, + "##tim": 2072, + "##tice": 2073, + "##asts": 2074, + "##old": 2075, + "rele": 2076, + "univ": 2077, + "energ": 2078, + "differences": 2079, + "positive": 2080, + "reflect": 2081, + "predicted": 2082, + "cenozoic": 2083, + "might": 2084, + "##mm": 2085, + "##fy": 2086, + "mole": 2087, + "progres": 2088, + "highest": 2089, + "reser": 2090, + "adj": 2091, + "recyc": 2092, + "agre": 2093, + "microprobe": 2094, + "explain": 2095, + "avail": 2096, + "approximately": 2097, + "bub": 2098, + "ground": 2099, + "##over": 2100, + "##ules": 2101, + "trapp": 2102, + "arg": 2103, + "occurr": 2104, + "sett": 2105, + "alkaline": 2106, + "representative": 2107, + "abundance": 2108, + "reduced": 2109, + "eastern": 2110, + "900": 2111, + "fine": 2112, + "ftir": 2113, + "mem": 2114, + "since": 2115, + "##cu": 2116, + "##ked": 2117, + "being": 2118, + "chemistry": 2119, + "collected": 2120, + "encl": 2121, + "1200": 2122, + "remain": 2123, + "curr": 2124, + "degass": 2125, + "uncertainties": 2126, + "surrounding": 2127, + "60": 2128, + "800": 2129, + "porph": 2130, + "##12": 2131, + "##rem": 2132, + "phon": 2133, + "magnitude": 2134, + "porphy": 2135, + "yb": 2136, + "##omin": 2137, + "shap": 2138, + "accur": 2139, + "env": 2140, + "equation": 2141, + "again": 2142, + "refer": 2143, + "geochron": 2144, + "diffusive": 2145, + "ilmenite": 2146, + "##voir": 2147, + "reservoir": 2148, + "must": 2149, + "##odi": 2150, + "##aw": 2151, + "##ark": 2152, + "##osite": 2153, + "produce": 2154, + "##ried": 2155, + "##otherm": 2156, + "geological": 2157, + "absence": 2158, + "required": 2159, + "plotted": 2160, + "clusters": 2161, + "activation": 2162, + "band": 2163, + "##ium": 2164, + "##son": 2165, + "though": 2166, + "cond": 2167, + "##acite": 2168, + "##ult": 2169, + "heav": 2170, + "structural": 2171, + "electrical": 2172, + "northern": 2173, + "factors": 2174, + "discussion": 2175, + "bro": 2176, + "ion": 2177, + "lab": 2178, + "pale": 2179, + "##ored": 2180, + "conver": 2181, + "exist": 2182, + "perio": 2183, + "##ellow": 2184, + "caes": 2185, + "typically": 2186, + "smaller": 2187, + "abundances": 2188, + "illu": 2189, + "bene": 2190, + "cases": 2191, + "den": 2192, + "yellow": 2193, + "##hen": 2194, + "inst": 2195, + "elev": 2196, + "fe3": 2197, + "##fication": 2198, + "include": 2199, + "resulting": 2200, + "hydration": 2201, + "110": 2202, + "initi": 2203, + "investigated": 2204, + "maps": 2205, + "defined": 2206, + "homogeneous": 2207, + "spectrom": 2208, + "upwelling": 2209, + "volatile": 2210, + "subsequent": 2211, + "kimberlite": 2212, + "heter": 2213, + "ray": 2214, + "you": 2215, + "magmatism": 2216, + "intru": 2217, + "dominated": 2218, + "spectra": 2219, + "univers": 2220, + "tit": 2221, + "##tire": 2222, + "##ised": 2223, + "basin": 2224, + "entire": 2225, + "overall": 2226, + "species": 2227, + "previously": 2228, + "influence": 2229, + "continuous": 2230, + "laws": 2231, + "young": 2232, + "ir": 2233, + "omph": 2234, + "##down": 2235, + "off": 2236, + "##iron": 2237, + "microlites": 2238, + "eruptive": 2239, + "strongly": 2240, + "kbar": 2241, + "energy": 2242, + "illustr": 2243, + "cam": 2244, + "mush": 2245, + "sid": 2246, + "##gether": 2247, + "##stone": 2248, + "together": 2249, + "cann": 2250, + "modeling": 2251, + "depths": 2252, + "polym": 2253, + "breakdown": 2254, + "recycled": 2255, + "beneath": 2256, + "cations": 2257, + "nio": 2258, + "##rees": 2259, + "##ible": 2260, + "##ometers": 2261, + "##ometry": 2262, + "experi": 2263, + "subducted": 2264, + "green": 2265, + "diameter": 2266, + "fractures": 2267, + "omphacite": 2268, + "role": 2269, + "wid": 2270, + "##h2o": 2271, + "##ocene": 2272, + "before": 2273, + "##izes": 2274, + "china": 2275, + "##ipit": 2276, + "throughout": 2277, + "gabbros": 2278, + "transp": 2279, + "##obar": 2280, + "understand": 2281, + "viscosity": 2282, + "university": 2283, + "lawsonite": 2284, + "foc": 2285, + "ret": 2286, + "##ful": 2287, + "applic": 2288, + "caused": 2289, + "redox": 2290, + "respon": 2291, + "generation": 2292, + "agreement": 2293, + "degassing": 2294, + "environ": 2295, + "cannot": 2296, + "doc": 2297, + "dry": 2298, + "eq": 2299, + "tec": 2300, + "yn": 2301, + "##oy": 2302, + "##lied": 2303, + "##mb": 2304, + "##80": 2305, + "##alu": 2306, + "spot": 2307, + "##struct": 2308, + "extrem": 2309, + "layers": 2310, + "lattice": 2311, + "thickness": 2312, + "siderite": 2313, + "ce": 2314, + "lu": 2315, + "##fer": 2316, + "##alle": 2317, + "residual": 2318, + "evalu": 2319, + "hydrated": 2320, + "regim": 2321, + "regression": 2322, + "represents": 2323, + "specific": 2324, + "##graphic": 2325, + "112": 2326, + "capsules": 2327, + "block": 2328, + "multiple": 2329, + "granulite": 2330, + "emplacement": 2331, + "techn": 2332, + "ax": 2333, + "hp": 2334, + "pure": 2335, + "ranging": 2336, + "##iang": 2337, + "##set": 2338, + "##to": 2339, + "##tle": 2340, + "##ft": 2341, + "without": 2342, + "spati": 2343, + "arch": 2344, + "located": 2345, + "followed": 2346, + "altered": 2347, + "orientation": 2348, + "extensive": 2349, + "margin": 2350, + "available": 2351, + "period": 2352, + "87": 2353, + "hot": 2354, + "via": 2355, + "##ute": 2356, + "##grow": 2357, + "often": 2358, + "##ans": 2359, + "##sively": 2360, + "whether": 2361, + "showed": 2362, + "possi": 2363, + "factor": 2364, + "quenched": 2365, + "error": 2366, + "corresponding": 2367, + "taken": 2368, + "coupled": 2369, + "##allel": 2370, + "fa": 2371, + "lin": 2372, + "nature": 2373, + "open": 2374, + "perm": 2375, + "rid": 2376, + "##ales": 2377, + "##iltr": 2378, + "##ivalent": 2379, + "##sional": 2380, + "lowest": 2381, + "among": 2382, + "infiltr": 2383, + "transformation": 2384, + "rhyolitic": 2385, + "powder": 2386, + "anhydrous": 2387, + "decompression": 2388, + "cross": 2389, + "retro": 2390, + "##bles": 2391, + "##onal": 2392, + "##abil": 2393, + "proper": 2394, + "dehyd": 2395, + "carbonates": 2396, + "mixed": 2397, + "rhyolites": 2398, + "trapped": 2399, + "70": 2400, + "bal": 2401, + "mis": 2402, + "##4pb": 2403, + "##read": 2404, + "##arse": 2405, + "##olites": 2406, + "##idote": 2407, + "compr": 2408, + "crat": 2409, + "critic": 2410, + "dist": 2411, + "prob": 2412, + "resid": 2413, + "experimentally": 2414, + "204pb": 2415, + "additional": 2416, + "final": 2417, + "developed": 2418, + "##pentin": 2419, + "proportions": 2420, + "identified": 2421, + "dashed": 2422, + "epidote": 2423, + "introduction": 2424, + "lack": 2425, + "tor": 2426, + "wall": 2427, + "##no": 2428, + "##14": 2429, + "##ord": 2430, + "top": 2431, + "attr": 2432, + "events": 2433, + "arr": 2434, + "serpentin": 2435, + "generated": 2436, + "southern": 2437, + "proportion": 2438, + "characteristics": 2439, + "current": 2440, + "did": 2441, + "mig": 2442, + "medi": 2443, + "side": 2444, + "##ean": 2445, + "##taneous": 2446, + "##dle": 2447, + "##ern": 2448, + "##orient": 2449, + "chal": 2450, + "feo": 2451, + "induc": 2452, + "replac": 2453, + "equilibration": 2454, + "particle": 2455, + "ferric": 2456, + "secondary": 2457, + "precipit": 2458, + "cat": 2459, + "cre": 2460, + "##ys": 2461, + "##ind": 2462, + "##irm": 2463, + "##umin": 2464, + "suite": 2465, + "##verse": 2466, + "event": 2467, + "constrained": 2468, + "mountain": 2469, + "devi": 2470, + "confirm": 2471, + "86": 2472, + "base": 2473, + "fall": 2474, + "position": 2475, + "##utions": 2476, + "##dol": 2477, + "##inc": 2478, + "##ophan": 2479, + "parental": 2480, + "indep": 2481, + "##fficient": 2482, + "microstruct": 2483, + "texture": 2484, + "middle": 2485, + "incorporation": 2486, + "yellowstone": 2487, + "elevated": 2488, + "document": 2489, + "critical": 2490, + "independ": 2491, + "epm": 2492, + "fl": 2493, + "jo": 2494, + "length": 2495, + "zn": 2496, + "##ads": 2497, + "##des": 2498, + "##aster": 2499, + "##anites": 2500, + "##ols": 2501, + "atom": 2502, + "ang": 2503, + "cham": 2504, + "modul": 2505, + "applied": 2506, + "overl": 2507, + "appears": 2508, + "interpretation": 2509, + "selv": 2510, + "aggregates": 2511, + "broad": 2512, + "epma": 2513, + "hol": 2514, + "hree": 2515, + "log": 2516, + "lree": 2517, + "##other": 2518, + "##ption": 2519, + "##wards": 2520, + "##bers": 2521, + "##20": 2522, + "##zen": 2523, + "##atory": 2524, + "##aces": 2525, + "another": 2526, + "analysed": 2527, + "added": 2528, + "reflec": 2529, + "assuming": 2530, + "andesitic": 2531, + "exhibit": 2532, + "orthopyroxenite": 2533, + "35": 2534, + "90": 2535, + "fields": 2536, + "##ud": 2537, + "##ini": 2538, + "##inity": 2539, + "##statite": 2540, + "ste": 2541, + "##ystall": 2542, + "diffic": 2543, + "liq": 2544, + "modal": 2545, + "##solid": 2546, + "lava": 2547, + "mainly": 2548, + "gabbroic": 2549, + "dependence": 2550, + "summ": 2551, + "settling": 2552, + "wed": 2553, + "ƒo2": 2554, + "##ave": 2555, + "##auc": 2556, + "##icular": 2557, + "island": 2558, + "almost": 2559, + "forms": 2560, + "##ongi": 2561, + "glauc": 2562, + "zoned": 2563, + "indicated": 2564, + "mostly": 2565, + "account": 2566, + "inferred": 2567, + "na2o": 2568, + "sequence": 2569, + "geochronology": 2570, + "glaucophan": 2571, + "23": 2572, + "rb": 2573, + "##uter": 2574, + "##sc": 2575, + "##yrite": 2576, + "##ject": 2577, + "toward": 2578, + "toongi": 2579, + "##siv": 2580, + "excess": 2581, + "exsol": 2582, + "classi": 2583, + "increased": 2584, + "strati": 2585, + "accumul": 2586, + "constraints": 2587, + "recorded": 2588, + "blue": 2589, + "central": 2590, + "diagrams": 2591, + "requires": 2592, + "history": 2593, + "schem": 2594, + "ed": 2595, + "##ner": 2596, + "##ex": 2597, + "##work": 2598, + "parallel": 2599, + "hand": 2600, + "intern": 2601, + "##neis": 2602, + "determine": 2603, + "provided": 2604, + "polar": 2605, + "phenocryst": 2606, + "original": 2607, + "volcanism": 2608, + "dacitic": 2609, + "assumed": 2610, + "demonstrated": 2611, + "##ibuted": 2612, + "gradient": 2613, + "archean": 2614, + "properties": 2615, + "wedge": 2616, + "fre": 2617, + "zhe": 2618, + "##equ": 2619, + "##etic": 2620, + "##ders": 2621, + "##jiang": 2622, + "##ict": 2623, + "##sidi": 2624, + "space": 2625, + "subhedral": 2626, + "obsidi": 2627, + "ocean": 2628, + "provides": 2629, + "##orption": 2630, + "apparent": 2631, + "modified": 2632, + "experienced": 2633, + "##solidus": 2634, + "zhejiang": 2635, + "mpt": 2636, + "sv": 2637, + "sen": 2638, + "sites": 2639, + "##af": 2640, + "##75": 2641, + "##ency": 2642, + "##ulation": 2643, + "minimum": 2644, + "mineralog": 2645, + "206": 2646, + "absent": 2647, + "standards": 2648, + "misorient": 2649, + "300": 2650, + "tio2": 2651, + "##ier": 2652, + "##pec": 2653, + "##13": 2654, + "##acted": 2655, + "##etric": 2656, + "prot": 2657, + "sufficient": 2658, + "frag": 2659, + "arag": 2660, + "elemental": 2661, + "scatter": 2662, + "charge": 2663, + "remains": 2664, + "msh": 2665, + "ferrous": 2666, + "discussed": 2667, + "sediments": 2668, + "affected": 2669, + "little": 2670, + "reference": 2671, + "condens": 2672, + "transport": 2673, + "aqu": 2674, + "gal": 2675, + "pop": 2676, + "ranges": 2677, + "squ": 2678, + "##lement": 2679, + "##ope": 2680, + "anhedral": 2681, + "##ighted": 2682, + "shif": 2683, + "access": 2684, + "signature": 2685, + "microscop": 2686, + "consists": 2687, + "##ospheric": 2688, + "dependent": 2689, + "synthes": 2690, + "terr": 2691, + "chalcop": 2692, + "glaucophane": 2693, + "206pb": 2694, + "outer": 2695, + "pain": 2696, + "stil": 2697, + "test": 2698, + "##man": 2699, + "##56": 2700, + "##ways": 2701, + "##90": 2702, + "conc": 2703, + "composed": 2704, + "grad": 2705, + "##tically": 2706, + "fe2": 2707, + "unli": 2708, + "mete": 2709, + "extent": 2710, + "polished": 2711, + "nearly": 2712, + "oxidation": 2713, + "elastic": 2714, + "diffusiv": 2715, + "require": 2716, + "literat": 2717, + "still": 2718, + "500": 2719, + "700": 2720, + "fast": 2721, + "mc": 2722, + "##ok": 2723, + "##pite": 2724, + "##hou": 2725, + "##acent": 2726, + "atm": 2727, + "white": 2728, + "grade": 2729, + "short": 2730, + "tra": 2731, + "##aphy": 2732, + "##logr": 2733, + "amphibolite": 2734, + "duration": 2735, + "heat": 2736, + "extend": 2737, + "despite": 2738, + "pyroxenes": 2739, + "points": 2740, + "sulfides": 2741, + "diamond": 2742, + "except": 2743, + "relationships": 2744, + "directly": 2745, + "lovf": 2746, + "quanti": 2747, + "filam": 2748, + "retrograde": 2749, + "selvage": 2750, + "aqueous": 2751, + "paine": 2752, + "cell": 2753, + "mer": 2754, + "peral": 2755, + "sn": 2756, + "δd": 2757, + "##ump": 2758, + "##pr": 2759, + "##oric": 2760, + "included": 2761, + "assess": 2762, + "mica": 2763, + "fracture": 2764, + "simulations": 2765, + "cluster": 2766, + "adjacent": 2767, + "bubbles": 2768, + "literature": 2769, + "ah2o": 2770, + "gneis": 2771, + "hence": 2772, + "##eper": 2773, + "##ories": 2774, + "gray": 2775, + "enstatite": 2776, + "##arily": 2777, + "substit": 2778, + "need": 2779, + "granites": 2780, + "domain": 2781, + "degrees": 2782, + "sulphide": 2783, + "particularly": 2784, + "against": 2785, + "torres": 2786, + "protolith": 2787, + "cyl": 2788, + "oh": 2789, + "orogen": 2790, + "##ract": 2791, + "##ena": 2792, + "##entical": 2793, + "##inder": 2794, + "##olated": 2795, + "color": 2796, + "clast": 2797, + "carried": 2798, + "geotherm": 2799, + "implic": 2800, + "partially": 2801, + "##lier": 2802, + "identical": 2803, + "##brid": 2804, + "spatial": 2805, + "##growth": 2806, + "attributed": 2807, + "medium": 2808, + "chalcopyrite": 2809, + "24": 2810, + "gold": 2811, + "ncc": 2812, + "op": 2813, + "oib": 2814, + "sio": 2815, + "##ice": 2816, + "towards": 2817, + "##imen": 2818, + "mode": 2819, + "##aded": 2820, + "hybrid": 2821, + "underg": 2822, + "metasedim": 2823, + "normalized": 2824, + "synthetic": 2825, + "levels": 2826, + "anorthite": 2827, + "years": 2828, + "heavy": 2829, + "balance": 2830, + "chamber": 2831, + "difficult": 2832, + "accessory": 2833, + "600": 2834, + "aic": 2835, + "cc": 2836, + "cyc": 2837, + "nec": 2838, + "##lies": 2839, + "##wh": 2840, + "##king": 2841, + "##ecting": 2842, + "exam": 2843, + "##omes": 2844, + "made": 2845, + "shar": 2846, + "##eralic": 2847, + "parent": 2848, + "perlite": 2849, + "contained": 2850, + "##ochron": 2851, + "volumes": 2852, + "geochemistry": 2853, + "curves": 2854, + "combination": 2855, + "key": 2856, + "member": 2857, + "probably": 2858, + "##uminous": 2859, + "22": 2860, + "75": 2861, + "dark": 2862, + "fill": 2863, + "gas": 2864, + "##pend": 2865, + "##rystall": 2866, + "##ka": 2867, + "##60": 2868, + "##ission": 2869, + "stabil": 2870, + "##irc": 2871, + "fractions": 2872, + "variability": 2873, + "##iston": 2874, + "comparable": 2875, + "##ozero": 2876, + "plutons": 2877, + "explained": 2878, + "latter": 2879, + "demonstrate": 2880, + "exception": 2881, + "oxidized": 2882, + "lovozero": 2883, + "nucleation": 2884, + "labor": 2885, + "camg": 2886, + "craton": 2887, + "precipitation": 2888, + "fragments": 2889, + "meteoric": 2890, + "45": 2891, + "em": 2892, + "kv": 2893, + "piston": 2894, + "##ision": 2895, + "##vs": 2896, + "##ven": 2897, + "##ining": 2898, + "##orites": 2899, + "##uring": 2900, + "coarse": 2901, + "composite": 2902, + "align": 2903, + "altern": 2904, + "##ophy": 2905, + "##ama": 2906, + "proced": 2907, + "shear": 2908, + "##pping": 2909, + "varies": 2910, + "clinopyrox": 2911, + "location": 2912, + "martin": 2913, + "mechanisms": 2914, + "intrusions": 2915, + "detailed": 2916, + "regime": 2917, + "necess": 2918, + "vf": 2919, + "δ56": 2920, + "##ning": 2921, + "##ead": 2922, + "##uz": 2923, + "##ire": 2924, + "##vant": 2925, + "##cz": 2926, + "##get": 2927, + "##900": 2928, + "##ason": 2929, + "stages": 2930, + "phot": 2931, + "highl": 2932, + "##aps": 2933, + "acqu": 2934, + "entr": 2935, + "carbonatite": 2936, + "mixt": 2937, + "complete": 2938, + "pyroxenite": 2939, + "numer": 2940, + "coexist": 2941, + "drill": 2942, + "deposits": 2943, + "quantit": 2944, + "reached": 2945, + "instead": 2946, + "titanite": 2947, + "independent": 2948, + "synthesized": 2949, + "far": 2950, + "faster": 2951, + "hq": 2952, + "iar": 2953, + "jap": 2954, + "sizes": 2955, + "vi": 2956, + "##ially": 2957, + "##inated": 2958, + "##ising": 2959, + "deeper": 2960, + "better": 2961, + "##ada": 2962, + "reproduc": 2963, + "equivalent": 2964, + "prepar": 2965, + "hyp": 2966, + "respect": 2967, + "molar": 2968, + "supplement": 2969, + "dasi": 2970, + "ess": 2971, + "understanding": 2972, + "frequ": 2973, + "japan": 2974, + "circ": 2975, + "dun": 2976, + "ebs": 2977, + "##o3": 2978, + "##ler": 2979, + "##ground": 2980, + "##ks": 2981, + "them": 2982, + "##ineralic": 2983, + "exc": 2984, + "##ress": 2985, + "majority": 2986, + "particles": 2987, + "depletion": 2988, + "background": 2989, + "metasomati": 2990, + "andesites": 2991, + "terms": 2992, + "initially": 2993, + "documented": 2994, + "δ56fe": 2995, + "400": 2996, + "80": 2997, + "tib": 2998, + "##tes": 2999, + "extern": 3000, + "exclu": 3001, + "grt": 3002, + "trini": 3003, + "chrom": 3004, + "##api": 3005, + "minim": 3006, + "seem": 3007, + "heated": 3008, + "discre": 3009, + "maintain": 3010, + "furtherm": 3011, + "auth": 3012, + "largely": 3013, + "development": 3014, + "black": 3015, + "taima": 3016, + "tetra": 3017, + "polymineralic": 3018, + "internal": 3019, + "merapi": 3020, + "camgfe": 3021, + "trinitite": 3022, + "furthermore": 3023, + "01": 3024, + "bodi": 3025, + "flo": 3026, + "pcu": 3027, + "sus": 3028, + "##na": 3029, + "##rodol": 3030, + "##eler": 3031, + "cover": 3032, + "reason": 3033, + "areas": 3034, + "plots": 3035, + "older": 3036, + "unzen": 3037, + "subsolidus": 3038, + "##ector": 3039, + "twins": 3040, + "slope": 3041, + "timing": 3042, + "acceler": 3043, + "##ologies": 3044, + "earlier": 3045, + "mscz": 3046, + "chlorine": 3047, + "combined": 3048, + "publ": 3049, + "cracks": 3050, + "trachyte": 3051, + "picrodol": 3052, + "resolution": 3053, + "heterogeneous": 3054, + "axis": 3055, + "87sr": 3056, + "galena": 3057, + "filament": 3058, + "cylinder": 3059, + "sharp": 3060, + "clinopyroxenes": 3061, + "ebsd": 3062, + "tibet": 3063, + "authors": 3064, + "bodies": 3065, + "picrodolerite": 3066, + "28": 3067, + "26": 3068, + "bin": 3069, + "east": 3070, + "five": 3071, + "massi": 3072, + "pt": 3073, + "ries": 3074, + "##hi": 3075, + "##eland": 3076, + "##urn": 3077, + "##ets": 3078, + "existing": 3079, + "beg": 3080, + "prograde": 3081, + "chann": 3082, + "##ritic": 3083, + "calculation": 3084, + "calculate": 3085, + "##ification": 3086, + "##graph": 3087, + "depending": 3088, + "iceland": 3089, + "ultrap": 3090, + "consequence": 3091, + "anomal": 3092, + "00": 3093, + "ast": 3094, + "mw": 3095, + "rand": 3096, + "##ctions": 3097, + "##me": 3098, + "##ention": 3099, + "##ley": 3100, + "##ects": 3101, + "##iver": 3102, + "crystallogr": 3103, + "##try": 3104, + "usually": 3105, + "ach": 3106, + "imag": 3107, + "upward": 3108, + "fully": 3109, + "signatures": 3110, + "production": 3111, + "isotopically": 3112, + "contribu": 3113, + "subducting": 3114, + "structures": 3115, + "groups": 3116, + "peaks": 3117, + "correspond": 3118, + "observation": 3119, + "spectrum": 3120, + "errors": 3121, + "timesc": 3122, + "good": 3123, + "settings": 3124, + "anomaly": 3125, + "infiltration": 3126, + "metasediment": 3127, + "massif": 3128, + "channel": 3129, + "random": 3130, + "eos": 3131, + "nno": 3132, + "vs": 3133, + "wct": 3134, + "##uish": 3135, + "##len": 3136, + "##kely": 3137, + "##70": 3138, + "##enting": 3139, + "information": 3140, + "##stan": 3141, + "always": 3142, + "##ressed": 3143, + "##otassic": 3144, + "##enetic": 3145, + "interest": 3146, + "crystalline": 3147, + "sea": 3148, + "equal": 3149, + "sims": 3150, + "inten": 3151, + "granitic": 3152, + "magnes": 3153, + "##srp": 3154, + "country": 3155, + "clearly": 3156, + "environments": 3157, + "possibly": 3158, + "dehydration": 3159, + "##equilib": 3160, + "sensitive": 3161, + "ultrapotassic": 3162, + "crystallographic": 3163, + "best": 3164, + "cation": 3165, + "hots": 3166, + "later": 3167, + "ves": 3168, + "##ef": 3169, + "##cri": 3170, + "##pot": 3171, + "##onake": 3172, + "inters": 3173, + "disequilib": 3174, + "noted": 3175, + "crystallizing": 3176, + "seam": 3177, + "##elled": 3178, + "silicates": 3179, + "recrystall": 3180, + "amb": 3181, + "contrib": 3182, + "additionally": 3183, + "represented": 3184, + "predomin": 3185, + "##regular": 3186, + "##keonake": 3187, + "systematically": 3188, + "metasomatism": 3189, + "upwards": 3190, + "preserved": 3191, + "pukeonake": 3192, + "bands": 3193, + "spectrometry": 3194, + "focus": 3195, + "dunite": 3196, + "achie": 3197, + "cct": 3198, + "ji": 3199, + "mq": 3200, + "ram": 3201, + "suc": 3202, + "tend": 3203, + "uh": 3204, + "##ma": 3205, + "##itoid": 3206, + "too": 3207, + "mobility": 3208, + "debr": 3209, + "chond": 3210, + "##tegr": 3211, + "basement": 3212, + "spon": 3213, + "spread": 3214, + "interior": 3215, + "disper": 3216, + "formul": 3217, + "depends": 3218, + "strength": 3219, + "condition": 3220, + "overlying": 3221, + "granitoid": 3222, + "scen": 3223, + "1100": 3224, + "province": 3225, + "shocked": 3226, + "calibrated": 3227, + "exhum": 3228, + "homogen": 3229, + "conclusions": 3230, + "plane": 3231, + "margins": 3232, + "espec": 3233, + "gradients": 3234, + "intrusive": 3235, + "accumulation": 3236, + "unlikely": 3237, + "implications": 3238, + "laboratory": 3239, + "##uzhou": 3240, + "metasomatized": 3241, + "published": 3242, + "disequilibrium": 3243, + "debris": 3244, + "especially": 3245, + "bi": 3246, + "bse": 3247, + "prom": 3248, + "##nary": 3249, + "##rens": 3250, + "##25": 3251, + "##kes": 3252, + "##aced": 3253, + "stor": 3254, + "conte": 3255, + "##umines": 3256, + "parts": 3257, + "##aves": 3258, + "implies": 3259, + "become": 3260, + "marked": 3261, + "radius": 3262, + "center": 3263, + "cumulates": 3264, + "surrounded": 3265, + "petrological": 3266, + "mineralogy": 3267, + "metasedimentary": 3268, + "jiuzhou": 3269, + "ga": 3270, + "mus": 3271, + "round": 3272, + "##eed": 3273, + "##uted": 3274, + "##obl": 3275, + "##sal": 3276, + "##faces": 3277, + "##ited": 3278, + "##ogn": 3279, + "basis": 3280, + "clays": 3281, + "##iour": 3282, + "weight": 3283, + "uni": 3284, + "upon": 3285, + "princ": 3286, + "equilibrated": 3287, + "product": 3288, + "determination": 3289, + "correction": 3290, + "corrected": 3291, + "belt": 3292, + "locations": 3293, + "finally": 3294, + "incorporated": 3295, + "behaviour": 3296, + "sulphur": 3297, + "occurrence": 3298, + "irregular": 3299, + "squar": 3300, + "martinique": 3301, + "hypoth": 3302, + "asthen": 3303, + "dou": 3304, + "iz": 3305, + "ide": 3306, + "ten": 3307, + "west": 3308, + "##ger": 3309, + "##15": 3310, + "##ball": 3311, + "##estern": 3312, + "ins": 3313, + "integr": 3314, + "##order": 3315, + "isolated": 3316, + "colli": 3317, + "weighted": 3318, + "feature": 3319, + "glob": 3320, + "adv": 3321, + "signal": 3322, + "recogn": 3323, + "1350": 3324, + "newly": 3325, + "orientations": 3326, + "bright": 3327, + "affect": 3328, + "##iew": 3329, + "spectroscop": 3330, + "##loy": 3331, + "varying": 3332, + "rapidly": 3333, + "phonolite": 3334, + "induced": 3335, + "angle": 3336, + "substitution": 3337, + "raman": 3338, + "princip": 3339, + "dimen": 3340, + "opp": 3341, + "##iation": 3342, + "insi": 3343, + "##eless": 3344, + "constit": 3345, + "##ety": 3346, + "isochron": 3347, + "##ises": 3348, + "recon": 3349, + "##terozoic": 3350, + "suites": 3351, + "mapping": 3352, + "lie": 3353, + "weak": 3354, + "disting": 3355, + "modelling": 3356, + "replen": 3357, + "ara": 3358, + "solutions": 3359, + "variety": 3360, + "103": 3361, + "moreover": 3362, + "hydrogen": 3363, + "noble": 3364, + "refract": 3365, + "month": 3366, + "infer": 3367, + "pyr": 3368, + "lesser": 3369, + "ferro": 3370, + "backsc": 3371, + "parameter": 3372, + "separated": 3373, + "correlated": 3374, + "ultrama": 3375, + "relevant": 3376, + "molec": 3377, + "extreme": 3378, + "distance": 3379, + "flat": 3380, + "misorientation": 3381, + "external": 3382, + "hotspot": 3383, + "ambient": 3384, + "spectroscopy": 3385, + "backscatter": 3386, + "ultramafic": 3387, + "55": 3388, + "bu": 3389, + "est": 3390, + "fav": 3391, + "ionic": 3392, + "ju": 3393, + "nar": 3394, + "pay": 3395, + "vel": 3396, + "##way": 3397, + "##erate": 3398, + "theore": 3399, + "##aled": 3400, + "##rove": 3401, + "##ational": 3402, + "##abl": 3403, + "##irs": 3404, + "proble": 3405, + "phl": 3406, + "##contin": 3407, + "act": 3408, + "fron": 3409, + "substan": 3410, + "crystallize": 3411, + "##ado": 3412, + "never": 3413, + "resulted": 3414, + "exposed": 3415, + "richter": 3416, + "granular": 3417, + "employ": 3418, + "187": 3419, + "assume": 3420, + "systematics": 3421, + "crystallised": 3422, + "1991": 3423, + "1995": 3424, + "precision": 3425, + "mount": 3426, + "extrap": 3427, + "shape": 3428, + "younger": 3429, + "microstructures": 3430, + "stratigraphic": 3431, + "mixture": 3432, + "chondrite": 3433, + "squares": 3434, + "establ": 3435, + "narrow": 3436, + "problem": 3437, + "05": 3438, + "000": 3439, + "36": 3440, + "850": 3441, + "950": 3442, + "body": 3443, + "cas": 3444, + "nomin": 3445, + "pur": 3446, + "yet": 3447, + "zero": 3448, + "##tage": 3449, + "##gas": 3450, + "##mer": 3451, + "##ulated": 3452, + "##tered": 3453, + "div": 3454, + "clay": 3455, + "voltage": 3456, + "includes": 3457, + "assump": 3458, + "overgrowth": 3459, + "becomes": 3460, + "locally": 3461, + "symm": 3462, + "symb": 3463, + "188": 3464, + "kyanites": 3465, + "barometer": 3466, + "identify": 3467, + "subsequently": 3468, + "allows": 3469, + "planes": 3470, + "reflects": 3471, + "visible": 3472, + "supplementary": 3473, + "floor": 3474, + "uhp": 3475, + "storage": 3476, + "uniform": 3477, + "richterite": 3478, + "32": 3479, + "65": 3480, + "jur": 3481, + "ts": 3482, + "uv": 3483, + "##ah": 3484, + "##ha": 3485, + "##7pb": 3486, + "##enia": 3487, + "inher": 3488, + "##icted": 3489, + "##ants": 3490, + "cons": 3491, + "cop": 3492, + "sph": 3493, + "mineralization": 3494, + "modelled": 3495, + "thermobar": 3496, + "genesis": 3497, + "207pb": 3498, + "six": 3499, + "height": 3500, + "grown": 3501, + "respective": 3502, + "displays": 3503, + "support": 3504, + "##ogeneity": 3505, + "means": 3506, + "layered": 3507, + "sulphate": 3508, + "recently": 3509, + "reacted": 3510, + "remaining": 3511, + "ridge": 3512, + "modulus": 3513, + "classification": 3514, + "microscope": 3515, + "tetrahed": 3516, + "binary": 3517, + "spontaneous": 3518, + "jurassic": 3519, + "03": 3520, + "33": 3521, + "73": 3522, + "air": 3523, + "bat": 3524, + "net": 3525, + "pile": 3526, + "rob": 3527, + "river": 3528, + "sak": 3529, + "tar": 3530, + "tam": 3531, + "##mas": 3532, + "##mass": 3533, + "##alc": 3534, + "real": 3535, + "##cept": 3536, + "mob": 3537, + "##dierite": 3538, + "##antly": 3539, + "having": 3540, + "spots": 3541, + "##less": 3542, + "moderate": 3543, + "until": 3544, + "imm": 3545, + "cordierite": 3546, + "detected": 3547, + "detection": 3548, + "imply": 3549, + "conduction": 3550, + "limits": 3551, + "importance": 3552, + "effective": 3553, + "augite": 3554, + "exceed": 3555, + "leading": 3556, + "corresponds": 3557, + "groundmass": 3558, + "phonolites": 3559, + "exsolution": 3560, + "seamount": 3561, + "contribution": 3562, + "rounded": 3563, + "molecular": 3564, + "188os": 3565, + "bath": 3566, + "fix": 3567, + "hc": 3568, + "last": 3569, + "mh": 3570, + "pac": 3571, + "sem": 3572, + "##tely": 3573, + "##3o": 3574, + "##enites": 3575, + "##els": 3576, + "conn": 3577, + "##ocrysts": 3578, + "##resh": 3579, + "##ibility": 3580, + "##izon": 3581, + "what": 3582, + "make": 3583, + "place": 3584, + "figures": 3585, + "relation": 3586, + "seg": 3587, + "repe": 3588, + "equations": 3589, + "quartzite": 3590, + "thermoc": 3591, + "solidification": 3592, + "lithologies": 3593, + "##veld": 3594, + "investigate": 3595, + "centers": 3596, + "metasomatic": 3597, + "conclusion": 3598, + "downward": 3599, + "dynamic": 3600, + "room": 3601, + "picrite": 3602, + "sedimentary": 3603, + "enclaves": 3604, + "widely": 3605, + "response": 3606, + "technique": 3607, + "serpentinization": 3608, + "aragonite": 3609, + "condensation": 3610, + "necessary": 3611, + "izu": 3612, + "payenia": 3613, + "copper": 3614, + "pacific": 3615, + "06": 3616, + "21": 3617, + "cut": 3618, + "cree": 3619, + "gs": 3620, + "m2": 3621, + "pse": 3622, + "yields": 3623, + "##cmas": 3624, + "##alsi": 3625, + "##ola": 3626, + "cruc": 3627, + "compositionally": 3628, + "restr": 3629, + "plus": 3630, + "qual": 3631, + "##ches": 3632, + "cause": 3633, + "thermometers": 3634, + "scales": 3635, + "##graphy": 3636, + "assembly": 3637, + "transitions": 3638, + "absorption": 3639, + "suppor": 3640, + "appearance": 3641, + "cmas": 3642, + "demonstrates": 3643, + "emplaced": 3644, + "shallower": 3645, + "involving": 3646, + "progressive": 3647, + "extremely": 3648, + "perme": 3649, + "86sr": 3650, + "overlap": 3651, + "##prin": 3652, + "##pendicular": 3653, + "essentially": 3654, + "symbols": 3655, + "pseud": 3656, + "84": 3657, + "kine": 3658, + "mt": 3659, + "ow": 3660, + "oper": 3661, + "western": 3662, + "##iable": 3663, + "##ood": 3664, + "##lan": 3665, + "##lig": 3666, + "##raction": 3667, + "##dic": 3668, + "##wise": 3669, + "inp": 3670, + "##orizon": 3671, + "##ancy": 3672, + "##acy": 3673, + "compatible": 3674, + "##osh": 3675, + "orders": 3676, + "##omic": 3677, + "she": 3678, + "shir": 3679, + "reset": 3680, + "pargas": 3681, + "perpendicular": 3682, + "calcic": 3683, + "effic": 3684, + "completely": 3685, + "##anged": 3686, + "##ologic": 3687, + "considering": 3688, + "potentially": 3689, + "oriented": 3690, + "simulation": 3691, + "self": 3692, + "dominantly": 3693, + "convecting": 3694, + "porphyry": 3695, + "offset": 3696, + "responsible": 3697, + "atmospheric": 3698, + "anomalies": 3699, + "vesic": 3700, + "refractory": 3701, + "fixed": 3702, + "dating": 3703, + "lt": 3704, + "morph": 3705, + "pen": 3706, + "ques": 3707, + "sal": 3708, + "wel": 3709, + "δ30": 3710, + "##eg": 3711, + "##ln": 3712, + "##tch": 3713, + "##ferred": 3714, + "##by": 3715, + "##65": 3716, + "##onoun": 3717, + "instr": 3718, + "##isation": 3719, + "compare": 3720, + "##osen": 3721, + "anne": 3722, + "teph": 3723, + "plastic": 3724, + "sampled": 3725, + "sampling": 3726, + "silver": 3727, + "pronoun": 3728, + "garnets": 3729, + "expon": 3730, + "observe": 3731, + "leads": 3732, + "##kaline": 3733, + "naalsi": 3734, + "follows": 3735, + "closely": 3736, + "petrographic": 3737, + "measurement": 3738, + "direction": 3739, + "neglig": 3740, + "separate": 3741, + "portion": 3742, + "tethy": 3743, + "thought": 3744, + "focused": 3745, + "evaluate": 3746, + "migration": 3747, + "broadly": 3748, + "schematic": 3749, + "replenish": 3750, + "batholith": 3751, + "##3o8": 3752, + "creek": 3753, + "δ30si": 3754, + "pronounced": 3755, + "02": 3756, + "37": 3757, + "95": 3758, + "je": 3759, + "mill": 3760, + "tonal": 3761, + "xr": 3762, + "##ius": 3763, + "##po": 3764, + "##kced": 3765, + "##onds": 3766, + "##esting": 3767, + "##estim": 3768, + "##arc": 3769, + "##rograph": 3770, + "##sities": 3771, + "##imin": 3772, + "diorite": 3773, + "tri": 3774, + "chem": 3775, + "##gest": 3776, + "##dson": 3777, + "##arya": 3778, + "neobl": 3779, + "datas": 3780, + "correns": 3781, + "prefer": 3782, + "waters": 3783, + "orthoclase": 3784, + "eruptions": 3785, + "gabbron": 3786, + "1300": 3787, + "effectively": 3788, + "##iques": 3789, + "simultaneous": 3790, + "volcanoes": 3791, + "correlate": 3792, + "gokced": 3793, + "anhydrite": 3794, + "consequently": 3795, + "paper": 3796, + "progressively": 3797, + "porphyro": 3798, + "paleo": 3799, + "conversion": 3800, + "spectrometer": 3801, + "environment": 3802, + "atomic": 3803, + "polarized": 3804, + "procedure": 3805, + "sakarya": 3806, + "naalsi3o8": 3807, + "jeol": 3808, + "gokcedere": 3809, + "150": 3810, + "34": 3811, + "aim": 3812, + "bot": 3813, + "dri": 3814, + "hab": 3815, + "ming": 3816, + "nit": 3817, + "rif": 3818, + "sin": 3819, + "##ned": 3820, + "##vas": 3821, + "##of": 3822, + "##hib": 3823, + "##73": 3824, + "##eshi": 3825, + "##alp": 3826, + "##alog": 3827, + "##any": 3828, + "rever": 3829, + "##ective": 3830, + "asc": 3831, + "##oping": 3832, + "crin": 3833, + "analog": 3834, + "##ibeshi": 3835, + "charn": 3836, + "colour": 3837, + "##ria": 3838, + "##pped": 3839, + "perc": 3840, + "enc": 3841, + "sodic": 3842, + "twin": 3843, + "indicative": 3844, + "regard": 3845, + "comparing": 3846, + "underlying": 3847, + "representing": 3848, + "plume": 3849, + "remo": 3850, + "mark": 3851, + "transm": 3852, + "elong": 3853, + "ign": 3854, + "revealed": 3855, + "iii": 3856, + "helens": 3857, + "yielded": 3858, + "bubble": 3859, + "shaped": 3860, + "width": 3861, + "obsidians": 3862, + "diffusivity": 3863, + "hqa": 3864, + "theoretical": 3865, + "employed": 3866, + "target": 3867, + "shiribeshi": 3868, + "negligible": 3869, + "corrensite": 3870, + "charnock": 3871, + "nm": 3872, + "pole": 3873, + "vred": 3874, + "##iting": 3875, + "##vious": 3876, + "##ai": 3877, + "##line": 3878, + "##rate": 3879, + "##da": 3880, + "##gm": 3881, + "##gou": 3882, + "##hf": 3883, + "##atus": 3884, + "##agr": 3885, + "chosen": 3886, + "play": 3887, + "spher": 3888, + "old": 3889, + "obvious": 3890, + "plagiogr": 3891, + "##avel": 3892, + "modeled": 3893, + "##aturated": 3894, + "equilibria": 3895, + "unders": 3896, + "sci": 3897, + "sets": 3898, + "remov": 3899, + "grey": 3900, + "vertical": 3901, + "furn": 3902, + "records": 3903, + "empir": 3904, + "dacites": 3905, + "reduction": 3906, + "reducing": 3907, + "volatiles": 3908, + "details": 3909, + "entirely": 3910, + "techniques": 3911, + "obsidian": 3912, + "traject": 3913, + "peralkaline": 3914, + "undergo": 3915, + "restricted": 3916, + "kinetic": 3917, + "tethyan": 3918, + "porphyrobl": 3919, + "habit": 3920, + "crinanite": 3921, + "29": 3922, + "bond": 3923, + "ka": 3924, + "pul": 3925, + "rough": 3926, + "seen": 3927, + "wr": 3928, + "##num": 3929, + "##tz": 3930, + "##pri": 3931, + "##rho": 3932, + "##ged": 3933, + "inver": 3934, + "##olation": 3935, + "##acial": 3936, + "##atinum": 3937, + "ascent": 3938, + "##ucted": 3939, + "prox": 3940, + "phys": 3941, + "platinum": 3942, + "diss": 3943, + "disorder": 3944, + "##strati": 3945, + "enough": 3946, + "seism": 3947, + "caus": 3948, + "intensity": 3949, + "similarly": 3950, + "overprin": 3951, + "granophy": 3952, + "produces": 3953, + "producing": 3954, + "pyrop": 3955, + "##pms": 3956, + "##ovite": 3957, + "explan": 3958, + "outc": 3959, + "icpms": 3960, + "appropri": 3961, + "##orbed": 3962, + "oxidizing": 3963, + "conclude": 3964, + "apparatus": 3965, + "portions": 3966, + "involved": 3967, + "help": 3968, + "pairs": 3969, + "occurring": 3970, + "members": 3971, + "accurate": 3972, + "accuracy": 3973, + "titan": 3974, + "application": 3975, + "blocks": 3976, + "arrhen": 3977, + "terran": 3978, + "optical": 3979, + "filled": 3980, + "photomic": 3981, + "numerous": 3982, + "prepared": 3983, + "imaging": 3984, + "##efort": 3985, + "predominantly": 3986, + "achieved": 3987, + "pyrrho": 3988, + "network": 3989, + "segment": 3990, + "removed": 3991, + "vredefort": 3992, + "photomicrograph": 3993, + "pyrrhotite": 3994, + "dome": 3995, + "gain": 3996, + "kk": 3997, + "nan": 3998, + "wides": 3999, + "zro": 4000, + "##east": 4001, + "##ified": 4002, + "##cence": 4003, + "##ring": 4004, + "##hima": 4005, + "inner": 4006, + "##rec": 4007, + "##orl": 4008, + "##acts": 4009, + "isotherm": 4010, + "react": 4011, + "##ocity": 4012, + "##ights": 4013, + "##ighter": 4014, + "##erately": 4015, + "deformed": 4016, + "diffraction": 4017, + "resist": 4018, + "clasts": 4019, + "haoping": 4020, + "moderately": 4021, + "frame": 4022, + "segreg": 4023, + "indeed": 4024, + "report": 4025, + "expan": 4026, + "occ": 4027, + "recover": 4028, + "match": 4029, + "regional": 4030, + "##pread": 4031, + "evident": 4032, + "bars": 4033, + "flows": 4034, + "facil": 4035, + "useful": 4036, + "metals": 4037, + "histories": 4038, + "cats": 4039, + "atoms": 4040, + "population": 4041, + "timescales": 4042, + "double": 4043, + "recognized": 4044, + "thermocou": 4045, + "triassic": 4046, + "arrhenius": 4047, + "widespread": 4048, + "haopinggou": 4049, + "aeg": 4050, + "ble": 4051, + "eif": 4052, + "gd": 4053, + "grove": 4054, + "pec": 4055, + "pass": 4056, + "sat": 4057, + "wet": 4058, + "##nant": 4059, + "##sting": 4060, + "inverse": 4061, + "##ars": 4062, + "##arized": 4063, + "##oli": 4064, + "##sist": 4065, + "##igger": 4066, + "static": 4067, + "alread": 4068, + "anc": 4069, + "##irine": 4070, + "##ometric": 4071, + "ph2": 4072, + "colum": 4073, + "closed": 4074, + "interstrati": 4075, + "percent": 4076, + "perlites": 4077, + "consisting": 4078, + "120": 4079, + "##osphere": 4080, + "propose": 4081, + "dodson": 4082, + "transect": 4083, + "albitic": 4084, + "ilg": 4085, + "supported": 4086, + "extension": 4087, + "preserve": 4088, + "extracted": 4089, + "correlations": 4090, + "illustrated": 4091, + "fault": 4092, + "replaced": 4093, + "moduli": 4094, + "gneiss": 4095, + "context": 4096, + "ideal": 4097, + "insigh": 4098, + "distinguish": 4099, + "velocity": 4100, + "front": 4101, + "divided": 4102, + "symmetry": 4103, + "efficient": 4104, + "nitrogen": 4105, + "pyrope": 4106, + "appropriate": 4107, + "facilit": 4108, + "eifel": 4109, + "already": 4110, + "31": 4111, + "38": 4112, + "bush": 4113, + "cs": 4114, + "certain": 4115, + "horizon": 4116, + "just": 4117, + "oth": 4118, + "tre": 4119, + "tab": 4120, + "tem": 4121, + "##vation": 4122, + "##ctic": 4123, + "##ture": 4124, + "##rup": 4125, + "##jected": 4126, + "thir": 4127, + "##aling": 4128, + "##sid": 4129, + "##ulations": 4130, + "##theless": 4131, + "stri": 4132, + "alt": 4133, + "resear": 4134, + "plas": 4135, + "list": 4136, + "pervas": 4137, + "unique": 4138, + "notably": 4139, + "preferred": 4140, + "add": 4141, + "expos": 4142, + "##ips": 4143, + "charges": 4144, + "1150": 4145, + "primarily": 4146, + "alkalis": 4147, + "descri": 4148, + "prevent": 4149, + "fertile": 4150, + "lath": 4151, + "partly": 4152, + "simpli": 4153, + "predict": 4154, + "hydrothermally": 4155, + "interactions": 4156, + "allowing": 4157, + "granules": 4158, + "load": 4159, + "argon": 4160, + "enclosed": 4161, + "accurately": 4162, + "possibility": 4163, + "deviation": 4164, + "summary": 4165, + "diffusivities": 4166, + "colorado": 4167, + "acquired": 4168, + "quantitative": 4169, + "excell": 4170, + "accelerating": 4171, + "collision": 4172, + "nevertheless": 4173, + "187os": 4174, + "tamf": 4175, + "repeated": 4176, + "mingling": 4177, + "seismic": 4178, + "aegirine": 4179, + "interstratified": 4180, + "bushveld": 4181, + "others": 4182, + "250": 4183, + "47": 4184, + "93": 4185, + "brow": 4186, + "fire": 4187, + "kcmas": 4188, + "kola": 4189, + "pin": 4190, + "rise": 4191, + "sand": 4192, + "van": 4193, + "view": 4194, + "##uous": 4195, + "##vi": 4196, + "##ax": 4197, + "##fu": 4198, + "##ky": 4199, + "##40": 4200, + "##oll": 4201, + "##urb": 4202, + "##imal": 4203, + "forst": 4204, + "##vement": 4205, + "##opro": 4206, + "tempor": 4207, + "shosh": 4208, + "diffus": 4209, + "cold": 4210, + "interesting": 4211, + "ens": 4212, + "fractionated": 4213, + "discr": 4214, + "198": 4215, + "1500": 4216, + "controlling": 4217, + "1450": 4218, + "fracturing": 4219, + "##tening": 4220, + "extensional": 4221, + "brack": 4222, + "longer": 4223, + "buffered": 4224, + "interpretations": 4225, + "exhibits": 4226, + "half": 4227, + "petrology": 4228, + "reservoirs": 4229, + "heavier": 4230, + "retain": 4231, + "replacement": 4232, + "populations": 4233, + "stabilize": 4234, + "begin": 4235, + "mq900": 4236, + "spreading": 4237, + "constitu": 4238, + "103ln": 4239, + "robust": 4240, + "undersaturated": 4241, + "removal": 4242, + "empirical": 4243, + "photomicrographs": 4244, + "research": 4245, + "plasma": 4246, + "fireball": 4247, + "18o": 4248, + "aut": 4249, + "bish": 4250, + "date": 4251, + "emph": 4252, + "gib": 4253, + "gases": 4254, + "hu": 4255, + "mac": 4256, + "now": 4257, + "pd": 4258, + "δ65": 4259, + "##va": 4260, + "##aho": 4261, + "##tec": 4262, + "##wc": 4263, + "##haps": 4264, + "theory": 4265, + "##ital": 4266, + "##iled": 4267, + "##thalp": 4268, + "##atis": 4269, + "alone": 4270, + "beads": 4271, + "##ables": 4272, + "##eman": 4273, + "true": 4274, + "plg": 4275, + "perhaps": 4276, + "unre": 4277, + "enthalp": 4278, + "smis": 4279, + "glassy": 4280, + "leuc": 4281, + "##berg": 4282, + "surfaces": 4283, + "intra": 4284, + "intragr": 4285, + "great": 4286, + "considerable": 4287, + "idaho": 4288, + "generate": 4289, + "1400": 4290, + "quenching": 4291, + "driven": 4292, + "powders": 4293, + "approaches": 4294, + "separates": 4295, + "preservation": 4296, + "counting": 4297, + "trachytes": 4298, + "argue": 4299, + "faul": 4300, + "array": 4301, + "confirmed": 4302, + "join": 4303, + "shift": 4304, + "peraluminous": 4305, + "seems": 4306, + "hypothesis": 4307, + "global": 4308, + "reconstr": 4309, + "nominally": 4310, + "permeability": 4311, + "dataset": 4312, + "furnace": 4313, + "physical": 4314, + "ancient": 4315, + "column": 4316, + "altot": 4317, + "##oproterozoic": 4318, + "bishop": 4319, + "emphas": 4320, + "δ65cu": 4321, + "650": 4322, + "away": 4323, + "eocene": 4324, + "hbl": 4325, + "led": 4326, + "pore": 4327, + "pack": 4328, + "pix": 4329, + "sw": 4330, + "tes": 4331, + "wat": 4332, + "way": 4333, + "##nk": 4334, + "##cut": 4335, + "##11": 4336, + "##hu": 4337, + "##enc": 4338, + "##ario": 4339, + "##ana": 4340, + "##ington": 4341, + "##urally": 4342, + "exact": 4343, + "who": 4344, + "##omorph": 4345, + "placed": 4346, + "able": 4347, + "abys": 4348, + "evapor": 4349, + "subsid": 4350, + "##ending": 4351, + "immedi": 4352, + "concentrated": 4353, + "durations": 4354, + "largest": 4355, + "diffusional": 4356, + "grew": 4357, + "outl": 4358, + "##heating": 4359, + "avoid": 4360, + "##ograph": 4361, + "localities": 4362, + "convection": 4363, + "##odiorite": 4364, + "heterogeneity": 4365, + "specifically": 4366, + "crosscut": 4367, + "deviations": 4368, + "steep": 4369, + "rbb": 4370, + "aragu": 4371, + "scattered": 4372, + "alternative": 4373, + "frequency": 4374, + "discrep": 4375, + "exhumation": 4376, + "backscattered": 4377, + "tephra": 4378, + "replenishment": 4379, + "outcrop": 4380, + "isothermal": 4381, + "excellent": 4382, + "abyssal": 4383, + "subsidence": 4384, + "immediately": 4385, + "27": 4386, + "43": 4387, + "bay": 4388, + "dmm": 4389, + "giv": 4390, + "give": 4391, + "lumines": 4392, + "rio": 4393, + "wang": 4394, + "worl": 4395, + "##istrib": 4396, + "##ctive": 4397, + "##covite": 4398, + "##ao": 4399, + "##ptions": 4400, + "##ga": 4401, + "##mann": 4402, + "##jection": 4403, + "##koy": 4404, + "##inds": 4405, + "##arge": 4406, + "expa": 4407, + "##ainha": 4408, + "##oming": 4409, + "presum": 4410, + "ph4": 4411, + "deb": 4412, + "track": 4413, + "acid": 4414, + "actin": 4415, + "active": 4416, + "##cherm": 4417, + "relict": 4418, + "##ades": 4419, + "sof": 4420, + "solv": 4421, + "1050": 4422, + "implying": 4423, + "redistrib": 4424, + "remained": 4425, + "growing": 4426, + "design": 4427, + "193": 4428, + "##lie": 4429, + "explo": 4430, + "molten": 4431, + "potassi": 4432, + "displac": 4433, + "##ishing": 4434, + "draw": 4435, + "incorporate": 4436, + "power": 4437, + "examples": 4438, + "accordingly": 4439, + "extraction": 4440, + "planar": 4441, + "reacting": 4442, + "adjust": 4443, + "applicable": 4444, + "regimes": 4445, + "ridges": 4446, + "residue": 4447, + "scheme": 4448, + "sufficiently": 4449, + "examined": 4450, + "alignment": 4451, + "muscovite": 4452, + "asthenospheric": 4453, + "established": 4454, + "assumption": 4455, + "tscherm": 4456, + "immisc": 4457, + "transmission": 4458, + "explanation": 4459, + "expansion": 4460, + "blebs": 4461, + "third": 4462, + "simplified": 4463, + "forsterite": 4464, + "araguainha": 4465, + "world": 4466, + "expand": 4467, + "potassium": 4468, + "48": 4469, + "52": 4470, + "67": 4471, + "bo": 4472, + "cros": 4473, + "day": 4474, + "emb": 4475, + "gb": 4476, + "mas": 4477, + "pi": 4478, + "right": 4479, + "sti": 4480, + "vess": 4481, + "xi": 4482, + "##o4": 4483, + "##core": 4484, + "##xe": 4485, + "##ware": 4486, + "thole": 4487, + "##let": 4488, + "##iding": 4489, + "sto": 4490, + "stag": 4491, + "stress": 4492, + "##ceed": 4493, + "diver": 4494, + "once": 4495, + "##dix": 4496, + "trivalent": 4497, + "trigger": 4498, + "unus": 4499, + "former": 4500, + "nev": 4501, + "expect": 4502, + "pools": 4503, + "left": 4504, + "speciation": 4505, + "##solute": 4506, + "consistently": 4507, + "remark": 4508, + "transform": 4509, + "outside": 4510, + "absorb": 4511, + "find": 4512, + "reflected": 4513, + "2000": 4514, + "investigation": 4515, + "investigations": 4516, + "oshima": 4517, + "apparently": 4518, + "paths": 4519, + "##ography": 4520, + "introduced": 4521, + "sills": 4522, + "resolved": 4523, + "##times": 4524, + "##1200": 4525, + "linked": 4526, + "extended": 4527, + "orogenic": 4528, + "undergone": 4529, + "cycles": 4530, + "entrained": 4531, + "discrete": 4532, + "contributions": 4533, + "recrystallization": 4534, + "dispersive": 4535, + "scenario": 4536, + "integrated": 4537, + "sphere": 4538, + "thermobarometer": 4539, + "resetting": 4540, + "rift": 4541, + "elongate": 4542, + "hqa1200": 4543, + "roughly": 4544, + "framework": 4545, + "ensure": 4546, + "softening": 4547, + "tholei": 4548, + "41": 4549, + "dil": 4550, + "fna": 4551, + "fresh": 4552, + "gu": 4553, + "ham": 4554, + "jade": 4555, + "lake": 4556, + "lighter": 4557, + "o2": 4558, + "oph": 4559, + "qz": 4560, + "tav": 4561, + "ysrp": 4562, + "##cill": 4563, + "##lı": 4564, + "##san": 4565, + "##tom": 4566, + "##mic": 4567, + "##kn": 4568, + "##ki": 4569, + "##zation": 4570, + "##ening": 4571, + "##endix": 4572, + "##roc": 4573, + "##anc": 4574, + "##ura": 4575, + "rech": 4576, + "##imanite": 4577, + "stre": 4578, + "ash": 4579, + "crater": 4580, + "##cep": 4581, + "ones": 4582, + "##ape": 4583, + "resorption": 4584, + "resorbed": 4585, + "basanite": 4586, + "haw": 4587, + "absolute": 4588, + "modern": 4589, + "##ariant": 4590, + "subcontin": 4591, + "index": 4592, + "appendix": 4593, + "fractionations": 4594, + "decay": 4595, + "decreased": 4596, + "sometimes": 4597, + "cooled": 4598, + "complexes": 4599, + "ordering": 4600, + "petrography": 4601, + "directions": 4602, + "mechanical": 4603, + "centre": 4604, + "describe": 4605, + "oscill": 4606, + "rarely": 4607, + "bare": 4608, + "##anning": 4609, + "blueschists": 4610, + "couple": 4611, + "loaded": 4612, + "fitting": 4613, + "porosity": 4614, + "sillimanite": 4615, + "release": 4616, + "marginal": 4617, + "link": 4618, + "microstructural": 4619, + "238": 4620, + "quantify": 4621, + "drillcore": 4622, + "icelandic": 4623, + "randomly": 4624, + "success": 4625, + "granitoids": 4626, + "substantial": 4627, + "simultaneously": 4628, + "plagiogranite": 4629, + "porphyroblasts": 4630, + "granophyre": 4631, + "pervasive": 4632, + "brown": 4633, + "tschermak": 4634, + "jadeite": 4635, + "tavsan": 4636, + "tavsanlı": 4637, + "54": 4638, + "56": 4639, + "68": 4640, + "750": 4641, + "fits": 4642, + "kil": 4643, + "mree": 4644, + "mort": 4645, + "take": 4646, + "εnd": 4647, + "##vil": 4648, + "##co3": 4649, + "##aight": 4650, + "##den": 4651, + "##hr": 4652, + "##tially": 4653, + "inhib": 4654, + "coesite": 4655, + "##itectic": 4656, + "##eca": 4657, + "##ushed": 4658, + "states": 4659, + "stored": 4660, + "att": 4661, + "diorites": 4662, + "##ichi": 4663, + "resem": 4664, + "resour": 4665, + "colored": 4666, + "##aternary": 4667, + "peritectic": 4668, + "quaternary": 4669, + "##erson": 4670, + "strained": 4671, + "straight": 4672, + "expression": 4673, + "geologic": 4674, + "##ielding": 4675, + "##ortun": 4676, + "correct": 4677, + "evolving": 4678, + "belong": 4679, + "limb": 4680, + "controls": 4681, + "apfu": 4682, + "define": 4683, + "simply": 4684, + "slabs": 4685, + "spectral": 4686, + "lamellar": 4687, + "assig": 4688, + "poorly": 4689, + "kimberlites": 4690, + "ternary": 4691, + "film": 4692, + "argu": 4693, + "paleoproterozoic": 4694, + "intruded": 4695, + "cameca": 4696, + "comprises": 4697, + "inductively": 4698, + "numerical": 4699, + "supports": 4700, + "input": 4701, + "pargasite": 4702, + "morphology": 4703, + "question": 4704, + "exponential": 4705, + "solvus": 4706, + "redistribution": 4707, + "stoichi": 4708, + "absorbance": 4709, + "subcontinental": 4710, + "2σ": 4711, + "44": 4712, + "59": 4713, + "550": 4714, + "85": 4715, + "bc": 4716, + "bri": 4717, + "dig": 4718, + "dram": 4719, + "dried": 4720, + "eth": 4721, + "h2": 4722, + "hno": 4723, + "kly": 4724, + "ln": 4725, + "yielding": 4726, + "##evs": 4727, + "##ily": 4728, + "##osi": 4729, + "##sely": 4730, + "##ta": 4731, + "##west": 4732, + "##ker": 4733, + "##titic": 4734, + "##inite": 4735, + "##alite": 4736, + "##ordi": 4737, + "##isite": 4738, + "##isot": 4739, + "##rometer": 4740, + "statis": 4741, + "proceed": 4742, + "##omm": 4743, + "##omag": 4744, + "chall": 4745, + "changing": 4746, + "span": 4747, + "feol": 4748, + "unkn": 4749, + "enter": 4750, + "##arios": 4751, + "subtr": 4752, + "next": 4753, + "applying": 4754, + "##ously": 4755, + "soft": 4756, + "corro": 4757, + "##uchevs": 4758, + "##curs": 4759, + "geophy": 4760, + "similarity": 4761, + "overestim": 4762, + "eclogitic": 4763, + "agate": 4764, + "##gram": 4765, + "microlite": 4766, + "propag": 4767, + "##ovalent": 4768, + "considerably": 4769, + "##ifer": 4770, + "distributed": 4771, + "diamonds": 4772, + "##adily": 4773, + "feldspars": 4774, + "distinctive": 4775, + "know": 4776, + "mounted": 4777, + "synthesis": 4778, + "slower": 4779, + "halogen": 4780, + "intervals": 4781, + "steps": 4782, + "##timately": 4783, + "porphyritic": 4784, + "powdered": 4785, + "catho": 4786, + "snake": 4787, + "protoliths": 4788, + "examine": 4789, + "alternatively": 4790, + "reproduced": 4791, + "scenarios": 4792, + "buoy": 4793, + "realistic": 4794, + "connected": 4795, + "vesicles": 4796, + "instrument": 4797, + "chemically": 4798, + "trajectory": 4799, + "listed": 4800, + "temporal": 4801, + "shoshon": 4802, + "##omorphic": 4803, + "piec": 4804, + "recharge": 4805, + "238u": 4806, + "dramatic": 4807, + "hno3": 4808, + "klyuchevs": 4809, + "unknown": 4810, + "software": 4811, + "klyuchevskoy": 4812, + "09": 4813, + "69": 4814, + "88": 4815, + "hsm": 4816, + "lst": 4817, + "md": 4818, + "m3": 4819, + "oct": 4820, + "sb": 4821, + "sole": 4822, + "schist": 4823, + "sector": 4824, + "wave": 4825, + "##co": 4826, + "##sd": 4827, + "##gg": 4828, + "##genetic": 4829, + "##hang": 4830, + "##bole": 4831, + "##tization": 4832, + "##inations": 4833, + "##elitic": 4834, + "##olitic": 4835, + "coher": 4836, + "coord": 4837, + "isobar": 4838, + "rees": 4839, + "##imod": 4840, + "atte": 4841, + "melted": 4842, + "##osing": 4843, + "probe": 4844, + "making": 4845, + "plain": 4846, + "class": 4847, + "sparse": 4848, + "mineralic": 4849, + "perf": 4850, + "##aceous": 4851, + "seven": 4852, + "sobole": 4853, + "prism": 4854, + "geometry": 4855, + "##genesis": 4856, + "refin": 4857, + "significance": 4858, + "monovalent": 4859, + "uppermost": 4860, + "capac": 4861, + "finding": 4862, + "generations": 4863, + "petrogenesis": 4864, + "drag": 4865, + "influx": 4866, + "preserves": 4867, + "epis": 4868, + "reveals": 4869, + "southeast": 4870, + "localized": 4871, + "released": 4872, + "exists": 4873, + "dense": 4874, + "return": 4875, + "applications": 4876, + "comprise": 4877, + "snow": 4878, + "gneisses": 4879, + "needed": 4880, + "##where": 4881, + "aligned": 4882, + "chromian": 4883, + "minimize": 4884, + "mwc": 4885, + "##entioned": 4886, + "intense": 4887, + "formula": 4888, + "promin": 4889, + "problems": 4890, + "mobil": 4891, + "crucible": 4892, + "quality": 4893, + "welded": 4894, + "bottom": 4895, + "charnockite": 4896, + "laths": 4897, + "watson": 4898, + "actinolite": 4899, + "stagnant": 4900, + "stretch": 4901, + "oscillatory": 4902, + "mortar": 4903, + "##imodal": 4904, + "attemp": 4905, + "sobolev": 4906, + "08": 4907, + "2a": 4908, + "3a": 4909, + "46": 4910, + "4he": 4911, + "57": 4912, + "82": 4913, + "91": 4914, + "bud": 4915, + "dated": 4916, + "drop": 4917, + "ero": 4918, + "fay": 4919, + "fct": 4920, + "fund": 4921, + "jx": 4922, + "lost": 4923, + "lined": 4924, + "rot": 4925, + "war": 4926, + "wind": 4927, + "##nes": 4928, + "##ev": 4929, + "##can": 4930, + "##litic": 4931, + "##sh": 4932, + "##go": 4933, + "##ju": 4934, + "##zon": 4935, + "##onsist": 4936, + "##ened": 4937, + "##ator": 4938, + "##ores": 4939, + "##asting": 4940, + "##ank": 4941, + "cour": 4942, + "coinc": 4943, + "readily": 4944, + "##imer": 4945, + "##atites": 4946, + "atten": 4947, + "crushed": 4948, + "bey": 4949, + "##abric": 4950, + "##ematite": 4951, + "contacts": 4952, + "##amb": 4953, + "shaded": 4954, + "inconsist": 4955, + "parag": 4956, + "lies": 4957, + "##ries": 4958, + "acicular": 4959, + "reliable": 4960, + "unzon": 4961, + "analyz": 4962, + "crystallinity": 4963, + "datab": 4964, + "arrow": 4965, + "argen": 4966, + "variables": 4967, + "##tivities": 4968, + "zonation": 4969, + "detector": 4970, + "micas": 4971, + "poik": 4972, + "measuring": 4973, + "miocene": 4974, + "became": 4975, + "monit": 4976, + "arcs": 4977, + "providing": 4978, + "xenocrysts": 4979, + "association": 4980, + "numbers": 4981, + "distributions": 4982, + "##key": 4983, + "discuss": 4984, + "1600": 4985, + "##oxy": 4986, + "device": 4987, + "petrologic": 4988, + "aggregate": 4989, + "existence": 4990, + "axes": 4991, + "spatially": 4992, + "hotter": 4993, + "cratonic": 4994, + "positions": 4995, + "##dolumines": 4996, + "islands": 4997, + "edge": 4998, + "terrain": 4999, + "##while": 5000, + "emission": 5001, + "procedures": 5002, + "highlighted": 5003, + "hqb": 5004, + "reproducibility": 5005, + "contribute": 5006, + "dimensional": 5007, + "opposite": 5008, + "extrapolation": 5009, + "735": 5010, + "owing": 5011, + "operating": 5012, + "annealed": 5013, + "neoblasts": 5014, + "preferentially": 5015, + "gabbronorites": 5016, + "drive": 5017, + "percol": 5018, + "recovered": 5019, + "103lnβ": 5020, + "ophi": 5021, + "hawai": 5022, + "##iferous": 5023, + "cathodolumines": 5024, + "octa": 5025, + "prismatic": 5026, + "prominent": 5027, + "fundam": 5028, + "jxa": 5029, + "window": 5030, + "unzoned": 5031, + "49": 5032, + "63": 5033, + "bind": 5034, + "bimodal": 5035, + "cf": 5036, + "dt": 5037, + "days": 5038, + "fb": 5039, + "fore": 5040, + "fabric": 5041, + "gul": 5042, + "genetic": 5043, + "kac": 5044, + "l14": 5045, + "mor": 5046, + "mach": 5047, + "nam": 5048, + "nak": 5049, + "nist": 5050, + "pum": 5051, + "ub": 5052, + "vac": 5053, + "ze": 5054, + "##imp": 5055, + "##ipped": 5056, + "##stic": 5057, + "##rations": 5058, + "##gs": 5059, + "##went": 5060, + "##8pb": 5061, + "##itted": 5062, + "##ats": 5063, + "##arding": 5064, + "##asal": 5065, + "##elf": 5066, + "##eline": 5067, + "##aged": 5068, + "start": 5069, + "moving": 5070, + "grav": 5071, + "trench": 5072, + "chec": 5073, + "feti": 5074, + "quad": 5075, + "enhan": 5076, + "metap": 5077, + "apprec": 5078, + "upli": 5079, + "equipped": 5080, + "glacial": 5081, + "precurs": 5082, + "valid": 5083, + "##ached": 5084, + "expressed": 5085, + "coeval": 5086, + "208pb": 5087, + "underwent": 5088, + "##xtap": 5089, + "agree": 5090, + "volumetric": 5091, + "contrasts": 5092, + "conductivities": 5093, + "##rystic": 5094, + "itself": 5095, + "constraining": 5096, + "mesh": 5097, + "radio": 5098, + "defoc": 5099, + "meanwhile": 5100, + "else": 5101, + "precise": 5102, + "knapp": 5103, + "approximate": 5104, + "differentiated": 5105, + "influenced": 5106, + "epoxy": 5107, + "easily": 5108, + "morbs": 5109, + "activities": 5110, + "##ropic": 5111, + "roof": 5112, + "modification": 5113, + "held": 5114, + "sequences": 5115, + "occurrences": 5116, + "denot": 5117, + "illustrate": 5118, + "opening": 5119, + "reflecting": 5120, + "gradual": 5121, + "##pended": 5122, + "suspended": 5123, + "reasonable": 5124, + "succes": 5125, + "mushy": 5126, + "asthenosphere": 5127, + "juxtap": 5128, + "inherited": 5129, + "batch": 5130, + "xrd": 5131, + "pulse": 5132, + "segregation": 5133, + "insight": 5134, + "enthalpy": 5135, + "faults": 5136, + "luminescent": 5137, + "##ordia": 5138, + "hsmis": 5139, + "coherent": 5140, + "stretching": 5141, + "poikil": 5142, + "bindeman": 5143, + "kacp": 5144, + "07": 5145, + "1b": 5146, + "42": 5147, + "99": 5148, + "amp": 5149, + "bed": 5150, + "cer": 5151, + "csrp": 5152, + "ded": 5153, + "eng": 5154, + "land": 5155, + "od": 5156, + "rou": 5157, + "s6": 5158, + "zhang": 5159, + "##isition": 5160, + "##ooth": 5161, + "##ael": 5162, + "##long": 5163, + "##sical": 5164, + "##taceous": 5165, + "##ndy": 5166, + "##ared": 5167, + "##roduce": 5168, + "##asion": 5169, + "##lev": 5170, + "##anular": 5171, + "##elting": 5172, + "exer": 5173, + "compens": 5174, + "compression": 5175, + "compiled": 5176, + "alum": 5177, + "antil": 5178, + "onto": 5179, + "program": 5180, + "grid": 5181, + "plau": 5182, + "basic": 5183, + "basanites": 5184, + "spring": 5185, + "quite": 5186, + "indisting": 5187, + "silicon": 5188, + "##achim": 5189, + "smooth": 5190, + "geology": 5191, + "geodynamic": 5192, + "micron": 5193, + "regarding": 5194, + "granodiorite": 5195, + "amorph": 5196, + "referred": 5197, + "accomp": 5198, + "determining": 5199, + "1250": 5200, + "patch": 5201, + "remob": 5202, + "remelting": 5203, + "polishing": 5204, + "noritic": 5205, + "explore": 5206, + "empa": 5207, + "blundy": 5208, + "predicts": 5209, + "30si": 5210, + "megacryst": 5211, + "extensively": 5212, + "1998": 5213, + "separation": 5214, + "displayed": 5215, + "allowed": 5216, + "delam": 5217, + "loop": 5218, + "orthopyroxenes": 5219, + "##ixian": 5220, + "trapping": 5221, + "settled": 5222, + "mushes": 5223, + "##fully": 5224, + "##grown": 5225, + "resident": 5226, + "cretaceous": 5227, + "joachim": 5228, + "holland": 5229, + "summarized": 5230, + "exsolved": 5231, + "square": 5232, + "shifts": 5233, + "quantified": 5234, + "acquisition": 5235, + "timescale": 5236, + "##uishable": 5237, + "mobile": 5238, + "pseudos": 5239, + "kinetics": 5240, + "causes": 5241, + "titanomag": 5242, + "terrane": 5243, + "thermocouple": 5244, + "##oliq": 5245, + "horizontal": 5246, + "treat": 5247, + "discrepancy": 5248, + "argued": 5249, + "geophysical": 5250, + "episod": 5251, + "budget": 5252, + "fayalite": 5253, + "course": 5254, + "beyond": 5255, + "ubiqu": 5256, + "elsewhere": 5257, + "poikilitic": 5258, + "alumina": 5259, + "antilles": 5260, + "indistinguishable": 5261, + "remobil": 5262, + "titanomagnetite": 5263, + "04": 5264, + "4a": 5265, + "asi": 5266, + "bent": 5267, + "camp": 5268, + "dot": 5269, + "dam": 5270, + "done": 5271, + "eight": 5272, + "gh": 5273, + "germ": 5274, + "her": 5275, + "idi": 5276, + "ml": 5277, + "m1": 5278, + "m4": 5279, + "mil": 5280, + "mos": 5281, + "pil": 5282, + "pock": 5283, + "ren": 5284, + "ring": 5285, + "rig": 5286, + "tong": 5287, + "util": 5288, + "xl": 5289, + "##iant": 5290, + "##vz": 5291, + "##radi": 5292, + "##his": 5293, + "##hom": 5294, + "##32": 5295, + "##ered": 5296, + "instit": 5297, + "inset": 5298, + "##orting": 5299, + "##ings": 5300, + "coo": 5301, + "coast": 5302, + "##etr": 5303, + "##eth": 5304, + "iss": 5305, + "rev": 5306, + "reverse": 5307, + "stated": 5308, + "aliv": 5309, + "attain": 5310, + "cr2o3": 5311, + "##iber": 5312, + "orange": 5313, + "prolong": 5314, + "##ogram": 5315, + "##ived": 5316, + "shiant": 5317, + "trinity": 5318, + "choic": 5319, + "clm": 5320, + "elect": 5321, + "interfaces": 5322, + "weather": 5323, + "unp": 5324, + "metast": 5325, + "##atest": 5326, + "##ectors": 5327, + "mgco3": 5328, + "mgoliq": 5329, + "immediate": 5330, + "alloy": 5331, + "care": 5332, + "lowering": 5333, + "##achment": 5334, + "adding": 5335, + "hosts": 5336, + "##ondo": 5337, + "solidified": 5338, + "accoun": 5339, + "##ledge": 5340, + "determinations": 5341, + "metamorphosed": 5342, + "belts": 5343, + "characterize": 5344, + "closer": 5345, + "radii": 5346, + "144": 5347, + "apart": 5348, + "constants": 5349, + "normative": 5350, + "##heated": 5351, + "##iorso": 5352, + "barro": 5353, + "meaning": 5354, + "layering": 5355, + "crystallising": 5356, + "bah": 5357, + "approximation": 5358, + "linearly": 5359, + "metaluminous": 5360, + "fugacities": 5361, + "histogram": 5362, + "superheating": 5363, + "continued": 5364, + "takes": 5365, + "reactive": 5366, + "convention": 5367, + "understood": 5368, + "shapes": 5369, + "densities": 5370, + "continuously": 5371, + "evaluated": 5372, + "residues": 5373, + "fallout": 5374, + "independently": 5375, + "john": 5376, + "classified": 5377, + "sv10": 5378, + "microscopy": 5379, + "cratons": 5380, + "magnesio": 5381, + "signals": 5382, + "principal": 5383, + "favor": 5384, + "substantially": 5385, + "consum": 5386, + "tetrahedron": 5387, + "regardless": 5388, + "ignim": 5389, + "descriptions": 5390, + "bracket": 5391, + "gibb": 5392, + "intragrain": 5393, + "capacity": 5394, + "inconsistent": 5395, + "cathodoluminescence": 5396, + "fundamental": 5397, + "defocused": 5398, + "landau": 5399, + "ghiorso": 5400, + "pillow": 5401, + "metastable": 5402, + "4b": 5403, + "58": 5404, + "780": 5405, + "aer": 5406, + "aust": 5407, + "d2": 5408, + "dend": 5409, + "fis": 5410, + "gm": 5411, + "hole": 5412, + "hwc": 5413, + "my": 5414, + "sk": 5415, + "ses": 5416, + "siv": 5417, + "sized": 5418, + "tan": 5419, + "wol": 5420, + "##nos": 5421, + "##uit": 5422, + "##uent": 5423, + "##uts": 5424, + "##iors": 5425, + "##oh": 5426, + "##ca": 5427, + "##lated": 5428, + "##ps": 5429, + "##ging": 5430, + "##fm": 5431, + "##ba": 5432, + "##bre": 5433, + "##600": 5434, + "thor": 5435, + "##onian": 5436, + "##inities": 5437, + "##mpor": 5438, + "##elt": 5439, + "##eled": 5440, + "##olds": 5441, + "isles": 5442, + "##idence": 5443, + "##ections": 5444, + "alumin": 5445, + "distr": 5446, + "diverse": 5447, + "##ichael": 5448, + "sun": 5449, + "makes": 5450, + "diffuse": 5451, + "wash": 5452, + "intergr": 5453, + "abbre": 5454, + "##rier": 5455, + "##rihis": 5456, + "fe2o3": 5457, + "##ayed": 5458, + "##utes": 5459, + "indian": 5460, + "neither": 5461, + "depart": 5462, + "mega": 5463, + "coron": 5464, + "hyper": 5465, + "##tine": 5466, + "imped": 5467, + "transi": 5468, + "sourced": 5469, + "##netic": 5470, + "scanning": 5471, + "carbonated": 5472, + "125": 5473, + "extends": 5474, + "contrasting": 5475, + "plumb": 5476, + "belie": 5477, + "lithology": 5478, + "pyroxenites": 5479, + "consideration": 5480, + "constructed": 5481, + "##icked": 5482, + "origins": 5483, + "potassic": 5484, + "petrogenetic": 5485, + "predictions": 5486, + "powell": 5487, + "mno": 5488, + "identification": 5489, + "tectonics": 5490, + "concluded": 5491, + "trending": 5492, + "combining": 5493, + "176": 5494, + "reactiv": 5495, + "filter": 5496, + "availability": 5497, + "denote": 5498, + "luth": 5499, + "regressions": 5500, + "permit": 5501, + "dehydrated": 5502, + "comprised": 5503, + "comprising": 5504, + "serpentine": 5505, + "created": 5506, + "accumulated": 5507, + "##1314": 5508, + "concern": 5509, + "unlike": 5510, + "mc1314": 5511, + "sio4": 5512, + "highlight": 5513, + "##critical": 5514, + "insen": 5515, + "weakly": 5516, + "months": 5517, + "actual": 5518, + "casc": 5519, + "overgrowths": 5520, + "batches": 5521, + "sheet": 5522, + "sciences": 5523, + "resistance": 5524, + "address": 5525, + "##viations": 5526, + "diffusing": 5527, + "interestingly": 5528, + "discrimin": 5529, + "beginning": 5530, + "evaporation": 5531, + "outlined": 5532, + "crosscutting": 5533, + "gives": 5534, + "presumably": 5535, + "unusual": 5536, + "resources": 5537, + "knowledge": 5538, + "pieces": 5539, + "hqb900": 5540, + "patchy": 5541, + "pockets": 5542, + "prolonged": 5543, + "conventional": 5544, + "sivrihis": 5545, + "abbreviations": 5546, + "sivrihisar": 5547, + "290": 5548, + "350": 5549, + "66": 5550, + "78": 5551, + "79": 5552, + "97": 5553, + "elu": 5554, + "egm": 5555, + "fut": 5556, + "fail": 5557, + "gang": 5558, + "hend": 5559, + "hous": 5560, + "hcl": 5561, + "kg": 5562, + "les": 5563, + "moss": 5564, + "mentioned": 5565, + "native": 5566, + "ple": 5567, + "r3": 5568, + "raster": 5569, + "rinds": 5570, + "tends": 5571, + "vib": 5572, + "εhf": 5573, + "##iro": 5574, + "##cnk": 5575, + "##aic": 5576, + "##take": 5577, + "##yb": 5578, + "##yric": 5579, + "##dom": 5580, + "##gonal": 5581, + "##mem": 5582, + "##16": 5583, + "##fi": 5584, + "##for": 5585, + "##ford": 5586, + "##horn": 5587, + "##23": 5588, + "##inces": 5589, + "##itable": 5590, + "##iction": 5591, + "##analy": 5592, + "##anced": 5593, + "tom": 5594, + "##sitively": 5595, + "##urhorn": 5596, + "concept": 5597, + "coh": 5598, + "##isu": 5599, + "reo2": 5600, + "staf": 5601, + "compilation": 5602, + "atr": 5603, + "##osites": 5604, + "anvil": 5605, + "##uction": 5606, + "diav": 5607, + "##aben": 5608, + "project": 5609, + "proterozoic": 5610, + "##omer": 5611, + "chron": 5612, + "differs": 5613, + "resin": 5614, + "interl": 5615, + "intergrowth": 5616, + "liang": 5617, + "wehr": 5618, + "disapp": 5619, + "modes": 5620, + "unf": 5621, + "metab": 5622, + "sealed": 5623, + "##ended": 5624, + "preex": 5625, + "varied": 5626, + "adop": 5627, + "detect": 5628, + "decou": 5629, + "thermo": 5630, + "positively": 5631, + "2010": 5632, + "phenom": 5633, + "complement": 5634, + "infr": 5635, + "enrichments": 5636, + "texturally": 5637, + "provinces": 5638, + "assemblies": 5639, + "bellev": 5640, + "discord": 5641, + "nord": 5642, + "explored": 5643, + "continent": 5644, + "transitional": 5645, + "molyb": 5646, + "ordered": 5647, + "originally": 5648, + "finite": 5649, + "limitations": 5650, + "ruape": 5651, + "##licate": 5652, + "importantly": 5653, + "##apped": 5654, + "##apping": 5655, + "driv": 5656, + "accord": 5657, + "polygonal": 5658, + "clean": 5659, + "approached": 5660, + "brecc": 5661, + "superp": 5662, + "supercritical": 5663, + "southward": 5664, + "reaching": 5665, + "nuclear": 5666, + "loose": 5667, + "fitted": 5668, + "involves": 5669, + "sumisu": 5670, + "anorthosite": 5671, + "anorthosites": 5672, + "convective": 5673, + "##auer": 5674, + "##mmcnk": 5675, + "currently": 5676, + "illustrates": 5677, + "polymer": 5678, + "migm": 5679, + "create": 5680, + "misoriented": 5681, + "shifted": 5682, + "concordia": 5683, + "ccsd": 5684, + "highlights": 5685, + "preparation": 5686, + "essential": 5687, + "chromite": 5688, + "imaged": 5689, + "intensive": 5690, + "magnesian": 5691, + "exhumed": 5692, + "homogenous": 5693, + "contempor": 5694, + "dimensions": 5695, + "buil": 5696, + "juan": 5697, + "assumptions": 5698, + "qualit": 5699, + "penins": 5700, + "encoun": 5701, + "dissoci": 5702, + "occup": 5703, + "occasion": 5704, + "striking": 5705, + "reconstructed": 5706, + "pixel": 5707, + "hamm": 5708, + "resemble": 5709, + "isobaric": 5710, + "refinement": 5711, + "snowball": 5712, + "database": 5713, + "735b": 5714, + "uplift": 5715, + "plausible": 5716, + "dotted": 5717, + "germany": 5718, + "weathering": 5719, + "johnson": 5720, + "austurhorn": 5721, + "plumbing": 5722, + "insensitive": 5723, + "future": 5724, + "henderson": 5725, + "stafmmcnk": 5726, + "diavik": 5727, + "disappear": 5728, + "preexisting": 5729, + "bellevue": 5730, + "ruapehu": 5731, + "stafmmcnkpo": 5732, + "1a": 5733, + "3d": 5734, + "6a": 5735, + "690": 5736, + "81": 5737, + "9a": 5738, + "98": 5739, + "aper": 5740, + "adi": 5741, + "born": 5742, + "cup": 5743, + "dred": 5744, + "daf": 5745, + "fec": 5746, + "fib": 5747, + "fang": 5748, + "gp": 5749, + "gross": 5750, + "hart": 5751, + "hill": 5752, + "kd": 5753, + "lon": 5754, + "mit": 5755, + "nine": 5756, + "oik": 5757, + "ppt": 5758, + "sø": 5759, + "tin": 5760, + "tent": 5761, + "tce": 5762, + "tens": 5763, + "vast": 5764, + "vectors": 5765, + "##eting": 5766, + "##s2": 5767, + "##sri": 5768, + "##yn": 5769, + "##gn": 5770, + "##gor": 5771, + "##ms": 5772, + "##wich": 5773, + "##wide": 5774, + "##ham": 5775, + "##hile": 5776, + "##ken": 5777, + "thresh": 5778, + "##ones": 5779, + "##ators": 5780, + "inside": 5781, + "##orter": 5782, + "##icl": 5783, + "##ices": 5784, + "##icit": 5785, + "##lem": 5786, + "##anov": 5787, + "##stable": 5788, + "##sile": 5789, + "##ager": 5790, + "##etot": 5791, + "##ustite": 5792, + "aspec": 5793, + "atlan": 5794, + "melange": 5795, + "##osomes": 5796, + "anat": 5797, + "anisot": 5798, + "##ements": 5799, + "moves": 5800, + "movement": 5801, + "onset": 5802, + "shorter": 5803, + "coll": 5804, + "##2o5": 5805, + "interf": 5806, + "intergrown": 5807, + "distil": 5808, + "discontin": 5809, + "called": 5810, + "##une": 5811, + "##unctions": 5812, + "##cheng": 5813, + "unm": 5814, + "unstable": 5815, + "##arities": 5816, + "evans": 5817, + "##oclases": 5818, + "plagioclases": 5819, + "increment": 5820, + "apply": 5821, + "uptake": 5822, + "canada": 5823, + "variance": 5824, + "adequ": 5825, + "thermometry": 5826, + "thermochron": 5827, + "2014": 5828, + "tims": 5829, + "rhyod": 5830, + "heise": 5831, + "reduce": 5832, + "monz": 5833, + "foliation": 5834, + "matzen": 5835, + "curv": 5836, + "eu3": 5837, + "explicit": 5838, + "manif": 5839, + "2008": 5840, + "investigating": 5841, + "diameters": 5842, + "ulst": 5843, + "ultimately": 5844, + "invariant": 5845, + "influences": 5846, + "displaying": 5847, + "devonian": 5848, + "supersolidus": 5849, + "schm": 5850, + "pathways": 5851, + "taking": 5852, + "decomposition": 5853, + "fluxes": 5854, + "labeled": 5855, + "paleozoic": 5856, + "illustrating": 5857, + "evaluation": 5858, + "walls": 5859, + "86sri": 5860, + "falls": 5861, + "angles": 5862, + "edges": 5863, + "polaron": 5864, + "sv12": 5865, + "mineralogical": 5866, + "gradually": 5867, + "clustering": 5868, + "orogeny": 5869, + "necessarily": 5870, + "photograph": 5871, + "excimer": 5872, + "minimal": 5873, + "insp": 5874, + "36ar": 5875, + "supporting": 5876, + "annealing": 5877, + "tabs": 5878, + "sandwich": 5879, + "constituents": 5880, + "greatly": 5881, + "debate": 5882, + "drawn": 5883, + "adjusted": 5884, + "worldwide": 5885, + "solely": 5886, + "percolating": 5887, + "fbh": 5888, + "denotes": 5889, + "treatment": 5890, + "institute": 5891, + "coastal": 5892, + "144nd": 5893, + "dendritic": 5894, + "myr": 5895, + "impedance": 5896, + "infrared": 5897, + "dissociation": 5898, + "adiab": 5899, + "bornite": 5900, + "fangcheng": 5901, + "tiny": 5902, + "tcea": 5903, + "aspects": 5904, + "3c": 5905, + "5a": 5906, + "51": 5907, + "5b": 5908, + "72": 5909, + "89": 5910, + "box": 5911, + "dest": 5912, + "ever": 5913, + "fm": 5914, + "gual": 5915, + "hap": 5916, + "hund": 5917, + "kj": 5918, + "kon": 5919, + "ld": 5920, + "lan": 5921, + "nick": 5922, + "pan": 5923, + "pits": 5924, + "s2": 5925, + "ske": 5926, + "tur": 5927, + "tail": 5928, + "worth": 5929, + "wavel": 5930, + "xu": 5931, + "##uy": 5932, + "##cpx": 5933, + "##sity": 5934, + "##ying": 5935, + "##gent": 5936, + "##gites": 5937, + "##gression": 5938, + "##michael": 5939, + "##bag": 5940, + "##bell": 5941, + "##bauer": 5942, + "##onti": 5943, + "##ering": 5944, + "##alerite": 5945, + "##iter": 5946, + "##ara": 5947, + "##lear": 5948, + "co3": 5949, + "##ett": 5950, + "isop": 5951, + "##ula": 5952, + "##ili": 5953, + "##ilbag": 5954, + "##uss": 5955, + "stell": 5956, + "crush": 5957, + "##oses": 5958, + "##ume": 5959, + "##dium": 5960, + "shut": 5961, + "incoming": 5962, + "trun": 5963, + "basins": 5964, + "park": 5965, + "intercept": 5966, + "interiors": 5967, + "weigh": 5968, + "perli": 5969, + "perple": 5970, + "disag": 5971, + "unradi": 5972, + "##ellite": 5973, + "reproduce": 5974, + "depression": 5975, + "##avage": 5976, + "upvs": 5977, + "sodium": 5978, + "preced": 5979, + "valle": 5980, + "valley": 5981, + "lowered": 5982, + "clino": 5983, + "cargo": 5984, + "carmichael": 5985, + "##istocene": 5986, + "pods": 5987, + "##illa": 5988, + "underpl": 5989, + "carboniferous": 5990, + "notice": 5991, + "accomm": 5992, + "completed": 5993, + "126": 5994, + "microanaly": 5995, + "infinite": 5996, + "increasingly": 5997, + "greatest": 5998, + "transfer": 5999, + "foil": 6000, + "limiting": 6001, + "electronic": 6002, + "eu2": 6003, + "explains": 6004, + "130": 6005, + "unclear": 6006, + "radiation": 6007, + "##crystall": 6008, + "backarc": 6009, + "##licity": 6010, + "180": 6011, + "defects": 6012, + "cm3": 6013, + "demonstrating": 6014, + "exha": 6015, + "mmol": 6016, + "km3": 6017, + "endmem": 6018, + "granulites": 6019, + "esc": 6020, + "noneth": 6021, + "slowly": 6022, + "superimp": 6023, + "distinctly": 6024, + "assimil": 6025, + "counter": 6026, + "halilbag": 6027, + "anorthosi": 6028, + "progress": 6029, + "converted": 6030, + "youngest": 6031, + "polymorph": 6032, + "transported": 6033, + "residence": 6034, + "stratigraphy": 6035, + "edenite": 6036, + "concave": 6037, + "traver": 6038, + "extending": 6039, + "cycle": 6040, + "excluded": 6041, + "exclusively": 6042, + "maintained": 6043, + "susp": 6044, + "begins": 6045, + "upwardly": 6046, + "intersection": 6047, + "recrystallized": 6048, + "collisional": 6049, + "favour": 6050, + "nominal": 6051, + "purp": 6052, + "sphalerite": 6053, + "tetrahedrite": 6054, + "dynamics": 6055, + "cutting": 6056, + "inputs": 6057, + "oldest": 6058, + "proximal": 6059, + "dissem": 6060, + "disordered": 6061, + "causing": 6062, + "terranes": 6063, + "networks": 6064, + "zro2": 6065, + "facilitated": 6066, + "##rupt": 6067, + "designed": 6068, + "displacement": 6069, + "immiscibility": 6070, + "vessels": 6071, + "diversity": 6072, + "tholeiitic": 6073, + "brief": 6074, + "buoyant": 6075, + "attention": 6076, + "octahedral": 6077, + "pumice": 6078, + "precursor": 6079, + "ubiquit": 6080, + "campbell": 6081, + "district": 6082, + "leslie": 6083, + "mossbauer": 6084, + "pleistocene": 6085, + "##domains": 6086, + "contemporaneous": 6087, + "peninsula": 6088, + "grossular": 6089, + "søager": 6090, + "gualda": 6091, + "hundred": 6092, + "wavelength": 6093, + "stellate": 6094, + "trunc": 6095, + "unradiogenic": 6096, + "accommod": 6097, + "##crystalline": 6098, + "nonetheless": 6099, + "halilbagı": 6100, + "anorthositic": 6101, + "1σ": 6102, + "512": 6103, + "61": 6104, + "64": 6105, + "74": 6106, + "790": 6107, + "94": 6108, + "bon": 6109, + "bor": 6110, + "bur": 6111, + "burn": 6112, + "cum": 6113, + "fusion": 6114, + "foz": 6115, + "hz": 6116, + "kam": 6117, + "kok": 6118, + "mir": 6119, + "ns": 6120, + "ok": 6121, + "qtz": 6122, + "tro": 6123, + "talc": 6124, + "tvz": 6125, + "vic": 6126, + "µgg": 6127, + "##eve": 6128, + "##ude": 6129, + "##uished": 6130, + "##iph": 6131, + "##oured": 6132, + "##tak": 6133, + "##ples": 6134, + "##rust": 6135, + "##gl": 6136, + "##fl": 6137, + "##fold": 6138, + "##06": 6139, + "##zberg": 6140, + "##ested": 6141, + "##enge": 6142, + "##inate": 6143, + "##eder": 6144, + "##ality": 6145, + "##itr": 6146, + "##lec": 6147, + "##olfi": 6148, + "tot": 6149, + "tool": 6150, + "##sio4": 6151, + "##active": 6152, + "##aco3": 6153, + "cotec": 6154, + "##etav": 6155, + "##ulate": 6156, + "##iling": 6157, + "##atibility": 6158, + "complic": 6159, + "computed": 6160, + "ann": 6161, + "anion": 6162, + "dikes": 6163, + "move": 6164, + "whose": 6165, + "##uments": 6166, + "##que": 6167, + "##oud": 6168, + "##tics": 6169, + "suitable": 6170, + "trip": 6171, + "travel": 6172, + "##verine": 6173, + "chile": 6174, + "chill": 6175, + "chip": 6176, + "changed": 6177, + "chips": 6178, + "##apag": 6179, + "haematite": 6180, + "pressur": 6181, + "lile": 6182, + "ability": 6183, + "abrupt": 6184, + "wee": 6185, + "pert": 6186, + "##chetav": 6187, + "relate": 6188, + "uncon": 6189, + "formulation": 6190, + "meta": 6191, + "crystallizes": 6192, + "seaw": 6193, + "##ady": 6194, + "concentric": 6195, + "##aki": 6196, + "fractionating": 6197, + "carry": 6198, + "geobar": 6199, + "similarities": 6200, + "indication": 6201, + "peridotitic": 6202, + "##enschist": 6203, + "scan": 6204, + "scans": 6205, + "underestim": 6206, + "undertak": 6207, + "recalc": 6208, + "somewh": 6209, + "noting": 6210, + "accre": 6211, + "##ologically": 6212, + "remove": 6213, + "greenschist": 6214, + "curved": 6215, + "evidenced": 6216, + "fining": 6217, + "generating": 6218, + "associations": 6219, + "rule": 6220, + "behind": 6221, + "defini": 6222, + "diagnos": 6223, + "developing": 6224, + "describing": 6225, + "calibrations": 6226, + "1999": 6227, + "tecton": 6228, + "bru": 6229, + "polyb": 6230, + "polycrystalline": 6231, + "affects": 6232, + "correlates": 6233, + "putir": 6234, + "178": 6235, + "involvement": 6236, + "kelem": 6237, + "enclosing": 6238, + "##awa": 6239, + "ions": 6240, + "instance": 6241, + "initiation": 6242, + "initiated": 6243, + "##ferous": 6244, + "evaluating": 6245, + "ridolfi": 6246, + "infiltrating": 6247, + "eventually": 6248, + "confirms": 6249, + "chambers": 6250, + "steady": 6251, + "mcd": 6252, + "entrap": 6253, + "mixtures": 6254, + "coexistence": 6255, + "quantity": 6256, + "quantitatively": 6257, + "frequently": 6258, + "circulation": 6259, + "001": 6260, + "tendency": 6261, + "principles": 6262, + "insign": 6263, + "distinguished": 6264, + "hcn": 6265, + "crucial": 6266, + "questions": 6267, + "salinity": 6268, + "million": 6269, + "neoblastic": 6270, + "gabbronorite": 6271, + "drift": 6272, + "ascending": 6273, + "overprint": 6274, + "thermocouples": 6275, + "tabular": 6276, + "exposure": 6277, + "crossed": 6278, + "massive": 6279, + "nevada": 6280, + "##rock": 6281, + "##ancies": 6282, + "attached": 6283, + "assigned": 6284, + "stoichiometry": 6285, + "erosion": 6286, + "arrows": 6287, + "hawaii": 6288, + "gulch": 6289, + "metapelitic": 6290, + "successive": 6291, + "bedrock": 6292, + "cerro": 6293, + "microns": 6294, + "amorphous": 6295, + "pseudosection": 6296, + "herzberg": 6297, + "wolverine": 6298, + "transient": 6299, + "reactivation": 6300, + "tomography": 6301, + "interlay": 6302, + "accordance": 6303, + "occasionally": 6304, + "aperture": 6305, + "feco3": 6306, + "anatol": 6307, + "interfacial": 6308, + "curvature": 6309, + "haplogr": 6310, + "nickel": 6311, + "skele": 6312, + "superimposed": 6313, + "burnham": 6314, + "cumm": 6315, + "fozo": 6316, + "kokchetav": 6317, + "troct": 6318, + "vicinity": 6319, + "seawater": 6320, + "somewhat": 6321, + "diagnostic": 6322, + "putirka": 6323, + "kelemen": 6324, + "insignific": 6325, + "2c": 6326, + "3b": 6327, + "53": 6328, + "62": 6329, + "7a": 6330, + "71": 6331, + "7b": 6332, + "akey": 6333, + "cim": 6334, + "dick": 6335, + "eds": 6336, + "fsc": 6337, + "gap": 6338, + "gond": 6339, + "hard": 6340, + "iles": 6341, + "kep": 6342, + "lun": 6343, + "med": 6344, + "n2": 6345, + "oreg": 6346, + "past": 6347, + "qfm": 6348, + "rul": 6349, + "ranged": 6350, + "sig": 6351, + "tt": 6352, + "turn": 6353, + "vent": 6354, + "verm": 6355, + "##iably": 6356, + "##canic": 6357, + "##ctively": 6358, + "##late": 6359, + "##ymm": 6360, + "##rating": 6361, + "##mens": 6362, + "##xic": 6363, + "##water": 6364, + "##wana": 6365, + "##hole": 6366, + "##hance": 6367, + "##bo": 6368, + "##zett": 6369, + "##85": 6370, + "##int": 6371, + "##aland": 6372, + "##atub": 6373, + "injection": 6374, + "##arity": 6375, + "##oring": 6376, + "##icts": 6377, + "##leigh": 6378, + "##anied": 6379, + "##olarized": 6380, + "##olcanic": 6381, + "coars": 6382, + "isoch": 6383, + "##idt": 6384, + "##idate": 6385, + "##idge": 6386, + "##iguous": 6387, + "##ocrystic": 6388, + "##ths": 6389, + "asymm": 6390, + "aliqu": 6391, + "cr3": 6392, + "criter": 6393, + "bead": 6394, + "##uca": 6395, + "orman": 6396, + "projected": 6397, + "presents": 6398, + "share": 6399, + "triang": 6400, + "##aple": 6401, + "haf": 6402, + "##ermost": 6403, + "collect": 6404, + "perlitic": 6405, + "accep": 6406, + "##ched": 6407, + "##chell": 6408, + "unheated": 6409, + "##stral": 6410, + "enhance": 6411, + "subdi": 6412, + "subpar": 6413, + "subset": 6414, + "subdomains": 6415, + "sept": 6416, + "neph": 6417, + "arf": 6418, + "mexic": 6419, + "equant": 6420, + "preclu": 6421, + "detachment": 6422, + "thermally": 6423, + "2012": 6424, + "2015": 6425, + "##enson": 6426, + "otherwise": 6427, + "carbonatites": 6428, + "consisted": 6429, + "estimating": 6430, + "derive": 6431, + "1273": 6432, + "py3": 6433, + "desired": 6434, + "marbles": 6435, + "marsh": 6436, + "characterization": 6437, + "srm": 6438, + "cooler": 6439, + "geochem": 6440, + "##azi": 6441, + "averaged": 6442, + "molality": 6443, + "131": 6444, + "132": 6445, + "##ocities": 6446, + "constraint": 6447, + "chlor": 6448, + "pegm": 6449, + "##lacial": 6450, + "manner": 6451, + "2002": 6452, + "2003": 6453, + "2006": 6454, + "evolutionary": 6455, + "austral": 6456, + "normally": 6457, + "simplicity": 6458, + "situated": 6459, + "simulated": 6460, + "1994": 6461, + "homogeneity": 6462, + "clemens": 6463, + "thinning": 6464, + "##brites": 6465, + "##roscopic": 6466, + "northward": 6467, + "southwest": 6468, + "works": 6469, + "deline": 6470, + "counts": 6471, + "exhibiting": 6472, + "termin": 6473, + "stepwise": 6474, + "orthopyroxenites": 6475, + "remainder": 6476, + "degassed": 6477, + "convergent": 6478, + "existed": 6479, + "rayleigh": 6480, + "offers": 6481, + "periodic": 6482, + "distances": 6483, + "deviate": 6484, + "angular": 6485, + "overlapping": 6486, + "hollow": 6487, + "difficul": 6488, + "condensates": 6489, + "outermost": 6490, + "grades": 6491, + "needs": 6492, + "geothermal": 6493, + "filling": 6494, + "coexists": 6495, + "supplemental": 6496, + "circles": 6497, + "covering": 6498, + "acceleration": 6499, + "channelized": 6500, + "hypothes": 6501, + "tensile": 6502, + "opportun": 6503, + "velocities": 6504, + "187re": 6505, + "extrapolated": 6506, + "##merian": 6507, + "pseudo": 6508, + "pargasitic": 6509, + "tonalite": 6510, + "tonalitic": 6511, + "reversal": 6512, + "analogous": 6513, + "targeted": 6514, + "charnockites": 6515, + "spherical": 6516, + "sato": 6517, + "satellite": 6518, + "description": 6519, + "pinatub": 6520, + "discrim": 6521, + "tested": 6522, + "##ingtonite": 6523, + "acidic": 6524, + "immiscible": 6525, + "xiong": 6526, + "triggered": 6527, + "nevado": 6528, + "guilla": 6529, + "##denum": 6530, + "statistically": 6531, + "corroded": 6532, + "shoshonitic": 6533, + "dramatically": 6534, + "classical": 6535, + "micaschist": 6536, + "juxtaposed": 6537, + "accompanied": 6538, + "episodes": 6539, + "choice": 6540, + "electro": 6541, + "unpolarized": 6542, + "barroisite": 6543, + "ignimbrites": 6544, + "aerodynamic": 6545, + "tanz": 6546, + "department": 6547, + "house": 6548, + "molybdenum": 6549, + "polymerization": 6550, + "tentatively": 6551, + "threshold": 6552, + "atlantic": 6553, + "anisotropic": 6554, + "every": 6555, + "fmq": 6556, + "konzett": 6557, + "crushing": 6558, + "disseminated": 6559, + "ubiquitous": 6560, + "triple": 6561, + "perturb": 6562, + "undertaken": 6563, + "recalculated": 6564, + "entrapment": 6565, + "haplogranite": 6566, + "skeletal": 6567, + "cummingtonite": 6568, + "insignificant": 6569, + "akeyazi": 6570, + "cimmerian": 6571, + "gondwana": 6572, + "lunar": 6573, + "oregon": 6574, + "accepted": 6575, + "subparallel": 6576, + "pinatubo": 6577, + "guillaume": 6578, + "2d": 6579, + "220": 6580, + "6b": 6581, + "77": 6582, + "76": 6583, + "8a": 6584, + "apl": 6585, + "d1": 6586, + "dab": 6587, + "dav": 6588, + "dna": 6589, + "fission": 6590, + "hour": 6591, + "kel": 6592, + "kaw": 6593, + "lwc": 6594, + "mot": 6595, + "nas": 6596, + "none": 6597, + "om": 6598, + "rt": 6599, + "r2": 6600, + "s4": 6601, + "sorting": 6602, + "tu": 6603, + "tm": 6604, + "tay": 6605, + "wood": 6606, + "zhou": 6607, + "##nay": 6608, + "##eas": 6609, + "##ele": 6610, + "##utr": 6611, + "##iak": 6612, + "##aj": 6613, + "##lor": 6614, + "##sess": 6615, + "##sho": 6616, + "##shan": 6617, + "##gan": 6618, + "##gur": 6619, + "##fract": 6620, + "##bic": 6621, + "##zul": 6622, + "thous": 6623, + "##inn": 6624, + "##inic": 6625, + "##inous": 6626, + "##edded": 6627, + "##ita": 6628, + "##leths": 6629, + "##anol": 6630, + "##olo": 6631, + "##acting": 6632, + "coated": 6633, + "##ettch": 6634, + "##isson": 6635, + "##istine": 6636, + "forces": 6637, + "aluminous": 6638, + "##opes": 6639, + "antec": 6640, + "##otal": 6641, + "dival": 6642, + "why": 6643, + "projection": 6644, + "##omelt": 6645, + "##ogens": 6646, + "magnetic": 6647, + "mapped": 6648, + "shim": 6649, + "incong": 6650, + "ch4": 6651, + "chern": 6652, + "rest": 6653, + "plates": 6654, + "plays": 6655, + "spand": 6656, + "spik": 6657, + "##riers": 6658, + "perform": 6659, + "##chat": 6660, + "friction": 6661, + "subtle": 6662, + "##allic": 6663, + "differential": 6664, + "arb": 6665, + "##ands": 6666, + "allanite": 6667, + "##aker": 6668, + "fulgur": 6669, + "ca2": 6670, + "variably": 6671, + "pristine": 6672, + "##acher": 6673, + "advant": 6674, + "detr": 6675, + "carl": 6676, + "decades": 6677, + "orthog": 6678, + "whereby": 6679, + "thereby": 6680, + "pod": 6681, + "pool": 6682, + "leg": 6683, + "recip": 6684, + "consistency": 6685, + "δ18": 6686, + "come": 6687, + "special": 6688, + "mont": 6689, + "derivative": 6690, + "voluminous": 6691, + "setup": 6692, + "##epolo": 6693, + "contrary": 6694, + "##insic": 6695, + "proven": 6696, + "##hood": 6697, + "intrac": 6698, + "marks": 6699, + "tiepolo": 6700, + "symp": 6701, + "generalized": 6702, + "197": 6703, + "structurally": 6704, + "electric": 6705, + "prevail": 6706, + "complexity": 6707, + "afric": 6708, + "possess": 6709, + "serves": 6710, + "dissolve": 6711, + "recording": 6712, + "originate": 6713, + "dominate": 6714, + "143": 6715, + "2005": 6716, + "2007": 6717, + "lateral": 6718, + "##cribed": 6719, + "defines": 6720, + "prediction": 6721, + "ulmer": 6722, + "situation": 6723, + "incorporates": 6724, + "approaching": 6725, + "traces": 6726, + "contaminated": 6727, + "volatil": 6728, + "superior": 6729, + "ultrah": 6730, + "##ographic": 6731, + "reaches": 6732, + "fourier": 6733, + "nucleogenic": 6734, + "halogens": 6735, + "deposited": 6736, + "keep": 6737, + "consequences": 6738, + "tetr": 6739, + "tuffs": 6740, + "energies": 6741, + "agrees": 6742, + "explaining": 6743, + "retained": 6744, + "dehydrogen": 6745, + "migrate": 6746, + "mountains": 6747, + "overlain": 6748, + "svz": 6749, + "##1332": 6750, + "galapag": 6751, + "requirement": 6752, + "quantities": 6753, + "filaments": 6754, + "snaps": 6755, + "##prising": 6756, + "geothermometer": 6757, + "optically": 6758, + "drilling": 6759, + "circum": 6760, + "tetrahedral": 6761, + "suspen": 6762, + "reasons": 6763, + "tibetan": 6764, + "achieve": 6765, + "dispersed": 6766, + "formulas": 6767, + "bias": 6768, + "doubly": 6769, + "idea": 6770, + "tension": 6771, + "integration": 6772, + "fronts": 6773, + "establish": 6774, + "purity": 6775, + "consump": 6776, + "exceeds": 6777, + "penet": 6778, + "saline": 6779, + "xrf": 6780, + "colours": 6781, + "marker": 6782, + "trajectories": 6783, + "insights": 6784, + "csv": 6785, + "exposures": 6786, + "macroscopic": 6787, + "packed": 6788, + "pixels": 6789, + "##encies": 6790, + "exactly": 6791, + "explosion": 6792, + "boettch": 6793, + "embayed": 6794, + "vessel": 6795, + "remarkably": 6796, + "dilution": 6797, + "fna3": 6798, + "##rocal": 6799, + "ethanol": 6800, + "challenge": 6801, + "perfect": 6802, + "findings": 6803, + "mobilization": 6804, + "analyze": 6805, + "gravit": 6806, + "checked": 6807, + "quadrup": 6808, + "enhanced": 6809, + "compensation": 6810, + "mosaic": 6811, + "##etrical": 6812, + "thorough": 6813, + "unfortun": 6814, + "adopted": 6815, + "detectable": 6816, + "complementary": 6817, + "superposition": 6818, + "mitchell": 6819, + "oikocrysts": 6820, + "schmidt": 6821, + "destabil": 6822, + "isopleths": 6823, + "preceding": 6824, + "mirr": 6825, + "fsc1332": 6826, + "kept": 6827, + "ruled": 6828, + "marshall": 6829, + "132xe": 6830, + "australia": 6831, + "opportunity": 6832, + "dabie": 6833, + "taylor": 6834, + "divalent": 6835, + "incongr": 6836, + "cherniak": 6837, + "spandler": 6838, + "reciprocal": 6839, + "ultrahigh": 6840, + "galapagos": 6841, + "boettcher": 6842, + "2θ": 6843, + "3he": 6844, + "6c": 6845, + "92": 6846, + "96": 6847, + "border": 6848, + "bonds": 6849, + "dro": 6850, + "fes": 6851, + "fing": 6852, + "fried": 6853, + "fetot": 6854, + "ho": 6855, + "hrees": 6856, + "ia": 6857, + "kinds": 6858, + "mari": 6859, + "pel": 6860, + "pem": 6861, + "picked": 6862, + "rhe": 6863, + "sx": 6864, + "sides": 6865, + "tub": 6866, + "trem": 6867, + "ur": 6868, + "vis": 6869, + "vector": 6870, + "wil": 6871, + "xe": 6872, + "yr": 6873, + "##ey": 6874, + "##ition": 6875, + "##isible": 6876, + "##vite": 6877, + "##vable": 6878, + "##cel": 6879, + "##cale": 6880, + "##aff": 6881, + "##lvs": 6882, + "##sel": 6883, + "##rant": 6884, + "##gist": 6885, + "##hanic": 6886, + "##bour": 6887, + "##24": 6888, + "##29": 6889, + "##97": 6890, + "##erge": 6891, + "##tiferous": 6892, + "##enstatite": 6893, + "##itt": 6894, + "##itz": 6895, + "##arg": 6896, + "##orous": 6897, + "##anes": 6898, + "took": 6899, + "##ithm": 6900, + "cone": 6901, + "##acitic": 6902, + "##ige": 6903, + "reju": 6904, + "##ilities": 6905, + "##than": 6906, + "stok": 6907, + "compatibility": 6908, + "##ophile": 6909, + "##restr": 6910, + "##ossible": 6911, + "##tering": 6912, + "##oto": 6913, + "##uced": 6914, + "online": 6915, + "protr": 6916, + "grah": 6917, + "##omet": 6918, + "##ival": 6919, + "chines": 6920, + "places": 6921, + "##enetically": 6922, + "speed": 6923, + "interc": 6924, + "liu": 6925, + "##rian": 6926, + "persist": 6927, + "feixian": 6928, + "quist": 6929, + "unhyd": 6930, + "energe": 6931, + "subject": 6932, + "submic": 6933, + "seif": 6934, + "nept": 6935, + "##avalent": 6936, + "hyg": 6937, + "fractionate": 6938, + "prac": 6939, + "suggestive": 6940, + "carb": 6941, + "geos": 6942, + "improve": 6943, + "impossible": 6944, + "indicators": 6945, + "regular": 6946, + "2013": 6947, + "aggl": 6948, + "domes": 6949, + "processing": 6950, + "microfract": 6951, + "surve": 6952, + "py6": 6953, + "pyro": 6954, + "##inson": 6955, + "laacher": 6956, + "marble": 6957, + "characterised": 6958, + "syng": 6959, + "continue": 6960, + "capt": 6961, + "interpreting": 6962, + "msw": 6963, + "zrsio4": 6964, + "newton": 6965, + "freez": 6966, + "displaced": 6967, + "appeared": 6968, + "mechanic": 6969, + "behrens": 6970, + "cumulus": 6971, + "lherzolites": 6972, + "invisible": 6973, + "negatively": 6974, + "1997": 6975, + "tai": 6976, + "normalised": 6977, + "multip": 6978, + "northeast": 6979, + "northwest": 6980, + "179": 6981, + "177": 6982, + "workers": 6983, + "confidence": 6984, + "nuclei": 6985, + "count": 6986, + "root": 6987, + "roots": 6988, + "involve": 6989, + "locality": 6990, + "kev": 6991, + "trachytic": 6992, + "resolve": 6993, + "recycling": 6994, + "conduit": 6995, + "periods": 6996, + "experience": 6997, + "thicknesses": 6998, + "lining": 6999, + "permian": 7000, + "probability": 7001, + "lacks": 7002, + "proportional": 7003, + "selvages": 7004, + "reflections": 7005, + "exhibited": 7006, + "summit": 7007, + "classify": 7008, + "internally": 7009, + "condensed": 7010, + "terrains": 7011, + "elasticity": 7012, + "atmosphere": 7013, + "optim": 7014, + "laborat": 7015, + "em1": 7016, + "covered": 7017, + "reasonably": 7018, + "channels": 7019, + "magnesium": 7020, + "principle": 7021, + "reconc": 7022, + "extrapol": 7023, + "identifying": 7024, + "immob": 7025, + "permeable": 7026, + "sheets": 7027, + "morphologies": 7028, + "tonalites": 7029, + "sintered": 7030, + "ascend": 7031, + "played": 7032, + "spheroid": 7033, + "scienti": 7034, + "undergoing": 7035, + "inversion": 7036, + "proxy": 7037, + "titanium": 7038, + "diffuses": 7039, + "constituent": 7040, + "autom": 7041, + "embedded": 7042, + "stisho": 7043, + "remarkable": 7044, + "successfully": 7045, + "straightfor": 7046, + "proceeds": 7047, + "shoshonites": 7048, + "coordinated": 7049, + "warm": 7050, + "monitor": 7051, + "103lnβsi": 7052, + "namely": 7053, + "zealand": 7054, + "appreciable": 7055, + "radioactive": 7056, + "deduced": 7057, + "enggist": 7058, + "bentonite": 7059, + "renzul": 7060, + "tonglvs": 7061, + "meaningful": 7062, + "consumed": 7063, + "coronas": 7064, + "believed": 7065, + "vibration": 7066, + "intergrowths": 7067, + "metabasal": 7068, + "encountered": 7069, + "dafs": 7070, + "discontinuous": 7071, + "adiabatic": 7072, + "lanthan": 7073, + "perlitization": 7074, + "disaggreg": 7075, + "endmember": 7076, + "purpose": 7077, + "truncated": 7078, + "cotectic": 7079, + "medard": 7080, + "criteria": 7081, + "collector": 7082, + "nepheline": 7083, + "mexico": 7084, + "geochemically": 7085, + "discrimination": 7086, + "##eastern": 7087, + "arbitr": 7088, + "detrital": 7089, + "symplec": 7090, + "143nd": 7091, + "suspension": 7092, + "consumption": 7093, + "gravitational": 7094, + "incongruent": 7095, + "friedman": 7096, + "rejuven": 7097, + "stokes": 7098, + "##restrial": 7099, + "graham": 7100, + "chinese": 7101, + "unhydrated": 7102, + "seifu": 7103, + "neptune": 7104, + "stishovite": 7105, + "straightforward": 7106, + "renzulli": 7107, + "tonglvshan": 7108, + "8b": 7109, + "83": 7110, + "8900": 7111, + "9b": 7112, + "ads": 7113, + "a14": 7114, + "bell": 7115, + "baker": 7116, + "cand": 7117, + "caco3": 7118, + "d3": 7119, + "hv": 7120, + "happ": 7121, + "hirs": 7122, + "himal": 7123, + "hva": 7124, + "iv": 7125, + "ip": 7126, + "iter": 7127, + "kin": 7128, + "kang": 7129, + "lrees": 7130, + "llan": 7131, + "loli": 7132, + "liber": 7133, + "oig": 7134, + "opa": 7135, + "px": 7136, + "put": 7137, + "pip": 7138, + "p2o5": 7139, + "pige": 7140, + "ri": 7141, + "rising": 7142, + "vill": 7143, + "wustite": 7144, + "xs": 7145, + "xh2o": 7146, + "zst": 7147, + "##uk": 7148, + "##uting": 7149, + "##usive": 7150, + "##ij": 7151, + "##iency": 7152, + "##iomorphic": 7153, + "##off": 7154, + "##oting": 7155, + "##osities": 7156, + "##aue": 7157, + "##sen": 7158, + "##yon": 7159, + "##yer": 7160, + "##pd": 7161, + "##rin": 7162, + "##d3": 7163, + "##gate": 7164, + "##mn": 7165, + "##mg": 7166, + "##med": 7167, + "##xos": 7168, + "##59": 7169, + "##well": 7170, + "##het": 7171, + "##bu": 7172, + "##kins": 7173, + "##3h": 7174, + "##45": 7175, + "##93": 7176, + "##onia": 7177, + "##ense": 7178, + "##eness": 7179, + "##altered": 7180, + "injected": 7181, + "##rex": 7182, + "##arce": 7183, + "##arch": 7184, + "##orre": 7185, + "##asite": 7186, + "##ano": 7187, + "##elo": 7188, + "##siogenic": 7189, + "congr": 7190, + "##etveld": 7191, + "##ider": 7192, + "##ident": 7193, + "##idiomorphic": 7194, + "##igocene": 7195, + "##uly": 7196, + "reheating": 7197, + "reuss": 7198, + "force": 7199, + "##ilite": 7200, + "##usp": 7201, + "compres": 7202, + "algor": 7203, + "##opp": 7204, + "##resses": 7205, + "ank": 7206, + "##ematic": 7207, + "wholes": 7208, + "##umental": 7209, + "##atex": 7210, + "##ouda": 7211, + "supr": 7212, + "mah": 7213, + "shrin": 7214, + "trail": 7215, + "##aplate": 7216, + "spl": 7217, + "spac": 7218, + "spaces": 7219, + "spaced": 7220, + "spider": 7221, + "usgs": 7222, + "oligocene": 7223, + "##rial": 7224, + "accept": 7225, + "fei": 7226, + "relating": 7227, + "unaltered": 7228, + "amphibolites": 7229, + "##fications": 7230, + "##ustrial": 7231, + "metallic": 7232, + "subord": 7233, + "fluor": 7234, + "##ading": 7235, + "industrial": 7236, + "neigh": 7237, + "reprec": 7238, + "dates": 7239, + "##therford": 7240, + "##aving": 7241, + "calcium": 7242, + "so2": 7243, + "strict": 7244, + "siliceous": 7245, + "smear": 7246, + "10a": 7247, + "richer": 7248, + "##astonite": 7249, + "calculating": 7250, + "geologically": 7251, + "implement": 7252, + "##istries": 7253, + "signs": 7254, + "indicator": 7255, + "sihet": 7256, + "learn": 7257, + "scarce": 7258, + "phlogopites": 7259, + "differently": 7260, + "slave": 7261, + "raim": 7262, + "agents": 7263, + "1280": 7264, + "microph": 7265, + "##parts": 7266, + "surprising": 7267, + "py4": 7268, + "pyrex": 7269, + "corrections": 7270, + "evolve": 7271, + "sulu": 7272, + "alkalic": 7273, + "remnant": 7274, + "lithophile": 7275, + "intraplate": 7276, + "syenite": 7277, + "discover": 7278, + "##liers": 7279, + "electrum": 7280, + "vertically": 7281, + "##ova": 7282, + "norway": 7283, + "continues": 7284, + "##pling": 7285, + "capable": 7286, + "outliers": 7287, + "serve": 7288, + "##rolite": 7289, + "originated": 7290, + "biotites": 7291, + "hornblendite": 7292, + "##ify": 7293, + "rutherford": 7294, + "reflection": 7295, + "pointed": 7296, + "sulfur": 7297, + "synch": 7298, + "maxim": 7299, + "maxima": 7300, + "simulate": 7301, + "negle": 7302, + "km2": 7303, + "behaves": 7304, + "cleavage": 7305, + "affecting": 7306, + "tracer": 7307, + "separately": 7308, + "contamin": 7309, + "160": 7310, + "nonline": 7311, + "selbu": 7312, + "scho": 7313, + "goal": 7314, + "nucleate": 7315, + "incomple": 7316, + "porous": 7317, + "halite": 7318, + "terrestrial": 7319, + "pair": 7320, + "fluxed": 7321, + "wider": 7322, + "retri": 7323, + "axial": 7324, + "infiltrated": 7325, + "toro": 7326, + "replacing": 7327, + "lengths": 7328, + "holtz": 7329, + "liq1": 7330, + "liq2": 7331, + "summar": 7332, + "##exp": 7333, + "assessed": 7334, + "gneissic": 7335, + "##imensional": 7336, + "metasediments": 7337, + "stabilization": 7338, + "entrain": 7339, + "hypidiomorphic": 7340, + "themsel": 7341, + "externally": 7342, + "exclude": 7343, + "heterogeneously": 7344, + "intersected": 7345, + "mq600": 7346, + "homogenize": 7347, + "promote": 7348, + "markedly": 7349, + "centered": 7350, + "##oblastic": 7351, + "advection": 7352, + "exceeding": 7353, + "instrumental": 7354, + "plastically": 7355, + "chemistries": 7356, + "percolation": 7357, + "regarded": 7358, + "inverted": 7359, + "matched": 7360, + "passing": 7361, + "treated": 7362, + "prevented": 7363, + "repeatedly": 7364, + "##ollastonite": 7365, + "researchers": 7366, + "outlines": 7367, + "giving": 7368, + "debated": 7369, + "crosses": 7370, + "kilaue": 7371, + "belongs": 7372, + "challeng": 7373, + "perfit": 7374, + "##canelo": 7375, + "argentiferous": 7376, + "ophiolite": 7377, + "machine": 7378, + "nakada": 7379, + "delamination": 7380, + "delaminated": 7381, + "remobilization": 7382, + "idiomorphic": 7383, + "rigid": 7384, + "issues": 7385, + "review": 7386, + "bah8": 7387, + "bracketed": 7388, + "fissiogenic": 7389, + "washington": 7390, + "intergrain": 7391, + "cascades": 7392, + "discriminate": 7393, + "decoupling": 7394, + "driving": 7395, + "qualitative": 7396, + "hammouda": 7397, + "thermochronometers": 7398, + "manifest": 7399, + "##cpx3h": 7400, + "weighed": 7401, + "counterparts": 7402, + "traverses": 7403, + "kamchat": 7404, + "okay": 7405, + "anatolia": 7406, + "sigma": 7407, + "spikes": 7408, + "carlson": 7409, + "africa": 7410, + "quadrupole": 7411, + "unfortunately": 7412, + "drople": 7413, + "mariana": 7414, + "rheological": 7415, + "tremolite": 7416, + "visual": 7417, + "submicrometer": 7418, + "survey": 7419, + "mswd": 7420, + "immobile": 7421, + "scientific": 7422, + "hirsch": 7423, + "himalay": 7424, + "ipf": 7425, + "llancanelo": 7426, + "loliondo": 7427, + "rietveld": 7428, + "wholesale": 7429, + "reprecipit": 7430, + "sihetun": 7431, + "themselves": 7432, + "kilauea": 7433, + "kamchatka": 7434, + "2b": 7435, + "375": 7436, + "4c": 7437, + "450": 7438, + "bt": 7439, + "bad": 7440, + "brough": 7441, + "da": 7442, + "dre": 7443, + "eul": 7444, + "fused": 7445, + "fs2": 7446, + "hm": 7447, + "jd": 7448, + "junctions": 7449, + "kush": 7450, + "khib": 7451, + "ler": 7452, + "lac": 7453, + "los": 7454, + "lange": 7455, + "lcc": 7456, + "mut": 7457, + "nond": 7458, + "pal": 7459, + "pest": 7460, + "pelitic": 7461, + "qag": 7462, + "roles": 7463, + "siber": 7464, + "sisson": 7465, + "tight": 7466, + "ucc": 7467, + "void": 7468, + "wal": 7469, + "wyl": 7470, + "yixian": 7471, + "γos": 7472, + "##nick": 7473, + "##ez": 7474, + "##emp": 7475, + "##etical": 7476, + "##uation": 7477, + "##vity": 7478, + "##oon": 7479, + "##ci": 7480, + "##limin": 7481, + "##scur": 7482, + "##yhe": 7483, + "##r0": 7484, + "##dnick": 7485, + "##gens": 7486, + "##gital": 7487, + "##mar": 7488, + "##fs": 7489, + "##wood": 7490, + "##hol": 7491, + "##basal": 7492, + "##jo": 7493, + "##kin": 7494, + "##35": 7495, + "##95": 7496, + "##62": 7497, + "thorn": 7498, + "##tized": 7499, + "##estion": 7500, + "##alder": 7501, + "##itance": 7502, + "##atov": 7503, + "inser": 7504, + "inhom": 7505, + "##arbon": 7506, + "##oritic": 7507, + "##ash": 7508, + "##ashi": 7509, + "##icite": 7510, + "##enth": 7511, + "##anitic": 7512, + "##anium": 7513, + "##sta": 7514, + "##stotal": 7515, + "##sitic": 7516, + "concur": 7517, + "##acrust": 7518, + "isogr": 7519, + "##isely": 7520, + "##igur": 7521, + "rein": 7522, + "reyn": 7523, + "##ectic": 7524, + "##ilst": 7525, + "##ocular": 7526, + "##atitic": 7527, + "compaction": 7528, + "compound": 7529, + "alm": 7530, + "alvi": 7531, + "cru": 7532, + "antic": 7533, + "##oted": 7534, + "##erequ": 7535, + "##ffer": 7536, + "##uck": 7537, + "##ucite": 7538, + "dipping": 7539, + "##abor": 7540, + "motion": 7541, + "moore": 7542, + "whilst": 7543, + "##irly": 7544, + "##umilite": 7545, + "proto": 7546, + "##omit": 7547, + "##ogany": 7548, + "ph2o": 7549, + "phill": 7550, + "phyric": 7551, + "phili": 7552, + "defic": 7553, + "mahood": 7554, + "chao": 7555, + "lowermost": 7556, + "colors": 7557, + "collo": 7558, + "coloured": 7559, + "baseline": 7560, + "minute": 7561, + "##ermann": 7562, + "life": 7563, + "abstotal": 7564, + "quick": 7565, + "calif": 7566, + "##charn": 7567, + "##utary": 7568, + "##essel": 7569, + "unless": 7570, + "unamb": 7571, + "unaff": 7572, + "enable": 7573, + "notable": 7574, + "obj": 7575, + "obscur": 7576, + "crystallinities": 7577, + "indire": 7578, + "neo": 7579, + "repul": 7580, + "deposition": 7581, + "differed": 7582, + "differing": 7583, + "arsen": 7584, + "upv": 7585, + "equival": 7586, + "stronti": 7587, + "prelimin": 7588, + "prerequ": 7589, + "104": 7590, + "107": 7591, + "twice": 7592, + "suggestion": 7593, + "deton": 7594, + "hydrox": 7595, + "carrier": 7596, + "imposed": 7597, + "ortho": 7598, + "erron": 7599, + "si2o": 7600, + "scail": 7601, + "scaling": 7602, + "comparatively": 7603, + "studying": 7604, + "slopes": 7605, + "no2": 7606, + "estimation": 7607, + "monot": 7608, + "derivation": 7609, + "erupt": 7610, + "naxos": 7611, + "contrad": 7612, + "py2": 7613, + "lithological": 7614, + "intrinsic": 7615, + "starts": 7616, + "mathe": 7617, + "transects": 7618, + "syenites": 7619, + "limest": 7620, + "naturally": 7621, + "considerations": 7622, + "construction": 7623, + "outp": 7624, + "averages": 7625, + "sericite": 7626, + "##ompass": 7627, + "136": 7628, + "ferry": 7629, + "originating": 7630, + "finely": 7631, + "##lingen": 7632, + "petrograph": 7633, + "rudnick": 7634, + "apex": 7635, + "supply": 7636, + "suppression": 7637, + "##ogeneities": 7638, + "thicker": 7639, + "barrier": 7640, + "ulven": 7641, + "calibrate": 7642, + "reduces": 7643, + "blank": 7644, + "exceptions": 7645, + "comparisons": 7646, + "multic": 7647, + "elimin": 7648, + "hara": 7649, + "osumilite": 7650, + "sulphides": 7651, + "precisely": 7652, + "likewise": 7653, + "normalisation": 7654, + "##ief": 7655, + "buffers": 7656, + "brey": 7657, + "buffering": 7658, + "##anned": 7659, + "deeply": 7660, + "16o": 7661, + "supers": 7662, + "kimberlitic": 7663, + "blueschistand": 7664, + "coupling": 7665, + "fo2s": 7666, + "confined": 7667, + "configur": 7668, + "gover": 7669, + "deliver": 7670, + "dykes": 7671, + "termed": 7672, + "plateau": 7673, + "viscosities": 7674, + "##ikov": 7675, + "instances": 7676, + "heterogeneities": 7677, + "residuals": 7678, + "faak": 7679, + "fairly": 7680, + "##onald": 7681, + "##abilities": 7682, + "topology": 7683, + "serpentinized": 7684, + "logar": 7685, + "fragment": 7686, + "concomit": 7687, + "gradational": 7688, + "traverse": 7689, + "clustered": 7690, + "cylind": 7691, + "geothermobar": 7692, + "implication": 7693, + "cco": 7694, + "darker": 7695, + "##rystalline": 7696, + "viable": 7697, + "frequencies": 7698, + "4000": 7699, + "excluding": 7700, + "accelerated": 7701, + "intensities": 7702, + "focuses": 7703, + "dispersion": 7704, + "homogenized": 7705, + "globally": 7706, + "advanced": 7707, + "opposed": 7708, + "theoretically": 7709, + "actually": 7710, + "consens": 7711, + "tetrahedra": 7712, + "tamura": 7713, + "own": 7714, + "owyhe": 7715, + "botcharn": 7716, + "sink": 7717, + "encompass": 7718, + "transmitted": 7719, + "inversely": 7720, + "overprinted": 7721, + "overprinting": 7722, + "percentage": 7723, + "facilitate": 7724, + "viewed": 7725, + "gibbs": 7726, + "enthalpies": 7727, + "reconstruc": 7728, + "##encing": 7729, + "explosive": 7730, + "unusually": 7731, + "hammer": 7732, + "successful": 7733, + "belonging": 7734, + "digital": 7735, + "subtraction": 7736, + "corrosion": 7737, + "dragged": 7738, + "returned": 7739, + "attempt": 7740, + "rotation": 7741, + "ophiolites": 7742, + "gravity": 7743, + "appreciably": 7744, + "volumetrically": 7745, + "springs": 7746, + "damage": 7747, + "issue": 7748, + "histograms": 7749, + "pillows": 7750, + "session": 7751, + "sessions": 7752, + "##ohler": 7753, + "concerning": 7754, + "eluc": 7755, + "phenomena": 7756, + "discordant": 7757, + "breccia": 7758, + "dredged": 7759, + "##iclase": 7760, + "adequately": 7761, + "rhyodacitic": 7762, + "monzodiorite": 7763, + "explicitly": 7764, + "photographs": 7765, + "inspection": 7766, + "panel": 7767, + "turkey": 7768, + "underplating": 7769, + "polymorphs": 7770, + "hundreds": 7771, + "##ipher": 7772, + "weeks": 7773, + "definition": 7774, + "polybasite": 7775, + "interlayered": 7776, + "vermic": 7777, + "coarsening": 7778, + "isochore": 7779, + "subdiv": 7780, + "pegmatite": 7781, + "thousands": 7782, + "advantage": 7783, + "provenance": 7784, + "prevailing": 7785, + "dehydrogenation": 7786, + "uranium": 7787, + "protracted": 7788, + "microfractures": 7789, + "mechanically": 7790, + "177hf": 7791, + "laboratories": 7792, + "rejuvenation": 7793, + "hvb": 7794, + "pigeonite": 7795, + "mahogany": 7796, + "subordinate": 7797, + "fluorination": 7798, + "strictly": 7799, + "raimondo": 7800, + "school": 7801, + "challenging": 7802, + "reprecipitation": 7803, + "brought": 7804, + "euler": 7805, + "kushiro": 7806, + "khibina": 7807, + "nondimensional": 7808, + "pestle": 7809, + "qaggital": 7810, + "wyllie": 7811, + "thornber": 7812, + "##acrustal": 7813, + "reynolds": 7814, + "phillips": 7815, + "philipp": 7816, + "chaotic": 7817, + "californ": 7818, + "unambiguous": 7819, + "unaffected": 7820, + "obscured": 7821, + "indirect": 7822, + "strontium": 7823, + "preliminary": 7824, + "erroneous": 7825, + "scaillet": 7826, + "mathez": 7827, + "owyhee": 7828, + "botcharnikov": 7829, + "qaggitalik": 7830, + "1c": 7831, + "1h": 7832, + "760": 7833, + "975": 7834, + "aph": 7835, + "b3": 7836, + "bab": 7837, + "bore": 7838, + "bold": 7839, + "bending": 7840, + "c4": 7841, + "cate": 7842, + "cited": 7843, + "dd": 7844, + "eut": 7845, + "esm": 7846, + "fro": 7847, + "fum": 7848, + "fada": 7849, + "fuca": 7850, + "gt": 7851, + "get": 7852, + "gros": 7853, + "hval": 7854, + "hematite": 7855, + "ih": 7856, + "ib": 7857, + "ice": 7858, + "ko": 7859, + "kom": 7860, + "lati": 7861, + "lying": 7862, + "men": 7863, + "mine": 7864, + "national": 7865, + "o10": 7866, + "pas": 7867, + "pet": 7868, + "qix": 7869, + "r1": 7870, + "roll": 7871, + "s8": 7872, + "sap": 7873, + "til": 7874, + "turb": 7875, + "vit": 7876, + "vig": 7877, + "vant": 7878, + "wn": 7879, + "wa": 7880, + "ways": 7881, + "wollastonite": 7882, + "ye": 7883, + "yang": 7884, + "zaf": 7885, + "δe": 7886, + "##nants": 7887, + "##ew": 7888, + "##uable": 7889, + "##ufficient": 7890, + "##iite": 7891, + "##volcanic": 7892, + "##coc": 7893, + "##loc": 7894, + "##lab": 7895, + "##lock": 7896, + "##sing": 7897, + "##site": 7898, + "##sjo": 7899, + "##tude": 7900, + "##yd": 7901, + "##pect": 7902, + "##pyd": 7903, + "##dt": 7904, + "##dmann": 7905, + "##mor": 7906, + "##175": 7907, + "##fact": 7908, + "##facts": 7909, + "##western": 7910, + "##horizon": 7911, + "##bite": 7912, + "##bul": 7913, + "##jall": 7914, + "##44": 7915, + "thom": 7916, + "##onough": 7917, + "##eren": 7918, + "##tition": 7919, + "##tible": 7920, + "##tified": 7921, + "##enada": 7922, + "##ino": 7923, + "##iton": 7924, + "##itation": 7925, + "##atti": 7926, + "intimately": 7927, + "##rehen": 7928, + "##arite": 7929, + "##lex": 7930, + "##ani": 7931, + "##anch": 7932, + "##eli": 7933, + "##elite": 7934, + "##oling": 7935, + "##olper": 7936, + "##olcan": 7937, + "conant": 7938, + "conform": 7939, + "costa": 7940, + "##ida": 7941, + "##idal": 7942, + "##isper": 7943, + "##igan": 7944, + "##ulph": 7945, + "rece": 7946, + "##imes": 7947, + "##imate": 7948, + "##imity": 7949, + "##imens": 7950, + "forward": 7951, + "##ilent": 7952, + "exemp": 7953, + "##ussi": 7954, + "stac": 7955, + "stem": 7956, + "stau": 7957, + "stolper": 7958, + "ascribed": 7959, + "compressed": 7960, + "comprehen": 7961, + "al3": 7962, + "##osome": 7963, + "ant": 7964, + "dihedral": 7965, + "dike": 7966, + "moved": 7967, + "##amine": 7968, + "##amoto": 7969, + "##iring": 7970, + "ord": 7971, + "progression": 7972, + "grenada": 7973, + "grimes": 7974, + "##omura": 7975, + "##oux": 7976, + "##dialy": 7977, + "sup": 7978, + "sust": 7979, + "suture": 7980, + "suev": 7981, + "phyl": 7982, + "shield": 7983, + "shik": 7984, + "crystalized": 7985, + "chen": 7986, + "chain": 7987, + "chains": 7988, + "##gevity": 7989, + "lowers": 7990, + "##teen": 7991, + "minima": 7992, + "collectively": 7993, + "spite": 7994, + "spans": 7995, + "spanning": 7996, + "usa": 7997, + "uses": 7998, + "interm": 7999, + "interacted": 8000, + "mineralized": 8001, + "ablated": 8002, + "acts": 8003, + "disloc": 8004, + "quetic": 8005, + "modest": 8006, + "unable": 8007, + "unch": 8008, + "enables": 8009, + "submar": 8010, + "subvolcanic": 8011, + "subhorizon": 8012, + "isotropic": 8013, + "induce": 8014, + "neutr": 8015, + "##ongeren": 8016, + "depicted": 8017, + "arm": 8018, + "arises": 8019, + "ims": 8020, + "concentrate": 8021, + "equally": 8022, + "canyon": 8023, + "crusts": 8024, + "strains": 8025, + "stratov": 8026, + "##akes": 8027, + "solute": 8028, + "valence": 8029, + "valuable": 8030, + "prb": 8031, + "quartzites": 8032, + "101": 8033, + "106": 8034, + "1030": 8035, + "##tina": 8036, + "##tinely": 8037, + "expense": 8038, + "butte": 8039, + "impur": 8040, + "##ists": 8041, + "equilibrate": 8042, + "ershan": 8043, + "erdmann": 8044, + "overc": 8045, + "leach": 8046, + "leaving": 8047, + "granodi": 8048, + "##illonite": 8049, + "underco": 8050, + "phengites": 8051, + "slip": 8052, + "slices": 8053, + "rae": 8054, + "raw": 8055, + "raised": 8056, + "agilent": 8057, + "heater": 8058, + "americ": 8059, + "specks": 8060, + "specimens": 8061, + "estimations": 8062, + "1230": 8063, + "infin": 8064, + "##angular": 8065, + "surv": 8066, + "contributed": 8067, + "majorite": 8068, + "py1": 8069, + "conducting": 8070, + "metamict": 8071, + "earlies": 8072, + "fold": 8073, + "remnants": 8074, + "rimmed": 8075, + "grows": 8076, + "##hots": 8077, + "descent": 8078, + "started": 8079, + "dots": 8080, + "matric": 8081, + "poles": 8082, + "discern": 8083, + "xenon": 8084, + "xenocrystic": 8085, + "version": 8086, + "##ovich": 8087, + "eudialy": 8088, + "capture": 8089, + "chlorites": 8090, + "radial": 8091, + "dominates": 8092, + "backf": 8093, + "2004": 8094, + "1800": 8095, + "firstly": 8096, + "distributary": 8097, + "spinels": 8098, + "centres": 8099, + "plotting": 8100, + "kyr": 8101, + "barometers": 8102, + "barometry": 8103, + "develops": 8104, + "##respective": 8105, + "totals": 8106, + "mm2": 8107, + "invo": 8108, + "observable": 8109, + "ell": 8110, + "elm": 8111, + "1993": 8112, + "brucite": 8113, + "distinction": 8114, + "ends": 8115, + "normalto": 8116, + "approximated": 8117, + "identif": 8118, + "##losi": 8119, + "tectonically": 8120, + "plank": 8121, + "slowest": 8122, + "schw": 8123, + "northeastern": 8124, + "calderas": 8125, + "170": 8126, + "175": 8127, + "nucleated": 8128, + "loi": 8129, + "termination": 8130, + "halsjo": 8131, + "postd": 8132, + "modifications": 8133, + "trachyand": 8134, + "viscous": 8135, + "resolvable": 8136, + "univariant": 8137, + "settle": 8138, + "8000": 8139, + "phonolitic": 8140, + "geochronological": 8141, + "geochronometers": 8142, + "##awara": 8143, + "banded": 8144, + "condamine": 8145, + "denser": 8146, + "irrespective": 8147, + "eqs": 8148, + "balanced": 8149, + "disturb": 8150, + "attribu": 8151, + "arrays": 8152, + "chalcoc": 8153, + "precipitate": 8154, + "catal": 8155, + "microstructure": 8156, + "holder": 8157, + "holocene": 8158, + "schemes": 8159, + "sv13": 8160, + "concord": 8161, + "##oku": 8162, + "shortly": 8163, + "tradition": 8164, + "quantification": 8165, + "assessment": 8166, + "needles": 8167, + "geotherms": 8168, + "240": 8169, + "oibs": 8170, + "cyclic": 8171, + "22ne": 8172, + "exceptional": 8173, + "entrapped": 8174, + "maintains": 8175, + "suscep": 8176, + "covers": 8177, + "binocular": 8178, + "began": 8179, + "anomalously": 8180, + "massifs": 8181, + "intersects": 8182, + "predominant": 8183, + "insufficient": 8184, + "recognize": 8185, + "dimension": 8186, + "replenished": 8187, + "arai": 8188, + "inference": 8189, + "caso4": 8190, + "uniformly": 8191, + "inherent": 8192, + "inheritance": 8193, + "thermocalc": 8194, + "offsets": 8195, + "exponent": 8196, + "preferential": 8197, + "sintering": 8198, + "twinning": 8199, + "elongated": 8200, + "obviously": 8201, + "proximity": 8202, + "granophyric": 8203, + "helps": 8204, + "nanoc": 8205, + "reactant": 8206, + "resistant": 8207, + "efficiently": 8208, + "strike": 8209, + "addressed": 8210, + "bracketing": 8211, + "103lnα": 8212, + "pdbs": 8213, + "leucogr": 8214, + "intragraben": 8215, + "faulting": 8216, + "emphasize": 8217, + "emphasized": 8218, + "discrepancies": 8219, + "displacive": 8220, + "expands": 8221, + "##ancing": 8222, + "inhibit": 8223, + "digestion": 8224, + "entering": 8225, + "subtracted": 8226, + "overestimate": 8227, + "propagation": 8228, + "unknowns": 8229, + "695": 8230, + "dragging": 8231, + "argentina": 8232, + "monitored": 8233, + "vacancy": 8234, + "check": 8235, + "validity": 8236, + "deduce": 8237, + "routinely": 8238, + "attained": 8239, + "accounts": 8240, + "favorable": 8241, + "washout": 8242, + "intergranular": 8243, + "ganguly": 8244, + "phenomen": 8245, + "discordance": 8246, + "nordlingen": 8247, + "cleaned": 8248, + "fibrous": 8249, + "longevity": 8250, + "collap": 8251, + "distilled": 8252, + "distillation": 8253, + "ldg": 8254, + "126175": 8255, + "exhaust": 8256, + "burial": 8257, + "chilled": 8258, + "accretion": 8259, + "bruker": 8260, + "mcdonough": 8261, + "ttg": 8262, + "aliquots": 8263, + "difficulty": 8264, + "micaschists": 8265, + "electrodes": 8266, + "tanzawa": 8267, + "motomura": 8268, + "tmt": 8269, + "orthogonal": 8270, + "montmor": 8271, + "volatility": 8272, + "keeping": 8273, + "snapshots": 8274, + "perfectly": 8275, + "wilson": 8276, + "hygrometer": 8277, + "geosci": 8278, + "agglomer": 8279, + "pyrocl": 8280, + "captured": 8281, + "opaque": 8282, + "algorithm": 8283, + "supracrustal": 8284, + "trails": 8285, + "split": 8286, + "acceptable": 8287, + "smearing": 8288, + "nonlinear": 8289, + "incomplete": 8290, + "entrainment": 8291, + "droplets": 8292, + "himalayan": 8293, + "mutually": 8294, + "cruise": 8295, + "repulse": 8296, + "prerequisite": 8297, + "limestone": 8298, + "consensus": 8299, + "california": 8300, + "aphyric": 8301, + "borehole": 8302, + "eutectic": 8303, + "grospyd": 8304, + "hvalnes": 8305, + "latitude": 8306, + "qixia": 8307, + "vantongeren": 8308, + "##olcano": 8309, + "##isperse": 8310, + "staurolite": 8311, + "comprehensive": 8312, + "phyllosi": 8313, + "shikoku": 8314, + "quetico": 8315, + "submarine": 8316, + "stratovolcano": 8317, + "undercooling": 8318, + "earliest": 8319, + "matrices": 8320, + "eudialyte": 8321, + "halsjoberg": 8322, + "chalcocite": 8323, + "montmorillonite": 8324, + "230": 8325, + "270": 8326, + "320": 8327, + "4e": 8328, + "610": 8329, + "612": 8330, + "640": 8331, + "7c": 8332, + "720": 8333, + "9d": 8334, + "970": 8335, + "925": 8336, + "az": 8337, + "aid": 8338, + "ber": 8339, + "boy": 8340, + "du": 8341, + "ds": 8342, + "dop": 8343, + "fen": 8344, + "fh2o": 8345, + "functions": 8346, + "ger": 8347, + "gun": 8348, + "hr": 8349, + "his": 8350, + "hess": 8351, + "hermann": 8352, + "ij": 8353, + "jus": 8354, + "kr": 8355, + "kα": 8356, + "kle": 8357, + "lived": 8358, + "mu": 8359, + "mts": 8360, + "mang": 8361, + "misc": 8362, + "mys": 8363, + "ncmas": 8364, + "ps": 8365, + "pm": 8366, + "pit": 8367, + "pent": 8368, + "pich": 8369, + "port": 8370, + "r0": 8371, + "ros": 8372, + "rope": 8373, + "semi": 8374, + "stir": 8375, + "saw": 8376, + "ska": 8377, + "tir": 8378, + "tang": 8379, + "testing": 8380, + "uum": 8381, + "vu": 8382, + "vir": 8383, + "wu": 8384, + "win": 8385, + "wav": 8386, + "yit": 8387, + "yosh": 8388, + "zha": 8389, + "δh": 8390, + "θc": 8391, + "##ny": 8392, + "##eformed": 8393, + "##ui": 8394, + "##uits": 8395, + "##view": 8396, + "##ck": 8397, + "##aard": 8398, + "##lastic": 8399, + "##litude": 8400, + "##sa": 8401, + "##sch": 8402, + "##test": 8403, + "##picked": 8404, + "##ras": 8405, + "##rally": 8406, + "##ratic": 8407, + "##gar": 8408, + "##gup": 8409, + "##glacial": 8410, + "##matic": 8411, + "##wal": 8412, + "##with": 8413, + "##wack": 8414, + "##worth": 8415, + "##h2": 8416, + "##21": 8417, + "##22": 8418, + "##zi": 8419, + "##68": 8420, + "##66": 8421, + "##onent": 8422, + "##ert": 8423, + "##tis": 8424, + "##tibility": 8425, + "##eno": 8426, + "##enum": 8427, + "##inner": 8428, + "##alistic": 8429, + "##itten": 8430, + "##aric": 8431, + "##orts": 8432, + "##orical": 8433, + "##ashima": 8434, + "##ictization": 8435, + "##strom": 8436, + "##sters": 8437, + "tow": 8438, + "tools": 8439, + "##sitivity": 8440, + "##sio2": 8441, + "##urable": 8442, + "conser": 8443, + "conju": 8444, + "##agent": 8445, + "##aging": 8446, + "##agall": 8447, + "##agonal": 8448, + "coiling": 8449, + "##etch": 8450, + "##isov": 8451, + "rect": 8452, + "reagent": 8453, + "##ocal": 8454, + "##romag": 8455, + "sty": 8456, + "strom": 8457, + "stack": 8458, + "stresses": 8459, + "comprom": 8460, + "alber": 8461, + "cr1": 8462, + "melan": 8463, + "##lusters": 8464, + "##izu": 8465, + "tefl": 8466, + "##umenting": 8467, + "##quilib": 8468, + "graben": 8469, + "##omax": 8470, + "##erates": 8471, + "##tices": 8472, + "sut": 8473, + "phosph": 8474, + "shad": 8475, + "shats": 8476, + "meltwater": 8477, + "reside": 8478, + "parcel": 8479, + "##2o6": 8480, + "##lest": 8481, + "interact": 8482, + "periclase": 8483, + "acting": 8484, + "feot": 8485, + "caled": 8486, + "##una": 8487, + "modally": 8488, + "uniqu": 8489, + "##dsley": 8490, + "enl": 8491, + "enab": 8492, + "meters": 8493, + "subjected": 8494, + "fluct": 8495, + "##oclinic": 8496, + "##adic": 8497, + "neill": 8498, + "arti": 8499, + "##anded": 8500, + "##avant": 8501, + "corund": 8502, + "solve": 8503, + "caf": 8504, + "caal": 8505, + "caution": 8506, + "##tives": 8507, + "price": 8508, + "##aturation": 8509, + "italy": 8510, + "105": 8511, + "10b": 8512, + "carriers": 8513, + "impro": 8514, + "implied": 8515, + "thermometric": 8516, + "undeformed": 8517, + "effort": 8518, + "2011": 8519, + "##neath": 8520, + "si4": 8521, + "##ternary": 8522, + "underneath": 8523, + "reeand": 8524, + "reequilib": 8525, + "measurable": 8526, + "bounded": 8527, + "heights": 8528, + "refine": 8529, + "refers": 8530, + "comes": 8531, + "processed": 8532, + "specimen": 8533, + "monomer": 8534, + "monoclinic": 8535, + "127": 8536, + "patches": 8537, + "saturate": 8538, + "contraction": 8539, + "conduct": 8540, + "plum": 8541, + "metamictization": 8542, + "100mn": 8543, + "cubic": 8544, + "tie": 8545, + "matches": 8546, + "transferred": 8547, + "foot": 8548, + "1973": 8549, + "verify": 8550, + "nearby": 8551, + "constrains": 8552, + "closest": 8553, + "evidently": 8554, + "depletions": 8555, + "##omponent": 8556, + "requiring": 8557, + "finer": 8558, + "140": 8559, + "147": 8560, + "manually": 8561, + "nbs": 8562, + "resultant": 8563, + "##namically": 8564, + "assumes": 8565, + "fractured": 8566, + "cma": 8567, + "stronger": 8568, + "solubilities": 8569, + "describes": 8570, + "lherzolitic": 8571, + "simulating": 8572, + "lamella": 8573, + "secondarily": 8574, + "niomax": 8575, + "##burg": 8576, + "thinned": 8577, + "dasgup": 8578, + "preserving": 8579, + "revealing": 8580, + "easy": 8581, + "historical": 8582, + "downwards": 8583, + "sanidines": 8584, + "selection": 8585, + "ultra": 8586, + "couples": 8587, + "going": 8588, + "look": 8589, + "##ergaard": 8590, + "breaks": 8591, + "halo": 8592, + "cracking": 8593, + "stepanov": 8594, + "fewer": 8595, + "seques": 8596, + "argues": 8597, + "arguments": 8598, + "encloses": 8599, + "references": 8600, + "refertil": 8601, + "geochronologic": 8602, + "banding": 8603, + "conduits": 8604, + "converge": 8605, + "conversely": 8606, + "eleven": 8607, + "elevation": 8608, + "spectrometers": 8609, + "illustration": 8610, + "documenting": 8611, + "##ferrite": 8612, + "1120": 8613, + "technology": 8614, + "periodically": 8615, + "lindsley": 8616, + "retrogression": 8617, + "lacking": 8618, + "media": 8619, + "median": 8620, + "cataple": 8621, + "creates": 8622, + "creating": 8623, + "confirming": 8624, + "overlaps": 8625, + "holm": 8626, + "steeper": 8627, + "steele": 8628, + "235": 8629, + "edx": 8630, + "handpicked": 8631, + "svms": 8632, + "sense": 8633, + "microscopic": 8634, + "substituting": 8635, + "geothermometers": 8636, + "mediumto": 8637, + "sio3": 8638, + "hybridisation": 8639, + "cycling": 8640, + "225": 8641, + "stabilizing": 8642, + "##venile": 8643, + "acquire": 8644, + "drilled": 8645, + "preparations": 8646, + "frequent": 8647, + "circle": 8648, + "anomalous": 8649, + "##leyite": 8650, + "vesicular": 8651, + "contributes": 8652, + "mq0": 8653, + "sponge": 8654, + "homogenization": 8655, + "promoted": 8656, + "##saline": 8657, + "irregularly": 8658, + "constitute": 8659, + "ferroan": 8660, + "parameterized": 8661, + "juvenile": 8662, + "employing": 8663, + "##ahashi": 8664, + "thermobarometers": 8665, + "thermobarometry": 8666, + "robinson": 8667, + "segments": 8668, + "repetition": 8669, + "847": 8670, + "operated": 8671, + "vesiculated": 8672, + "penetr": 8673, + "welding": 8674, + "##point": 8675, + "datasets": 8676, + "rifting": 8677, + "reversely": 8678, + "ascends": 8679, + "ignored": 8680, + "spherul": 8681, + "plagiogranites": 8682, + "science": 8683, + "wrapped": 8684, + "##tze": 8685, + "explanations": 8686, + "distinguishable": 8687, + "certainly": 8688, + "##axial": 8689, + "shoshonite": 8690, + "1989": 8691, + "1986": 8692, + "auto": 8693, + "macinn": 8694, + "##vaal": 8695, + "unrelated": 8696, + "unrealistic": 8697, + "leucosomes": 8698, + "leucosome": 8699, + "swe": 8700, + "tests": 8701, + "evaporated": 8702, + "outcrops": 8703, + "luminescence": 8704, + "presumed": 8705, + "powerful": 8706, + "expanded": 8707, + "masonic": 8708, + "tholeiite": 8709, + "linkam": 8710, + "resource": 8711, + "stoichiometric": 8712, + "propagating": 8713, + "buoyancy": 8714, + "attempts": 8715, + "8200": 8716, + "rotated": 8717, + "coincidence": 8718, + "coincident": 8719, + "hawaiian": 8720, + "octahed": 8721, + "morgan": 8722, + "radioisot": 8723, + "amplitude": 8724, + "odp": 8725, + "asian": 8726, + "mild": 8727, + "milarite": 8728, + "utilized": 8729, + "alloys": 8730, + "careful": 8731, + "carefully": 8732, + "magnesioferrite": 8733, + "hypersaline": 8734, + "believe": 8735, + "addressing": 8736, + "2908": 8737, + "2907": 8738, + "failed": 8739, + "chronology": 8740, + "wehrlite": 8741, + "drives": 8742, + "brecci": 8743, + "build": 8744, + "qualitatively": 8745, + "hills": 8746, + "longest": 8747, + "adequate": 8748, + "microanalysis": 8749, + "exhaus": 8750, + "assimilated": 8751, + "contemporaneously": 8752, + "accommodated": 8753, + "bonin": 8754, + "borisov": 8755, + "totally": 8756, + "complicated": 8757, + "annular": 8758, + "terminal": 8759, + "holloway": 8760, + "pseudoternary": 8761, + "kelley": 8762, + "zhouba": 8763, + "finger": 8764, + "practical": 8765, + "freezing": 8766, + "automatic": 8767, + "arbitrarily": 8768, + "symplectite": 8769, + "candidate": 8770, + "congruent": 8771, + "learning": 8772, + "microphot": 8773, + "synchron": 8774, + "neglected": 8775, + "hirschmann": 8776, + "siberian": 8777, + "##basalt": 8778, + "inhomogeneous": 8779, + "##enthal": 8780, + "concurr": 8781, + "quickly": 8782, + "equivalents": 8783, + "detonation": 8784, + "monotonic": 8785, + "multicomponent": 8786, + "governed": 8787, + "reconstructive": 8788, + "philippine": 8789, + "fumagall": 8790, + "ibm": 8791, + "yangtze": 8792, + "impurities": 8793, + "american": 8794, + "attribute": 8795, + "catalina": 8796, + "nanoclusters": 8797, + "geosciences": 8798, + "pyroclastic": 8799, + "grospydites": 8800, + "klein": 8801, + "mtss": 8802, + "mysen": 8803, + "pichavant": 8804, + "rosenthal": 8805, + "skaergaard": 8806, + "tirone": 8807, + "uumz": 8808, + "wavenum": 8809, + "yitong": 8810, + "yoshino": 8811, + "zhao": 8812, + "θcpp": 8813, + "conjugate": 8814, + "alberta": 8815, + "teflon": 8816, + "shadow": 8817, + "meltwaters": 8818, + "corundum": 8819, + "dasgupta": 8820, + "catapleiite": 8821, + "macinnis": 8822, + "fumagalli": 8823, + "010": 8824, + "210": 8825, + "360": 8826, + "5c": 8827, + "5d": 8828, + "520": 8829, + "670": 8830, + "625": 8831, + "830": 8832, + "820": 8833, + "930": 8834, + "aur": 8835, + "afore": 8836, + "bes": 8837, + "bir": 8838, + "ball": 8839, + "bigger": 8840, + "benson": 8841, + "ced": 8842, + "cast": 8843, + "cip": 8844, + "cpo": 8845, + "dor": 8846, + "dain": 8847, + "dust": 8848, + "dub": 8849, + "dcu": 8850, + "dict": 8851, + "dimer": 8852, + "dwell": 8853, + "esrp": 8854, + "fole": 8855, + "foun": 8856, + "gem": 8857, + "gior": 8858, + "gbs": 8859, + "gau": 8860, + "gave": 8861, + "golds": 8862, + "genetically": 8863, + "hall": 8864, + "hiro": 8865, + "hopp": 8866, + "ich": 8867, + "junction": 8868, + "jud": 8869, + "jump": 8870, + "jones": 8871, + "kt": 8872, + "kh": 8873, + "kur": 8874, + "kog": 8875, + "kust": 8876, + "kars": 8877, + "kessel": 8878, + "lp": 8879, + "lec": 8880, + "lose": 8881, + "lens": 8882, + "lang": 8883, + "laki": 8884, + "mx": 8885, + "mim": 8886, + "mun": 8887, + "morl": 8888, + "nw": 8889, + "nat": 8890, + "nic": 8891, + "nim": 8892, + "nanded": 8893, + "ong": 8894, + "oven": 8895, + "pc": 8896, + "ptr": 8897, + "ponti": 8898, + "ry": 8899, + "ramp": 8900, + "ross": 8901, + "rod": 8902, + "rises": 8903, + "rarity": 8904, + "ss": 8905, + "sit": 8906, + "sle": 8907, + "slu": 8908, + "stit": 8909, + "satis": 8910, + "tb": 8911, + "ton": 8912, + "tell": 8913, + "ud": 8914, + "vl": 8915, + "vap": 8916, + "wan": 8917, + "yer": 8918, + "zen": 8919, + "zamb": 8920, + "σfe": 8921, + "##nar": 8922, + "##nom": 8923, + "##nari": 8924, + "##norm": 8925, + "##nium": 8926, + "##eved": 8927, + "##uum": 8928, + "##ubl": 8929, + "##usis": 8930, + "##iow": 8931, + "##ike": 8932, + "##vin": 8933, + "##oing": 8934, + "##ods": 8935, + "##cing": 8936, + "##aved": 8937, + "##aoud": 8938, + "##lst": 8939, + "##su": 8940, + "##ya": 8941, + "##pal": 8942, + "##pled": 8943, + "##pvs": 8944, + "##pitation": 8945, + "##ren": 8946, + "##rum": 8947, + "##rical": 8948, + "##ranular": 8949, + "##dp": 8950, + "##dano": 8951, + "##donald": 8952, + "##gitic": 8953, + "##gger": 8954, + "##mul": 8955, + "##mentioned": 8956, + "##fr": 8957, + "##fit": 8958, + "##fgr": 8959, + "##fier": 8960, + "##fjall": 8961, + "##xp": 8962, + "##58": 8963, + "##wave": 8964, + "##brite": 8965, + "##27": 8966, + "##2th": 8967, + "##kar": 8968, + "##ktites": 8969, + "##88": 8970, + "##37": 8971, + "##98": 8972, + "##onnay": 8973, + "##erra": 8974, + "##tiary": 8975, + "##enic": 8976, + "##itri": 8977, + "##ardi": 8978, + "##arstrom": 8979, + "##oroc": 8980, + "##orne": 8981, + "##oradi": 8982, + "##rover": 8983, + "##aska": 8984, + "##asovite": 8985, + "##ics": 8986, + "##enty": 8987, + "##lets": 8988, + "##ela": 8989, + "##elts": 8990, + "##elites": 8991, + "##ster": 8992, + "##sten": 8993, + "##static": 8994, + "##sial": 8995, + "##ithmic": 8996, + "##aga": 8997, + "##agin": 8998, + "coded": 8999, + "##idually": 9000, + "##idonnay": 9001, + "##isp": 9002, + "##isch": 9003, + "##igranular": 9004, + "rear": 9005, + "rework": 9006, + "fornari": 9007, + "##ocryst": 9008, + "##ocratic": 9009, + "##rometers": 9010, + "stere": 9011, + "competing": 9012, + "alaska": 9013, + "cr2": 9014, + "cryp": 9015, + "beij": 9016, + "beatti": 9017, + "diaple": 9018, + "##emy": 9019, + "##izer": 9020, + "controver": 9021, + "##amorph": 9022, + "org": 9023, + "##ateg": 9024, + "##ques": 9025, + "sud": 9026, + "##anta": 9027, + "##ively": 9028, + "deform": 9029, + "maz": 9030, + "shand": 9031, + "shaw": 9032, + "shmul": 9033, + "highand": 9034, + "triton": 9035, + "chr": 9036, + "chur": 9037, + "##aped": 9038, + "##apvaal": 9039, + "diffract": 9040, + "resone": 9041, + "restitic": 9042, + "plat": 9043, + "clim": 9044, + "clari": 9045, + "cloud": 9046, + "parab": 9047, + "hau": 9048, + "sput": 9049, + "spall": 9050, + "spark": 9051, + "spars": 9052, + "spike": 9053, + "interp": 9054, + "interfer": 9055, + "abr": 9056, + "ab23": 9057, + "abnorm": 9058, + "##ppled": 9059, + "##ppler": 9060, + "pers": 9061, + "peripher": 9062, + "acad": 9063, + "feeder": 9064, + "##phase": 9065, + "##ersu": 9066, + "##uno": 9067, + "##chite": 9068, + "relies": 9069, + "relax": 9070, + "##strained": 9071, + "##logenic": 9072, + "##ariro": 9073, + "metres": 9074, + "fluores": 9075, + "##paitic": 9076, + "##oclimate": 9077, + "seed": 9078, + "seal": 9079, + "seaf": 9080, + "##aday": 9081, + "arte": 9082, + "arima": 9083, + "arising": 9084, + "##andine": 9085, + "equigranular": 9086, + "soon": 9087, + "strateg": 9088, + "##aka": 9089, + "adam": 9090, + "adher": 9091, + "##uchi": 9092, + "smith": 9093, + "smow": 9094, + "twenty": 9095, + "decline": 9096, + "georoc": 9097, + "impreg": 9098, + "##quidus": 9099, + "overview": 9100, + "2016": 9101, + "##neusis": 9102, + "sierra": 9103, + "scre": 9104, + "scarc": 9105, + "##illat": 9106, + "compares": 9107, + "carbonatitic": 9108, + "decrepitation": 9109, + "ago": 9110, + "agent": 9111, + "ague": 9112, + "agpaitic": 9113, + "hex": 9114, + "becoming": 9115, + "nokes": 9116, + "##ipated": 9117, + "refined": 9118, + "speculate": 9119, + "##graded": 9120, + "##ochemical": 9121, + "mono": 9122, + "12c": 9123, + "122": 9124, + "128": 9125, + "1260": 9126, + "conductive": 9127, + "foli": 9128, + "lithium": 9129, + "tians": 9130, + "stars": 9131, + "190": 9132, + "1960": 9133, + "##liquidus": 9134, + "preventing": 9135, + "complexities": 9136, + "##azil": 9137, + "capabilities": 9138, + "mollo": 9139, + "##uffle": 9140, + "##umulus": 9141, + "133": 9142, + "fertil": 9143, + "hornblendes": 9144, + "##lacially": 9145, + "hfse": 9146, + "suppressed": 9147, + "2001": 9148, + "2009": 9149, + "au80": 9150, + "norman": 9151, + "behaved": 9152, + "synneusis": 9153, + "defect": 9154, + "thickened": 9155, + "masses": 9156, + "cm2": 9157, + "##tillo": 9158, + "flowing": 9159, + "drain": 9160, + "muller": 9161, + "invari": 9162, + "invading": 9163, + "harr": 9164, + "midto": 9165, + "1992": 9166, + "brine": 9167, + "brazil": 9168, + "precamb": 9169, + "herein": 9170, + "knoll": 9171, + "exchanges": 9172, + "facility": 9173, + "assist": 9174, + "polynom": 9175, + "individually": 9176, + "noteworth": 9177, + "mounts": 9178, + "interstitially": 9179, + "##loor": 9180, + "traced": 9181, + "extrusion": 9182, + "extract": 9183, + "extraneous": 9184, + "extrusive": 9185, + "granulitic": 9186, + "metallogenic": 9187, + "168": 9188, + "devoid": 9189, + "devitri": 9190, + "continuum": 9191, + "southwestern": 9192, + "1700": 9193, + "confining": 9194, + "lofgr": 9195, + "dyke": 9196, + "pores": 9197, + "##ropy": 9198, + "breaking": 9199, + "##gressive": 9200, + "##gressed": 9201, + "tertiary": 9202, + "##ylon": 9203, + "keppler": 9204, + "consequent": 9205, + "paired": 9206, + "paillat": 9207, + "resolving": 9208, + "aggregation": 9209, + "progresses": 9210, + "progressed": 9211, + "adjaoud": 9212, + "envis": 9213, + "broken": 9214, + "ionization": 9215, + "paleoclimate": 9216, + "intruding": 9217, + "niob": 9218, + "niool": 9219, + "retention": 9220, + "infiltrates": 9221, + "retrograded": 9222, + "distant": 9223, + "attrib": 9224, + "serpentinite": 9225, + "serpentinites": 9226, + "migrating": 9227, + "replaces": 9228, + "precipitated": 9229, + "falling": 9230, + "flank": 9231, + "232th": 9232, + "stratigraph": 9233, + "international": 9234, + "##neiss": 9235, + "polarization": 9236, + "freund": 9237, + "sensitivity": 9238, + "##afj": 9239, + "misorientations": 9240, + "transportation": 9241, + "synthesize": 9242, + "7000": 9243, + "assessing": 9244, + "substitutions": 9245, + "ohmic": 9246, + "orogenesis": 9247, + "hybridization": 9248, + "examination": 9249, + "shearing": 9250, + "coexisted": 9251, + "faraday": 9252, + "chromat": 9253, + "maintaining": 9254, + "magnesiow": 9255, + "intersections": 9256, + "focussed": 9257, + "uht": 9258, + "promoting": 9259, + "gaidonnay": 9260, + "hypothetical": 9261, + "##1500": 9262, + "integral": 9263, + "globules": 9264, + "advances": 9265, + "pyrites": 9266, + "pyrarg": 9267, + "favored": 9268, + "establishing": 9269, + "castillo": 9270, + "purified": 9271, + "symmetric": 9272, + "symmetrical": 9273, + "ts1500": 9274, + "connecting": 9275, + "cutoff": 9276, + "efficiency": 9277, + "vesicle": 9278, + "tephras": 9279, + "exponentially": 9280, + "δ30sim": 9281, + "aims": 9282, + "reversion": 9283, + "hqa600": 9284, + "porphyroblastic": 9285, + "kaapvaal": 9286, + "kaersu": 9287, + "pulses": 9288, + "distinguishing": 9289, + "facilitates": 9290, + "strip": 9291, + "pervasively": 9292, + "exposing": 9293, + "loading": 9294, + "autoradi": 9295, + "huge": 9296, + "macdonald": 9297, + "unreacted": 9298, + "package": 9299, + "watts": 9300, + "##hua": 9301, + "steeply": 9302, + "1932": 9303, + "stiff": 9304, + "stippled": 9305, + "dilute": 9306, + "##kiy": 9307, + "quantifying": 9308, + "brownish": 9309, + "εndi": 9310, + "inhibits": 9311, + "inhibited": 9312, + "attachment": 9313, + "expressions": 9314, + "assigning": 9315, + "films": 9316, + "statistical": 9317, + "subtracting": 9318, + "overestimation": 9319, + "propagated": 9320, + "piece": 9321, + "09sa": 9322, + "coordination": 9323, + "refinements": 9324, + "influxes": 9325, + "mobilized": 9326, + "attempted": 9327, + "drops": 9328, + "attenuation": 9329, + "paragenetic": 9330, + "analyzer": 9331, + "vacancies": 9332, + "vacuum": 9333, + "metapelites": 9334, + "route": 9335, + "exerc": 9336, + "exert": 9337, + "pseudosections": 9338, + "remobilized": 9339, + "idioblastic": 9340, + "tongariro": 9341, + "##ingshan": 9342, + "attainment": 9343, + "choices": 9344, + "accounted": 9345, + "magnesioh": 9346, + "ignimbrite": 9347, + "sketch": 9348, + "aluminium": 9349, + "r33": 9350, + "vibrations": 9351, + "decoupled": 9352, + "migmatite": 9353, + "hammarstrom": 9354, + "disappears": 9355, + "disappearance": 9356, + "hartley": 9357, + "incremental": 9358, + "favourable": 9359, + "anions": 9360, + "pressurized": 9361, + "geobarometry": 9362, + "underestimated": 9363, + "accreted": 9364, + "brugger": 9365, + "troctolite": 9366, + "troctolites": 9367, + "dickenson": 9368, + "triangular": 9369, + "hafnium": 9370, + "chloride": 9371, + "aplites": 9372, + "davis": 9373, + "hours": 9374, + "omitted": 9375, + "##naya": 9376, + "antecrysts": 9377, + "fulgurite": 9378, + "fulgurites": 9379, + "δ18omelt": 9380, + "intracrystalline": 9381, + "laterally": 9382, + "mirrored": 9383, + "intercumulus": 9384, + "persists": 9385, + "energetic": 9386, + "taihua": 9387, + "1791": 9388, + "vibrational": 9389, + "metabasaltic": 9390, + "lanthanide": 9391, + "disaggregated": 9392, + "iterative": 9393, + "kinematic": 9394, + "liberation": 9395, + "village": 9396, + "##pd20": 9397, + "neighbour": 9398, + "contaminant": 9399, + "leroux": 9400, + "losses": 9401, + "##aldera": 9402, + "inserted": 9403, + "reinfor": 9404, + "almandine": 9405, + "colloform": 9406, + "objective": 9407, + "orthoenstatite": 9408, + "136xe": 9409, + "eliminate": 9410, + "logarithmic": 9411, + "concomitant": 9412, + "cylindrical": 9413, + "elucidate": 9414, + "categor": 9415, + "frozen": 9416, + "saponite": 9417, + "turbul": 9418, + "vigorous": 9419, + "received": 9420, + "supra": 9421, + "sustained": 9422, + "subhorizontal": 9423, + "leaching": 9424, + "granodioritic": 9425, + "backflow": 9426, + "ellip": 9427, + "identifiable": 9428, + "schwartz": 9429, + "trachyandesite": 9430, + "concordant": 9431, + "leucogranites": 9432, + "exhausted": 9433, + "agglomeration": 9434, + "hvalnesfjall": 9435, + "doped": 9436, + "pentavalent": 9437, + "portny": 9438, + "virt": 9439, + "winchite": 9440, + "style": 9441, + "shatskiy": 9442, + "caledonia": 9443, + "fluctu": 9444, + "improved": 9445, + "reequilibration": 9446, + "plumes": 9447, + "fingerprin": 9448, + "microphotograph": 9449, + "auriferous": 9450, + "aforementioned": 9451, + "cedar": 9452, + "cipw": 9453, + "dubbo": 9454, + "foley": 9455, + "fountain": 9456, + "giordano": 9457, + "hirose": 9458, + "hopping": 9459, + "karsli": 9460, + "lpet": 9461, + "lenses": 9462, + "morlidge": 9463, + "nandedkar": 9464, + "ongoing": 9465, + "pontides": 9466, + "stitched": 9467, + "vlasovite": 9468, + "vapour": 9469, + "yerington": 9470, + "zambardi": 9471, + "beijing": 9472, + "beattie": 9473, + "diaplectic": 9474, + "controversial": 9475, + "shmulovich": 9476, + "resonetics": 9477, + "spallation": 9478, + "academy": 9479, + "fluorescence": 9480, + "seafloor": 9481, + "impregn": 9482, + "scarcity": 9483, + "tianshan": 9484, + "au80pd20": 9485, + "precambrian": 9486, + "knolls": 9487, + "polynomial": 9488, + "noteworthy": 9489, + "lofgren": 9490, + "stratigraphically": 9491, + "magnesiowustite": 9492, + "gaidonnayite": 9493, + "pyrargyrite": 9494, + "09sa06": 9495, + "portnyagin": 9496, + "2f": 9497, + "275": 9498, + "3ds": 9499, + "675": 9500, + "7e": 9501, + "725": 9502, + "8c": 9503, + "880": 9504, + "980": 9505, + "920": 9506, + "960": 9507, + "a2": 9508, + "aure": 9509, + "agen": 9510, + "a15": 9511, + "ben": 9512, + "big": 9513, + "bow": 9514, + "bom": 9515, + "bari": 9516, + "bire": 9517, + "ci": 9518, + "cp": 9519, + "ck": 9520, + "cart": 9521, + "centi": 9522, + "cnk": 9523, + "dp": 9524, + "d0": 9525, + "dinner": 9526, + "ey": 9527, + "eg": 9528, + "ek": 9529, + "edi": 9530, + "eject": 9531, + "egg": 9532, + "fy": 9533, + "fish": 9534, + "gi": 9535, + "gard": 9536, + "gained": 9537, + "hin": 9538, + "hier": 9539, + "hinder": 9540, + "ik": 9541, + "iod": 9542, + "iki": 9543, + "ja": 9544, + "jen": 9545, + "ken": 9546, + "kop": 9547, + "kay": 9548, + "lot": 9549, + "lues": 9550, + "lob": 9551, + "lda": 9552, + "lights": 9553, + "mp": 9554, + "muse": 9555, + "mcc": 9556, + "mrees": 9557, + "muffle": 9558, + "mylon": 9559, + "nh": 9560, + "oro": 9561, + "ogas": 9562, + "pun": 9563, + "ppb": 9564, + "rl": 9565, + "rg": 9566, + "roc": 9567, + "rho": 9568, + "rays": 9569, + "rhen": 9570, + "rational": 9571, + "r06": 9572, + "russi": 9573, + "s1": 9574, + "savage": 9575, + "tas": 9576, + "till": 9577, + "va": 9578, + "wo": 9579, + "worn": 9580, + "wise": 9581, + "witt": 9582, + "yt": 9583, + "yfe": 9584, + "zur": 9585, + "zind": 9586, + "##ns": 9587, + "##nh": 9588, + "##nst": 9589, + "##nite": 9590, + "##nected": 9591, + "##note": 9592, + "##eit": 9593, + "##uir": 9594, + "##uity": 9595, + "##uble": 9596, + "##uang": 9597, + "##isions": 9598, + "##vance": 9599, + "##oil": 9600, + "##ode": 9601, + "##colith": 9602, + "##aol": 9603, + "##aus": 9604, + "##la": 9605, + "##lary": 9606, + "##sw": 9607, + "##ski": 9608, + "##tly": 9609, + "##ysic": 9610, + "##pots": 9611, + "##rites": 9612, + "##rad": 9613, + "##din": 9614, + "##disperse": 9615, + "##gre": 9616, + "##mith": 9617, + "##met": 9618, + "##muir": 9619, + "##19": 9620, + "##fies": 9621, + "##fring": 9622, + "##wa": 9623, + "##hat": 9624, + "##hite": 9625, + "##bar": 9626, + "##bay": 9627, + "##26": 9628, + "##jd": 9629, + "##junction": 9630, + "##kvas": 9631, + "##kohler": 9632, + "##ze": 9633, + "##zu": 9634, + "##zhou": 9635, + "##41": 9636, + "##63": 9637, + "##ınar": 9638, + "##onor": 9639, + "##oning": 9640, + "##erc": 9641, + "##eror": 9642, + "##erozoic": 9643, + "##enable": 9644, + "##inar": 9645, + "##inclu": 9646, + "##ito": 9647, + "##itne": 9648, + "##ata": 9649, + "inn": 9650, + "inac": 9651, + "anders": 9652, + "##arer": 9653, + "##arser": 9654, + "##ora": 9655, + "##orously": 9656, + "##orhom": 9657, + "##asic": 9658, + "##icting": 9659, + "##icao": 9660, + "##entrum": 9661, + "##ania": 9662, + "##anerozoic": 9663, + "##stol": 9664, + "##stand": 9665, + "##olic": 9666, + "##olinite": 9667, + "##inge": 9668, + "##sives": 9669, + "##silite": 9670, + "##sibly": 9671, + "##sibility": 9672, + "##uras": 9673, + "cones": 9674, + "conce": 9675, + "conjunction": 9676, + "cov": 9677, + "coarser": 9678, + "ish": 9679, + "##idy": 9680, + "##idson": 9681, + "##iss": 9682, + "##ull": 9683, + "##iminated": 9684, + "##ilips": 9685, + "exec": 9686, + "extin": 9687, + "aspect": 9688, + "comput": 9689, + "computer": 9690, + "alge": 9691, + "##oph": 9692, + "##opic": 9693, + "areal": 9694, + "crimp": 9695, + "anch": 9696, + "beak": 9697, + "beard": 9698, + "##lume": 9699, + "##ucl": 9700, + "dip": 9701, + "diab": 9702, + "diele": 9703, + "whitne": 9704, + "##amm": 9705, + "##irn": 9706, + "##uma": 9707, + "proj": 9708, + "proton": 9709, + "grays": 9710, + "##ichel": 9711, + "##antaneous": 9712, + "physic": 9713, + "phanerozoic": 9714, + "philips": 9715, + "##ivers": 9716, + "magne": 9717, + "shen": 9718, + "shed": 9719, + "shri": 9720, + "shuk": 9721, + "incorre": 9722, + "trø": 9723, + "tris": 9724, + "trap": 9725, + "tricl": 9726, + "chose": 9727, + "chief": 9728, + "lowand": 9729, + "##eney": 9730, + "cla": 9731, + "clarity": 9732, + "hay": 9733, + "pressed": 9734, + "pressing": 9735, + "##tron": 9736, + "##trian": 9737, + "spor": 9738, + "intercon": 9739, + "##iobite": 9740, + "ab2": 9741, + "##ript": 9742, + "##olet": 9743, + "weights": 9744, + "acet": 9745, + "actively": 9746, + "##ayu": 9747, + "##chill": 9748, + "relicts": 9749, + "zirconium": 9750, + "uns": 9751, + "unex": 9752, + "frances": 9753, + "formations": 9754, + "##ficial": 9755, + "##itesimal": 9756, + "subal": 9757, + "subround": 9758, + "subto": 9759, + "analytic": 9760, + "analyse": 9761, + "analytically": 9762, + "analysing": 9763, + "mantled": 9764, + "crystallise": 9765, + "##pare": 9766, + "neogene": 9767, + "nebul": 9768, + "nekvas": 9769, + "replicate": 9770, + "reports": 9771, + "plagioclaseand": 9772, + "silenc": 9773, + "ark": 9774, + "mg0": 9775, + "upd": 9776, + "soak": 9777, + "string": 9778, + "pref": 9779, + "prepare": 9780, + "oxford": 9781, + "##achnaya": 9782, + "adak": 9783, + "##iest": 9784, + "introduce": 9785, + "intended": 9786, + "1010": 9787, + "##cura": 9788, + "decarbon": 9789, + "geoz": 9790, + "impover": 9791, + "orthorhom": 9792, + "thermof": 9793, + "micros": 9794, + "micrometer": 9795, + "erlan": 9796, + "ernst": 9797, + "##deo": 9798, + "2020": 9799, + "leave": 9800, + "leeman": 9801, + "buloch": 9802, + "scores": 9803, + "scanned": 9804, + "sld": 9805, + "recoil": 9806, + "hydrostatic": 9807, + "raz": 9808, + "raising": 9809, + "##ounts": 9810, + "hey": 9811, + "hearn": 9812, + "amenable": 9813, + "##berger": 9814, + "##ipınar": 9815, + "solids": 9816, + "##507": 9817, + "speculated": 9818, + "redep": 9819, + "monomin": 9820, + "111": 9821, + "118": 9822, + "1170": 9823, + "##roniobite": 9824, + "microte": 9825, + "microinclu": 9826, + "eruptives": 9827, + "##ought": 9828, + "evolves": 9829, + "##ions": 9830, + "desc": 9831, + "marine": 9832, + "marking": 9833, + "characterisation": 9834, + "mixes": 9835, + "matter": 9836, + "transgressive": 9837, + "##ctric": 9838, + "fo90": 9839, + "1980": 9840, + "prevalent": 9841, + "eclogiteand": 9842, + "norite": 9843, + "##itudin": 9844, + "commenced": 9845, + "outline": 9846, + "averaging": 9847, + "albeit": 9848, + "1550": 9849, + "served": 9850, + "volcanics": 9851, + "135": 9852, + "1385": 9853, + "absorp": 9854, + "emperor": 9855, + "##ornblende": 9856, + "functional": 9857, + "manning": 9858, + "shockwave": 9859, + "##ifs": 9860, + "appearing": 9861, + "##licates": 9862, + "fired": 9863, + "behave": 9864, + "peaked": 9865, + "##namical": 9866, + "defining": 9867, + "barriers": 9868, + "situations": 9869, + "##tened": 9870, + "##adium": 9871, + "cumulative": 9872, + "laminar": 9873, + "eliminated": 9874, + "oscura": 9875, + "evenly": 9876, + "secondly": 9877, + "1996": 9878, + "brighter": 9879, + "longitudin": 9880, + "normalization": 9881, + "polydisperse": 9882, + "##burt": 9883, + "thinner": 9884, + "affinity": 9885, + "affinities": 9886, + "tracers": 9887, + "dolomitic": 9888, + "##enesis": 9889, + "multipl": 9890, + "potentials": 9891, + "##braic": 9892, + "harzburgites": 9893, + "planet": 9894, + "selved": 9895, + "superprobe": 9896, + "superliquidus": 9897, + "select": 9898, + "pump": 9899, + "continuity": 9900, + "worked": 9901, + "workman": 9902, + "goes": 9903, + "fourteen": 9904, + "methodology": 9905, + "delayed": 9906, + "##hns": 9907, + "ilmeno": 9908, + "introduces": 9909, + "roan": 9910, + "rodeo": 9911, + "smectites": 9912, + "thermodynamics": 9913, + "##oidal": 9914, + "localised": 9915, + "postulated": 9916, + "modify": 9917, + "modifier": 9918, + "##ylova": 9919, + "##augh": 9920, + "1000ln": 9921, + "plateaus": 9922, + "petrologically": 9923, + "decompressed": 9924, + "##ixing": 9925, + "##time": 9926, + "releasing": 9927, + "relevance": 9928, + "enclave": 9929, + "envision": 9930, + "##odified": 9931, + "broke": 9932, + "brock": 9933, + "ionisation": 9934, + "labelled": 9935, + "paleocene": 9936, + "convert": 9937, + "instantaneous": 9938, + "intrude": 9939, + "intrudes": 9940, + "intrusives": 9941, + "experiencing": 9942, + "greenland": 9943, + "greenstone": 9944, + "applicability": 9945, + "responses": 9946, + "drying": 9947, + "purely": 9948, + "marginally": 9949, + "hotpot": 9950, + "hottest": 9951, + "linking": 9952, + "links": 9953, + "703": 9954, + "probable": 9955, + "##oriented": 9956, + "##orientation": 9957, + "induces": 9958, + "flatter": 9959, + "overlies": 9960, + "broader": 9961, + "holness": 9962, + "##sivity": 9963, + "stratified": 9964, + "chalcophile": 9965, + "meteorite": 9966, + "5000": 9967, + "fastest": 9968, + "geothermometry": 9969, + "hybridized": 9970, + "7500": 9971, + "stabilizes": 9972, + "exceptionally": 9973, + "emf": 9974, + "##vsky": 9975, + "clinopyroxenite": 9976, + "farther": 9977, + "reproduces": 9978, + "reproducible": 9979, + "circular": 9980, + "801": 9981, + "minimization": 9982, + "015": 9983, + "262": 9984, + "aster": 9985, + "contributing": 9986, + "hotspots": 9987, + "seamounts": 9988, + "recrystallised": 9989, + "predominance": 9990, + "focusing": 9991, + "chondritic": 9992, + "formulations": 9993, + "formulae": 9994, + "gao": 9995, + "advoc": 9996, + "constitutes": 9997, + "ferrosilite": 9998, + "tsaol": 9999, + "inherently": 10000, + "spontaneously": 10001, + "exceeded": 10002, + "06b": 10003, + "pseudomorph": 10004, + "840": 10005, + "operate": 10006, + "##lane": 10007, + "sheep": 10008, + "welder": 10009, + "replenishing": 10010, + "##arctic": 10011, + "sinks": 10012, + "analogues": 10013, + "encased": 10014, + "twinned": 10015, + "ignore": 10016, + "ignition": 10017, + "greywack": 10018, + "furnaces": 10019, + "empirically": 10020, + "bonded": 10021, + "kaolinite": 10022, + "written": 10023, + "physically": 10024, + "nanos": 10025, + "reactants": 10026, + "segregated": 10027, + "segregations": 10028, + "recovery": 10029, + "passage": 10030, + "percentages": 10031, + "##rupted": 10032, + "predictable": 10033, + "browne": 10034, + "pink": 10035, + "humph": 10036, + "huang": 10037, + "hudson": 10038, + "pdfs": 10039, + "emphasizing": 10040, + "packing": 10041, + "bayburt": 10042, + "boh": 10043, + "xiayu": 10044, + "diverge": 10045, + "tholeiites": 10046, + "##cepts": 10047, + "assign": 10048, + "59a": 10049, + "bristol": 10050, + "ethz": 10051, + "##osilicate": 10052, + "overestimates": 10053, + "erosional": 10054, + "paragonite": 10055, + "databases": 10056, + "forearc": 10057, + "guli": 10058, + "l140": 10059, + "machines": 10060, + "nakaj": 10061, + "zeolites": 10062, + "quadrant": 10063, + "enhances": 10064, + "denoted": 10065, + "ample": 10066, + "exerts": 10067, + "compressional": 10068, + "grids": 10069, + "accompany": 10070, + "episodic": 10071, + "ubiquity": 10072, + "asia": 10073, + "damkohler": 10074, + "mlst": 10075, + "ringwood": 10076, + "rigorous": 10077, + "revised": 10078, + "accounting": 10079, + "thorium": 10080, + "aluminum": 10081, + "aluminosilicate": 10082, + "176lu": 10083, + "176hf": 10084, + "cascade": 10085, + "eluted": 10086, + "gangue": 10087, + "rastered": 10088, + "wehrlites": 10089, + "nordbay": 10090, + "superplume": 10091, + "migmatites": 10092, + "building": 10093, + "encounter": 10094, + "occupied": 10095, + "8100": 10096, + "cups": 10097, + "cupola": 10098, + "dredge": 10099, + "unmixing": 10100, + "unmodified": 10101, + "incrementally": 10102, + "thermochronometer": 10103, + "rhyodacite": 10104, + "adiabat": 10105, + "panels": 10106, + "clinoenstatite": 10107, + "noticeable": 10108, + "traversed": 10109, + "suspect": 10110, + "briefly": 10111, + "buried": 10112, + "abruptly": 10113, + "week": 10114, + "unconstrained": 10115, + "carrying": 10116, + "definitions": 10117, + "polybaric": 10118, + "1783": 10119, + "1784": 10120, + "hardly": 10121, + "asymmetric": 10122, + "aliquot": 10123, + "triangles": 10124, + "precludes": 10125, + "127329": 10126, + "chlori": 10127, + "delineate": 10128, + "difficulties": 10129, + "tanzania": 10130, + "aplite": 10131, + "davidson": 10132, + "nasafj": 10133, + "performing": 10134, + "pooled": 10135, + "intracaldera": 10136, + "1974": 10137, + "penetration": 10138, + "penetrate": 10139, + "thoroughly": 10140, + "pelites": 10141, + "tube": 10142, + "##eyerite": 10143, + "##anese": 10144, + "speeds": 10145, + "intercal": 10146, + "synglacial": 10147, + "optimized": 10148, + "reconcile": 10149, + "reconciled": 10150, + "extrapolations": 10151, + "spheroidal": 10152, + "adsorption": 10153, + "adsorbed": 10154, + "pipe": 10155, + "pipes": 10156, + "xs0": 10157, + "zsts": 10158, + "compressive": 10159, + "ankerite": 10160, + "shrinks": 10161, + "spacing": 10162, + "spacers": 10163, + "implemented": 10164, + "retrieve": 10165, + "summarize": 10166, + "badh": 10167, + "dreyer": 10168, + "jdfr": 10169, + "laccolith": 10170, + "palae": 10171, + "voids": 10172, + "isograd": 10173, + "##aborate": 10174, + "output": 10175, + "petrographical": 10176, + "supersaturation": 10177, + "configuration": 10178, + "geothermobarometry": 10179, + "subdivision": 10180, + "tilt": 10181, + "wafer": 10182, + "thomas": 10183, + "##elierite": 10184, + "exemplary": 10185, + "antarctic": 10186, + "suevite": 10187, + "intermitt": 10188, + "neutral": 10189, + "infinitesimal": 10190, + "invoked": 10191, + "postdate": 10192, + "traditional": 10193, + "susceptibility": 10194, + "phenomenon": 10195, + "stratovolcanoes": 10196, + "azores": 10197, + "boyd": 10198, + "manganese": 10199, + "conserv": 10200, + "rectangular": 10201, + "stromeyerite": 10202, + "melanosomes": 10203, + "sutton": 10204, + "enabling": 10205, + "caf2": 10206, + "footnote": 10207, + "sequester": 10208, + "refertilization": 10209, + "235u": 10210, + "sweeney": 10211, + "breccias": 10212, + "concurrently": 10213, + "besides": 10214, + "dusty": 10215, + "goldsmith": 10216, + "kustelite": 10217, + "lechat": 10218, + "langmuir": 10219, + "mx80": 10220, + "natroniobite": 10221, + "nicolet": 10222, + "ptrh": 10223, + "sleeve": 10224, + "udachnaya": 10225, + "wanless": 10226, + "organic": 10227, + "mazama": 10228, + "shandong": 10229, + "churchill": 10230, + "diffractometer": 10231, + "clarify": 10232, + "sputtered": 10233, + "sparks": 10234, + "sparsely": 10235, + "interference": 10236, + "abnormally": 10237, + "strategy": 10238, + "hexagonal": 10239, + "niobium": 10240, + "δ30simelt": 10241, + "kaersutite": 10242, + "virtually": 10243, + "fluctuations": 10244, + "impregnated": 10245, + "3ds1": 10246, + "birefring": 10247, + "ckd": 10248, + "ekati": 10249, + "edific": 10250, + "ejecta": 10251, + "hierarch": 10252, + "ikipınar": 10253, + "jahns": 10254, + "jenkins": 10255, + "kopylova": 10256, + "lueshite": 10257, + "museum": 10258, + "orogens": 10259, + "ogasawara": 10260, + "punct": 10261, + "worner": 10262, + "yttrian": 10263, + "zurich": 10264, + "zindler": 10265, + "##standing": 10266, + "conceicao": 10267, + "algebraic": 10268, + "beakers": 10269, + "dielectric": 10270, + "whitney": 10271, + "grayscale": 10272, + "shrimp": 10273, + "shukuno": 10274, + "incorrect": 10275, + "triclinic": 10276, + "interconnected": 10277, + "unexpl": 10278, + "subrounded": 10279, + "nekvasil": 10280, + "silencio": 10281, + "decarbonation": 10282, + "geozentrum": 10283, + "orthorhombic": 10284, + "bulochka": 10285, + "monomineralic": 10286, + "microinclusions": 10287, + "brockman": 10288, + "tsaolingshan": 10289, + "nakajima": 10290, + "nordbayern": 10291, + "nasafjell": 10292, + "lechatelierite": 10293, + "1t": 10294, + "2e": 10295, + "2log": 10296, + "280": 10297, + "380": 10298, + "480": 10299, + "460": 10300, + "5o2": 10301, + "540": 10302, + "680": 10303, + "7d": 10304, + "710": 10305, + "730": 10306, + "910": 10307, + "auca": 10308, + "bn": 10309, + "bund": 10310, + "bern": 10311, + "baco3": 10312, + "cav": 10313, + "came": 10314, + "cinder": 10315, + "c59": 10316, + "dm": 10317, + "dal": 10318, + "dar": 10319, + "dim": 10320, + "damp": 10321, + "dens": 10322, + "dual": 10323, + "dalp": 10324, + "dany": 10325, + "dai": 10326, + "ea": 10327, + "etch": 10328, + "fed": 10329, + "fal": 10330, + "fate": 10331, + "fash": 10332, + "gar": 10333, + "got": 10334, + "gisp": 10335, + "hb": 10336, + "hk": 10337, + "hil": 10338, + "hamp": 10339, + "hack": 10340, + "hann": 10341, + "hope": 10342, + "hok": 10343, + "iez": 10344, + "jg": 10345, + "jm": 10346, + "jar": 10347, + "jac": 10348, + "k4": 10349, + "kar": 10350, + "kot": 10351, + "kab": 10352, + "kell": 10353, + "kram": 10354, + "kra": 10355, + "kare": 10356, + "kern": 10357, + "kress": 10358, + "klet": 10359, + "koh": 10360, + "kohler": 10361, + "lib": 10362, + "lamp": 10363, + "liles": 10364, + "lagr": 10365, + "lending": 10366, + "latest": 10367, + "llst": 10368, + "mα": 10369, + "mart": 10370, + "meng": 10371, + "miron": 10372, + "mud": 10373, + "mention": 10374, + "nested": 10375, + "nutr": 10376, + "ov": 10377, + "ovo": 10378, + "pap": 10379, + "passi": 10380, + "qin": 10381, + "rh": 10382, + "ran": 10383, + "rins": 10384, + "rub": 10385, + "rie": 10386, + "rind": 10387, + "rhom": 10388, + "s0": 10389, + "sav": 10390, + "sial": 10391, + "saf": 10392, + "sought": 10393, + "tc": 10394, + "tl": 10395, + "tip": 10396, + "trough": 10397, + "tips": 10398, + "ut": 10399, + "uph": 10400, + "vp": 10401, + "vg": 10402, + "vents": 10403, + "vene": 10404, + "vio": 10405, + "vial": 10406, + "wy": 10407, + "wis": 10408, + "wot": 10409, + "wend": 10410, + "waf": 10411, + "wsu": 10412, + "xm": 10413, + "xia": 10414, + "xs2": 10415, + "xmg": 10416, + "xsio2": 10417, + "ys": 10418, + "yao": 10419, + "µl": 10420, + "δn": 10421, + "δq": 10422, + "ϕsed": 10423, + "##night": 10424, + "##nigan": 10425, + "##uv": 10426, + "##uti": 10427, + "##uing": 10428, + "##uth": 10429, + "##uated": 10430, + "##uate": 10431, + "##uently": 10432, + "##iros": 10433, + "##itites": 10434, + "##isitic": 10435, + "##otic": 10436, + "##ohy": 10437, + "##oided": 10438, + "##oju": 10439, + "##cting": 10440, + "##cumul": 10441, + "##carbon": 10442, + "##lm": 10443, + "##lized": 10444, + "##lating": 10445, + "##law": 10446, + "##sk": 10447, + "##tub": 10448, + "##tail": 10449, + "##yan": 10450, + "##pi": 10451, + "##pic": 10452, + "##pent": 10453, + "##path": 10454, + "##press": 10455, + "##ru": 10456, + "##rac": 10457, + "##rates": 10458, + "##rants": 10459, + "##ravel": 10460, + "##du": 10461, + "##dw": 10462, + "##dre": 10463, + "##det": 10464, + "##denite": 10465, + "##gam": 10466, + "##gence": 10467, + "##gore": 10468, + "##min": 10469, + "##ming": 10470, + "##mow": 10471, + "##mec": 10472, + "##100": 10473, + "##193": 10474, + "##fon": 10475, + "##fted": 10476, + "##fine": 10477, + "##03": 10478, + "##0exp": 10479, + "##55": 10480, + "##wr": 10481, + "##wan": 10482, + "##weg": 10483, + "##hes": 10484, + "##hot": 10485, + "##hver": 10486, + "##bes": 10487, + "##bach": 10488, + "##bron": 10489, + "##boring": 10490, + "##bidge": 10491, + "##bilities": 10492, + "##2si": 10493, + "##jing": 10494, + "##ku": 10495, + "##kuz": 10496, + "##kinite": 10497, + "##zer": 10498, + "##zie": 10499, + "##zero": 10500, + "##zlaw": 10501, + "##3cpx3h": 10502, + "##47": 10503, + "##91": 10504, + "##94": 10505, + "##96": 10506, + "##9507": 10507, + "tho2": 10508, + "##err": 10509, + "##erlock": 10510, + "##titite": 10511, + "##esape": 10512, + "##enitic": 10513, + "##ensitic": 10514, + "##iness": 10515, + "##inding": 10516, + "##eden": 10517, + "##alt": 10518, + "##algam": 10519, + "##itely": 10520, + "##ittle": 10521, + "##itani": 10522, + "iner": 10523, + "inade": 10524, + "##rel": 10525, + "##reys": 10526, + "andean": 10527, + "anderson": 10528, + "##artic": 10529, + "##artine": 10530, + "##oria": 10531, + "##roites": 10532, + "##rotherm": 10533, + "##asted": 10534, + "##lection": 10535, + "##lebr": 10536, + "##legre": 10537, + "##mport": 10538, + "##elve": 10539, + "##elbron": 10540, + "##ste": 10541, + "##stances": 10542, + "##stones": 10543, + "##olly": 10544, + "##olati": 10545, + "##olved": 10546, + "tod": 10547, + "tod3": 10548, + "tohver": 10549, + "##ationn": 10550, + "##sip": 10551, + "##si2o6": 10552, + "##uric": 10553, + "conch": 10554, + "##agger": 10555, + "##acular": 10556, + "cole": 10557, + "##itect": 10558, + "##etts": 10559, + "isol": 10560, + "##idio": 10561, + "##identi": 10562, + "##idium": 10563, + "##idgm": 10564, + "##ulative": 10565, + "read": 10566, + "reeder": 10567, + "##imeter": 10568, + "fort": 10569, + "forced": 10570, + "##ece": 10571, + "##eck": 10572, + "##econd": 10573, + "##econor": 10574, + "##illex": 10575, + "##octa": 10576, + "excur": 10577, + "exotic": 10578, + "##thorne": 10579, + "##ushe": 10580, + "##usetts": 10581, + "##atiites": 10582, + "##veat": 10583, + "stab": 10584, + "stock": 10585, + "stace": 10586, + "stopp": 10587, + "alph": 10588, + "alice": 10589, + "alco": 10590, + "##opyrite": 10591, + "##opartic": 10592, + "cren": 10593, + "crist": 10594, + "anatex": 10595, + "answ": 10596, + "##otaxial": 10597, + "##ffin": 10598, + "##fform": 10599, + "diatex": 10600, + "##ngsten": 10601, + "moist": 10602, + "##amura": 10603, + "##ira": 10604, + "##umi": 10605, + "grating": 10606, + "grinding": 10607, + "##oue": 10608, + "##diff": 10609, + "suited": 10610, + "suffer": 10611, + "deerite": 10612, + "mad": 10613, + "mahu": 10614, + "##ineering": 10615, + "shau": 10616, + "shades": 10617, + "shuang": 10618, + "sherlock": 10619, + "incl": 10620, + "incip": 10621, + "incub": 10622, + "trig": 10623, + "traps": 10624, + "cho": 10625, + "chev": 10626, + "chesape": 10627, + "##ample": 10628, + "basanitic": 10629, + "clastic": 10630, + "classic": 10631, + "hauy": 10632, + "mines": 10633, + "collection": 10634, + "waste": 10635, + "waspal": 10636, + "##truction": 10637, + "spent": 10638, + "spir": 10639, + "spess": 10640, + "interven": 10641, + "interacting": 10642, + "interglacial": 10643, + "interdiff": 10644, + "##ppard": 10645, + "perimeter": 10646, + "acted": 10647, + "disp": 10648, + "disorientation": 10649, + "dissip": 10650, + "feed": 10651, + "call": 10652, + "reliably": 10653, + "unres": 10654, + "unexp": 10655, + "unoriented": 10656, + "unravel": 10657, + "unidenti": 10658, + "##strong": 10659, + "ent": 10660, + "enig": 10661, + "enorm": 10662, + "entered": 10663, + "##aria": 10664, + "##ariate": 10665, + "evac": 10666, + "subs": 10667, + "subg": 10668, + "subgr": 10669, + "subidio": 10670, + "object": 10671, + "mantles": 10672, + "fluence": 10673, + "seelbron": 10674, + "##elluric": 10675, + "reporting": 10676, + "depressed": 10677, + "##hym": 10678, + "##ectonic": 10679, + "asser": 10680, + "arise": 10681, + "aranov": 10682, + "mehe": 10683, + "up193": 10684, + "allophan": 10685, + "glac": 10686, + "##akage": 10687, + "cored": 10688, + "soluble": 10689, + "caveat": 10690, + "##tiveness": 10691, + "##bland": 10692, + "##blastic": 10693, + "##achew": 10694, + "##achusetts": 10695, + "adela": 10696, + "sma": 10697, + "1060": 10698, + "##ostatic": 10699, + "twelve": 10700, + "hasting": 10701, + "##igneous": 10702, + "hydrating": 10703, + "carpent": 10704, + "decl": 10705, + "maymec": 10706, + "impar": 10707, + "##upo": 10708, + "thermody": 10709, + "micrometers": 10710, + "indices": 10711, + "overgrown": 10712, + "overnight": 10713, + "overpress": 10714, + "##acks": 10715, + "effusive": 10716, + "##deleyite": 10717, + "205": 10718, + "sieve": 10719, + "leakage": 10720, + "scav": 10721, + "sc11": 10722, + "sclm": 10723, + "running": 10724, + "ree3": 10725, + "slur": 10726, + "recomm": 10727, + "phlogopiteand": 10728, + "##8o22": 10729, + "bounds": 10730, + "hydrocarbon": 10731, + "raf": 10732, + "raise": 10733, + "aged": 10734, + "healed": 10735, + "amm": 10736, + "amalgam": 10737, + "##ondritic": 10738, + "refraction": 10739, + "speculation": 10740, + "speculative": 10741, + "115": 10742, + "1180": 10743, + "129": 10744, + "1210": 10745, + "1270": 10746, + "12ky": 10747, + "1245": 10748, + "microct": 10749, + "microves": 10750, + "infill": 10751, + "inflection": 10752, + "##angian": 10753, + "eruptible": 10754, + "naand": 10755, + "majorand": 10756, + "py5": 10757, + "folded": 10758, + "textured": 10759, + "##hoogen": 10760, + "lithic": 10761, + "lithologic": 10762, + "lithostatic": 10763, + "intras": 10764, + "destruction": 10765, + "marsch": 10766, + "characterizing": 10767, + "dokuz": 10768, + "representation": 10769, + "gregar": 10770, + "mats": 10771, + "matlab": 10772, + "matru": 10773, + "matachew": 10774, + "transpar": 10775, + "transformed": 10776, + "discordia": 10777, + "1959": 10778, + "##lia": 10779, + "xenomorphic": 10780, + "verhoogen": 10781, + "lineations": 10782, + "europ": 10783, + "eurotherm": 10784, + "oxygens": 10785, + "exploring": 10786, + "furman": 10787, + "respects": 10788, + "commun": 10789, + "outlier": 10790, + "outstanding": 10791, + "graphs": 10792, + "magnification": 10793, + "magnetot": 10794, + "154": 10795, + "msd": 10796, + "volcaniclastic": 10797, + "13e": 10798, + "1360": 10799, + "absorbed": 10800, + "iddp": 10801, + "dissolves": 10802, + "mesosomes": 10803, + "predate": 10804, + "ferromag": 10805, + "uncover": 10806, + "finnigan": 10807, + "##iax": 10808, + "##erically": 10809, + "##obalite": 10810, + "##titude": 10811, + "limitation": 10812, + "146": 10813, + "1410": 10814, + "hornblendites": 10815, + "vaporized": 10816, + "demand": 10817, + "demarc": 10818, + "hfses": 10819, + "manual": 10820, + "stands": 10821, + "standing": 10822, + "metamorphics": 10823, + "dependency": 10824, + "supplied": 10825, + "suppress": 10826, + "numerically": 10827, + "investigates": 10828, + "au75": 10829, + "audet": 10830, + "lattices": 10831, + "##ishes": 10832, + "massachusetts": 10833, + "simpler": 10834, + "electrons": 10835, + "calibrant": 10836, + "##adian": 10837, + "bloch": 10838, + "mm3": 10839, + "mullite": 10840, + "mulca": 10841, + "invaded": 10842, + "oxidising": 10843, + "harker": 10844, + "incorporating": 10845, + "tao": 10846, + "taupo": 10847, + "brune": 10848, + "branch": 10849, + "brittle": 10850, + "bridgm": 10851, + "distinctively": 10852, + "severely": 10853, + "hereaf": 10854, + "avoided": 10855, + "exchanged": 10856, + "surrounds": 10857, + "bau": 10858, + "baffin": 10859, + "faces": 10860, + "##fe0": 10861, + "##iscan": 10862, + "spectacular": 10863, + "tracing": 10864, + "dolomites": 10865, + "concluding": 10866, + "##sics": 10867, + "standardization": 10868, + "standardized": 10869, + "deepest": 10870, + "165": 10871, + "devolati": 10872, + "es35": 10873, + "nonzero": 10874, + "slowed": 10875, + "diopsi": 10876, + "pathway": 10877, + "takashima": 10878, + "confocal": 10879, + "nucleus": 10880, + "delim": 10881, + "priori": 10882, + "dynamical": 10883, + "variscan": 10884, + "rods": 10885, + "roex": 10886, + "roeder": 10887, + "reacts": 10888, + "##30f": 10889, + "picritic": 10890, + "helium": 10891, + "helka": 10892, + "hellebr": 10893, + "paul": 10894, + "sequential": 10895, + "reserves": 10896, + "argument": 10897, + "enclose": 10898, + "currents": 10899, + "surroundings": 10900, + "phonon": 10901, + "heaviest": 10902, + "converting": 10903, + "illum": 10904, + "denoting": 10905, + "instability": 10906, + "initiate": 10907, + "irradi": 10908, + "transpression": 10909, + "##structure": 10910, + "architect": 10911, + "870": 10912, + "875": 10913, + "permo": 10914, + "balancing": 10915, + "critically": 10916, + "distal": 10917, + "distor": 10918, + "tops": 10919, + "topotaxial": 10920, + "arranged": 10921, + "migrated": 10922, + "precipitates": 10923, + "creation": 10924, + "cream": 10925, + "eventual": 10926, + "flakes": 10927, + "##dese": 10928, + "holds": 10929, + "logk": 10930, + "##201": 10931, + "3550": 10932, + "3513": 10933, + "steel": 10934, + "steinge": 10935, + "##solidated": 10936, + "exsolve": 10937, + "exsolving": 10938, + "accumulating": 10939, + "edin": 10940, + "polarity": 10941, + "sveconor": 10942, + "senkoy": 10943, + "mineralogically": 10944, + "3000": 10945, + "protoc": 10946, + "condensate": 10947, + "accessories": 10948, + "syntheses": 10949, + "grading": 10950, + "requirements": 10951, + "fastlane": 10952, + "mcken": 10953, + "cells": 10954, + "colorless": 10955, + "hybridised": 10956, + "examining": 10957, + "parenthes": 10958, + "2240": 10959, + "filler": 10960, + "fillings": 10961, + "##kaido": 10962, + "stabilized": 10963, + "stabilities": 10964, + "alternating": 10965, + "coexistent": 10966, + "dunites": 10967, + "excel": 10968, + "metasomatiz": 10969, + "chromites": 10970, + "flood": 10971, + "coverage": 10972, + "public": 10973, + "sharply": 10974, + "267": 10975, + "008": 10976, + "007": 10977, + "mw9507": 10978, + "equals": 10979, + "intensively": 10980, + "vesuv": 10981, + "intersect": 10982, + "seams": 10983, + "ambiguous": 10984, + "formulated": 10985, + "biased": 10986, + "unimport": 10987, + "westward": 10988, + "advective": 10989, + "advancing": 10990, + "principally": 10991, + "reconstruct": 10992, + "weakened": 10993, + "1035": 10994, + "refractories": 10995, + "inferences": 10996, + "ferrobasalt": 10997, + "flattening": 10998, + "flattened": 10999, + "buob": 11000, + "favors": 11001, + "payun": 11002, + "##continent": 11003, + "narrower": 11004, + "problematic": 11005, + "purification": 11006, + "division": 11007, + "clayton": 11008, + "symbol": 11009, + "65cu": 11010, + "conspic": 11011, + "bathym": 11012, + "##alcic": 11013, + "mhz": 11014, + "connection": 11015, + "21ne": 11016, + "kinetically": 11017, + "operates": 11018, + "salt": 11019, + "salinities": 11020, + "instruments": 11021, + "replenishments": 11022, + "021": 11023, + "millim": 11024, + "triocta": 11025, + "environmental": 11026, + "aimed": 11027, + "mingled": 11028, + "reversed": 11029, + "ascended": 11030, + "analogy": 11031, + "analogue": 11032, + "markers": 11033, + "hqa0": 11034, + "nmnh": 11035, + "removing": 11036, + "undergoes": 11037, + "porphyroblast": 11038, + "29si": 11039, + "inversions": 11040, + "nanjing": 11041, + "nanopartic": 11042, + "expansivity": 11043, + "matching": 11044, + "doublet": 11045, + "gd1": 11046, + "gd23": 11047, + "passed": 11048, + "##arsga": 11049, + "simplify": 11050, + "pinched": 11051, + "##visions": 11052, + "temporally": 11053, + "brackets": 11054, + "constituting": 11055, + "autocl": 11056, + "leucocratic": 11057, + "reconstruction": 11058, + "emphasis": 11059, + "tescan": 11060, + "1938": 11061, + "1937": 11062, + "adjustment": 11063, + "adjustments": 11064, + "embay": 11065, + "xiuy": 11066, + "triggering": 11067, + "expectation": 11068, + "remarks": 11069, + "transforms": 11070, + "transformations": 11071, + "diluted": 11072, + "guo": 11073, + "ophitic": 11074, + "craters": 11075, + "hawthorne": 11076, + "tschermakite": 11077, + "kilgore": 11078, + "resembl": 11079, + "resembles": 11080, + "arguably": 11081, + "stoichiomet": 11082, + "442": 11083, + "enters": 11084, + "geophysics": 11085, + "overestimated": 11086, + "##ggish": 11087, + "returns": 11088, + "warmer": 11089, + "warren": 11090, + "##nesian": 11091, + "##astingsite": 11092, + "paragneiss": 11093, + "argentite": 11094, + "hqb0": 11095, + "498": 11096, + "fabrics": 11097, + "l1429": 11098, + "nakamura": 11099, + "pumices": 11100, + "zeolite": 11101, + "enhancing": 11102, + "uplifted": 11103, + "juxtaposition": 11104, + "juxtaposing": 11105, + "ceram": 11106, + "engineering": 11107, + "odps": 11108, + "roux": 11109, + "geodynamics": 11110, + "amorphization": 11111, + "asimow": 11112, + "damaged": 11113, + "hercy": 11114, + "render": 11115, + "utilizing": 11116, + "unpubl": 11117, + "barroisitic": 11118, + "fisher": 11119, + "##baum": 11120, + "departure": 11121, + "corona": 11122, + "hyperfine": 11123, + "reactivated": 11124, + "filters": 11125, + "filtering": 11126, + "mc1314r0": 11127, + "discriminating": 11128, + "gangdese": 11129, + "housed": 11130, + "rasters": 11131, + "wehrmann": 11132, + "adopt": 11133, + "molybdenite": 11134, + "cleaning": 11135, + "occupy": 11136, + "disappeared": 11137, + "oikocryst": 11138, + "discontinuity": 11139, + "manifested": 11140, + "inspected": 11141, + "sandwiched": 11142, + "kjarsga": 11143, + "parkinson": 11144, + "perlitized": 11145, + "underplate": 11146, + "endmembers": 11147, + "escape": 11148, + "escaped": 11149, + "purposes": 11150, + "truncation": 11151, + "accommodate": 11152, + "945": 11153, + "bonding": 11154, + "boron": 11155, + "kamen": 11156, + "okamoto": 11157, + "complicates": 11158, + "pressurised": 11159, + "unconform": 11160, + "metaigneous": 11161, + "geobarometer": 11162, + "underestimates": 11163, + "tectonites": 11164, + "interlayer": 11165, + "asymmetry": 11166, + "asymmetrical": 11167, + "hafc": 11168, + "subdivisions": 11169, + "131xe": 11170, + "pegmatites": 11171, + "delineated": 11172, + "periodicity": 11173, + "hypotheses": 11174, + "hypothesized": 11175, + "perturbed": 11176, + "perturbation": 11177, + "perturbations": 11178, + "kelvin": 11179, + "kawamoto": 11180, + "nasi": 11181, + "tungsten": 11182, + "antecrystic": 11183, + "shimizu": 11184, + "shimoju": 11185, + "tetravalent": 11186, + "tetraborate": 11187, + "snapshot": 11188, + "destabilization": 11189, + "fsc1332r0": 11190, + "fingers": 11191, + "sx100": 11192, + "##bourne": 11193, + "##itzer": 11194, + "carbide": 11195, + "synglacially": 11196, + "multiplier": 11197, + "optimal": 11198, + "extrapolating": 11199, + "automated": 11200, + "metabasalts": 11201, + "dafsn": 11202, + "dafsk": 11203, + "lanthanides": 11204, + "arbitrary": 11205, + "happened": 11206, + "xs6": 11207, + "spidergram": 11208, + "neighboring": 11209, + "implementation": 11210, + "surprisingly": 11211, + "discovery": 11212, + "discovered": 11213, + "maximizing": 11214, + "retrieved": 11215, + "baddeleyite": 11216, + "walter": 11217, + "walker": 11218, + "compounds": 11219, + "deficient": 11220, + "arsenopyrite": 11221, + "hydroxyl": 11222, + "contradict": 11223, + "configurations": 11224, + "delivering": 11225, + "encompasses": 11226, + "vermiculated": 11227, + "subdivided": 11228, + "unambiguously": 11229, + "c470": 11230, + "c473": 11231, + "ihpvs": 11232, + "komahashi": 11233, + "komatiites": 11234, + "menlo": 11235, + "passive": 11236, + "s82": 11237, + "##ulphur": 11238, + "dislocation": 11239, + "dislocations": 11240, + "unchanged": 11241, + "armstrong": 11242, + "overcome": 11243, + "discernible": 11244, + "loihi": 11245, + "disturbed": 11246, + "collapse": 11247, + "collapsed": 11248, + "accretionary": 11249, + "phyllosilicate": 11250, + "phyllosilicates": 11251, + "gertis": 11252, + "justified": 11253, + "miscible": 11254, + "stirring": 11255, + "sawyer": 11256, + "tangeman": 11257, + "wuhan": 11258, + "stacked": 11259, + "compromised": 11260, + "uniqueness": 11261, + "artifacts": 11262, + "147sm": 11263, + "cma201": 11264, + "spherulite": 11265, + "octahedrally": 11266, + "radioisotopic": 11267, + "2907e": 11268, + "exhaustive": 11269, + "automatically": 11270, + "synchronous": 11271, + "wavenumber": 11272, + "shadows": 11273, + "birch": 11274, + "daini": 11275, + "judging": 11276, + "kuritani": 11277, + "nimonic": 11278, + "rytub": 11279, + "rossman": 11280, + "rodman": 11281, + "sluggish": 11282, + "reworked": 11283, + "##amorphic": 11284, + "platform": 11285, + "abraded": 11286, + "perspec": 11287, + "periphery": 11288, + "artefacts": 11289, + "adhering": 11290, + "fertilized": 11291, + "assisted": 11292, + "devitrified": 11293, + "chromatography": 11294, + "stiffness": 11295, + "exercise": 11296, + "neighbouring": 11297, + "categorized": 11298, + "turbulence": 11299, + "fingerprint": 11300, + "microphotographs": 11301, + "aureole": 11302, + "agency": 11303, + "bomb": 11304, + "cartoon": 11305, + "centimet": 11306, + "gardner": 11307, + "iodp": 11308, + "mylonitic": 11309, + "nh4": 11310, + "rgb": 11311, + "rhenium": 11312, + "russia": 11313, + "innermost": 11314, + "inaccur": 11315, + "covari": 11316, + "crimped": 11317, + "anchor": 11318, + "diabase": 11319, + "magnetitite": 11320, + "trisulphur": 11321, + "chiefly": 11322, + "claim": 11323, + "hayden": 11324, + "sporadic": 11325, + "acetone": 11326, + "nebulizer": 11327, + "arkose": 11328, + "updated": 11329, + "stringers": 11330, + "impoverished": 11331, + "erlangen": 11332, + "heywood": 11333, + "hearne": 11334, + "redeposition": 11335, + "absorptivity": 11336, + "planetary": 11337, + "envisioned": 11338, + "pseudomorphs": 11339, + "greywacke": 11340, + "humphreys": 11341, + "intercalated": 11342, + "conservative": 11343, + "dalou": 11344, + "dalpe": 11345, + "danyushe": 11346, + "fashion": 11347, + "hildre": 11348, + "hannover": 11349, + "hokkaido": 11350, + "iezzi": 11351, + "jg4": 11352, + "jarbidge": 11353, + "jacques": 11354, + "kotuy": 11355, + "keller": 11356, + "kramers": 11357, + "karelia": 11358, + "kernel": 11359, + "lamproites": 11360, + "lagrangian": 11361, + "martensitic": 11362, + "mironov": 11363, + "savillex": 11364, + "safely": 11365, + "utah": 11366, + "uphill": 11367, + "violet": 11368, + "wyoming": 11369, + "wotzlaw": 11370, + "wafers": 11371, + "xiao": 11372, + "δnno": 11373, + "δqfm": 11374, + "##pathic": 11375, + "##wegian": 11376, + "inadequ": 11377, + "conchoidal": 11378, + "stabbland": 11379, + "stacey": 11380, + "stopped": 11381, + "alcohol": 11382, + "cristobalite": 11383, + "anatexis": 11384, + "##fformationn": 11385, + "moisture": 11386, + "mahuida": 11387, + "incipient": 11388, + "chevkinite": 11389, + "chesapeake": 11390, + "hauyne": 11391, + "waspaloy": 11392, + "spessartine": 11393, + "intervening": 11394, + "unexpected": 11395, + "unidentified": 11396, + "subidioblastic": 11397, + "aranovich": 11398, + "meheut": 11399, + "allophane": 11400, + "adelaide": 11401, + "carpenter": 11402, + "maymecha": 11403, + "thermodynamically": 11404, + "overpressure": 11405, + "marschall": 11406, + "gregarious": 11407, + "matachewan": 11408, + "magnetotelluric": 11409, + "ferromagnesian": 11410, + "audetat": 11411, + "mulcahy": 11412, + "bruneau": 11413, + "bridgmanite": 11414, + "hereafter": 11415, + "es355": 11416, + "hellebrand": 11417, + "steingeita": 11418, + "sveconorwegian": 11419, + "mckenzie": 11420, + "parentheses": 11421, + "vesuvius": 11422, + "unimportant": 11423, + "conspicuous": 11424, + "trioctahedral": 11425, + "nanoparticles": 11426, + "xiuyan": 11427, + "stoichiometries": 11428, + "kjarsgaard": 11429, + "shimojuku": 11430, + "gertisser": 11431, + "rytuba": 11432, + "danyushevsky": 11433, + "hildreth": 11434, + "075": 11435, + "013": 11436, + "1f": 11437, + "2g": 11438, + "2nd": 11439, + "2se": 11440, + "2ph": 11441, + "3e": 11442, + "3f": 11443, + "310": 11444, + "4h": 11445, + "530": 11446, + "573": 11447, + "6d": 11448, + "6f": 11449, + "614": 11450, + "712": 11451, + "740": 11452, + "9f": 11453, + "ae": 11454, + "aiz": 11455, + "aum": 11456, + "aog": 11457, + "aware": 11458, + "akin": 11459, + "awa": 11460, + "bp": 11461, + "bj": 11462, + "bol": 11463, + "biv": 11464, + "bry": 11465, + "bcr": 11466, + "bann": 11467, + "bour": 11468, + "cn": 11469, + "cic": 11470, + "cul": 11471, + "cres": 11472, + "cass": 11473, + "cad": 11474, + "cement": 11475, + "c60": 11476, + "cusp": 11477, + "cyan": 11478, + "dc": 11479, + "duc": 11480, + "dup": 11481, + "dcpx": 11482, + "daugh": 11483, + "et": 11484, + "econ": 11485, + "euras": 11486, + "ft": 11487, + "fan": 11488, + "fos": 11489, + "face": 11490, + "files": 11491, + "gj": 11492, + "gel": 11493, + "gase": 11494, + "gene": 11495, + "gaps": 11496, + "gets": 11497, + "girn": 11498, + "hen": 11499, + "hor": 11500, + "hop": 11501, + "hos": 11502, + "hum": 11503, + "holes": 11504, + "hump": 11505, + "huck": 11506, + "iw": 11507, + "ite": 11508, + "jol": 11509, + "job": 11510, + "kl": 11511, + "k2": 11512, + "kir": 11513, + "kap": 11514, + "kand": 11515, + "kiel": 11516, + "kaz": 11517, + "kcl": 11518, + "kind": 11519, + "kats": 11520, + "kfs": 11521, + "lc": 11522, + "lm": 11523, + "l0": 11524, + "len": 11525, + "lop": 11526, + "lock": 11527, + "lak": 11528, + "lach": 11529, + "lled": 11530, + "lends": 11531, + "lnk": 11532, + "mβ": 11533, + "mall": 11534, + "mack": 11535, + "murn": 11536, + "michael": 11537, + "michel": 11538, + "nu": 11539, + "nf": 11540, + "name": 11541, + "napp": 11542, + "nuna": 11543, + "oil": 11544, + "ores": 11545, + "otr": 11546, + "oval": 11547, + "option": 11548, + "p5": 11549, + "ped": 11550, + "pam": 11551, + "pir": 11552, + "pant": 11553, + "pion": 11554, + "pier": 11555, + "qre": 11556, + "qem": 11557, + "rag": 11558, + "rib": 11559, + "rom": 11560, + "rely": 11561, + "rad": 11562, + "rose": 11563, + "rules": 11564, + "rsc": 11565, + "ruck": 11566, + "ranch": 11567, + "sa": 11568, + "sd": 11569, + "sg": 11570, + "sf": 11571, + "s3": 11572, + "s7": 11573, + "sro": 11574, + "sas": 11575, + "sens": 11576, + "sorted": 11577, + "sake": 11578, + "santa": 11579, + "tf": 11580, + "tz": 11581, + "tal": 11582, + "tant": 11583, + "tap": 11584, + "ttr": 11585, + "tighter": 11586, + "tats": 11587, + "um": 11588, + "ust": 11589, + "uo2": 11590, + "ubs": 11591, + "vo": 11592, + "vh": 11593, + "vin": 11594, + "vag": 11595, + "viz": 11596, + "vox": 11597, + "wit": 11598, + "wor": 11599, + "wies": 11600, + "wads": 11601, + "wire": 11602, + "wessel": 11603, + "x2": 11604, + "xfe": 11605, + "xanes": 11606, + "yo": 11607, + "yax": 11608, + "zou": 11609, + "zart": 11610, + "zeng": 11611, + "zaj": 11612, + "ɛhf": 11613, + "αt": 11614, + "αto": 11615, + "δρ": 11616, + "ϕs": 11617, + "##nation": 11618, + "##nnes": 11619, + "##ei": 11620, + "##eving": 11621, + "##eva": 11622, + "##eering": 11623, + "##ug": 11624, + "##uh": 11625, + "##usively": 11626, + "##ufact": 11627, + "##iy": 11628, + "##iti": 11629, + "##itite": 11630, + "##iocene": 11631, + "##iffer": 11632, + "##ifformationn": 11633, + "##vf": 11634, + "##vos": 11635, + "##vating": 11636, + "##oho": 11637, + "##cand": 11638, + "##cores": 11639, + "##cats": 11640, + "##aer": 11641, + "##aver": 11642, + "##aoy": 11643, + "##lain": 11644, + "##lot": 11645, + "##lich": 11646, + "##lna": 11647, + "##lidal": 11648, + "##ss": 11649, + "##sin": 11650, + "##sonite": 11651, + "##slie": 11652, + "##sps": 11653, + "##spect": 11654, + "##tro": 11655, + "##tan": 11656, + "##tam": 11657, + "##tures": 11658, + "##tally": 11659, + "##tled": 11660, + "##taz": 11661, + "##tanov": 11662, + "##p2": 11663, + "##pinel": 11664, + "##peed": 11665, + "##rystal": 11666, + "##dam": 11667, + "##gd": 11668, + "##gos": 11669, + "##mite": 11670, + "##monic": 11671, + "##mise": 11672, + "##fa": 11673, + "##fri": 11674, + "##fo2": 11675, + "##xi": 11676, + "##02": 11677, + "##51": 11678, + "##5si": 11679, + "##wu": 11680, + "##wes": 11681, + "##wth": 11682, + "##wcz": 11683, + "##hl": 11684, + "##hj": 11685, + "##hman": 11686, + "##hstan": 11687, + "##hematic": 11688, + "##buff": 11689, + "##bia": 11690, + "##bric": 11691, + "##brian": 11692, + "##beck": 11693, + "##200": 11694, + "##2sio4": 11695, + "##kel": 11696, + "##kop": 11697, + "##kola": 11698, + "##83": 11699, + "##89": 11700, + "##36": 11701, + "##48": 11702, + "##74": 11703, + "##67": 11704, + "##6d3": 11705, + "##øy": 11706, + "##π6d3": 11707, + "thrust": 11708, + "##ons": 11709, + "##ony": 11710, + "##onot": 11711, + "##ondi": 11712, + "##ontite": 11713, + "##onium": 11714, + "##onucl": 11715, + "##erf": 11716, + "##erical": 11717, + "##eritic": 11718, + "##eria": 11719, + "##erto": 11720, + "##tier": 11721, + "##tith": 11722, + "##tify": 11723, + "##esi": 11724, + "##encl": 11725, + "##enocrysts": 11726, + "##enki": 11727, + "##inis": 11728, + "##inates": 11729, + "##integr": 11730, + "##als": 11731, + "##alence": 11732, + "##alers": 11733, + "##allest": 11734, + "##itre": 11735, + "##itting": 11736, + "##itally": 11737, + "##itates": 11738, + "##ato": 11739, + "##atation": 11740, + "##atable": 11741, + "##atonic": 11742, + "##atoric": 11743, + "ine": 11744, + "inwards": 11745, + "ingrowth": 11746, + "inev": 11747, + "inert": 11748, + "##reement": 11749, + "##reads": 11750, + "##arget": 11751, + "##arged": 11752, + "##araka": 11753, + "##orf": 11754, + "##orate": 11755, + "##oriness": 11756, + "##roy": 11757, + "##ropping": 11758, + "##rogate": 11759, + "##rotron": 11760, + "##asi": 11761, + "##asis": 11762, + "##asaka": 11763, + "##ictive": 11764, + "##ician": 11765, + "##ented": 11766, + "##entation": 11767, + "##entally": 11768, + "##lee": 11769, + "##leuc": 11770, + "##leifs": 11771, + "##ane": 11772, + "##anar": 11773, + "##anhyd": 11774, + "##anian": 11775, + "##anches": 11776, + "##anvil": 11777, + "##mped": 11778, + "##elin": 11779, + "##elted": 11780, + "##olin": 11781, + "##olas": 11782, + "##olvating": 11783, + "toasted": 11784, + "##ingly": 11785, + "##sims": 11786, + "##uri": 11787, + "##urface": 11788, + "conical": 11789, + "contig": 11790, + "concurs": 11791, + "consolidated": 11792, + "##agi": 11793, + "##aghan": 11794, + "##agnetite": 11795, + "##aguchi": 11796, + "##acz": 11797, + "##acies": 11798, + "##activity": 11799, + "coating": 11800, + "copl": 11801, + "cowork": 11802, + "coiled": 11803, + "cogenetic": 11804, + "##eto": 11805, + "##ethy": 11806, + "##etani": 11807, + "ishi": 11808, + "##idus": 11809, + "##iday": 11810, + "##idates": 11811, + "##idating": 11812, + "##idental": 11813, + "##idleifs": 11814, + "##iso": 11815, + "##isen": 11816, + "##isel": 11817, + "##isher": 11818, + "##issol": 11819, + "##issible": 11820, + "##issions": 11821, + "##isks": 11822, + "##igt": 11823, + "##iguing": 11824, + "##uli": 11825, + "##uls": 11826, + "##ulic": 11827, + "##ulus": 11828, + "##ulder": 11829, + "##ulian": 11830, + "reil": 11831, + "rejection": 11832, + "reheated": 11833, + "##imann": 11834, + "##owater": 11835, + "fork": 11836, + "##iler": 11837, + "##ilway": 11838, + "exter": 11839, + "exagger": 11840, + "##thmic": 11841, + "##usting": 11842, + "##atives": 11843, + "stat": 11844, + "stan": 11845, + "stall": 11846, + "stone": 11847, + "stern": 11848, + "stalder": 11849, + "asu": 11850, + "ascrib": 11851, + "compet": 11852, + "compact": 11853, + "alps": 11854, + "##reski": 11855, + "##tson": 11856, + "##tserr": 11857, + "##osol": 11858, + "anov": 11859, + "an60": 11860, + "antith": 11861, + "##terland": 11862, + "##terok": 11863, + "##ota": 11864, + "##otectonic": 11865, + "##otethy": 11866, + "beer": 11867, + "beau": 11868, + "##luv": 11869, + "##ucity": 11870, + "die": 11871, + "dile": 11872, + "##iba": 11873, + "##ibles": 11874, + "##ighting": 11875, + "##abara": 11876, + "##emed": 11877, + "motiv": 11878, + "wholly": 11879, + "tektites": 11880, + "contour": 11881, + "contoured": 11882, + "##ams": 11883, + "##amme": 11884, + "##amelts": 11885, + "##irable": 11886, + "onion": 11887, + "ort": 11888, + "or75": 11889, + "organ": 11890, + "prove": 11891, + "proved": 11892, + "proute": 11893, + "prohib": 11894, + "prospect": 11895, + "##quartz": 11896, + "gras": 11897, + "gravel": 11898, + "##omerates": 11899, + "##ouin": 11900, + "##ticed": 11901, + "##antum": 11902, + "##ives": 11903, + "##ivocal": 11904, + "deion": 11905, + "dealers": 11906, + "deemed": 11907, + "maitre": 11908, + "sho": 11909, + "inch": 11910, + "trial": 11911, + "trond": 11912, + "tried": 11913, + "tridy": 11914, + "##verage": 11915, + "chu": 11916, + "chap": 11917, + "cheral": 11918, + "##geting": 11919, + "##apa": 11920, + "##aphed": 11921, + "diffused": 11922, + "reson": 11923, + "restite": 11924, + "plac": 11925, + "pliocene": 11926, + "##tein": 11927, + "colon": 11928, + "basically": 11929, + "clou": 11930, + "parents": 11931, + "haase": 11932, + "hauri": 11933, + "mind": 11934, + "minna": 11935, + "minnes": 11936, + "temperatureand": 11937, + "wasser": 11938, + "washed": 11939, + "wasyl": 11940, + "spin": 11941, + "spreads": 11942, + "user": 11943, + "interpl": 11944, + "interested": 11945, + "interphase": 11946, + "interrupted": 11947, + "intercepts": 11948, + "olv": 11949, + "##mented": 11950, + "##ioleuc": 11951, + "mineralizing": 11952, + "ab24": 11953, + "##coni": 11954, + "##consin": 11955, + "weaver": 11956, + "pertain": 11957, + "dispar": 11958, + "disintegr": 11959, + "feg": 11960, + "fe0": 11961, + "feas": 11962, + "quar": 11963, + "quanta": 11964, + "quasi": 11965, + "quantum": 11966, + "caltec": 11967, + "##pherical": 11968, + "##asson": 11969, + "##assed": 11970, + "##cher": 11971, + "##chenite": 11972, + "##chondritic": 11973, + "##chbaum": 11974, + "relief": 11975, + "##utable": 11976, + "module": 11977, + "modreski": 11978, + "##essulph": 11979, + "unqu": 11980, + "unity": 11981, + "unav": 11982, + "unequ": 11983, + "uniax": 11984, + "##strate": 11985, + "frisch": 11986, + "fridleifs": 11987, + "envelop": 11988, + "notation": 11989, + "meter": 11990, + "metav": 11991, + "subj": 11992, + "subcr": 11993, + "subregular": 11994, + "subarc": 11995, + "subangular": 11996, + "subglacial": 11997, + "subdu": 11998, + "substructure": 11999, + "subchondritic": 12000, + "substrate": 12001, + "analyte": 12002, + "obli": 12003, + "plagioleuc": 12004, + "##ellerite": 12005, + "indones": 12006, + "indentation": 12007, + "##vedsonite": 12008, + "depicts": 12009, + "depicting": 12010, + "##endices": 12011, + "appendices": 12012, + "meet": 12013, + "imbric": 12014, + "concentrates": 12015, + "concentrically": 12016, + "cancel": 12017, + "canadian": 12018, + "crustally": 12019, + "##sover": 12020, + "gln": 12021, + "gloss": 12022, + "##akhstan": 12023, + "soles": 12024, + "solar": 12025, + "solving": 12026, + "premise": 12027, + "simg": 12028, + "caand": 12029, + "cawth": 12030, + "##ormal": 12031, + "silicified": 12032, + "addi": 12033, + "smallest": 12034, + "garnwith": 12035, + "108": 12036, + "109": 12037, + "1070": 12038, + "1040": 12039, + "1016": 12040, + "sugawara": 12041, + "expose": 12042, + "expedi": 12043, + "richet": 12044, + "##cury": 12045, + "hasterok": 12046, + "glassed": 12047, + "hydra": 12048, + "carib": 12049, + "carlo": 12050, + "carley": 12051, + "cargos": 12052, + "decipher": 12053, + "geo": 12054, + "geom": 12055, + "geometric": 12056, + "impl": 12057, + "impac": 12058, + "imperf": 12059, + "##istan": 12060, + "##ypov": 12061, + "therein": 12062, + "generates": 12063, + "erased": 12064, + "ertan": 12065, + "overlo": 12066, + "undiffer": 12067, + "effusion": 12068, + "effusively": 12069, + "po4": 12070, + "poitr": 12071, + "poya": 12072, + "regards": 12073, + "201": 12074, + "202": 12075, + "20ne": 12076, + "sique": 12077, + "lee": 12078, + "leaves": 12079, + "legs": 12080, + "leached": 12081, + "leuth": 12082, + "##ensky": 12083, + "score": 12084, + "script": 12085, + "scss": 12086, + "##illed": 12087, + "##illouin": 12088, + "comparative": 12089, + "comparably": 12090, + "##bons": 12091, + "underlies": 12092, + "underlain": 12093, + "slate": 12094, + "slice": 12095, + "presently": 12096, + "##genbach": 12097, + "raises": 12098, + "railway": 12099, + "rhythmic": 12100, + "healing": 12101, + "heimann": 12102, + "amt": 12103, + "amster": 12104, + "becker": 12105, + "##bergite": 12106, + "solidi": 12107, + "coming": 12108, + "##entiated": 12109, + "specified": 12110, + "redlich": 12111, + "monte": 12112, + "monogene": 12113, + "monod": 12114, + "montserr": 12115, + "11b": 12116, + "116": 12117, + "1130": 12118, + "completion": 12119, + "1220": 12120, + "1240": 12121, + "1235": 12122, + "microc": 12123, + "microch": 12124, + "micropro": 12125, + "derives": 12126, + "##angement": 12127, + "##angzhou": 12128, + "extents": 12129, + "naoh": 12130, + "saturating": 12131, + "##epke": 12132, + "##oughs": 12133, + "primocrysts": 12134, + "primocrystic": 12135, + "##rational": 12136, + "plugs": 12137, + "lah": 12138, + "lafl": 12139, + "reminis": 12140, + "assembled": 12141, + "1005": 12142, + "1002": 12143, + "locus": 12144, + "locate": 12145, + "locating": 12146, + "intriguing": 12147, + "cuts": 12148, + "desolvating": 12149, + "desirable": 12150, + "greys": 12151, + "greece": 12152, + "mathematic": 12153, + "cools": 12154, + "syrac": 12155, + "40k": 12156, + "polish": 12157, + "19f": 12158, + "195": 12159, + "1950": 12160, + "1975": 12161, + "##liable": 12162, + "##lified": 12163, + "##liao": 12164, + "structured": 12165, + "plutonism": 12166, + "prevalence": 12167, + "verification": 12168, + "##cedony": 12169, + "curtin": 12170, + "##ovician": 12171, + "oxybar": 12172, + "explor": 12173, + "continents": 12174, + "construct": 12175, + "##plots": 12176, + "commerc": 12177, + "##icking": 12178, + "capability": 12179, + "posit": 12180, + "albites": 12181, + "1530": 12182, + "1520": 12183, + "1575": 12184, + "134": 12185, + "1380": 12186, + "1375": 12187, + "1356": 12188, + "obtaining": 12189, + "profound": 12190, + "dissolving": 12191, + "mesoproterozoic": 12192, + "predated": 12193, + "predates": 12194, + "requisite": 12195, + "controller": 12196, + "uncomm": 12197, + "uncorre": 12198, + "finero": 12199, + "radiometric": 12200, + "radionucl": 12201, + "chemicals": 12202, + "dominating": 12203, + "pexp": 12204, + "pelee": 12205, + "bluff": 12206, + "demands": 12207, + "manufact": 12208, + "foundation": 12209, + "##ifying": 12210, + "supplying": 12211, + "soufri": 12212, + "nband": 12213, + "1812": 12214, + "auer": 12215, + "latent": 12216, + "latypov": 12217, + "norms": 12218, + "diamondi": 12219, + "sectional": 12220, + "sectioning": 12221, + "barometric": 12222, + "simpl": 12223, + "simplest": 12224, + "diagonal": 12225, + "developments": 12226, + "predictive": 12227, + "ulvos": 12228, + "##enged": 12229, + "##engai": 12230, + "feldspathic": 12231, + "3011": 12232, + "flowed": 12233, + "orientated": 12234, + "drastic": 12235, + "clues": 12236, + "crystallises": 12237, + "neglec": 12238, + "megacrystic": 12239, + "observing": 12240, + "elabor": 12241, + "harmonic": 12242, + "diffusively": 12243, + "midpoint": 12244, + "1990": 12245, + "behaviors": 12246, + "taur": 12247, + "tectonite": 12248, + "bring": 12249, + "brines": 12250, + "branches": 12251, + "brillouin": 12252, + "precisions": 12253, + "kncmas": 12254, + "lasted": 12255, + "lasaga": 12256, + "longonot": 12257, + "normalize": 12258, + "polyphase": 12259, + "niij": 12260, + "niida": 12261, + "approximates": 12262, + "mn2": 12263, + "##srand": 12264, + "##burgh": 12265, + "differentiate": 12266, + "differentiates": 12267, + "differentiating": 12268, + "spectrograph": 12269, + "trachyd": 12270, + "multianvil": 12271, + "separating": 12272, + "fuj": 12273, + "fuel": 12274, + "poorer": 12275, + "extra": 12276, + "extrinsic": 12277, + "epr": 12278, + "correlating": 12279, + "slows": 12280, + "superheated": 12281, + "supercontinent": 12282, + "selective": 12283, + "scharer": 12284, + "schifformationn": 12285, + "##landt": 12286, + "southeastern": 12287, + "ultras": 12288, + "takahashi": 12289, + "##ographed": 12290, + "256": 12291, + "confusion": 12292, + "fourth": 12293, + "fourfold": 12294, + "incompatibility": 12295, + "dynamically": 12296, + "##erged": 12297, + "introducing": 12298, + "halter": 12299, + "halves": 12300, + "reactivity": 12301, + "tera": 12302, + "lightly": 12303, + "lightest": 12304, + "##yla": 12305, + "conven": 12306, + "keel": 12307, + "1000lna": 12308, + "petrologists": 12309, + "paucity": 12310, + "fluxing": 12311, + "adjusting": 12312, + "##arko": 12313, + "northernmost": 12314, + "labram": 12315, + "converts": 12316, + "1101": 12317, + "initio": 12318, + "initiates": 12319, + "homogeneously": 12320, + "irre": 12321, + "irving": 12322, + "offer": 12323, + "camer": 12324, + "cambrian": 12325, + "polymet": 12326, + "greenish": 12327, + "documents": 12328, + "dryness": 12329, + "ceases": 12330, + "ceased": 12331, + "luhr": 12332, + "luoning": 12333, + "archive": 12334, + "8768": 12335, + "correspondingly": 12336, + "liner": 12337, + "opened": 12338, + "permits": 12339, + "permitted": 12340, + "permissible": 12341, + "amongst": 12342, + "decompressional": 12343, + "crossing": 12344, + "retrogressed": 12345, + "properly": 12346, + "property": 12347, + "704": 12348, + "706": 12349, + "7088": 12350, + "baltic": 12351, + "baldw": 12352, + "missile": 12353, + "wallace": 12354, + "topography": 12355, + "attracted": 12356, + "arrangement": 12357, + "migrates": 12358, + "mediated": 12359, + "chalcedony": 12360, + "deviatoric": 12361, + "860": 12362, + "865": 12363, + "##incke": 12364, + "joined": 12365, + "log10": 12366, + "355": 12367, + "354": 12368, + "35cl": 12369, + "3525": 12370, + "stef": 12371, + "glaucophanite": 12372, + "glaucophanites": 12373, + "2350": 12374, + "##scan": 12375, + "excesses": 12376, + "exsolutions": 12377, + "stratification": 12378, + "edenitic": 12379, + "polars": 12380, + "freely": 12381, + "sv03": 12382, + "scattering": 12383, + "scatterplots": 12384, + "populated": 12385, + "shifting": 12386, + "graduate": 12387, + "stillwater": 12388, + "fastto": 12389, + "mcin": 12390, + "mercury": 12391, + "##prp": 12392, + "needle": 12393, + "implicit": 12394, + "241": 12395, + "6000": 12396, + "cycl": 12397, + "shared": 12398, + "2200": 12399, + "gask": 12400, + "4500": 12401, + "emslie": 12402, + "emissions": 12403, + "aligns": 12404, + "alternate": 12405, + "martinez": 12406, + "necessitates": 12407, + "photographed": 12408, + "highlighting": 12409, + "farver": 12410, + "circled": 12411, + "circulate": 12412, + "exclusion": 12413, + "exclusive": 12414, + "chromitite": 12415, + "minimally": 12416, + "minimise": 12417, + "seemingly": 12418, + "blacktail": 12419, + "282": 12420, + "28si": 12421, + "fivefold": 12422, + "##etsky": 12423, + "005": 12424, + "002": 12425, + "004": 12426, + "0097": 12427, + "correspondence": 12428, + "goodness": 12429, + "eosfit": 12430, + "cationic": 12431, + "interstices": 12432, + "intersample": 12433, + "predominately": 12434, + "succeed": 12435, + "##maier": 12436, + "strengths": 12437, + "exhumational": 12438, + "homogenously": 12439, + "storlidal": 12440, + "gaetani": 12441, + "squared": 12442, + "ideally": 12443, + "tensions": 12444, + "tenner": 12445, + "advent": 12446, + "constitution": 12447, + "isochrons": 12448, + "weaker": 12449, + "refractoriness": 12450, + "molecule": 12451, + "3600": 12452, + "3625": 12453, + "caso": 12454, + "cashman": 12455, + "purple": 12456, + "3200": 12457, + "thermobarometric": 12458, + "033": 12459, + "331": 12460, + "335": 12461, + "robin": 12462, + "sakuy": 12463, + "connect": 12464, + "218": 12465, + "crucibles": 12466, + "mtz": 12467, + "sheppard": 12468, + "shirasaka": 12469, + "ltd": 12470, + "tethys": 12471, + "023": 12472, + "37ar": 12473, + "milling": 12474, + "millhol": 12475, + "xrct": 12476, + "chemographic": 12477, + "bottaz": 12478, + "nitric": 12479, + "sinking": 12480, + "##nedah": 12481, + "##ofels": 12482, + "revert": 12483, + "colourless": 12484, + "encour": 12485, + "widths": 12486, + "spheres": 12487, + "plagiogranitic": 12488, + "298": 12489, + "pulur": 12490, + "seismically": 12491, + "overprints": 12492, + "apparatuses": 12493, + "helpful": 12494, + "nanometers": 12495, + "isotherms": 12496, + "resistors": 12497, + "segregate": 12498, + "blee": 12499, + "passes": 12500, + "columbia": 12501, + "distinguishes": 12502, + "facilitating": 12503, + "cscl": 12504, + "seismicity": 12505, + "sands": 12506, + "sandstones": 12507, + "vanadium": 12508, + "vanishes": 12509, + "temporarily": 12510, + "1985": 12511, + "1988": 12512, + "1983": 12513, + "1987": 12514, + "retaining": 12515, + "hua": 12516, + "macro": 12517, + "unretro": 12518, + "unreliable": 12519, + "intragranular": 12520, + "jointing": 12521, + "columnar": 12522, + "packages": 12523, + "swar": 12524, + "swelling": 12525, + "sweden": 12526, + "teschenite": 12527, + "evaporate": 12528, + "##ographical": 12529, + "steepening": 12530, + "tracking": 12531, + "actinide": 12532, + "designated": 12533, + "explosions": 12534, + "displacements": 12535, + "drawing": 12536, + "expanding": 12537, + "5200": 12538, + "boiling": 12539, + "crossover": 12540, + "stagnation": 12541, + "guide": 12542, + "guangzhou": 12543, + "ashwal": 12544, + "indexing": 12545, + "kilomet": 12546, + "inhibition": 12547, + "correctly": 12548, + "5941": 12549, + "digested": 12550, + "digitally": 12551, + "h2s": 12552, + "h2om": 12553, + "statistic": 12554, + "knowing": 12555, + "8800": 12556, + "schistose": 12557, + "coordinate": 12558, + "coordinates": 12559, + "isobars": 12560, + "episode": 12561, + "eroded": 12562, + "##shtanov": 12563, + "coincide": 12564, + "paragenesis": 12565, + "analyzing": 12566, + "dimensionality": 12567, + "fundamentally": 12568, + "windows": 12569, + "63cu": 12570, + "machaoy": 12571, + "nams": 12572, + "names": 12573, + "namur": 12574, + "trenches": 12575, + "precursory": 12576, + "precursors": 12577, + "validated": 12578, + "radioactivity": 12579, + "successions": 12580, + "successively": 12581, + "995": 12582, + "england": 12583, + "compensate": 12584, + "plausibly": 12585, + "moser": 12586, + "mosser": 12587, + "renormal": 12588, + "rigorously": 12589, + "utility": 12590, + "insets": 12591, + "electrop": 12592, + "electromag": 12593, + "favoring": 12594, + "consumes": 12595, + "consuming": 12596, + "aerosol": 12597, + "skin": 12598, + "skarn": 12599, + "tanks": 12600, + "##noscand": 12601, + "##caes": 12602, + "districts": 12603, + "coronae": 12604, + "concerned": 12605, + "hqb900t": 12606, + "fails": 12607, + "##16o": 12608, + "conceptual": 12609, + "cohes": 12610, + "chronometry": 12611, + "chronologic": 12612, + "metabasic": 12613, + "polymerized": 12614, + "migmati": 12615, + "migmatitic": 12616, + "built": 12617, + "occupies": 12618, + "strikingly": 12619, + "987": 12620, + "##ynski": 12621, + "##kenburg": 12622, + "thresholds": 12623, + "atlantis": 12624, + "anisotropy": 12625, + "collided": 12626, + "unmelted": 12627, + "monzonite": 12628, + "schmincke": 12629, + "destroy": 12630, + "turning": 12631, + "isoplot": 12632, + "disagreement": 12633, + "clinoand": 12634, + "noticeably": 12635, + "microanalytical": 12636, + "microanalyzer": 12637, + "foils": 12638, + "130ba": 12639, + "assimilant": 12640, + "favours": 12641, + "boroughs": 12642, + "cotectics": 12643, + "traveled": 12644, + "uncontam": 12645, + "tectono": 12646, + "mcdonald": 12647, + "sigm": 12648, + "ttarget": 12649, + "vermicular": 12650, + "##watersrand": 12651, + "##board": 12652, + "coarsely": 12653, + "enhancement": 12654, + "arfvedsonite": 12655, + "preclude": 12656, + "precluding": 12657, + "127310": 12658, + "srmvf": 12659, + "hollowed": 12660, + "hypothesize": 12661, + "7700": 12662, + "kawai": 12663, + "kawano": 12664, + "mottled": 12665, + "tuohy": 12666, + "tuyla": 12667, + "thousand": 12668, + "shimabara": 12669, + "frictional": 12670, + "advantages": 12671, + "legend": 12672, + "volatilization": 12673, + "dehydrogenated": 12674, + "circumstances": 12675, + "destabilize": 12676, + "destabilizes": 12677, + "mirrors": 12678, + "fes2": 12679, + "pellets": 12680, + "tubes": 12681, + "tubing": 12682, + "##argement": 12683, + "energetics": 12684, + "geospeed": 12685, + "agglomerates": 12686, + "freeze": 12687, + "taiwan": 12688, + "multiply": 12689, + "multiplying": 12690, + "spheroids": 12691, + "candidates": 12692, + "happen": 12693, + "liberated": 12694, + "##pd25": 12695, + "congruently": 12696, + "compressibility": 12697, + "shrinking": 12698, + "microphenocrysts": 12699, + "synchrotron": 12700, + "neglect": 12701, + "manifestation": 12702, + "visualize": 12703, + "da0": 12704, + "drew": 12705, + "lerchbaum": 12706, + "isograds": 12707, + "anticlock": 12708, + "anticipated": 12709, + "deficiency": 12710, + "colloidal": 12711, + "lifetime": 12712, + "arsenian": 12713, + "orthoand": 12714, + "petrographically": 12715, + "supersaturated": 12716, + "logarithm": 12717, + "concomitantly": 12718, + "cylinders": 12719, + "geothermobarometers": 12720, + "elucidating": 12721, + "vermiculation": 12722, + "eulerian": 12723, + "indirectly": 12724, + "1h16o": 12725, + "getting": 12726, + "koepke": 12727, + "menengai": 12728, + "petrel": 12729, + "s81": 12730, + "thomson": 12731, + "conformity": 12732, + "stemming": 12733, + "antao": 12734, + "ordovician": 12735, + "suevitic": 12736, + "unchanging": 12737, + "ims12": 12738, + "heaters": 12739, + "infinitely": 12740, + "survive": 12741, + "survived": 12742, + "invoke": 12743, + "disturbance": 12744, + "traditionally": 12745, + "susceptible": 12746, + "aids": 12747, + "ds62": 12748, + "fenn": 12749, + "fennoscand": 12750, + "gunnedah": 12751, + "miscibility": 12752, + "psamm": 12753, + "pmelts": 12754, + "stirred": 12755, + "##wald": 12756, + "tower": 12757, + "compromise": 12758, + "##izuka": 12759, + "phosphate": 12760, + "uniquely": 12761, + "enlargement": 12762, + "12730": 12763, + "penetrating": 12764, + "spherulites": 12765, + "radioisotopes": 12766, + "mildly": 12767, + "2907a": 12768, + "exhaustion": 12769, + "synchronously": 12770, + "monotonically": 12771, + "wavenumbers": 12772, + "dictated": 12773, + "gemstone": 12774, + "halliday": 12775, + "ichiy": 12776, + "jumps": 12777, + "kharaka": 12778, + "kogiso": 12779, + "kogarko": 12780, + "mimic": 12781, + "satisfy": 12782, + "cryptic": 12783, + "crypto": 12784, + "sudo": 12785, + "sudden": 12786, + "parabolic": 12787, + "interpolated": 12788, + "foliated": 12789, + "foliations": 12790, + "drainage": 12791, + "invariably": 12792, + "harris": 12793, + "harrison": 12794, + "envisaged": 12795, + "attributes": 12796, + "attributable": 12797, + "striped": 12798, + "autoradiograph": 12799, + "autoradiography": 12800, + "magnesiohornblende": 12801, + "magnesiohastingsite": 12802, + "reinforced": 12803, + "ellipses": 12804, + "barium": 12805, + "cpfu": 12806, + "eye": 12807, + "eggler": 12808, + "giulian": 12809, + "hinterland": 12810, + "kenya": 12811, + "rhod": 12812, + "woods": 12813, + "wittmann": 12814, + "andersen": 12815, + "ishizuka": 12816, + "execution": 12817, + "extinction": 12818, + "computation": 12819, + "projects": 12820, + "physicochemical": 12821, + "trønnes": 12822, + "subalkaline": 12823, + "soaked": 12824, + "adakites": 12825, + "thermofisher": 12826, + "microtektites": 12827, + "longitudinal": 12828, + "multiplied": 12829, + "selvedges": 12830, + "bohlen": 12831, + "l1405": 12832, + "accompanying": 12833, + "ringwoodite": 12834, + "chloritized": 12835, + "badh15": 12836, + "intermittently": 12837, + "birefringence": 12838, + "edifice": 12839, + "hierarchical": 12840, + "unexplored": 12841, + "2804": 12842, + "bernini": 12843, + "c592": 12844, + "densely": 12845, + "etched": 12846, + "false": 12847, + "garita": 12848, + "hkf": 12849, + "jmc": 12850, + "krawcz": 12851, + "mengel": 12852, + "nutrients": 12853, + "papale": 12854, + "rinsed": 12855, + "rubidium": 12856, + "riebeck": 12857, + "rhomb": 12858, + "wisconsin": 12859, + "wendlandt": 12860, + "ys13": 12861, + "inertial": 12862, + "##stein": 12863, + "today": 12864, + "coleman": 12865, + "excursion": 12866, + "alphamelts": 12867, + "crenulated": 12868, + "answer": 12869, + "diatexite": 12870, + "inclined": 12871, + "spiral": 12872, + "entropy": 12873, + "enigmatic": 12874, + "enormous": 12875, + "seelbronn": 12876, + "scavenged": 12877, + "sc1191": 12878, + "slurries": 12879, + "recommended": 12880, + "ammonia": 12881, + "amalgamation": 12882, + "129xe": 12883, + "12ky2": 12884, + "infilling": 12885, + "intraslab": 12886, + "transparent": 12887, + "europium": 12888, + "1543cpx3h": 12889, + "uncovered": 12890, + "demarcated": 12891, + "au75pd25": 12892, + "transpressional": 12893, + "edinburgh": 12894, + "metasomatizing": 12895, + "bathymetry": 12896, + "millimeters": 12897, + "embayments": 12898, + "hercynite": 12899, + "rendering": 12900, + "unpublished": 12901, + "kamenetsky": 12902, + "unconformably": 12903, + "fsc1332r01": 12904, + "perspective": 12905, + "inadequate": 12906, + "2phl": 12907, + "aizawa": 12908, + "aumuh": 12909, + "aogashima": 12910, + "bivariate": 12911, + "bannock": 12912, + "bourd": 12913, + "cicconi": 12914, + "cemented": 12915, + "c608": 12916, + "cuspate": 12917, + "ductile": 12918, + "duplicate": 12919, + "daughter": 12920, + "economic": 12921, + "eurasian": 12922, + "fossi": 12923, + "gaseous": 12924, + "geneva": 12925, + "girnis": 12926, + "henry": 12927, + "hopper": 12928, + "hosting": 12929, + "jolis": 12930, + "kapoho": 12931, + "kazakhstan": 12932, + "katsura": 12933, + "lengenbach": 12934, + "lakshtanov": 12935, + "lachlan": 12936, + "lledo": 12937, + "murnaghan": 12938, + "nappe": 12939, + "otrøy": 12940, + "pirard": 12941, + "pantellerite": 12942, + "pioneering": 12943, + "qreaction": 12944, + "qemscan": 12945, + "ragged": 12946, + "ribbons": 12947, + "rscm": 12948, + "sasaki": 12949, + "tzm": 12950, + "tatsumi": 12951, + "ustc": 12952, + "voigt": 12953, + "vincent": 12954, + "voxel": 12955, + "witwatersrand": 12956, + "words": 12957, + "wiesmaier": 12958, + "wadsleyite": 12959, + "wesselton": 12960, + "xfe3": 12961, + "yoder": 12962, + "yaxley": 12963, + "zartman": 12964, + "zajacz": 12965, + "ϕsusp": 12966, + "##5si8o22": 12967, + "##hjem": 12968, + "inevitable": 12969, + "##anhydrite": 12970, + "contiguous": 12971, + "coplanar": 12972, + "coworkers": 12973, + "ishii": 12974, + "##issolved": 12975, + "reilly": 12976, + "exterior": 12977, + "ascribe": 12978, + "anovitz": 12979, + "antithetical": 12980, + "prouteau": 12981, + "deionized": 12982, + "trondhjem": 12983, + "tridymite": 12984, + "chapman": 12985, + "cheralite": 12986, + "minnesota": 12987, + "wasserburg": 12988, + "wasylenki": 12989, + "interplay": 12990, + "pertaining": 12991, + "caltech": 12992, + "##essulphide": 12993, + "uniaxial": 12994, + "fridleifsson": 12995, + "metavolcanic": 12996, + "subcratonic": 12997, + "subdued": 12998, + "oblique": 12999, + "plagioleucitites": 13000, + "indonesia": 13001, + "cawthorn": 13002, + "expedition": 13003, + "hydraulic": 13004, + "undifferentiated": 13005, + "poitrasson": 13006, + "siqueiros": 13007, + "leuthold": 13008, + "amsterdam": 13009, + "monogenetic": 13010, + "monodisperse": 13011, + "montserrat": 13012, + "microprobes": 13013, + "laflamme": 13014, + "reminiscent": 13015, + "greyscale": 13016, + "mathematical": 13017, + "syracuse": 13018, + "commercial": 13019, + "1520cpx3h": 13020, + "uncommon": 13021, + "soufriere": 13022, + "diamondiferous": 13023, + "ulvospinel": 13024, + "3011b": 13025, + "drastically": 13026, + "kncmash": 13027, + "niijima": 13028, + "baldwin": 13029, + "sakuyama": 13030, + "millhollen": 13031, + "bottazzi": 13032, + "unretrogressed": 13033, + "kilometre": 13034, + "machaoying": 13035, + "electromagnetic": 13036, + "uncontaminated": 13037, + "geospeedometry": 13038, + "lerchbaumer": 13039, + "anticlockwise": 13040, + "psammitic": 13041, + "ichiyama": 13042, + "giuliani": 13043, + "krawczynski": 13044, + "riebeckite": 13045, + "aumuhle": 13046, + "0ρ": 13047, + "014": 13048, + "025": 13049, + "1d": 13050, + "1ʹ": 13051, + "1ch": 13052, + "1to": 13053, + "2m": 13054, + "2k": 13055, + "2al": 13056, + "2h2o": 13057, + "214": 13058, + "260": 13059, + "215": 13060, + "2ca": 13061, + "3h": 13062, + "3β": 13063, + "3and": 13064, + "3sm": 13065, + "3fe": 13066, + "330": 13067, + "3to": 13068, + "325": 13069, + "3h2": 13070, + "3sio2": 13071, + "3quartz": 13072, + "4d": 13073, + "4g": 13074, + "4f": 13075, + "4π": 13076, + "4si": 13077, + "410": 13078, + "490": 13079, + "465": 13080, + "473": 13081, + "440": 13082, + "4h2": 13083, + "5e": 13084, + "514": 13085, + "560": 13086, + "7g": 13087, + "770": 13088, + "890": 13089, + "825": 13090, + "9c": 13091, + "990": 13092, + "a1": 13093, + "ak": 13094, + "a3": 13095, + "aes": 13096, + "aen": 13097, + "aus": 13098, + "aad": 13099, + "aided": 13100, + "bh": 13101, + "ban": 13102, + "bis": 13103, + "brom": 13104, + "bence": 13105, + "bend": 13106, + "bach": 13107, + "buch": 13108, + "bill": 13109, + "babb": 13110, + "boz": 13111, + "bick": 13112, + "bisc": 13113, + "boud": 13114, + "bisch": 13115, + "bifs": 13116, + "cd": 13117, + "cx": 13118, + "c0": 13119, + "cα": 13120, + "cλ": 13121, + "cel": 13122, + "cac": 13123, + "cab": 13124, + "city": 13125, + "crow": 13126, + "ccl": 13127, + "cacl": 13128, + "cps": 13129, + "c58": 13130, + "doz": 13131, + "dfe": 13132, + "dh2o": 13133, + "drove": 13134, + "dimin": 13135, + "ee": 13136, + "eick": 13137, + "eales": 13138, + "eev": 13139, + "eichel": 13140, + "fc": 13141, + "fs": 13142, + "f2": 13143, + "fem": 13144, + "fam": 13145, + "fence": 13146, + "flog": 13147, + "fand": 13148, + "fick": 13149, + "flex": 13150, + "flegre": 13151, + "fictive": 13152, + "fessulphide": 13153, + "gv": 13154, + "gy": 13155, + "g2": 13156, + "g3": 13157, + "gro": 13158, + "gop": 13159, + "gut": 13160, + "gak": 13161, + "gore": 13162, + "gently": 13163, + "gsc": 13164, + "gsid": 13165, + "gigan": 13166, + "hat": 13167, + "him": 13168, + "hain": 13169, + "horn": 13170, + "hold": 13171, + "i0": 13172, + "ith": 13173, + "iab": 13174, + "i00": 13175, + "iolite": 13176, + "jr": 13177, + "jer": 13178, + "jam": 13179, + "jorn": 13180, + "jsm": 13181, + "jaw": 13182, + "jiang": 13183, + "joll": 13184, + "jaff": 13185, + "kw": 13186, + "kal": 13187, + "kat": 13188, + "kor": 13189, + "kan": 13190, + "king": 13191, + "kus": 13192, + "kely": 13193, + "kds": 13194, + "kgh": 13195, + "kise": 13196, + "kbr": 13197, + "kik": 13198, + "kui": 13199, + "ly": 13200, + "lh": 13201, + "lα": 13202, + "lor": 13203, + "lag": 13204, + "lid": 13205, + "luc": 13206, + "lant": 13207, + "lend": 13208, + "lapp": 13209, + "lloy": 13210, + "lapping": 13211, + "lyon": 13212, + "lakes": 13213, + "lidy": 13214, + "mal": 13215, + "mur": 13216, + "mio": 13217, + "mct": 13218, + "mism": 13219, + "m50": 13220, + "mord": 13221, + "nn": 13222, + "nk": 13223, + "nz": 13224, + "nol": 13225, + "nac": 13226, + "nap": 13227, + "nne": 13228, + "nancy": 13229, + "nerc": 13230, + "null": 13231, + "nions": 13232, + "omp": 13233, + "ost": 13234, + "oasis": 13235, + "pw": 13236, + "pδ": 13237, + "pon": 13238, + "pamp": 13239, + "pater": 13240, + "pall": 13241, + "pear": 13242, + "posed": 13243, + "peters": 13244, + "push": 13245, + "piles": 13246, + "pdol": 13247, + "p11": 13248, + "papag": 13249, + "panned": 13250, + "poue": 13251, + "pitzer": 13252, + "qm": 13253, + "rr": 13254, + "rol": 13255, + "rum": 13256, + "rog": 13257, + "rene": 13258, + "rapp": 13259, + "rained": 13260, + "rcc": 13261, + "rosen": 13262, + "rarer": 13263, + "rpi": 13264, + "s5": 13265, + "sis": 13266, + "sant": 13267, + "sver": 13268, + "sse": 13269, + "sri": 13270, + "song": 13271, + "sack": 13272, + "sky": 13273, + "t0": 13274, + "t2": 13275, + "tel": 13276, + "trom": 13277, + "tio": 13278, + "tds": 13279, + "tall": 13280, + "tree": 13281, + "torm": 13282, + "tied": 13283, + "tund": 13284, + "tick": 13285, + "tank": 13286, + "tiss": 13287, + "uw": 13288, + "uot": 13289, + "u14": 13290, + "v0": 13291, + "von": 13292, + "vand": 13293, + "vest": 13294, + "wi": 13295, + "w3": 13296, + "wen": 13297, + "wds": 13298, + "wpm": 13299, + "wake": 13300, + "wfy": 13301, + "wales": 13302, + "xz": 13303, + "xor": 13304, + "xil": 13305, + "yv": 13306, + "yam": 13307, + "yog": 13308, + "yard": 13309, + "yund": 13310, + "y2o3": 13311, + "yili": 13312, + "zh": 13313, + "zan": 13314, + "zinc": 13315, + "þu": 13316, + "ƒh2": 13317, + "αand": 13318, + "δv": 13319, + "δp": 13320, + "δg": 13321, + "δ2": 13322, + "εv": 13323, + "λ0": 13324, + "πah": 13325, + "σ0exp": 13326, + "##nb": 13327, + "##non": 13328, + "##nan": 13329, + "##nel": 13330, + "##niz": 13331, + "##nton": 13332, + "##e0": 13333, + "##eal": 13334, + "##eism": 13335, + "##eties": 13336, + "##ehn": 13337, + "##eelite": 13338, + "##qz": 13339, + "##uer": 13340, + "##uan": 13341, + "##uded": 13342, + "##uky": 13343, + "##ience": 13344, + "##isive": 13345, + "##isional": 13346, + "##itization": 13347, + "##itiveness": 13348, + "##iwu": 13349, + "##iams": 13350, + "##vd": 13351, + "##var": 13352, + "##vere": 13353, + "##vard": 13354, + "##vian": 13355, + "##vised": 13356, + "##oe": 13357, + "##o6": 13358, + "##ositive": 13359, + "##oked": 13360, + "##ostruct": 13361, + "##oining": 13362, + "##oire": 13363, + "##c2": 13364, + "##come": 13365, + "##coun": 13366, + "##cai": 13367, + "##cator": 13368, + "##aq": 13369, + "##ait": 13370, + "##aoning": 13371, + "##lon": 13372, + "##lace": 13373, + "##lates": 13374, + "##lization": 13375, + "##lides": 13376, + "##lorite": 13377, + "##lished": 13378, + "##sit": 13379, + "##sus": 13380, + "##scribed": 13381, + "##tl": 13382, + "##t9": 13383, + "##tor": 13384, + "##typ": 13385, + "##tler": 13386, + "##tna": 13387, + "##tario": 13388, + "##tfon": 13389, + "##tug": 13390, + "##yk": 13391, + "##yth": 13392, + "##ymer": 13393, + "##yring": 13394, + "##ygd": 13395, + "##pv": 13396, + "##pg": 13397, + "##pres": 13398, + "##p2o": 13399, + "##pass": 13400, + "##pari": 13401, + "##pisson": 13402, + "##rt": 13403, + "##rb": 13404, + "##r2": 13405, + "##rent": 13406, + "##rag": 13407, + "##ray": 13408, + "##r06": 13409, + "##ractive": 13410, + "##dd": 13411, + "##db": 13412, + "##dal": 13413, + "##dish": 13414, + "##gers": 13415, + "##gary": 13416, + "##gner": 13417, + "##genetically": 13418, + "##gster": 13419, + "##mir": 13420, + "##more": 13421, + "##mond": 13422, + "##matite": 13423, + "##mospheric": 13424, + "##18": 13425, + "##130": 13426, + "##fx": 13427, + "##fur": 13428, + "##fus": 13429, + "##fem": 13430, + "##found": 13431, + "##fort": 13432, + "##fels": 13433, + "##xon": 13434, + "##01": 13435, + "##we": 13436, + "##wed": 13437, + "##wall": 13438, + "##wh2o": 13439, + "##wered": 13440, + "##hin": 13441, + "##how": 13442, + "##here": 13443, + "##hra": 13444, + "##hauer": 13445, + "##hornblende": 13446, + "##bil": 13447, + "##bog": 13448, + "##bio": 13449, + "##bial": 13450, + "##body": 13451, + "##bby": 13452, + "##bai": 13453, + "##bax": 13454, + "##borne": 13455, + "##balt": 13456, + "##2b": 13457, + "##28": 13458, + "##213": 13459, + "##2sps": 13460, + "##2p2o": 13461, + "##je": 13462, + "##jon": 13463, + "##jos": 13464, + "##jav": 13465, + "##jections": 13466, + "##janes": 13467, + "##jensky": 13468, + "##kr": 13469, + "##kα": 13470, + "##kat": 13471, + "##kro": 13472, + "##kol": 13473, + "##kur": 13474, + "##ktite": 13475, + "##kstan": 13476, + "##kla": 13477, + "##zy": 13478, + "##zr": 13479, + "##zz": 13480, + "##zio": 13481, + "##zins": 13482, + "##zian": 13483, + "##zinc": 13484, + "##zirc": 13485, + "##zky": 13486, + "##zca": 13487, + "##zolin": 13488, + "##84": 13489, + "##86": 13490, + "##3p": 13491, + "##38": 13492, + "##34": 13493, + "##3si": 13494, + "##3cl": 13495, + "##3prp": 13496, + "##46": 13497, + "##475": 13498, + "##911": 13499, + "##7c": 13500, + "##71": 13501, + "##79": 13502, + "##61": 13503, + "##69": 13504, + "##ϕsed": 13505, + "##øsd": 13506, + "##ƒo2": 13507, + "thomp": 13508, + "##onet": 13509, + "##onites": 13510, + "##onous": 13511, + "##erti": 13512, + "##erts": 13513, + "##erges": 13514, + "##erup": 13515, + "##erbil": 13516, + "##tison": 13517, + "##tifies": 13518, + "##esf": 13519, + "##ests": 13520, + "##esitic": 13521, + "##enk": 13522, + "##enan": 13523, + "##enue": 13524, + "##enberg": 13525, + "##enaga": 13526, + "##ennan": 13527, + "##inal": 13528, + "##inter": 13529, + "##ineral": 13530, + "##inian": 13531, + "##edt": 13532, + "##edent": 13533, + "##edinn": 13534, + "##alth": 13535, + "##alus": 13536, + "##al2o": 13537, + "##alitic": 13538, + "##alism": 13539, + "##alian": 13540, + "##itat": 13541, + "##itor": 13542, + "##itter": 13543, + "##itte": 13544, + "##itch": 13545, + "##itaxial": 13546, + "##ndt": 13547, + "##ndel": 13548, + "##ndur": 13549, + "##aton": 13550, + "##atch": 13551, + "##atmospheric": 13552, + "inges": 13553, + "inform": 13554, + "inward": 13555, + "inland": 13556, + "in10": 13557, + "inlet": 13558, + "inoue": 13559, + "inboard": 13560, + "injections": 13561, + "##rea": 13562, + "##ret": 13563, + "##reated": 13564, + "##reous": 13565, + "andalus": 13566, + "##aru": 13567, + "##aram": 13568, + "##arcon": 13569, + "##aracter": 13570, + "##arric": 13571, + "##arches": 13572, + "##orr": 13573, + "##orus": 13574, + "##orial": 13575, + "##orfer": 13576, + "##orova": 13577, + "##ro2": 13578, + "##roph": 13579, + "##rotom": 13580, + "##asies": 13581, + "##icity": 13582, + "##ictions": 13583, + "##icacies": 13584, + "##iccator": 13585, + "##enta": 13586, + "##entzian": 13587, + "##leted": 13588, + "##leber": 13589, + "##letz": 13590, + "##leaving": 13591, + "##anu": 13592, + "##anne": 13593, + "##anks": 13594, + "##anaki": 13595, + "##antified": 13596, + "##anagi": 13597, + "##anofels": 13598, + "##anzolin": 13599, + "##mptly": 13600, + "##eluch": 13601, + "##elia": 13602, + "##elof": 13603, + "##elberg": 13604, + "##stac": 13605, + "##olded": 13606, + "##olvable": 13607, + "##olymer": 13608, + "touch": 13609, + "topl": 13610, + "toky": 13611, + "##ingled": 13612, + "##sio": 13613, + "##si0": 13614, + "##sio3": 13615, + "##ithfully": 13616, + "##ithms": 13617, + "##urer": 13618, + "##urian": 13619, + "##urprising": 13620, + "conject": 13621, + "concepts": 13622, + "##ags": 13623, + "##agmatic": 13624, + "##acor": 13625, + "##acly": 13626, + "##actic": 13627, + "##acites": 13628, + "cos": 13629, + "cox": 13630, + "coil": 13631, + "coding": 13632, + "cosm": 13633, + "coales": 13634, + "cogn": 13635, + "cobalt": 13636, + "##eted": 13637, + "##etre": 13638, + "##etong": 13639, + "##etyp": 13640, + "isle": 13641, + "isoc": 13642, + "##idx": 13643, + "##idation": 13644, + "##idite": 13645, + "##idity": 13646, + "##idellite": 13647, + "##idelberg": 13648, + "##isin": 13649, + "##isited": 13650, + "##isaki": 13651, + "##ischat": 13652, + "##igatti": 13653, + "##igmatite": 13654, + "##ulze": 13655, + "reun": 13656, + "rewr": 13657, + "reyk": 13658, + "##iment": 13659, + "##iman": 13660, + "##imetric": 13661, + "##imaru": 13662, + "##owski": 13663, + "##lys": 13664, + "##lyte": 13665, + "forest": 13666, + "##ectite": 13667, + "##ectivity": 13668, + "##ecnk": 13669, + "##ilm": 13670, + "##ilations": 13671, + "##ocrystalline": 13672, + "exit": 13673, + "##thon": 13674, + "##thrust": 13675, + "##usher": 13676, + "##uscri": 13677, + "##usanne": 13678, + "##atibly": 13679, + "stp": 13680, + "storm": 13681, + "store": 13682, + "stoch": 13683, + "stout": 13684, + "stays": 13685, + "stably": 13686, + "strec": 13687, + "stotal": 13688, + "ask": 13689, + "aspherical": 13690, + "compelling": 13691, + "compilations": 13692, + "al2": 13693, + "alam": 13694, + "alther": 13695, + "alme": 13696, + "altitude": 13697, + "alfa": 13698, + "alluv": 13699, + "alarcon": 13700, + "atβ": 13701, + "atyp": 13702, + "attes": 13703, + "##oper": 13704, + "##opole": 13705, + "##oplastic": 13706, + "##tsch": 13707, + "crd": 13708, + "crude": 13709, + "crusher": 13710, + "melson": 13711, + "melvil": 13712, + "melbourne": 13713, + "##oscop": 13714, + "##osyn": 13715, + "##osurface": 13716, + "anhed": 13717, + "an75": 13718, + "an62": 13719, + "##terber": 13720, + "##otes": 13721, + "##oten": 13722, + "##otry": 13723, + "##otland": 13724, + "##ffered": 13725, + "befus": 13726, + "beidellite": 13727, + "##luor": 13728, + "dia": 13729, + "dixon": 13730, + "##ibly": 13731, + "##ibniz": 13732, + "##ngat": 13733, + "##abo": 13734, + "##aba": 13735, + "##ablation": 13736, + "##emens": 13737, + "##emontite": 13738, + "moment": 13739, + "moo2": 13740, + "moord": 13741, + "moacy": 13742, + "moana": 13743, + "##izonal": 13744, + "whis": 13745, + "whate": 13746, + "whene": 13747, + "##ami": 13748, + "##amg": 13749, + "onuma": 13750, + "ontario": 13751, + "ori": 13752, + "##perby": 13753, + "##periclase": 13754, + "##umed": 13755, + "proves": 13756, + "promptly": 13757, + "##quare": 13758, + "grit": 13759, + "grant": 13760, + "##oma": 13761, + "##icho": 13762, + "##erator": 13763, + "sunk": 13764, + "suffered": 13765, + "prescribed": 13766, + "##oge": 13767, + "##ogether": 13768, + "##ogok": 13769, + "phi": 13770, + "phlegre": 13771, + "tempting": 13772, + "##iving": 13773, + "##ivine": 13774, + "##iveluch": 13775, + "dead": 13776, + "dealing": 13777, + "deuts": 13778, + "deering": 13779, + "magenta": 13780, + "##tinga": 13781, + "##inear": 13782, + "shtr": 13783, + "shell": 13784, + "shast": 13785, + "shales": 13786, + "shah": 13787, + "shiveluch": 13788, + "incident": 13789, + "try": 13790, + "trd": 13791, + "trib": 13792, + "trav": 13793, + "tract": 13794, + "tribu": 13795, + "trying": 13796, + "##vert": 13797, + "##verized": 13798, + "##vertical": 13799, + "##versus": 13800, + "chad": 13801, + "chance": 13802, + "chard": 13803, + "chiqu": 13804, + "chew": 13805, + "chinner": 13806, + "##apas": 13807, + "##apted": 13808, + "##apace": 13809, + "##apolite": 13810, + "##apsed": 13811, + "##aporite": 13812, + "##apto": 13813, + "##see": 13814, + "##sey": 13815, + "resides": 13816, + "resided": 13817, + "##ockwise": 13818, + "colima": 13819, + "baso4": 13820, + "basements": 13821, + "bastna": 13822, + "clots": 13823, + "climate": 13824, + "clockwise": 13825, + "parad": 13826, + "parana": 13827, + "hauff": 13828, + "hauls": 13829, + "minus": 13830, + "elem": 13831, + "##trdp": 13832, + "rocky": 13833, + "spe": 13834, + "speng": 13835, + "spanned": 13836, + "spray": 13837, + "usp": 13838, + "##lesse": 13839, + "interand": 13840, + "intermedi": 13841, + "interleaving": 13842, + "liaoning": 13843, + "ab1": 13844, + "ablating": 13845, + "##rie": 13846, + "weill": 13847, + "perce": 13848, + "perov": 13849, + "periph": 13850, + "##geson": 13851, + "acces": 13852, + "acute": 13853, + "acme": 13854, + "ackn": 13855, + "disk": 13856, + "dismem": 13857, + "feand": 13858, + "feather": 13859, + "feomelt": 13860, + "quoted": 13861, + "##phite": 13862, + "##assen": 13863, + "##unsti": 13864, + "##unately": 13865, + "##unier": 13866, + "bettison": 13867, + "##ayi": 13868, + "##aya": 13869, + "##ayos": 13870, + "reli": 13871, + "relates": 13872, + "relics": 13873, + "##utter": 13874, + "##utoy": 13875, + "unans": 13876, + "unimodal": 13877, + "unev": 13878, + "untest": 13879, + "unbuff": 13880, + "fram": 13881, + "france": 13882, + "franc": 13883, + "franzolin": 13884, + "frischat": 13885, + "notes": 13886, + "notations": 13887, + "formalism": 13888, + "evaporite": 13889, + "pressureand": 13890, + "metz": 13891, + "metre": 13892, + "metatex": 13893, + "subrou": 13894, + "subreg": 13895, + "subaer": 13896, + "subtyp": 13897, + "subatmospheric": 13898, + "subvertical": 13899, + "obl": 13900, + "obsc": 13901, + "oblate": 13902, + "oberti": 13903, + "obstac": 13904, + "mantleand": 13905, + "fluorite": 13906, + "seated": 13907, + "seyl": 13908, + "sealing": 13909, + "seifer": 13910, + "search": 13911, + "severe": 13912, + "seaton": 13913, + "searches": 13914, + "##adep": 13915, + "##adonite": 13916, + "##addle": 13917, + "##adiman": 13918, + "##ellar": 13919, + "h2obul": 13920, + "h2osims": 13921, + "india": 13922, + "nez": 13923, + "neon": 13924, + "neoproterozoic": 13925, + "nepal": 13926, + "##ongshan": 13927, + "replic": 13928, + "republ": 13929, + "replace": 13930, + "datum": 13931, + "depolymer": 13932, + "stubby": 13933, + "##allon": 13934, + "##alled": 13935, + "##hyolite": 13936, + "##theron": 13937, + "##dered": 13938, + "##endorf": 13939, + "silurian": 13940, + "increments": 13941, + "art": 13942, + "arizon": 13943, + "aridus": 13944, + "appeal": 13945, + "meeting": 13946, + "mewith": 13947, + "meisel": 13948, + "meunier": 13949, + "mgs": 13950, + "mgt": 13951, + "mgco": 13952, + "concentrating": 13953, + "up213": 13954, + "equates": 13955, + "soda": 13956, + "sokol": 13957, + "thanks": 13958, + "strange": 13959, + "strath": 13960, + "##soft": 13961, + "##ght": 13962, + "##ghton": 13963, + "globar": 13964, + "glomer": 13965, + "##aking": 13966, + "##akov": 13967, + "corner": 13968, + "solved": 13969, + "solutes": 13970, + "preand": 13971, + "prelev": 13972, + "preablation": 13973, + "fluidal": 13974, + "simon": 13975, + "caomelt": 13976, + "considers": 13977, + "variant": 13978, + "variants": 13979, + "varieties": 13980, + "vale": 13981, + "##ormick": 13982, + "prt": 13983, + "lowerto": 13984, + "##atured": 13985, + "##achi": 13986, + "italian": 13987, + "adverse": 13988, + "adrian": 13989, + "adcumul": 13990, + "adhere": 13991, + "adapted": 13992, + "elementally": 13993, + "elementary": 13994, + "zonations": 13995, + "smyth": 13996, + "garne": 13997, + "10c": 13998, + "102": 13999, + "1020": 14000, + "1075": 14001, + "1029": 14002, + "##oster": 14003, + "##ostat": 14004, + "##tines": 14005, + "suggestions": 14006, + "expel": 14007, + "exported": 14008, + "expelled": 14009, + "richest": 14010, + "richmond": 14011, + "##current": 14012, + "detecting": 14013, + "detached": 14014, + "detectors": 14015, + "hashin": 14016, + "calculates": 14017, + "calculator": 14018, + "carbs": 14019, + "carapace": 14020, + "deciph": 14021, + "decisive": 14022, + "geographic": 14023, + "gehl": 14024, + "geolas": 14025, + "imping": 14026, + "imposition": 14027, + "impose": 14028, + "impacts": 14029, + "##isturb": 14030, + "imagej": 14031, + "wherein": 14032, + "whereup": 14033, + "##upets": 14034, + "thermochemical": 14035, + "thermoplastic": 14036, + "moreira": 14037, + "##ifications": 14038, + "liquidi": 14039, + "era": 14040, + "erzinc": 14041, + "indications": 14042, + "overgrow": 14043, + "overwh": 14044, + "ocellar": 14045, + "undeg": 14046, + "undisturb": 14047, + "efforts": 14048, + "regia": 14049, + "magmasat": 14050, + "203": 14051, + "2050": 14052, + "2090": 14053, + "sip": 14054, + "siand": 14055, + "sieved": 14056, + "sieving": 14057, + "siletz": 14058, + "siemens": 14059, + "lew": 14060, + "leake": 14061, + "leka": 14062, + "leverage": 14063, + "leibniz": 14064, + "containers": 14065, + "granoblastic": 14066, + "bultfon": 14067, + "scik": 14068, + "scope": 14069, + "scaled": 14070, + "sc59": 14071, + "scoria": 14072, + "scotland": 14073, + "scapolite": 14074, + "##illin": 14075, + "ours": 14076, + "phengitic": 14077, + "carbonic": 14078, + "carbonation": 14079, + "carbonaceous": 14080, + "slates": 14081, + "slivers": 14082, + "recast": 14083, + "timber": 14084, + "##8osi": 14085, + "mitig": 14086, + "##genbergite": 14087, + "productivity": 14088, + "bounding": 14089, + "eclogitization": 14090, + "##arded": 14091, + "agard": 14092, + "agcl": 14093, + "somewhere": 14094, + "somehow": 14095, + "orthopyroxeneand": 14096, + "seconds": 14097, + "hept": 14098, + "hekla": 14099, + "heidelberg": 14100, + "amq": 14101, + "amygd": 14102, + "amelia": 14103, + "likeli": 14104, + "##bert": 14105, + "##bered": 14106, + "novel": 14107, + "nova": 14108, + "noticed": 14109, + "##ipovich": 14110, + "##ipapa": 14111, + "refining": 14112, + "refractive": 14113, + "charged": 14114, + "comment": 14115, + "accr": 14116, + "redissolved": 14117, + "reddish": 14118, + "respond": 14119, + "##gra": 14120, + "##granular": 14121, + "##grs2": 14122, + "##ochrom": 14123, + "##ochem": 14124, + "##ochemistry": 14125, + "monochrom": 14126, + "121": 14127, + "124": 14128, + "microcr": 14129, + "microcl": 14130, + "micrographic": 14131, + "microdomains": 14132, + "microencl": 14133, + "microbial": 14134, + "microsoft": 14135, + "microgranular": 14136, + "deriving": 14137, + "derivatives": 14138, + "inflation": 14139, + "infinity": 14140, + "inflating": 14141, + "infolded": 14142, + "##angle": 14143, + "##angotry": 14144, + "extant": 14145, + "patag": 14146, + "pb2p2o": 14147, + "surficial": 14148, + "surrogate": 14149, + "surpass": 14150, + "erupting": 14151, + "eruptibility": 14152, + "naal": 14153, + "naip": 14154, + "na2si": 14155, + "nazca": 14156, + "saturates": 14157, + "majoritic": 14158, + "python": 14159, + "##insically": 14160, + "correcting": 14161, + "bears": 14162, + "primordi": 14163, + "primitiveness": 14164, + "conducive": 14165, + "partitions": 14166, + "plug": 14167, + "laur": 14168, + "laeter": 14169, + "lauras": 14170, + "laiwu": 14171, + "lausanne": 14172, + "arctic": 14173, + "arculus": 14174, + "folding": 14175, + "folia": 14176, + "alkalies": 14177, + "remote": 14178, + "remix": 14179, + "provisional": 14180, + "vega": 14181, + "100ca": 14182, + "belkin": 14183, + "loci": 14184, + "locock": 14185, + "alongside": 14186, + "lithologically": 14187, + "intricacies": 14188, + "intrinsically": 14189, + "cu3cl": 14190, + "cuillin": 14191, + "desiccator": 14192, + "##hani": 14193, + "##hannes": 14194, + "ti4": 14195, + "tietong": 14196, + "characterise": 14197, + "representations": 14198, + "srand": 14199, + "sredinn": 14200, + "gregra": 14201, + "mat25": 14202, + "##ubanite": 14203, + "coolest": 14204, + "transected": 14205, + "translation": 14206, + "translates": 14207, + "syros": 14208, + "generality": 14209, + "generalised": 14210, + "partitioned": 14211, + "discl": 14212, + "discs": 14213, + "discarded": 14214, + "192": 14215, + "1900": 14216, + "1970": 14217, + "1911": 14218, + "limbs": 14219, + "xenoblastic": 14220, + "prevents": 14221, + "regionally": 14222, + "verified": 14223, + "vernon": 14224, + "lineation": 14225, + "feld": 14226, + "nearest": 14227, + "curvil": 14228, + "##ovolcanic": 14229, + "eugster": 14230, + "##itudes": 14231, + "closes": 14232, + "##pl1": 14233, + "complexly": 14234, + "##azawa": 14235, + "particip": 14236, + "participated": 14237, + "commences": 14238, + "committe": 14239, + "transitioning": 14240, + "ifs": 14241, + "outg": 14242, + "outward": 14243, + "growths": 14244, + "graphic": 14245, + "graphical": 14246, + "moles": 14247, + "deplete": 14248, + "depletes": 14249, + "albared": 14250, + "magnitudes": 14251, + "15a": 14252, + "151": 14253, + "155": 14254, + "158": 14255, + "153": 14256, + "157": 14257, + "156": 14258, + "1580": 14259, + "15fe0": 14260, + "15enk": 14261, + "serving": 14262, + "137": 14263, + "1325": 14264, + "13ecnk": 14265, + "obtains": 14266, + "absma": 14267, + "profiling": 14268, + "ilima": 14269, + "altering": 14270, + "alterations": 14271, + "williams": 14272, + "empty": 14273, + "originates": 14274, + "finland": 14275, + "fineto": 14276, + "zrsio": 14277, + "radiant": 14278, + "dominance": 14279, + "##obe": 14280, + "##obs": 14281, + "145": 14282, + "148": 14283, + "1415": 14284, + "1465": 14285, + "1473": 14286, + "peate": 14287, + "peacor": 14288, + "##crt9": 14289, + "##crasies": 14290, + "grouped": 14291, + "petrogenetically": 14292, + "effectiveness": 14293, + "volcans": 14294, + "volcanos": 14295, + "newfound": 14296, + "demiro": 14297, + "manuscri": 14298, + "manangotry": 14299, + "standpoint": 14300, + "dependences": 14301, + "dependencies": 14302, + "##ifies": 14303, + "apophy": 14304, + "numerator": 14305, + "##licting": 14306, + "##oney": 14307, + "pointing": 14308, + "nb2o5": 14309, + "parametric": 14310, + "sulfate": 14311, + "sulfates": 14312, + "181": 14313, + "183": 14314, + "1890": 14315, + "1819": 14316, + "188osi": 14317, + "depletedand": 14318, + "aug": 14319, + "augites": 14320, + "augitic": 14321, + "distribute": 14322, + "##iqueria": 14323, + "spineland": 14324, + "##odzins": 14325, + "##iano": 14326, + "##hey": 14327, + "##heat": 14328, + "##head": 14329, + "##ishima": 14330, + "synt": 14331, + "defin": 14332, + "opxand": 14333, + "thickest": 14334, + "thickening": 14335, + "singular": 14336, + "kyush": 14337, + "390": 14338, + "barren": 14339, + "discusses": 14340, + "cmme": 14341, + "##smic": 14342, + "##smow": 14343, + "diagenetic": 14344, + "diagenesis": 14345, + "predicting": 14346, + "ulten": 14347, + "ultim": 14348, + "veinlet": 14349, + "calibrants": 14350, + "flowers": 14351, + "µm2": 14352, + "blast": 14353, + "blade": 14354, + "blatter": 14355, + "lambert": 14356, + "mmc": 14357, + "drc": 14358, + "drained": 14359, + "drøsd": 14360, + "multitude": 14361, + "anymore": 14362, + "50e": 14363, + "clumped": 14364, + "negro": 14365, + "megacrystal": 14366, + "elan": 14367, + "elkins": 14368, + "elapsed": 14369, + "harl": 14370, + "haraguchi": 14371, + "harvard": 14372, + "harsit": 14373, + "igwes": 14374, + "midand": 14375, + "lamellas": 14376, + "sulphite": 14377, + "brass": 14378, + "brun": 14379, + "bridge": 14380, + "brenan": 14381, + "brigatti": 14382, + "distinctions": 14383, + "severs": 14384, + "ending": 14385, + "avach": 14386, + "knipovich": 14387, + "lasting": 14388, + "lherzoliteand": 14389, + "facts": 14390, + "faceted": 14391, + "polygenetic": 14392, + "polyvin": 14393, + "nisi0": 14394, + "approximations": 14395, + "approximating": 14396, + "mounting": 14397, + "influencing": 14398, + "##ushima": 14399, + "##classi": 14400, + "##clasts": 14401, + "##aean": 14402, + "##fe2sio4": 14403, + "##fe5si8o22": 14404, + "##eneses": 14405, + "minority": 14406, + "characteristically": 14407, + "##brane": 14408, + "contaminations": 14409, + "##bean": 14410, + "combine": 14411, + "extragr": 14412, + "harzburgitic": 14413, + "epitaxial": 14414, + "epizonal": 14415, + "##anner": 14416, + "planck": 14417, + "linearity": 14418, + "1675": 14419, + "1666": 14420, + "1663": 14421, + "##tyre": 14422, + "correlative": 14423, + "easier": 14424, + "eskola": 14425, + "superg": 14426, + "selecting": 14427, + "numbered": 14428, + "schock": 14429, + "schau": 14430, + "schult": 14431, + "scheelite": 14432, + "schulze": 14433, + "schiano": 14434, + "earths": 14435, + "northwestern": 14436, + "ultradep": 14437, + "nuclides": 14438, + "μm2": 14439, + "##ogranite": 14440, + "173": 14441, + "255": 14442, + "259": 14443, + "2500": 14444, + "2590": 14445, + "##o23": 14446, + "conflicting": 14447, + "activated": 14448, + "activator": 14449, + "nucleates": 14450, + "delay": 14451, + "delta": 14452, + "delivers": 14453, + "seek": 14454, + "seeing": 14455, + "loew": 14456, + "incompatibly": 14457, + "united": 14458, + "impactor": 14459, + "orebody": 14460, + "portr": 14461, + "terminated": 14462, + "varga": 14463, + "##hnite": 14464, + "ilmenites": 14465, + "roume": 14466, + "roelof": 14467, + "rooster": 14468, + "##1024": 14469, + "plutonics": 14470, + "sums": 14471, + "##oidable": 14472, + "localization": 14473, + "filtered": 14474, + "##ylamm": 14475, + "convected": 14476, + "variously": 14477, + "##ausible": 14478, + "trachybasal": 14479, + "trachybasalt": 14480, + "picture": 14481, + "picrites": 14482, + "picabo": 14483, + "##voisin": 14484, + "platelets": 14485, + "helgeson": 14486, + "paid": 14487, + "fewr": 14488, + "sequentially": 14489, + "##iki": 14490, + "##ikman": 14491, + "sedimentation": 14492, + "reflectance": 14493, + "##mma": 14494, + "adjoining": 14495, + "agreed": 14496, + "memory": 14497, + "memorial": 14498, + "membrane": 14499, + "##cuts": 14500, + "601": 14501, + "geochronometer": 14502, + "##odiorites": 14503, + "condit": 14504, + "brook": 14505, + "brovar": 14506, + "ionov": 14507, + "label": 14508, + "paleotethy": 14509, + "converging": 14510, + "convergence": 14511, + "benefit": 14512, + "beneficial": 14513, + "denver": 14514, + "instantly": 14515, + "instabilities": 14516, + "installed": 14517, + "elevates": 14518, + "initiating": 14519, + "heterad": 14520, + "universally": 14521, + "universitat": 14522, + "entirety": 14523, + "younging": 14524, + "irrational": 14525, + "cannat": 14526, + "experiences": 14527, + "experiential": 14528, + "transporting": 14529, + "retard": 14530, + "retains": 14531, + "responsive": 14532, + "cease": 14533, + "1127": 14534, + "blocky": 14535, + "archetyp": 14536, + "archhani": 14537, + "archaean": 14538, + "87rb": 14539, + "possibilities": 14540, + "faithfully": 14541, + "fahey": 14542, + "perman": 14543, + "infiltrate": 14544, + "crosscuts": 14545, + "missed": 14546, + "misclassi": 14547, + "probing": 14548, + "residing": 14549, + "torngat": 14550, + "torlesse": 14551, + "torishima": 14552, + "walled": 14553, + "##1400": 14554, + "topuz": 14555, + "topographic": 14556, + "induction": 14557, + "inducing": 14558, + "replacements": 14559, + "catch": 14560, + "catacl": 14561, + "catacly": 14562, + "crepisson": 14563, + "deviates": 14564, + "deviating": 14565, + "confirmation": 14566, + "8600": 14567, + "8616": 14568, + "fallen": 14569, + "falloon": 14570, + "positioned": 14571, + "flax": 14572, + "joining": 14573, + "johannes": 14574, + "angel": 14575, + "modulation": 14576, + "broadening": 14577, + "holistic": 14578, + "logged": 14579, + "logƒo2": 14580, + "357": 14581, + "3544": 14582, + "3566": 14583, + "stepping": 14584, + "steadily": 14585, + "summed": 14586, + "wedges": 14587, + "234": 14588, + "237": 14589, + "##script": 14590, + "accumulate": 14591, + "edong": 14592, + "edax": 14593, + "parallels": 14594, + "parallelism": 14595, + "##neisses": 14596, + "polarizer": 14597, + "oceanographic": 14598, + "svm": 14599, + "##afes": 14600, + "aqua": 14601, + "galgenbergite": 14602, + "poppi": 14603, + "concert": 14604, + "graded": 14605, + "fe2si2o6": 14606, + "literatures": 14607, + "fastand": 14608, + "mcle": 14609, + "mcgary": 14610, + "##oka": 14611, + "##okull": 14612, + "shortest": 14613, + "quantifies": 14614, + "merit": 14615, + "graywack": 14616, + "substitute": 14617, + "substituted": 14618, + "ohara": 14619, + "colorimetric": 14620, + "clastand": 14621, + "geothermometric": 14622, + "247": 14623, + "2400": 14624, + "opal": 14625, + "options": 14626, + "ccim": 14627, + "cyclicity": 14628, + "necking": 14629, + "sharing": 14630, + "fills": 14631, + "emog": 14632, + "emerges": 14633, + "aligning": 14634, + "alignments": 14635, + "δ56fem": 14636, + "##asonable": 14637, + "photo": 14638, + "photon": 14639, + "photos": 14640, + "##apsules": 14641, + "carbonatiteand": 14642, + "drillhole": 14643, + "farallon": 14644, + "viability": 14645, + "visibly": 14646, + "reproducing": 14647, + "dunitic": 14648, + "ebsps": 14649, + "excav": 14650, + "excitation": 14651, + "δ56fehornblende": 14652, + "δ56febio": 14653, + "excludes": 14654, + "chrome": 14655, + "chromium": 14656, + "minimised": 14657, + "017": 14658, + "016": 14659, + "floors": 14660, + "floods": 14661, + "floatation": 14662, + "accelerate": 14663, + "2845": 14664, + "264": 14665, + "2600": 14666, + "26mg": 14667, + "binding": 14668, + "eastward": 14669, + "eastonite": 14670, + "ultrapure": 14671, + "0037": 14672, + "mwd3": 14673, + "achterber": 14674, + "imagined": 14675, + "correspondent": 14676, + "##kelynite": 14677, + "equaled": 14678, + "intersecting": 14679, + "recrystallizes": 14680, + "recrystallisation": 14681, + "achieving": 14682, + "exhuming": 14683, + "homogenizing": 14684, + "biases": 14685, + "promotes": 14686, + "storing": 14687, + "gaoping": 14688, + "gaussi": 14689, + "dougl": 14690, + "izmir": 14691, + "izanagi": 14692, + "tenfold": 14693, + "##153": 14694, + "insitu": 14695, + "globular": 14696, + "advance": 14697, + "advected": 14698, + "recognised": 14699, + "recognition": 14700, + "brightness": 14701, + "opposing": 14702, + "weakening": 14703, + "ferropericlase": 14704, + "favoured": 14705, + "narrowly": 14706, + "narrowest": 14707, + "casted": 14708, + "purge": 14709, + "divide": 14710, + "dividing": 14711, + "divariant": 14712, + "uniformity": 14713, + "3268": 14714, + "655": 14715, + "tsvz": 14716, + "tsushima": 14717, + "##haus": 14718, + "copious": 14719, + "sixfold": 14720, + "035": 14721, + "037": 14722, + "733": 14723, + "airborne": 14724, + "sakuma": 14725, + "tarim": 14726, + "targeting": 14727, + "taranaki": 14728, + "realized": 14729, + "immature": 14730, + "connectivity": 14731, + "repeat": 14732, + "creep": 14733, + "restriction": 14734, + "cmask": 14735, + "841": 14736, + "846": 14737, + "84sr": 14738, + "84kr": 14739, + "##ractionated": 14740, + "shea": 14741, + "pargasites": 14742, + "vesiculation": 14743, + "morphological": 14744, + "welcome": 14745, + "directional": 14746, + "negligibly": 14747, + "schematically": 14748, + "batholiths": 14749, + "022": 14750, + "026": 14751, + "37on": 14752, + "3700": 14753, + "milled": 14754, + "##po4": 14755, + "neoblast": 14756, + "preference": 14757, + "gabbronoritic": 14758, + "porphyroclasts": 14759, + "340": 14760, + "345": 14761, + "348": 14762, + "3415": 14763, + "3411": 14764, + "3463": 14765, + "aiming": 14766, + "bottinga": 14767, + "rifted": 14768, + "reverses": 14769, + "percents": 14770, + "percalcic": 14771, + "encirc": 14772, + "removes": 14773, + "markl": 14774, + "elongation": 14775, + "targets": 14776, + "spherules": 14777, + "undersaturation": 14778, + "underscores": 14779, + "pull": 14780, + "pulverized": 14781, + "wrap": 14782, + "wrapping": 14783, + "##tzmann": 14784, + "dissected": 14785, + "##stratigraphic": 14786, + "pyropes": 14787, + "outcome": 14788, + "outcropping": 14789, + "appropriately": 14790, + "helped": 14791, + "isothermally": 14792, + "reactor": 14793, + "resistor": 14794, + "expansive": 14795, + "recovers": 14796, + "usefulness": 14797, + "peculi": 14798, + "wetter": 14799, + "ancaster": 14800, + "1206": 14801, + "gneissosity": 14802, + "idealized": 14803, + "3100": 14804, + "38ar": 14805, + "3800": 14806, + "cspvs": 14807, + "tabulated": 14808, + "temora": 14809, + "thirty": 14810, + "thirteen": 14811, + "altogether": 14812, + "addresses": 14813, + "excellently": 14814, + "931": 14815, + "pinilla": 14816, + "pinhole": 14817, + "sandstone": 14818, + "sandsh": 14819, + "views": 14820, + "##fuhra": 14821, + "forsteritic": 14822, + "diffusant": 14823, + "coldest": 14824, + "ensures": 14825, + "1982": 14826, + "autocrystic": 14827, + "gibson": 14828, + "hui": 14829, + "unreasonable": 14830, + "leucite": 14831, + "joint": 14832, + "jointly": 14833, + "columns": 14834, + "emphasise": 14835, + "packings": 14836, + "swir": 14837, + "switzer": 14838, + "switch": 14839, + "avoiding": 14840, + "steepens": 14841, + "steepness": 14842, + "278": 14843, + "2700": 14844, + "432": 14845, + "presuming": 14846, + "debatable": 14847, + "tracks": 14848, + "actinides": 14849, + "solvated": 14850, + "redistribute": 14851, + "designating": 14852, + "exploited": 14853, + "displacing": 14854, + "tschermack": 14855, + "bode": 14856, + "boulder": 14857, + "boehn": 14858, + "maskelynite": 14859, + "piemontite": 14860, + "divergent": 14861, + "divergence": 14862, + "expectations": 14863, + "absorbances": 14864, + "dilles": 14865, + "freshest": 14866, + "stream": 14867, + "ashes": 14868, + "indexed": 14869, + "oscillation": 14870, + "tschermaks": 14871, + "543": 14872, + "685": 14873, + "689": 14874, + "kilometer": 14875, + "kilometers": 14876, + "kilbourne": 14877, + "inhibiting": 14878, + "attended": 14879, + "questioned": 14880, + "85co3": 14881, + "8530f": 14882, + "bri5": 14883, + "##osie": 14884, + "statistics": 14885, + "proceeded": 14886, + "proceeding": 14887, + "##omagnetic": 14888, + "##omagmatic": 14889, + "corrob": 14890, + "propagate": 14891, + "cathode": 14892, + "buoyantly": 14893, + "instrumentation": 14894, + "88sr": 14895, + "hsmi": 14896, + "sb1024": 14897, + "schists": 14898, + "schistosity": 14899, + "capacitor": 14900, + "mobilize": 14901, + "stretched": 14902, + "467": 14903, + "57co": 14904, + "fayalitic": 14905, + "rotations": 14906, + "rotational": 14907, + "warrant": 14908, + "##shore": 14909, + "coincides": 14910, + "coincidental": 14911, + "beyer": 14912, + "paragenetically": 14913, + "parageneses": 14914, + "monitors": 14915, + "discussing": 14916, + "percolate": 14917, + "percolates": 14918, + "percolative": 14919, + "ophiolitic": 14920, + "jxa85": 14921, + "dttrdp": 14922, + "foremost": 14923, + "l1420": 14924, + "l1425": 14925, + "l1411": 14926, + "l1416": 14927, + "l1421": 14928, + "l1434": 14929, + "morita": 14930, + "machined": 14931, + "nist97": 14932, + "quadrants": 14933, + "ampli": 14934, + "beds": 14935, + "bedding": 14936, + "bedard": 14937, + "certified": 14938, + "odds": 14939, + "routine": 14940, + "exerted": 14941, + "compensated": 14942, + "compensator": 14943, + "basics": 14944, + "basicity": 14945, + "smoothly": 14946, + "accomplished": 14947, + "loops": 14948, + "episodically": 14949, + "budgets": 14950, + "remobilisation": 14951, + "campi": 14952, + "campanian": 14953, + "eightfold": 14954, + "idiosyn": 14955, + "tongbai": 14956, + "institution": 14957, + "revisited": 14958, + "attaining": 14959, + "barrovian": 14960, + "magnesiokat": 14961, + "consume": 14962, + "aeromagnetic": 14963, + "d2a": 14964, + "dendrites": 14965, + "fischer": 14966, + "gmag": 14967, + "skins": 14968, + "wolkenburg": 14969, + "##cairn": 14970, + "aluminian": 14971, + "hyperb": 14972, + "hyperion": 14973, + "transiently": 14974, + "discriminant": 14975, + "2908o": 14976, + "788": 14977, + "976": 14978, + "9744": 14979, + "elusive": 14980, + "failing": 14981, + "failure": 14982, + "lesher": 14983, + "rastering": 14984, + "##fiers": 14985, + "##analytical": 14986, + "tomkins": 14987, + "chronometer": 14988, + "chronological": 14989, + "unfav": 14990, + "unfractionated": 14991, + "metaborate": 14992, + "nordlys": 14993, + "southwardly": 14994, + "contemporary": 14995, + "builds": 14996, + "peninsular": 14997, + "occupancy": 14998, + "occupying": 14999, + "occasional": 15000, + "apertures": 15001, + "dafn": 15002, + "feco": 15003, + "mitutoy": 15004, + "tentative": 15005, + "tensor": 15006, + "vastly": 15007, + "collerson": 15008, + "interfere": 15009, + "rhyodacites": 15010, + "monzodiorites": 15011, + "manifests": 15012, + "inspired": 15013, + "3cas": 15014, + "lanson": 15015, + "lanka": 15016, + "turner": 15017, + "##iliar": 15018, + "##ussaq": 15019, + "crushable": 15020, + "shutting": 15021, + "weighing": 15022, + "weighting": 15023, + "depressions": 15024, + "underplated": 15025, + "microanalyses": 15026, + "electronics": 15027, + "assimilate": 15028, + "assimilating": 15029, + "suspected": 15030, + "disseminations": 15031, + "ubiquitously": 15032, + "accommodates": 15033, + "6100": 15034, + "bonadiman": 15035, + "nsvz": 15036, + "nsusp": 15037, + "complications": 15038, + "annite": 15039, + "pressurisation": 15040, + "geobarometers": 15041, + "geobarometric": 15042, + "underestimate": 15043, + "tectonomet": 15044, + "tectonomagmatic": 15045, + "feco3l": 15046, + "anatolian": 15047, + "troctolitic": 15048, + "626": 15049, + "hardness": 15050, + "ttn": 15051, + "turned": 15052, + "isochores": 15053, + "criterion": 15054, + "triangle": 15055, + "hafsk": 15056, + "subsets": 15057, + "nephelin": 15058, + "mexican": 15059, + "precluded": 15060, + "geochemists": 15061, + "delineating": 15062, + "terminates": 15063, + "terminating": 15064, + "terminology": 15065, + "reversals": 15066, + "discriminated": 15067, + "electrode": 15068, + "electrolyte": 15069, + "kawate": 15070, + "##ajokull": 15071, + "##innon": 15072, + "antecedent": 15073, + "spiked": 15074, + "ca2fe5si8o22": 15075, + "orthogneiss": 15076, + "orthogneisses": 15077, + "δ18or": 15078, + "setups": 15079, + "1978": 15080, + "african": 15081, + "tetrad": 15082, + "tetragonal": 15083, + "circumv": 15084, + "circumscribed": 15085, + "penetrated": 15086, + "quadruplet": 15087, + "mosaicism": 15088, + "unfortunate": 15089, + "mirroring": 15090, + "bordered": 15091, + "bordering": 15092, + "conejos": 15093, + "persistent": 15094, + "energetically": 15095, + "hygrometers": 15096, + "practice": 15097, + "practically": 15098, + "improvement": 15099, + "pyroph": 15100, + "capturing": 15101, + "mechanics": 15102, + "1792": 15103, + "classifying": 15104, + "laboratoire": 15105, + "adiabatically": 15106, + "disaggregation": 15107, + "disaggregate": 15108, + "symplectites": 15109, + "symplectitic": 15110, + "rejuvenated": 15111, + "happens": 15112, + "ivrea": 15113, + "iteratively": 15114, + "kink": 15115, + "opaques": 15116, + "villages": 15117, + "villarric": 15118, + "##archean": 15119, + "##orrelation": 15120, + "algorithms": 15121, + "ankara": 15122, + "ankaram": 15123, + "shrink": 15124, + "maximized": 15125, + "contaminating": 15126, + "contaminants": 15127, + "nonlinearity": 15128, + "incompletely": 15129, + "summarised": 15130, + "summarizes": 15131, + "reviewed": 15132, + "manifestations": 15133, + "##cpx3h1": 15134, + "droplet": 15135, + "visualized": 15136, + "visualisation": 15137, + "surveyed": 15138, + "himalaya": 15139, + "ipfz": 15140, + "da2": 15141, + "palau": 15142, + "siberia": 15143, + "tightly": 15144, + "##holm": 15145, + "insert": 15146, + "inhomogeneity": 15147, + "reinvestig": 15148, + "alm62": 15149, + "anticorrelation": 15150, + "deficit": 15151, + "objects": 15152, + "neoarchean": 15153, + "depositional": 15154, + "equivalence": 15155, + "hydroxy": 15156, + "hydroxides": 15157, + "monotonous": 15158, + "contradiction": 15159, + "contradicts": 15160, + "outpaces": 15161, + "eliminating": 15162, + "delivered": 15163, + "fragmented": 15164, + "reconstructions": 15165, + "advantageous": 15166, + "philippines": 15167, + "categ": 15168, + "froth": 15169, + "ihpv": 15170, + "kohn": 15171, + "kooten": 15172, + "mineoka": 15173, + "petdb": 15174, + "sapph": 15175, + "tilted": 15176, + "vitri": 15177, + "vitale": 15178, + "vitreous": 15179, + "vigorously": 15180, + "waipapa": 15181, + "##dtdt": 15182, + "##factory": 15183, + "##442": 15184, + "exemplified": 15185, + "supcrt9": 15186, + "sustain": 15187, + "intermingled": 15188, + "subhorizontally": 15189, + "neutron": 15190, + "overcoming": 15191, + "granodiorites": 15192, + "backfilled": 15193, + "identifies": 15194, + "postdates": 15195, + "trachyandesitic": 15196, + "concordance": 15197, + "caso4anhydrite": 15198, + "leucogranofels": 15199, + "phenomenological": 15200, + "agglomerated": 15201, + "splitter": 15202, + "splitting": 15203, + "230th": 15204, + "270p": 15205, + "berndt": 15206, + "boynton": 15207, + "justify": 15208, + "muerto": 15209, + "murotom": 15210, + "pitcairn": 15211, + "vug": 15212, + "vugs": 15213, + "##schen": 15214, + "##enois": 15215, + "town": 15216, + "towns": 15217, + "rectangle": 15218, + "stromatic": 15219, + "suturing": 15220, + "phosphates": 15221, + "phosphorus": 15222, + "feotot": 15223, + "enlarge": 15224, + "enlarged": 15225, + "enabled": 15226, + "cafesi": 15227, + "footwall": 15228, + "1479": 15229, + "haloes": 15230, + "refertilized": 15231, + "penetrative": 15232, + "unrealistically": 15233, + "sweep": 15234, + "octahedra": 15235, + "2908a": 15236, + "2908b": 15237, + "2908j": 15238, + "brecciated": 15239, + "concurrent": 15240, + "2102": 15241, + "balls": 15242, + "ballhaus": 15243, + "castle": 15244, + "dorogok": 15245, + "dorendorf": 15246, + "daines": 15247, + "gauge": 15248, + "gautheron": 15249, + "ichiki": 15250, + "khz": 15251, + "mimicking": 15252, + "munich": 15253, + "munzirc": 15254, + "nimis": 15255, + "pcds": 15256, + "ryuky": 15257, + "ramped": 15258, + "ramping": 15259, + "sitkin": 15260, + "slugs": 15261, + "satisfactory": 15262, + "tons": 15263, + "##lstedt": 15264, + "##981": 15265, + "rearr": 15266, + "reworking": 15267, + "stereonet": 15268, + "stereoscop": 15269, + "deformations": 15270, + "deformable": 15271, + "climatic": 15272, + "climactic": 15273, + "parabola": 15274, + "haughton": 15275, + "interpolation": 15276, + "abrasion": 15277, + "peripheries": 15278, + "relaxation": 15279, + "seeds": 15280, + "artefact": 15281, + "adhered": 15282, + "screening": 15283, + "screened": 15284, + "fertility": 15285, + "invariance": 15286, + "devitrification": 15287, + "envisage": 15288, + "chromatographic": 15289, + "symmetrically": 15290, + "reinforces": 15291, + "turbulent": 15292, + "elliptical": 15293, + "a154": 15294, + "benfon": 15295, + "bowl": 15296, + "bowen": 15297, + "bariogenic": 15298, + "eggins": 15299, + "fyfe": 15300, + "fy130": 15301, + "lobe": 15302, + "lobate": 15303, + "mp98": 15304, + "mpwa": 15305, + "mccormick": 15306, + "vaal": 15307, + "woermann": 15308, + "##odep": 15309, + "##jd10": 15310, + "##zuela": 15311, + "ishimaru": 15312, + "extinct": 15313, + "computational": 15314, + "##ophorite": 15315, + "projections": 15316, + "trøndel": 15317, + "unsuit": 15318, + "unsurprising": 15319, + "subaluminous": 15320, + "microscale": 15321, + "microsyring": 15322, + "microtektite": 15323, + "descend": 15324, + "descending": 15325, + "longitudinally": 15326, + "multiplicity": 15327, + "selvedge": 15328, + "instantaneously": 15329, + "7500c": 15330, + "asterisks": 15331, + "advocated": 15332, + "nanosem": 15333, + "nanosecond": 15334, + "pinkish": 15335, + "assignment": 15336, + "l1407": 15337, + "encounters": 15338, + "chloritization": 15339, + "palaeosurface": 15340, + "palaeodep": 15341, + "intermittent": 15342, + "ptrh6": 15343, + "ptrh30": 15344, + "birefringent": 15345, + "edifices": 15346, + "hierarchal": 15347, + "punctured": 15348, + "puncturing": 15349, + "unexplained": 15350, + "bundles": 15351, + "cavities": 15352, + "cavosie": 15353, + "camebax": 15354, + "dm1": 15355, + "darcy": 15356, + "darongshan": 15357, + "damping": 15358, + "fedorova": 15359, + "hampers": 15360, + "hackett": 15361, + "k412": 15362, + "k411": 15363, + "kohistan": 15364, + "kohlstedt": 15365, + "mudstone": 15366, + "ovr": 15367, + "passively": 15368, + "qinling": 15369, + "qinzhou": 15370, + "ranked": 15371, + "tlse": 15372, + "venezky": 15373, + "venezuela": 15374, + "xmapto": 15375, + "##utia": 15376, + "##cumulates": 15377, + "##minating": 15378, + "fortuit": 15379, + "fortunately": 15380, + "stockholm": 15381, + "madison": 15382, + "shuangliao": 15383, + "shuangcai": 15384, + "incubation": 15385, + "incubate": 15386, + "triggers": 15387, + "choose": 15388, + "interdiffusion": 15389, + "interdiffuse": 15390, + "dissipation": 15391, + "feeding": 15392, + "unresolved": 15393, + "unresolvable": 15394, + "evacuation": 15395, + "evacuated": 15396, + "subsumed": 15397, + "subgroup": 15398, + "subglacially": 15399, + "subgrain": 15400, + "subgrains": 15401, + "assertion": 15402, + "up193fx": 15403, + "glacier": 15404, + "hastingsite": 15405, + "declines": 15406, + "imparts": 15407, + "205pb": 15408, + "rafts": 15409, + "rafael": 15410, + "microvesic": 15411, + "microvesicular": 15412, + "community": 15413, + "bauberger": 15414, + "devolatilized": 15415, + "devolatilization": 15416, + "diopsides": 15417, + "diopsidic": 15418, + "delimits": 15419, + "illumination": 15420, + "illuminate": 15421, + "irradiated": 15422, + "architectures": 15423, + "distortion": 15424, + "distortions": 15425, + "protocol": 15426, + "protocols": 15427, + "publication": 15428, + "simplifying": 15429, + "autoclastic": 15430, + "resembled": 15431, + "resemblance": 15432, + "ceramic": 15433, + "ceramics": 15434, + "mc1314r07": 15435, + "spidergrams": 15436, + "centimetre": 15437, + "centimetres": 15438, + "inaccurate": 15439, + "covariation": 15440, + "covariance": 15441, + "conspicuously": 15442, + "await": 15443, + "boltzmann": 15444, + "bryant": 15445, + "cnacl": 15446, + "culminating": 15447, + "crest": 15448, + "cadoux": 15449, + "horiba": 15450, + "humped": 15451, + "huckleber": 15452, + "jobin": 15453, + "kirk": 15454, + "l0911": 15455, + "lopolith": 15456, + "locked": 15457, + "mallik": 15458, + "mackinnon": 15459, + "pedro": 15460, + "pierce": 15461, + "roman": 15462, + "said": 15463, + "tfc": 15464, + "tanton": 15465, + "ttr0": 15466, + "##kopje": 15467, + "exaggerated": 15468, + "statement": 15469, + "stanford": 15470, + "sterner": 15471, + "compete": 15472, + "beaufort": 15473, + "dilemma": 15474, + "motivation": 15475, + "prohibit": 15476, + "resonance": 15477, + "placing": 15478, + "clouded": 15479, + "ab247": 15480, + "disparate": 15481, + "disintegration": 15482, + "feasible": 15483, + "quarries": 15484, + "unquantified": 15485, + "unavoidable": 15486, + "unequivocal": 15487, + "envelope": 15488, + "imbricated": 15489, + "solartron": 15490, + "additions": 15491, + "caribbean": 15492, + "geoanalytical": 15493, + "geometrical": 15494, + "implausible": 15495, + "impactites": 15496, + "imperfect": 15497, + "overlooked": 15498, + "microcapsules": 15499, + "microchemistry": 15500, + "lahkstan": 15501, + "oxybarometers": 15502, + "uncorrected": 15503, + "radionuclides": 15504, + "simplifications": 15505, + "neglecting": 15506, + "elaborated": 15507, + "tauride": 15508, + "bringing": 15509, + "trachydacite": 15510, + "ultrasonic": 15511, + "convenience": 15512, + "camera": 15513, + "polymetallic": 15514, + "mcintyre": 15515, + "cycladic": 15516, + "gaskets": 15517, + "282153": 15518, + "eosfit7c": 15519, + "succeeded": 15520, + "0333p": 15521, + "encouraging": 15522, + "bleeken": 15523, + "huaiqueria": 15524, + "swarms": 15525, + "renormalized": 15526, + "electropositive": 15527, + "cohesion": 15528, + "migmatization": 15529, + "tectonostratigraphic": 15530, + "petrella": 15531, + "ims1270": 15532, + "fennoscandia": 15533, + "rhodonite": 15534, + "2804d": 15535, + "jmc475": 15536, + "1543cpx3h1": 15537, + "bourdon": 15538, + "fossilized": 15539, + "0ρπ6d3": 15540, + "1ʹʹ": 15541, + "1chlorite": 15542, + "2k442": 15543, + "2albite": 15544, + "3smectite": 15545, + "3251": 15546, + "aenigmatite": 15547, + "bhvo": 15548, + "bisquare": 15549, + "bromine": 15550, + "bachmann": 15551, + "babbs": 15552, + "boztug": 15553, + "bickle": 15554, + "biscuit": 15555, + "boudins": 15556, + "bischoff": 15557, + "celadonite": 15558, + "crowded": 15559, + "cacl2": 15560, + "c584": 15561, + "dozens": 15562, + "eickschen": 15563, + "eevf": 15564, + "eichelberger": 15565, + "familiar": 15566, + "flexible": 15567, + "flegrei": 15568, + "gyr": 15569, + "g395": 15570, + "guttler": 15571, + "gakkel": 15572, + "gigantic": 15573, + "hatched": 15574, + "haines": 15575, + "hornfels": 15576, + "i015": 15577, + "iabs": 15578, + "i006": 15579, + "jericho": 15580, + "jornada": 15581, + "jolla": 15582, + "jaffey": 15583, + "kwong": 15584, + "katz": 15585, + "korenaga": 15586, + "kanazawa": 15587, + "kusaba": 15588, + "kelyphite": 15589, + "kgh2o": 15590, + "kiseeva": 15591, + "kikuchi": 15592, + "kuiper": 15593, + "lorentzian": 15594, + "laguna": 15595, + "lucassen": 15596, + "lantenois": 15597, + "lappin": 15598, + "lloyd": 15599, + "malvoisin": 15600, + "mismatch": 15601, + "mordenite": 15602, + "nnw": 15603, + "nolan": 15604, + "napperby": 15605, + "ostwald": 15606, + "pδv": 15607, + "ponding": 15608, + "pampean": 15609, + "paterson": 15610, + "palladium": 15611, + "pearce": 15612, + "pushing": 15613, + "pdolpl1": 15614, + "papagayos": 15615, + "pouebo": 15616, + "rogaland": 15617, + "renewed": 15618, + "rosenhauer": 15619, + "sverjensky": 15620, + "skye": 15621, + "tromen": 15622, + "tormey": 15623, + "tundra": 15624, + "tissue": 15625, + "vanderbil": 15626, + "wires": 15627, + "xzro2": 15628, + "xilong": 15629, + "yvon": 15630, + "yamato": 15631, + "yogodzins": 15632, + "yardley": 15633, + "zheng": 15634, + "zanon": 15635, + "þufuhra": 15636, + "##eismic": 15637, + "##ostructural": 15638, + "##counting": 15639, + "##bogie": 15640, + "thompson": 15641, + "ingesting": 15642, + "inlandsee": 15643, + "andalusite": 15644, + "toplis": 15645, + "tokyo": 15646, + "coalescence": 15647, + "cognate": 15648, + "isocubanite": 15649, + "reunion": 15650, + "rewritten": 15651, + "reykjanes": 15652, + "stormer": 15653, + "stochastic": 15654, + "alamos": 15655, + "altherr": 15656, + "almeev": 15657, + "attests": 15658, + "melville": 15659, + "anhedrally": 15660, + "moordkopje": 15661, + "moacyr": 15662, + "whatever": 15663, + "whenever": 15664, + "phlegrean": 15665, + "deutsch": 15666, + "shtrikman": 15667, + "shasta": 15668, + "shahar": 15669, + "tribuzio": 15670, + "chardon": 15671, + "chiquito": 15672, + "chewings": 15673, + "bastnaesite": 15674, + "paradox": 15675, + "spengler": 15676, + "perovsk": 15677, + "peripheral": 15678, + "accessibility": 15679, + "acknow": 15680, + "dismembered": 15681, + "##unstindur": 15682, + "unanswered": 15683, + "unevolved": 15684, + "untestable": 15685, + "unbuffered": 15686, + "franck": 15687, + "subroutines": 15688, + "subregions": 15689, + "subaerial": 15690, + "subtype": 15691, + "obscure": 15692, + "obstacles": 15693, + "seyler": 15694, + "seifert": 15695, + "h2obulk": 15696, + "replicated": 15697, + "republic": 15698, + "depolymerized": 15699, + "arizona": 15700, + "strathbogie": 15701, + "glomerocrysts": 15702, + "prelevic": 15703, + "adcumulate": 15704, + "carbss": 15705, + "deciphering": 15706, + "gehlenite": 15707, + "whereupon": 15708, + "erzincan": 15709, + "overwhel": 15710, + "undegassed": 15711, + "undisturbed": 15712, + "siletzia": 15713, + "bultfontein": 15714, + "scikit": 15715, + "sc598": 15716, + "heptylamm": 15717, + "amygdales": 15718, + "likelihood": 15719, + "##grs22sps": 15720, + "microcracks": 15721, + "microcline": 15722, + "microenclaves": 15723, + "pb2p2o7": 15724, + "na2si2o5": 15725, + "primordial": 15726, + "laurasia": 15727, + "foliae": 15728, + "remixed": 15729, + "cu3cl3": 15730, + "tietonggou": 15731, + "sredinny": 15732, + "mat253": 15733, + "1970s": 15734, + "curvilinear": 15735, + "committee": 15736, + "albarede": 15737, + "absmax": 15738, + "ilimaussaq": 15739, + "newfoundland": 15740, + "demirozu": 15741, + "manuscript": 15742, + "apophyses": 15743, + "kyushu": 15744, + "ultimate": 15745, + "drøsdal": 15746, + "igwesa": 15747, + "polyvinyl": 15748, + "extragraben": 15749, + "schauble": 15750, + "schultz": 15751, + "ultradepleted": 15752, + "loewen": 15753, + "roumejon": 15754, + "roelofse": 15755, + "brooker": 15756, + "brovarone": 15757, + "cataclysmic": 15758, + "graywackes": 15759, + "δ56femagnetite": 15760, + "δ56febiotite": 15761, + "achterbergh": 15762, + "gaussian": 15763, + "douglas": 15764, + "peculiar": 15765, + "switzerland": 15766, + "boehnke": 15767, + "jxa8530f": 15768, + "nist976": 15769, + "idiosyncrasies": 15770, + "magnesiokatophorite": 15771, + "mitutoyo": 15772, + "villarrica": 15773, + "supcrt92": 15774, + "murotomisaki": 15775, + "dorogokupets": 15776, + "ryukyu": 15777, + "stereonet9": 15778, + "stereoscope": 15779, + "benfontain": 15780, + "trøndelag": 15781, + "microsyringe": 15782, + "xmaptools": 15783, + "huckleberry": 15784, + "lahkstanov": 15785, + "vanderbilt": 15786, + "yogodzinski": 15787, + "þufuhraunstindur": 15788, + "heptylammonium": 15789, + "0n": 15790, + "0p": 15791, + "0h": 15792, + "020": 15793, + "0p2": 15794, + "1e": 15795, + "1g": 15796, + "1j": 15797, + "1k": 15798, + "1α": 15799, + "1al": 15800, + "1st": 15801, + "1and": 15802, + "1fe0": 15803, + "1kola": 15804, + "2n": 15805, + "2x": 15806, + "2ac": 15807, + "2op": 15808, + "2fe": 15809, + "2br": 15810, + "212": 15811, + "213": 15812, + "2900": 15813, + "2na": 15814, + "2ln": 15815, + "2sd": 15816, + "2mg": 15817, + "3l": 15818, + "3g": 15819, + "3σ": 15820, + "3wh": 15821, + "370": 15822, + "315": 15823, + "4i": 15824, + "4l": 15825, + "4x": 15826, + "4λ": 15827, + "4and": 15828, + "4ser": 15829, + "430": 15830, + "4h2o": 15831, + "475": 15832, + "456": 15833, + "470": 15834, + "4solute": 15835, + "4sio2": 15836, + "5f": 15837, + "5th": 15838, + "5and": 15839, + "510": 15840, + "575": 15841, + "513": 15842, + "590": 15843, + "5alsi": 15844, + "565": 15845, + "532": 15846, + "5o6": 15847, + "630": 15848, + "620": 15849, + "660": 15850, + "665": 15851, + "6co": 15852, + "623": 15853, + "7i": 15854, + "7f": 15855, + "7h": 15856, + "7j": 15857, + "713": 15858, + "756": 15859, + "715": 15860, + "7600": 15861, + "8d": 15862, + "8th": 15863, + "810": 15864, + "812": 15865, + "811": 15866, + "9μ": 15867, + "965": 15868, + "973": 15869, + "9co3": 15870, + "a0": 15871, + "ale": 15872, + "aul": 15873, + "ath": 15874, + "aand": 15875, + "aup": 15876, + "aside": 15877, + "aka": 15878, + "akes": 15879, + "auck": 15880, + "ah2": 15881, + "ailer": 15882, + "aqz": 15883, + "aobs": 15884, + "ahead": 15885, + "bs": 15886, + "bm": 15887, + "b1": 15888, + "bx": 15889, + "bic": 15890, + "bing": 15891, + "bag": 15892, + "bac": 15893, + "bure": 15894, + "bim": 15895, + "bil": 15896, + "bam": 15897, + "bou": 15898, + "berm": 15899, + "bun": 15900, + "bav": 15901, + "bak": 15902, + "barn": 15903, + "blow": 15904, + "bct": 15905, + "bould": 15906, + "boch": 15907, + "bacter": 15908, + "bric": 15909, + "bif": 15910, + "bod": 15911, + "berg": 15912, + "bord": 15913, + "bok": 15914, + "bank": 15915, + "buss": 15916, + "b06": 15917, + "buck": 15918, + "bought": 15919, + "ct": 15920, + "c1": 15921, + "cz": 15922, + "csi": 15923, + "cig": 15924, + "cly": 15925, + "cib": 15926, + "cir": 15927, + "cess": 15928, + "cari": 15929, + "cresp": 15930, + "cath": 15931, + "crop": 15932, + "cna": 15933, + "cgraph": 15934, + "citing": 15935, + "cements": 15936, + "citz": 15937, + "cbasalt": 15938, + "cucl": 15939, + "c83": 15940, + "cropping": 15941, + "cidx": 15942, + "dn": 15943, + "dv": 15944, + "df": 15945, + "dx": 15946, + "dj": 15947, + "d4": 15948, + "dρ": 15949, + "don": 15950, + "dic": 15951, + "ding": 15952, + "dul": 15953, + "dich": 15954, + "dole": 15955, + "dess": 15956, + "dong": 15957, + "dall": 15958, + "dose": 15959, + "dct": 15960, + "d50": 15961, + "dang": 15962, + "dsr": 15963, + "dilation": 15964, + "dau": 15965, + "drem": 15966, + "d80": 15967, + "dft": 15968, + "doping": 15969, + "doses": 15970, + "dpd": 15971, + "dmn": 15972, + "duck": 15973, + "donor": 15974, + "dull": 15975, + "eh": 15976, + "ein": 15977, + "eol": 15978, + "eigh": 15979, + "eph": 15980, + "ech": 15981, + "eart": 15982, + "emm": 15983, + "eby": 15984, + "ejected": 15985, + "ehr": 15986, + "eiler": 15987, + "fx": 15988, + "fj": 15989, + "f8": 15990, + "fly": 15991, + "fain": 15992, + "fus": 15993, + "fri": 15994, + "fell": 15995, + "fso": 15996, + "fost": 15997, + "file": 15998, + "fip": 15999, + "fale": 16000, + "fif": 16001, + "fellow": 16002, + "fwh": 16003, + "fco": 16004, + "fetch": 16005, + "gn": 16006, + "gc": 16007, + "gat": 16008, + "gor": 16009, + "gan": 16010, + "gig": 16011, + "gly": 16012, + "gil": 16013, + "guc": 16014, + "gab": 16015, + "gam": 16016, + "gate": 16017, + "gph": 16018, + "gad": 16019, + "gpm": 16020, + "gale": 16021, + "gif": 16022, + "gorb": 16023, + "gather": 16024, + "gud": 16025, + "gks": 16026, + "gels": 16027, + "gordi": 16028, + "gnos": 16029, + "garch": 16030, + "g44": 16031, + "g27": 16032, + "hn": 16033, + "hs": 16034, + "ht": 16035, + "h3": 16036, + "hν": 16037, + "hit": 16038, + "hid": 16039, + "hoc": 16040, + "herm": 16041, + "hut": 16042, + "harn": 16043, + "hartz": 16044, + "home": 16045, + "hens": 16046, + "hond": 16047, + "hoch": 16048, + "hob": 16049, + "hone": 16050, + "hither": 16051, + "hbr": 16052, + "hra": 16053, + "hind": 16054, + "hosh": 16055, + "hany": 16056, + "hily": 16057, + "hsd": 16058, + "hint": 16059, + "hdt": 16060, + "hidal": 16061, + "heden": 16062, + "hagger": 16063, + "hons": 16064, + "hitting": 16065, + "icon": 16066, + "istan": 16067, + "ixi": 16068, + "jp": 16069, + "jb": 16070, + "jz": 16071, + "jnd": 16072, + "jas": 16073, + "jet": 16074, + "jig": 16075, + "jil": 16076, + "jun": 16077, + "jav": 16078, + "jose": 16079, + "jaj": 16080, + "july": 16081, + "janu": 16082, + "ku": 16083, + "kc": 16084, + "ks": 16085, + "k1": 16086, + "k0": 16087, + "kes": 16088, + "kro": 16089, + "kol": 16090, + "kib": 16091, + "kerm": 16092, + "keen": 16093, + "kend": 16094, + "kak": 16095, + "kron": 16096, + "kins": 16097, + "koz": 16098, + "kov": 16099, + "kross": 16100, + "kod": 16101, + "kadi": 16102, + "kie": 16103, + "k10": 16104, + "koy": 16105, + "kud": 16106, + "kalsi": 16107, + "klem": 16108, + "kita": 16109, + "koff": 16110, + "kuang": 16111, + "kerr": 16112, + "keck": 16113, + "kobe": 16114, + "lr": 16115, + "lf": 16116, + "l3": 16117, + "lnd": 16118, + "lle": 16119, + "lil": 16120, + "lts": 16121, + "llu": 16122, + "liz": 16123, + "lum": 16124, + "lap": 16125, + "l00": 16126, + "lds": 16127, + "lust": 16128, + "lund": 16129, + "loz": 16130, + "lub": 16131, + "lli": 16132, + "lone": 16133, + "lod": 16134, + "lana": 16135, + "losing": 16136, + "lapped": 16137, + "licl": 16138, + "loses": 16139, + "loma": 16140, + "living": 16141, + "mf": 16142, + "m5": 16143, + "mz": 16144, + "mω": 16145, + "mζ": 16146, + "miz": 16147, + "mich": 16148, + "mte": 16149, + "m2o": 16150, + "mess": 16151, + "mary": 16152, + "mist": 16153, + "mond": 16154, + "mors": 16155, + "mise": 16156, + "mcl": 16157, + "miles": 16158, + "merg": 16159, + "macl": 16160, + "m12": 16161, + "mason": 16162, + "muted": 16163, + "mosen": 16164, + "malp": 16165, + "mamb": 16166, + "m58": 16167, + "merged": 16168, + "matured": 16169, + "nj": 16170, + "nes": 16171, + "nir": 16172, + "nom": 16173, + "nog": 16174, + "nun": 16175, + "nav": 16176, + "nose": 16177, + "nub": 16178, + "natures": 16179, + "nether": 16180, + "nna": 16181, + "nurn": 16182, + "nca": 16183, + "nylon": 16184, + "oes": 16185, + "oin": 16186, + "oly": 16187, + "och": 16188, + "oso": 16189, + "o20": 16190, + "oman": 16191, + "oisot": 16192, + "pn": 16193, + "pv": 16194, + "pp": 16195, + "pg": 16196, + "pes": 16197, + "ping": 16198, + "pis": 16199, + "pere": 16200, + "pase": 16201, + "piv": 16202, + "pine": 16203, + "page": 16204, + "pend": 16205, + "pak": 16206, + "pill": 16207, + "pond": 16208, + "pang": 16209, + "pins": 16210, + "pause": 16211, + "pub": 16212, + "puff": 16213, + "porp": 16214, + "peng": 16215, + "pty": 16216, + "pva": 16217, + "piled": 16218, + "pushed": 16219, + "pomm": 16220, + "p32": 16221, + "peth": 16222, + "pca": 16223, + "p62": 16224, + "pfa": 16225, + "picking": 16226, + "piment": 16227, + "qi": 16228, + "qd": 16229, + "qian": 16230, + "qfract": 16231, + "qingshan": 16232, + "rn": 16233, + "rs": 16234, + "rm": 16235, + "r6": 16236, + "rω": 16237, + "rer": 16238, + "rar": 16239, + "row": 16240, + "rain": 16241, + "rere": 16242, + "righ": 16243, + "rust": 16244, + "rend": 16245, + "rup": 16246, + "rens": 16247, + "rses": 16248, + "rip": 16249, + "r10": 16250, + "rice": 16251, + "rln": 16252, + "rda": 16253, + "rgm": 16254, + "rushed": 16255, + "rank": 16256, + "rivers": 16257, + "risen": 16258, + "risks": 16259, + "rdd": 16260, + "rutter": 16261, + "sed": 16262, + "sic": 16263, + "sent": 16264, + "sure": 16265, + "sop": 16266, + "sam": 16267, + "som": 16268, + "s00": 16269, + "say": 16270, + "sight": 16271, + "squid": 16272, + "sne": 16273, + "sort": 16274, + "sided": 16275, + "s10": 16276, + "sorption": 16277, + "saves": 16278, + "sited": 16279, + "sah": 16280, + "sao": 16281, + "sectors": 16282, + "saric": 16283, + "soph": 16284, + "szy": 16285, + "saddle": 16286, + "tn": 16287, + "ty": 16288, + "td": 16289, + "tj": 16290, + "tk": 16291, + "tac": 16292, + "tig": 16293, + "tuc": 16294, + "tdi": 16295, + "tun": 16296, + "tular": 16297, + "telling": 16298, + "trees": 16299, + "tsolidus": 16300, + "toll": 16301, + "tape": 16302, + "tapped": 16303, + "tumi": 16304, + "tanner": 16305, + "uc": 16306, + "uz": 16307, + "u3": 16308, + "uint": 16309, + "vt": 16310, + "vb": 16311, + "v2": 16312, + "v3": 16313, + "vas": 16314, + "vet": 16315, + "vid": 16316, + "vog": 16317, + "viv": 16318, + "vall": 16319, + "vise": 16320, + "vik": 16321, + "vsc": 16322, + "vict": 16323, + "vice": 16324, + "vital": 16325, + "v55": 16326, + "venue": 16327, + "vsmow": 16328, + "wd": 16329, + "wg": 16330, + "w5": 16331, + "wes": 16332, + "wro": 16333, + "wite": 16334, + "wop": 16335, + "want": 16336, + "wad": 16337, + "worm": 16338, + "wish": 16339, + "wisc": 16340, + "wik": 16341, + "ware": 16342, + "wark": 16343, + "w75": 16344, + "wuz": 16345, + "wsrp": 16346, + "w25": 16347, + "waves": 16348, + "wones": 16349, + "wager": 16350, + "w97": 16351, + "wij": 16352, + "w95": 16353, + "w26": 16354, + "w03": 16355, + "w74": 16356, + "wpg": 16357, + "werts": 16358, + "xc": 16359, + "xp": 16360, + "x1": 16361, + "xin": 16362, + "xal": 16363, + "xdi": 16364, + "xser": 16365, + "xue": 16366, + "xtry": 16367, + "xuzhou": 16368, + "xdix": 16369, + "xhr": 16370, + "xfl": 16371, + "xjd": 16372, + "xalt": 16373, + "xcats": 16374, + "xcaes": 16375, + "xesf": 16376, + "y3": 16377, + "yes": 16378, + "yas": 16379, + "yan": 16380, + "yag": 16381, + "yus": 16382, + "yak": 16383, + "york": 16384, + "yuk": 16385, + "yilm": 16386, + "yapas": 16387, + "ypo4": 16388, + "zi": 16389, + "z2": 16390, + "zal": 16391, + "zab": 16392, + "zam": 16393, + "zong": 16394, + "zack": 16395, + "zie": 16396, + "zno": 16397, + "µs": 16398, + "µg": 16399, + "ºc": 16400, + "ƒs2": 16401, + "αi": 16402, + "αl": 16403, + "α0": 16404, + "αfe2sio4": 16405, + "γh2o": 16406, + "γfe2sio4": 16407, + "δt": 16408, + "δr": 16409, + "δm": 16410, + "δfm": 16411, + "δ26": 16412, + "λ1": 16413, + "λ2": 16414, + "λ3": 16415, + "λ4": 16416, + "μa": 16417, + "μg": 16418, + "ρd": 16419, + "σd": 16420, + "σf": 16421, + "σ0": 16422, + "ψm": 16423, + "ψf": 16424, + "##nol": 16425, + "##nus": 16426, + "##nich": 16427, + "##nall": 16428, + "##nand": 16429, + "##ntin": 16430, + "##nne": 16431, + "##nip": 16432, + "##nub": 16433, + "##naz": 16434, + "##nian": 16435, + "##nae": 16436, + "##niston": 16437, + "##nason": 16438, + "##ees": 16439, + "##eph": 16440, + "##eanic": 16441, + "##eability": 16442, + "##eves": 16443, + "##efer": 16444, + "##element": 16445, + "##eez": 16446, + "##etition": 16447, + "##eght": 16448, + "##uf": 16449, + "##ux": 16450, + "##uil": 16451, + "##uve": 16452, + "##uine": 16453, + "##uene": 16454, + "##uding": 16455, + "##uities": 16456, + "##uitive": 16457, + "##ustry": 16458, + "##uators": 16459, + "##ugar": 16460, + "##ught": 16461, + "##iq": 16462, + "##ii": 16463, + "##i2": 16464, + "##iat": 16465, + "##iol": 16466, + "##isi": 16467, + "##ios": 16468, + "##iated": 16469, + "##iper": 16470, + "##iers": 16471, + "##ierite": 16472, + "##ititic": 16473, + "##iolitic": 16474, + "##itized": 16475, + "##iece": 16476, + "##ioge": 16477, + "##vy": 16478, + "##vated": 16479, + "##vdi": 16480, + "##vine": 16481, + "##vene": 16482, + "##vad": 16483, + "##vial": 16484, + "##vins": 16485, + "##vapor": 16486, + "##vably": 16487, + "##vrogen": 16488, + "##vinc": 16489, + "##vdic": 16490, + "##venson": 16491, + "##vjd": 16492, + "##vcats": 16493, + "##vanian": 16494, + "##vcaes": 16495, + "##vsmow": 16496, + "##oo": 16497, + "##o0": 16498, + "##o8": 16499, + "##oin": 16500, + "##otion": 16501, + "##oan": 16502, + "##oated": 16503, + "##oding": 16504, + "##oaded": 16505, + "##ooh": 16506, + "##ooph": 16507, + "##otime": 16508, + "##cs": 16509, + "##c5": 16510, + "##cβ": 16511, + "##cer": 16512, + "##cal": 16513, + "##cat": 16514, + "##col": 16515, + "##cis": 16516, + "##cil": 16517, + "##cos": 16518, + "##cum": 16519, + "##com": 16520, + "##cou": 16521, + "##case": 16522, + "##cles": 16523, + "##cates": 16524, + "##cak": 16525, + "##corp": 16526, + "##care": 16527, + "##cked": 16528, + "##calu": 16529, + "##cans": 16530, + "##cier": 16531, + "##cman": 16532, + "##caled": 16533, + "##cels": 16534, + "##cending": 16535, + "##coming": 16536, + "##celed": 16537, + "##cili": 16538, + "##caldera": 16539, + "##calcic": 16540, + "##ceria": 16541, + "##cals": 16542, + "##corr": 16543, + "##cidx": 16544, + "##camg": 16545, + "##a2": 16546, + "##a3": 16547, + "##aing": 16548, + "##ais": 16549, + "##aos": 16550, + "##aper": 16551, + "##aqu": 16552, + "##aage": 16553, + "##aand": 16554, + "##aox": 16555, + "##ah2o": 16556, + "##aiton": 16557, + "##aira": 16558, + "##a01": 16559, + "##lv": 16560, + "##lc": 16561, + "##ls": 16562, + "##lere": 16563, + "##lass": 16564, + "##lers": 16565, + "##lay": 16566, + "##light": 16567, + "##list": 16568, + "##lard": 16569, + "##lgr": 16570, + "##lick": 16571, + "##lob": 16572, + "##lini": 16573, + "##large": 16574, + "##litz": 16575, + "##larg": 16576, + "##linal": 16577, + "##liment": 16578, + "##sn": 16579, + "##sq": 16580, + "##sb": 16581, + "##s6": 16582, + "##sures": 16583, + "##sites": 16584, + "##sue": 16585, + "##sack": 16586, + "##spl": 16587, + "##senite": 16588, + "##scr": 16589, + "##scop": 16590, + "##ske": 16591, + "##sness": 16592, + "##spro": 16593, + "##saw": 16594, + "##sler": 16595, + "##saturated": 16596, + "##sky": 16597, + "##syn": 16598, + "##swell": 16599, + "##s19": 16600, + "##tt": 16601, + "##tw": 16602, + "##t2": 16603, + "##tation": 16604, + "##tos": 16605, + "##tree": 16606, + "##tens": 16607, + "##town": 16608, + "##tale": 16609, + "##tured": 16610, + "##tner": 16611, + "##turn": 16612, + "##tax": 16613, + "##tdt": 16614, + "##toria": 16615, + "##tstones": 16616, + "##t8o22": 16617, + "##treated": 16618, + "##yin": 16619, + "##yre": 16620, + "##yder": 16621, + "##yak": 16622, + "##yser": 16623, + "##yogenic": 16624, + "##ybrid": 16625, + "##yality": 16626, + "##yuk": 16627, + "##pon": 16628, + "##pop": 16629, + "##pos": 16630, + "##pir": 16631, + "##pine": 16632, + "##pyrox": 16633, + "##part": 16634, + "##produc": 16635, + "##rβ": 16636, + "##rα": 16637, + "##rar": 16638, + "##ran": 16639, + "##rsi": 16640, + "##ris": 16641, + "##ril": 16642, + "##ride": 16643, + "##right": 16644, + "##rpl": 16645, + "##rick": 16646, + "##r12": 16647, + "##racted": 16648, + "##river": 16649, + "##rnes": 16650, + "##raped": 16651, + "##rives": 16652, + "##dρ": 16653, + "##dat": 16654, + "##dor": 16655, + "##dig": 16656, + "##dell": 16657, + "##due": 16658, + "##dding": 16659, + "##dorite": 16660, + "##dling": 16661, + "##dules": 16662, + "##dones": 16663, + "##dgl": 16664, + "##dbaum": 16665, + "##dorf": 16666, + "##dagi": 16667, + "##doin": 16668, + "##dcβ": 16669, + "##dlere": 16670, + "##gδ": 16671, + "##gus": 16672, + "##gati": 16673, + "##glu": 16674, + "##gong": 16675, + "##gates": 16676, + "##gler": 16677, + "##glig": 16678, + "##grometer": 16679, + "##gui": 16680, + "##gata": 16681, + "##garia": 16682, + "##guer": 16683, + "##mo": 16684, + "##mt": 16685, + "##mx": 16686, + "##mou": 16687, + "##may": 16688, + "##mang": 16689, + "##mins": 16690, + "##meters": 16691, + "##mian": 16692, + "##mological": 16693, + "##mland": 16694, + "##mium": 16695, + "##mised": 16696, + "##minated": 16697, + "##menting": 16698, + "##mitted": 16699, + "##midt": 16700, + "##magnetite": 16701, + "##merged": 16702, + "##mierite": 16703, + "##1jd10": 16704, + "##fc": 16705, + "##f2": 16706, + "##fz": 16707, + "##f8": 16708, + "##fal": 16709, + "##far": 16710, + "##fel": 16711, + "##fol": 16712, + "##fter": 16713, + "##fers": 16714, + "##fad": 16715, + "##fell": 16716, + "##fest": 16717, + "##file": 16718, + "##fang": 16719, + "##fides": 16720, + "##five": 16721, + "##forth": 16722, + "##fmas": 16723, + "##foli": 16724, + "##fajokull": 16725, + "##fntin": 16726, + "##xr": 16727, + "##xm": 16728, + "##xen": 16729, + "##xter": 16730, + "##xites": 16731, + "##xion": 16732, + "##xian": 16733, + "##xesf": 16734, + "##xs6": 16735, + "##08": 16736, + "##07": 16737, + "##013": 16738, + "##0cpx": 16739, + "##5b": 16740, + "##57": 16741, + "##512": 16742, + "##5jd10": 16743, + "##wart": 16744, + "##wick": 16745, + "##word": 16746, + "##wollastonite": 16747, + "##wvdic": 16748, + "##hs": 16749, + "##hg": 16750, + "##hag": 16751, + "##hig": 16752, + "##hem": 16753, + "##hene": 16754, + "##hall": 16755, + "##hard": 16756, + "##hty": 16757, + "##hma": 16758, + "##hjall": 16759, + "##hastingsite": 16760, + "##h84": 16761, + "##hcili": 16762, + "##bi": 16763, + "##bed": 16764, + "##bir": 16765, + "##bable": 16766, + "##bold": 16767, + "##bbles": 16768, + "##bicular": 16769, + "##bongi": 16770, + "##bo3": 16771, + "##bedded": 16772, + "##backs": 16773, + "##2d": 16774, + "##2ag": 16775, + "##230": 16776, + "##2da": 16777, + "##2c5": 16778, + "##2rα": 16779, + "##ji": 16780, + "##ja": 16781, + "##jk": 16782, + "##jes": 16783, + "##jal": 16784, + "##jies": 16785, + "##joy": 16786, + "##jaf": 16787, + "##jecting": 16788, + "##jcman": 16789, + "##ksi": 16790, + "##kow": 16791, + "##kum": 16792, + "##kers": 16793, + "##kled": 16794, + "##kho": 16795, + "##kov": 16796, + "##kinel": 16797, + "##kie": 16798, + "##kty": 16799, + "##ktor": 16800, + "##kaya": 16801, + "##z7": 16802, + "##zar": 16803, + "##zel": 16804, + "##zers": 16805, + "##zircon": 16806, + "##zies": 16807, + "##zards": 16808, + "##zler": 16809, + "##81": 16810, + "##87": 16811, + "##8its": 16812, + "##810": 16813, + "##3u": 16814, + "##3d": 16815, + "##31": 16816, + "##3f": 16817, + "##39": 16818, + "##3fe": 16819, + "##332": 16820, + "##3600": 16821, + "##3wh2o": 16822, + "##3a01": 16823, + "##3wollastonite": 16824, + "##43": 16825, + "##4al": 16826, + "##410": 16827, + "##99": 16828, + "##78": 16829, + "##76": 16830, + "##780": 16831, + "##64": 16832, + "##6and": 16833, + "##610": 16834, + "##6cu": 16835, + "##685": 16836, + "##6jd": 16837, + "##6al2o": 16838, + "##6o23": 16839, + "##6cpx3h1": 16840, + "##δpl": 16841, + "##ρ18": 16842, + "##ηh": 16843, + "##ηd3": 16844, + "##μm": 16845, + "##μδpl": 16846, + "##αdcβ": 16847, + "##оc": 16848, + "##æfi": 16849, + "##æfell": 16850, + "##εj": 16851, + "##µm": 16852, + "tho": 16853, + "thy": 16854, + "thim": 16855, + "thiba": 16856, + "##onents": 16857, + "##onduc": 16858, + "##onso": 16859, + "##ontin": 16860, + "##onitic": 16861, + "##onne": 16862, + "##onov": 16863, + "##onomic": 16864, + "##ongest": 16865, + "##onolitic": 16866, + "##onomet": 16867, + "##ontein": 16868, + "##erer": 16869, + "##eris": 16870, + "##erly": 16871, + "##erence": 16872, + "##erites": 16873, + "##eried": 16874, + "##erches": 16875, + "##ersid": 16876, + "##erophile": 16877, + "##erbite": 16878, + "##tia": 16879, + "##tian": 16880, + "##tiate": 16881, + "##tiges": 16882, + "##tians": 16883, + "##tio3": 16884, + "##tish": 16885, + "thelon": 16886, + "##ese": 16887, + "##esa": 16888, + "##eson": 16889, + "##esth": 16890, + "##esio": 16891, + "##essional": 16892, + "##eseismic": 16893, + "##enen": 16894, + "##enst": 16895, + "##enues": 16896, + "##enges": 16897, + "##entive": 16898, + "##enial": 16899, + "##ensive": 16900, + "##enna": 16901, + "##eniable": 16902, + "##enker": 16903, + "##enburg": 16904, + "##enogranite": 16905, + "##enfest": 16906, + "##in2": 16907, + "##inan": 16908, + "##inem": 16909, + "##inting": 16910, + "##inopyroxene": 16911, + "##inav": 16912, + "##inating": 16913, + "##inome": 16914, + "##inental": 16915, + "##inately": 16916, + "##intil": 16917, + "##instit": 16918, + "##inked": 16919, + "##inarily": 16920, + "##inka": 16921, + "##inha": 16922, + "##insey": 16923, + "##eda": 16924, + "##edter": 16925, + "##edient": 16926, + "##edort": 16927, + "##edish": 16928, + "##edited": 16929, + "##al1": 16930, + "##alk": 16931, + "##alid": 16932, + "##alum": 16933, + "##alate": 16934, + "##alization": 16935, + "##alooph": 16936, + "##itc": 16937, + "##itar": 16938, + "##iture": 16939, + "##itly": 16940, + "##itus": 16941, + "##itary": 16942, + "##itral": 16943, + "##itory": 16944, + "##itories": 16945, + "##iterate": 16946, + "##nder": 16947, + "##atum": 16948, + "##ateral": 16949, + "##attr": 16950, + "##atrix": 16951, + "##atological": 16952, + "##atau": 16953, + "##atrem": 16954, + "##atomic": 16955, + "##ateto": 16956, + "##attner": 16957, + "inad": 16958, + "inability": 16959, + "insol": 16960, + "ingr": 16961, + "informed": 16962, + "ingres": 16963, + "inex": 16964, + "inky": 16965, + "inla": 16966, + "inlay": 16967, + "##tioned": 16968, + "##re5": 16969, + "##re3": 16970, + "##reen": 16971, + "##reat": 16972, + "##ream": 16973, + "##requ": 16974, + "##rete": 16975, + "##rech": 16976, + "##re75": 16977, + "##re25": 16978, + "##re97": 16979, + "##re95": 16980, + "##re26": 16981, + "##re74": 16982, + "##reksi": 16983, + "##reinem": 16984, + "andβ": 16985, + "andrad": 16986, + "##arv": 16987, + "##aran": 16988, + "##arts": 16989, + "##arted": 16990, + "##arant": 16991, + "##arole": 16992, + "##arites": 16993, + "##artile": 16994, + "##arked": 16995, + "##arga": 16996, + "##arolitic": 16997, + "##ori": 16998, + "##oration": 16999, + "##oris": 17000, + "##orated": 17001, + "##orations": 17002, + "##orable": 17003, + "##orber": 17004, + "##orious": 17005, + "##orically": 17006, + "##orland": 17007, + "##orini": 17008, + "##orenc": 17009, + "##oridge": 17010, + "##organ": 17011, + "##orowski": 17012, + "##ortioned": 17013, + "##ro3": 17014, + "##roit": 17015, + "##rots": 17016, + "##room": 17017, + "##rocess": 17018, + "##roism": 17019, + "##rokes": 17020, + "##roof": 17021, + "##roalp": 17022, + "##rogates": 17023, + "##asa": 17024, + "##asol": 17025, + "##asim": 17026, + "##asus": 17027, + "##asse": 17028, + "##asites": 17029, + "##asitic": 17030, + "##ashan": 17031, + "##asured": 17032, + "##asov": 17033, + "##asstone": 17034, + "##ica": 17035, + "##icated": 17036, + "##ictic": 17037, + "##icri": 17038, + "##iceous": 17039, + "##icator": 17040, + "##iconduc": 17041, + "##entgen": 17042, + "##entories": 17043, + "##leter": 17044, + "##lements": 17045, + "##lect": 17046, + "##lectic": 17047, + "##leached": 17048, + "##lekho": 17049, + "##anti": 17050, + "##antic": 17051, + "##anell": 17052, + "##anion": 17053, + "##antit": 17054, + "##anson": 17055, + "##anking": 17056, + "##aney": 17057, + "##anui": 17058, + "##anfang": 17059, + "##mps": 17060, + "##mpy": 17061, + "##mpus": 17062, + "##elon": 17063, + "##elor": 17064, + "##elle": 17065, + "##elly": 17066, + "##elds": 17067, + "##elton": 17068, + "##elines": 17069, + "##elhard": 17070, + "##sts": 17071, + "##station": 17072, + "##stec": 17073, + "##stated": 17074, + "##stage": 17075, + "##stance": 17076, + "##stream": 17077, + "##olations": 17078, + "##olves": 17079, + "##olically": 17080, + "##olke": 17081, + "##olten": 17082, + "##ollo": 17083, + "##olson": 17084, + "##olutions": 17085, + "##olivine": 17086, + "##oloration": 17087, + "##ollect": 17088, + "tour": 17089, + "toul": 17090, + "topa": 17091, + "tome": 17092, + "toba": 17093, + "to1400": 17094, + "tobi": 17095, + "##ingling": 17096, + "##ingonite": 17097, + "##ationally": 17098, + "##ationary": 17099, + "##sik": 17100, + "##sium": 17101, + "##sified": 17102, + "##sify": 17103, + "##sibilities": 17104, + "##silon": 17105, + "##sidered": 17106, + "##ithic": 17107, + "##itherm": 17108, + "##ithores": 17109, + "##ury": 17110, + "##urk": 17111, + "##uron": 17112, + "##urate": 17113, + "##urizing": 17114, + "##urning": 17115, + "##urui": 17116, + "##urcates": 17117, + "conil": 17118, + "conve": 17119, + "conund": 17120, + "congo": 17121, + "conrad": 17122, + "##agic": 17123, + "##agabb": 17124, + "##agement": 17125, + "##agonite": 17126, + "##agma": 17127, + "##agnetic": 17128, + "##agawa": 17129, + "##aglacial": 17130, + "##acal": 17131, + "##acle": 17132, + "##acrysts": 17133, + "##actively": 17134, + "##acalcic": 17135, + "co0": 17136, + "coal": 17137, + "coat": 17138, + "cost": 17139, + "coom": 17140, + "coog": 17141, + "couch": 17142, + "code": 17143, + "copen": 17144, + "coint": 17145, + "cotson": 17146, + "cokα": 17147, + "cougar": 17148, + "##eton": 17149, + "##etes": 17150, + "##etum": 17151, + "##ette": 17152, + "##ethe": 17153, + "##etna": 17154, + "##etamorph": 17155, + "isa": 17156, + "isome": 17157, + "isolation": 17158, + "isometric": 17159, + "isopro": 17160, + "isovalent": 17161, + "isenth": 17162, + "isostructural": 17163, + "##idend": 17164, + "##iditic": 17165, + "##idimensional": 17166, + "##isy": 17167, + "##isable": 17168, + "##isites": 17169, + "##istin": 17170, + "##istivity": 17171, + "##isably": 17172, + "##issc": 17173, + "##isecond": 17174, + "##istians": 17175, + "##igible": 17176, + "##igman": 17177, + "##iguity": 17178, + "##ulite": 17179, + "##ulum": 17180, + "##ulsion": 17181, + "##ulates": 17182, + "##ulose": 17183, + "##ulating": 17184, + "##ularities": 17185, + "##ulfs": 17186, + "##ularia": 17187, + "##ulfur": 17188, + "##ulakov": 17189, + "##ulfides": 17190, + "reim": 17191, + "really": 17192, + "reaw": 17193, + "reinc": 17194, + "reven": 17195, + "reorder": 17196, + "recept": 17197, + "rejected": 17198, + "reo4": 17199, + "reiter": 17200, + "reading": 17201, + "reoriented": 17202, + "reorientation": 17203, + "recurrent": 17204, + "reheat": 17205, + "rejecting": 17206, + "reattr": 17207, + "reorgan": 17208, + "##ime": 17209, + "##imm": 17210, + "##imated": 17211, + "##imiques": 17212, + "##imoto": 17213, + "##imhall": 17214, + "##owed": 17215, + "##owell": 17216, + "##owollastonite": 17217, + "##owtail": 17218, + "##owdered": 17219, + "##lytic": 17220, + "##lysis": 17221, + "fortr": 17222, + "forens": 17223, + "##ech": 17224, + "##ectively": 17225, + "##eco3": 17226, + "##econds": 17227, + "##ectives": 17228, + "##economic": 17229, + "##ils": 17230, + "##iliation": 17231, + "##ilapa": 17232, + "##ocus": 17233, + "##ocate": 17234, + "##ocally": 17235, + "##ocore": 17236, + "##ocumul": 17237, + "##ocrystall": 17238, + "##occo": 17239, + "##ocorr": 17240, + "##oceanic": 17241, + "exces": 17242, + "exits": 17243, + "exotherm": 17244, + "exaf": 17245, + "exiting": 17246, + "exfoli": 17247, + "##thing": 17248, + "##thite": 17249, + "##thand": 17250, + "##thitic": 17251, + "##thest": 17252, + "##thard": 17253, + "##thetic": 17254, + "##romill": 17255, + "##romica": 17256, + "##ainian": 17257, + "##user": 17258, + "##usus": 17259, + "##ussed": 17260, + "##atibilities": 17261, + "stz": 17262, + "stop": 17263, + "stay": 17264, + "steen": 17265, + "stach": 17266, + "stating": 17267, + "story": 17268, + "status": 17269, + "stayed": 17270, + "stdgl": 17271, + "stxm": 17272, + "strokes": 17273, + "stationary": 17274, + "as3": 17275, + "aseismic": 17276, + "aspir": 17277, + "compos": 17278, + "compose": 17279, + "compli": 17280, + "compute": 17281, + "compex": 17282, + "compacted": 17283, + "company": 17284, + "compered": 17285, + "compuls": 17286, + "competition": 17287, + "compliment": 17288, + "companion": 17289, + "compatibilities": 17290, + "als": 17291, + "alr": 17292, + "alsi": 17293, + "aland": 17294, + "alft": 17295, + "aliph": 17296, + "alooh": 17297, + "alpine": 17298, + "alh84": 17299, + "alonso": 17300, + "atl": 17301, + "atop": 17302, + "atant": 17303, + "atoll": 17304, + "##opot": 17305, + "##optic": 17306, + "##opod": 17307, + "##optil": 17308, + "##resent": 17309, + "##resting": 17310, + "##tsmou": 17311, + "crab": 17312, + "crum": 17313, + "crud": 17314, + "crank": 17315, + "crash": 17316, + "crisp": 17317, + "crpg": 17318, + "crhyolite": 17319, + "cryogenic": 17320, + "crmt": 17321, + "credited": 17322, + "crissc": 17323, + "melanges": 17324, + "melilite": 17325, + "melzer": 17326, + "melcher": 17327, + "##osa": 17328, + "##osal": 17329, + "##osure": 17330, + "##osper": 17331, + "##osely": 17332, + "##oshi": 17333, + "##osited": 17334, + "##osci": 17335, + "##osalt": 17336, + "##osinian": 17337, + "##oskie": 17338, + "##ository": 17339, + "##osulfides": 17340, + "##oseconds": 17341, + "anu": 17342, + "ance": 17343, + "anast": 17344, + "an50": 17345, + "antig": 17346, + "anox": 17347, + "an80": 17348, + "an15": 17349, + "analc": 17350, + "an85": 17351, + "an24": 17352, + "an45": 17353, + "an68": 17354, + "an58": 17355, + "an55": 17356, + "an48": 17357, + "an74": 17358, + "an67": 17359, + "an28": 17360, + "an84": 17361, + "an38": 17362, + "an76": 17363, + "an64": 17364, + "##tery": 17365, + "##terly": 17366, + "##termann": 17367, + "##terdell": 17368, + "##otti": 17369, + "##otation": 17370, + "##otated": 17371, + "##otom": 17372, + "##ottir": 17373, + "##otches": 17374, + "##otta": 17375, + "##otrac": 17376, + "##otonomet": 17377, + "##erexp": 17378, + "##ffler": 17379, + "##ffective": 17380, + "beyc": 17381, + "beaker": 17382, + "beige": 17383, + "bezy": 17384, + "##lux": 17385, + "##lucent": 17386, + "##ucting": 17387, + "##uctive": 17388, + "##ucible": 17389, + "##ucasus": 17390, + "dio": 17391, + "dive": 17392, + "diap": 17393, + "diand": 17394, + "diach": 17395, + "diaph": 17396, + "diah": 17397, + "dioritic": 17398, + "dixi": 17399, + "dijk": 17400, + "dikty": 17401, + "diatrem": 17402, + "dianfang": 17403, + "bytown": 17404, + "byrnes": 17405, + "byerly": 17406, + "##iberg": 17407, + "##ibei": 17408, + "##ibalization": 17409, + "##ngan": 17410, + "##nging": 17411, + "##ngata": 17412, + "##abian": 17413, + "##abasic": 17414, + "##emic": 17415, + "##emir": 17416, + "##emeral": 17417, + "##ember": 17418, + "##emian": 17419, + "moz": 17420, + "moho": 17421, + "mouth": 17422, + "mokop": 17423, + "mohs": 17424, + "##izations": 17425, + "##izap": 17426, + "##izable": 17427, + "##izers": 17428, + "tear": 17429, + "teasing": 17430, + "teeth": 17431, + "tegner": 17432, + "tehty": 17433, + "contenti": 17434, + "contended": 17435, + "##amats": 17436, + "##ametre": 17437, + "##amori": 17438, + "##irical": 17439, + "onen": 17440, + "onward": 17441, + "onwards": 17442, + "onshore": 17443, + "or51": 17444, + "oruan": 17445, + "or57": 17446, + "orbicular": 17447, + "oræfi": 17448, + "##persed": 17449, + "##peranc": 17450, + "##pervised": 17451, + "##umes": 17452, + "##umontite": 17453, + "proof": 17454, + "proyer": 17455, + "##quakes": 17456, + "##quartile": 17457, + "grind": 17458, + "grune": 17459, + "grams": 17460, + "grutter": 17461, + "gruene": 17462, + "##omb": 17463, + "##omon": 17464, + "##omte": 17465, + "##omers": 17466, + "##omosing": 17467, + "##ichon": 17468, + "##disi": 17469, + "##dionov": 17470, + "##tica": 17471, + "##ticle": 17472, + "suit": 17473, + "suffic": 17474, + "suik": 17475, + "suken": 17476, + "presump": 17477, + "presenting": 17478, + "presnall": 17479, + "##ogad": 17480, + "##ogby": 17481, + "##ogiite": 17482, + "##ante": 17483, + "##antation": 17484, + "templ": 17485, + "temperate": 17486, + "##ositions": 17487, + "##ivi": 17488, + "##ivial": 17489, + "##ivability": 17490, + "##ivocally": 17491, + "degr": 17492, + "deuter": 17493, + "deby": 17494, + "deev": 17495, + "deleter": 17496, + "magl": 17497, + "magic": 17498, + "magix": 17499, + "maghem": 17500, + "magesio": 17501, + "mae": 17502, + "mady": 17503, + "maule": 17504, + "maier": 17505, + "mauna": 17506, + "maira": 17507, + "mautia": 17508, + "mauve": 17509, + "mavrogen": 17510, + "maeda": 17511, + "##tingen": 17512, + "shan": 17513, + "shore": 17514, + "shard": 17515, + "shang": 17516, + "shards": 17517, + "shann": 17518, + "shorth": 17519, + "shatter": 17520, + "shire": 17521, + "shielding": 17522, + "shank": 17523, + "shorting": 17524, + "shading": 17525, + "shuffle": 17526, + "shaking": 17527, + "shaox": 17528, + "shinka": 17529, + "incap": 17530, + "incited": 17531, + "incogn": 17532, + "incomm": 17533, + "highversus": 17534, + "crystaland": 17535, + "crystalbon": 17536, + "crystalizing": 17537, + "tru": 17538, + "train": 17539, + "trust": 17540, + "triel": 17541, + "trade": 17542, + "tr20": 17543, + "truly": 17544, + "trash": 17545, + "triax": 17546, + "tricri": 17547, + "trivial": 17548, + "##versible": 17549, + "##versely": 17550, + "ch2": 17551, + "ch3": 17552, + "chin": 17553, + "chan": 17554, + "chun": 17555, + "chart": 17556, + "chist": 17557, + "chances": 17558, + "chert": 17559, + "chisel": 17560, + "chait": 17561, + "cherts": 17562, + "chaos": 17563, + "chybrid": 17564, + "chichon": 17565, + "##ationship": 17566, + "##uessler": 17567, + "##gean": 17568, + "##gearites": 17569, + "##apse": 17570, + "##apatite": 17571, + "##aptures": 17572, + "meltk": 17573, + "##seen": 17574, + "##segr": 17575, + "##seki": 17576, + "lowto": 17577, + "lowenst": 17578, + "resting": 17579, + "resins": 17580, + "restites": 17581, + "resili": 17582, + "rescaled": 17583, + "resistivity": 17584, + "resumes": 17585, + "plated": 17586, + "plio": 17587, + "plains": 17588, + "plinian": 17589, + "ploskie": 17590, + "##ocks": 17591, + "##ocked": 17592, + "##ocking": 17593, + "##amphcili": 17594, + "##tey": 17595, + "##tex": 17596, + "##teps": 17597, + "##teenth": 17598, + "##texp": 17599, + "colg": 17600, + "colluv": 17601, + "basu": 17602, + "bases": 17603, + "baselines": 17604, + "cline": 17605, + "clark": 17606, + "cliq": 17607, + "##001": 17608, + "parson": 17609, + "paralle": 17610, + "paroxy": 17611, + "parcels": 17612, + "paraand": 17613, + "parasitic": 17614, + "haad": 17615, + "hazards": 17616, + "mined": 17617, + "minas": 17618, + "minch": 17619, + "minicl": 17620, + "minami": 17621, + "minoan": 17622, + "minsq": 17623, + "eleph": 17624, + "elected": 17625, + "##ermine": 17626, + "##ermanite": 17627, + "##ermitt": 17628, + "##ermeability": 17629, + "##2o8": 17630, + "collective": 17631, + "##tr2": 17632, + "##tration": 17633, + "##triation": 17634, + "##trenen": 17635, + "rocking": 17636, + "spn": 17637, + "spence": 17638, + "spong": 17639, + "spend": 17640, + "spear": 17641, + "spex": 17642, + "spline": 17643, + "spenc": 17644, + "usage": 17645, + "usual": 17646, + "ussr": 17647, + "interser": 17648, + "interacts": 17649, + "interrel": 17650, + "interrogate": 17651, + "interelement": 17652, + "intervene": 17653, + "intertw": 17654, + "interbedded": 17655, + "interatomic": 17656, + "interquartile": 17657, + "##ducer": 17658, + "##aterrestrial": 17659, + "colleaguess": 17660, + "colleaguesng": 17661, + "colleaguesne": 17662, + "oli": 17663, + "ol0": 17664, + "olall": 17665, + "##ioff": 17666, + "##ioka": 17667, + "##io3wollastonite": 17668, + "lip": 17669, + "liec": 17670, + "lift": 17671, + "liao": 17672, + "lips": 17673, + "lipari": 17674, + "mineralised": 17675, + "abstr": 17676, + "abbr": 17677, + "ab25": 17678, + "abras": 17679, + "ab27": 17680, + "##concil": 17681, + "##coninental": 17682, + "##rion": 17683, + "##rive": 17684, + "##ppo": 17685, + "##pplingen": 17686, + "wef": 17687, + "web": 17688, + "weil": 17689, + "wegner": 17690, + "wealth": 17691, + "weidend": 17692, + "peru": 17693, + "perch": 17694, + "pertin": 17695, + "perched": 17696, + "perkin": 17697, + "perug": 17698, + "perkinel": 17699, + "perthitic": 17700, + "pertermann": 17701, + "accent": 17702, + "acton": 17703, + "acry": 17704, + "disch": 17705, + "disad": 17706, + "disreg": 17707, + "disks": 17708, + "disrupt": 17709, + "disrupted": 17710, + "feig": 17711, + "feely": 17712, + "fe2o": 17713, + "feogr": 17714, + "feo2": 17715, + "feoma": 17716, + "featured": 17717, + "feocorr": 17718, + "queried": 17719, + "quizap": 17720, + "calk": 17721, + "calling": 17722, + "calama": 17723, + "calvert": 17724, + "##phy": 17725, + "##phas": 17726, + "##phine": 17727, + "##phys": 17728, + "##pherson": 17729, + "##phoon": 17730, + "##phonolitic": 17731, + "##assing": 17732, + "##asshjall": 17733, + "##ersen": 17734, + "##ersed": 17735, + "##ersdorf": 17736, + "##units": 17737, + "##unashi": 17738, + "beta": 17739, + "##aying": 17740, + "##ayun": 17741, + "##che": 17742, + "##cho": 17743, + "##chang": 17744, + "##chemical": 17745, + "##chased": 17746, + "##chstone": 17747, + "##chmidt": 17748, + "relic": 17749, + "relatable": 17750, + "reloaded": 17751, + "zirconia": 17752, + "##utor": 17753, + "##utaries": 17754, + "modword": 17755, + "modreksi": 17756, + "##essed": 17757, + "unb": 17758, + "unide": 17759, + "unpar": 17760, + "unob": 17761, + "unnam": 17762, + "unten": 17763, + "unlo": 17764, + "unno": 17765, + "unme": 17766, + "unequilib": 17767, + "unorder": 17768, + "unsh": 17769, + "unhom": 17770, + "unsu": 17771, + "unstrained": 17772, + "unwan": 17773, + "un200": 17774, + "unifying": 17775, + "unerup": 17776, + "uninter": 17777, + "untreated": 17778, + "unroof": 17779, + "unleached": 17780, + "unantic": 17781, + "unseen": 17782, + "unphys": 17783, + "##stra": 17784, + "##strup": 17785, + "french": 17786, + "frank": 17787, + "fringe": 17788, + "fraugh": 17789, + "amphiboli": 17790, + "amphibolitic": 17791, + "entit": 17792, + "en75": 17793, + "enpo": 17794, + "enjoy": 17795, + "notwith": 17796, + "notorious": 17797, + "##arium": 17798, + "formally": 17799, + "##ficially": 17800, + "evo": 17801, + "evf": 17802, + "volyn": 17803, + "pressureor": 17804, + "showcase": 17805, + "metad": 17806, + "metric": 17807, + "metacher": 17808, + "metagabb": 17809, + "subequ": 17810, + "submer": 17811, + "subcritical": 17812, + "subdom": 17813, + "subbo": 17814, + "subliquidus": 17815, + "subtly": 17816, + "substances": 17817, + "subscript": 17818, + "subcounting": 17819, + "subcalcic": 17820, + "subaqu": 17821, + "subpop": 17822, + "submerged": 17823, + "subµm": 17824, + "substance": 17825, + "subeconomic": 17826, + "subconinental": 17827, + "subunits": 17828, + "analytes": 17829, + "oblong": 17830, + "obnaz": 17831, + "obersdorf": 17832, + "manton": 17833, + "crystallites": 17834, + "fluvial": 17835, + "sebly": 17836, + "##adle": 17837, + "##adation": 17838, + "##adite": 17839, + "##adec": 17840, + "##adth": 17841, + "##adically": 17842, + "##ademi": 17843, + "##adani": 17844, + "##adzu": 17845, + "##addling": 17846, + "##ello": 17847, + "##ellir": 17848, + "h2o2": 17849, + "h2oand": 17850, + "indoch": 17851, + "induct": 17852, + "indium": 17853, + "indisp": 17854, + "industry": 17855, + "indistin": 17856, + "indosinian": 17857, + "isotopical": 17858, + "nex": 17859, + "neil": 17860, + "neosome": 17861, + "neotethy": 17862, + "neocrystalline": 17863, + "neovolcanic": 17864, + "neocrystall": 17865, + "neuser": 17866, + "reply": 17867, + "repose": 17868, + "reprocess": 17869, + "repowdered": 17870, + "repository": 17871, + "depress": 17872, + "depiction": 17873, + "depictions": 17874, + "deprives": 17875, + "departs": 17876, + "stuart": 17877, + "##alling": 17878, + "##allowtail": 17879, + "##therly": 17880, + "##derance": 17881, + "differencing": 17882, + "##endations": 17883, + "##endous": 17884, + "silty": 17885, + "silva": 17886, + "siltstones": 17887, + "assay": 17888, + "arau": 17889, + "armed": 17890, + "arresting": 17891, + "arabian": 17892, + "article": 17893, + "arrive": 17894, + "applies": 17895, + "appora": 17896, + "apportioned": 17897, + "meant": 17898, + "meting": 17899, + "meak": 17900, + "meets": 17901, + "meurer": 17902, + "melekho": 17903, + "##andl": 17904, + "##and1": 17905, + "##and2": 17906, + "##andon": 17907, + "##andian": 17908, + "##andja": 17909, + "##andinav": 17910, + "mg2": 17911, + "mgsi": 17912, + "mgcc": 17913, + "mg15": 17914, + "mg3si": 17915, + "mgal2o": 17916, + "mgsio3": 17917, + "##ouse": 17918, + "##avan": 17919, + "##avut": 17920, + "##avors": 17921, + "imush": 17922, + "imna": 17923, + "immer": 17924, + "imaage": 17925, + "imetum": 17926, + "upgr": 17927, + "upright": 17928, + "equated": 17929, + "equip": 17930, + "equivocal": 17931, + "equidimensional": 17932, + "canil": 17933, + "canary": 17934, + "canaria": 17935, + "canceled": 17936, + "calcined": 17937, + "calcare": 17938, + "calcrete": 17939, + "crustversus": 17940, + "amphiboleand": 17941, + "sod": 17942, + "sox": 17943, + "so15": 17944, + "sofu": 17945, + "soret": 17946, + "durham": 17947, + "strick": 17948, + "strings": 17949, + "stranded": 17950, + "strata": 17951, + "straddle": 17952, + "strongest": 17953, + "straddling": 17954, + "strandja": 17955, + "allochemical": 17956, + "allocate": 17957, + "glnd": 17958, + "glide": 17959, + "glove": 17960, + "glimp": 17961, + "glasstone": 17962, + "##aku": 17963, + "##aken": 17964, + "##akhan": 17965, + "##akening": 17966, + "##akami": 17967, + "##akaya": 17968, + "##akatau": 17969, + "##akivi": 17970, + "##akademi": 17971, + "coroll": 17972, + "corrie": 17973, + "cornub": 17974, + "solomon": 17975, + "preor": 17976, + "preces": 17977, + "prehnite": 17978, + "pretoria": 17979, + "prepon": 17980, + "fluidand": 17981, + "simons": 17982, + "hyalooph": 17983, + "caor": 17984, + "cafe": 17985, + "cauca": 17986, + "caught": 17987, + "cai2": 17988, + "caucasus": 17989, + "fractionates": 17990, + "##reef": 17991, + "variabil": 17992, + "variabilities": 17993, + "##tivalent": 17994, + "valles": 17995, + "prices": 17996, + "pragmatic": 17997, + "silicification": 17998, + "##bling": 17999, + "##blocks": 18000, + "quartzo": 18001, + "quartzand": 18002, + "quartzof": 18003, + "modelers": 18004, + "lowerand": 18005, + "oxo": 18006, + "oxalate": 18007, + "##aturate": 18008, + "##acht": 18009, + "##achondritic": 18010, + "clinoptil": 18011, + "ito": 18012, + "##served": 18013, + "waterpro": 18014, + "adk": 18015, + "adds": 18016, + "adand": 18017, + "adks": 18018, + "adobe": 18019, + "admitted": 18020, + "adularia": 18021, + "adversely": 18022, + "zonal": 18023, + "smi": 18024, + "sm1": 18025, + "sm2": 18026, + "smell": 18027, + "##iespo": 18028, + "intact": 18029, + "intens": 18030, + "intention": 18031, + "10d": 18032, + "1012": 18033, + "1080": 18034, + "10to": 18035, + "1013": 18036, + "1090": 18037, + "1025": 18038, + "1015": 18039, + "1011": 18040, + "1024": 18041, + "1088": 18042, + "1094": 18043, + "10p2": 18044, + "##ostasis": 18045, + "tweez": 18046, + "##tination": 18047, + "##tinou": 18048, + "##tinolite": 18049, + "##tinson": 18050, + "expects": 18051, + "expensive": 18052, + "expulsion": 18053, + "phasepl": 18054, + "##uldak": 18055, + "detroit": 18056, + "haskel": 18057, + "##astroph": 18058, + "glassing": 18059, + "hydrate": 18060, + "hydromica": 18061, + "hydrion": 18062, + "carat": 18063, + "carter": 18064, + "carrol": 18065, + "carries": 18066, + "carswell": 18067, + "cardones": 18068, + "decays": 18069, + "decided": 18070, + "decision": 18071, + "deciding": 18072, + "decisions": 18073, + "decoding": 18074, + "december": 18075, + "decametre": 18076, + "maybe": 18077, + "##hedron": 18078, + "##ighton": 18079, + "geus": 18080, + "geore": 18081, + "geolog": 18082, + "geody": 18083, + "geik": 18084, + "geoh": 18085, + "geohy": 18086, + "geotectonic": 18087, + "geographical": 18088, + "geyser": 18089, + "geesth": 18090, + "impure": 18091, + "impart": 18092, + "imported": 18093, + "impacted": 18094, + "imprec": 18095, + "imposes": 18096, + "implements": 18097, + "impermeability": 18098, + "##istory": 18099, + "##istered": 18100, + "orthpyrox": 18101, + "orthocumul": 18102, + "wherever": 18103, + "diffusions": 18104, + "typified": 18105, + "typify": 18106, + "thermostat": 18107, + "thermochem": 18108, + "thermosci": 18109, + "transten": 18110, + "thereof": 18111, + "inclusionor": 18112, + "twofold": 18113, + "signifying": 18114, + "signifies": 18115, + "liquidand": 18116, + "genuine": 18117, + "genske": 18118, + "equilibrating": 18119, + "micromill": 18120, + "erase": 18121, + "eradic": 18122, + "overly": 18123, + "overton": 18124, + "overbur": 18125, + "overlie": 18126, + "oversho": 18127, + "overgre": 18128, + "overste": 18129, + "overthrust": 18130, + "oversaturated": 18131, + "overturn": 18132, + "overstated": 18133, + "##ialithic": 18134, + "undulate": 18135, + "undissolved": 18136, + "undeniable": 18137, + "undulose": 18138, + "undermine": 18139, + "effused": 18140, + "sourcing": 18141, + "howlet": 18142, + "traceable": 18143, + "poise": 18144, + "pobs": 18145, + "poisson": 18146, + "pohl": 18147, + "pokro": 18148, + "##estment": 18149, + "reground": 18150, + "regressed": 18151, + "regulated": 18152, + "regulates": 18153, + "registered": 18154, + "##iently": 18155, + "20d": 18156, + "209": 18157, + "2070": 18158, + "##neglig": 18159, + "sik": 18160, + "si6al2o": 18161, + "legen": 18162, + "lepr": 18163, + "leitz": 18164, + "##ielite": 18165, + "##ensable": 18166, + "##enska": 18167, + "##ensurate": 18168, + "occured": 18169, + "occurence": 18170, + "container": 18171, + "graniti": 18172, + "granofels": 18173, + "bulgaria": 18174, + "scour": 18175, + "sc13": 18176, + "scoon": 18177, + "scanner": 18178, + "scraped": 18179, + "scfz": 18180, + "scintil": 18181, + "scandinav": 18182, + "##dingites": 18183, + "##dington": 18184, + "##dingsite": 18185, + "##illo": 18186, + "##illary": 18187, + "##illard": 18188, + "##illian": 18189, + "##cessible": 18190, + "##cesme": 18191, + "comparability": 18192, + "runka": 18193, + "##bonorites": 18194, + "underor": 18195, + "underto": 18196, + "underline": 18197, + "undertake": 18198, + "underthrust": 18199, + "undercounting": 18200, + "reef": 18201, + "ree2o3": 18202, + "##logopite": 18203, + "measures": 18204, + "carbonor": 18205, + "carbonand": 18206, + "slit": 18207, + "slop": 18208, + "slant": 18209, + "slides": 18210, + "sliding": 18211, + "slags": 18212, + "recour": 18213, + "recreated": 18214, + "recaptures": 18215, + "timms": 18216, + "phlogopiteor": 18217, + "##aphically": 18218, + "miaj": 18219, + "mirolite": 18220, + "miarolitic": 18221, + "presentation": 18222, + "producer": 18223, + "productive": 18224, + "ecpx": 18225, + "eccles": 18226, + "hydrolytic": 18227, + "rajes": 18228, + "##rossed": 18229, + "##ardite": 18230, + "##ardment": 18231, + "agder": 18232, + "agnol": 18233, + "agglu": 18234, + "agakhan": 18235, + "secor": 18236, + "δ18ovsmow": 18237, + "δ18ozircon": 18238, + "heath": 18239, + "hebr": 18240, + "hebe": 18241, + "helex": 18242, + "heals": 18243, + "health": 18244, + "amc": 18245, + "ama": 18246, + "amoss": 18247, + "ammann": 18248, + "amended": 18249, + "amagmatic": 18250, + "amarga": 18251, + "beck": 18252, + "beccalu": 18253, + "node": 18254, + "noise": 18255, + "nodules": 18256, + "noisy": 18257, + "##isms": 18258, + "##ismann": 18259, + "##ipu": 18260, + "##ipedi": 18261, + "##iplan": 18262, + "##iplex": 18263, + "refit": 18264, + "refines": 18265, + "refute": 18266, + "charging": 18267, + "##fficiency": 18268, + "solidify": 18269, + "solidifying": 18270, + "comments": 18271, + "comings": 18272, + "commented": 18273, + "##earch": 18274, + "##aterials": 18275, + "##entia": 18276, + "##entifc": 18277, + "specular": 18278, + "specious": 18279, + "specifies": 18280, + "speckled": 18281, + "estimators": 18282, + "accidental": 18283, + "redef": 18284, + "redux": 18285, + "##grs19": 18286, + "peridotiteand": 18287, + "##ocharacter": 18288, + "##ochroism": 18289, + "monument": 18290, + "monaster": 18291, + "monocular": 18292, + "monocrystalline": 18293, + "monopole": 18294, + "monosulfides": 18295, + "monomers": 18296, + "##ledged": 18297, + "determines": 18298, + "11a": 18299, + "11d": 18300, + "114": 18301, + "119": 18302, + "1175": 18303, + "1190": 18304, + "1160": 18305, + "1140": 18306, + "1185": 18307, + "1195": 18308, + "1166": 18309, + "1147": 18310, + "completen": 18311, + "complementing": 18312, + "12μ": 18313, + "12na": 18314, + "1225": 18315, + "1295": 18316, + "12e0": 18317, + "1231": 18318, + "##kalinity": 18319, + "##ronous": 18320, + "microtherm": 18321, + "micrograph": 18322, + "microtom": 18323, + "microcrystalline": 18324, + "microcontinent": 18325, + "microblocks": 18326, + "derivations": 18327, + "inflated": 18328, + "infrequ": 18329, + "##angled": 18330, + "pbse": 18331, + "pbcorr": 18332, + "surmised": 18333, + "surrogates": 18334, + "erupts": 18335, + "na0": 18336, + "naor": 18337, + "nao0": 18338, + "nails": 18339, + "setpoint": 18340, + "saturations": 18341, + "##epiece": 18342, + "##eplgr": 18343, + "contra": 18344, + "contracted": 18345, + "contracts": 18346, + "contrasted": 18347, + "pyram": 18348, + "pyrolite": 18349, + "enriches": 18350, + "enriching": 18351, + "##insky": 18352, + "evolutions": 18353, + "primocryst": 18354, + "conductions": 18355, + "plucked": 18356, + "plunder": 18357, + "plunging": 18358, + "laar": 18359, + "laas": 18360, + "lazul": 18361, + "laumontite": 18362, + "##olithic": 18363, + "##tonite": 18364, + "##vesse": 18365, + "subductions": 18366, + "arcor": 18367, + "folds": 18368, + "co2po": 18369, + "remade": 18370, + "remarked": 18371, + "provost": 18372, + "assembling": 18373, + "1008": 18374, + "1003": 18375, + "1007": 18376, + "1006": 18377, + "##idescent": 18378, + "##ryts": 18379, + "##ryritic": 18380, + "lithice": 18381, + "lithotectonic": 18382, + "lithosper": 18383, + "##velocity": 18384, + "intraglacial": 18385, + "propyl": 18386, + "proponents": 18387, + "cu2": 18388, + "culet": 18389, + "cubes": 18390, + "cudal": 18391, + "cukα": 18392, + "desulph": 18393, + "desert": 18394, + "mars": 18395, + "marlarg": 18396, + "marjal": 18397, + "martian": 18398, + "ti3": 18399, + "tiff": 18400, + "tiand": 18401, + "tipped": 18402, + "characters": 18403, + "characterizes": 18404, + "characterizations": 18405, + "stark": 18406, + "doi": 18407, + "doing": 18408, + "representatives": 18409, + "srs": 18410, + "srb": 18411, + "sr2": 18412, + "sr27": 18413, + "srf2": 18414, + "grega": 18415, + "grego": 18416, + "grevesse": 18417, + "matsu": 18418, + "mattson": 18419, + "mattey": 18420, + "mattinson": 18421, + "##ubets": 18422, + "##ualize": 18423, + "translated": 18424, + "transvaal": 18425, + "transcurrent": 18426, + "transcending": 18427, + "transfers": 18428, + "translucent": 18429, + "transducer": 18430, + "syenogranite": 18431, + "40d": 18432, + "401": 18433, + "402": 18434, + "4032": 18435, + "poli": 18436, + "pollard": 18437, + "pollux": 18438, + "generalization": 18439, + "foose": 18440, + "fo80": 18441, + "foden": 18442, + "fo85": 18443, + "fo93": 18444, + "fo89": 18445, + "fo79": 18446, + "foidite": 18447, + "foiditic": 18448, + "discount": 18449, + "discarding": 18450, + "discoloration": 18451, + "1910": 18452, + "1956": 18453, + "1965": 18454, + "1945": 18455, + "1968": 18456, + "1966": 18457, + "1955": 18458, + "1946": 18459, + "1961": 18460, + "lime": 18461, + "limt": 18462, + "##lify": 18463, + "##litization": 18464, + "electrone": 18465, + "xenocryst": 18466, + "xenotime": 18467, + "geochimiques": 18468, + "prevention": 18469, + "silicateand": 18470, + "verging": 18471, + "verios": 18472, + "vertex": 18473, + "lineage": 18474, + "felsite": 18475, + "nearer": 18476, + "##pretation": 18477, + "##redict": 18478, + "##reducible": 18479, + "curst": 18480, + "currie": 18481, + "pyroxenitic": 18482, + "##ovation": 18483, + "##ovsky": 18484, + "timefr": 18485, + "noran": 18486, + "norte": 18487, + "norites": 18488, + "norfol": 18489, + "mainten": 18490, + "continually": 18491, + "fieldwork": 18492, + "constructing": 18493, + "##ailable": 18494, + "##ornes": 18495, + "closures": 18496, + "phenocrystic": 18497, + "phenocryts": 18498, + "##plg": 18499, + "##pler": 18500, + "##place": 18501, + "##plgd": 18502, + "##orsky": 18503, + "##azeght": 18504, + "##azrsi": 18505, + "afm": 18506, + "afz": 18507, + "afro": 18508, + "afad": 18509, + "afield": 18510, + "respecting": 18511, + "comma": 18512, + "commence": 18513, + "commodi": 18514, + "commingling": 18515, + "##icki": 18516, + "##icks": 18517, + "caption": 18518, + "interpretive": 18519, + "outmost": 18520, + "outwith": 18521, + "outboard": 18522, + "evidences": 18523, + "graphcl": 18524, + "agee": 18525, + "mold": 18526, + "molal": 18527, + "molds": 18528, + "molasse": 18529, + "##sised": 18530, + "depleting": 18531, + "poses": 18532, + "posits": 18533, + "posited": 18534, + "amounting": 18535, + "1570": 18536, + "1525": 18537, + "1515": 18538, + "1523": 18539, + "1585": 18540, + "1596": 18541, + "serp": 18542, + "msp": 18543, + "msds": 18544, + "##omputed": 18545, + "##ompetes": 18546, + "afterwards": 18547, + "sio2and": 18548, + "sio2wr": 18549, + "sio2quartz": 18550, + "13c": 18551, + "13a": 18552, + "138": 18553, + "139": 18554, + "1373": 18555, + "1340": 18556, + "1323": 18557, + "1345": 18558, + "graphiteor": 18559, + "absy": 18560, + "absx": 18561, + "absz": 18562, + "absmin": 18563, + "abscis": 18564, + "absmins": 18565, + "absorber": 18566, + "commonplace": 18567, + "profiting": 18568, + "professional": 18569, + "patterned": 18570, + "iddingsite": 18571, + "mesa": 18572, + "mesoper": 18573, + "mesostasis": 18574, + "##ertained": 18575, + "predating": 18576, + "controllers": 18577, + "fernand": 18578, + "ferrar": 18579, + "uncalc": 18580, + "uncoll": 18581, + "uncoated": 18582, + "alters": 18583, + "wills": 18584, + "siliciclastic": 18585, + "subductionand": 18586, + "fink": 18587, + "finds": 18588, + "finest": 18589, + "finished": 18590, + "zrn": 18591, + "zr4": 18592, + "radially": 18593, + "radiating": 18594, + "radiography": 18595, + "radiochem": 18596, + "radiotrac": 18597, + "##ogenous": 18598, + "##ogenized": 18599, + "##obioge": 18600, + "##titot": 18601, + "potent": 18602, + "pottery": 18603, + "14a": 18604, + "14d": 18605, + "142": 18606, + "1430": 18607, + "1480": 18608, + "1460": 18609, + "1470": 18610, + "1425": 18611, + "petit": 18612, + "peking": 18613, + "peeled": 18614, + "pebbles": 18615, + "associate": 18616, + "grouping": 18617, + "hornblendic": 18618, + "petrol": 18619, + "petrochemical": 18620, + "vaporization": 18621, + "##ricants": 18622, + "bluish": 18623, + "backing": 18624, + "newer": 18625, + "newman": 18626, + "newwave": 18627, + "democratic": 18628, + "hfn": 18629, + "hfs": 18630, + "hfo2": 18631, + "manned": 18632, + "manji": 18633, + "management": 18634, + "foundering": 18635, + "##regularities": 18636, + "displace": 18637, + "depended": 18638, + "dependance": 18639, + "##thermal": 18640, + "##ift": 18641, + "##ifilm": 18642, + "ruhr": 18643, + "apollo": 18644, + "suppose": 18645, + "supposed": 18646, + "supplies": 18647, + "suppresses": 18648, + "suppositions": 18649, + "reflexion": 18650, + "200t": 18651, + "200f": 18652, + "200to": 18653, + "measureable": 18654, + "slightest": 18655, + "southerly": 18656, + "directed": 18657, + "versa": 18658, + "quencher": 18659, + "quenches": 18660, + "quenchable": 18661, + "evolutional": 18662, + "investigators": 18663, + "constancy": 18664, + "paramagnetic": 18665, + "sulfidation": 18666, + "sulfosalt": 18667, + "184": 18668, + "189": 18669, + "186": 18670, + "1830": 18671, + "1814": 18672, + "1860": 18673, + "1840": 18674, + "18ca": 18675, + "1823": 18676, + "1893": 18677, + "1851": 18678, + "1836": 18679, + "18ηh": 18680, + "resultui": 18681, + "lathe": 18682, + "latour": 18683, + "normars": 18684, + "peaking": 18685, + "distributi": 18686, + "##iquantit": 18687, + "centred": 18688, + "centric": 18689, + "century": 18690, + "diamante": 18691, + "##heet": 18692, + "##heets": 18693, + "##ishaw": 18694, + "##ishita": 18695, + "synto": 18696, + "synkin": 18697, + "synrad": 18698, + "synmet": 18699, + "synerup": 18700, + "synoptic": 18701, + "synapse": 18702, + "##eously": 18703, + "defer": 18704, + "defence": 18705, + "defrag": 18706, + "thermalor": 18707, + "sectioned": 18708, + "##keley": 18709, + "##keisen": 18710, + "##keetna": 18711, + "fractal": 18712, + "396": 18713, + "3943": 18714, + "barr": 18715, + "bargar": 18716, + "barostat": 18717, + "massonne": 18718, + "discussions": 18719, + "cm20": 18720, + "##smal": 18721, + "electronprobe": 18722, + "demonstration": 18723, + "demonstrative": 18724, + "demonstrably": 18725, + "constantly": 18726, + "ulrich": 18727, + "veining": 18728, + "veinlets": 18729, + "totaling": 18730, + "calibrating": 18731, + "followings": 18732, + "301": 18733, + "302": 18734, + "303": 18735, + "309": 18736, + "3050": 18737, + "3010": 18738, + "3030": 18739, + "3080": 18740, + "3075": 18741, + "3070": 18742, + "3063": 18743, + "carbonateor": 18744, + "reductions": 18745, + "##adia": 18746, + "##isticated": 18747, + "scalebar": 18748, + "dolan": 18749, + "##pensive": 18750, + "blur": 18751, + "blake": 18752, + "blind": 18753, + "bladed": 18754, + "blenc": 18755, + "blades": 18756, + "blanc": 18757, + "blanks": 18758, + "blobs": 18759, + "blattner": 18760, + "blotches": 18761, + "lamented": 18762, + "mmto": 18763, + "maximal": 18764, + "maxwell": 18765, + "drains": 18766, + "drisc": 18767, + "druit": 18768, + "draper": 18769, + "multivalent": 18770, + "anything": 18771, + "simulates": 18772, + "simulator": 18773, + "502": 18774, + "508": 18775, + "503": 18776, + "5010": 18777, + "5097": 18778, + "clue": 18779, + "cluzel": 18780, + "clumps": 18781, + "invites": 18782, + "invade": 18783, + "invisc": 18784, + "invasion": 18785, + "invalid": 18786, + "inventories": 18787, + "investment": 18788, + "observatory": 18789, + "kmash": 18790, + "oxidant": 18791, + "oxidize": 18792, + "oxidization": 18793, + "oxidise": 18794, + "oxidizes": 18795, + "elmer": 18796, + "elats": 18797, + "ellest": 18798, + "elaborate": 18799, + "eligible": 18800, + "harley": 18801, + "hardisi": 18802, + "igor": 18803, + "oslo": 18804, + "oshig": 18805, + "##orporated": 18806, + "middlere": 18807, + "extensions": 18808, + "rhyolitc": 18809, + "tait": 18810, + "ta2o5": 18811, + "tajcman": 18812, + "tareen": 18813, + "##ycomb": 18814, + "tectosi": 18815, + "brc": 18816, + "brussi": 18817, + "brakes": 18818, + "brachi": 18819, + "brimhall": 18820, + "brandon": 18821, + "bricks": 18822, + "endured": 18823, + "enderbite": 18824, + "endowed": 18825, + "endemic": 18826, + "precau": 18827, + "hereina": 18828, + "avenue": 18829, + "avenues": 18830, + "avogad": 18831, + "knot": 18832, + "ndand": 18833, + "nd2o3": 18834, + "beamline": 18835, + "beamspl": 18836, + "longitude": 18837, + "longwork": 18838, + "normalor": 18839, + "normalizing": 18840, + "baxter": 18841, + "faced": 18842, + "facing": 18843, + "facets": 18844, + "polyhedral": 18845, + "polysyn": 18846, + "polyhedron": 18847, + "polythermal": 18848, + "niu": 18849, + "nih": 18850, + "nioliq": 18851, + "nieva": 18852, + "mnz": 18853, + "mnand": 18854, + "mnox": 18855, + "mnco3": 18856, + "mntio3": 18857, + "##burgite": 18858, + "laserprobe": 18859, + "##clinopyroxene": 18860, + "##aea": 18861, + "shoulders": 18862, + "think": 18863, + "thinly": 18864, + "affiliation": 18865, + "spectoris": 18866, + "buffonite": 18867, + "dash": 18868, + "##lof": 18869, + "##athin": 18870, + "interstitials": 18871, + "interstitialcy": 18872, + "breα": 18873, + "breached": 18874, + "brett": 18875, + "breadth": 18876, + "conclusively": 18877, + "multipoint": 18878, + "multistage": 18879, + "separable": 18880, + "lateor": 18881, + "sano": 18882, + "sanitary": 18883, + "fusible": 18884, + "fuhr": 18885, + "fuxian": 18886, + "##brans": 18887, + "##bekov": 18888, + "##beinsey": 18889, + "erratic": 18890, + "erratum": 18891, + "combat": 18892, + "combines": 18893, + "littering": 18894, + "litasov": 18895, + "extracting": 18896, + "extruded": 18897, + "extraterrestrial": 18898, + "epoch": 18899, + "epsilon": 18900, + "epitherm": 18901, + "deepens": 18902, + "deepening": 18903, + "##orthopyroxene": 18904, + "##vealing": 18905, + "margules": 18906, + "deformational": 18907, + "metaland": 18908, + "timesteps": 18909, + "fugaciti": 18910, + "162": 18911, + "1610": 18912, + "1670": 18913, + "1673": 18914, + "16e0": 18915, + "easiest": 18916, + "historic": 18917, + "ironic": 18918, + "kimura": 18919, + "devil": 18920, + "downhole": 18921, + "downriver": 18922, + "downstream": 18923, + "espo": 18924, + "espres": 18925, + "espos": 18926, + "esperanc": 18927, + "nonneglig": 18928, + "seligman": 18929, + "superstructure": 18930, + "supervised": 18931, + "superheat": 18932, + "superscript": 18933, + "superlarge": 18934, + "kimberly": 18935, + "kimberley": 18936, + "selectively": 18937, + "selektor": 18938, + "puk": 18939, + "pudd": 18940, + "puzz": 18941, + "pudding": 18942, + "##roscopically": 18943, + "blueschistto": 18944, + "scherer": 18945, + "schreinem": 18946, + "schuessler": 18947, + "schandl": 18948, + "earthtime": 18949, + "earthquakes": 18950, + "##lands": 18951, + "northwes": 18952, + "continua": 18953, + "continuing": 18954, + "continuation": 18955, + "continuμm": 18956, + "sulfideand": 18957, + "ultrash": 18958, + "ultracalcic": 18959, + "ultrabasic": 18960, + "ultrathin": 18961, + "fo2and": 18962, + "##ogranular": 18963, + "17o": 18964, + "171": 18965, + "1773": 18966, + "253": 18967, + "25th": 18968, + "2580": 18969, + "2537": 18970, + "2598": 18971, + "2591": 18972, + "2578": 18973, + "working": 18974, + "workstation": 18975, + "##o2fo2": 18976, + "confident": 18977, + "conference": 18978, + "activate": 18979, + "goeth": 18980, + "goethe": 18981, + "methodologies": 18982, + "delays": 18983, + "delmar": 18984, + "delaney": 18985, + "counted": 18986, + "county": 18987, + "countered": 18988, + "anhydride": 18989, + "rapakivi": 18990, + "##ra3": 18991, + "##rael": 18992, + "##raverage": 18993, + "loo": 18994, + "loads": 18995, + "loyality": 18996, + "loosely": 18997, + "dyn": 18998, + "dyspro": 18999, + "porcel": 19000, + "porosities": 19001, + "portsmou": 19002, + "varmland": 19003, + "varfal": 19004, + "breakage": 19005, + "##otempor": 19006, + "##ourable": 19007, + "road": 19008, + "rooney": 19009, + "roentgen": 19010, + "rodionov": 19011, + "rodingites": 19012, + "##10prp": 19013, + "halos": 19014, + "halide": 19015, + "halides": 19016, + "sumino": 19017, + "cracked": 19018, + "localizing": 19019, + "postcaldera": 19020, + "terceria": 19021, + "##eroon": 19022, + "anorthites": 19023, + "anorthoclase": 19024, + "modifies": 19025, + "modifiers": 19026, + "lightning": 19027, + "lightening": 19028, + "##ylene": 19029, + "##yllite": 19030, + "##ylvanian": 19031, + "convect": 19032, + "convolutions": 19033, + "convectively": 19034, + "kea": 19035, + "kemp": 19036, + "keith": 19037, + "##augite": 19038, + "consequentially": 19039, + "orthopyroxne": 19040, + "1000co": 19041, + "trachyphonolitic": 19042, + "pictured": 19043, + "picrpl": 19044, + "picoseconds": 19045, + "##vo4": 19046, + "platelet": 19047, + "helz": 19048, + "hellev": 19049, + "helba": 19050, + "pads": 19051, + "visco": 19052, + "decomposed": 19053, + "decomposes": 19054, + "decompxr": 19055, + "teton": 19056, + "tuffaceous": 19057, + "##ika": 19058, + "resolvably": 19059, + "aggregated": 19060, + "releases": 19061, + "univariate": 19062, + "universid": 19063, + "recycle": 19064, + "agreements": 19065, + "explainable": 19066, + "bubbly": 19067, + "alkalineand": 19068, + "easternmost": 19069, + "fineand": 19070, + "##cuit": 19071, + "60na": 19072, + "##12γ": 19073, + "##1256": 19074, + "##12332": 19075, + "##12μδpl": 19076, + "##12and1": 19077, + "porphyries": 19078, + "ybn": 19079, + "ybpm": 19080, + "referencing": 19081, + "geochronologies": 19082, + "##awed": 19083, + "##arkot": 19084, + "##othermal": 19085, + "##sonian": 19086, + "condense": 19087, + "heavily": 19088, + "ionized": 19089, + "labs": 19090, + "labels": 19091, + "labview": 19092, + "labrad": 19093, + "paleogene": 19094, + "paleowater": 19095, + "paleoridge": 19096, + "paleobioge": 19097, + "converse": 19098, + "converges": 19099, + "converged": 19100, + "densified": 19101, + "yellowish": 19102, + "##hennaya": 19103, + "elevate": 19104, + "elevating": 19105, + "fe3o4": 19106, + "1108": 19107, + "spectrometric": 19108, + "upwellings": 19109, + "volatileand": 19110, + "heterogenous": 19111, + "youda": 19112, + "universal": 19113, + "titration": 19114, + "irt": 19115, + "iris": 19116, + "irms": 19117, + "iridium": 19118, + "irvine": 19119, + "irscop": 19120, + "iridescent": 19121, + "irreducible": 19122, + "irregularities": 19123, + "omphacitic": 19124, + "offered": 19125, + "offering": 19126, + "offshore": 19127, + "offscr": 19128, + "illustrator": 19129, + "cameroon": 19130, + "mushroom": 19131, + "sidl": 19132, + "siderophile": 19133, + "cannibalization": 19134, + "polymers": 19135, + "polymictic": 19136, + "breakdowns": 19137, + "omphaciteand": 19138, + "widens": 19139, + "widening": 19140, + "widened": 19141, + "understandable": 19142, + "lawsoniteand": 19143, + "retards": 19144, + "retracted": 19145, + "retentive": 19146, + "retreat": 19147, + "returning": 19148, + "responds": 19149, + "responsiv": 19150, + "dryer": 19151, + "tecotonomet": 19152, + "##oyoshi": 19153, + "extremes": 19154, + "extremum": 19155, + "ce3": 19156, + "luo": 19157, + "luanch": 19158, + "ludw": 19159, + "lumped": 19160, + "lujav": 19161, + "lumpy": 19162, + "##ference": 19163, + "##alleled": 19164, + "evaluates": 19165, + "1123": 19166, + "blocked": 19167, + "technic": 19168, + "technical": 19169, + "technically": 19170, + "technological": 19171, + "hp32": 19172, + "hp41": 19173, + "##tooth": 19174, + "spatiotempor": 19175, + "archived": 19176, + "87mn": 19177, + "##ansson": 19178, + "fauna": 19179, + "liners": 19180, + "permil": 19181, + "retrogressive": 19182, + "##abilistic": 19183, + "dehydrations": 19184, + "dehydrating": 19185, + "70v": 19186, + "7070": 19187, + "7095": 19188, + "7044": 19189, + "7027": 19190, + "7047": 19191, + "7089": 19192, + "7028": 19193, + "70512": 19194, + "70780": 19195, + "701256": 19196, + "balances": 19197, + "balta": 19198, + "missing": 19199, + "misfit": 19200, + "misinter": 19201, + "distorted": 19202, + "disthene": 19203, + "probes": 19204, + "probed": 19205, + "probabilistic": 19206, + "##pentine": 19207, + "lacked": 19208, + "torfajokull": 19209, + "##148": 19210, + "##ordur": 19211, + "##ordland": 19212, + "topo": 19213, + "topologies": 19214, + "topics": 19215, + "topographical": 19216, + "attractively": 19217, + "arrived": 19218, + "arrival": 19219, + "arriving": 19220, + "serpentines": 19221, + "serpentinised": 19222, + "southernmost": 19223, + "didn": 19224, + "didier": 19225, + "didcidx": 19226, + "migel": 19227, + "##ernberg": 19228, + "chalco": 19229, + "feoi": 19230, + "precipitations": 19231, + "precipitating": 19232, + "catolic": 19233, + "catastroph": 19234, + "creait": 19235, + "creighton": 19236, + "##ysuz": 19237, + "mountainous": 19238, + "867": 19239, + "8620": 19240, + "positioning": 19241, + "documentation": 19242, + "independence": 19243, + "fla": 19244, + "flushed": 19245, + "flanks": 19246, + "flags": 19247, + "florenc": 19248, + "flanking": 19249, + "flotation": 19250, + "fladle": 19251, + "flavors": 19252, + "flawed": 19253, + "joel": 19254, + "joins": 19255, + "joides": 19256, + "lengthand": 19257, + "zns": 19258, + "znse": 19259, + "atomistic": 19260, + "chamosite": 19261, + "overlined": 19262, + "broadened": 19263, + "hollist": 19264, + "logc": 19265, + "logs": 19266, + "logd": 19267, + "logσ": 19268, + "logical": 19269, + "logically": 19270, + "logging": 19271, + "logfo2": 19272, + "##wardship": 19273, + "##209": 19274, + "##2047": 19275, + "reflective": 19276, + "351": 19277, + "352": 19278, + "353": 19279, + "3500": 19280, + "3570": 19281, + "3573": 19282, + "3540": 19283, + "3523": 19284, + "3597": 19285, + "3521": 19286, + "905": 19287, + "902": 19288, + "908": 19289, + "909": 19290, + "90al1": 19291, + "##uda": 19292, + "steam": 19293, + "stepped": 19294, + "stevenson": 19295, + "stewart": 19296, + "stewardship": 19297, + "summing": 19298, + "summation": 19299, + "236": 19300, + "2356": 19301, + "233u": 19302, + "rbk": 19303, + "##scoe": 19304, + "exsolves": 19305, + "classifications": 19306, + "edwards": 19307, + "edged": 19308, + "edgar": 19309, + "##works": 19310, + "handled": 19311, + "polarizing": 19312, + "polarised": 19313, + "polarisation": 19314, + "polarizers": 19315, + "freight": 19316, + "freise": 19317, + "freiling": 19318, + "frezz": 19319, + "freiberg": 19320, + "mpt08": 19321, + "svenska": 19322, + "sensible": 19323, + "senbongi": 19324, + "##afesi": 19325, + "##afluor": 19326, + "##75hr": 19327, + "##75cpx3h1": 19328, + "mineralogies": 19329, + "mineralogie": 19330, + "2065": 19331, + "misorientated": 19332, + "misorientaiton": 19333, + "##1313": 19334, + "##13and2": 19335, + "protective": 19336, + "scatters": 19337, + "condensing": 19338, + "squaw": 19339, + "terraces": 19340, + "territories": 19341, + "paint": 19342, + "##mania": 19343, + "##manowski": 19344, + "gradation": 19345, + "meteor": 19346, + "meteorites": 19347, + "elastically": 19348, + "500t": 19349, + "mci": 19350, + "mcar": 19351, + "mcma": 19352, + "mcint": 19353, + "mcfar": 19354, + "shorten": 19355, + "shortens": 19356, + "shorttle": 19357, + "shortened": 19358, + "shortcoming": 19359, + "amphiboliteand": 19360, + "merge": 19361, + "merensky": 19362, + "merwe": 19363, + "mercier": 19364, + "merlini": 19365, + "peralkalinity": 19366, + "snom": 19367, + "snap": 19368, + "snyder": 19369, + "snæfell": 19370, + "henceforth": 19371, + "substitutes": 19372, + "protolithic": 19373, + "ohm": 19374, + "ohand": 19375, + "implicates": 19376, + "implicating": 19377, + "mediumand": 19378, + "245": 19379, + "243": 19380, + "244": 19381, + "goldor": 19382, + "opens": 19383, + "opals": 19384, + "##icek": 19385, + "hybrids": 19386, + "hybridise": 19387, + "hybridising": 19388, + "underground": 19389, + "ccp": 19390, + "ccd": 19391, + "cycled": 19392, + "examines": 19393, + "shares": 19394, + "sharper": 19395, + "keyed": 19396, + "224": 19397, + "229": 19398, + "2280": 19399, + "752": 19400, + "757": 19401, + "gaspari": 19402, + "##60lv": 19403, + "stabilised": 19404, + "camgsi": 19405, + "camgsi2o6": 19406, + "455": 19407, + "457": 19408, + "emi": 19409, + "emg": 19410, + "emit": 19411, + "emitted": 19412, + "emitting": 19413, + "emerged": 19414, + "emitter": 19415, + "alternates": 19416, + "procedural": 19417, + "sheared": 19418, + "vfz": 19419, + "vfand": 19420, + "##vantages": 19421, + "##apsulated": 19422, + "acquiring": 19423, + "entries": 19424, + "pyroxeniteand": 19425, + "pyroxeniteto": 19426, + "drillcores": 19427, + "farmer": 19428, + "farthest": 19429, + "vienna": 19430, + "reproduction": 19431, + "molarity": 19432, + "supplemented": 19433, + "essence": 19434, + "japanese": 19435, + "circa": 19436, + "exciting": 19437, + "exciplex": 19438, + "backgrounds": 19439, + "backgroundand": 19440, + "metasomatised": 19441, + "metasomatization": 19442, + "metasomatize": 19443, + "803": 19444, + "804": 19445, + "807": 19446, + "806": 19447, + "tiburon": 19448, + "minimized": 19449, + "minimizing": 19450, + "minimizes": 19451, + "minimising": 19452, + "minimises": 19453, + "discreet": 19454, + "author": 19455, + "tetraor": 19456, + "019": 19457, + "0115": 19458, + "01sb": 19459, + "float": 19460, + "##naiss": 19461, + "##naeplgr": 19462, + "reasoning": 19463, + "publically": 19464, + "sharpe": 19465, + "sharpness": 19466, + "281": 19467, + "285": 19468, + "28w": 19469, + "288": 19470, + "2800": 19471, + "2850": 19472, + "2830": 19473, + "2880": 19474, + "2824": 19475, + "2835": 19476, + "2821": 19477, + "2871": 19478, + "265": 19479, + "263": 19480, + "2610": 19481, + "2660": 19482, + "2623": 19483, + "2662": 19484, + "2683": 19485, + "binaries": 19486, + "massively": 19487, + "ptotal": 19488, + "begun": 19489, + "channelling": 19490, + "006": 19491, + "0065": 19492, + "0024": 19493, + "002047": 19494, + "mwu": 19495, + "mwl": 19496, + "mwuss": 19497, + "crystallographically": 19498, + "corresponded": 19499, + "channel5": 19500, + "channelizes": 19501, + "vss": 19502, + "vsusp": 19503, + "##stantinou": 19504, + "vestiges": 19505, + "##efs": 19506, + "interspersed": 19507, + "disequilibria": 19508, + "recrystallize": 19509, + "ambiguity": 19510, + "contributor": 19511, + "predominate": 19512, + "achieves": 19513, + "achievement": 19514, + "achievable": 19515, + "jiurui": 19516, + "mq14": 19517, + "mq27": 19518, + "sucked": 19519, + "##maxp": 19520, + "disperse": 19521, + "disperses": 19522, + "dispersing": 19523, + "formulate": 19524, + "formulating": 19525, + "strengthened": 19526, + "conditioned": 19527, + "homogenise": 19528, + "homogenised": 19529, + "homogenisation": 19530, + "biological": 19531, + "biosphere": 19532, + "bioge": 19533, + "promising": 19534, + "promotion": 19535, + "##rensen": 19536, + "ga3": 19537, + "gaft": 19538, + "gahnite": 19539, + "gaillard": 19540, + "rounding": 19541, + "##oblasts": 19542, + "princeton": 19543, + "irregularity": 19544, + "izbekov": 19545, + "izrael": 19546, + "insb": 19547, + "insure": 19548, + "insulation": 19549, + "insulating": 19550, + "integrity": 19551, + "integrally": 19552, + "integrating": 19553, + "collisions": 19554, + "featureless": 19555, + "globe": 19556, + "advect": 19557, + "advise": 19558, + "advisable": 19559, + "recognisably": 19560, + "recognizable": 19561, + "1350оc": 19562, + "spectroscopic": 19563, + "substitutional": 19564, + "opposition": 19565, + "constituted": 19566, + "isochrones": 19567, + "isochronous": 19568, + "reconsidered": 19569, + "reconnaiss": 19570, + "liezers": 19571, + "weaken": 19572, + "weakens": 19573, + "1034": 19574, + "inferior": 19575, + "inferring": 19576, + "ferroaugite": 19577, + "molecules": 19578, + "flatten": 19579, + "flatness": 19580, + "flattens": 19581, + "557": 19582, + "5500": 19583, + "buick": 19584, + "jugo": 19585, + "actlab": 19586, + "actuators": 19587, + "frontal": 19588, + "substantiate": 19589, + "1873": 19590, + "narrowed": 19591, + "052": 19592, + "0515": 19593, + "0005": 19594, + "00014": 19595, + "00037": 19596, + "000013": 19597, + "363": 19598, + "3630": 19599, + "3612": 19600, + "3685": 19601, + "3645": 19602, + "3641": 19603, + "3686": 19604, + "3646": 19605, + "casting": 19606, + "casio": 19607, + "cassegr": 19608, + "purged": 19609, + "pursue": 19610, + "purchased": 19611, + "divides": 19612, + "divisions": 19613, + "1883": 19614, + "323": 19615, + "3290": 19616, + "3270": 19617, + "3216": 19618, + "3295": 19619, + "3219": 19620, + "651": 19621, + "653": 19622, + "654": 19623, + "659": 19624, + "657": 19625, + "tsuno": 19626, + "##ahti": 19627, + "##hai": 19628, + "inherit": 19629, + "inherits": 19630, + "sphene": 19631, + "tetrahedrally": 19632, + "034": 19633, + "039": 19634, + "036": 19635, + "332": 19636, + "333": 19637, + "3300": 19638, + "3360": 19639, + "3393": 19640, + "3326": 19641, + "3355": 19642, + "7325": 19643, + "airlock": 19644, + "pilet": 19645, + "robie": 19646, + "roberson": 19647, + "riverbed": 19648, + "tamaki": 19649, + "tamazeght": 19650, + "realm": 19651, + "realize": 19652, + "realization": 19653, + "realisation": 19654, + "immense": 19655, + "immersed": 19656, + "groundmasses": 19657, + "bath14": 19658, + "hc1": 19659, + "hc3": 19660, + "lastly": 19661, + "mh25": 19662, + "seminal": 19663, + "semiconduc": 19664, + "semiquantit": 19665, + "##3o4": 19666, + "##3o9": 19667, + "##3o12": 19668, + "##elsk": 19669, + "##elsberg": 19670, + "connects": 19671, + "connections": 19672, + "connolly": 19673, + "repeating": 19674, + "061": 19675, + "062": 19676, + "0612": 19677, + "06mg": 19678, + "211": 19679, + "217": 19680, + "2167": 19681, + "2161": 19682, + "gsb": 19683, + "crucially": 19684, + "restricting": 19685, + "restrictive": 19686, + "restrictions": 19687, + "qualify": 19688, + "cmasnh": 19689, + "pseudoper": 19690, + "pseudowollastonite": 19691, + "pseudopot": 19692, + "8430": 19693, + "84titot": 19694, + "operation": 19695, + "operative": 19696, + "efficacy": 19697, + "vesiculate": 19698, + "morphologically": 19699, + "penns": 19700, + "penniston": 19701, + "salts": 19702, + "salites": 19703, + "salvad": 19704, + "salmang": 19705, + "salipu": 19706, + "weld": 19707, + "welche": 19708, + "instructive": 19709, + "anneal": 19710, + "tephro": 19711, + "tephrite": 19712, + "tephritic": 19713, + "tephrites": 19714, + "plasticity": 19715, + "silvercorp": 19716, + "naalsi1": 19717, + "batholithic": 19718, + "δ30siol": 19719, + "δ30sipl": 19720, + "024": 19721, + "029": 19722, + "027": 19723, + "0211": 19724, + "373": 19725, + "374": 19726, + "376": 19727, + "952": 19728, + "95mo": 19729, + "miller": 19730, + "millenia": 19731, + "millenial": 19732, + "millisecond": 19733, + "tonalities": 19734, + "##poise": 19735, + "##pointing": 19736, + "chem2d": 19737, + "datasheet": 19738, + "corrensites": 19739, + "preferable": 19740, + "papers": 19741, + "1508": 19742, + "1505jd10": 19743, + "1506jd": 19744, + "3400": 19745, + "3450": 19746, + "3420": 19747, + "3483": 19748, + "3448": 19749, + "3471": 19750, + "3439": 19751, + "drier": 19752, + "habits": 19753, + "mingxi": 19754, + "nitrate": 19755, + "rifts": 19756, + "##ofocus": 19757, + "##735b": 19758, + "##alpic": 19759, + "reverted": 19760, + "reversing": 19761, + "ascertained": 19762, + "crinanitic": 19763, + "analogously": 19764, + "colouration": 19765, + "percolated": 19766, + "encapsulated": 19767, + "ignoring": 19768, + "charnockitic": 19769, + "nmr": 19770, + "vrededort": 19771, + "##da2da": 19772, + "##gm2": 19773, + "playa": 19774, + "underscore": 19775, + "removable": 19776, + "greyish": 19777, + "furniture": 19778, + "299": 19779, + "297": 19780, + "2930": 19781, + "2995": 19782, + "pulled": 19783, + "roughness": 19784, + "wright": 19785, + "wraps": 19786, + "invert": 19787, + "proxies": 19788, + "dissecting": 19789, + "granophyres": 19790, + "outcomes": 19791, + "outcompetes": 19792, + "icpmsdat": 19793, + "helping": 19794, + "titanate": 19795, + "titania": 19796, + "titanian": 19797, + "titaniferous": 19798, + "arrhenian": 19799, + "segmented": 19800, + "gaining": 19801, + "nano": 19802, + "nanometer": 19803, + "nanometric": 19804, + "naney": 19805, + "nanomet": 19806, + "nanostructural": 19807, + "nanbo3": 19808, + "nanocharacter": 19809, + "nanogranular": 19810, + "nanofocus": 19811, + "resisted": 19812, + "resistances": 19813, + "recovering": 19814, + "barsanti": 19815, + "facilities": 19816, + "doublets": 19817, + "bleb": 19818, + "bleed": 19819, + "gdn": 19820, + "gd19": 19821, + "gdvo4": 19822, + "peccer": 19823, + "##arsson": 19824, + "ancillary": 19825, + "interstratification": 19826, + "120and": 19827, + "contextualize": 19828, + "ideality": 19829, + "31i": 19830, + "31p": 19831, + "311": 19832, + "319": 19833, + "3130": 19834, + "3194": 19835, + "3181": 19836, + "3869": 19837, + "csvz": 19838, + "certainty": 19839, + "horizontally": 19840, + "treating": 19841, + "treats": 19842, + "tems": 19843, + "strikes": 19844, + "researches": 19845, + "plasmas": 19846, + "lister": 19847, + "excellence": 19848, + "2507": 19849, + "47o": 19850, + "471": 19851, + "935": 19852, + "936": 19853, + "9336": 19854, + "93nb": 19855, + "pinpointing": 19856, + "vanish": 19857, + "vanishing": 19858, + "vancou": 19859, + "##axis": 19860, + "forsterites": 19861, + "ensured": 19862, + "ensuing": 19863, + "1981": 19864, + "1984": 19865, + "robustly": 19866, + "robustness": 19867, + "researched": 19868, + "dateable": 19869, + "huerto": 19870, + "huhma": 19871, + "huinan": 19872, + "huashan": 19873, + "macpherson": 19874, + "macroscopically": 19875, + "nowicki": 19876, + "pdf": 19877, + "pd25": 19878, + "pdtdt": 19879, + "unrepres": 19880, + "unrevealing": 19881, + "leucitites": 19882, + "leucititic": 19883, + "intraand": 19884, + "intraoceanic": 19885, + "faulted": 19886, + "emphasised": 19887, + "emphasizes": 19888, + "emphasises": 19889, + "packaged": 19890, + "swiss": 19891, + "swedish": 19892, + "swallowtail": 19893, + "swift": 19894, + "testify": 19895, + "testifies": 19896, + "##hungata": 19897, + "whoi": 19898, + "evaporating": 19899, + "outlining": 19900, + "##ographies": 19901, + "araguinha": 19902, + "discrepant": 19903, + "274": 19904, + "277": 19905, + "2750": 19906, + "2730": 19907, + "2775": 19908, + "2767": 19909, + "431": 19910, + "434": 19911, + "439": 19912, + "4321": 19913, + "bayeris": 19914, + "presumable": 19915, + "tracked": 19916, + "softened": 19917, + "solvcal": 19918, + "redistributing": 19919, + "designation": 19920, + "designations": 19921, + "exploiting": 19922, + "explosivity": 19923, + "drawings": 19924, + "powering": 19925, + "adjusts": 19926, + "adjustable": 19927, + "thirdly": 19928, + "expandable": 19929, + "potassiumfile": 19930, + "481": 19931, + "485": 19932, + "487": 19933, + "4800": 19934, + "524": 19935, + "527": 19936, + "52cr": 19937, + "671": 19938, + "678": 19939, + "6700": 19940, + "boot": 19941, + "daylight": 19942, + "masked": 19943, + "masking": 19944, + "mascom": 19945, + "masotta": 19946, + "pippard": 19947, + "stiffer": 19948, + "##o4anhydrite": 19949, + "stoe": 19950, + "stoffler": 19951, + "staging": 19952, + "diverted": 19953, + "diverges": 19954, + "diversify": 19955, + "leftmost": 19956, + "transforming": 19957, + "2000b": 19958, + "4169": 19959, + "diluting": 19960, + "dilatation": 19961, + "freshly": 19962, + "guides": 19963, + "guided": 19964, + "guarant": 19965, + "recharged": 19966, + "recherches": 19967, + "streak": 19968, + "subcontinent": 19969, + "oscillate": 19970, + "barely": 19971, + "fittings": 19972, + "linkage": 19973, + "2386": 19974, + "238pb": 19975, + "tschermakitic": 19976, + "544": 19977, + "5479": 19978, + "5600": 19979, + "kiln": 19980, + "kilian": 19981, + "morten": 19982, + "mortars": 19983, + "attach": 19984, + "attest": 19985, + "attacks": 19986, + "corrector": 19987, + "arguing": 19988, + "questionable": 19989, + "445": 19990, + "4470": 19991, + "599": 19992, + "597": 19993, + "596": 19994, + "854": 19995, + "briefer": 19996, + "british": 19997, + "digits": 19998, + "ethylene": 19999, + "h2oto": 20000, + "##ositivity": 20001, + "challis": 20002, + "challenges": 20003, + "feolivine": 20004, + "subtractive": 20005, + "overestimating": 20006, + "propagates": 20007, + "realistically": 20008, + "091": 20009, + "098": 20010, + "09vd": 20011, + "692": 20012, + "694": 20013, + "6950": 20014, + "883": 20015, + "octopole": 20016, + "sectoral": 20017, + "wavelet": 20018, + "##sdorfer": 20019, + "##sdottir": 20020, + "##hangshan": 20021, + "##hangelsk": 20022, + "coherence": 20023, + "coherency": 20024, + "classes": 20025, + "classed": 20026, + "perforations": 20027, + "prisms": 20028, + "capacities": 20029, + "capacitance": 20030, + "snows": 20031, + "snowbir": 20032, + "prominently": 20033, + "mobilities": 20034, + "mobilise": 20035, + "mobilisation": 20036, + "bottoms": 20037, + "attempting": 20038, + "088": 20039, + "087": 20040, + "08sio3": 20041, + "46p": 20042, + "468": 20043, + "57b": 20044, + "572": 20045, + "5700": 20046, + "57fe": 20047, + "826": 20048, + "9193": 20049, + "91zr": 20050, + "budgeting": 20051, + "buddington": 20052, + "rotating": 20053, + "rottier": 20054, + "warran": 20055, + "##going": 20056, + "court": 20057, + "courtier": 20058, + "coinciding": 20059, + "attenuated": 20060, + "##abricated": 20061, + "inconsistently": 20062, + "inconsistency": 20063, + "inconsistencies": 20064, + "analyzers": 20065, + "arrowed": 20066, + "poikiolitic": 20067, + "monitoring": 20068, + "103lnβmin": 20069, + "ophiolithic": 20070, + "hawaiites": 20071, + "cathodoluminesce": 20072, + "cathodoluminesence": 20073, + "cathodoluminescent": 20074, + "jxa98": 20075, + "491": 20076, + "496": 20077, + "49ti": 20078, + "631": 20079, + "637": 20080, + "6390": 20081, + "6360lv": 20082, + "bimodality": 20083, + "dtgs": 20084, + "fb23": 20085, + "fb22": 20086, + "foreland": 20087, + "foregoing": 20088, + "fabricated": 20089, + "gulf": 20090, + "gulada": 20091, + "morse": 20092, + "morison": 20093, + "morado": 20094, + "morris": 20095, + "morimoto": 20096, + "morocco": 20097, + "morishita": 20098, + "machida": 20099, + "named": 20100, + "naked": 20101, + "nakagawa": 20102, + "nist610": 20103, + "pumiceous": 20104, + "ubide": 20105, + "vacant": 20106, + "zeiss": 20107, + "##asaltic": 20108, + "##elineau": 20109, + "startling": 20110, + "checking": 20111, + "quadratic": 20112, + "quadril": 20113, + "metapelite": 20114, + "appreciated": 20115, + "validation": 20116, + "validating": 20117, + "meshes": 20118, + "defocuss": 20119, + "defocussed": 20120, + "succession": 20121, + "batchelor": 20122, + "poikiloblasts": 20123, + "076": 20124, + "07co3": 20125, + "07vd": 20126, + "1b2c5": 20127, + "423": 20128, + "4248": 20129, + "999": 20130, + "amplified": 20131, + "dedicated": 20132, + "engelhard": 20133, + "engulfs": 20134, + "odling": 20135, + "exerting": 20136, + "compensators": 20137, + "programs": 20138, + "smoothed": 20139, + "smoothing": 20140, + "micronizing": 20141, + "amorphize": 20142, + "amorphized": 20143, + "patchiness": 20144, + "acquisitions": 20145, + "remobilised": 20146, + "remobilises": 20147, + "044": 20148, + "046": 20149, + "04230": 20150, + "bentor": 20151, + "bentonites": 20152, + "bentonitic": 20153, + "damages": 20154, + "german": 20155, + "herring": 20156, + "idioto": 20157, + "mlt": 20158, + "milky": 20159, + "mos2": 20160, + "pocket": 20161, + "renishaw": 20162, + "rigaku": 20163, + "utilize": 20164, + "utilization": 20165, + "utilise": 20166, + "utilised": 20167, + "utilising": 20168, + "##hisa": 20169, + "##32fo2": 20170, + "institut": 20171, + "##ething": 20172, + "revived": 20173, + "revolves": 20174, + "attains": 20175, + "orangeites": 20176, + "weathered": 20177, + "unpub": 20178, + "unpredict": 20179, + "mgco3l": 20180, + "alloying": 20181, + "1443": 20182, + "1447": 20183, + "meaningless": 20184, + "conventionally": 20185, + "favorably": 20186, + "tetrahedrons": 20187, + "austroalp": 20188, + "d293": 20189, + "d296": 20190, + "d218": 20191, + "fisler": 20192, + "fissures": 20193, + "holey": 20194, + "hole735b": 20195, + "myers": 20196, + "skora": 20197, + "skelton": 20198, + "skogby": 20199, + "skialithic": 20200, + "wolf": 20201, + "wolff": 20202, + "##psar": 20203, + "suny": 20204, + "hypervelocity": 20205, + "impede": 20206, + "impeding": 20207, + "transiting": 20208, + "transience": 20209, + "plumbotectonic": 20210, + "permitting": 20211, + "concerns": 20212, + "mc1314r06": 20213, + "mc1314r12": 20214, + "insensitivity": 20215, + "cascio": 20216, + "cascadian": 20217, + "cascadia": 20218, + "discriminative": 20219, + "discriminatory": 20220, + "3507": 20221, + "791": 20222, + "795": 20223, + "792": 20224, + "97o": 20225, + "elutriation": 20226, + "failures": 20227, + "kgpa": 20228, + "mossa": 20229, + "please": 20230, + "pleochroism": 20231, + "tomographies": 20232, + "conceptually": 20233, + "anvils": 20234, + "interlabor": 20235, + "interlinked": 20236, + "interlocking": 20237, + "wehrlitization": 20238, + "unfilled": 20239, + "metabasite": 20240, + "adopting": 20241, + "decouple": 20242, + "complemented": 20243, + "infracrustal": 20244, + "transitionaland": 20245, + "brecciation": 20246, + "encountering": 20247, + "dissociates": 20248, + "occupation": 20249, + "hammers": 20250, + "819": 20251, + "981": 20252, + "989": 20253, + "cuprite": 20254, + "dredges": 20255, + "dredging": 20256, + "dafa": 20257, + "dafan": 20258, + "fibre": 20259, + "fibers": 20260, + "grossly": 20261, + "ninefold": 20262, + "sørensen": 20263, + "tenth": 20264, + "##lemite": 20265, + "##anova": 20266, + "##etotal": 20267, + "anatectic": 20268, + "anataxis": 20269, + "collar": 20270, + "collars": 20271, + "collared": 20272, + "discontinuities": 20273, + "unmineral": 20274, + "unmolten": 20275, + "unmetamorph": 20276, + "thermochronologic": 20277, + "2014c": 20278, + "monzo": 20279, + "monzogranite": 20280, + "curvatures": 20281, + "curviplan": 20282, + "schmolke": 20283, + "decompositions": 20284, + "polarons": 20285, + "inspect": 20286, + "sandwiches": 20287, + "fbh15": 20288, + "51v": 20289, + "519": 20290, + "721": 20291, + "72685": 20292, + "89y": 20293, + "895": 20294, + "893": 20295, + "boxes": 20296, + "fm37": 20297, + "haplob": 20298, + "konrad": 20299, + "konstantinou": 20300, + "ldu": 20301, + "ldth": 20302, + "ldree": 20303, + "ldhf": 20304, + "ldnb": 20305, + "ldzr": 20306, + "nickle": 20307, + "skew": 20308, + "tursack": 20309, + "tails": 20310, + "tailored": 20311, + "worthwhile": 20312, + "##eringer": 20313, + "##iterated": 20314, + "co3f": 20315, + "shutdown": 20316, + "disagree": 20317, + "precede": 20318, + "preceded": 20319, + "precedent": 20320, + "1264": 20321, + "1266": 20322, + "transferring": 20323, + "1305": 20324, + "1307": 20325, + "130xe": 20326, + "radiationless": 20327, + "superimposition": 20328, + "assimilants": 20329, + "counteract": 20330, + "counterint": 20331, + "counteracting": 20332, + "counterpart": 20333, + "counterpoise": 20334, + "favouring": 20335, + "accommodation": 20336, + "accommodating": 20337, + "51288": 20338, + "51296": 20339, + "6400": 20340, + "6497": 20341, + "749": 20342, + "7440": 20343, + "949": 20344, + "bonnich": 20345, + "burg": 20346, + "mirwald": 20347, + "mira3": 20348, + "##fla": 20349, + "totterdell": 20350, + "totalling": 20351, + "complicating": 20352, + "annually": 20353, + "annuli": 20354, + "annulus": 20355, + "annotated": 20356, + "tripoli": 20357, + "chilean": 20358, + "chipilapa": 20359, + "pressurization": 20360, + "pressurizing": 20361, + "unconsolidated": 20362, + "unconvinc": 20363, + "underestimation": 20364, + "underestimations": 20365, + "undertakes": 20366, + "recalculate": 20367, + "greenschistand": 20368, + "tectonism": 20369, + "tectonovolcanic": 20370, + "tectonothermal": 20371, + "mcdade": 20372, + "mcdowell": 20373, + "mcdermitt": 20374, + "interlaying": 20375, + "anatolid": 20376, + "anatolide": 20377, + "haplogranitic": 20378, + "skeleton": 20379, + "cummingonite": 20380, + "insignificantly": 20381, + "2ci": 20382, + "2camg": 20383, + "535": 20384, + "533": 20385, + "624": 20386, + "6200": 20387, + "71148": 20388, + "fsc12332": 20389, + "hardest": 20390, + "hardening": 20391, + "kepuer": 20392, + "medio": 20393, + "medical": 20394, + "ruling": 20395, + "vermees": 20396, + "##bohedral": 20397, + "##inturk": 20398, + "coarsened": 20399, + "isochoric": 20400, + "isochorically": 20401, + "cr3d": 20402, + "hafs": 20403, + "collectable": 20404, + "collectors": 20405, + "2012b": 20406, + "2015a": 20407, + "2015b": 20408, + "srm981": 20409, + "1317": 20410, + "131ba": 20411, + "131xen": 20412, + "chlorides": 20413, + "chlorapatite": 20414, + "2003c": 20415, + "2003b": 20416, + "australian": 20417, + "delineation": 20418, + "delineates": 20419, + "hypothesise": 20420, + "hypothesizes": 20421, + "opportunities": 20422, + "electrostatic": 20423, + "everywhere": 20424, + "perturbing": 20425, + "778": 20426, + "761": 20427, + "763": 20428, + "766": 20429, + "aplitic": 20430, + "davies": 20431, + "fissionogenic": 20432, + "kelvins": 20433, + "motoyoshi": 20434, + "nasa": 20435, + "nash": 20436, + "nasdal": 20437, + "omit": 20438, + "omura": 20439, + "omitting": 20440, + "omnip": 20441, + "rt2": 20442, + "rtln": 20443, + "s4a": 20444, + "s4b": 20445, + "tuysuz": 20446, + "tm07": 20447, + "woodhead": 20448, + "##innigan": 20449, + "magnetics": 20450, + "shimadzu": 20451, + "restarted": 20452, + "arbitral": 20453, + "detritus": 20454, + "carlin": 20455, + "carlos": 20456, + "δ18owater": 20457, + "δ18ocore": 20458, + "montel": 20459, + "montdorite": 20460, + "intracontin": 20461, + "symplectic": 20462, + "1971": 20463, + "1972": 20464, + "1979": 20465, + "1977": 20466, + "1976": 20467, + "prevailed": 20468, + "possesses": 20469, + "possessed": 20470, + "1435": 20471, + "volatilize": 20472, + "circumference": 20473, + "suspensions": 20474, + "establishes": 20475, + "establishment": 20476, + "consumptive": 20477, + "gravitationally": 20478, + "destabilized": 20479, + "destabilizing": 20480, + "mirror": 20481, + "fsc1332r06": 20482, + "incongruently": 20483, + "6cafes": 20484, + "6cafesi": 20485, + "9212": 20486, + "92fe0": 20487, + "969": 20488, + "963wh2o": 20489, + "dropped": 20490, + "hoog": 20491, + "hoover": 20492, + "hofformationn": 20493, + "hoefs": 20494, + "marianell": 20495, + "pelite": 20496, + "peltier": 20497, + "pelagic": 20498, + "rheologically": 20499, + "sxfive": 20500, + "tremendous": 20501, + "urtite": 20502, + "urged": 20503, + "visually": 20504, + "wild": 20505, + "wilkins": 20506, + "willemite": 20507, + "##selaer": 20508, + "##bourgh": 20509, + "##2400": 20510, + "##2460": 20511, + "##argad": 20512, + "protruded": 20513, + "protruding": 20514, + "speedometry": 20515, + "persisted": 20516, + "persistence": 20517, + "submicron": 20518, + "hygroscopic": 20519, + "carbides": 20520, + "improvements": 20521, + "regularity": 20522, + "microfracture": 20523, + "microfracturing": 20524, + "surveys": 20525, + "pyrolysis": 20526, + "syngenetic": 20527, + "syngenetically": 20528, + "captures": 20529, + "mswds": 20530, + "freezer": 20531, + "taihang": 20532, + "multipoles": 20533, + "1794": 20534, + "179hf": 20535, + "rooted": 20536, + "optimum": 20537, + "optimised": 20538, + "reconciling": 20539, + "extrapolate": 20540, + "extrapolates": 20541, + "immobility": 20542, + "scientists": 20543, + "warmest": 20544, + "metabasalt": 20545, + "discontinuously": 20546, + "lanthanum": 20547, + "disaggregating": 20548, + "831": 20549, + "839": 20550, + "837": 20551, + "8900r": 20552, + "bellto": 20553, + "d3a": 20554, + "hvasshjall": 20555, + "happel": 20556, + "iterated": 20557, + "iterations": 20558, + "kinked": 20559, + "kinzler": 20560, + "liberating": 20561, + "putting": 20562, + "putative": 20563, + "putty": 20564, + "putlitz": 20565, + "pigeonites": 20566, + "xh2ofl": 20567, + "##ukov": 20568, + "##ukcu": 20569, + "##mncak": 20570, + "##mg4al": 20571, + "##xos2b": 20572, + "compressible": 20573, + "compressibilities": 20574, + "suprasol": 20575, + "suprachondritic": 20576, + "mahoney": 20577, + "splits": 20578, + "splatter": 20579, + "subordinately": 20580, + "fluoroph": 20581, + "strictu": 20582, + "learned": 20583, + "raimond": 20584, + "discoveries": 20585, + "maximize": 20586, + "maximise": 20587, + "maximizes": 20588, + "maximillian": 20589, + "1602": 20590, + "schoenberg": 20591, + "goals": 20592, + "retrieving": 20593, + "summarizing": 20594, + "challenged": 20595, + "reviewer": 20596, + "reviewers": 20597, + "intergrainular": 20598, + "okayama": 20599, + "visualization": 20600, + "visualise": 20601, + "reprecipitated": 20602, + "375209": 20603, + "da0exp": 20604, + "jd10": 20605, + "jdlc": 20606, + "lacro3": 20607, + "mutual": 20608, + "palmierite": 20609, + "palagonite": 20610, + "waldbaum": 20611, + "##empirical": 20612, + "##354": 20613, + "##estionably": 20614, + "inserts": 20615, + "##staedter": 20616, + "isogrades": 20617, + "reiners": 20618, + "compounded": 20619, + "alm58": 20620, + "cruises": 20621, + "anticlinal": 20622, + "lifetimes": 20623, + "quicker": 20624, + "objectives": 20625, + "neoformation": 20626, + "neoformed": 20627, + "repulsion": 20628, + "arsenal": 20629, + "arsenic": 20630, + "prerequisites": 20631, + "104t": 20632, + "1042": 20633, + "104rt": 20634, + "detonated": 20635, + "detonations": 20636, + "hydroxide": 20637, + "contradicting": 20638, + "limestones": 20639, + "outpace": 20640, + "outputs": 20641, + "136xesf": 20642, + "petrographiques": 20643, + "multiclass": 20644, + "multicollect": 20645, + "eliminates": 20646, + "##iefontein": 20647, + "supersaturate": 20648, + "governing": 20649, + "governs": 20650, + "delivery": 20651, + "fragmentation": 20652, + "geothermobarometric": 20653, + "consensually": 20654, + "encompassed": 20655, + "encompassing": 20656, + "subtractions": 20657, + "vermiculate": 20658, + "vermiculite": 20659, + "californian": 20660, + "erroneously": 20661, + "fumarole": 20662, + "koulakov": 20663, + "menzies": 20664, + "paste": 20665, + "pasco": 20666, + "tilting": 20667, + "turbidite": 20668, + "turbidity": 20669, + "vitron": 20670, + "vitroph": 20671, + "wait": 20672, + "δe0": 20673, + "##jallajokull": 20674, + "##itons": 20675, + "conforms": 20676, + "receiver": 20677, + "receives": 20678, + "exemplify": 20679, + "stems": 20680, + "ordinarily": 20681, + "shielded": 20682, + "intermitted": 20683, + "modestly": 20684, + "uncharacter": 20685, + "neutrons": 20686, + "army": 20687, + "armenia": 20688, + "armoring": 20689, + "arm200": 20690, + "ims3f": 20691, + "106t2": 20692, + "impurity": 20693, + "erdmannsdorfer": 20694, + "overcame": 20695, + "overcomes": 20696, + "rawling": 20697, + "america": 20698, + "survival": 20699, + "survivability": 20700, + "discerned": 20701, + "discerning": 20702, + "discernable": 20703, + "2004a": 20704, + "ellis": 20705, + "ellam": 20706, + "schwab": 20707, + "postdating": 20708, + "disturbing": 20709, + "attributing": 20710, + "catalcesme": 20711, + "cyclically": 20712, + "nanocrystalline": 20713, + "103lnαi": 20714, + "103lnαqz": 20715, + "phenomenology": 20716, + "geoscience": 20717, + "pyroclasts": 20718, + "grospydite": 20719, + "hvalneskro": 20720, + "aztec": 20721, + "azmaxp": 20722, + "berry": 20723, + "bertsch": 20724, + "berdig": 20725, + "berkow": 20726, + "berkeley": 20727, + "duan": 20728, + "dungan": 20729, + "ds02": 20730, + "doppler": 20731, + "feniti": 20732, + "fh2ofl": 20733, + "gersten": 20734, + "gerais": 20735, + "gerasim": 20736, + "justifies": 20737, + "krakatau": 20738, + "krismann": 20739, + "mugearites": 20740, + "mangerite": 20741, + "mangold": 20742, + "pitchstone": 20743, + "pentafluor": 20744, + "portal": 20745, + "semiempirical": 20746, + "sawed": 20747, + "sawtooth": 20748, + "tango": 20749, + "virgo": 20750, + "winchell": 20751, + "##schoid": 20752, + "##waldt": 20753, + "##217": 20754, + "conserve": 20755, + "conservation": 20756, + "styles": 20757, + "stacks": 20758, + "stacking": 20759, + "melanocratic": 20760, + "melaneph": 20761, + "shatsky": 20762, + "##2o6clinopyroxene": 20763, + "caledonian": 20764, + "fluctuation": 20765, + "artifact": 20766, + "artificial": 20767, + "artificially": 20768, + "caal2si": 20769, + "improbable": 20770, + "si4o8": 20771, + "reequilibrates": 20772, + "conductance": 20773, + "147nd": 20774, + "nbs30": 20775, + "nbs981": 20776, + "looks": 20777, + "looking": 20778, + "sequestered": 20779, + "sequestration": 20780, + "holmium": 20781, + "2252": 20782, + "acquirement": 20783, + "847k": 20784, + "penetrant": 20785, + "penetrants": 20786, + "octahedron": 20787, + "2908f": 20788, + "buildup": 20789, + "boninites": 20790, + "boninitic": 20791, + "practicality": 20792, + "microphotography": 20793, + "pyroclastics": 20794, + "5co2": 20795, + "5cafes": 20796, + "beside": 20797, + "castro": 20798, + "castaing": 20799, + "dora": 20800, + "dorland": 20801, + "dict4": 20802, + "dictate": 20803, + "dictates": 20804, + "gemmological": 20805, + "gauges": 20806, + "gauged": 20807, + "goldschmidt": 20808, + "hallworth": 20809, + "ichinome": 20810, + "judge": 20811, + "judged": 20812, + "khitar": 20813, + "kurz": 20814, + "kuril": 20815, + "kustner": 20816, + "lecomte": 20817, + "mimics": 20818, + "munster": 20819, + "nwt": 20820, + "natland": 20821, + "nicolson": 20822, + "pcd": 20823, + "pco2": 20824, + "pcalc": 20825, + "sleeves": 20826, + "satisfied": 20827, + "tonstein": 20828, + "teller": 20829, + "telltale": 20830, + "waning": 20831, + "##ischer": 20832, + "stereological": 20833, + "stereographic": 20834, + "##amorphism": 20835, + "deformability": 20836, + "mazer": 20837, + "christians": 20838, + "churakov": 20839, + "diffractometry": 20840, + "platy": 20841, + "platreef": 20842, + "climates": 20843, + "climatological": 20844, + "clarified": 20845, + "parabolas": 20846, + "hauhungata": 20847, + "sputtering": 20848, + "sparking": 20849, + "sparseness": 20850, + "interpolations": 20851, + "interferences": 20852, + "ab235": 20853, + "ab234": 20854, + "ab239": 20855, + "ab237": 20856, + "ab236": 20857, + "abnormal": 20858, + "relaxes": 20859, + "relaxed": 20860, + "relaxing": 20861, + "sooner": 20862, + "strategic": 20863, + "adams": 20864, + "adamello": 20865, + "smithsonian": 20866, + "overviews": 20867, + "screw": 20868, + "screen": 20869, + "hexavalent": 20870, + "monoand": 20871, + "1960s": 20872, + "1338": 20873, + "133cs": 20874, + "draining": 20875, + "drainages": 20876, + "invariable": 20877, + "extrusions": 20878, + "1682": 20879, + "envisages": 20880, + "niobate": 20881, + "##afjordur": 20882, + "δ30simineral": 20883, + "kaersutitic": 20884, + "stripe": 20885, + "exercised": 20886, + "exercises": 20887, + "neighbourhood": 20888, + "reinforcing": 20889, + "categorize": 20890, + "categorizing": 20891, + "ellipse": 20892, + "virtual": 20893, + "fluctuating": 20894, + "fingerprints": 20895, + "fingerprinting": 20896, + "impregnation": 20897, + "polynomials": 20898, + "2fo23": 20899, + "aureoles": 20900, + "agentite": 20901, + "benard": 20902, + "benito": 20903, + "benioff": 20904, + "biggest": 20905, + "bowden": 20906, + "bombs": 20907, + "ciamphcili": 20908, + "cartwr": 20909, + "centimeters": 20910, + "d0cpx": 20911, + "d0exp": 20912, + "d0plgd": 20913, + "eyjaf": 20914, + "eyepiece": 20915, + "fy1313": 20916, + "gi0": 20917, + "gardes": 20918, + "hinting": 20919, + "hinze": 20920, + "hindered": 20921, + "iodine": 20922, + "kenyan": 20923, + "kenorland": 20924, + "kaygus": 20925, + "kayzar": 20926, + "lobs": 20927, + "mylonitized": 20928, + "rls": 20929, + "rhenish": 20930, + "rationalized": 20931, + "russian": 20932, + "s1c": 20933, + "tasks": 20934, + "tasmania": 20935, + "##nsusp": 20936, + "##swick": 20937, + "##barth": 20938, + "innovation": 20939, + "inaccessible": 20940, + "covary": 20941, + "executed": 20942, + "executing": 20943, + "anchored": 20944, + "dipole": 20945, + "diabasic": 20946, + "protonation": 20947, + "physics": 20948, + "physicists": 20949, + "magnetically": 20950, + "sheds": 20951, + "trisulfur": 20952, + "claeson": 20953, + "hayashi": 20954, + "sporadically": 20955, + "ab250": 20956, + "ab256": 20957, + "acetate": 20958, + "unsaturated": 20959, + "nebulized": 20960, + "arkhangelsk": 20961, + "updates": 20962, + "soaks": 20963, + "soaking": 20964, + "stringy": 20965, + "prefers": 20966, + "prefluor": 20967, + "prefabricated": 20968, + "adakite": 20969, + "adakitic": 20970, + "impoverish": 20971, + "thermofinnigan": 20972, + "thermofischer": 20973, + "microsaw": 20974, + "erlank": 20975, + "razor": 20976, + "heyu": 20977, + "redeposited": 20978, + "1189": 20979, + "118sn": 20980, + "descended": 20981, + "1980s": 20982, + "absorptivities": 20983, + "pumping": 20984, + "pumpelly": 20985, + "1000lnα": 20986, + "7034": 20987, + "70366": 20988, + "70389": 20989, + "7500a": 20990, + "circularity": 20991, + "0157": 20992, + "advocate": 20993, + "advocates": 20994, + "advocating": 20995, + "pseudomorphed": 20996, + "greywackes": 20997, + "nanoscale": 20998, + "humphries": 20999, + "bohor": 21000, + "bohemian": 21001, + "assignments": 21002, + "thoriumand": 21003, + "aliquotation": 21004, + "intercalations": 21005, + "xs02": 21006, + "xs0r0": 21007, + "xs0r2": 21008, + "xs0xs6": 21009, + "laccoliths": 21010, + "palaeo": 21011, + "antarctica": 21012, + "conservatively": 21013, + "sequesters": 21014, + "ptrh10": 21015, + "punctuated": 21016, + "incorrectly": 21017, + "1t0": 21018, + "1t02": 21019, + "1tc2": 21020, + "2logx": 21021, + "2logah2o": 21022, + "3805": 21023, + "7102460": 21024, + "710217": 21025, + "bundy": 21026, + "bundle": 21027, + "berner": 21028, + "c594": 21029, + "dmdt": 21030, + "dimers": 21031, + "dimanov": 21032, + "dampened": 21033, + "densest": 21034, + "daily": 21035, + "etching": 21036, + "falkum": 21037, + "garlick": 21038, + "gotze": 21039, + "gottsch": 21040, + "gotthard": 21041, + "gottingen": 21042, + "hkl": 21043, + "hamper": 21044, + "hampered": 21045, + "hacker": 21046, + "hackbarth": 21047, + "karl": 21048, + "karato": 21049, + "karoo": 21050, + "karakaya": 21051, + "kab0": 21052, + "kab0exp": 21053, + "krafla": 21054, + "libo2": 21055, + "liberate": 21056, + "liberates": 21057, + "librational": 21058, + "mengyin": 21059, + "mentioning": 21060, + "nutrient": 21061, + "ovoid": 21062, + "overexp": 21063, + "passivation": 21064, + "passivated": 21065, + "rhon": 21066, + "rhine": 21067, + "rinsing": 21068, + "rubbly": 21069, + "rietica": 21070, + "rhombohedral": 21071, + "tc2": 21072, + "vgb": 21073, + "vg3600": 21074, + "vg354": 21075, + "vialand": 21076, + "wisps": 21077, + "wende": 21078, + "xmgo": 21079, + "xmgm2": 21080, + "##utian": 21081, + "##duo": 21082, + "##mingly": 21083, + "##2si3o12": 21084, + "inertia": 21085, + "tod2": 21086, + "isolate": 21087, + "isoline": 21088, + "isolating": 21089, + "isolines": 21090, + "reader": 21091, + "readers": 21092, + "readings": 21093, + "excursions": 21094, + "stocks": 21095, + "stockworks": 21096, + "alpha": 21097, + "crenulate": 21098, + "answering": 21099, + "diatexites": 21100, + "madder": 21101, + "triga": 21102, + "trigonal": 21103, + "choi": 21104, + "choosing": 21105, + "spirit": 21106, + "dispute": 21107, + "disputed": 21108, + "disparities": 21109, + "disposal": 21110, + "dissipated": 21111, + "dissipates": 21112, + "feedbacks": 21113, + "callao": 21114, + "unraveling": 21115, + "entangled": 21116, + "enigma": 21117, + "enormously": 21118, + "subsurface": 21119, + "subspherical": 21120, + "asserted": 21121, + "asserting": 21122, + "up193he": 21123, + "glaciation": 21124, + "glaciers": 21125, + "hastingsitic": 21126, + "hastingsites": 21127, + "declining": 21128, + "declared": 21129, + "imparted": 21130, + "imparting": 21131, + "205tl": 21132, + "scavenge": 21133, + "sc1160": 21134, + "slurry": 21135, + "recommendations": 21136, + "hydrocarbons": 21137, + "ammonium": 21138, + "amalgamated": 21139, + "12ky13": 21140, + "infillings": 21141, + "intrasample": 21142, + "transparency": 21143, + "europe": 21144, + "communities": 21145, + "communition": 21146, + "iddp1": 21147, + "demarcate": 21148, + "bauxites": 21149, + "delimit": 21150, + "delimited": 21151, + "pauling": 21152, + "irradiation": 21153, + "irradiate": 21154, + "architecture": 21155, + "architectural": 21156, + "edinbourgh": 21157, + "metasomatizes": 21158, + "65cuvapor": 21159, + "bathymetric": 21160, + "millimetre": 21161, + "autoclave": 21162, + "autoclaves": 21163, + "embayment": 21164, + "hercynian": 21165, + "mc1314r01": 21166, + "mc1314r02": 21167, + "unconformable": 21168, + "fsc1332r04": 21169, + "contradictory": 21170, + "perspectives": 21171, + "bombardment": 21172, + "cartoons": 21173, + "inaccuracy": 21174, + "inaccuracies": 21175, + "claims": 21176, + "claimed": 21177, + "inadequacy": 21178, + "3fessulphide": 21179, + "6feco3": 21180, + "71238": 21181, + "71299": 21182, + "aegean": 21183, + "awaits": 21184, + "bjerg": 21185, + "bolte": 21186, + "bryne": 21187, + "cnr": 21188, + "culminated": 21189, + "crescumulates": 21190, + "cassel": 21191, + "cassata": 21192, + "cassette": 21193, + "cadmium": 21194, + "dcαdcβ": 21195, + "faceting": 21196, + "horst": 21197, + "humidity": 21198, + "humbold": 21199, + "humayun": 21200, + "huckel": 21201, + "iwamori": 21202, + "klimm": 21203, + "k2co3": 21204, + "k2camg": 21205, + "kirby": 21206, + "kandemir": 21207, + "l0810": 21208, + "loparite": 21209, + "locking": 21210, + "lnk0": 21211, + "mallman": 21212, + "mackwell": 21213, + "nuernberg": 21214, + "pedersen": 21215, + "pamir": 21216, + "pamukcu": 21217, + "pierced": 21218, + "romano": 21219, + "radically": 21220, + "saal": 21221, + "sdd": 21222, + "sensu": 21223, + "sensor": 21224, + "sensing": 21225, + "talus": 21226, + "taltson": 21227, + "talkeetna": 21228, + "tantalum": 21229, + "umz": 21230, + "um32": 21231, + "umagma": 21232, + "vague": 21233, + "vagaries": 21234, + "x275hr": 21235, + "αt2": 21236, + "δρg": 21237, + "##eii": 21238, + "##catswvdic": 21239, + "##sps3prp": 21240, + "##buffer": 21241, + "##2000": 21242, + "##2sio4olivine": 21243, + "##36a": 21244, + "##π6d3nsusp": 21245, + "##enclature": 21246, + "inefficient": 21247, + "ineffective": 21248, + "inefficiency": 21249, + "##elinitic": 21250, + "##olinium": 21251, + "coatings": 21252, + "exaggerate": 21253, + "statements": 21254, + "stanley": 21255, + "stalled": 21256, + "competence": 21257, + "beaudoin": 21258, + "dilek": 21259, + "motivated": 21260, + "contours": 21261, + "organization": 21262, + "organized": 21263, + "organisms": 21264, + "prohibiting": 21265, + "shoot": 21266, + "shoots": 21267, + "shoulder": 21268, + "chung": 21269, + "chuvil": 21270, + "resonators": 21271, + "placement": 21272, + "clouds": 21273, + "spreadsheets": 21274, + "ab248": 21275, + "disparity": 21276, + "disintegrate": 21277, + "feasibility": 21278, + "quarried": 21279, + "unquestionably": 21280, + "unavailable": 21281, + "unequivocally": 21282, + "enveloping": 21283, + "subjacent": 21284, + "subjecting": 21285, + "subjects": 21286, + "imbricate": 21287, + "glnl": 21288, + "gln1": 21289, + "gln2": 21290, + "additive": 21291, + "1087": 21292, + "1099": 21293, + "caribou": 21294, + "geoinstit": 21295, + "geomaterials": 21296, + "implantation": 21297, + "impactite": 21298, + "imperfections": 21299, + "overload": 21300, + "effusions": 21301, + "202pb": 21302, + "202hg": 21303, + "116o": 21304, + "microcomputed": 21305, + "microchemical": 21306, + "laharic": 21307, + "1954": 21308, + "oxybarometer": 21309, + "exploration": 21310, + "explorative": 21311, + "exploratory": 21312, + "134xe": 21313, + "profoundly": 21314, + "uncorrelated": 21315, + "radionuclide": 21316, + "manufactured": 21317, + "manufacturing": 21318, + "manufacturer": 21319, + "simplification": 21320, + "neglects": 21321, + "elaboration": 21322, + "taurides": 21323, + "trachydacitic": 21324, + "fujii": 21325, + "fujioka": 21326, + "fujifilm": 21327, + "ultrasound": 21328, + "conveniently": 21329, + "irreproduc": 21330, + "irreversible": 21331, + "irreconcil": 21332, + "cameron": 21333, + "polymetamorphic": 21334, + "708893": 21335, + "708827": 21336, + "708896": 21337, + "3552": 21338, + "stefan": 21339, + "stefansson": 21340, + "stefanova": 21341, + "mcinnes": 21342, + "implicitly": 21343, + "cyclonic": 21344, + "gasket": 21345, + "282507": 21346, + "0042": 21347, + "succeeding": 21348, + "0331": 21349, + "3353": 21350, + "encourage": 21351, + "bleeker": 21352, + "huaibei": 21353, + "swarm": 21354, + "8800m": 21355, + "renormalisation": 21356, + "electropositivity": 21357, + "##caescat": 21358, + "cohesive": 21359, + "migmatized": 21360, + "destroyed": 21361, + "sigmoid": 21362, + "sigmoidal": 21363, + "sigmarsson": 21364, + "7700s": 21365, + "7700x": 21366, + "da0rt": 21367, + "petrelli": 21368, + "ims1280": 21369, + "fennoscandian": 21370, + "127302": 21371, + "127303": 21372, + "127304": 21373, + "autoradiographs": 21374, + "rhodope": 21375, + "computationally": 21376, + "2804b": 21377, + "bourdelle": 21378, + "fossils": 21379, + "ϕsuspϕsed": 21380, + "ϕsuspgδ": 21381, + "trondhjemite": 21382, + "trondhjemites": 21383, + "trondhjemitic": 21384, + "kilometreto": 21385, + "2ca0": 21386, + "2ca3fe": 21387, + "3βda2da": 21388, + "3h2owater": 21389, + "3sio2caescat": 21390, + "4πnae": 21391, + "4πnaeplgr": 21392, + "4si2o8": 21393, + "4907": 21394, + "4h2omelt": 21395, + "4h2buffer": 21396, + "akamats": 21397, + "akermanite": 21398, + "aus3": 21399, + "ausz7": 21400, + "banking": 21401, + "banba": 21402, + "buchl": 21403, + "buchites": 21404, + "billion": 21405, + "billions": 21406, + "c0f": 21407, + "cabr2": 21408, + "ccl4": 21409, + "diminishing": 21410, + "diminishes": 21411, + "fco2fo2": 21412, + "fs02": 21413, + "femelt": 21414, + "femtos": 21415, + "flogρ": 21416, + "groove": 21417, + "groppo": 21418, + "gsidl": 21419, + "hime": 21420, + "himu": 21421, + "james": 21422, + "jamstec": 21423, + "jiangshan": 21424, + "kalama": 21425, + "kaliat": 21426, + "kingdom": 21427, + "lyubets": 21428, + "lyra3": 21429, + "lhs": 21430, + "lhasa": 21431, + "lids": 21432, + "murphy": 21433, + "murakami": 21434, + "m501jd10": 21435, + "nz3": 21436, + "naca2": 21437, + "nacazrsi": 21438, + "pw1400": 21439, + "pw2400": 21440, + "peterson": 21441, + "petersen": 21442, + "qmatrix": 21443, + "rrs": 21444, + "rolled": 21445, + "rolling": 21446, + "sisdagi": 21447, + "santana": 21448, + "santorini": 21449, + "songliao": 21450, + "songduo": 21451, + "telus": 21452, + "teleseismic": 21453, + "uwg": 21454, + "u1437": 21455, + "u1436a": 21456, + "vesta": 21457, + "w3re97": 21458, + "w312μδpl": 21459, + "ƒh2s": 21460, + "δg8": 21461, + "εvh": 21462, + "πah12γ": 21463, + "##nelly": 21464, + "##c2eas": 21465, + "##ragm": 21466, + "##furt": 21467, + "##weiler": 21468, + "##wh2o2": 21469, + "##2b2": 21470, + "##javellir": 21471, + "##kurt": 21472, + "##3si6o23": 21473, + "##3prp12and1": 21474, + "##ϕsedηd3": 21475, + "informally": 21476, + "##rette": 21477, + "##anuel": 21478, + "touching": 21479, + "conjecture": 21480, + "conjectured": 21481, + "costin": 21482, + "coils": 21483, + "cosmogenic": 21484, + "cosmochemistry": 21485, + "streck": 21486, + "streckeisen": 21487, + "alluvial": 21488, + "alluvium": 21489, + "atypical": 21490, + "atypically": 21491, + "momentum": 21492, + "whisker": 21493, + "whiskers": 21494, + "orienting": 21495, + "sunken": 21496, + "shells": 21497, + "tributary": 21498, + "tributaries": 21499, + "travelling": 21500, + "travelled": 21501, + "##vertently": 21502, + "chadwick": 21503, + "chadacrysts": 21504, + "##apascals": 21505, + "speik": 21506, + "speaking": 21507, + "intermediary": 21508, + "intermediateto": 21509, + "reliance": 21510, + "reliability": 21511, + "framing": 21512, + "metatexite": 21513, + "metatexites": 21514, + "obliterate": 21515, + "obliterated": 21516, + "prtc": 21517, + "prt0": 21518, + "garnetites": 21519, + "garnetiferous": 21520, + "impinged": 21521, + "impingement": 21522, + "overgrowing": 21523, + "203tl": 21524, + "lewry": 21525, + "lewisi": 21526, + "mitigation": 21527, + "mitigated": 21528, + "accrues": 21529, + "accrue": 21530, + "responded": 21531, + "monochromatic": 21532, + "monochromator": 21533, + "1217": 21534, + "patagonian": 21535, + "patagonia": 21536, + "laurin": 21537, + "laurentia": 21538, + "disclose": 21539, + "disclination": 21540, + "feldstein": 21541, + "feldpsar": 21542, + "participation": 21543, + "participants": 21544, + "ifs88": 21545, + "outgassed": 21546, + "outgassing": 21547, + "outwardly": 21548, + "1553": 21549, + "1533cpx3h": 21550, + "181ta": 21551, + "augment": 21552, + "augmented": 21553, + "syntaxial": 21554, + "syntectonic": 21555, + "definitive": 21556, + "definitely": 21557, + "singularly": 21558, + "singularity": 21559, + "harlov": 21560, + "harlavan": 21561, + "brunet": 21562, + "brunswick": 21563, + "avacha": 21564, + "avachinsky": 21565, + "supergene": 21566, + "supergroup": 21567, + "portrays": 21568, + "portraying": 21569, + "trachybasalts": 21570, + "trachybasaltic": 21571, + "labeling": 21572, + "paleotethys": 21573, + "paleotethyan": 21574, + "heteradcumulates": 21575, + "heteradcum": 21576, + "archetypal": 21577, + "archetypical": 21578, + "permanent": 21579, + "permanently": 21580, + "misclassified": 21581, + "misclassifications": 21582, + "catching": 21583, + "cataclastic": 21584, + "cataclasites": 21585, + "8600mx": 21586, + "flaxes": 21587, + "angeles": 21588, + "2377": 21589, + "fe2si2o6orthopyroxene": 21590, + "mclean": 21591, + "mcleod": 21592, + "opaline": 21593, + "excavation": 21594, + "excavated": 21595, + "0037t": 21596, + "0037tr2": 21597, + "mwd38": 21598, + "mwd39": 21599, + "advancements": 21600, + "encircles": 21601, + "encircled": 21602, + "pullman": 21603, + "temora2": 21604, + "sandshale": 21605, + "sandshales": 21606, + "swirl": 21607, + "swirling": 21608, + "switching": 21609, + "corroborate": 21610, + "corroborated": 21611, + "dttrdptr": 21612, + "amplifier": 21613, + "amplifiers": 21614, + "gmagl": 21615, + "hyperbolic": 21616, + "hyperbolically": 21617, + "unfavorable": 21618, + "unfavourable": 21619, + "dafn15": 21620, + "3casio3wollastonite": 21621, + "3caso4anhydrite": 21622, + "tectonometamorphic": 21623, + "tectonometamorphism": 21624, + "nephelinites": 21625, + "nephelinitic": 21626, + "δ18orim": 21627, + "δ18orhyolite": 21628, + "circumvent": 21629, + "circumvented": 21630, + "pyrophanite": 21631, + "pyrophyllite": 21632, + "ankaramite": 21633, + "ankaramites": 21634, + "shrinkage": 21635, + "reinvestigation": 21636, + "reinvestigate": 21637, + "alm62grs22sps": 21638, + "alm62grs19": 21639, + "category": 21640, + "categories": 21641, + "frothy": 21642, + "sapphire": 21643, + "sapphirine": 21644, + "vitrified": 21645, + "vitrification": 21646, + "justifying": 21647, + "townsend": 21648, + "township": 21649, + "cafesi2o6clinopyroxene": 21650, + "rearranging": 21651, + "rearranged": 21652, + "fy1301": 21653, + "fy1308": 21654, + "unsuitable": 21655, + "unsuitability": 21656, + "unsurprisingly": 21657, + "palaeodepth": 21658, + "palaeodepths": 21659, + "fortuitous": 21660, + "fortuitously": 21661, + "subgroups": 21662, + "microvesicle": 21663, + "microvesicles": 21664, + "kirkland": 21665, + "kirkham": 21666, + "lopoliths": 21667, + "encouragingly": 21668, + "0ρπ6d3u": 21669, + "0ρπ6d3hn": 21670, + "paradoxical": 21671, + "perovskite": 21672, + "perovskites": 21673, + "acknowledge": 21674, + "acknowledged": 21675, + "overwhelmed": 21676, + "overwhelmingly": 21677, + "##grs22sps10prp": 21678, + "absmaxcos": 21679, + "0p6cu": 21680, + "0hπ6d3nsusp": 21681, + "0p2va": 21682, + "1αh": 21683, + "1kola3d": 21684, + "2actinolite": 21685, + "2opx": 21686, + "2fe3o4": 21687, + "2brucite": 21688, + "2naxos2b": 21689, + "2mg2sio4olivine": 21690, + "3lp": 21691, + "3wh2o3": 21692, + "4lithores": 21693, + "4λκ": 21694, + "4serpentine": 21695, + "5f3": 21696, + "51326": 21697, + "5alsi2o6": 21698, + "aleutian": 21699, + "aulbach": 21700, + "atho": 21701, + "aupd": 21702, + "akaogiite": 21703, + "akesayi": 21704, + "auckland": 21705, + "ah2omelt": 21706, + "aileron": 21707, + "bs94": 21708, + "bmus": 21709, + "bx51": 21710, + "bicrystal": 21711, + "bingen": 21712, + "bacon": 21713, + "bureau": 21714, + "bimineralic": 21715, + "bilenker": 21716, + "bouguer": 21717, + "berman": 21718, + "bunsenite": 21719, + "bavaria": 21720, + "baked": 21721, + "barnes": 21722, + "blowing": 21723, + "boulders": 21724, + "bochum": 21725, + "bacterial": 21726, + "brice": 21727, + "bifurcates": 21728, + "bodnar": 21729, + "bergakademi": 21730, + "borders": 21731, + "bokan": 21732, + "bussweiler": 21733, + "buckling": 21734, + "czech": 21735, + "csiro": 21736, + "cigo": 21737, + "clynne": 21738, + "ciborowski": 21739, + "circuit": 21740, + "cessation": 21741, + "carius": 21742, + "crespo": 21743, + "cathelineau": 21744, + "cgraphite": 21745, + "citzaf": 21746, + "cucl2": 21747, + "dniol": 21748, + "djplg": 21749, + "donnelly": 21750, + "dicats": 21751, + "dingwell": 21752, + "dulong": 21753, + "dichotom": 21754, + "dolek": 21755, + "dessicator": 21756, + "donghai": 21757, + "d501": 21758, + "dangling": 21759, + "dauphas": 21760, + "dremel": 21761, + "dpdt": 21762, + "einstein": 21763, + "eolian": 21764, + "eighteenth": 21765, + "ephemeral": 21766, + "echelon": 21767, + "eartc": 21768, + "emmanuel": 21769, + "ehrenfest": 21770, + "fjordland": 21771, + "flyschoid": 21772, + "faint": 21773, + "fushan": 21774, + "friable": 21775, + "fso32fo2": 21776, + "fosteritic": 21777, + "fipy": 21778, + "faleiros": 21779, + "fifteen": 21780, + "fellows": 21781, + "fwhm": 21782, + "gatan": 21783, + "goranson": 21784, + "ganseki": 21785, + "gigapascals": 21786, + "glycol": 21787, + "gilg": 21788, + "gucsik": 21789, + "gabbonorites": 21790, + "gamble": 21791, + "gadolinium": 21792, + "gpmr": 21793, + "gorbatov": 21794, + "gathered": 21795, + "gudnason": 21796, + "gkss": 21797, + "gordian": 21798, + "garching": 21799, + "g441": 21800, + "h3po4": 21801, + "hitachi": 21802, + "hidden": 21803, + "hermes": 21804, + "huttonite": 21805, + "harnessed": 21806, + "hartzburgite": 21807, + "hensens": 21808, + "honda": 21809, + "hochstaedter": 21810, + "hobden": 21811, + "honeycomb": 21812, + "hitherto": 21813, + "hrafntin": 21814, + "hinders": 21815, + "hoshide": 21816, + "hanyue": 21817, + "hilyard": 21818, + "hsdp2": 21819, + "hidalgo": 21820, + "hedenbergite": 21821, + "haggerty": 21822, + "honshu": 21823, + "iconic": 21824, + "istanbul": 21825, + "jz01": 21826, + "jndi": 21827, + "jasco": 21828, + "jigsaw": 21829, + "jilin": 21830, + "juniper": 21831, + "java": 21832, + "josephine": 21833, + "jajarkot": 21834, + "january": 21835, + "kuandian": 21836, + "kcell": 21837, + "ksp": 21838, + "kesler": 21839, + "krogh": 21840, + "kolbeinsey": 21841, + "kibaran": 21842, + "kermadec": 21843, + "kendrick": 21844, + "kakanui": 21845, + "kronenberg": 21846, + "kinship": 21847, + "kovdor": 21848, + "krossanes": 21849, + "kodaira": 21850, + "kadik": 21851, + "kieffer": 21852, + "koyaguchi": 21853, + "kudo": 21854, + "kalsi3o8": 21855, + "klemd": 21856, + "koffiefontein": 21857, + "kerrick": 21858, + "lfse": 21859, + "lluta": 21860, + "lizardite": 21861, + "lumic": 21862, + "l003a01": 21863, + "ldsc": 21864, + "luster": 21865, + "lundstrom": 21866, + "lozenge": 21867, + "lubricants": 21868, + "llif": 21869, + "lodders": 21870, + "mfcz": 21871, + "m575cpx3h1": 21872, + "mζ1": 21873, + "mizunashi": 21874, + "michigan": 21875, + "mtef8": 21876, + "message": 21877, + "mistaken": 21878, + "mondal": 21879, + "mclennan": 21880, + "merging": 21881, + "maclennan": 21882, + "m127": 21883, + "mosenfel": 21884, + "malpas": 21885, + "mambo": 21886, + "m586cpx3h1": 21887, + "nesjavellir": 21888, + "nomenclature": 21889, + "noguchi": 21890, + "nunavut": 21891, + "navrots": 21892, + "nubble": 21893, + "netherlands": 21894, + "nurnberg": 21895, + "oinuma": 21896, + "olympus": 21897, + "ochs": 21898, + "oso3": 21899, + "oisotopic": 21900, + "pn2": 21901, + "pgt": 21902, + "peslier": 21903, + "pingwu": 21904, + "pisa": 21905, + "perez": 21906, + "pasek": 21907, + "pivin": 21908, + "pineau": 21909, + "pendulum": 21910, + "pakistan": 21911, + "pangaea": 21912, + "pubei": 21913, + "puffed": 21914, + "porpryritic": 21915, + "pommier": 21916, + "p3221": 21917, + "p6222": 21918, + "pimentel": 21919, + "qiu": 21920, + "qdq": 21921, + "qfracture": 21922, + "rn10": 21923, + "rm2000": 21924, + "rerun": 21925, + "rarest": 21926, + "rainier": 21927, + "rereo2": 21928, + "righthand": 21929, + "rustenburg": 21930, + "renders": 21931, + "ruprech": 21932, + "rensselaer": 21933, + "ripening": 21934, + "sopky": 21935, + "samarium": 21936, + "something": 21937, + "s00410": 21938, + "squid2": 21939, + "sneeringer": 21940, + "sahinturk": 21941, + "saricicek": 21942, + "sophisticated": 21943, + "szymanowski": 21944, + "tnmncak": 21945, + "typhoon": 21946, + "tjornes": 21947, + "tacitly": 21948, + "tucker": 21949, + "tunnel": 21950, + "tularosa": 21951, + "tollstrup": 21952, + "tumiati": 21953, + "uintjies": 21954, + "vbc": 21955, + "vasyuk": 21956, + "vetere": 21957, + "vidito": 21958, + "vogelsberg": 21959, + "vivo": 21960, + "vallance": 21961, + "vikesa": 21962, + "vsc2ag": 21963, + "victoria": 21964, + "w5re95": 21965, + "westrenen": 21966, + "wrote": 21967, + "witec": 21968, + "wopmay": 21969, + "wadati": 21970, + "wiscsims": 21971, + "wikipedi": 21972, + "w75re25": 21973, + "wuzhangshan": 21974, + "w25re75": 21975, + "wavescans": 21976, + "w97re3": 21977, + "wijbrans": 21978, + "w95re5": 21979, + "w26re74": 21980, + "w74re26": 21981, + "xcao": 21982, + "xinchang": 21983, + "xal2o3": 21984, + "xdivdi": 21985, + "xseries": 21986, + "xdixcatswvdic": 21987, + "xflash": 21988, + "xjdvjd": 21989, + "xcatsvcats": 21990, + "xcaesvcaes": 21991, + "yasuda": 21992, + "yusuf": 21993, + "yakutia": 21994, + "yukon": 21995, + "yilmaz": 21996, + "yapaskurt": 21997, + "zipplingen": 21998, + "zaldue": 21999, + "zabargad": 22000, + "zamora": 22001, + "zonguldak": 22002, + "ziegler": 22003, + "δfmq": 22004, + "δ26mg": 22005, + "ρdε": 22006, + "σfetotal": 22007, + "σ0texp": 22008, + "##nusker": 22009, + "##uille": 22010, + "##taxitic": 22011, + "##yakova": 22012, + "##rβ2rα": 22013, + "##dρεj": 22014, + "##gativity": 22015, + "##mianny": 22016, + "##faden": 22017, + "##fmascho": 22018, + "##0cpxexp": 22019, + "##hagen": 22020, + "##872": 22021, + "##6and3": 22022, + "##ρ18ϕsedηd3": 22023, + "thimble": 22024, + "thibault": 22025, + "inadvertently": 22026, + "insoluble": 22027, + "ingredient": 22028, + "ingress": 22029, + "inexpensive": 22030, + "inlaid": 22031, + "andradite": 22032, + "##eldspathic": 22033, + "toulouse": 22034, + "topaz": 22035, + "convex": 22036, + "conundrum": 22037, + "coombs": 22038, + "coogan": 22039, + "copenhagen": 22040, + "cotsonika": 22041, + "isomeke": 22042, + "isoprobe": 22043, + "isenthalpic": 22044, + "reimold": 22045, + "reawakening": 22046, + "reincorporated": 22047, + "revenaugh": 22048, + "reordering": 22049, + "receptacle": 22050, + "reiterating": 22051, + "reattributed": 22052, + "reorganization": 22053, + "fortran": 22054, + "forensic": 22055, + "excessive": 22056, + "exothermic": 22057, + "exafs": 22058, + "exfoliating": 22059, + "stops": 22060, + "steens": 22061, + "stachel": 22062, + "stdgl2b2": 22063, + "aspirating": 22064, + "compositons": 22065, + "compliance": 22066, + "compulsory": 22067, + "alftafjordur": 22068, + "aliphatic": 22069, + "alh84001": 22070, + "atantayi": 22071, + "crabtree": 22072, + "crumbling": 22073, + "crudely": 22074, + "crashes": 22075, + "crispin": 22076, + "crhyolitex": 22077, + "crisscrossed": 22078, + "ancey": 22079, + "anastomosing": 22080, + "antigorite": 22081, + "anoxic": 22082, + "analcime": 22083, + "beycam": 22084, + "bezymianny": 22085, + "diapirs": 22086, + "diachronous": 22087, + "diaphragm": 22088, + "diahot": 22089, + "dijkstra": 22090, + "diktytaxitic": 22091, + "diatremes": 22092, + "bytownite": 22093, + "mokopane": 22094, + "tehtyan": 22095, + "contentious": 22096, + "oruanui": 22097, + "gruneisen": 22098, + "gruenewaldt": 22099, + "suffice": 22100, + "suiko": 22101, + "sukenaga": 22102, + "presumptive": 22103, + "degradation": 22104, + "deuterated": 22105, + "debye": 22106, + "deleterious": 22107, + "maghemite": 22108, + "magesiohastingsite": 22109, + "madyukov": 22110, + "mavrogenes": 22111, + "shoreline": 22112, + "shanggong": 22113, + "shannon": 22114, + "shorthand": 22115, + "shirey": 22116, + "shankland": 22117, + "shaoxing": 22118, + "shinkai": 22119, + "incapable": 22120, + "incognita": 22121, + "incommensurate": 22122, + "crystalbond": 22123, + "trieloff": 22124, + "tr2025": 22125, + "tricritical": 22126, + "chuniespo": 22127, + "chistyakova": 22128, + "chaiten": 22129, + "##ationships": 22130, + "lowenstern": 22131, + "resilience": 22132, + "colluvium": 22133, + "parsons": 22134, + "paralleling": 22135, + "paroxysmal": 22136, + "haadf": 22137, + "elephant": 22138, + "spongy": 22139, + "spencer": 22140, + "intersertal": 22141, + "interrelationships": 22142, + "interelemental": 22143, + "intertwine": 22144, + "olalla": 22145, + "liaohe": 22146, + "abstract": 22147, + "ab252": 22148, + "abrasives": 22149, + "weidendorfer": 22150, + "perchuk": 22151, + "pertinent": 22152, + "perugini": 22153, + "perkinelmer": 22154, + "accentuate": 22155, + "acrylic": 22156, + "discharge": 22157, + "disadvantages": 22158, + "disregard": 22159, + "feogranites": 22160, + "feomafic": 22161, + "quizapu": 22162, + "unideal": 22163, + "unparalleled": 22164, + "unobserved": 22165, + "unnamed": 22166, + "untenable": 22167, + "unloading": 22168, + "unnoticed": 22169, + "unmeasured": 22170, + "unequilibrated": 22171, + "unordered": 22172, + "unshocked": 22173, + "unhomogenized": 22174, + "unsupervised": 22175, + "unwanted": 22176, + "un2008its": 22177, + "uneruptible": 22178, + "uninterrupted": 22179, + "unroofing": 22180, + "unanticipated": 22181, + "unphysical": 22182, + "frankfurt": 22183, + "fraught": 22184, + "amphibolitized": 22185, + "entity": 22186, + "enjoys": 22187, + "notwithstanding": 22188, + "notoriously": 22189, + "volynets": 22190, + "metadata": 22191, + "metrics": 22192, + "metachert": 22193, + "metagabbro": 22194, + "subequant": 22195, + "submersible": 22196, + "subdomain": 22197, + "subboiled": 22198, + "subaqueously": 22199, + "subpopulations": 22200, + "obnazhennaya": 22201, + "seblyarv": 22202, + "indochina": 22203, + "inductance": 22204, + "indispensable": 22205, + "indistinct": 22206, + "neotethys": 22207, + "neocrystallized": 22208, + "reprocessed": 22209, + "depressurizing": 22210, + "araujo": 22211, + "meakin": 22212, + "melekhova": 22213, + "mg3si2o5": 22214, + "mgal2o4": 22215, + "imnaha": 22216, + "immersion": 22217, + "upgrading": 22218, + "equipments": 22219, + "calcareous": 22220, + "so157": 22221, + "sofugan": 22222, + "strickfaden": 22223, + "glimpse": 22224, + "corollary": 22225, + "cornubian": 22226, + "precession": 22227, + "preponderance": 22228, + "hyaloophitic": 22229, + "caucausus": 22230, + "variabilty": 22231, + "quartzofeldspathic": 22232, + "clinoptilolite": 22233, + "waterproof": 22234, + "admittedly": 22235, + "intensely": 22236, + "intentionally": 22237, + "tweezers": 22238, + "phaseplot": 22239, + "carroll": 22240, + "decametreto": 22241, + "georem": 22242, + "geologists": 22243, + "geodynamical": 22244, + "geikielite": 22245, + "geohistory": 22246, + "geohygrometer": 22247, + "geesthacht": 22248, + "imprecise": 22249, + "orthpyroxene": 22250, + "orthocumulate": 22251, + "thermochemically": 22252, + "thermoscientifc": 22253, + "transtension": 22254, + "eradicate": 22255, + "overtones": 22256, + "overburden": 22257, + "overshoot": 22258, + "overgrew": 22259, + "overstepped": 22260, + "howlett": 22261, + "poiseuille": 22262, + "pokrovsky": 22263, + "si6al2o22": 22264, + "legends": 22265, + "granitiods": 22266, + "sc1397": 22267, + "scintillation": 22268, + "scandinavia": 22269, + "runkaus": 22270, + "undertook": 22271, + "recourse": 22272, + "miajdρεj": 22273, + "rajesh": 22274, + "agglutination": 22275, + "agakhanovite": 22276, + "hebrides": 22277, + "hebei": 22278, + "healthcare": 22279, + "beccaluva": 22280, + "redefined": 22281, + "monastery": 22282, + "completeness": 22283, + "microthermometry": 22284, + "micrographs": 22285, + "microtomography": 22286, + "infrequently": 22287, + "pyramidal": 22288, + "lazulite": 22289, + "co2poor": 22290, + "lithosperic": 22291, + "propylitic": 22292, + "desulphidation": 22293, + "marlargue": 22294, + "marjalahti": 22295, + "sr277": 22296, + "gregoire": 22297, + "matsuhisa": 22298, + "electronegativity": 22299, + "timeframe": 22300, + "norfolk": 22301, + "maintenance": 22302, + "commodities": 22303, + "graphclick": 22304, + "1523cpx3h": 22305, + "abscissa": 22306, + "absminsin2": 22307, + "mesoperthite": 22308, + "fernandez": 22309, + "uncalculated": 22310, + "uncollimated": 22311, + "radiochemists": 22312, + "radiotracer": 22313, + "18ca0": 22314, + "latourrette": 22315, + "normarski": 22316, + "distributioon": 22317, + "synkinematic": 22318, + "synmetamorphic": 22319, + "syneruptively": 22320, + "defragmented": 22321, + "3010c": 22322, + "blencoe": 22323, + "blanckenburg": 22324, + "driscoll": 22325, + "druitt": 22326, + "50974": 22327, + "inviscid": 22328, + "elatsite": 22329, + "ellestadite": 22330, + "oshigadani": 22331, + "middleree": 22332, + "tajcmanova": 22333, + "tectosilicates": 22334, + "brussilof": 22335, + "brachiopod": 22336, + "precautions": 22337, + "hereinafter": 22338, + "avogadro": 22339, + "beamsplitter": 22340, + "longworking": 22341, + "polysynthetic": 22342, + "polyhedrons": 22343, + "fuhrman": 22344, + "epithermal": 22345, + "fugacitiy": 22346, + "espoo": 22347, + "espresso": 22348, + "esposito": 22349, + "esperanca": 22350, + "nonnegligible": 22351, + "puddling": 22352, + "puzzle": 22353, + "schreinemaker": 22354, + "northwesterly": 22355, + "ultrashort": 22356, + "goethite": 22357, + "##raverage2": 22358, + "dysprosium": 22359, + "porcelain": 22360, + "portsmouth": 22361, + "varfalvy": 22362, + "roentgenite": 22363, + "hellevang": 22364, + "universidad": 22365, + "labradorite": 22366, + "paleowaters": 22367, + "paleobiogeographical": 22368, + "fe3o4magnetite": 22369, + "youdao": 22370, + "irscopeii": 22371, + "offscraped": 22372, + "responsiveness": 22373, + "tecotonometamorphic": 22374, + "luanchuan": 22375, + "ludwig": 22376, + "lujavrite": 22377, + "spatiotemporal": 22378, + "87mn0": 22379, + "707047": 22380, + "704494": 22381, + "70278": 22382, + "70476": 22383, + "misinterpretation": 22384, + "catolica": 22385, + "catastrophic": 22386, + "flagship": 22387, + "florencite": 22388, + "hollister": 22389, + "frezzotti": 22390, + "mcintosh": 22391, + "mcfarlane": 22392, + "snæfellsness": 22393, + "gasparik": 22394, + "01sb872": 22395, + "282186": 22396, + "00241": 22397, + "biogeochemistry": 22398, + "reconnaissance": 22399, + "cassegrainian": 22400, + "riverbeds": 22401, + "semiconductor": 22402, + "semiquantitative": 22403, + "06mg0": 22404, + "pseudoperpendicular": 22405, + "pseudopotential": 22406, + "pennsylvanian": 22407, + "salvador": 22408, + "salmangorsky": 22409, + "1506jd20": 22410, + "icpmsdatacal": 22411, + "nanometres": 22412, + "nanocharacterization": 22413, + "peccerillo": 22414, + "vanishingly": 22415, + "vancouver": 22416, + "unrepresented": 22417, + "bayerisches": 22418, + "guaranteed": 22419, + "09vd58": 22420, + "snowbird": 22421, + "warranted": 22422, + "103lnβmineral": 22423, + "jxa9800": 22424, + "morrissey": 22425, + "quadrilateral": 22426, + "defocussing": 22427, + "07vd0": 22428, + "1b2c5t8o22": 22429, + "engelhardt": 22430, + "042302": 22431, + "unpredictable": 22432, + "austroalpine": 22433, + "plumbotectonics": 22434, + "mc1314r12a": 22435, + "interlaboratory": 22436, + "unmineralized": 22437, + "unmetamorphosed": 22438, + "curviplanar": 22439, + "haplobasaltic": 22440, + "counterintuitive": 22441, + "512889": 22442, + "6497wh2o2": 22443, + "bonnichsen": 22444, + "unconvincing": 22445, + "2camgsi2o6": 22446, + "kepuerte": 22447, + "vermeesch": 22448, + "131xenucl": 22449, + "nasdala": 22450, + "omnipresent": 22451, + "arbitralily": 22452, + "intracontinental": 22453, + "6cafesi2o6": 22454, + "marianelli": 22455, + "wilkinsonite": 22456, + "hvasshjalli": 22457, + "##mg4al3si6o23": 22458, + "suprasolidus": 22459, + "fluorophlogopite": 22460, + "alm58grs22sps10prp": 22461, + "multicollector": 22462, + "vitrophyre": 22463, + "uncharacteristic": 22464, + "arm200f": 22465, + "hvalneskrokur": 22466, + "azmaxpraverage2": 22467, + "berdiga": 22468, + "berkowitz": 22469, + "fenitisised": 22470, + "gerstenberger": 22471, + "gerasimovsky": 22472, + "krismannsdottir": 22473, + "pentafluoride": 22474, + "melanephelinitic": 22475, + "caal2sio6": 22476, + "ichinomegata": 22477, + "khitarov": 22478, + "christiansen": 22479, + "hauhungatahi": 22480, + "δ30siminerals": 22481, + "benitoite": 22482, + "ciamphciliq": 22483, + "cartwright": 22484, + "d0plgd0cpxexp": 22485, + "eyjafjallajokull": 22486, + "kaygusuz": 22487, + "prefluorinating": 22488, + "pumpellyite": 22489, + "1t02dtdt": 22490, + "1tc2dtdt": 22491, + "gottschalk": 22492, + "overexposure": 22493, + "dcαdcβrβ2rα": 22494, + "humboldt": 22495, + "k2camg5si8o22": 22496, + "##sps3prp13and2": 22497, + "geoinstitut": 22498, + "irreproducibility": 22499, + "irreconcilable": 22500, + "da0rtc2eas": 22501, + "ϕsuspϕsedu": 22502, + "ϕsuspgδρ18ϕsedηd3": 22503, + "2ca3fe2si3o12": 22504, + "3sio2caescatscoe": 22505, + "4πnaeplgrt": 22506, + "akamatsu": 22507, + "femtosecond": 22508, + "kaliatem": 22509, + "lyubetskaya": 22510, + "naca2mg4al3si6o23": 22511, + "nacazrsi3o9": 22512, + "w312μδplp": 22513, + "lewisian": 22514, + "heteradcumlate": 22515, + "alm62grs22sps3prp12and1": 22516, + "alm62grs19sps3prp13and2": 22517, + "absmaxcos2": 22518, + "4lithoresearch": 22519, + "bergakademie": 22520, + "dichotomy": 22521, + "fso32fo23": 22522, + "hrafntinnusker": 22523, + "mosenfelder": 22524, + "navrotsky": 22525, + "ruprecht": 22526, + "tnmncakfmascho": 22527, + "uintjiesberg": 22528, + "vasyukova": 22529, + "vsc2agb": 22530, + "wikipedia": 22531, + "xdixcatswvdicats": 22532, + "yusufeli": 22533, + "zalduegui": 22534, + "chuniespoort": 22535, + "alm58grs22sps10prp6and3": 22536, + "dcαdcβrβ2rα2": 22537 + } + } +} \ No newline at end of file