Training in progress epoch 0
Browse files- config.json +47 -0
- pytorch_model.bin +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +15 -0
- vocab.txt +9985 -0
config.json
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "allenai/scibert_scivocab_uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "O",
|
13 |
+
"1": "B-GeoTime",
|
14 |
+
"2": "I-GeoTime",
|
15 |
+
"3": "B-GeoLoc",
|
16 |
+
"4": "I-GeoLoc",
|
17 |
+
"5": "B-GeoMeth",
|
18 |
+
"6": "I-GeoMeth",
|
19 |
+
"7": "B-GeoPetro",
|
20 |
+
"8": "I-GeoPetro"
|
21 |
+
},
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"intermediate_size": 3072,
|
24 |
+
"label2id": {
|
25 |
+
"B-GeoLoc": "3",
|
26 |
+
"B-GeoMeth": "5",
|
27 |
+
"B-GeoPetro": "7",
|
28 |
+
"B-GeoTime": "1",
|
29 |
+
"I-GeoLoc": "4",
|
30 |
+
"I-GeoMeth": "6",
|
31 |
+
"I-GeoPetro": "8",
|
32 |
+
"I-GeoTime": "2",
|
33 |
+
"O": "0"
|
34 |
+
},
|
35 |
+
"layer_norm_eps": 1e-12,
|
36 |
+
"max_position_embeddings": 512,
|
37 |
+
"model_type": "bert",
|
38 |
+
"num_attention_heads": 12,
|
39 |
+
"num_hidden_layers": 12,
|
40 |
+
"pad_token_id": 0,
|
41 |
+
"position_embedding_type": "absolute",
|
42 |
+
"torch_dtype": "float32",
|
43 |
+
"transformers_version": "4.22.1",
|
44 |
+
"type_vocab_size": 2,
|
45 |
+
"use_cache": true,
|
46 |
+
"vocab_size": 31090
|
47 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4148c3885810b84f141dcecd89ad67da85de90b42f6a69a1e0b249ef12572dbf
|
3 |
+
size 437406769
|
special_tokens_map.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"mask_token": "[MASK]",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"sep_token": "[SEP]",
|
6 |
+
"unk_token": "[UNK]"
|
7 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cls_token": "[CLS]",
|
3 |
+
"do_basic_tokenize": true,
|
4 |
+
"do_lower_case": true,
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"name_or_path": "allenai/scibert_scivocab_uncased",
|
7 |
+
"never_split": null,
|
8 |
+
"pad_token": "[PAD]",
|
9 |
+
"sep_token": "[SEP]",
|
10 |
+
"special_tokens_map_file": null,
|
11 |
+
"strip_accents": null,
|
12 |
+
"tokenize_chinese_chars": true,
|
13 |
+
"tokenizer_class": "BertTokenizer",
|
14 |
+
"unk_token": "[UNK]"
|
15 |
+
}
|
vocab.txt
ADDED
@@ -0,0 +1,9985 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[PAD]
|
2 |
+
[UNK]
|
3 |
+
[CLS]
|
4 |
+
[SEP]
|
5 |
+
[MASK]
|
6 |
+
.
|
7 |
+
a
|
8 |
+
b
|
9 |
+
c
|
10 |
+
d
|
11 |
+
e
|
12 |
+
f
|
13 |
+
g
|
14 |
+
h
|
15 |
+
i
|
16 |
+
j
|
17 |
+
k
|
18 |
+
l
|
19 |
+
m
|
20 |
+
n
|
21 |
+
o
|
22 |
+
p
|
23 |
+
q
|
24 |
+
r
|
25 |
+
s
|
26 |
+
t
|
27 |
+
u
|
28 |
+
v
|
29 |
+
w
|
30 |
+
x
|
31 |
+
y
|
32 |
+
z
|
33 |
+
ð
|
34 |
+
þ
|
35 |
+
##v
|
36 |
+
##e
|
37 |
+
##r
|
38 |
+
##p
|
39 |
+
##d
|
40 |
+
##i
|
41 |
+
##c
|
42 |
+
##t
|
43 |
+
##a
|
44 |
+
##n
|
45 |
+
##s
|
46 |
+
##g
|
47 |
+
##u
|
48 |
+
##z
|
49 |
+
##m
|
50 |
+
##l
|
51 |
+
##k
|
52 |
+
##o
|
53 |
+
##h
|
54 |
+
##b
|
55 |
+
##y
|
56 |
+
##f
|
57 |
+
##w
|
58 |
+
##x
|
59 |
+
##ð
|
60 |
+
##q
|
61 |
+
##j
|
62 |
+
th
|
63 |
+
##er
|
64 |
+
the
|
65 |
+
##on
|
66 |
+
##at
|
67 |
+
##es
|
68 |
+
##en
|
69 |
+
##it
|
70 |
+
##al
|
71 |
+
##in
|
72 |
+
##nd
|
73 |
+
##ed
|
74 |
+
of
|
75 |
+
##an
|
76 |
+
##or
|
77 |
+
##ic
|
78 |
+
##ion
|
79 |
+
in
|
80 |
+
and
|
81 |
+
##ro
|
82 |
+
##re
|
83 |
+
##ar
|
84 |
+
##as
|
85 |
+
##ct
|
86 |
+
##ent
|
87 |
+
##ing
|
88 |
+
##mp
|
89 |
+
con
|
90 |
+
##is
|
91 |
+
##el
|
92 |
+
to
|
93 |
+
##ur
|
94 |
+
##oc
|
95 |
+
##iv
|
96 |
+
##le
|
97 |
+
##th
|
98 |
+
##tr
|
99 |
+
##ite
|
100 |
+
##ation
|
101 |
+
##du
|
102 |
+
##os
|
103 |
+
##us
|
104 |
+
##ow
|
105 |
+
##erm
|
106 |
+
is
|
107 |
+
co
|
108 |
+
##ith
|
109 |
+
##ran
|
110 |
+
##ure
|
111 |
+
##ess
|
112 |
+
##ul
|
113 |
+
##duct
|
114 |
+
##ity
|
115 |
+
for
|
116 |
+
##ol
|
117 |
+
be
|
118 |
+
##ly
|
119 |
+
##ce
|
120 |
+
##im
|
121 |
+
de
|
122 |
+
ma
|
123 |
+
pro
|
124 |
+
##ra
|
125 |
+
##ock
|
126 |
+
##il
|
127 |
+
fro
|
128 |
+
as
|
129 |
+
##id
|
130 |
+
rock
|
131 |
+
with
|
132 |
+
##ot
|
133 |
+
##ig
|
134 |
+
##ermal
|
135 |
+
from
|
136 |
+
##ut
|
137 |
+
##eat
|
138 |
+
re
|
139 |
+
thermal
|
140 |
+
gran
|
141 |
+
te
|
142 |
+
##ts
|
143 |
+
me
|
144 |
+
##ch
|
145 |
+
##od
|
146 |
+
##pe
|
147 |
+
##ta
|
148 |
+
heat
|
149 |
+
are
|
150 |
+
##ment
|
151 |
+
conduct
|
152 |
+
##ge
|
153 |
+
str
|
154 |
+
##ial
|
155 |
+
comp
|
156 |
+
an
|
157 |
+
##ter
|
158 |
+
##erat
|
159 |
+
that
|
160 |
+
conductiv
|
161 |
+
pr
|
162 |
+
sa
|
163 |
+
##ere
|
164 |
+
##if
|
165 |
+
##ical
|
166 |
+
on
|
167 |
+
ex
|
168 |
+
##og
|
169 |
+
##ater
|
170 |
+
temp
|
171 |
+
temperat
|
172 |
+
##st
|
173 |
+
##ate
|
174 |
+
by
|
175 |
+
cr
|
176 |
+
conductivity
|
177 |
+
su
|
178 |
+
##ib
|
179 |
+
st
|
180 |
+
##ated
|
181 |
+
at
|
182 |
+
wh
|
183 |
+
##igh
|
184 |
+
##ir
|
185 |
+
res
|
186 |
+
sh
|
187 |
+
##ant
|
188 |
+
##ou
|
189 |
+
##ad
|
190 |
+
##alu
|
191 |
+
##ab
|
192 |
+
##se
|
193 |
+
##est
|
194 |
+
al
|
195 |
+
##om
|
196 |
+
##ver
|
197 |
+
rocks
|
198 |
+
bas
|
199 |
+
ch
|
200 |
+
##cre
|
201 |
+
this
|
202 |
+
temperature
|
203 |
+
##ine
|
204 |
+
##um
|
205 |
+
se
|
206 |
+
##ve
|
207 |
+
valu
|
208 |
+
samp
|
209 |
+
fl
|
210 |
+
##ies
|
211 |
+
##ist
|
212 |
+
##ition
|
213 |
+
##la
|
214 |
+
##art
|
215 |
+
##ations
|
216 |
+
##creas
|
217 |
+
##duction
|
218 |
+
or
|
219 |
+
##ust
|
220 |
+
##ction
|
221 |
+
high
|
222 |
+
cont
|
223 |
+
##ive
|
224 |
+
mod
|
225 |
+
##ens
|
226 |
+
##ich
|
227 |
+
un
|
228 |
+
##ph
|
229 |
+
dep
|
230 |
+
##end
|
231 |
+
fa
|
232 |
+
##ap
|
233 |
+
production
|
234 |
+
en
|
235 |
+
was
|
236 |
+
##em
|
237 |
+
##ck
|
238 |
+
crust
|
239 |
+
dis
|
240 |
+
##qu
|
241 |
+
##ther
|
242 |
+
##eral
|
243 |
+
low
|
244 |
+
##ore
|
245 |
+
increas
|
246 |
+
##fer
|
247 |
+
press
|
248 |
+
us
|
249 |
+
ge
|
250 |
+
model
|
251 |
+
##ud
|
252 |
+
ne
|
253 |
+
##ata
|
254 |
+
##res
|
255 |
+
##les
|
256 |
+
##ari
|
257 |
+
ab
|
258 |
+
##ior
|
259 |
+
ha
|
260 |
+
rel
|
261 |
+
##ures
|
262 |
+
data
|
263 |
+
##iz
|
264 |
+
##ined
|
265 |
+
min
|
266 |
+
stress
|
267 |
+
values
|
268 |
+
show
|
269 |
+
##ites
|
270 |
+
ob
|
271 |
+
##pp
|
272 |
+
##am
|
273 |
+
##fic
|
274 |
+
##rou
|
275 |
+
were
|
276 |
+
gra
|
277 |
+
cor
|
278 |
+
water
|
279 |
+
cons
|
280 |
+
##ous
|
281 |
+
exp
|
282 |
+
can
|
283 |
+
##een
|
284 |
+
##ely
|
285 |
+
pl
|
286 |
+
##cc
|
287 |
+
##ents
|
288 |
+
bet
|
289 |
+
flow
|
290 |
+
ind
|
291 |
+
##ence
|
292 |
+
##ween
|
293 |
+
dif
|
294 |
+
mag
|
295 |
+
granite
|
296 |
+
between
|
297 |
+
##ted
|
298 |
+
meas
|
299 |
+
pressure
|
300 |
+
which
|
301 |
+
rep
|
302 |
+
la
|
303 |
+
it
|
304 |
+
cl
|
305 |
+
##aterial
|
306 |
+
have
|
307 |
+
material
|
308 |
+
qu
|
309 |
+
differ
|
310 |
+
##rack
|
311 |
+
##ia
|
312 |
+
##erv
|
313 |
+
##ution
|
314 |
+
not
|
315 |
+
samples
|
316 |
+
##itic
|
317 |
+
basal
|
318 |
+
depth
|
319 |
+
mineral
|
320 |
+
so
|
321 |
+
compos
|
322 |
+
##ain
|
323 |
+
cal
|
324 |
+
nor
|
325 |
+
und
|
326 |
+
mant
|
327 |
+
##op
|
328 |
+
##all
|
329 |
+
vari
|
330 |
+
than
|
331 |
+
resul
|
332 |
+
##pec
|
333 |
+
ass
|
334 |
+
##age
|
335 |
+
##ne
|
336 |
+
magm
|
337 |
+
rat
|
338 |
+
##ers
|
339 |
+
has
|
340 |
+
le
|
341 |
+
##ian
|
342 |
+
composition
|
343 |
+
##act
|
344 |
+
mantle
|
345 |
+
crack
|
346 |
+
##trib
|
347 |
+
##ments
|
348 |
+
part
|
349 |
+
these
|
350 |
+
por
|
351 |
+
##oth
|
352 |
+
##ene
|
353 |
+
ty
|
354 |
+
##ip
|
355 |
+
stud
|
356 |
+
##ges
|
357 |
+
##one
|
358 |
+
##ost
|
359 |
+
spec
|
360 |
+
##zen
|
361 |
+
##yst
|
362 |
+
##tern
|
363 |
+
different
|
364 |
+
##ental
|
365 |
+
##eld
|
366 |
+
##ect
|
367 |
+
##ting
|
368 |
+
##ach
|
369 |
+
##ard
|
370 |
+
calc
|
371 |
+
km
|
372 |
+
mafic
|
373 |
+
ev
|
374 |
+
ran
|
375 |
+
##ced
|
376 |
+
##ros
|
377 |
+
##ary
|
378 |
+
isot
|
379 |
+
##io
|
380 |
+
been
|
381 |
+
crustal
|
382 |
+
using
|
383 |
+
under
|
384 |
+
##ase
|
385 |
+
abo
|
386 |
+
dr
|
387 |
+
gen
|
388 |
+
##ell
|
389 |
+
repres
|
390 |
+
##tribution
|
391 |
+
specim
|
392 |
+
##ree
|
393 |
+
##ively
|
394 |
+
sur
|
395 |
+
test
|
396 |
+
##ress
|
397 |
+
##tion
|
398 |
+
##ong
|
399 |
+
ar
|
400 |
+
aver
|
401 |
+
##artz
|
402 |
+
##iorite
|
403 |
+
quartz
|
404 |
+
##ces
|
405 |
+
##ass
|
406 |
+
ver
|
407 |
+
##atur
|
408 |
+
##ome
|
409 |
+
average
|
410 |
+
##cl
|
411 |
+
sample
|
412 |
+
##olog
|
413 |
+
increasing
|
414 |
+
##pa
|
415 |
+
##ast
|
416 |
+
perm
|
417 |
+
##ioc
|
418 |
+
##able
|
419 |
+
materials
|
420 |
+
mel
|
421 |
+
##fa
|
422 |
+
lower
|
423 |
+
##osity
|
424 |
+
##ose
|
425 |
+
##uld
|
426 |
+
##oun
|
427 |
+
tw
|
428 |
+
##dition
|
429 |
+
##aus
|
430 |
+
##gh
|
431 |
+
##aly
|
432 |
+
##anic
|
433 |
+
##entr
|
434 |
+
##pect
|
435 |
+
value
|
436 |
+
##ied
|
437 |
+
##me
|
438 |
+
##ole
|
439 |
+
##ff
|
440 |
+
int
|
441 |
+
##och
|
442 |
+
such
|
443 |
+
char
|
444 |
+
faul
|
445 |
+
##emical
|
446 |
+
represent
|
447 |
+
acc
|
448 |
+
mon
|
449 |
+
##eng
|
450 |
+
inter
|
451 |
+
##olith
|
452 |
+
porosity
|
453 |
+
pla
|
454 |
+
##xial
|
455 |
+
all
|
456 |
+
vol
|
457 |
+
##bl
|
458 |
+
meta
|
459 |
+
flu
|
460 |
+
##ength
|
461 |
+
##hib
|
462 |
+
##iss
|
463 |
+
obs
|
464 |
+
app
|
465 |
+
##acter
|
466 |
+
observ
|
467 |
+
##ond
|
468 |
+
##uring
|
469 |
+
two
|
470 |
+
character
|
471 |
+
du
|
472 |
+
sr
|
473 |
+
may
|
474 |
+
contin
|
475 |
+
sou
|
476 |
+
satur
|
477 |
+
##un
|
478 |
+
##ope
|
479 |
+
##ative
|
480 |
+
##ured
|
481 |
+
distribution
|
482 |
+
##thern
|
483 |
+
##face
|
484 |
+
more
|
485 |
+
##ep
|
486 |
+
##ier
|
487 |
+
##ility
|
488 |
+
results
|
489 |
+
range
|
490 |
+
sim
|
491 |
+
mean
|
492 |
+
##tained
|
493 |
+
sub
|
494 |
+
inf
|
495 |
+
##ider
|
496 |
+
##ific
|
497 |
+
higher
|
498 |
+
used
|
499 |
+
how
|
500 |
+
rad
|
501 |
+
##ear
|
502 |
+
##ities
|
503 |
+
##apor
|
504 |
+
measure
|
505 |
+
##vel
|
506 |
+
##cess
|
507 |
+
conf
|
508 |
+
granites
|
509 |
+
##ized
|
510 |
+
about
|
511 |
+
prop
|
512 |
+
strength
|
513 |
+
vapor
|
514 |
+
temperatures
|
515 |
+
##ight
|
516 |
+
perme
|
517 |
+
##so
|
518 |
+
there
|
519 |
+
##ound
|
520 |
+
content
|
521 |
+
basalts
|
522 |
+
##ffect
|
523 |
+
ac
|
524 |
+
equ
|
525 |
+
##ath
|
526 |
+
##ign
|
527 |
+
consider
|
528 |
+
calcul
|
529 |
+
amp
|
530 |
+
ele
|
531 |
+
pres
|
532 |
+
state
|
533 |
+
lith
|
534 |
+
mic
|
535 |
+
other
|
536 |
+
well
|
537 |
+
##ak
|
538 |
+
##iron
|
539 |
+
also
|
540 |
+
tr
|
541 |
+
##viron
|
542 |
+
##ile
|
543 |
+
intr
|
544 |
+
sand
|
545 |
+
obtained
|
546 |
+
##round
|
547 |
+
measured
|
548 |
+
environ
|
549 |
+
exper
|
550 |
+
ap
|
551 |
+
imp
|
552 |
+
pre
|
553 |
+
##mor
|
554 |
+
##ates
|
555 |
+
init
|
556 |
+
##oci
|
557 |
+
granod
|
558 |
+
where
|
559 |
+
surface
|
560 |
+
fra
|
561 |
+
##ever
|
562 |
+
##sic
|
563 |
+
##ill
|
564 |
+
reg
|
565 |
+
however
|
566 |
+
amphib
|
567 |
+
during
|
568 |
+
each
|
569 |
+
sil
|
570 |
+
sta
|
571 |
+
##par
|
572 |
+
##ular
|
573 |
+
##otite
|
574 |
+
##ability
|
575 |
+
typ
|
576 |
+
dry
|
577 |
+
experim
|
578 |
+
bel
|
579 |
+
most
|
580 |
+
##ps
|
581 |
+
##der
|
582 |
+
##ium
|
583 |
+
form
|
584 |
+
##ogran
|
585 |
+
base
|
586 |
+
sour
|
587 |
+
monz
|
588 |
+
metamor
|
589 |
+
par
|
590 |
+
##lase
|
591 |
+
##ke
|
592 |
+
##oh
|
593 |
+
strain
|
594 |
+
associ
|
595 |
+
specimens
|
596 |
+
metamorph
|
597 |
+
hor
|
598 |
+
line
|
599 |
+
we
|
600 |
+
##ield
|
601 |
+
main
|
602 |
+
gre
|
603 |
+
##ix
|
604 |
+
##ient
|
605 |
+
##ber
|
606 |
+
##onic
|
607 |
+
##enic
|
608 |
+
##osph
|
609 |
+
##ression
|
610 |
+
observed
|
611 |
+
##edim
|
612 |
+
##ord
|
613 |
+
##ort
|
614 |
+
condition
|
615 |
+
##olite
|
616 |
+
analy
|
617 |
+
indic
|
618 |
+
##neiss
|
619 |
+
study
|
620 |
+
##rosion
|
621 |
+
mpa
|
622 |
+
sl
|
623 |
+
##fro
|
624 |
+
##atic
|
625 |
+
bec
|
626 |
+
##ime
|
627 |
+
prov
|
628 |
+
process
|
629 |
+
compar
|
630 |
+
geolog
|
631 |
+
relations
|
632 |
+
shown
|
633 |
+
grain
|
634 |
+
basalt
|
635 |
+
isotope
|
636 |
+
permeability
|
637 |
+
but
|
638 |
+
effect
|
639 |
+
per
|
640 |
+
some
|
641 |
+
##gioc
|
642 |
+
##hip
|
643 |
+
conc
|
644 |
+
sug
|
645 |
+
occ
|
646 |
+
##cy
|
647 |
+
##term
|
648 |
+
general
|
649 |
+
##ause
|
650 |
+
##gioclase
|
651 |
+
bath
|
652 |
+
fine
|
653 |
+
##tical
|
654 |
+
##ining
|
655 |
+
##ance
|
656 |
+
##ory
|
657 |
+
area
|
658 |
+
unfro
|
659 |
+
fail
|
660 |
+
occur
|
661 |
+
unfrozen
|
662 |
+
ad
|
663 |
+
bi
|
664 |
+
no
|
665 |
+
sign
|
666 |
+
##ll
|
667 |
+
##kal
|
668 |
+
##oid
|
669 |
+
##erran
|
670 |
+
##ina
|
671 |
+
determ
|
672 |
+
meth
|
673 |
+
respect
|
674 |
+
plagioclase
|
675 |
+
due
|
676 |
+
relationship
|
677 |
+
loc
|
678 |
+
mass
|
679 |
+
up
|
680 |
+
##uct
|
681 |
+
##ould
|
682 |
+
##orm
|
683 |
+
##usion
|
684 |
+
##ilar
|
685 |
+
frozen
|
686 |
+
##ogenic
|
687 |
+
##ible
|
688 |
+
plot
|
689 |
+
continental
|
690 |
+
similar
|
691 |
+
giv
|
692 |
+
##edic
|
693 |
+
section
|
694 |
+
clb
|
695 |
+
magma
|
696 |
+
experimental
|
697 |
+
both
|
698 |
+
grou
|
699 |
+
sol
|
700 |
+
##ves
|
701 |
+
inv
|
702 |
+
##ism
|
703 |
+
very
|
704 |
+
radi
|
705 |
+
initial
|
706 |
+
##de
|
707 |
+
##ie
|
708 |
+
##iqu
|
709 |
+
##ans
|
710 |
+
##rox
|
711 |
+
##ish
|
712 |
+
##osed
|
713 |
+
lar
|
714 |
+
sier
|
715 |
+
sedim
|
716 |
+
##und
|
717 |
+
const
|
718 |
+
cryst
|
719 |
+
##ystem
|
720 |
+
fluid
|
721 |
+
di
|
722 |
+
dens
|
723 |
+
est
|
724 |
+
tra
|
725 |
+
##lu
|
726 |
+
##itoid
|
727 |
+
one
|
728 |
+
depend
|
729 |
+
##ificant
|
730 |
+
calculated
|
731 |
+
trend
|
732 |
+
granodiorite
|
733 |
+
concentr
|
734 |
+
failure
|
735 |
+
biotite
|
736 |
+
po
|
737 |
+
sc
|
738 |
+
system
|
739 |
+
upp
|
740 |
+
##gra
|
741 |
+
their
|
742 |
+
granitoid
|
743 |
+
increase
|
744 |
+
minerals
|
745 |
+
northern
|
746 |
+
present
|
747 |
+
conditions
|
748 |
+
batholith
|
749 |
+
radiogenic
|
750 |
+
emp
|
751 |
+
gab
|
752 |
+
ph
|
753 |
+
##eter
|
754 |
+
##fore
|
755 |
+
##ential
|
756 |
+
conta
|
757 |
+
granul
|
758 |
+
predic
|
759 |
+
geoch
|
760 |
+
soil
|
761 |
+
type
|
762 |
+
##clud
|
763 |
+
volc
|
764 |
+
monzogran
|
765 |
+
gabb
|
766 |
+
lo
|
767 |
+
less
|
768 |
+
pat
|
769 |
+
time
|
770 |
+
##et
|
771 |
+
##oss
|
772 |
+
##ada
|
773 |
+
chemical
|
774 |
+
##istic
|
775 |
+
plut
|
776 |
+
ratio
|
777 |
+
because
|
778 |
+
out
|
779 |
+
over
|
780 |
+
terran
|
781 |
+
vel
|
782 |
+
##gest
|
783 |
+
##ale
|
784 |
+
##urse
|
785 |
+
##ervo
|
786 |
+
variation
|
787 |
+
south
|
788 |
+
micro
|
789 |
+
##ording
|
790 |
+
sm
|
791 |
+
tran
|
792 |
+
##ios
|
793 |
+
those
|
794 |
+
decreas
|
795 |
+
reservo
|
796 |
+
influ
|
797 |
+
respectively
|
798 |
+
reservoir
|
799 |
+
ear
|
800 |
+
mo
|
801 |
+
ol
|
802 |
+
throu
|
803 |
+
within
|
804 |
+
ratios
|
805 |
+
partic
|
806 |
+
solid
|
807 |
+
upper
|
808 |
+
veloc
|
809 |
+
through
|
810 |
+
age
|
811 |
+
eq
|
812 |
+
nd
|
813 |
+
##spar
|
814 |
+
##ele
|
815 |
+
def
|
816 |
+
compression
|
817 |
+
only
|
818 |
+
abund
|
819 |
+
##eldspar
|
820 |
+
isotop
|
821 |
+
fraction
|
822 |
+
suggest
|
823 |
+
significant
|
824 |
+
method
|
825 |
+
fit
|
826 |
+
gneiss
|
827 |
+
##ay
|
828 |
+
##gree
|
829 |
+
##ally
|
830 |
+
course
|
831 |
+
lead
|
832 |
+
according
|
833 |
+
source
|
834 |
+
density
|
835 |
+
es
|
836 |
+
red
|
837 |
+
##our
|
838 |
+
##yd
|
839 |
+
##ffic
|
840 |
+
##ically
|
841 |
+
shows
|
842 |
+
corrosion
|
843 |
+
lay
|
844 |
+
into
|
845 |
+
analys
|
846 |
+
volcanic
|
847 |
+
trans
|
848 |
+
axial
|
849 |
+
des
|
850 |
+
eu
|
851 |
+
num
|
852 |
+
##nbl
|
853 |
+
##atite
|
854 |
+
##ide
|
855 |
+
granitic
|
856 |
+
##ende
|
857 |
+
geoth
|
858 |
+
mineralog
|
859 |
+
measurements
|
860 |
+
environment
|
861 |
+
metamorphic
|
862 |
+
crystall
|
863 |
+
trace
|
864 |
+
##nblende
|
865 |
+
py
|
866 |
+
rate
|
867 |
+
##atively
|
868 |
+
rec
|
869 |
+
tect
|
870 |
+
##ization
|
871 |
+
characteristic
|
872 |
+
saturated
|
873 |
+
compared
|
874 |
+
given
|
875 |
+
constant
|
876 |
+
dior
|
877 |
+
field
|
878 |
+
##vi
|
879 |
+
##pond
|
880 |
+
##ercy
|
881 |
+
##onal
|
882 |
+
struct
|
883 |
+
ext
|
884 |
+
##respond
|
885 |
+
correspond
|
886 |
+
melting
|
887 |
+
lithosph
|
888 |
+
gabbro
|
889 |
+
##ercyn
|
890 |
+
cur
|
891 |
+
fur
|
892 |
+
vos
|
893 |
+
##uced
|
894 |
+
##her
|
895 |
+
conductivities
|
896 |
+
unit
|
897 |
+
consist
|
898 |
+
##iaxial
|
899 |
+
fault
|
900 |
+
hornblende
|
901 |
+
influence
|
902 |
+
##ercynian
|
903 |
+
vosges
|
904 |
+
af
|
905 |
+
car
|
906 |
+
zone
|
907 |
+
ree
|
908 |
+
##chan
|
909 |
+
comple
|
910 |
+
chan
|
911 |
+
set
|
912 |
+
pressures
|
913 |
+
north
|
914 |
+
various
|
915 |
+
confining
|
916 |
+
bound
|
917 |
+
pa
|
918 |
+
##tal
|
919 |
+
##amp
|
920 |
+
##uc
|
921 |
+
##ald
|
922 |
+
##ors
|
923 |
+
when
|
924 |
+
uniaxial
|
925 |
+
relatively
|
926 |
+
##ameter
|
927 |
+
magmas
|
928 |
+
specimen
|
929 |
+
apatite
|
930 |
+
silic
|
931 |
+
types
|
932 |
+
granulite
|
933 |
+
am
|
934 |
+
tonal
|
935 |
+
##ron
|
936 |
+
coe
|
937 |
+
deep
|
938 |
+
cracks
|
939 |
+
considered
|
940 |
+
##element
|
941 |
+
isotopic
|
942 |
+
layer
|
943 |
+
ba
|
944 |
+
med
|
945 |
+
mix
|
946 |
+
sp
|
947 |
+
ta
|
948 |
+
##eric
|
949 |
+
##ently
|
950 |
+
##ified
|
951 |
+
##net
|
952 |
+
##astic
|
953 |
+
pattern
|
954 |
+
sch
|
955 |
+
vs
|
956 |
+
##ved
|
957 |
+
##vada
|
958 |
+
##cr
|
959 |
+
##av
|
960 |
+
##ling
|
961 |
+
##wan
|
962 |
+
##ward
|
963 |
+
##ived
|
964 |
+
near
|
965 |
+
nevada
|
966 |
+
vertical
|
967 |
+
saturation
|
968 |
+
linear
|
969 |
+
geochemical
|
970 |
+
mineralogical
|
971 |
+
dom
|
972 |
+
fol
|
973 |
+
ks
|
974 |
+
mw
|
975 |
+
poss
|
976 |
+
##ients
|
977 |
+
##mm
|
978 |
+
##mal
|
979 |
+
##estern
|
980 |
+
##ince
|
981 |
+
##ick
|
982 |
+
##cep
|
983 |
+
prof
|
984 |
+
produ
|
985 |
+
same
|
986 |
+
##stone
|
987 |
+
normal
|
988 |
+
faults
|
989 |
+
therefore
|
990 |
+
elements
|
991 |
+
estim
|
992 |
+
centr
|
993 |
+
lim
|
994 |
+
var
|
995 |
+
##idu
|
996 |
+
##cla
|
997 |
+
##ag
|
998 |
+
##now
|
999 |
+
##ons
|
1000 |
+
ins
|
1001 |
+
##igin
|
1002 |
+
rem
|
1003 |
+
prim
|
1004 |
+
##ably
|
1005 |
+
origin
|
1006 |
+
disk
|
1007 |
+
##arie
|
1008 |
+
##ize
|
1009 |
+
corsic
|
1010 |
+
evol
|
1011 |
+
##velop
|
1012 |
+
amphibolite
|
1013 |
+
generally
|
1014 |
+
sierra
|
1015 |
+
modu
|
1016 |
+
geothermal
|
1017 |
+
characteristics
|
1018 |
+
coeffic
|
1019 |
+
mixing
|
1020 |
+
do
|
1021 |
+
dist
|
1022 |
+
er
|
1023 |
+
el
|
1024 |
+
end
|
1025 |
+
feldspar
|
1026 |
+
ns
|
1027 |
+
sens
|
1028 |
+
##low
|
1029 |
+
##xt
|
1030 |
+
includ
|
1031 |
+
prob
|
1032 |
+
based
|
1033 |
+
encla
|
1034 |
+
disc
|
1035 |
+
acid
|
1036 |
+
mainly
|
1037 |
+
processes
|
1038 |
+
groups
|
1039 |
+
velocity
|
1040 |
+
after
|
1041 |
+
central
|
1042 |
+
modul
|
1043 |
+
hyd
|
1044 |
+
marie
|
1045 |
+
##iwan
|
1046 |
+
##action
|
1047 |
+
##oic
|
1048 |
+
##ert
|
1049 |
+
##ests
|
1050 |
+
##rel
|
1051 |
+
degree
|
1052 |
+
develop
|
1053 |
+
grad
|
1054 |
+
constr
|
1055 |
+
tested
|
1056 |
+
region
|
1057 |
+
##kaline
|
1058 |
+
dire
|
1059 |
+
poin
|
1060 |
+
diorite
|
1061 |
+
et
|
1062 |
+
hercynian
|
1063 |
+
joh
|
1064 |
+
liqu
|
1065 |
+
tests
|
1066 |
+
will
|
1067 |
+
youn
|
1068 |
+
##ric
|
1069 |
+
##rich
|
1070 |
+
##are
|
1071 |
+
##led
|
1072 |
+
##wald
|
1073 |
+
##erived
|
1074 |
+
##ences
|
1075 |
+
col
|
1076 |
+
coar
|
1077 |
+
could
|
1078 |
+
anom
|
1079 |
+
##ough
|
1080 |
+
china
|
1081 |
+
##umul
|
1082 |
+
order
|
1083 |
+
contro
|
1084 |
+
contents
|
1085 |
+
increases
|
1086 |
+
##resh
|
1087 |
+
studies
|
1088 |
+
##tions
|
1089 |
+
dependent
|
1090 |
+
concentrations
|
1091 |
+
young
|
1092 |
+
ag
|
1093 |
+
fir
|
1094 |
+
log
|
1095 |
+
##gk
|
1096 |
+
##zoic
|
1097 |
+
##ozoic
|
1098 |
+
##jor
|
1099 |
+
##tric
|
1100 |
+
major
|
1101 |
+
##ibr
|
1102 |
+
models
|
1103 |
+
lake
|
1104 |
+
compositions
|
1105 |
+
partial
|
1106 |
+
##ross
|
1107 |
+
above
|
1108 |
+
##iocene
|
1109 |
+
##unction
|
1110 |
+
import
|
1111 |
+
geological
|
1112 |
+
sediment
|
1113 |
+
monzogranite
|
1114 |
+
load
|
1115 |
+
particles
|
1116 |
+
liquid
|
1117 |
+
act
|
1118 |
+
found
|
1119 |
+
its
|
1120 |
+
our
|
1121 |
+
##iate
|
1122 |
+
##onential
|
1123 |
+
##any
|
1124 |
+
##isc
|
1125 |
+
##tain
|
1126 |
+
##ume
|
1127 |
+
##phy
|
1128 |
+
exponential
|
1129 |
+
evid
|
1130 |
+
associated
|
1131 |
+
coarse
|
1132 |
+
first
|
1133 |
+
br
|
1134 |
+
ben
|
1135 |
+
fe
|
1136 |
+
id
|
1137 |
+
sy
|
1138 |
+
##dr
|
1139 |
+
##ble
|
1140 |
+
thick
|
1141 |
+
##ating
|
1142 |
+
##lect
|
1143 |
+
##uss
|
1144 |
+
##ush
|
1145 |
+
maures
|
1146 |
+
##uted
|
1147 |
+
refer
|
1148 |
+
text
|
1149 |
+
resear
|
1150 |
+
shear
|
1151 |
+
neg
|
1152 |
+
flux
|
1153 |
+
below
|
1154 |
+
large
|
1155 |
+
soils
|
1156 |
+
small
|
1157 |
+
modulus
|
1158 |
+
research
|
1159 |
+
caus
|
1160 |
+
function
|
1161 |
+
know
|
1162 |
+
ro
|
1163 |
+
would
|
1164 |
+
##te
|
1165 |
+
##tle
|
1166 |
+
thin
|
1167 |
+
they
|
1168 |
+
crush
|
1169 |
+
##estig
|
1170 |
+
disp
|
1171 |
+
southern
|
1172 |
+
parameter
|
1173 |
+
investig
|
1174 |
+
tectonic
|
1175 |
+
##vious
|
1176 |
+
enclaves
|
1177 |
+
discuss
|
1178 |
+
late
|
1179 |
+
pp
|
1180 |
+
##ones
|
1181 |
+
##enite
|
1182 |
+
##old
|
1183 |
+
exist
|
1184 |
+
ste
|
1185 |
+
should
|
1186 |
+
along
|
1187 |
+
fact
|
1188 |
+
interp
|
1189 |
+
measurement
|
1190 |
+
association
|
1191 |
+
##ansen
|
1192 |
+
terranes
|
1193 |
+
number
|
1194 |
+
carb
|
1195 |
+
##idual
|
1196 |
+
err
|
1197 |
+
johansen
|
1198 |
+
important
|
1199 |
+
ident
|
1200 |
+
av
|
1201 |
+
mid
|
1202 |
+
miocene
|
1203 |
+
rb
|
1204 |
+
##co
|
1205 |
+
##and
|
1206 |
+
##ited
|
1207 |
+
##itive
|
1208 |
+
##ittle
|
1209 |
+
##ork
|
1210 |
+
##rop
|
1211 |
+
##row
|
1212 |
+
beh
|
1213 |
+
##eath
|
1214 |
+
mechan
|
1215 |
+
conducted
|
1216 |
+
enrich
|
1217 |
+
related
|
1218 |
+
assum
|
1219 |
+
proposed
|
1220 |
+
intrusion
|
1221 |
+
amphibole
|
1222 |
+
slight
|
1223 |
+
descr
|
1224 |
+
patterns
|
1225 |
+
follow
|
1226 |
+
varisc
|
1227 |
+
crushed
|
1228 |
+
if
|
1229 |
+
mar
|
1230 |
+
ul
|
1231 |
+
xen
|
1232 |
+
##ex
|
1233 |
+
##gen
|
1234 |
+
##lic
|
1235 |
+
then
|
1236 |
+
##ination
|
1237 |
+
##ances
|
1238 |
+
##ists
|
1239 |
+
##lear
|
1240 |
+
##try
|
1241 |
+
##lace
|
1242 |
+
arc
|
1243 |
+
volume
|
1244 |
+
propert
|
1245 |
+
##roxene
|
1246 |
+
##ished
|
1247 |
+
plutonic
|
1248 |
+
traceelement
|
1249 |
+
complex
|
1250 |
+
tonalite
|
1251 |
+
evolution
|
1252 |
+
evidence
|
1253 |
+
xenolith
|
1254 |
+
around
|
1255 |
+
bore
|
1256 |
+
lab
|
1257 |
+
op
|
1258 |
+
tak
|
1259 |
+
##ean
|
1260 |
+
##red
|
1261 |
+
##tic
|
1262 |
+
##xis
|
1263 |
+
new
|
1264 |
+
depths
|
1265 |
+
differenti
|
1266 |
+
representative
|
1267 |
+
indicate
|
1268 |
+
redu
|
1269 |
+
boundary
|
1270 |
+
beneath
|
1271 |
+
behav
|
1272 |
+
##lacement
|
1273 |
+
au
|
1274 |
+
bl
|
1275 |
+
cumul
|
1276 |
+
clear
|
1277 |
+
derived
|
1278 |
+
kap
|
1279 |
+
pet
|
1280 |
+
##kas
|
1281 |
+
##ood
|
1282 |
+
##ening
|
1283 |
+
##ediate
|
1284 |
+
##rex
|
1285 |
+
##ision
|
1286 |
+
##ustr
|
1287 |
+
##ides
|
1288 |
+
##irc
|
1289 |
+
##ension
|
1290 |
+
index
|
1291 |
+
result
|
1292 |
+
##ected
|
1293 |
+
massif
|
1294 |
+
##gram
|
1295 |
+
pyrex
|
1296 |
+
change
|
1297 |
+
normalized
|
1298 |
+
sensor
|
1299 |
+
anomaly
|
1300 |
+
##dry
|
1301 |
+
properties
|
1302 |
+
petro
|
1303 |
+
##kasing
|
1304 |
+
dia
|
1305 |
+
gar
|
1306 |
+
long
|
1307 |
+
many
|
1308 |
+
oce
|
1309 |
+
pw
|
1310 |
+
yg
|
1311 |
+
##ac
|
1312 |
+
##ganic
|
1313 |
+
##war
|
1314 |
+
andes
|
1315 |
+
##ise
|
1316 |
+
##uskasing
|
1317 |
+
##ilibr
|
1318 |
+
crit
|
1319 |
+
basic
|
1320 |
+
sec
|
1321 |
+
correl
|
1322 |
+
leuc
|
1323 |
+
surround
|
1324 |
+
stand
|
1325 |
+
belt
|
1326 |
+
determined
|
1327 |
+
invol
|
1328 |
+
presented
|
1329 |
+
contact
|
1330 |
+
taiwan
|
1331 |
+
profile
|
1332 |
+
variscan
|
1333 |
+
kapuskasing
|
1334 |
+
hot
|
1335 |
+
here
|
1336 |
+
kdry
|
1337 |
+
pale
|
1338 |
+
since
|
1339 |
+
##mb
|
1340 |
+
##ately
|
1341 |
+
##elsic
|
1342 |
+
any
|
1343 |
+
examp
|
1344 |
+
##sequ
|
1345 |
+
melt
|
1346 |
+
##ount
|
1347 |
+
interm
|
1348 |
+
previous
|
1349 |
+
silt
|
1350 |
+
geology
|
1351 |
+
addition
|
1352 |
+
granitoids
|
1353 |
+
abundances
|
1354 |
+
crystallization
|
1355 |
+
lithospheric
|
1356 |
+
further
|
1357 |
+
possible
|
1358 |
+
##cept
|
1359 |
+
loading
|
1360 |
+
parameters
|
1361 |
+
ppm
|
1362 |
+
interpre
|
1363 |
+
diagram
|
1364 |
+
garnet
|
1365 |
+
second
|
1366 |
+
cre
|
1367 |
+
dol
|
1368 |
+
eas
|
1369 |
+
fin
|
1370 |
+
four
|
1371 |
+
felsic
|
1372 |
+
ii
|
1373 |
+
ig
|
1374 |
+
lina
|
1375 |
+
mgk
|
1376 |
+
rh
|
1377 |
+
ser
|
1378 |
+
work
|
1379 |
+
##ave
|
1380 |
+
##ness
|
1381 |
+
##lin
|
1382 |
+
##itu
|
1383 |
+
##anol
|
1384 |
+
##ural
|
1385 |
+
deta
|
1386 |
+
made
|
1387 |
+
areas
|
1388 |
+
compon
|
1389 |
+
suite
|
1390 |
+
supp
|
1391 |
+
cham
|
1392 |
+
##land
|
1393 |
+
geome
|
1394 |
+
induced
|
1395 |
+
close
|
1396 |
+
variations
|
1397 |
+
studied
|
1398 |
+
evalu
|
1399 |
+
##ochron
|
1400 |
+
relationships
|
1401 |
+
##ormation
|
1402 |
+
sediments
|
1403 |
+
decrease
|
1404 |
+
diorites
|
1405 |
+
structure
|
1406 |
+
coefficients
|
1407 |
+
acidic
|
1408 |
+
boreh
|
1409 |
+
andesite
|
1410 |
+
standard
|
1411 |
+
intermediate
|
1412 |
+
linau
|
1413 |
+
bar
|
1414 |
+
bul
|
1415 |
+
mu
|
1416 |
+
mm
|
1417 |
+
non
|
1418 |
+
pu
|
1419 |
+
pot
|
1420 |
+
size
|
1421 |
+
uc
|
1422 |
+
zones
|
1423 |
+
##ue
|
1424 |
+
thus
|
1425 |
+
three
|
1426 |
+
thresh
|
1427 |
+
##erg
|
1428 |
+
##alkaline
|
1429 |
+
##anite
|
1430 |
+
total
|
1431 |
+
##ivity
|
1432 |
+
coll
|
1433 |
+
##ogene
|
1434 |
+
##opy
|
1435 |
+
level
|
1436 |
+
simul
|
1437 |
+
radio
|
1438 |
+
confine
|
1439 |
+
litholog
|
1440 |
+
greater
|
1441 |
+
group
|
1442 |
+
terrane
|
1443 |
+
defined
|
1444 |
+
fractional
|
1445 |
+
consistent
|
1446 |
+
medium
|
1447 |
+
room
|
1448 |
+
ultr
|
1449 |
+
taken
|
1450 |
+
reduction
|
1451 |
+
bulk
|
1452 |
+
threshold
|
1453 |
+
axis
|
1454 |
+
dou
|
1455 |
+
he
|
1456 |
+
kf
|
1457 |
+
ker
|
1458 |
+
sw
|
1459 |
+
western
|
1460 |
+
##cies
|
1461 |
+
##ty
|
1462 |
+
##ail
|
1463 |
+
##zwald
|
1464 |
+
##ys
|
1465 |
+
##orted
|
1466 |
+
requ
|
1467 |
+
met
|
1468 |
+
computed
|
1469 |
+
##sten
|
1470 |
+
alkal
|
1471 |
+
see
|
1472 |
+
highly
|
1473 |
+
indiv
|
1474 |
+
magmatic
|
1475 |
+
testing
|
1476 |
+
melts
|
1477 |
+
characterized
|
1478 |
+
equilibr
|
1479 |
+
element
|
1480 |
+
sandstone
|
1481 |
+
green
|
1482 |
+
predicted
|
1483 |
+
analysis
|
1484 |
+
schwar
|
1485 |
+
probably
|
1486 |
+
constrain
|
1487 |
+
thickness
|
1488 |
+
negative
|
1489 |
+
slightly
|
1490 |
+
example
|
1491 |
+
detail
|
1492 |
+
ucs
|
1493 |
+
collision
|
1494 |
+
kersten
|
1495 |
+
schwarzwald
|
1496 |
+
fric
|
1497 |
+
sel
|
1498 |
+
term
|
1499 |
+
vers
|
1500 |
+
##ik
|
1501 |
+
##gin
|
1502 |
+
##ging
|
1503 |
+
##ual
|
1504 |
+
##uan
|
1505 |
+
##atter
|
1506 |
+
##orat
|
1507 |
+
##rome
|
1508 |
+
contribution
|
1509 |
+
top
|
1510 |
+
isochron
|
1511 |
+
while
|
1512 |
+
sampling
|
1513 |
+
energ
|
1514 |
+
increased
|
1515 |
+
grade
|
1516 |
+
clos
|
1517 |
+
##ardin
|
1518 |
+
##iour
|
1519 |
+
quartzite
|
1520 |
+
##ounts
|
1521 |
+
appar
|
1522 |
+
approx
|
1523 |
+
equal
|
1524 |
+
environments
|
1525 |
+
sources
|
1526 |
+
local
|
1527 |
+
older
|
1528 |
+
corresponding
|
1529 |
+
units
|
1530 |
+
setting
|
1531 |
+
silicic
|
1532 |
+
remain
|
1533 |
+
elastic
|
1534 |
+
known
|
1535 |
+
xenoliths
|
1536 |
+
behaviour
|
1537 |
+
surrounding
|
1538 |
+
individual
|
1539 |
+
friction
|
1540 |
+
case
|
1541 |
+
good
|
1542 |
+
lin
|
1543 |
+
pap
|
1544 |
+
##eb
|
1545 |
+
##up
|
1546 |
+
##log
|
1547 |
+
##hend
|
1548 |
+
##form
|
1549 |
+
##wa
|
1550 |
+
##ases
|
1551 |
+
contr
|
1552 |
+
##though
|
1553 |
+
cover
|
1554 |
+
comm
|
1555 |
+
although
|
1556 |
+
showing
|
1557 |
+
lahend
|
1558 |
+
calcalkaline
|
1559 |
+
##ressive
|
1560 |
+
##assic
|
1561 |
+
##blished
|
1562 |
+
typical
|
1563 |
+
sierran
|
1564 |
+
empir
|
1565 |
+
early
|
1566 |
+
lithosphere
|
1567 |
+
curves
|
1568 |
+
domin
|
1569 |
+
estimated
|
1570 |
+
including
|
1571 |
+
points
|
1572 |
+
##lected
|
1573 |
+
##comp
|
1574 |
+
laborat
|
1575 |
+
eastern
|
1576 |
+
chamber
|
1577 |
+
geometric
|
1578 |
+
confinement
|
1579 |
+
metas
|
1580 |
+
approxim
|
1581 |
+
lahendong
|
1582 |
+
erosion
|
1583 |
+
lh
|
1584 |
+
si
|
1585 |
+
tend
|
1586 |
+
val
|
1587 |
+
##ger
|
1588 |
+
##gran
|
1589 |
+
##bach
|
1590 |
+
therm
|
1591 |
+
##eration
|
1592 |
+
##ature
|
1593 |
+
##atible
|
1594 |
+
##esis
|
1595 |
+
##ason
|
1596 |
+
##ention
|
1597 |
+
##therm
|
1598 |
+
##oto
|
1599 |
+
reason
|
1600 |
+
##pear
|
1601 |
+
ang
|
1602 |
+
##ters
|
1603 |
+
##ady
|
1604 |
+
highest
|
1605 |
+
##ioritic
|
1606 |
+
hand
|
1607 |
+
expla
|
1608 |
+
generat
|
1609 |
+
represents
|
1610 |
+
##clusion
|
1611 |
+
subduction
|
1612 |
+
propor
|
1613 |
+
appear
|
1614 |
+
plotted
|
1615 |
+
overall
|
1616 |
+
earth
|
1617 |
+
furtherm
|
1618 |
+
northw
|
1619 |
+
direct
|
1620 |
+
controll
|
1621 |
+
block
|
1622 |
+
alkali
|
1623 |
+
energy
|
1624 |
+
laboratory
|
1625 |
+
lhd
|
1626 |
+
furthermore
|
1627 |
+
best
|
1628 |
+
cross
|
1629 |
+
gs
|
1630 |
+
had
|
1631 |
+
kr
|
1632 |
+
kum
|
1633 |
+
ox
|
1634 |
+
##ving
|
1635 |
+
##ike
|
1636 |
+
##ained
|
1637 |
+
##over
|
1638 |
+
##orite
|
1639 |
+
##rope
|
1640 |
+
##imum
|
1641 |
+
##idge
|
1642 |
+
##ify
|
1643 |
+
step
|
1644 |
+
alter
|
1645 |
+
sever
|
1646 |
+
##lay
|
1647 |
+
relative
|
1648 |
+
##amoto
|
1649 |
+
assess
|
1650 |
+
generation
|
1651 |
+
continu
|
1652 |
+
whereas
|
1653 |
+
formation
|
1654 |
+
concentration
|
1655 |
+
emplacement
|
1656 |
+
suggested
|
1657 |
+
europe
|
1658 |
+
dioritic
|
1659 |
+
produced
|
1660 |
+
limest
|
1661 |
+
primitive
|
1662 |
+
causes
|
1663 |
+
steady
|
1664 |
+
carbon
|
1665 |
+
avail
|
1666 |
+
mechanical
|
1667 |
+
assumed
|
1668 |
+
describ
|
1669 |
+
critical
|
1670 |
+
much
|
1671 |
+
##opyroxene
|
1672 |
+
versus
|
1673 |
+
##ardinia
|
1674 |
+
paper
|
1675 |
+
kumamoto
|
1676 |
+
gpa
|
1677 |
+
mat
|
1678 |
+
##ning
|
1679 |
+
##onz
|
1680 |
+
conclusion
|
1681 |
+
##oles
|
1682 |
+
##ceous
|
1683 |
+
map
|
1684 |
+
sha
|
1685 |
+
orth
|
1686 |
+
facies
|
1687 |
+
##allow
|
1688 |
+
rather
|
1689 |
+
ranges
|
1690 |
+
access
|
1691 |
+
stage
|
1692 |
+
particular
|
1693 |
+
extension
|
1694 |
+
corsica
|
1695 |
+
corsican
|
1696 |
+
gradient
|
1697 |
+
direction
|
1698 |
+
brittle
|
1699 |
+
syenite
|
1700 |
+
identified
|
1701 |
+
correlation
|
1702 |
+
##sequently
|
1703 |
+
equilibrium
|
1704 |
+
selected
|
1705 |
+
common
|
1706 |
+
gsn
|
1707 |
+
several
|
1708 |
+
available
|
1709 |
+
cen
|
1710 |
+
dam
|
1711 |
+
em
|
1712 |
+
fran
|
1713 |
+
rap
|
1714 |
+
ridge
|
1715 |
+
yield
|
1716 |
+
##gre
|
1717 |
+
##mem
|
1718 |
+
##out
|
1719 |
+
##edge
|
1720 |
+
##aries
|
1721 |
+
##elf
|
1722 |
+
toward
|
1723 |
+
##ivine
|
1724 |
+
before
|
1725 |
+
##ute
|
1726 |
+
ref
|
1727 |
+
##taceous
|
1728 |
+
strong
|
1729 |
+
expect
|
1730 |
+
states
|
1731 |
+
shallow
|
1732 |
+
basin
|
1733 |
+
sea
|
1734 |
+
seen
|
1735 |
+
seem
|
1736 |
+
##phic
|
1737 |
+
##izon
|
1738 |
+
arch
|
1739 |
+
means
|
1740 |
+
intrus
|
1741 |
+
fract
|
1742 |
+
formed
|
1743 |
+
horizon
|
1744 |
+
grains
|
1745 |
+
effective
|
1746 |
+
perform
|
1747 |
+
located
|
1748 |
+
plots
|
1749 |
+
sections
|
1750 |
+
##ismic
|
1751 |
+
outc
|
1752 |
+
reduced
|
1753 |
+
volcanics
|
1754 |
+
crystalline
|
1755 |
+
endmem
|
1756 |
+
hydro
|
1757 |
+
developed
|
1758 |
+
collected
|
1759 |
+
control
|
1760 |
+
sedimentary
|
1761 |
+
reference
|
1762 |
+
enriched
|
1763 |
+
involved
|
1764 |
+
cretaceous
|
1765 |
+
##type
|
1766 |
+
greenstone
|
1767 |
+
limestone
|
1768 |
+
cenozoic
|
1769 |
+
damage
|
1770 |
+
bad
|
1771 |
+
cm
|
1772 |
+
east
|
1773 |
+
fu
|
1774 |
+
ill
|
1775 |
+
ml
|
1776 |
+
natur
|
1777 |
+
role
|
1778 |
+
situ
|
1779 |
+
sardinia
|
1780 |
+
zirc
|
1781 |
+
##ok
|
1782 |
+
##hes
|
1783 |
+
##br
|
1784 |
+
##bers
|
1785 |
+
##ane
|
1786 |
+
##icular
|
1787 |
+
##osit
|
1788 |
+
dec
|
1789 |
+
propa
|
1790 |
+
thermally
|
1791 |
+
##chist
|
1792 |
+
extr
|
1793 |
+
shelf
|
1794 |
+
seam
|
1795 |
+
seismic
|
1796 |
+
##vement
|
1797 |
+
##emis
|
1798 |
+
gravel
|
1799 |
+
unders
|
1800 |
+
resulting
|
1801 |
+
##gests
|
1802 |
+
intro
|
1803 |
+
information
|
1804 |
+
across
|
1805 |
+
regard
|
1806 |
+
##ogranite
|
1807 |
+
parag
|
1808 |
+
suggests
|
1809 |
+
trends
|
1810 |
+
sci
|
1811 |
+
plutons
|
1812 |
+
olivine
|
1813 |
+
abundance
|
1814 |
+
numer
|
1815 |
+
tecton
|
1816 |
+
structural
|
1817 |
+
boundaries
|
1818 |
+
does
|
1819 |
+
gradients
|
1820 |
+
following
|
1821 |
+
differentiated
|
1822 |
+
oceanic
|
1823 |
+
requir
|
1824 |
+
empirical
|
1825 |
+
angle
|
1826 |
+
horizontal
|
1827 |
+
baden
|
1828 |
+
illustr
|
1829 |
+
natural
|
1830 |
+
propag
|
1831 |
+
paragneiss
|
1832 |
+
ages
|
1833 |
+
affect
|
1834 |
+
bot
|
1835 |
+
div
|
1836 |
+
feat
|
1837 |
+
pc
|
1838 |
+
sale
|
1839 |
+
tit
|
1840 |
+
use
|
1841 |
+
##rix
|
1842 |
+
##cing
|
1843 |
+
##tom
|
1844 |
+
##au
|
1845 |
+
##ged
|
1846 |
+
##water
|
1847 |
+
thole
|
1848 |
+
##ino
|
1849 |
+
##ict
|
1850 |
+
incomp
|
1851 |
+
cool
|
1852 |
+
cohes
|
1853 |
+
##ither
|
1854 |
+
being
|
1855 |
+
##imes
|
1856 |
+
devi
|
1857 |
+
asse
|
1858 |
+
##ided
|
1859 |
+
compressive
|
1860 |
+
except
|
1861 |
+
resist
|
1862 |
+
organic
|
1863 |
+
modeled
|
1864 |
+
reli
|
1865 |
+
canada
|
1866 |
+
plate
|
1867 |
+
magnet
|
1868 |
+
differences
|
1869 |
+
noted
|
1870 |
+
##acted
|
1871 |
+
even
|
1872 |
+
arg
|
1873 |
+
interaction
|
1874 |
+
##ung
|
1875 |
+
basement
|
1876 |
+
monzod
|
1877 |
+
weak
|
1878 |
+
greens
|
1879 |
+
province
|
1880 |
+
effects
|
1881 |
+
perid
|
1882 |
+
occurr
|
1883 |
+
occurs
|
1884 |
+
larger
|
1885 |
+
reservoirs
|
1886 |
+
fractionation
|
1887 |
+
significantly
|
1888 |
+
leads
|
1889 |
+
curve
|
1890 |
+
coefficient
|
1891 |
+
distance
|
1892 |
+
display
|
1893 |
+
discussion
|
1894 |
+
existing
|
1895 |
+
errors
|
1896 |
+
auth
|
1897 |
+
rhy
|
1898 |
+
published
|
1899 |
+
closure
|
1900 |
+
##eby
|
1901 |
+
approximately
|
1902 |
+
generated
|
1903 |
+
northwestern
|
1904 |
+
controlled
|
1905 |
+
matrix
|
1906 |
+
expected
|
1907 |
+
bottom
|
1908 |
+
saleeby
|
1909 |
+
ed
|
1910 |
+
eth
|
1911 |
+
eight
|
1912 |
+
far
|
1913 |
+
hpe
|
1914 |
+
kuan
|
1915 |
+
nw
|
1916 |
+
oro
|
1917 |
+
pe
|
1918 |
+
##rc
|
1919 |
+
##ration
|
1920 |
+
##ire
|
1921 |
+
##til
|
1922 |
+
##go
|
1923 |
+
##late
|
1924 |
+
##ophy
|
1925 |
+
##hs
|
1926 |
+
##ertain
|
1927 |
+
##ont
|
1928 |
+
##onite
|
1929 |
+
##atism
|
1930 |
+
##ency
|
1931 |
+
##itud
|
1932 |
+
##als
|
1933 |
+
conclud
|
1934 |
+
##ocene
|
1935 |
+
island
|
1936 |
+
##ult
|
1937 |
+
##olites
|
1938 |
+
##raul
|
1939 |
+
##iles
|
1940 |
+
##iltr
|
1941 |
+
##utung
|
1942 |
+
##chn
|
1943 |
+
##tand
|
1944 |
+
##iform
|
1945 |
+
whole
|
1946 |
+
deple
|
1947 |
+
##ama
|
1948 |
+
grained
|
1949 |
+
consists
|
1950 |
+
exposed
|
1951 |
+
reported
|
1952 |
+
reposit
|
1953 |
+
##neous
|
1954 |
+
permian
|
1955 |
+
infiltr
|
1956 |
+
micros
|
1957 |
+
initi
|
1958 |
+
indicates
|
1959 |
+
basaltic
|
1960 |
+
determine
|
1961 |
+
##ique
|
1962 |
+
microgran
|
1963 |
+
decreases
|
1964 |
+
velocities
|
1965 |
+
suggesting
|
1966 |
+
transp
|
1967 |
+
pair
|
1968 |
+
among
|
1969 |
+
domain
|
1970 |
+
primary
|
1971 |
+
disks
|
1972 |
+
hydraul
|
1973 |
+
development
|
1974 |
+
##ledge
|
1975 |
+
few
|
1976 |
+
texture
|
1977 |
+
discussed
|
1978 |
+
factor
|
1979 |
+
error
|
1980 |
+
clearly
|
1981 |
+
interpreted
|
1982 |
+
potential
|
1983 |
+
detailed
|
1984 |
+
appears
|
1985 |
+
alteration
|
1986 |
+
described
|
1987 |
+
accessory
|
1988 |
+
france
|
1989 |
+
archean
|
1990 |
+
intrusive
|
1991 |
+
performed
|
1992 |
+
zircon
|
1993 |
+
tholei
|
1994 |
+
incompatible
|
1995 |
+
cohesion
|
1996 |
+
agree
|
1997 |
+
ca
|
1998 |
+
cy
|
1999 |
+
cell
|
2000 |
+
either
|
2001 |
+
fresh
|
2002 |
+
ground
|
2003 |
+
grow
|
2004 |
+
hist
|
2005 |
+
heter
|
2006 |
+
il
|
2007 |
+
must
|
2008 |
+
og
|
2009 |
+
pos
|
2010 |
+
pow
|
2011 |
+
post
|
2012 |
+
sing
|
2013 |
+
track
|
2014 |
+
vary
|
2015 |
+
weat
|
2016 |
+
##dle
|
2017 |
+
##of
|
2018 |
+
##other
|
2019 |
+
##hyd
|
2020 |
+
##ywa
|
2021 |
+
##ind
|
2022 |
+
##inel
|
2023 |
+
##orn
|
2024 |
+
incre
|
2025 |
+
##ark
|
2026 |
+
##ison
|
2027 |
+
##ocr
|
2028 |
+
##olated
|
2029 |
+
beish
|
2030 |
+
##lying
|
2031 |
+
reach
|
2032 |
+
granular
|
2033 |
+
techn
|
2034 |
+
##ially
|
2035 |
+
another
|
2036 |
+
##ifer
|
2037 |
+
exhib
|
2038 |
+
##ichutung
|
2039 |
+
necess
|
2040 |
+
difference
|
2041 |
+
rates
|
2042 |
+
cracking
|
2043 |
+
interest
|
2044 |
+
applic
|
2045 |
+
considering
|
2046 |
+
granodioritic
|
2047 |
+
parts
|
2048 |
+
##ospheric
|
2049 |
+
provide
|
2050 |
+
locations
|
2051 |
+
scatter
|
2052 |
+
systematic
|
2053 |
+
contain
|
2054 |
+
patino
|
2055 |
+
##ety
|
2056 |
+
recent
|
2057 |
+
corresponds
|
2058 |
+
ksat
|
2059 |
+
possib
|
2060 |
+
profiles
|
2061 |
+
distin
|
2062 |
+
point
|
2063 |
+
actual
|
2064 |
+
middle
|
2065 |
+
intrusions
|
2066 |
+
margin
|
2067 |
+
dolost
|
2068 |
+
igneous
|
2069 |
+
components
|
2070 |
+
simp
|
2071 |
+
continuous
|
2072 |
+
##emistry
|
2073 |
+
understand
|
2074 |
+
introduction
|
2075 |
+
titanite
|
2076 |
+
resistance
|
2077 |
+
magnetite
|
2078 |
+
greenschist
|
2079 |
+
ethanol
|
2080 |
+
kuanhs
|
2081 |
+
microgranular
|
2082 |
+
hydraulic
|
2083 |
+
tholeiitic
|
2084 |
+
cylin
|
2085 |
+
growth
|
2086 |
+
weather
|
2087 |
+
##ywack
|
2088 |
+
increment
|
2089 |
+
beishan
|
2090 |
+
kuanhsichutung
|
2091 |
+
bod
|
2092 |
+
ce
|
2093 |
+
circ
|
2094 |
+
fig
|
2095 |
+
fusion
|
2096 |
+
hy
|
2097 |
+
his
|
2098 |
+
ice
|
2099 |
+
lu
|
2100 |
+
later
|
2101 |
+
little
|
2102 |
+
nrc
|
2103 |
+
rif
|
2104 |
+
rich
|
2105 |
+
site
|
2106 |
+
sites
|
2107 |
+
tps
|
2108 |
+
ves
|
2109 |
+
wid
|
2110 |
+
##ey
|
2111 |
+
##per
|
2112 |
+
##put
|
2113 |
+
##sr
|
2114 |
+
##most
|
2115 |
+
##menite
|
2116 |
+
##lo
|
2117 |
+
##lied
|
2118 |
+
##ful
|
2119 |
+
##wh
|
2120 |
+
##orth
|
2121 |
+
##organic
|
2122 |
+
inst
|
2123 |
+
intern
|
2124 |
+
inorganic
|
2125 |
+
##rops
|
2126 |
+
conv
|
2127 |
+
##ival
|
2128 |
+
##then
|
2129 |
+
dem
|
2130 |
+
max
|
2131 |
+
prog
|
2132 |
+
##rad
|
2133 |
+
asthen
|
2134 |
+
reaction
|
2135 |
+
##terel
|
2136 |
+
##irm
|
2137 |
+
##omonz
|
2138 |
+
##crel
|
2139 |
+
separ
|
2140 |
+
##laced
|
2141 |
+
unc
|
2142 |
+
until
|
2143 |
+
uniform
|
2144 |
+
##aplate
|
2145 |
+
need
|
2146 |
+
expans
|
2147 |
+
magn
|
2148 |
+
class
|
2149 |
+
note
|
2150 |
+
resulted
|
2151 |
+
##ersity
|
2152 |
+
least
|
2153 |
+
##enetic
|
2154 |
+
ranging
|
2155 |
+
drill
|
2156 |
+
dredge
|
2157 |
+
##ressed
|
2158 |
+
##ology
|
2159 |
+
observation
|
2160 |
+
moreover
|
2161 |
+
subs
|
2162 |
+
confirm
|
2163 |
+
intraplate
|
2164 |
+
stable
|
2165 |
+
provides
|
2166 |
+
comparison
|
2167 |
+
occurred
|
2168 |
+
determin
|
2169 |
+
methanol
|
2170 |
+
fluids
|
2171 |
+
phase
|
2172 |
+
decreasing
|
2173 |
+
eqs
|
2174 |
+
esterel
|
2175 |
+
analyses
|
2176 |
+
analysed
|
2177 |
+
transition
|
2178 |
+
carr
|
2179 |
+
amounts
|
2180 |
+
deeper
|
2181 |
+
nearly
|
2182 |
+
limit
|
2183 |
+
include
|
2184 |
+
younger
|
2185 |
+
researchers
|
2186 |
+
investigations
|
2187 |
+
mechanism
|
2188 |
+
descrip
|
2189 |
+
differentiation
|
2190 |
+
petrogra
|
2191 |
+
##mbla
|
2192 |
+
previously
|
2193 |
+
diagrams
|
2194 |
+
series
|
2195 |
+
component
|
2196 |
+
borehole
|
2197 |
+
boreholes
|
2198 |
+
radioact
|
2199 |
+
lithologies
|
2200 |
+
douce
|
2201 |
+
kfeldspar
|
2202 |
+
dominant
|
2203 |
+
metasom
|
2204 |
+
valid
|
2205 |
+
proportions
|
2206 |
+
oxy
|
2207 |
+
carbonifer
|
2208 |
+
extrap
|
2209 |
+
numerical
|
2210 |
+
assembla
|
2211 |
+
reliable
|
2212 |
+
pairs
|
2213 |
+
single
|
2214 |
+
expansion
|
2215 |
+
carboniferous
|
2216 |
+
austr
|
2217 |
+
bo
|
2218 |
+
cap
|
2219 |
+
coch
|
2220 |
+
cause
|
2221 |
+
did
|
2222 |
+
gr
|
2223 |
+
give
|
2224 |
+
hl
|
2225 |
+
him
|
2226 |
+
hom
|
2227 |
+
hence
|
2228 |
+
hree
|
2229 |
+
hoh
|
2230 |
+
length
|
2231 |
+
like
|
2232 |
+
moh
|
2233 |
+
oil
|
2234 |
+
oph
|
2235 |
+
pol
|
2236 |
+
pore
|
2237 |
+
rise
|
2238 |
+
tro
|
2239 |
+
tip
|
2240 |
+
times
|
2241 |
+
wa
|
2242 |
+
yb
|
2243 |
+
##ven
|
2244 |
+
##pl
|
2245 |
+
##pent
|
2246 |
+
##cip
|
2247 |
+
##to
|
2248 |
+
##ground
|
2249 |
+
##ub
|
2250 |
+
##zed
|
2251 |
+
##ma
|
2252 |
+
##mination
|
2253 |
+
##lant
|
2254 |
+
##heat
|
2255 |
+
##ft
|
2256 |
+
##jian
|
2257 |
+
##alay
|
2258 |
+
##arge
|
2259 |
+
##urface
|
2260 |
+
coun
|
2261 |
+
proced
|
2262 |
+
##chie
|
2263 |
+
##odep
|
2264 |
+
##taiwan
|
2265 |
+
heating
|
2266 |
+
alkaline
|
2267 |
+
##omite
|
2268 |
+
##ensive
|
2269 |
+
fair
|
2270 |
+
enh
|
2271 |
+
abs
|
2272 |
+
relation
|
2273 |
+
minare
|
2274 |
+
showed
|
2275 |
+
flowheat
|
2276 |
+
lack
|
2277 |
+
clin
|
2278 |
+
genesis
|
2279 |
+
represented
|
2280 |
+
accur
|
2281 |
+
applied
|
2282 |
+
observations
|
2283 |
+
srr
|
2284 |
+
##ification
|
2285 |
+
equival
|
2286 |
+
elev
|
2287 |
+
intra
|
2288 |
+
sands
|
2289 |
+
##osphere
|
2290 |
+
adj
|
2291 |
+
determination
|
2292 |
+
##iew
|
2293 |
+
diameter
|
2294 |
+
monzogranitic
|
2295 |
+
pluton
|
2296 |
+
abundant
|
2297 |
+
pyroxene
|
2298 |
+
record
|
2299 |
+
fields
|
2300 |
+
silica
|
2301 |
+
band
|
2302 |
+
produce
|
2303 |
+
producing
|
2304 |
+
ague
|
2305 |
+
smaller
|
2306 |
+
caused
|
2307 |
+
investigate
|
2308 |
+
enrichment
|
2309 |
+
assuming
|
2310 |
+
cumulate
|
2311 |
+
cumulative
|
2312 |
+
petrolog
|
2313 |
+
ocean
|
2314 |
+
paleodep
|
2315 |
+
interpret
|
2316 |
+
dolomite
|
2317 |
+
finally
|
2318 |
+
serpent
|
2319 |
+
apparently
|
2320 |
+
lines
|
2321 |
+
##entional
|
2322 |
+
shape
|
2323 |
+
seems
|
2324 |
+
fujian
|
2325 |
+
decay
|
2326 |
+
propagation
|
2327 |
+
cooling
|
2328 |
+
monzodiorite
|
2329 |
+
peridotite
|
2330 |
+
peak
|
2331 |
+
repository
|
2332 |
+
transport
|
2333 |
+
ilmenite
|
2334 |
+
necessary
|
2335 |
+
distinct
|
2336 |
+
dolostone
|
2337 |
+
conventional
|
2338 |
+
maximum
|
2339 |
+
determinations
|
2340 |
+
oxygen
|
2341 |
+
austral
|
2342 |
+
hohwald
|
2343 |
+
ophi
|
2344 |
+
##lantic
|
2345 |
+
procedure
|
2346 |
+
minarets
|
2347 |
+
paleodepth
|
2348 |
+
fujiantaiwan
|
2349 |
+
ae
|
2350 |
+
cn
|
2351 |
+
cases
|
2352 |
+
dy
|
2353 |
+
free
|
2354 |
+
host
|
2355 |
+
imm
|
2356 |
+
last
|
2357 |
+
nam
|
2358 |
+
nature
|
2359 |
+
pb
|
2360 |
+
spect
|
2361 |
+
tb
|
2362 |
+
table
|
2363 |
+
wave
|
2364 |
+
year
|
2365 |
+
##ether
|
2366 |
+
##ris
|
2367 |
+
##son
|
2368 |
+
##less
|
2369 |
+
##yed
|
2370 |
+
##ena
|
2371 |
+
##enced
|
2372 |
+
##iterran
|
2373 |
+
##ang
|
2374 |
+
##roach
|
2375 |
+
conve
|
2376 |
+
##iversity
|
2377 |
+
##own
|
2378 |
+
##ilation
|
2379 |
+
reve
|
2380 |
+
stra
|
2381 |
+
compacted
|
2382 |
+
##iforn
|
2383 |
+
exc
|
2384 |
+
suffic
|
2385 |
+
super
|
2386 |
+
stat
|
2387 |
+
start
|
2388 |
+
whether
|
2389 |
+
residual
|
2390 |
+
##omb
|
2391 |
+
champ
|
2392 |
+
##cretion
|
2393 |
+
university
|
2394 |
+
ens
|
2395 |
+
eng
|
2396 |
+
modelling
|
2397 |
+
obtain
|
2398 |
+
##pping
|
2399 |
+
##amic
|
2400 |
+
graywack
|
2401 |
+
expl
|
2402 |
+
californ
|
2403 |
+
variable
|
2404 |
+
##pecially
|
2405 |
+
magmatism
|
2406 |
+
##tributed
|
2407 |
+
partition
|
2408 |
+
##clastic
|
2409 |
+
allow
|
2410 |
+
approach
|
2411 |
+
equations
|
2412 |
+
calculations
|
2413 |
+
implic
|
2414 |
+
regime
|
2415 |
+
experiments
|
2416 |
+
forming
|
2417 |
+
metamorphism
|
2418 |
+
weigh
|
2419 |
+
slab
|
2420 |
+
peri
|
2421 |
+
gives
|
2422 |
+
estcrel
|
2423 |
+
scale
|
2424 |
+
phys
|
2425 |
+
prediction
|
2426 |
+
geochemistry
|
2427 |
+
gneisses
|
2428 |
+
leading
|
2429 |
+
esta
|
2430 |
+
especially
|
2431 |
+
transient
|
2432 |
+
geotherm
|
2433 |
+
extre
|
2434 |
+
extend
|
2435 |
+
changes
|
2436 |
+
layered
|
2437 |
+
barome
|
2438 |
+
mediterran
|
2439 |
+
##onstr
|
2440 |
+
again
|
2441 |
+
partially
|
2442 |
+
feu
|
2443 |
+
rbsr
|
2444 |
+
leucocr
|
2445 |
+
additional
|
2446 |
+
##ogeneous
|
2447 |
+
levels
|
2448 |
+
simulation
|
2449 |
+
ultrama
|
2450 |
+
constraints
|
2451 |
+
remains
|
2452 |
+
explain
|
2453 |
+
conclusions
|
2454 |
+
commonly
|
2455 |
+
endmembers
|
2456 |
+
deviation
|
2457 |
+
##ophysic
|
2458 |
+
##itude
|
2459 |
+
groundwater
|
2460 |
+
vesicular
|
2461 |
+
subsurface
|
2462 |
+
hlw
|
2463 |
+
himalay
|
2464 |
+
moho
|
2465 |
+
troct
|
2466 |
+
equivalent
|
2467 |
+
serpentin
|
2468 |
+
california
|
2469 |
+
mediterranean
|
2470 |
+
leucocratic
|
2471 |
+
ultramafic
|
2472 |
+
achie
|
2473 |
+
cata
|
2474 |
+
cree
|
2475 |
+
certain
|
2476 |
+
ecl
|
2477 |
+
fiss
|
2478 |
+
gap
|
2479 |
+
les
|
2480 |
+
list
|
2481 |
+
might
|
2482 |
+
pur
|
2483 |
+
pul
|
2484 |
+
page
|
2485 |
+
san
|
2486 |
+
sph
|
2487 |
+
sio
|
2488 |
+
wide
|
2489 |
+
##van
|
2490 |
+
##eas
|
2491 |
+
##rust
|
2492 |
+
##cent
|
2493 |
+
##ai
|
2494 |
+
##aa
|
2495 |
+
##namic
|
2496 |
+
##ument
|
2497 |
+
##zing
|
2498 |
+
##lies
|
2499 |
+
##ym
|
2500 |
+
##well
|
2501 |
+
##jected
|
2502 |
+
##erie
|
2503 |
+
##atically
|
2504 |
+
##enoh
|
2505 |
+
##rect
|
2506 |
+
##read
|
2507 |
+
##aring
|
2508 |
+
conver
|
2509 |
+
consequently
|
2510 |
+
##isot
|
2511 |
+
##iver
|
2512 |
+
##ulated
|
2513 |
+
##ulomb
|
2514 |
+
begin
|
2515 |
+
bearing
|
2516 |
+
##ceed
|
2517 |
+
##iding
|
2518 |
+
meters
|
2519 |
+
##ched
|
2520 |
+
compare
|
2521 |
+
anorth
|
2522 |
+
prin
|
2523 |
+
##ogra
|
2524 |
+
suites
|
2525 |
+
stre
|
2526 |
+
atlantic
|
2527 |
+
who
|
2528 |
+
almost
|
2529 |
+
ord
|
2530 |
+
depos
|
2531 |
+
##arily
|
2532 |
+
having
|
2533 |
+
minor
|
2534 |
+
stresses
|
2535 |
+
cores
|
2536 |
+
composed
|
2537 |
+
mantled
|
2538 |
+
portions
|
2539 |
+
calcite
|
2540 |
+
underground
|
2541 |
+
##ountain
|
2542 |
+
account
|
2543 |
+
distributions
|
2544 |
+
subsequently
|
2545 |
+
equation
|
2546 |
+
mica
|
2547 |
+
impro
|
2548 |
+
prec
|
2549 |
+
typically
|
2550 |
+
mostly
|
2551 |
+
metamorphosed
|
2552 |
+
analytical
|
2553 |
+
indicated
|
2554 |
+
slope
|
2555 |
+
adap
|
2556 |
+
constitu
|
2557 |
+
phases
|
2558 |
+
contamination
|
2559 |
+
earl
|
2560 |
+
throughout
|
2561 |
+
define
|
2562 |
+
transfer
|
2563 |
+
##herz
|
2564 |
+
##chang
|
2565 |
+
complete
|
2566 |
+
amount
|
2567 |
+
spinel
|
2568 |
+
schist
|
2569 |
+
estimate
|
2570 |
+
limited
|
2571 |
+
regions
|
2572 |
+
anomal
|
2573 |
+
liquids
|
2574 |
+
textures
|
2575 |
+
knowledge
|
2576 |
+
##rown
|
2577 |
+
open
|
2578 |
+
rhenoh
|
2579 |
+
evaluate
|
2580 |
+
evaluated
|
2581 |
+
lithology
|
2582 |
+
double
|
2583 |
+
##ikely
|
2584 |
+
apparent
|
2585 |
+
metasedim
|
2586 |
+
explained
|
2587 |
+
european
|
2588 |
+
orthopyroxene
|
2589 |
+
particularly
|
2590 |
+
rapid
|
2591 |
+
reflect
|
2592 |
+
strongly
|
2593 |
+
seamounts
|
2594 |
+
affected
|
2595 |
+
authors
|
2596 |
+
concluded
|
2597 |
+
infiltration
|
2598 |
+
initiation
|
2599 |
+
agreement
|
2600 |
+
history
|
2601 |
+
power
|
2602 |
+
exhibit
|
2603 |
+
bodies
|
2604 |
+
demonstr
|
2605 |
+
carried
|
2606 |
+
description
|
2607 |
+
cocherie
|
2608 |
+
clinopyroxene
|
2609 |
+
sufficient
|
2610 |
+
engine
|
2611 |
+
##ophysics
|
2612 |
+
cataclastic
|
2613 |
+
eclog
|
2614 |
+
fission
|
2615 |
+
listed
|
2616 |
+
anorthos
|
2617 |
+
mantlederived
|
2618 |
+
rhenohercynian
|
2619 |
+
air
|
2620 |
+
bra
|
2621 |
+
del
|
2622 |
+
dra
|
2623 |
+
drop
|
2624 |
+
down
|
2625 |
+
ful
|
2626 |
+
fall
|
2627 |
+
hard
|
2628 |
+
kun
|
2629 |
+
latter
|
2630 |
+
mes
|
2631 |
+
mich
|
2632 |
+
ni
|
2633 |
+
nb
|
2634 |
+
nit
|
2635 |
+
rn
|
2636 |
+
ross
|
2637 |
+
river
|
2638 |
+
sat
|
2639 |
+
ui
|
2640 |
+
via
|
2641 |
+
wald
|
2642 |
+
xin
|
2643 |
+
##val
|
2644 |
+
##valu
|
2645 |
+
##ec
|
2646 |
+
##ets
|
2647 |
+
##rite
|
2648 |
+
##rier
|
2649 |
+
##pr
|
2650 |
+
##pose
|
2651 |
+
##ded
|
2652 |
+
##ten
|
2653 |
+
##tolith
|
2654 |
+
##az
|
2655 |
+
##not
|
2656 |
+
##sential
|
2657 |
+
##ually
|
2658 |
+
##mod
|
2659 |
+
##kt
|
2660 |
+
##ks
|
2661 |
+
##ob
|
2662 |
+
##omp
|
2663 |
+
##hum
|
2664 |
+
##yl
|
2665 |
+
##wn
|
2666 |
+
##ern
|
2667 |
+
##atch
|
2668 |
+
##atized
|
2669 |
+
##alc
|
2670 |
+
##ann
|
2671 |
+
##ories
|
2672 |
+
##icot
|
2673 |
+
##ions
|
2674 |
+
input
|
2675 |
+
##rogen
|
2676 |
+
##ings
|
2677 |
+
contrib
|
2678 |
+
concept
|
2679 |
+
##thermal
|
2680 |
+
##truct
|
2681 |
+
##ational
|
2682 |
+
coulomb
|
2683 |
+
dehyd
|
2684 |
+
product
|
2685 |
+
protolith
|
2686 |
+
##ote
|
2687 |
+
##otassic
|
2688 |
+
##tage
|
2689 |
+
##gether
|
2690 |
+
anate
|
2691 |
+
##erate
|
2692 |
+
crat
|
2693 |
+
##ibi
|
2694 |
+
still
|
2695 |
+
atm
|
2696 |
+
resp
|
2697 |
+
orient
|
2698 |
+
modified
|
2699 |
+
##apotassic
|
2700 |
+
##cken
|
2701 |
+
lowest
|
2702 |
+
##izing
|
2703 |
+
minimum
|
2704 |
+
expressed
|
2705 |
+
cannot
|
2706 |
+
quant
|
2707 |
+
quest
|
2708 |
+
##ersbach
|
2709 |
+
porphy
|
2710 |
+
##ipicot
|
2711 |
+
representing
|
2712 |
+
place
|
2713 |
+
allanite
|
2714 |
+
##blish
|
2715 |
+
##isson
|
2716 |
+
permeable
|
2717 |
+
accep
|
2718 |
+
accretion
|
2719 |
+
calculation
|
2720 |
+
presents
|
2721 |
+
implies
|
2722 |
+
stab
|
2723 |
+
analyzed
|
2724 |
+
providing
|
2725 |
+
location
|
2726 |
+
massive
|
2727 |
+
upwell
|
2728 |
+
##iques
|
2729 |
+
poor
|
2730 |
+
poisson
|
2731 |
+
##grade
|
2732 |
+
predict
|
2733 |
+
predictions
|
2734 |
+
monzogranites
|
2735 |
+
deformation
|
2736 |
+
methods
|
2737 |
+
##ays
|
2738 |
+
essential
|
2739 |
+
mineralogy
|
2740 |
+
pyr
|
2741 |
+
curr
|
2742 |
+
consisting
|
2743 |
+
spat
|
2744 |
+
varies
|
2745 |
+
constrained
|
2746 |
+
##gkuan
|
2747 |
+
##temp
|
2748 |
+
displacement
|
2749 |
+
identify
|
2750 |
+
avg
|
2751 |
+
opening
|
2752 |
+
aug
|
2753 |
+
criter
|
2754 |
+
leucomonz
|
2755 |
+
herein
|
2756 |
+
ultrapotassic
|
2757 |
+
topogra
|
2758 |
+
contras
|
2759 |
+
contrast
|
2760 |
+
thermist
|
2761 |
+
reasonable
|
2762 |
+
proportion
|
2763 |
+
assessment
|
2764 |
+
orthoc
|
2765 |
+
rapp
|
2766 |
+
gravels
|
2767 |
+
required
|
2768 |
+
illustrated
|
2769 |
+
features
|
2770 |
+
rhyolite
|
2771 |
+
eds
|
2772 |
+
orog
|
2773 |
+
depleted
|
2774 |
+
asthenosphere
|
2775 |
+
petrographic
|
2776 |
+
radioactivity
|
2777 |
+
metasomatized
|
2778 |
+
ophiolite
|
2779 |
+
years
|
2780 |
+
statist
|
2781 |
+
implications
|
2782 |
+
weighted
|
2783 |
+
period
|
2784 |
+
physical
|
2785 |
+
against
|
2786 |
+
himalayan
|
2787 |
+
troctolite
|
2788 |
+
purpose
|
2789 |
+
kungkuan
|
2790 |
+
michipicot
|
2791 |
+
nitrogen
|
2792 |
+
rossi
|
2793 |
+
waldersbach
|
2794 |
+
xinchang
|
2795 |
+
##values
|
2796 |
+
dehydration
|
2797 |
+
upwelling
|
2798 |
+
michipicoten
|
2799 |
+
ace
|
2800 |
+
bd
|
2801 |
+
bro
|
2802 |
+
bre
|
2803 |
+
brack
|
2804 |
+
brown
|
2805 |
+
der
|
2806 |
+
ded
|
2807 |
+
dans
|
2808 |
+
eis
|
2809 |
+
foc
|
2810 |
+
five
|
2811 |
+
gc
|
2812 |
+
gl
|
2813 |
+
gas
|
2814 |
+
germ
|
2815 |
+
iron
|
2816 |
+
just
|
2817 |
+
kd
|
2818 |
+
ku
|
2819 |
+
lherz
|
2820 |
+
nf
|
2821 |
+
nar
|
2822 |
+
pill
|
2823 |
+
ris
|
2824 |
+
rare
|
2825 |
+
vil
|
2826 |
+
zon
|
2827 |
+
##ection
|
2828 |
+
##poth
|
2829 |
+
##day
|
2830 |
+
##ily
|
2831 |
+
##tone
|
2832 |
+
##ses
|
2833 |
+
##sol
|
2834 |
+
##genetic
|
2835 |
+
##matic
|
2836 |
+
##mag
|
2837 |
+
##lig
|
2838 |
+
##line
|
2839 |
+
##ltype
|
2840 |
+
##kes
|
2841 |
+
##oe
|
2842 |
+
##hap
|
2843 |
+
##bas
|
2844 |
+
##wise
|
2845 |
+
##xoth
|
2846 |
+
##jection
|
2847 |
+
theore
|
2848 |
+
##onoun
|
2849 |
+
##aling
|
2850 |
+
##ines
|
2851 |
+
##rophy
|
2852 |
+
##reh
|
2853 |
+
##arith
|
2854 |
+
##ingu
|
2855 |
+
##mprophy
|
2856 |
+
##isme
|
2857 |
+
together
|
2858 |
+
coast
|
2859 |
+
comb
|
2860 |
+
##olation
|
2861 |
+
##ilities
|
2862 |
+
without
|
2863 |
+
##charge
|
2864 |
+
compris
|
2865 |
+
anisot
|
2866 |
+
prior
|
2867 |
+
pronoun
|
2868 |
+
saxoth
|
2869 |
+
##iff
|
2870 |
+
exceed
|
2871 |
+
exhum
|
2872 |
+
attemp
|
2873 |
+
what
|
2874 |
+
whose
|
2875 |
+
residu
|
2876 |
+
##abase
|
2877 |
+
basis
|
2878 |
+
chap
|
2879 |
+
sequ
|
2880 |
+
seven
|
2881 |
+
modal
|
2882 |
+
enaa
|
2883 |
+
modeling
|
2884 |
+
abit
|
2885 |
+
haul
|
2886 |
+
minim
|
2887 |
+
obvious
|
2888 |
+
gradu
|
2889 |
+
plastic
|
2890 |
+
plane
|
2891 |
+
better
|
2892 |
+
indian
|
2893 |
+
lago
|
2894 |
+
lamprophy
|
2895 |
+
clm
|
2896 |
+
calibr
|
2897 |
+
##opes
|
2898 |
+
##opted
|
2899 |
+
variety
|
2900 |
+
dried
|
2901 |
+
arth
|
2902 |
+
##faces
|
2903 |
+
faulting
|
2904 |
+
monaz
|
2905 |
+
##uringian
|
2906 |
+
characterize
|
2907 |
+
##ignificant
|
2908 |
+
sandy
|
2909 |
+
prefer
|
2910 |
+
prepar
|
2911 |
+
associations
|
2912 |
+
weight
|
2913 |
+
maintained
|
2914 |
+
slopes
|
2915 |
+
provided
|
2916 |
+
comparable
|
2917 |
+
perhap
|
2918 |
+
##ancement
|
2919 |
+
adopted
|
2920 |
+
upon
|
2921 |
+
upward
|
2922 |
+
crystals
|
2923 |
+
densities
|
2924 |
+
systematically
|
2925 |
+
##grained
|
2926 |
+
emplaced
|
2927 |
+
containing
|
2928 |
+
predicts
|
2929 |
+
volcan
|
2930 |
+
gabbron
|
2931 |
+
isotopes
|
2932 |
+
pavement
|
2933 |
+
tonalites
|
2934 |
+
tonalitic
|
2935 |
+
median
|
2936 |
+
insignificant
|
2937 |
+
erup
|
2938 |
+
else
|
2939 |
+
construct
|
2940 |
+
etc
|
2941 |
+
cold
|
2942 |
+
##umulate
|
2943 |
+
logarith
|
2944 |
+
exponentially
|
2945 |
+
syn
|
2946 |
+
neglig
|
2947 |
+
existence
|
2948 |
+
factors
|
2949 |
+
followed
|
2950 |
+
complexes
|
2951 |
+
behavior
|
2952 |
+
final
|
2953 |
+
ign
|
2954 |
+
bars
|
2955 |
+
height
|
2956 |
+
require
|
2957 |
+
elemental
|
2958 |
+
collisional
|
2959 |
+
terms
|
2960 |
+
settings
|
2961 |
+
link
|
2962 |
+
##bacher
|
2963 |
+
emltype
|
2964 |
+
outcrops
|
2965 |
+
endmember
|
2966 |
+
seamount
|
2967 |
+
tectonophysics
|
2968 |
+
divided
|
2969 |
+
feature
|
2970 |
+
argon
|
2971 |
+
occurring
|
2972 |
+
rhyolites
|
2973 |
+
microsc
|
2974 |
+
microstruct
|
2975 |
+
possibly
|
2976 |
+
weathered
|
2977 |
+
hypoth
|
2978 |
+
assemblage
|
2979 |
+
book
|
2980 |
+
fairly
|
2981 |
+
enhancement
|
2982 |
+
recorded
|
2983 |
+
freezing
|
2984 |
+
convect
|
2985 |
+
superior
|
2986 |
+
creep
|
2987 |
+
##rected
|
2988 |
+
princip
|
2989 |
+
constituents
|
2990 |
+
anomalies
|
2991 |
+
anorthosite
|
2992 |
+
leucomonzogranite
|
2993 |
+
acetone
|
2994 |
+
brackets
|
2995 |
+
eisbacher
|
2996 |
+
focus
|
2997 |
+
glass
|
2998 |
+
narrow
|
2999 |
+
pillow
|
3000 |
+
ville
|
3001 |
+
theoretical
|
3002 |
+
anisotrop
|
3003 |
+
pronounced
|
3004 |
+
saxothuringian
|
3005 |
+
perhaps
|
3006 |
+
logarithm
|
3007 |
+
negligible
|
3008 |
+
bt
|
3009 |
+
bur
|
3010 |
+
bir
|
3011 |
+
cf
|
3012 |
+
dt
|
3013 |
+
doc
|
3014 |
+
fo
|
3015 |
+
fre
|
3016 |
+
fut
|
3017 |
+
fix
|
3018 |
+
fund
|
3019 |
+
ion
|
3020 |
+
kg
|
3021 |
+
kon
|
3022 |
+
lat
|
3023 |
+
lree
|
3024 |
+
mg
|
3025 |
+
mer
|
3026 |
+
mold
|
3027 |
+
mention
|
3028 |
+
mountain
|
3029 |
+
nu
|
3030 |
+
os
|
3031 |
+
pers
|
3032 |
+
sul
|
3033 |
+
six
|
3034 |
+
tens
|
3035 |
+
uran
|
3036 |
+
von
|
3037 |
+
view
|
3038 |
+
west
|
3039 |
+
zer
|
3040 |
+
##ead
|
3041 |
+
##ri
|
3042 |
+
##ries
|
3043 |
+
##riate
|
3044 |
+
##rup
|
3045 |
+
##pb
|
3046 |
+
##por
|
3047 |
+
##pine
|
3048 |
+
##den
|
3049 |
+
##ders
|
3050 |
+
##ii
|
3051 |
+
##con
|
3052 |
+
##cient
|
3053 |
+
##tim
|
3054 |
+
##nes
|
3055 |
+
##gl
|
3056 |
+
##ug
|
3057 |
+
##uff
|
3058 |
+
##ms
|
3059 |
+
##ler
|
3060 |
+
##lif
|
3061 |
+
##lorite
|
3062 |
+
##has
|
3063 |
+
##bear
|
3064 |
+
##xist
|
3065 |
+
##ject
|
3066 |
+
though
|
3067 |
+
thrust
|
3068 |
+
##err
|
3069 |
+
##ering
|
3070 |
+
##onian
|
3071 |
+
##ator
|
3072 |
+
##ester
|
3073 |
+
##inces
|
3074 |
+
often
|
3075 |
+
##orts
|
3076 |
+
inc
|
3077 |
+
inta
|
3078 |
+
injection
|
3079 |
+
##ingling
|
3080 |
+
##isf
|
3081 |
+
##istribution
|
3082 |
+
##iven
|
3083 |
+
##tral
|
3084 |
+
cogenetic
|
3085 |
+
##olitic
|
3086 |
+
##imbr
|
3087 |
+
degre
|
3088 |
+
make
|
3089 |
+
prom
|
3090 |
+
##ild
|
3091 |
+
##otites
|
3092 |
+
##igocene
|
3093 |
+
real
|
3094 |
+
read
|
3095 |
+
tekt
|
3096 |
+
##odic
|
3097 |
+
##table
|
3098 |
+
heater
|
3099 |
+
heated
|
3100 |
+
##mented
|
3101 |
+
compatible
|
3102 |
+
compute
|
3103 |
+
compreh
|
3104 |
+
ancient
|
3105 |
+
ones
|
3106 |
+
extern
|
3107 |
+
sun
|
3108 |
+
summ
|
3109 |
+
she
|
3110 |
+
short
|
3111 |
+
##abilities
|
3112 |
+
##estim
|
3113 |
+
alpine
|
3114 |
+
##omin
|
3115 |
+
basically
|
3116 |
+
chena
|
3117 |
+
chlorite
|
3118 |
+
##istan
|
3119 |
+
conte
|
3120 |
+
contour
|
3121 |
+
unl
|
3122 |
+
envel
|
3123 |
+
relict
|
3124 |
+
##ficult
|
3125 |
+
plan
|
3126 |
+
difficult
|
3127 |
+
law
|
3128 |
+
closed
|
3129 |
+
queb
|
3130 |
+
leach
|
3131 |
+
pores
|
3132 |
+
specific
|
3133 |
+
underlying
|
3134 |
+
underpl
|
3135 |
+
approp
|
3136 |
+
##epend
|
3137 |
+
permeabilities
|
3138 |
+
##igned
|
3139 |
+
wells
|
3140 |
+
prev
|
3141 |
+
stages
|
3142 |
+
belts
|
3143 |
+
horai
|
3144 |
+
indicating
|
3145 |
+
slow
|
3146 |
+
become
|
3147 |
+
provinces
|
3148 |
+
signature
|
3149 |
+
##ief
|
3150 |
+
##roxyl
|
3151 |
+
depends
|
3152 |
+
systems
|
3153 |
+
emphas
|
3154 |
+
phen
|
3155 |
+
granulites
|
3156 |
+
granulitic
|
3157 |
+
influenced
|
3158 |
+
fits
|
3159 |
+
layers
|
3160 |
+
structures
|
3161 |
+
spread
|
3162 |
+
vertically
|
3163 |
+
linearly
|
3164 |
+
estimates
|
3165 |
+
inside
|
3166 |
+
remained
|
3167 |
+
primarily
|
3168 |
+
distingu
|
3169 |
+
enclave
|
3170 |
+
hydroxyl
|
3171 |
+
colour
|
3172 |
+
active
|
3173 |
+
references
|
3174 |
+
root
|
3175 |
+
thinning
|
3176 |
+
investigated
|
3177 |
+
marine
|
3178 |
+
volumetric
|
3179 |
+
labrad
|
3180 |
+
optical
|
3181 |
+
cumulates
|
3182 |
+
paleozoic
|
3183 |
+
##lines
|
3184 |
+
supported
|
3185 |
+
potassic
|
3186 |
+
##ogeneity
|
3187 |
+
radioelement
|
3188 |
+
head
|
3189 |
+
##rometry
|
3190 |
+
covered
|
3191 |
+
tends
|
3192 |
+
reasonably
|
3193 |
+
directly
|
3194 |
+
yielded
|
3195 |
+
##greg
|
3196 |
+
towards
|
3197 |
+
shallower
|
3198 |
+
fracture
|
3199 |
+
fractured
|
3200 |
+
outcrop
|
3201 |
+
hydrothermal
|
3202 |
+
##aneous
|
3203 |
+
sciences
|
3204 |
+
requires
|
3205 |
+
argu
|
3206 |
+
occurrence
|
3207 |
+
orogen
|
3208 |
+
position
|
3209 |
+
varying
|
3210 |
+
reached
|
3211 |
+
technique
|
3212 |
+
interesting
|
3213 |
+
possibility
|
3214 |
+
simple
|
3215 |
+
weathering
|
3216 |
+
figure
|
3217 |
+
rift
|
3218 |
+
internal
|
3219 |
+
international
|
3220 |
+
progress
|
3221 |
+
separate
|
3222 |
+
magnitude
|
3223 |
+
dominantly
|
3224 |
+
extrapolated
|
3225 |
+
wawa
|
3226 |
+
petrological
|
3227 |
+
namely
|
3228 |
+
straight
|
3229 |
+
excav
|
3230 |
+
ensure
|
3231 |
+
graywacke
|
3232 |
+
explan
|
3233 |
+
sphene
|
3234 |
+
ordin
|
3235 |
+
deposited
|
3236 |
+
earlier
|
3237 |
+
eclogite
|
3238 |
+
downward
|
3239 |
+
mesozoic
|
3240 |
+
satisf
|
3241 |
+
##oba
|
3242 |
+
contribute
|
3243 |
+
atmospheric
|
3244 |
+
question
|
3245 |
+
spatial
|
3246 |
+
augite
|
3247 |
+
criteria
|
3248 |
+
orthoclase
|
3249 |
+
orogenic
|
3250 |
+
statistical
|
3251 |
+
abitibi
|
3252 |
+
lagoon
|
3253 |
+
gabbronorite
|
3254 |
+
ignimbr
|
3255 |
+
hypothesis
|
3256 |
+
birch
|
3257 |
+
frequ
|
3258 |
+
fixed
|
3259 |
+
konrad
|
3260 |
+
mentioned
|
3261 |
+
uranium
|
3262 |
+
zero
|
3263 |
+
##glom
|
3264 |
+
##bearing
|
3265 |
+
intact
|
3266 |
+
degrees
|
3267 |
+
external
|
3268 |
+
envelope
|
3269 |
+
quebec
|
3270 |
+
appropriate
|
3271 |
+
labradorite
|
3272 |
+
ack
|
3273 |
+
bu
|
3274 |
+
ber
|
3275 |
+
batch
|
3276 |
+
cd
|
3277 |
+
cent
|
3278 |
+
core
|
3279 |
+
dim
|
3280 |
+
dil
|
3281 |
+
dac
|
3282 |
+
ep
|
3283 |
+
ever
|
3284 |
+
eocene
|
3285 |
+
fer
|
3286 |
+
fab
|
3287 |
+
gd
|
3288 |
+
go
|
3289 |
+
gave
|
3290 |
+
genetic
|
3291 |
+
hf
|
3292 |
+
hbl
|
3293 |
+
ide
|
3294 |
+
jul
|
3295 |
+
jour
|
3296 |
+
kb
|
3297 |
+
kep
|
3298 |
+
key
|
3299 |
+
led
|
3300 |
+
lile
|
3301 |
+
luc
|
3302 |
+
mc
|
3303 |
+
mig
|
3304 |
+
mts
|
3305 |
+
muc
|
3306 |
+
mingling
|
3307 |
+
now
|
3308 |
+
nick
|
3309 |
+
oc
|
3310 |
+
om
|
3311 |
+
path
|
3312 |
+
qr
|
3313 |
+
rul
|
3314 |
+
rim
|
3315 |
+
rough
|
3316 |
+
squ
|
3317 |
+
sodic
|
3318 |
+
ten
|
3319 |
+
tur
|
3320 |
+
tuff
|
3321 |
+
wester
|
3322 |
+
zr
|
3323 |
+
##vity
|
3324 |
+
##vol
|
3325 |
+
##view
|
3326 |
+
##vonian
|
3327 |
+
##ef
|
3328 |
+
##equ
|
3329 |
+
##rn
|
3330 |
+
##ament
|
3331 |
+
##nal
|
3332 |
+
##nary
|
3333 |
+
##side
|
3334 |
+
##ump
|
3335 |
+
##ze
|
3336 |
+
##zon
|
3337 |
+
##zil
|
3338 |
+
##mat
|
3339 |
+
##lined
|
3340 |
+
##ki
|
3341 |
+
##ov
|
3342 |
+
##hoe
|
3343 |
+
##by
|
3344 |
+
##bat
|
3345 |
+
##bur
|
3346 |
+
##yen
|
3347 |
+
thor
|
3348 |
+
them
|
3349 |
+
theory
|
3350 |
+
##onf
|
3351 |
+
##enous
|
3352 |
+
##aled
|
3353 |
+
##alkal
|
3354 |
+
##inity
|
3355 |
+
##edi
|
3356 |
+
off
|
3357 |
+
##ants
|
3358 |
+
##anks
|
3359 |
+
##ice
|
3360 |
+
##ics
|
3361 |
+
infer
|
3362 |
+
##reed
|
3363 |
+
##asi
|
3364 |
+
##ash
|
3365 |
+
##ctile
|
3366 |
+
##entary
|
3367 |
+
conglom
|
3368 |
+
##els
|
3369 |
+
##eless
|
3370 |
+
too
|
3371 |
+
##uri
|
3372 |
+
##ivation
|
3373 |
+
##theless
|
3374 |
+
##tron
|
3375 |
+
##duced
|
3376 |
+
##osities
|
3377 |
+
##ermost
|
3378 |
+
iss
|
3379 |
+
##ranular
|
3380 |
+
##ulation
|
3381 |
+
decomp
|
3382 |
+
devonian
|
3383 |
+
project
|
3384 |
+
##ilitic
|
3385 |
+
ascent
|
3386 |
+
##ige
|
3387 |
+
##uting
|
3388 |
+
##eated
|
3389 |
+
recharge
|
3390 |
+
strik
|
3391 |
+
strike
|
3392 |
+
stront
|
3393 |
+
compaction
|
3394 |
+
anhyd
|
3395 |
+
##erature
|
3396 |
+
conductive
|
3397 |
+
excep
|
3398 |
+
##ogn
|
3399 |
+
##aternary
|
3400 |
+
##stood
|
3401 |
+
crist
|
3402 |
+
suit
|
3403 |
+
succ
|
3404 |
+
attributed
|
3405 |
+
shar
|
3406 |
+
shield
|
3407 |
+
##set
|
3408 |
+
##sect
|
3409 |
+
alum
|
3410 |
+
altern
|
3411 |
+
##verse
|
3412 |
+
##umes
|
3413 |
+
sem
|
3414 |
+
sampled
|
3415 |
+
##phides
|
3416 |
+
##cker
|
3417 |
+
distributed
|
3418 |
+
neu
|
3419 |
+
##izes
|
3420 |
+
mining
|
3421 |
+
##amination
|
3422 |
+
##ambr
|
3423 |
+
gravity
|
3424 |
+
corrected
|
3425 |
+
indu
|
3426 |
+
india
|
3427 |
+
independ
|
3428 |
+
diff
|
3429 |
+
measuring
|
3430 |
+
clar
|
3431 |
+
quite
|
3432 |
+
quasi
|
3433 |
+
quaternary
|
3434 |
+
soft
|
3435 |
+
##opic
|
3436 |
+
##allines
|
3437 |
+
assim
|
3438 |
+
assump
|
3439 |
+
compositional
|
3440 |
+
ports
|
3441 |
+
porosities
|
3442 |
+
##enean
|
3443 |
+
underestim
|
3444 |
+
understood
|
3445 |
+
dred
|
3446 |
+
##anics
|
3447 |
+
interval
|
3448 |
+
placed
|
3449 |
+
metabas
|
3450 |
+
apply
|
3451 |
+
characterization
|
3452 |
+
ductile
|
3453 |
+
srnd
|
3454 |
+
continents
|
3455 |
+
subb
|
3456 |
+
subst
|
3457 |
+
subjected
|
3458 |
+
therein
|
3459 |
+
acqu
|
3460 |
+
elect
|
3461 |
+
presence
|
3462 |
+
lithos
|
3463 |
+
tri
|
3464 |
+
granodior
|
3465 |
+
frag
|
3466 |
+
regular
|
3467 |
+
regression
|
3468 |
+
belie
|
3469 |
+
metamorphisme
|
3470 |
+
##ortun
|
3471 |
+
indices
|
3472 |
+
becom
|
3473 |
+
respective
|
3474 |
+
locally
|
3475 |
+
uplif
|
3476 |
+
giving
|
3477 |
+
estt
|
3478 |
+
dependence
|
3479 |
+
poik
|
3480 |
+
uppermost
|
3481 |
+
presentday
|
3482 |
+
batholiths
|
3483 |
+
emplo
|
3484 |
+
phot
|
3485 |
+
phlog
|
3486 |
+
outlined
|
3487 |
+
southw
|
3488 |
+
smith
|
3489 |
+
moist
|
3490 |
+
old
|
3491 |
+
oligocene
|
3492 |
+
defin
|
3493 |
+
environmental
|
3494 |
+
crystallizing
|
3495 |
+
recogn
|
3496 |
+
extensive
|
3497 |
+
layering
|
3498 |
+
##cryst
|
3499 |
+
domal
|
3500 |
+
##nowledge
|
3501 |
+
remark
|
3502 |
+
evolved
|
3503 |
+
evolving
|
3504 |
+
ends
|
3505 |
+
sensitive
|
3506 |
+
included
|
3507 |
+
moduli
|
3508 |
+
##related
|
3509 |
+
john
|
3510 |
+
agent
|
3511 |
+
loglog
|
3512 |
+
##drical
|
3513 |
+
dispos
|
3514 |
+
steige
|
3515 |
+
interpolated
|
3516 |
+
measurementa
|
3517 |
+
longer
|
3518 |
+
pwave
|
3519 |
+
##acent
|
3520 |
+
##acity
|
3521 |
+
correlations
|
3522 |
+
leucogranite
|
3523 |
+
surrounded
|
3524 |
+
involvement
|
3525 |
+
contacts
|
3526 |
+
secondary
|
3527 |
+
suppression
|
3528 |
+
evaluation
|
3529 |
+
mucken
|
3530 |
+
nonmod
|
3531 |
+
ultrak
|
3532 |
+
constraint
|
3533 |
+
contributions
|
3534 |
+
covers
|
3535 |
+
empirically
|
3536 |
+
generate
|
3537 |
+
northwest
|
3538 |
+
blocks
|
3539 |
+
##onzonite
|
3540 |
+
shaw
|
3541 |
+
emtype
|
3542 |
+
regarded
|
3543 |
+
regarding
|
3544 |
+
regardless
|
3545 |
+
deviations
|
3546 |
+
author
|
3547 |
+
##ontin
|
3548 |
+
initiated
|
3549 |
+
heterogeneous
|
3550 |
+
positive
|
3551 |
+
tracks
|
3552 |
+
techniques
|
3553 |
+
application
|
3554 |
+
applications
|
3555 |
+
contains
|
3556 |
+
cylinders
|
3557 |
+
cylindrical
|
3558 |
+
luzon
|
3559 |
+
rifting
|
3560 |
+
widely
|
3561 |
+
##where
|
3562 |
+
##while
|
3563 |
+
instead
|
3564 |
+
progressive
|
3565 |
+
reactions
|
3566 |
+
uncertain
|
3567 |
+
drilled
|
3568 |
+
extrapolation
|
3569 |
+
assemblages
|
3570 |
+
homogeneous
|
3571 |
+
absence
|
3572 |
+
accurate
|
3573 |
+
elevated
|
3574 |
+
adjust
|
3575 |
+
adjacent
|
3576 |
+
interpretive
|
3577 |
+
australia
|
3578 |
+
dynamic
|
3579 |
+
started
|
3580 |
+
established
|
3581 |
+
establish
|
3582 |
+
extrem
|
3583 |
+
extreme
|
3584 |
+
achieved
|
3585 |
+
pulse
|
3586 |
+
santa
|
3587 |
+
##vanhoe
|
3588 |
+
converg
|
3589 |
+
adapted
|
3590 |
+
engineering
|
3591 |
+
brazil
|
3592 |
+
fully
|
3593 |
+
hardening
|
3594 |
+
##predic
|
3595 |
+
##anner
|
3596 |
+
respons
|
3597 |
+
accepted
|
3598 |
+
stability
|
3599 |
+
poorly
|
3600 |
+
pyrenean
|
3601 |
+
topographic
|
3602 |
+
thermistor
|
3603 |
+
broad
|
3604 |
+
deduced
|
3605 |
+
lherzolite
|
3606 |
+
combined
|
3607 |
+
attempt
|
3608 |
+
chapters
|
3609 |
+
hauls
|
3610 |
+
calibration
|
3611 |
+
monazite
|
3612 |
+
microstructural
|
3613 |
+
anisotropy
|
3614 |
+
logarithmic
|
3615 |
+
document
|
3616 |
+
future
|
3617 |
+
sulphides
|
3618 |
+
comprehensive
|
3619 |
+
unlikely
|
3620 |
+
leaching
|
3621 |
+
phenom
|
3622 |
+
spreading
|
3623 |
+
ignimbrite
|
3624 |
+
acknowledge
|
3625 |
+
berlin
|
3626 |
+
dimension
|
3627 |
+
dacite
|
3628 |
+
fabric
|
3629 |
+
journal
|
3630 |
+
kept
|
3631 |
+
lucia
|
3632 |
+
nickel
|
3633 |
+
roughly
|
3634 |
+
striking
|
3635 |
+
strontium
|
3636 |
+
cristallines
|
3637 |
+
success
|
3638 |
+
alumin
|
3639 |
+
##ambrian
|
3640 |
+
poikilitic
|
3641 |
+
phlogop
|
3642 |
+
muckenbach
|
3643 |
+
nonmodal
|
3644 |
+
aw
|
3645 |
+
aut
|
3646 |
+
aff
|
3647 |
+
bon
|
3648 |
+
bal
|
3649 |
+
bou
|
3650 |
+
bond
|
3651 |
+
cs
|
3652 |
+
cerm
|
3653 |
+
cut
|
3654 |
+
clay
|
3655 |
+
dip
|
3656 |
+
day
|
3657 |
+
drops
|
3658 |
+
eg
|
3659 |
+
eff
|
3660 |
+
fil
|
3661 |
+
ga
|
3662 |
+
gain
|
3663 |
+
gau
|
3664 |
+
glo
|
3665 |
+
hu
|
3666 |
+
har
|
3667 |
+
hos
|
3668 |
+
hum
|
3669 |
+
iv
|
3670 |
+
ima
|
3671 |
+
ivanhoe
|
3672 |
+
kn
|
3673 |
+
koh
|
3674 |
+
li
|
3675 |
+
lit
|
3676 |
+
lates
|
3677 |
+
loss
|
3678 |
+
lama
|
3679 |
+
likely
|
3680 |
+
mit
|
3681 |
+
mine
|
3682 |
+
mgo
|
3683 |
+
nine
|
3684 |
+
nang
|
3685 |
+
oh
|
3686 |
+
opp
|
3687 |
+
pv
|
3688 |
+
pen
|
3689 |
+
pel
|
3690 |
+
ple
|
3691 |
+
pure
|
3692 |
+
pse
|
3693 |
+
ra
|
3694 |
+
ram
|
3695 |
+
run
|
3696 |
+
sus
|
3697 |
+
sele
|
3698 |
+
tert
|
3699 |
+
targe
|
3700 |
+
uf
|
3701 |
+
ve
|
3702 |
+
vas
|
3703 |
+
visc
|
3704 |
+
wor
|
3705 |
+
wider
|
3706 |
+
wedge
|
3707 |
+
wind
|
3708 |
+
xr
|
3709 |
+
yet
|
3710 |
+
zh
|
3711 |
+
##vier
|
3712 |
+
##ev
|
3713 |
+
##eous
|
3714 |
+
##rus
|
3715 |
+
##pro
|
3716 |
+
##pite
|
3717 |
+
##pend
|
3718 |
+
##iary
|
3719 |
+
##cp
|
3720 |
+
##cut
|
3721 |
+
##crack
|
3722 |
+
##cote
|
3723 |
+
##tation
|
3724 |
+
##ao
|
3725 |
+
##ape
|
3726 |
+
##ack
|
3727 |
+
##ned
|
3728 |
+
##sical
|
3729 |
+
##seated
|
3730 |
+
##uer
|
3731 |
+
##uit
|
3732 |
+
##uch
|
3733 |
+
##uape
|
3734 |
+
##mo
|
3735 |
+
##mes
|
3736 |
+
##min
|
3737 |
+
##ld
|
3738 |
+
##ls
|
3739 |
+
##lique
|
3740 |
+
##ken
|
3741 |
+
##king
|
3742 |
+
##oph
|
3743 |
+
##bit
|
3744 |
+
##bed
|
3745 |
+
##bite
|
3746 |
+
##banks
|
3747 |
+
##ype
|
3748 |
+
##yond
|
3749 |
+
##ynamic
|
3750 |
+
##ffer
|
3751 |
+
##fect
|
3752 |
+
##flow
|
3753 |
+
##work
|
3754 |
+
##xtral
|
3755 |
+
##qal
|
3756 |
+
thir
|
3757 |
+
thomp
|
3758 |
+
##erse
|
3759 |
+
##atures
|
3760 |
+
##ense
|
3761 |
+
##enomonz
|
3762 |
+
##itis
|
3763 |
+
##ins
|
3764 |
+
##edomin
|
3765 |
+
##ani
|
3766 |
+
##anced
|
3767 |
+
##anub
|
3768 |
+
##orpor
|
3769 |
+
incip
|
3770 |
+
anders
|
3771 |
+
##ropping
|
3772 |
+
##ares
|
3773 |
+
##arries
|
3774 |
+
##asia
|
3775 |
+
##ctic
|
3776 |
+
conj
|
3777 |
+
consequ
|
3778 |
+
tops
|
3779 |
+
##urs
|
3780 |
+
##urasia
|
3781 |
+
##iving
|
3782 |
+
##ley
|
3783 |
+
##traction
|
3784 |
+
##trained
|
3785 |
+
cov
|
3786 |
+
come
|
3787 |
+
##ithme
|
3788 |
+
##ithospheric
|
3789 |
+
##ules
|
3790 |
+
beyond
|
3791 |
+
##imin
|
3792 |
+
dextral
|
3793 |
+
mach
|
3794 |
+
##raction
|
3795 |
+
##ocks
|
3796 |
+
##ila
|
3797 |
+
##ilization
|
3798 |
+
asian
|
3799 |
+
##idity
|
3800 |
+
react
|
3801 |
+
##odym
|
3802 |
+
##odynamic
|
3803 |
+
##tached
|
3804 |
+
conducting
|
3805 |
+
comput
|
3806 |
+
anne
|
3807 |
+
##terey
|
3808 |
+
##terrier
|
3809 |
+
predomin
|
3810 |
+
once
|
3811 |
+
excess
|
3812 |
+
exchan
|
3813 |
+
sud
|
3814 |
+
sum
|
3815 |
+
stations
|
3816 |
+
static
|
3817 |
+
attached
|
3818 |
+
rest
|
3819 |
+
resol
|
3820 |
+
shell
|
3821 |
+
##seur
|
3822 |
+
##section
|
3823 |
+
albite
|
3824 |
+
##vertheless
|
3825 |
+
chond
|
3826 |
+
sep
|
3827 |
+
highgrade
|
3828 |
+
mode
|
3829 |
+
modern
|
3830 |
+
unus
|
3831 |
+
fav
|
3832 |
+
fam
|
3833 |
+
ent
|
3834 |
+
entrained
|
3835 |
+
discre
|
3836 |
+
dissol
|
3837 |
+
lowe
|
3838 |
+
geophy
|
3839 |
+
modelled
|
3840 |
+
##uded
|
3841 |
+
neodym
|
3842 |
+
nevertheless
|
3843 |
+
##ario
|
3844 |
+
oblique
|
3845 |
+
##ame
|
3846 |
+
##amide
|
3847 |
+
##amlines
|
3848 |
+
graph
|
3849 |
+
plun
|
3850 |
+
plume
|
3851 |
+
##ccia
|
3852 |
+
flows
|
3853 |
+
report
|
3854 |
+
quarries
|
3855 |
+
##utions
|
3856 |
+
composite
|
3857 |
+
calder
|
3858 |
+
##allization
|
3859 |
+
varied
|
3860 |
+
thank
|
3861 |
+
assigned
|
3862 |
+
left
|
3863 |
+
leterrier
|
3864 |
+
partly
|
3865 |
+
##othermal
|
3866 |
+
special
|
3867 |
+
event
|
3868 |
+
events
|
3869 |
+
surve
|
3870 |
+
surfaces
|
3871 |
+
arr
|
3872 |
+
arbit
|
3873 |
+
arithme
|
3874 |
+
faulted
|
3875 |
+
accomp
|
3876 |
+
mont
|
3877 |
+
monterey
|
3878 |
+
interacted
|
3879 |
+
play
|
3880 |
+
plays
|
3881 |
+
played
|
3882 |
+
volumes
|
3883 |
+
##blic
|
3884 |
+
##bling
|
3885 |
+
sru
|
3886 |
+
srf
|
3887 |
+
meanwhile
|
3888 |
+
subduct
|
3889 |
+
subsequ
|
3890 |
+
##ifications
|
3891 |
+
propose
|
3892 |
+
##ather
|
3893 |
+
consideration
|
3894 |
+
considerations
|
3895 |
+
considerable
|
3896 |
+
calculate
|
3897 |
+
preserv
|
3898 |
+
otherwise
|
3899 |
+
intruded
|
3900 |
+
apart
|
3901 |
+
imple
|
3902 |
+
drying
|
3903 |
+
former
|
3904 |
+
baseco
|
3905 |
+
parbat
|
3906 |
+
weber
|
3907 |
+
great
|
3908 |
+
perpend
|
3909 |
+
perfect
|
3910 |
+
generalized
|
3911 |
+
added
|
3912 |
+
signatures
|
3913 |
+
##llite
|
3914 |
+
experimentally
|
3915 |
+
laramide
|
3916 |
+
crystal
|
3917 |
+
diabase
|
3918 |
+
depending
|
3919 |
+
dependency
|
3920 |
+
##cluding
|
3921 |
+
lesser
|
3922 |
+
overla
|
3923 |
+
microcrack
|
3924 |
+
smnd
|
3925 |
+
transect
|
3926 |
+
decreased
|
3927 |
+
movement
|
3928 |
+
##elements
|
3929 |
+
defining
|
3930 |
+
compressional
|
3931 |
+
fractionated
|
3932 |
+
fractionating
|
3933 |
+
methodology
|
3934 |
+
analyser
|
3935 |
+
despite
|
3936 |
+
recording
|
3937 |
+
recently
|
3938 |
+
dioritis
|
3939 |
+
extent
|
3940 |
+
correspondence
|
3941 |
+
consisted
|
3942 |
+
consistency
|
3943 |
+
afric
|
3944 |
+
changed
|
3945 |
+
setup
|
3946 |
+
northward
|
3947 |
+
silicate
|
3948 |
+
coexist
|
3949 |
+
deepseated
|
3950 |
+
back
|
3951 |
+
fold
|
3952 |
+
instr
|
3953 |
+
insight
|
3954 |
+
insulated
|
3955 |
+
originally
|
3956 |
+
probe
|
3957 |
+
proble
|
3958 |
+
discover
|
3959 |
+
regional
|
3960 |
+
##riched
|
3961 |
+
importance
|
3962 |
+
sedimentation
|
3963 |
+
coarsegrained
|
3964 |
+
brief
|
3965 |
+
syenomonz
|
3966 |
+
textural
|
3967 |
+
identification
|
3968 |
+
follows
|
3969 |
+
variscides
|
3970 |
+
ultim
|
3971 |
+
reduce
|
3972 |
+
##acu
|
3973 |
+
leucos
|
3974 |
+
paleo
|
3975 |
+
secondly
|
3976 |
+
created
|
3977 |
+
chambers
|
3978 |
+
barrier
|
3979 |
+
barri
|
3980 |
+
simulate
|
3981 |
+
radioelements
|
3982 |
+
select
|
3983 |
+
closely
|
3984 |
+
localization
|
3985 |
+
dominated
|
3986 |
+
thermo
|
3987 |
+
controlling
|
3988 |
+
crosscut
|
3989 |
+
crosssection
|
3990 |
+
kru
|
3991 |
+
krf
|
3992 |
+
continued
|
3993 |
+
carbonate
|
3994 |
+
yielding
|
3995 |
+
outcropping
|
3996 |
+
controls
|
3997 |
+
tectonically
|
3998 |
+
illustrates
|
3999 |
+
useful
|
4000 |
+
canadacote
|
4001 |
+
plateau
|
4002 |
+
monzodioritic
|
4003 |
+
weakening
|
4004 |
+
potentially
|
4005 |
+
reaching
|
4006 |
+
exhibited
|
4007 |
+
understanding
|
4008 |
+
circum
|
4009 |
+
circles
|
4010 |
+
lateral
|
4011 |
+
widening
|
4012 |
+
unconf
|
4013 |
+
uniformly
|
4014 |
+
needs
|
4015 |
+
needed
|
4016 |
+
classified
|
4017 |
+
drilling
|
4018 |
+
confirmed
|
4019 |
+
transitional
|
4020 |
+
mechanisms
|
4021 |
+
radioactive
|
4022 |
+
metasomatism
|
4023 |
+
capacity
|
4024 |
+
counting
|
4025 |
+
fairbanks
|
4026 |
+
enhanced
|
4027 |
+
elevations
|
4028 |
+
interpretation
|
4029 |
+
decaying
|
4030 |
+
australian
|
4031 |
+
immedi
|
4032 |
+
name
|
4033 |
+
spectr
|
4034 |
+
reveals
|
4035 |
+
strait
|
4036 |
+
allows
|
4037 |
+
extends
|
4038 |
+
barometry
|
4039 |
+
serpentinized
|
4040 |
+
pulses
|
4041 |
+
##eastern
|
4042 |
+
begins
|
4043 |
+
beginning
|
4044 |
+
streamlines
|
4045 |
+
adaptation
|
4046 |
+
metasediments
|
4047 |
+
metasedimentary
|
4048 |
+
demonstrate
|
4049 |
+
engineers
|
4050 |
+
delamination
|
4051 |
+
drawn
|
4052 |
+
##alculated
|
4053 |
+
anatexis
|
4054 |
+
anatectic
|
4055 |
+
oriented
|
4056 |
+
porphyr
|
4057 |
+
current
|
4058 |
+
currently
|
4059 |
+
contrasting
|
4060 |
+
german
|
4061 |
+
comprising
|
4062 |
+
exhumed
|
4063 |
+
residue
|
4064 |
+
sequences
|
4065 |
+
gradual
|
4066 |
+
lamprophyre
|
4067 |
+
prepared
|
4068 |
+
volcanism
|
4069 |
+
elsevier
|
4070 |
+
constructed
|
4071 |
+
convective
|
4072 |
+
principal
|
4073 |
+
focused
|
4074 |
+
burrus
|
4075 |
+
cfs
|
4076 |
+
fundament
|
4077 |
+
moldanub
|
4078 |
+
mountains
|
4079 |
+
osani
|
4080 |
+
tensile
|
4081 |
+
thought
|
4082 |
+
incorpor
|
4083 |
+
promot
|
4084 |
+
realistic
|
4085 |
+
tektite
|
4086 |
+
planes
|
4087 |
+
underplating
|
4088 |
+
prevail
|
4089 |
+
distinguish
|
4090 |
+
##gregation
|
4091 |
+
orogeny
|
4092 |
+
excavation
|
4093 |
+
ordinates
|
4094 |
+
satisfact
|
4095 |
+
frequency
|
4096 |
+
epis
|
4097 |
+
ferro
|
4098 |
+
migration
|
4099 |
+
ruled
|
4100 |
+
westerly
|
4101 |
+
##volc
|
4102 |
+
thorium
|
4103 |
+
conglomerate
|
4104 |
+
decompression
|
4105 |
+
anhydrite
|
4106 |
+
exception
|
4107 |
+
suitable
|
4108 |
+
sharp
|
4109 |
+
neutron
|
4110 |
+
independent
|
4111 |
+
assimilation
|
4112 |
+
assumption
|
4113 |
+
metabasal
|
4114 |
+
subbase
|
4115 |
+
substant
|
4116 |
+
granodiorites
|
4117 |
+
##ortunity
|
4118 |
+
becomes
|
4119 |
+
esttrel
|
4120 |
+
disposal
|
4121 |
+
adjusted
|
4122 |
+
extremely
|
4123 |
+
responsible
|
4124 |
+
phenomena
|
4125 |
+
acknowledgements
|
4126 |
+
aluminum
|
4127 |
+
phlogopite
|
4128 |
+
cermak
|
4129 |
+
glob
|
4130 |
+
hosts
|
4131 |
+
humidity
|
4132 |
+
images
|
4133 |
+
kohistan
|
4134 |
+
literature
|
4135 |
+
latestage
|
4136 |
+
nanga
|
4137 |
+
opportunity
|
4138 |
+
pseud
|
4139 |
+
selection
|
4140 |
+
tertiary
|
4141 |
+
vasseur
|
4142 |
+
viscosity
|
4143 |
+
world
|
4144 |
+
thompson
|
4145 |
+
machine
|
4146 |
+
exchange
|
4147 |
+
geophysical
|
4148 |
+
neodymium
|
4149 |
+
caldera
|
4150 |
+
arbitr
|
4151 |
+
arithmetic
|
4152 |
+
subsequent
|
4153 |
+
basecourse
|
4154 |
+
perpendicular
|
4155 |
+
dioritisation
|
4156 |
+
africa
|
4157 |
+
barriers
|
4158 |
+
unconfined
|
4159 |
+
immediately
|
4160 |
+
fundamental
|
4161 |
+
moldanubian
|
4162 |
+
aj
|
4163 |
+
aim
|
4164 |
+
bin
|
4165 |
+
bor
|
4166 |
+
bent
|
4167 |
+
ci
|
4168 |
+
cc
|
4169 |
+
ct
|
4170 |
+
cation
|
4171 |
+
cess
|
4172 |
+
city
|
4173 |
+
cla
|
4174 |
+
care
|
4175 |
+
dat
|
4176 |
+
date
|
4177 |
+
done
|
4178 |
+
dilation
|
4179 |
+
days
|
4180 |
+
dvalues
|
4181 |
+
dense
|
4182 |
+
ey
|
4183 |
+
eurasia
|
4184 |
+
fountain
|
4185 |
+
gu
|
4186 |
+
gather
|
4187 |
+
hal
|
4188 |
+
hel
|
4189 |
+
hol
|
4190 |
+
hart
|
4191 |
+
hans
|
4192 |
+
hour
|
4193 |
+
hemis
|
4194 |
+
kro
|
4195 |
+
kar
|
4196 |
+
king
|
4197 |
+
keen
|
4198 |
+
kag
|
4199 |
+
kind
|
4200 |
+
ly
|
4201 |
+
lf
|
4202 |
+
lib
|
4203 |
+
luri
|
4204 |
+
ms
|
4205 |
+
man
|
4206 |
+
mor
|
4207 |
+
mul
|
4208 |
+
mut
|
4209 |
+
mill
|
4210 |
+
mult
|
4211 |
+
na
|
4212 |
+
nuc
|
4213 |
+
ow
|
4214 |
+
oct
|
4215 |
+
oden
|
4216 |
+
pal
|
4217 |
+
put
|
4218 |
+
perv
|
4219 |
+
pop
|
4220 |
+
pile
|
4221 |
+
pie
|
4222 |
+
qz
|
4223 |
+
ru
|
4224 |
+
ren
|
4225 |
+
ray
|
4226 |
+
sin
|
4227 |
+
sure
|
4228 |
+
soci
|
4229 |
+
spar
|
4230 |
+
tf
|
4231 |
+
tre
|
4232 |
+
tus
|
4233 |
+
terr
|
4234 |
+
talkal
|
4235 |
+
tanner
|
4236 |
+
ub
|
4237 |
+
vp
|
4238 |
+
vis
|
4239 |
+
void
|
4240 |
+
vred
|
4241 |
+
vict
|
4242 |
+
ward
|
4243 |
+
wild
|
4244 |
+
ze
|
4245 |
+
zen
|
4246 |
+
##vals
|
4247 |
+
##eg
|
4248 |
+
##eh
|
4249 |
+
##eine
|
4250 |
+
##eted
|
4251 |
+
##east
|
4252 |
+
##rb
|
4253 |
+
##rated
|
4254 |
+
##rings
|
4255 |
+
##py
|
4256 |
+
##pan
|
4257 |
+
##pel
|
4258 |
+
##pinel
|
4259 |
+
##di
|
4260 |
+
##ds
|
4261 |
+
##don
|
4262 |
+
##diorite
|
4263 |
+
##distribution
|
4264 |
+
##iated
|
4265 |
+
##iest
|
4266 |
+
##cany
|
4267 |
+
##cumulate
|
4268 |
+
##calculated
|
4269 |
+
##ton
|
4270 |
+
##ture
|
4271 |
+
##tch
|
4272 |
+
##tely
|
4273 |
+
##ae
|
4274 |
+
##ages
|
4275 |
+
##acy
|
4276 |
+
##ns
|
4277 |
+
##sw
|
4278 |
+
##sch
|
4279 |
+
##gan
|
4280 |
+
##gely
|
4281 |
+
##guer
|
4282 |
+
##ues
|
4283 |
+
##uel
|
4284 |
+
##uble
|
4285 |
+
##mon
|
4286 |
+
##mont
|
4287 |
+
##monzonite
|
4288 |
+
##mbling
|
4289 |
+
##lite
|
4290 |
+
##lified
|
4291 |
+
##km
|
4292 |
+
##kf
|
4293 |
+
##kin
|
4294 |
+
##he
|
4295 |
+
##hor
|
4296 |
+
##high
|
4297 |
+
##hom
|
4298 |
+
##bo
|
4299 |
+
##yllite
|
4300 |
+
##field
|
4301 |
+
##fining
|
4302 |
+
##flu
|
4303 |
+
##wide
|
4304 |
+
##ways
|
4305 |
+
##xy
|
4306 |
+
##xic
|
4307 |
+
##erc
|
4308 |
+
##erock
|
4309 |
+
##erozoic
|
4310 |
+
##erning
|
4311 |
+
##onse
|
4312 |
+
##atment
|
4313 |
+
##ators
|
4314 |
+
##esian
|
4315 |
+
##enf
|
4316 |
+
##ital
|
4317 |
+
##itor
|
4318 |
+
##ales
|
4319 |
+
##aland
|
4320 |
+
##inc
|
4321 |
+
##inal
|
4322 |
+
##induced
|
4323 |
+
##anke
|
4324 |
+
##anerozoic
|
4325 |
+
##oral
|
4326 |
+
##orad
|
4327 |
+
##oria
|
4328 |
+
##orogenic
|
4329 |
+
inhib
|
4330 |
+
inher
|
4331 |
+
inverse
|
4332 |
+
##rock
|
4333 |
+
##reeen
|
4334 |
+
##asts
|
4335 |
+
##asardinia
|
4336 |
+
##ises
|
4337 |
+
##isochron
|
4338 |
+
##isters
|
4339 |
+
##eline
|
4340 |
+
tool
|
4341 |
+
took
|
4342 |
+
##urian
|
4343 |
+
##urses
|
4344 |
+
##urbed
|
4345 |
+
##ives
|
4346 |
+
##leted
|
4347 |
+
##thrust
|
4348 |
+
##trital
|
4349 |
+
##osen
|
4350 |
+
##ostage
|
4351 |
+
##uster
|
4352 |
+
##usivity
|
4353 |
+
copp
|
4354 |
+
coher
|
4355 |
+
cote
|
4356 |
+
comes
|
4357 |
+
coinc
|
4358 |
+
courses
|
4359 |
+
##ols
|
4360 |
+
##olute
|
4361 |
+
##olerock
|
4362 |
+
beard
|
4363 |
+
##imber
|
4364 |
+
detrital
|
4365 |
+
mapping
|
4366 |
+
##ilies
|
4367 |
+
asym
|
4368 |
+
##ident
|
4369 |
+
##idence
|
4370 |
+
##ots
|
4371 |
+
##otted
|
4372 |
+
##igenous
|
4373 |
+
rejected
|
4374 |
+
review
|
4375 |
+
mech
|
4376 |
+
meter
|
4377 |
+
##cht
|
4378 |
+
##char
|
4379 |
+
##ching
|
4380 |
+
##chell
|
4381 |
+
##odes
|
4382 |
+
compil
|
4383 |
+
compilation
|
4384 |
+
antic
|
4385 |
+
##terozoic
|
4386 |
+
##erated
|
4387 |
+
##erefining
|
4388 |
+
exam
|
4389 |
+
exists
|
4390 |
+
excluding
|
4391 |
+
temporal
|
4392 |
+
##static
|
4393 |
+
subl
|
4394 |
+
suited
|
4395 |
+
star
|
4396 |
+
stiff
|
4397 |
+
attraction
|
4398 |
+
wholerock
|
4399 |
+
##ights
|
4400 |
+
##iral
|
4401 |
+
restric
|
4402 |
+
shif
|
4403 |
+
shap
|
4404 |
+
##antly
|
4405 |
+
##oup
|
4406 |
+
##ade
|
4407 |
+
##ades
|
4408 |
+
##adian
|
4409 |
+
##adcumulate
|
4410 |
+
alps
|
4411 |
+
##omic
|
4412 |
+
##vers
|
4413 |
+
cha
|
4414 |
+
chain
|
4415 |
+
chosen
|
4416 |
+
sets
|
4417 |
+
segregation
|
4418 |
+
flat
|
4419 |
+
##istocene
|
4420 |
+
##lain
|
4421 |
+
modes
|
4422 |
+
moderate
|
4423 |
+
##ensity
|
4424 |
+
uns
|
4425 |
+
unf
|
4426 |
+
unique
|
4427 |
+
##phere
|
4428 |
+
##pheline
|
4429 |
+
depart
|
4430 |
+
ene
|
4431 |
+
##eman
|
4432 |
+
##emists
|
4433 |
+
##eralic
|
4434 |
+
lowgrade
|
4435 |
+
usa
|
4436 |
+
usually
|
4437 |
+
geo
|
4438 |
+
geodynamic
|
4439 |
+
nepheline
|
4440 |
+
##arized
|
4441 |
+
ability
|
4442 |
+
hamm
|
4443 |
+
waters
|
4444 |
+
consum
|
4445 |
+
canisters
|
4446 |
+
canadian
|
4447 |
+
plio
|
4448 |
+
##ccio
|
4449 |
+
replaced
|
4450 |
+
lav
|
4451 |
+
classic
|
4452 |
+
cluster
|
4453 |
+
qual
|
4454 |
+
norite
|
4455 |
+
##allel
|
4456 |
+
##acting
|
4457 |
+
portion
|
4458 |
+
##otherm
|
4459 |
+
##ips
|
4460 |
+
##iple
|
4461 |
+
##ipated
|
4462 |
+
##ostatic
|
4463 |
+
calcare
|
4464 |
+
evapor
|
4465 |
+
ranged
|
4466 |
+
isotrop
|
4467 |
+
underpredic
|
4468 |
+
underlain
|
4469 |
+
driven
|
4470 |
+
arra
|
4471 |
+
artic
|
4472 |
+
##assium
|
4473 |
+
##aturated
|
4474 |
+
melted
|
4475 |
+
##fault
|
4476 |
+
twostage
|
4477 |
+
##ght
|
4478 |
+
##gha
|
4479 |
+
##pective
|
4480 |
+
##metric
|
4481 |
+
##olec
|
4482 |
+
intensity
|
4483 |
+
charco
|
4484 |
+
monash
|
4485 |
+
interior
|
4486 |
+
interface
|
4487 |
+
interfaces
|
4488 |
+
intervals
|
4489 |
+
metagre
|
4490 |
+
metavolc
|
4491 |
+
metapel
|
4492 |
+
##hibole
|
4493 |
+
##una
|
4494 |
+
##epleted
|
4495 |
+
meaning
|
4496 |
+
##ificance
|
4497 |
+
##earic
|
4498 |
+
strengthening
|
4499 |
+
amph
|
4500 |
+
true
|
4501 |
+
intrag
|
4502 |
+
sandst
|
4503 |
+
experi
|
4504 |
+
impact
|
4505 |
+
implying
|
4506 |
+
whereby
|
4507 |
+
##illed
|
4508 |
+
amphibolites
|
4509 |
+
##derived
|
4510 |
+
formations
|
4511 |
+
parallel
|
4512 |
+
hori
|
4513 |
+
indicator
|
4514 |
+
proven
|
4515 |
+
provence
|
4516 |
+
geologic
|
4517 |
+
geologists
|
4518 |
+
percent
|
4519 |
+
concave
|
4520 |
+
concerning
|
4521 |
+
advan
|
4522 |
+
biotites
|
4523 |
+
significance
|
4524 |
+
similarity
|
4525 |
+
invari
|
4526 |
+
##ansh
|
4527 |
+
largest
|
4528 |
+
largely
|
4529 |
+
constants
|
4530 |
+
trap
|
4531 |
+
trending
|
4532 |
+
phyllite
|
4533 |
+
phanerozoic
|
4534 |
+
geochemists
|
4535 |
+
gabbros
|
4536 |
+
chemically
|
4537 |
+
outside
|
4538 |
+
southward
|
4539 |
+
solidified
|
4540 |
+
design
|
4541 |
+
gabbroic
|
4542 |
+
afc
|
4543 |
+
completely
|
4544 |
+
northeastern
|
4545 |
+
##amphibole
|
4546 |
+
silicon
|
4547 |
+
siliceous
|
4548 |
+
americ
|
4549 |
+
bau
|
4550 |
+
spent
|
4551 |
+
spite
|
4552 |
+
springs
|
4553 |
+
spiral
|
4554 |
+
schists
|
4555 |
+
##avy
|
4556 |
+
estimating
|
4557 |
+
insights
|
4558 |
+
remo
|
4559 |
+
origins
|
4560 |
+
original
|
4561 |
+
corsicasardinia
|
4562 |
+
elbur
|
4563 |
+
probing
|
4564 |
+
probable
|
4565 |
+
pointed
|
4566 |
+
logs
|
4567 |
+
activity
|
4568 |
+
evident
|
4569 |
+
brid
|
4570 |
+
symb
|
4571 |
+
refers
|
4572 |
+
referred
|
4573 |
+
neglected
|
4574 |
+
causing
|
4575 |
+
##teg
|
4576 |
+
thinned
|
4577 |
+
steel
|
4578 |
+
steep
|
4579 |
+
erratic
|
4580 |
+
avoid
|
4581 |
+
mark
|
4582 |
+
blind
|
4583 |
+
examples
|
4584 |
+
find
|
4585 |
+
iii
|
4586 |
+
iguape
|
4587 |
+
working
|
4588 |
+
support
|
4589 |
+
suppressed
|
4590 |
+
supports
|
4591 |
+
geometry
|
4592 |
+
nonc
|
4593 |
+
nonline
|
4594 |
+
pump
|
4595 |
+
publish
|
4596 |
+
public
|
4597 |
+
potassium
|
4598 |
+
simulated
|
4599 |
+
simulations
|
4600 |
+
confinements
|
4601 |
+
fractionalcryst
|
4602 |
+
reductions
|
4603 |
+
bulkdistribution
|
4604 |
+
thresholds
|
4605 |
+
heavy
|
4606 |
+
equilibration
|
4607 |
+
constraining
|
4608 |
+
details
|
4609 |
+
version
|
4610 |
+
##rometer
|
4611 |
+
##ardinian
|
4612 |
+
locality
|
4613 |
+
contrad
|
4614 |
+
dominating
|
4615 |
+
approximate
|
4616 |
+
valve
|
4617 |
+
thermoba
|
4618 |
+
subductionrelated
|
4619 |
+
directed
|
4620 |
+
oxides
|
4621 |
+
stepwise
|
4622 |
+
alterations
|
4623 |
+
assessed
|
4624 |
+
describe
|
4625 |
+
extensional
|
4626 |
+
yields
|
4627 |
+
refraction
|
4628 |
+
seawater
|
4629 |
+
fracturing
|
4630 |
+
hydrous
|
4631 |
+
hydrostatic
|
4632 |
+
fuel
|
4633 |
+
situated
|
4634 |
+
##brid
|
4635 |
+
decades
|
4636 |
+
science
|
4637 |
+
numerous
|
4638 |
+
tectonothermal
|
4639 |
+
diverse
|
4640 |
+
assembling
|
4641 |
+
interactions
|
4642 |
+
weaker
|
4643 |
+
peridotites
|
4644 |
+
displayed
|
4645 |
+
concluding
|
4646 |
+
depletions
|
4647 |
+
repositories
|
4648 |
+
transported
|
4649 |
+
incompatibleelement
|
4650 |
+
cao
|
4651 |
+
heterogeneity
|
4652 |
+
heteradcumulate
|
4653 |
+
interested
|
4654 |
+
applicable
|
4655 |
+
scattered
|
4656 |
+
systematics
|
4657 |
+
cylinder
|
4658 |
+
##ywackes
|
4659 |
+
body
|
4660 |
+
figures
|
4661 |
+
hybrid
|
4662 |
+
instance
|
4663 |
+
asthenospheric
|
4664 |
+
separated
|
4665 |
+
needle
|
4666 |
+
classification
|
4667 |
+
limitations
|
4668 |
+
petrography
|
4669 |
+
validity
|
4670 |
+
box
|
4671 |
+
didier
|
4672 |
+
homogeneity
|
4673 |
+
polished
|
4674 |
+
tips
|
4675 |
+
waves
|
4676 |
+
##plut
|
4677 |
+
##mafic
|
4678 |
+
absolute
|
4679 |
+
accurately
|
4680 |
+
accuracy
|
4681 |
+
petrology
|
4682 |
+
transportation
|
4683 |
+
ophiolites
|
4684 |
+
dykes
|
4685 |
+
lastly
|
4686 |
+
spectrometry
|
4687 |
+
spectrometer
|
4688 |
+
convection
|
4689 |
+
reveal
|
4690 |
+
graywackes
|
4691 |
+
explor
|
4692 |
+
extended
|
4693 |
+
barometer
|
4694 |
+
barometric
|
4695 |
+
serpentinite
|
4696 |
+
serpentinites
|
4697 |
+
achieve
|
4698 |
+
sangha
|
4699 |
+
##easured
|
4700 |
+
ordov
|
4701 |
+
deposition
|
4702 |
+
improves
|
4703 |
+
improved
|
4704 |
+
precision
|
4705 |
+
precambrian
|
4706 |
+
earliest
|
4707 |
+
demonstrates
|
4708 |
+
brace
|
4709 |
+
nbta
|
4710 |
+
productivity
|
4711 |
+
cratonic
|
4712 |
+
response
|
4713 |
+
orientation
|
4714 |
+
quantit
|
4715 |
+
acceptable
|
4716 |
+
stabilization
|
4717 |
+
topography
|
4718 |
+
contrasts
|
4719 |
+
thermistors
|
4720 |
+
breccia
|
4721 |
+
germany
|
4722 |
+
rising
|
4723 |
+
zonation
|
4724 |
+
zonerefining
|
4725 |
+
coastal
|
4726 |
+
comprises
|
4727 |
+
exceeds
|
4728 |
+
exhumation
|
4729 |
+
residues
|
4730 |
+
sequence
|
4731 |
+
minimize
|
4732 |
+
gradually
|
4733 |
+
preferred
|
4734 |
+
preparation
|
4735 |
+
eruption
|
4736 |
+
elsewhere
|
4737 |
+
synta
|
4738 |
+
linked
|
4739 |
+
microscopic
|
4740 |
+
convecting
|
4741 |
+
glasses
|
4742 |
+
latitude
|
4743 |
+
merced
|
4744 |
+
perspective
|
4745 |
+
##rupted
|
4746 |
+
readily
|
4747 |
+
summary
|
4748 |
+
sheeted
|
4749 |
+
context
|
4750 |
+
emphasizes
|
4751 |
+
heads
|
4752 |
+
arguments
|
4753 |
+
explanation
|
4754 |
+
explanations
|
4755 |
+
dilat
|
4756 |
+
every
|
4757 |
+
goes
|
4758 |
+
mcdon
|
4759 |
+
squares
|
4760 |
+
##efort
|
4761 |
+
##equate
|
4762 |
+
##yenogranite
|
4763 |
+
inferred
|
4764 |
+
##reedepleted
|
4765 |
+
issues
|
4766 |
+
alternative
|
4767 |
+
diffusivity
|
4768 |
+
clarified
|
4769 |
+
softening
|
4770 |
+
dredged
|
4771 |
+
srndpb
|
4772 |
+
acquir
|
4773 |
+
believed
|
4774 |
+
uplift
|
4775 |
+
employed
|
4776 |
+
southwestern
|
4777 |
+
definition
|
4778 |
+
recognized
|
4779 |
+
remarks
|
4780 |
+
convergent
|
4781 |
+
documented
|
4782 |
+
away
|
4783 |
+
autom
|
4784 |
+
affinity
|
4785 |
+
balearic
|
4786 |
+
bouguer
|
4787 |
+
egt
|
4788 |
+
efforts
|
4789 |
+
gauges
|
4790 |
+
huge
|
4791 |
+
mitchell
|
4792 |
+
pleistocene
|
4793 |
+
target
|
4794 |
+
veins
|
4795 |
+
window
|
4796 |
+
xrd
|
4797 |
+
##ophile
|
4798 |
+
third
|
4799 |
+
incipient
|
4800 |
+
consequence
|
4801 |
+
covari
|
4802 |
+
computation
|
4803 |
+
annealing
|
4804 |
+
shells
|
4805 |
+
unusual
|
4806 |
+
families
|
4807 |
+
discrepan
|
4808 |
+
dissolved
|
4809 |
+
plunging
|
4810 |
+
surveys
|
4811 |
+
microcracks
|
4812 |
+
instrument
|
4813 |
+
problem
|
4814 |
+
syenomonzonite
|
4815 |
+
leucosome
|
4816 |
+
selective
|
4817 |
+
spectrum
|
4818 |
+
incorporation
|
4819 |
+
satisfactory
|
4820 |
+
substantial
|
4821 |
+
global
|
4822 |
+
arbitrary
|
4823 |
+
binary
|
4824 |
+
bentonite
|
4825 |
+
cessation
|
4826 |
+
half
|
4827 |
+
hanson
|
4828 |
+
hemisphere
|
4829 |
+
kagenf
|
4830 |
+
mutual
|
4831 |
+
odenwald
|
4832 |
+
palae
|
4833 |
+
pieces
|
4834 |
+
rule
|
4835 |
+
society
|
4836 |
+
treatment
|
4837 |
+
tuscany
|
4838 |
+
terrigenous
|
4839 |
+
talkalkaline
|
4840 |
+
tanneron
|
4841 |
+
vredefort
|
4842 |
+
victoria
|
4843 |
+
wildeman
|
4844 |
+
##hornblende
|
4845 |
+
inherited
|
4846 |
+
##reeenriched
|
4847 |
+
copper
|
4848 |
+
coherent
|
4849 |
+
asymmetric
|
4850 |
+
mechanics
|
4851 |
+
anticipated
|
4852 |
+
sublithospheric
|
4853 |
+
restricted
|
4854 |
+
hammer
|
4855 |
+
calcareous
|
4856 |
+
evaporation
|
4857 |
+
isotropic
|
4858 |
+
article
|
4859 |
+
charcoal
|
4860 |
+
metagreywackes
|
4861 |
+
metapelitic
|
4862 |
+
intragranular
|
4863 |
+
elburg
|
4864 |
+
symbols
|
4865 |
+
nonlinear
|
4866 |
+
fractionalcrystallization
|
4867 |
+
thermobarometry
|
4868 |
+
ordovic
|
4869 |
+
mcdonough
|
4870 |
+
ara
|
4871 |
+
action
|
4872 |
+
aqu
|
4873 |
+
bes
|
4874 |
+
bla
|
4875 |
+
bio
|
4876 |
+
bak
|
4877 |
+
boh
|
4878 |
+
cro
|
4879 |
+
cas
|
4880 |
+
cul
|
4881 |
+
cart
|
4882 |
+
camp
|
4883 |
+
cand
|
4884 |
+
cambrian
|
4885 |
+
came
|
4886 |
+
ckm
|
4887 |
+
dl
|
4888 |
+
dated
|
4889 |
+
dak
|
4890 |
+
dating
|
4891 |
+
dau
|
4892 |
+
dark
|
4893 |
+
eus
|
4894 |
+
ela
|
4895 |
+
echt
|
4896 |
+
fv
|
4897 |
+
fr
|
4898 |
+
fi
|
4899 |
+
fou
|
4900 |
+
foss
|
4901 |
+
fvalues
|
4902 |
+
gn
|
4903 |
+
gent
|
4904 |
+
gul
|
4905 |
+
gene
|
4906 |
+
gard
|
4907 |
+
gond
|
4908 |
+
glu
|
4909 |
+
gang
|
4910 |
+
ho
|
4911 |
+
hill
|
4912 |
+
hund
|
4913 |
+
hark
|
4914 |
+
hann
|
4915 |
+
hoe
|
4916 |
+
hila
|
4917 |
+
hreedepleted
|
4918 |
+
icp
|
4919 |
+
ju
|
4920 |
+
jur
|
4921 |
+
jol
|
4922 |
+
jack
|
4923 |
+
ki
|
4924 |
+
kw
|
4925 |
+
koss
|
4926 |
+
kcalculated
|
4927 |
+
kimber
|
4928 |
+
lv
|
4929 |
+
lm
|
4930 |
+
ll
|
4931 |
+
lies
|
4932 |
+
lost
|
4933 |
+
light
|
4934 |
+
lie
|
4935 |
+
ltype
|
4936 |
+
lreeenriched
|
4937 |
+
mt
|
4938 |
+
my
|
4939 |
+
mj
|
4940 |
+
mus
|
4941 |
+
mart
|
4942 |
+
math
|
4943 |
+
mdry
|
4944 |
+
molec
|
4945 |
+
nem
|
4946 |
+
none
|
4947 |
+
nag
|
4948 |
+
nai
|
4949 |
+
national
|
4950 |
+
ois
|
4951 |
+
opa
|
4952 |
+
oven
|
4953 |
+
pend
|
4954 |
+
pree
|
4955 |
+
past
|
4956 |
+
pak
|
4957 |
+
pict
|
4958 |
+
qap
|
4959 |
+
rig
|
4960 |
+
rom
|
4961 |
+
riss
|
4962 |
+
rand
|
4963 |
+
rup
|
4964 |
+
roles
|
4965 |
+
sal
|
4966 |
+
sir
|
4967 |
+
sures
|
4968 |
+
serv
|
4969 |
+
ske
|
4970 |
+
side
|
4971 |
+
swar
|
4972 |
+
sardinian
|
4973 |
+
tc
|
4974 |
+
tin
|
4975 |
+
tion
|
4976 |
+
tone
|
4977 |
+
tight
|
4978 |
+
tension
|
4979 |
+
tivity
|
4980 |
+
talc
|
4981 |
+
tions
|
4982 |
+
tiff
|
4983 |
+
util
|
4984 |
+
urn
|
4985 |
+
vide
|
4986 |
+
vii
|
4987 |
+
vacu
|
4988 |
+
wy
|
4989 |
+
win
|
4990 |
+
war
|
4991 |
+
wood
|
4992 |
+
##vite
|
4993 |
+
##ek
|
4994 |
+
##eed
|
4995 |
+
##eck
|
4996 |
+
##eform
|
4997 |
+
##rt
|
4998 |
+
##rh
|
4999 |
+
##rit
|
5000 |
+
##rence
|
5001 |
+
##rise
|
5002 |
+
##pu
|
5003 |
+
##pes
|
5004 |
+
##pres
|
5005 |
+
##port
|
5006 |
+
##dts
|
5007 |
+
##dier
|
5008 |
+
##dioritic
|
5009 |
+
##ij
|
5010 |
+
##imp
|
5011 |
+
##iation
|
5012 |
+
##ira
|
5013 |
+
##ipe
|
5014 |
+
##ious
|
5015 |
+
##cal
|
5016 |
+
##cur
|
5017 |
+
##cil
|
5018 |
+
##cart
|
5019 |
+
##cence
|
5020 |
+
##cros
|
5021 |
+
##cific
|
5022 |
+
##cension
|
5023 |
+
##cchie
|
5024 |
+
##copic
|
5025 |
+
##cade
|
5026 |
+
##tro
|
5027 |
+
##ties
|
5028 |
+
##tive
|
5029 |
+
##teen
|
5030 |
+
##tured
|
5031 |
+
##tally
|
5032 |
+
##times
|
5033 |
+
##tched
|
5034 |
+
##tibi
|
5035 |
+
##taneous
|
5036 |
+
##tuit
|
5037 |
+
##tario
|
5038 |
+
##af
|
5039 |
+
##ace
|
5040 |
+
##aean
|
5041 |
+
##averse
|
5042 |
+
##accio
|
5043 |
+
##ner
|
5044 |
+
##nig
|
5045 |
+
##neath
|
5046 |
+
##ser
|
5047 |
+
##sin
|
5048 |
+
##ster
|
5049 |
+
##spinel
|
5050 |
+
##sace
|
5051 |
+
##gn
|
5052 |
+
##gro
|
5053 |
+
##gas
|
5054 |
+
##gel
|
5055 |
+
##gment
|
5056 |
+
##gam
|
5057 |
+
##gers
|
5058 |
+
##gone
|
5059 |
+
##gio
|
5060 |
+
##gression
|
5061 |
+
##gneiss
|
5062 |
+
##grown
|
5063 |
+
##given
|
5064 |
+
##uous
|
5065 |
+
##uments
|
5066 |
+
##uary
|
5067 |
+
##uited
|
5068 |
+
##uator
|
5069 |
+
##uoba
|
5070 |
+
##ucker
|
5071 |
+
##zw
|
5072 |
+
##ml
|
5073 |
+
##mer
|
5074 |
+
##man
|
5075 |
+
##mere
|
5076 |
+
##mend
|
5077 |
+
##mgk
|
5078 |
+
##miocene
|
5079 |
+
##mucker
|
5080 |
+
##ligh
|
5081 |
+
##lotted
|
5082 |
+
##ka
|
5083 |
+
##ko
|
5084 |
+
##know
|
5085 |
+
##ooth
|
5086 |
+
##oisochron
|
5087 |
+
##ht
|
5088 |
+
##ha
|
5089 |
+
##hermal
|
5090 |
+
##ben
|
5091 |
+
##bog
|
5092 |
+
##bia
|
5093 |
+
##bound
|
5094 |
+
##bour
|
5095 |
+
##yp
|
5096 |
+
##ying
|
5097 |
+
##yme
|
5098 |
+
##fs
|
5099 |
+
##fl
|
5100 |
+
##free
|
5101 |
+
##fety
|
5102 |
+
##went
|
5103 |
+
##xes
|
5104 |
+
ther
|
5105 |
+
##erh
|
5106 |
+
##erite
|
5107 |
+
##erts
|
5108 |
+
##erlow
|
5109 |
+
##erules
|
5110 |
+
##oni
|
5111 |
+
##onous
|
5112 |
+
##atus
|
5113 |
+
##atig
|
5114 |
+
##atical
|
5115 |
+
##atom
|
5116 |
+
##atites
|
5117 |
+
##atlantic
|
5118 |
+
##atuel
|
5119 |
+
##eny
|
5120 |
+
##enorm
|
5121 |
+
##encies
|
5122 |
+
##enario
|
5123 |
+
##iti
|
5124 |
+
##ita
|
5125 |
+
##itz
|
5126 |
+
##itation
|
5127 |
+
##itous
|
5128 |
+
##itivity
|
5129 |
+
##itiques
|
5130 |
+
##alog
|
5131 |
+
##alized
|
5132 |
+
##algam
|
5133 |
+
##iner
|
5134 |
+
##inting
|
5135 |
+
##inless
|
5136 |
+
##inolitic
|
5137 |
+
##ineralic
|
5138 |
+
##integ
|
5139 |
+
ofrb
|
5140 |
+
##ano
|
5141 |
+
##anites
|
5142 |
+
##anied
|
5143 |
+
##ancy
|
5144 |
+
##ored
|
5145 |
+
##oram
|
5146 |
+
##orous
|
5147 |
+
##oridge
|
5148 |
+
##orrected
|
5149 |
+
##oraneous
|
5150 |
+
##iced
|
5151 |
+
##icate
|
5152 |
+
##ional
|
5153 |
+
ing
|
5154 |
+
incl
|
5155 |
+
inclusion
|
5156 |
+
inaa
|
5157 |
+
inset
|
5158 |
+
inhornblende
|
5159 |
+
##roof
|
5160 |
+
##rees
|
5161 |
+
##real
|
5162 |
+
##remont
|
5163 |
+
##arc
|
5164 |
+
##ased
|
5165 |
+
##aster
|
5166 |
+
##asian
|
5167 |
+
##asible
|
5168 |
+
##ctor
|
5169 |
+
##mporaneous
|
5170 |
+
conce
|
5171 |
+
contained
|
5172 |
+
##ised
|
5173 |
+
##isle
|
5174 |
+
##isition
|
5175 |
+
##island
|
5176 |
+
##isput
|
5177 |
+
##elting
|
5178 |
+
##urerlow
|
5179 |
+
##ocoup
|
5180 |
+
##ivated
|
5181 |
+
##let
|
5182 |
+
##lean
|
5183 |
+
##leod
|
5184 |
+
##leum
|
5185 |
+
##the
|
5186 |
+
##tries
|
5187 |
+
##traverse
|
5188 |
+
##itegran
|
5189 |
+
##duc
|
5190 |
+
##oso
|
5191 |
+
##usively
|
5192 |
+
isolated
|
5193 |
+
isotherm
|
5194 |
+
coup
|
5195 |
+
coales
|
5196 |
+
##uly
|
5197 |
+
##ulate
|
5198 |
+
##ductivity
|
5199 |
+
force
|
5200 |
+
forward
|
5201 |
+
forec
|
5202 |
+
fortuit
|
5203 |
+
##olate
|
5204 |
+
##oluble
|
5205 |
+
beck
|
5206 |
+
deb
|
5207 |
+
deal
|
5208 |
+
deter
|
5209 |
+
mauna
|
5210 |
+
macros
|
5211 |
+
prove
|
5212 |
+
proceed
|
5213 |
+
proctor
|
5214 |
+
##ract
|
5215 |
+
asia
|
5216 |
+
aspect
|
5217 |
+
ascension
|
5218 |
+
##ids
|
5219 |
+
##idate
|
5220 |
+
##iders
|
5221 |
+
rockty
|
5222 |
+
##ota
|
5223 |
+
##otect
|
5224 |
+
##otach
|
5225 |
+
##igke
|
5226 |
+
##igranular
|
5227 |
+
##eate
|
5228 |
+
rece
|
5229 |
+
retro
|
5230 |
+
grant
|
5231 |
+
grants
|
5232 |
+
teh
|
5233 |
+
temo
|
5234 |
+
mev
|
5235 |
+
metal
|
5236 |
+
memb
|
5237 |
+
mexic
|
5238 |
+
##che
|
5239 |
+
##chment
|
5240 |
+
##odiorite
|
5241 |
+
##pection
|
5242 |
+
##tam
|
5243 |
+
##taken
|
5244 |
+
##mento
|
5245 |
+
conducthermal
|
5246 |
+
##geology
|
5247 |
+
strip
|
5248 |
+
strath
|
5249 |
+
strict
|
5250 |
+
comprise
|
5251 |
+
anac
|
5252 |
+
anorogenic
|
5253 |
+
##erates
|
5254 |
+
saw
|
5255 |
+
saud
|
5256 |
+
safety
|
5257 |
+
##ifies
|
5258 |
+
onto
|
5259 |
+
oncken
|
5260 |
+
ontario
|
5261 |
+
exsol
|
5262 |
+
##ogenous
|
5263 |
+
##ateful
|
5264 |
+
crest
|
5265 |
+
crud
|
5266 |
+
cruc
|
5267 |
+
crdi
|
5268 |
+
crspinel
|
5269 |
+
suffer
|
5270 |
+
station
|
5271 |
+
stocks
|
5272 |
+
white
|
5273 |
+
resem
|
5274 |
+
respec
|
5275 |
+
resuited
|
5276 |
+
##adis
|
5277 |
+
##adem
|
5278 |
+
##alumin
|
5279 |
+
##estcrel
|
5280 |
+
alata
|
5281 |
+
always
|
5282 |
+
alsace
|
5283 |
+
##oming
|
5284 |
+
##omly
|
5285 |
+
##omag
|
5286 |
+
##ommend
|
5287 |
+
cho
|
5288 |
+
chia
|
5289 |
+
choic
|
5290 |
+
chemistry
|
5291 |
+
chev
|
5292 |
+
chips
|
5293 |
+
check
|
5294 |
+
##umably
|
5295 |
+
seu
|
5296 |
+
sealing
|
5297 |
+
segment
|
5298 |
+
##vements
|
5299 |
+
##istent
|
5300 |
+
##lagioclase
|
5301 |
+
##lays
|
5302 |
+
orsin
|
5303 |
+
highmgk
|
5304 |
+
highligh
|
5305 |
+
modification
|
5306 |
+
modifications
|
5307 |
+
##ensively
|
5308 |
+
unex
|
5309 |
+
unpu
|
5310 |
+
unroof
|
5311 |
+
##endix
|
5312 |
+
farou
|
5313 |
+
enab
|
5314 |
+
enable
|
5315 |
+
waste
|
5316 |
+
##emian
|
5317 |
+
##ematical
|
5318 |
+
discr
|
5319 |
+
discharge
|
5320 |
+
disequ
|
5321 |
+
##que
|
5322 |
+
##ques
|
5323 |
+
##quilibr
|
5324 |
+
lowell
|
5325 |
+
pressurerlow
|
5326 |
+
geophysics
|
5327 |
+
geotect
|
5328 |
+
next
|
5329 |
+
abduction
|
5330 |
+
abrup
|
5331 |
+
hawa
|
5332 |
+
relate
|
5333 |
+
releas
|
5334 |
+
relief
|
5335 |
+
relics
|
5336 |
+
mind
|
5337 |
+
obduction
|
5338 |
+
##amond
|
5339 |
+
gram
|
5340 |
+
graphic
|
5341 |
+
corro
|
5342 |
+
coring
|
5343 |
+
cordier
|
5344 |
+
considers
|
5345 |
+
##ouski
|
5346 |
+
expos
|
5347 |
+
express
|
5348 |
+
expression
|
5349 |
+
explo
|
5350 |
+
canale
|
5351 |
+
canane
|
5352 |
+
plat
|
5353 |
+
plus
|
5354 |
+
plant
|
5355 |
+
plates
|
5356 |
+
pliocene
|
5357 |
+
indones
|
5358 |
+
indeed
|
5359 |
+
granitegneiss
|
5360 |
+
repla
|
5361 |
+
replacement
|
5362 |
+
replotted
|
5363 |
+
lac
|
5364 |
+
land
|
5365 |
+
ity
|
5366 |
+
italy
|
5367 |
+
clark
|
5368 |
+
quen
|
5369 |
+
differs
|
5370 |
+
notice
|
5371 |
+
noticed
|
5372 |
+
sole
|
5373 |
+
##ains
|
5374 |
+
undeform
|
5375 |
+
##opside
|
5376 |
+
##opansh
|
5377 |
+
##alled
|
5378 |
+
assist
|
5379 |
+
##ersed
|
5380 |
+
##ersfield
|
5381 |
+
haskin
|
5382 |
+
lee
|
5383 |
+
parted
|
5384 |
+
##ipment
|
5385 |
+
students
|
5386 |
+
##ystic
|
5387 |
+
differential
|
5388 |
+
calcic
|
5389 |
+
calcium
|
5390 |
+
kmeasured
|
5391 |
+
evacu
|
5392 |
+
crustalderived
|
5393 |
+
undergo
|
5394 |
+
underneath
|
5395 |
+
undergone
|
5396 |
+
underwent
|
5397 |
+
undertaken
|
5398 |
+
##elled
|
5399 |
+
##ellent
|
5400 |
+
arcc
|
5401 |
+
arrow
|
5402 |
+
averages
|
5403 |
+
quartzites
|
5404 |
+
verify
|
5405 |
+
##ometr
|
5406 |
+
##ometry
|
5407 |
+
##ological
|
5408 |
+
increasingly
|
5409 |
+
permit
|
5410 |
+
permiss
|
5411 |
+
melbour
|
5412 |
+
##oseph
|
5413 |
+
##ghter
|
5414 |
+
##mework
|
5415 |
+
##ochth
|
5416 |
+
charles
|
5417 |
+
representation
|
5418 |
+
monitor
|
5419 |
+
interact
|
5420 |
+
intergrown
|
5421 |
+
plagio
|
5422 |
+
fluck
|
5423 |
+
applying
|
5424 |
+
appendix
|
5425 |
+
characterizes
|
5426 |
+
dup
|
5427 |
+
sri
|
5428 |
+
continent
|
5429 |
+
continue
|
5430 |
+
sought
|
5431 |
+
##opeak
|
5432 |
+
##ieres
|
5433 |
+
subgre
|
5434 |
+
infin
|
5435 |
+
conflic
|
5436 |
+
confidence
|
5437 |
+
academ
|
5438 |
+
equigranular
|
5439 |
+
equipment
|
5440 |
+
##atholith
|
5441 |
+
considerably
|
5442 |
+
presumably
|
5443 |
+
lithostatic
|
5444 |
+
others
|
5445 |
+
##akoram
|
5446 |
+
trig
|
5447 |
+
triaxial
|
5448 |
+
apatites
|
5449 |
+
imply
|
5450 |
+
##morb
|
5451 |
+
framework
|
5452 |
+
regimes
|
5453 |
+
amphibof
|
5454 |
+
silurian
|
5455 |
+
stainless
|
5456 |
+
experiment
|
5457 |
+
belong
|
5458 |
+
##psed
|
5459 |
+
forms
|
5460 |
+
monzonite
|
5461 |
+
pargas
|
5462 |
+
grey
|
5463 |
+
##bert
|
5464 |
+
analyze
|
5465 |
+
indicators
|
5466 |
+
studying
|
5467 |
+
slip
|
5468 |
+
became
|
5469 |
+
geologist
|
5470 |
+
somewh
|
5471 |
+
sometimes
|
5472 |
+
concur
|
5473 |
+
fineto
|
5474 |
+
##tically
|
5475 |
+
fails
|
5476 |
+
failed
|
5477 |
+
failures
|
5478 |
+
adequate
|
5479 |
+
determining
|
5480 |
+
##ormed
|
5481 |
+
plotting
|
5482 |
+
similarly
|
5483 |
+
solution
|
5484 |
+
solved
|
5485 |
+
radius
|
5486 |
+
##iquitous
|
5487 |
+
diamond
|
5488 |
+
estuary
|
5489 |
+
trapp
|
5490 |
+
tradition
|
5491 |
+
depended
|
5492 |
+
concentrate
|
5493 |
+
scan
|
5494 |
+
scenario
|
5495 |
+
contamin
|
5496 |
+
predicting
|
5497 |
+
geochron
|
5498 |
+
loa
|
5499 |
+
loo
|
5500 |
+
loam
|
5501 |
+
look
|
5502 |
+
##etal
|
5503 |
+
##istics
|
5504 |
+
output
|
5505 |
+
overlying
|
5506 |
+
overpr
|
5507 |
+
overview
|
5508 |
+
overpredic
|
5509 |
+
southeast
|
5510 |
+
microte
|
5511 |
+
smooth
|
5512 |
+
solids
|
5513 |
+
deformed
|
5514 |
+
isotopically
|
5515 |
+
fractions
|
5516 |
+
suggestion
|
5517 |
+
fitting
|
5518 |
+
##ayed
|
5519 |
+
accordingly
|
5520 |
+
esp
|
5521 |
+
redistribution
|
5522 |
+
volcanicplut
|
5523 |
+
transduc
|
5524 |
+
designed
|
5525 |
+
numbers
|
5526 |
+
metamorphics
|
5527 |
+
crystallized
|
5528 |
+
recq
|
5529 |
+
recall
|
5530 |
+
recommend
|
5531 |
+
gabbrodiorite
|
5532 |
+
curv
|
5533 |
+
united
|
5534 |
+
reequilibr
|
5535 |
+
completed
|
5536 |
+
chann
|
5537 |
+
changing
|
5538 |
+
pacific
|
5539 |
+
pagel
|
5540 |
+
pavements
|
5541 |
+
##amph
|
5542 |
+
amalgam
|
5543 |
+
deepest
|
5544 |
+
media
|
5545 |
+
mixed
|
5546 |
+
tained
|
5547 |
+
schmucker
|
5548 |
+
##crip
|
5549 |
+
linearity
|
5550 |
+
folk
|
5551 |
+
foliated
|
5552 |
+
mwe
|
5553 |
+
possess
|
5554 |
+
normalizing
|
5555 |
+
estimation
|
5556 |
+
##aged
|
5557 |
+
##agoni
|
5558 |
+
##onsistent
|
5559 |
+
insulation
|
5560 |
+
insoluble
|
5561 |
+
inspection
|
5562 |
+
originated
|
5563 |
+
distilled
|
5564 |
+
elimin
|
5565 |
+
feldspars
|
5566 |
+
nserc
|
5567 |
+
sensu
|
5568 |
+
sensitivity
|
5569 |
+
discontin
|
5570 |
+
acidbas
|
5571 |
+
graded
|
5572 |
+
dioritemonzonite
|
5573 |
+
etched
|
5574 |
+
collect
|
5575 |
+
colorad
|
5576 |
+
coarser
|
5577 |
+
ago
|
5578 |
+
aggreg
|
5579 |
+
agreed
|
5580 |
+
agrees
|
5581 |
+
logged
|
5582 |
+
majorand
|
5583 |
+
geologicalof
|
5584 |
+
acts
|
5585 |
+
acting
|
5586 |
+
actually
|
5587 |
+
activation
|
5588 |
+
actuator
|
5589 |
+
actinolitic
|
5590 |
+
evidenced
|
5591 |
+
bring
|
5592 |
+
bruch
|
5593 |
+
feo
|
5594 |
+
feflow
|
5595 |
+
feasible
|
5596 |
+
mauresestcrel
|
5597 |
+
textbo
|
5598 |
+
thins
|
5599 |
+
crushing
|
5600 |
+
displaced
|
5601 |
+
southernmost
|
5602 |
+
investigation
|
5603 |
+
tectonics
|
5604 |
+
existed
|
5605 |
+
facts
|
5606 |
+
midpro
|
5607 |
+
##covite
|
5608 |
+
##ands
|
5609 |
+
##andthrust
|
5610 |
+
enrichments
|
5611 |
+
marc
|
5612 |
+
marble
|
5613 |
+
maragoni
|
5614 |
+
##genesis
|
5615 |
+
##licity
|
5616 |
+
property
|
5617 |
+
evolutionary
|
5618 |
+
optim
|
5619 |
+
take
|
5620 |
+
taking
|
5621 |
+
newly
|
5622 |
+
aumento
|
5623 |
+
blanke
|
5624 |
+
massifs
|
5625 |
+
petroleum
|
5626 |
+
petrogenesis
|
5627 |
+
longitud
|
5628 |
+
##ilibrium
|
5629 |
+
correlated
|
5630 |
+
involve
|
5631 |
+
involving
|
5632 |
+
paleoridge
|
5633 |
+
anyone
|
5634 |
+
garnetfree
|
5635 |
+
create
|
5636 |
+
easy
|
5637 |
+
easily
|
5638 |
+
finnig
|
5639 |
+
fourth
|
5640 |
+
fourcade
|
5641 |
+
igcp
|
5642 |
+
##avecchie
|
5643 |
+
detachment
|
5644 |
+
supply
|
5645 |
+
standards
|
5646 |
+
barich
|
5647 |
+
barnes
|
5648 |
+
##ogeneities
|
5649 |
+
##ogenetic
|
5650 |
+
##opyrox
|
5651 |
+
simultaneous
|
5652 |
+
lithologic
|
5653 |
+
grouped
|
5654 |
+
mediumgrained
|
5655 |
+
heard
|
5656 |
+
kfl
|
5657 |
+
swiss
|
5658 |
+
alkalic
|
5659 |
+
seeking
|
5660 |
+
thicknesses
|
5661 |
+
isochrons
|
5662 |
+
energies
|
5663 |
+
closer
|
5664 |
+
apparatus
|
5665 |
+
localities
|
5666 |
+
localized
|
5667 |
+
remaining
|
5668 |
+
behaviours
|
5669 |
+
papers
|
5670 |
+
dominates
|
5671 |
+
tendency
|
5672 |
+
tendencies
|
5673 |
+
valley
|
5674 |
+
valcart
|
5675 |
+
thermocoup
|
5676 |
+
angles
|
5677 |
+
oxide
|
5678 |
+
steps
|
5679 |
+
altered
|
5680 |
+
continuity
|
5681 |
+
limestones
|
5682 |
+
carbonatite
|
5683 |
+
describes
|
5684 |
+
matching
|
5685 |
+
shaft
|
5686 |
+
accessible
|
5687 |
+
franc
|
5688 |
+
strongest
|
5689 |
+
shallowing
|
5690 |
+
archaean
|
5691 |
+
intrusives
|
5692 |
+
fractures
|
5693 |
+
hydrogeology
|
5694 |
+
zircons
|
5695 |
+
extraction
|
5696 |
+
undersamp
|
5697 |
+
introduced
|
5698 |
+
requiring
|
5699 |
+
illustrate
|
5700 |
+
propagate
|
5701 |
+
propagated
|
5702 |
+
affects
|
5703 |
+
division
|
5704 |
+
diversity
|
5705 |
+
reliably
|
5706 |
+
weakest
|
5707 |
+
occurrences
|
5708 |
+
edx
|
5709 |
+
peg
|
5710 |
+
##itudes
|
5711 |
+
conclude
|
5712 |
+
islandarc
|
5713 |
+
depletion
|
5714 |
+
infiltrates
|
5715 |
+
infiltrating
|
5716 |
+
domains
|
5717 |
+
disksystem
|
5718 |
+
caor
|
5719 |
+
histories
|
5720 |
+
powder
|
5721 |
+
##ocrystic
|
5722 |
+
reaches
|
5723 |
+
technology
|
5724 |
+
scattering
|
5725 |
+
distinction
|
5726 |
+
margins
|
5727 |
+
dolostones
|
5728 |
+
simply
|
5729 |
+
simplified
|
5730 |
+
simplicity
|
5731 |
+
continuously
|
5732 |
+
cemented
|
5733 |
+
ceased
|
5734 |
+
circle
|
5735 |
+
circulation
|
5736 |
+
hygro
|
5737 |
+
laterally
|
5738 |
+
richer
|
5739 |
+
vesic
|
5740 |
+
##fully
|
5741 |
+
instit
|
5742 |
+
separation
|
5743 |
+
magnesian
|
5744 |
+
magnitudes
|
5745 |
+
classical
|
5746 |
+
classically
|
5747 |
+
subscrip
|
5748 |
+
confirms
|
5749 |
+
confirming
|
5750 |
+
carrieres
|
5751 |
+
limiting
|
5752 |
+
limitation
|
5753 |
+
descriptions
|
5754 |
+
capability
|
5755 |
+
captured
|
5756 |
+
caplagioclase
|
5757 |
+
grs
|
5758 |
+
grids
|
5759 |
+
grateful
|
5760 |
+
polym
|
5761 |
+
counts
|
5762 |
+
council
|
5763 |
+
absor
|
5764 |
+
clinopyrox
|
5765 |
+
srry
|
5766 |
+
srrnd
|
5767 |
+
elevation
|
5768 |
+
diameters
|
5769 |
+
plutonism
|
5770 |
+
bande
|
5771 |
+
bands
|
5772 |
+
banded
|
5773 |
+
oceanisland
|
5774 |
+
australasian
|
5775 |
+
dyke
|
5776 |
+
immediate
|
5777 |
+
immature
|
5778 |
+
##yeda
|
5779 |
+
revealed
|
5780 |
+
excellent
|
5781 |
+
statistics
|
5782 |
+
ensures
|
5783 |
+
ensuring
|
5784 |
+
partitioning
|
5785 |
+
allowed
|
5786 |
+
allowing
|
5787 |
+
approaches
|
5788 |
+
implication
|
5789 |
+
geotherms
|
5790 |
+
geothermometr
|
5791 |
+
extending
|
5792 |
+
himalaya
|
5793 |
+
creek
|
5794 |
+
spherules
|
5795 |
+
converted
|
5796 |
+
##isotope
|
5797 |
+
printed
|
5798 |
+
strewn
|
5799 |
+
stretched
|
5800 |
+
improve
|
5801 |
+
precise
|
5802 |
+
constituent
|
5803 |
+
##herzolite
|
5804 |
+
schistes
|
5805 |
+
anomalous
|
5806 |
+
opened
|
5807 |
+
rapidly
|
5808 |
+
reflecting
|
5809 |
+
exhibits
|
5810 |
+
demonstrated
|
5811 |
+
sufficiently
|
5812 |
+
eclogitic
|
5813 |
+
anorthosites
|
5814 |
+
delayed
|
5815 |
+
draw
|
5816 |
+
full
|
5817 |
+
falls
|
5818 |
+
falling
|
5819 |
+
rnic
|
5820 |
+
##model
|
5821 |
+
##ktite
|
5822 |
+
##ylite
|
5823 |
+
##atche
|
5824 |
+
contributing
|
5825 |
+
products
|
5826 |
+
craton
|
5827 |
+
cratons
|
5828 |
+
quantity
|
5829 |
+
quantify
|
5830 |
+
questions
|
5831 |
+
porphyro
|
5832 |
+
accretionary
|
5833 |
+
essentially
|
5834 |
+
pyrrn
|
5835 |
+
spatially
|
5836 |
+
criterion
|
5837 |
+
proportional
|
5838 |
+
orthocumulate
|
5839 |
+
orogens
|
5840 |
+
statistically
|
5841 |
+
periods
|
5842 |
+
broken
|
5843 |
+
break
|
5844 |
+
derive
|
5845 |
+
derivation
|
5846 |
+
lherzolitic
|
5847 |
+
risse
|
5848 |
+
rarely
|
5849 |
+
##magmatic
|
5850 |
+
##magmat
|
5851 |
+
coastline
|
5852 |
+
combination
|
5853 |
+
attempted
|
5854 |
+
minimized
|
5855 |
+
plasticity
|
5856 |
+
lamprophyres
|
5857 |
+
calibrated
|
5858 |
+
monazites
|
5859 |
+
preferable
|
5860 |
+
volcano
|
5861 |
+
mediane
|
5862 |
+
erupted
|
5863 |
+
constructing
|
5864 |
+
microscope
|
5865 |
+
microscopy
|
5866 |
+
principally
|
5867 |
+
theoretically
|
5868 |
+
anisotropies
|
5869 |
+
btw
|
5870 |
+
cfn
|
5871 |
+
foil
|
5872 |
+
foxy
|
5873 |
+
mgtibi
|
5874 |
+
mercur
|
5875 |
+
sixth
|
5876 |
+
viewed
|
5877 |
+
##conductivity
|
5878 |
+
##ugate
|
5879 |
+
##xisting
|
5880 |
+
##errors
|
5881 |
+
inconsistent
|
5882 |
+
promote
|
5883 |
+
realm
|
5884 |
+
reading
|
5885 |
+
tektites
|
5886 |
+
summarized
|
5887 |
+
shortest
|
5888 |
+
contemporaneous
|
5889 |
+
lawrence
|
5890 |
+
specifications
|
5891 |
+
underplated
|
5892 |
+
prevent
|
5893 |
+
emphasize
|
5894 |
+
distinguished
|
5895 |
+
argued
|
5896 |
+
interestingly
|
5897 |
+
progressively
|
5898 |
+
excavations
|
5899 |
+
ordinate
|
5900 |
+
frequently
|
5901 |
+
build
|
5902 |
+
buffer
|
5903 |
+
batches
|
5904 |
+
center
|
5905 |
+
centre
|
5906 |
+
idea
|
5907 |
+
ideal
|
5908 |
+
kbar
|
5909 |
+
mcleod
|
5910 |
+
omz
|
5911 |
+
oman
|
5912 |
+
rimouski
|
5913 |
+
turns
|
5914 |
+
##bury
|
5915 |
+
offset
|
5916 |
+
issue
|
5917 |
+
projecting
|
5918 |
+
shielded
|
5919 |
+
induction
|
5920 |
+
induces
|
5921 |
+
diffusion
|
5922 |
+
clarify
|
5923 |
+
underestimate
|
5924 |
+
underestimated
|
5925 |
+
dredging
|
5926 |
+
acquisition
|
5927 |
+
electron
|
5928 |
+
electric
|
5929 |
+
fragment
|
5930 |
+
fragments
|
5931 |
+
believe
|
5932 |
+
uplifted
|
5933 |
+
photopeak
|
5934 |
+
southwest
|
5935 |
+
oldest
|
5936 |
+
shawmere
|
5937 |
+
##ontinent
|
5938 |
+
uncertainty
|
5939 |
+
uncertainties
|
5940 |
+
convergence
|
5941 |
+
brazilian
|
5942 |
+
broader
|
5943 |
+
dimensional
|
5944 |
+
successively
|
5945 |
+
bono
|
5946 |
+
bonhom
|
5947 |
+
bonds
|
5948 |
+
bonding
|
5949 |
+
raised
|
5950 |
+
ramatuel
|
5951 |
+
zhang
|
5952 |
+
anderson
|
5953 |
+
andersland
|
5954 |
+
conjunction
|
5955 |
+
conjugate
|
5956 |
+
reactivated
|
5957 |
+
predominantly
|
5958 |
+
sudden
|
5959 |
+
sudbury
|
5960 |
+
resolving
|
5961 |
+
chondrite
|
5962 |
+
chondrit
|
5963 |
+
sept
|
5964 |
+
septa
|
5965 |
+
favor
|
5966 |
+
favour
|
5967 |
+
entire
|
5968 |
+
eventually
|
5969 |
+
accompanied
|
5970 |
+
subducted
|
5971 |
+
subducting
|
5972 |
+
preserved
|
5973 |
+
preservation
|
5974 |
+
implement
|
5975 |
+
implemented
|
5976 |
+
perfectly
|
5977 |
+
overlap
|
5978 |
+
coexisting
|
5979 |
+
background
|
5980 |
+
foldandthrust
|
5981 |
+
discovery
|
5982 |
+
ultimate
|
5983 |
+
ultimately
|
5984 |
+
crosscutting
|
5985 |
+
porphyry
|
5986 |
+
porphyritic
|
5987 |
+
promotes
|
5988 |
+
promoting
|
5989 |
+
prevailed
|
5990 |
+
prevailing
|
5991 |
+
episodes
|
5992 |
+
ferrous
|
5993 |
+
exceptionally
|
5994 |
+
metabasalts
|
5995 |
+
pseudoisochron
|
5996 |
+
pseudotach
|
5997 |
+
worldwide
|
5998 |
+
ajaccio
|
5999 |
+
database
|
6000 |
+
eye
|
6001 |
+
gathered
|
6002 |
+
help
|
6003 |
+
holt
|
6004 |
+
krohe
|
6005 |
+
karakoram
|
6006 |
+
morb
|
6007 |
+
muller
|
6008 |
+
multiple
|
6009 |
+
nuclear
|
6010 |
+
owing
|
6011 |
+
pervas
|
6012 |
+
popular
|
6013 |
+
rennes
|
6014 |
+
ubiquitous
|
6015 |
+
visual
|
6016 |
+
voids
|
6017 |
+
zealand
|
6018 |
+
zenocrystic
|
6019 |
+
##kfeld
|
6020 |
+
##flux
|
6021 |
+
inhibition
|
6022 |
+
coincident
|
6023 |
+
compilations
|
6024 |
+
starts
|
6025 |
+
stiffness
|
6026 |
+
shapes
|
6027 |
+
unstable
|
6028 |
+
geotraverse
|
6029 |
+
watersaturated
|
6030 |
+
consuming
|
6031 |
+
lavas
|
6032 |
+
clustering
|
6033 |
+
underpredict
|
6034 |
+
array
|
6035 |
+
metavolcanics
|
6036 |
+
meaningful
|
6037 |
+
sandsteine
|
6038 |
+
experience
|
6039 |
+
impacts
|
6040 |
+
provenqal
|
6041 |
+
invariant
|
6042 |
+
american
|
6043 |
+
removal
|
6044 |
+
steeply
|
6045 |
+
marked
|
6046 |
+
findings
|
6047 |
+
noncogenetic
|
6048 |
+
publishers
|
6049 |
+
contradict
|
6050 |
+
hybridization
|
6051 |
+
exploration
|
6052 |
+
quantitative
|
6053 |
+
syntaxis
|
6054 |
+
dilatancy
|
6055 |
+
acquired
|
6056 |
+
covariance
|
6057 |
+
discrepancies
|
6058 |
+
instrumental
|
6059 |
+
kagenfels
|
6060 |
+
ordovician
|
6061 |
+
besides
|
6062 |
+
black
|
6063 |
+
bakersfield
|
6064 |
+
bohemian
|
6065 |
+
casavecchie
|
6066 |
+
candidate
|
6067 |
+
dakota
|
6068 |
+
daughter
|
6069 |
+
elapsed
|
6070 |
+
echtler
|
6071 |
+
fouday
|
6072 |
+
gnr
|
6073 |
+
gentle
|
6074 |
+
gulf
|
6075 |
+
genetically
|
6076 |
+
gondwan
|
6077 |
+
glued
|
6078 |
+
ganguly
|
6079 |
+
hills
|
6080 |
+
hundred
|
6081 |
+
harker
|
6082 |
+
hannuoba
|
6083 |
+
hilaire
|
6084 |
+
icpms
|
6085 |
+
jurassic
|
6086 |
+
jolla
|
6087 |
+
kossmat
|
6088 |
+
lvdts
|
6089 |
+
muscovite
|
6090 |
+
martin
|
6091 |
+
mathematical
|
6092 |
+
nemod
|
6093 |
+
nagao
|
6094 |
+
preexisting
|
6095 |
+
pakistan
|
6096 |
+
picture
|
6097 |
+
randomly
|
6098 |
+
saline
|
6099 |
+
sketch
|
6100 |
+
swarms
|
6101 |
+
talcalkaline
|
6102 |
+
tiffing
|
6103 |
+
utilized
|
6104 |
+
vacuum
|
6105 |
+
wyoming
|
6106 |
+
warm
|
6107 |
+
##known
|
6108 |
+
##bogie
|
6109 |
+
##boundary
|
6110 |
+
##enormalized
|
6111 |
+
##alogue
|
6112 |
+
##isputable
|
6113 |
+
isotherms
|
6114 |
+
coupled
|
6115 |
+
fortuitous
|
6116 |
+
macroscopic
|
6117 |
+
proveqal
|
6118 |
+
aspects
|
6119 |
+
rocktypes
|
6120 |
+
##igkeit
|
6121 |
+
retrogression
|
6122 |
+
members
|
6123 |
+
mexico
|
6124 |
+
strathbogie
|
6125 |
+
anaclet
|
6126 |
+
exsolutions
|
6127 |
+
crucial
|
6128 |
+
crdiopside
|
6129 |
+
suffered
|
6130 |
+
##aluminous
|
6131 |
+
chiaopansh
|
6132 |
+
choice
|
6133 |
+
chevremont
|
6134 |
+
orsini
|
6135 |
+
unroofing
|
6136 |
+
farouki
|
6137 |
+
disequilibrium
|
6138 |
+
geotectonic
|
6139 |
+
abrupt
|
6140 |
+
hawaii
|
6141 |
+
released
|
6142 |
+
exploitation
|
6143 |
+
cananeia
|
6144 |
+
indonesia
|
6145 |
+
noticeable
|
6146 |
+
undeformed
|
6147 |
+
evacuation
|
6148 |
+
melbourne
|
6149 |
+
plagiokfeld
|
6150 |
+
conflict
|
6151 |
+
amphibofite
|
6152 |
+
pargasitic
|
6153 |
+
somewhat
|
6154 |
+
diamonds
|
6155 |
+
contaminated
|
6156 |
+
overpredicted
|
6157 |
+
microtektite
|
6158 |
+
volcanicplutonic
|
6159 |
+
reequilibration
|
6160 |
+
amalgamated
|
6161 |
+
eliminate
|
6162 |
+
acidbasic
|
6163 |
+
colorado
|
6164 |
+
aggregates
|
6165 |
+
bruche
|
6166 |
+
textbook
|
6167 |
+
midproterozoic
|
6168 |
+
longitudinal
|
6169 |
+
finnigan
|
6170 |
+
valcartier
|
6171 |
+
hygromagmat
|
6172 |
+
polymineralic
|
6173 |
+
pyrrnres
|
6174 |
+
foxyred
|
6175 |
+
mgtibiotite
|
6176 |
+
mercury
|
6177 |
+
bonhomme
|
6178 |
+
ramatuelle
|
6179 |
+
chondritenormalized
|
6180 |
+
pseudotachylite
|
6181 |
+
chiaopanshan
|
6182 |
+
hygromagmatophile
|
6183 |
+
az
|
6184 |
+
ao
|
6185 |
+
ale
|
6186 |
+
aure
|
6187 |
+
ape
|
6188 |
+
aere
|
6189 |
+
aii
|
6190 |
+
bb
|
6191 |
+
bw
|
6192 |
+
bx
|
6193 |
+
bran
|
6194 |
+
bim
|
6195 |
+
bere
|
6196 |
+
bse
|
6197 |
+
bart
|
6198 |
+
bend
|
6199 |
+
bud
|
6200 |
+
bene
|
6201 |
+
bell
|
6202 |
+
bole
|
6203 |
+
bests
|
6204 |
+
bush
|
6205 |
+
berg
|
6206 |
+
bind
|
6207 |
+
bub
|
6208 |
+
bomb
|
6209 |
+
bread
|
6210 |
+
bern
|
6211 |
+
bht
|
6212 |
+
cp
|
6213 |
+
cu
|
6214 |
+
cer
|
6215 |
+
cat
|
6216 |
+
civ
|
6217 |
+
cth
|
6218 |
+
cow
|
6219 |
+
cated
|
6220 |
+
cum
|
6221 |
+
cia
|
6222 |
+
cyst
|
6223 |
+
cros
|
6224 |
+
cast
|
6225 |
+
cable
|
6226 |
+
cath
|
6227 |
+
cited
|
6228 |
+
cau
|
6229 |
+
crops
|
6230 |
+
cub
|
6231 |
+
cze
|
6232 |
+
cels
|
6233 |
+
cocks
|
6234 |
+
clean
|
6235 |
+
dp
|
6236 |
+
dc
|
6237 |
+
dh
|
6238 |
+
dor
|
6239 |
+
dur
|
6240 |
+
dow
|
6241 |
+
dest
|
6242 |
+
dore
|
6243 |
+
dose
|
6244 |
+
dedic
|
6245 |
+
die
|
6246 |
+
dav
|
6247 |
+
dmm
|
6248 |
+
dai
|
6249 |
+
dls
|
6250 |
+
dcalculated
|
6251 |
+
dots
|
6252 |
+
dotted
|
6253 |
+
dicate
|
6254 |
+
ee
|
6255 |
+
ero
|
6256 |
+
eure
|
6257 |
+
eck
|
6258 |
+
edition
|
6259 |
+
eder
|
6260 |
+
eina
|
6261 |
+
emb
|
6262 |
+
einer
|
6263 |
+
emorb
|
6264 |
+
ft
|
6265 |
+
fal
|
6266 |
+
fnd
|
6267 |
+
fic
|
6268 |
+
fis
|
6269 |
+
fle
|
6270 |
+
fly
|
6271 |
+
fif
|
6272 |
+
fast
|
6273 |
+
fole
|
6274 |
+
fish
|
6275 |
+
fert
|
6276 |
+
files
|
6277 |
+
fash
|
6278 |
+
father
|
6279 |
+
filled
|
6280 |
+
fzw
|
6281 |
+
fatig
|
6282 |
+
faster
|
6283 |
+
foso
|
6284 |
+
gt
|
6285 |
+
gh
|
6286 |
+
gw
|
6287 |
+
gal
|
6288 |
+
gel
|
6289 |
+
gol
|
6290 |
+
gil
|
6291 |
+
gog
|
6292 |
+
gest
|
6293 |
+
gla
|
6294 |
+
gam
|
6295 |
+
gne
|
6296 |
+
gast
|
6297 |
+
gill
|
6298 |
+
gans
|
6299 |
+
gross
|
6300 |
+
gdr
|
6301 |
+
grome
|
6302 |
+
gases
|
6303 |
+
gover
|
6304 |
+
gerh
|
6305 |
+
glean
|
6306 |
+
hc
|
6307 |
+
hk
|
6308 |
+
her
|
6309 |
+
hit
|
6310 |
+
han
|
6311 |
+
hur
|
6312 |
+
hess
|
6313 |
+
hut
|
6314 |
+
hir
|
6315 |
+
hab
|
6316 |
+
hem
|
6317 |
+
held
|
6318 |
+
home
|
6319 |
+
hcl
|
6320 |
+
hercyn
|
6321 |
+
hold
|
6322 |
+
hue
|
6323 |
+
holes
|
6324 |
+
hper
|
6325 |
+
hang
|
6326 |
+
hild
|
6327 |
+
huri
|
6328 |
+
houp
|
6329 |
+
hreeenriched
|
6330 |
+
heny
|
6331 |
+
higkeit
|
6332 |
+
ir
|
6333 |
+
im
|
6334 |
+
ix
|
6335 |
+
ith
|
6336 |
+
iter
|
6337 |
+
ious
|
6338 |
+
iotite
|
6339 |
+
ions
|
6340 |
+
imb
|
6341 |
+
imag
|
6342 |
+
ipb
|
6343 |
+
iherzolite
|
6344 |
+
jl
|
6345 |
+
jk
|
6346 |
+
jan
|
6347 |
+
jth
|
6348 |
+
jum
|
6349 |
+
jap
|
6350 |
+
jak
|
6351 |
+
jag
|
6352 |
+
junction
|
6353 |
+
jerse
|
6354 |
+
joseph
|
6355 |
+
ke
|
6356 |
+
ka
|
6357 |
+
kl
|
6358 |
+
kk
|
6359 |
+
kh
|
6360 |
+
ky
|
6361 |
+
kj
|
6362 |
+
kin
|
6363 |
+
kre
|
6364 |
+
kas
|
6365 |
+
kos
|
6366 |
+
kil
|
6367 |
+
kine
|
6368 |
+
kers
|
6369 |
+
kak
|
6370 |
+
kay
|
6371 |
+
korn
|
6372 |
+
kaz
|
6373 |
+
kev
|
6374 |
+
keny
|
6375 |
+
lp
|
6376 |
+
ld
|
6377 |
+
lt
|
6378 |
+
lent
|
6379 |
+
lig
|
6380 |
+
lod
|
6381 |
+
lated
|
6382 |
+
lich
|
6383 |
+
leng
|
6384 |
+
lime
|
6385 |
+
lll
|
6386 |
+
libr
|
6387 |
+
lists
|
6388 |
+
lalay
|
6389 |
+
lions
|
6390 |
+
lamination
|
6391 |
+
lvanhoe
|
6392 |
+
living
|
6393 |
+
lreedepleted
|
6394 |
+
mv
|
6395 |
+
mr
|
6396 |
+
mp
|
6397 |
+
mn
|
6398 |
+
mz
|
6399 |
+
men
|
6400 |
+
mas
|
6401 |
+
mol
|
6402 |
+
mce
|
6403 |
+
mot
|
6404 |
+
mud
|
6405 |
+
ments
|
6406 |
+
mary
|
6407 |
+
mell
|
6408 |
+
moun
|
6409 |
+
miss
|
6410 |
+
matic
|
6411 |
+
mism
|
6412 |
+
mally
|
6413 |
+
mittle
|
6414 |
+
mately
|
6415 |
+
mcken
|
6416 |
+
mentary
|
6417 |
+
manner
|
6418 |
+
misle
|
6419 |
+
nt
|
6420 |
+
nk
|
6421 |
+
nite
|
6422 |
+
nta
|
6423 |
+
nad
|
6424 |
+
nab
|
6425 |
+
nom
|
6426 |
+
nap
|
6427 |
+
nres
|
6428 |
+
nne
|
6429 |
+
ncl
|
6430 |
+
nak
|
6431 |
+
nac
|
6432 |
+
npb
|
6433 |
+
npor
|
6434 |
+
nomin
|
6435 |
+
nodes
|
6436 |
+
nmorb
|
6437 |
+
od
|
6438 |
+
oi
|
6439 |
+
oq
|
6440 |
+
oj
|
6441 |
+
oth
|
6442 |
+
own
|
6443 |
+
oamphibole
|
6444 |
+
oaf
|
6445 |
+
pi
|
6446 |
+
pt
|
6447 |
+
pm
|
6448 |
+
pit
|
6449 |
+
pin
|
6450 |
+
ped
|
6451 |
+
pent
|
6452 |
+
peat
|
6453 |
+
pures
|
6454 |
+
pass
|
6455 |
+
pier
|
6456 |
+
pay
|
6457 |
+
pected
|
6458 |
+
pmo
|
6459 |
+
pila
|
6460 |
+
pract
|
6461 |
+
rr
|
6462 |
+
rt
|
6463 |
+
rm
|
6464 |
+
ring
|
6465 |
+
roc
|
6466 |
+
rite
|
6467 |
+
rol
|
6468 |
+
rid
|
6469 |
+
rot
|
6470 |
+
rut
|
6471 |
+
rog
|
6472 |
+
rib
|
6473 |
+
rated
|
6474 |
+
riz
|
6475 |
+
rain
|
6476 |
+
rene
|
6477 |
+
rio
|
6478 |
+
ried
|
6479 |
+
roch
|
6480 |
+
right
|
6481 |
+
round
|
6482 |
+
rium
|
6483 |
+
rically
|
6484 |
+
rpl
|
6485 |
+
rub
|
6486 |
+
rays
|
6487 |
+
sro
|
6488 |
+
sar
|
6489 |
+
sas
|
6490 |
+
soc
|
6491 |
+
sle
|
6492 |
+
scre
|
6493 |
+
sive
|
6494 |
+
syst
|
6495 |
+
spa
|
6496 |
+
sond
|
6497 |
+
sider
|
6498 |
+
servo
|
6499 |
+
sions
|
6500 |
+
sedi
|
6501 |
+
sional
|
6502 |
+
td
|
6503 |
+
ts
|
6504 |
+
tð
|
6505 |
+
ton
|
6506 |
+
tal
|
6507 |
+
tan
|
6508 |
+
tas
|
6509 |
+
tis
|
6510 |
+
tith
|
6511 |
+
tul
|
6512 |
+
tut
|
6513 |
+
tir
|
6514 |
+
ties
|
6515 |
+
tive
|
6516 |
+
tween
|
6517 |
+
tond
|
6518 |
+
tun
|
6519 |
+
tay
|
6520 |
+
tors
|
6521 |
+
tlow
|
6522 |
+
tub
|
6523 |
+
tpy
|
6524 |
+
timber
|
6525 |
+
tains
|
6526 |
+
ut
|
6527 |
+
uz
|
6528 |
+
uor
|
6529 |
+
uph
|
6530 |
+
urich
|
6531 |
+
uchist
|
6532 |
+
urc
|
6533 |
+
uyeda
|
6534 |
+
vi
|
6535 |
+
vt
|
6536 |
+
vo
|
6537 |
+
van
|
6538 |
+
vic
|
6539 |
+
vig
|
6540 |
+
vom
|
6541 |
+
vations
|
6542 |
+
vents
|
6543 |
+
vost
|
6544 |
+
vast
|
6545 |
+
viron
|
6546 |
+
vibr
|
6547 |
+
viver
|
6548 |
+
vries
|
6549 |
+
vinal
|
6550 |
+
wv
|
6551 |
+
wt
|
6552 |
+
wo
|
6553 |
+
wud
|
6554 |
+
wall
|
6555 |
+
wip
|
6556 |
+
wied
|
6557 |
+
wish
|
6558 |
+
wold
|
6559 |
+
wished
|
6560 |
+
wides
|
6561 |
+
wise
|
6562 |
+
worth
|
6563 |
+
ways
|
6564 |
+
wsw
|
6565 |
+
wadis
|
6566 |
+
xi
|
6567 |
+
xz
|
6568 |
+
xf
|
6569 |
+
xw
|
6570 |
+
xnd
|
6571 |
+
yr
|
6572 |
+
yen
|
6573 |
+
yod
|
6574 |
+
york
|
6575 |
+
yri
|
6576 |
+
yug
|
6577 |
+
zn
|
6578 |
+
zu
|
6579 |
+
zite
|
6580 |
+
zree
|
6581 |
+
zons
|
6582 |
+
zind
|
6583 |
+
##vp
|
6584 |
+
##va
|
6585 |
+
##voc
|
6586 |
+
##vere
|
6587 |
+
##vive
|
6588 |
+
##veld
|
6589 |
+
##vie
|
6590 |
+
##vored
|
6591 |
+
##eis
|
6592 |
+
##eve
|
6593 |
+
##eens
|
6594 |
+
##ease
|
6595 |
+
##eable
|
6596 |
+
##etical
|
6597 |
+
##eurasia
|
6598 |
+
##eira
|
6599 |
+
##eological
|
6600 |
+
##ror
|
6601 |
+
##ras
|
6602 |
+
##ril
|
6603 |
+
##rig
|
6604 |
+
##rical
|
6605 |
+
##rene
|
6606 |
+
##run
|
6607 |
+
##rently
|
6608 |
+
##rco
|
6609 |
+
##rbr
|
6610 |
+
##riff
|
6611 |
+
##riven
|
6612 |
+
##ruit
|
6613 |
+
##rlite
|
6614 |
+
##rrh
|
6615 |
+
##po
|
6616 |
+
##pq
|
6617 |
+
##pos
|
6618 |
+
##perm
|
6619 |
+
##pess
|
6620 |
+
##pra
|
6621 |
+
##ppe
|
6622 |
+
##pse
|
6623 |
+
##press
|
6624 |
+
##prel
|
6625 |
+
##pled
|
6626 |
+
##prop
|
6627 |
+
##plate
|
6628 |
+
##pris
|
6629 |
+
##pread
|
6630 |
+
##pila
|
6631 |
+
##plays
|
6632 |
+
##dt
|
6633 |
+
##do
|
6634 |
+
##dat
|
6635 |
+
##dre
|
6636 |
+
##ding
|
6637 |
+
##div
|
6638 |
+
##date
|
6639 |
+
##dated
|
6640 |
+
##dam
|
6641 |
+
##die
|
6642 |
+
##dressed
|
6643 |
+
##depend
|
6644 |
+
##ien
|
6645 |
+
##ias
|
6646 |
+
##ius
|
6647 |
+
##iab
|
6648 |
+
##iations
|
6649 |
+
##iens
|
6650 |
+
##iph
|
6651 |
+
##ipp
|
6652 |
+
##iers
|
6653 |
+
##ioto
|
6654 |
+
##ipping
|
6655 |
+
##cn
|
6656 |
+
##cs
|
6657 |
+
##cz
|
6658 |
+
##can
|
6659 |
+
##col
|
6660 |
+
##cap
|
6661 |
+
##come
|
6662 |
+
##ciss
|
6663 |
+
##cile
|
6664 |
+
##cale
|
6665 |
+
##cumul
|
6666 |
+
##cuss
|
6667 |
+
##ccretion
|
6668 |
+
##cilities
|
6669 |
+
##cator
|
6670 |
+
##cinity
|
6671 |
+
##ciation
|
6672 |
+
##corrected
|
6673 |
+
##continent
|
6674 |
+
##ti
|
6675 |
+
##tt
|
6676 |
+
##tit
|
6677 |
+
##tur
|
6678 |
+
##tig
|
6679 |
+
##tene
|
6680 |
+
##tect
|
6681 |
+
##turing
|
6682 |
+
##time
|
6683 |
+
##tcr
|
6684 |
+
##tty
|
6685 |
+
##tention
|
6686 |
+
##tiform
|
6687 |
+
##town
|
6688 |
+
##twork
|
6689 |
+
##tesian
|
6690 |
+
##turbed
|
6691 |
+
##tben
|
6692 |
+
##tdt
|
6693 |
+
##aw
|
6694 |
+
##aer
|
6695 |
+
##aol
|
6696 |
+
##air
|
6697 |
+
##aver
|
6698 |
+
##afro
|
6699 |
+
##aves
|
6700 |
+
##agree
|
6701 |
+
##awar
|
6702 |
+
##ahs
|
6703 |
+
##acryst
|
6704 |
+
##accia
|
6705 |
+
##ahigh
|
6706 |
+
##na
|
6707 |
+
##nw
|
6708 |
+
##nom
|
6709 |
+
##nine
|
6710 |
+
##ners
|
6711 |
+
##night
|
6712 |
+
##norm
|
6713 |
+
##ngen
|
6714 |
+
##nished
|
6715 |
+
##nrect
|
6716 |
+
##nov
|
6717 |
+
##nants
|
6718 |
+
##nfs
|
6719 |
+
##sn
|
6720 |
+
##sm
|
6721 |
+
##sh
|
6722 |
+
##sy
|
6723 |
+
##sil
|
6724 |
+
##spec
|
6725 |
+
##sne
|
6726 |
+
##size
|
6727 |
+
##sions
|
6728 |
+
##simp
|
6729 |
+
##gs
|
6730 |
+
##gig
|
6731 |
+
##gant
|
6732 |
+
##gies
|
6733 |
+
##gens
|
6734 |
+
##gium
|
6735 |
+
##gonal
|
6736 |
+
##gau
|
6737 |
+
##gonite
|
6738 |
+
##gacity
|
6739 |
+
##griff
|
6740 |
+
##gacryst
|
6741 |
+
##uu
|
6742 |
+
##uog
|
6743 |
+
##uction
|
6744 |
+
##uck
|
6745 |
+
##uities
|
6746 |
+
##ups
|
6747 |
+
##uffic
|
6748 |
+
##uitive
|
6749 |
+
##ukasing
|
6750 |
+
##uern
|
6751 |
+
##uze
|
6752 |
+
##ublic
|
6753 |
+
##uhe
|
6754 |
+
##uises
|
6755 |
+
##uccio
|
6756 |
+
##uzw
|
6757 |
+
##uyeda
|
6758 |
+
##uva
|
6759 |
+
##zo
|
6760 |
+
##zation
|
6761 |
+
##zies
|
6762 |
+
##zie
|
6763 |
+
##mit
|
6764 |
+
##med
|
6765 |
+
##ming
|
6766 |
+
##mite
|
6767 |
+
##mly
|
6768 |
+
##mid
|
6769 |
+
##mut
|
6770 |
+
##mition
|
6771 |
+
##more
|
6772 |
+
##mitic
|
6773 |
+
##mary
|
6774 |
+
##mass
|
6775 |
+
##mber
|
6776 |
+
##matite
|
6777 |
+
##marie
|
6778 |
+
##mand
|
6779 |
+
##merg
|
6780 |
+
##monz
|
6781 |
+
##mino
|
6782 |
+
##mark
|
6783 |
+
##much
|
6784 |
+
##mises
|
6785 |
+
##made
|
6786 |
+
##melting
|
6787 |
+
##lr
|
6788 |
+
##lan
|
6789 |
+
##lor
|
6790 |
+
##lis
|
6791 |
+
##loc
|
6792 |
+
##lich
|
6793 |
+
##lites
|
6794 |
+
##lers
|
6795 |
+
##lard
|
6796 |
+
##lier
|
6797 |
+
##lves
|
6798 |
+
##lished
|
6799 |
+
##lases
|
6800 |
+
##lify
|
6801 |
+
##lsr
|
6802 |
+
##lification
|
6803 |
+
##latically
|
6804 |
+
##lithospheric
|
6805 |
+
##limin
|
6806 |
+
##lmer
|
6807 |
+
##lherzolite
|
6808 |
+
##lpled
|
6809 |
+
##ky
|
6810 |
+
##kos
|
6811 |
+
##kir
|
6812 |
+
##kond
|
6813 |
+
##korn
|
6814 |
+
##kler
|
6815 |
+
##kley
|
6816 |
+
##kerite
|
6817 |
+
##katche
|
6818 |
+
##oon
|
6819 |
+
##oen
|
6820 |
+
##oor
|
6821 |
+
##oure
|
6822 |
+
##oust
|
6823 |
+
##off
|
6824 |
+
##ober
|
6825 |
+
##ofro
|
6826 |
+
##oining
|
6827 |
+
##oven
|
6828 |
+
##oyen
|
6829 |
+
##oxic
|
6830 |
+
##oamph
|
6831 |
+
##oisotope
|
6832 |
+
##hx
|
6833 |
+
##hon
|
6834 |
+
##him
|
6835 |
+
##hot
|
6836 |
+
##hst
|
6837 |
+
##hear
|
6838 |
+
##hsic
|
6839 |
+
##hav
|
6840 |
+
##hgn
|
6841 |
+
##higkeit
|
6842 |
+
##hrlite
|
6843 |
+
##be
|
6844 |
+
##bp
|
6845 |
+
##bs
|
6846 |
+
##bor
|
6847 |
+
##bar
|
6848 |
+
##bing
|
6849 |
+
##bis
|
6850 |
+
##bus
|
6851 |
+
##big
|
6852 |
+
##bore
|
6853 |
+
##bles
|
6854 |
+
##bted
|
6855 |
+
##bene
|
6856 |
+
##bio
|
6857 |
+
##bable
|
6858 |
+
##bole
|
6859 |
+
##bient
|
6860 |
+
##bric
|
6861 |
+
##butung
|
6862 |
+
##back
|
6863 |
+
##bilization
|
6864 |
+
##bster
|
6865 |
+
##batholith
|
6866 |
+
##yon
|
6867 |
+
##yan
|
6868 |
+
##yles
|
6869 |
+
##yet
|
6870 |
+
##yenite
|
6871 |
+
##yrene
|
6872 |
+
##ynom
|
6873 |
+
##fe
|
6874 |
+
##far
|
6875 |
+
##fth
|
6876 |
+
##fol
|
6877 |
+
##fill
|
6878 |
+
##ford
|
6879 |
+
##fited
|
6880 |
+
##felsic
|
6881 |
+
##formation
|
6882 |
+
##flo
|
6883 |
+
##fmes
|
6884 |
+
##feh
|
6885 |
+
##wd
|
6886 |
+
##with
|
6887 |
+
##west
|
6888 |
+
##wall
|
6889 |
+
##wers
|
6890 |
+
##wable
|
6891 |
+
##word
|
6892 |
+
##ware
|
6893 |
+
##wedge
|
6894 |
+
##wey
|
6895 |
+
##worth
|
6896 |
+
##wkes
|
6897 |
+
##winer
|
6898 |
+
##xite
|
6899 |
+
##xta
|
6900 |
+
##joseph
|
6901 |
+
thre
|
6902 |
+
thom
|
6903 |
+
thous
|
6904 |
+
thand
|
6905 |
+
thorite
|
6906 |
+
things
|
6907 |
+
thbearing
|
6908 |
+
thko
|
6909 |
+
##eren
|
6910 |
+
##erve
|
6911 |
+
##erted
|
6912 |
+
##erting
|
6913 |
+
##erun
|
6914 |
+
##erill
|
6915 |
+
##erland
|
6916 |
+
##ercent
|
6917 |
+
##erche
|
6918 |
+
theme
|
6919 |
+
theof
|
6920 |
+
theories
|
6921 |
+
thematic
|
6922 |
+
##onites
|
6923 |
+
##onia
|
6924 |
+
##onne
|
6925 |
+
##oncile
|
6926 |
+
##atit
|
6927 |
+
##atad
|
6928 |
+
##atia
|
6929 |
+
##atonic
|
6930 |
+
##atonal
|
6931 |
+
##atified
|
6932 |
+
##atisme
|
6933 |
+
##atype
|
6934 |
+
##ese
|
6935 |
+
##esi
|
6936 |
+
##esium
|
6937 |
+
##enon
|
6938 |
+
##enes
|
6939 |
+
##ench
|
6940 |
+
##enge
|
6941 |
+
##enem
|
6942 |
+
##enian
|
6943 |
+
##enard
|
6944 |
+
##encl
|
6945 |
+
##enization
|
6946 |
+
##encing
|
6947 |
+
##enriched
|
6948 |
+
##enlatically
|
6949 |
+
##enbar
|
6950 |
+
##itin
|
6951 |
+
##iting
|
6952 |
+
##itial
|
6953 |
+
##itant
|
6954 |
+
##itely
|
6955 |
+
##itively
|
6956 |
+
##itfa
|
6957 |
+
##itates
|
6958 |
+
##itish
|
6959 |
+
##itatively
|
6960 |
+
##itors
|
6961 |
+
##itique
|
6962 |
+
##ituting
|
6963 |
+
##itita
|
6964 |
+
##alk
|
6965 |
+
##alian
|
6966 |
+
##alteg
|
6967 |
+
##alonia
|
6968 |
+
##int
|
6969 |
+
##inan
|
6970 |
+
##inent
|
6971 |
+
##ints
|
6972 |
+
##inter
|
6973 |
+
##inst
|
6974 |
+
##inage
|
6975 |
+
##inell
|
6976 |
+
##inates
|
6977 |
+
##inpar
|
6978 |
+
##interm
|
6979 |
+
##inopyroxene
|
6980 |
+
##incing
|
6981 |
+
##inson
|
6982 |
+
##influ
|
6983 |
+
##ineate
|
6984 |
+
##nde
|
6985 |
+
##nda
|
6986 |
+
##ede
|
6987 |
+
##edish
|
6988 |
+
##edded
|
6989 |
+
##edonian
|
6990 |
+
##edistribution
|
6991 |
+
ofgran
|
6992 |
+
ofsr
|
6993 |
+
ofma
|
6994 |
+
ofmodel
|
6995 |
+
ofpila
|
6996 |
+
##anch
|
6997 |
+
##ange
|
6998 |
+
##anate
|
6999 |
+
##anne
|
7000 |
+
##anian
|
7001 |
+
##anbia
|
7002 |
+
##oris
|
7003 |
+
##orical
|
7004 |
+
##orites
|
7005 |
+
##oritic
|
7006 |
+
##orage
|
7007 |
+
##orting
|
7008 |
+
##orann
|
7009 |
+
##orily
|
7010 |
+
##orrelated
|
7011 |
+
##ica
|
7012 |
+
##ication
|
7013 |
+
##icting
|
7014 |
+
##iction
|
7015 |
+
##icac
|
7016 |
+
##iccator
|
7017 |
+
##ioned
|
7018 |
+
##ionized
|
7019 |
+
##ionally
|
7020 |
+
##ionales
|
7021 |
+
ine
|
7022 |
+
inas
|
7023 |
+
inth
|
7024 |
+
inad
|
7025 |
+
inso
|
7026 |
+
inability
|
7027 |
+
inhom
|
7028 |
+
inbo
|
7029 |
+
invers
|
7030 |
+
innov
|
7031 |
+
inwith
|
7032 |
+
ando
|
7033 |
+
andis
|
7034 |
+
andand
|
7035 |
+
andror
|
7036 |
+
andsimp
|
7037 |
+
##rodu
|
7038 |
+
##rous
|
7039 |
+
##rose
|
7040 |
+
##roll
|
7041 |
+
##rogra
|
7042 |
+
##royed
|
7043 |
+
##rodiorite
|
7044 |
+
##romite
|
7045 |
+
##reth
|
7046 |
+
##rection
|
7047 |
+
##ready
|
7048 |
+
##remo
|
7049 |
+
##rellite
|
7050 |
+
##revers
|
7051 |
+
##repres
|
7052 |
+
##reciation
|
7053 |
+
##ara
|
7054 |
+
##ared
|
7055 |
+
##aran
|
7056 |
+
##arth
|
7057 |
+
##arran
|
7058 |
+
##arce
|
7059 |
+
##arich
|
7060 |
+
##arnet
|
7061 |
+
##arwar
|
7062 |
+
##arbert
|
7063 |
+
##aser
|
7064 |
+
##asure
|
7065 |
+
##asting
|
7066 |
+
##aschist
|
7067 |
+
##asub
|
7068 |
+
##asma
|
7069 |
+
##aska
|
7070 |
+
##asyenite
|
7071 |
+
##asionally
|
7072 |
+
##asremo
|
7073 |
+
##cted
|
7074 |
+
##cture
|
7075 |
+
##ctive
|
7076 |
+
##ented
|
7077 |
+
##enting
|
7078 |
+
##entine
|
7079 |
+
##entative
|
7080 |
+
##enthes
|
7081 |
+
##mped
|
7082 |
+
##mples
|
7083 |
+
confer
|
7084 |
+
conne
|
7085 |
+
conip
|
7086 |
+
concep
|
7087 |
+
conmiocene
|
7088 |
+
condie
|
7089 |
+
##isi
|
7090 |
+
##isis
|
7091 |
+
##istry
|
7092 |
+
##istral
|
7093 |
+
##ispinel
|
7094 |
+
##isrupted
|
7095 |
+
##isque
|
7096 |
+
##eled
|
7097 |
+
##elts
|
7098 |
+
##elst
|
7099 |
+
##elve
|
7100 |
+
##elect
|
7101 |
+
##elastic
|
7102 |
+
##elbr
|
7103 |
+
##elerated
|
7104 |
+
##elisle
|
7105 |
+
tour
|
7106 |
+
tous
|
7107 |
+
tope
|
7108 |
+
togra
|
7109 |
+
totally
|
7110 |
+
tobis
|
7111 |
+
##urge
|
7112 |
+
##urence
|
7113 |
+
##urally
|
7114 |
+
##ocal
|
7115 |
+
##ocate
|
7116 |
+
##ocean
|
7117 |
+
##ocumulate
|
7118 |
+
##ocenem
|
7119 |
+
##ivial
|
7120 |
+
##ivere
|
7121 |
+
##ivations
|
7122 |
+
##ivcl
|
7123 |
+
##ivably
|
7124 |
+
##ivocal
|
7125 |
+
##lei
|
7126 |
+
##lets
|
7127 |
+
##lement
|
7128 |
+
##lection
|
7129 |
+
##leach
|
7130 |
+
##lete
|
7131 |
+
##leger
|
7132 |
+
##than
|
7133 |
+
##thir
|
7134 |
+
##thene
|
7135 |
+
##thesis
|
7136 |
+
##trich
|
7137 |
+
##trans
|
7138 |
+
##track
|
7139 |
+
##tracting
|
7140 |
+
##trfl
|
7141 |
+
##itecture
|
7142 |
+
##duate
|
7143 |
+
##duso
|
7144 |
+
##osing
|
7145 |
+
##osil
|
7146 |
+
##ospb
|
7147 |
+
##oshon
|
7148 |
+
##usive
|
7149 |
+
##ermeable
|
7150 |
+
ist
|
7151 |
+
iso
|
7152 |
+
isolation
|
7153 |
+
isolate
|
7154 |
+
com
|
7155 |
+
coal
|
7156 |
+
coop
|
7157 |
+
copy
|
7158 |
+
comagmatic
|
7159 |
+
cotect
|
7160 |
+
##ithe
|
7161 |
+
##iths
|
7162 |
+
##ithermal
|
7163 |
+
##rani
|
7164 |
+
##range
|
7165 |
+
##essure
|
7166 |
+
##essij
|
7167 |
+
##ulo
|
7168 |
+
##ulite
|
7169 |
+
##ulations
|
7170 |
+
##ulare
|
7171 |
+
##ulating
|
7172 |
+
##ductory
|
7173 |
+
fore
|
7174 |
+
forthe
|
7175 |
+
##olid
|
7176 |
+
##olum
|
7177 |
+
##olved
|
7178 |
+
##ollect
|
7179 |
+
##olivine
|
7180 |
+
##oligocene
|
7181 |
+
##oliated
|
7182 |
+
##ollard
|
7183 |
+
beach
|
7184 |
+
beau
|
7185 |
+
bewhile
|
7186 |
+
began
|
7187 |
+
betrfl
|
7188 |
+
##imations
|
7189 |
+
##imination
|
7190 |
+
##imiques
|
7191 |
+
##imolec
|
7192 |
+
##imsy
|
7193 |
+
deans
|
7194 |
+
degra
|
7195 |
+
decker
|
7196 |
+
deionized
|
7197 |
+
maon
|
7198 |
+
maure
|
7199 |
+
maand
|
7200 |
+
makes
|
7201 |
+
making
|
7202 |
+
prote
|
7203 |
+
program
|
7204 |
+
projected
|
7205 |
+
prown
|
7206 |
+
projection
|
7207 |
+
proxy
|
7208 |
+
proterozoic
|
7209 |
+
##rain
|
7210 |
+
##raphic
|
7211 |
+
##ravan
|
7212 |
+
##rabus
|
7213 |
+
##ocking
|
7214 |
+
##iling
|
7215 |
+
##ilite
|
7216 |
+
##ilst
|
7217 |
+
##ilated
|
7218 |
+
##iline
|
7219 |
+
##ilipp
|
7220 |
+
frost
|
7221 |
+
asi
|
7222 |
+
aside
|
7223 |
+
astron
|
7224 |
+
aston
|
7225 |
+
astben
|
7226 |
+
asimolec
|
7227 |
+
##idotite
|
7228 |
+
##idium
|
7229 |
+
##idently
|
7230 |
+
##idson
|
7231 |
+
##idano
|
7232 |
+
rockform
|
7233 |
+
rockport
|
7234 |
+
##oted
|
7235 |
+
##otitic
|
7236 |
+
##otonous
|
7237 |
+
##otwall
|
7238 |
+
##igt
|
7239 |
+
##igne
|
7240 |
+
##igenic
|
7241 |
+
##igneous
|
7242 |
+
##igmatic
|
7243 |
+
##iguape
|
7244 |
+
##igocenem
|
7245 |
+
##utes
|
7246 |
+
##utine
|
7247 |
+
##utian
|
7248 |
+
##utains
|
7249 |
+
##eatable
|
7250 |
+
rech
|
7251 |
+
retained
|
7252 |
+
really
|
7253 |
+
rework
|
7254 |
+
reha
|
7255 |
+
reitz
|
7256 |
+
reedistribution
|
7257 |
+
rearran
|
7258 |
+
thermalconductivity
|
7259 |
+
granitiques
|
7260 |
+
tematic
|
7261 |
+
tefl
|
7262 |
+
meant
|
7263 |
+
meet
|
7264 |
+
mete
|
7265 |
+
member
|
7266 |
+
##chi
|
7267 |
+
##ches
|
7268 |
+
##chase
|
7269 |
+
##chemical
|
7270 |
+
##chean
|
7271 |
+
##chester
|
7272 |
+
##chmark
|
7273 |
+
##chlan
|
7274 |
+
##chinson
|
7275 |
+
##ode
|
7276 |
+
##odal
|
7277 |
+
##odioritic
|
7278 |
+
##odolum
|
7279 |
+
##pet
|
7280 |
+
##tages
|
7281 |
+
##tamor
|
7282 |
+
##taining
|
7283 |
+
##tamination
|
7284 |
+
##tamon
|
7285 |
+
##tache
|
7286 |
+
##taccretion
|
7287 |
+
heatthermal
|
7288 |
+
heatflux
|
7289 |
+
heattrans
|
7290 |
+
##menta
|
7291 |
+
##mental
|
7292 |
+
##mentum
|
7293 |
+
##mentioned
|
7294 |
+
conductor
|
7295 |
+
conductors
|
7296 |
+
##geoch
|
7297 |
+
##geothermal
|
7298 |
+
strate
|
7299 |
+
strained
|
7300 |
+
stratig
|
7301 |
+
stripping
|
7302 |
+
stratified
|
7303 |
+
compres
|
7304 |
+
compact
|
7305 |
+
compass
|
7306 |
+
compound
|
7307 |
+
company
|
7308 |
+
complic
|
7309 |
+
compacting
|
7310 |
+
compatit
|
7311 |
+
anso
|
7312 |
+
anean
|
7313 |
+
answ
|
7314 |
+
anrt
|
7315 |
+
anatom
|
7316 |
+
analogue
|
7317 |
+
antiform
|
7318 |
+
annrect
|
7319 |
+
ankerite
|
7320 |
+
animations
|
7321 |
+
##tered
|
7322 |
+
##terkorn
|
7323 |
+
##erating
|
7324 |
+
##erative
|
7325 |
+
##eratures
|
7326 |
+
thatpres
|
7327 |
+
conductivites
|
7328 |
+
conductively
|
7329 |
+
sagh
|
7330 |
+
sacla
|
7331 |
+
sabat
|
7332 |
+
saint
|
7333 |
+
##ifes
|
7334 |
+
##ifts
|
7335 |
+
##ifest
|
7336 |
+
##ifeldspar
|
7337 |
+
##ifically
|
7338 |
+
ongo
|
7339 |
+
onset
|
7340 |
+
excl
|
7341 |
+
exchang
|
7342 |
+
exha
|
7343 |
+
exfol
|
7344 |
+
exerted
|
7345 |
+
##ogs
|
7346 |
+
##ogenization
|
7347 |
+
##ogarnet
|
7348 |
+
##ston
|
7349 |
+
##stances
|
7350 |
+
##stitial
|
7351 |
+
##stalk
|
7352 |
+
##atever
|
7353 |
+
byo
|
7354 |
+
bypro
|
7355 |
+
bytown
|
7356 |
+
crater
|
7357 |
+
critic
|
7358 |
+
cruises
|
7359 |
+
supr
|
7360 |
+
suppe
|
7361 |
+
suhx
|
7362 |
+
sunda
|
7363 |
+
stan
|
7364 |
+
stoch
|
7365 |
+
stark
|
7366 |
+
stuff
|
7367 |
+
stchar
|
7368 |
+
stored
|
7369 |
+
stprel
|
7370 |
+
styles
|
7371 |
+
stjoseph
|
7372 |
+
storage
|
7373 |
+
stroll
|
7374 |
+
sturge
|
7375 |
+
atten
|
7376 |
+
atkin
|
7377 |
+
atyp
|
7378 |
+
attention
|
7379 |
+
whom
|
7380 |
+
wholes
|
7381 |
+
whilst
|
7382 |
+
whatever
|
7383 |
+
##iric
|
7384 |
+
##irme
|
7385 |
+
resour
|
7386 |
+
resuit
|
7387 |
+
residence
|
7388 |
+
resented
|
7389 |
+
shot
|
7390 |
+
shad
|
7391 |
+
shore
|
7392 |
+
shale
|
7393 |
+
shocks
|
7394 |
+
shoshon
|
7395 |
+
shocking
|
7396 |
+
##antz
|
7397 |
+
##anton
|
7398 |
+
##antites
|
7399 |
+
##antaneous
|
7400 |
+
##oug
|
7401 |
+
##ouds
|
7402 |
+
##oubted
|
7403 |
+
##ading
|
7404 |
+
##adri
|
7405 |
+
##adrup
|
7406 |
+
##alumino
|
7407 |
+
##seismic
|
7408 |
+
##seau
|
7409 |
+
##estal
|
7410 |
+
alph
|
7411 |
+
alone
|
7412 |
+
aliqu
|
7413 |
+
alters
|
7414 |
+
alto
|
7415 |
+
almand
|
7416 |
+
already
|
7417 |
+
alaska
|
7418 |
+
##omaterial
|
7419 |
+
##omult
|
7420 |
+
##ommod
|
7421 |
+
##omitant
|
7422 |
+
##verns
|
7423 |
+
rockscon
|
7424 |
+
basanite
|
7425 |
+
basanites
|
7426 |
+
basahs
|
7427 |
+
chur
|
7428 |
+
chall
|
7429 |
+
chile
|
7430 |
+
chron
|
7431 |
+
chung
|
7432 |
+
chalc
|
7433 |
+
chitin
|
7434 |
+
chromite
|
7435 |
+
chanton
|
7436 |
+
##creted
|
7437 |
+
##creek
|
7438 |
+
##umb
|
7439 |
+
##umet
|
7440 |
+
sealed
|
7441 |
+
severe
|
7442 |
+
seigne
|
7443 |
+
##vective
|
7444 |
+
valuable
|
7445 |
+
sampies
|
7446 |
+
flav
|
7447 |
+
flatter
|
7448 |
+
flanks
|
7449 |
+
floor
|
7450 |
+
florann
|
7451 |
+
flaser
|
7452 |
+
flimsy
|
7453 |
+
##istingu
|
7454 |
+
##isturbed
|
7455 |
+
##lapse
|
7456 |
+
##artine
|
7457 |
+
organ
|
7458 |
+
orna
|
7459 |
+
##ustype
|
7460 |
+
highk
|
7461 |
+
highend
|
7462 |
+
highto
|
7463 |
+
highrbr
|
7464 |
+
highpress
|
7465 |
+
modest
|
7466 |
+
modify
|
7467 |
+
##ensal
|
7468 |
+
##ensitive
|
7469 |
+
##enschist
|
7470 |
+
##ichead
|
7471 |
+
une
|
7472 |
+
uni
|
7473 |
+
unity
|
7474 |
+
unres
|
7475 |
+
unam
|
7476 |
+
unfa
|
7477 |
+
unchan
|
7478 |
+
unac
|
7479 |
+
unless
|
7480 |
+
unten
|
7481 |
+
unrelated
|
7482 |
+
unident
|
7483 |
+
unreal
|
7484 |
+
unknown
|
7485 |
+
untcr
|
7486 |
+
uninter
|
7487 |
+
unolivine
|
7488 |
+
##pheral
|
7489 |
+
##phism
|
7490 |
+
##phically
|
7491 |
+
##phanian
|
7492 |
+
deposit
|
7493 |
+
depaol
|
7494 |
+
depicting
|
7495 |
+
##ended
|
7496 |
+
##endelbr
|
7497 |
+
face
|
7498 |
+
facilities
|
7499 |
+
##api
|
7500 |
+
##appo
|
7501 |
+
##apiric
|
7502 |
+
productiongiven
|
7503 |
+
productionseismic
|
7504 |
+
envelop
|
7505 |
+
enough
|
7506 |
+
enigmatic
|
7507 |
+
wass
|
7508 |
+
##eme
|
7509 |
+
##ems
|
7510 |
+
##ember
|
7511 |
+
##emeh
|
7512 |
+
##cks
|
7513 |
+
##cked
|
7514 |
+
##cking
|
7515 |
+
##ckling
|
7516 |
+
##ckeis
|
7517 |
+
distrib
|
7518 |
+
disag
|
7519 |
+
disallow
|
7520 |
+
dischar
|
7521 |
+
disinteg
|
7522 |
+
disagree
|
7523 |
+
disloc
|
7524 |
+
disthene
|
7525 |
+
disappo
|
7526 |
+
##quares
|
7527 |
+
##therland
|
7528 |
+
lowsil
|
7529 |
+
##ferences
|
7530 |
+
pressured
|
7531 |
+
pressional
|
7532 |
+
usgs
|
7533 |
+
uselect
|
7534 |
+
get
|
7535 |
+
geof
|
7536 |
+
geophysic
|
7537 |
+
geote
|
7538 |
+
geoba
|
7539 |
+
geomaterial
|
7540 |
+
neal
|
7541 |
+
neogenic
|
7542 |
+
neogene
|
7543 |
+
neither
|
7544 |
+
neug
|
7545 |
+
nefault
|
7546 |
+
network
|
7547 |
+
nebene
|
7548 |
+
netherland
|
7549 |
+
##respect
|
7550 |
+
##lesour
|
7551 |
+
##arizing
|
7552 |
+
##arization
|
7553 |
+
able
|
7554 |
+
ably
|
7555 |
+
abreh
|
7556 |
+
abnorm
|
7557 |
+
abhgn
|
7558 |
+
##iorit
|
7559 |
+
##ioration
|
7560 |
+
hacker
|
7561 |
+
haiti
|
7562 |
+
hawkes
|
7563 |
+
hainan
|
7564 |
+
relies
|
7565 |
+
relie
|
7566 |
+
relev
|
7567 |
+
release
|
7568 |
+
minus
|
7569 |
+
ministry
|
7570 |
+
stressed
|
7571 |
+
stressdepend
|
7572 |
+
object
|
7573 |
+
##pped
|
7574 |
+
##amonzonite
|
7575 |
+
##amansh
|
7576 |
+
##ammitic
|
7577 |
+
graf
|
7578 |
+
grams
|
7579 |
+
graben
|
7580 |
+
grande
|
7581 |
+
corer
|
7582 |
+
cored
|
7583 |
+
corning
|
7584 |
+
correct
|
7585 |
+
corner
|
7586 |
+
corners
|
7587 |
+
correction
|
7588 |
+
conserv
|
7589 |
+
consisis
|
7590 |
+
expands
|
7591 |
+
canyon
|
7592 |
+
cananbia
|
7593 |
+
plug
|
7594 |
+
plumes
|
7595 |
+
plioto
|
7596 |
+
plasma
|
7597 |
+
plumb
|
7598 |
+
##ccias
|
7599 |
+
##ccerill
|
7600 |
+
flowing
|
7601 |
+
induct
|
7602 |
+
induc
|
7603 |
+
indisputable
|
7604 |
+
indenting
|
7605 |
+
indistingu
|
7606 |
+
graniteand
|
7607 |
+
graniteeg
|
7608 |
+
betweenand
|
7609 |
+
measures
|
7610 |
+
pressureo
|
7611 |
+
replic
|
7612 |
+
replace
|
7613 |
+
republic
|
7614 |
+
reprodu
|
7615 |
+
repeatable
|
7616 |
+
lakes
|
7617 |
+
laurence
|
7618 |
+
lachlan
|
7619 |
+
itmenite
|
7620 |
+
items
|
7621 |
+
clase
|
7622 |
+
clastic
|
7623 |
+
clue
|
7624 |
+
clouds
|
7625 |
+
materialprop
|
7626 |
+
quence
|
7627 |
+
quick
|
7628 |
+
queens
|
7629 |
+
quoted
|
7630 |
+
quadrup
|
7631 |
+
differing
|
7632 |
+
notion
|
7633 |
+
sovalues
|
7634 |
+
composes
|
7635 |
+
cally
|
7636 |
+
caledonian
|
7637 |
+
nord
|
7638 |
+
norris
|
7639 |
+
undisputable
|
7640 |
+
undisrupted
|
7641 |
+
undoubted
|
7642 |
+
undisturbed
|
7643 |
+
mantie
|
7644 |
+
mantlesour
|
7645 |
+
##oper
|
7646 |
+
##opac
|
7647 |
+
##allike
|
7648 |
+
variability
|
7649 |
+
variet
|
7650 |
+
##pecified
|
7651 |
+
assoc
|
7652 |
+
assure
|
7653 |
+
assign
|
7654 |
+
assume
|
7655 |
+
asserts
|
7656 |
+
##agement
|
7657 |
+
##nection
|
7658 |
+
##netrich
|
7659 |
+
magmarie
|
7660 |
+
magmatisme
|
7661 |
+
ratcl
|
7662 |
+
##ersive
|
7663 |
+
##ership
|
7664 |
+
leav
|
7665 |
+
leurs
|
7666 |
+
leasts
|
7667 |
+
levie
|
7668 |
+
lefth
|
7669 |
+
mantletype
|
7670 |
+
partinel
|
7671 |
+
partinell
|
7672 |
+
porous
|
7673 |
+
##enet
|
7674 |
+
tyrrh
|
7675 |
+
##iplier
|
7676 |
+
##gescale
|
7677 |
+
speculate
|
7678 |
+
specifically
|
7679 |
+
##ystyrene
|
7680 |
+
##eldiorit
|
7681 |
+
##achapi
|
7682 |
+
##arded
|
7683 |
+
##ardgriff
|
7684 |
+
calcalkal
|
7685 |
+
kmls
|
7686 |
+
kmwide
|
7687 |
+
maficfelsic
|
7688 |
+
ranking
|
7689 |
+
##iozo
|
7690 |
+
crustalac
|
7691 |
+
undergra
|
7692 |
+
underlines
|
7693 |
+
drast
|
7694 |
+
driving
|
7695 |
+
drij
|
7696 |
+
druck
|
7697 |
+
dressure
|
7698 |
+
drifts
|
7699 |
+
genized
|
7700 |
+
genie
|
7701 |
+
genov
|
7702 |
+
##ellsch
|
7703 |
+
##reearth
|
7704 |
+
survive
|
7705 |
+
surpris
|
7706 |
+
##ongated
|
7707 |
+
arcl
|
7708 |
+
arise
|
7709 |
+
arises
|
7710 |
+
artesian
|
7711 |
+
arrange
|
7712 |
+
averaged
|
7713 |
+
quartzrich
|
7714 |
+
quartzmonzonite
|
7715 |
+
quartzinterm
|
7716 |
+
vert
|
7717 |
+
verage
|
7718 |
+
verification
|
7719 |
+
verifies
|
7720 |
+
##omechan
|
7721 |
+
##ometers
|
7722 |
+
##clase
|
7723 |
+
##clasts
|
7724 |
+
##clinopyroxene
|
7725 |
+
permang
|
7726 |
+
permeate
|
7727 |
+
permafro
|
7728 |
+
##iocities
|
7729 |
+
melange
|
7730 |
+
melasyenite
|
7731 |
+
melamonzonite
|
7732 |
+
##facies
|
7733 |
+
lowered
|
7734 |
+
twice
|
7735 |
+
twomic
|
7736 |
+
twelve
|
7737 |
+
##ditionspec
|
7738 |
+
##ghu
|
7739 |
+
##entrionales
|
7740 |
+
##pected
|
7741 |
+
##meo
|
7742 |
+
##metal
|
7743 |
+
##meetal
|
7744 |
+
##megacryst
|
7745 |
+
##measure
|
7746 |
+
##oleum
|
7747 |
+
intention
|
7748 |
+
intensive
|
7749 |
+
integ
|
7750 |
+
intuitive
|
7751 |
+
##ochrome
|
7752 |
+
charged
|
7753 |
+
accord
|
7754 |
+
accounts
|
7755 |
+
accumulate
|
7756 |
+
accelerated
|
7757 |
+
accommod
|
7758 |
+
monomin
|
7759 |
+
monitors
|
7760 |
+
monotonous
|
7761 |
+
monochrome
|
7762 |
+
##engitic
|
7763 |
+
interelement
|
7764 |
+
intercept
|
7765 |
+
intergran
|
7766 |
+
intercon
|
7767 |
+
intersect
|
7768 |
+
interrupted
|
7769 |
+
intercal
|
7770 |
+
intercumul
|
7771 |
+
interstitial
|
7772 |
+
plain
|
7773 |
+
plaine
|
7774 |
+
places
|
7775 |
+
plagioc
|
7776 |
+
plaques
|
7777 |
+
##xialem
|
7778 |
+
allen
|
7779 |
+
allto
|
7780 |
+
allanites
|
7781 |
+
allochth
|
7782 |
+
allocate
|
7783 |
+
vollmer
|
7784 |
+
volumet
|
7785 |
+
##blasts
|
7786 |
+
metaps
|
7787 |
+
metaclastic
|
7788 |
+
metaigneous
|
7789 |
+
observe
|
7790 |
+
applies
|
7791 |
+
appreciation
|
7792 |
+
##acterized
|
7793 |
+
##ondrite
|
7794 |
+
twoor
|
7795 |
+
duced
|
7796 |
+
soumises
|
7797 |
+
saturating
|
7798 |
+
##uniform
|
7799 |
+
##unsw
|
7800 |
+
##unication
|
7801 |
+
simi
|
7802 |
+
subalkaline
|
7803 |
+
subgrade
|
7804 |
+
subalkal
|
7805 |
+
subtraction
|
7806 |
+
subdiv
|
7807 |
+
subtit
|
7808 |
+
subaer
|
7809 |
+
submerg
|
7810 |
+
suboxic
|
7811 |
+
subtracting
|
7812 |
+
infill
|
7813 |
+
infras
|
7814 |
+
##idergram
|
7815 |
+
##ifice
|
7816 |
+
higherthan
|
7817 |
+
radial
|
7818 |
+
##vella
|
7819 |
+
confidently
|
7820 |
+
proper
|
7821 |
+
strengths
|
7822 |
+
##ightest
|
7823 |
+
permeameter
|
7824 |
+
therefro
|
7825 |
+
thereby
|
7826 |
+
accept
|
7827 |
+
acute
|
7828 |
+
acicular
|
7829 |
+
acoust
|
7830 |
+
accreted
|
7831 |
+
equi
|
7832 |
+
equates
|
7833 |
+
equally
|
7834 |
+
equivocal
|
7835 |
+
calculating
|
7836 |
+
amplif
|
7837 |
+
amplified
|
7838 |
+
elegant
|
7839 |
+
statements
|
7840 |
+
lithogenic
|
7841 |
+
lithophile
|
7842 |
+
mickley
|
7843 |
+
micatype
|
7844 |
+
wellde
|
7845 |
+
wellknown
|
7846 |
+
wellbore
|
7847 |
+
##akhst
|
7848 |
+
try
|
7849 |
+
triple
|
7850 |
+
truva
|
7851 |
+
trivial
|
7852 |
+
##vironmental
|
7853 |
+
intrac
|
7854 |
+
intrins
|
7855 |
+
measuredand
|
7856 |
+
apb
|
7857 |
+
apread
|
7858 |
+
aplite
|
7859 |
+
april
|
7860 |
+
apnw
|
7861 |
+
apercent
|
7862 |
+
impose
|
7863 |
+
impressive
|
7864 |
+
impermeable
|
7865 |
+
preclud
|
7866 |
+
preval
|
7867 |
+
pretty
|
7868 |
+
prelimin
|
7869 |
+
initiate
|
7870 |
+
regel
|
7871 |
+
amphiboles
|
7872 |
+
silts
|
7873 |
+
silver
|
7874 |
+
siluri
|
7875 |
+
staff
|
7876 |
+
stagn
|
7877 |
+
stacked
|
7878 |
+
##ulariguape
|
7879 |
+
typology
|
7880 |
+
belgium
|
7881 |
+
formant
|
7882 |
+
##ogranitic
|
7883 |
+
sourced
|
7884 |
+
parent
|
7885 |
+
parents
|
7886 |
+
##key
|
7887 |
+
week
|
7888 |
+
wehrlite
|
7889 |
+
webster
|
7890 |
+
maintain
|
7891 |
+
mainland
|
7892 |
+
maintaining
|
7893 |
+
grease
|
7894 |
+
##ientific
|
7895 |
+
##edimension
|
7896 |
+
##ordial
|
7897 |
+
analyzing
|
7898 |
+
indica
|
7899 |
+
indicat
|
7900 |
+
indicative
|
7901 |
+
sli
|
7902 |
+
slgk
|
7903 |
+
slips
|
7904 |
+
sloven
|
7905 |
+
slmples
|
7906 |
+
proving
|
7907 |
+
provok
|
7908 |
+
provensal
|
7909 |
+
comparing
|
7910 |
+
comparative
|
7911 |
+
isotopegeoch
|
7912 |
+
peru
|
7913 |
+
pertam
|
7914 |
+
peraluminous
|
7915 |
+
perturbed
|
7916 |
+
peralumino
|
7917 |
+
concomitant
|
7918 |
+
occasionally
|
7919 |
+
bathyme
|
7920 |
+
finep
|
7921 |
+
fineand
|
7922 |
+
finegrained
|
7923 |
+
advoc
|
7924 |
+
addressed
|
7925 |
+
adiab
|
7926 |
+
advective
|
7927 |
+
biogenic
|
7928 |
+
biosphere
|
7929 |
+
biasremo
|
7930 |
+
noise
|
7931 |
+
novella
|
7932 |
+
methan
|
7933 |
+
respects
|
7934 |
+
masses
|
7935 |
+
massonne
|
7936 |
+
update
|
7937 |
+
uptur
|
7938 |
+
##ucted
|
7939 |
+
similarities
|
7940 |
+
sectional
|
7941 |
+
sectionchar
|
7942 |
+
soles
|
7943 |
+
solely
|
7944 |
+
solub
|
7945 |
+
solutions
|
7946 |
+
soluble
|
7947 |
+
radiation
|
7948 |
+
radiogene
|
7949 |
+
initialsol
|
7950 |
+
##dewey
|
7951 |
+
##ieur
|
7952 |
+
##ietal
|
7953 |
+
##ansardinian
|
7954 |
+
##roxpy
|
7955 |
+
##roxbole
|
7956 |
+
##ishing
|
7957 |
+
##ishable
|
7958 |
+
largescale
|
7959 |
+
fluidflow
|
7960 |
+
fluidflux
|
7961 |
+
dike
|
7962 |
+
dipping
|
7963 |
+
dikes
|
7964 |
+
diatom
|
7965 |
+
diapiric
|
7966 |
+
denser
|
7967 |
+
tracing
|
7968 |
+
travers
|
7969 |
+
tramition
|
7970 |
+
trendline
|
7971 |
+
concentric
|
7972 |
+
concentrated
|
7973 |
+
biotitebearing
|
7974 |
+
biotiteamphibole
|
7975 |
+
scope
|
7976 |
+
scaling
|
7977 |
+
scaled
|
7978 |
+
scanner
|
7979 |
+
scarce
|
7980 |
+
scientific
|
7981 |
+
systemhot
|
7982 |
+
granitoidmag
|
7983 |
+
granitoidrock
|
7984 |
+
presently
|
7985 |
+
phleger
|
7986 |
+
philipp
|
7987 |
+
phengitic
|
7988 |
+
granulometry
|
7989 |
+
geochimiques
|
7990 |
+
typeof
|
7991 |
+
monzogranire
|
7992 |
+
monzogranodiorite
|
7993 |
+
monzogranifes
|
7994 |
+
loi
|
7995 |
+
patches
|
7996 |
+
timeinteg
|
7997 |
+
##etic
|
7998 |
+
##ettch
|
7999 |
+
ratiois
|
8000 |
+
outer
|
8001 |
+
outline
|
8002 |
+
outlines
|
8003 |
+
outdated
|
8004 |
+
overestim
|
8005 |
+
overthrust
|
8006 |
+
overcome
|
8007 |
+
overnight
|
8008 |
+
velosity
|
8009 |
+
veloci
|
8010 |
+
southeastern
|
8011 |
+
micropl
|
8012 |
+
microcryst
|
8013 |
+
micropro
|
8014 |
+
microgan
|
8015 |
+
microdioritic
|
8016 |
+
microgau
|
8017 |
+
smr
|
8018 |
+
smart
|
8019 |
+
##iosperm
|
8020 |
+
influences
|
8021 |
+
influencing
|
8022 |
+
move
|
8023 |
+
moyen
|
8024 |
+
mobilization
|
8025 |
+
moutains
|
8026 |
+
momentum
|
8027 |
+
olution
|
8028 |
+
olwiner
|
8029 |
+
olivcl
|
8030 |
+
oligocenem
|
8031 |
+
solidity
|
8032 |
+
agecorrected
|
8033 |
+
ndr
|
8034 |
+
nds
|
8035 |
+
##eleitfa
|
8036 |
+
defense
|
8037 |
+
##eldsparmegacryst
|
8038 |
+
suggestive
|
8039 |
+
gneissic
|
8040 |
+
densitya
|
8041 |
+
layout
|
8042 |
+
volcanicrock
|
8043 |
+
transform
|
8044 |
+
transmit
|
8045 |
+
translithospheric
|
8046 |
+
transformation
|
8047 |
+
desert
|
8048 |
+
desira
|
8049 |
+
desiccator
|
8050 |
+
##idevol
|
8051 |
+
environmentally
|
8052 |
+
traceable
|
8053 |
+
pycn
|
8054 |
+
pyroxpy
|
8055 |
+
recover
|
8056 |
+
reconstr
|
8057 |
+
recalc
|
8058 |
+
recalculated
|
8059 |
+
recruit
|
8060 |
+
reconcile
|
8061 |
+
structurally
|
8062 |
+
extensively
|
8063 |
+
corresponded
|
8064 |
+
correspondences
|
8065 |
+
lithosphetic
|
8066 |
+
curious
|
8067 |
+
furnished
|
8068 |
+
consistence
|
8069 |
+
consistently
|
8070 |
+
hornblendeamphibole
|
8071 |
+
carub
|
8072 |
+
completion
|
8073 |
+
complemented
|
8074 |
+
setups
|
8075 |
+
northeast
|
8076 |
+
pauc
|
8077 |
+
paulo
|
8078 |
+
packing
|
8079 |
+
##ucoph
|
8080 |
+
silicates
|
8081 |
+
silicarich
|
8082 |
+
amster
|
8083 |
+
ambient
|
8084 |
+
bag
|
8085 |
+
mixture
|
8086 |
+
span
|
8087 |
+
spain
|
8088 |
+
spans
|
8089 |
+
sporad
|
8090 |
+
spots
|
8091 |
+
spbp
|
8092 |
+
spilite
|
8093 |
+
spidergram
|
8094 |
+
taipe
|
8095 |
+
tauern
|
8096 |
+
##netic
|
8097 |
+
##asticity
|
8098 |
+
schalteg
|
8099 |
+
scharbert
|
8100 |
+
schirme
|
8101 |
+
scheme
|
8102 |
+
schellsch
|
8103 |
+
##cratonic
|
8104 |
+
##wani
|
8105 |
+
nearest
|
8106 |
+
nearby
|
8107 |
+
folded
|
8108 |
+
foliations
|
8109 |
+
mwm
|
8110 |
+
##ceptable
|
8111 |
+
profiling
|
8112 |
+
normality
|
8113 |
+
centrations
|
8114 |
+
varisque
|
8115 |
+
##idually
|
8116 |
+
##agic
|
8117 |
+
##onsolid
|
8118 |
+
inserts
|
8119 |
+
insulate
|
8120 |
+
insuffic
|
8121 |
+
inserting
|
8122 |
+
insulating
|
8123 |
+
insensitive
|
8124 |
+
remire
|
8125 |
+
remote
|
8126 |
+
remnants
|
8127 |
+
remelts
|
8128 |
+
primordial
|
8129 |
+
corsicansardinian
|
8130 |
+
##veloped
|
8131 |
+
amphibolitefacies
|
8132 |
+
module
|
8133 |
+
mixingcon
|
8134 |
+
distances
|
8135 |
+
distention
|
8136 |
+
disturbed
|
8137 |
+
elusive
|
8138 |
+
elongated
|
8139 |
+
nsf
|
8140 |
+
sensing
|
8141 |
+
sensors
|
8142 |
+
##lowrb
|
8143 |
+
includes
|
8144 |
+
probes
|
8145 |
+
acidmarie
|
8146 |
+
acidleach
|
8147 |
+
hydration
|
8148 |
+
##erties
|
8149 |
+
grading
|
8150 |
+
gradation
|
8151 |
+
regionally
|
8152 |
+
pointing
|
8153 |
+
eto
|
8154 |
+
etival
|
8155 |
+
etype
|
8156 |
+
etien
|
8157 |
+
liquidevol
|
8158 |
+
##rication
|
8159 |
+
colder
|
8160 |
+
collection
|
8161 |
+
collapse
|
8162 |
+
##umulates
|
8163 |
+
agents
|
8164 |
+
agglom
|
8165 |
+
firmly
|
8166 |
+
logical
|
8167 |
+
logmeasure
|
8168 |
+
majority
|
8169 |
+
majorelement
|
8170 |
+
partialmelting
|
8171 |
+
aboveaver
|
8172 |
+
abovementioned
|
8173 |
+
foundations
|
8174 |
+
itself
|
8175 |
+
##anying
|
8176 |
+
##tainable
|
8177 |
+
firstly
|
8178 |
+
brings
|
8179 |
+
brug
|
8180 |
+
british
|
8181 |
+
brunsw
|
8182 |
+
brightest
|
8183 |
+
benchmark
|
8184 |
+
feine
|
8185 |
+
feet
|
8186 |
+
feinst
|
8187 |
+
sysne
|
8188 |
+
sylves
|
8189 |
+
thicker
|
8190 |
+
thicknfs
|
8191 |
+
##atingly
|
8192 |
+
##lecting
|
8193 |
+
##utedthermal
|
8194 |
+
neglecting
|
8195 |
+
fluxes
|
8196 |
+
largeion
|
8197 |
+
functions
|
8198 |
+
knows
|
8199 |
+
roof
|
8200 |
+
rooyen
|
8201 |
+
routine
|
8202 |
+
##tec
|
8203 |
+
think
|
8204 |
+
thinner
|
8205 |
+
displays
|
8206 |
+
dispersed
|
8207 |
+
dispersive
|
8208 |
+
investigating
|
8209 |
+
investigators
|
8210 |
+
ppmeo
|
8211 |
+
steam
|
8212 |
+
stephanian
|
8213 |
+
alongg
|
8214 |
+
alongfault
|
8215 |
+
interpolation
|
8216 |
+
numbered
|
8217 |
+
carbonic
|
8218 |
+
identical
|
8219 |
+
identifies
|
8220 |
+
avalonia
|
8221 |
+
midto
|
8222 |
+
midmiocene
|
8223 |
+
midatlantic
|
8224 |
+
midocean
|
8225 |
+
##anded
|
8226 |
+
##andcol
|
8227 |
+
##anduyeda
|
8228 |
+
##andrespect
|
8229 |
+
##orkers
|
8230 |
+
behind
|
8231 |
+
behaves
|
8232 |
+
enriching
|
8233 |
+
assumes
|
8234 |
+
march
|
8235 |
+
marsh
|
8236 |
+
ulti
|
8237 |
+
##licrt
|
8238 |
+
arcs
|
8239 |
+
plutonicrock
|
8240 |
+
tonalitegran
|
8241 |
+
labelled
|
8242 |
+
labeled
|
8243 |
+
opx
|
8244 |
+
operation
|
8245 |
+
operated
|
8246 |
+
operating
|
8247 |
+
takes
|
8248 |
+
##tice
|
8249 |
+
##tics
|
8250 |
+
##ticollect
|
8251 |
+
news
|
8252 |
+
differentiates
|
8253 |
+
reduces
|
8254 |
+
boundarycon
|
8255 |
+
auanite
|
8256 |
+
blanch
|
8257 |
+
blended
|
8258 |
+
kapukasing
|
8259 |
+
##ustratingly
|
8260 |
+
petrogenetic
|
8261 |
+
diagonal
|
8262 |
+
garnetrich
|
8263 |
+
longterm
|
8264 |
+
longitude
|
8265 |
+
longtime
|
8266 |
+
andesites
|
8267 |
+
seculariguape
|
8268 |
+
correlate
|
8269 |
+
correlative
|
8270 |
+
stands
|
8271 |
+
involves
|
8272 |
+
paleogene
|
8273 |
+
paleomag
|
8274 |
+
paleopac
|
8275 |
+
anywhere
|
8276 |
+
anymore
|
8277 |
+
meltbearing
|
8278 |
+
intermingling
|
8279 |
+
silty
|
8280 |
+
additionally
|
8281 |
+
granitoidserrors
|
8282 |
+
##ceptible
|
8283 |
+
parametersand
|
8284 |
+
interpreting
|
8285 |
+
garnetper
|
8286 |
+
garnetlherzolite
|
8287 |
+
seconds
|
8288 |
+
creig
|
8289 |
+
creates
|
8290 |
+
dolerite
|
8291 |
+
finer
|
8292 |
+
finite
|
8293 |
+
fourteen
|
8294 |
+
felsicmafic
|
8295 |
+
iiia
|
8296 |
+
mgkenriched
|
8297 |
+
rheological
|
8298 |
+
serve
|
8299 |
+
serie
|
8300 |
+
workers
|
8301 |
+
workflow
|
8302 |
+
supplied
|
8303 |
+
supporting
|
8304 |
+
supplement
|
8305 |
+
##landite
|
8306 |
+
geometries
|
8307 |
+
inducedtrack
|
8308 |
+
closepet
|
8309 |
+
evaluates
|
8310 |
+
evaluating
|
8311 |
+
acidicmafic
|
8312 |
+
borehof
|
8313 |
+
standardized
|
8314 |
+
barre
|
8315 |
+
barrel
|
8316 |
+
nonmagmatic
|
8317 |
+
nonrepres
|
8318 |
+
nonuniform
|
8319 |
+
potash
|
8320 |
+
threethir
|
8321 |
+
collar
|
8322 |
+
##opyrite
|
8323 |
+
simulates
|
8324 |
+
simulating
|
8325 |
+
radioisotope
|
8326 |
+
lithologically
|
8327 |
+
mediumto
|
8328 |
+
ultrahigh
|
8329 |
+
doubing
|
8330 |
+
douaran
|
8331 |
+
heuze
|
8332 |
+
kfs
|
8333 |
+
kfu
|
8334 |
+
swfault
|
8335 |
+
switz
|
8336 |
+
swmodel
|
8337 |
+
swedish
|
8338 |
+
##ysts
|
8339 |
+
metaluminous
|
8340 |
+
metatonal
|
8341 |
+
alkalifeldspar
|
8342 |
+
individually
|
8343 |
+
equilibrate
|
8344 |
+
equilibrated
|
8345 |
+
greenland
|
8346 |
+
collisioninduced
|
8347 |
+
terminates
|
8348 |
+
##ikis
|
8349 |
+
##oratory
|
8350 |
+
##rometers
|
8351 |
+
topics
|
8352 |
+
closest
|
8353 |
+
approxi
|
8354 |
+
surroundings
|
8355 |
+
frictional
|
8356 |
+
links
|
8357 |
+
lineated
|
8358 |
+
linoleum
|
8359 |
+
contract
|
8360 |
+
contrary
|
8361 |
+
covery
|
8362 |
+
covering
|
8363 |
+
coverage
|
8364 |
+
commerc
|
8365 |
+
communication
|
8366 |
+
##computedthermal
|
8367 |
+
laboratories
|
8368 |
+
easternmost
|
8369 |
+
approximation
|
8370 |
+
approximated
|
8371 |
+
approximates
|
8372 |
+
erosional
|
8373 |
+
erosionally
|
8374 |
+
sið
|
8375 |
+
siie
|
8376 |
+
tenda
|
8377 |
+
tendances
|
8378 |
+
valentine
|
8379 |
+
##gered
|
8380 |
+
##granite
|
8381 |
+
thermodynamic
|
8382 |
+
thermostatic
|
8383 |
+
thermomechan
|
8384 |
+
reasoning
|
8385 |
+
angiosperm
|
8386 |
+
handling
|
8387 |
+
explaining
|
8388 |
+
subductionand
|
8389 |
+
subductioninduced
|
8390 |
+
appeared
|
8391 |
+
appearance
|
8392 |
+
controller
|
8393 |
+
blocky
|
8394 |
+
crosses
|
8395 |
+
crossed
|
8396 |
+
crossing
|
8397 |
+
gsp
|
8398 |
+
oxic
|
8399 |
+
oxford
|
8400 |
+
##overs
|
8401 |
+
severely
|
8402 |
+
assessments
|
8403 |
+
availability
|
8404 |
+
paperback
|
8405 |
+
orthogarnet
|
8406 |
+
accessories
|
8407 |
+
gradientkm
|
8408 |
+
directions
|
8409 |
+
refining
|
8410 |
+
reflected
|
8411 |
+
refract
|
8412 |
+
refrig
|
8413 |
+
refutes
|
8414 |
+
shallowly
|
8415 |
+
seemed
|
8416 |
+
architecture
|
8417 |
+
intrusively
|
8418 |
+
horizontally
|
8419 |
+
grainsize
|
8420 |
+
effectivemed
|
8421 |
+
performing
|
8422 |
+
hydrogen
|
8423 |
+
hydrochemical
|
8424 |
+
sedimentaryvolc
|
8425 |
+
greenstonegranite
|
8426 |
+
cmu
|
8427 |
+
cmz
|
8428 |
+
cmogs
|
8429 |
+
eastwest
|
8430 |
+
fuels
|
8431 |
+
fugacity
|
8432 |
+
situation
|
8433 |
+
##ositat
|
8434 |
+
decide
|
8435 |
+
deciph
|
8436 |
+
thermallyinduced
|
8437 |
+
extracted
|
8438 |
+
extracting
|
8439 |
+
undersaturated
|
8440 |
+
introductory
|
8441 |
+
olivineotherm
|
8442 |
+
numerically
|
8443 |
+
tectonism
|
8444 |
+
tectonomag
|
8445 |
+
illustrations
|
8446 |
+
illustrating
|
8447 |
+
propagates
|
8448 |
+
paragneisses
|
8449 |
+
dividing
|
8450 |
+
pci
|
8451 |
+
title
|
8452 |
+
titrated
|
8453 |
+
tholeitique
|
8454 |
+
##inoorth
|
8455 |
+
incomplete
|
8456 |
+
cooler
|
8457 |
+
cooled
|
8458 |
+
cohesive
|
8459 |
+
resistances
|
8460 |
+
resistivity
|
8461 |
+
reliability
|
8462 |
+
magnetic
|
8463 |
+
magnetics
|
8464 |
+
argue
|
8465 |
+
argument
|
8466 |
+
weaken
|
8467 |
+
weakly
|
8468 |
+
provincecs
|
8469 |
+
peridotitic
|
8470 |
+
coefficientis
|
8471 |
+
coefficientplays
|
8472 |
+
discussions
|
8473 |
+
authigenic
|
8474 |
+
edited
|
8475 |
+
editor
|
8476 |
+
edifice
|
8477 |
+
farmer
|
8478 |
+
kuanhsic
|
8479 |
+
peccerill
|
8480 |
+
##ontent
|
8481 |
+
islands
|
8482 |
+
##chnical
|
8483 |
+
depleting
|
8484 |
+
grainedtype
|
8485 |
+
infiltrate
|
8486 |
+
microgranitoid
|
8487 |
+
hydraulichead
|
8488 |
+
tholeiites
|
8489 |
+
caess
|
8490 |
+
caeh
|
8491 |
+
caverns
|
8492 |
+
groundmass
|
8493 |
+
histogra
|
8494 |
+
historical
|
8495 |
+
heterogenous
|
8496 |
+
heterogeneities
|
8497 |
+
ilercynian
|
8498 |
+
ilcz
|
8499 |
+
postand
|
8500 |
+
postaccretion
|
8501 |
+
powell
|
8502 |
+
powders
|
8503 |
+
postulated
|
8504 |
+
postbatholith
|
8505 |
+
singh
|
8506 |
+
##ofdat
|
8507 |
+
##isonaccia
|
8508 |
+
##ocrysts
|
8509 |
+
necessarily
|
8510 |
+
necessitates
|
8511 |
+
container
|
8512 |
+
##etype
|
8513 |
+
simplification
|
8514 |
+
incremental
|
8515 |
+
cement
|
8516 |
+
lubric
|
8517 |
+
rifted
|
8518 |
+
widen
|
8519 |
+
width
|
8520 |
+
widest
|
8521 |
+
installed
|
8522 |
+
instantaneous
|
8523 |
+
convincing
|
8524 |
+
demaster
|
8525 |
+
demands
|
8526 |
+
demanded
|
8527 |
+
maxwell
|
8528 |
+
progression
|
8529 |
+
asthenospb
|
8530 |
+
separates
|
8531 |
+
uncorrected
|
8532 |
+
uncorrelated
|
8533 |
+
unconsolid
|
8534 |
+
uniformity
|
8535 |
+
magnifications
|
8536 |
+
magnesium
|
8537 |
+
classify
|
8538 |
+
noteably
|
8539 |
+
determines
|
8540 |
+
transitions
|
8541 |
+
transitionelement
|
8542 |
+
transitionmetal
|
8543 |
+
carrara
|
8544 |
+
limits
|
8545 |
+
descriptive
|
8546 |
+
petrographically
|
8547 |
+
validated
|
8548 |
+
oxygens
|
8549 |
+
extrapolate
|
8550 |
+
boettch
|
8551 |
+
capture
|
8552 |
+
cochran
|
8553 |
+
cochef
|
8554 |
+
gripe
|
8555 |
+
grfmes
|
8556 |
+
gratad
|
8557 |
+
grendelbr
|
8558 |
+
grenet
|
8559 |
+
hlf
|
8560 |
+
homand
|
8561 |
+
homogenous
|
8562 |
+
homogenization
|
8563 |
+
lengths
|
8564 |
+
mohrco
|
8565 |
+
polassic
|
8566 |
+
polarized
|
8567 |
+
polyme
|
8568 |
+
polynom
|
8569 |
+
polarization
|
8570 |
+
polystyrene
|
8571 |
+
trois
|
8572 |
+
wait
|
8573 |
+
wawers
|
8574 |
+
##venile
|
8575 |
+
count
|
8576 |
+
counted
|
8577 |
+
countries
|
8578 |
+
absciss
|
8579 |
+
srrhigh
|
8580 |
+
srrlowrb
|
8581 |
+
equivalents
|
8582 |
+
adjoining
|
8583 |
+
bandes
|
8584 |
+
petrologic
|
8585 |
+
petrologists
|
8586 |
+
oceanization
|
8587 |
+
oceanflo
|
8588 |
+
interpretations
|
8589 |
+
serpentine
|
8590 |
+
coolingplut
|
8591 |
+
monzodioritemonz
|
8592 |
+
paleodepths
|
8593 |
+
cnk
|
8594 |
+
cnsch
|
8595 |
+
cnpq
|
8596 |
+
freeze
|
8597 |
+
immob
|
8598 |
+
immersed
|
8599 |
+
tbds
|
8600 |
+
##owned
|
8601 |
+
revealing
|
8602 |
+
excurs
|
8603 |
+
exciting
|
8604 |
+
suffice
|
8605 |
+
superimp
|
8606 |
+
supercontinent
|
8607 |
+
superieur
|
8608 |
+
engaged
|
8609 |
+
##amics
|
8610 |
+
graywacketype
|
8611 |
+
exploratory
|
8612 |
+
weighed
|
8613 |
+
weighting
|
8614 |
+
slabderived
|
8615 |
+
periadri
|
8616 |
+
peripheral
|
8617 |
+
physically
|
8618 |
+
physik
|
8619 |
+
transiently
|
8620 |
+
rbsrisochron
|
8621 |
+
vesicularity
|
8622 |
+
troctolites
|
8623 |
+
troctolitic
|
8624 |
+
achieving
|
8625 |
+
gaps
|
8626 |
+
lesher
|
8627 |
+
purchase
|
8628 |
+
sanlpled
|
8629 |
+
spheric
|
8630 |
+
converge
|
8631 |
+
conversions
|
8632 |
+
streckeis
|
8633 |
+
micaceous
|
8634 |
+
improbable
|
8635 |
+
precurs
|
8636 |
+
analytically
|
8637 |
+
lithologya
|
8638 |
+
metasediment
|
8639 |
+
orthopyroxenebearing
|
8640 |
+
reflects
|
8641 |
+
reflective
|
8642 |
+
exhibiting
|
8643 |
+
eclogites
|
8644 |
+
della
|
8645 |
+
delineate
|
8646 |
+
drake
|
8647 |
+
drainage
|
8648 |
+
droplets
|
8649 |
+
fulfill
|
8650 |
+
hardly
|
8651 |
+
mesh
|
8652 |
+
mesocumulate
|
8653 |
+
nbs
|
8654 |
+
##humed
|
8655 |
+
inputs
|
8656 |
+
conceptual
|
8657 |
+
##tructures
|
8658 |
+
productive
|
8659 |
+
cratadis
|
8660 |
+
atmo
|
8661 |
+
atmosphere
|
8662 |
+
orientations
|
8663 |
+
quantified
|
8664 |
+
porphyric
|
8665 |
+
porphyries
|
8666 |
+
providingg
|
8667 |
+
poorer
|
8668 |
+
pyrrh
|
8669 |
+
##temperature
|
8670 |
+
identifying
|
8671 |
+
openings
|
8672 |
+
leucomonzogranitic
|
8673 |
+
ultrapotassicmafic
|
8674 |
+
contrasted
|
8675 |
+
gravelsize
|
8676 |
+
depletedtype
|
8677 |
+
waldersbachand
|
8678 |
+
upwellinginflu
|
8679 |
+
bdwd
|
8680 |
+
breede
|
8681 |
+
breccias
|
8682 |
+
deriving
|
8683 |
+
dedi
|
8684 |
+
deducted
|
8685 |
+
gcm
|
8686 |
+
justify
|
8687 |
+
justice
|
8688 |
+
kdvalues
|
8689 |
+
rises
|
8690 |
+
risks
|
8691 |
+
##magnes
|
8692 |
+
##inescence
|
8693 |
+
##inespess
|
8694 |
+
priori
|
8695 |
+
##iffe
|
8696 |
+
chapter
|
8697 |
+
chaplin
|
8698 |
+
abititi
|
8699 |
+
minimization
|
8700 |
+
minimise
|
8701 |
+
obviously
|
8702 |
+
planets
|
8703 |
+
lagoonal
|
8704 |
+
lamprophyric
|
8705 |
+
preferential
|
8706 |
+
upwards
|
8707 |
+
volcanisme
|
8708 |
+
gabbronoritic
|
8709 |
+
insignificantly
|
8710 |
+
eruptions
|
8711 |
+
eruptive
|
8712 |
+
coldwater
|
8713 |
+
synto
|
8714 |
+
synorogenic
|
8715 |
+
synthesis
|
8716 |
+
behaviors
|
8717 |
+
ignore
|
8718 |
+
requirement
|
8719 |
+
requirements
|
8720 |
+
linkage
|
8721 |
+
microstructure
|
8722 |
+
microstructures
|
8723 |
+
hypothetical
|
8724 |
+
principles
|
8725 |
+
logarithmical
|
8726 |
+
burial
|
8727 |
+
burton
|
8728 |
+
documents
|
8729 |
+
fox
|
8730 |
+
footwall
|
8731 |
+
futile
|
8732 |
+
funded
|
8733 |
+
funding
|
8734 |
+
kgsize
|
8735 |
+
latent
|
8736 |
+
latest
|
8737 |
+
lattice
|
8738 |
+
mga
|
8739 |
+
merge
|
8740 |
+
osyenogranite
|
8741 |
+
oshim
|
8742 |
+
personal
|
8743 |
+
persists
|
8744 |
+
sulaw
|
8745 |
+
westward
|
8746 |
+
westfield
|
8747 |
+
##porositat
|
8748 |
+
thrusting
|
8749 |
+
##erroris
|
8750 |
+
readership
|
8751 |
+
compatibleelement
|
8752 |
+
comprehensively
|
8753 |
+
summarizing
|
8754 |
+
sheet
|
8755 |
+
sheets
|
8756 |
+
unlike
|
8757 |
+
planet
|
8758 |
+
difficulties
|
8759 |
+
leached
|
8760 |
+
slower
|
8761 |
+
slowly
|
8762 |
+
emphasized
|
8763 |
+
phenocrysts
|
8764 |
+
enclavebearing
|
8765 |
+
colours
|
8766 |
+
arguably
|
8767 |
+
positions
|
8768 |
+
satisfy
|
8769 |
+
satisfying
|
8770 |
+
questioned
|
8771 |
+
ignimbrites
|
8772 |
+
buckling
|
8773 |
+
cdelisle
|
8774 |
+
centres
|
8775 |
+
dilution
|
8776 |
+
diluting
|
8777 |
+
epithermal
|
8778 |
+
eoceneoligocene
|
8779 |
+
ferred
|
8780 |
+
goal
|
8781 |
+
going
|
8782 |
+
ideally
|
8783 |
+
julie
|
8784 |
+
kbs
|
8785 |
+
keyword
|
8786 |
+
migmat
|
8787 |
+
ocao
|
8788 |
+
omonzonite
|
8789 |
+
paths
|
8790 |
+
pathways
|
8791 |
+
ruling
|
8792 |
+
rims
|
8793 |
+
square
|
8794 |
+
squared
|
8795 |
+
turn
|
8796 |
+
turtle
|
8797 |
+
turkey
|
8798 |
+
westerley
|
8799 |
+
##efe
|
8800 |
+
##rnatite
|
8801 |
+
thorough
|
8802 |
+
##onfinent
|
8803 |
+
infers
|
8804 |
+
conglomerates
|
8805 |
+
##elsurface
|
8806 |
+
decomposed
|
8807 |
+
anhydrous
|
8808 |
+
exceptions
|
8809 |
+
shared
|
8810 |
+
alternate
|
8811 |
+
alternatively
|
8812 |
+
semi
|
8813 |
+
semones
|
8814 |
+
neutral
|
8815 |
+
induce
|
8816 |
+
indiaeurasia
|
8817 |
+
independently
|
8818 |
+
software
|
8819 |
+
assimilated
|
8820 |
+
assumptions
|
8821 |
+
underestimation
|
8822 |
+
metabasitic
|
8823 |
+
srndoisotope
|
8824 |
+
subbatholith
|
8825 |
+
substituting
|
8826 |
+
electrical
|
8827 |
+
triassic
|
8828 |
+
granodioritiques
|
8829 |
+
fragmented
|
8830 |
+
regularly
|
8831 |
+
##ortunately
|
8832 |
+
becoming
|
8833 |
+
esttrellite
|
8834 |
+
employs
|
8835 |
+
employing
|
8836 |
+
photos
|
8837 |
+
photomic
|
8838 |
+
photomult
|
8839 |
+
smithson
|
8840 |
+
moisture
|
8841 |
+
definite
|
8842 |
+
definitively
|
8843 |
+
recognition
|
8844 |
+
recognize
|
8845 |
+
remarked
|
8846 |
+
remarkable
|
8847 |
+
johnson
|
8848 |
+
johnston
|
8849 |
+
disposition
|
8850 |
+
northwestdi
|
8851 |
+
##ontinental
|
8852 |
+
homogeneously
|
8853 |
+
adjustment
|
8854 |
+
dynamics
|
8855 |
+
establishment
|
8856 |
+
extremities
|
8857 |
+
responses
|
8858 |
+
broadly
|
8859 |
+
attemptmade
|
8860 |
+
phenomenon
|
8861 |
+
dimensionless
|
8862 |
+
successive
|
8863 |
+
successful
|
8864 |
+
successfully
|
8865 |
+
aluminium
|
8866 |
+
phlogopitic
|
8867 |
+
aware
|
8868 |
+
autochth
|
8869 |
+
affj
|
8870 |
+
baltic
|
8871 |
+
boudre
|
8872 |
+
cuts
|
8873 |
+
clayey
|
8874 |
+
clayton
|
8875 |
+
egyp
|
8876 |
+
effort
|
8877 |
+
film
|
8878 |
+
films
|
8879 |
+
filament
|
8880 |
+
filtered
|
8881 |
+
gages
|
8882 |
+
gauge
|
8883 |
+
huf
|
8884 |
+
hara
|
8885 |
+
harz
|
8886 |
+
harris
|
8887 |
+
harmon
|
8888 |
+
ivory
|
8889 |
+
knob
|
8890 |
+
liq
|
8891 |
+
lioug
|
8892 |
+
losses
|
8893 |
+
minett
|
8894 |
+
pvc
|
8895 |
+
penning
|
8896 |
+
pennine
|
8897 |
+
penrose
|
8898 |
+
penghu
|
8899 |
+
pelro
|
8900 |
+
pelite
|
8901 |
+
peloso
|
8902 |
+
pelagic
|
8903 |
+
purely
|
8904 |
+
raise
|
8905 |
+
rareearth
|
8906 |
+
runs
|
8907 |
+
running
|
8908 |
+
suspect
|
8909 |
+
sustainable
|
8910 |
+
susceptible
|
8911 |
+
targeting
|
8912 |
+
ufu
|
8913 |
+
ufo
|
8914 |
+
veiocities
|
8915 |
+
windom
|
8916 |
+
xrf
|
8917 |
+
zhao
|
8918 |
+
zhamansh
|
8919 |
+
##lss
|
8920 |
+
thirteen
|
8921 |
+
incipi
|
8922 |
+
consequences
|
8923 |
+
##iminating
|
8924 |
+
##ractionated
|
8925 |
+
reactive
|
8926 |
+
reactivation
|
8927 |
+
computes
|
8928 |
+
annealed
|
8929 |
+
predominate
|
8930 |
+
predominant
|
8931 |
+
sumed
|
8932 |
+
restite
|
8933 |
+
restart
|
8934 |
+
resolve
|
8935 |
+
resolution
|
8936 |
+
shellenbar
|
8937 |
+
unusually
|
8938 |
+
family
|
8939 |
+
entre
|
8940 |
+
discrete
|
8941 |
+
dissolution
|
8942 |
+
graphs
|
8943 |
+
graphically
|
8944 |
+
graphitegran
|
8945 |
+
plunge
|
8946 |
+
specializing
|
8947 |
+
survey
|
8948 |
+
arrive
|
8949 |
+
accomplished
|
8950 |
+
accompanying
|
8951 |
+
montre
|
8952 |
+
montreal
|
8953 |
+
##ificationsandrespect
|
8954 |
+
greatly
|
8955 |
+
overlaps
|
8956 |
+
overlapped
|
8957 |
+
microcracking
|
8958 |
+
transects
|
8959 |
+
northwards
|
8960 |
+
coexistence
|
8961 |
+
backward
|
8962 |
+
instruments
|
8963 |
+
problematic
|
8964 |
+
discovered
|
8965 |
+
syenomonzonites
|
8966 |
+
leucosyenogranite
|
8967 |
+
paleogeothermal
|
8968 |
+
selecting
|
8969 |
+
thermoelastic
|
8970 |
+
crosscuts
|
8971 |
+
crosssections
|
8972 |
+
circumatlantic
|
8973 |
+
circumstances
|
8974 |
+
circumcratonic
|
8975 |
+
spectral
|
8976 |
+
barometryerrors
|
8977 |
+
incorporated
|
8978 |
+
distinguishes
|
8979 |
+
satisfactorily
|
8980 |
+
episodic
|
8981 |
+
episode
|
8982 |
+
ferrohornblende
|
8983 |
+
ferromagnes
|
8984 |
+
exceptional
|
8985 |
+
sharply
|
8986 |
+
metabasalt
|
8987 |
+
metabasaltic
|
8988 |
+
substantially
|
8989 |
+
granodioritesl
|
8990 |
+
globules
|
8991 |
+
arbitrarily
|
8992 |
+
ajuccio
|
8993 |
+
aims
|
8994 |
+
aimed
|
8995 |
+
boric
|
8996 |
+
border
|
8997 |
+
borosil
|
8998 |
+
clays
|
8999 |
+
clauer
|
9000 |
+
clamped
|
9001 |
+
careful
|
9002 |
+
carefully
|
9003 |
+
datations
|
9004 |
+
dilational
|
9005 |
+
eyes
|
9006 |
+
guide
|
9007 |
+
guished
|
9008 |
+
guarded
|
9009 |
+
helium
|
9010 |
+
holder
|
9011 |
+
hartmut
|
9012 |
+
krokos
|
9013 |
+
karlsr
|
9014 |
+
kinds
|
9015 |
+
lying
|
9016 |
+
liberated
|
9017 |
+
liboure
|
9018 |
+
libyan
|
9019 |
+
msht
|
9020 |
+
manchester
|
9021 |
+
manifest
|
9022 |
+
management
|
9023 |
+
morphism
|
9024 |
+
multicollect
|
9025 |
+
miller
|
9026 |
+
million
|
9027 |
+
millions
|
9028 |
+
multi
|
9029 |
+
nafe
|
9030 |
+
nuclei
|
9031 |
+
owens
|
9032 |
+
october
|
9033 |
+
putting
|
9034 |
+
pervious
|
9035 |
+
populations
|
9036 |
+
renowned
|
9037 |
+
sinica
|
9038 |
+
sinistral
|
9039 |
+
surely
|
9040 |
+
sparks
|
9041 |
+
visible
|
9042 |
+
zeolitic
|
9043 |
+
##mona
|
9044 |
+
##kfeldsparmegacryst
|
9045 |
+
inhibited
|
9046 |
+
coincides
|
9047 |
+
reviewed
|
9048 |
+
##chtlich
|
9049 |
+
compiled
|
9050 |
+
examine
|
9051 |
+
examining
|
9052 |
+
examina
|
9053 |
+
stars
|
9054 |
+
stiffening
|
9055 |
+
shift
|
9056 |
+
shifts
|
9057 |
+
shifted
|
9058 |
+
shaped
|
9059 |
+
##omico
|
9060 |
+
chair
|
9061 |
+
chaire
|
9062 |
+
chains
|
9063 |
+
unspecified
|
9064 |
+
unfoliated
|
9065 |
+
unfortunately
|
9066 |
+
unfractionated
|
9067 |
+
departure
|
9068 |
+
department
|
9069 |
+
departures
|
9070 |
+
geodynamics
|
9071 |
+
consumed
|
9072 |
+
lava
|
9073 |
+
clustered
|
9074 |
+
quality
|
9075 |
+
qualify
|
9076 |
+
qualitatively
|
9077 |
+
underpredicted
|
9078 |
+
arrays
|
9079 |
+
interiors
|
9080 |
+
metavolcanic
|
9081 |
+
sandstones
|
9082 |
+
experienced
|
9083 |
+
provencal
|
9084 |
+
percentage
|
9085 |
+
percentages
|
9086 |
+
advanced
|
9087 |
+
advantage
|
9088 |
+
advantages
|
9089 |
+
biotitesyenogranite
|
9090 |
+
invariably
|
9091 |
+
traplate
|
9092 |
+
america
|
9093 |
+
bauon
|
9094 |
+
bauce
|
9095 |
+
bauxite
|
9096 |
+
removed
|
9097 |
+
bridges
|
9098 |
+
bridging
|
9099 |
+
bridged
|
9100 |
+
avoiding
|
9101 |
+
finding
|
9102 |
+
noncumulates
|
9103 |
+
publishing
|
9104 |
+
publication
|
9105 |
+
publications
|
9106 |
+
contradiction
|
9107 |
+
seawaters
|
9108 |
+
explorations
|
9109 |
+
depositional
|
9110 |
+
quantitatively
|
9111 |
+
syntaxes
|
9112 |
+
dilatation
|
9113 |
+
everywhere
|
9114 |
+
acquiring
|
9115 |
+
definitions
|
9116 |
+
convergentplate
|
9117 |
+
automated
|
9118 |
+
automatic
|
9119 |
+
automatically
|
9120 |
+
covariation
|
9121 |
+
discrepancy
|
9122 |
+
instrumentation
|
9123 |
+
kagenfelst
|
9124 |
+
palaeozoic
|
9125 |
+
palaeogene
|
9126 |
+
palaeoen
|
9127 |
+
ordoviciens
|
9128 |
+
arabia
|
9129 |
+
aragonite
|
9130 |
+
aquifer
|
9131 |
+
aqueous
|
9132 |
+
crodioritic
|
9133 |
+
croatia
|
9134 |
+
culmination
|
9135 |
+
cullers
|
9136 |
+
cartes
|
9137 |
+
cartoon
|
9138 |
+
campus
|
9139 |
+
campidano
|
9140 |
+
eusatche
|
9141 |
+
eustache
|
9142 |
+
french
|
9143 |
+
frustratingly
|
9144 |
+
fiat
|
9145 |
+
fossit
|
9146 |
+
fossil
|
9147 |
+
gardless
|
9148 |
+
gardanne
|
9149 |
+
hoelting
|
9150 |
+
hooper
|
9151 |
+
hoek
|
9152 |
+
hoefs
|
9153 |
+
juxta
|
9154 |
+
juvenile
|
9155 |
+
jackass
|
9156 |
+
jacket
|
9157 |
+
kimberlite
|
9158 |
+
kimberlites
|
9159 |
+
mtq
|
9160 |
+
molecular
|
9161 |
+
molecules
|
9162 |
+
nonetheless
|
9163 |
+
opaque
|
9164 |
+
opaques
|
9165 |
+
pending
|
9166 |
+
pendants
|
9167 |
+
rigut
|
9168 |
+
rigorous
|
9169 |
+
rissen
|
9170 |
+
rissporositat
|
9171 |
+
rupture
|
9172 |
+
rupturing
|
9173 |
+
serva
|
9174 |
+
served
|
9175 |
+
tinent
|
9176 |
+
tinental
|
9177 |
+
tightly
|
9178 |
+
tionship
|
9179 |
+
videos
|
9180 |
+
viii
|
9181 |
+
winkler
|
9182 |
+
winterkorn
|
9183 |
+
woods
|
9184 |
+
##afite
|
9185 |
+
##giveninpar
|
9186 |
+
##mlts
|
9187 |
+
##mania
|
9188 |
+
##koan
|
9189 |
+
therole
|
9190 |
+
##erhorn
|
9191 |
+
inclined
|
9192 |
+
inclusively
|
9193 |
+
inclusions
|
9194 |
+
conceived
|
9195 |
+
conceivably
|
9196 |
+
##itegranite
|
9197 |
+
coalesced
|
9198 |
+
coalescence
|
9199 |
+
forecast
|
9200 |
+
forecasting
|
9201 |
+
debon
|
9202 |
+
debated
|
9203 |
+
deterthe
|
9204 |
+
deterioration
|
9205 |
+
proceeded
|
9206 |
+
proceedings
|
9207 |
+
received
|
9208 |
+
receiving
|
9209 |
+
tehpra
|
9210 |
+
tehachapi
|
9211 |
+
temoin
|
9212 |
+
temoeratures
|
9213 |
+
metals
|
9214 |
+
##tamount
|
9215 |
+
stripa
|
9216 |
+
stripes
|
9217 |
+
stricto
|
9218 |
+
strictly
|
9219 |
+
sawka
|
9220 |
+
saudi
|
9221 |
+
crude
|
9222 |
+
crudely
|
9223 |
+
stationary
|
9224 |
+
resemble
|
9225 |
+
resembling
|
9226 |
+
choosing
|
9227 |
+
checked
|
9228 |
+
highlighted
|
9229 |
+
highlighting
|
9230 |
+
unexpected
|
9231 |
+
unexhumed
|
9232 |
+
unpubl
|
9233 |
+
unpublished
|
9234 |
+
enables
|
9235 |
+
enabled
|
9236 |
+
discrimination
|
9237 |
+
discriminating
|
9238 |
+
pressurerlowtemperature
|
9239 |
+
corroding
|
9240 |
+
corrobor
|
9241 |
+
cordierite
|
9242 |
+
cordieritegranite
|
9243 |
+
exposure
|
9244 |
+
exposures
|
9245 |
+
platy
|
9246 |
+
platen
|
9247 |
+
replaces
|
9248 |
+
replacing
|
9249 |
+
quenched
|
9250 |
+
quenching
|
9251 |
+
assistance
|
9252 |
+
undergoing
|
9253 |
+
arccontinent
|
9254 |
+
arcconfinent
|
9255 |
+
permissive
|
9256 |
+
permissible
|
9257 |
+
interactive
|
9258 |
+
dupal
|
9259 |
+
dupallike
|
9260 |
+
subgreenschist
|
9261 |
+
subgreemeh
|
9262 |
+
infinite
|
9263 |
+
infinitely
|
9264 |
+
academic
|
9265 |
+
academia
|
9266 |
+
triggers
|
9267 |
+
triggered
|
9268 |
+
concurrently
|
9269 |
+
traditional
|
9270 |
+
traditionally
|
9271 |
+
scanning
|
9272 |
+
geochronology
|
9273 |
+
geochronological
|
9274 |
+
looks
|
9275 |
+
looking
|
9276 |
+
overprinting
|
9277 |
+
overprints
|
9278 |
+
transducer
|
9279 |
+
transducers
|
9280 |
+
recalling
|
9281 |
+
recommended
|
9282 |
+
curvature
|
9283 |
+
curviline
|
9284 |
+
channel
|
9285 |
+
channelled
|
9286 |
+
##amphitita
|
9287 |
+
possesses
|
9288 |
+
discontinuous
|
9289 |
+
discontinuities
|
9290 |
+
collectively
|
9291 |
+
collectors
|
9292 |
+
optimistic
|
9293 |
+
optimization
|
9294 |
+
blanket
|
9295 |
+
blanketing
|
9296 |
+
simultaneously
|
9297 |
+
thermocouple
|
9298 |
+
thermocouples
|
9299 |
+
francis
|
9300 |
+
undersampling
|
9301 |
+
undersampled
|
9302 |
+
pegmatite
|
9303 |
+
pegrnatite
|
9304 |
+
powdering
|
9305 |
+
vesicu
|
9306 |
+
vesicle
|
9307 |
+
institute
|
9308 |
+
institutions
|
9309 |
+
subscript
|
9310 |
+
subscripts
|
9311 |
+
absorbed
|
9312 |
+
absorbs
|
9313 |
+
clinopyroxenite
|
9314 |
+
clinopyroxenes
|
9315 |
+
elevationa
|
9316 |
+
geothermometrically
|
9317 |
+
geothermometrithe
|
9318 |
+
anomalously
|
9319 |
+
rnicrodiorite
|
9320 |
+
rnicaschist
|
9321 |
+
porphyroclasts
|
9322 |
+
porphyroblasts
|
9323 |
+
accretionarywedge
|
9324 |
+
breakoff
|
9325 |
+
##conductivityofro
|
9326 |
+
building
|
9327 |
+
centered
|
9328 |
+
photopeaks
|
9329 |
+
september
|
9330 |
+
septentrionales
|
9331 |
+
favorably
|
9332 |
+
favours
|
9333 |
+
implementing
|
9334 |
+
implementation
|
9335 |
+
pervasive
|
9336 |
+
pervasively
|
9337 |
+
visualized
|
9338 |
+
contradictory
|
9339 |
+
gnrlss
|
9340 |
+
gondwana
|
9341 |
+
gondwanaland
|
9342 |
+
nemodel
|
9343 |
+
nemodelsurface
|
9344 |
+
nagaoanduyeda
|
9345 |
+
sketchof
|
9346 |
+
warmeleitfa
|
9347 |
+
abruptly
|
9348 |
+
plagiokfeldbio
|
9349 |
+
plagiokfeldmona
|
9350 |
+
hygromagmatophileelement
|
9351 |
+
aztec
|
9352 |
+
aovalues
|
9353 |
+
aleutian
|
9354 |
+
aureoles
|
9355 |
+
apexes
|
9356 |
+
aereal
|
9357 |
+
bwmlts
|
9358 |
+
branch
|
9359 |
+
bimodal
|
9360 |
+
berea
|
9361 |
+
bsei
|
9362 |
+
barton
|
9363 |
+
budduso
|
9364 |
+
benefited
|
9365 |
+
bushveld
|
9366 |
+
bergantz
|
9367 |
+
binding
|
9368 |
+
bubbles
|
9369 |
+
bombs
|
9370 |
+
breadth
|
9371 |
+
bernardgriff
|
9372 |
+
cpx
|
9373 |
+
ceramics
|
9374 |
+
catalogue
|
9375 |
+
civil
|
9376 |
+
coworkers
|
9377 |
+
cumming
|
9378 |
+
cystallization
|
9379 |
+
crosstalk
|
9380 |
+
cathodolum
|
9381 |
+
caught
|
9382 |
+
cubic
|
9383 |
+
czech
|
9384 |
+
celsius
|
9385 |
+
dpita
|
9386 |
+
dharwar
|
9387 |
+
dora
|
9388 |
+
durg
|
9389 |
+
dowden
|
9390 |
+
destroyed
|
9391 |
+
dedicated
|
9392 |
+
davidson
|
9393 |
+
dlscuss
|
9394 |
+
eroded
|
9395 |
+
eureuu
|
9396 |
+
eckart
|
9397 |
+
ederw
|
9398 |
+
einaxialem
|
9399 |
+
embedded
|
9400 |
+
ftlr
|
9401 |
+
false
|
9402 |
+
fndct
|
9403 |
+
ficantly
|
9404 |
+
fiske
|
9405 |
+
fleer
|
9406 |
+
flysch
|
9407 |
+
fifty
|
9408 |
+
fastest
|
9409 |
+
foleyet
|
9410 |
+
fertile
|
9411 |
+
fashion
|
9412 |
+
fatigue
|
9413 |
+
ghisonaccia
|
9414 |
+
galan
|
9415 |
+
gilbert
|
9416 |
+
goguel
|
9417 |
+
gesteine
|
9418 |
+
glaucoph
|
9419 |
+
gamma
|
9420 |
+
gneish
|
9421 |
+
gansu
|
9422 |
+
gromet
|
9423 |
+
governing
|
9424 |
+
gerhard
|
9425 |
+
gleaned
|
9426 |
+
hci
|
9427 |
+
hanging
|
9428 |
+
hurtig
|
9429 |
+
hutchinson
|
9430 |
+
hirn
|
9431 |
+
habit
|
9432 |
+
hematite
|
9433 |
+
hclo
|
9434 |
+
hercyncan
|
9435 |
+
hperich
|
9436 |
+
hangovers
|
9437 |
+
hildreth
|
9438 |
+
houpert
|
9439 |
+
henyey
|
9440 |
+
irrevers
|
9441 |
+
ixge
|
9442 |
+
iteratively
|
9443 |
+
imbrication
|
9444 |
+
imaging
|
9445 |
+
jlw
|
9446 |
+
jkg
|
9447 |
+
jumikis
|
9448 |
+
japan
|
9449 |
+
jakes
|
9450 |
+
jager
|
9451 |
+
junctions
|
9452 |
+
jersey
|
9453 |
+
keefe
|
9454 |
+
kkak
|
9455 |
+
khz
|
9456 |
+
kyanite
|
9457 |
+
kreuzw
|
9458 |
+
kastamon
|
9459 |
+
kosanke
|
9460 |
+
kilometers
|
9461 |
+
kinetics
|
9462 |
+
kersantites
|
9463 |
+
kakkond
|
9464 |
+
kornern
|
9465 |
+
kazakhst
|
9466 |
+
kenya
|
9467 |
+
lda
|
9468 |
+
lenticular
|
9469 |
+
ligurian
|
9470 |
+
loddo
|
9471 |
+
lichtene
|
9472 |
+
lengkoan
|
9473 |
+
libraries
|
9474 |
+
lalaye
|
9475 |
+
livingstone
|
9476 |
+
mrchean
|
9477 |
+
mpml
|
9478 |
+
mno
|
9479 |
+
menzies
|
9480 |
+
molar
|
9481 |
+
mcem
|
9482 |
+
motivations
|
9483 |
+
maryland
|
9484 |
+
mellen
|
9485 |
+
missenard
|
9486 |
+
mismatch
|
9487 |
+
mittlefeh
|
9488 |
+
mckenzie
|
9489 |
+
misleading
|
9490 |
+
ntau
|
9491 |
+
nadeldiorit
|
9492 |
+
nabor
|
9493 |
+
nomencl
|
9494 |
+
naples
|
9495 |
+
nclj
|
9496 |
+
naked
|
9497 |
+
nacim
|
9498 |
+
nporaneous
|
9499 |
+
nominal
|
9500 |
+
odd
|
9501 |
+
othman
|
9502 |
+
owned
|
9503 |
+
pirani
|
9504 |
+
pitch
|
9505 |
+
pink
|
9506 |
+
pedestal
|
9507 |
+
pentlandite
|
9508 |
+
pureshear
|
9509 |
+
passes
|
9510 |
+
pierre
|
9511 |
+
practice
|
9512 |
+
rmvp
|
9513 |
+
roccap
|
9514 |
+
rolling
|
9515 |
+
ridges
|
9516 |
+
rotations
|
9517 |
+
rutgers
|
9518 |
+
rogers
|
9519 |
+
ribeira
|
9520 |
+
rizki
|
9521 |
+
rainwater
|
9522 |
+
renewable
|
9523 |
+
roche
|
9524 |
+
rpli
|
9525 |
+
rubidium
|
9526 |
+
sarrabus
|
9527 |
+
saskatche
|
9528 |
+
socalled
|
9529 |
+
sleeve
|
9530 |
+
screens
|
9531 |
+
systenlatically
|
9532 |
+
space
|
9533 |
+
sondern
|
9534 |
+
siderite
|
9535 |
+
tdm
|
9536 |
+
tonafite
|
9537 |
+
talwani
|
9538 |
+
tantamount
|
9539 |
+
tasmania
|
9540 |
+
tisseau
|
9541 |
+
tithology
|
9542 |
+
tullis
|
9543 |
+
tuttle
|
9544 |
+
tiring
|
9545 |
+
tondano
|
9546 |
+
tuned
|
9547 |
+
taylor
|
9548 |
+
torsion
|
9549 |
+
tube
|
9550 |
+
tpye
|
9551 |
+
utuog
|
9552 |
+
uphill
|
9553 |
+
vtcinity
|
9554 |
+
voigt
|
9555 |
+
vicinity
|
9556 |
+
vigorous
|
9557 |
+
vosteen
|
9558 |
+
vironment
|
9559 |
+
vibrating
|
9560 |
+
vivero
|
9561 |
+
vinalhav
|
9562 |
+
woollard
|
9563 |
+
wudalian
|
9564 |
+
wiped
|
9565 |
+
wiederhorn
|
9566 |
+
widespread
|
9567 |
+
xnderun
|
9568 |
+
yoder
|
9569 |
+
yugawar
|
9570 |
+
zuo
|
9571 |
+
zindler
|
9572 |
+
##runrain
|
9573 |
+
##poses
|
9574 |
+
##aires
|
9575 |
+
##smessij
|
9576 |
+
##midt
|
9577 |
+
##kirk
|
9578 |
+
##oamphispinel
|
9579 |
+
##higkeitsmessij
|
9580 |
+
##biguous
|
9581 |
+
threedimension
|
9582 |
+
thomson
|
9583 |
+
thousand
|
9584 |
+
ofgranodioritic
|
9585 |
+
ofmauna
|
9586 |
+
##icacontent
|
9587 |
+
inasmuch
|
9588 |
+
inthese
|
9589 |
+
inadequate
|
9590 |
+
insofar
|
9591 |
+
inhomogeneities
|
9592 |
+
inboard
|
9593 |
+
inversely
|
9594 |
+
innovative
|
9595 |
+
andsimplify
|
9596 |
+
##rograph
|
9597 |
+
##asubduction
|
9598 |
+
##entheses
|
9599 |
+
conference
|
9600 |
+
connected
|
9601 |
+
coniplicrt
|
9602 |
+
concepts
|
9603 |
+
tograin
|
9604 |
+
tobisch
|
9605 |
+
##ivereferences
|
9606 |
+
cooperative
|
9607 |
+
cotectics
|
9608 |
+
beauce
|
9609 |
+
betrflchtlich
|
9610 |
+
deanship
|
9611 |
+
degraded
|
9612 |
+
protection
|
9613 |
+
programme
|
9614 |
+
prownces
|
9615 |
+
projections
|
9616 |
+
##ravanietal
|
9617 |
+
astronomico
|
9618 |
+
astonishing
|
9619 |
+
astbenosphere
|
9620 |
+
asimolecular
|
9621 |
+
rockforming
|
9622 |
+
recherche
|
9623 |
+
reworking
|
9624 |
+
rehault
|
9625 |
+
rearranging
|
9626 |
+
teflon
|
9627 |
+
meantime
|
9628 |
+
meteorites
|
9629 |
+
##tamorphic
|
9630 |
+
heattransport
|
9631 |
+
strategies
|
9632 |
+
stratigraphic
|
9633 |
+
compounds
|
9634 |
+
complication
|
9635 |
+
compatitot
|
9636 |
+
answer
|
9637 |
+
anatomical
|
9638 |
+
antiformal
|
9639 |
+
annrectrc
|
9640 |
+
thatpresents
|
9641 |
+
saghravanietal
|
9642 |
+
saclay
|
9643 |
+
sabatier
|
9644 |
+
ongoing
|
9645 |
+
exclusively
|
9646 |
+
exchangers
|
9647 |
+
exhaust
|
9648 |
+
exfoliation
|
9649 |
+
byproduct
|
9650 |
+
bytownite
|
9651 |
+
criticism
|
9652 |
+
suprasubduction
|
9653 |
+
suhxmary
|
9654 |
+
stochastic
|
9655 |
+
stcharles
|
9656 |
+
sturgeon
|
9657 |
+
atkinson
|
9658 |
+
atypical
|
9659 |
+
wholesale
|
9660 |
+
resources
|
9661 |
+
resuiting
|
9662 |
+
shaded
|
9663 |
+
shoshonitic
|
9664 |
+
alpha
|
9665 |
+
aliquots
|
9666 |
+
altogether
|
9667 |
+
almandinespess
|
9668 |
+
rocksconcluding
|
9669 |
+
challenge
|
9670 |
+
chronology
|
9671 |
+
chalcopyrite
|
9672 |
+
chitiniozo
|
9673 |
+
seigneurs
|
9674 |
+
flavors
|
9675 |
+
floranna
|
9676 |
+
organized
|
9677 |
+
highrbrhigh
|
9678 |
+
highpressure
|
9679 |
+
modifying
|
9680 |
+
unresolved
|
9681 |
+
unambiguous
|
9682 |
+
unfavored
|
9683 |
+
unchanged
|
9684 |
+
unacceptable
|
9685 |
+
untenable
|
9686 |
+
unidentified
|
9687 |
+
unrealistic
|
9688 |
+
uninterrupted
|
9689 |
+
deposits
|
9690 |
+
depaolo
|
9691 |
+
envelopes
|
9692 |
+
distributing
|
9693 |
+
disaggregation
|
9694 |
+
disallows
|
9695 |
+
discharges
|
9696 |
+
disintegration
|
9697 |
+
disagreement
|
9698 |
+
dislocations
|
9699 |
+
disappointing
|
9700 |
+
lowsilicacontent
|
9701 |
+
pressuredriven
|
9702 |
+
uselectively
|
9703 |
+
geofisi
|
9704 |
+
geophysicists
|
9705 |
+
geotechnical
|
9706 |
+
geobarometers
|
9707 |
+
geomaterials
|
9708 |
+
neugrunrain
|
9709 |
+
nebenetal
|
9710 |
+
netherlands
|
9711 |
+
abrehmeetal
|
9712 |
+
abnormally
|
9713 |
+
abhgngig
|
9714 |
+
hawkesworth
|
9715 |
+
relieved
|
9716 |
+
relevant
|
9717 |
+
stressdependent
|
9718 |
+
objectives
|
9719 |
+
conservation
|
9720 |
+
plugs
|
9721 |
+
inductively
|
9722 |
+
inducing
|
9723 |
+
indistinguishable
|
9724 |
+
graniteegneiss
|
9725 |
+
replicated
|
9726 |
+
reproduce
|
9727 |
+
laurencekirk
|
9728 |
+
materialproperties
|
9729 |
+
quickly
|
9730 |
+
queensland
|
9731 |
+
quadrupole
|
9732 |
+
undoubtedly
|
9733 |
+
mantlesource
|
9734 |
+
varieties
|
9735 |
+
assignment
|
9736 |
+
ratcliffe
|
9737 |
+
leaving
|
9738 |
+
leastsquares
|
9739 |
+
lefthand
|
9740 |
+
partinelto
|
9741 |
+
partinello
|
9742 |
+
tyrrhenian
|
9743 |
+
calcalkalic
|
9744 |
+
crustalaccretion
|
9745 |
+
undergraduate
|
9746 |
+
drastically
|
9747 |
+
drijck
|
9748 |
+
genova
|
9749 |
+
surprising
|
9750 |
+
arclike
|
9751 |
+
arrangement
|
9752 |
+
quartzintermediate
|
9753 |
+
##clinopyroxenekfeldsparmegacryst
|
9754 |
+
permanganate
|
9755 |
+
permafrost
|
9756 |
+
twomica
|
9757 |
+
##ditionspecificationsandrespect
|
9758 |
+
integrated
|
9759 |
+
accordance
|
9760 |
+
accommodated
|
9761 |
+
monomineralic
|
9762 |
+
intergranulare
|
9763 |
+
interconnection
|
9764 |
+
intersects
|
9765 |
+
intercalated
|
9766 |
+
intercumulus
|
9767 |
+
plagioclases
|
9768 |
+
alltoo
|
9769 |
+
allochthonous
|
9770 |
+
metapsammitic
|
9771 |
+
metaclastics
|
9772 |
+
subalkali
|
9773 |
+
subdivided
|
9774 |
+
subtitles
|
9775 |
+
subaerial
|
9776 |
+
submerged
|
9777 |
+
infilling
|
9778 |
+
infrastructures
|
9779 |
+
therefrom
|
9780 |
+
acceptance
|
9781 |
+
acoustic
|
9782 |
+
amplifiers
|
9783 |
+
welldeveloped
|
9784 |
+
intracontinental
|
9785 |
+
intrinsically
|
9786 |
+
measuredandcomputedthermal
|
9787 |
+
apreading
|
9788 |
+
apnwsn
|
9789 |
+
apercenterroris
|
9790 |
+
preclude
|
9791 |
+
prevalent
|
9792 |
+
preliminarily
|
9793 |
+
siluriens
|
9794 |
+
stagnated
|
9795 |
+
websterite
|
9796 |
+
slovenia
|
9797 |
+
provoking
|
9798 |
+
isotopegeochemistry
|
9799 |
+
pertamina
|
9800 |
+
peraluminoustype
|
9801 |
+
bathymetry
|
9802 |
+
advocated
|
9803 |
+
adiabatic
|
9804 |
+
biasremoved
|
9805 |
+
upturned
|
9806 |
+
sectioncharacterized
|
9807 |
+
solubility
|
9808 |
+
radiogeneic
|
9809 |
+
initialsolid
|
9810 |
+
traversed
|
9811 |
+
tramitional
|
9812 |
+
biotiteamphiboleclinopyroxenekfeldsparmegacryst
|
9813 |
+
granitoidmagma
|
9814 |
+
philippine
|
9815 |
+
typeofboundary
|
9816 |
+
timeintegrated
|
9817 |
+
overestimation
|
9818 |
+
overthrusted
|
9819 |
+
microplasticity
|
9820 |
+
microcrystites
|
9821 |
+
microprobe
|
9822 |
+
microganular
|
9823 |
+
microgauges
|
9824 |
+
moyennes
|
9825 |
+
olwinerich
|
9826 |
+
olivclinoorth
|
9827 |
+
oligocenemiocene
|
9828 |
+
transmitted
|
9829 |
+
desirable
|
9830 |
+
pycnometry
|
9831 |
+
pyroxpyroxbole
|
9832 |
+
recovery
|
9833 |
+
reconstruction
|
9834 |
+
recalculation
|
9835 |
+
recruits
|
9836 |
+
caruba
|
9837 |
+
northeastward
|
9838 |
+
paucity
|
9839 |
+
amsterdam
|
9840 |
+
sporadically
|
9841 |
+
spidergrams
|
9842 |
+
taipei
|
9843 |
+
schaltegger
|
9844 |
+
schirmeck
|
9845 |
+
schellschmidt
|
9846 |
+
insufficient
|
9847 |
+
remiremont
|
9848 |
+
mixingcontamination
|
9849 |
+
acidleached
|
9850 |
+
etienne
|
9851 |
+
liquidevolution
|
9852 |
+
agglomerates
|
9853 |
+
logmeasurementa
|
9854 |
+
aboveaverage
|
9855 |
+
brugger
|
9856 |
+
brunswick
|
9857 |
+
feinste
|
9858 |
+
sysneither
|
9859 |
+
sylvester
|
9860 |
+
thicknfss
|
9861 |
+
##andcoldewey
|
9862 |
+
marshall
|
9863 |
+
tonalitegranodiorite
|
9864 |
+
boundaryconditionspecificationsandrespect
|
9865 |
+
blanchard
|
9866 |
+
paleomagnetic
|
9867 |
+
paleopacific
|
9868 |
+
garnetperidotite
|
9869 |
+
supplementary
|
9870 |
+
borehofes
|
9871 |
+
nonrepresentative
|
9872 |
+
threethirds
|
9873 |
+
doubinger
|
9874 |
+
switzerland
|
9875 |
+
swmodelboundary
|
9876 |
+
metatonalitic
|
9877 |
+
commercial
|
9878 |
+
thermomechanically
|
9879 |
+
refractory
|
9880 |
+
refrigerate
|
9881 |
+
effectivemedium
|
9882 |
+
sedimentaryvolcanic
|
9883 |
+
deciphering
|
9884 |
+
olivineothermeasured
|
9885 |
+
tectonomagmatic
|
9886 |
+
kuanhsicbutung
|
9887 |
+
peccerillo
|
9888 |
+
histogram
|
9889 |
+
postaccretionary
|
9890 |
+
postbatholithic
|
9891 |
+
##ofdatabase
|
9892 |
+
lubricant
|
9893 |
+
asthenospbere
|
9894 |
+
unconsolidated
|
9895 |
+
boettcher
|
9896 |
+
cochefie
|
9897 |
+
grfmeseren
|
9898 |
+
gratadls
|
9899 |
+
grendelbruch
|
9900 |
+
mohrcoulomb
|
9901 |
+
polymetamorphic
|
9902 |
+
polynomial
|
9903 |
+
wawersik
|
9904 |
+
abscissa
|
9905 |
+
oceanfloor
|
9906 |
+
coolingpluton
|
9907 |
+
monzodioritemonzogranite
|
9908 |
+
cnschondrite
|
9909 |
+
immobile
|
9910 |
+
excursion
|
9911 |
+
superimposed
|
9912 |
+
periadriatic
|
9913 |
+
streckeisen
|
9914 |
+
precursor
|
9915 |
+
pyrrhotite
|
9916 |
+
upwellinginfluenced
|
9917 |
+
oshima
|
9918 |
+
sulawesi
|
9919 |
+
cdelisleetal
|
9920 |
+
keywords
|
9921 |
+
migmatitic
|
9922 |
+
photomicrograph
|
9923 |
+
photomultiplier
|
9924 |
+
northwestdipping
|
9925 |
+
autochthon
|
9926 |
+
boudreau
|
9927 |
+
egypt
|
9928 |
+
harmony
|
9929 |
+
minettes
|
9930 |
+
zhamanshin
|
9931 |
+
shellenbarger
|
9932 |
+
graphitegranulite
|
9933 |
+
ferromagnesian
|
9934 |
+
borosilicate
|
9935 |
+
krokosky
|
9936 |
+
karlsruhe
|
9937 |
+
libourel
|
9938 |
+
mshtok
|
9939 |
+
manifested
|
9940 |
+
multicollector
|
9941 |
+
kagenfelstype
|
9942 |
+
palaeoenvironmental
|
9943 |
+
frenchcreek
|
9944 |
+
hoeltingandcoldewey
|
9945 |
+
juxtaposes
|
9946 |
+
rigorously
|
9947 |
+
##giveninparentheses
|
9948 |
+
corroborated
|
9949 |
+
subgreemehist
|
9950 |
+
curvilinear
|
9951 |
+
##amphititaclase
|
9952 |
+
##conductivityofrocks
|
9953 |
+
warmeleitfahigkeitsmessij
|
9954 |
+
plagiokfeldbioamphititaclase
|
9955 |
+
aleutians
|
9956 |
+
bernardgriffiths
|
9957 |
+
cathodoluminescence
|
9958 |
+
dlscussion
|
9959 |
+
glaucophane
|
9960 |
+
irreversible
|
9961 |
+
kreuzweg
|
9962 |
+
kastamonu
|
9963 |
+
kakkonda
|
9964 |
+
kazakhstan
|
9965 |
+
lichtenecker
|
9966 |
+
mittlefehtdt
|
9967 |
+
nomenclature
|
9968 |
+
roccapina
|
9969 |
+
saskatchewan
|
9970 |
+
vinalhaven
|
9971 |
+
wudalianchi
|
9972 |
+
xnderungen
|
9973 |
+
yugawara
|
9974 |
+
threedimensional
|
9975 |
+
coniplicrtte
|
9976 |
+
##ivereferencesofdatabase
|
9977 |
+
betrflchtlichen
|
9978 |
+
almandinespessartine
|
9979 |
+
chitiniozoaires
|
9980 |
+
measuredandcomputedthermalconductivityofrocks
|
9981 |
+
apercenterrorisgiveninparentheses
|
9982 |
+
biotiteamphiboleclinopyroxenekfeldsparmegacrystbearing
|
9983 |
+
olivclinoorthoamphispinel
|
9984 |
+
boundaryconditionspecificationsandrespectivereferencesofdatabase
|
9985 |
+
warmeleitfahigkeitsmessijngen
|