id
stringlengths
1
5
texts
list
bboxes_block
list
bboxes_line
list
categories
list
page_hash
stringlengths
64
64
original_filename
stringlengths
7
118
page_no
int32
0
6.23k
num_pages
int32
1
6.23k
original_width
int32
324
2.59k
original_height
int32
324
1.68k
coco_width
int32
1.03k
1.03k
coco_height
int32
1.03k
1.03k
collection
stringclasses
27 values
doc_category
stringclasses
6 values
11773
[ "COLUMNS Partitioning", "for more information about these, see Section 24.2.1, “RANGE Partitioning”", ", and Section 24.2.2, “LIST", "Partitioning”", ", respectively.", "Range columns partitioning is similar to range partitioning, but enables you to define partitions using", "ranges based on multiple column values. In addition, you can define the ranges using columns of types", "other than integer types.", "RANGE COLUMNS", " partitioning differs significantly from ", "RANGE", " partitioning in the following ways:", "RANGE COLUMNS", " partitions are based on comparisons between ", "tuples", " (lists of column values) rather", "than comparisons between scalar values. Placement of rows in ", "RANGE COLUMNS", " partitions is also", "based on comparisons between tuples; this is discussed further later in this section.", "The basic syntax for creating a table partitioned by ", "RANGE COLUMNS", " is shown here:", "Not all ", "CREATE TABLE", " options that can be used when creating partitioned tables", "are shown here. For complete information, see Section 13.1.20, “CREATE TABLE", "Statement”", ".", "In the syntax just shown, ", "column_list", " is a list of one or more columns (sometimes called a ", "partitioning", "column list", "), and ", "value_list", " is a list of values (that is, it is a ", "partition definition value list", "). A", "value_list", " must be supplied for each partition definition, and each ", "value_list", " must have the same", "number of values as the ", "column_list", " has columns. Generally speaking, if you use ", "N", " columns in the", "COLUMNS", " clause, then each ", "VALUES LESS THAN", " clause must also be supplied with a list of ", "N", " values.", "The elements in the partitioning column list and in the value list defining each partition must occur in the", "same order. In addition, each element in the value list must be of the same data type as the corresponding", "element in the column list. However, the order of the column names in the partitioning column list and the", "value lists does not have to be the same as the order of the table column definitions in the main part of", "the ", "CREATE TABLE", " statement. As with table partitioned by ", "RANGE", ", you can use ", "MAXVALUE", " to represent", "a value such that any legal value inserted into a given column is always less than this value. Here is an", "example of a ", "CREATE TABLE", " statement that helps to illustrate all of these points:", "mysql> ", "CREATE TABLE rcx (", "->", "a INT,", "->", "b INT,", "CREATE TABLE ", "table_name", "PARTITIONED BY RANGE COLUMNS(", "column_list", ") (", "PARTITION ", "partition_name", " VALUES LESS THAN (", "value_list", ")[,", "PARTITION ", "partition_name", " VALUES LESS THAN (", "value_list", ")][,", "...]", ")", "column_list", ":", "column_name", "[, ", "column_name", "][, ...]", "value_list", ":", "value", "[, ", "value", "][, ...]", "Note", "•", "RANGE COLUMNS", " partitioning columns are not restricted to integer columns; string, ", "DATE", " and ", "DATETIME", "columns can also be used as partitioning columns. (See Section 24.2.3, “COLUMNS Partitioning”", ", for", "details.)", "•", "RANGE COLUMNS", " accepts a list of one or more columns.", "•", "RANGE COLUMNS", " does not accept expressions, only names of columns.", "24.2.3.1", "RANGE COLUMNS partitioning", "4668" ]
[ [ 411, 48, 172, 11 ], [ 140, 94, 771, 27 ], [ 140, 94, 771, 27 ], [ 140, 94, 771, 27 ], [ 140, 94, 771, 27 ], [ 140, 165, 762, 43 ], [ 140, 165, 762, 43 ], [ 140, 165, 762, 43 ], [ 140, 222, 701, 11 ], [ 140, 222, 701, 11 ], [ 140, 222, 701, 11 ], [ 140, 222, 701, 11 ], [ 157, 301, 745, 43 ], [ 157, 301, 745, 43 ], [ 157, 301, 745, 43 ], [ 157, 301, 745, 43 ], [ 157, 301, 745, 43 ], [ 157, 301, 745, 43 ], [ 157, 301, 745, 43 ], [ 157, 301, 745, 43 ], [ 140, 415, 622, 11 ], [ 140, 415, 622, 11 ], [ 140, 415, 622, 11 ], [ 281, 627, 621, 43 ], [ 281, 627, 621, 43 ], [ 281, 627, 621, 43 ], [ 281, 627, 621, 43 ], [ 281, 627, 621, 43 ], [ 281, 627, 621, 43 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 684, 775, 74 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 773, 787, 105 ], [ 140, 891, 200, 32 ], [ 140, 891, 200, 32 ], [ 140, 891, 200, 32 ], [ 140, 891, 200, 32 ], [ 140, 891, 200, 32 ], [ 140, 891, 200, 32 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 140, 441, 490, 144 ], [ 281, 601, 37, 11 ], [ 140, 358, 790, 43 ], [ 140, 358, 790, 43 ], [ 140, 358, 790, 43 ], [ 140, 358, 790, 43 ], [ 140, 358, 790, 43 ], [ 140, 358, 790, 43 ], [ 140, 358, 790, 43 ], [ 140, 358, 790, 43 ], [ 140, 358, 790, 43 ], [ 140, 275, 434, 11 ], [ 140, 275, 434, 11 ], [ 140, 275, 434, 11 ], [ 140, 249, 549, 11 ], [ 140, 249, 549, 11 ], [ 140, 249, 549, 11 ], [ 60, 136, 374, 14 ], [ 60, 136, 374, 14 ], [ 60, 964, 37, 11 ] ]
[ [ 411, 48, 172, 11 ], [ 140, 94, 586, 11 ], [ 699, 94, 213, 11 ], [ 140, 110, 103, 11 ], [ 230, 110, 102, 11 ], [ 140, 165, 739, 11 ], [ 140, 181, 762, 11 ], [ 140, 196, 180, 11 ], [ 140, 224, 130, 10 ], [ 271, 222, 270, 11 ], [ 542, 224, 50, 10 ], [ 592, 222, 249, 11 ], [ 157, 302, 130, 10 ], [ 288, 301, 347, 11 ], [ 635, 301, 44, 11 ], [ 679, 301, 223, 11 ], [ 157, 316, 471, 11 ], [ 629, 317, 130, 10 ], [ 760, 316, 124, 11 ], [ 157, 332, 618, 11 ], [ 140, 415, 378, 11 ], [ 519, 416, 130, 10 ], [ 650, 415, 112, 11 ], [ 281, 627, 52, 11 ], [ 333, 628, 120, 10 ], [ 454, 627, 428, 11 ], [ 281, 643, 621, 11 ], [ 281, 658, 95, 11 ], [ 363, 658, 4, 11 ], [ 140, 684, 188, 11 ], [ 328, 686, 110, 10 ], [ 439, 684, 394, 11 ], [ 833, 684, 81, 11 ], [ 140, 700, 79, 11 ], [ 219, 700, 47, 11 ], [ 267, 701, 100, 10 ], [ 367, 700, 235, 11 ], [ 603, 700, 201, 11 ], [ 804, 700, 26, 11 ], [ 140, 717, 100, 10 ], [ 241, 715, 415, 11 ], [ 656, 717, 100, 10 ], [ 756, 715, 155, 11 ], [ 140, 731, 183, 11 ], [ 324, 732, 110, 10 ], [ 434, 731, 336, 11 ], [ 771, 732, 10, 10 ], [ 781, 731, 112, 11 ], [ 140, 748, 70, 10 ], [ 211, 747, 140, 11 ], [ 351, 748, 160, 10 ], [ 512, 747, 316, 11 ], [ 828, 748, 10, 10 ], [ 838, 747, 57, 11 ], [ 140, 773, 766, 11 ], [ 140, 788, 787, 11 ], [ 140, 804, 777, 11 ], [ 140, 819, 757, 11 ], [ 140, 835, 27, 11 ], [ 168, 836, 120, 10 ], [ 289, 835, 292, 11 ], [ 581, 836, 50, 10 ], [ 631, 835, 104, 11 ], [ 736, 836, 80, 10 ], [ 816, 835, 94, 11 ], [ 140, 850, 761, 11 ], [ 140, 866, 100, 11 ], [ 241, 867, 120, 10 ], [ 361, 866, 380, 11 ], [ 140, 891, 56, 8 ], [ 196, 891, 144, 8 ], [ 172, 904, 16, 8 ], [ 229, 904, 48, 8 ], [ 172, 916, 16, 8 ], [ 229, 916, 48, 8 ], [ 140, 441, 104, 8 ], [ 245, 441, 80, 8 ], [ 140, 453, 233, 8 ], [ 373, 453, 88, 8 ], [ 462, 453, 24, 8 ], [ 172, 465, 80, 8 ], [ 253, 465, 112, 8 ], [ 365, 465, 152, 8 ], [ 518, 465, 80, 8 ], [ 598, 465, 24, 8 ], [ 172, 478, 80, 8 ], [ 253, 478, 112, 8 ], [ 365, 478, 152, 8 ], [ 518, 478, 80, 8 ], [ 598, 478, 32, 8 ], [ 172, 490, 32, 8 ], [ 140, 503, 8, 8 ], [ 140, 528, 88, 8 ], [ 229, 528, 8, 8 ], [ 172, 540, 88, 8 ], [ 261, 540, 24, 8 ], [ 285, 540, 88, 8 ], [ 373, 540, 64, 8 ], [ 140, 565, 80, 8 ], [ 221, 565, 8, 8 ], [ 172, 577, 40, 8 ], [ 213, 577, 24, 8 ], [ 237, 577, 40, 8 ], [ 277, 577, 64, 8 ], [ 281, 601, 37, 11 ], [ 140, 358, 19, 11 ], [ 157, 359, 130, 10 ], [ 288, 358, 484, 11 ], [ 773, 359, 40, 10 ], [ 813, 358, 37, 11 ], [ 850, 359, 80, 10 ], [ 157, 373, 746, 11 ], [ 876, 373, 28, 11 ], [ 157, 389, 58, 11 ], [ 140, 275, 19, 11 ], [ 157, 276, 130, 10 ], [ 288, 275, 286, 11 ], [ 140, 249, 19, 11 ], [ 157, 250, 130, 10 ], [ 288, 249, 402, 11 ], [ 60, 136, 72, 14 ], [ 138, 136, 295, 14 ], [ 60, 964, 37, 11 ] ]
[ 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 7, 7, 4 ]
de6bd13a82e84d4daa8bd8f3e87ae765f2e50e9e9ff74c474ff9ec23be3fe665
refman-8.0-en.pdf
4,697
6,228
612
792
1,025
1,025
manuals
manuals
11774
[ "Title: Safety Regulations for Third Parties ", "Document ID ", "Version 9.2 ", "IMS-PTT-S6.5-WIN-0001 ", "Page 8/17 ", "Note that these checks do not release the contracted company of its responsibility to supervise the ", "execution of the work, and to verify compliance with applicable legal requirements itself. ", "Work Permits ", "3.2", "A work permit is required before carrying out the following (high risk) work activities: ", "3.2.1", "", "Working in labs, workshops and technical areas ...................................see form IMS-PTT-S6.5-FRM-0001 ", "", "Excavation work .....................................................................................see form IMS-PTT-S6.5-FRM-0002 ", "", "Working with naked flame .....................................................................see form IMS-PTT-S6.5-FRM-0003 ", "", "Working in confined spaces ...................................................................see form IMS-PTT-S6.5-FRM-0004 ", "", "Working on height .................................................................................see form IMS-PTT-S6.5-FRM-0005 ", "", "Hoisting...................................................................................................see form IMS-PTT-S6.5-FRM-0026 ", "$_{a)}$ ", "Activities that could cause sparks (like grinding) or dust (could trigger smoke alarms) also fall under the ", "work permit IMS-PTT-S6.5-FRM-0003 \"Working with Naked Flame\". ", "$_{b)}$ ", "Activities that could cause falling through openings (e.g. through open hedges in floors or roofs) also ", "fall under the work permit IMS-PTT-S6.5-FRM-0005 \"Working on Height\". ", "Traffic ", "3.3", "On the JRC-Petten site, the same traffic rules apply as on public roads in the Netherlands. The JRC-Petten ", "3.3.1", "site has a general speed limit of 30 km/h for motor vehicles. ", "Driving a motor vehicle on the JRC-Petten site is only permitted with a valid driving licence and insurance as ", "3.3.2", "required by law or stipulated by the contract. ", "The use of powered industrial vehicles (e.g. forklift trucks, motorized cranes, motorized aerial work ", "3.3.3", "platforms) is only allowed with valid certificate and adequate insurance. ", "Persons may only be transported with vehicles that are designed and equipped for that purpose. ", "3.3.4", "The VLG (Dutch Decree regarding Transport of Dangerous Goods over Land), including the ADR (European ", "3.3.5", "Agreement regarding the Transport of Dangerous Goods by Road) is applicable to the JRC-Petten site. ", "Above mentioned traffic rules will be enforced by SES. ", "3.3.6", "The VLG applies amongst others to the packing, labelling and marking of hazardous substances, and the ", "transport of hazardous substances, gas cylinders, and radioactive materials.", "Work permits may include additional requirements. They must be carefully read and complied with. Work ", "permits are granted by SES. ", "Note that: " ]
[ [ 99, 52, 825, 34 ], [ 99, 52, 825, 34 ], [ 99, 52, 825, 34 ], [ 99, 52, 825, 34 ], [ 99, 52, 825, 34 ], [ 170, 112, 759, 27 ], [ 170, 112, 759, 27 ], [ 97, 171, 175, 12 ], [ 97, 171, 175, 12 ], [ 97, 193, 672, 12 ], [ 97, 193, 672, 12 ], [ 170, 213, 760, 15 ], [ 170, 213, 760, 15 ], [ 170, 236, 760, 15 ], [ 170, 236, 760, 15 ], [ 170, 258, 760, 15 ], [ 170, 258, 760, 15 ], [ 170, 281, 760, 15 ], [ 170, 281, 760, 15 ], [ 170, 304, 760, 15 ], [ 170, 304, 760, 15 ], [ 170, 327, 760, 15 ], [ 170, 327, 760, 15 ], [ 170, 395, 759, 28 ], [ 170, 395, 759, 28 ], [ 170, 395, 759, 28 ], [ 170, 432, 760, 28 ], [ 170, 432, 760, 28 ], [ 170, 432, 760, 28 ], [ 97, 552, 122, 12 ], [ 97, 552, 122, 12 ], [ 97, 574, 833, 27 ], [ 97, 574, 833, 27 ], [ 97, 574, 833, 27 ], [ 97, 633, 833, 27 ], [ 97, 633, 833, 27 ], [ 97, 633, 833, 27 ], [ 97, 692, 833, 27 ], [ 97, 692, 833, 27 ], [ 97, 692, 833, 27 ], [ 97, 752, 752, 12 ], [ 97, 752, 752, 12 ], [ 97, 796, 833, 27 ], [ 97, 796, 833, 27 ], [ 97, 796, 833, 27 ], [ 97, 892, 455, 12 ], [ 97, 892, 455, 12 ], [ 170, 833, 760, 27 ], [ 170, 833, 760, 27 ], [ 170, 493, 760, 27 ], [ 170, 493, 760, 27 ], [ 170, 374, 75, 12 ] ]
[ [ 108, 64, 265, 10 ], [ 623, 57, 86, 10 ], [ 804, 57, 74, 10 ], [ 589, 71, 155, 10 ], [ 850, 71, 66, 10 ], [ 170, 112, 759, 12 ], [ 170, 127, 626, 12 ], [ 170, 171, 102, 12 ], [ 97, 171, 21, 12 ], [ 170, 193, 599, 12 ], [ 97, 193, 34, 12 ], [ 170, 213, 7, 14 ], [ 201, 216, 729, 12 ], [ 170, 236, 7, 14 ], [ 201, 239, 729, 12 ], [ 170, 258, 7, 14 ], [ 201, 262, 729, 12 ], [ 170, 281, 7, 14 ], [ 201, 284, 729, 12 ], [ 170, 304, 7, 14 ], [ 201, 307, 729, 12 ], [ 170, 327, 7, 14 ], [ 201, 330, 729, 12 ], [ 170, 395, 18, 13 ], [ 201, 396, 728, 12 ], [ 201, 411, 475, 12 ], [ 170, 432, 19, 13 ], [ 201, 433, 729, 12 ], [ 201, 448, 516, 12 ], [ 170, 552, 49, 12 ], [ 97, 552, 21, 12 ], [ 170, 574, 760, 12 ], [ 97, 574, 34, 12 ], [ 170, 589, 423, 12 ], [ 170, 633, 760, 12 ], [ 97, 633, 34, 12 ], [ 170, 648, 320, 12 ], [ 170, 692, 760, 12 ], [ 97, 692, 34, 12 ], [ 170, 707, 507, 12 ], [ 170, 752, 679, 12 ], [ 97, 752, 34, 12 ], [ 170, 796, 760, 12 ], [ 97, 796, 34, 12 ], [ 170, 811, 713, 12 ], [ 170, 892, 382, 12 ], [ 97, 892, 34, 12 ], [ 170, 833, 760, 12 ], [ 170, 848, 528, 12 ], [ 170, 493, 760, 12 ], [ 170, 507, 196, 12 ], [ 170, 374, 75, 12 ] ]
[ 8, 8, 8, 8, 8, 9, 9, 7, 7, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9 ]
7c5dfd7009ee1263dc9ea31452ccce8adbbe7c3584684ee16646ec8c354fdea2
EN-Annexes to the contract_1.pdf
7
17
595
841
1,025
1,025
eu_tenders
government_tenders
11775
[ "December 15, 2011 with early adoption permitted.", "Adoption of ASU 2011-05 did not have a significant impact on the ", "Company’s consolidated financial statements. ", "In September 2011, the FASB issued ASU No. 2011-08, Intangibles – Goodwill and Other (Topic 350): Testing ", "Goodwill for Impairment. ASU 2011-08 allows the use of qualitative factors to determine whether it is more likely than not ", "that the fair value of the reporting unit is less than its carrying amounts as a basis for determining whether it is necessary to ", "perform the two-step goodwill impairment test. The new guidance is effective for annual and interim goodwill impairment ", "tests beginning after December 15, 2011 with early adoption permitted.", "The adoption of ASU 2011-08 did not have a ", "significant impact on the Company’s consolidated financial statements. ", "Our assets and liabilities are principally financial in nature and the resulting net interest income thereon is subject ", "to changes in market interest rates and the mix of various assets and liabilities. Interest rates in the financial markets affect ", "our decision on pricing our assets and liabilities which impacts our net interest income, a significant cash flow source for us.", "As a result, a substantial portion of our risk management activities relates to managing interest rate risk. ", "Our Asset/Liability Management Committee monitors the interest rate sensitivity of our balance sheet using ", "earnings simulation models and interest sensitivity GAP analysis.", "We have set policy limits of interest rate risk to be ", "assumed in the normal course of business and monitor such limits through our simulation process. ", "In the past, we have been successful in meeting the interest rate sensitivity objectives set forth in our policy.", "Simulation models are prepared to determine the impact on net interest income for the coming twelve months, including ", "using rates at December 31, 2012 and forecasting volumes for the twelve-month projection. This position is then subjected ", "to a shift in interest rates of 100 and 200 basis points rising and 100 basis points falling with an impact to our net interest ", "income on a one-year horizon as follows: ", "Interest rate \"gap\" analysis is a common, though imperfect, measure of interest rate risk which measures the relative ", "dollar amounts of interest-earning assets and interest-bearing liabilities which reprice within a specific time period, either ", "through maturity or rate adjustment. The \"gap\" is the difference between the amounts of such assets and liabilities that are ", "subject to such repricing. A \"positive\" gap for a given period means that the amount of interest-earning assets maturing or ", "otherwise repricing within that period exceeds the amount of interest-bearing liabilities maturing or otherwise repricing during ", "that same period. In a rising interest rate environment, an institution with a positive gap would generally be expected, absent ", "the effects of other factors, to experience a greater increase in the yield of its assets relative to the cost of its liabilities.", "Conversely, the cost of funds for an institution with a positive gap would generally be expected to decline less quickly than the ", "yield on its assets in a falling interest rate environment.", "Changes in interest rates generally have the opposite effect on an ", "institution with a \"negative\" gap. ", "Following is our \"static gap\" schedule. One-to-four family and consumer loans include prepayment assumptions, ", "while all other loans assume no prepayments. Mortgage-backed securities include published prepayment assumptions, while ", "all other investments assume no prepayments.", "59 ", "ASSET/LIABILITY MANAGEMENT ", "ITEM 7A. QUANTITATIVE AND QUALITATIVE DISCLOSURES ABOUT MARKET RISK ", "Scenario", "$000's change ", "in net interest ", "income", "% change in ", "net interest ", "income", "200 basis point rising", " $", "1,059 ", "5.9%", "100 basis point rising", " $", "566 ", "3.2%", "100 basis point falling", " $", "(983)", "-5.5%" ]
[ [ 96, 95, 836, 27 ], [ 96, 95, 836, 27 ], [ 96, 95, 836, 27 ], [ 96, 141, 836, 88 ], [ 96, 141, 836, 88 ], [ 96, 141, 836, 88 ], [ 96, 141, 836, 88 ], [ 96, 141, 836, 88 ], [ 96, 141, 836, 88 ], [ 96, 141, 836, 88 ], [ 96, 278, 836, 57 ], [ 96, 278, 836, 57 ], [ 96, 278, 836, 57 ], [ 96, 278, 836, 57 ], [ 96, 354, 836, 42 ], [ 96, 354, 836, 42 ], [ 96, 354, 836, 42 ], [ 96, 354, 836, 42 ], [ 96, 415, 836, 73 ], [ 96, 415, 836, 73 ], [ 96, 415, 836, 73 ], [ 96, 415, 836, 73 ], [ 96, 415, 836, 73 ], [ 96, 656, 858, 149 ], [ 96, 656, 858, 149 ], [ 96, 656, 858, 149 ], [ 96, 656, 858, 149 ], [ 96, 656, 858, 149 ], [ 96, 656, 858, 149 ], [ 96, 656, 858, 149 ], [ 96, 656, 858, 149 ], [ 96, 656, 858, 149 ], [ 96, 656, 858, 149 ], [ 96, 656, 858, 149 ], [ 96, 823, 836, 42 ], [ 96, 823, 836, 42 ], [ 96, 823, 836, 42 ], [ 502, 969, 25, 14 ], [ 96, 622, 279, 11 ], [ 96, 248, 689, 11 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ], [ 314, 507, 396, 94 ] ]
[ [ 96, 95, 352, 12 ], [ 462, 95, 470, 12 ], [ 96, 111, 309, 12 ], [ 156, 141, 775, 12 ], [ 96, 156, 836, 12 ], [ 96, 172, 836, 12 ], [ 96, 187, 836, 12 ], [ 96, 202, 501, 12 ], [ 610, 202, 321, 12 ], [ 96, 217, 478, 12 ], [ 156, 278, 775, 12 ], [ 96, 293, 836, 12 ], [ 96, 308, 832, 12 ], [ 96, 323, 696, 12 ], [ 156, 354, 775, 12 ], [ 96, 369, 462, 12 ], [ 572, 369, 360, 12 ], [ 96, 384, 657, 12 ], [ 156, 415, 771, 12 ], [ 96, 430, 836, 12 ], [ 96, 445, 836, 12 ], [ 96, 460, 836, 12 ], [ 96, 475, 279, 12 ], [ 156, 656, 797, 12 ], [ 96, 671, 857, 12 ], [ 96, 686, 858, 12 ], [ 96, 701, 858, 12 ], [ 96, 717, 857, 12 ], [ 96, 732, 857, 12 ], [ 96, 747, 853, 12 ], [ 96, 762, 857, 12 ], [ 96, 778, 386, 12 ], [ 495, 778, 458, 12 ], [ 96, 793, 223, 12 ], [ 156, 823, 775, 12 ], [ 96, 838, 836, 12 ], [ 96, 854, 305, 12 ], [ 502, 969, 25, 14 ], [ 96, 622, 279, 11 ], [ 96, 248, 689, 11 ], [ 382, 539, 58, 12 ], [ 513, 507, 98, 12 ], [ 515, 524, 94, 12 ], [ 536, 540, 48, 12 ], [ 621, 507, 86, 12 ], [ 625, 524, 77, 12 ], [ 637, 540, 48, 12 ], [ 318, 555, 143, 12 ], [ 509, 555, 12, 12 ], [ 568, 555, 42, 12 ], [ 672, 555, 34, 12 ], [ 318, 572, 143, 12 ], [ 509, 572, 12, 12 ], [ 581, 572, 29, 12 ], [ 672, 572, 34, 12 ], [ 318, 589, 148, 12 ], [ 509, 589, 12, 12 ], [ 572, 589, 36, 12 ], [ 667, 589, 40, 12 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 ]
0650d9b66123841f72a8606fe3f4a397d8f7d6196028c1ece94b6cf0bf071b54
NASDAQ_LARK_2012.pdf
60
116
612
792
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11776
[ "<LAT>|2019-01-21T19:54:06|22422\\|EVENT START: cluster_ffdc -a ", "CLAMD_EXIT_MONITOR_DETECTED -f ", "/var/hacmp/log/clappmond.testapp01.rg1.log|</LAT>", "+rg1:cl_ffdc[211] /usr/es/sbin/cluster/utilities/cl_get_path all", ". . . . . .", "Jan 21 2019 19:54:06 EVENT COMPLETED: cluster_ffdc -a ", "CLAMD_EXIT_MONITOR_DETECTED -f /var/hacmp/log/clappmond.testapp01.rg1.log 0", "<LAT>|2019-01-21T19:54:06|22422\\|EVENT COMPLETED: cluster_ffdc -a ", "CLAMD_EXIT_MONITOR_DETECTED -f /var/hacmp/log/clappmond.testapp01.rg1.log ", "0|</LAT>", "Application monitor [app01start] exited with code (2)", ". . . . . .", "Jan 21 2019 19:54:17 EVENT COMPLETED: start_server testapp01 0", "<LAT>|2019-01-21T19:54:17|22422\\|EVENT COMPLETED: start_server testapp01 ", "0|</LAT>", "+rg1:process_resources[start_or_stop_applications_for_rg:267] RC=0", ". . . . . .", "<LAT>|2019-01-21T19:54:17|22422\\|EVENT COMPLETED: rg_move_complete node1 1 ", "0|</LAT>", "+ clcycle clavailability.log", "+ 1>/dev/null 2>&1", "+ cltime", "+ DATE=2019-01-21T19:54:18.018859", "+ echo '<EVENT:RG:MOVE_COMPLETE:END>|2019-01-21T19:54:18.018859|INFO: ", "rg_move_complete|rg1|node1|1|0'", "+ 1>>/var/hacmp/availability/clavailability.log", "PowerHA SystemMirror Event Summary", "----------------------------------------------------------------------------", "Serial number for this event: 22422", "Event: TE_RG_MOVE_ACQUIRE", "Start time: Mon Jan 21 19:53:59 2019", "End time: Mon Jan 21 19:54:18 2019", "Action:", "Resource:", "Script Name:", "----------------------------------------------------------------------------", "Acquiring resource group:", "rg1", "process_resources", "Search on: Mon.Jan.21.19:54:00.CST.2019.process_resources.rg1.ref", "Acquiring resource:", "All_service_addrs", "acquire_takeover_addr", "Search on: ", "Mon.Jan.21.19:54:00.CST.2019.acquire_takeover_addr.All_service_addrs.rg1.ref", "Resource online:", "All_nonerror_service_addrs", "acquire_takeover_addr", "46 ", "IBM PowerHA SystemMirror V7.2.3 for IBM AIX and V7.2.2 for Linux" ]
[ [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 92, 627, 601 ], [ 253, 698, 636, 151 ], [ 253, 698, 636, 151 ], [ 253, 698, 636, 151 ], [ 253, 698, 636, 151 ], [ 253, 698, 636, 151 ], [ 253, 698, 636, 151 ], [ 253, 698, 636, 151 ], [ 253, 698, 636, 151 ], [ 253, 698, 636, 151 ], [ 253, 853, 644, 89 ], [ 253, 853, 644, 89 ], [ 253, 853, 644, 89 ], [ 253, 853, 644, 89 ], [ 253, 853, 644, 89 ], [ 253, 853, 644, 89 ], [ 253, 853, 644, 89 ], [ 253, 853, 644, 89 ], [ 253, 853, 644, 89 ], [ 253, 853, 644, 89 ], [ 253, 853, 644, 89 ], [ 253, 853, 644, 89 ], [ 108, 976, 523, 11 ], [ 108, 976, 523, 11 ] ]
[ [ 253, 92, 518, 11 ], [ 253, 108, 259, 11 ], [ 253, 123, 410, 11 ], [ 253, 154, 535, 11 ], [ 253, 185, 92, 11 ], [ 253, 216, 451, 11 ], [ 253, 232, 627, 11 ], [ 253, 263, 552, 11 ], [ 253, 279, 619, 11 ], [ 253, 294, 66, 11 ], [ 253, 325, 443, 11 ], [ 253, 356, 92, 11 ], [ 253, 387, 518, 11 ], [ 253, 418, 610, 11 ], [ 253, 434, 66, 11 ], [ 253, 465, 552, 11 ], [ 253, 496, 92, 11 ], [ 253, 527, 627, 11 ], [ 253, 543, 66, 11 ], [ 253, 574, 234, 11 ], [ 253, 589, 150, 11 ], [ 253, 605, 66, 11 ], [ 253, 620, 276, 11 ], [ 253, 636, 585, 11 ], [ 253, 651, 259, 11 ], [ 253, 667, 393, 11 ], [ 454, 682, 284, 11 ], [ 253, 698, 636, 11 ], [ 253, 729, 292, 11 ], [ 253, 745, 209, 11 ], [ 253, 760, 301, 11 ], [ 253, 791, 284, 11 ], [ 253, 822, 58, 11 ], [ 387, 822, 75, 11 ], [ 654, 822, 100, 11 ], [ 253, 838, 636, 11 ], [ 253, 853, 209, 11 ], [ 521, 853, 25, 11 ], [ 587, 853, 142, 11 ], [ 253, 869, 543, 11 ], [ 253, 884, 159, 11 ], [ 454, 884, 142, 11 ], [ 654, 884, 175, 11 ], [ 253, 900, 92, 11 ], [ 253, 915, 636, 11 ], [ 253, 931, 133, 11 ], [ 454, 931, 217, 11 ], [ 721, 931, 175, 11 ], [ 108, 976, 22, 11 ], [ 156, 977, 475, 10 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 4 ]
89634c0d156848d3c77d819ad10bb695947ae7dc7d22c5a241fc049048bffd62
sg248434.pdf
61
506
612
792
1,025
1,025
redbooks
manuals
11777
[ "that neighboring Bi displacements show some correlation", "with each other, with a preference for", "phi", "= 180", "◦", "align-", "ment. This corresponds to a zig-zag type ordering that", "merits further investigation. Measures of the tetrahedric-", "ity", "S", "(", "T$_{d}$", ") of the O", "$^{′}$Bi$_{4}$", "sublattice indicate that neighbor-", "ing displacements are weakly correlated, thus the sublat-", "tice may exhibit some rigidity.", "M.", "G. Tucker, and A. L. Goodwin for helpful discus-", "sions. This work was supported by the Institute for Mul-", "tiscale Materials Studies and the National Science Foun-", "dation through a Career Award (DMR 0449354) to RS", "and MRSEC facilities (DMR 0520415). Neutron scatter-", "ing was performed on NPDF at the Lujan Center at the", "Los Alamos Neutron Science Center, funded by the DOE", "Office of Basic Energy Sciences.", "Los Alamos National", "Laboratory is operated by Los Alamos National Security,", "LLC under DOE Contract DE-AC52-06NA25396.", "We thank M. Pinsky and D. Avnir for providing the", "CSM script, and we thank K. L. Page, R. L. Withers,", "V.", "ACKNOWLEDGMENTS", "9", "∗", "Electronic address: dshoe@mrl.ucsb.edu", "1", "A.", "P. Ramirez, Ann. Rev. Mater. Sci.", "24", ", 453 (1994).", "2", "A.", "P. Ramirez, A. Hayashi, R. J. Cava, R. Siddharthan,", "and B. S. Shastry, Nature", "399", ", 333 (1999).", "3", "D.", "J. P. Morris, D. A. Tennant, S. A. Grigera, B. Klemke,", "C.", "Castelnovo, R. Moessner, C. Czternasty, M. Meissner,", "K.", "C. Rule, J. Hoffmann, et al., Science", "326", ", 411 (2009).", "4", "H.", "Kadowaki, N. Doi, Y. Aoki, Y. Tabata, T. J. Sato, J. W.", "Lynn, K. Matsuhira, and Z. Hiroi, J. Phys. Soc. Japan", "78", ",", "103706 (2009).", "5", "S.", "Yonezawa, Y. Muraoka, and Z. Hiroi, J. Phys. Soc.", "Japan", "73", ", 1655 (2004).", "6", "C.", "A. Kendziora, I. A. Sergienko, R. Jin, J. He, V. Kep-", "pens, B. C. Sales, and D. Mandrus, Phys. Rev. Lett.", "95", ",", "125503 (2005).", "7", "S.", "Onoda and N. Nagaosa, Phys. Rev. Lett.", "90", ", 196602", "(2003).", "8", "R.", "Seshadri, Solid State Sci.", "8", ", 259 (2006).", "10", "N.", "A. Hill, Ann. Rev. Mater. Res.", "32", ", 1 (2002).", "9", "A.", "L. Hector and S. B. Wiggin, J. Solid State Chem.", "177", ",", "139 (2004), ISSN 0022-4596.", "11", "B.", "C. Melot,", "R.", "Tackett,", "J.", "O’Brien,", "A.", "L. Hector,", "G.", "Lawes, R. Seshadri, and A. P. Ramirez, Phys. Rev.", "B", "79", ", 224111 (2009).", "12", "C.", "J. Fennie, R. Seshadri, and K. M. Rabe, 0712.1846", "(2007), URL", "http://arxiv.org/abs/0712.1846", ".", "13", "R.", "L. Withers, T. R. Welberry, A. K. Larsson, Y. Liu,", "L.", "Norn, H. Rundlf, and F. J. Brink, J. Solid State Chem.", "177", ", 231 (2004), ISSN 0022-4596.", "14", "A.", "L. Goodwin, R. L. Withers, and H. Nguyen, J. Phys.", "Cond. Mat.", "19", ", 335216 (2007).", "15", "Y.", "Liu, R. L. Withers, H. B. Nguyen, K. Elliott, Q. Ren,", "and Z. Chen, J. Solid State Chem.", "182", ", 2748 (2009).", "16", "Y.", "Tabira, R. L. Withers, T. Yamada, and N. Ishizawa, Z.", "Kristallogr.", "216", ", 92 (2001).", "17", "T.", "Egami and S. J. L. Billinge,", "Underneath the Bragg", "Peaks, Volume 7: Structural Analysis of Complex Mate-", "rials", "(Pergamon, 2003), ISBN 0080426980.", "18", "T.", "Proffen,", "cond-mat/0002388", "(2000),", "URL", "http://", "arxiv.org/abs/cond-mat/0002388", ".", "19", "R.", "L. McGreevy and L. Pusztai, Mol. Simulat.", "1", ", 359", "(1988).", "20", "R.", "L. McGreevy, J. Phys. Cond. Matt.", "13", ", R877 (2001).", "21", "M.", "G. Tucker, M. T. Dove, and D. A. Keen, J. Appl. Cryst.", "34", ", 630 (2001).", "46", "I.", "Radosavljevic, J. S. O. Evans, and A. W. Sleight, J. Solid", "State Chem.", "136", ", 63 (1998).", "45", "J.", "Li, Modelling and Simul. Mater. Sci. Eng.", "11", ", 173", "(2003).", "44", "K.", "Momma and F. Izumi, J. Appl. Cryst.", "41", ", 653 (2008).", "43", "D.", "A. Keen, J. Appl. Cryst.", "34", ", 172 (2001).", "42", "M.", "G. Tucker, D. A. Keen, M. T. Dove, A. L. Goodwin,", "and Q. Hui, J. Phys. Cond. Mat.", "19", ", 335218 (2007).", "41", "F.", "Izumi and A. Dilanian,", "Recent Research Developments", "in Physics", ", vol. 3 (Transworld Research Network, Trivan-", "drum, India, 2002), ISBN 81-7895-046-4.", "40", "D.", "M. H. H. T. Stokes and B. J. Campbell,", "Isotropy", "(2007),", "http://stokes.byu.edu/isotropy.html", ".", "39", "Bilbao crystallographic server", ",", "http://www.cryst.ehu.es", ".", "38", "G.", "Kresse and D. Joubert, Phys. Rev. B", "59", ", 1758 (1999).", "37", "P.", "Bl¨", "ochl, Phys. Rev. B", "50", ", 17953 (1994).", "36", "G.", "Kresse and J. Furthm¨", "uller, Phys. Rev. B", "54", ", 11169", "(1996).", "35", "G.", "Kresse and J. Hafner, Phys. Rev. B", "47", ", 558 (1993).", "34", "C.", "L. Farrow, P. Juhas, J. W. Liu, D. Bryndin, E. S. Bozin,", "J.", "Bloch, T. Proffen, and S. J. L. Billinge, J. Phys. Cond.", "Mat.", "19", ", 335219 (2007).", "33", "P.", "F. Peterson, M. Gutmann, T. Proffen, and S. J. L.", "Billinge, J. Appl. Cryst.", "33", ", 1192 (2000).", "32", "A.", "Larson and R. Von Dreele, Los Alamos National Labo-", "ratory Report LAUR", "86", ", 748 (2000).", "31", "J.", "D. Bernal and R. H. Fowler, J. Chem. Phys.", "1", ", 515", "(1933).", "30", "K.", "M. Ok, P. S. Halasyamani, D. Casanova, M. Llunell,", "P.", "Alemany, and S. Alvarez, Chem. Mater.", "18", ", 3176 (2006).", "29", "D.", "Yogev-Einot and D. Avnir, Acta Cryst. B", "60", ", 163", "(2004), ISSN 0108-7681.", "28", "S.", "Keinan and D. Avnir, J. Che. Soc., Dalton Trans. pp.", "941–947 (2001).", "27", "M.", "Pinsky and D. Avnir, Inorg. Chem.", "37", ", 5575 (1998).", "26", "H.", "Zabrodsky, S. Peleg, and D. Avnir, J. Am. Chem. Soc.", "114", ", 7843 (1992).", "25", "D.", "P. Shoemaker, J. Li, and R. Seshadri, J. Am. Chem.", "Soc.", "131", ", 11450 (2009).", "24", "S.", "Adams and J. Swenson, J. Phys. Cond. Matt.", "17", ", S87", "(2005).", "23", "M.", "G. Tucker, M. P. Squires, M. T. Dove, and D. A. Keen,", "J.", "Phys. Cond. Mat.", "13", ", 403 (2001).", "22", "A.", "Sartbaeva, S. A. Wells, M. F. Thorpe, E. S. Bozin, and", "S.", "J. L. Billinge, Phys. Rev. Lett.", "99", ", 155503 (2007)." ]
[ [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 90, 71, 410, 100 ], [ 530, 71, 410, 144 ], [ 530, 71, 410, 144 ], [ 530, 71, 410, 144 ], [ 530, 71, 410, 144 ], [ 530, 71, 410, 144 ], [ 530, 71, 410, 144 ], [ 530, 71, 410, 144 ], [ 530, 71, 410, 144 ], [ 530, 71, 410, 144 ], [ 530, 71, 410, 144 ], [ 530, 71, 410, 144 ], [ 530, 71, 410, 144 ], [ 90, 236, 410, 26 ], [ 90, 236, 410, 26 ], [ 177, 204, 235, 10 ], [ 177, 204, 235, 10 ], [ 933, 37, 8, 11 ], [ 96, 321, 284, 12 ], [ 96, 321, 284, 12 ], [ 96, 335, 374, 12 ], [ 96, 335, 374, 12 ], [ 96, 335, 374, 12 ], [ 96, 335, 374, 12 ], [ 96, 335, 374, 12 ], [ 96, 349, 404, 26 ], [ 96, 349, 404, 26 ], [ 96, 349, 404, 26 ], [ 96, 349, 404, 26 ], [ 96, 349, 404, 26 ], [ 96, 349, 404, 26 ], [ 96, 376, 404, 39 ], [ 96, 376, 404, 39 ], [ 96, 376, 404, 39 ], [ 96, 376, 404, 39 ], [ 96, 376, 404, 39 ], [ 96, 376, 404, 39 ], [ 96, 376, 404, 39 ], [ 96, 376, 404, 39 ], [ 96, 376, 404, 39 ], [ 96, 416, 404, 39 ], [ 96, 416, 404, 39 ], [ 96, 416, 404, 39 ], [ 96, 416, 404, 39 ], [ 96, 416, 404, 39 ], [ 96, 416, 404, 39 ], [ 96, 416, 404, 39 ], [ 96, 457, 404, 26 ], [ 96, 457, 404, 26 ], [ 96, 457, 404, 26 ], [ 96, 457, 404, 26 ], [ 96, 457, 404, 26 ], [ 96, 457, 404, 26 ], [ 96, 484, 404, 39 ], [ 96, 484, 404, 39 ], [ 96, 484, 404, 39 ], [ 96, 484, 404, 39 ], [ 96, 484, 404, 39 ], [ 96, 484, 404, 39 ], [ 96, 484, 404, 39 ], [ 96, 525, 404, 26 ], [ 96, 525, 404, 26 ], [ 96, 525, 404, 26 ], [ 96, 525, 404, 26 ], [ 96, 525, 404, 26 ], [ 96, 525, 404, 26 ], [ 96, 552, 302, 12 ], [ 96, 552, 302, 12 ], [ 96, 552, 302, 12 ], [ 96, 552, 302, 12 ], [ 96, 552, 302, 12 ], [ 90, 592, 340, 12 ], [ 90, 592, 340, 12 ], [ 90, 592, 340, 12 ], [ 90, 592, 340, 12 ], [ 90, 592, 340, 12 ], [ 96, 565, 404, 26 ], [ 96, 565, 404, 26 ], [ 96, 565, 404, 26 ], [ 96, 565, 404, 26 ], [ 96, 565, 404, 26 ], [ 96, 565, 404, 26 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 606, 410, 39 ], [ 90, 647, 410, 26 ], [ 90, 647, 410, 26 ], [ 90, 647, 410, 26 ], [ 90, 647, 410, 26 ], [ 90, 647, 410, 26 ], [ 90, 647, 410, 26 ], [ 90, 674, 410, 39 ], [ 90, 674, 410, 39 ], [ 90, 674, 410, 39 ], [ 90, 674, 410, 39 ], [ 90, 674, 410, 39 ], [ 90, 674, 410, 39 ], [ 90, 674, 410, 39 ], [ 90, 714, 410, 26 ], [ 90, 714, 410, 26 ], [ 90, 714, 410, 26 ], [ 90, 714, 410, 26 ], [ 90, 714, 410, 26 ], [ 90, 714, 410, 26 ], [ 90, 741, 410, 26 ], [ 90, 741, 410, 26 ], [ 90, 741, 410, 26 ], [ 90, 741, 410, 26 ], [ 90, 741, 410, 26 ], [ 90, 741, 410, 26 ], [ 90, 768, 410, 26 ], [ 90, 768, 410, 26 ], [ 90, 768, 410, 26 ], [ 90, 768, 410, 26 ], [ 90, 768, 410, 26 ], [ 90, 768, 410, 26 ], [ 90, 796, 410, 39 ], [ 90, 796, 410, 39 ], [ 90, 796, 410, 39 ], [ 90, 796, 410, 39 ], [ 90, 796, 410, 39 ], [ 90, 796, 410, 39 ], [ 90, 796, 410, 39 ], [ 90, 836, 410, 26 ], [ 90, 836, 410, 26 ], [ 90, 836, 410, 26 ], [ 90, 836, 410, 26 ], [ 90, 836, 410, 26 ], [ 90, 836, 410, 26 ], [ 90, 836, 410, 26 ], [ 90, 836, 410, 26 ], [ 90, 836, 410, 26 ], [ 90, 863, 410, 26 ], [ 90, 863, 410, 26 ], [ 90, 863, 410, 26 ], [ 90, 863, 410, 26 ], [ 90, 863, 410, 26 ], [ 90, 863, 410, 26 ], [ 90, 890, 400, 12 ], [ 90, 890, 400, 12 ], [ 90, 890, 400, 12 ], [ 90, 890, 400, 12 ], [ 90, 890, 400, 12 ], [ 90, 904, 410, 26 ], [ 90, 904, 410, 26 ], [ 90, 904, 410, 26 ], [ 90, 904, 410, 26 ], [ 90, 904, 410, 26 ], [ 530, 904, 410, 26 ], [ 530, 904, 410, 26 ], [ 530, 904, 410, 26 ], [ 530, 904, 410, 26 ], [ 530, 904, 410, 26 ], [ 530, 904, 410, 26 ], [ 530, 877, 410, 26 ], [ 530, 877, 410, 26 ], [ 530, 877, 410, 26 ], [ 530, 877, 410, 26 ], [ 530, 877, 410, 26 ], [ 530, 877, 410, 26 ], [ 530, 863, 408, 12 ], [ 530, 863, 408, 12 ], [ 530, 863, 408, 12 ], [ 530, 863, 408, 12 ], [ 530, 863, 408, 12 ], [ 530, 850, 315, 12 ], [ 530, 850, 315, 12 ], [ 530, 850, 315, 12 ], [ 530, 850, 315, 12 ], [ 530, 850, 315, 12 ], [ 530, 823, 410, 26 ], [ 530, 823, 410, 26 ], [ 530, 823, 410, 26 ], [ 530, 823, 410, 26 ], [ 530, 823, 410, 26 ], [ 530, 823, 410, 26 ], [ 530, 782, 410, 39 ], [ 530, 782, 410, 39 ], [ 530, 782, 410, 39 ], [ 530, 782, 410, 39 ], [ 530, 782, 410, 39 ], [ 530, 782, 410, 39 ], [ 530, 782, 410, 39 ], [ 530, 755, 410, 26 ], [ 530, 755, 410, 26 ], [ 530, 755, 410, 26 ], [ 530, 755, 410, 26 ], [ 530, 755, 410, 26 ], [ 530, 755, 410, 26 ], [ 530, 755, 410, 26 ], [ 530, 741, 410, 12 ], [ 530, 741, 410, 12 ], [ 530, 741, 410, 12 ], [ 530, 741, 410, 12 ], [ 530, 741, 410, 12 ], [ 530, 728, 407, 12 ], [ 530, 728, 407, 12 ], [ 530, 728, 407, 12 ], [ 530, 728, 407, 12 ], [ 530, 728, 407, 12 ], [ 530, 714, 302, 12 ], [ 530, 714, 302, 12 ], [ 530, 714, 302, 12 ], [ 530, 714, 302, 12 ], [ 530, 714, 302, 12 ], [ 530, 714, 302, 12 ], [ 530, 687, 410, 26 ], [ 530, 687, 410, 26 ], [ 530, 687, 410, 26 ], [ 530, 687, 410, 26 ], [ 530, 687, 410, 26 ], [ 530, 687, 410, 26 ], [ 530, 687, 410, 26 ], [ 530, 674, 389, 12 ], [ 530, 674, 389, 12 ], [ 530, 674, 389, 12 ], [ 530, 674, 389, 12 ], [ 530, 674, 389, 12 ], [ 530, 633, 410, 39 ], [ 530, 633, 410, 39 ], [ 530, 633, 410, 39 ], [ 530, 633, 410, 39 ], [ 530, 633, 410, 39 ], [ 530, 633, 410, 39 ], [ 530, 633, 410, 39 ], [ 530, 633, 410, 39 ], [ 530, 606, 410, 26 ], [ 530, 606, 410, 26 ], [ 530, 606, 410, 26 ], [ 530, 606, 410, 26 ], [ 530, 606, 410, 26 ], [ 530, 606, 410, 26 ], [ 530, 579, 410, 26 ], [ 530, 579, 410, 26 ], [ 530, 579, 410, 26 ], [ 530, 579, 410, 26 ], [ 530, 579, 410, 26 ], [ 530, 579, 410, 26 ], [ 530, 552, 410, 26 ], [ 530, 552, 410, 26 ], [ 530, 552, 410, 26 ], [ 530, 552, 410, 26 ], [ 530, 552, 410, 26 ], [ 530, 552, 410, 26 ], [ 530, 525, 410, 26 ], [ 530, 525, 410, 26 ], [ 530, 525, 410, 26 ], [ 530, 525, 410, 26 ], [ 530, 525, 410, 26 ], [ 530, 525, 410, 26 ], [ 530, 525, 410, 26 ], [ 530, 498, 410, 26 ], [ 530, 498, 410, 26 ], [ 530, 498, 410, 26 ], [ 530, 498, 410, 26 ], [ 530, 498, 410, 26 ], [ 530, 498, 410, 26 ], [ 530, 471, 410, 26 ], [ 530, 471, 410, 26 ], [ 530, 471, 410, 26 ], [ 530, 471, 410, 26 ], [ 530, 457, 397, 12 ], [ 530, 457, 397, 12 ], [ 530, 457, 397, 12 ], [ 530, 457, 397, 12 ], [ 530, 457, 397, 12 ], [ 530, 430, 410, 26 ], [ 530, 430, 410, 26 ], [ 530, 430, 410, 26 ], [ 530, 430, 410, 26 ], [ 530, 430, 410, 26 ], [ 530, 403, 410, 26 ], [ 530, 403, 410, 26 ], [ 530, 403, 410, 26 ], [ 530, 403, 410, 26 ], [ 530, 403, 410, 26 ], [ 530, 403, 410, 26 ], [ 530, 376, 410, 26 ], [ 530, 376, 410, 26 ], [ 530, 376, 410, 26 ], [ 530, 376, 410, 26 ], [ 530, 376, 410, 26 ], [ 530, 376, 410, 26 ], [ 530, 349, 410, 26 ], [ 530, 349, 410, 26 ], [ 530, 349, 410, 26 ], [ 530, 349, 410, 26 ], [ 530, 349, 410, 26 ], [ 530, 349, 410, 26 ], [ 530, 349, 410, 26 ], [ 530, 322, 410, 26 ], [ 530, 322, 410, 26 ], [ 530, 322, 410, 26 ], [ 530, 322, 410, 26 ], [ 530, 322, 410, 26 ], [ 530, 322, 410, 26 ], [ 530, 322, 410, 26 ] ]
[ [ 90, 71, 410, 11 ], [ 90, 86, 277, 11 ], [ 374, 86, 23, 11 ], [ 403, 86, 43, 11 ], [ 446, 83, 6, 8 ], [ 460, 86, 40, 11 ], [ 90, 100, 410, 11 ], [ 90, 115, 410, 11 ], [ 90, 130, 19, 11 ], [ 115, 130, 10, 11 ], [ 126, 130, 6, 11 ], [ 133, 130, 16, 11 ], [ 150, 130, 72, 11 ], [ 223, 130, 27, 11 ], [ 257, 130, 243, 11 ], [ 90, 145, 410, 11 ], [ 90, 160, 221, 11 ], [ 530, 71, 21, 11 ], [ 557, 71, 383, 11 ], [ 530, 86, 410, 11 ], [ 530, 100, 410, 11 ], [ 530, 115, 410, 11 ], [ 530, 130, 410, 11 ], [ 530, 145, 410, 11 ], [ 530, 160, 410, 11 ], [ 530, 175, 239, 11 ], [ 784, 175, 157, 11 ], [ 530, 189, 410, 11 ], [ 530, 204, 362, 11 ], [ 107, 236, 393, 11 ], [ 90, 251, 410, 11 ], [ 177, 204, 18, 10 ], [ 214, 204, 199, 10 ], [ 933, 37, 8, 11 ], [ 96, 321, 6, 7 ], [ 110, 324, 270, 10 ], [ 96, 335, 6, 6 ], [ 110, 337, 16, 10 ], [ 130, 337, 232, 10 ], [ 368, 337, 17, 10 ], [ 386, 337, 84, 10 ], [ 96, 349, 6, 6 ], [ 110, 351, 16, 10 ], [ 131, 351, 369, 10 ], [ 110, 365, 174, 10 ], [ 289, 365, 26, 10 ], [ 316, 365, 84, 10 ], [ 96, 376, 6, 6 ], [ 110, 378, 16, 10 ], [ 130, 378, 370, 10 ], [ 110, 392, 15, 10 ], [ 130, 392, 370, 10 ], [ 110, 405, 16, 10 ], [ 131, 405, 246, 10 ], [ 383, 405, 26, 10 ], [ 409, 405, 84, 10 ], [ 96, 416, 6, 6 ], [ 110, 419, 15, 10 ], [ 129, 419, 370, 10 ], [ 110, 432, 364, 10 ], [ 478, 432, 17, 10 ], [ 496, 432, 4, 10 ], [ 110, 446, 98, 10 ], [ 96, 457, 6, 6 ], [ 110, 459, 14, 10 ], [ 128, 459, 372, 10 ], [ 110, 473, 40, 10 ], [ 155, 473, 17, 10 ], [ 173, 473, 92, 10 ], [ 96, 484, 6, 6 ], [ 110, 486, 16, 10 ], [ 130, 486, 369, 10 ], [ 110, 500, 362, 10 ], [ 478, 500, 17, 10 ], [ 496, 500, 4, 10 ], [ 110, 513, 98, 10 ], [ 96, 525, 6, 6 ], [ 110, 527, 13, 10 ], [ 128, 527, 289, 10 ], [ 425, 527, 17, 10 ], [ 443, 527, 57, 10 ], [ 110, 541, 47, 10 ], [ 96, 552, 6, 6 ], [ 110, 554, 15, 10 ], [ 130, 554, 169, 10 ], [ 305, 554, 8, 10 ], [ 314, 554, 84, 10 ], [ 90, 592, 12, 6 ], [ 110, 595, 16, 10 ], [ 130, 595, 208, 10 ], [ 343, 595, 17, 10 ], [ 361, 595, 69, 10 ], [ 96, 565, 6, 6 ], [ 110, 568, 16, 10 ], [ 130, 568, 334, 10 ], [ 469, 568, 26, 10 ], [ 496, 568, 4, 10 ], [ 110, 581, 191, 10 ], [ 90, 606, 12, 6 ], [ 110, 608, 17, 10 ], [ 132, 608, 72, 10 ], [ 216, 608, 16, 10 ], [ 237, 608, 59, 10 ], [ 309, 608, 11, 10 ], [ 324, 608, 64, 10 ], [ 400, 608, 18, 10 ], [ 423, 608, 76, 10 ], [ 110, 622, 17, 10 ], [ 132, 622, 368, 10 ], [ 110, 635, 10, 10 ], [ 126, 635, 17, 10 ], [ 144, 635, 108, 10 ], [ 90, 647, 12, 6 ], [ 110, 649, 16, 10 ], [ 131, 649, 369, 10 ], [ 110, 662, 84, 10 ], [ 200, 663, 236, 9 ], [ 436, 662, 4, 10 ], [ 90, 674, 12, 6 ], [ 110, 676, 17, 10 ], [ 131, 676, 369, 10 ], [ 110, 689, 14, 10 ], [ 128, 689, 372, 10 ], [ 110, 703, 26, 10 ], [ 136, 703, 200, 10 ], [ 90, 714, 12, 6 ], [ 110, 717, 16, 10 ], [ 131, 717, 369, 10 ], [ 110, 730, 77, 10 ], [ 192, 730, 17, 10 ], [ 210, 730, 108, 10 ], [ 90, 741, 12, 6 ], [ 110, 744, 16, 10 ], [ 131, 744, 369, 10 ], [ 110, 757, 233, 10 ], [ 348, 757, 26, 10 ], [ 375, 757, 92, 10 ], [ 90, 768, 12, 6 ], [ 110, 771, 15, 10 ], [ 130, 771, 370, 10 ], [ 110, 784, 76, 10 ], [ 191, 784, 26, 10 ], [ 218, 784, 77, 10 ], [ 90, 796, 12, 6 ], [ 110, 798, 17, 10 ], [ 132, 798, 206, 10 ], [ 347, 798, 153, 10 ], [ 110, 811, 390, 10 ], [ 110, 825, 29, 10 ], [ 145, 825, 252, 10 ], [ 90, 836, 12, 6 ], [ 110, 838, 15, 10 ], [ 137, 838, 52, 10 ], [ 203, 838, 125, 10 ], [ 340, 838, 47, 10 ], [ 401, 838, 32, 10 ], [ 445, 839, 55, 9 ], [ 110, 853, 237, 9 ], [ 347, 852, 4, 10 ], [ 90, 863, 12, 6 ], [ 110, 865, 17, 10 ], [ 131, 865, 315, 10 ], [ 455, 865, 8, 10 ], [ 464, 865, 36, 10 ], [ 110, 879, 47, 10 ], [ 90, 890, 12, 6 ], [ 110, 893, 15, 10 ], [ 130, 893, 241, 10 ], [ 377, 893, 17, 10 ], [ 394, 893, 96, 10 ], [ 90, 904, 12, 6 ], [ 110, 906, 18, 10 ], [ 132, 906, 368, 10 ], [ 110, 920, 17, 10 ], [ 127, 920, 84, 10 ], [ 530, 904, 12, 6 ], [ 550, 906, 9, 10 ], [ 564, 906, 376, 10 ], [ 550, 920, 84, 10 ], [ 639, 920, 26, 10 ], [ 666, 920, 77, 10 ], [ 530, 877, 12, 6 ], [ 550, 879, 13, 10 ], [ 569, 879, 308, 10 ], [ 886, 879, 17, 10 ], [ 904, 879, 37, 10 ], [ 550, 893, 47, 10 ], [ 530, 863, 12, 6 ], [ 550, 865, 16, 10 ], [ 571, 865, 259, 10 ], [ 836, 865, 17, 10 ], [ 854, 865, 84, 10 ], [ 530, 850, 12, 6 ], [ 550, 852, 16, 10 ], [ 571, 852, 166, 10 ], [ 743, 852, 17, 10 ], [ 761, 852, 84, 10 ], [ 530, 823, 12, 6 ], [ 550, 825, 19, 10 ], [ 574, 825, 366, 10 ], [ 550, 838, 222, 10 ], [ 778, 838, 17, 10 ], [ 796, 838, 108, 10 ], [ 530, 782, 12, 6 ], [ 550, 784, 14, 10 ], [ 569, 784, 158, 10 ], [ 734, 784, 207, 10 ], [ 550, 798, 69, 10 ], [ 620, 798, 321, 10 ], [ 550, 811, 274, 10 ], [ 530, 755, 12, 6 ], [ 550, 757, 15, 10 ], [ 570, 757, 260, 10 ], [ 834, 757, 54, 10 ], [ 894, 757, 47, 10 ], [ 550, 772, 275, 9 ], [ 826, 771, 4, 10 ], [ 530, 741, 12, 6 ], [ 550, 744, 196, 10 ], [ 746, 744, 4, 10 ], [ 755, 745, 181, 9 ], [ 937, 744, 4, 10 ], [ 530, 728, 12, 6 ], [ 550, 730, 16, 10 ], [ 571, 730, 251, 10 ], [ 828, 730, 17, 10 ], [ 846, 730, 92, 10 ], [ 530, 714, 12, 6 ], [ 550, 717, 12, 10 ], [ 566, 717, 25, 10 ], [ 584, 717, 125, 10 ], [ 715, 717, 17, 10 ], [ 732, 717, 100, 10 ], [ 530, 687, 12, 6 ], [ 550, 689, 16, 10 ], [ 571, 689, 165, 10 ], [ 728, 689, 136, 10 ], [ 872, 689, 17, 10 ], [ 890, 689, 50, 10 ], [ 550, 703, 47, 10 ], [ 530, 674, 12, 6 ], [ 550, 676, 16, 10 ], [ 571, 676, 240, 10 ], [ 817, 676, 17, 10 ], [ 835, 676, 84, 10 ], [ 530, 633, 12, 6 ], [ 550, 635, 15, 10 ], [ 570, 635, 371, 10 ], [ 550, 649, 12, 10 ], [ 567, 649, 373, 10 ], [ 550, 662, 32, 10 ], [ 587, 662, 17, 10 ], [ 605, 662, 108, 10 ], [ 530, 606, 12, 6 ], [ 550, 608, 16, 10 ], [ 571, 608, 369, 10 ], [ 550, 622, 162, 10 ], [ 718, 622, 17, 10 ], [ 735, 622, 92, 10 ], [ 530, 579, 12, 6 ], [ 550, 581, 16, 10 ], [ 571, 581, 370, 10 ], [ 550, 595, 142, 10 ], [ 698, 595, 17, 10 ], [ 716, 595, 84, 10 ], [ 530, 552, 12, 6 ], [ 550, 554, 13, 10 ], [ 568, 554, 320, 10 ], [ 897, 554, 8, 10 ], [ 905, 554, 35, 10 ], [ 550, 568, 47, 10 ], [ 530, 525, 12, 6 ], [ 550, 527, 17, 10 ], [ 572, 527, 369, 10 ], [ 550, 541, 14, 10 ], [ 569, 541, 261, 10 ], [ 833, 541, 17, 10 ], [ 851, 541, 89, 10 ], [ 530, 498, 12, 6 ], [ 550, 500, 17, 10 ], [ 573, 500, 305, 10 ], [ 886, 500, 17, 10 ], [ 904, 500, 36, 10 ], [ 550, 513, 162, 10 ], [ 530, 471, 12, 6 ], [ 550, 473, 13, 10 ], [ 568, 473, 372, 10 ], [ 550, 486, 106, 10 ], [ 530, 457, 12, 6 ], [ 550, 459, 18, 10 ], [ 573, 459, 239, 10 ], [ 818, 459, 17, 10 ], [ 836, 459, 92, 10 ], [ 530, 430, 12, 6 ], [ 550, 432, 16, 10 ], [ 571, 432, 370, 10 ], [ 550, 446, 26, 10 ], [ 577, 446, 92, 10 ], [ 530, 403, 12, 6 ], [ 550, 405, 17, 10 ], [ 572, 405, 369, 10 ], [ 550, 419, 27, 10 ], [ 583, 419, 26, 10 ], [ 610, 419, 100, 10 ], [ 530, 376, 12, 6 ], [ 550, 378, 13, 10 ], [ 568, 378, 315, 10 ], [ 889, 378, 17, 10 ], [ 907, 378, 34, 10 ], [ 550, 392, 47, 10 ], [ 530, 349, 12, 6 ], [ 550, 351, 18, 10 ], [ 573, 351, 368, 10 ], [ 550, 365, 12, 10 ], [ 567, 365, 120, 10 ], [ 693, 365, 17, 10 ], [ 710, 365, 84, 10 ], [ 530, 322, 12, 6 ], [ 550, 324, 16, 10 ], [ 571, 324, 370, 10 ], [ 550, 337, 13, 10 ], [ 568, 337, 208, 10 ], [ 781, 337, 17, 10 ], [ 799, 337, 108, 10 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 ]
f53f03e4c6f3c86b1607702eb23bab4100507000ff4a28dd8956eb45173a58d1
1001.1368.pdf
8
10
612
792
1,025
1,025
arxiv_two_columns
scientific_articles
11778
[ "EUOSHA/2021/OP/F/SE/0142 ", "Table of contents ", "1", "Scope of the procurement............................................................................................. 5", "1.1", "Contracting authority ..................................................................................................... 5", "1.2", "Subject .......................................................................................................................... 5", "1.3", "Time schedule for this tender........................................................................................ 5", "1.4", "Lots ............................................................................................................................... 6", "1.5", "Background and objectives ........................................................................................... 6", "2", "Detailed characteristics of the purchase ....................................................................... 9", "2.1", "Lot 1: Awareness-raising support to focal points and partners at national level .......... 9", "2.1.1", "Introduction........................................................................................................... 9", "2.1.2", "List of services (see Annex I for detailed descriptions) ...................................... 11", "2.2", "Lot 2: Communication, and media and stakeholder relationships at EU level............ 13", "2.2.1", "Communication and promotion (online newsroom and social media support) .. 14", "2.2.2", "Implementation of media-related actions ........................................................... 17", "2.2.3", "Support for stakeholder relations management ................................................. 18", "2.3", "Lot 3: Organisation of corporate events...................................................................... 23", "2.3.1", "Event management and coordination with EU-OSHA ....................................... 25", "2.3.2", "Venue of physical or hybrid conferences/workshops/meetings and other types of ", "events ", " ............................................................................................................................ 26", "2.3.3", "Management of participants ............................................................................... 27", "2.3.4", "Conference material and information repository ................................................ 29", "2.3.5", "Local assistance and other event staff............................................................... 29", "2.3.6", "Local transport.................................................................................................... 30", "2.3.7", "Catering and meals ............................................................................................ 30", "2 " ]
[ [ 449, 41, 189, 13 ], [ 426, 170, 176, 20 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 117, 204, 792, 686 ], [ 889, 912, 17, 19 ] ]
[ [ 449, 41, 189, 13 ], [ 426, 170, 176, 20 ], [ 123, 207, 9, 16 ], [ 247, 207, 652, 16 ], [ 141, 238, 23, 16 ], [ 247, 238, 652, 16 ], [ 141, 269, 23, 16 ], [ 247, 269, 652, 16 ], [ 141, 300, 23, 16 ], [ 247, 300, 652, 16 ], [ 141, 331, 23, 16 ], [ 247, 331, 652, 16 ], [ 141, 362, 23, 16 ], [ 247, 362, 652, 16 ], [ 123, 393, 9, 16 ], [ 247, 393, 652, 16 ], [ 141, 424, 23, 16 ], [ 247, 424, 652, 16 ], [ 158, 455, 38, 16 ], [ 289, 455, 610, 16 ], [ 158, 486, 38, 16 ], [ 289, 486, 610, 16 ], [ 141, 517, 23, 16 ], [ 247, 517, 652, 16 ], [ 158, 549, 38, 16 ], [ 289, 549, 610, 16 ], [ 158, 580, 38, 16 ], [ 289, 580, 610, 16 ], [ 158, 611, 38, 16 ], [ 289, 611, 610, 16 ], [ 141, 642, 23, 16 ], [ 247, 642, 652, 16 ], [ 158, 673, 38, 16 ], [ 289, 673, 610, 16 ], [ 158, 704, 38, 16 ], [ 289, 704, 616, 16 ], [ 158, 718, 55, 16 ], [ 289, 718, 610, 16 ], [ 158, 749, 38, 16 ], [ 289, 749, 610, 16 ], [ 158, 780, 38, 16 ], [ 289, 780, 610, 16 ], [ 158, 811, 38, 16 ], [ 289, 811, 610, 16 ], [ 158, 842, 38, 16 ], [ 289, 842, 610, 16 ], [ 158, 873, 38, 16 ], [ 289, 873, 610, 16 ], [ 889, 912, 17, 19 ] ]
[ 5, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 4 ]
fd5035df9ea4cd0138b249a8590c5a8a736765b3d00c394743f988212c1ac125
EN-Tender specifications 0142.pdf
1
86
595
842
1,025
1,025
eu_tenders
government_tenders
11779
[ "Unit 9", "69", "2", "Che cosa? Cosa? Che?", "3", "Come?", "4", "Dove?", "All three mean ‘what’ and are used when referring to objects. ", "Che cosa?", ",", "Cosa?", " and ", "Che?", " are invariable in gender and number:", "Cos’è quello?", "Che cos’è quella luce?", "Cosa sono quei segni?", "Che sono quelle costruzioni?", "Che succede?", "Che cosa volete?", "Cosa studi?", "Cosa posso fare per Lei?", "A che pensate?", "What’s that?", "What’s that light?", "What are those marks?", "What are those buildings?", "What’s happening?", "What do you want?", "What are you studying/do you study?", "What can I do for you?", "What are you thinking about?", "Che", " is also used as an adjective meaning ‘what (sort/type of)’:", "Che lavoro fai?", "Che musica ascolti di solito?", "Che ", "fi", "lm vai a vedere?", "Che auto compra tuo padre?", "What’s your job? [lit. what work do you do?]", "What (sort of) music do you usually listen to?", "What ", "fi", "lm are you going to see?", "What (make of) car is your father going to", "buy?", "How are you, Madam?", "How’s it going?", "How do you make (a) pizza?", "Come", " can sometimes mean ‘what’, as in ", "Come dici?", " (What did you say?),", "Com’è Edimburgo", "/", "il nuovo professore?", " (What’s Edinburgh/the new teacher", "like?).", "Where do you live?", "Where are you going?", "Where are the keys?", "Where is my book?", "Come", " means ‘how’:", "Come sta, Signora?", "Come va?", "Come fate la pizza?", "Dove", " means ‘where’:", "Dove abiti?", "Dove andate?", "Dove sono le chiavi?", "Dov’è il mio libro?" ]
[ [ 808, 49, 122, 15 ], [ 808, 49, 122, 15 ], [ 91, 89, 262, 15 ], [ 91, 89, 262, 15 ], [ 91, 561, 98, 15 ], [ 91, 561, 98, 15 ], [ 91, 809, 90, 15 ], [ 91, 809, 90, 15 ], [ 91, 131, 838, 35 ], [ 91, 131, 838, 35 ], [ 91, 131, 838, 35 ], [ 91, 131, 838, 35 ], [ 91, 131, 838, 35 ], [ 91, 131, 838, 35 ], [ 91, 131, 838, 35 ], [ 117, 193, 300, 176 ], [ 117, 193, 300, 176 ], [ 117, 193, 300, 176 ], [ 117, 193, 300, 176 ], [ 117, 193, 300, 176 ], [ 117, 193, 300, 176 ], [ 117, 193, 300, 176 ], [ 117, 193, 300, 176 ], [ 117, 193, 300, 176 ], [ 480, 193, 405, 176 ], [ 480, 193, 405, 176 ], [ 480, 193, 405, 176 ], [ 480, 193, 405, 176 ], [ 480, 193, 405, 176 ], [ 480, 193, 405, 176 ], [ 480, 193, 405, 176 ], [ 480, 193, 405, 176 ], [ 480, 193, 405, 176 ], [ 91, 396, 670, 15 ], [ 91, 396, 670, 15 ], [ 117, 438, 301, 75 ], [ 117, 438, 301, 75 ], [ 117, 438, 301, 75 ], [ 117, 438, 301, 75 ], [ 117, 438, 301, 75 ], [ 117, 438, 301, 75 ], [ 436, 438, 494, 95 ], [ 436, 438, 494, 95 ], [ 436, 438, 494, 95 ], [ 436, 438, 494, 95 ], [ 436, 438, 494, 95 ], [ 436, 438, 494, 95 ], [ 436, 438, 494, 95 ], [ 436, 645, 310, 55 ], [ 436, 645, 310, 55 ], [ 436, 645, 310, 55 ], [ 91, 727, 838, 55 ], [ 91, 727, 838, 55 ], [ 91, 727, 838, 55 ], [ 91, 727, 838, 55 ], [ 91, 727, 838, 55 ], [ 91, 727, 838, 55 ], [ 91, 727, 838, 55 ], [ 91, 727, 838, 55 ], [ 91, 727, 838, 55 ], [ 436, 893, 236, 75 ], [ 436, 893, 236, 75 ], [ 436, 893, 236, 75 ], [ 436, 893, 236, 75 ], [ 117, 603, 213, 15 ], [ 117, 603, 213, 15 ], [ 117, 645, 209, 55 ], [ 117, 645, 209, 55 ], [ 117, 645, 209, 55 ], [ 117, 851, 222, 15 ], [ 117, 851, 222, 15 ], [ 117, 893, 213, 75 ], [ 117, 893, 213, 75 ], [ 117, 893, 213, 75 ], [ 117, 893, 213, 75 ] ]
[ [ 808, 49, 67, 15 ], [ 901, 49, 28, 15 ], [ 91, 89, 12, 15 ], [ 117, 89, 236, 15 ], [ 91, 561, 12, 15 ], [ 117, 561, 72, 15 ], [ 91, 809, 12, 15 ], [ 117, 809, 64, 15 ], [ 91, 131, 720, 15 ], [ 812, 131, 111, 15 ], [ 923, 131, 7, 15 ], [ 91, 151, 64, 15 ], [ 156, 151, 54, 15 ], [ 210, 151, 52, 15 ], [ 263, 151, 407, 15 ], [ 117, 193, 140, 15 ], [ 117, 214, 231, 15 ], [ 117, 234, 231, 15 ], [ 117, 254, 300, 15 ], [ 117, 274, 140, 15 ], [ 117, 294, 174, 15 ], [ 117, 314, 122, 15 ], [ 117, 334, 261, 15 ], [ 117, 354, 157, 15 ], [ 480, 193, 137, 15 ], [ 480, 213, 193, 15 ], [ 480, 234, 249, 15 ], [ 480, 254, 282, 15 ], [ 480, 274, 208, 15 ], [ 480, 294, 212, 15 ], [ 480, 314, 405, 15 ], [ 480, 334, 251, 15 ], [ 480, 354, 326, 15 ], [ 91, 396, 42, 15 ], [ 134, 396, 627, 15 ], [ 117, 438, 159, 15 ], [ 117, 458, 301, 15 ], [ 117, 478, 49, 15 ], [ 167, 479, 14, 15 ], [ 181, 478, 167, 15 ], [ 117, 499, 299, 15 ], [ 436, 438, 485, 15 ], [ 436, 458, 494, 15 ], [ 436, 478, 65, 15 ], [ 502, 479, 14, 15 ], [ 516, 478, 262, 15 ], [ 436, 498, 461, 15 ], [ 462, 519, 50, 15 ], [ 436, 645, 251, 15 ], [ 436, 665, 170, 15 ], [ 436, 685, 310, 15 ], [ 91, 727, 62, 15 ], [ 154, 727, 406, 15 ], [ 561, 727, 121, 15 ], [ 682, 727, 247, 15 ], [ 91, 747, 200, 15 ], [ 292, 747, 7, 15 ], [ 299, 747, 217, 15 ], [ 516, 747, 413, 15 ], [ 91, 767, 64, 15 ], [ 436, 893, 207, 15 ], [ 436, 913, 236, 15 ], [ 436, 933, 216, 15 ], [ 436, 953, 208, 15 ], [ 117, 603, 62, 15 ], [ 180, 603, 150, 15 ], [ 117, 645, 208, 15 ], [ 117, 665, 103, 15 ], [ 117, 685, 209, 15 ], [ 117, 851, 54, 15 ], [ 172, 851, 168, 15 ], [ 117, 893, 119, 15 ], [ 117, 913, 142, 15 ], [ 117, 933, 213, 15 ], [ 117, 954, 194, 15 ] ]
[ 5, 5, 7, 7, 7, 7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
26246ae1644957a500bcddd6e235f1cbc7093cbe87ccf1dcad5b65f5f869bc54
Basic Italian.PDF
79
205
396
611
1,025
1,025
manuals
manuals
11780
[ "30.0 ", "29.9 ", "29.8 ", "Supporting", "pitch and bank", "Supporting", "bank", "Primary", "bank", "Supporting pitch", "Primary power", "at 50' lead", "Primary", "power", "Figure 7-32.", " Level off at descent airspeed.", "2. ", "Failure to vary the rate of cross-check during ", "speed, power, or attitude changes or climb or ", "descent entries. ", "3. ", "Failure to maintain a new pitch attitude. For example, ", "raising the nose to the correct climb attitude, and as ", "the airspeed decreases, either overcontrol and further ", "increase the pitch attitude or allow the nose to lower. ", "As control pressures change with airspeed changes, ", "cross-check must be increased and pressures readjusted. ", "4. ", "Failure to trim off pressures. Unless the airplane is ", "trimmed, there is difficulty in determining whether ", "control pressure changes are induced by aerodynamic ", "changes or by the pilot’s own movements. ", "5. ", "Failure to learn and use proper power settings. ", "6. ", "Failure to cross-check both airspeed and vertical speed ", "before making pitch or power adjustments. ", "7. ", "Improper pitch and power coordination on slow-speed ", "level offs due to slow cross-check of airspeed and ", "altimeter indications. ", "8. ", "Failure to cross-check the VSI against the other ", "pitch control instruments, resulting in chasing the ", "vertical speed. ", "9. ", "Failure to note the rate of climb or descent to determine ", "the lead for level offs, resulting in overshooting or ", "undershooting the desired altitude. ", "10.", "Ballooning (allowing the nose to pitch up) on level ", "offs from descents, resulting from failure to maintain ", "descending attitude with forward-elevator pressure as ", "power is increased to the level flight cruise setting. ", "11.", "Failure to recognize the approaching straight-and-level ", "flight indications as level off is completed. Maintain ", "an accelerated cross-check until positively established ", "in straight-and-level flight. ", "Turns", "Standard Rate Turns", "A standard rate turn is one in which the pilot will do a ", "complete 360° circle in 2 minutes or 3 degrees per second. ", "A standard rate turn, although always 3 degrees per second, ", "requires higher angles of bank as airspeed increases. To ", "enter a standard rate level turn, apply coordinated aileron ", "and rudder pressures in the desired direction of turn. Pilots ", "commonly roll into turns at a much too rapid rate. During ", "initial training in turns, base control pressures on the rate of ", "cross-check and interpretation. Maneuvering an airplane faster ", "than the capability to keep up with the changes in instrument ", "indications only creates the need to make corrections. ", "A rule of thumb to determine the approximate angle of bank ", "required for a standard rate turn is to use 15 percent of the ", "true airspeed. A simple way to determine this amount is to ", "7-19" ]
[ [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 134, 55, 781, 373 ], [ 124, 437, 262, 14 ], [ 124, 437, 262, 14 ], [ 139, 464, 397, 48 ], [ 139, 464, 397, 48 ], [ 139, 464, 397, 48 ], [ 139, 464, 397, 48 ], [ 139, 520, 397, 97 ], [ 139, 520, 397, 97 ], [ 139, 520, 397, 97 ], [ 139, 520, 397, 97 ], [ 139, 520, 397, 97 ], [ 139, 520, 397, 97 ], [ 139, 520, 397, 97 ], [ 139, 625, 397, 64 ], [ 139, 625, 397, 64 ], [ 139, 625, 397, 64 ], [ 139, 625, 397, 64 ], [ 139, 625, 397, 64 ], [ 139, 697, 355, 15 ], [ 139, 697, 355, 15 ], [ 139, 720, 397, 31 ], [ 139, 720, 397, 31 ], [ 139, 720, 397, 31 ], [ 139, 759, 397, 48 ], [ 139, 759, 397, 48 ], [ 139, 759, 397, 48 ], [ 139, 759, 397, 48 ], [ 139, 814, 397, 48 ], [ 139, 814, 397, 48 ], [ 139, 814, 397, 48 ], [ 139, 814, 397, 48 ], [ 139, 870, 397, 48 ], [ 139, 870, 397, 48 ], [ 139, 870, 397, 48 ], [ 139, 870, 397, 48 ], [ 569, 464, 397, 64 ], [ 569, 464, 397, 64 ], [ 569, 464, 397, 64 ], [ 569, 464, 397, 64 ], [ 569, 464, 397, 64 ], [ 569, 536, 397, 64 ], [ 569, 536, 397, 64 ], [ 569, 536, 397, 64 ], [ 569, 536, 397, 64 ], [ 569, 536, 397, 64 ], [ 553, 620, 57, 20 ], [ 553, 644, 169, 17 ], [ 553, 663, 413, 180 ], [ 553, 663, 413, 180 ], [ 553, 663, 413, 180 ], [ 553, 663, 413, 180 ], [ 553, 663, 413, 180 ], [ 553, 663, 413, 180 ], [ 553, 663, 413, 180 ], [ 553, 663, 413, 180 ], [ 553, 663, 413, 180 ], [ 553, 663, 413, 180 ], [ 553, 663, 413, 180 ], [ 553, 861, 413, 48 ], [ 553, 861, 413, 48 ], [ 553, 861, 413, 48 ], [ 928, 964, 34, 16 ] ]
[ [ 673, 179, 18, 5 ], [ 674, 172, 16, 8 ], [ 674, 165, 14, 10 ], [ 150, 88, 62, 13 ], [ 245, 88, 69, 13 ], [ 150, 364, 65, 13 ], [ 181, 364, 72, 13 ], [ 150, 386, 44, 13 ], [ 181, 386, 51, 13 ], [ 150, 409, 104, 13 ], [ 692, 226, 90, 13 ], [ 692, 238, 62, 13 ], [ 150, 111, 45, 13 ], [ 188, 111, 52, 13 ], [ 124, 437, 77, 13 ], [ 201, 437, 185, 13 ], [ 139, 464, 17, 15 ], [ 170, 464, 366, 15 ], [ 170, 481, 366, 15 ], [ 170, 497, 113, 15 ], [ 139, 520, 17, 15 ], [ 170, 520, 366, 15 ], [ 170, 536, 366, 15 ], [ 170, 553, 366, 15 ], [ 170, 569, 366, 15 ], [ 170, 586, 366, 15 ], [ 170, 602, 366, 15 ], [ 139, 625, 17, 15 ], [ 170, 625, 366, 15 ], [ 170, 641, 366, 15 ], [ 170, 658, 366, 15 ], [ 170, 675, 295, 15 ], [ 139, 697, 17, 15 ], [ 170, 697, 324, 15 ], [ 139, 720, 17, 15 ], [ 170, 720, 366, 15 ], [ 170, 736, 300, 15 ], [ 139, 759, 17, 15 ], [ 170, 759, 366, 15 ], [ 170, 775, 366, 15 ], [ 170, 792, 150, 15 ], [ 139, 814, 17, 15 ], [ 170, 814, 366, 15 ], [ 170, 831, 366, 15 ], [ 170, 847, 103, 15 ], [ 139, 870, 17, 15 ], [ 170, 870, 366, 15 ], [ 170, 886, 366, 15 ], [ 170, 903, 242, 15 ], [ 569, 464, 16, 15 ], [ 590, 464, 376, 15 ], [ 600, 481, 366, 15 ], [ 600, 497, 366, 15 ], [ 600, 514, 354, 15 ], [ 569, 536, 15, 15 ], [ 588, 536, 378, 15 ], [ 600, 553, 366, 15 ], [ 600, 569, 366, 15 ], [ 600, 586, 188, 15 ], [ 553, 620, 57, 20 ], [ 553, 644, 169, 17 ], [ 553, 663, 413, 15 ], [ 553, 679, 413, 15 ], [ 553, 696, 413, 15 ], [ 553, 712, 413, 15 ], [ 553, 729, 412, 15 ], [ 553, 746, 413, 15 ], [ 553, 762, 413, 15 ], [ 553, 779, 413, 15 ], [ 553, 795, 413, 15 ], [ 553, 812, 413, 15 ], [ 553, 828, 369, 15 ], [ 553, 861, 413, 15 ], [ 553, 878, 413, 15 ], [ 553, 895, 413, 15 ], [ 928, 964, 34, 16 ] ]
[ 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 0, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4 ]
9d1c4e50848505f58fe14708ee56166e07b171bb43551da4e9a02e0706e8634f
FAA-H-8083-15B.pdf
179
371
594
774
1,025
1,025
faa_regulations
laws_and_regulations
11781
[ "US 10,054,853 B2 ", "17 ", "18 ", "-continued ", "0 ", "0 ", "F ", "o-~-N--~+co Et ", "II ", "II ", "2 ", "0 ", "0 ", "F ", "0 ", "O~ ", "o ", "o ", "F ", "o-~-N--~+co Me ", "II ", "II ", "2 ", "0 ", "0 ", "F ", "R", "1 ", "O ", "O ", "O ", "F ", "CF3 ", "\\_J ", "r-0-~-N--~_J__J ", "I/ ", "\\_/ ", "II ", "111\\", "0 ", "0 ", "0 ", "F ", "0 ", "~ ", "0 ", "0 ", "F ", "R", "1", "O-~-N--~+<CF", "3 ", "O ", "II ", "II ", "OM ", "0 ", "O ", "F ", "e ", "0 ", "0 ", "F ", "O-~-N--~+<CF3 ", "II ", "II ", "OH ", "0 ", "0 ", "F ", "0 ", "0 ", "F ", "O-~-N--~+<CF3 ", "II ", "II ", "0 ", "O ", "F ", "OH ", "0 " ]
[ [ 429, 72, 156, 13 ], [ 300, 92, 24, 13 ], [ 691, 92, 23, 13 ], [ 472, 112, 68, 9 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ], [ 157, 122, 728, 835 ] ]
[ [ 429, 72, 156, 13 ], [ 300, 92, 24, 13 ], [ 691, 92, 23, 13 ], [ 472, 112, 68, 9 ], [ 403, 145, 8, 7 ], [ 456, 145, 8, 7 ], [ 484, 145, 9, 7 ], [ 375, 163, 167, 11 ], [ 404, 173, 6, 14 ], [ 457, 173, 6, 14 ], [ 526, 168, 6, 5 ], [ 403, 186, 8, 7 ], [ 456, 186, 8, 7 ], [ 484, 186, 9, 7 ], [ 282, 231, 8, 7 ], [ 580, 193, 148, 7 ], [ 724, 191, 12, 11 ], [ 778, 191, 12, 11 ], [ 805, 193, 9, 7 ], [ 697, 205, 173, 11 ], [ 725, 215, 7, 14 ], [ 779, 215, 6, 14 ], [ 847, 211, 6, 5 ], [ 724, 228, 8, 7 ], [ 778, 228, 8, 7 ], [ 805, 228, 9, 7 ], [ 160, 674, 7, 8 ], [ 168, 674, 6, 6 ], [ 213, 674, 11, 8 ], [ 307, 674, 11, 8 ], [ 360, 674, 11, 8 ], [ 389, 674, 9, 8 ], [ 414, 674, 19, 8 ], [ 165, 686, 64, 16 ], [ 250, 692, 176, 8 ], [ 161, 697, 26, 20 ], [ 205, 697, 61, 20 ], [ 308, 702, 6, 14 ], [ 361, 702, 71, 14 ], [ 427, 712, 8, 7 ], [ 307, 714, 8, 7 ], [ 360, 714, 8, 7 ], [ 388, 714, 9, 7 ], [ 568, 677, 8, 8 ], [ 600, 668, 83, 20 ], [ 734, 677, 8, 8 ], [ 787, 677, 8, 8 ], [ 815, 677, 9, 8 ], [ 520, 689, 7, 8 ], [ 528, 687, 4, 6 ], [ 707, 689, 163, 8 ], [ 869, 673, 8, 8 ], [ 591, 703, 10, 7 ], [ 735, 698, 6, 14 ], [ 789, 698, 6, 14 ], [ 854, 703, 21, 7 ], [ 734, 709, 8, 7 ], [ 787, 709, 11, 7 ], [ 815, 709, 9, 7 ], [ 873, 710, 7, 6 ], [ 403, 764, 8, 7 ], [ 456, 764, 8, 7 ], [ 484, 764, 9, 7 ], [ 376, 780, 174, 8 ], [ 404, 794, 6, 14 ], [ 457, 794, 6, 14 ], [ 523, 799, 20, 7 ], [ 403, 805, 8, 7 ], [ 456, 805, 8, 7 ], [ 484, 805, 9, 7 ], [ 403, 863, 8, 7 ], [ 456, 863, 8, 7 ], [ 484, 863, 9, 7 ], [ 376, 879, 174, 8 ], [ 404, 891, 6, 14 ], [ 457, 891, 6, 14 ], [ 403, 903, 8, 7 ], [ 456, 903, 11, 7 ], [ 484, 903, 9, 7 ], [ 523, 903, 20, 7 ], [ 282, 949, 8, 7 ] ]
[ 5, 5, 5, 9, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6 ]
74ef2974f9368d04cbc299a62a936d7317a84e00b2b81133cbbefc4ed004b8e2
10054853_AdobeOCR.pdf
11
95
612
792
1,025
1,025
patents_superacid_pags
patents
11782
[ "Technology already in place ", "at some AEP plants will be ", "added to other facilities to ", "reduce emissions of sulfur ", "dioxide, nitrogen oxide and ", "mercury. ", "ated 16,770 gigawatt-hours of electricity and had a capacity factor of 92.7 percent. ", "We’re pleased with the recent performance improvements at Cook and anticipate ", "further progress. Our goal is to achieve top-industry performance. ", "Although we have refocused on our core utility business, our commercial ", "businesses continue to add value to the enterprise. Our energy marketing and ", "trading activities center on areas where we have assets and customers, helping to ", "make our operations more profitable while hedging against risk.", "I’m proud to report that AEP was recognized as an exemplary workplace ", "in 2004. The company was named one of the best places to work for women and ", "minorities by ", "Essence", " magazine, for working mothers by ", "Working Mother", " magazine, ", "and for those with military backgrounds by ", "G.I. Jobs", " magazine.", "2005: INVESTING IN THE FUTURE", "We are ", "optimistic", " about our prospects this year. ", "We expect that the general economy will continue to strengthen, which will ", "benefit our customers. AEP projects 2005 ongoing earnings of $2.30 to $2.50 per ", "share. We plan to reduce our operation and maintenance expenses to the extent ", "possible and sustain our debt-to-capitalization ratio at below 60 percent. We will ", "also continue to evaluate the potential for an increase in the quarterly dividend.", "The year is already off to a good start. We have sold our controlling interest ", "in Houston Pipe Line Company, generating approximately $1 billion in cash. We ", "reached settlement agreements with federal agencies regarding investigations of ", "gas-price reporting and gas-storage activities. And we announced a goal of fully ", "funding AEP pension liabilities by the end of 2005, which will further strengthen ", "our balance sheet, enhance earnings potential and reassure our valued employees.", "Much of AEP’s energy will focus on ", "regulatory activity", " this year as we ", "explain our need to make significant investments in our generating fleet, the ", "largest in the nation. Our goal is to persuade our regulators that improving the ", "environmental performance of our plants absolutely will be in the best interest ", "of our customers, our shareholders and the people who live in the communities ", "where our generating facilities are located. The end result will be cleaner air for ", "everyone, a fair return for shareholders and the assurance of reasonable rates for ", "customers for years to come.", "Most of the rate activity in our eastern states is geared toward recovery ", "of planned investments. The rate plan that Ohio regulators approved in Janu-", "ary provides a fair balance for AEP customers and shareholders and will benefit", "the environment.", "In Texas, we will seek stranded-cost recovery on the AEP Texas Central ", "Company generating assets that are being sold, as authorized by Texas deregula-", "tion legislation. The difference between the plants’ sale proceeds and book value ", "can be securitized, which will generate cash to pay down debt and fund capital ", "expenditures. We expect to make a mid-year filing with the Public Utility Com-", "mission of Texas and anticipate a decision around the end of the year.", "3", "2004 ANNUAL REPORT TO SHAREHOLDERS" ]
[ [ 141, 73, 161, 110 ], [ 141, 73, 161, 110 ], [ 141, 73, 161, 110 ], [ 141, 73, 161, 110 ], [ 141, 73, 161, 110 ], [ 141, 73, 161, 110 ], [ 411, 182, 496, 51 ], [ 411, 182, 496, 51 ], [ 411, 182, 496, 51 ], [ 411, 239, 496, 70 ], [ 411, 239, 496, 70 ], [ 411, 239, 496, 70 ], [ 411, 239, 496, 70 ], [ 411, 316, 496, 70 ], [ 411, 316, 496, 70 ], [ 411, 316, 496, 70 ], [ 411, 316, 496, 70 ], [ 411, 316, 496, 70 ], [ 411, 316, 496, 70 ], [ 411, 316, 496, 70 ], [ 411, 316, 496, 70 ], [ 411, 316, 496, 70 ], [ 411, 316, 496, 70 ], [ 411, 412, 496, 109 ], [ 411, 412, 496, 109 ], [ 411, 412, 496, 109 ], [ 411, 412, 496, 109 ], [ 411, 412, 496, 109 ], [ 411, 412, 496, 109 ], [ 411, 412, 496, 109 ], [ 411, 412, 496, 109 ], [ 411, 412, 496, 109 ], [ 411, 527, 496, 109 ], [ 411, 527, 496, 109 ], [ 411, 527, 496, 109 ], [ 411, 527, 496, 109 ], [ 411, 527, 496, 109 ], [ 411, 527, 496, 109 ], [ 411, 641, 496, 147 ], [ 411, 641, 496, 147 ], [ 411, 641, 496, 147 ], [ 411, 641, 496, 147 ], [ 411, 641, 496, 147 ], [ 411, 641, 496, 147 ], [ 411, 641, 496, 147 ], [ 411, 641, 496, 147 ], [ 411, 641, 496, 147 ], [ 411, 641, 496, 147 ], [ 411, 795, 496, 70 ], [ 411, 795, 496, 70 ], [ 411, 795, 496, 70 ], [ 411, 795, 496, 70 ], [ 411, 871, 496, 109 ], [ 411, 871, 496, 109 ], [ 411, 871, 496, 109 ], [ 411, 871, 496, 109 ], [ 411, 871, 496, 109 ], [ 411, 871, 496, 109 ], [ 974, 948, 5, 12 ], [ 411, 28, 225, 11 ] ]
[ [ 141, 73, 161, 12 ], [ 141, 92, 152, 12 ], [ 141, 112, 150, 12 ], [ 141, 131, 152, 12 ], [ 141, 151, 156, 12 ], [ 141, 171, 52, 12 ], [ 411, 182, 496, 13 ], [ 411, 201, 496, 13 ], [ 411, 220, 411, 13 ], [ 445, 239, 463, 13 ], [ 411, 258, 496, 13 ], [ 411, 278, 496, 13 ], [ 411, 297, 393, 13 ], [ 445, 316, 463, 13 ], [ 411, 335, 496, 13 ], [ 411, 354, 84, 13 ], [ 495, 354, 40, 13 ], [ 535, 354, 215, 13 ], [ 749, 354, 87, 13 ], [ 837, 354, 70, 13 ], [ 411, 373, 269, 13 ], [ 681, 373, 50, 13 ], [ 731, 373, 67, 13 ], [ 411, 413, 168, 11 ], [ 589, 412, 48, 13 ], [ 638, 412, 75, 13 ], [ 714, 412, 193, 13 ], [ 411, 431, 496, 13 ], [ 411, 450, 496, 13 ], [ 411, 469, 496, 13 ], [ 411, 488, 496, 13 ], [ 411, 507, 488, 13 ], [ 445, 527, 463, 13 ], [ 411, 546, 496, 13 ], [ 411, 565, 496, 13 ], [ 411, 584, 496, 13 ], [ 411, 603, 496, 13 ], [ 411, 622, 482, 13 ], [ 445, 641, 224, 13 ], [ 670, 641, 137, 13 ], [ 808, 641, 99, 13 ], [ 411, 661, 496, 13 ], [ 411, 680, 496, 13 ], [ 411, 699, 496, 13 ], [ 411, 718, 496, 13 ], [ 411, 737, 496, 13 ], [ 411, 756, 496, 13 ], [ 411, 776, 173, 13 ], [ 445, 795, 462, 13 ], [ 411, 814, 492, 13 ], [ 411, 833, 481, 13 ], [ 411, 852, 105, 13 ], [ 445, 871, 463, 13 ], [ 411, 890, 492, 13 ], [ 411, 910, 496, 13 ], [ 411, 929, 496, 13 ], [ 411, 948, 492, 13 ], [ 411, 967, 426, 13 ], [ 974, 948, 5, 12 ], [ 411, 28, 225, 11 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 5 ]
c7c794e4947eac21ed10941274a1a98db451ae7e1716cf173c897e49bf15b3e3
NYSE_AEP_2004.pdf
4
28
612
792
1,025
1,025
ann_reports_00_04_fancy
financial_reports
11783
[ "INTERNATIONAL SEARCH REPORT", "International", "application", "No", "PCT/US2020/024465", "Form PCT/ISA/210 (continuation of second sheet) (April 2005)", "C(Continuation).", "DOCUMENTS CONSIDERED TO BE RELEVANT", "Category", "*", "Citation of document, with indication, where appropriate, of the relevant passages", "Relevant to claim No.", "A", "US 2011/094308", "A1", "(VAIDYA AVINASH", "1,20", "SHRI KRISHNA", "[IN] )", "28", "Apri l", "2011", "(2011-04-28)", "paragraph", "[0015] ; f i gure", "1" ]
[ [ 284, 25, 319, 11 ], [ 669, 36, 157, 7 ], [ 669, 36, 157, 7 ], [ 669, 36, 157, 7 ], [ 678, 53, 161, 11 ], [ 97, 972, 284, 6 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ], [ 97, 68, 855, 897 ] ]
[ [ 284, 25, 319, 11 ], [ 669, 36, 65, 7 ], [ 744, 36, 56, 7 ], [ 812, 36, 14, 7 ], [ 678, 53, 161, 11 ], [ 97, 972, 284, 6 ], [ 107, 74, 86, 7 ], [ 217, 74, 266, 7 ], [ 107, 98, 47, 7 ], [ 156, 97, 3, 5 ], [ 181, 98, 430, 7 ], [ 772, 98, 112, 7 ], [ 107, 126, 12, 11 ], [ 201, 128, 129, 8 ], [ 355, 127, 20, 9 ], [ 386, 127, 154, 9 ], [ 812, 126, 35, 11 ], [ 201, 141, 112, 10 ], [ 328, 140, 44, 11 ], [ 201, 155, 17, 11 ], [ 227, 155, 52, 11 ], [ 294, 155, 37, 11 ], [ 348, 155, 98, 11 ], [ 201, 170, 82, 11 ], [ 308, 170, 136, 11 ], [ 460, 170, 9, 11 ] ]
[ 7, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 ]
366c386787862ae8662e25683409c28ff8dd4739803aed829f94cc1cb45b540f
WO2020210024A1.pdf
32
34
595
842
1,025
1,025
patents_wp
patents
11784
[ "Figure 11-10 presents a high-level overview of the System window and all the objects that ", "can be accessed from this window. Not all functions are displayed for every user role. For ", "more information about user roles, click ", "Help", " and search for user role. ", "Note:", " DS8882 is the new rackless storage system supported with R8.5 microcode. The ", "home page for DS8882 is shown in Figure 11-11.", "The numbered labels in Figure 11-10 have the following meanings:", "Chapter 11. DS8880 Storage Management GUI ", "283", "Figure 11-11", "DS8882 system window comprehensive view", "–", "Rename", "2.", "Actions", " menu:", "–", "Click the Name/Home icon from anywher", "e to return to the System window.", "1.", "Home/Name", " icon:", "–", "The name of the DS8000 storage system as set by the administrator.", "Figure 11-10", "System window comprehensive view", "Change the name of the DS8880 storage system." ]
[ [ 229, 92, 668, 42 ], [ 229, 92, 668, 42 ], [ 229, 92, 668, 42 ], [ 229, 92, 668, 42 ], [ 229, 92, 668, 42 ], [ 239, 448, 650, 27 ], [ 239, 448, 650, 27 ], [ 239, 448, 650, 27 ], [ 229, 814, 495, 11 ], [ 546, 976, 370, 11 ], [ 546, 976, 370, 11 ], [ 229, 757, 399, 11 ], [ 229, 757, 399, 11 ], [ 254, 917, 87, 11 ], [ 254, 917, 87, 11 ], [ 229, 895, 136, 11 ], [ 229, 895, 136, 11 ], [ 229, 895, 136, 11 ], [ 254, 873, 575, 11 ], [ 254, 873, 575, 11 ], [ 254, 873, 575, 11 ], [ 229, 836, 160, 11 ], [ 229, 836, 160, 11 ], [ 229, 836, 160, 11 ], [ 254, 858, 543, 11 ], [ 254, 858, 543, 11 ], [ 229, 405, 343, 11 ], [ 229, 405, 343, 11 ], [ 277, 939, 367, 11 ] ]
[ [ 229, 92, 668, 11 ], [ 229, 108, 665, 11 ], [ 229, 123, 296, 11 ], [ 525, 123, 36, 11 ], [ 562, 123, 190, 11 ], [ 239, 448, 42, 11 ], [ 281, 448, 607, 11 ], [ 239, 464, 364, 11 ], [ 229, 814, 495, 11 ], [ 546, 977, 321, 10 ], [ 888, 976, 28, 11 ], [ 229, 757, 85, 11 ], [ 327, 757, 301, 11 ], [ 254, 917, 19, 11 ], [ 277, 917, 65, 11 ], [ 229, 895, 13, 11 ], [ 253, 895, 61, 11 ], [ 314, 895, 51, 11 ], [ 254, 873, 19, 11 ], [ 287, 873, 304, 11 ], [ 581, 873, 248, 11 ], [ 229, 836, 13, 11 ], [ 253, 836, 96, 11 ], [ 350, 836, 39, 11 ], [ 254, 858, 19, 11 ], [ 287, 858, 510, 11 ], [ 229, 405, 85, 11 ], [ 327, 405, 245, 11 ], [ 277, 939, 367, 11 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 4, 0, 0, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 0, 0, 9 ]
2157e8afab821c0c0628fdb1c74db0cb488d9f411b68de9c864a331f63070bbd
sg248323.pdf
300
520
612
792
1,025
1,025
redbooks
manuals
11785
[ "EP 3 800 019 A1", "EUROPEAN SEARCH REPORT", "Application Number", "EP 20 20 4494", "Europäisches", "Patentamt", "European", "Patent Office", "Office européen", "des brevets", "5", "10", "15", "20", "25", "30", "35", "40", "45", "50", "55", "Ke", "EPO FORM 1503 03.82 (PO4C01)", "41", "DOCUMENTS CONSIDERED TO BE RELEVANT", "GB 2 167 287 A (PUTSCH & CO H)", "INV.", "29 May 1986 (1986-05-29)", "B26D1/29", "* the whole document *", "B26D1/36", "B26D1/62", "US 4 523 503 A (JULIAN JOHN C [US] ET AL)", "B26D3/26", "18 June 1985 (1985-06-18)", "B26D1/147", "* the whole document *", "CA 1 327 934 C (MCCAIN FOODS LTD [CA])", "22 March 1994 (1994-03-22)", "* page 2, line 9 - line 11; figures *", "US 2004/237747 Al (KING DANIEL W [US])", "2 December 2004 (2004-12-02)", "* the whole document *", "US 2002/170991 Al (PREWITT WILLIAM C [US]", "ET AL) 21 November 2002 (2002-11-21)", "* the whole document *", "US 2009/202694 Al (JULIAN JOHN C [US] ET", "TECHNICAL FIELDS.", "AL) 13 August 2009 (2009-08-13)", "SEARCHED", "(re)", "* the whole document *", "B26D", "Place of search", "Date of completion of the search", "Examiner", "Munich", "24 February 2021", "Canelas, Rui", "CATEGORY OF CITED DOCUMENTS", "T : theory or principle underlying the invention", "E: earlier patent document, but published on, or", "X: particularly relevant if taken alone", "after the filing date", "Y : particularly relevant if combined with another", "D : document cited in the application", "document of the same category", "L : document cited for other reasons", "A: technological background", "©: non-written disclosure", "& : member of the same patent family, corresponding", "P : intermediate document", "document" ]
[ [ 459, 53, 131, 16 ], [ 414, 118, 246, 13 ], [ 791, 111, 101, 10 ], [ 764, 128, 117, 9 ], [ 231, 93, 51, 10 ], [ 231, 93, 51, 10 ], [ 230, 110, 63, 27 ], [ 230, 110, 63, 27 ], [ 230, 110, 63, 27 ], [ 230, 110, 63, 27 ], [ 81, 141, 6, 11 ], [ 78, 213, 13, 11 ], [ 78, 284, 13, 11 ], [ 78, 356, 13, 11 ], [ 78, 428, 13, 11 ], [ 78, 500, 13, 11 ], [ 78, 572, 13, 11 ], [ 78, 643, 13, 11 ], [ 78, 715, 13, 11 ], [ 78, 787, 13, 11 ], [ 78, 859, 13, 11 ], [ 178, 769, 9, 119 ], [ 178, 769, 9, 119 ], [ 516, 977, 16, 14 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ], [ 188, 164, 717, 726 ] ]
[ [ 459, 53, 131, 16 ], [ 414, 118, 246, 13 ], [ 791, 111, 101, 10 ], [ 764, 128, 117, 9 ], [ 231, 93, 51, 5 ], [ 231, 99, 40, 4 ], [ 231, 110, 35, 4 ], [ 231, 111, 51, 10 ], [ 230, 118, 63, 13 ], [ 230, 128, 44, 9 ], [ 81, 141, 6, 11 ], [ 78, 213, 13, 11 ], [ 78, 284, 13, 11 ], [ 78, 356, 13, 11 ], [ 78, 428, 13, 11 ], [ 78, 500, 13, 11 ], [ 78, 572, 13, 11 ], [ 78, 643, 13, 11 ], [ 78, 715, 13, 11 ], [ 78, 787, 13, 11 ], [ 78, 859, 13, 11 ], [ 178, 769, 6, 9 ], [ 178, 790, 8, 98 ], [ 516, 977, 16, 14 ], [ 247, 174, 377, 8 ], [ 254, 219, 273, 12 ], [ 736, 219, 31, 12 ], [ 254, 232, 218, 12 ], [ 735, 232, 71, 12 ], [ 254, 246, 201, 11 ], [ 735, 246, 71, 11 ], [ 735, 259, 71, 11 ], [ 254, 271, 374, 12 ], [ 735, 271, 71, 12 ], [ 255, 284, 225, 12 ], [ 735, 284, 80, 12 ], [ 254, 298, 201, 9 ], [ 254, 324, 346, 11 ], [ 254, 337, 236, 12 ], [ 254, 350, 339, 11 ], [ 254, 376, 346, 11 ], [ 254, 389, 254, 11 ], [ 254, 403, 201, 9 ], [ 254, 428, 374, 11 ], [ 255, 441, 327, 11 ], [ 254, 455, 201, 9 ], [ 254, 481, 368, 16 ], [ 746, 481, 106, 16 ], [ 254, 491, 283, 14 ], [ 746, 491, 59, 14 ], [ 831, 491, 24, 14 ], [ 254, 507, 201, 9 ], [ 735, 507, 35, 9 ], [ 258, 781, 62, 6 ], [ 491, 781, 132, 6 ], [ 746, 781, 38, 6 ], [ 254, 795, 53, 11 ], [ 494, 795, 145, 11 ], [ 698, 795, 106, 11 ], [ 238, 817, 185, 7 ], [ 546, 817, 215, 7 ], [ 547, 825, 227, 7 ], [ 213, 833, 174, 7 ], [ 560, 833, 87, 7 ], [ 213, 841, 228, 7 ], [ 547, 841, 171, 7 ], [ 227, 849, 149, 7 ], [ 547, 849, 169, 7 ], [ 213, 858, 136, 7 ], [ 213, 865, 121, 7 ], [ 547, 865, 249, 7 ], [ 214, 874, 123, 5 ], [ 560, 874, 46, 5 ] ]
[ 5, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 ]
367e0b8dfafba3b55586f01471b6c5f794ac3a54e8300dfdf0447e0bcc61a4c2
EP3800019A1.pdf
40
43
595
842
1,025
1,025
patents_ep
patents
11786
[ "Apr. 18, 2019 ", "US 2019/0113844 Al ", "HO ", "OH ", "OH ", "0", "~ ", "~o $^{0}$", "\"( ", ")yo ", ")yo ", "JQ-OHHOJJ-OH ", "~ontllinOO ", ")yo ", ")yo ", "0 ", "HO ", "OH lkffOH ", "OH ", "OH ", "OH ", "OH ", "OH " ]
[ [ 766, 76, 116, 13 ], [ 129, 73, 181, 13 ], [ 144, 140, 330, 817 ], [ 144, 140, 330, 817 ], [ 144, 140, 330, 817 ], [ 144, 140, 330, 817 ], [ 144, 140, 330, 817 ], [ 144, 140, 330, 817 ], [ 144, 140, 330, 817 ], [ 144, 140, 330, 817 ], [ 144, 140, 330, 817 ], [ 144, 140, 330, 817 ], [ 525, 140, 348, 820 ], [ 525, 140, 348, 820 ], [ 525, 140, 348, 820 ], [ 525, 140, 348, 820 ], [ 525, 140, 348, 820 ], [ 525, 140, 348, 820 ], [ 525, 140, 348, 820 ], [ 525, 140, 348, 820 ], [ 525, 140, 348, 820 ], [ 525, 140, 348, 820 ], [ 525, 140, 348, 820 ] ]
[ [ 766, 76, 116, 13 ], [ 129, 73, 181, 13 ], [ 219, 299, 18, 9 ], [ 343, 316, 18, 9 ], [ 430, 316, 18, 9 ], [ 194, 764, 5, 7 ], [ 204, 768, 9, 7 ], [ 311, 766, 67, 10 ], [ 378, 768, 71, 7 ], [ 189, 817, 85, 52 ], [ 324, 817, 83, 52 ], [ 195, 908, 243, 42 ], [ 670, 157, 66, 10 ], [ 581, 323, 85, 52 ], [ 702, 323, 84, 52 ], [ 744, 381, 8, 7 ], [ 565, 415, 19, 42 ], [ 671, 415, 173, 42 ], [ 609, 469, 18, 9 ], [ 670, 613, 18, 9 ], [ 723, 613, 18, 9 ], [ 817, 654, 18, 9 ], [ 581, 661, 19, 9 ] ]
[ 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6 ]
794a2eac5f5a65ff42f72963a50a4f4f1ae84a0b168c72873a69f4e15623db51
20190113844_AdobeOCR.pdf
26
93
612
792
1,025
1,025
patents_euv_sensitivity
patents
11787
[ "notes to ", "consolidated ", "financial ", "statements", "Tyson Foods, Inc. 2002 annual report", "p 37", "The effective portion of the cumulative gain or loss on the derivative instrument is reported as a component of other", "comprehensive income (loss) in shareholders’ equity and recognized into earnings in the same period or periods during which the", "hedged transaction affects earnings (for commodity hedges when the chickens that consumed the hedged grain are sold). The", "remaining cumulative gain or loss on the derivative instrument in excess of the cumulative change in the present value of the future", "cash flows of the hedged item, if any, is recognized in earnings during the period of change. No ineffectiveness was recognized on", "cash flow hedges during fiscal 2002 or 2001. The Company expects that the after tax losses, net of gains, totaling approximately ", "$2 million recorded in other comprehensive income (loss) at September 28, 2002, related to cash flow hedges, will be recognized", "within the next 12 months. The Company generally does not hedge cash flows related to commodities beyond 12 months.", "Fair Value Hedges:", "The Company designates certain futures contracts as fair value hedges of firm commitments to purchase livestock", "for slaughter. The Company also enters into foreign currency forward contracts to hedge changes in fair value of receivables and", "purchase commitments arising from changes in the exchange rates of foreign currencies. Changes in the fair value of a derivative that ", "is highly effective and that is designated and qualifies as a fair value hedge, along with the loss or gain on the hedged asset or liability ", "that is attributable to the hedged risk (including losses or gains on firm commitments), are recorded in current period earnings.", "Ineffectiveness results when the change in the fair value of the hedge instrument differs from the change in fair value of the hedged", "item. Ineffectiveness recorded related to the Company’s fair value hedges was not significant during fiscal 2002 or 2001.", "Undesignated Positions:", "The Company holds certain commodity futures contracts in the regular course of business to manage its", "exposure against commodity price fluctuations on anticipated purchases of raw materials and anticipated sales of finished inventories.", "The contracts are generally for short durations of less than one year. Although these instruments are economic hedges, the Company", "does not designate these contracts as hedges for accounting purposes. As a result, the Company marks these contracts to market ", "and recognizes the change through earnings. At September 28, 2002, and September 29, 2001, these contracts had a fair value liability", "of $11 million recorded on the consolidated balance sheet.", "Fair Values of Financial Instruments:", "Fair values are based on quoted market prices or published forward interest rate curves. All other financial instruments’ fair", "values approximate recorded values at September 28, 2002, and September 29, 2001.", "Concentrations of Credit Risk:", "The Company’s financial instruments that are exposed to concentrations of credit risk consist", "primarily of cash equivalents and trade receivables. The Company’s cash equivalents are in high quality securities placed with major", "banks and financial institutions. Concentrations of credit risk with respect to receivables are limited due to the large number of", "customers and their dispersion across geographic areas. The Company performs periodic credit evaluations of its customers’", "financial condition and generally does not require collateral. At September 28, 2002, approximately 10.8% of the Company’s total", "accounts receivable balance was due from one customer. No other customer or customer group represents greater than 10% of", "total accounts receivable.", "2002", "2001", "Commodity derivative positions", "$", "(12)", "$", "(8)", "Interest-rate derivative positions", "(6)", "(6)", "Foreign currency derivative positions", "–", "(1)", "Total debt", "$4,397", "$4,740", "in millions" ]
[ [ 893, 93, 94, 58 ], [ 893, 93, 94, 58 ], [ 893, 93, 94, 58 ], [ 893, 93, 94, 58 ], [ 71, 97, 162, 7 ], [ 958, 236, 18, 5 ], [ 71, 235, 703, 123 ], [ 71, 235, 703, 123 ], [ 71, 235, 703, 123 ], [ 71, 235, 703, 123 ], [ 71, 235, 703, 123 ], [ 71, 235, 703, 123 ], [ 71, 235, 703, 123 ], [ 71, 235, 703, 123 ], [ 71, 372, 704, 107 ], [ 71, 372, 704, 107 ], [ 71, 372, 704, 107 ], [ 71, 372, 704, 107 ], [ 71, 372, 704, 107 ], [ 71, 372, 704, 107 ], [ 71, 372, 704, 107 ], [ 71, 372, 704, 107 ], [ 71, 493, 703, 90 ], [ 71, 493, 703, 90 ], [ 71, 493, 703, 90 ], [ 71, 493, 703, 90 ], [ 71, 493, 703, 90 ], [ 71, 493, 703, 90 ], [ 71, 493, 703, 90 ], [ 71, 599, 217, 10 ], [ 71, 736, 683, 26 ], [ 71, 736, 683, 26 ], [ 71, 776, 705, 107 ], [ 71, 776, 705, 107 ], [ 71, 776, 705, 107 ], [ 71, 776, 705, 107 ], [ 71, 776, 705, 107 ], [ 71, 776, 705, 107 ], [ 71, 776, 705, 107 ], [ 71, 776, 705, 107 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 70, 631, 710, 80 ], [ 728, 616, 47, 8 ] ]
[ [ 924, 93, 63, 11 ], [ 893, 109, 94, 11 ], [ 925, 125, 62, 11 ], [ 905, 140, 77, 11 ], [ 71, 97, 162, 7 ], [ 958, 236, 18, 5 ], [ 90, 235, 628, 10 ], [ 71, 251, 697, 10 ], [ 71, 267, 676, 10 ], [ 71, 283, 703, 10 ], [ 71, 299, 694, 10 ], [ 71, 315, 688, 10 ], [ 71, 332, 698, 10 ], [ 71, 348, 656, 10 ], [ 71, 372, 108, 10 ], [ 183, 372, 593, 10 ], [ 71, 388, 676, 10 ], [ 71, 404, 701, 10 ], [ 71, 421, 690, 10 ], [ 71, 437, 668, 10 ], [ 71, 453, 686, 10 ], [ 71, 469, 630, 10 ], [ 71, 493, 141, 10 ], [ 215, 493, 549, 10 ], [ 71, 510, 701, 10 ], [ 71, 526, 702, 10 ], [ 71, 542, 686, 10 ], [ 71, 558, 703, 10 ], [ 71, 574, 306, 10 ], [ 71, 599, 217, 10 ], [ 90, 736, 664, 10 ], [ 71, 752, 460, 10 ], [ 71, 776, 182, 10 ], [ 256, 776, 503, 10 ], [ 71, 792, 705, 10 ], [ 71, 809, 681, 10 ], [ 71, 825, 672, 10 ], [ 71, 841, 699, 10 ], [ 71, 857, 693, 10 ], [ 71, 873, 137, 10 ], [ 607, 632, 25, 8 ], [ 752, 632, 23, 8 ], [ 71, 650, 172, 10 ], [ 593, 650, 7, 10 ], [ 613, 650, 24, 10 ], [ 738, 650, 6, 10 ], [ 764, 650, 15, 10 ], [ 71, 666, 175, 10 ], [ 621, 666, 17, 10 ], [ 764, 666, 15, 10 ], [ 71, 682, 199, 10 ], [ 626, 682, 6, 10 ], [ 764, 682, 15, 10 ], [ 71, 698, 54, 10 ], [ 593, 698, 40, 10 ], [ 738, 698, 37, 10 ], [ 728, 616, 47, 8 ] ]
[ 5, 5, 5, 5, 5, 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9 ]
55966a97bee5faff3ae4ed21720f6accfe9d155ad73e069115c0f2e566bf0d8b
NYSE_TSN_2002.pdf
38
63
648
792
1,025
1,025
ann_reports_00_04_fancy
financial_reports
11788
[ "ent levels.", "Negative peaks correspond to excited state", "absorption (see Fig. 1). For two molecules that are not", "excitonically coupled, all contributions to the crosspeaks", "cancel out exactly, while if two molecules are excitonically", "coupled non-zero crosspeaks appear. The shapes of the", "peaks are influenced by the phase evolution of the coher-", "ence elements of RDM during the population time", "T", ". On", "the upper left figure of Fig. 8 we have marked the elon-", "gation of the diagonal and off-diagonal peaks by arrows.", "The elongation can be best judged by looking at the zero", "contour (in black).", "This particular elongation is char-", "acteristic for the phase of the", "ρ$_{13}$", "(", "t", ")", "element (see upper", "right figure of Fig. 8) at", "T", "= 0", ". At", "T", "= 20", "fs the phases", "of the", "ρ$_{13}$", "(", "t", ")", "calculated by both methods are opposite to", "the phase at", "T", "= 0", ". The 2D spectra calculated by the two", "different methods at", "T", "= 20", "fs differ only in the precise", "positions of the contours.", "This phase of the coherence", "element is characterized in 2D spectrum by a different", "orientation of the peaks. Interestingly, at", "T", "= 140", "fs the", "two methods predict", "ρ$_{13}$", "(", "t", ")", "that have mutually opposite", "phases and as a consequence the 2D spectra at", "T", "= 140", "fs", "calculated by different methods differ in the orientation", "of their crosspeaks.", "Since the secular TL theory pre-", "dicts a simple dephasing of the coherence and a regular", "oscillation with a single frequency proportional to the en-", "ergy difference between corresponding energy levels, it is", "in principle possible to distinguish, even experimentally,", "deviations from this prediction. Our conclusion is that", "such a deviation should be a consequence of the memory", "effects in the reduced system time evolution.", "whole, not for its parts [42].", "For the population dynamics we are therefore forced", "to conclude that the full TNL theory represents the best", "candidate for a correct description of relaxation phenom-", "ena in the second order of the system bath interaction. It", "predicts similar population transfer times as other meth-", "ods, it is much less sensitive to the breakdown of the", "positivity than its TL counterpart, and it leads to a", "bath renormalization of the canonical equilibrium. Most", "interestingly however, it predicts longer coherence life", "time than the TL theory.", "It was recently established", "by Ishizaki and Fleming [33] that this is to be expected", "from a higher order theory.", "In the light of the above conclusions about the dy-", "namics of optical coherences and the populations and co-", "herences of the one exciton band, we suggest a hybrid", "approach to calculating 2D spectra, which consists of the", "application of the TL method on optical coherences (first", "and third time interval) and the full TNL method on the", "calculation of the RDM dynamics in the one exciton band", "during the population time", "T", ".", "In this paper we have compared four different theories", "of excitation energy transfer and relaxation in molecu-", "lar aggregate systems, with a special attention paid to", "lifetime of electronic coherences. Second order time non-", "local and time local theories with and without secular", "approximation were studied.", "For our specific model of", "an aggregate we have concluded that time non-local the-", "ories can account for experimentally observed electronic", "coherence life time that is significantly longer than the", "one predicted by the standard time-local secular relax-", "ation rate theory. Markov approximation leading to time", "local equations of motion was found to be responsible for", "the reduction of the coherence lifetime, while the influ-", "ence of the secular approximation on the life time was", "found rather weak. The time local theory without secu-", "lar approximation is found to break positivity of the oc-", "cupation probabilities in the range of parameters studied", "here.", "We conclude that time-local second order theory", "is not suitable for simulating the coherence transfer ef-", "fects. Simulations of two-dimensional spectra show that", "the time non-local effects can be experimentally identi-", "fied based on the analysis of the oscillations of the cross", "peaks.", "Several conclusions about the applicability of the sec-", "ular and Markov approximations can be drawn from the", "above results. As pointed out in Ref. [35], Markov ap-", "proximation, which in the second order in system-bath", "coupling converts the TNL equations to the TL ones,", "leads accidentally to an exact result for an optical co-", "herence element interacting with the harmonic bath. It", "has been also pointed out previously [33, 41] that in the", "same case, the TNL equations lead to artifacts.", "When", "studying relaxation dynamics of the populations and elec-", "tronic coherences in excitonic systems, full TL theory", "leads to a breakdown of the positivity of the RDM, while", "none of the secular theories suffer from this problem. In", "principle, the full TNL theory suffers from this problem,", "too.", "However, it has been found less susceptible to it", "here. The secular theories lead to canonical density ma-", "trix at long times, while the full TNL results in a sta-", "tionary state characterized by non-zero (but constant)", "coherences.", "Such result corresponds to an additional", "renormalization of the electronic states by the interac-", "tion with bath, and has to be expected even at a weak", "coupling limit [42]. It is important to note in this con-", "text that the canonical equilibrium is to be expected for", "the system consisting of the molecule and the bath as a", "This work was supported by the grant KONTAKT", "ME899 from the Ministry of Education,", "Youth and", "Sports of the Czech Republic. Two-dimensional spectra", "were produced using the NOSE package available under", "GNU Public License at", "http://www.sourceforge.net", ".", "Acknowledgments", "C.", "Validity of secular and Markov approximations", "VI.", "CONCLUSIONS", "12" ]
[ [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 90, 70, 411, 442 ], [ 530, 70, 203, 12 ], [ 530, 86, 410, 175 ], [ 530, 86, 410, 175 ], [ 530, 86, 410, 175 ], [ 530, 86, 410, 175 ], [ 530, 86, 410, 175 ], [ 530, 86, 410, 175 ], [ 530, 86, 410, 175 ], [ 530, 86, 410, 175 ], [ 530, 86, 410, 175 ], [ 530, 86, 410, 175 ], [ 530, 86, 410, 175 ], [ 530, 86, 410, 175 ], [ 530, 86, 410, 175 ], [ 530, 265, 410, 116 ], [ 530, 265, 410, 116 ], [ 530, 265, 410, 116 ], [ 530, 265, 410, 116 ], [ 530, 265, 410, 116 ], [ 530, 265, 410, 116 ], [ 530, 265, 410, 116 ], [ 530, 265, 410, 116 ], [ 530, 265, 410, 116 ], [ 530, 265, 410, 116 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 530, 454, 410, 339 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 90, 583, 410, 353 ], [ 530, 864, 410, 72 ], [ 530, 864, 410, 72 ], [ 530, 864, 410, 72 ], [ 530, 864, 410, 72 ], [ 530, 864, 410, 72 ], [ 530, 864, 410, 72 ], [ 530, 864, 410, 72 ], [ 530, 864, 410, 72 ], [ 666, 831, 139, 10 ], [ 94, 550, 401, 10 ], [ 94, 550, 401, 10 ], [ 649, 421, 173, 10 ], [ 649, 421, 173, 10 ], [ 924, 37, 16, 12 ] ]
[ [ 90, 70, 74, 12 ], [ 177, 70, 323, 12 ], [ 90, 85, 410, 12 ], [ 90, 100, 410, 12 ], [ 90, 115, 410, 12 ], [ 90, 129, 410, 12 ], [ 90, 144, 410, 12 ], [ 90, 159, 359, 12 ], [ 455, 159, 9, 12 ], [ 467, 159, 33, 12 ], [ 90, 174, 410, 12 ], [ 90, 189, 411, 12 ], [ 90, 204, 410, 12 ], [ 90, 218, 139, 12 ], [ 243, 218, 257, 12 ], [ 90, 233, 217, 12 ], [ 314, 233, 21, 12 ], [ 337, 233, 6, 12 ], [ 343, 233, 6, 12 ], [ 349, 233, 6, 12 ], [ 362, 233, 138, 12 ], [ 90, 248, 176, 12 ], [ 272, 248, 9, 12 ], [ 289, 248, 25, 12 ], [ 315, 248, 30, 12 ], [ 351, 248, 9, 12 ], [ 367, 248, 34, 12 ], [ 407, 248, 93, 12 ], [ 90, 263, 41, 12 ], [ 137, 263, 21, 12 ], [ 160, 263, 6, 12 ], [ 166, 263, 6, 12 ], [ 172, 263, 6, 12 ], [ 184, 263, 316, 12 ], [ 90, 278, 86, 12 ], [ 181, 278, 9, 12 ], [ 197, 278, 26, 12 ], [ 223, 278, 277, 12 ], [ 90, 293, 148, 12 ], [ 245, 293, 9, 12 ], [ 262, 293, 35, 12 ], [ 304, 293, 196, 12 ], [ 90, 307, 189, 12 ], [ 291, 307, 209, 12 ], [ 90, 322, 410, 12 ], [ 90, 337, 300, 12 ], [ 395, 337, 9, 12 ], [ 412, 337, 42, 12 ], [ 460, 337, 40, 12 ], [ 90, 352, 150, 12 ], [ 246, 352, 21, 12 ], [ 269, 352, 6, 12 ], [ 275, 352, 6, 12 ], [ 281, 352, 6, 12 ], [ 294, 352, 206, 12 ], [ 90, 367, 331, 12 ], [ 425, 367, 9, 12 ], [ 442, 367, 42, 12 ], [ 489, 367, 11, 12 ], [ 90, 381, 410, 12 ], [ 90, 396, 145, 12 ], [ 250, 396, 250, 12 ], [ 90, 411, 410, 12 ], [ 90, 426, 410, 12 ], [ 90, 441, 410, 12 ], [ 90, 456, 410, 12 ], [ 90, 470, 410, 12 ], [ 90, 485, 410, 12 ], [ 90, 500, 325, 12 ], [ 530, 70, 203, 12 ], [ 547, 86, 393, 12 ], [ 530, 101, 410, 12 ], [ 530, 116, 410, 12 ], [ 530, 131, 410, 12 ], [ 530, 146, 410, 12 ], [ 530, 160, 410, 12 ], [ 530, 175, 410, 12 ], [ 530, 190, 410, 12 ], [ 530, 205, 410, 12 ], [ 530, 220, 194, 12 ], [ 740, 220, 201, 12 ], [ 530, 235, 410, 12 ], [ 530, 249, 198, 12 ], [ 547, 265, 393, 12 ], [ 530, 280, 410, 12 ], [ 530, 295, 410, 12 ], [ 530, 310, 410, 12 ], [ 530, 325, 410, 12 ], [ 530, 340, 410, 12 ], [ 530, 354, 410, 12 ], [ 530, 369, 197, 12 ], [ 734, 369, 9, 12 ], [ 746, 369, 4, 12 ], [ 547, 454, 393, 12 ], [ 530, 469, 410, 12 ], [ 530, 483, 410, 12 ], [ 530, 498, 410, 12 ], [ 530, 513, 410, 12 ], [ 530, 528, 210, 12 ], [ 754, 528, 187, 12 ], [ 530, 543, 410, 12 ], [ 530, 557, 410, 12 ], [ 530, 572, 410, 12 ], [ 530, 587, 410, 12 ], [ 530, 602, 410, 12 ], [ 530, 617, 410, 12 ], [ 530, 632, 410, 12 ], [ 530, 646, 410, 12 ], [ 530, 661, 410, 12 ], [ 530, 676, 410, 12 ], [ 530, 691, 410, 12 ], [ 530, 706, 35, 12 ], [ 577, 706, 363, 12 ], [ 530, 721, 410, 12 ], [ 530, 735, 410, 12 ], [ 530, 750, 410, 12 ], [ 530, 765, 410, 12 ], [ 530, 780, 45, 12 ], [ 107, 583, 393, 12 ], [ 90, 598, 410, 12 ], [ 90, 612, 410, 12 ], [ 90, 627, 410, 12 ], [ 90, 642, 410, 12 ], [ 90, 657, 410, 12 ], [ 90, 672, 410, 12 ], [ 90, 686, 410, 12 ], [ 90, 701, 355, 12 ], [ 457, 701, 43, 12 ], [ 90, 716, 410, 12 ], [ 90, 731, 410, 12 ], [ 90, 746, 410, 12 ], [ 90, 761, 410, 12 ], [ 90, 775, 410, 12 ], [ 90, 790, 28, 12 ], [ 132, 790, 368, 12 ], [ 90, 805, 410, 12 ], [ 90, 820, 410, 12 ], [ 90, 835, 410, 12 ], [ 90, 850, 81, 12 ], [ 189, 850, 311, 12 ], [ 90, 864, 410, 12 ], [ 90, 879, 410, 12 ], [ 90, 894, 410, 12 ], [ 90, 909, 410, 12 ], [ 90, 924, 410, 12 ], [ 547, 864, 393, 12 ], [ 530, 879, 316, 12 ], [ 859, 879, 82, 12 ], [ 530, 894, 410, 12 ], [ 530, 909, 410, 12 ], [ 530, 924, 169, 12 ], [ 705, 924, 195, 12 ], [ 901, 924, 4, 12 ], [ 666, 831, 139, 10 ], [ 94, 550, 17, 10 ], [ 130, 550, 366, 10 ], [ 649, 421, 25, 10 ], [ 692, 421, 130, 10 ], [ 924, 37, 16, 12 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 7, 7, 7, 5 ]
ba64385d5478361634ae504667f55cdf3a1518695215dfbd84479fb8b870683d
1001.1657.pdf
11
14
612
792
1,025
1,025
arxiv_two_columns
scientific_articles
11789
[ "Results of Operations—Fiscal 2019 Compared to Fiscal 2018", "Table of Contents", "The Company’s net sales for Fiscal 2019 (52 weeks) increased 2.9% to $2.19 billion from $2.13 billion in Fiscal 2018 (53 weeks). The increase in", "net sales was a result of increased sales in Journeys Group and Johnston & Murphy Group, partially offset by decreased sales in Schuh Group and", "Licensed Brands. Gross margin increased 3.5% to $1.047 billion in Fiscal 2019 from $1.011 billion in Fiscal 2018, and increased as a percentage of", "net sales from 47.5% in Fiscal 2018 to 47.8% in Fiscal 2019, primarily reflecting increased gross margin as a percentage of net sales in all of the", "Company's business segments except Schuh Group. Selling and administrative expenses in Fiscal 2019 increased 3.5% from Fiscal 2018 and", "increased as a percentage of net sales from 43.7% to 44.0%, primarily reflecting expense increases as a percentage of sales in Schuh Group,", "Licensed Brands and Corporate, partially offset by decreased expenses in Journeys Group and Johnston & Murphy Group. The Company records", "buying and merchandising and occupancy costs in selling and administrative expense. Because the Company does not include these costs in cost of", "sales, the Company’s gross margin and selling and administrative expense are not comparable to other retailers that include these costs in the", "calculation of gross margin. Explanations of the changes in results of operations are provided by business segment in discussions following these", "introductory paragraphs.", "Earnings from continuing operations before income taxes (“pretax earnings”) for Fiscal 2019 were $78.3 million, compared to $69.0 million for", "Fiscal 2018. Pretax earnings for Fiscal 2019 included an asset impairment and other charge of $3.2 million for retail store asset impairments, other", "legal matters and hurricane losses, partially offset by a gain from Hurricane Maria. In addition, pretax earnings included a $0.6 charge for loss on", "early retirement of debt. Pretax earnings for Fiscal 2018 included an asset impairment and other charge of $7.8 million for licensing termination", "expenses, retail store asset impairments and hurricane losses.", "The net loss for Fiscal 2019 was $(51.9) million ($2.66 diluted loss per share) compared to $(111.8) million ($5.80 diluted loss per share) for Fiscal", "2018. The net loss for Fiscal 2019 included a net loss from discontinued operations of $103.2 million ($5.29 diluted loss per share). Included in", "Fiscal 2019 discontinued operations was a $126.3 million pretax loss on the sale of Lids Sports Group as well as a pretax charge of $0.7 million", "primarily for anticipated costs of environmental remedial alternatives related to former facilities operated by the Company. The net earnings for", "Fiscal 2018 included a net loss from discontinued operations of $148.5 million ($7.70 diluted loss per share). Included in Fiscal 2018 discontinued", "operations was a pretax goodwill impairment charge of $182.2 million as well as a pretax charge of $0.6 million primarily for anticipated costs of", "environmental remedial alternatives related to former facilities operated by the Company. The Company recorded an effective income tax rate of", "34.5% for Fiscal 2019 compared to 46.8% for Fiscal 2018. The effective tax rate for Fiscal 2019 was lower compared to Fiscal 2018 due to the", "lower U.S. federal corporate income tax rate following the passage of the Act, partially offset by the inability to recognize a tax benefit for certain", "foreign losses. See Item 8, Note 9, \"Income Taxes\", to the Company's Consolidated Financial Statements included in this Annual Report on Form", "10-K for additional information.", "Journeys Group", "Net sales from Journeys Group increased 6.8% to $1.42 billion for Fiscal 2019 compared to $1.33 billion for Fiscal 2018. The increase reflected an", "8% increase in comparable sales partially offset by a 2% decrease in average Journeys stores operated (i.e. the sum of the number of stores open on", "the first day of the fiscal year and the last day of each fiscal month during the year divided by thirteen) for Fiscal 2019. The comparable sales", "increase reflected a 6% increase in footwear unit comparable sales and the average price per pair of shoes increased 2%. The store count for", "Journeys Group was 1,193 stores at the end of Fiscal 2019, including 239 Journeys Kidz stores, 46 Journeys stores in Canada and 41 Little", "Burgundy stores in Canada, compared to 1,220 stores at the end of Fiscal 2018, including 242 Journeys Kidz stores, 46 Journeys stores in Canada", "and 39 Little Burgundy stores in Canada.", "Journeys Group earnings from operations for Fiscal 2019 increased 36.0% to $100.8 million, compared to $74.1 million for Fiscal 2018. The", "increase in earnings from operations was primarily due to (i) increased net sales, (ii) increased gross margin as a percentage of sales, reflecting", "decreased markdowns, partially offset by higher shipping and warehouse expenses", "35", "Fiscal Year Ended", "%", "Change", "2019", "2018", "(dollars in thousands)", "Net sales", "$", "1,419,993", "$", "1,329,460", "6.8", "%", "Earnings from operations", "$", "100,799", "$", "74,114", "36.0%", "Operating margin", "7.1", "%", "5.6", "%" ]
[ [ 24, 36, 436, 10 ], [ 24, 12, 115, 10 ], [ 24, 52, 973, 122 ], [ 24, 52, 973, 122 ], [ 24, 52, 973, 122 ], [ 24, 52, 973, 122 ], [ 24, 52, 973, 122 ], [ 24, 52, 973, 122 ], [ 24, 52, 973, 122 ], [ 24, 52, 973, 122 ], [ 24, 52, 973, 122 ], [ 24, 52, 973, 122 ], [ 24, 52, 973, 122 ], [ 24, 184, 973, 55 ], [ 24, 184, 973, 55 ], [ 24, 184, 973, 55 ], [ 24, 184, 973, 55 ], [ 24, 184, 973, 55 ], [ 24, 248, 973, 122 ], [ 24, 248, 973, 122 ], [ 24, 248, 973, 122 ], [ 24, 248, 973, 122 ], [ 24, 248, 973, 122 ], [ 24, 248, 973, 122 ], [ 24, 248, 973, 122 ], [ 24, 248, 973, 122 ], [ 24, 248, 973, 122 ], [ 24, 248, 973, 122 ], [ 24, 248, 973, 122 ], [ 24, 385, 102, 10 ], [ 24, 513, 973, 77 ], [ 24, 513, 973, 77 ], [ 24, 513, 973, 77 ], [ 24, 513, 973, 77 ], [ 24, 513, 973, 77 ], [ 24, 513, 973, 77 ], [ 24, 513, 973, 77 ], [ 24, 600, 973, 33 ], [ 24, 600, 973, 33 ], [ 24, 600, 973, 33 ], [ 503, 647, 16, 10 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ], [ 25, 415, 898, 86 ] ]
[ [ 24, 36, 436, 10 ], [ 24, 12, 115, 10 ], [ 24, 52, 973, 10 ], [ 24, 63, 973, 10 ], [ 24, 74, 973, 10 ], [ 24, 86, 973, 10 ], [ 24, 97, 973, 10 ], [ 24, 108, 973, 10 ], [ 24, 119, 973, 10 ], [ 24, 131, 973, 10 ], [ 24, 142, 973, 10 ], [ 24, 153, 973, 10 ], [ 24, 164, 164, 10 ], [ 24, 184, 973, 10 ], [ 24, 195, 973, 10 ], [ 24, 206, 973, 10 ], [ 24, 218, 973, 10 ], [ 24, 229, 408, 10 ], [ 24, 248, 973, 10 ], [ 24, 260, 973, 10 ], [ 24, 271, 973, 10 ], [ 24, 282, 973, 10 ], [ 24, 293, 973, 10 ], [ 24, 305, 973, 10 ], [ 24, 316, 973, 10 ], [ 24, 327, 973, 10 ], [ 24, 338, 973, 10 ], [ 24, 349, 973, 10 ], [ 24, 361, 207, 10 ], [ 24, 385, 102, 10 ], [ 24, 513, 973, 10 ], [ 24, 524, 973, 10 ], [ 24, 535, 973, 10 ], [ 24, 547, 973, 10 ], [ 24, 558, 973, 10 ], [ 24, 569, 973, 10 ], [ 24, 580, 270, 10 ], [ 24, 600, 973, 10 ], [ 24, 611, 973, 10 ], [ 24, 622, 545, 10 ], [ 503, 647, 16, 10 ], [ 596, 417, 109, 9 ], [ 854, 422, 10, 8 ], [ 838, 432, 42, 8 ], [ 565, 432, 30, 9 ], [ 707, 432, 27, 8 ], [ 591, 447, 120, 8 ], [ 26, 460, 60, 10 ], [ 516, 460, 8, 10 ], [ 560, 460, 71, 10 ], [ 657, 460, 8, 10 ], [ 706, 460, 65, 10 ], [ 889, 460, 20, 10 ], [ 910, 460, 12, 10 ], [ 26, 474, 167, 10 ], [ 516, 474, 8, 10 ], [ 574, 474, 58, 10 ], [ 662, 474, 3, 10 ], [ 727, 474, 45, 10 ], [ 881, 474, 40, 10 ], [ 26, 489, 117, 10 ], [ 610, 489, 22, 10 ], [ 632, 489, 12, 10 ], [ 751, 489, 20, 10 ], [ 772, 489, 12, 10 ] ]
[ 7, 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 ]
89cab662e06fb72c7b8ac8061e4b61c7429d02f168577ccf99ab60e05dbae60c
0000018498-19-000016_20190403x10k.pdf
35
126
595
842
1,025
1,025
sec_filings
financial_reports
11790
[ "80", "».", "74. В пункте 3.3 федерального государственного образовательного", "стандарта", "высшего", "образования — специалитет", "по", "специальности", "54.05.01 Монументально-декоративное", "искусство,", "утвержденного", "приказом Министерства науки и высшего образования Российской", "Федерации от 13 августа 2020 г. № 1009 (зарегистрирован Министерством", "юстиции Российской Федерации 28 августа 2020 г.,", "регистрационный", "№ 59576):", "строку", "«", "»", "заменить строкой", "«", "»", "75. Пункт 3.3", "федерального государственного образовательного", "стандарта", "высшего", "образования", "–", "специалитет", "по", "специальности", "54.05.03 Графика", "утвержденного", "приказом", "Министерства науки и высшего образования Российской Федерации", "от 13 августа 2020 г. № 1013 (зарегистрирован Министерством юстиции", "Российской Федерации 28 августа 2020 г.,", "регистрационный № 59562),", "ДОПОЛНИТЬ НОВОЙ строкой следующшего содержания:", "ОПК-13. Способен понимать принципы", "работы современных информационных", "технологий", "и", "использовать", "их", "для", "решения", "задач", "профессиональной", "деятельности", "коммуникационные", "технологии для", "профессиональной", "деятельности", "ОПК-5. Способен решать стандартные", "задачи профессиональной деятельности", "на", "основе", "информационной", "и", "библиографической", "культуры", "с", "применением", "информационно-", "коммуникационных", "технологий", "и", "с", "учетом", "основных", "требований", "информационной безопасности", "Информационно-", "коммуникационные", "технологии", "ОПК-5. Способен понимать принципы", "работы современных информационных", "технологий", "и", "использовать", "их", "для", "решения", "задач", "профессиональной", "деятельности", "Информационно-", "коммуникационные", "технологии" ]
[ [ 524, 38, 19, 10 ], [ 906, 157, 15, 7 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 147, 192, 777, 194 ], [ 196, 404, 67, 11 ], [ 148, 436, 9, 6 ], [ 910, 569, 9, 6 ], [ 198, 598, 179, 14 ], [ 150, 627, 9, 14 ], [ 907, 709, 15, 6 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 150, 736, 777, 181 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 164, 68, 725, 103 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 167, 423, 723, 160 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ], [ 168, 620, 724, 105 ] ]
[ [ 524, 38, 19, 10 ], [ 906, 157, 15, 7 ], [ 195, 192, 727, 17 ], [ 147, 223, 100, 16 ], [ 272, 223, 87, 16 ], [ 385, 223, 314, 16 ], [ 723, 223, 23, 16 ], [ 772, 223, 150, 16 ], [ 147, 254, 402, 15 ], [ 606, 254, 106, 15 ], [ 768, 254, 154, 15 ], [ 147, 280, 776, 18 ], [ 147, 310, 776, 17 ], [ 147, 340, 573, 16 ], [ 743, 340, 180, 16 ], [ 147, 371, 101, 16 ], [ 196, 404, 67, 11 ], [ 148, 436, 9, 6 ], [ 910, 569, 9, 6 ], [ 198, 598, 179, 14 ], [ 150, 627, 9, 14 ], [ 907, 709, 15, 6 ], [ 199, 736, 161, 18 ], [ 384, 736, 542, 18 ], [ 150, 765, 100, 16 ], [ 331, 765, 87, 16 ], [ 501, 765, 126, 16 ], [ 708, 765, 12, 16 ], [ 801, 765, 126, 16 ], [ 150, 792, 23, 15 ], [ 217, 792, 150, 15 ], [ 410, 792, 182, 15 ], [ 634, 792, 154, 15 ], [ 831, 792, 95, 15 ], [ 150, 818, 776, 18 ], [ 151, 847, 776, 17 ], [ 151, 872, 455, 18 ], [ 626, 872, 300, 18 ], [ 151, 903, 527, 15 ], [ 446, 74, 431, 15 ], [ 446, 93, 432, 16 ], [ 446, 114, 117, 12 ], [ 591, 114, 11, 12 ], [ 631, 114, 135, 12 ], [ 793, 114, 24, 12 ], [ 844, 114, 34, 12 ], [ 446, 133, 88, 16 ], [ 583, 133, 54, 16 ], [ 686, 133, 192, 16 ], [ 446, 157, 136, 10 ], [ 176, 99, 203, 12 ], [ 176, 119, 158, 10 ], [ 176, 135, 192, 16 ], [ 176, 158, 136, 10 ], [ 448, 428, 432, 15 ], [ 448, 448, 432, 15 ], [ 449, 467, 23, 15 ], [ 553, 467, 68, 15 ], [ 703, 467, 178, 15 ], [ 449, 487, 11, 16 ], [ 521, 487, 203, 16 ], [ 786, 487, 95, 16 ], [ 449, 506, 9, 16 ], [ 515, 506, 137, 16 ], [ 708, 506, 173, 16 ], [ 449, 526, 205, 16 ], [ 765, 526, 116, 16 ], [ 449, 545, 11, 16 ], [ 492, 545, 9, 16 ], [ 532, 545, 71, 16 ], [ 636, 545, 98, 16 ], [ 765, 545, 116, 16 ], [ 450, 565, 321, 16 ], [ 178, 479, 178, 15 ], [ 179, 502, 203, 12 ], [ 179, 522, 116, 8 ], [ 450, 627, 431, 14 ], [ 450, 646, 432, 17 ], [ 450, 668, 117, 12 ], [ 595, 668, 11, 12 ], [ 634, 668, 135, 12 ], [ 796, 668, 23, 12 ], [ 847, 668, 34, 12 ], [ 450, 686, 87, 16 ], [ 587, 686, 53, 16 ], [ 690, 686, 191, 16 ], [ 450, 710, 136, 10 ], [ 180, 649, 178, 15 ], [ 180, 672, 203, 12 ], [ 180, 692, 117, 8 ] ]
[ 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 ]
523a1b20d8f505e6b421ea3454f7f085c505e2cec04d956fe0f130ebdd0908ef
0001202105270015.pdf
315
326
598
856
1,025
1,025
russian_laws
laws_and_regulations
11791
[ "Table of Contents", "TABLE OF CONTENTS", "PART I", "Page", "PART II", "PART III", "PART IV", "2", "Item 1.", "Business", "3", "Item 1A.", "Risk Factors", "7", "Item 1B.", "Unresolved Staff Comments", "20", "Item 2.", "Properties", "20", "Item 3.", "Legal Proceedings", "21", "Item 4.", "Mine Safety Disclosures", "23", "Item 4A.", "Executive Officers", "23", "Item 5.", "Market for Registrant’s Common Equity, Related Stockholder Matters and Issuer Purchases of Equity Securities", "24", "Item 6.", "Selected Financial Data", "25", "Item 7.", "Management’s Discussion and Analysis of Financial Condition and Results of Operations", "27", "Item 7A.", "Quantitative and Qualitative Disclosures about Market Risk", "47", "Item 8.", "Financial Statements and Supplementary Data", "48", "Item 9.", "Changes in and Disagreements with Accountants on Accounting and Financial Disclosure", "116", "Item 9A.", "Controls and Procedures", "116", "Item 9B.", "Other Information", "117", "Item 10.", "Directors, Executive Officers and Corporate Governance", "118", "Item 11.", "Executive Compensation", "118", "Item 12.", "Security Ownership of Certain Beneficial Owners and Management and Related Stockholder Matters", "118", "Item 13.", "Certain Relationships and Related Transactions, and Director Independence", "118", "Item 14.", "Principal Accounting Fees and Services", "118", "Item 15.", "Exhibits and Financial Statement Schedules", "119", "Item 16.", "Form 10-K Summary", "121" ]
[ [ 24, 12, 115, 10 ], [ 435, 48, 151, 10 ], [ 442, 93, 50, 10 ], [ 939, 80, 29, 9 ], [ 439, 227, 56, 10 ], [ 436, 377, 62, 10 ], [ 437, 482, 60, 10 ], [ 507, 557, 8, 10 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 107, 974, 100 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 25, 241, 975, 115 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 26, 390, 973, 71 ], [ 24, 496, 975, 27 ], [ 24, 496, 975, 27 ], [ 24, 496, 975, 27 ], [ 24, 496, 975, 27 ], [ 24, 496, 975, 27 ], [ 24, 496, 975, 27 ] ]
[ [ 24, 12, 115, 10 ], [ 435, 48, 151, 10 ], [ 442, 93, 50, 10 ], [ 939, 80, 29, 9 ], [ 439, 227, 56, 10 ], [ 436, 377, 62, 10 ], [ 437, 482, 60, 10 ], [ 507, 557, 8, 10 ], [ 26, 107, 46, 10 ], [ 114, 107, 57, 10 ], [ 988, 107, 8, 10 ], [ 26, 122, 55, 10 ], [ 114, 122, 81, 10 ], [ 988, 122, 8, 10 ], [ 26, 137, 56, 10 ], [ 114, 137, 183, 10 ], [ 980, 137, 16, 10 ], [ 26, 152, 46, 10 ], [ 114, 152, 68, 10 ], [ 980, 152, 16, 10 ], [ 26, 166, 46, 10 ], [ 114, 166, 120, 10 ], [ 980, 166, 16, 10 ], [ 26, 181, 46, 10 ], [ 114, 181, 158, 10 ], [ 980, 181, 16, 10 ], [ 26, 196, 55, 10 ], [ 114, 196, 120, 10 ], [ 980, 196, 16, 10 ], [ 26, 242, 46, 10 ], [ 114, 242, 737, 10 ], [ 980, 242, 16, 10 ], [ 26, 257, 46, 10 ], [ 114, 257, 156, 10 ], [ 980, 257, 16, 10 ], [ 26, 272, 46, 10 ], [ 114, 272, 579, 10 ], [ 980, 272, 16, 10 ], [ 26, 286, 55, 10 ], [ 114, 286, 390, 10 ], [ 980, 286, 16, 10 ], [ 26, 301, 46, 10 ], [ 114, 301, 306, 10 ], [ 980, 301, 16, 10 ], [ 26, 316, 46, 10 ], [ 114, 316, 586, 10 ], [ 972, 316, 24, 10 ], [ 26, 331, 55, 10 ], [ 114, 331, 162, 10 ], [ 972, 331, 24, 10 ], [ 26, 345, 56, 10 ], [ 114, 345, 119, 10 ], [ 972, 345, 24, 10 ], [ 26, 392, 54, 10 ], [ 114, 392, 370, 10 ], [ 972, 392, 24, 10 ], [ 26, 406, 54, 10 ], [ 114, 406, 161, 10 ], [ 972, 406, 24, 10 ], [ 26, 421, 54, 10 ], [ 114, 421, 663, 10 ], [ 972, 421, 24, 10 ], [ 26, 436, 54, 10 ], [ 114, 436, 500, 10 ], [ 972, 436, 24, 10 ], [ 26, 450, 54, 10 ], [ 114, 450, 259, 10 ], [ 972, 450, 24, 10 ], [ 26, 497, 54, 10 ], [ 114, 497, 289, 10 ], [ 972, 497, 24, 10 ], [ 26, 512, 54, 10 ], [ 114, 512, 136, 10 ], [ 972, 512, 24, 10 ] ]
[ 5, 7, 7, 7, 7, 7, 7, 4, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 ]
b1c9e4f9fba832ecc270b53d70f557fdea39ad32aa5b4717fbe625b54a9a636c
0000018498-19-000016_20190403x10k.pdf
2
126
595
842
1,025
1,025
sec_filings
financial_reports
11792
[ "P$_{6}$", "(", "s, t", ") = (cosh (", "s", ")+sinh (", "s", ")", "4", "∑", "k", "=1", "sinh", "k", "(", "t", ")", ",", "−", "4", "∑", "k", "=1", "sinh", "k", "(", "s", ") sinh", "k", "(", "t", ")", ",", "sinh (", "s", ")+", "cosh (", "s", ")", "4", "∑", "k", "=1", "sinh", "k", "(", "t", "))", "is a member of the surface pencil with common line of curvature", "r", "(", "s", "), where", "−", "1", "≤", "s", "≤", "1", ",", "−", "0", ".", "4", "≤", "t", "≤", "0", ".", "4", ".", "Fig. 4.4.", "P$_{6}$", "(", "s, t", ") as a member of the surface pencil and its line of curvature", "Acknowledgement 10", "The authors appreciate the comments and valuable sug-", "gestions of the editor and the reviewer.", "Their advice helped to improve the", "clarity and presentation of this paper. The second author would like to thank", "TUBITAK (The Scientific and Technological Research Council of Turkey) for", "their financial supports during his doctorate studies.", "5", "References", "22", "[1]", "Wang, G.J., Tang, K., Tai, C.L., Parametric representantion of a surface", "pencil with a common spatial geodesic, Computer Aided Design, 2004, 36: 447-" ]
[ [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 161, 575, 73 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 224, 230, 575, 38 ], [ 233, 554, 556, 12 ], [ 233, 554, 556, 12 ], [ 233, 554, 556, 12 ], [ 233, 554, 556, 12 ], [ 233, 554, 556, 12 ], [ 224, 619, 577, 116 ], [ 224, 619, 577, 116 ], [ 224, 619, 577, 116 ], [ 224, 619, 577, 116 ], [ 224, 619, 577, 116 ], [ 224, 619, 577, 116 ], [ 224, 619, 577, 116 ], [ 224, 777, 166, 16 ], [ 224, 777, 166, 16 ], [ 503, 899, 16, 12 ], [ 224, 834, 575, 38 ], [ 224, 834, 575, 38 ], [ 224, 834, 575, 38 ] ]
[ [ 249, 171, 17, 12 ], [ 270, 171, 6, 12 ], [ 276, 171, 21, 12 ], [ 297, 171, 76, 12 ], [ 373, 171, 7, 12 ], [ 381, 171, 61, 12 ], [ 443, 171, 7, 12 ], [ 451, 171, 6, 12 ], [ 469, 161, 6, 9 ], [ 463, 170, 17, 31 ], [ 460, 186, 7, 8 ], [ 467, 185, 16, 9 ], [ 487, 171, 29, 12 ], [ 517, 168, 7, 8 ], [ 528, 171, 6, 12 ], [ 534, 171, 6, 12 ], [ 540, 171, 6, 12 ], [ 550, 171, 4, 12 ], [ 557, 171, 12, 12 ], [ 579, 161, 6, 9 ], [ 573, 170, 17, 31 ], [ 570, 186, 7, 8 ], [ 577, 185, 16, 9 ], [ 597, 171, 29, 12 ], [ 627, 168, 7, 8 ], [ 638, 171, 6, 12 ], [ 644, 171, 7, 12 ], [ 652, 171, 39, 12 ], [ 691, 168, 7, 8 ], [ 702, 171, 6, 12 ], [ 709, 171, 6, 12 ], [ 715, 171, 6, 12 ], [ 724, 171, 4, 12 ], [ 731, 171, 39, 12 ], [ 770, 171, 7, 12 ], [ 778, 171, 21, 12 ], [ 224, 204, 40, 12 ], [ 264, 204, 7, 12 ], [ 272, 204, 6, 12 ], [ 290, 195, 6, 9 ], [ 285, 204, 17, 31 ], [ 281, 219, 7, 8 ], [ 289, 219, 16, 9 ], [ 309, 204, 29, 12 ], [ 338, 202, 7, 8 ], [ 349, 204, 6, 12 ], [ 356, 204, 6, 12 ], [ 362, 204, 12, 12 ], [ 249, 230, 462, 12 ], [ 715, 230, 7, 12 ], [ 726, 230, 6, 12 ], [ 733, 230, 7, 12 ], [ 741, 230, 58, 12 ], [ 224, 256, 12, 12 ], [ 237, 256, 8, 12 ], [ 250, 256, 12, 12 ], [ 268, 256, 7, 12 ], [ 280, 256, 12, 12 ], [ 298, 256, 8, 12 ], [ 307, 256, 4, 12 ], [ 317, 256, 12, 12 ], [ 330, 256, 8, 12 ], [ 338, 256, 4, 12 ], [ 343, 256, 8, 12 ], [ 356, 256, 12, 12 ], [ 373, 256, 6, 12 ], [ 384, 256, 12, 12 ], [ 401, 256, 8, 12 ], [ 410, 256, 4, 12 ], [ 415, 256, 8, 12 ], [ 423, 256, 4, 12 ], [ 233, 554, 62, 12 ], [ 302, 554, 17, 12 ], [ 323, 554, 6, 12 ], [ 330, 554, 21, 12 ], [ 351, 554, 438, 12 ], [ 224, 619, 177, 12 ], [ 409, 619, 392, 12 ], [ 224, 645, 297, 12 ], [ 536, 645, 262, 12 ], [ 224, 670, 575, 12 ], [ 224, 696, 575, 12 ], [ 224, 722, 379, 12 ], [ 224, 777, 13, 16 ], [ 264, 777, 126, 16 ], [ 503, 899, 16, 12 ], [ 249, 834, 14, 12 ], [ 277, 834, 522, 12 ], [ 224, 860, 575, 12 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 4, 3, 3, 3 ]
31752c8c620cf7840517b71bb6be668d86784607f2e608e2affccf3b35ea821f
1305.0341.pdf
21
23
612
792
1,025
1,025
arxiv_doublespaced
scientific_articles
11793
[ "Figure 12-7. ", "Rope strengths. ", "Figure 12-9. ", "Tow ropes and cables are made of many different ", "reliable materials such as nylon, step-index fiber from Red Polyester, ", "Hollow Braid POLYPRO, Dacron, steel, and Polyethylene.", "Figure 12-8. ", "Safety link strength requirements.", "Diameter", "3/16\"", "1/4\"", "5/16\"", "Polyethylene", "Hollow braid", "700", "1,200", "1,750", "Polypropylene", "Monofilament", "800", "1,300", "1,900", "Polypropylene", "Multifilament", "870", "1,200", "2,050", "Nylon", "960", "1,500", "2,400", "Dacron", "720", "1,150", "1,750", "• ", "Safety link (weak link) at the glider end: ", "• ", "Minimum strength = eighty percent of the glider ", "maximum certificated operating weight. ", "• ", "Maximum", "strength", "=", "twice", "the", "maximum ", "certificated operating weight. ", "[Figure 12-8]", "• ", "Safety link (weak link) at the tow plane end: ", "• ", "Strength", "requirements", "=", "greater,", "but", "not", "more ", "than twenty five percent greater than that of the ", "safety link on the glider end, and not more than ", "twice the maximum certificated operating weight ", "of the glider.", "Tow ropes and cables are made of many different reliable ", "materials, such as nylon, step-index fiber from Red Polyester, ", "Hollow Braid POLYPRO, Dacron, steel, and Polyethylene. ", "[Figure 12-9]", "After", "all", "inspections are", "complete,", "compute", "the", "takeoff ", "performance for the tow plane using the approved POH. As ", "a rule of thumb, the tow plane is normally airborne in about ", "twice the computed distance. If your tow plane does not have ", "takeoff performance charts, make a normal takeoff without ", "the glider in tow and note the lift-off point. Use this physical ", "point in lieu of computed takeoff data. Pay particular attention ", "to your altitude over the departure end of the runway and the ", "clearance of any barriers.", "Using the computed takeoff data or actual takeoff point, choose a ", "physical abort point on the runway. ", "[Figure 12-10] ", "Thoroughly ", "brief the glider pilot on the abort point and abort procedures. If ", "the tow plane is not off the ground by the chosen abort point, ", "the glider should release, or be released, allowing the tow plane ", "to accomplish a normal takeoff. ", "Step-index fiber from Red Polyester", "Hollow Braid PolyPro", "Dacron", "Polyethylene", "Braids", "Take Off Planning", "Greater, but not more than 25 percent greater than ", "that of the safety link at the glider end, and not greater ", "than twice the glider max gross weight (MGW).", "RULE", "1000 lbs. x 25% = 250 lbs.", "1000 lbs. + 250 lbs. = 1250 lbs.", "700 lbs. x 2 = 1400 lbs.", "700 lbs. MGW", "Glider safety link ", "breaking strength ", "1,000 lbs.", "To meet the rule below, the tow plane safety ", "link strength requirement must be greater than ", "1,000 lbs. and not more than 1,250 lbs.", "The 1,400 lbs. strength requirement is", "not a player since 1,250 lbs. is the maximum.", "12-5" ]
[ [ 123, 145, 181, 14 ], [ 123, 145, 181, 14 ], [ 552, 519, 414, 46 ], [ 552, 519, 414, 46 ], [ 552, 519, 414, 46 ], [ 552, 519, 414, 46 ], [ 124, 926, 290, 14 ], [ 124, 926, 290, 14 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 121, 59, 409, 74 ], [ 139, 171, 314, 15 ], [ 139, 171, 314, 15 ], [ 170, 193, 366, 31 ], [ 170, 193, 366, 31 ], [ 170, 193, 366, 31 ], [ 170, 232, 361, 31 ], [ 170, 232, 361, 31 ], [ 170, 232, 361, 31 ], [ 170, 232, 361, 31 ], [ 170, 232, 361, 31 ], [ 170, 232, 361, 31 ], [ 170, 232, 361, 31 ], [ 170, 232, 361, 31 ], [ 170, 232, 361, 31 ], [ 139, 271, 342, 15 ], [ 139, 271, 342, 15 ], [ 170, 294, 366, 81 ], [ 170, 294, 366, 81 ], [ 170, 294, 366, 81 ], [ 170, 294, 366, 81 ], [ 170, 294, 366, 81 ], [ 170, 294, 366, 81 ], [ 170, 294, 366, 81 ], [ 170, 294, 366, 81 ], [ 170, 294, 366, 81 ], [ 170, 294, 366, 81 ], [ 170, 294, 366, 81 ], [ 170, 294, 366, 81 ], [ 124, 399, 414, 64 ], [ 124, 399, 414, 64 ], [ 124, 399, 414, 64 ], [ 124, 399, 414, 64 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 124, 503, 414, 147 ], [ 553, 578, 417, 97 ], [ 553, 578, 417, 97 ], [ 553, 578, 417, 97 ], [ 553, 578, 417, 97 ], [ 553, 578, 417, 97 ], [ 553, 578, 417, 97 ], [ 553, 578, 417, 97 ], [ 553, 578, 417, 97 ], [ 550, 58, 413, 450 ], [ 550, 58, 413, 450 ], [ 550, 58, 413, 450 ], [ 550, 58, 413, 450 ], [ 550, 58, 413, 450 ], [ 124, 478, 174, 20 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 124, 693, 838, 224 ], [ 928, 964, 34, 16 ] ]
[ [ 123, 145, 81, 13 ], [ 205, 145, 100, 13 ], [ 552, 520, 85, 13 ], [ 637, 519, 329, 13 ], [ 552, 536, 411, 13 ], [ 552, 552, 367, 13 ], [ 124, 926, 81, 13 ], [ 205, 926, 209, 13 ], [ 127, 60, 48, 15 ], [ 139, 89, 26, 14 ], [ 142, 103, 19, 14 ], [ 139, 117, 26, 14 ], [ 283, 60, 69, 15 ], [ 287, 74, 62, 14 ], [ 309, 89, 18, 14 ], [ 304, 103, 28, 14 ], [ 304, 117, 28, 14 ], [ 362, 60, 78, 15 ], [ 367, 74, 67, 14 ], [ 392, 89, 18, 14 ], [ 387, 103, 28, 14 ], [ 387, 117, 28, 14 ], [ 448, 60, 78, 15 ], [ 455, 74, 63, 14 ], [ 477, 89, 18, 14 ], [ 473, 103, 28, 14 ], [ 473, 117, 28, 14 ], [ 186, 60, 31, 15 ], [ 192, 89, 18, 14 ], [ 188, 103, 28, 14 ], [ 188, 117, 28, 14 ], [ 232, 60, 38, 15 ], [ 243, 89, 18, 14 ], [ 238, 103, 28, 14 ], [ 238, 117, 28, 14 ], [ 139, 171, 10, 15 ], [ 170, 171, 283, 15 ], [ 170, 193, 10, 15 ], [ 201, 193, 335, 15 ], [ 201, 210, 280, 15 ], [ 170, 232, 10, 15 ], [ 201, 232, 49, 15 ], [ 267, 232, 66, 15 ], [ 351, 232, 2, 15 ], [ 370, 232, 41, 15 ], [ 429, 232, 25, 15 ], [ 470, 232, 61, 15 ], [ 201, 249, 206, 15 ], [ 407, 249, 96, 15 ], [ 139, 271, 10, 15 ], [ 170, 271, 311, 15 ], [ 170, 294, 10, 15 ], [ 201, 294, 51, 15 ], [ 266, 294, 77, 15 ], [ 358, 294, 2, 15 ], [ 374, 294, 50, 15 ], [ 438, 294, 16, 15 ], [ 468, 294, 20, 15 ], [ 502, 294, 34, 15 ], [ 201, 311, 335, 15 ], [ 201, 327, 335, 15 ], [ 201, 344, 335, 15 ], [ 201, 360, 88, 15 ], [ 124, 399, 414, 15 ], [ 124, 416, 414, 15 ], [ 124, 432, 413, 15 ], [ 124, 449, 96, 15 ], [ 124, 503, 30, 15 ], [ 168, 503, 20, 15 ], [ 202, 503, 102, 15 ], [ 318, 503, 57, 15 ], [ 389, 503, 43, 15 ], [ 446, 503, 20, 15 ], [ 480, 503, 54, 15 ], [ 124, 520, 413, 15 ], [ 124, 536, 413, 15 ], [ 124, 553, 413, 15 ], [ 124, 569, 413, 15 ], [ 124, 586, 413, 15 ], [ 124, 603, 414, 15 ], [ 124, 619, 413, 15 ], [ 124, 636, 174, 15 ], [ 553, 578, 417, 15 ], [ 553, 595, 232, 15 ], [ 783, 595, 101, 15 ], [ 884, 595, 82, 15 ], [ 553, 612, 415, 15 ], [ 553, 628, 415, 15 ], [ 553, 645, 416, 15 ], [ 553, 661, 218, 15 ], [ 710, 382, 218, 13 ], [ 798, 70, 129, 13 ], [ 638, 70, 44, 13 ], [ 611, 236, 73, 13 ], [ 653, 236, 80, 13 ], [ 124, 478, 174, 20 ], [ 172, 866, 313, 13 ], [ 172, 879, 334, 13 ], [ 172, 891, 286, 13 ], [ 145, 870, 18, 28 ], [ 476, 713, 167, 13 ], [ 460, 725, 198, 13 ], [ 486, 741, 147, 13 ], [ 809, 835, 89, 13 ], [ 760, 766, 115, 13 ], [ 760, 779, 120, 13 ], [ 760, 792, 62, 13 ], [ 148, 700, 274, 13 ], [ 142, 713, 286, 13 ], [ 166, 726, 239, 13 ], [ 169, 742, 232, 13 ], [ 148, 754, 276, 13 ], [ 928, 964, 34, 16 ] ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 6, 6, 6, 6, 6, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 4 ]
4029f48162d3a88b3192183d41498d56b3d35f7da19f567d2f5a5da3782acfca
faa-h-8083-13a.pdf
234
268
594
774
1,025
1,025
faa_regulations
laws_and_regulations
11794
[ "and such other information as may reasonably be required affecting their fitness for", "the service.", "[1698-3 (", "m", ").]", "SECTION ", "713", ".", "Oath of Applicant for Examination.", " — Before admission", "to a civil-service examination in the Philippine Islands, every applicant shall take", "and subscribe an oath, in such form as shall be prescribed in the civil-service rules,", "wherein the affia", "nt shall declare that he recognizes and accepts the supreme", "authority of the United States of America and will maintain true faith and", "allegiance", "thereto;", "that", "he", "will", "obey", "the", "laws,", "legal", "orders,", "and", "decrees", "promulgated by its duly constituted authorities", "; that the obligation in posed by such", "oath is assumed voluntarily, without mental reservation or purpose of evasion; and", "that the answer to the questions contained in his application for examination are", "true to the best of his knowledge and belief.", "[1698-12.]", "SECTION ", "714", ".", "Use of Public Buildings for Civil-Service Examinations.", "— When examination are held, either in Manila or in the provinces, the officers", "having custody of public buildings shall allow the reasonable use thereof for such", "purpose and shall provid", "e for furnishing and lighting the same.", "[1698-4, Civil Service Rules, III, 7.]", "SECTION ", "715", ".", "Appointment", "of", "Chief,", "Assistant", "Chief,", "and", "Superintendent.", " — Appointments to the position of chief or assistant chief of a", "Bureau or Office and to the position of superintendent shall be made by the", "promotion of persons already in the civil se", "rvice, if there be such who are", "component and available and who in the judgment of the appointing power possess", "the qualifications required.", "[1698-7.]", "SECTION ", "716", ".", "Preferences in Selection from Lists of Eligibles.", " — In", "making selections from lists or certified eligibles furnished by the Director,", "appointing officers shall, when other qualifications are equal, prefer:", "First. Citizens of the Philippine Islands.", "Secondly. Honorably discharged soldiers, sailors, and marines of the United", "ARTICLE ", "IV", "Appointment to Civil Service", "221", "Copyright 2012", "CD Technologies Asia, Inc. and Accesslaw, Inc.", "Philippine Law Encyclopedia 2011" ]
[ [ 140, 102, 744, 40 ], [ 140, 102, 744, 40 ], [ 202, 155, 111, 19 ], [ 202, 155, 111, 19 ], [ 202, 155, 111, 19 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 140, 188, 745, 195 ], [ 202, 398, 87, 19 ], [ 140, 431, 744, 79 ], [ 140, 431, 744, 79 ], [ 140, 431, 744, 79 ], [ 140, 431, 744, 79 ], [ 140, 431, 744, 79 ], [ 140, 431, 744, 79 ], [ 140, 431, 744, 79 ], [ 140, 431, 744, 79 ], [ 202, 524, 298, 19 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 140, 625, 744, 118 ], [ 202, 756, 77, 19 ], [ 140, 789, 744, 59 ], [ 140, 789, 744, 59 ], [ 140, 789, 744, 59 ], [ 140, 789, 744, 59 ], [ 140, 789, 744, 59 ], [ 140, 789, 744, 59 ], [ 140, 789, 744, 59 ], [ 202, 862, 354, 20 ], [ 202, 896, 682, 20 ], [ 445, 556, 132, 21 ], [ 445, 556, 132, 21 ], [ 383, 591, 257, 20 ], [ 880, 925, 17, 9 ], [ 123, 925, 503, 9 ], [ 123, 925, 503, 9 ], [ 123, 925, 503, 9 ] ]
[ [ 140, 102, 744, 20 ], [ 140, 121, 101, 20 ], [ 202, 156, 77, 19 ], [ 279, 155, 14, 19 ], [ 294, 156, 18, 19 ], [ 202, 189, 99, 20 ], [ 301, 189, 33, 20 ], [ 335, 189, 5, 20 ], [ 371, 188, 320, 20 ], [ 692, 189, 192, 20 ], [ 140, 208, 744, 20 ], [ 140, 227, 744, 20 ], [ 140, 247, 164, 20 ], [ 304, 247, 580, 20 ], [ 140, 266, 744, 20 ], [ 140, 286, 90, 20 ], [ 246, 286, 68, 20 ], [ 330, 286, 33, 20 ], [ 380, 286, 21, 20 ], [ 417, 286, 34, 20 ], [ 468, 286, 42, 20 ], [ 527, 286, 27, 20 ], [ 570, 286, 46, 20 ], [ 633, 286, 43, 20 ], [ 692, 286, 61, 20 ], [ 769, 286, 32, 20 ], [ 817, 286, 67, 20 ], [ 140, 305, 415, 20 ], [ 555, 305, 329, 20 ], [ 140, 325, 745, 20 ], [ 140, 344, 744, 20 ], [ 140, 363, 391, 20 ], [ 202, 398, 87, 19 ], [ 202, 431, 99, 20 ], [ 301, 431, 33, 20 ], [ 335, 431, 5, 20 ], [ 371, 431, 513, 20 ], [ 140, 450, 744, 20 ], [ 140, 470, 744, 20 ], [ 140, 489, 220, 20 ], [ 360, 489, 341, 20 ], [ 202, 524, 298, 19 ], [ 202, 625, 99, 20 ], [ 301, 625, 33, 20 ], [ 335, 625, 5, 20 ], [ 371, 625, 114, 20 ], [ 518, 625, 17, 20 ], [ 567, 625, 53, 20 ], [ 653, 625, 80, 20 ], [ 765, 625, 53, 20 ], [ 851, 625, 33, 20 ], [ 140, 644, 140, 20 ], [ 280, 644, 604, 20 ], [ 140, 664, 744, 20 ], [ 140, 683, 434, 20 ], [ 574, 683, 310, 20 ], [ 140, 703, 744, 20 ], [ 140, 722, 240, 20 ], [ 202, 756, 77, 19 ], [ 202, 789, 99, 20 ], [ 301, 789, 33, 20 ], [ 335, 789, 5, 20 ], [ 371, 789, 452, 20 ], [ 824, 789, 60, 20 ], [ 140, 809, 744, 20 ], [ 140, 828, 613, 20 ], [ 202, 862, 354, 20 ], [ 202, 896, 682, 20 ], [ 445, 556, 107, 21 ], [ 553, 556, 24, 21 ], [ 383, 591, 257, 20 ], [ 880, 925, 17, 9 ], [ 123, 925, 70, 9 ], [ 208, 925, 220, 9 ], [ 469, 925, 158, 9 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 7, 4, 4, 4, 4 ]
e2a293790d65f52be68a8e7689061631d4aeb2070ba5026be0a7d538fdc6ced1
19161231-Act-2657.pdf
220
884
595
841
1,025
1,025
philippine_laws
laws_and_regulations
11795
[ "[0063]", "Inner catheter lumen 20 is configured to transport fluid, such as aspiration", "fluid, blood, and particulates in the fluid, from a distal end of inner catheter 14, such as", "from inner catheter distal opening 22 and/or the plurality of sidewall openings 24, to a", "proximal end of inner catheter 14, such as to aspiration pump 6. Inner catheter 14 may be", "sized to be housed in outer catheter lumen 16 while still enabling aspiration fluid under a", "positive pressure provided by an aspiration pump to be delivered to outer catheter", "opening 18 (in the space between an inner surface of outer catheter 12 and an outer", "surface of inner catheter 14) and allowing fluid and/or particles from a site of a thrombus", "to pass through inner catheter lumen 20. In some examples, inner catheter 14 may have", "an outer diameter Dz between or equal to about 0.050 inches (about 1.3 mm) and/or about", "0.074 inches (about 1.9 mm). In some examples, the outer diameter and/or outer", "circumference of inner catheter 14 may be relatively constant (e.g., constant or nearly", "constant) from a proximal end of inner catheter 14 to inner catheter opening 22. In other", "examples, inner catheter 14 may taper in distal direction or otherwise vary in outer", "diameter along its length.", "[0064]", "Inner catheter distal opening 22 is an opening of inner catheter lumen 20 at a", "distal end of inner catheter 14. In some examples, one or more portions of an inner", "surface of inner catheter 14 may be lubricious to facilitate the introduction and passage of", "a medical device, particulates such as pieces of a clot/thrombus, a therapeutic agent, or", "the like, through inner catheter lumen 20. In some examples, the material from which", "portions of the inner surface is formed may itself be lubricious (e.g., PTFE). For", "example, a lubricious inner surface that may allow relatively easy movement of a", "guidewire, particulates, and/or fluid through inner catheter lumen 20. In addition to, or", "instead of, being formed from a lubricious material, in some examples, an inner surface of", "may be coated with a lubricious coating such as a hydrophilic coating. The inner surface", "may be formed from any suitable material including, but not limited to,", "polytetrafluoroethylene (PTFE), expanded PTFE a fluoropolymer, perfluoroalkyoxy", "alkane (PFA), fluorinated ethylene propylene (FEP), polyolefin elastomer, and the like.", "[0065]", "In some examples, one or more portions of an inner surface of inner catheter", "lumen 20 at a distal end of inner catheter 14 may be configured to have a relatively high", "affinity to a clot material by, for example, using a suitable surface treatment (e.g., a", "coating and/or etching) on inner liner 18 to promote mechanical or chemical engagement", "with the clot. (Such affinity may be measured, for example, with a DMA (dynamic", "mechanical analyzer) equipped with a shear sandwich clamp.) For example, the inner" ]
[ [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 127, 680, 334 ], [ 184, 473, 682, 242 ], [ 184, 473, 682, 242 ], [ 184, 473, 682, 242 ], [ 184, 473, 682, 242 ], [ 184, 473, 682, 242 ], [ 184, 473, 682, 242 ], [ 184, 473, 682, 242 ], [ 184, 473, 682, 242 ], [ 184, 473, 682, 242 ], [ 184, 473, 682, 242 ], [ 184, 473, 682, 242 ], [ 184, 473, 682, 242 ], [ 184, 726, 660, 35 ], [ 184, 726, 660, 35 ], [ 184, 773, 674, 126 ], [ 184, 773, 674, 126 ], [ 184, 773, 674, 126 ], [ 184, 773, 674, 126 ], [ 184, 773, 674, 126 ], [ 184, 773, 674, 126 ], [ 184, 773, 674, 126 ] ]
[ [ 186, 127, 47, 11 ], [ 270, 127, 560, 12 ], [ 185, 150, 658, 12 ], [ 185, 173, 651, 12 ], [ 184, 196, 680, 12 ], [ 185, 219, 672, 12 ], [ 184, 242, 618, 12 ], [ 185, 265, 629, 12 ], [ 185, 289, 672, 11 ], [ 184, 311, 664, 12 ], [ 185, 334, 679, 12 ], [ 185, 357, 611, 12 ], [ 185, 381, 647, 12 ], [ 185, 403, 672, 12 ], [ 185, 427, 625, 12 ], [ 185, 450, 191, 12 ], [ 186, 473, 47, 11 ], [ 270, 473, 580, 12 ], [ 185, 495, 630, 12 ], [ 185, 519, 678, 11 ], [ 185, 542, 656, 12 ], [ 184, 565, 651, 12 ], [ 184, 588, 611, 12 ], [ 185, 611, 614, 12 ], [ 184, 634, 659, 12 ], [ 185, 657, 681, 12 ], [ 184, 680, 673, 12 ], [ 184, 703, 539, 12 ], [ 184, 726, 638, 12 ], [ 185, 749, 660, 12 ], [ 186, 773, 47, 11 ], [ 270, 773, 579, 11 ], [ 185, 796, 666, 12 ], [ 185, 819, 631, 12 ], [ 185, 841, 673, 12 ], [ 184, 864, 632, 12 ], [ 184, 887, 650, 12 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
394a26b5eb3e08d05071c3ca1823feed6f1a3b78e4250e784abff67a9fbaa798
WO2020210025A1.pdf
14
37
595
842
1,025
1,025
patents_wp
patents
11796
[ "member to be viewed as a unit having a number of adhering subdomains, with the adhering", "subdomains being divided by the introduced slits. The adhered two-component device opens in", "an accordion-like manner under flexion.", "In instances of the two-component device disclosed,", "the adhering subdomains can actually separate from one another over time thereby creating", "independent subdomains.", "Mechanical manipulation of the type described above can provide for “elastic-like”", "properties in non-elastic polymers. Although the mechanical manipulation does not change the", "non-elastic characteristic of the particular polymer, the introduction of voids or discontinuities", "can allow for movement in dimensions where no movement would be possible absent the voids", "or discontinuities.", "Having described specific instances of discontinuities in connection with the present", "disclosure, reference will now be made to drawings.", "Figs. 1A, 1B and 1C are bottom projection", "views of an interlaced wound closure device of the present disclosure showing only structural", "film elements without release liners. Common elements depicted in the three Figures include", "first adhesive-backed anchoring member 10 having a wound edge 11, first elongated", "connectors 12, first pulling element 14, second adhesive-backed anchoring member 16 having a", "wound edge 17, second elongated connectors 18 and second pulling element 20.", "Each of Figs. 1A, 1B and 1C show a homogenous discontinuity pattern.", "In other words,", "each discontinuity in Fig. 1A is substantially identical with all others. The same can be said for", "Figs. 1B and 1C. As indicated previously, homogeneity of discontinuities on a particular", "adhesive-backed anchoring member, or a particular two component medical device, is not a", "requirement.", "Fig. 1A shows over 1,000 specific discontinuities in first adhesive-backed anchoring", "member 10 and second adhesive-backed anchoring member 16.", "Each discontinuity is", "generally small and circular and a preferred method of introducing such discontinuities would be", "perforation through a needle or pin die cutting process. As mentioned previously, some routine", "experimentation will be required to optimize perforation in connection with a particular", "combination of polymeric sheet material and an adhesive to be used to secure the processed", "polymeric sheet material (in the form of an adhesive-backed anchoring member) to the skin.", "Fig. 1B shows over 750 specific discontinuities in first adhesive-backed anchoring", "member 10 and second adhesive-backed anchoring member 16.", "Each discontinuity is circular", "and larger than that shown in Fig. 1A .", "Because of the somewhat larger size of the", "discontinuity, a punch process would likely be the preferred method of introducing such" ]
[ [ 109, 121, 801, 104 ], [ 109, 121, 801, 104 ], [ 109, 121, 801, 104 ], [ 109, 121, 801, 104 ], [ 109, 121, 801, 104 ], [ 109, 121, 801, 104 ], [ 110, 236, 794, 104 ], [ 110, 236, 794, 104 ], [ 110, 236, 794, 104 ], [ 110, 236, 794, 104 ], [ 110, 236, 794, 104 ], [ 109, 352, 805, 150 ], [ 109, 352, 805, 150 ], [ 109, 352, 805, 150 ], [ 109, 352, 805, 150 ], [ 109, 352, 805, 150 ], [ 109, 352, 805, 150 ], [ 109, 352, 805, 150 ], [ 109, 352, 805, 150 ], [ 110, 528, 788, 104 ], [ 110, 528, 788, 104 ], [ 110, 528, 788, 104 ], [ 110, 528, 788, 104 ], [ 110, 528, 788, 104 ], [ 110, 528, 788, 104 ], [ 110, 644, 801, 149 ], [ 110, 644, 801, 149 ], [ 110, 644, 801, 149 ], [ 110, 644, 801, 149 ], [ 110, 644, 801, 149 ], [ 110, 644, 801, 149 ], [ 110, 644, 801, 149 ], [ 110, 644, 801, 149 ], [ 110, 806, 788, 80 ], [ 110, 806, 788, 80 ], [ 110, 806, 788, 80 ], [ 110, 806, 788, 80 ], [ 110, 806, 788, 80 ], [ 110, 806, 788, 80 ] ]
[ [ 110, 121, 763, 11 ], [ 110, 144, 801, 11 ], [ 110, 167, 328, 11 ], [ 453, 168, 433, 10 ], [ 109, 190, 768, 11 ], [ 110, 213, 212, 11 ], [ 160, 236, 708, 11 ], [ 110, 259, 794, 11 ], [ 110, 282, 768, 11 ], [ 110, 306, 794, 11 ], [ 110, 329, 141, 11 ], [ 160, 352, 698, 11 ], [ 110, 375, 430, 11 ], [ 555, 375, 348, 11 ], [ 109, 398, 776, 11 ], [ 109, 421, 778, 11 ], [ 109, 444, 706, 11 ], [ 110, 467, 805, 11 ], [ 109, 490, 679, 11 ], [ 160, 528, 594, 11 ], [ 769, 529, 121, 10 ], [ 110, 551, 788, 11 ], [ 111, 575, 731, 11 ], [ 110, 597, 768, 11 ], [ 110, 620, 102, 11 ], [ 160, 644, 695, 11 ], [ 110, 667, 539, 11 ], [ 664, 667, 169, 11 ], [ 110, 690, 801, 11 ], [ 110, 713, 793, 11 ], [ 110, 736, 712, 11 ], [ 110, 759, 776, 11 ], [ 110, 782, 765, 11 ], [ 160, 806, 679, 11 ], [ 110, 828, 539, 11 ], [ 664, 829, 234, 11 ], [ 110, 852, 314, 11 ], [ 441, 852, 361, 11 ], [ 110, 875, 726, 11 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
b3bd5b44ebed8c7c16d015648f1a5489382ae43a6b98bcbde1a07c2cf2ab76d3
WO2020210013A1.pdf
20
35
595
842
1,025
1,025
patents_wp
patents
11797
[ "Performance Schema Miscellaneous Tables", "PROCESSLIST_ID: 34", "PROCESSLIST_USER: isabella", "PROCESSLIST_HOST: localhost", "PROCESSLIST_DB: performance_schema", "PROCESSLIST_COMMAND: Query", "PROCESSLIST_TIME: 0", "PROCESSLIST_STATE: Sending data", "PROCESSLIST_INFO: SELECT * FROM performance_schema.threads", "PARENT_THREAD_ID: 1", "ROLE: NULL", "INSTRUMENTED: YES", "HISTORY: YES", "CONNECTION_TYPE: SSL/TLS", "THREAD_OS_ID: 755399", "RESOURCE_GROUP: USR_default", "...", "When the Performance Schema initializes, it populates the ", "threads", " table based on the threads in", "existence then. Thereafter, a new row is added each time the server creates a thread.", "The ", "INSTRUMENTED", " and ", "HISTORY", " column values for new threads are determined by the contents of", "the ", "setup_actors", " table. For information about how to use the ", "setup_actors", " table to control these", "columns, see Section 27.4.6, “Pre-Filtering by Thread”", ".", "Removal of rows from the ", "threads", " table occurs when threads end. For a thread associated with a client", "session, removal occurs when the session ends. If a client has auto-reconnect enabled and the session", "reconnects after a disconnect, the session becomes associated with a new row in the ", "threads", " table that", "has a different ", "PROCESSLIST_ID", " value. The initial ", "INSTRUMENTED", " and ", "HISTORY", " values for the new", "thread may be different from those of the original thread: The ", "setup_actors", " table may have changed in", "the meantime, and if the ", "INSTRUMENTED", " or ", "HISTORY", " value for the original thread was changed after the", "row was initialized, the change does not carry over to the new thread.", "You can enable or disable thread monitoring (that is, whether events executed by the thread are", "instrumented) and historical event logging. To control the initial ", "INSTRUMENTED", " and ", "HISTORY", " values", "for new foreground threads, use the ", "setup_actors", " table. To control these aspects of existing threads,", "set the ", "INSTRUMENTED", " and ", "HISTORY", " columns of ", "threads", " table rows. (For more information about the", "conditions under which thread monitoring and historical event logging occur, see the descriptions of the", "INSTRUMENTED", " and ", "HISTORY", " columns.)", "For a comparison of the ", "threads", " table columns with names having a prefix of ", "PROCESSLIST_", " to other", "process information sources, see Sources of Process Information.", "For thread information sources other than the ", "threads", " table, information about", "threads for other users is shown only if the current user has the ", "PROCESS", " privilege.", "That is not true of the ", "threads", " table; all rows are shown to any user who has", "the ", "SELECT", " privilege for the table. Users who should not be able to see threads", "for other users by accessing the ", "threads", " table should not be given the ", "SELECT", "privilege for it.", "The ", "threads", " table has these columns:", "A unique thread identifier.", "5089", "•", "THREAD_ID", "•", "NAME", "Important" ]
[ [ 363, 48, 327, 11 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 95, 490, 194 ], [ 170, 310, 729, 27 ], [ 170, 310, 729, 27 ], [ 170, 310, 729, 27 ], [ 170, 310, 729, 27 ], [ 170, 356, 756, 43 ], [ 170, 356, 756, 43 ], [ 170, 356, 756, 43 ], [ 170, 356, 756, 43 ], [ 170, 356, 756, 43 ], [ 170, 356, 756, 43 ], [ 170, 356, 756, 43 ], [ 170, 356, 756, 43 ], [ 170, 356, 756, 43 ], [ 170, 356, 756, 43 ], [ 170, 356, 756, 43 ], [ 170, 356, 756, 43 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 417, 781, 105 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 541, 769, 89 ], [ 170, 649, 768, 27 ], [ 170, 649, 768, 27 ], [ 170, 649, 768, 27 ], [ 170, 649, 768, 27 ], [ 170, 649, 768, 27 ], [ 170, 649, 768, 27 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 311, 726, 614, 89 ], [ 170, 834, 293, 11 ], [ 170, 834, 293, 11 ], [ 170, 834, 293, 11 ], [ 187, 893, 190, 11 ], [ 927, 964, 37, 11 ], [ 170, 863, 107, 11 ], [ 170, 863, 107, 11 ], [ 170, 922, 56, 11 ], [ 170, 922, 56, 11 ], [ 311, 695, 77, 11 ] ]
[ [ 363, 48, 327, 11 ], [ 211, 95, 144, 8 ], [ 194, 107, 209, 8 ], [ 194, 120, 217, 8 ], [ 211, 132, 273, 8 ], [ 170, 145, 209, 8 ], [ 194, 157, 152, 8 ], [ 186, 169, 249, 8 ], [ 194, 182, 466, 8 ], [ 194, 194, 152, 8 ], [ 291, 207, 80, 8 ], [ 227, 219, 136, 8 ], [ 267, 231, 96, 8 ], [ 202, 244, 192, 8 ], [ 227, 256, 160, 8 ], [ 211, 269, 217, 8 ], [ 170, 281, 24, 8 ], [ 170, 310, 438, 11 ], [ 609, 311, 70, 10 ], [ 679, 310, 220, 11 ], [ 170, 325, 634, 11 ], [ 170, 356, 33, 11 ], [ 204, 357, 120, 10 ], [ 324, 356, 37, 11 ], [ 362, 357, 70, 10 ], [ 432, 356, 485, 11 ], [ 170, 371, 27, 11 ], [ 198, 372, 120, 10 ], [ 319, 371, 327, 11 ], [ 647, 372, 120, 10 ], [ 767, 371, 160, 11 ], [ 170, 387, 429, 11 ], [ 572, 387, 4, 11 ], [ 170, 417, 195, 11 ], [ 366, 418, 70, 10 ], [ 436, 417, 510, 11 ], [ 170, 433, 765, 11 ], [ 170, 448, 635, 11 ], [ 806, 450, 70, 10 ], [ 876, 448, 73, 11 ], [ 170, 464, 110, 11 ], [ 281, 465, 140, 10 ], [ 422, 464, 130, 11 ], [ 552, 465, 120, 10 ], [ 673, 464, 37, 11 ], [ 710, 465, 70, 10 ], [ 780, 464, 140, 11 ], [ 170, 479, 456, 11 ], [ 626, 481, 120, 10 ], [ 747, 479, 204, 11 ], [ 170, 495, 184, 11 ], [ 355, 496, 120, 10 ], [ 475, 495, 24, 11 ], [ 499, 496, 70, 10 ], [ 570, 495, 377, 11 ], [ 170, 511, 513, 11 ], [ 170, 541, 710, 11 ], [ 170, 557, 469, 11 ], [ 639, 558, 120, 10 ], [ 760, 557, 37, 11 ], [ 797, 558, 70, 10 ], [ 868, 557, 53, 11 ], [ 170, 572, 269, 11 ], [ 440, 573, 120, 10 ], [ 561, 572, 377, 11 ], [ 170, 588, 54, 11 ], [ 225, 589, 120, 10 ], [ 346, 588, 37, 11 ], [ 383, 589, 70, 10 ], [ 453, 588, 90, 11 ], [ 544, 589, 70, 10 ], [ 614, 588, 325, 11 ], [ 170, 603, 763, 11 ], [ 170, 620, 120, 10 ], [ 291, 619, 37, 11 ], [ 328, 620, 70, 10 ], [ 399, 619, 77, 11 ], [ 170, 649, 181, 11 ], [ 352, 650, 70, 10 ], [ 422, 649, 334, 11 ], [ 756, 650, 120, 10 ], [ 877, 649, 61, 11 ], [ 170, 665, 488, 11 ], [ 311, 726, 340, 11 ], [ 652, 727, 70, 10 ], [ 722, 726, 179, 11 ], [ 311, 742, 472, 11 ], [ 784, 743, 70, 10 ], [ 855, 742, 71, 11 ], [ 311, 757, 162, 11 ], [ 474, 758, 70, 10 ], [ 545, 757, 343, 11 ], [ 311, 773, 27, 11 ], [ 339, 774, 60, 10 ], [ 400, 773, 500, 11 ], [ 311, 788, 242, 11 ], [ 553, 789, 70, 10 ], [ 624, 788, 223, 11 ], [ 847, 789, 60, 10 ], [ 311, 804, 104, 11 ], [ 170, 834, 33, 11 ], [ 204, 835, 70, 10 ], [ 274, 834, 189, 11 ], [ 187, 893, 190, 11 ], [ 927, 964, 37, 11 ], [ 170, 863, 19, 11 ], [ 187, 864, 90, 10 ], [ 170, 922, 19, 11 ], [ 187, 923, 40, 10 ], [ 311, 695, 77, 11 ] ]
[ 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 3, 3, 3, 3, 7 ]
9286b4629b8e450d661d10d29211841c02ead6473d54a3cf1e893f03b3aebba4
refman-8.0-en.pdf
5,118
6,228
612
792
1,025
1,025
manuals
manuals
11798
[ "1", "2", "4", "5", "5", "5", "9", "10", "7", "8", "6", "11", "3", "12", "13", "BRITISH", "COLUMBIA", "ALBERTA", "YUKON", "NUNAVUT", "NORTHWEST", "TERRITORIES", "SASKATCHEWAN", "MANITOBA", "ONTARIO", "QUÉBEC", "Calgary", "WA", "OR", "NV", "UT", "NE", "CA", "ID", "MO", "WY", "ND", "MN", "IL", "MI", "NY", "ME", "NJ", "CT", "MA", "RI", "VT", "NH", "PA", "WI", "IA", "IN", "OH", "SD", "Interconnecting ", "hub/export point", "Proposed", "Union Gas", "TC PipeLines, LP", "TransCanada, wholly", "and partly owned", "Maine, New Hampshire", "Minnesota, Wisconsin,", "Michigan", "British Columbia, Alberta,", "Saskatchewan", "Saskatchewan, Manitoba,", "Ontario, Québec", "Alberta", "British Columbia", "Montana, North Dakota, ", "South Dakota, Minnesota, ", "Iowa, Illinois, Indiana", "Oregon, California, Nevada", "New", "York, Connecticut", "Alberta,", "Northwest Territories", "Alaska,", "Yukon, British", "Columbia,", "Alberta", "Québec", "(50% ownership Foothills ", "Pipe Lines Ltd.; TransCanada:", "69.5% Saskatchewan seg-", "ment; 74.5% Alberta seg-", "ment; 74.5% B.C. segment)", "LENGTH: ", "1,040 km", "2001 THROUGHPUT:", "3.1", "Bcf/d", "(50% TransCanada)", "LENGTH: ", "3,387 km", "2001 THROUGHPUT:", "2.2", "Bcf/d", "(33.29% TransCanada)", "LENGTH: ", "471 km", "2001 THROUGHPUT:", "0.1", "Bcf/d", "(proposed by producers)", "(proposed by Foothills Pipe", "Lines Ltd. which is 50%", "owned by TransCanada)", "(50% TransCanada)", "LENGTH: ", "572 km", "2001 THROUGHPUT:", "0.4", "Bcf/d", "(40.96% TransCanada)", "LENGTH: ", "604 km", "2001 THROUGHPUT:", "0.9", "Bcf/d", "(1% TransCanada directly; ", "16.4% indirectly through ", "TC PipeLines, LP)", "LENGTH: ", "369 km", "2001 THROUGHPUT:", "0.1", "Bcf/d", "(100% TransCanada)", "LENGTH: ", "137 km", "2001 THROUGHPUT:", "0.2", "Bcf/d", "(100% TransCanada)", "LENGTH: ", "22,500 km", "2001 THROUGHPUT:", "11.1", "Bcf/d", "(100% TransCanada)", "LENGTH: ", "14,900 km", "2001 THROUGHPUT:", "6.7", "Bcf/d", "(100% TransCanada)", "LENGTH: ", "180 km", "2001 THROUGHPUT:", "1.1", "Bcf/d", "(10% TransCanada indirectly", "through TC PipeLines, LP)", "LENGTH: ", "2,010 km", "2001 THROUGHPUT:", "2.3", "Bcf/d", "TRANSCANADA", "10", "Portland Natural Gas", "Transmission System", "11", "Great Lakes Gas", "Transmission Limited", "Partnership ", "8", "Foothills Pipe Lines Ltd.", "5", "Canadian Mainline", "1", "Alberta System", "2", "TransCanada PipeLine", "Ventures Limited", "Partnership", "3", "Tuscarora Gas", "Transmission Company", "6", "Iroquois Gas", "Transmission System", "9", "Mackenzie Valley", "Extension", "12", "Alaska Highway", "Pipeline", "13", "Trans Québec and", "Maritimes Pipeline Inc.", "10", "Northern Border", "Pipeline Company", "7", "British Columbia", "System", "4", "TRANSMISSION OF NATURAL GAS" ]
[ [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 102, 114, 759, 410 ], [ 693, 549, 128, 8 ], [ 497, 549, 122, 19 ], [ 497, 549, 122, 19 ], [ 301, 549, 141, 19 ], [ 301, 549, 141, 19 ], [ 105, 549, 140, 19 ], [ 105, 549, 140, 19 ], [ 105, 627, 41, 8 ], [ 105, 771, 90, 8 ], [ 301, 776, 146, 29 ], [ 301, 776, 146, 29 ], [ 301, 776, 146, 29 ], [ 301, 672, 149, 8 ], [ 497, 653, 125, 8 ], [ 497, 653, 125, 8 ], [ 693, 629, 163, 8 ], [ 693, 629, 163, 8 ], [ 693, 689, 119, 19 ], [ 693, 689, 119, 19 ], [ 693, 689, 119, 19 ], [ 693, 689, 119, 19 ], [ 497, 733, 41, 8 ], [ 316, 586, 145, 75 ], [ 316, 586, 145, 75 ], [ 316, 586, 145, 75 ], [ 316, 586, 145, 75 ], [ 316, 586, 145, 75 ], [ 316, 586, 145, 75 ], [ 316, 586, 145, 75 ], [ 316, 586, 145, 75 ], [ 316, 586, 145, 75 ], [ 316, 586, 145, 75 ], [ 512, 614, 131, 29 ], [ 512, 614, 131, 29 ], [ 512, 614, 131, 29 ], [ 512, 614, 131, 29 ], [ 512, 614, 131, 29 ], [ 512, 614, 131, 29 ], [ 708, 590, 131, 29 ], [ 708, 590, 131, 29 ], [ 708, 590, 131, 29 ], [ 708, 590, 131, 29 ], [ 708, 590, 131, 29 ], [ 708, 590, 131, 29 ], [ 708, 671, 121, 8 ], [ 708, 740, 134, 31 ], [ 708, 740, 134, 31 ], [ 708, 740, 134, 31 ], [ 512, 774, 131, 29 ], [ 512, 774, 131, 29 ], [ 512, 774, 131, 29 ], [ 512, 774, 131, 29 ], [ 512, 774, 131, 29 ], [ 512, 774, 131, 29 ], [ 512, 694, 131, 29 ], [ 512, 694, 131, 29 ], [ 512, 694, 131, 29 ], [ 512, 694, 131, 29 ], [ 512, 694, 131, 29 ], [ 512, 694, 131, 29 ], [ 316, 713, 134, 52 ], [ 316, 713, 134, 52 ], [ 316, 713, 134, 52 ], [ 316, 713, 134, 52 ], [ 316, 713, 134, 52 ], [ 316, 713, 134, 52 ], [ 316, 713, 134, 52 ], [ 316, 713, 134, 52 ], [ 120, 732, 131, 29 ], [ 120, 732, 131, 29 ], [ 120, 732, 131, 29 ], [ 120, 732, 131, 29 ], [ 120, 732, 131, 29 ], [ 120, 732, 131, 29 ], [ 120, 655, 138, 29 ], [ 120, 655, 138, 29 ], [ 120, 655, 138, 29 ], [ 120, 655, 138, 29 ], [ 120, 655, 138, 29 ], [ 120, 655, 138, 29 ], [ 120, 588, 131, 29 ], [ 120, 588, 131, 29 ], [ 120, 588, 131, 29 ], [ 120, 588, 131, 29 ], [ 120, 588, 131, 29 ], [ 120, 588, 131, 29 ], [ 120, 812, 131, 29 ], [ 120, 812, 131, 29 ], [ 120, 812, 131, 29 ], [ 120, 812, 131, 29 ], [ 120, 812, 131, 29 ], [ 120, 812, 131, 29 ], [ 316, 837, 142, 41 ], [ 316, 837, 142, 41 ], [ 316, 837, 142, 41 ], [ 316, 837, 142, 41 ], [ 316, 837, 142, 41 ], [ 316, 837, 142, 41 ], [ 316, 837, 142, 41 ], [ 421, 965, 149, 7 ], [ 421, 965, 149, 7 ], [ 695, 565, 145, 22 ], [ 695, 565, 145, 22 ], [ 695, 565, 145, 22 ], [ 501, 575, 143, 35 ], [ 501, 575, 143, 35 ], [ 501, 575, 143, 35 ], [ 501, 575, 143, 35 ], [ 305, 574, 158, 9 ], [ 305, 574, 158, 9 ], [ 109, 575, 130, 9 ], [ 109, 575, 130, 9 ], [ 109, 642, 108, 9 ], [ 109, 642, 108, 9 ], [ 109, 694, 148, 35 ], [ 109, 694, 148, 35 ], [ 109, 694, 148, 35 ], [ 109, 694, 148, 35 ], [ 305, 688, 156, 22 ], [ 305, 688, 156, 22 ], [ 305, 688, 156, 22 ], [ 501, 668, 142, 22 ], [ 501, 668, 142, 22 ], [ 501, 668, 142, 22 ], [ 694, 645, 123, 22 ], [ 694, 645, 123, 22 ], [ 694, 645, 123, 22 ], [ 694, 715, 116, 22 ], [ 694, 715, 116, 22 ], [ 694, 715, 116, 22 ], [ 498, 749, 157, 22 ], [ 498, 749, 157, 22 ], [ 498, 749, 157, 22 ], [ 305, 812, 125, 22 ], [ 305, 812, 125, 22 ], [ 305, 812, 125, 22 ], [ 111, 787, 115, 22 ], [ 111, 787, 115, 22 ], [ 111, 787, 115, 22 ], [ 105, 77, 285, 13 ] ]
[ [ 370, 350, 4, 6 ], [ 299, 250, 4, 6 ], [ 277, 354, 4, 6 ], [ 355, 360, 4, 6 ], [ 312, 335, 4, 6 ], [ 277, 344, 4, 6 ], [ 770, 458, 4, 6 ], [ 772, 417, 8, 6 ], [ 463, 437, 4, 6 ], [ 586, 431, 4, 6 ], [ 174, 445, 4, 6 ], [ 817, 434, 7, 6 ], [ 355, 264, 4, 6 ], [ 314, 186, 8, 6 ], [ 255, 176, 8, 6 ], [ 226, 214, 30, 6 ], [ 220, 222, 43, 6 ], [ 323, 237, 35, 6 ], [ 210, 127, 29, 6 ], [ 495, 160, 40, 6 ], [ 337, 149, 50, 6 ], [ 337, 156, 49, 6 ], [ 385, 260, 62, 6 ], [ 480, 285, 44, 6 ], [ 576, 332, 37, 6 ], [ 738, 314, 32, 6 ], [ 266, 319, 35, 7 ], [ 209, 361, 14, 6 ], [ 189, 400, 11, 6 ], [ 206, 454, 11, 6 ], [ 273, 485, 10, 6 ], [ 438, 483, 10, 6 ], [ 150, 435, 11, 6 ], [ 255, 416, 8, 6 ], [ 319, 398, 14, 6 ], [ 333, 452, 13, 6 ], [ 438, 399, 12, 6 ], [ 510, 428, 13, 6 ], [ 585, 487, 6, 6 ], [ 637, 474, 10, 6 ], [ 752, 462, 11, 6 ], [ 825, 414, 12, 6 ], [ 777, 503, 9, 6 ], [ 798, 471, 9, 6 ], [ 795, 461, 13, 6 ], [ 812, 469, 7, 6 ], [ 788, 439, 10, 6 ], [ 803, 448, 12, 6 ], [ 736, 491, 10, 6 ], [ 567, 448, 10, 6 ], [ 518, 483, 8, 6 ], [ 620, 509, 8, 6 ], [ 664, 502, 12, 6 ], [ 434, 449, 10, 6 ], [ 702, 218, 89, 8 ], [ 702, 227, 93, 8 ], [ 702, 191, 50, 8 ], [ 702, 204, 56, 8 ], [ 702, 178, 86, 8 ], [ 702, 154, 112, 8 ], [ 702, 163, 97, 8 ], [ 693, 549, 128, 8 ], [ 497, 549, 122, 8 ], [ 497, 560, 50, 8 ], [ 301, 549, 141, 8 ], [ 301, 560, 76, 8 ], [ 105, 549, 140, 8 ], [ 105, 560, 90, 8 ], [ 105, 627, 41, 8 ], [ 105, 771, 90, 8 ], [ 301, 776, 139, 8 ], [ 301, 786, 146, 8 ], [ 301, 796, 116, 8 ], [ 301, 672, 149, 8 ], [ 497, 653, 18, 8 ], [ 508, 653, 114, 8 ], [ 693, 629, 43, 8 ], [ 759, 629, 97, 8 ], [ 693, 689, 36, 8 ], [ 701, 689, 110, 8 ], [ 693, 699, 49, 8 ], [ 737, 699, 55, 8 ], [ 497, 733, 41, 8 ], [ 316, 586, 131, 8 ], [ 316, 598, 145, 8 ], [ 316, 610, 132, 8 ], [ 316, 621, 131, 8 ], [ 316, 633, 140, 8 ], [ 316, 645, 39, 6 ], [ 356, 643, 48, 8 ], [ 316, 655, 83, 6 ], [ 403, 654, 16, 8 ], [ 422, 654, 25, 8 ], [ 512, 614, 97, 8 ], [ 512, 626, 39, 6 ], [ 552, 624, 48, 8 ], [ 512, 636, 83, 6 ], [ 599, 634, 16, 8 ], [ 618, 634, 25, 8 ], [ 708, 590, 113, 8 ], [ 708, 602, 39, 6 ], [ 748, 601, 38, 8 ], [ 708, 613, 83, 6 ], [ 795, 611, 16, 8 ], [ 814, 611, 25, 8 ], [ 708, 671, 121, 8 ], [ 708, 740, 134, 8 ], [ 708, 752, 119, 8 ], [ 708, 764, 120, 8 ], [ 512, 774, 97, 8 ], [ 512, 786, 39, 6 ], [ 552, 784, 38, 8 ], [ 512, 797, 83, 6 ], [ 599, 795, 16, 8 ], [ 618, 795, 25, 8 ], [ 512, 694, 113, 8 ], [ 512, 706, 39, 6 ], [ 552, 704, 38, 8 ], [ 512, 716, 83, 6 ], [ 599, 715, 16, 8 ], [ 618, 715, 25, 8 ], [ 316, 713, 134, 8 ], [ 316, 725, 129, 8 ], [ 316, 737, 83, 8 ], [ 316, 749, 39, 6 ], [ 356, 747, 38, 8 ], [ 316, 759, 83, 6 ], [ 403, 757, 16, 8 ], [ 422, 757, 25, 8 ], [ 120, 732, 104, 8 ], [ 120, 744, 39, 6 ], [ 160, 742, 38, 8 ], [ 120, 754, 83, 6 ], [ 207, 753, 16, 8 ], [ 226, 753, 25, 8 ], [ 120, 655, 104, 8 ], [ 120, 667, 39, 6 ], [ 160, 665, 55, 8 ], [ 120, 677, 83, 6 ], [ 207, 676, 22, 8 ], [ 233, 676, 25, 8 ], [ 120, 588, 104, 8 ], [ 120, 600, 39, 6 ], [ 160, 598, 55, 8 ], [ 120, 610, 83, 6 ], [ 207, 608, 16, 8 ], [ 226, 608, 25, 8 ], [ 120, 812, 104, 8 ], [ 120, 824, 39, 6 ], [ 160, 823, 38, 8 ], [ 120, 835, 83, 6 ], [ 207, 833, 16, 8 ], [ 226, 833, 25, 8 ], [ 316, 837, 142, 8 ], [ 316, 849, 127, 8 ], [ 316, 861, 39, 6 ], [ 356, 859, 48, 8 ], [ 316, 872, 83, 6 ], [ 403, 870, 16, 8 ], [ 422, 870, 25, 8 ], [ 421, 965, 77, 7 ], [ 560, 965, 10, 7 ], [ 709, 565, 131, 9 ], [ 709, 578, 130, 9 ], [ 695, 566, 7, 6 ], [ 513, 575, 101, 9 ], [ 513, 588, 131, 9 ], [ 513, 601, 75, 9 ], [ 501, 577, 4, 6 ], [ 317, 574, 146, 9 ], [ 305, 576, 4, 6 ], [ 121, 575, 117, 9 ], [ 109, 578, 4, 6 ], [ 121, 642, 96, 9 ], [ 109, 645, 4, 6 ], [ 121, 694, 136, 9 ], [ 121, 706, 106, 9 ], [ 121, 719, 72, 9 ], [ 109, 696, 4, 6 ], [ 317, 688, 86, 9 ], [ 317, 701, 144, 9 ], [ 305, 690, 4, 6 ], [ 513, 668, 78, 9 ], [ 513, 681, 130, 9 ], [ 501, 670, 4, 6 ], [ 709, 645, 109, 9 ], [ 709, 658, 61, 9 ], [ 694, 646, 8, 6 ], [ 709, 715, 102, 9 ], [ 709, 728, 49, 9 ], [ 694, 716, 8, 6 ], [ 513, 749, 112, 9 ], [ 513, 761, 142, 9 ], [ 498, 750, 8, 6 ], [ 317, 812, 103, 9 ], [ 317, 825, 113, 9 ], [ 305, 814, 4, 6 ], [ 123, 787, 103, 9 ], [ 123, 800, 45, 9 ], [ 111, 789, 4, 6 ], [ 105, 77, 285, 13 ] ]
[ 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 4, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7 ]
31473cc928884332b0bc4091d3584f9620ec7e33aab38df59a851bcec0907c12
TSX_TRP_2001.pdf
11
76
612
792
1,025
1,025
ann_reports_00_04_fancy
financial_reports
11799
[ "SIGNATURES ", "The registrant hereby certifies that it meets all of the requirements for filing on Form 20-F and that it has ", "duly caused and authorized the undersigned to sign this annual report on its behalf. ", "Date: April 20, 2011 ", "Name:", "Shyue-Ching Lu", "Title:", "Chairman and Chief Executive Officer", "CHUNGHWA TELECOM CO., LTD.", "134", "By:" ]
[ [ 471, 93, 134, 19 ], [ 156, 113, 763, 31 ], [ 156, 113, 763, 31 ], [ 156, 305, 141, 15 ], [ 554, 277, 345, 28 ], [ 554, 277, 345, 28 ], [ 554, 277, 345, 28 ], [ 554, 277, 345, 28 ], [ 600, 181, 269, 16 ], [ 46, 980, 27, 16 ], [ 554, 262, 24, 15 ] ]
[ [ 471, 93, 134, 19 ], [ 192, 113, 727, 15 ], [ 156, 129, 559, 15 ], [ 156, 305, 141, 15 ], [ 554, 277, 47, 16 ], [ 702, 277, 117, 16 ], [ 554, 289, 38, 16 ], [ 623, 289, 276, 16 ], [ 600, 181, 269, 16 ], [ 46, 980, 27, 16 ], [ 554, 262, 24, 15 ] ]
[ 7, 9, 9, 9, 0, 0, 0, 0, 7, 4, 0 ]
d73e388b4d1d17644a2e9722fac4a3874ffb06ea3ff85ee92277c6c2d0c41307
NYSE_CHT_2010.pdf
143
244
612
841
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11800
[ "Stockholder Information", "Additional Information", "Corporate Information", "Corporate Address", "Analysts, portfolio managers, representatives ", "of the news media and other interested parties ", "seeking financial information about the Com-", "pany should contact:", "Dril-Quip, ", "Inc", ". ", "6401 N. Eldridge Pkwy.", "Houston, TX 77041 ", "Telephone: (713) 939-7711", "Baker Botts L.L.P.", "Houston, TX", "PricewaterhouseCoopers LLP", "Houston, Texas", "Independent Registered ", "Public Accountants", "Outside Legal Counsel", "Computershare ", "P.O. Box 30170 ", "College Station, TX 77842-3170 ", "Transfer Agent", "Executive Officers", "Annual Meeting", "The annual meeting of stockholders will be held ", "Friday, May 15, 2015, at 10 a.m. at the Omni ", "Houston Hotel Westside at 13210 Katy Freeway ", "in Houston, TX. Information with respect to the ", "annual meeting is contained in the Proxy Statement ", "delivered to the holders of ", "Dril-Quip, ", "Inc", ".", " common ", "stock. This 2014 Annual Report is not to be ", "considered a part of the proxy soliciting materials.", "Dril-Quip", " 2014 Annual Report", "James C. Webster ", "Vice President, General Counsel ", "and Secretary", "Jerry M. Brooks", "Vice President – Finance ", "and Chief Financial Officer", "James A. Gariepy", "Senior Vice President and ", "Chief Operating Officer", "Blake T. DeBerry", "President and ", "Chief Executive Officer ", "Dril-Quip, ", "Inc", ".’s", " common stock is listed on the New ", "York Stock Exchange under the symbol “DRQ”.", "Common Stock", "www.dril-quip.com", "Dril-Quip", ", Inc. ", "Investor Relations ", "6401 N. Eldridge Pkwy. ", "Houston, TX 77041 ", "(713) 939-7711" ]
[ [ 75, 36, 334, 41 ], [ 526, 132, 224, 29 ], [ 75, 132, 221, 29 ], [ 75, 171, 143, 16 ], [ 526, 166, 319, 69 ], [ 526, 166, 319, 69 ], [ 526, 166, 319, 69 ], [ 526, 166, 319, 69 ], [ 75, 194, 205, 68 ], [ 75, 194, 205, 68 ], [ 75, 194, 205, 68 ], [ 75, 194, 205, 68 ], [ 75, 194, 205, 68 ], [ 75, 194, 205, 68 ], [ 75, 297, 120, 34 ], [ 75, 297, 120, 34 ], [ 75, 383, 207, 34 ], [ 75, 383, 207, 34 ], [ 75, 343, 184, 33 ], [ 75, 343, 184, 33 ], [ 75, 274, 172, 16 ], [ 75, 451, 247, 51 ], [ 75, 451, 247, 51 ], [ 75, 451, 247, 51 ], [ 75, 429, 113, 16 ], [ 75, 514, 136, 16 ], [ 526, 655, 155, 29 ], [ 526, 689, 377, 136 ], [ 526, 689, 377, 136 ], [ 526, 689, 377, 136 ], [ 526, 689, 377, 136 ], [ 526, 689, 377, 136 ], [ 526, 689, 377, 136 ], [ 526, 689, 377, 136 ], [ 526, 689, 377, 136 ], [ 526, 689, 377, 136 ], [ 526, 689, 377, 136 ], [ 526, 689, 377, 136 ], [ 526, 689, 377, 136 ], [ 824, 974, 140, 14 ], [ 824, 974, 140, 14 ], [ 75, 715, 239, 51 ], [ 75, 715, 239, 51 ], [ 75, 715, 239, 51 ], [ 75, 656, 198, 51 ], [ 75, 656, 198, 51 ], [ 75, 656, 198, 51 ], [ 75, 596, 193, 51 ], [ 75, 596, 193, 51 ], [ 75, 596, 193, 51 ], [ 75, 537, 173, 51 ], [ 75, 537, 173, 51 ], [ 75, 537, 173, 51 ], [ 526, 576, 361, 34 ], [ 526, 576, 361, 34 ], [ 526, 576, 361, 34 ], [ 526, 576, 361, 34 ], [ 526, 576, 361, 34 ], [ 526, 542, 144, 29 ], [ 526, 333, 148, 16 ], [ 526, 240, 185, 84 ], [ 526, 240, 185, 84 ], [ 526, 240, 185, 84 ], [ 526, 240, 185, 84 ], [ 526, 240, 185, 84 ], [ 526, 240, 185, 84 ] ]
[ [ 75, 36, 334, 41 ], [ 526, 132, 224, 29 ], [ 75, 132, 221, 29 ], [ 75, 171, 143, 16 ], [ 526, 166, 309, 17 ], [ 526, 183, 319, 17 ], [ 526, 200, 312, 17 ], [ 526, 217, 143, 17 ], [ 75, 194, 71, 17 ], [ 147, 194, 19, 17 ], [ 166, 194, 9, 17 ], [ 75, 211, 175, 17 ], [ 75, 228, 145, 17 ], [ 75, 245, 205, 17 ], [ 75, 297, 120, 17 ], [ 75, 314, 84, 17 ], [ 75, 383, 207, 17 ], [ 75, 400, 106, 17 ], [ 75, 343, 184, 16 ], [ 75, 360, 145, 16 ], [ 75, 274, 172, 16 ], [ 75, 451, 116, 17 ], [ 75, 469, 121, 17 ], [ 75, 486, 247, 17 ], [ 75, 429, 113, 16 ], [ 75, 514, 136, 16 ], [ 526, 655, 155, 29 ], [ 526, 689, 352, 17 ], [ 526, 706, 345, 17 ], [ 526, 723, 360, 17 ], [ 526, 740, 337, 17 ], [ 526, 757, 377, 17 ], [ 526, 774, 200, 17 ], [ 726, 774, 71, 17 ], [ 798, 774, 19, 17 ], [ 817, 774, 4, 17 ], [ 821, 774, 68, 17 ], [ 526, 791, 316, 17 ], [ 526, 808, 371, 17 ], [ 824, 974, 41, 14 ], [ 865, 978, 99, 10 ], [ 75, 715, 137, 17 ], [ 75, 732, 239, 17 ], [ 75, 749, 104, 17 ], [ 75, 656, 113, 17 ], [ 75, 673, 182, 17 ], [ 75, 690, 198, 17 ], [ 75, 596, 132, 17 ], [ 75, 614, 193, 17 ], [ 75, 631, 178, 17 ], [ 75, 537, 121, 17 ], [ 75, 554, 105, 17 ], [ 75, 571, 173, 17 ], [ 526, 576, 71, 17 ], [ 598, 576, 19, 17 ], [ 617, 576, 13, 17 ], [ 631, 576, 256, 17 ], [ 526, 593, 339, 17 ], [ 526, 542, 144, 29 ], [ 526, 333, 148, 16 ], [ 526, 240, 65, 16 ], [ 591, 240, 41, 16 ], [ 526, 257, 141, 16 ], [ 526, 274, 185, 16 ], [ 526, 291, 152, 16 ], [ 526, 308, 120, 16 ] ]
[ 5, 7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 7, 9, 9, 9, 7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 7, 7, 7, 7, 7, 7 ]
7e7a5f669b3ef085fb97bac9161eadea503000bd191645935a6d54511d8cbfcc
NYSE_DRQ_2014.pdf
86
88
612
792
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11801
[ "8/15/19", "3/15/07", "7/16/20", "12/31/20", "AIM ", "7110.65R CHG 2", "AIM", "7", "−", "6", "−", "15.", "Avoid Flight in the Vicinity of", "Exhaust Plumes (Smoke Stacks and", "Cooling Towers)", "a.", "Flight Hazards Exist Around Exhaust", "Plumes.", "Exhaust plumes are defined as visible or", "invisible emissions from power plants, industrial", "production facilities, or other industrial systems that", "release large amounts of vertically directed unstable", "gases (effluent). High temperature exhaust plumes", "can cause significant air disturbances such as", "turbulence and vertical shear. Other identified", "potential hazards include, but are not necessarily", "limited to: reduced visibility, oxygen depletion,", "engine particulate contamination, exposure to", "gaseous oxides, and/or icing. Results of encountering", "a plume may include airframe damage, aircraft upset,", "and/or engine damage/failure. These hazards are", "most critical during low altitude flight in calm and", "cold air, especially in and around approach and", "departure corridors or airport traffic areas. ", "plume effluent, the ambient air temperature, and the", "wind speed affecting the plume. Smaller aircraft can", "expect to feel an effect at a higher altitude than", "heavier aircraft.", "b.", "When able, a pilot should steer clear of", "exhaust plumes by flying on the upwind side of", "smokestacks or cooling towers. ", "When a plume is", "visible via smoke or a condensation cloud, remain", "clear and realize a plume may have both visible and", "invisible characteristics. Exhaust stacks without", "visible plumes may still be in full operation, and", "airspace in the vicinity should be treated with caution.", "As with mountain wave turbulence or clear air", "turbulence, an invisible plume may be encountered", "unexpectedly. Cooling towers, power plant stacks,", "exhaust fans, and other similar structures are depicted", "in FIG 7", "−", "6", "−", "2.", "Pilots are encouraged to exercise caution when flying", "in the vicinity of exhaust plumes. Pilots are also", "encouraged to reference the Chart Supplement U.S.", "where amplifying notes may caution pilots and", "identify the location of structure(s) emitting exhaust", "plumes.", "Whether plumes are visible or invisible, the total", "extent of their turbulent affect is difficult to predict.", "Some studies do predict that the significant turbulent", "effects of an exhaust plume can extend to heights of", "over 1,000 feet above the height of the top of the stack", "or cooling tower. Any effects will be more", "pronounced in calm stable air where the plume is very", "hot and the surrounding area is still and cold.", "Fortunately, studies also predict that any amount of", "crosswind will help to dissipate the effects. However,", "the size of the tower or stack is not a good indicator", "of the predicted effect the plume may produce. The", "major effects are related to the heat or size of the", "The best available information on this phenomenon", "must come from pilots via the PIREP reporting", "procedures. All pilots encountering hazardous", "plume conditions are urgently requested to report", "time, location, and intensity (light, moderate, severe,", "or extreme) of the element to the FAA facility with", "which they are maintaining radio contact. If time and", "conditions permit, elements should be reported", "according to the standards for other PIREPs and", "position reports (AIM Paragraph 7", "−", "1", "−", "21, PIREPS", "Relating to Turbulence).", "FIG 7", "−", "6", "−", "2", "Plumes", "Potential Flight Hazards", "7", "−", "6", "−", "14" ]
[ [ 857, 38, 59, 16 ], [ 857, 38, 59, 16 ], [ 857, 38, 59, 16 ], [ 857, 38, 59, 16 ], [ 106, 38, 116, 16 ], [ 106, 38, 116, 16 ], [ 106, 38, 116, 16 ], [ 108, 90, 329, 49 ], [ 108, 90, 329, 49 ], [ 108, 90, 329, 49 ], [ 108, 90, 329, 49 ], [ 108, 90, 329, 49 ], [ 108, 90, 329, 49 ], [ 108, 90, 329, 49 ], [ 108, 90, 329, 49 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 108, 166, 385, 276 ], [ 532, 90, 384, 66 ], [ 532, 90, 384, 66 ], [ 532, 90, 384, 66 ], [ 532, 90, 384, 66 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 167, 384, 210 ], [ 532, 385, 384, 99 ], [ 532, 385, 384, 99 ], [ 532, 385, 384, 99 ], [ 532, 385, 384, 99 ], [ 532, 385, 384, 99 ], [ 532, 385, 384, 99 ], [ 108, 459, 385, 214 ], [ 108, 459, 385, 214 ], [ 108, 459, 385, 214 ], [ 108, 459, 385, 214 ], [ 108, 459, 385, 214 ], [ 108, 459, 385, 214 ], [ 108, 459, 385, 214 ], [ 108, 459, 385, 214 ], [ 108, 459, 385, 214 ], [ 108, 459, 385, 214 ], [ 108, 459, 385, 214 ], [ 108, 459, 385, 214 ], [ 108, 459, 385, 214 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 532, 492, 385, 180 ], [ 482, 696, 61, 27 ], [ 482, 696, 61, 27 ], [ 482, 696, 61, 27 ], [ 482, 696, 61, 27 ], [ 482, 696, 61, 27 ], [ 482, 696, 61, 27 ], [ 748, 969, 162, 15 ], [ 108, 971, 50, 15 ], [ 108, 971, 50, 15 ], [ 108, 971, 50, 15 ], [ 108, 971, 50, 15 ], [ 108, 971, 50, 15 ] ]
[ [ 864, 39, 51, 15 ], [ 865, 38, 51, 15 ], [ 865, 38, 51, 15 ], [ 857, 38, 59, 15 ], [ 108, 39, 36, 15 ], [ 106, 38, 116, 15 ], [ 106, 38, 32, 15 ], [ 108, 93, 10, 13 ], [ 118, 90, 10, 17 ], [ 129, 93, 10, 13 ], [ 139, 90, 10, 17 ], [ 149, 93, 25, 13 ], [ 180, 93, 256, 13 ], [ 108, 110, 316, 13 ], [ 108, 126, 143, 13 ], [ 125, 166, 16, 12 ], [ 146, 166, 346, 12 ], [ 108, 182, 61, 12 ], [ 179, 179, 312, 16 ], [ 108, 195, 384, 16 ], [ 108, 212, 383, 16 ], [ 108, 228, 384, 16 ], [ 108, 245, 384, 16 ], [ 108, 261, 385, 16 ], [ 108, 277, 384, 16 ], [ 108, 294, 384, 16 ], [ 108, 310, 384, 16 ], [ 108, 327, 385, 16 ], [ 108, 343, 384, 16 ], [ 108, 360, 384, 16 ], [ 108, 376, 384, 16 ], [ 108, 393, 384, 16 ], [ 108, 409, 384, 16 ], [ 108, 426, 315, 16 ], [ 532, 90, 384, 16 ], [ 532, 107, 383, 16 ], [ 532, 123, 384, 16 ], [ 532, 140, 116, 16 ], [ 549, 167, 16, 12 ], [ 571, 167, 345, 12 ], [ 532, 184, 383, 12 ], [ 532, 200, 254, 12 ], [ 786, 197, 129, 16 ], [ 532, 213, 384, 16 ], [ 532, 230, 384, 16 ], [ 532, 246, 384, 16 ], [ 532, 263, 384, 16 ], [ 532, 279, 384, 16 ], [ 532, 296, 384, 16 ], [ 532, 312, 384, 16 ], [ 532, 328, 384, 16 ], [ 532, 345, 383, 16 ], [ 532, 361, 61, 16 ], [ 593, 361, 10, 16 ], [ 603, 361, 9, 16 ], [ 612, 361, 10, 16 ], [ 622, 361, 13, 16 ], [ 532, 385, 383, 16 ], [ 532, 402, 384, 16 ], [ 532, 418, 384, 16 ], [ 532, 435, 384, 16 ], [ 532, 451, 384, 16 ], [ 532, 468, 57, 16 ], [ 108, 459, 384, 16 ], [ 108, 475, 384, 16 ], [ 108, 492, 384, 16 ], [ 108, 508, 384, 16 ], [ 108, 524, 384, 16 ], [ 108, 541, 385, 16 ], [ 108, 557, 384, 16 ], [ 108, 574, 384, 16 ], [ 108, 590, 384, 16 ], [ 108, 607, 383, 16 ], [ 108, 623, 384, 16 ], [ 108, 640, 384, 16 ], [ 108, 656, 383, 16 ], [ 532, 492, 384, 16 ], [ 532, 508, 384, 16 ], [ 532, 525, 385, 16 ], [ 532, 541, 384, 16 ], [ 532, 558, 384, 16 ], [ 532, 574, 383, 16 ], [ 532, 591, 384, 16 ], [ 532, 607, 384, 16 ], [ 532, 623, 384, 16 ], [ 532, 640, 265, 16 ], [ 797, 640, 10, 16 ], [ 807, 640, 9, 16 ], [ 816, 640, 10, 16 ], [ 826, 640, 89, 16 ], [ 532, 656, 180, 16 ], [ 482, 696, 32, 12 ], [ 514, 696, 8, 12 ], [ 522, 696, 6, 12 ], [ 528, 696, 8, 12 ], [ 536, 696, 6, 12 ], [ 486, 712, 52, 11 ], [ 748, 969, 162, 15 ], [ 108, 971, 8, 15 ], [ 116, 971, 9, 15 ], [ 125, 971, 8, 15 ], [ 133, 971, 9, 15 ], [ 142, 971, 15, 15 ] ]
[ 5, 5, 5, 5, 5, 5, 5, 7, 7, 7, 7, 7, 7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 4 ]
0391cadc7d49397c238db4412552fe4fbb4494faab28d2a135067582351b568b
aim_basic_w_chg_1_2_3_dtd_12-31-20.pdf
579
775
612
792
1,025
1,025
faa_regulations
laws_and_regulations
11802
[ "Unix allows an user and a group to have the same name. In order to", "disambiguate, use the ", "@", " prefix to force the name to be interpreted as a group.", "For example, ", "@dev", " would mean the ", "dev", " group and not the ", "dev", " user.", "CAUTION", "Plugins can provide additional security realms which may be useful for incorporating Jenkins into", "existing identity systems, such as:", "The Security Realm, or authentication, indicates ", "who", " can access the Jenkins environment. The other", "piece of the puzzle is ", "Authorization", ", which indicates ", "what", " they can access in the Jenkins", "environment. By default Jenkins supports a few different Authorization options:", "Everyone gets full control of Jenkins, including anonymous users who haven’t logged in. ", "Do not", "use this setting", " for anything other than local test Jenkins masters.", "Behaves exactly the same as Jenkins <1.164. Namely, if a user has the \"admin\" role, they will be", "granted full control over the system, and otherwise (including anonymous users) will only have", "the read access. ", "Do not use this setting", " for anything other than local test Jenkins masters.", "In this mode, every logged-in user gets full control of Jenkins. Depending on an advanced option,", "anonymous users get read access to Jenkins, or no access at all. This mode is useful to force users", "to log in before taking actions, so that there is an audit trail of users' actions.", "This authorization scheme allows for granular control over which users and groups are able to", "perform which actions in the Jenkins environment (see the screenshot below).", "This authorization scheme is an extension to Matrix-based security which allows additional", "access control lists (ACLs) to be defined for ", "each project", " separately in the Project configuration", "screen. This allows granting specific users or groups access only to specified projects, instead of", "all projects in the Jenkins environment. The ACLs defined with Project-based Matrix", "Authorization are additive such that access grants defined in the Configure Global Security", "screen will be combined with project-specific ACLs.", "150", "Project-based Matrix Authorization Strategy", "Matrix-based security", "Logged in users can do anything", "Legacy mode", "Anyone can do anything", "Authorization", "•", "plugin:active-directory[Active Directory]", "•", "plugin:github-oauth[GitHub Authentication]", "•", "plugin:crowd2[Atlassian Crowd 2]" ]
[ [ 231, 49, 689, 55 ], [ 231, 49, 689, 55 ], [ 231, 49, 689, 55 ], [ 231, 49, 689, 55 ], [ 231, 49, 689, 55 ], [ 231, 49, 689, 55 ], [ 231, 49, 689, 55 ], [ 231, 49, 689, 55 ], [ 231, 49, 689, 55 ], [ 231, 49, 689, 55 ], [ 231, 49, 689, 55 ], [ 103, 68, 86, 17 ], [ 83, 155, 858, 36 ], [ 83, 155, 858, 36 ], [ 83, 336, 858, 55 ], [ 83, 336, 858, 55 ], [ 83, 336, 858, 55 ], [ 83, 336, 858, 55 ], [ 83, 336, 858, 55 ], [ 83, 336, 858, 55 ], [ 83, 336, 858, 55 ], [ 83, 336, 858, 55 ], [ 83, 336, 858, 55 ], [ 108, 431, 833, 36 ], [ 108, 431, 833, 36 ], [ 108, 431, 833, 36 ], [ 108, 431, 833, 36 ], [ 108, 507, 833, 55 ], [ 108, 507, 833, 55 ], [ 108, 507, 833, 55 ], [ 108, 507, 833, 55 ], [ 108, 507, 833, 55 ], [ 108, 602, 833, 55 ], [ 108, 602, 833, 55 ], [ 108, 602, 833, 55 ], [ 108, 697, 833, 36 ], [ 108, 697, 833, 36 ], [ 108, 773, 833, 113 ], [ 108, 773, 833, 113 ], [ 108, 773, 833, 113 ], [ 108, 773, 833, 113 ], [ 108, 773, 833, 113 ], [ 108, 773, 833, 113 ], [ 108, 773, 833, 113 ], [ 108, 773, 833, 113 ], [ 84, 995, 25, 14 ], [ 83, 750, 405, 17 ], [ 83, 674, 200, 17 ], [ 83, 579, 292, 17 ], [ 83, 484, 118, 17 ], [ 83, 408, 219, 17 ], [ 83, 300, 159, 21 ], [ 97, 208, 365, 17 ], [ 97, 208, 365, 17 ], [ 97, 235, 395, 17 ], [ 97, 235, 395, 17 ], [ 97, 262, 309, 17 ], [ 97, 262, 309, 17 ] ]
[ [ 231, 49, 689, 17 ], [ 231, 68, 197, 17 ], [ 429, 71, 9, 12 ], [ 438, 68, 482, 17 ], [ 231, 88, 116, 17 ], [ 348, 90, 36, 12 ], [ 384, 88, 148, 17 ], [ 533, 90, 27, 12 ], [ 560, 88, 163, 17 ], [ 723, 90, 27, 12 ], [ 751, 88, 47, 17 ], [ 103, 68, 86, 17 ], [ 83, 155, 858, 17 ], [ 83, 175, 288, 17 ], [ 83, 336, 417, 17 ], [ 500, 336, 35, 17 ], [ 536, 336, 405, 17 ], [ 83, 355, 217, 17 ], [ 300, 355, 128, 17 ], [ 429, 355, 169, 17 ], [ 598, 355, 42, 17 ], [ 641, 355, 300, 17 ], [ 83, 374, 688, 17 ], [ 108, 431, 772, 17 ], [ 881, 431, 60, 17 ], [ 108, 450, 137, 17 ], [ 246, 450, 433, 17 ], [ 108, 507, 833, 17 ], [ 108, 526, 833, 17 ], [ 108, 545, 139, 17 ], [ 248, 545, 201, 17 ], [ 450, 545, 433, 17 ], [ 108, 602, 833, 17 ], [ 108, 621, 833, 17 ], [ 108, 640, 654, 17 ], [ 108, 697, 833, 17 ], [ 108, 716, 672, 17 ], [ 108, 773, 833, 17 ], [ 108, 792, 379, 17 ], [ 488, 792, 113, 17 ], [ 602, 792, 339, 17 ], [ 108, 811, 833, 17 ], [ 108, 831, 833, 17 ], [ 108, 850, 833, 17 ], [ 108, 869, 441, 17 ], [ 84, 995, 25, 14 ], [ 83, 750, 405, 17 ], [ 83, 674, 200, 17 ], [ 83, 579, 292, 17 ], [ 83, 484, 118, 17 ], [ 83, 408, 219, 17 ], [ 83, 300, 159, 21 ], [ 97, 208, 17, 17 ], [ 120, 208, 343, 17 ], [ 97, 235, 17, 17 ], [ 120, 235, 373, 17 ], [ 97, 262, 17, 17 ], [ 120, 262, 286, 17 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 7, 7, 7, 7, 7, 7, 3, 3, 3, 3, 3, 3 ]
1973c9fe4fca01b12bf71e40e633ff5dcea75e1e0d41ef42f4aec669a6bbf826
user-handbook.pdf
156
206
595
841
1,025
1,025
manuals
manuals
11803
[ "10", "-5", "10", "-4", "10", "-3", "10", "-2", "10", "-1", "1", "10", "100", "0", "/6", "/3", "/2", "2", "/3", "5", "/6", "Population (%)", " / rad", "98.83%", "0.06%", "1.1%", "-2", " 0", " 2", " 4", " 6", " 8", " 10", " 12", " 14", " 0", " 5", " 10", " 15", " 20", " 25", "Number of ", "1", "C", "4", "time / ns", "FIG. 6: Results of the unbiased molecular dynamics simulation of", "β", "-d-", "Glc. Histogram of the popu-", "lation along the", "θ", "puckering coordinate (upper panel) and time evolution of the number of inverted", "chairs (lower panel).", "38" ]
[ [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 123, 98, 768, 637 ], [ 120, 757, 781, 70 ], [ 120, 757, 781, 70 ], [ 120, 757, 781, 70 ], [ 120, 757, 781, 70 ], [ 120, 757, 781, 70 ], [ 120, 757, 781, 70 ], [ 120, 757, 781, 70 ], [ 120, 757, 781, 70 ], [ 491, 978, 19, 15 ] ]
[ [ 163, 343, 26, 18 ], [ 189, 336, 17, 14 ], [ 163, 310, 26, 18 ], [ 189, 303, 17, 14 ], [ 163, 278, 26, 18 ], [ 189, 270, 17, 14 ], [ 163, 245, 26, 18 ], [ 189, 237, 17, 14 ], [ 163, 212, 26, 18 ], [ 189, 205, 17, 14 ], [ 193, 177, 13, 18 ], [ 180, 144, 26, 18 ], [ 167, 111, 39, 18 ], [ 215, 361, 13, 18 ], [ 327, 361, 20, 18 ], [ 436, 361, 20, 18 ], [ 544, 361, 20, 18 ], [ 632, 361, 13, 18 ], [ 659, 361, 20, 18 ], [ 740, 361, 13, 18 ], [ 767, 361, 20, 18 ], [ 129, 164, 23, 122 ], [ 527, 391, 53, 18 ], [ 294, 299, 80, 18 ], [ 512, 190, 67, 18 ], [ 739, 157, 54, 18 ], [ 184, 662, 21, 18 ], [ 186, 631, 19, 18 ], [ 186, 601, 19, 18 ], [ 186, 570, 19, 18 ], [ 186, 539, 19, 18 ], [ 186, 509, 19, 18 ], [ 173, 478, 32, 18 ], [ 173, 447, 32, 18 ], [ 173, 417, 32, 18 ], [ 212, 682, 19, 18 ], [ 342, 682, 19, 18 ], [ 466, 682, 32, 18 ], [ 596, 682, 32, 18 ], [ 726, 682, 32, 18 ], [ 856, 682, 32, 18 ], [ 137, 515, 23, 92 ], [ 128, 507, 18, 8 ], [ 137, 493, 23, 13 ], [ 148, 485, 18, 8 ], [ 502, 712, 89, 18 ], [ 120, 757, 516, 14 ], [ 642, 757, 10, 13 ], [ 653, 760, 25, 7 ], [ 678, 757, 223, 14 ], [ 120, 785, 123, 14 ], [ 249, 785, 8, 13 ], [ 263, 785, 637, 14 ], [ 120, 813, 162, 14 ], [ 491, 978, 19, 15 ] ]
[ 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 4 ]
c35e41580dc1aecff8d50e09a4e7253c36325b657e695118443dc183b8f3b96e
1001.3667.pdf
37
47
612
792
1,025
1,025
arxiv_mediumspaced
scientific_articles
11804
[ "10-K 1 form10k.htm FORM 10-K", "UNITED STATES SECURITIES AND EXCHANGE COMMISSION", "FORM 10-K", "For the Fiscal Year Ended December 31, 2018", "PROTECTIVE INSURANCE CORPORATION", "Washington, D.C. 20549", "☒", "☐", "ANNUAL REPORT PURSUANT TO SECTION 13 OR 15(d) OF THE SECURITIES EXCHANGE ACT OF 1934", "OR", "TRANSITION REPORT PURSUANT TO SECTION 13 OR 15(d) OF THE SECURITIES EXCHANGE ACT OF 1934", "For the transition period from ______ to ______", "Commission file number: 0-5534", "(Exact Name of Registrant as Specified in Its Charter)", "Indiana", "(State or Other Jurisdiction of Incorporation or Organization)", "111 Congressional Boulevard, Carmel, Indiana", "(Address of Principal Executive Offices)", "35-0160330", "(I.R.S. Employer Identification No.)", "46032", "(Zip Code)", "Registrant's telephone number, including area code:", "(317) 636-9800", "Securities registered pursuant to Section 12(g) of the Act:", "None", "Indicate by check mark if the registrant is a well-known seasoned issuer, as defined in Rule 405 of the Securities Act. Yes ", "☐", " No ", "☒", "Indicate by check mark if the registrant is not required to file reports pursuant to Section 13 or Section 15(d) of the Act. Yes ", "☐", " No ", "☒", "Indicate by check mark whether the registrant (1) has filed all reports required to be filed by Section 13 or 15(d) of the Securities Exchange Act of", "1934 during the preceding 12 months (or for such shorter period that the registrant was required to file such reports), and (2) has been subject to", "such filing requirements for the past 90 days.", "Yes ", "☒", " No ", "☐", "Indicate by check mark whether the registrant has submitted electronically every Interactive Data File required to be submitted pursuant to Rule", "405 of Regulation S-T (§ 232.405 of this chapter) during the preceding 12 months (or for such shorter period that the registrant was required to", "submit such files).", "Yes ", "☒", " No ", "☐", "Indicate by check mark if disclosure of delinquent filers pursuant to Item 405 of Regulation S-K (§229.405) is not contained herein, and will not be", "contained, to the best of registrant's knowledge, in definitive proxy or information statements incorporated by reference in Part III of this Form 10-", "K or any amendment to this Form 10-K. ", "☐", "Indicate by check mark whether the registrant is a large accelerated filer, an accelerated filer, a non-accelerated filer, a smaller reporting", "company, or an emerging growth company.", "See the definitions of \"large accelerated filer\", \"accelerated filer\", \"smaller reporting company\" and", "\"emerging growth company\" in Rule 12b-2 of the Exchange Act.", "Large accelerated filer ", "☐", "Non-accelerated filer ", "☐", "Accelerated filer ", "☒", "Smaller reporting company ", "☐", "Emerging growth company ", "☐", "If an emerging growth company, indicate by check mark if the registrant has elected not to use the extended transition period for complying with", "any new or revised financial accounting standards provided pursuant to Section 13(a) of the Exchange Act. ", "☐", "Indicate by check mark whether the registrant is a shell company (as defined in Rule 12b-2 of the Exchange Act). Yes ", "☐", " No ", "☒", "The aggregate market value of Class A and Class B Common Stock held by non-affiliates of the Registrant as of June 29, 2018, based on the closing", "trade prices on that date, was approximately $265,014,000.", "DOCUMENTS INCORPORATED BY REFERENCE", "The number of shares outstanding of each of the issuer's classes of common stock as of March 1, 2019:", "Securities registered pursuant to Section 12(b) of the Act:", "(Title of class)", "Name of Each Exchange on which Registered", "Class A Common Stock, No Par Value", "The Nasdaq Stock Market LLC", "Class B Common Stock, No Par Value", "The Nasdaq Stock Market LLC", "Common Stock, No Par Value:", "Class A (voting)", "2,615,339 ", "Class B (nonvoting)", "12,234,130 ", "14,849,469 " ]
[ [ 24, 17, 261, 13 ], [ 202, 54, 618, 15 ], [ 433, 83, 155, 19 ], [ 346, 128, 331, 10 ], [ 357, 303, 309, 10 ], [ 431, 71, 159, 10 ], [ 24, 103, 11, 10 ], [ 24, 179, 11, 10 ], [ 48, 103, 755, 10 ], [ 500, 154, 21, 10 ], [ 48, 179, 787, 10 ], [ 349, 204, 323, 10 ], [ 393, 216, 236, 10 ], [ 334, 315, 355, 10 ], [ 235, 340, 55, 10 ], [ 62, 352, 401, 10 ], [ 94, 376, 337, 10 ], [ 133, 388, 260, 10 ], [ 717, 340, 86, 10 ], [ 644, 352, 231, 10 ], [ 737, 376, 44, 10 ], [ 725, 388, 69, 10 ], [ 279, 413, 464, 10 ], [ 279, 413, 464, 10 ], [ 24, 500, 424, 10 ], [ 24, 500, 424, 10 ], [ 24, 525, 851, 10 ], [ 24, 525, 851, 10 ], [ 24, 525, 851, 10 ], [ 24, 525, 851, 10 ], [ 24, 550, 871, 10 ], [ 24, 550, 871, 10 ], [ 24, 550, 871, 10 ], [ 24, 550, 871, 10 ], [ 24, 575, 973, 34 ], [ 24, 575, 973, 34 ], [ 24, 575, 973, 34 ], [ 24, 575, 973, 34 ], [ 24, 575, 973, 34 ], [ 24, 575, 973, 34 ], [ 24, 575, 973, 34 ], [ 24, 624, 973, 34 ], [ 24, 624, 973, 34 ], [ 24, 624, 973, 34 ], [ 24, 624, 973, 34 ], [ 24, 624, 973, 34 ], [ 24, 624, 973, 34 ], [ 24, 624, 973, 34 ], [ 24, 674, 973, 34 ], [ 24, 674, 973, 34 ], [ 24, 674, 973, 34 ], [ 24, 674, 973, 34 ], [ 24, 723, 973, 34 ], [ 24, 723, 973, 34 ], [ 24, 723, 973, 34 ], [ 24, 723, 973, 34 ], [ 24, 772, 165, 10 ], [ 24, 772, 165, 10 ], [ 24, 784, 154, 10 ], [ 24, 784, 154, 10 ], [ 542, 772, 124, 10 ], [ 542, 772, 124, 10 ], [ 542, 784, 195, 10 ], [ 542, 784, 195, 10 ], [ 542, 796, 193, 10 ], [ 542, 796, 193, 10 ], [ 24, 808, 973, 22 ], [ 24, 808, 973, 22 ], [ 24, 808, 973, 22 ], [ 24, 845, 825, 10 ], [ 24, 845, 825, 10 ], [ 24, 845, 825, 10 ], [ 24, 845, 825, 10 ], [ 24, 870, 973, 22 ], [ 24, 870, 973, 22 ], [ 338, 983, 346, 10 ], [ 24, 907, 677, 10 ], [ 24, 439, 381, 10 ], [ 139, 450, 772, 35 ], [ 139, 450, 772, 35 ], [ 139, 450, 772, 35 ], [ 139, 450, 772, 35 ], [ 139, 450, 772, 35 ], [ 139, 450, 772, 35 ], [ 24, 932, 533, 35 ], [ 24, 932, 533, 35 ], [ 24, 932, 533, 35 ], [ 24, 932, 533, 35 ], [ 24, 932, 533, 35 ], [ 24, 932, 533, 35 ] ]
[ [ 24, 17, 261, 13 ], [ 202, 54, 618, 15 ], [ 433, 83, 155, 19 ], [ 346, 128, 331, 10 ], [ 357, 303, 309, 10 ], [ 431, 71, 159, 10 ], [ 24, 103, 11, 10 ], [ 24, 179, 11, 10 ], [ 48, 103, 755, 10 ], [ 500, 154, 21, 10 ], [ 48, 179, 787, 10 ], [ 349, 204, 323, 10 ], [ 393, 216, 236, 10 ], [ 334, 315, 355, 10 ], [ 235, 340, 55, 10 ], [ 62, 352, 401, 10 ], [ 94, 376, 337, 10 ], [ 133, 388, 260, 10 ], [ 717, 340, 86, 10 ], [ 644, 352, 231, 10 ], [ 737, 376, 44, 10 ], [ 725, 388, 69, 10 ], [ 279, 413, 339, 10 ], [ 632, 413, 111, 10 ], [ 24, 500, 384, 10 ], [ 421, 500, 27, 10 ], [ 24, 525, 801, 10 ], [ 826, 525, 11, 10 ], [ 837, 525, 27, 10 ], [ 865, 525, 11, 10 ], [ 24, 550, 821, 10 ], [ 846, 550, 11, 10 ], [ 857, 550, 27, 10 ], [ 885, 550, 11, 10 ], [ 24, 575, 973, 10 ], [ 24, 587, 973, 10 ], [ 24, 599, 295, 10 ], [ 332, 599, 26, 10 ], [ 358, 599, 11, 10 ], [ 370, 599, 27, 10 ], [ 397, 599, 11, 10 ], [ 24, 624, 973, 10 ], [ 24, 636, 973, 10 ], [ 24, 648, 115, 10 ], [ 158, 648, 25, 10 ], [ 183, 648, 11, 10 ], [ 195, 648, 27, 10 ], [ 222, 648, 11, 10 ], [ 24, 674, 973, 10 ], [ 24, 686, 973, 10 ], [ 24, 697, 263, 10 ], [ 288, 697, 11, 10 ], [ 24, 723, 973, 10 ], [ 24, 735, 267, 10 ], [ 305, 735, 692, 10 ], [ 24, 747, 419, 10 ], [ 24, 772, 153, 10 ], [ 178, 772, 11, 10 ], [ 24, 784, 143, 10 ], [ 167, 784, 11, 10 ], [ 542, 772, 113, 10 ], [ 655, 772, 11, 10 ], [ 542, 784, 183, 10 ], [ 725, 784, 11, 10 ], [ 542, 796, 182, 10 ], [ 724, 796, 11, 10 ], [ 24, 808, 973, 10 ], [ 24, 819, 706, 10 ], [ 731, 819, 11, 10 ], [ 24, 845, 774, 10 ], [ 799, 845, 11, 10 ], [ 810, 845, 27, 10 ], [ 838, 845, 11, 10 ], [ 24, 870, 973, 10 ], [ 24, 882, 392, 10 ], [ 338, 983, 346, 10 ], [ 24, 907, 677, 10 ], [ 24, 439, 381, 10 ], [ 217, 450, 92, 10 ], [ 610, 450, 298, 10 ], [ 140, 462, 246, 10 ], [ 658, 462, 202, 10 ], [ 140, 474, 246, 10 ], [ 658, 474, 202, 10 ], [ 24, 932, 198, 10 ], [ 274, 932, 103, 10 ], [ 488, 932, 69, 10 ], [ 274, 944, 127, 10 ], [ 479, 944, 77, 10 ], [ 479, 958, 77, 10 ] ]
[ 5, 10, 10, 10, 10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9 ]
cccc85cc98a14b50ac2cc0508f19d995327acc7d0c79fb03c2cb00798f02f7b9
0000009346-19-000012_20190307x10k.pdf
0
86
595
842
1,025
1,025
sec_filings
financial_reports
11805
[ "19/29", "Appendice", "1", "Programme", "minimum", "entretien", "préventif", "vo2.xlsx", "Contrôles", "Paliers,", "roulements,", "courroies,", "équilibrage,", "accouplement", "0", "Vérification", "des", "poulies", "à", "gorge", "fixe", "et", "mobile", "0", "Fonctionnement", "0", "Entretiens", "Tension", "des", "courroies", "X", "Graissage", "des", "paliers", "SN", "Révision", "complète", "X", "Nettoyage", "grilles", "d'aspiration", "directe", "/", "transfert", "X", "Essais", "de", "fonctionnement,", "y", "compris", "détection", "et", "commandes", "manuelles", "X", "Contrôle", "de", "fermeture", "et", "d'étanchéité", "X", "Nettoyage", "extérieur", "et", "intérieur", "X", "Vérification", "obturation", "des", "grilles", "de", "refoulement,", "nettoyage", "et", "réparation", "selon", "besoin", "X", "Traitement", "des", "parties", "corrodées", "X", "Vérification", "des", "grilles", "d'aspiration,", "nettoyage", "et", "réparation", "selon", "besoin", "X", "Contrôle", "Etanchéité", "des", "gaines", "SN", "Etat", "du", "calorifuge:", "intérieur", "SN", "extérieur", "SN", "Entretiens", "Nettoyage", "des", "gaines", "intérieures", "suivant", "possibilité", "SN", "Révision", "complète", "X", "Réfection", "des", "calorifuges", "intérieurs", "et", "extérieurs", "SN", "Réglage", "des", "servo", "moteurs", "et", "asservissements", "X", "Réglages", "aérauliques", "(si", "déséquilibre)", "SN", "Nettoyage", "intérieur", "des", "gaines", "des", "hottes", "de", "cuisine", "X", "Nettoyage", "et", "réglage", "des", "ailettes", "orientable", "si", "nécessaire", "X", "Contrôles", "Enregistrement", "des", "t°", "0", "Régulation,", "asservissements", "0", "Tension,", "courroies", "0", "Echauffement", "des", "paliers", "0", "Débits", "d'air", "SN", "Contrôle", "visuel", "fonctionnement", "général", "(conformément", "à", "la", "PEB", "CLIM)", "X", "Entretiens", "Vérification", "des", "filtres", "X", "Remplacements", "des", "filtres", "SN", "Graissage", "X", "Fixations", "moteur", "et", "ventilateur", "X", "Resserrage", "des", "connexions", "électriques", "X", "Vérification", "électrique", "(isolement,", "intensité)", "X", "Nettoyage", "général", "X", "Humidificateur", "X", "Contrôles", "Essais", "étanchéité", "0", "Essais", "de", "Fonctionnement", "0", "Reports", "sur", "GTC", "0", "Entretiens", "Graissage", "tige", "moteur", "X", "Révision", "complète", "X", "3", "7", "SYSTEME", "DE", "DESENFUMAGE", "3", "8", "GROUPE", "D'EXTRACTION", "CAISSONS", "EN", "TOITURE", "3", "11", "CLIMATISATION", "PONCTUELLE", "AUTONOME", "3", "12", "CLAPETS", "DE", "REGLAGE", "AERAULIQUE", "3", "9", "RESEAU", "DE", "GAINES", "(Aéraulique),", "PLENUMS,", "MANCHETTES", "ET", "DIFFUSEURS", "3", "10", "BOUCHES", "DE", "PULSION", "EXTRACTION" ]
[ [ 904, 986, 31, 9 ], [ 89, 986, 333, 9 ], [ 89, 986, 333, 9 ], [ 89, 986, 333, 9 ], [ 89, 986, 333, 9 ], [ 89, 986, 333, 9 ], [ 89, 986, 333, 9 ], [ 89, 986, 333, 9 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ], [ 85, 64, 844, 893 ] ]
[ [ 904, 986, 31, 9 ], [ 89, 986, 56, 9 ], [ 148, 986, 6, 9 ], [ 158, 986, 62, 9 ], [ 223, 986, 50, 9 ], [ 277, 986, 49, 9 ], [ 329, 986, 48, 9 ], [ 380, 986, 41, 9 ], [ 91, 85, 64, 11 ], [ 98, 99, 47, 11 ], [ 149, 99, 79, 11 ], [ 232, 99, 65, 11 ], [ 301, 99, 77, 11 ], [ 382, 99, 93, 11 ], [ 783, 99, 8, 11 ], [ 98, 114, 75, 11 ], [ 177, 114, 22, 11 ], [ 204, 114, 47, 11 ], [ 255, 114, 7, 11 ], [ 266, 114, 37, 11 ], [ 307, 114, 23, 11 ], [ 334, 114, 13, 11 ], [ 351, 114, 45, 11 ], [ 783, 114, 8, 11 ], [ 98, 129, 108, 11 ], [ 671, 129, 8, 11 ], [ 91, 143, 68, 11 ], [ 98, 158, 51, 11 ], [ 153, 158, 22, 11 ], [ 179, 158, 61, 11 ], [ 783, 158, 8, 11 ], [ 98, 172, 63, 11 ], [ 165, 172, 22, 11 ], [ 191, 172, 43, 11 ], [ 610, 172, 17, 11 ], [ 98, 187, 54, 11 ], [ 156, 187, 61, 11 ], [ 896, 187, 8, 11 ], [ 98, 202, 68, 11 ], [ 170, 202, 38, 11 ], [ 212, 202, 77, 11 ], [ 293, 202, 46, 11 ], [ 343, 202, 6, 11 ], [ 353, 202, 57, 11 ], [ 896, 202, 8, 11 ], [ 98, 231, 38, 11 ], [ 140, 231, 16, 11 ], [ 160, 231, 110, 11 ], [ 274, 231, 7, 11 ], [ 285, 231, 52, 11 ], [ 340, 231, 62, 11 ], [ 407, 231, 13, 11 ], [ 428, 231, 80, 11 ], [ 511, 231, 67, 11 ], [ 840, 231, 8, 11 ], [ 98, 244, 56, 11 ], [ 158, 244, 16, 11 ], [ 179, 244, 66, 11 ], [ 249, 244, 13, 11 ], [ 266, 244, 82, 11 ], [ 840, 244, 8, 11 ], [ 98, 277, 68, 11 ], [ 170, 277, 59, 11 ], [ 233, 277, 13, 11 ], [ 250, 277, 57, 11 ], [ 840, 277, 8, 11 ], [ 98, 292, 75, 11 ], [ 177, 292, 70, 11 ], [ 251, 292, 22, 11 ], [ 278, 292, 38, 11 ], [ 320, 292, 16, 11 ], [ 340, 292, 86, 11 ], [ 430, 292, 66, 11 ], [ 500, 292, 13, 11 ], [ 517, 292, 69, 11 ], [ 91, 307, 34, 11 ], [ 129, 307, 43, 11 ], [ 840, 307, 8, 11 ], [ 98, 321, 73, 11 ], [ 175, 321, 22, 11 ], [ 201, 321, 45, 11 ], [ 250, 321, 65, 11 ], [ 896, 321, 8, 11 ], [ 98, 349, 75, 11 ], [ 177, 349, 22, 11 ], [ 204, 349, 38, 11 ], [ 246, 349, 81, 11 ], [ 331, 349, 66, 11 ], [ 401, 349, 13, 11 ], [ 418, 349, 69, 11 ], [ 491, 349, 34, 11 ], [ 530, 349, 43, 11 ], [ 840, 349, 8, 11 ], [ 91, 380, 57, 11 ], [ 98, 395, 69, 11 ], [ 171, 395, 22, 11 ], [ 198, 395, 41, 11 ], [ 610, 395, 17, 11 ], [ 98, 409, 26, 11 ], [ 128, 409, 16, 11 ], [ 149, 409, 69, 11 ], [ 222, 409, 57, 11 ], [ 610, 409, 17, 11 ], [ 200, 424, 59, 11 ], [ 610, 424, 17, 11 ], [ 91, 439, 68, 11 ], [ 98, 453, 68, 11 ], [ 170, 453, 22, 11 ], [ 196, 453, 41, 11 ], [ 242, 453, 71, 11 ], [ 317, 453, 47, 11 ], [ 368, 453, 66, 11 ], [ 610, 453, 17, 11 ], [ 98, 468, 54, 11 ], [ 156, 468, 61, 11 ], [ 896, 468, 8, 11 ], [ 98, 483, 62, 11 ], [ 164, 483, 22, 11 ], [ 191, 483, 71, 11 ], [ 266, 483, 63, 11 ], [ 333, 483, 13, 11 ], [ 350, 483, 66, 11 ], [ 610, 483, 17, 11 ], [ 98, 497, 51, 11 ], [ 153, 497, 22, 11 ], [ 179, 497, 35, 11 ], [ 219, 497, 55, 11 ], [ 278, 497, 13, 11 ], [ 295, 497, 106, 11 ], [ 896, 497, 8, 11 ], [ 98, 512, 57, 11 ], [ 159, 512, 76, 11 ], [ 239, 512, 14, 11 ], [ 258, 512, 85, 11 ], [ 610, 512, 17, 11 ], [ 98, 525, 68, 11 ], [ 170, 525, 57, 11 ], [ 231, 525, 22, 11 ], [ 257, 525, 41, 11 ], [ 302, 525, 22, 11 ], [ 329, 525, 42, 11 ], [ 375, 525, 16, 11 ], [ 395, 525, 45, 11 ], [ 840, 525, 8, 11 ], [ 98, 557, 68, 11 ], [ 170, 557, 13, 11 ], [ 187, 557, 48, 11 ], [ 239, 557, 22, 11 ], [ 265, 557, 48, 11 ], [ 317, 557, 67, 11 ], [ 388, 557, 9, 11 ], [ 402, 557, 69, 11 ], [ 896, 557, 8, 11 ], [ 91, 590, 64, 11 ], [ 98, 605, 101, 11 ], [ 203, 605, 22, 11 ], [ 229, 605, 10, 11 ], [ 727, 605, 8, 11 ], [ 98, 620, 74, 11 ], [ 176, 620, 106, 11 ], [ 727, 620, 8, 11 ], [ 98, 634, 55, 11 ], [ 157, 634, 61, 11 ], [ 727, 634, 8, 11 ], [ 98, 649, 91, 11 ], [ 194, 649, 22, 11 ], [ 220, 649, 43, 11 ], [ 727, 649, 8, 11 ], [ 98, 663, 41, 11 ], [ 143, 663, 29, 11 ], [ 610, 663, 17, 11 ], [ 94, 685, 56, 11 ], [ 155, 685, 37, 11 ], [ 196, 685, 105, 11 ], [ 306, 685, 49, 11 ], [ 358, 685, 103, 11 ], [ 465, 685, 7, 11 ], [ 477, 685, 11, 11 ], [ 492, 685, 24, 11 ], [ 520, 685, 38, 11 ], [ 728, 685, 8, 11 ], [ 91, 707, 68, 11 ], [ 98, 722, 75, 11 ], [ 177, 722, 22, 11 ], [ 204, 722, 37, 11 ], [ 727, 722, 8, 11 ], [ 98, 736, 105, 11 ], [ 207, 736, 22, 11 ], [ 233, 736, 37, 11 ], [ 610, 736, 17, 11 ], [ 98, 751, 63, 11 ], [ 896, 751, 8, 11 ], [ 98, 766, 58, 11 ], [ 160, 766, 48, 11 ], [ 212, 766, 13, 11 ], [ 229, 766, 71, 11 ], [ 896, 766, 8, 11 ], [ 98, 780, 72, 11 ], [ 174, 780, 22, 11 ], [ 200, 780, 74, 11 ], [ 278, 780, 72, 11 ], [ 896, 780, 8, 11 ], [ 98, 795, 75, 11 ], [ 177, 795, 66, 11 ], [ 247, 795, 73, 11 ], [ 325, 795, 62, 11 ], [ 896, 795, 8, 11 ], [ 98, 809, 68, 11 ], [ 170, 809, 49, 11 ], [ 896, 809, 8, 11 ], [ 98, 823, 97, 11 ], [ 896, 823, 8, 11 ], [ 91, 856, 64, 11 ], [ 98, 871, 38, 11 ], [ 140, 871, 70, 11 ], [ 896, 871, 8, 11 ], [ 98, 885, 38, 11 ], [ 140, 885, 16, 11 ], [ 160, 885, 108, 11 ], [ 896, 885, 8, 11 ], [ 98, 900, 51, 11 ], [ 153, 900, 20, 11 ], [ 177, 900, 26, 11 ], [ 896, 900, 8, 11 ], [ 91, 914, 68, 11 ], [ 98, 929, 63, 11 ], [ 165, 929, 24, 11 ], [ 193, 929, 48, 11 ], [ 896, 929, 8, 11 ], [ 98, 944, 54, 11 ], [ 156, 944, 61, 11 ], [ 896, 944, 8, 11 ], [ 91, 70, 8, 11 ], [ 106, 70, 8, 11 ], [ 125, 70, 61, 11 ], [ 190, 70, 18, 11 ], [ 212, 70, 104, 11 ], [ 91, 263, 8, 11 ], [ 106, 263, 8, 11 ], [ 125, 263, 57, 11 ], [ 186, 263, 99, 11 ], [ 297, 263, 66, 11 ], [ 367, 263, 18, 11 ], [ 390, 263, 58, 11 ], [ 91, 576, 8, 11 ], [ 106, 576, 16, 11 ], [ 133, 576, 106, 11 ], [ 244, 576, 86, 11 ], [ 334, 576, 82, 11 ], [ 91, 841, 8, 11 ], [ 106, 841, 16, 11 ], [ 133, 841, 57, 11 ], [ 194, 841, 18, 11 ], [ 216, 841, 61, 11 ], [ 281, 841, 87, 11 ], [ 91, 366, 8, 11 ], [ 106, 366, 8, 11 ], [ 125, 366, 52, 11 ], [ 182, 366, 18, 11 ], [ 203, 366, 50, 11 ], [ 257, 366, 87, 11 ], [ 349, 366, 70, 11 ], [ 423, 366, 92, 11 ], [ 519, 366, 15, 11 ], [ 538, 366, 82, 11 ], [ 91, 544, 8, 11 ], [ 106, 544, 16, 11 ], [ 133, 544, 64, 11 ], [ 202, 544, 18, 11 ], [ 223, 544, 59, 11 ], [ 286, 544, 85, 11 ] ]
[ 4, 4, 4, 4, 4, 4, 4, 4, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 ]
e47a700f91860512b7da6a6c5cc1ff2d922033bfa696e93e993ab5c1deda24c4
FR-Appendice 1 Programme minimum entretien preventif 18-05-21.pdf
18
29
595
842
1,025
1,025
eu_tenders
government_tenders
11806
[ "Notes to the Consolidated Financial Statements ", "Cardno Limited and its Controlled Entities for the year ended 30 June 2010", "1.", "STATEMENT OF SIGNIFICANT ACCOUNTING POLICIES CONTINUED ", "(f)", "Revenue Recognition continued ", "Sale of goods ", "Consulting revenue ", "Interest revenue ", "Dividends ", "(g)", "Leases ", "(h)", "Net Financing Costs ", "(i)", "Income Tax ", "Page 33 of 80 ", "Current tax is the expected tax payable on the taxable income for the year, using tax rates enacted or substantively ", "enacted at the reporting date, and any adjustment to tax payable in respect of previous years. ", "Income tax expense comprises current and deferred tax. Income tax expense is recognised in profit or loss except to the ", "extent that it relates to items recognised directly in equity, in which case it is recognised in equity. ", "Borrowing costs are expensed as incurred unless they relate to qualifying assets. Qualifying assets are assets which ", "take a substantial period of time to get ready for their intended use or sale. Where funds are borrowed specifically for the ", "acquisition, construction or production of a qualifying asset, the amount of borrowing costs capitalised is the amount ", "incurred in relation to that borrowing, net of any interest earned on those borrowings. Where funds are borrowed ", "generally, borrowing costs are capitalised using a weighted average capitalisation rate. ", "Borrowing costs are calculated using the effective interest method and include interest, amortisation of discounts or ", "premiums relating to borrowings and amortisation of ancillary costs incurred in connection with arrangement of ", "borrowings and foreign exchange differences arising from foreign currency borrowings to the extent that they are ", "regarded as an adjustment to interest costs. ", "Interest income is recognised in the profit and loss as it accrues, using the effective interest method. ", "Other leases are operating leases and are not recognised in the Group’s statement of financial position. Payments made ", "under operating leases which are subject to fixed annual increments are recognised in the income statement on a ", "straight-line basis over the term of the lease. Lease incentives received are recognised in the income statement as an ", "integral part of the total lease expense and are spread over the lease term. ", "Leases in terms of which the Group assumes substantially all the risks and rewards of ownership are classified as ", "finance leases. Upon initial recognition the leased asset is measured at an amount equal to the lower of its fair value ", "and the present value of the minimum lease payments. Subsequent to initial recognition, the asset is accounted for in ", "accordance with the accounting policy applicable to that asset. The corresponding rental obligations, net of finance ", "charges, are included in current and non-current interest-bearing loans and borrowings. Minimum lease payments are ", "apportioned between the finance charge and the reduction of the outstanding liability. The finance charge is allocated to ", "each period during the lease term so as to produce a constant periodic rate of interest on the remaining balance of the ", "liability. ", "Revenue from dividends is recognised by the consolidated entity when dividends are received. ", "Interest revenue is recognised as it accrues, taking into account the effective yield on the financial asset. ", "Revenue from consulting services which are provided on a time and material basis is recognised at the contractual ", "hourly rates as labour hours are delivered and direct expenses are incurred. For long term contracts, revenue and ", "expenses are recognised in accordance with the percentage of completion method. Where a loss is expected to arise ", "from a contract, the loss is recognised immediately as an expense. The percentage of completion is determined by costs ", "to date versus estimated total project costs.", "Revenue from the sale of goods is recognised (net of rebates, discounts and other allowances) upon the delivery of ", "goods to the customer. " ]
[ [ 97, 43, 553, 18 ], [ 97, 72, 610, 13 ], [ 97, 102, 532, 12 ], [ 97, 102, 532, 12 ], [ 97, 128, 265, 12 ], [ 97, 128, 265, 12 ], [ 97, 153, 105, 12 ], [ 97, 203, 149, 12 ], [ 97, 290, 124, 12 ], [ 97, 326, 78, 12 ], [ 97, 364, 85, 12 ], [ 97, 364, 85, 12 ], [ 97, 566, 182, 12 ], [ 97, 566, 182, 12 ], [ 97, 755, 112, 12 ], [ 97, 755, 112, 12 ], [ 469, 970, 89, 10 ], [ 97, 818, 836, 24 ], [ 97, 818, 836, 24 ], [ 97, 780, 834, 24 ], [ 97, 780, 834, 24 ], [ 97, 679, 837, 62 ], [ 97, 679, 837, 62 ], [ 97, 679, 837, 62 ], [ 97, 679, 837, 62 ], [ 97, 679, 837, 62 ], [ 97, 616, 839, 50 ], [ 97, 616, 839, 50 ], [ 97, 616, 839, 50 ], [ 97, 616, 839, 50 ], [ 97, 591, 689, 12 ], [ 97, 503, 837, 49 ], [ 97, 503, 837, 49 ], [ 97, 503, 837, 49 ], [ 97, 503, 837, 49 ], [ 97, 389, 836, 100 ], [ 97, 389, 836, 100 ], [ 97, 389, 836, 100 ], [ 97, 389, 836, 100 ], [ 97, 389, 836, 100 ], [ 97, 389, 836, 100 ], [ 97, 389, 836, 100 ], [ 97, 389, 836, 100 ], [ 97, 339, 651, 12 ], [ 97, 303, 719, 12 ], [ 97, 216, 836, 62 ], [ 97, 216, 836, 62 ], [ 97, 216, 836, 62 ], [ 97, 216, 836, 62 ], [ 97, 216, 836, 62 ], [ 97, 165, 836, 24 ], [ 97, 165, 836, 24 ] ]
[ [ 97, 43, 553, 18 ], [ 97, 72, 610, 13 ], [ 97, 102, 13, 12 ], [ 115, 102, 515, 12 ], [ 97, 128, 15, 12 ], [ 117, 128, 245, 12 ], [ 97, 153, 105, 12 ], [ 97, 203, 149, 12 ], [ 97, 290, 124, 12 ], [ 97, 326, 78, 12 ], [ 97, 364, 20, 12 ], [ 123, 364, 59, 12 ], [ 97, 566, 20, 12 ], [ 122, 566, 157, 12 ], [ 97, 755, 15, 12 ], [ 117, 755, 93, 12 ], [ 469, 970, 89, 10 ], [ 97, 818, 836, 12 ], [ 97, 830, 645, 12 ], [ 97, 780, 834, 12 ], [ 97, 793, 669, 12 ], [ 97, 679, 835, 12 ], [ 97, 692, 834, 12 ], [ 97, 704, 836, 12 ], [ 97, 717, 837, 12 ], [ 97, 730, 598, 12 ], [ 97, 616, 836, 12 ], [ 97, 629, 839, 12 ], [ 97, 641, 838, 12 ], [ 97, 654, 305, 12 ], [ 97, 591, 689, 12 ], [ 97, 503, 834, 12 ], [ 97, 515, 837, 12 ], [ 97, 528, 835, 12 ], [ 97, 541, 516, 12 ], [ 97, 389, 836, 12 ], [ 97, 402, 835, 12 ], [ 97, 415, 835, 12 ], [ 97, 427, 836, 12 ], [ 97, 440, 835, 12 ], [ 97, 452, 834, 12 ], [ 97, 465, 835, 12 ], [ 97, 478, 55, 12 ], [ 97, 339, 651, 12 ], [ 97, 303, 719, 12 ], [ 97, 216, 836, 12 ], [ 97, 228, 836, 12 ], [ 97, 241, 835, 12 ], [ 97, 254, 834, 12 ], [ 97, 266, 298, 12 ], [ 97, 165, 836, 12 ], [ 97, 178, 161, 12 ] ]
[ 5, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
e5e2988e887366e44e8f6def10df5ad18cab8f94c761e19ee0b9b6381d91b28c
ASX_CDD_2010.pdf
32
80
595
842
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11807
[ "ophthalmology", "brenda and dry eye disease", "ARTIFICIAL TEARS – MOISTURIZING RELIEF. ", "Allergan is the clear artificial tears market leader. It is estimated that over", "60", "million people globally use artificial lubricating tears. We are proud to offer our leading brand of artificial tears,", "REFRESH, and a broad range of other tears products such as LIQUIFILM, CELLUVISC, CELLUFRESH and LACRI-LUBE", "around the world.", "REFRESH ENDURA is a breakthrough emulsion formulation that acts on all three tear layers (lipid layer, aqueous ", "layer and mucin layer) to provide relief of dry eye symptoms. As an emulsion drop, REFRESH ENDURA is used in clinical", "practice as part of the treatment strategy for managing dry eye. In addition, the extensive REFRESH product line", "includes REFRESH PLUS, the leading unit dose tear; REFRESH TEARS, the number one multi-dose product; REFRESH", "PM for overnight relief of dry eye; and REFRESH LIQUIGEL, which combines the strength of a gel with the convenience", "of a liquid eye drop. Additionally, Allergan markets CELLUVISC, the product most often recommended for severe dry eye;", "RELIEF, for fast relief of redness plus dry eye protection; and other tear products. ", "OCULAR INFECTION, INFLAMMATION AND ALLERGY – BRIDGING THE GAP.", "Allergan continues its efforts to be", "innovative in the eye care market and strives to offer a full range of products for ocular health. A clear leader among", "ophthalmologists with the fluoroquinolone OCUFLOX (ofloxacin ophthalmic solution 0.3%), Allergan also provides physicians", "with ZYMAR, a powerful new product to treat ocular infection due to susceptible bacteria. Approved by the FDA in 2003,", "ZYMAR is a fourth-generation fluoroquinolone with complete solubility, good tissue penetration and efficacy at low doses", "against a broad spectrum of organisms. The mechanism of action for ZYMAR also has been shown to slow the", "development of bacterial resistance. ", "Brenda, a 59-year-old real estate agent in Virginia, knows", "about the pain and frustration of dry eye disease. “My eyes", "were extremely red,” she says, “and I could not stand to be", "in the wind. Even being under a ceiling fan or in my car with", "the air conditioner running was impossible.”", "She is not alone. An estimated 1 million people in the United", "States suffer from moderate to severe dry eye disease. The", "incidence is expected to grow as the population ages.", "Brenda called to thank her doctor’s sales representative", "after one month on RESTASIS (cyclosporine ophthalmic", "emulsion 0.05%), the only therapeutic option available for", "people with chronic dry eye disease. “The difference is", "amazing,” she said. She can see and feel the improvements,", "and she’s using significantly less artificial tear product.", "Allergan is proud to be the pioneer in the dry eye market", "with RESTASIS, the first and only product proven to help", "restore the body’s ability to produce natural tears. Approved", "by the FDA in late 2002, the product will be the subject of a", "new direct-to-consumer advertising campaign in 2004." ]
[ [ 785, 236, 170, 14 ], [ 137, 715, 227, 12 ], [ 138, 308, 787, 71 ], [ 138, 308, 787, 71 ], [ 138, 308, 787, 71 ], [ 138, 308, 787, 71 ], [ 138, 308, 787, 71 ], [ 138, 308, 787, 71 ], [ 138, 396, 794, 130 ], [ 138, 396, 794, 130 ], [ 138, 396, 794, 130 ], [ 138, 396, 794, 130 ], [ 138, 396, 794, 130 ], [ 138, 396, 794, 130 ], [ 138, 396, 794, 130 ], [ 138, 542, 787, 131 ], [ 138, 542, 787, 131 ], [ 138, 542, 787, 131 ], [ 138, 542, 787, 131 ], [ 138, 542, 787, 131 ], [ 138, 542, 787, 131 ], [ 138, 542, 787, 131 ], [ 138, 542, 787, 131 ], [ 137, 746, 379, 85 ], [ 137, 746, 379, 85 ], [ 137, 746, 379, 85 ], [ 137, 746, 379, 85 ], [ 137, 746, 379, 85 ], [ 137, 845, 379, 48 ], [ 137, 845, 379, 48 ], [ 137, 845, 379, 48 ], [ 137, 908, 379, 48 ], [ 137, 908, 379, 48 ], [ 137, 908, 379, 48 ], [ 540, 746, 379, 48 ], [ 540, 746, 379, 48 ], [ 540, 746, 379, 48 ], [ 540, 808, 379, 85 ], [ 540, 808, 379, 85 ], [ 540, 808, 379, 85 ], [ 540, 808, 379, 85 ], [ 540, 808, 379, 85 ] ]
[ [ 785, 236, 170, 14 ], [ 137, 715, 227, 12 ], [ 138, 309, 317, 9 ], [ 455, 308, 470, 11 ], [ 138, 328, 19, 10 ], [ 162, 328, 763, 10 ], [ 138, 348, 786, 10 ], [ 138, 367, 113, 11 ], [ 138, 396, 794, 10 ], [ 138, 415, 786, 11 ], [ 138, 435, 786, 11 ], [ 138, 455, 787, 11 ], [ 138, 475, 786, 11 ], [ 138, 495, 786, 11 ], [ 138, 515, 552, 10 ], [ 138, 544, 544, 9 ], [ 688, 542, 236, 11 ], [ 138, 562, 787, 11 ], [ 138, 582, 786, 11 ], [ 138, 602, 786, 11 ], [ 138, 623, 786, 10 ], [ 138, 642, 786, 11 ], [ 138, 662, 255, 11 ], [ 137, 746, 379, 11 ], [ 137, 765, 379, 11 ], [ 137, 783, 379, 11 ], [ 137, 802, 379, 11 ], [ 137, 820, 276, 11 ], [ 137, 845, 379, 11 ], [ 137, 864, 379, 11 ], [ 137, 882, 345, 11 ], [ 137, 908, 379, 11 ], [ 137, 926, 379, 11 ], [ 137, 945, 379, 11 ], [ 540, 746, 379, 11 ], [ 540, 765, 379, 11 ], [ 540, 783, 348, 11 ], [ 540, 808, 379, 11 ], [ 540, 827, 379, 11 ], [ 540, 845, 379, 11 ], [ 540, 864, 379, 11 ], [ 540, 882, 348, 11 ] ]
[ 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
2a174a8c7f625dc71e25bd378b8554dbd4ffcebd5022b9f74f39fbb74880b967
NYSE_AGN_2003.pdf
22
52
540
720
1,025
1,025
ann_reports_00_04_fancy
financial_reports
11808
[ "This figure \"fig5.jpg\" is available in \"jpg\"GLYPH<10> format from:", "http://arxiv.org/ps/1002.4052v5" ]
[ [ 167, 558, 584, 17 ], [ 251, 610, 319, 17 ] ]
[ [ 167, 558, 584, 17 ], [ 251, 610, 319, 17 ] ]
[ 9, 9 ]
4f2513eaf74437301a2172af89f6445182527774f1ee497bca64ff108b6317a5
1002.4052.pdf
31
35
612
792
1,025
1,025
arxiv_mediumspaced
scientific_articles
11809
[ "4", "FIG. 4: (Color online) (a) Calculated IETS spectra of pentanedithiol for two different electrode separations that differ by", "0.1", "nm (top-red more stretched than bottom-blue).", "The dashed curves are rounded using a smoothing filter equivalent to", "that used in the processing of the experimental data. The corresponding black curves (vertical axis scale arbitrary) represent", "the density of vibrational modes for these two configurations. The different peaks are labeled according to the character of", "the mode (st=stretch, rc=rock, wg=wag, tw=twist, sc=scissor). (b),(c) Eigenchannel scattering states [21] corresponding to", "electrons originating in the left and right electrode, respectively. The visualizations represent isosurfaces of the real part of the", "wave functions (with sign). (d),(e) Illustration of an active (d) and a silent (e) mode from the spectrum for the less stretched", "configuration.", "lent agreement between experiment and theory, even the", "magnitude of the inelastic signals is quantitatively repro-", "duced. All the peaks appearing in the PDF in Fig. 2(c)", "can be identified with some group of peaks in Fig. 4(a):", "peak A corresponds to a C–C stretch with some contri-", "bution from CH$_{2}$ twist; B to C–S stretch with some CH$_{2}$", "rock; C to CH$_{2}$ wag and twist; D to CH$_{2}$ scissor; E to", "Au–S–C stretch; F to Au–S stretch; and G to CH$_{2}$ rock", "and twist. The fact that the calculated peaks have the", "same intensities as the measured peaks [see Fig. 1(c)] al-", "lows us to draw an important conclusion: the electrons", "are indeed tunneling through a pentanedithiol molecule", "suspended between the electrodes.", "brational deformation potential, and final electron state.", "Therefore, propensity rules can be understood from sym-", "metry considerations. For the pentanedithiol junction an", "eigenchannel analysis shows that the IETS can be ratio-", "nalized by just considering inelastic scattering between", "the two scattering states belonging to the most trans-", "mitting eigenchannel. These states, shown in Fig. 4(b)", "and (c) for electrons originating in the left and right elec-", "trode, respectively, possess a", "σ", "-type symmetry and can", "therefore only couple via modes with longitudinal char-", "acter. For instance, we get a large signal from the C–C", "stretch mode (¯", "hω", "= 127 meV) illustrated in Fig. 4(d),", "while scattering is suppressed for the essentially trans-", "verse mode (¯", "hω", "= 106 meV) illustrated in Fig. 4(e).", "For comparison with", "the", "experimental curves the", "rounding introduced by the ac modulation used to mea-", "sured the differential conductance has also been included", "in the theory curves, shown with dashed lines in Fig. 4(a)", "and the top and bottom curves (thick black traces) in", "Fig. 1(c).", "As a result of this rounding the individual", "peaks cannot be resolved.", "Fig. 1(c) shows the excel-", "Comparison with the experiment also requires to take", "into consideration that the molecules are in different", "states of strain. We have calculated the spectra for sev-", "eral different elongations of the molecule to determine", "the strain dependence of the modes. In this way we can", "characterize the C–C (C–S) mode, i.e., peak A (B), by", "a shift of", "−", "5", ".", "0", "(", "−", "2", ".", "9)", "meV/", "˚", "A, consistent with the ex-", "perimental results. This is a strong indication that the" ]
[ [ 933, 37, 8, 12 ], [ 90, 499, 851, 106 ], [ 90, 499, 851, 106 ], [ 90, 499, 851, 106 ], [ 90, 499, 851, 106 ], [ 90, 499, 851, 106 ], [ 90, 499, 851, 106 ], [ 90, 499, 851, 106 ], [ 90, 499, 851, 106 ], [ 90, 499, 851, 106 ], [ 90, 499, 851, 106 ], [ 530, 625, 410, 190 ], [ 530, 625, 410, 190 ], [ 530, 625, 410, 190 ], [ 530, 625, 410, 190 ], [ 530, 625, 410, 190 ], [ 530, 625, 410, 190 ], [ 530, 625, 410, 190 ], [ 530, 625, 410, 190 ], [ 530, 625, 410, 190 ], [ 530, 625, 410, 190 ], [ 530, 625, 410, 190 ], [ 530, 625, 410, 190 ], [ 530, 625, 410, 190 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 625, 410, 205 ], [ 90, 835, 410, 101 ], [ 90, 835, 410, 101 ], [ 90, 835, 410, 101 ], [ 90, 835, 410, 101 ], [ 90, 835, 410, 101 ], [ 90, 835, 410, 101 ], [ 90, 835, 410, 101 ], [ 90, 835, 410, 101 ], [ 90, 835, 410, 101 ], [ 90, 835, 410, 101 ], [ 90, 835, 410, 101 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ], [ 530, 820, 410, 116 ] ]
[ [ 933, 37, 8, 12 ], [ 90, 499, 851, 11 ], [ 90, 512, 17, 11 ], [ 120, 512, 324, 11 ], [ 457, 512, 484, 11 ], [ 90, 526, 850, 11 ], [ 90, 539, 850, 11 ], [ 90, 553, 851, 11 ], [ 90, 566, 850, 11 ], [ 90, 580, 850, 11 ], [ 90, 594, 92, 11 ], [ 530, 625, 410, 12 ], [ 530, 640, 410, 12 ], [ 530, 655, 410, 12 ], [ 530, 669, 410, 12 ], [ 530, 684, 410, 12 ], [ 530, 699, 409, 12 ], [ 530, 714, 410, 12 ], [ 530, 729, 410, 12 ], [ 530, 744, 410, 12 ], [ 530, 758, 410, 12 ], [ 530, 773, 410, 12 ], [ 530, 788, 410, 12 ], [ 530, 803, 250, 12 ], [ 90, 625, 410, 12 ], [ 90, 640, 410, 12 ], [ 90, 655, 410, 12 ], [ 90, 669, 410, 12 ], [ 90, 684, 410, 12 ], [ 90, 699, 410, 12 ], [ 90, 714, 410, 12 ], [ 90, 729, 410, 12 ], [ 90, 744, 212, 12 ], [ 309, 744, 9, 12 ], [ 319, 744, 181, 12 ], [ 90, 758, 410, 12 ], [ 90, 773, 410, 12 ], [ 90, 788, 118, 12 ], [ 200, 788, 20, 12 ], [ 228, 788, 272, 12 ], [ 90, 803, 410, 12 ], [ 90, 818, 101, 12 ], [ 183, 818, 20, 12 ], [ 209, 818, 260, 12 ], [ 107, 835, 162, 12 ], [ 280, 835, 23, 12 ], [ 315, 835, 185, 12 ], [ 90, 850, 410, 12 ], [ 90, 864, 410, 12 ], [ 90, 879, 410, 12 ], [ 90, 894, 410, 12 ], [ 90, 909, 69, 12 ], [ 175, 909, 325, 12 ], [ 90, 924, 196, 12 ], [ 302, 924, 198, 12 ], [ 547, 820, 393, 12 ], [ 530, 835, 410, 12 ], [ 530, 850, 410, 12 ], [ 530, 864, 410, 12 ], [ 530, 879, 410, 12 ], [ 530, 894, 410, 12 ], [ 530, 909, 68, 12 ], [ 606, 910, 12, 11 ], [ 620, 909, 8, 12 ], [ 628, 909, 4, 12 ], [ 633, 909, 5, 12 ], [ 650, 909, 4, 12 ], [ 654, 910, 12, 11 ], [ 668, 909, 8, 12 ], [ 676, 909, 4, 12 ], [ 681, 909, 12, 12 ], [ 708, 909, 36, 12 ], [ 745, 907, 12, 12 ], [ 745, 909, 196, 12 ], [ 530, 924, 410, 12 ] ]
[ 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
9e895e54be721699b584e009ad7a9b7a222e6f04fc447c39f998c83f494024cd
1001.2392.pdf
3
5
612
792
1,025
1,025
arxiv_two_columns
scientific_articles
11810
[ "Wave and particle in molecular interference lithography", "$^{1}$Faculty of Physics, University of Vienna, Boltzmanngasse 5, 1090 Vienna, Austria", "$^{2}$Department of Physics, Faculty of Science, Burapha University, Chonburi 20131, Thailand", "$^{3}$School of Physics and Astronomy, University of Southampton, SO17 1BJ, UK", "(Dated: May 28, 2018)", "The wave-particle duality of massive objects is a cornerstone of quantum physics and a key prop-", "erty of many modern tools such as electron microscopy, neutron diffraction or atom interferometry.", "Here we report on the first experimental demonstration of quantum interference lithography with", "complex molecules. Molecular matter-wave interference patterns are deposited onto a reconstructed", "$^{Si(111) 7}$×7 surface and imaged using scanning tunneling microscopy.", "Thereby both the particle", "and the quantum wave character of the molecules can be visualized in one and the same image.", "This new approach to nanolithography therefore also represents a sensitive new detection scheme", "for quantum interference experiments.", "PACS numbers: 01.55.+b,03.65.-w, 03.65.Ta,03.75.-b", "The de Broglie wave nature of massive particles has", "always been an essential ingredient in the conceptual de-", "velopment of quantum mechanics [1, 2]. First demonstra-", "tions of the electron wave nature [3, 4] were soon followed", "by experiments on the diffraction of helium atoms and H$_{2}$", "molecules [5] as well as neutrons [6, 7]. The build-up of", "quantum interference patterns from single particles was", "shown in particularly nice demonstrations with individ-", "ual photons [8] and electrons [9, 10]. With the availability", "of laser and nanofabrication technologies, atom interfer-", "ometry and coherent lithography have become rapidly", "developing fields of research [11–14].", "Recently, quan-", "tum interference experiments have also been extended", "to composite nanoparticles, such as fullerenes [15], He", "clusters [16] or large fluorinated molecules [17, 18].", "Our present demonstration complements these earlier", "studies as it represents the first realization of quantum", "interference lithography with molecules. It thereby closes", "two gaps that so far existed in the field of macromolecule", "interferometry: On the one hand, previous experiments", "had not been able to visualize the individual particles", "that traversed the interferometer.", "Further, it has also", "been discussed by several authors that ionizing detectors", "are inefficient already for medium-sized organic materi-", "als", "[19, 20].", "Being sensitive to single molecules, our", "new lithographic interference detection scheme provides,", "for the first time, the opportunity to visualize both the", "quantum wave features and the composite particle na-", "ture of individual molecules in one and the same image", "and experiment. On the other hand, we show that near-", "field interferometry is a very natural approach to gen-", "erating surface-deposited and immobilized nanopatterns", "with particles that can, in principle, be regarded as func-", "tional entities by themselves. Our experiment thus oper-", "ates at the interface between matter-wave interferometry", "and surface nanoscience.", "A schematic illustration of the setup is shown in Fig-", "ure 1. The experiment is sectioned into five differentially", "pumped vacuum chambers, which comprise three logical", "compartments: the source, the interferometric nanode-", "position and the detector.", "The supplementary vacuum", "chambers are required for differential pumping as well as", "for the preparation and transfer of the detection surface.", "A Knudsen cell at T=1070 K forms the molecular beam", "which is selected within a transmitted velocity band of", "Δ", "v/v", "= 0", ".", "05", "(FWHM) to account for the fact that dif-", "ferent velocities correspond to different de Broglie wave-", "lengths,", "λ$_{dB}$", "=", "h/mv", ", and to varying interaction times", "with the gratings.", "Two alternative methods have been used for select-", "ing the molecular speed: First, a gravitational velocity", "selection scheme exploits the molecular free-fall trajecto-", "ries in the Earth’s gravitational field.", "This established", "method [21, 22] allows to work without any vibrating or", "rotating element. The interference fringe contrast of the", "molecular deposit varies, however, with the vertical po-", "sition on the sample and scattering at the slit edges may", "spoil the selection quality.", "Second,", "interferograms were also recorded using a", "home-built helical velocity selector which is a minia-", "turized version of devices known from neutron scatter-", "ing [23]. Grooves of 300", "µ", "m width were milled along he-", "lical trajectories into an aluminum cup of 40 mm length.", "The aspect ratio of length and width of the grooves de-", "fines the transmitted velocity bandwidth.", "Their pitch", "and angular speed defines the center of the distribution.", "The selector is held by UHV compatible bearings and", "driven by a motor outside of the chamber. A magneto-", "fluidic seal allows the mechanical transduction of the ro-", "tational motion at frequencies in excess of 100 Hz.", "An", "acceleration sensor at the mechanical base of the inter-", "ferometer quantified typical oscillation amplitudes to be", "as small as 2 nm.", "This method was chosen for the experiment presented", "arXiv:1001.0468v1", "[quant-ph]", "4", "Jan 2010", "Thomas Juffmann,", "1", "Stefan Truppe,", "1", "Philipp Geyer,", "1", "Andr´", "as G. Major,", "1,$_{∗}$", "Sarayut Deachapunya,", "1,2", "Hendrik Ulbricht,", "1, 3", "and Markus Arndt", "1" ]
[ [ 240, 69, 551, 13 ], [ 225, 138, 580, 10 ], [ 200, 151, 631, 24 ], [ 200, 151, 631, 24 ], [ 438, 178, 154, 11 ], [ 182, 201, 667, 106 ], [ 182, 201, 667, 106 ], [ 182, 201, 667, 106 ], [ 182, 201, 667, 106 ], [ 182, 201, 667, 106 ], [ 182, 201, 667, 106 ], [ 182, 201, 667, 106 ], [ 182, 201, 667, 106 ], [ 182, 201, 667, 106 ], [ 182, 323, 328, 9 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 361, 410, 229 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 90, 597, 410, 322 ], [ 107, 926, 393, 12 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 361, 410, 182 ], [ 530, 549, 410, 136 ], [ 530, 549, 410, 136 ], [ 530, 549, 410, 136 ], [ 530, 549, 410, 136 ], [ 530, 549, 410, 136 ], [ 530, 549, 410, 136 ], [ 530, 549, 410, 136 ], [ 530, 549, 410, 136 ], [ 530, 549, 410, 136 ], [ 530, 549, 410, 136 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 530, 691, 410, 229 ], [ 547, 926, 393, 12 ], [ 30, 256, 30, 449 ], [ 30, 256, 30, 449 ], [ 30, 256, 30, 449 ], [ 30, 256, 30, 449 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ], [ 237, 100, 555, 30 ] ]
[ [ 240, 69, 551, 13 ], [ 225, 138, 580, 10 ], [ 200, 151, 631, 10 ], [ 240, 165, 549, 10 ], [ 438, 178, 154, 11 ], [ 197, 201, 652, 11 ], [ 182, 214, 667, 11 ], [ 182, 228, 667, 11 ], [ 182, 241, 667, 11 ], [ 182, 258, 477, 16 ], [ 671, 255, 178, 11 ], [ 182, 268, 667, 11 ], [ 182, 282, 667, 11 ], [ 182, 296, 257, 11 ], [ 182, 323, 328, 9 ], [ 107, 361, 393, 12 ], [ 90, 376, 410, 12 ], [ 90, 392, 410, 12 ], [ 90, 407, 410, 12 ], [ 90, 423, 409, 12 ], [ 90, 438, 410, 12 ], [ 90, 454, 410, 12 ], [ 90, 469, 410, 12 ], [ 90, 485, 410, 12 ], [ 90, 500, 410, 12 ], [ 90, 516, 410, 12 ], [ 90, 531, 276, 12 ], [ 383, 531, 117, 12 ], [ 90, 547, 410, 12 ], [ 90, 562, 410, 12 ], [ 90, 577, 370, 12 ], [ 107, 597, 394, 12 ], [ 90, 613, 410, 12 ], [ 90, 628, 410, 12 ], [ 90, 644, 410, 12 ], [ 90, 659, 410, 12 ], [ 90, 675, 410, 12 ], [ 90, 690, 251, 12 ], [ 354, 690, 146, 12 ], [ 90, 705, 410, 12 ], [ 90, 721, 410, 12 ], [ 90, 736, 19, 12 ], [ 126, 736, 60, 12 ], [ 201, 736, 298, 12 ], [ 90, 752, 410, 12 ], [ 90, 767, 410, 12 ], [ 90, 783, 410, 12 ], [ 90, 798, 410, 12 ], [ 90, 814, 410, 12 ], [ 90, 829, 410, 12 ], [ 90, 845, 410, 12 ], [ 90, 860, 410, 12 ], [ 90, 876, 410, 12 ], [ 90, 891, 410, 12 ], [ 90, 907, 178, 12 ], [ 107, 926, 393, 12 ], [ 530, 361, 410, 12 ], [ 530, 376, 410, 12 ], [ 530, 392, 410, 12 ], [ 530, 407, 193, 12 ], [ 735, 407, 205, 12 ], [ 530, 423, 410, 12 ], [ 530, 438, 410, 12 ], [ 530, 454, 410, 12 ], [ 530, 469, 410, 12 ], [ 530, 485, 13, 12 ], [ 544, 485, 25, 12 ], [ 577, 485, 28, 12 ], [ 605, 485, 4, 12 ], [ 609, 485, 13, 12 ], [ 636, 485, 304, 12 ], [ 530, 500, 410, 12 ], [ 530, 516, 56, 12 ], [ 594, 516, 26, 12 ], [ 628, 516, 12, 12 ], [ 648, 516, 40, 12 ], [ 689, 516, 251, 12 ], [ 530, 531, 130, 12 ], [ 547, 549, 393, 12 ], [ 530, 565, 410, 12 ], [ 530, 580, 410, 12 ], [ 530, 596, 278, 12 ], [ 821, 596, 119, 12 ], [ 530, 611, 410, 12 ], [ 530, 627, 410, 12 ], [ 530, 642, 410, 12 ], [ 530, 658, 410, 12 ], [ 530, 673, 189, 12 ], [ 547, 691, 55, 12 ], [ 614, 691, 326, 12 ], [ 530, 707, 410, 12 ], [ 530, 722, 410, 12 ], [ 530, 738, 174, 12 ], [ 708, 738, 10, 12 ], [ 718, 738, 222, 12 ], [ 530, 753, 410, 12 ], [ 530, 769, 410, 12 ], [ 530, 784, 311, 12 ], [ 856, 784, 84, 12 ], [ 530, 800, 410, 12 ], [ 530, 815, 410, 12 ], [ 530, 831, 410, 12 ], [ 530, 846, 410, 12 ], [ 530, 862, 376, 12 ], [ 919, 862, 21, 12 ], [ 530, 877, 410, 12 ], [ 530, 893, 410, 12 ], [ 530, 908, 123, 12 ], [ 547, 926, 393, 12 ], [ 30, 256, 13, 449 ], [ 45, 256, 7, 449 ], [ 53, 256, 0, 449 ], [ 54, 256, 6, 449 ], [ 237, 102, 138, 12 ], [ 376, 100, 6, 8 ], [ 390, 102, 110, 12 ], [ 501, 100, 6, 8 ], [ 516, 102, 107, 12 ], [ 624, 100, 6, 8 ], [ 638, 102, 45, 12 ], [ 676, 102, 96, 12 ], [ 772, 100, 20, 8 ], [ 266, 118, 166, 12 ], [ 432, 117, 18, 8 ], [ 459, 118, 130, 12 ], [ 589, 117, 19, 8 ], [ 617, 118, 140, 12 ], [ 758, 117, 6, 8 ] ]
[ 10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5, 5, 5, 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
63b1e4fc81016446b782993d770b17cc33b674d5306df7199760fedff5f8524d
1001.0468.pdf
0
4
612
792
1,025
1,025
arxiv_two_columns
scientific_articles
11811
[ "Our goodwill is an intangible asset that may become impaired, which could have a material adverse effect on our business, results", "of operations and financial position.", "Regulatory Risks", "Government regulation and consumer advocates may limit the scope and content of our services, which could affect our ability to", "meet our clients’ needs, which could have a material adverse effect on our business, results of operations and financial position.", "We could be affected by future laws or regulations enacted in response to climate change concerns and other actions.", "Item 1B. Unresolved Staff Comments", "Item 2. Properties", "Item 3. Legal Proceedings", "Item 4. Mine Safety Disclosures", "6", "Not Applicable.", "In the ordinary course of business, we are involved in various legal proceedings. We do not expect that these proceedings will have a material", "adverse effect on our results of operations or financial position.", "Notes 2 and 16 to the consolidated financial statements provide a description of our lease expense, which comprises a significant component of", "our occupancy and other costs, and our lease commitments.", "We conduct business and maintain offices throughout the world. The facility requirements of our businesses are similar across geographic regions", "and disciplines. Substantially all our office space is leased under operating leases with varying expiration dates. Lease obligations of our foreign", "operations are generally denominated in their local currency. We believe that our facilities are adequate for our current operations and are well", "maintained. Our principal corporate offices are located at 280 Park Avenue, New York, New York; 1055 Washington Boulevard, Stamford, Connecticut", "and 525 Okeechobee Boulevard, West Palm Beach, Florida. We also maintain executive offices in London, England; Shanghai, China and Singapore.", "None.", "Our businesses could be indirectly affected by increased prices for goods or services provided to us by companies that are directly affected by", "laws and regulations aimed at mitigating the impact of climate change. Specifically, these companies may seek to pass their increased costs through", "to their customers. Further, if our clients are impacted by such laws or requirements, either directly or indirectly, their spending for advertising and", "marketing services may decline, which could adversely impact our business, results of operations and financial position. Additionally, to comply with", "potential future changes in environmental laws and regulations, we may need to incur additional costs; therefore, at this time, we cannot estimate", "what impact such regulations may have on our business, results of operations and financial position.", "Further, laws and regulations related to user privacy, use of personal information and Internet tracking technologies have been proposed or", "enacted in the United States and a number of international markets. These laws and regulations could affect the acceptance of new communications", "technologies and the use of current communications technologies as advertising media. These actions could affect our business and reduce demand", "for certain of our services, which could have a material adverse effect on our business, results of operations and financial position.", "Government agencies and consumer groups directly or indirectly affect or attempt to affect the scope, content and manner of presentation of", "advertising, marketing and corporate communications services, through regulation or other governmental action, which could affect our ability to", "meet our clients’ needs. Such regulation may seek, among other things, to limit the tax deductibility of advertising expenditures by certain industries", "or for certain products and services. In addition, there has been a tendency on the part of businesses to resort to the judicial system to challenge", "advertising practices and claims, which could cause our clients affected by such actions to reduce their spending on our services. Any regulatory or", "judicial action that affects our ability to meet our clients' needs or reduces client spending on our services could have a material adverse effect on", "our business, results of operations and financial position.", "In accordance with generally accepted accounting principles in the United States, or U.S. GAAP or GAAP, we have recorded a significant amount of", "goodwill related to our acquisitions; a substantial portion of which represents the intangible specialized know-how of the acquired workforce. As", "discussed in Note 2 to the consolidated financial statements, we review the carrying value of goodwill for impairment annually at June 30 and", "whenever events or circumstances indicate the carrying value may not be recoverable. The estimates and assumptions about future results of", "operations and cash flows made in connection with the impairment testing could differ from future actual results of operations and cash flows. While", "we have concluded, for each year presented in the financial statements included in this report, that our goodwill is not impaired, future events could", "cause us to conclude that the intangible asset values associated with a given operation may become impaired. Any resulting non-cash impairment", "charge could have a material adverse effect on our business, results of operations and financial position." ]
[ [ 24, 59, 955, 21 ], [ 24, 59, 955, 21 ], [ 24, 180, 122, 10 ], [ 24, 197, 947, 21 ], [ 24, 197, 947, 21 ], [ 24, 356, 864, 10 ], [ 24, 444, 269, 10 ], [ 24, 476, 131, 10 ], [ 24, 580, 189, 10 ], [ 24, 623, 230, 10 ], [ 507, 678, 7, 9 ], [ 48, 639, 97, 10 ], [ 24, 596, 946, 21 ], [ 24, 596, 946, 21 ], [ 24, 553, 958, 21 ], [ 24, 553, 958, 21 ], [ 24, 492, 971, 55 ], [ 24, 492, 971, 55 ], [ 24, 492, 971, 55 ], [ 24, 492, 971, 55 ], [ 24, 492, 971, 55 ], [ 48, 460, 37, 10 ], [ 24, 373, 968, 66 ], [ 24, 373, 968, 66 ], [ 24, 373, 968, 66 ], [ 24, 373, 968, 66 ], [ 24, 373, 968, 66 ], [ 24, 373, 968, 66 ], [ 24, 307, 965, 44 ], [ 24, 307, 965, 44 ], [ 24, 307, 965, 44 ], [ 24, 307, 965, 44 ], [ 24, 224, 969, 77 ], [ 24, 224, 969, 77 ], [ 24, 224, 969, 77 ], [ 24, 224, 969, 77 ], [ 24, 224, 969, 77 ], [ 24, 224, 969, 77 ], [ 24, 224, 969, 77 ], [ 24, 86, 973, 89 ], [ 24, 86, 973, 89 ], [ 24, 86, 973, 89 ], [ 24, 86, 973, 89 ], [ 24, 86, 973, 89 ], [ 24, 86, 973, 89 ], [ 24, 86, 973, 89 ], [ 24, 86, 973, 89 ] ]
[ [ 24, 59, 955, 10 ], [ 24, 70, 263, 10 ], [ 24, 180, 122, 10 ], [ 24, 197, 947, 10 ], [ 24, 208, 942, 10 ], [ 24, 356, 864, 10 ], [ 24, 444, 269, 10 ], [ 24, 476, 131, 10 ], [ 24, 580, 189, 10 ], [ 24, 623, 230, 10 ], [ 507, 678, 7, 9 ], [ 48, 639, 97, 10 ], [ 48, 596, 922, 10 ], [ 24, 607, 410, 10 ], [ 48, 553, 934, 10 ], [ 24, 564, 392, 10 ], [ 48, 492, 947, 10 ], [ 24, 503, 933, 10 ], [ 24, 514, 930, 10 ], [ 24, 526, 968, 10 ], [ 24, 537, 957, 10 ], [ 48, 460, 37, 10 ], [ 48, 373, 924, 10 ], [ 24, 384, 968, 10 ], [ 24, 395, 955, 10 ], [ 24, 406, 962, 10 ], [ 24, 418, 951, 10 ], [ 24, 429, 652, 10 ], [ 48, 307, 906, 10 ], [ 24, 318, 965, 10 ], [ 24, 329, 963, 10 ], [ 24, 340, 846, 10 ], [ 48, 224, 919, 10 ], [ 24, 235, 944, 10 ], [ 24, 246, 969, 10 ], [ 24, 258, 942, 10 ], [ 24, 269, 956, 10 ], [ 24, 280, 949, 10 ], [ 24, 291, 368, 10 ], [ 48, 86, 949, 10 ], [ 24, 98, 932, 10 ], [ 24, 109, 918, 10 ], [ 24, 120, 924, 10 ], [ 24, 131, 963, 10 ], [ 24, 143, 963, 10 ], [ 24, 154, 951, 10 ], [ 24, 165, 679, 10 ] ]
[ 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
8b928e4cdb4e5f9667473a6e3b293b8c542ab5b09e007f3f6089fb825ea70f56
0000029989-21-000004_20210218x10k.pdf
8
70
595
842
1,025
1,025
sec_filings
financial_reports
11812
[ "[0001] ", "The present invention relates to chromatography ", "and more particularly to an improved method of separating ", "the (lR,1 ’R)-atracurium salts isomers by means of high pres›", "sure liquid chromatography (HPLC). ", "[0002] ", "Neuromuscular blocking agents (e.g., atracurium ", "besylate, pancuronium bromide, rocuronium bromide, vecu›", "ronium bromide) are known to have muscle paralyzing activ›", "ity that is similar to the alkaloid curare or d-tubocurarine. ", "Neuromuscular blocking agents interrupt transmission of ", "nerve impulses at the skeletal neuromuscular junction and are ", "typically divided into two types: competitive, stabilizing ", "blockers (non-depolarizing neuromuscular agents) and non›", "competitive, depolarizing agents ( depolarizing neuromuscu›", "lar agents). Both types prevent acetylcholine from triggering ", "the muscle contraction and are typically used as anesthesia ", "adjuvants in the operating theatre for aiding intubation i.e. ", "relaxation of vocal cords, trachea, jaw muscles etc and also ", "for surgery i.e. providing generalized muscle relaxation, as ", "relaxants during electroshock, in convulsive states, etc. Typi›", "cally, therapy is performed by i.v. administration of a suitable ", "dosage form. ", "[0005] ", "Because the atracurium compound has 4 chiral cen›", "ters, there are theoretically 16 possible isomers. Due to sym›", "metry of the molecule, the number ofisomers is reduced to 10 ", "(optical and geometrical isomers). This is discussed in detail ", "by J. B. Stenlake et al. in \"Biodegradable neuromuscular ", "blocking agents,\" ", "Eur. J. Med. Chem.-Chem. Ther., ", "19, No. 5, ", "pages 441-450 (1984 ). ", "US 2010/0087650 Al ", "1 ", "Apr. 8, 2010 ", "(lR,l’R)-ATRACURIUM SALTS SEPARATION ", "PROCESS ", "TECHNICAL FIELD ", "BACKGROUND OF THE INVENTION ", "[0006] ", "The preparation of cisatracurium besylate is ", "described in U.S. Pat. Nos. 5,453,510, and 5,556,987 and is ", "depicted in Scheme 1 below. The process involves reacting ", "1,5-pentanediol with 3-bromopropionic acid in toluene with a ", "trace of p-toluenesulfonic acid to afford 1,5-pentamethylene ", "diacrylate. ", "(–)-terahydropapaverine ", "hydrochloride ", "1s ", "resolved with N-acetyl-L-leucine to obtain (R)-terahydropa›", "paverine N-acetyl-L-leucinate, which is converted to the free ", "base and reacted with the 1,5-pentamethylene diacrylate in ", "hot glacial acetic acid, purified by colunm chromatography, ", "and treated with oxalic acid to afford (lR,l’R)-2,2’-(3,11-", "dioxo-4, 10-dioxatridecylene )-bis-(1,2,3,4-tetrahydro-6, 7-", "dimethoxy-2-methy 1-1-veratryliso-quinolinium ", "dioxalate ", "(II), which is treated with methyl benzenesulfonate to obtain ", "the (lR,l’R)-atracurium besylate isomer mixture, i.e., (lR›", "cis-l’R-cis), (lR-cis-1 ’R-trans) and (lR-trans-1 ’R-trans) iso›", "mers in a ratio of 58:34:6 respectively. The mixture is sepa›", "rated by means of liquid chromatography, using either ", "irregular or spherical silica colunm in a mixture of dichlo›", "romethane and a strong acid, e.g., methanesulfonic acid, or in ", "a mixture of dichloromethane, methanol and a strong acid, ", "e.g., benzenesulfonic acid. ", "[0003] ", "Atracurium besylate [2,2’-[1,5-pentanediylbis[ oxy ", "(3-oxo-3, 1-propanediyl) ]]bis[ 1-[ (3,4-dimethoxyphenyl)me›", "thyl]-1,2,3,4-tetrahydro-6, 7-dimethoxy-2-methyl-isoquino›", "linium dibenzenesulfonate] was first approved for human ", "medical use in 1982. The isomer lR-cis-l’R-cis-2,2’2,2’-[1, ", "5-pentanediylbis[ oxy(3-oxo-3, 1-propanediyl) ]]bis[ 1-[ (3,4-", "dimethoxyphenyl)methyl]-1,2,3,4-tetrahydro-6, 7-", "dimethoxy-2-methy 1-isoquinolinium dibenzenesulfonate is ", "named cisatracurium besylate and it is 3-4 times more potent ", "than atracurium besylate itself. The product was launched by ", "GSK and Abbott Laboratories in 1996 under the trade name ", "NIMBEXfi. NIMBEXfi is a sterile, non-pyrogenic aqueous ", "solution that is adjusted to pH 3.25 to 3.65 with benzene›", "sulfonic acid. The drug is provided in 2.5 ml, 5 ml and 10 ml ", "ampules having a strength of2 mg/ml cisatracurium besylate. ", "In addition, a 30 ml vial containing 5 mg/ml cisatracurium ", "besylate is also available. ", "[0004] ", "Cisatracurium besylate has the structural formula ", "below. ", "cisatracurium besylate ", "(I) ", "OMe ", "I ", "N/ ", "0 ", "0 ", "’-...N ", "MeO ", "# ", "~ ", "+ •,,,,,~ ", "~", "~ ", "+ ", "OMe ", "(YPhS03-", "O ", "O ", "MeO~ ", "OMe ", "OMe ", "OMe " ]
[ [ 129, 197, 365, 48 ], [ 129, 197, 365, 48 ], [ 129, 197, 365, 48 ], [ 129, 197, 365, 48 ], [ 129, 197, 365, 48 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 129, 280, 368, 216 ], [ 520, 140, 365, 102 ], [ 520, 140, 365, 102 ], [ 520, 140, 365, 102 ], [ 520, 140, 365, 102 ], [ 520, 140, 365, 102 ], [ 520, 140, 365, 102 ], [ 520, 140, 365, 102 ], [ 520, 140, 365, 102 ], [ 520, 140, 365, 102 ], [ 520, 140, 365, 102 ], [ 129, 73, 181, 13 ], [ 502, 92, 15, 13 ], [ 776, 73, 106, 13 ], [ 152, 140, 317, 23 ], [ 152, 140, 317, 23 ], [ 244, 178, 135, 10 ], [ 186, 260, 251, 10 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 520, 267, 365, 335 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 499, 371, 216 ], [ 129, 719, 364, 23 ], [ 129, 719, 364, 23 ], [ 129, 719, 364, 23 ], [ 374, 926, 107, 7 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ], [ 127, 771, 632, 150 ] ]
[ [ 130, 198, 40, 9 ], [ 184, 197, 310, 10 ], [ 129, 210, 364, 10 ], [ 129, 223, 360, 10 ], [ 130, 236, 224, 10 ], [ 130, 280, 40, 9 ], [ 184, 280, 310, 10 ], [ 129, 293, 360, 10 ], [ 129, 306, 360, 10 ], [ 129, 318, 363, 10 ], [ 129, 331, 368, 10 ], [ 129, 344, 364, 10 ], [ 129, 357, 365, 10 ], [ 129, 370, 360, 10 ], [ 129, 383, 360, 10 ], [ 129, 396, 364, 10 ], [ 129, 409, 365, 10 ], [ 129, 422, 363, 10 ], [ 129, 435, 364, 10 ], [ 129, 448, 363, 10 ], [ 129, 461, 360, 10 ], [ 129, 473, 364, 10 ], [ 129, 486, 80, 10 ], [ 521, 141, 40, 9 ], [ 575, 140, 305, 10 ], [ 520, 156, 360, 10 ], [ 520, 171, 363, 10 ], [ 521, 187, 363, 10 ], [ 520, 202, 365, 10 ], [ 520, 218, 107, 10 ], [ 626, 218, 194, 9 ], [ 824, 218, 58, 10 ], [ 520, 233, 137, 10 ], [ 129, 73, 181, 13 ], [ 502, 92, 15, 13 ], [ 776, 73, 106, 13 ], [ 152, 140, 317, 10 ], [ 275, 153, 72, 10 ], [ 244, 178, 135, 10 ], [ 186, 260, 251, 10 ], [ 521, 267, 40, 9 ], [ 575, 267, 308, 10 ], [ 520, 282, 362, 10 ], [ 520, 298, 364, 10 ], [ 521, 313, 363, 10 ], [ 520, 329, 365, 10 ], [ 520, 344, 65, 10 ], [ 603, 344, 149, 10 ], [ 768, 344, 88, 10 ], [ 871, 344, 12, 10 ], [ 520, 360, 360, 10 ], [ 520, 375, 364, 10 ], [ 520, 391, 365, 10 ], [ 520, 406, 364, 10 ], [ 520, 422, 365, 10 ], [ 520, 437, 344, 10 ], [ 520, 453, 288, 10 ], [ 826, 453, 58, 10 ], [ 521, 468, 364, 10 ], [ 520, 484, 361, 10 ], [ 520, 499, 360, 10 ], [ 520, 515, 360, 10 ], [ 520, 530, 365, 10 ], [ 520, 546, 360, 10 ], [ 520, 561, 365, 10 ], [ 520, 577, 363, 10 ], [ 520, 592, 162, 10 ], [ 130, 500, 40, 9 ], [ 184, 499, 310, 10 ], [ 130, 512, 357, 10 ], [ 129, 525, 355, 10 ], [ 129, 538, 365, 10 ], [ 129, 551, 371, 10 ], [ 130, 564, 351, 10 ], [ 129, 577, 298, 10 ], [ 129, 589, 363, 10 ], [ 129, 603, 365, 10 ], [ 129, 616, 365, 10 ], [ 129, 628, 365, 10 ], [ 129, 641, 364, 10 ], [ 130, 654, 360, 10 ], [ 130, 667, 363, 10 ], [ 129, 680, 364, 10 ], [ 129, 693, 365, 10 ], [ 129, 706, 154, 10 ], [ 130, 719, 40, 9 ], [ 184, 719, 309, 10 ], [ 129, 732, 41, 10 ], [ 374, 926, 107, 7 ], [ 739, 777, 12, 7 ], [ 702, 786, 26, 7 ], [ 174, 807, 13, 17 ], [ 260, 814, 39, 7 ], [ 354, 814, 9, 7 ], [ 493, 814, 9, 7 ], [ 566, 814, 33, 7 ], [ 130, 826, 25, 7 ], [ 195, 822, 13, 11 ], [ 239, 822, 3, 13 ], [ 262, 825, 106, 8 ], [ 363, 822, 60, 13 ], [ 479, 822, 87, 13 ], [ 587, 825, 10, 8 ], [ 702, 827, 26, 7 ], [ 171, 863, 106, 8 ], [ 331, 863, 11, 8 ], [ 516, 863, 11, 8 ], [ 130, 892, 101, 7 ], [ 702, 889, 26, 7 ], [ 192, 910, 26, 7 ], [ 655, 910, 26, 7 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5, 5, 5, 7, 7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6 ]
950934eca37b92e46ef2a267270973a9079b8f3e0f3ed1762d772c78b7f0ab8a
20100087650_AdobeOCR.pdf
12
23
612
792
1,025
1,025
patents_superacid_pags
patents
11813
[ "Draft Document for Review February 7, 2020 3:15 pm", "8464ch05_DisasterRecovery.fm", "5.3.3", "Planning guidelines", "As part of planning a TS7700 grid configuration to address this solution, consider the ", "following points:", "GLYPH<SM590000>", "Plan for the necessary WAN infrastructure and bandwidth. You need more bandwidth if ", "you are primarily using a Copy Consistency Points of RUN or SYNC because any delays ", "in copy time that are caused by bandwidth limitations result in longer job run times. ", "GLYPH<SM590000>", "A factor to consider in the implementation of Copy Export for DR is that the export does ", "not capture any volumes in the export pool that are not in the TVC of the export cluster. ", "Any data that is migrated to back-end tape is not going to be on the EXPORT COPY ", "volumes.", "GLYPH<SM590000>", "Plan for host connectivity at your DR site with sufficient resources to run your critical ", "workloads. If the cluster that is local to the production host becomes unavailable and no ", "access exists to the DR site’s cluster by this host, production cannot run. Optionally, plan ", "for an alternative host to take over production at the DR site.", "GLYPH<SM590000>", "Design and code the Data Facility System Management Subsystem (DFSMS) automatic ", "class selection (ACS) routines to control what MC on the TS7700 is assigned. It is these ", "MCs that control which Copy Consistency Points are used. You might need to consider ", "MC assignment policies for testing your procedures at the DR site that are different from ", "the production policies.", "GLYPH<SM590000>", "Prepare procedures that your operators can run if the local site becomes unusable. The ", "procedures include various tasks, such as bringing up the DR host, varying the virtual ", "drives online, and placing the DR cluster in one of the ownership takeover modes.", "GLYPH<SM590000>", "Perform a periodic capacity planning of your tape setup and host throughput to evaluate ", "whether the disaster setup still can hold the full production workload in a disaster.", "GLYPH<SM590000>", "If encryption is used in production, ensure that the disaster site supports encryption. The ", "EKs must be available at the DR site or the data cannot be read.", "GLYPH<SM590000>", "Consider how you test your DR procedures. The following scenarios can be set up:", "–", "Test that is based on all data from a TS7700?", "–", "What happens if the object store in the cloud becomes unavailable?", "–", "Test that is based on stopping production access to one TS7700 cluster and running ", "production to another cluster?", "–", "Test that is based on the use of the ", "Copy Export function and an empty TS7700?", "If you have limited bandwidth available between sites, use Deferred Copy Consistency ", "Point, or copy only the data that is critical to the recovery of your key operations. The ", "amount of data that is sent through the WAN and the distance it is sent possibly might ", "justify the establishment of a separate, redundant, and dedicated network only for the ", "multi-cluster grid. Also, newer IPEX SAN42B-R switches and IP extension hardware are ", "available that might help with this issue.", "208 ", "IBM TS7700 Release 5.0 Guide" ]
[ [ 558, 45, 358, 10 ], [ 108, 45, 251, 11 ], [ 108, 92, 266, 15 ], [ 108, 92, 266, 15 ], [ 229, 126, 630, 27 ], [ 229, 126, 630, 27 ], [ 229, 163, 684, 42 ], [ 229, 163, 684, 42 ], [ 229, 163, 684, 42 ], [ 229, 163, 684, 42 ], [ 229, 316, 674, 58 ], [ 229, 316, 674, 58 ], [ 229, 316, 674, 58 ], [ 229, 316, 674, 58 ], [ 229, 316, 674, 58 ], [ 229, 385, 701, 58 ], [ 229, 385, 701, 58 ], [ 229, 385, 701, 58 ], [ 229, 385, 701, 58 ], [ 229, 385, 701, 58 ], [ 229, 453, 680, 74 ], [ 229, 453, 680, 74 ], [ 229, 453, 680, 74 ], [ 229, 453, 680, 74 ], [ 229, 453, 680, 74 ], [ 229, 453, 680, 74 ], [ 229, 537, 676, 42 ], [ 229, 537, 676, 42 ], [ 229, 537, 676, 42 ], [ 229, 537, 676, 42 ], [ 229, 590, 678, 27 ], [ 229, 590, 678, 27 ], [ 229, 590, 678, 27 ], [ 229, 628, 682, 27 ], [ 229, 628, 682, 27 ], [ 229, 628, 682, 27 ], [ 229, 665, 638, 11 ], [ 229, 665, 638, 11 ], [ 254, 687, 371, 11 ], [ 254, 687, 371, 11 ], [ 254, 731, 534, 11 ], [ 254, 731, 534, 11 ], [ 254, 753, 661, 27 ], [ 254, 753, 661, 27 ], [ 254, 753, 661, 27 ], [ 254, 709, 623, 11 ], [ 254, 709, 623, 11 ], [ 254, 709, 623, 11 ], [ 253, 216, 654, 89 ], [ 253, 216, 654, 89 ], [ 253, 216, 654, 89 ], [ 253, 216, 654, 89 ], [ 253, 216, 654, 89 ], [ 253, 216, 654, 89 ], [ 108, 976, 278, 11 ], [ 108, 976, 278, 11 ] ]
[ [ 558, 45, 358, 10 ], [ 108, 45, 251, 11 ], [ 108, 92, 49, 15 ], [ 164, 92, 210, 15 ], [ 229, 126, 630, 11 ], [ 229, 141, 119, 11 ], [ 229, 163, 8, 11 ], [ 253, 163, 648, 11 ], [ 253, 179, 660, 11 ], [ 253, 194, 616, 11 ], [ 229, 316, 8, 11 ], [ 253, 316, 650, 11 ], [ 253, 331, 649, 11 ], [ 253, 347, 628, 11 ], [ 253, 363, 66, 11 ], [ 229, 385, 8, 11 ], [ 253, 385, 626, 11 ], [ 253, 400, 652, 11 ], [ 253, 416, 676, 11 ], [ 253, 431, 446, 11 ], [ 229, 453, 8, 11 ], [ 253, 453, 656, 11 ], [ 253, 469, 656, 11 ], [ 253, 484, 647, 11 ], [ 253, 500, 656, 11 ], [ 253, 515, 171, 11 ], [ 229, 537, 8, 11 ], [ 253, 537, 652, 11 ], [ 253, 553, 636, 11 ], [ 253, 568, 605, 11 ], [ 229, 591, 8, 11 ], [ 253, 590, 654, 11 ], [ 253, 606, 601, 11 ], [ 229, 628, 8, 11 ], [ 253, 628, 658, 11 ], [ 253, 643, 477, 11 ], [ 229, 666, 8, 11 ], [ 253, 665, 614, 11 ], [ 254, 687, 19, 11 ], [ 287, 687, 338, 11 ], [ 254, 731, 19, 11 ], [ 287, 731, 501, 11 ], [ 254, 753, 19, 11 ], [ 287, 753, 629, 11 ], [ 277, 769, 221, 11 ], [ 254, 709, 19, 11 ], [ 287, 709, 266, 11 ], [ 543, 709, 334, 11 ], [ 253, 216, 643, 11 ], [ 253, 232, 631, 11 ], [ 253, 247, 639, 11 ], [ 253, 263, 635, 11 ], [ 253, 278, 654, 11 ], [ 253, 294, 294, 11 ], [ 108, 976, 32, 11 ], [ 165, 977, 220, 10 ] ]
[ 5, 5, 7, 7, 9, 9, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 4, 4 ]
530c3670af61b11840619a2e5893112b57e1a00d1638fffbfc90d4b9978d8670
sg248464.pdf
237
978
612
792
1,025
1,025
redbooks
manuals
11814
[ "AIM", "8/15/19 ", "unsatisfactory flight inspection, or a procedure that is", "based upon a recently decommissioned NAVAID.", "4.", "Pilots may not substitute for the NAVAID (for example,", "a VOR or NDB) providing lateral guidance for the final", "approach segment. This restriction does not refer to", "instrument approach procedures with “or GPS” ", "in the title", "when using GPS or WAAS. These allowances do not apply", "to procedures that are identified as not authorized (NA)", "without exception by a NOTAM, as other conditions may", "still exist and result in a procedure not being available. For", "example, these allowances do not apply to a procedure", "associated with an expired or unsatisfactory flight", "inspection, or is based upon a recently decommissioned", "NAVAID.", "5.", "Use of a suitable RNAV system as a means to navigate", "on the final approach segment of an instrument approach", "procedure based on a VOR, TACAN or NDB signal, is", "allowable. The underlying NAVAID must be operational", "and the NAVAID monitored for final segment course", "alignment. ", "6.", "For the purpose of paragraph c, “VOR” includes VOR,", "VOR/DME, and VORTAC facilities and “compass", "locator”includes locator outer marker and locator middle", "marker.", "d.", "Alternate Airport Considerations.", " For the", "purposes of flight planning, any required alternate", "airport must have an available instrument approach", "procedure that does not require the use of GPS. This", "restriction includes conducting a conventional", "approach at the alternate airport using a substitute", "means of navigation that is based upon the use of", "GPS. For example, these restrictions would apply", "when planning to use GPS equipment as a substitute", "means of navigation for an out", "−", "of", "−", "service VOR that", "supports an ILS missed approach procedure at an", "alternate airport. In this case, some other approach", "not reliant upon the use of GPS must be available.", "This restriction does not apply to RNAV systems", "using TSO", "−", "C145/", "−", "C146 WAAS equipment. For", "further WAAS guidance, see paragraph 1", "−", "1", "−", "18.", "1.", "For flight planning purposes, TSO-C129()", "and TSO-C196() equipped users (GPS users) whose", "navigation systems have fault detection and", "exclusion (FDE) capability, who perform a preflight", "RAIM prediction at the airport where the RNAV", "(GPS) approach will be flown, and have proper", "knowledge and any required training and/or approval", "to conduct a GPS-based IAP, may file based on a", "GPS-based IAP at either the destination or the", "alternate airport, but not at both locations. At the", "b.", "During preflight planning, pilots should be", "particularly alert for NOTAMs which could affect", "navigation (GPS or WAAS) along their route of", "flight, such as Department of Defense electronic", "signal tests with GPS.", "c.", "If the pilot experiences interruptions while", "navigating with GPS, the pilot and ATC may both", "AIM Paragraph 1", "1", "18, Wide Area Augmentation System (WAAS)", "AIM Paragraph 1", "1", "18, Wide Area Augmentation System (WAAS)", "a.", "Pilots need to maintain position awareness", "while navigating. This awareness may be facilitated", "by keeping relevant ground", "−", "based, legacy naviga-", "tional aids tuned and available. By utilizing this", "practice, situational awareness is promoted and", "guards against significant pilot delay in recognizing", "the onset of GPS interference. Pilots may find", "cross", "−", "checks of other airborne systems (for example,", "DME/DME/IRU or VOR) useful to mitigate this", "otherwise undetected hazard.", "3.", "This", "restriction", "does", "not", "apply", "to", "TSO-C145() and TSO-C146() equipped users", "(WAAS users). For further WAAS guidance, see", "paragraph 1", "−", "1", "−", "18.", "2.", "If the above conditions cannot be met, any", "required alternate airport must have an approved", "instrument approach procedure other than GPS that is", "anticipated to be operational and available at the", "estimated time of arrival, and which the aircraft is", "equipped to fly.", "(c)", "RNP 0.3 DA on an RNAV (RNP) IAP, if", "they are specifically authorized users using approved", "baro-VNAV equipment and the pilot has verified", "required navigation performance (RNP) availability", "through an approved prediction program.", "(b)", "LNAV/vertical navigation (LNAV/", "VNAV) DA, if equipped with and using approved", "barometric vertical navigation (baro-VNAV) equip-", "ment;", "(a)", "Lateral navigation (LNAV) or circling", "minimum descent altitude (MDA);", "alternate airport, pilots may plan for applicable", "alternate airport weather minimums using:", "1", "−", "2", "−", "4.", "Pilots and Air Traffic Controllers", "Recognizing Interference or Spoofing", "AIM Paragraph 1", "−", "1", "−", "17, Global Positioning System (GPS)", "REFERENCE", "−", "AIM Paragraph 1", "−", "1", "−", "17, Global Positioning System (GPS)", "REFERENCE", "−", "1", "−", "2", "−", "9", "Performance", "−", "Based Navigation (PBN) and Area Navigation (RNAV)" ]
[ [ 883, 39, 32, 15 ], [ 108, 39, 55, 15 ], [ 108, 94, 384, 27 ], [ 108, 94, 384, 27 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 132, 384, 182 ], [ 108, 325, 384, 89 ], [ 108, 325, 384, 89 ], [ 108, 325, 384, 89 ], [ 108, 325, 384, 89 ], [ 108, 325, 384, 89 ], [ 108, 325, 384, 89 ], [ 108, 325, 384, 89 ], [ 108, 425, 401, 58 ], [ 108, 425, 401, 58 ], [ 108, 425, 401, 58 ], [ 108, 425, 401, 58 ], [ 108, 425, 401, 58 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 492, 384, 263 ], [ 108, 767, 385, 164 ], [ 108, 767, 385, 164 ], [ 108, 767, 385, 164 ], [ 108, 767, 385, 164 ], [ 108, 767, 385, 164 ], [ 108, 767, 385, 164 ], [ 108, 767, 385, 164 ], [ 108, 767, 385, 164 ], [ 108, 767, 385, 164 ], [ 108, 767, 385, 164 ], [ 108, 767, 385, 164 ], [ 532, 769, 384, 82 ], [ 532, 769, 384, 82 ], [ 532, 769, 384, 82 ], [ 532, 769, 384, 82 ], [ 532, 769, 384, 82 ], [ 532, 769, 384, 82 ], [ 532, 898, 384, 33 ], [ 532, 898, 384, 33 ], [ 532, 898, 384, 33 ], [ 532, 884, 357, 9 ], [ 532, 884, 357, 9 ], [ 532, 884, 357, 9 ], [ 532, 755, 357, 9 ], [ 532, 755, 357, 9 ], [ 532, 755, 357, 9 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 558, 384, 164 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 435, 385, 66 ], [ 532, 330, 384, 99 ], [ 532, 330, 384, 99 ], [ 532, 330, 384, 99 ], [ 532, 330, 384, 99 ], [ 532, 330, 384, 99 ], [ 532, 330, 384, 99 ], [ 532, 330, 384, 99 ], [ 532, 241, 384, 82 ], [ 532, 241, 384, 82 ], [ 532, 241, 384, 82 ], [ 532, 241, 384, 82 ], [ 532, 241, 384, 82 ], [ 532, 241, 384, 82 ], [ 532, 169, 385, 66 ], [ 532, 169, 385, 66 ], [ 532, 169, 385, 66 ], [ 532, 169, 385, 66 ], [ 532, 169, 385, 66 ], [ 532, 130, 384, 33 ], [ 532, 130, 384, 33 ], [ 532, 130, 384, 33 ], [ 532, 90, 384, 33 ], [ 532, 90, 384, 33 ], [ 532, 518, 348, 33 ], [ 532, 518, 348, 33 ], [ 532, 518, 348, 33 ], [ 532, 518, 348, 33 ], [ 532, 518, 348, 33 ], [ 532, 518, 348, 33 ], [ 532, 518, 348, 33 ], [ 532, 741, 316, 12 ], [ 532, 741, 316, 12 ], [ 532, 741, 316, 12 ], [ 532, 741, 316, 12 ], [ 532, 741, 316, 12 ], [ 532, 728, 87, 12 ], [ 532, 728, 87, 12 ], [ 532, 870, 316, 12 ], [ 532, 870, 316, 12 ], [ 532, 870, 316, 12 ], [ 532, 870, 316, 12 ], [ 532, 870, 316, 12 ], [ 532, 857, 87, 12 ], [ 532, 857, 87, 12 ], [ 874, 971, 42, 15 ], [ 874, 971, 42, 15 ], [ 874, 971, 42, 15 ], [ 874, 971, 42, 15 ], [ 874, 971, 42, 15 ], [ 113, 969, 464, 15 ], [ 113, 969, 464, 15 ], [ 113, 969, 464, 15 ] ]
[ [ 883, 39, 32, 15 ], [ 108, 39, 55, 15 ], [ 108, 94, 384, 11 ], [ 108, 109, 326, 11 ], [ 108, 132, 12, 11 ], [ 129, 132, 363, 11 ], [ 108, 147, 384, 11 ], [ 108, 163, 384, 11 ], [ 108, 178, 337, 11 ], [ 428, 178, 64, 11 ], [ 108, 194, 383, 11 ], [ 108, 209, 384, 11 ], [ 108, 225, 384, 11 ], [ 108, 240, 384, 11 ], [ 108, 256, 384, 11 ], [ 108, 271, 384, 11 ], [ 108, 287, 384, 11 ], [ 108, 302, 61, 11 ], [ 108, 325, 12, 11 ], [ 129, 325, 363, 11 ], [ 108, 340, 384, 11 ], [ 108, 356, 383, 11 ], [ 108, 371, 384, 11 ], [ 108, 387, 384, 11 ], [ 108, 402, 75, 11 ], [ 108, 425, 12, 11 ], [ 129, 425, 381, 11 ], [ 108, 440, 394, 11 ], [ 108, 456, 384, 11 ], [ 108, 471, 50, 11 ], [ 125, 496, 15, 12 ], [ 145, 496, 282, 12 ], [ 428, 492, 64, 16 ], [ 108, 509, 384, 16 ], [ 108, 525, 384, 16 ], [ 108, 542, 383, 16 ], [ 108, 558, 384, 16 ], [ 108, 575, 384, 16 ], [ 108, 591, 384, 16 ], [ 108, 608, 384, 16 ], [ 108, 624, 383, 16 ], [ 108, 641, 223, 16 ], [ 331, 641, 10, 16 ], [ 341, 641, 15, 16 ], [ 356, 641, 10, 16 ], [ 366, 641, 125, 16 ], [ 108, 657, 384, 16 ], [ 108, 674, 384, 16 ], [ 108, 690, 384, 16 ], [ 108, 707, 384, 16 ], [ 108, 723, 85, 16 ], [ 194, 723, 10, 16 ], [ 203, 723, 47, 16 ], [ 251, 723, 10, 16 ], [ 261, 723, 231, 16 ], [ 108, 739, 303, 16 ], [ 411, 739, 10, 16 ], [ 421, 739, 9, 16 ], [ 429, 739, 10, 16 ], [ 439, 739, 21, 16 ], [ 141, 770, 13, 12 ], [ 165, 767, 327, 16 ], [ 108, 783, 383, 16 ], [ 108, 799, 385, 16 ], [ 108, 816, 384, 16 ], [ 108, 832, 384, 16 ], [ 108, 849, 384, 16 ], [ 108, 865, 383, 16 ], [ 108, 882, 383, 16 ], [ 108, 898, 384, 16 ], [ 108, 915, 384, 16 ], [ 549, 773, 14, 12 ], [ 574, 769, 342, 16 ], [ 532, 786, 383, 16 ], [ 532, 802, 384, 16 ], [ 532, 819, 384, 16 ], [ 532, 835, 161, 16 ], [ 549, 902, 12, 12 ], [ 572, 898, 344, 16 ], [ 532, 915, 384, 16 ], [ 532, 884, 96, 9 ], [ 636, 884, 6, 9 ], [ 650, 884, 239, 9 ], [ 532, 755, 96, 9 ], [ 636, 755, 6, 9 ], [ 650, 755, 239, 9 ], [ 549, 562, 13, 12 ], [ 573, 558, 343, 16 ], [ 532, 575, 384, 16 ], [ 532, 591, 209, 16 ], [ 742, 591, 10, 16 ], [ 752, 591, 164, 16 ], [ 532, 608, 384, 16 ], [ 532, 624, 384, 16 ], [ 532, 641, 384, 16 ], [ 532, 657, 384, 16 ], [ 532, 674, 37, 16 ], [ 569, 674, 10, 16 ], [ 580, 674, 336, 16 ], [ 532, 690, 384, 16 ], [ 532, 707, 214, 16 ], [ 565, 439, 13, 12 ], [ 591, 435, 36, 16 ], [ 643, 435, 86, 16 ], [ 745, 435, 37, 16 ], [ 798, 435, 25, 16 ], [ 839, 435, 45, 16 ], [ 901, 435, 16, 16 ], [ 532, 452, 385, 16 ], [ 532, 468, 384, 16 ], [ 532, 484, 87, 16 ], [ 619, 484, 10, 16 ], [ 629, 484, 9, 16 ], [ 638, 484, 10, 16 ], [ 648, 484, 21, 16 ], [ 565, 333, 13, 12 ], [ 588, 330, 327, 16 ], [ 532, 346, 384, 16 ], [ 532, 363, 383, 16 ], [ 532, 379, 384, 16 ], [ 532, 396, 384, 16 ], [ 532, 412, 115, 16 ], [ 582, 245, 20, 12 ], [ 612, 241, 304, 16 ], [ 532, 258, 384, 16 ], [ 532, 274, 384, 16 ], [ 532, 291, 384, 16 ], [ 532, 307, 303, 16 ], [ 582, 172, 22, 12 ], [ 615, 169, 302, 16 ], [ 532, 185, 383, 16 ], [ 532, 202, 383, 16 ], [ 532, 218, 41, 16 ], [ 582, 133, 21, 12 ], [ 613, 130, 303, 16 ], [ 532, 146, 256, 16 ], [ 532, 90, 384, 16 ], [ 532, 107, 313, 16 ], [ 532, 521, 10, 13 ], [ 542, 518, 10, 17 ], [ 553, 521, 10, 13 ], [ 563, 518, 10, 17 ], [ 573, 521, 15, 13 ], [ 594, 521, 286, 13 ], [ 532, 538, 329, 13 ], [ 532, 743, 96, 9 ], [ 627, 741, 9, 12 ], [ 636, 743, 6, 9 ], [ 642, 741, 9, 12 ], [ 650, 743, 198, 9 ], [ 532, 728, 79, 12 ], [ 612, 728, 8, 12 ], [ 532, 872, 96, 9 ], [ 627, 870, 9, 12 ], [ 636, 872, 6, 9 ], [ 642, 870, 9, 12 ], [ 650, 872, 198, 9 ], [ 532, 857, 79, 12 ], [ 612, 857, 8, 12 ], [ 874, 971, 8, 15 ], [ 882, 971, 9, 15 ], [ 891, 971, 8, 15 ], [ 899, 971, 9, 15 ], [ 908, 971, 8, 15 ], [ 113, 969, 84, 15 ], [ 197, 969, 9, 15 ], [ 207, 969, 370, 15 ] ]
[ 5, 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 7, 7, 7, 7, 7, 9, 9, 9, 9, 9, 7, 7, 9, 9, 9, 9, 9, 7, 7, 4, 4, 4, 4, 4, 4, 4, 4 ]
010f941978f9ecf463ae61a37e42287c16622b385d63237ed7c90ea9b083be03
aim_basic_w_chg_1_2_3_dtd_12-31-20.pdf
110
775
612
792
1,025
1,025
faa_regulations
laws_and_regulations
11815
[ "CHAPTER 25", "Image Builder", "Kubernetes is a general-purpose orchestration engine, suitable not only for running", "applications, but also for building container images. The ", "Image Builder", " pattern", "explains why it makes sense to build the container images within the cluster and what", "techniques exist today for creating images within Kubernetes.", "All the patterns in this book so far have been about operating applications on Kuber‐", "netes. We learned how we can develop and prepare our applications to be good", "cloud-native citizens. But what about ", "building", " the application itself? The classic", "approach is to build container images outside the cluster, push them to a registry, and", "refer to them in the Kubernetes Deployment descriptors. However, building within", "the cluster has several advantages.", "If the company policies allow, having only one cluster for everything is advantageous.", "Building and running applications in one place can reduce maintenance costs consid‐", "erably. It also simplifies capacity planning and reduces platform resource overhead.", "Typically, Continuous Integration (CI) systems like Jenkins are used to build images.", "Building with a CI system is a scheduling problem for efficiently finding free comput‐", "ing resources for build jobs. At the heart of Kubernetes is a highly sophisticated", "scheduler that is a perfect fit for this kind of scheduling challenge.", "Once we move to Continuous Delivery (CD), where we transition from ", "building", "images to ", "running", " containers, if the build happens within the same cluster, both pha‐", "ses share the same infrastructure and ease transition. For example, let’s assume that a", "new security vulnerability is discovered in a base image used for all applications. As", "soon as your team has fixed this issue, you have to rebuild all the application images", "that depend on this base image and update your running applications with the new", "Problem", "221" ]
[ [ 744, 117, 134, 31 ], [ 640, 151, 237, 46 ], [ 146, 373, 732, 80 ], [ 146, 373, 732, 80 ], [ 146, 373, 732, 80 ], [ 146, 373, 732, 80 ], [ 146, 373, 732, 80 ], [ 146, 373, 732, 80 ], [ 146, 509, 732, 119 ], [ 146, 509, 732, 119 ], [ 146, 509, 732, 119 ], [ 146, 509, 732, 119 ], [ 146, 509, 732, 119 ], [ 146, 509, 732, 119 ], [ 146, 509, 732, 119 ], [ 146, 509, 732, 119 ], [ 146, 635, 732, 60 ], [ 146, 635, 732, 60 ], [ 146, 635, 732, 60 ], [ 146, 703, 732, 80 ], [ 146, 703, 732, 80 ], [ 146, 703, 732, 80 ], [ 146, 703, 732, 80 ], [ 146, 790, 732, 119 ], [ 146, 790, 732, 119 ], [ 146, 790, 732, 119 ], [ 146, 790, 732, 119 ], [ 146, 790, 732, 119 ], [ 146, 790, 732, 119 ], [ 146, 790, 732, 119 ], [ 146, 790, 732, 119 ], [ 146, 790, 732, 119 ], [ 146, 467, 107, 35 ], [ 856, 945, 22, 16 ] ]
[ [ 744, 117, 134, 31 ], [ 640, 151, 237, 46 ], [ 146, 373, 732, 21 ], [ 146, 392, 536, 21 ], [ 682, 392, 123, 22 ], [ 805, 392, 73, 21 ], [ 146, 412, 732, 21 ], [ 146, 431, 524, 21 ], [ 146, 509, 732, 21 ], [ 146, 528, 732, 21 ], [ 146, 548, 350, 21 ], [ 496, 548, 68, 22 ], [ 565, 548, 313, 21 ], [ 146, 567, 732, 21 ], [ 146, 587, 732, 21 ], [ 146, 606, 289, 21 ], [ 146, 635, 732, 21 ], [ 146, 655, 732, 21 ], [ 146, 674, 708, 21 ], [ 146, 703, 732, 21 ], [ 146, 723, 732, 21 ], [ 146, 742, 732, 21 ], [ 146, 762, 560, 21 ], [ 146, 790, 663, 21 ], [ 810, 790, 68, 22 ], [ 146, 810, 88, 21 ], [ 234, 810, 66, 22 ], [ 301, 810, 577, 21 ], [ 146, 830, 732, 21 ], [ 146, 849, 732, 21 ], [ 146, 869, 732, 21 ], [ 146, 888, 732, 21 ], [ 146, 467, 107, 35 ], [ 856, 945, 22, 16 ] ]
[ 5, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 4 ]
10d04820b7d2c6cf8483ab950026eaa2e40448a1b5d3787dd35a806fe1d7ae5a
cm-oreilly-kubernetes-patterns-ebook-f19824-201910-en.pdf
240
266
504
661
1,025
1,025
manuals
manuals
11816
[ "8", "The safety device is activated when the Internal Pressure is ", "no more than three times the Maximum Working Pressure ", "(hereinafter referred to as the \"Safety Device Activating ", "Pressure\"), and no abnormality occurs to any part of the ", "pressure cooker in such case. ", "9", "The cooker is able to withstand an Internal Pressure that is ", "twice as large as the Safety Device Activating Pressure for one ", "minute, and no abnormality occurs to any part of the pressure ", "cooker in such case after such Internal Pressure has been ", "removed. ", "10", "In a normal state of use, the temperature of the handles is no ", "more than room temperature plus 40 degrees Celsius. ", "11", "(1) The cooker indicates the name of the Notifying Enterprise ", "in such a manner whereby it does not fade easily; provided, ", "however, that an abbreviated name or a mark for which the ", "approval of the Minister of Economy, Trade and Industry has ", "been obtained or a Registered Trademark (meaning a registered ", "trademark as set forth in Article 2, paragraph (5) of the ", "Trademark Act (Act No. 127 of 1959); the same applies ", "hereinafter) which has been notified to the Minister of Economy, ", "Trade and Industry may be indicated in lieu of the name of the ", "Notifying Enterprise. ", "(2)", "Precautions for use that will be necessary for ensuring safe ", "use are appropriately indicated in such a manner whereby it ", "does not fade easily. ", "2.", "Riding ", "Helmets ", "1", "(1) The components of the helmet do not affect the ", "performance of the helmet through age-related deterioration ", "when used normally; nor they have a harmful effect on the ", "wearer's skin. ", "(2)", "Metal parts are corrosion-resistant or are subjected to rust-", "proof treatment. ", "2", "(1) The outer surface of the helmet is sufficiently smooth, and ", "any convex part or any bump has been chamfered. In addition, ", "with regard to the outer surface of the helmet, the part above ", "the reference plane specified by Japanese Industrial Standard ", "(JIS) T8133 (2015) Protective Helmets for Motor Vehicle Users ", "3.13", "is a continuous convex curved surface, and the part below ", "the reference plane is streamline in shape, except when ", "functionally necessary otherwise. ", "(2)", "The scope of the protection of the helmet body and the ", "impact absorbing liner complies with JIS T8133 (2015) ", "Protective Helmets for Motor Vehicle Users 6.2 b); provided, ", "however, that, in the case of half or three-quarter helmets for ", "mopeds or motorcycles with a total emission of 0.125 liters or ", "less (hereinafter referred to as \"Helmets for Mopeds, etc.\"), the ", "scope of protection complies with JIS T8133 (2015) Protective ", "Helmets for Motor Vehicle Users 6.2 a). ", "30 " ]
[ [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 141, 102, 752, 765 ], [ 501, 948, 26, 15 ] ]
[ [ 279, 104, 11, 15 ], [ 295, 104, 563, 15 ], [ 279, 120, 549, 15 ], [ 279, 136, 527, 15 ], [ 279, 152, 527, 15 ], [ 279, 168, 275, 15 ], [ 279, 185, 11, 15 ], [ 296, 185, 563, 15 ], [ 279, 201, 588, 15 ], [ 279, 217, 582, 15 ], [ 279, 233, 540, 15 ], [ 279, 249, 90, 15 ], [ 279, 266, 22, 15 ], [ 307, 266, 578, 15 ], [ 279, 282, 505, 15 ], [ 279, 299, 22, 15 ], [ 307, 299, 576, 15 ], [ 279, 315, 557, 15 ], [ 279, 331, 559, 15 ], [ 279, 347, 575, 15 ], [ 279, 363, 600, 15 ], [ 279, 379, 523, 15 ], [ 279, 395, 514, 15 ], [ 279, 411, 606, 15 ], [ 279, 427, 590, 15 ], [ 279, 444, 204, 15 ], [ 279, 460, 24, 15 ], [ 309, 460, 556, 15 ], [ 279, 476, 568, 15 ], [ 279, 492, 193, 15 ], [ 151, 509, 16, 15 ], [ 174, 509, 67, 15 ], [ 151, 525, 82, 15 ], [ 279, 509, 11, 15 ], [ 295, 509, 472, 15 ], [ 279, 525, 568, 15 ], [ 279, 541, 550, 15 ], [ 279, 557, 135, 15 ], [ 279, 574, 24, 15 ], [ 309, 574, 555, 15 ], [ 279, 590, 158, 15 ], [ 279, 607, 11, 15 ], [ 295, 607, 579, 15 ], [ 279, 623, 586, 15 ], [ 279, 639, 576, 15 ], [ 279, 655, 583, 15 ], [ 279, 671, 588, 15 ], [ 279, 687, 39, 15 ], [ 323, 687, 541, 15 ], [ 279, 704, 522, 15 ], [ 279, 720, 316, 15 ], [ 279, 736, 24, 15 ], [ 309, 736, 509, 15 ], [ 279, 752, 514, 15 ], [ 279, 769, 565, 15 ], [ 279, 785, 578, 15 ], [ 279, 801, 574, 15 ], [ 279, 817, 589, 15 ], [ 279, 833, 576, 15 ], [ 279, 849, 373, 15 ], [ 501, 948, 26, 15 ] ]
[ 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 4 ]
bd5e94105dcb8cc500d2a5cc2ccae4ca63043d389b4dbbbb57b015acc38a52c9
s49Coj00180302en8.0_r01O17.pdf
29
59
595
841
1,025
1,025
japanese_laws
laws_and_regulations
11817
[ "Rivet Installation Tools.........................................4-36", "Riveting Procedure ...............................................4-40", "Countersunk Rivets...............................................4-41", "Evaluating the Rivet .............................................4-44", "Removal of Rivets ................................................4-45", "Replacing Rivets...................................................4-46", "National Advisory Committee for Aeronautics....4-46", "(NACA) Method of Double Flush Riveting .........4-46", "Special Purpose Fasteners ........................................4-47", "Blind Rivets ..........................................................4-47", "Pin Fastening Systems (High-Shear Fasteners) ...4-50", "Lockbolt Fastening Systems .................................4-52", "Blind Bolts ............................................................4-53", "Rivet Nut...............................................................4-56", "Blind Fasteners (Nonstructural)............................4-56", "Forming Process...........................................................4-57", "Forming Operations and Terms ...................................4-57", "Stretching .................................................................4-58", "Shrinking ..................................................................4-58", "Bumping ...................................................................4-58", "Crimping...................................................................4-58", "Folding Sheet Metal .................................................4-58", "Layout and Forming.....................................................4-59", "Terminology .............................................................4-59", "Layout or Flat Pattern Development ........................4-60", "Making Straight Line Bends.....................................4-60", "Bending a U-Channel ...........................................4-61", "Using a J-Chart To Calculate Total Developed ", "Width ....................................................................4-67", "How To Find the Total Developed Width ", "Using a J-Chart .....................................................4-68", "Using a Sheet Metal Brake to Fold Metal ................4-69", "Step 1: Adjustment of Bend Radius......................4-69", "Step 2: Adjusting Clamping Pressure ...................4-70", "Step 3: Adjusting the Nose Gap............................4-71", "Folding a Box ...........................................................4-72", "Relief Hole Location.............................................4-73", "Layout Method......................................................4-73", "Open and Closed Bends ...........................................4-73", "Open End Bend (Less Than 90°) ..........................4-74", "Closed End Bend (More Than 90°) ......................4-74", "Hand Forming ..........................................................4-74", "Straight Line Bends ..............................................4-74", "Formed or Extruded Angles..................................4-75", "Flanged Angles .....................................................4-76", "Shrinking...............................................................4-76", "Stretching..............................................................4-77", "Curved Flanged Parts............................................4-77", "Forming by Bumping............................................4-79", "Joggling.................................................................4-81", "Lightning Holes ....................................................4-82", "Working Stainless Steel............................................4-83", "Working Inconel$^{®}$ Alloys 625 and 718 ....................4-83", "Working Magnesium................................................4-84", "Working Titanium ....................................................4-85", "Description of Titanium........................................4-85", "Basic Principles of Sheet Metal Repair .......................4-86", "Maintaining Original Strength..................................4-87", "Shear Strength and Bearing Strength .......................4-88", "Maintaining Original Contour ..................................4-89", "Keeping Weight to a Minimum................................4-89", "Flutter and Vibration Precautions.............................4-89", "Inspection of Damage...............................................4-90", "Types of Damage and Defects..................................4-90", "Classification of Damage .........................................4-91", "Negligible Damage ...............................................4-91", "Damage Repairable by Patching...........................4-91", "Damage Repairable by Insertion ..........................4-92", "Damage Necessitating Replacement of Parts .......4-92", "Repairability of Sheet Metal Structure ........................4-92", "Structural Support During Repair.............................4-92", "Assessment of Damage ............................................4-92", "Inspection of Riveted Joints .....................................4-92", "Inspection for Corrosion...........................................4-93", "Damage Removal .....................................................4-93", "Repair Material Selection .....................................4-93", "Repair Parts Layout ..............................................4-93", "Rivet Selection......................................................4-94", "Rivet Spacing and Edge Distance.........................4-94", "Corrosion Treatment.............................................4-94", "Approval of Repair...................................................4-94", "Repair of Stressed Skin Structure.............................4-94", "Patches ..................................................................4-97", "Typical Repairs for Aircraft Structures ....................4-98", "Floats.....................................................................4-99", "Corrugated Skin Repair ........................................4-99", "Replacement of a Panel ........................................4-99", "Outside the Member .............................................4-99", "Inside the Member ................................................4-99", "Edges of the Panel ................................................4-99", "Repair of Lightning Holes ....................................4-99", "Repairs to a Pressurized Area .............................4-101", "Stringer Repair....................................................4-102", "Former or Bulkhead Repair ................................4-103", "Longeron Repair .................................................4-104", "Spar Repair .........................................................4-104", "Rib and Web Repair............................................4-105", "Leading Edge Repair ..........................................4-106", "XIX" ]
[ [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 122, 56, 406, 882 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 551, 55, 407, 879 ], [ 935, 964, 27, 16 ] ]
[ [ 155, 56, 372, 15 ], [ 155, 75, 372, 15 ], [ 155, 93, 372, 15 ], [ 155, 112, 372, 15 ], [ 155, 131, 372, 15 ], [ 155, 149, 372, 15 ], [ 155, 168, 372, 15 ], [ 155, 186, 372, 15 ], [ 139, 205, 388, 15 ], [ 155, 222, 372, 15 ], [ 155, 240, 372, 15 ], [ 155, 259, 372, 15 ], [ 155, 278, 372, 15 ], [ 155, 296, 372, 15 ], [ 155, 315, 372, 15 ], [ 124, 333, 403, 15 ], [ 124, 350, 403, 15 ], [ 139, 368, 388, 15 ], [ 139, 385, 388, 15 ], [ 139, 402, 388, 15 ], [ 139, 419, 388, 15 ], [ 139, 436, 388, 15 ], [ 124, 454, 403, 15 ], [ 139, 471, 388, 15 ], [ 139, 488, 388, 15 ], [ 139, 505, 388, 15 ], [ 155, 523, 372, 15 ], [ 155, 541, 325, 15 ], [ 155, 557, 372, 15 ], [ 155, 576, 289, 15 ], [ 155, 591, 372, 15 ], [ 139, 610, 388, 15 ], [ 155, 627, 372, 15 ], [ 155, 646, 372, 15 ], [ 155, 664, 372, 15 ], [ 139, 683, 388, 15 ], [ 155, 700, 372, 15 ], [ 155, 719, 372, 15 ], [ 139, 737, 388, 15 ], [ 155, 754, 372, 15 ], [ 155, 773, 372, 15 ], [ 139, 791, 388, 15 ], [ 155, 809, 372, 15 ], [ 155, 827, 372, 15 ], [ 155, 846, 372, 15 ], [ 155, 864, 372, 15 ], [ 155, 883, 372, 15 ], [ 155, 901, 372, 15 ], [ 155, 920, 372, 15 ], [ 584, 56, 372, 15 ], [ 584, 75, 372, 15 ], [ 569, 93, 388, 15 ], [ 569, 111, 388, 15 ], [ 569, 128, 388, 15 ], [ 569, 145, 388, 15 ], [ 584, 162, 372, 15 ], [ 553, 181, 403, 15 ], [ 569, 198, 388, 15 ], [ 569, 215, 388, 15 ], [ 569, 233, 388, 15 ], [ 569, 250, 388, 15 ], [ 569, 267, 388, 15 ], [ 569, 284, 388, 15 ], [ 569, 301, 388, 15 ], [ 569, 319, 388, 15 ], [ 584, 336, 372, 15 ], [ 584, 354, 372, 15 ], [ 584, 373, 372, 15 ], [ 584, 391, 372, 15 ], [ 553, 410, 403, 15 ], [ 569, 427, 388, 15 ], [ 569, 444, 388, 15 ], [ 569, 462, 388, 15 ], [ 569, 479, 388, 15 ], [ 569, 496, 388, 15 ], [ 584, 513, 372, 15 ], [ 584, 532, 372, 15 ], [ 584, 550, 372, 15 ], [ 584, 569, 372, 15 ], [ 584, 587, 372, 15 ], [ 569, 606, 388, 15 ], [ 569, 623, 388, 15 ], [ 584, 640, 372, 15 ], [ 569, 659, 388, 15 ], [ 584, 676, 372, 15 ], [ 584, 695, 372, 15 ], [ 584, 713, 372, 15 ], [ 584, 732, 372, 15 ], [ 584, 750, 372, 15 ], [ 584, 769, 372, 15 ], [ 584, 787, 372, 15 ], [ 584, 806, 372, 15 ], [ 584, 824, 372, 15 ], [ 584, 843, 372, 15 ], [ 584, 862, 372, 15 ], [ 584, 880, 372, 15 ], [ 584, 899, 372, 15 ], [ 584, 917, 372, 15 ], [ 935, 964, 27, 16 ] ]
[ 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 4 ]
7b330812dff652261dbe63fd9db8ac4d46df532aa226bc962d6f557ecfa01bf6
amt_airframe_hb_vol_1.pdf
18
584
594
774
1,025
1,025
faa_regulations
laws_and_regulations
11818
[ "OUR MISSION", "THE MISSION OF FIRST COMMONWEALTH FINANCIAL CORPORATION", "IS TO MAXIMIZE THE LONG-TERM TOTAL RETURN TO SHAREHOLDERS.", "Receive and Deliver Department", "P.O. Box 11002 ", "Church Street Station ", "New York, NY", "10286", "Subject to the approval of the Board of Directors,", "quarterly cash dividends are paid on or about the 15th", "day of January, April, July and October.", "First Commonwealth Financial Corporation's Dividend", "Reinvestment Plan offers shareholders an opportunity to", "reinvest their dividends in additional shares of the Corpora-", "tion's common stock. Once enrolled in the plan, participants ", "may also purchase shares through voluntary cash invest-", "ments. For more information on the plan, please call The ", "Bank of New York, Plan Administrator, at 1-800-524-4458.", "For shareholders who do not participate in the Dividend", "Reinvestment Plan, Automated Direct Dividend Deposit ", "Service is available for direct deposit of quarterly dividend ", "payments to a checking or savings account. To enroll, please ", "call The Bank of New York at 1-800-524-4458 for an", "Authorization Form (completed forms must be received by ", "the Bank 30 days prior to dividend payment date).", "A copy of the Form 10K as filed with the Securities and ", "Exchange Commission will be provided to any shareholder ", "on request to the Corporation, to the attention of the", "Corporate Secretary.", "Requests for information or assistance regarding the", "corporation should be directed to the Corporation, to the", "attention of Shareholder Relations, 1-800-331-4107.", "Form 10K and other corporate filings to the Securities and ", "Exchange Commission are available on the Corporation’s ", "website at www.fcbanking.com under “Investor Relations”. ", "The “Investor Relations” section of the website also includes ", "additional information of interest to shareholders such as: ", "press releases, historical stock prices, dividend declarations ", "and corporate governance information, including the", "Corporation’s “Code of Ethics”.", "http://www.stockbny.com", "First Commonwealth is committed to building shareholder ", "value.", "It is our mission, our highest priority.", "Value is ", "delivered through a combination of total return (dividend ", "yields plus market price appreciation), market liquidity ", "(the ease of buying or selling First Commonwealth shares), ", "and shareholder services.", "This section of our annual report ", "summarizes the many services that are made available to ", "our shareholders.", "The Annual Meeting of Shareholders will be held at:", "First Commonwealth Place", "654 Philadelphia St., Indiana, PA", "On Monday, April 19, 2004 at 3:00 PM.", "First Commonwealth Financial Corporation common ", "stock is listed on The New York Stock Exchange and is ", "traded under the symbol FCF. Current market prices for ", "First Commonwealth Financial Corporation common ", "stock can be obtained from your local stock broker or by ", "calling the Corporation at (724) 349-7220 (in Indiana, ", "PA) or 1-800-331-4107 (outside Indiana, PA).", "Telephone Inquiries: 1-800-524-4458 ", "1-610-382-7833 (outside the U.S.) ", "1-888-269-5221 (Hearing Impaired—TDD Phone)", "Shareholder Relations Department ", "P.O. Box 11258 ", "Church Street Station", "New York, NY 10286", "Shareowners@bankofny.com", "60", "The Bank of New York's Stock Transfer Website: ", "Additional Investor/Shareholder Information", "E-Mail Address: ", "Investor/Shareholder Inquiries", "Address Shareholder Inquiries To:", "Form 10K", "The Bank of New York", "Transfer Agent", "Common Stock ", "Annual Meeting", "Dividend Reinvestment ", "Dividend Payments", "Send Certificates For Transfers and Address Changes To:", "Shareholder Value" ]
[ [ 467, 31, 89, 18 ], [ 295, 55, 434, 32 ], [ 295, 55, 434, 32 ], [ 527, 138, 229, 73 ], [ 527, 138, 229, 73 ], [ 527, 138, 229, 73 ], [ 527, 138, 229, 73 ], [ 527, 138, 229, 73 ], [ 527, 239, 390, 53 ], [ 527, 239, 390, 53 ], [ 527, 239, 390, 53 ], [ 527, 321, 422, 131 ], [ 527, 321, 422, 131 ], [ 527, 321, 422, 131 ], [ 527, 321, 422, 131 ], [ 527, 321, 422, 131 ], [ 527, 321, 422, 131 ], [ 527, 321, 422, 131 ], [ 527, 460, 430, 131 ], [ 527, 460, 430, 131 ], [ 527, 460, 430, 131 ], [ 527, 460, 430, 131 ], [ 527, 460, 430, 131 ], [ 527, 460, 430, 131 ], [ 527, 460, 430, 131 ], [ 527, 620, 430, 73 ], [ 527, 620, 430, 73 ], [ 527, 620, 430, 73 ], [ 527, 620, 430, 73 ], [ 527, 721, 411, 53 ], [ 527, 721, 411, 53 ], [ 527, 721, 411, 53 ], [ 527, 806, 418, 151 ], [ 527, 806, 418, 151 ], [ 527, 806, 418, 151 ], [ 527, 806, 418, 151 ], [ 527, 806, 418, 151 ], [ 527, 806, 418, 151 ], [ 527, 806, 418, 151 ], [ 527, 806, 418, 151 ], [ 80, 824, 184, 15 ], [ 80, 137, 418, 151 ], [ 80, 137, 418, 151 ], [ 80, 137, 418, 151 ], [ 80, 137, 418, 151 ], [ 80, 137, 418, 151 ], [ 80, 137, 418, 151 ], [ 80, 137, 418, 151 ], [ 80, 137, 418, 151 ], [ 80, 137, 418, 151 ], [ 80, 137, 418, 151 ], [ 80, 137, 418, 151 ], [ 80, 317, 378, 15 ], [ 80, 336, 295, 53 ], [ 80, 336, 295, 53 ], [ 80, 336, 295, 53 ], [ 80, 419, 417, 131 ], [ 80, 419, 417, 131 ], [ 80, 419, 417, 131 ], [ 80, 419, 417, 131 ], [ 80, 419, 417, 131 ], [ 80, 419, 417, 131 ], [ 80, 419, 417, 131 ], [ 80, 599, 366, 53 ], [ 80, 599, 366, 53 ], [ 80, 599, 366, 53 ], [ 80, 680, 254, 73 ], [ 80, 680, 254, 73 ], [ 80, 680, 254, 73 ], [ 80, 680, 254, 73 ], [ 80, 781, 208, 15 ], [ 79, 974, 16, 13 ], [ 80, 805, 359, 15 ], [ 527, 783, 316, 15 ], [ 80, 762, 123, 15 ], [ 527, 701, 222, 15 ], [ 80, 661, 248, 15 ], [ 527, 600, 74, 15 ], [ 80, 579, 170, 15 ], [ 80, 560, 108, 15 ], [ 80, 399, 117, 15 ], [ 80, 297, 118, 15 ], [ 527, 301, 168, 15 ], [ 527, 220, 143, 15 ], [ 527, 119, 416, 15 ], [ 80, 117, 133, 15 ] ]
[ [ 467, 31, 89, 18 ], [ 295, 55, 416, 18 ], [ 295, 74, 434, 12 ], [ 527, 138, 229, 15 ], [ 527, 158, 119, 15 ], [ 527, 177, 160, 15 ], [ 527, 196, 106, 15 ], [ 650, 196, 43, 15 ], [ 527, 239, 355, 15 ], [ 527, 259, 390, 15 ], [ 527, 278, 288, 15 ], [ 527, 321, 378, 15 ], [ 527, 340, 386, 15 ], [ 527, 359, 411, 15 ], [ 527, 379, 422, 15 ], [ 527, 398, 389, 15 ], [ 527, 418, 398, 15 ], [ 527, 437, 415, 15 ], [ 527, 460, 394, 15 ], [ 527, 480, 400, 15 ], [ 527, 499, 415, 15 ], [ 527, 519, 430, 15 ], [ 527, 538, 376, 15 ], [ 527, 557, 418, 15 ], [ 527, 577, 356, 15 ], [ 527, 620, 404, 15 ], [ 527, 639, 430, 15 ], [ 527, 658, 380, 15 ], [ 527, 678, 148, 15 ], [ 527, 721, 373, 15 ], [ 527, 740, 411, 15 ], [ 527, 759, 381, 15 ], [ 527, 806, 402, 15 ], [ 527, 825, 397, 15 ], [ 527, 845, 413, 15 ], [ 527, 864, 418, 15 ], [ 527, 884, 398, 15 ], [ 527, 903, 404, 15 ], [ 527, 922, 356, 15 ], [ 527, 942, 221, 15 ], [ 80, 824, 184, 15 ], [ 80, 137, 415, 15 ], [ 80, 156, 39, 15 ], [ 131, 156, 257, 15 ], [ 401, 156, 55, 15 ], [ 80, 176, 406, 15 ], [ 80, 195, 387, 15 ], [ 80, 215, 414, 15 ], [ 80, 234, 174, 15 ], [ 267, 234, 231, 15 ], [ 80, 253, 399, 15 ], [ 80, 273, 121, 15 ], [ 80, 317, 378, 15 ], [ 80, 336, 195, 15 ], [ 80, 356, 239, 15 ], [ 80, 375, 295, 15 ], [ 80, 419, 391, 15 ], [ 80, 438, 403, 15 ], [ 80, 458, 409, 15 ], [ 80, 477, 391, 15 ], [ 80, 497, 417, 15 ], [ 80, 516, 400, 15 ], [ 80, 536, 332, 15 ], [ 80, 599, 274, 15 ], [ 80, 618, 253, 15 ], [ 80, 638, 366, 15 ], [ 80, 680, 254, 15 ], [ 80, 700, 119, 15 ], [ 80, 719, 151, 15 ], [ 80, 739, 161, 15 ], [ 80, 781, 208, 15 ], [ 79, 974, 16, 13 ], [ 80, 805, 359, 15 ], [ 527, 783, 316, 15 ], [ 80, 762, 123, 15 ], [ 527, 701, 222, 15 ], [ 80, 661, 248, 15 ], [ 527, 600, 74, 15 ], [ 80, 579, 170, 15 ], [ 80, 560, 108, 15 ], [ 80, 399, 117, 15 ], [ 80, 297, 118, 15 ], [ 527, 301, 168, 15 ], [ 527, 220, 143, 15 ], [ 527, 119, 416, 15 ], [ 80, 117, 133, 15 ] ]
[ 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7 ]
524deedf8d4fe9af86c65b87b0ea5d4bcd9fc2662b0c20985e0d2d135a7daeb4
NYSE_FCF_2003.pdf
61
64
612
792
1,025
1,025
ann_reports_00_04_fancy
financial_reports
11819
[ "Server System Variable Reference", "Name", "Cmd-Line", "Option File", "System Var", "Var Scope", "Dynamic", "innodb_sync_array_size", "Yes", "Yes", "Yes", "Global", "No", "innodb_sync_debug", "Yes", "Yes", "Yes", "Global", "No", "innodb_sync_spin_loops", "Yes", "Yes", "Yes", "Global", "Yes", "innodb_table_locks", "Yes", "Yes", "Yes", "Both", "Yes", "innodb_temp_data_file_path", "Yes", "Yes", "Yes", "Global", "No", "innodb_temp_tablespaces_dir", "Yes", "Yes", "Yes", "Global", "No", "innodb_thread_concurrency", "Yes", "Yes", "Yes", "Global", "Yes", "innodb_thread_sleep_delay", "Yes", "Yes", "Yes", "Global", "Yes", "innodb_tmpdir", "Yes", "Yes", "Yes", "Both", "Yes", "innodb_trx_purge_view_update_only_debug", "Yes", "Yes", "Yes", "Global", "Yes", "innodb_trx_rseg_n_slots_debug", "Yes", "Yes", "Yes", "Global", "Yes", "innodb_undo_directory", "Yes", "Yes", "Yes", "Global", "No", "innodb_undo_log_encrypt", "Yes", "Yes", "Yes", "Global", "Yes", "innodb_undo_log_truncate", "Yes", "Yes", "Yes", "Global", "Yes", "innodb_undo_tablespaces", "Yes", "Yes", "Yes", "Global", "Varies", "innodb_use_fdatasync", "Yes", "Yes", "Yes", "Global", "Yes", "innodb_use_native_aio", "Yes", "Yes", "Yes", "Global", "No", "innodb_validate_tablespace_paths", "Yes", "Yes", "Yes", "Global", "No", "innodb_version", "Yes", "Global", "No", "innodb_write_io_threads", "Yes", "Yes", "Yes", "Global", "No", "insert_id", "Yes", "Session", "Yes", "interactive_timeout", "Yes", "Yes", "Yes", "Both", "Yes", "internal_tmp_disk_storage_engine", "Yes", "Yes", "Yes", "Global", "Yes", "internal_tmp_mem_storage_engine", "Yes", "Yes", "Yes", "Both", "Yes", "join_buffer_size", "Yes", "Yes", "Yes", "Both", "Yes", "keep_files_on_create", "Yes", "Yes", "Yes", "Both", "Yes", "key_buffer_size", "Yes", "Yes", "Yes", "Global", "Yes", "key_cache_age_threshold", "Yes", "Yes", "Yes", "Global", "Yes", "key_cache_block_size", "Yes", "Yes", "Yes", "Global", "Yes", "key_cache_division_limit", "Yes", "Yes", "Yes", "Global", "Yes", "keyring_aws_cmk_id", "Yes", "Yes", "Yes", "Global", "Yes", "keyring_aws_conf_file", "Yes", "Yes", "Yes", "Global", "No", "keyring_aws_data_file", "Yes", "Yes", "Yes", "Global", "No", "keyring_aws_region", "Yes", "Yes", "Yes", "Global", "Yes", "keyring_encrypted_file_data", "Yes", "Yes", "Yes", "Global", "Yes", "keyring_encrypted_file_password", "Yes", "Yes", "Yes", "Global", "Yes", "keyring_file_data", "Yes", "Yes", "Yes", "Global", "Yes", "keyring_hashicorp_auth_path", "Yes", "Yes", "Yes", "Global", "Yes", "701" ]
[ [ 398, 48, 257, 11 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 165, 91, 804, 837 ], [ 936, 964, 27, 11 ] ]
[ [ 398, 48, 257, 11 ], [ 174, 97, 45, 11 ], [ 306, 97, 77, 11 ], [ 439, 97, 87, 11 ], [ 571, 97, 91, 11 ], [ 703, 97, 81, 11 ], [ 836, 97, 69, 11 ], [ 174, 119, 180, 11 ], [ 306, 119, 28, 11 ], [ 439, 119, 28, 11 ], [ 571, 119, 28, 11 ], [ 703, 119, 48, 11 ], [ 836, 119, 21, 11 ], [ 174, 140, 149, 11 ], [ 306, 140, 28, 11 ], [ 439, 140, 28, 11 ], [ 571, 140, 28, 11 ], [ 703, 140, 48, 11 ], [ 836, 140, 21, 11 ], [ 174, 161, 183, 11 ], [ 306, 161, 28, 11 ], [ 439, 161, 28, 11 ], [ 571, 161, 28, 11 ], [ 703, 161, 48, 11 ], [ 836, 161, 28, 11 ], [ 174, 183, 143, 11 ], [ 306, 183, 28, 11 ], [ 439, 183, 28, 11 ], [ 571, 183, 28, 11 ], [ 703, 183, 34, 11 ], [ 836, 183, 28, 11 ], [ 174, 204, 211, 11 ], [ 306, 204, 28, 11 ], [ 439, 204, 28, 11 ], [ 571, 204, 28, 11 ], [ 703, 204, 48, 11 ], [ 836, 204, 21, 11 ], [ 174, 225, 223, 11 ], [ 306, 225, 28, 11 ], [ 439, 225, 28, 11 ], [ 571, 225, 28, 11 ], [ 703, 225, 48, 11 ], [ 836, 225, 21, 11 ], [ 174, 247, 207, 11 ], [ 306, 247, 28, 11 ], [ 439, 247, 28, 11 ], [ 571, 247, 28, 11 ], [ 703, 247, 48, 11 ], [ 836, 247, 28, 11 ], [ 174, 268, 205, 11 ], [ 306, 268, 28, 11 ], [ 439, 268, 28, 11 ], [ 571, 268, 28, 11 ], [ 703, 268, 48, 11 ], [ 836, 268, 28, 11 ], [ 174, 290, 106, 11 ], [ 306, 290, 28, 11 ], [ 439, 290, 28, 11 ], [ 571, 290, 28, 11 ], [ 703, 290, 34, 11 ], [ 836, 290, 28, 11 ], [ 174, 311, 329, 11 ], [ 306, 311, 28, 11 ], [ 439, 311, 28, 11 ], [ 571, 311, 28, 11 ], [ 703, 311, 48, 11 ], [ 836, 311, 28, 11 ], [ 174, 332, 238, 11 ], [ 306, 332, 28, 11 ], [ 439, 332, 28, 11 ], [ 571, 332, 28, 11 ], [ 703, 332, 48, 11 ], [ 836, 332, 28, 11 ], [ 174, 354, 170, 11 ], [ 306, 354, 28, 11 ], [ 439, 354, 28, 11 ], [ 571, 354, 28, 11 ], [ 703, 354, 48, 11 ], [ 836, 354, 21, 11 ], [ 174, 375, 192, 11 ], [ 306, 375, 28, 11 ], [ 439, 375, 28, 11 ], [ 571, 375, 28, 11 ], [ 703, 375, 48, 11 ], [ 836, 375, 28, 11 ], [ 174, 396, 198, 11 ], [ 306, 396, 28, 11 ], [ 439, 396, 28, 11 ], [ 571, 396, 28, 11 ], [ 703, 396, 48, 11 ], [ 836, 396, 28, 11 ], [ 174, 418, 195, 11 ], [ 306, 418, 28, 11 ], [ 439, 418, 28, 11 ], [ 571, 418, 28, 11 ], [ 703, 418, 48, 11 ], [ 836, 418, 47, 11 ], [ 174, 439, 167, 11 ], [ 306, 439, 28, 11 ], [ 439, 439, 28, 11 ], [ 571, 439, 28, 11 ], [ 703, 439, 48, 11 ], [ 836, 439, 28, 11 ], [ 174, 460, 172, 11 ], [ 306, 460, 28, 11 ], [ 439, 460, 28, 11 ], [ 571, 460, 28, 11 ], [ 703, 460, 48, 11 ], [ 836, 460, 21, 11 ], [ 174, 482, 257, 11 ], [ 306, 482, 28, 11 ], [ 439, 482, 28, 11 ], [ 571, 482, 28, 11 ], [ 703, 482, 48, 11 ], [ 836, 482, 21, 11 ], [ 174, 503, 113, 11 ], [ 571, 503, 28, 11 ], [ 703, 503, 48, 11 ], [ 836, 503, 21, 11 ], [ 174, 524, 182, 11 ], [ 306, 524, 28, 11 ], [ 439, 524, 28, 11 ], [ 571, 524, 28, 11 ], [ 703, 524, 48, 11 ], [ 836, 524, 21, 11 ], [ 174, 546, 63, 11 ], [ 571, 546, 28, 11 ], [ 703, 546, 59, 11 ], [ 836, 546, 28, 11 ], [ 174, 567, 140, 11 ], [ 306, 567, 28, 11 ], [ 439, 567, 28, 11 ], [ 571, 567, 28, 11 ], [ 703, 567, 34, 11 ], [ 836, 567, 28, 11 ], [ 174, 589, 255, 11 ], [ 306, 589, 28, 11 ], [ 439, 589, 28, 11 ], [ 571, 589, 28, 11 ], [ 703, 589, 48, 11 ], [ 836, 589, 28, 11 ], [ 174, 610, 263, 11 ], [ 306, 610, 28, 11 ], [ 439, 610, 28, 11 ], [ 571, 610, 28, 11 ], [ 703, 610, 34, 11 ], [ 836, 610, 28, 11 ], [ 174, 631, 117, 11 ], [ 306, 631, 28, 11 ], [ 439, 631, 28, 11 ], [ 571, 631, 28, 11 ], [ 703, 631, 34, 11 ], [ 836, 631, 28, 11 ], [ 174, 653, 159, 11 ], [ 306, 653, 28, 11 ], [ 439, 653, 28, 11 ], [ 571, 653, 28, 11 ], [ 703, 653, 34, 11 ], [ 836, 653, 28, 11 ], [ 174, 674, 117, 11 ], [ 306, 674, 28, 11 ], [ 439, 674, 28, 11 ], [ 571, 674, 28, 11 ], [ 703, 674, 48, 11 ], [ 836, 674, 28, 11 ], [ 174, 695, 195, 11 ], [ 306, 695, 28, 11 ], [ 439, 695, 28, 11 ], [ 571, 695, 28, 11 ], [ 703, 695, 48, 11 ], [ 836, 695, 28, 11 ], [ 174, 717, 167, 11 ], [ 306, 717, 28, 11 ], [ 439, 717, 28, 11 ], [ 571, 717, 28, 11 ], [ 703, 717, 48, 11 ], [ 836, 717, 28, 11 ], [ 174, 738, 184, 11 ], [ 306, 738, 28, 11 ], [ 439, 738, 28, 11 ], [ 571, 738, 28, 11 ], [ 703, 738, 48, 11 ], [ 836, 738, 28, 11 ], [ 174, 759, 155, 11 ], [ 306, 759, 28, 11 ], [ 439, 759, 28, 11 ], [ 571, 759, 28, 11 ], [ 703, 759, 48, 11 ], [ 836, 759, 28, 11 ], [ 174, 781, 164, 11 ], [ 306, 781, 28, 11 ], [ 439, 781, 28, 11 ], [ 571, 781, 28, 11 ], [ 703, 781, 48, 11 ], [ 836, 781, 21, 11 ], [ 174, 802, 165, 11 ], [ 306, 802, 28, 11 ], [ 439, 802, 28, 11 ], [ 571, 802, 28, 11 ], [ 703, 802, 48, 11 ], [ 836, 802, 21, 11 ], [ 174, 823, 148, 11 ], [ 306, 823, 28, 11 ], [ 439, 823, 28, 11 ], [ 571, 823, 28, 11 ], [ 703, 823, 48, 11 ], [ 836, 823, 28, 11 ], [ 174, 845, 209, 11 ], [ 306, 845, 28, 11 ], [ 439, 845, 28, 11 ], [ 571, 845, 28, 11 ], [ 703, 845, 48, 11 ], [ 836, 845, 28, 11 ], [ 174, 866, 248, 11 ], [ 306, 866, 28, 11 ], [ 439, 866, 28, 11 ], [ 571, 866, 28, 11 ], [ 703, 866, 48, 11 ], [ 836, 866, 28, 11 ], [ 174, 887, 126, 11 ], [ 306, 887, 28, 11 ], [ 439, 887, 28, 11 ], [ 571, 887, 28, 11 ], [ 703, 887, 48, 11 ], [ 836, 887, 28, 11 ], [ 174, 909, 219, 11 ], [ 306, 909, 28, 11 ], [ 439, 909, 28, 11 ], [ 571, 909, 28, 11 ], [ 703, 909, 48, 11 ], [ 836, 909, 28, 11 ], [ 936, 964, 27, 11 ] ]
[ 5, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 4 ]
59e11f556a8580a3666fb5e8aca085b10e298bf1be2041f4de147f3af4cd5139
refman-8.0-en.pdf
730
6,228
612
792
1,025
1,025
manuals
manuals
11820
[ "Chapter 4 — Your Driving", "59", "A railroad crossing sign indicates you are approaching a railroad crossing and ", "you must: ", "•", "Approach with caution", "•", "Prepare to stop and be alert for a train", "•", "Proceed with caution after a train has passed", "•", "Never stop on train tracks for any reason", "The X-shaped railroad grade crossing sign, known as a Crossbuck ", "Sign is mounted at the railroad crossing. A smaller sign below the ", "crossbuck indicates if there is more than one track. ", "Many crossings have flashing red lights or flashing red lights with ", "gates. If the warning signal activates, you must stop before the gates ", "lower across your side of the road. ", "It is unlawful and extremely ", "dangerous to move through a railroad crossing when the gates ", "are lowered. You will not be able to cross the tracks before the train arrives ", "and the train cannot turn and will not be able to stop.", "As you approach a railroad crossing, you must:", "•", "Slow your speed;", "•", "Look both ways;", "• ", " Listen for the train;", "• ", " Keep alert; and", "•", "Watch for the railroad crossing signal.", "Remember these railroad crossing rules:", "•", "Railroads are private property and it is illegal and dangerous to drive on or ", "cross the tracks except at designated railroad crossings;", "•", "Vehicles must always yield to a train even when the crossing only has a ", "crossbuck and no lights or gates;", "•", "When flashing red lights are used with crossbuck signs at the railroad ", "crossing, you must stop, just as you would stop for any flashing red", "traffic signal;", "•", "If you are waiting for a train to pass, be patient;", "•", "Do not proceed to move immediately after the train has passed — there ", "may be another train moving in the opposite direction from or following the ", "first train;", "•", "Always wait until the red lights have stopped flashing before moving ahead;", "•", "Be prepared to stop for vehicles that must stop at crossings, such as school ", "buses, motor vehicles carrying passengers, for-hire vehicles or vehicles ", "transporting explosives or hazardous materials (these vehicles are marked ", "with placards). If you happen to be crossing the tracks and the warning lights ", "begin flashing or gates start to come down, do not stop, do not backup, ", "KEEP MOVING. The warning signals will allow enough time for you to ", "finish driving through the crossing before the train arrives. If the gate on the ", "far side of the tracks comes down before you get across, DO NOT PANIC." ]
[ [ 317, 25, 390, 27 ], [ 896, 28, 32, 22 ], [ 95, 67, 808, 41 ], [ 95, 67, 808, 41 ], [ 95, 112, 256, 22 ], [ 95, 112, 256, 22 ], [ 95, 135, 415, 22 ], [ 95, 135, 415, 22 ], [ 95, 157, 483, 22 ], [ 95, 157, 483, 22 ], [ 95, 180, 443, 22 ], [ 95, 180, 443, 22 ], [ 208, 202, 689, 60 ], [ 208, 202, 689, 60 ], [ 208, 202, 689, 60 ], [ 208, 266, 711, 77 ], [ 208, 266, 711, 77 ], [ 208, 266, 711, 77 ], [ 208, 266, 711, 77 ], [ 208, 266, 711, 77 ], [ 95, 342, 834, 39 ], [ 95, 342, 834, 39 ], [ 94, 405, 684, 24 ], [ 94, 430, 202, 19 ], [ 94, 430, 202, 19 ], [ 94, 451, 190, 19 ], [ 94, 451, 190, 19 ], [ 94, 472, 221, 19 ], [ 94, 472, 221, 19 ], [ 94, 493, 182, 19 ], [ 94, 493, 182, 19 ], [ 94, 514, 417, 19 ], [ 94, 514, 417, 19 ], [ 95, 549, 468, 27 ], [ 95, 574, 802, 41 ], [ 95, 574, 802, 41 ], [ 95, 574, 802, 41 ], [ 95, 616, 760, 41 ], [ 95, 616, 760, 41 ], [ 95, 616, 760, 41 ], [ 95, 657, 749, 60 ], [ 95, 657, 749, 60 ], [ 95, 657, 749, 60 ], [ 95, 657, 749, 60 ], [ 95, 717, 514, 22 ], [ 95, 717, 514, 22 ], [ 95, 740, 822, 60 ], [ 95, 740, 822, 60 ], [ 95, 740, 822, 60 ], [ 95, 740, 822, 60 ], [ 95, 800, 806, 22 ], [ 95, 800, 806, 22 ], [ 95, 823, 829, 154 ], [ 95, 823, 829, 154 ], [ 95, 823, 829, 154 ], [ 95, 823, 829, 154 ], [ 95, 823, 829, 154 ], [ 95, 823, 829, 154 ], [ 95, 823, 829, 154 ], [ 95, 823, 829, 154 ], [ 95, 823, 829, 154 ] ]
[ [ 317, 25, 390, 27 ], [ 896, 28, 32, 22 ], [ 95, 67, 808, 22 ], [ 95, 86, 110, 22 ], [ 95, 112, 25, 22 ], [ 127, 112, 225, 22 ], [ 95, 135, 26, 22 ], [ 128, 135, 382, 22 ], [ 95, 157, 26, 22 ], [ 128, 157, 450, 22 ], [ 95, 180, 26, 22 ], [ 128, 180, 410, 22 ], [ 208, 202, 689, 22 ], [ 208, 221, 688, 22 ], [ 208, 240, 534, 22 ], [ 208, 266, 693, 22 ], [ 208, 285, 711, 22 ], [ 208, 304, 358, 22 ], [ 566, 304, 320, 21 ], [ 208, 323, 696, 21 ], [ 95, 342, 834, 21 ], [ 95, 361, 598, 21 ], [ 94, 405, 684, 24 ], [ 94, 430, 16, 18 ], [ 117, 431, 179, 18 ], [ 94, 451, 16, 18 ], [ 117, 452, 167, 18 ], [ 94, 472, 17, 18 ], [ 112, 473, 203, 18 ], [ 94, 493, 17, 18 ], [ 112, 494, 164, 18 ], [ 94, 514, 16, 18 ], [ 117, 515, 394, 18 ], [ 95, 549, 468, 27 ], [ 95, 574, 26, 22 ], [ 129, 574, 769, 22 ], [ 113, 593, 566, 22 ], [ 95, 616, 26, 22 ], [ 128, 616, 727, 22 ], [ 113, 634, 336, 22 ], [ 95, 657, 26, 22 ], [ 129, 657, 716, 22 ], [ 113, 676, 699, 22 ], [ 113, 695, 136, 22 ], [ 95, 717, 26, 22 ], [ 128, 717, 481, 22 ], [ 95, 740, 27, 22 ], [ 130, 740, 770, 22 ], [ 113, 759, 804, 22 ], [ 113, 777, 104, 22 ], [ 95, 800, 26, 22 ], [ 128, 800, 772, 22 ], [ 95, 823, 26, 22 ], [ 128, 823, 760, 22 ], [ 113, 842, 725, 22 ], [ 113, 860, 762, 22 ], [ 113, 879, 811, 22 ], [ 113, 898, 752, 22 ], [ 113, 917, 775, 22 ], [ 113, 936, 805, 22 ], [ 113, 955, 786, 22 ] ]
[ 5, 5, 9, 9, 3, 3, 3, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 7, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 ]
6ab3612b1db04a71b46bd4d7f6b1caca5b0d0d28feec325352455c06c5a0ac3b
driver-handbook.pdf
60
104
396
612
1,025
1,025
manuals
manuals
11821
[ "Millions of Yen", "Thousands of", "U.S. Dollars", "(Note 1)", "2010", "2009", "2010", "Operating Activities:", "Income before income taxes and minority interests", "¥", "3,863", "¥", "6,600", "$", "41,525", "Adjustments for:", "Income taxes—paid", "(7,052)", "(15,906)", "(75,793)", "Depreciation and amortization", "32,916", "35,158", "353,788", "Loss on impairment of long-lived assets", "15,122", "6,623", "162,536", "Amortization of goodwill", "1,585", "250", "17,038", "Amortization of negative goodwill", "(668)", "(441)", "(7,184)", "Increase in allowance for doubtful accounts", "420", "9,347", "4,510", "Foreign exchange loss", "108", "484", "1,164", "Loss on sales of or write-down of investments in securities", "3,078", "348", "33,086", "Equity in earnings of associated company", "(1,142)", "(12,279)", "Loss on sales and disposal of property, plant and equipment", "1,845", "1,819", "19,829", "Changes in assets and liabilities, net of effects:", "Decrease in trade notes and accounts receivable", "2,252", "32,470", "24,201", "Decrease in inventories", "18,132", "192", "194,887", "Decrease in trade notes and accounts payable", "(5,363)", "(16,094)", "(57,645)", "Increase (decrease) in allowance for loss on factory restructurings", "559", "(161)", "6,010", "Decrease in liability for employees’ retirement benefits", "(1,349)", "(17)", "(14,496)", "Decrease (increase) in prepaid pension expenses", "1,060", "(6,022)", "11,394", "Other", "2,708", "9,277", "29,092", "Total adjustments", "64,211", "57,327", "690,138", "Net cash provided by operating activities", "68,074", "63,927", "731,663", "Investing Activities:", "Decrease in time deposits", "5,446", "4,780", "58,542", "Purchases of marketable securities", "(178,358)", "(115,877)", "(1,917,005)", "Proceeds and redemption from sales of marketable securities", "198,359", "75,889", "2,131,973", "Acquisition of tangible and intangible fixed assets", "(25,645)", "(32,267)", "(275,638)", "Proceeds from sales of tangible and intangible fixed assets", "2,262", "1,975", "24,309", "Purchases of investment securities", "(9,241)", "(3,739)", "(99,326)", "Proceeds from sales and redemption of investment securities", "50", "4,970", "535", "Payments for the purchases of newly consolidated subsidiaries (Note 16)", "(9,554)", "(102,692)", "Increase in short-term loans", "(2,194)", "(2,374)", "(23,581)", "Payments for long-term loans", "(2,244)", "(2,127)", "(24,123)", "Collection of long-term loans", "1,919", "3,986", "20,623", "Purchases of money held in trust", "(13,500)", "(145,099)", "Proceeds from redemption of money held in trust", "9,000", "96,733", "Payments for other investments", "(5,143)", "(1,361)", "(55,271)", "Collection of other investments", "1,509", "3,063", "16,229", "Net cash used in investing activities", "(27,334)", "(63,082)", "(293,791)", "Financing Activities:", "(Decrease) increase in short-term loans—net", "(4,714)", "1,083", "(50,665)", "Decrease in liquidation of receivables of trade among", "the consolidated companies—net", "(3,792)", "(1,214)", "(40,753)", "Proceeds from long-term debt", "56,618", "45,550", "608,530", "Repayments of long-term debt", "(63,495)", "(11,324)", "(682,450)", "Repayments of lease obligations", "(1,037)", "(366)", "(11,145)", "Repayments due to redemption of straight bonds", "(170)", "(530)", "(1,827)", "Proceeds from sales of treasury stock", "1", "9", "11", "Purchase of treasury stock", "(16)", "(35)", "(171)", "Dividends paid", "(11,156)", "(11,157)", "(119,906)", "Payments of cash dividends for minority shareholders of consolidated subsidiaries", "(64)", "(102)", "(690)", "Net cash (used in) provided by financing activities", "(27,825)", "21,914", "(299,066)", "Foreign Currency Translation Adjustments on Cash and Cash Equivalents", "(340)", "(1,886)", "(3,647)", "Net Increase in Cash and Cash Equivalents", "12,575", "20,873", "135,159", "Cash and Cash Equivalents, Beginning of Year", "73,973", "52,679", "795,068", "Increase in Cash and Cash Equivalents Due to New Consolidation of Subsidiaries", "2,488", "401", "26,747", "Increase in Cash and Cash Equivalents", "Due to the Merger of Non-Consolidated Subsidiaries", "266", "20", "2,855", "Cash and Cash Equivalents, End of Year", "¥ 89,302", "¥ 73,973", "$", "959,829", "See notes to consolidated financial statements.", "Consolidated Statements of Cash Flows", "Annual Report 2010", "JS Group Corporation", "62", "JS Group Corporation and Consolidated Subsidiaries ", "Years Ended March 31, 2010 and 2009" ]
[ [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 63, 130, 851, 834 ], [ 69, 965, 216, 10 ], [ 69, 55, 420, 20 ], [ 220, 982, 92, 10 ], [ 104, 982, 101, 10 ], [ 69, 980, 14, 12 ], [ 69, 80, 263, 10 ], [ 69, 94, 193, 10 ] ]
[ [ 652, 154, 60, 9 ], [ 828, 135, 57, 9 ], [ 832, 145, 50, 9 ], [ 840, 154, 33, 9 ], [ 617, 170, 23, 10 ], [ 724, 170, 23, 10 ], [ 845, 170, 23, 10 ], [ 69, 186, 130, 13 ], [ 83, 198, 302, 13 ], [ 604, 198, 8, 13 ], [ 626, 198, 39, 13 ], [ 711, 198, 8, 13 ], [ 733, 198, 39, 13 ], [ 825, 198, 8, 13 ], [ 851, 198, 47, 13 ], [ 83, 211, 98, 13 ], [ 97, 224, 120, 13 ], [ 627, 224, 42, 13 ], [ 727, 224, 49, 13 ], [ 852, 224, 50, 13 ], [ 97, 236, 179, 13 ], [ 623, 237, 42, 13 ], [ 730, 236, 42, 13 ], [ 848, 237, 50, 13 ], [ 97, 249, 238, 13 ], [ 623, 249, 42, 13 ], [ 738, 249, 34, 13 ], [ 848, 249, 50, 13 ], [ 97, 262, 143, 13 ], [ 631, 262, 34, 13 ], [ 750, 262, 23, 13 ], [ 856, 262, 42, 13 ], [ 97, 275, 197, 13 ], [ 639, 275, 31, 13 ], [ 746, 275, 30, 13 ], [ 860, 275, 42, 13 ], [ 97, 288, 260, 13 ], [ 642, 288, 23, 13 ], [ 738, 288, 34, 13 ], [ 864, 288, 34, 13 ], [ 97, 300, 134, 13 ], [ 642, 301, 23, 13 ], [ 750, 300, 23, 13 ], [ 864, 301, 34, 13 ], [ 97, 313, 350, 13 ], [ 631, 313, 34, 13 ], [ 750, 313, 23, 13 ], [ 856, 313, 42, 13 ], [ 97, 326, 249, 13 ], [ 627, 326, 42, 13 ], [ 852, 326, 50, 13 ], [ 97, 339, 362, 13 ], [ 631, 340, 34, 13 ], [ 738, 339, 34, 13 ], [ 856, 340, 42, 13 ], [ 97, 352, 279, 13 ], [ 111, 365, 292, 13 ], [ 631, 365, 34, 13 ], [ 730, 365, 42, 13 ], [ 856, 365, 42, 13 ], [ 111, 378, 138, 13 ], [ 623, 378, 42, 13 ], [ 749, 378, 23, 13 ], [ 848, 378, 50, 13 ], [ 111, 390, 279, 13 ], [ 627, 391, 42, 13 ], [ 727, 390, 49, 13 ], [ 852, 391, 50, 13 ], [ 111, 403, 391, 13 ], [ 642, 403, 23, 13 ], [ 746, 403, 30, 13 ], [ 864, 403, 34, 13 ], [ 111, 416, 320, 13 ], [ 627, 416, 42, 13 ], [ 754, 416, 22, 13 ], [ 852, 416, 50, 13 ], [ 111, 429, 292, 13 ], [ 631, 429, 34, 13 ], [ 734, 429, 41, 13 ], [ 856, 429, 42, 13 ], [ 97, 442, 33, 13 ], [ 631, 442, 34, 13 ], [ 738, 442, 34, 13 ], [ 856, 442, 42, 13 ], [ 125, 455, 105, 13 ], [ 623, 455, 42, 13 ], [ 730, 455, 42, 13 ], [ 848, 455, 50, 13 ], [ 125, 469, 243, 13 ], [ 623, 469, 42, 13 ], [ 730, 469, 42, 13 ], [ 848, 469, 50, 13 ], [ 69, 482, 125, 13 ], [ 83, 495, 155, 13 ], [ 631, 495, 34, 13 ], [ 738, 495, 34, 13 ], [ 856, 495, 42, 13 ], [ 83, 508, 209, 13 ], [ 611, 508, 58, 13 ], [ 719, 508, 57, 13 ], [ 832, 508, 69, 13 ], [ 83, 520, 367, 13 ], [ 615, 521, 50, 13 ], [ 730, 520, 42, 13 ], [ 836, 521, 62, 13 ], [ 83, 533, 294, 13 ], [ 619, 533, 50, 13 ], [ 727, 533, 49, 13 ], [ 844, 533, 58, 13 ], [ 83, 546, 351, 13 ], [ 631, 546, 34, 13 ], [ 738, 546, 34, 13 ], [ 856, 546, 42, 13 ], [ 83, 559, 207, 13 ], [ 627, 559, 42, 13 ], [ 734, 559, 41, 13 ], [ 852, 559, 50, 13 ], [ 83, 572, 366, 13 ], [ 650, 572, 15, 13 ], [ 738, 572, 34, 13 ], [ 875, 572, 23, 13 ], [ 83, 584, 435, 13 ], [ 627, 584, 42, 13 ], [ 844, 584, 58, 13 ], [ 83, 597, 167, 13 ], [ 627, 598, 42, 13 ], [ 734, 597, 41, 13 ], [ 852, 598, 50, 13 ], [ 83, 611, 177, 13 ], [ 627, 611, 42, 13 ], [ 734, 611, 41, 13 ], [ 852, 611, 50, 13 ], [ 83, 624, 172, 13 ], [ 631, 624, 34, 13 ], [ 738, 624, 34, 13 ], [ 856, 624, 42, 13 ], [ 83, 636, 196, 13 ], [ 619, 637, 50, 13 ], [ 844, 637, 58, 13 ], [ 83, 649, 294, 13 ], [ 631, 649, 34, 13 ], [ 856, 649, 42, 13 ], [ 83, 662, 190, 13 ], [ 627, 662, 42, 13 ], [ 734, 662, 41, 13 ], [ 852, 662, 50, 13 ], [ 83, 675, 185, 13 ], [ 630, 675, 34, 13 ], [ 738, 675, 34, 13 ], [ 856, 675, 42, 13 ], [ 125, 689, 212, 13 ], [ 619, 689, 50, 13 ], [ 727, 689, 49, 13 ], [ 844, 689, 58, 13 ], [ 69, 702, 129, 13 ], [ 83, 715, 266, 13 ], [ 627, 715, 42, 13 ], [ 738, 715, 34, 13 ], [ 852, 715, 50, 13 ], [ 83, 728, 317, 13 ], [ 91, 741, 201, 13 ], [ 627, 741, 42, 13 ], [ 734, 741, 41, 13 ], [ 852, 741, 50, 13 ], [ 83, 754, 181, 13 ], [ 623, 754, 42, 13 ], [ 730, 754, 42, 13 ], [ 848, 754, 50, 13 ], [ 83, 767, 184, 13 ], [ 619, 767, 50, 13 ], [ 727, 767, 49, 13 ], [ 844, 767, 58, 13 ], [ 83, 779, 194, 13 ], [ 627, 780, 42, 13 ], [ 746, 779, 30, 13 ], [ 852, 780, 50, 13 ], [ 83, 792, 295, 13 ], [ 638, 792, 31, 13 ], [ 746, 792, 30, 13 ], [ 860, 792, 42, 13 ], [ 83, 805, 226, 13 ], [ 658, 805, 7, 13 ], [ 765, 805, 7, 13 ], [ 883, 805, 15, 13 ], [ 83, 818, 160, 13 ], [ 646, 818, 23, 13 ], [ 754, 818, 22, 13 ], [ 871, 818, 31, 13 ], [ 83, 831, 88, 13 ], [ 619, 831, 50, 13 ], [ 726, 831, 49, 13 ], [ 844, 831, 58, 13 ], [ 83, 843, 479, 13 ], [ 646, 843, 23, 13 ], [ 746, 843, 30, 13 ], [ 871, 843, 31, 13 ], [ 125, 857, 294, 13 ], [ 619, 857, 50, 13 ], [ 730, 857, 42, 13 ], [ 844, 857, 58, 13 ], [ 69, 871, 471, 13 ], [ 638, 871, 31, 13 ], [ 734, 870, 41, 13 ], [ 860, 871, 42, 13 ], [ 69, 884, 277, 13 ], [ 623, 884, 42, 13 ], [ 730, 884, 42, 13 ], [ 848, 884, 50, 13 ], [ 69, 897, 298, 13 ], [ 623, 897, 42, 13 ], [ 730, 897, 42, 13 ], [ 848, 897, 50, 13 ], [ 69, 910, 495, 13 ], [ 630, 910, 34, 13 ], [ 749, 909, 23, 13 ], [ 856, 910, 42, 13 ], [ 69, 922, 251, 13 ], [ 77, 936, 337, 13 ], [ 642, 936, 23, 13 ], [ 757, 936, 15, 13 ], [ 863, 936, 34, 13 ], [ 69, 949, 258, 13 ], [ 603, 949, 62, 13 ], [ 710, 949, 62, 13 ], [ 825, 949, 8, 13 ], [ 845, 949, 53, 13 ], [ 69, 965, 216, 10 ], [ 69, 55, 420, 20 ], [ 220, 982, 92, 10 ], [ 104, 982, 101, 10 ], [ 69, 980, 14, 12 ], [ 69, 80, 263, 10 ], [ 69, 94, 193, 10 ] ]
[ 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 7, 4, 4, 4, 9, 9 ]
8142a03339c8651b82b8c9261f9414e9b4a44456d0be6b66d882ea1612c3bdef
OTC_JSGRY_2010.pdf
63
94
623
765
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11822
[ "ANNEX II ", "to General Terms ", "and Conditions ", "Processing of personal data", "A.", "Processing of personal data by the Bank ", "B.", "Processing of personal data by the Service Provider ", "Version dated 26-03-2021 ", "11 ", "(e) ", "measures to protect personal data from accidental or unlawful destruction, loss, alteration, unauthorised ", "disclosure of or access to personal data transmitted, stored or otherwise processed. ", "(d) ", "a process for regularly testing, assessing and evaluating the effectiveness of technical and ", "organisational measures for ensuring the security of the processing; ", "(c) ", "the ability to restore the availability and access to personal data in a timely manner in the event of a ", "physical or technical incident; ", "(b) ", "the ability to ensure the ongoing confidentiality, integrity, availability and resilience of processing ", "systems and services; ", "(a) ", "the pseudonymisation and encryption of personal data; ", "The Service Provider shall adopt appropriate technical and organisational security measures, giving due ", "regard to the risks inherent in the processing and to the nature, scope, context and purposes of processing, in ", "order to ensure, in particular, as appropriate: ", "The Service Provider shall grant personnel access to the data to the extent strictly necessary for the ", "implementation, management and monitoring of the Framework Agreement or a Contract. The Service ", "Provider must ensure that personnel authorised to process personal data has committed itself to confidentiality ", "or is under appropriate statutory obligation of confidentiality in accordance with the provisions of § 12 of these ", "General Terms and Conditions. ", "The Service Provider may act only on documented written instructions and under the supervision of the ", "controller, in particular with regard to the purposes of the processing, the categories of data that may be ", "processed, the recipients of the data and the means by which the data subject may exercise its rights. ", "The Service Provider shall assist the controller for the fulfilment of the controller’s obligation to respond to ", "requests for exercising rights of person whose personal data is processed in relation to this Framework ", "Agreement or a Contract as laid down in Chapter III (Articles 14-25) of Regulation (EU) No 2018/1725. The ", "Service Provider shall inform without delay the controller about such requests. ", "The processing of personal data by the Service Provider shall meet the requirements of Regulation (EU) No ", "2018/1725 and be processed solely for the purposes set out by the data controller. ", "Details concerning the processing of personal data are available in the data protection notice referred to in ", "the Framework Agreement. ", "Should the Service Provider or any other person whose personal data is processed in relation to this ", "Framework Agreement or a Contract have any queries concerning the processing of its personal data, it shall ", "address itself to the data controller. They may also address themselves to the Data Protection Officer of the ", "data controller. They have the right to lodge a complaint at any time to the European Data Protection ", "Supervisor. ", "The Service Provider or any other person whose personal data is processed by the data controller in relation ", "to this Framework Agreement or a Contract has specific rights as a data subject under Chapter III (Articles ", "14-25) of Regulation (EU) No 2018/1725, in particular the right to access, rectify or erase their personal data ", "and the right to restrict or, where applicable, the right to object to processing or the right to data portability. ", "Any personal data included in or relating to the Framework Agreement or a Contract, including its ", "implementation, shall be processed in accordance with Regulation (EU) No 2018/1725. Such data shall be ", "processed solely for the purposes of the implementation, management and monitoring of the Framework ", "Agreement and any Contract by the data controller. " ]
[ [ 844, 43, 112, 38 ], [ 844, 43, 112, 38 ], [ 844, 43, 112, 38 ], [ 404, 110, 265, 15 ], [ 122, 155, 368, 13 ], [ 122, 155, 368, 13 ], [ 122, 457, 462, 13 ], [ 122, 457, 462, 13 ], [ 122, 970, 163, 10 ], [ 936, 959, 19, 10 ], [ 132, 881, 812, 27 ], [ 132, 881, 812, 27 ], [ 132, 881, 812, 27 ], [ 132, 853, 812, 27 ], [ 132, 853, 812, 27 ], [ 132, 853, 812, 27 ], [ 132, 825, 812, 27 ], [ 132, 825, 812, 27 ], [ 132, 825, 812, 27 ], [ 132, 797, 813, 27 ], [ 132, 797, 813, 27 ], [ 132, 797, 813, 27 ], [ 132, 783, 454, 13 ], [ 132, 783, 454, 13 ], [ 122, 728, 824, 43 ], [ 122, 728, 824, 43 ], [ 122, 728, 824, 43 ], [ 122, 643, 824, 73 ], [ 122, 643, 824, 73 ], [ 122, 643, 824, 73 ], [ 122, 643, 824, 73 ], [ 122, 643, 824, 73 ], [ 122, 590, 824, 43 ], [ 122, 590, 824, 43 ], [ 122, 590, 824, 43 ], [ 122, 522, 824, 58 ], [ 122, 522, 824, 58 ], [ 122, 522, 824, 58 ], [ 122, 522, 824, 58 ], [ 122, 485, 823, 28 ], [ 122, 485, 823, 28 ], [ 122, 406, 821, 28 ], [ 122, 406, 821, 28 ], [ 122, 323, 823, 74 ], [ 122, 323, 823, 74 ], [ 122, 323, 823, 74 ], [ 122, 323, 823, 74 ], [ 122, 323, 823, 74 ], [ 122, 253, 824, 58 ], [ 122, 253, 824, 58 ], [ 122, 253, 824, 58 ], [ 122, 253, 824, 58 ], [ 122, 183, 824, 58 ], [ 122, 183, 824, 58 ], [ 122, 183, 824, 58 ], [ 122, 183, 824, 58 ] ]
[ [ 862, 43, 95, 16 ], [ 844, 60, 111, 10 ], [ 859, 71, 95, 10 ], [ 404, 110, 265, 15 ], [ 122, 155, 17, 13 ], [ 144, 155, 346, 13 ], [ 122, 457, 17, 13 ], [ 144, 457, 440, 13 ], [ 122, 970, 163, 10 ], [ 936, 959, 19, 10 ], [ 132, 881, 19, 13 ], [ 163, 881, 781, 13 ], [ 163, 895, 643, 13 ], [ 132, 853, 19, 13 ], [ 163, 853, 781, 13 ], [ 163, 867, 520, 13 ], [ 132, 825, 18, 13 ], [ 163, 825, 781, 13 ], [ 163, 839, 228, 13 ], [ 132, 797, 19, 13 ], [ 163, 797, 782, 13 ], [ 163, 811, 173, 13 ], [ 132, 783, 19, 13 ], [ 163, 783, 423, 13 ], [ 122, 728, 824, 13 ], [ 122, 743, 823, 13 ], [ 122, 758, 344, 13 ], [ 122, 643, 823, 13 ], [ 122, 658, 824, 13 ], [ 122, 673, 824, 13 ], [ 122, 688, 824, 13 ], [ 122, 703, 244, 13 ], [ 122, 590, 824, 13 ], [ 122, 605, 823, 13 ], [ 122, 620, 779, 13 ], [ 122, 522, 824, 13 ], [ 122, 537, 824, 13 ], [ 122, 553, 823, 13 ], [ 122, 568, 597, 13 ], [ 122, 485, 823, 13 ], [ 122, 500, 632, 13 ], [ 122, 406, 821, 13 ], [ 122, 421, 213, 13 ], [ 122, 323, 822, 13 ], [ 122, 338, 823, 13 ], [ 122, 353, 823, 13 ], [ 122, 369, 823, 13 ], [ 122, 384, 91, 13 ], [ 122, 253, 823, 13 ], [ 122, 268, 823, 13 ], [ 122, 283, 824, 13 ], [ 122, 298, 811, 13 ], [ 122, 183, 824, 13 ], [ 122, 198, 824, 13 ], [ 122, 213, 824, 13 ], [ 122, 228, 393, 13 ] ]
[ 5, 5, 5, 7, 7, 7, 7, 7, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
88b758a4dc85dcea251fdc87531cb8e93042b8ff3654ce24513876647ddc0bb7
EN-Procurement Document 1 - Annex C General Terms _ Conditions for Framework Agreements (services).pdf
10
12
595
841
1,025
1,025
eu_tenders
government_tenders
11823
[ "CONTEXT-AWAREREAL-TIME MEETING AUDIO TRANSCRIPTION", "BACKGROUND", "[0001]", "Groups of individuals", "commonly meet using various types of audio and", "audiovisual", "(“A/V”)", "meeting technologies.", "In meetings", "such as these,", "each meeting", "attendee utilizes a computing device that is configured with a meeting client application and", "appropriate hardware for generating audio and/or video of the attendee.", "During meetings,", "the audio and/or video generated by each attendee computing device is shared with the", "computing devices of the other attendees. In this way, each of the attendees can hear and/or", "see the other attendees in the meeting.", "[0002]", "While meetings such as those described above can be very useful for many", "types of users, some meeting technologies make these kinds of meetings less beneficial for", "other types of meeting attendees.", "For example, persons with hearing impairments might", "have difficulty participating in such a meeting or might not be able to participate at all.", "Attendees in a meeting that do not speak the same language as other attendees might also", "not be able to communicate effectively or at all using current meeting technologies.", "[0003]", "Technologies exist for transcribing audio; however, these technologies suffer", "from a number of technical limitations.", "For example, many transcription solutions only", "perform offline transcription of audio and are, therefore, of no use to meeting attendees", "during", "a meeting.", "Moreover,", "the", "quality", "of the transcriptions", "generated", "by current", "technologies can be poor.", "This can occur, for example, if meeting attendees utilize jargon,", "acronyms, or other types of domain-specific", "terminology.", "This can also occur when", "attendees in a meeting speak different languages.", "[0004]", "Poor", "quality transcriptions", "can also cause inefficient", "use of computing", "resources, such as memory, processing cycles, storage, and power.", "For example, a poor", "quality transcription might need to be re-transcribed or edited to correct errors. This process", "will unnecessarily consume computing resources such as those identified above.", "[0005]", "It is with respect to these and other technical challenges that the disclosure", "made herein is presented.", "[0006]", "Technologies", "are", "disclosed", "for", "context-aware", "real-time", "meeting", "audio", "transcription.", "Through", "implementations", "of the", "disclosed", "technologies,", "high", "quality", "transcriptions of the audio generated by attendees in a meeting can be performed in real time", "during the meeting and displayed to meeting attendees. The quality of the transcription can", "SUMMARY" ]
[ [ 190, 91, 669, 13 ], [ 452, 142, 140, 12 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 167, 752, 163 ], [ 148, 343, 752, 138 ], [ 148, 343, 752, 138 ], [ 148, 343, 752, 138 ], [ 148, 343, 752, 138 ], [ 148, 343, 752, 138 ], [ 148, 343, 752, 138 ], [ 148, 343, 752, 138 ], [ 148, 343, 752, 138 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 494, 752, 163 ], [ 148, 671, 751, 88 ], [ 148, 671, 751, 88 ], [ 148, 671, 751, 88 ], [ 148, 671, 751, 88 ], [ 148, 671, 751, 88 ], [ 148, 671, 751, 88 ], [ 148, 671, 751, 88 ], [ 148, 671, 751, 88 ], [ 148, 671, 751, 88 ], [ 149, 772, 750, 37 ], [ 149, 772, 750, 37 ], [ 149, 772, 750, 37 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 148, 847, 752, 87 ], [ 473, 822, 102, 12 ] ]
[ [ 190, 91, 669, 13 ], [ 452, 142, 140, 12 ], [ 150, 167, 51, 12 ], [ 273, 167, 183, 12 ], [ 470, 167, 431, 12 ], [ 149, 192, 91, 12 ], [ 255, 192, 91, 12 ], [ 333, 192, 182, 12 ], [ 540, 192, 99, 12 ], [ 654, 192, 120, 12 ], [ 787, 192, 112, 12 ], [ 149, 217, 751, 12 ], [ 149, 243, 593, 12 ], [ 757, 243, 141, 12 ], [ 148, 268, 751, 12 ], [ 149, 293, 750, 12 ], [ 150, 318, 311, 12 ], [ 150, 344, 51, 12 ], [ 272, 343, 627, 12 ], [ 148, 369, 752, 12 ], [ 149, 394, 276, 12 ], [ 442, 394, 457, 12 ], [ 149, 419, 750, 12 ], [ 149, 444, 752, 12 ], [ 149, 469, 685, 12 ], [ 150, 495, 51, 12 ], [ 273, 494, 627, 12 ], [ 149, 520, 331, 12 ], [ 498, 520, 402, 12 ], [ 149, 545, 750, 12 ], [ 149, 570, 51, 12 ], [ 214, 570, 88, 12 ], [ 328, 570, 83, 12 ], [ 425, 570, 24, 12 ], [ 463, 570, 55, 12 ], [ 531, 570, 172, 12 ], [ 720, 570, 77, 12 ], [ 811, 570, 89, 12 ], [ 148, 595, 210, 12 ], [ 372, 595, 525, 12 ], [ 149, 620, 383, 12 ], [ 546, 620, 102, 12 ], [ 673, 620, 225, 12 ], [ 149, 646, 402, 12 ], [ 150, 671, 51, 12 ], [ 272, 671, 37, 12 ], [ 323, 671, 175, 12 ], [ 513, 671, 220, 12 ], [ 747, 671, 151, 12 ], [ 149, 696, 564, 12 ], [ 729, 696, 171, 12 ], [ 149, 721, 750, 12 ], [ 148, 747, 662, 12 ], [ 150, 772, 51, 12 ], [ 273, 772, 626, 12 ], [ 149, 797, 206, 12 ], [ 150, 848, 51, 12 ], [ 273, 847, 107, 12 ], [ 397, 847, 24, 12 ], [ 435, 847, 74, 12 ], [ 524, 847, 23, 12 ], [ 561, 847, 112, 12 ], [ 690, 847, 71, 12 ], [ 777, 847, 64, 12 ], [ 856, 847, 44, 12 ], [ 148, 873, 105, 12 ], [ 284, 873, 68, 12 ], [ 367, 873, 132, 12 ], [ 517, 873, 52, 12 ], [ 584, 873, 74, 12 ], [ 673, 873, 105, 12 ], [ 795, 873, 35, 12 ], [ 845, 873, 55, 12 ], [ 148, 898, 751, 12 ], [ 149, 922, 751, 12 ], [ 473, 822, 102, 12 ] ]
[ 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7 ]
c2f55439dfc64fcf91ab06c4aeadb682b22df0c0d2787b70d6ad9b9ac221daef
WO2020210017A1.pdf
2
37
595
842
1,025
1,025
patents_wp
patents
11824
[ "We will use the fact that", "γ", "always crosses", "∂D", "transversely to prove that", "γ", "is in fact", "TGLL on slightly bigger disks of radius", "r", "+", "δ", "as long as one takes a somewhat bigger", "Lipschitz constant", "ˆ", "K", ". It is then an immediate result of lemma 4.3.1 that we can find an", "approximating polygon that is TCGL with radius", "r", ".", "Lemma 4.3.4.", "If", "γ", "is TGLL with radius", "r", ", then it is TGLL with radius", "r", "+", "δ", "for some", "δ >", "0", "and there is an approximating polygon", "P$_{γ}$", "which is TCGL with radius", "r", ".", "Proof.", "Step 1: Show that the quantities", "ν$_{1}$", "and", "ν$_{2}$", "are continuous as a function", "of", "s", "∈", "[0", ", L", "]", ".(see Fig. 4.6)", "Define", "R", "$^{2}$(", "s, t", ")", "≡ ||", "γ", "(", "s", ")", "−", "γ", "(", "t", ")", "||", "$^{2}$. Taking the derivative, we get", "Because", "ν$_{1}$", "and", "ν$_{2}$", "are both less than", "π/", "2", "and", "γ", "is graph-like in the disk, we have that", "both elements of this derivative are nowhere zero. By the implicit function theorem, we", "98", "DR", "=", "[", "$^{〈}$γ", "(", "s", ")", "−", "γ", "(", "t", ")", "R", "(", "s, t", ")", ", γ", "$^{′}$(", "s", ")$^{〉}$", ",$^{〈}$", "γ", "(", "t", ")", "−", "γ", "(", "s", ")", "R", "(", "s, t", ")", ", γ", "$^{′}$(", "t", ")$^{〉}$$^{]}$", ".", "Figure 4.7: TGLL implies TCGL: Step one", "γ", "(0)", "n", "(", "s", "+", "δ", ")", "n", "(", "s", ")", "˙", "γ", "(", "s", "+", "δ", ")", "γ", "(", "s", "+", "δ", ")", "γ", "(", "s", ")", "˙", "γ", "(", "s", ")", "ν" ]
[ [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 159, 747, 108 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 659, 747, 46 ], [ 150, 728, 747, 57 ], [ 150, 728, 747, 57 ], [ 150, 728, 747, 57 ], [ 150, 728, 747, 57 ], [ 150, 728, 747, 57 ], [ 150, 728, 747, 57 ], [ 150, 728, 747, 57 ], [ 150, 728, 747, 57 ], [ 150, 728, 747, 57 ], [ 150, 728, 747, 57 ], [ 150, 728, 747, 57 ], [ 150, 728, 747, 57 ], [ 150, 728, 747, 57 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 180, 790, 538, 26 ], [ 150, 886, 747, 46 ], [ 150, 886, 747, 46 ], [ 150, 886, 747, 46 ], [ 150, 886, 747, 46 ], [ 150, 886, 747, 46 ], [ 150, 886, 747, 46 ], [ 150, 886, 747, 46 ], [ 150, 886, 747, 46 ], [ 150, 886, 747, 46 ], [ 150, 886, 747, 46 ], [ 150, 886, 747, 46 ], [ 514, 963, 19, 15 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 297, 822, 454, 41 ], [ 339, 605, 370, 15 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ], [ 323, 275, 467, 312 ] ]
[ [ 180, 159, 212, 15 ], [ 399, 159, 10, 15 ], [ 416, 159, 120, 15 ], [ 543, 159, 27, 15 ], [ 578, 159, 221, 15 ], [ 806, 159, 10, 15 ], [ 823, 159, 74, 15 ], [ 150, 190, 344, 15 ], [ 502, 190, 8, 15 ], [ 517, 190, 15, 15 ], [ 537, 190, 8, 15 ], [ 554, 190, 343, 15 ], [ 150, 220, 155, 15 ], [ 317, 217, 9, 15 ], [ 312, 220, 16, 15 ], [ 330, 220, 568, 15 ], [ 150, 251, 426, 15 ], [ 583, 251, 8, 15 ], [ 593, 251, 5, 15 ], [ 150, 659, 131, 13 ], [ 290, 659, 13, 13 ], [ 310, 659, 10, 15 ], [ 328, 659, 175, 13 ], [ 510, 659, 8, 15 ], [ 519, 659, 250, 13 ], [ 776, 659, 8, 15 ], [ 789, 659, 15, 15 ], [ 808, 659, 8, 15 ], [ 824, 659, 73, 13 ], [ 150, 690, 30, 15 ], [ 186, 690, 9, 15 ], [ 203, 690, 327, 13 ], [ 537, 690, 19, 15 ], [ 566, 690, 232, 13 ], [ 806, 690, 8, 15 ], [ 815, 690, 6, 13 ], [ 150, 729, 51, 13 ], [ 212, 729, 317, 13 ], [ 535, 728, 16, 15 ], [ 559, 729, 35, 13 ], [ 601, 728, 16, 15 ], [ 625, 729, 272, 13 ], [ 150, 760, 18, 13 ], [ 176, 759, 9, 15 ], [ 191, 759, 13, 26 ], [ 210, 759, 15, 15 ], [ 225, 759, 22, 15 ], [ 247, 759, 5, 15 ], [ 252, 760, 134, 13 ], [ 180, 790, 54, 15 ], [ 240, 790, 14, 15 ], [ 255, 790, 15, 15 ], [ 271, 790, 25, 15 ], [ 296, 790, 7, 15 ], [ 309, 790, 32, 26 ], [ 342, 790, 10, 15 ], [ 353, 790, 7, 15 ], [ 360, 790, 9, 15 ], [ 370, 790, 7, 15 ], [ 382, 790, 15, 26 ], [ 402, 790, 10, 15 ], [ 413, 790, 7, 15 ], [ 421, 790, 7, 15 ], [ 428, 790, 7, 15 ], [ 435, 790, 11, 26 ], [ 446, 790, 271, 15 ], [ 150, 886, 68, 15 ], [ 226, 886, 16, 15 ], [ 250, 886, 31, 15 ], [ 289, 886, 16, 15 ], [ 313, 886, 155, 15 ], [ 476, 886, 21, 15 ], [ 497, 886, 10, 15 ], [ 513, 886, 32, 15 ], [ 553, 886, 10, 15 ], [ 571, 886, 327, 15 ], [ 150, 917, 747, 15 ], [ 514, 963, 19, 15 ], [ 297, 838, 31, 15 ], [ 334, 838, 15, 15 ], [ 355, 822, 11, 9 ], [ 367, 827, 27, 15 ], [ 395, 827, 7, 15 ], [ 403, 827, 9, 15 ], [ 412, 827, 7, 15 ], [ 424, 827, 15, 26 ], [ 444, 827, 10, 15 ], [ 455, 827, 7, 15 ], [ 463, 827, 7, 15 ], [ 470, 827, 7, 15 ], [ 403, 849, 14, 15 ], [ 418, 849, 7, 15 ], [ 426, 849, 25, 15 ], [ 451, 849, 7, 15 ], [ 480, 838, 18, 15 ], [ 500, 838, 12, 15 ], [ 512, 838, 9, 15 ], [ 521, 838, 22, 15 ], [ 547, 838, 23, 15 ], [ 573, 827, 10, 15 ], [ 584, 827, 7, 15 ], [ 592, 827, 7, 15 ], [ 599, 827, 7, 15 ], [ 611, 827, 15, 26 ], [ 631, 827, 10, 15 ], [ 642, 827, 7, 15 ], [ 650, 827, 9, 15 ], [ 659, 827, 7, 15 ], [ 592, 849, 14, 15 ], [ 607, 849, 7, 15 ], [ 615, 849, 25, 15 ], [ 640, 849, 7, 15 ], [ 669, 838, 18, 15 ], [ 689, 838, 12, 15 ], [ 701, 838, 7, 15 ], [ 708, 838, 34, 15 ], [ 746, 838, 5, 15 ], [ 339, 605, 370, 15 ], [ 374, 526, 10, 15 ], [ 386, 526, 25, 15 ], [ 719, 296, 11, 15 ], [ 731, 296, 7, 15 ], [ 739, 296, 9, 15 ], [ 752, 296, 15, 15 ], [ 772, 296, 8, 15 ], [ 782, 296, 7, 15 ], [ 722, 343, 11, 15 ], [ 733, 343, 7, 15 ], [ 741, 343, 9, 15 ], [ 750, 343, 7, 15 ], [ 624, 290, 5, 15 ], [ 621, 290, 10, 15 ], [ 633, 290, 7, 15 ], [ 640, 290, 9, 15 ], [ 654, 290, 15, 15 ], [ 674, 290, 8, 15 ], [ 683, 290, 7, 15 ], [ 561, 354, 10, 15 ], [ 572, 354, 7, 15 ], [ 579, 354, 9, 15 ], [ 593, 354, 15, 15 ], [ 613, 354, 8, 15 ], [ 622, 354, 7, 15 ], [ 585, 392, 10, 15 ], [ 596, 392, 7, 15 ], [ 604, 392, 9, 15 ], [ 613, 392, 7, 15 ], [ 659, 314, 5, 15 ], [ 656, 314, 10, 15 ], [ 667, 314, 7, 15 ], [ 675, 314, 9, 15 ], [ 684, 314, 7, 15 ], [ 688, 334, 9, 15 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6 ]
97a33ac819ae1359ebd8bb771003bfcf5d8a2be94a0a199d4f121b3da805f5c1
1408.5954.pdf
102
128
612
792
1,025
1,025
arxiv_doublespaced
scientific_articles
11825
[ "mysqldump — A Database Backup Program", "This option is useful for dumping large tables. It forces ", "mysqldump", " to retrieve rows for a table from the", "server a row at a time rather than retrieving the entire row set and buffering it in memory before writing it", "out.", "See the description for the ", "--opt", " option.", "•", "--skip-opt", "•", "--add-locks", "•", "--flush-logs", ", ", "-F", "Transactional Options", "The following options trade off the performance of the dump operation, against the reliability and", "consistency of the exported data.", "Surround each table dump with ", "LOCK TABLES", " and ", "UNLOCK TABLES", " statements. This results in faster", "inserts when the dump file is reloaded. See Section 8.2.5.1, “Optimizing INSERT Statements”", ".", "Flush the MySQL server log files before starting the dump. This option requires the ", "RELOAD", " privilege.", "If you use this option in combination with the ", "--all-databases", " option, the logs are flushed ", "for each", "database dumped", ". The exception is when using ", "--lock-all-tables", ", ", "--master-data", ", or ", "--", "single-transaction", ": In this case, the logs are flushed only once, corresponding to the moment that", "all tables are locked by ", "FLUSH TABLES WITH READ LOCK", ". If you want your dump and the log flush", "to happen at exactly the same moment, you should use ", "--flush-logs", " together with ", "--lock-all-", "tables", ", ", "--master-data", ", or ", "--single-transaction", ".", "Add a ", "FLUSH PRIVILEGES", " statement to the dump output after dumping the ", "mysql", " database. This", "option should be used any time the dump contains the ", "mysql", " database and any other database that", "depends on the data in the ", "mysql", " database for proper restoration.", "Because the dump file contains a ", "FLUSH PRIVILEGES", " statement, reloading the file requires privileges", "sufficient to execute that statement.", "•", "--flush-privileges", "Note", "For upgrades to MySQL 5.7 or higher from older versions, do not use ", "--", "flush-privileges", ". For upgrade instructions in this case, see Section 2.11.4,", "“Changes in MySQL 8.0”", ".", "Lock all tables across all databases. This is achieved by acquiring a global read lock for the duration of", "the whole dump. This option automatically turns off ", "--single-transaction", " and ", "--lock-tables", ".", "For each dumped database, lock all tables to be dumped before dumping them. The tables are locked", "with ", "READ LOCAL", " to permit concurrent inserts in the case of ", "MyISAM", " tables. For transactional tables", "such as ", "InnoDB", ", ", "--single-transaction", " is a much better option than ", "--lock-tables", " because it", "does not need to lock the tables at all.", "•", "--lock-all-tables", ", ", "-x", "•", "--lock-tables", ", ", "-l", "498" ]
[ [ 333, 48, 331, 11 ], [ 157, 94, 769, 43 ], [ 157, 94, 769, 43 ], [ 157, 94, 769, 43 ], [ 157, 94, 769, 43 ], [ 157, 94, 769, 43 ], [ 157, 185, 305, 11 ], [ 157, 185, 305, 11 ], [ 157, 185, 305, 11 ], [ 140, 154, 117, 11 ], [ 140, 154, 117, 11 ], [ 140, 294, 127, 11 ], [ 140, 294, 127, 11 ], [ 140, 369, 166, 11 ], [ 140, 369, 166, 11 ], [ 140, 369, 166, 11 ], [ 140, 369, 166, 11 ], [ 60, 216, 212, 14 ], [ 140, 250, 711, 27 ], [ 140, 250, 711, 27 ], [ 157, 325, 760, 27 ], [ 157, 325, 760, 27 ], [ 157, 325, 760, 27 ], [ 157, 325, 760, 27 ], [ 157, 325, 760, 27 ], [ 157, 325, 760, 27 ], [ 157, 325, 760, 27 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 400, 766, 105 ], [ 157, 553, 742, 43 ], [ 157, 553, 742, 43 ], [ 157, 553, 742, 43 ], [ 157, 553, 742, 43 ], [ 157, 553, 742, 43 ], [ 157, 553, 742, 43 ], [ 157, 553, 742, 43 ], [ 157, 553, 742, 43 ], [ 157, 553, 742, 43 ], [ 157, 553, 742, 43 ], [ 157, 553, 742, 43 ], [ 157, 615, 763, 27 ], [ 157, 615, 763, 27 ], [ 157, 615, 763, 27 ], [ 157, 615, 763, 27 ], [ 140, 522, 197, 11 ], [ 140, 522, 197, 11 ], [ 298, 662, 37, 11 ], [ 298, 693, 591, 43 ], [ 298, 693, 591, 43 ], [ 298, 693, 591, 43 ], [ 298, 693, 591, 43 ], [ 298, 693, 591, 43 ], [ 298, 693, 591, 43 ], [ 157, 783, 759, 27 ], [ 157, 783, 759, 27 ], [ 157, 783, 759, 27 ], [ 157, 783, 759, 27 ], [ 157, 783, 759, 27 ], [ 157, 783, 759, 27 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 157, 859, 760, 58 ], [ 140, 752, 216, 11 ], [ 140, 752, 216, 11 ], [ 140, 752, 216, 11 ], [ 140, 752, 216, 11 ], [ 140, 827, 176, 11 ], [ 140, 827, 176, 11 ], [ 140, 827, 176, 11 ], [ 140, 827, 176, 11 ], [ 60, 964, 27, 11 ] ]
[ [ 333, 48, 331, 11 ], [ 157, 94, 405, 11 ], [ 563, 96, 90, 10 ], [ 653, 94, 264, 11 ], [ 157, 110, 769, 11 ], [ 157, 126, 27, 11 ], [ 157, 185, 200, 11 ], [ 357, 186, 50, 10 ], [ 407, 185, 54, 11 ], [ 140, 154, 19, 11 ], [ 157, 155, 100, 10 ], [ 140, 294, 19, 11 ], [ 157, 295, 110, 10 ], [ 140, 369, 19, 11 ], [ 157, 370, 120, 10 ], [ 278, 369, 9, 11 ], [ 287, 370, 20, 10 ], [ 60, 216, 212, 14 ], [ 140, 250, 711, 11 ], [ 140, 266, 245, 11 ], [ 157, 325, 236, 11 ], [ 393, 326, 110, 10 ], [ 504, 325, 37, 11 ], [ 541, 326, 130, 10 ], [ 672, 325, 245, 11 ], [ 157, 341, 719, 11 ], [ 849, 341, 4, 11 ], [ 157, 400, 617, 11 ], [ 774, 402, 60, 10 ], [ 834, 400, 71, 11 ], [ 157, 416, 333, 11 ], [ 490, 417, 150, 10 ], [ 641, 416, 210, 11 ], [ 851, 416, 60, 11 ], [ 157, 431, 134, 11 ], [ 291, 431, 225, 11 ], [ 516, 433, 170, 10 ], [ 687, 431, 9, 11 ], [ 696, 433, 130, 10 ], [ 827, 431, 28, 11 ], [ 856, 433, 20, 10 ], [ 157, 448, 180, 10 ], [ 338, 447, 585, 11 ], [ 157, 463, 175, 11 ], [ 332, 464, 271, 10 ], [ 603, 463, 301, 11 ], [ 157, 478, 415, 11 ], [ 572, 479, 120, 10 ], [ 693, 478, 105, 11 ], [ 798, 479, 110, 10 ], [ 157, 495, 60, 10 ], [ 217, 494, 9, 11 ], [ 227, 495, 130, 10 ], [ 357, 494, 28, 11 ], [ 386, 495, 200, 10 ], [ 587, 494, 4, 11 ], [ 157, 553, 48, 11 ], [ 205, 554, 160, 10 ], [ 366, 553, 362, 11 ], [ 728, 554, 50, 10 ], [ 779, 553, 114, 11 ], [ 157, 569, 405, 11 ], [ 563, 570, 50, 10 ], [ 613, 569, 286, 11 ], [ 157, 584, 202, 11 ], [ 360, 585, 50, 10 ], [ 410, 584, 239, 11 ], [ 157, 615, 251, 11 ], [ 408, 616, 160, 10 ], [ 569, 615, 350, 11 ], [ 157, 631, 263, 11 ], [ 140, 522, 19, 11 ], [ 157, 523, 180, 10 ], [ 298, 662, 37, 11 ], [ 298, 693, 516, 11 ], [ 815, 694, 20, 10 ], [ 298, 710, 160, 10 ], [ 459, 708, 431, 11 ], [ 298, 724, 211, 11 ], [ 482, 724, 4, 11 ], [ 157, 783, 759, 11 ], [ 157, 799, 381, 11 ], [ 539, 800, 200, 10 ], [ 740, 799, 37, 11 ], [ 777, 800, 130, 10 ], [ 907, 799, 4, 11 ], [ 157, 859, 754, 11 ], [ 157, 874, 34, 11 ], [ 191, 875, 100, 10 ], [ 292, 874, 316, 11 ], [ 608, 875, 60, 10 ], [ 669, 874, 232, 11 ], [ 157, 890, 62, 11 ], [ 219, 891, 60, 10 ], [ 280, 890, 9, 11 ], [ 289, 891, 200, 10 ], [ 490, 890, 215, 11 ], [ 706, 891, 130, 10 ], [ 837, 890, 80, 11 ], [ 157, 905, 281, 11 ], [ 140, 752, 19, 11 ], [ 157, 754, 170, 10 ], [ 328, 752, 9, 11 ], [ 337, 754, 20, 10 ], [ 140, 827, 19, 11 ], [ 157, 829, 130, 10 ], [ 288, 827, 9, 11 ], [ 297, 829, 20, 10 ], [ 60, 964, 27, 11 ] ]
[ 5, 9, 9, 9, 9, 9, 9, 9, 9, 3, 3, 3, 3, 3, 3, 3, 3, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 3, 3, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 7, 7, 7, 7, 7, 7, 4 ]
b8bf6cde0ae40a8a711cc69459b1fd81232b480f04941f5ece4ad48973721724
refman-8.0-en.pdf
527
6,228
612
792
1,025
1,025
manuals
manuals
11826
[ "[18]", "S. P. Martin and M. T. Vaughn, Phys. Rev. D", "50", ", 2282 (1994) [arXiv:hep-ph/9311340].", "[19]", "J. L. Feng,", "C.", "G. Lester,", "Y.", "Nir and Y. Shadmi,", "Phys. Rev. D", "77", ",", "076002 (2008)", "[arXiv:0712.0674 [hep-ph]].", "[20]", "Z. z. Xing, H. Zhang and S. Zhou, Phys. Rev. D", "77", ", 113016 (2008) [arXiv:0712.1419 [hep-ph]].", "[21]", "G. Hiller and Y. Nir, JHEP", "0803", ", 046 (2008) [arXiv:0802.0916 [hep-ph]].", "29" ]
[ [ 120, 95, 739, 14 ], [ 120, 95, 739, 14 ], [ 120, 95, 739, 14 ], [ 120, 95, 739, 14 ], [ 120, 123, 780, 42 ], [ 120, 123, 780, 42 ], [ 120, 123, 780, 42 ], [ 120, 123, 780, 42 ], [ 120, 123, 780, 42 ], [ 120, 123, 780, 42 ], [ 120, 123, 780, 42 ], [ 120, 123, 780, 42 ], [ 120, 123, 780, 42 ], [ 120, 123, 780, 42 ], [ 120, 123, 780, 42 ], [ 120, 179, 781, 14 ], [ 120, 179, 781, 14 ], [ 120, 179, 781, 14 ], [ 120, 179, 781, 14 ], [ 120, 207, 623, 14 ], [ 120, 207, 623, 14 ], [ 120, 207, 623, 14 ], [ 120, 207, 623, 14 ], [ 491, 978, 19, 15 ] ]
[ [ 120, 95, 21, 14 ], [ 156, 95, 373, 14 ], [ 536, 96, 20, 12 ], [ 557, 95, 302, 14 ], [ 120, 123, 24, 14 ], [ 160, 123, 95, 14 ], [ 269, 123, 16, 14 ], [ 302, 123, 82, 14 ], [ 397, 123, 16, 14 ], [ 430, 123, 172, 14 ], [ 615, 123, 117, 14 ], [ 745, 124, 20, 12 ], [ 765, 123, 5, 14 ], [ 784, 123, 116, 14 ], [ 158, 151, 214, 14 ], [ 120, 179, 21, 14 ], [ 155, 179, 380, 14 ], [ 541, 180, 20, 12 ], [ 561, 179, 339, 14 ], [ 120, 207, 22, 14 ], [ 157, 207, 222, 14 ], [ 386, 208, 41, 12 ], [ 428, 207, 316, 14 ], [ 491, 978, 19, 15 ] ]
[ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4 ]
ac957aae0b4aad68085cf233c9b17959a5a4a038b9e573114f7baf15a333738f
1001.1513.pdf
28
29
612
792
1,025
1,025
arxiv_mediumspaced
scientific_articles
11827
[ "Impairment of Long-Lived Assets", "Goodwill and Intangible Assets", "Other Non-Current Assets", "Income Taxes", "57", "The Company reviews its long-lived assets for impairment whenever events or changes in circumstances indicate that the carrying amount of an", "asset or asset group may not be recoverable. The Company records impairment losses on long-lived assets used in operations, or asset group, when", "events and circumstances indicate that the assets might be impaired and the estimated cash flows (undiscounted and without interest charges) to", "be generated by those assets or asset group over the remaining lives of the assets or asset group are less than the carrying amounts of those", "assets. In calculating impairments and the estimated cash flows, the Company assigns its asset groups by determining the lowest level for which", "there are identifiable cash flows that are largely independent of the cash flows of the other Company assets. The net carrying values of assets or", "asset group not recoverable are reduced to their fair values. Alico's cash flow estimates are based on historical results adjusted to reflect best", "estimates of future market conditions and operating conditions. For fiscal years ended September 30, 2019, 2018 and 2017, the Company recorded", "impairments to its long-lived assets (see Note 5. “Property and Equipment, Net”). As of September 30, 2019, 2018 and 2017, long-lived assets were", "comprised of property and equipment.", "Goodwill represents the excess of the purchase price of acquired businesses over the fair value of the assets acquired less liabilities assumed in", "connection with such acquisition. In accordance with the provisions of ASC 350, Intangibles-Goodwill and Other, goodwill and intangible assets", "with indefinite useful lives acquired in an acquisition are not amortized, but instead are tested for impairment at least annually, on the same date,", "or more frequently should an event occur or circumstances indicate that the carrying amount may be impaired. Such events or circumstances may", "be a significant change in business climate, economic and industry trends, legal factors, negative operating performance indicators, significant", "competition, changes in strategy or disposition of a reporting unit or a portion thereof.", "In the evaluation of goodwill for impairment, Alico has the option to perform a qualitative assessment to determine whether further impairment", "testing is necessary or to perform a quantitative assessment by comparing the fair value of a reporting unit to its carrying amount, including", "goodwill. Under the qualitative assessment, an entity is not required to calculate the fair value of a reporting unit unless the entity determines that", "it is more likely than not that its fair value is less than its carrying amount. If, under the quantitative assessment, the fair value of a reporting unit is", "less than it's carrying amount, then the amount of the impairment loss, if any, must be measured under step two of the impairment analysis. In step", "two of the analysis, Alico would record an impairment loss equal to the excess of the carrying value of the reporting unit’s goodwill over its implied", "fair value, should such a circumstance arise. As of September 30, 2019 and 2018, no impairment was required.", "Other non-current assets primarily include investments owned in agricultural cooperatives, cash surrender value on life insurance, and deposits on", "the purchase of citrus trees. Investments in stock related to agricultural cooperatives are carried at cost.", "The Company uses the asset and liability method of accounting for deferred income taxes. The provision for income taxes includes income taxes", "currently payable and those deferred as a result of temporary differences between the financial statements and the income tax basis of assets and", "liabilities. Deferred income tax assets and liabilities are measured using enacted income tax rates expected to apply to taxable income in the years", "in which those temporary differences are expected to be recovered or settled. The effect of a change in income tax rates on deferred income tax", "assets and liabilities is recognized in income or loss in the period that includes the enactment date. A valuation allowance is provided to reduce", "deferred tax assets to the amount of future tax benefit when it is more likely than not that some portion or all of the deferred tax assets will not be", "realized. Projected future taxable income and ongoing tax planning strategies are considered and evaluated when assessing the need for a", "valuation allowance. Any increase or decrease in a valuation allowance could have a material adverse or beneficial impact on the Company’s", "income tax provision and net income or loss in the period the determination is made. For the fiscal years ended September 30, 2019, 2018 and", "2017, the Company recorded valuation allowances of $0, $5,634,000 and $581,000, respectively, relating to the unutilized capital loss", "carryforwards which expired. The Company recognizes interest and/or penalties related to income tax matters in income tax expense.", "The Company recognizes the effect of income tax positions only if those positions are more likely than not of being sustained. Recognized income", "tax positions are measured at the largest amount that is greater than 50% likely of being realized. Changes in recognition or measurement are", "reflected in the period in which a change in judgment occurs. The Company records interest related to unrecognized tax benefits in income tax", "expense." ]
[ [ 24, 35, 239, 10 ], [ 24, 181, 224, 10 ], [ 24, 372, 188, 10 ], [ 24, 428, 99, 10 ], [ 503, 653, 16, 10 ], [ 24, 58, 973, 111 ], [ 24, 58, 973, 111 ], [ 24, 58, 973, 111 ], [ 24, 58, 973, 111 ], [ 24, 58, 973, 111 ], [ 24, 58, 973, 111 ], [ 24, 58, 973, 111 ], [ 24, 58, 973, 111 ], [ 24, 58, 973, 111 ], [ 24, 58, 973, 111 ], [ 24, 204, 973, 66 ], [ 24, 204, 973, 66 ], [ 24, 204, 973, 66 ], [ 24, 204, 973, 66 ], [ 24, 204, 973, 66 ], [ 24, 204, 973, 66 ], [ 24, 282, 973, 77 ], [ 24, 282, 973, 77 ], [ 24, 282, 973, 77 ], [ 24, 282, 973, 77 ], [ 24, 282, 973, 77 ], [ 24, 282, 973, 77 ], [ 24, 282, 973, 77 ], [ 24, 394, 973, 21 ], [ 24, 394, 973, 21 ], [ 24, 450, 973, 122 ], [ 24, 450, 973, 122 ], [ 24, 450, 973, 122 ], [ 24, 450, 973, 122 ], [ 24, 450, 973, 122 ], [ 24, 450, 973, 122 ], [ 24, 450, 973, 122 ], [ 24, 450, 973, 122 ], [ 24, 450, 973, 122 ], [ 24, 450, 973, 122 ], [ 24, 450, 973, 122 ], [ 24, 585, 973, 44 ], [ 24, 585, 973, 44 ], [ 24, 585, 973, 44 ], [ 24, 585, 973, 44 ] ]
[ [ 24, 35, 239, 10 ], [ 24, 181, 224, 10 ], [ 24, 372, 188, 10 ], [ 24, 428, 99, 10 ], [ 503, 653, 16, 10 ], [ 24, 58, 973, 10 ], [ 24, 69, 973, 10 ], [ 24, 80, 973, 10 ], [ 24, 91, 973, 10 ], [ 24, 103, 973, 10 ], [ 24, 114, 973, 10 ], [ 24, 125, 973, 10 ], [ 24, 136, 973, 10 ], [ 24, 147, 973, 10 ], [ 24, 159, 252, 10 ], [ 24, 204, 973, 10 ], [ 24, 215, 973, 10 ], [ 24, 226, 973, 10 ], [ 24, 237, 973, 10 ], [ 24, 248, 973, 10 ], [ 24, 260, 569, 10 ], [ 24, 282, 973, 10 ], [ 24, 293, 973, 10 ], [ 24, 305, 973, 10 ], [ 24, 316, 973, 10 ], [ 24, 327, 973, 10 ], [ 24, 338, 973, 10 ], [ 24, 349, 729, 10 ], [ 24, 394, 973, 10 ], [ 24, 406, 689, 10 ], [ 24, 450, 973, 10 ], [ 24, 462, 973, 10 ], [ 24, 473, 973, 10 ], [ 24, 484, 973, 10 ], [ 24, 495, 973, 10 ], [ 24, 507, 973, 10 ], [ 24, 518, 973, 10 ], [ 24, 529, 973, 10 ], [ 24, 540, 973, 10 ], [ 24, 552, 973, 10 ], [ 24, 563, 879, 10 ], [ 24, 585, 973, 10 ], [ 24, 596, 973, 10 ], [ 24, 608, 973, 10 ], [ 24, 619, 57, 10 ] ]
[ 7, 7, 7, 7, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
8d589353d0df450f4bf36e2329b86bea6cdd88e7a74b3ba549f49792164f66a0
0000003545-19-000143_20191205x10k.pdf
60
93
595
842
1,025
1,025
sec_filings
financial_reports
11828
[ "REPORT OF INDEPENDENT REGISTERED PUBLIC ACCOUNTING FIRM", "The Board of Directors and Shareholders of", "Amdocs Limited", "We have audited Amdocs Limited’s internal control over financial reporting as of September 30, 2013,", "based on criteria established in Internal Control — Integrated Framework issued by the Committee of Sponsoring", "Organizations of the Treadway Commission (1992 framework) (the COSO criteria). Amdocs Limited’s", "management is responsible for maintaining effective internal control over financial reporting, and for its", "assessment of the effectiveness of internal control over financial reporting included in the accompanying", "Management’s Report on Internal Control Over Financial Reporting. Our responsibility is to express an opinion", "on the company’s internal control over financial reporting based on our audit.", "We conducted our audit in accordance with the standards of the Public Company Accounting Oversight", "Board (United States). Those standards require that we plan and perform the audit to obtain reasonable assurance", "about whether effective internal control over financial reporting was maintained in all material respects. Our", "audit included obtaining an understanding of internal control over financial reporting, assessing the risk that a", "material weakness exists, testing and evaluating the design and operating effectiveness of internal control based", "on the assessed risk, and performing such other procedures as we considered necessary in the circumstances. We", "believe that our audit provides a reasonable basis for our opinion.", "A company’s internal control over financial reporting is a process designed to provide reasonable assurance", "regarding the reliability of financial reporting and the preparation of financial statements for external purposes in", "accordance with generally accepted accounting principles. A company’s internal control over financial reporting", "includes those policies and procedures that (1) pertain to the maintenance of records that, in reasonable detail,", "accurately and fairly reflect the transactions and dispositions of the assets of the company; (2) provide reasonable", "assurance that transactions are recorded as necessary to permit preparation of financial statements in accordance", "with generally accepted accounting principles, and that receipts and expenditures of the company are being made", "only in accordance with authorizations of management and directors of the company; and (3) provide reasonable", "assurance regarding prevention or timely detection of unauthorized acquisition, use, or disposition of the", "company’s assets that could have a material effect on the financial statements.", "Because of its inherent limitations, internal control over financial reporting may not prevent or detect", "misstatements. Also, projections of any evaluation of effectiveness to future periods are subject to the risk that", "controls may become inadequate because of changes in conditions, or that the degree of compliance with the", "policies or procedures may deteriorate.", "In our opinion, Amdocs Limited maintained, in all material respects, effective internal control over financial", "reporting as of September 30, 2013, based on the COSO criteria.", "We also have audited, in accordance with the standards of the Public Company Accounting Oversight Board", "(United States), the consolidated balance sheets of Amdocs Limited as of September 30, 2013 and 2012, and the", "related consolidated statements of income, comprehensive income, changes in shareholders’ equity, and cash", "flows for each of the three years in the period ended September 30, 2013 of Amdocs Limited and our report dated", "December 9, 2013 expressed an unqualified opinion thereon.", "/s/ ERNST & YOUNG LLP", "New York, New York", "December 9, 2013", "F-4" ]
[ [ 225, 91, 573, 11 ], [ 130, 122, 294, 27 ], [ 130, 122, 294, 27 ], [ 130, 161, 763, 105 ], [ 130, 161, 763, 105 ], [ 130, 161, 763, 105 ], [ 130, 161, 763, 105 ], [ 130, 161, 763, 105 ], [ 130, 161, 763, 105 ], [ 130, 161, 763, 105 ], [ 130, 278, 763, 105 ], [ 130, 278, 763, 105 ], [ 130, 278, 763, 105 ], [ 130, 278, 763, 105 ], [ 130, 278, 763, 105 ], [ 130, 278, 763, 105 ], [ 130, 278, 763, 105 ], [ 130, 394, 763, 151 ], [ 130, 394, 763, 151 ], [ 130, 394, 763, 151 ], [ 130, 394, 763, 151 ], [ 130, 394, 763, 151 ], [ 130, 394, 763, 151 ], [ 130, 394, 763, 151 ], [ 130, 394, 763, 151 ], [ 130, 394, 763, 151 ], [ 130, 394, 763, 151 ], [ 130, 557, 763, 58 ], [ 130, 557, 763, 58 ], [ 130, 557, 763, 58 ], [ 130, 557, 763, 58 ], [ 130, 627, 763, 27 ], [ 130, 627, 763, 27 ], [ 130, 666, 763, 73 ], [ 130, 666, 763, 73 ], [ 130, 666, 763, 73 ], [ 130, 666, 763, 73 ], [ 130, 666, 763, 73 ], [ 630, 759, 192, 11 ], [ 130, 790, 148, 27 ], [ 130, 790, 148, 27 ], [ 500, 930, 23, 11 ] ]
[ [ 225, 91, 573, 11 ], [ 130, 122, 294, 11 ], [ 130, 138, 113, 11 ], [ 164, 161, 730, 11 ], [ 130, 177, 763, 11 ], [ 130, 192, 763, 11 ], [ 130, 208, 763, 11 ], [ 130, 223, 763, 11 ], [ 130, 239, 763, 11 ], [ 130, 254, 520, 11 ], [ 164, 278, 730, 11 ], [ 130, 293, 763, 11 ], [ 130, 309, 763, 11 ], [ 130, 324, 763, 11 ], [ 130, 340, 763, 11 ], [ 130, 355, 763, 11 ], [ 130, 371, 439, 11 ], [ 164, 394, 730, 11 ], [ 130, 410, 763, 11 ], [ 130, 425, 763, 11 ], [ 130, 441, 763, 11 ], [ 130, 456, 763, 11 ], [ 130, 472, 763, 11 ], [ 130, 487, 763, 11 ], [ 130, 503, 763, 11 ], [ 130, 518, 763, 11 ], [ 130, 534, 524, 11 ], [ 164, 557, 730, 11 ], [ 130, 573, 763, 11 ], [ 130, 588, 763, 11 ], [ 130, 604, 261, 11 ], [ 164, 627, 730, 11 ], [ 130, 643, 433, 11 ], [ 164, 666, 730, 11 ], [ 130, 682, 763, 11 ], [ 130, 697, 763, 11 ], [ 130, 713, 763, 11 ], [ 130, 728, 408, 11 ], [ 630, 759, 192, 11 ], [ 130, 790, 148, 11 ], [ 130, 806, 123, 11 ], [ 500, 930, 23, 11 ] ]
[ 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4 ]
f0237b90b300d607a10791f0db1028fbddd3bf690915eea73bf3672470c7f973
NYSE_DOX_2013.pdf
87
123
612
792
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11829
[ "2", "difference from LCDM results and the bias between CDM", "and baryons;", "§", "III", "D briefly describes the essential mod-", "ifications one must bear in mind when identifying", "viri-", "alized", "halos from the simulation outputs and shows the", "mass functions for our models;", "§", "III", "E we pick out two", "halos from our simulation box and analyzes their total", "internal profiles, as well as their baryonic/CDM density", "profiles. We finally summarize in", "§", "IV.", "In this section we first describe the method to simulate", "structure formation with two differently coupled matter", "species and the appropriate equations to be used. Those", "equations for a single matter species have been discussed", "in details previously in [23], but the inclusion of different", "matter species requires further modifications and we list", "all these for completeness.", "instead simplifies the simulation by assuming that the", "scalar field’s effect is to change the value of the gravi-", "tational constant, and presenting an justifying argument", "for such an approximation. As discussed in [23, 24], this", "approximation is only good in certain parameter spaces", "and for certain choices of the scalar field potential, and", "therefore full simulations tare needed to study the scalar", "field behaviour more rigorously.", "Recently there have also appeared", "N", "-body simulations", "of the", "f", "(", "R", ") gravity model [25, 26], which do solve the", "scalar degree of freedom explicitly. However, embedded", "in the", "f", "(", "R", ") framework there are some limitations in the", "generality of these works. As a first thing,", "f", "(", "R", ") gravity", "model (no matter what the form", "f", "is) only corresponds", "to the couple scalar field models for a specific value of", "coupling strength [27]. Second, in", "f", "(", "R", ") models the cor-", "rection to standard general relativity is through the mod-", "ification to the Poisson equation and thus to the gravi-", "tational potential as a whole [25], while in the coupled", "scalar field models we could clearly separate the scalar", "fifth force from gravity and analyze the former directly", "[23]. Also, in", "f", "(", "R", ") models, as well as the scalar-tensor", "theories, the coupling between matter and the scalar field", "is universal (the same to dark matter and baryons), while", "in the couple scalar field models it is straightforward to", "switch on/off the coupling to baryons and study the ef-", "fects on baryonic and dark matter clusterings respectively", "(as we will do in this paper). Correspondingly, the gen-", "eral framework of", "N", "-body simulations in coupled scalar", "field models could also handle the situation where the", "chameleon effect is absent and/or scalar field only couples", "to dark matter, and thus provide a testbed for possible", "violations of the weak equivalence principle.", "The Lagrangian for our coupled scalar field model is", "where", "R", "is the Ricci scalar,", "κ", "= 8", "πG", "with", "G", "Newton’s", "constant,", "ϕ", "is the scalar field,", "V", "(", "ϕ", ") is its potential energy", "and", "C", "(", "ϕ", ") its coupling to dark matter, which is assumed", "to be cold and described by the Lagrangian", "L", "$_{CDM}$.", "L", "S", "in-", "cludes all other matter species, in particular our", "baryons", ".", "The contribution from photons and neutrinos in the", "N", "-", "body simulations (for late times,", "i.e.", ",", "z", "∼ O", "(1)) is negli-", "gible, but should be included when generating the matter", "power spectrum from which the initial conditions for our", "N", "-body simulations are obtained (see below).", "The dark matter Lagrangian for a point-like particle", "with bare mass", "m$_{0}$", "is", "In this paper we shall go beyond [23] and consider the", "case where the chameleon scalar field couples differently", "to different species of matter. To be explicit, we consider", "two matter species, and let one of them have no coupling", "to the scalar field. Because it is commonly believed that", "normal baryons, being observable in a variety of experi-", "ments, should have extremely weak (if any) coupling to", "scalar fields, we call the uncoupled matter species in our", "simulation ”baryons”. It is however reminded here that", "this matter species is not really baryonic in the sense", "that it does not experience normal baryonic interactions.", "The inclusion of true baryons will make the investigation", "more complicated and is thus beyond the scope of the", "present work.", "The paper is organized as follows: in", "§", "II", "we list the", "essential equations to be implemented in the", "N", "-body sim-", "ulations and describe briefly the difference from normal", "LCDM simulations.", "§", "III", "is the main body of the paper,", "in which", "§", "III", "A gives the details about our simulations,", "such as code description and parameter set-up,", "§", "III", "B", "displays some preliminary results for visualization, such", "as baryon/CDM distribution, potential/scalar field con-", "figuration and the correlation between the fifth force (for", "CDM particles) and gravity;", "§", "III", "C quantifies the nonlin-", "ear matter power spectrum of our model, especially the", "Also, because", "g$_{ab}$", "˙", "x", "a", "0", "˙", "x", "b", "0", "≡", "g$_{ab}$u", "$^{a}$ub", "= 1 where", "u", "a", "is the", "four velocity of the dark matter particle, the Lagrangian", "could be rewritten as", "where", "y", "is the coordinate and", "x", "0", "is the coordinate of the", "centre of the particle. From this equation it can be easily", "derived that", "L", "$_{CDM}$(", "y", ") =", "−", "m$_{0}$", "√", "−", "g", "δ", "(", "y", "−", "x", "$_{0}$)", "√", "g$_{ab}$", "˙", "x", "a", "0", "˙", "x", "b", "0", "(2)", "T", "ab", "CDM", "=", "m$_{0}$", "√", "−", "g", "δ", "(", "y", "−", "x", "$_{0}$) ˙", "x", "a", "0", "˙", "x", "b", "$_{0}$.", "(3)", "L", "$_{CDM}$(", "y", ") =", "−", "m$_{0}$", "√", "−", "g", "δ", "(", "y", "−", "x", "$_{0}$)", ",", "(4)", "which will be used below.", "L", "=", "1", "2", "[", "R", "κ", "− ∇", "$^{a}$ϕ", "∇", "$_{a}$ϕ", "]", "+", "V", "(", "ϕ", ")", "−", "C", "(", "ϕ", ")", "L", "CDM", "+", "L", "$_{S}$(1)", "A.", "The Fundamental Equations", "II.", "THE EQUATIONS" ]
[ [ 933, 37, 8, 12 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 70, 410, 125 ], [ 530, 254, 410, 101 ], [ 530, 254, 410, 101 ], [ 530, 254, 410, 101 ], [ 530, 254, 410, 101 ], [ 530, 254, 410, 101 ], [ 530, 254, 410, 101 ], [ 530, 254, 410, 101 ], [ 90, 70, 410, 116 ], [ 90, 70, 410, 116 ], [ 90, 70, 410, 116 ], [ 90, 70, 410, 116 ], [ 90, 70, 410, 116 ], [ 90, 70, 410, 116 ], [ 90, 70, 410, 116 ], [ 90, 70, 410, 116 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 90, 192, 410, 368 ], [ 547, 423, 382, 12 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 496, 410, 146 ], [ 530, 645, 410, 27 ], [ 530, 645, 410, 27 ], [ 530, 645, 410, 27 ], [ 530, 645, 410, 27 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 565, 410, 205 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 90, 775, 410, 161 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 827, 411, 44 ], [ 530, 731, 410, 42 ], [ 530, 731, 410, 42 ], [ 530, 731, 410, 42 ], [ 530, 731, 410, 42 ], [ 530, 731, 410, 42 ], [ 530, 731, 410, 42 ], [ 530, 731, 410, 42 ], [ 530, 731, 410, 42 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 588, 686, 352, 40 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 624, 781, 316, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 622, 878, 318, 39 ], [ 530, 924, 186, 12 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 540, 451, 400, 38 ], [ 607, 391, 256, 10 ], [ 607, 391, 256, 10 ], [ 642, 222, 187, 10 ], [ 642, 222, 187, 10 ] ]
[ [ 933, 37, 8, 12 ], [ 530, 70, 410, 12 ], [ 530, 85, 94, 12 ], [ 630, 85, 7, 22 ], [ 644, 85, 14, 12 ], [ 672, 85, 268, 12 ], [ 530, 100, 372, 12 ], [ 910, 100, 30, 12 ], [ 530, 115, 39, 12 ], [ 579, 115, 362, 12 ], [ 530, 129, 229, 12 ], [ 767, 129, 7, 22 ], [ 781, 129, 13, 12 ], [ 807, 129, 133, 12 ], [ 530, 144, 410, 12 ], [ 530, 159, 410, 12 ], [ 530, 174, 238, 12 ], [ 775, 174, 7, 22 ], [ 788, 174, 23, 12 ], [ 547, 254, 393, 12 ], [ 530, 269, 410, 12 ], [ 530, 284, 410, 12 ], [ 530, 298, 410, 12 ], [ 530, 313, 410, 12 ], [ 530, 328, 410, 12 ], [ 530, 343, 190, 12 ], [ 90, 70, 410, 12 ], [ 90, 85, 410, 12 ], [ 90, 100, 410, 12 ], [ 90, 115, 410, 12 ], [ 90, 129, 410, 12 ], [ 90, 144, 410, 12 ], [ 90, 159, 410, 12 ], [ 90, 174, 231, 12 ], [ 107, 192, 245, 12 ], [ 356, 192, 13, 12 ], [ 372, 192, 128, 12 ], [ 90, 206, 43, 12 ], [ 141, 206, 8, 12 ], [ 151, 206, 6, 12 ], [ 158, 206, 12, 12 ], [ 171, 206, 329, 12 ], [ 90, 221, 410, 12 ], [ 90, 236, 42, 12 ], [ 138, 236, 8, 12 ], [ 148, 236, 6, 12 ], [ 155, 236, 12, 12 ], [ 168, 236, 332, 12 ], [ 90, 251, 311, 12 ], [ 407, 251, 8, 12 ], [ 418, 251, 6, 12 ], [ 424, 251, 12, 12 ], [ 437, 251, 63, 12 ], [ 90, 266, 241, 12 ], [ 337, 266, 8, 12 ], [ 353, 266, 147, 12 ], [ 90, 281, 410, 12 ], [ 90, 295, 247, 12 ], [ 344, 295, 8, 12 ], [ 354, 295, 6, 12 ], [ 360, 295, 12, 12 ], [ 373, 295, 127, 12 ], [ 90, 310, 410, 12 ], [ 90, 325, 410, 12 ], [ 90, 340, 410, 12 ], [ 90, 355, 410, 12 ], [ 90, 369, 410, 12 ], [ 90, 384, 95, 12 ], [ 193, 384, 8, 12 ], [ 203, 384, 6, 12 ], [ 209, 384, 12, 12 ], [ 222, 384, 278, 12 ], [ 90, 399, 410, 12 ], [ 90, 414, 410, 12 ], [ 90, 429, 410, 12 ], [ 90, 444, 410, 12 ], [ 90, 458, 410, 12 ], [ 90, 473, 410, 12 ], [ 90, 488, 129, 12 ], [ 225, 488, 13, 12 ], [ 240, 488, 260, 12 ], [ 90, 503, 410, 12 ], [ 90, 518, 410, 12 ], [ 90, 533, 410, 12 ], [ 90, 547, 320, 12 ], [ 547, 423, 382, 12 ], [ 530, 496, 42, 12 ], [ 580, 496, 12, 12 ], [ 599, 496, 137, 12 ], [ 742, 496, 9, 12 ], [ 758, 496, 27, 12 ], [ 786, 496, 23, 12 ], [ 815, 496, 32, 12 ], [ 854, 496, 13, 12 ], [ 874, 496, 67, 12 ], [ 530, 511, 66, 12 ], [ 601, 511, 10, 12 ], [ 616, 511, 124, 12 ], [ 745, 511, 9, 12 ], [ 758, 511, 6, 12 ], [ 765, 511, 10, 12 ], [ 776, 511, 165, 12 ], [ 530, 526, 26, 12 ], [ 563, 526, 11, 12 ], [ 576, 526, 6, 12 ], [ 583, 526, 10, 12 ], [ 593, 526, 347, 12 ], [ 530, 541, 310, 12 ], [ 844, 541, 11, 22 ], [ 856, 541, 37, 12 ], [ 897, 541, 11, 22 ], [ 909, 546, 7, 9 ], [ 921, 541, 19, 12 ], [ 530, 556, 345, 12 ], [ 881, 556, 55, 12 ], [ 936, 556, 4, 12 ], [ 530, 571, 383, 12 ], [ 920, 571, 13, 12 ], [ 935, 571, 5, 12 ], [ 530, 585, 237, 12 ], [ 773, 585, 22, 12 ], [ 796, 585, 4, 12 ], [ 807, 585, 7, 12 ], [ 820, 585, 30, 22 ], [ 851, 585, 89, 12 ], [ 530, 600, 410, 12 ], [ 530, 615, 410, 12 ], [ 530, 630, 13, 12 ], [ 546, 630, 318, 12 ], [ 547, 645, 393, 12 ], [ 530, 660, 110, 12 ], [ 646, 660, 21, 12 ], [ 674, 660, 11, 12 ], [ 107, 565, 393, 12 ], [ 90, 580, 410, 12 ], [ 90, 595, 410, 12 ], [ 90, 609, 410, 12 ], [ 90, 624, 410, 12 ], [ 90, 639, 410, 12 ], [ 90, 654, 410, 12 ], [ 90, 669, 410, 12 ], [ 90, 684, 410, 12 ], [ 90, 698, 410, 12 ], [ 90, 713, 410, 12 ], [ 90, 728, 410, 12 ], [ 90, 743, 410, 12 ], [ 90, 758, 98, 12 ], [ 107, 775, 274, 12 ], [ 388, 775, 7, 22 ], [ 403, 775, 9, 12 ], [ 425, 775, 75, 12 ], [ 90, 790, 314, 12 ], [ 408, 790, 13, 12 ], [ 424, 790, 76, 12 ], [ 90, 805, 410, 12 ], [ 90, 820, 143, 12 ], [ 239, 820, 7, 22 ], [ 252, 820, 13, 12 ], [ 279, 820, 222, 12 ], [ 90, 835, 62, 12 ], [ 158, 835, 7, 22 ], [ 171, 835, 14, 12 ], [ 199, 835, 301, 12 ], [ 90, 850, 354, 12 ], [ 452, 850, 7, 22 ], [ 467, 850, 13, 12 ], [ 492, 850, 8, 12 ], [ 90, 864, 410, 12 ], [ 90, 879, 410, 12 ], [ 90, 894, 410, 12 ], [ 90, 909, 203, 12 ], [ 298, 909, 7, 22 ], [ 310, 909, 14, 12 ], [ 337, 909, 163, 12 ], [ 90, 924, 410, 12 ], [ 530, 828, 100, 12 ], [ 638, 828, 21, 12 ], [ 663, 828, 4, 12 ], [ 660, 828, 9, 12 ], [ 670, 827, 7, 9 ], [ 670, 834, 6, 9 ], [ 681, 828, 4, 12 ], [ 678, 828, 9, 12 ], [ 687, 827, 5, 9 ], [ 687, 834, 6, 9 ], [ 703, 828, 12, 22 ], [ 723, 828, 31, 12 ], [ 755, 828, 23, 12 ], [ 787, 828, 79, 12 ], [ 874, 828, 9, 12 ], [ 884, 827, 7, 9 ], [ 899, 828, 41, 12 ], [ 530, 843, 411, 12 ], [ 530, 858, 154, 12 ], [ 530, 731, 42, 12 ], [ 578, 735, 10, 8 ], [ 593, 731, 152, 12 ], [ 751, 735, 10, 8 ], [ 761, 736, 6, 9 ], [ 774, 731, 167, 12 ], [ 530, 746, 410, 12 ], [ 530, 761, 89, 12 ], [ 588, 694, 11, 22 ], [ 599, 694, 39, 12 ], [ 638, 698, 10, 8 ], [ 649, 694, 29, 12 ], [ 688, 694, 12, 22 ], [ 710, 686, 21, 12 ], [ 703, 694, 13, 22 ], [ 717, 703, 12, 22 ], [ 730, 703, 7, 12 ], [ 741, 694, 7, 12 ], [ 749, 694, 6, 12 ], [ 755, 698, 10, 8 ], [ 769, 694, 12, 22 ], [ 786, 698, 10, 8 ], [ 796, 694, 13, 12 ], [ 810, 688, 16, 38 ], [ 827, 694, 21, 12 ], [ 852, 694, 4, 12 ], [ 849, 694, 9, 12 ], [ 858, 693, 7, 9 ], [ 858, 701, 6, 9 ], [ 869, 694, 4, 12 ], [ 866, 694, 9, 12 ], [ 876, 693, 5, 9 ], [ 876, 701, 6, 9 ], [ 920, 694, 21, 12 ], [ 624, 790, 9, 12 ], [ 636, 787, 13, 9 ], [ 634, 796, 31, 9 ], [ 676, 790, 12, 12 ], [ 708, 781, 21, 12 ], [ 701, 790, 13, 22 ], [ 715, 799, 12, 22 ], [ 728, 799, 7, 12 ], [ 739, 790, 7, 12 ], [ 747, 790, 6, 12 ], [ 753, 794, 10, 8 ], [ 767, 790, 12, 22 ], [ 784, 794, 10, 8 ], [ 794, 790, 21, 12 ], [ 808, 790, 9, 12 ], [ 817, 787, 7, 9 ], [ 817, 796, 6, 9 ], [ 829, 790, 4, 12 ], [ 826, 790, 9, 12 ], [ 835, 787, 5, 9 ], [ 835, 790, 12, 12 ], [ 920, 790, 21, 12 ], [ 622, 887, 11, 22 ], [ 634, 887, 38, 12 ], [ 673, 891, 10, 8 ], [ 683, 887, 29, 12 ], [ 723, 887, 12, 22 ], [ 744, 878, 21, 12 ], [ 738, 887, 13, 22 ], [ 752, 896, 12, 22 ], [ 765, 896, 7, 12 ], [ 775, 887, 7, 12 ], [ 783, 887, 6, 12 ], [ 790, 891, 10, 8 ], [ 804, 887, 12, 22 ], [ 820, 891, 10, 8 ], [ 830, 887, 14, 12 ], [ 844, 887, 4, 12 ], [ 920, 887, 21, 12 ], [ 530, 924, 186, 12 ], [ 540, 460, 11, 22 ], [ 562, 460, 12, 12 ], [ 587, 451, 8, 12 ], [ 587, 469, 8, 12 ], [ 600, 451, 8, 38 ], [ 611, 451, 12, 12 ], [ 612, 469, 9, 12 ], [ 629, 460, 30, 22 ], [ 660, 460, 18, 12 ], [ 679, 460, 13, 22 ], [ 693, 460, 19, 12 ], [ 712, 451, 8, 38 ], [ 724, 460, 12, 12 ], [ 741, 460, 9, 12 ], [ 755, 460, 6, 12 ], [ 761, 460, 10, 12 ], [ 772, 460, 6, 12 ], [ 782, 460, 12, 22 ], [ 799, 460, 11, 12 ], [ 812, 460, 6, 12 ], [ 818, 460, 10, 12 ], [ 829, 460, 6, 12 ], [ 836, 460, 11, 22 ], [ 847, 465, 31, 9 ], [ 883, 460, 12, 12 ], [ 900, 460, 11, 22 ], [ 912, 460, 29, 12 ], [ 607, 391, 18, 10 ], [ 644, 391, 220, 10 ], [ 642, 222, 18, 10 ], [ 679, 222, 150, 10 ] ]
[ 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 9, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 7, 7, 7, 7 ]
433903dab82703060d396efb46d5bb1900aec15a43bfd81c73dc232d0d58bd92
1001.3152.pdf
1
22
612
792
1,025
1,025
arxiv_two_columns
scientific_articles
11830
[ "We", "believe that the customer’s ", "experience", "with us is more important", "than the", "products we sell.", "We", "posted an all-in churn rate ", "this", "past year of 1.8 percent, one of", "the", "best in the business. And the", "postpay churn rate", "– the rate that", "applies to 97 per", "cent", "of our customer", "base", "–", "is even lower at 1.5 percent.", "Low churn is key to", "our strategy,", "because it is one", "measur", "e of cus-", "tomer satisfaction –", "it measures the", "disconnection rate.", "A low churn rate", "is", "a good indicator of satisfied and", "loyal customers, w", "hich validates the", "success of U.S.", "Cellular’", "s strategy.", "We’re always", "measuring customer", "satisfaction, always", "checking to see ", "if our customers ar", "e pleased with our", "products, our", "service", ", our network", "coverage and r", "eliability", ", our pricing", "and", "all the other elements that make", "up", "their experience with us.", "We also devote re", "sour", "ces to train our", "associates well. That", "training includes", "heavy emphasis on such “soft” skills", "as courtesy,", "listening", ", communicating", "clearly and responding quickly to ", "customer concerns.", "U.S. Cellular is committed to improv-", "ing customer satisfaction for another", "reason. In November, the wireless", "industry implemented wireless local", "number portability–alegislative", "mandate – commonly referred to as", "WNP. We support this legislation,", "because we know that wireless ", "consumers want the freedom to", "change service providers and keep", "their existing numbers.", "During the year, our associates across", "the company in customer service,", "information systems and engineering", "made sure that our infrastructure was", "prepared to handle all that WNP", "entails. We were ready. Our emphasis", "on customer satisfaction has made a", "difference. So far, we have benefited", "from WNP, with more customers", "coming to U.S. Cellular.", "12", "Increasing ", "Customer Satisfaction" ]
[ [ 375, 31, 549, 93 ], [ 375, 31, 549, 93 ], [ 375, 31, 549, 93 ], [ 375, 31, 549, 93 ], [ 375, 31, 549, 93 ], [ 375, 31, 549, 93 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 534, 270, 202 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 755, 267, 107 ], [ 375, 882, 271, 60 ], [ 375, 882, 271, 60 ], [ 375, 882, 271, 60 ], [ 375, 882, 271, 60 ], [ 375, 882, 271, 60 ], [ 375, 882, 271, 60 ], [ 375, 882, 271, 60 ], [ 375, 882, 271, 60 ], [ 375, 882, 271, 60 ], [ 669, 534, 241, 28 ], [ 669, 534, 241, 28 ], [ 669, 582, 266, 170 ], [ 669, 582, 266, 170 ], [ 669, 582, 266, 170 ], [ 669, 582, 266, 170 ], [ 669, 582, 266, 170 ], [ 669, 582, 266, 170 ], [ 669, 582, 266, 170 ], [ 669, 582, 266, 170 ], [ 669, 582, 266, 170 ], [ 669, 582, 266, 170 ], [ 669, 582, 266, 170 ], [ 669, 771, 271, 154 ], [ 669, 771, 271, 154 ], [ 669, 771, 271, 154 ], [ 669, 771, 271, 154 ], [ 669, 771, 271, 154 ], [ 669, 771, 271, 154 ], [ 669, 771, 271, 154 ], [ 669, 771, 271, 154 ], [ 669, 771, 271, 154 ], [ 669, 771, 271, 154 ], [ 59, 983, 13, 8 ], [ 64, 15, 148, 600 ], [ 64, 15, 148, 600 ] ]
[ [ 375, 31, 47, 30 ], [ 811, 31, 28, 30 ], [ 375, 62, 143, 30 ], [ 610, 62, 314, 30 ], [ 375, 94, 112, 30 ], [ 706, 94, 50, 30 ], [ 375, 534, 21, 12 ], [ 565, 534, 30, 12 ], [ 375, 550, 23, 12 ], [ 516, 550, 115, 12 ], [ 375, 566, 17, 12 ], [ 520, 566, 87, 12 ], [ 375, 582, 125, 12 ], [ 541, 582, 76, 12 ], [ 375, 598, 121, 12 ], [ 497, 598, 26, 12 ], [ 612, 598, 33, 12 ], [ 375, 613, 23, 12 ], [ 511, 613, 3, 12 ], [ 535, 613, 94, 12 ], [ 375, 629, 138, 12 ], [ 518, 629, 91, 12 ], [ 375, 645, 119, 12 ], [ 499, 645, 52, 12 ], [ 552, 645, 60, 12 ], [ 375, 661, 143, 12 ], [ 528, 661, 110, 12 ], [ 375, 677, 136, 12 ], [ 515, 677, 118, 12 ], [ 375, 692, 10, 12 ], [ 607, 692, 17, 12 ], [ 375, 708, 133, 12 ], [ 509, 708, 126, 12 ], [ 375, 724, 102, 12 ], [ 482, 724, 59, 12 ], [ 541, 724, 74, 12 ], [ 375, 755, 88, 12 ], [ 568, 755, 51, 12 ], [ 375, 771, 131, 12 ], [ 588, 771, 47, 12 ], [ 375, 787, 134, 12 ], [ 510, 787, 133, 12 ], [ 375, 803, 87, 12 ], [ 499, 803, 24, 12 ], [ 523, 803, 96, 12 ], [ 375, 819, 106, 12 ], [ 482, 819, 62, 12 ], [ 543, 819, 86, 12 ], [ 375, 834, 18, 12 ], [ 607, 834, 34, 12 ], [ 375, 850, 10, 12 ], [ 553, 850, 21, 12 ], [ 375, 882, 128, 12 ], [ 504, 882, 30, 12 ], [ 535, 882, 109, 12 ], [ 375, 897, 139, 12 ], [ 508, 897, 138, 12 ], [ 598, 913, 49, 12 ], [ 375, 929, 83, 12 ], [ 463, 929, 61, 12 ], [ 525, 929, 117, 12 ], [ 669, 534, 241, 12 ], [ 669, 550, 137, 12 ], [ 669, 582, 261, 12 ], [ 669, 598, 266, 12 ], [ 669, 613, 240, 12 ], [ 669, 629, 258, 12 ], [ 669, 645, 243, 12 ], [ 669, 661, 255, 12 ], [ 669, 677, 235, 12 ], [ 669, 692, 228, 12 ], [ 669, 708, 228, 12 ], [ 669, 724, 247, 12 ], [ 669, 740, 165, 12 ], [ 669, 771, 268, 12 ], [ 669, 787, 238, 12 ], [ 669, 803, 266, 12 ], [ 669, 819, 271, 12 ], [ 669, 834, 230, 12 ], [ 669, 850, 265, 12 ], [ 669, 866, 261, 12 ], [ 669, 882, 264, 12 ], [ 669, 897, 228, 12 ], [ 669, 913, 164, 12 ], [ 59, 983, 13, 8 ], [ 64, 15, 77, 285 ], [ 135, 33, 77, 583 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 7, 7 ]
73349d86e66d67897105845dec88162877e77fc343baddefd872d60883360967
NYSE_USM_2003.pdf
13
74
599
779
1,025
1,025
ann_reports_00_04_fancy
financial_reports
11831
[ "US 9,665,002 B2 ", "-continued ", "33 ", "-oonlin;ed ", "H ", "~ ", "H ", "H ", "H ", "H ", "(++) ", "0 ", "(--j-+O)) 0 ", "\" ", ":r ", "\" ", "F ", "(++) ", "If ", "’)==a ", "0 ", "(++) ", "If ", "’)==a ", "0 ", "H ", "H ", "(~o ", "’7>=", "0 ", "0 ", "is ", "( ", "O ", "0 ", "H ", "H ", "H ", "H ", "H ) ", "(++) ", "’T>=o", "\" ", ":ro ", "d8 ", "~ ", "’~", "0 ", "’+to ", "cP ", "’~", "0 ", "’+to ", "~) (~) ", "( ", ",( ", "r", "0 ", "i{ ", "ro ", "~~ " ]
[ [ 434, 75, 146, 13 ], [ 670, 109, 68, 10 ], [ 300, 107, 22, 13 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 149, 123, 335, 835 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ], [ 546, 124, 279, 833 ] ]
[ [ 434, 75, 146, 13 ], [ 670, 109, 68, 10 ], [ 300, 107, 22, 13 ], [ 279, 127, 68, 10 ], [ 375, 129, 10, 7 ], [ 219, 189, 61, 52 ], [ 339, 256, 10, 7 ], [ 393, 255, 10, 7 ], [ 321, 364, 10, 7 ], [ 374, 364, 10, 7 ], [ 159, 347, 104, 72 ], [ 256, 398, 9, 7 ], [ 305, 397, 105, 7 ], [ 174, 396, 53, 56 ], [ 215, 396, 51, 56 ], [ 320, 396, 53, 56 ], [ 368, 416, 37, 30 ], [ 159, 481, 103, 58 ], [ 175, 538, 17, 13 ], [ 222, 532, 47, 21 ], [ 216, 559, 8, 7 ], [ 159, 641, 103, 58 ], [ 175, 699, 17, 13 ], [ 222, 693, 47, 21 ], [ 216, 720, 8, 7 ], [ 361, 835, 10, 7 ], [ 414, 835, 10, 7 ], [ 159, 865, 130, 7 ], [ 344, 826, 96, 57 ], [ 441, 860, 8, 7 ], [ 216, 932, 8, 7 ], [ 363, 874, 90, 84 ], [ 674, 129, 6, 7 ], [ 587, 236, 11, 7 ], [ 710, 236, 8, 7 ], [ 620, 255, 10, 7 ], [ 702, 255, 10, 7 ], [ 756, 255, 10, 7 ], [ 565, 397, 10, 7 ], [ 619, 397, 26, 7 ], [ 673, 358, 105, 58 ], [ 551, 394, 141, 58 ], [ 714, 394, 28, 58 ], [ 729, 396, 56, 56 ], [ 568, 452, 115, 84 ], [ 692, 473, 75, 56 ], [ 549, 578, 107, 7 ], [ 647, 572, 8, 7 ], [ 687, 520, 130, 84 ], [ 584, 588, 112, 84 ], [ 550, 713, 107, 7 ], [ 647, 709, 8, 7 ], [ 687, 655, 129, 84 ], [ 556, 835, 237, 7 ], [ 551, 865, 6, 7 ], [ 567, 865, 21, 7 ], [ 606, 823, 35, 62 ], [ 647, 862, 8, 7 ], [ 689, 860, 20, 13 ], [ 729, 823, 57, 62 ], [ 570, 896, 144, 54 ] ]
[ 5, 9, 9, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6 ]
b7a25a160b04f0fc8b521bbe0f8c8c8ddf4de6517f9d4debba4ff3cc4a74ac2f
9665002_AdobeOCR.pdf
18
56
612
792
1,025
1,025
patents_euv_sensitivity
patents
11832
[ "Table 1", "The measured charge", "q$_{d}$", ", mass", "m$_{d}$", "(", "m$_{d}$", ") (", "GeV", ") and events for the channel", "ψ", "(2", "S", ")", "→", "ddJ/ψ", "Table 2", "The measured charge", "q$_{u}$", ", mass", "m$_{u}$", "(", "m$_{u}$", ") (", "GeV", ") and events for the channel", "ψ", "(2", "S", ")", "→", "uuJ/ψ", "containing this kind of tracks will not satisfy the conservation law, which can help find frac-", "tional charge particles described by the two parameters (", "q, m$_{f}$", ") by analyzing each exclusive", "channel. Between the two parameters,", "q", "is more sensitive than", "m$_{f}$", ". Whether the distribution", "of", "m$_{f}$", "concentrates at one or more points very well depends on the momentum resolution", "for charged tracks and the energy resolution for neutral tracks. The effect of", "|", "1", "/q", "−", "1", "|", "on", "the momentum for charged tracks is much larger than the resolutions. Let", "q", "= 2", "/", "3, then", "|", "1", "/q", "−", "1", "|", "is 50%, while the momentum resolution is 0", ".", "5% for charged tracks and 2", ".", "5% for", "neutral tracks for BESIII", "$^{[11]}$. The larger", "|", "1", "/q", "−", "1", "|", "is, the more sensitive the method is to", "search for the fractional charge particles, especially for the type of", "ff", ". Another advantage of", "the method is independence of any theory models. Even if fractional charge particles carry", "continuum masses, the method can be used to search for them, while the dE/dx ionization", "energy loss method is not adequate.", "[1]", "Phys. Lett. 8 (1964) 214, M. Gell-Mann.", "CERN Reports TH401, TH412 (1964), G. Zweig.", "7", "input mass", "m$_{u}$", "0.005", "0.025", "0.045", "0.065", "0.085", "output mass", "m", "2", "u", "0", ".", "016", "2", "±", "0", ".", "031", "2", "0", ".", "033", "2", "±", "0", ".", "029", "2", "0", ".", "044", "2", "±", "0", ".", "031", "2", "0", ".", "064", "2", "±", "0", ".", "029", "2", "0", ".", "072", "2", "±", "0", ".", "024", "2", "charge", "q$_{u}$", "0", ".", "635", "±", "0", ".", "006", "0", ".", "662", "±", "0", ".", "005", "0", ".", "660", "±", "0", ".", "004", "0", ".", "654", "±", "0", ".", "009", "0", ".", "659", "±", "0", ".", "004", "events", "28", "24", "33", "32", "27", "input mass", "m$_{d}$", "0.005", "0.025", "0.045", "0.065", "0.085", "output mass", "m", "2", "d", "0", ".", "010", "2", "±", "0", ".", "026", "2", "0", ".", "022", "2", "±", "0", ".", "026", "2", "0", ".", "037", "2", "±", "0", ".", "031", "2", "0", ".", "053", "2", "±", "0", ".", "026", "2", "0", ".", "078", "2", "±", "0", ".", "029", "2", "charge", "q$_{d}$", "0", ".", "339", "±", "0", ".", "003", "0", ".", "333", "±", "0", ".", "002", "0", ".", "333", "±", "0", ".", "003", "0", ".", "329", "±", "0", ".", "003", "0", ".", "323", "±", "0", ".", "002", "events", "36", "45", "38", "32", "38" ]
[ [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 172, 93, 676, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 171, 300, 679, 52 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 120, 517, 780, 313 ], [ 129, 902, 421, 42 ], [ 129, 902, 421, 42 ], [ 129, 902, 421, 42 ], [ 496, 978, 9, 15 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 117, 356, 786, 118 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ], [ 118, 148, 786, 119 ] ]
[ [ 172, 93, 59, 14 ], [ 257, 93, 170, 14 ], [ 433, 93, 15, 14 ], [ 449, 93, 50, 14 ], [ 505, 93, 23, 14 ], [ 536, 93, 7, 14 ], [ 543, 93, 23, 14 ], [ 567, 93, 20, 14 ], [ 587, 93, 33, 14 ], [ 625, 93, 223, 14 ], [ 446, 121, 11, 14 ], [ 459, 121, 16, 14 ], [ 475, 121, 11, 14 ], [ 487, 121, 7, 14 ], [ 500, 121, 18, 24 ], [ 523, 121, 50, 14 ], [ 171, 300, 59, 14 ], [ 255, 300, 170, 14 ], [ 432, 300, 16, 14 ], [ 449, 300, 50, 14 ], [ 505, 300, 24, 14 ], [ 536, 300, 7, 14 ], [ 543, 300, 24, 14 ], [ 568, 300, 20, 14 ], [ 589, 300, 33, 14 ], [ 626, 300, 223, 14 ], [ 445, 328, 11, 14 ], [ 458, 328, 16, 14 ], [ 474, 328, 11, 14 ], [ 486, 328, 7, 14 ], [ 499, 328, 18, 24 ], [ 522, 328, 52, 14 ], [ 120, 517, 780, 15 ], [ 120, 544, 484, 15 ], [ 604, 544, 48, 15 ], [ 655, 544, 245, 15 ], [ 120, 571, 322, 15 ], [ 448, 571, 8, 15 ], [ 463, 571, 181, 15 ], [ 649, 571, 23, 15 ], [ 675, 571, 225, 15 ], [ 120, 598, 15, 15 ], [ 143, 598, 23, 15 ], [ 177, 598, 723, 15 ], [ 120, 625, 659, 15 ], [ 787, 625, 5, 26 ], [ 798, 625, 9, 15 ], [ 808, 625, 18, 15 ], [ 832, 625, 15, 26 ], [ 852, 625, 9, 15 ], [ 868, 625, 5, 26 ], [ 880, 625, 20, 15 ], [ 120, 652, 652, 15 ], [ 781, 652, 8, 15 ], [ 797, 652, 32, 15 ], [ 830, 652, 9, 15 ], [ 840, 652, 61, 15 ], [ 120, 680, 5, 26 ], [ 132, 680, 9, 15 ], [ 142, 680, 18, 15 ], [ 165, 680, 15, 26 ], [ 186, 680, 9, 15 ], [ 201, 680, 5, 26 ], [ 214, 680, 377, 15 ], [ 592, 680, 5, 15 ], [ 597, 680, 242, 15 ], [ 839, 680, 5, 15 ], [ 845, 680, 56, 15 ], [ 120, 707, 217, 15 ], [ 337, 707, 128, 15 ], [ 473, 707, 5, 26 ], [ 485, 707, 9, 15 ], [ 495, 707, 18, 15 ], [ 519, 707, 15, 26 ], [ 539, 707, 9, 15 ], [ 556, 707, 5, 26 ], [ 568, 707, 332, 15 ], [ 120, 734, 555, 15 ], [ 681, 734, 21, 15 ], [ 705, 734, 196, 15 ], [ 120, 761, 780, 15 ], [ 120, 788, 780, 15 ], [ 120, 815, 307, 15 ], [ 129, 902, 15, 14 ], [ 160, 902, 322, 14 ], [ 158, 930, 392, 14 ], [ 496, 978, 9, 15 ], [ 130, 368, 87, 14 ], [ 223, 368, 24, 14 ], [ 301, 368, 41, 14 ], [ 430, 368, 41, 14 ], [ 559, 368, 41, 14 ], [ 687, 368, 41, 14 ], [ 816, 368, 41, 14 ], [ 124, 397, 98, 14 ], [ 229, 397, 16, 14 ], [ 245, 394, 7, 10 ], [ 245, 403, 8, 9 ], [ 261, 397, 9, 14 ], [ 270, 397, 5, 14 ], [ 275, 397, 27, 14 ], [ 302, 394, 7, 10 ], [ 315, 397, 14, 24 ], [ 333, 397, 9, 14 ], [ 342, 397, 5, 14 ], [ 347, 397, 27, 14 ], [ 374, 394, 7, 10 ], [ 390, 397, 9, 14 ], [ 399, 397, 5, 14 ], [ 404, 397, 27, 14 ], [ 431, 394, 7, 10 ], [ 444, 397, 14, 24 ], [ 462, 397, 9, 14 ], [ 471, 397, 5, 14 ], [ 476, 397, 27, 14 ], [ 503, 394, 7, 10 ], [ 519, 397, 9, 14 ], [ 528, 397, 5, 14 ], [ 533, 397, 27, 14 ], [ 560, 394, 7, 10 ], [ 572, 397, 14, 24 ], [ 591, 397, 9, 14 ], [ 600, 397, 5, 14 ], [ 605, 397, 27, 14 ], [ 632, 394, 7, 10 ], [ 647, 397, 9, 14 ], [ 657, 397, 5, 14 ], [ 662, 397, 27, 14 ], [ 689, 394, 7, 10 ], [ 701, 397, 14, 24 ], [ 719, 397, 9, 14 ], [ 728, 397, 5, 14 ], [ 733, 397, 27, 14 ], [ 761, 394, 7, 10 ], [ 776, 397, 9, 14 ], [ 785, 397, 5, 14 ], [ 790, 397, 27, 14 ], [ 817, 394, 7, 10 ], [ 830, 397, 14, 24 ], [ 848, 397, 9, 14 ], [ 857, 397, 5, 14 ], [ 862, 397, 27, 14 ], [ 889, 394, 7, 10 ], [ 152, 425, 51, 14 ], [ 209, 425, 16, 14 ], [ 269, 425, 9, 14 ], [ 278, 425, 5, 14 ], [ 283, 425, 27, 14 ], [ 315, 425, 14, 24 ], [ 333, 425, 9, 14 ], [ 342, 425, 5, 14 ], [ 347, 425, 27, 14 ], [ 398, 425, 9, 14 ], [ 407, 425, 5, 14 ], [ 412, 425, 27, 14 ], [ 444, 425, 14, 24 ], [ 462, 425, 9, 14 ], [ 471, 425, 5, 14 ], [ 476, 425, 27, 14 ], [ 527, 425, 9, 14 ], [ 536, 425, 5, 14 ], [ 541, 425, 27, 14 ], [ 572, 425, 14, 24 ], [ 591, 425, 9, 14 ], [ 600, 425, 5, 14 ], [ 605, 425, 27, 14 ], [ 655, 425, 9, 14 ], [ 665, 425, 5, 14 ], [ 670, 425, 27, 14 ], [ 701, 425, 14, 24 ], [ 719, 425, 9, 14 ], [ 728, 425, 5, 14 ], [ 733, 425, 27, 14 ], [ 784, 425, 9, 14 ], [ 793, 425, 5, 14 ], [ 798, 425, 27, 14 ], [ 830, 425, 14, 24 ], [ 848, 425, 9, 14 ], [ 857, 425, 5, 14 ], [ 862, 425, 27, 14 ], [ 164, 454, 49, 14 ], [ 313, 454, 18, 14 ], [ 442, 454, 18, 14 ], [ 570, 454, 18, 14 ], [ 699, 454, 18, 14 ], [ 828, 454, 18, 14 ], [ 130, 160, 87, 14 ], [ 223, 160, 23, 14 ], [ 300, 160, 41, 14 ], [ 429, 160, 41, 14 ], [ 558, 160, 41, 14 ], [ 687, 160, 41, 14 ], [ 815, 160, 41, 14 ], [ 124, 189, 98, 14 ], [ 229, 189, 16, 14 ], [ 245, 187, 7, 10 ], [ 245, 197, 7, 9 ], [ 260, 189, 9, 14 ], [ 269, 189, 5, 14 ], [ 274, 189, 27, 14 ], [ 302, 187, 7, 10 ], [ 314, 189, 14, 24 ], [ 332, 189, 9, 14 ], [ 341, 189, 5, 14 ], [ 346, 189, 27, 14 ], [ 374, 187, 7, 10 ], [ 389, 189, 9, 14 ], [ 398, 189, 5, 14 ], [ 403, 189, 27, 14 ], [ 430, 187, 7, 10 ], [ 443, 189, 14, 24 ], [ 461, 189, 9, 14 ], [ 470, 189, 5, 14 ], [ 475, 189, 27, 14 ], [ 502, 187, 7, 10 ], [ 518, 189, 9, 14 ], [ 527, 189, 5, 14 ], [ 532, 189, 27, 14 ], [ 559, 187, 7, 10 ], [ 571, 189, 14, 24 ], [ 590, 189, 9, 14 ], [ 599, 189, 5, 14 ], [ 604, 189, 27, 14 ], [ 631, 187, 7, 10 ], [ 647, 189, 9, 14 ], [ 656, 189, 5, 14 ], [ 661, 189, 27, 14 ], [ 688, 187, 7, 10 ], [ 700, 189, 14, 24 ], [ 719, 189, 9, 14 ], [ 728, 189, 5, 14 ], [ 733, 189, 27, 14 ], [ 760, 187, 7, 10 ], [ 775, 189, 9, 14 ], [ 785, 189, 5, 14 ], [ 790, 189, 27, 14 ], [ 817, 187, 7, 10 ], [ 829, 189, 14, 24 ], [ 847, 189, 9, 14 ], [ 856, 189, 5, 14 ], [ 862, 189, 27, 14 ], [ 889, 187, 7, 10 ], [ 152, 218, 51, 14 ], [ 209, 218, 15, 14 ], [ 268, 218, 9, 14 ], [ 277, 218, 5, 14 ], [ 282, 218, 27, 14 ], [ 314, 218, 14, 24 ], [ 332, 218, 9, 14 ], [ 341, 218, 5, 14 ], [ 346, 218, 27, 14 ], [ 397, 218, 9, 14 ], [ 406, 218, 5, 14 ], [ 411, 218, 27, 14 ], [ 443, 218, 14, 24 ], [ 461, 218, 9, 14 ], [ 470, 218, 5, 14 ], [ 475, 218, 27, 14 ], [ 526, 218, 9, 14 ], [ 535, 218, 5, 14 ], [ 540, 218, 27, 14 ], [ 571, 218, 14, 24 ], [ 590, 218, 9, 14 ], [ 599, 218, 5, 14 ], [ 604, 218, 27, 14 ], [ 655, 218, 9, 14 ], [ 664, 218, 5, 14 ], [ 669, 218, 27, 14 ], [ 700, 218, 14, 24 ], [ 719, 218, 9, 14 ], [ 728, 218, 5, 14 ], [ 733, 218, 27, 14 ], [ 783, 218, 9, 14 ], [ 792, 218, 5, 14 ], [ 797, 218, 27, 14 ], [ 829, 218, 14, 24 ], [ 847, 218, 9, 14 ], [ 856, 218, 5, 14 ], [ 862, 218, 27, 14 ], [ 164, 246, 49, 14 ], [ 312, 246, 18, 14 ], [ 441, 246, 18, 14 ], [ 569, 246, 18, 14 ], [ 698, 246, 18, 14 ], [ 827, 246, 18, 14 ] ]
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 3, 3, 3, 4, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 ]
e9c7afce15804510208560a8a97fa55c8e6a968de204425cdcc2c09163422224
1001.3247.pdf
6
9
612
792
1,025
1,025
arxiv_mediumspaced
scientific_articles
11833
[ "multiply rapidly and can cause interference with the proper ", "functioning of filter elements and fuel quantity indicators. ", "Moreover, the slimy water/microbe layer in contact with the ", "fuel tank surface provides a medium for electrolytic corrosion ", "of the tank. ", "[Figure 14-96]", "Since the microbes live in free water and feed on fuel, the ", "most powerful remedy for their presence is to keep water from ", "accumulating in the fuel. Fuel 100 percent free of water is not ", "practicable. By following best practices for sump draining ", "and filter changes, combined with care of fuel stock tanks ", "used to refuel aircraft, much of the potential for water to ", "accumulate in the aircraft fuel tanks can be mitigated. The ", "addition of biocides to the fuel when refueling also helps by ", "killing organisms that are present. ", "reassembled and the tanks have been filled with the correct ", "fuel, a full engine run-up check should be performed before ", "releasing the aircraft for flight. ", "Contaminated fuel caused by the introduction of small ", "quantities of the wrong type of fuel into an aircraft may ", "not look any different when visually inspected, making a ", "dangerous situation more dangerous. Any person recognizing ", "that this error has occurred must ground the aircraft. The lives ", "of the aircraft occupants are at stake.", "Aircraft engines operate effectively only with the proper ", "fuel. Contamination of an aircraft’s fuel with fuel not ", "intended for use in that particular aircraft can have disastrous ", "consequences. It is the responsibility of all aviators to put ", "forth effort continuously to ensure that only the fuel designed ", "for the operation of the aircraft’s engine(s) is put into the fuel ", "tanks. Each fuel tank receptacle or fuel cap area is clearly ", "marked to indicate which fuel is required. ", "[Figure 14-97]", "Visual inspection of fuel should always reveal a clean, bright ", "looking liquid. Fuel should not be opaque, which could be ", "a sign of contamination and demands further investigation. ", "As mentioned, the technician must always be aware of the ", "fuel’s appearance, as well as when and from what sources ", "refueling has taken place. Any suspicion of contamination ", "must be investigated.", "In addition to the detection methods mentioned for each type ", "of contamination above, various field and laboratory tests ", "can be performed on aircraft fuel to expose contamination. ", "A common field test for water contamination is performed ", "by adding a dye that dissolves in water but not fuel to a test ", "sample drawn from the fuel tank. The more water present in ", "the fuel, the greater the dye disperses and colors the sample. ", "If the wrong fuel is put into an aircraft, the situation must be ", "rectified before flight. If discovered before the fuel pump is ", "operated and an engine is started, drain all improperly filled ", "tanks. Flush out the tanks and fuel lines with the correct fuel ", "and then refill the tanks with the proper fuel. However, if ", "discovered after an engine has been started or attempted to be ", "started, the procedure is more in depth. The entire fuel system, ", "including all fuel lines, components, metering device(s) and ", "tanks, must be drained and flushed. If the engines have been ", "operated, a compression test should be accomplished, and ", "the combustion chamber and pistons should be borescope ", "inspected. Engine oil should be drained, and all screens ", "and filters examined for any evidence of damage. Once ", "Another common test kit commercially available contains a ", "grey chemical powder that changes color to pink or purple ", "when the contents of a fuel sample contains more than 30 ", "parts per million (ppm) of water. A 15-ppm test is available ", "for turbine engine fuel.", " [Figure 14-98] ", "These levels of ", "water are considered generally unacceptable and not safe for ", "operation of the aircraft. If levels are discovered above these ", "amounts, time for the water to settle out of the fuel should ", "be given or the aircraft should be defueled and refueled with ", "acceptable fuel.", "Foreign Fuel Contamination", "Detection of Contaminants", "14-53", "Figure 14-96. ", "This fuel-water sample has microbial growth at the interface of the two liquids.", "Bacterial sludge", "Biomass", "Water", "Air", "Fuel" ]
[ [ 124, 56, 414, 81 ], [ 124, 56, 414, 81 ], [ 124, 56, 414, 81 ], [ 124, 56, 414, 81 ], [ 124, 56, 414, 81 ], [ 124, 56, 414, 81 ], [ 124, 156, 415, 147 ], [ 124, 156, 415, 147 ], [ 124, 156, 415, 147 ], [ 124, 156, 415, 147 ], [ 124, 156, 415, 147 ], [ 124, 156, 415, 147 ], [ 124, 156, 415, 147 ], [ 124, 156, 415, 147 ], [ 124, 156, 415, 147 ], [ 553, 56, 413, 48 ], [ 553, 56, 413, 48 ], [ 553, 56, 413, 48 ], [ 553, 123, 416, 97 ], [ 553, 123, 416, 97 ], [ 553, 123, 416, 97 ], [ 553, 123, 416, 97 ], [ 553, 123, 416, 97 ], [ 553, 123, 416, 97 ], [ 124, 341, 415, 131 ], [ 124, 341, 415, 131 ], [ 124, 341, 415, 131 ], [ 124, 341, 415, 131 ], [ 124, 341, 415, 131 ], [ 124, 341, 415, 131 ], [ 124, 341, 415, 131 ], [ 124, 341, 415, 131 ], [ 124, 341, 415, 131 ], [ 553, 258, 414, 114 ], [ 553, 258, 414, 114 ], [ 553, 258, 414, 114 ], [ 553, 258, 414, 114 ], [ 553, 258, 414, 114 ], [ 553, 258, 414, 114 ], [ 553, 258, 414, 114 ], [ 553, 391, 414, 114 ], [ 553, 391, 414, 114 ], [ 553, 391, 414, 114 ], [ 553, 391, 414, 114 ], [ 553, 391, 414, 114 ], [ 553, 391, 414, 114 ], [ 553, 391, 414, 114 ], [ 124, 490, 415, 213 ], [ 124, 490, 415, 213 ], [ 124, 490, 415, 213 ], [ 124, 490, 415, 213 ], [ 124, 490, 415, 213 ], [ 124, 490, 415, 213 ], [ 124, 490, 415, 213 ], [ 124, 490, 415, 213 ], [ 124, 490, 415, 213 ], [ 124, 490, 415, 213 ], [ 124, 490, 415, 213 ], [ 124, 490, 415, 213 ], [ 124, 490, 415, 213 ], [ 553, 523, 415, 164 ], [ 553, 523, 415, 164 ], [ 553, 523, 415, 164 ], [ 553, 523, 415, 164 ], [ 553, 523, 415, 164 ], [ 553, 523, 415, 164 ], [ 553, 523, 415, 164 ], [ 553, 523, 415, 164 ], [ 553, 523, 415, 164 ], [ 553, 523, 415, 164 ], [ 553, 523, 415, 164 ], [ 553, 523, 415, 164 ], [ 124, 320, 227, 17 ], [ 553, 238, 210, 17 ], [ 918, 964, 44, 16 ], [ 123, 923, 582, 14 ], [ 123, 923, 582, 14 ], [ 123, 720, 839, 193 ], [ 123, 720, 839, 193 ], [ 123, 720, 839, 193 ], [ 123, 720, 839, 193 ], [ 123, 720, 839, 193 ] ]
[ [ 124, 56, 413, 15 ], [ 124, 73, 414, 15 ], [ 124, 90, 412, 15 ], [ 124, 106, 412, 15 ], [ 124, 123, 82, 15 ], [ 206, 123, 104, 15 ], [ 124, 156, 414, 15 ], [ 124, 172, 412, 15 ], [ 124, 189, 412, 15 ], [ 124, 205, 414, 15 ], [ 124, 222, 414, 15 ], [ 124, 238, 415, 15 ], [ 124, 255, 414, 15 ], [ 124, 272, 412, 15 ], [ 124, 288, 238, 15 ], [ 553, 56, 413, 15 ], [ 553, 73, 412, 15 ], [ 553, 90, 216, 15 ], [ 553, 123, 416, 15 ], [ 553, 139, 415, 15 ], [ 553, 156, 415, 15 ], [ 553, 172, 411, 15 ], [ 553, 189, 412, 15 ], [ 553, 205, 253, 15 ], [ 124, 341, 415, 15 ], [ 124, 358, 415, 15 ], [ 124, 374, 412, 15 ], [ 124, 391, 414, 15 ], [ 124, 407, 412, 15 ], [ 124, 424, 412, 15 ], [ 124, 440, 414, 15 ], [ 124, 457, 292, 15 ], [ 416, 457, 104, 15 ], [ 553, 258, 412, 15 ], [ 553, 275, 414, 15 ], [ 553, 291, 413, 15 ], [ 553, 308, 414, 15 ], [ 553, 325, 414, 15 ], [ 553, 341, 414, 15 ], [ 553, 358, 146, 15 ], [ 553, 391, 411, 15 ], [ 553, 407, 414, 15 ], [ 553, 424, 413, 15 ], [ 553, 440, 413, 15 ], [ 553, 457, 413, 15 ], [ 553, 474, 412, 15 ], [ 553, 490, 412, 15 ], [ 124, 490, 412, 15 ], [ 124, 507, 413, 15 ], [ 124, 523, 412, 15 ], [ 124, 540, 412, 15 ], [ 124, 556, 414, 15 ], [ 124, 573, 412, 15 ], [ 124, 589, 412, 15 ], [ 124, 606, 412, 15 ], [ 124, 623, 412, 15 ], [ 124, 639, 414, 15 ], [ 124, 656, 414, 15 ], [ 124, 672, 415, 15 ], [ 124, 689, 415, 15 ], [ 553, 523, 412, 15 ], [ 553, 540, 413, 15 ], [ 553, 556, 414, 15 ], [ 553, 573, 413, 15 ], [ 553, 589, 172, 15 ], [ 725, 590, 124, 15 ], [ 850, 589, 119, 15 ], [ 553, 606, 412, 15 ], [ 553, 623, 412, 15 ], [ 553, 639, 414, 15 ], [ 553, 656, 412, 15 ], [ 553, 672, 108, 15 ], [ 124, 320, 227, 17 ], [ 553, 238, 210, 17 ], [ 918, 964, 44, 16 ], [ 123, 923, 88, 13 ], [ 212, 923, 493, 13 ], [ 160, 888, 98, 13 ], [ 160, 838, 52, 13 ], [ 160, 863, 36, 13 ], [ 160, 759, 16, 13 ], [ 160, 801, 26, 13 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 4, 0, 0, 6, 6, 6, 6, 6 ]
9c4961b6e9c6aa1e131c571348b0888770d182024231ce085feddbecf7076edd
amt_airframe_hb_vol_2.pdf
388
564
594
774
1,025
1,025
faa_regulations
laws_and_regulations
11834
[ "$_{set}$lets you set two internal variables in Clinic. $_{line_prefix}$is a string that will be prepended to every line of", "Clinic’s output;", "line_suffix", "is a string that will be appended to every line of Clinic’s output.", "Both of these support two format strings:", "The final new directive is one you shouldn’t need to use directly, called", "preserve", ":", "preserve", "This tells Clinic that the current contents of the output should be kept, unmodified. This is used internally by Clinic", "when dumping output into$_{file}$files; wrapping it in a Clinic block lets Clinic use its existing checksum functionality", "to ensure the file was not modified by hand before it gets overwritten.", "If you’re converting a function that isn’t available on all platforms, there’s a trick you can use to make life a little", "easier. The existing code probably looks like this:", "And then in the$_{PyMethodDef}$ structure at the bottom the existing code will have:", "In this scenario, you should enclose the body of your impl function inside the$_{#ifdef}$", ", like so:", "Then, remove those three lines from the$_{PyMethodDef}$ structure, replacing them with the macro Argument Clinic", "generated:", "MODULE_FUNCTIONNAME_METHODDEF", "(You can find the real name for this macro inside the generated code. Or you can calculate it yourself: it’s the name", "of your function as defined on the first line of your block, but with periods changed to underscores, uppercased, and", "\"_METHODDEF\"", "added to the end.)", "Perhaps", "you’re", "wondering:", "what", "if", "HAVE_FUNCTIONNAME", "isn’t", "defined?", "The", "MODULE_FUNCTIONNAME_METHODDEF", "macro won’t be defined either!", "Here’s where Argument Clinic gets very clever. It actually detects that the Argument Clinic block might be deactivated", "by the$_{#ifdef}$", ". When that happens, it generates a little extra code that looks like this:", "22", "#ifdef HAVE_FUNCTIONNAME", "/*[clinic input]", "module.functionname", "...", "[clinic start generated code]*/", "static", "module_functionname", "(...)", "{", "...", "}", "#endif /* HAVE_FUNCTIONNAME */", "#ifdef HAVE_FUNCTIONNAME", "{'functionname', ... },", "#endif /* HAVE_FUNCTIONNAME */", "#ifdef HAVE_FUNCTIONNAME", "static", "module_functionname", "(...)", "{", "...", "}", "#endif /* HAVE_FUNCTIONNAME */", "4.20", "The #ifdef trick", "{block comment start}", "Turns into the string", "/*", ", the start-comment text sequence for C files.", "$_{{block comment end}}$Turns into the string$_{*/}$", ", the end-comment text sequence for C files." ]
[ [ 123, 90, 777, 26 ], [ 123, 90, 777, 26 ], [ 123, 90, 777, 26 ], [ 123, 90, 777, 26 ], [ 123, 126, 275, 12 ], [ 123, 191, 564, 12 ], [ 123, 191, 564, 12 ], [ 123, 191, 564, 12 ], [ 123, 218, 78, 9 ], [ 123, 246, 777, 41 ], [ 123, 246, 777, 41 ], [ 123, 246, 777, 41 ], [ 123, 347, 777, 26 ], [ 123, 347, 777, 26 ], [ 123, 483, 566, 12 ], [ 123, 564, 639, 12 ], [ 123, 564, 639, 12 ], [ 123, 738, 777, 26 ], [ 123, 738, 777, 26 ], [ 123, 779, 235, 9 ], [ 123, 807, 777, 41 ], [ 123, 807, 777, 41 ], [ 123, 807, 777, 41 ], [ 123, 807, 777, 41 ], [ 123, 858, 777, 26 ], [ 123, 858, 777, 26 ], [ 123, 858, 777, 26 ], [ 123, 858, 777, 26 ], [ 123, 858, 777, 26 ], [ 123, 858, 777, 26 ], [ 123, 858, 777, 26 ], [ 123, 858, 777, 26 ], [ 123, 858, 777, 26 ], [ 123, 858, 777, 26 ], [ 123, 858, 777, 26 ], [ 123, 894, 777, 26 ], [ 123, 894, 777, 26 ], [ 123, 894, 777, 26 ], [ 502, 964, 19, 12 ], [ 123, 590, 326, 129 ], [ 123, 590, 326, 129 ], [ 123, 590, 326, 129 ], [ 123, 590, 326, 129 ], [ 123, 590, 326, 129 ], [ 123, 590, 326, 129 ], [ 123, 590, 326, 129 ], [ 123, 590, 326, 129 ], [ 123, 590, 326, 129 ], [ 123, 590, 326, 129 ], [ 123, 590, 326, 129 ], [ 123, 590, 326, 129 ], [ 123, 509, 284, 36 ], [ 123, 509, 284, 36 ], [ 123, 509, 284, 36 ], [ 123, 388, 326, 76 ], [ 123, 388, 326, 76 ], [ 123, 388, 326, 76 ], [ 123, 388, 326, 76 ], [ 123, 388, 326, 76 ], [ 123, 388, 326, 76 ], [ 123, 388, 326, 76 ], [ 123, 388, 326, 76 ], [ 123, 315, 198, 14 ], [ 123, 315, 198, 14 ], [ 166, 148, 687, 33 ], [ 166, 148, 687, 33 ], [ 166, 148, 687, 33 ], [ 166, 148, 687, 33 ], [ 166, 148, 687, 33 ], [ 166, 148, 687, 33 ] ]
[ [ 123, 90, 777, 12 ], [ 123, 104, 102, 12 ], [ 230, 106, 126, 10 ], [ 348, 104, 426, 12 ], [ 123, 126, 275, 12 ], [ 123, 191, 473, 12 ], [ 602, 193, 86, 10 ], [ 684, 191, 4, 12 ], [ 123, 218, 78, 9 ], [ 123, 246, 777, 12 ], [ 123, 260, 777, 12 ], [ 123, 275, 464, 12 ], [ 123, 347, 777, 12 ], [ 123, 361, 332, 12 ], [ 123, 483, 566, 12 ], [ 123, 564, 591, 12 ], [ 706, 564, 56, 12 ], [ 123, 738, 777, 12 ], [ 123, 753, 69, 12 ], [ 123, 779, 235, 9 ], [ 123, 807, 777, 12 ], [ 123, 821, 777, 12 ], [ 123, 837, 142, 10 ], [ 251, 836, 121, 12 ], [ 123, 858, 53, 12 ], [ 203, 858, 41, 12 ], [ 270, 858, 74, 12 ], [ 395, 858, 32, 12 ], [ 454, 858, 11, 12 ], [ 491, 859, 137, 10 ], [ 692, 858, 27, 12 ], [ 746, 858, 56, 12 ], [ 874, 858, 26, 12 ], [ 123, 874, 262, 10 ], [ 426, 872, 204, 12 ], [ 123, 894, 777, 12 ], [ 123, 909, 116, 12 ], [ 231, 909, 476, 12 ], [ 502, 964, 19, 12 ], [ 123, 590, 189, 9 ], [ 123, 604, 170, 9 ], [ 123, 617, 202, 9 ], [ 123, 630, 51, 9 ], [ 123, 644, 314, 9 ], [ 123, 657, 59, 9 ], [ 188, 657, 199, 9 ], [ 364, 657, 86, 9 ], [ 123, 670, 4, 9 ], [ 123, 684, 51, 9 ], [ 123, 697, 7, 9 ], [ 123, 710, 276, 9 ], [ 123, 509, 196, 9 ], [ 123, 523, 273, 9 ], [ 123, 536, 284, 9 ], [ 123, 388, 189, 9 ], [ 123, 401, 59, 9 ], [ 188, 401, 199, 9 ], [ 364, 401, 86, 9 ], [ 123, 415, 4, 9 ], [ 123, 428, 51, 9 ], [ 123, 441, 7, 9 ], [ 123, 455, 276, 9 ], [ 123, 315, 42, 14 ], [ 175, 315, 147, 14 ], [ 166, 149, 229, 10 ], [ 391, 148, 136, 12 ], [ 532, 149, 38, 10 ], [ 553, 148, 301, 12 ], [ 166, 170, 383, 12 ], [ 532, 170, 296, 12 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 9, 9, 9, 9, 9, 9 ]
5e0602d0505a2cff890c31138a9fd61270c9fabbc6524693a0d1e0c535664cae
python_howto-clinic.pdf
21
24
595
841
1,025
1,025
manuals
manuals
11835
[ "APPENDIX H", "ON-COURT SIGNAGE", "432" ]
[ [ 417, 34, 189, 36 ], [ 417, 34, 189, 36 ], [ 517, 960, 35, 17 ] ]
[ [ 440, 34, 143, 21 ], [ 417, 53, 189, 16 ], [ 517, 960, 35, 17 ] ]
[ 5, 5, 4 ]
c39715cd42129a57e6c135131d5e68fc03fe78db098fe05ce384a63558a874ff
2021Rulebook.pdf
434
495
396
603
1,025
1,025
manuals
manuals
11836
[ "Outboard vs. Inboard ", "ine out of ten Horizon Cats sold are the diesel version. Make that tenth one for me!", "N ", "Obviously, I'm in the minority on this one, but this seems a good place to share my reasons for preferring the ", "outboard powered version, and asking others why they like the diesel.", "In no particular order:", "The outboard can be independently steered. It makes it easy to put the rudder one way while approaching a dock at an ", "angle, and put the outboard the other way and in reverse, resulting in a power sliding stop alongside the dock.", "The outboard is quiet. Wind noise will drown out an idling Honda, but that diesel at idle sounds like the African Queen.", "If I wrap something around the prop of an outboard, I might free it without getting wet. I'm a real sissy when it comes to ", "water below 80 degrees, and I don't like to swim in the ocean at night.", "I", "boat in the tropics. Sometimes, I'm in the cabin, and I don't want a 180 degree diesel down in there with me, making ", "heat and noise.", "The space filled by the diesel is a nice, large storage area in the outboard version.", "Holes in hulls ultimately cause trouble. The diesel needs a water intake hole, a shaft log/stuffing box, and an exhaust. The ", "only hole needed for the outboard version is above the waterline, for the fuel line. I would put an additional hole for ", "remote controls, which are going to be messier even with the cleanest installation. That hole is still above the ", "waterline.", "I", "hate bleeding diesels and changing the oil. I make a mess. I don't care much for working on engines in tiny spaces, ", "either. An outboard gets worked on in a shop, next to a full tool set, under a fan, while standing or sitting comfortably.", "For the price of the diesel option, I can buy two really nice remote controlled electric start power tilt Hondas, and still have ", "money left over. If one breaks, I go boating anyway with the other, and fix it later.", "Why drag a prop around when sailing?", "The downsides (for an outboard):", "While a 20\" shaft will work fine most of the time, you really need a 25\" shaft to keep the engine from cavitating when ", "powering into a chop. Even with the XL shaft, I would think that it can cavitate if conditions get bad enough, which is ", "the time you need it most. It would be really hard to get that diesel's prop out of the water.", "The remote controls are nicer on a diesel.", "The diesel's weight is down in the bottom of the center of the boat.", "Resale value on the outboard version is going to be terrible. You have to find me, and I have to have the money to add to ", "the fleet. Finding any other buyer for the thing is going to be difficult. You're more likely to wait around for a while, ", "and finally find someone who is willing to settle for the outboard version because you're willing to sell it really cheap ", "just to make it go away.", "An outboard, especially an XL shaft when tilted, sticks way back off the transom. You can hit things with it in tight areas.", "The outboard's weight is hanging off the back on the port side. You can balance the outboard's weight with stuff like tools, ", "anchors, etc that are heavy, but you might not want to/be able to store those things forward and on the starboard side. ", "This, I think, is the big one for most people:", "It looks better and seems more like a little yacht without that silly outboard hanging off the stern.", "116", "Posted By: Tom Ray " ]
[ [ 84, 101, 317, 27 ], [ 84, 156, 610, 36 ], [ 84, 156, 610, 36 ], [ 84, 186, 794, 27 ], [ 84, 186, 794, 27 ], [ 84, 221, 156, 13 ], [ 84, 243, 831, 27 ], [ 84, 243, 831, 27 ], [ 84, 275, 834, 13 ], [ 84, 293, 844, 27 ], [ 84, 293, 844, 27 ], [ 84, 325, 825, 27 ], [ 84, 325, 825, 27 ], [ 84, 325, 825, 27 ], [ 84, 357, 566, 13 ], [ 84, 375, 856, 55 ], [ 84, 375, 856, 55 ], [ 84, 375, 856, 55 ], [ 84, 375, 856, 55 ], [ 84, 435, 854, 27 ], [ 84, 435, 854, 27 ], [ 84, 435, 854, 27 ], [ 84, 467, 860, 27 ], [ 84, 467, 860, 27 ], [ 84, 498, 270, 13 ], [ 84, 520, 229, 13 ], [ 84, 542, 855, 41 ], [ 84, 542, 855, 41 ], [ 84, 542, 855, 41 ], [ 84, 588, 286, 13 ], [ 84, 606, 460, 13 ], [ 84, 624, 845, 55 ], [ 84, 624, 845, 55 ], [ 84, 624, 845, 55 ], [ 84, 624, 845, 55 ], [ 84, 684, 850, 13 ], [ 84, 701, 857, 27 ], [ 84, 701, 857, 27 ], [ 114, 737, 302, 13 ], [ 84, 759, 683, 13 ], [ 499, 957, 25, 13 ], [ 117, 145, 167, 14 ] ]
[ [ 84, 101, 317, 27 ], [ 117, 164, 577, 13 ], [ 84, 156, 43, 36 ], [ 117, 186, 762, 13 ], [ 84, 200, 486, 13 ], [ 84, 221, 156, 13 ], [ 84, 243, 831, 13 ], [ 114, 257, 768, 13 ], [ 84, 275, 834, 13 ], [ 84, 293, 844, 13 ], [ 114, 307, 487, 13 ], [ 84, 325, 6, 13 ], [ 94, 325, 815, 13 ], [ 114, 339, 105, 13 ], [ 84, 357, 566, 13 ], [ 84, 375, 856, 13 ], [ 114, 389, 807, 13 ], [ 114, 403, 765, 13 ], [ 114, 417, 70, 13 ], [ 84, 435, 6, 13 ], [ 94, 435, 800, 13 ], [ 114, 449, 824, 13 ], [ 84, 467, 860, 13 ], [ 114, 481, 571, 13 ], [ 84, 498, 270, 13 ], [ 84, 520, 229, 13 ], [ 84, 542, 820, 13 ], [ 114, 556, 824, 13 ], [ 114, 570, 631, 13 ], [ 84, 588, 286, 13 ], [ 84, 606, 460, 13 ], [ 84, 624, 840, 13 ], [ 114, 638, 810, 13 ], [ 114, 652, 815, 13 ], [ 114, 666, 166, 13 ], [ 84, 684, 850, 13 ], [ 84, 701, 853, 13 ], [ 114, 715, 827, 13 ], [ 114, 737, 302, 13 ], [ 84, 759, 683, 13 ], [ 499, 957, 25, 13 ], [ 117, 145, 167, 14 ] ]
[ 7, 9, 9, 9, 9, 9, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 9, 9, 4, 7 ]
a338a5d0c85e55b62f3f5b3c54b20e53067a5730970287a9e4f0ac08d667fbc6
Sailingmanual.pdf
123
153
612
792
1,025
1,025
manuals
manuals
11837
[ "charitable, scientific, or educational purposes.", "(", "b", ")", "Lands or buildings which are the only real property of the owner, and", "the value of which does not exceed one hundred pesos.", "[183-48.]", "SECTION ", "2455", ".", "List of Taxable Real Estate, How Made — Examination", "of Witnesses and Register of Deeds' Records", ". — The city assessor and collector", "shall make the list of the taxable real estate in the city by districts, and the names", "of the owners in each di", "strict shall be arranged in the order of the lot and block", "numbers with a brief description opposite each such name of the property owned", "by such owners and the cash value thereof. In making this list, the city assessor and", "collector shall take into consid", "eration any sworn statement made by the owners of", "the property, but shall not be prevented thereby from considering other evidence on", "the subject and exercising his own judgment in respect thereto. For the purpose of", "completing this list, he and his author", "ized representatives are empowered to enter", "upon the real estate for the purpose of examining and measuring the same, and to", "summon witnesses, administer oaths to them, and subject them to examination", "concerning the ownership and the amount of real estate ", "in each district and its cash", "value. It shall be the duty of the city assessor and collector, so far as is necessary,", "to examine the records of the office of the register of deeds showing the ownership", "of real estate in the city.", "[183-46; 2257-1.]", "SECTION ", "2456", ".", "Declaration", "to", "be", "Made", "by", "Persons", "Acquiring", "or", "Improving Real Estate", ". — It shall be the duty of each person who at any time", "acquires real estate in the city, and of each person who constructs or adds to any", "improvement on real estate owned by ", "him within the city, to prepare and present to", "the city assessor and collector, within a period of sixty days next succeeding the", "completion of such acquisition, construction or addition, a sworn declaration", "setting forth the value of the real estate acqu", "ired or the improvement constructed or", "addition made by him and containing a description of such property sufficient to", "enable the city assessor and collector readily to identify the same. Any person who", "fails to make and present such declaration of real e", "state newly acquired by him", "within the said period of sixty days shall be deemed to have waived his right to", "notice of the assessment of such property, and the assessment of the same in the", "name of its former owner shall, in all such cases, be valid and bi", "nding on all", "persons interested, and for all purposes, as though the same had been assessed in", "the name of its actual owner.", "EISCaD", "[183-46; 2257-1.]", "Copyright 2012", "CD Technologies Asia, Inc. and Accesslaw, Inc.", "Philippine Law Encyclopedia 2011", "737" ]
[ [ 264, 102, 410, 20 ], [ 202, 136, 683, 40 ], [ 202, 136, 683, 40 ], [ 202, 136, 683, 40 ], [ 202, 136, 683, 40 ], [ 202, 136, 683, 40 ], [ 263, 190, 77, 19 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 140, 222, 745, 312 ], [ 202, 549, 147, 19 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 140, 581, 745, 293 ], [ 202, 888, 147, 19 ], [ 123, 925, 503, 9 ], [ 123, 925, 503, 9 ], [ 123, 925, 503, 9 ], [ 880, 925, 17, 9 ] ]
[ [ 264, 102, 410, 20 ], [ 202, 136, 7, 20 ], [ 209, 136, 11, 20 ], [ 220, 136, 7, 20 ], [ 263, 136, 621, 20 ], [ 264, 155, 491, 20 ], [ 263, 190, 77, 19 ], [ 202, 223, 99, 20 ], [ 301, 223, 44, 20 ], [ 346, 223, 5, 20 ], [ 371, 222, 512, 20 ], [ 140, 242, 415, 20 ], [ 555, 242, 329, 20 ], [ 140, 261, 745, 20 ], [ 140, 281, 227, 20 ], [ 367, 281, 517, 20 ], [ 140, 300, 744, 20 ], [ 140, 320, 744, 20 ], [ 140, 339, 277, 20 ], [ 417, 339, 466, 20 ], [ 140, 359, 744, 20 ], [ 140, 378, 744, 20 ], [ 140, 397, 344, 20 ], [ 485, 397, 399, 20 ], [ 140, 417, 744, 20 ], [ 140, 436, 744, 20 ], [ 140, 456, 502, 20 ], [ 642, 456, 242, 20 ], [ 140, 475, 744, 20 ], [ 140, 495, 744, 20 ], [ 140, 514, 213, 20 ], [ 202, 549, 147, 19 ], [ 202, 581, 99, 20 ], [ 301, 581, 44, 20 ], [ 346, 581, 5, 20 ], [ 371, 581, 107, 20 ], [ 495, 581, 17, 20 ], [ 529, 581, 21, 20 ], [ 567, 581, 50, 20 ], [ 634, 581, 21, 20 ], [ 671, 581, 71, 20 ], [ 759, 581, 89, 20 ], [ 865, 581, 19, 20 ], [ 140, 601, 208, 20 ], [ 348, 601, 536, 20 ], [ 140, 620, 745, 20 ], [ 140, 640, 342, 20 ], [ 482, 640, 402, 20 ], [ 140, 659, 744, 20 ], [ 140, 679, 744, 20 ], [ 140, 698, 396, 20 ], [ 536, 698, 348, 20 ], [ 140, 717, 744, 20 ], [ 140, 737, 745, 20 ], [ 140, 756, 482, 20 ], [ 622, 756, 262, 20 ], [ 140, 776, 744, 20 ], [ 140, 795, 744, 20 ], [ 140, 815, 629, 20 ], [ 769, 815, 115, 20 ], [ 140, 834, 744, 20 ], [ 140, 853, 257, 20 ], [ 412, 864, 22, 6 ], [ 202, 888, 147, 19 ], [ 123, 925, 70, 9 ], [ 208, 925, 220, 9 ], [ 469, 925, 158, 9 ], [ 880, 925, 17, 9 ] ]
[ 9, 3, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 4, 4, 4 ]
a2ff2548ba60ebfbbe6cd8e5c98a314dae05d7482b13a3ec675128f321338a2f
19161231-Act-2657.pdf
736
884
595
841
1,025
1,025
philippine_laws
laws_and_regulations
11838
[ "sasol solvents", "Sasol Solvents recorded encouraging improvements in its safety performance. ", "Buks Kruger conducts safety induction training at the Sasol Solvents’ shutdown centre at Secunda.", "Ø", "highlights", "o", "Improved safety record", "o", "Increased operating profit, reduced fixed costs and raised production volumes", "o", " Turned around German business, improved profi tability", "o", "Commissioned our second MiBK plant", "o", " Signed ", "first public-private participation agreement with Transnet", "In 2010, our production activities resulted in the direct emission of 0,5 Mt of the greenhouse gas, carbon dioxide. ", "Total water use in 2010 was 11,3 million cubic metres (Mm$^{3}$).", "annual review 2010", "•", "operating reviews • ", "sasol solvents", "51", "Environmental information", " Financial", "% change", "2010", "2009", "Operating profi t", "Rm", "133", "1", "154", "495", "Operating margin", "%", "133", "7", "3", "Contribution to group ", "operating profi t", "%", "150", "5", "2", " Operational", "% change", "2010", "2009", "Total sales", "Mt", "5,6", "1,71", "1,62", "Total production", "Mt", "2,4", "1,71", "1,67", "Recordable case rate*", "RCR", "(24)", "0,37", "0,49" ]
[ [ 121, 105, 171, 19 ], [ 300, 568, 540, 21 ], [ 300, 568, 540, 21 ], [ 98, 525, 46, 36 ], [ 121, 615, 166, 26 ], [ 121, 669, 232, 14 ], [ 121, 669, 232, 14 ], [ 121, 691, 686, 14 ], [ 121, 691, 686, 14 ], [ 121, 713, 500, 14 ], [ 121, 713, 500, 14 ], [ 121, 735, 356, 14 ], [ 121, 735, 356, 14 ], [ 121, 757, 580, 14 ], [ 121, 757, 580, 14 ], [ 121, 757, 580, 14 ], [ 121, 926, 695, 26 ], [ 121, 926, 695, 26 ], [ 678, 984, 307, 10 ], [ 678, 984, 307, 10 ], [ 678, 984, 307, 10 ], [ 678, 984, 307, 10 ], [ 678, 984, 307, 10 ], [ 121, 911, 169, 9 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 120, 802, 389, 86 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ], [ 567, 801, 390, 79 ] ]
[ [ 121, 105, 171, 19 ], [ 300, 568, 432, 8 ], [ 300, 580, 540, 8 ], [ 98, 525, 46, 36 ], [ 121, 615, 166, 26 ], [ 121, 669, 18, 14 ], [ 161, 670, 193, 13 ], [ 121, 691, 18, 14 ], [ 161, 692, 647, 13 ], [ 121, 713, 18, 14 ], [ 161, 714, 461, 13 ], [ 121, 735, 18, 14 ], [ 161, 736, 317, 13 ], [ 121, 757, 18, 14 ], [ 140, 758, 96, 13 ], [ 222, 758, 480, 13 ], [ 121, 926, 695, 10 ], [ 121, 942, 378, 10 ], [ 678, 984, 102, 8 ], [ 780, 984, 11, 8 ], [ 795, 984, 90, 8 ], [ 886, 984, 68, 8 ], [ 969, 984, 16, 9 ], [ 121, 911, 169, 9 ], [ 121, 810, 56, 9 ], [ 317, 810, 53, 9 ], [ 409, 811, 29, 8 ], [ 469, 810, 28, 9 ], [ 121, 828, 88, 9 ], [ 284, 828, 18, 9 ], [ 349, 828, 21, 9 ], [ 405, 829, 7, 8 ], [ 416, 829, 22, 8 ], [ 476, 828, 21, 9 ], [ 121, 846, 96, 9 ], [ 291, 846, 11, 9 ], [ 349, 846, 21, 9 ], [ 431, 846, 7, 8 ], [ 490, 846, 7, 9 ], [ 121, 864, 123, 9 ], [ 121, 876, 85, 9 ], [ 291, 876, 11, 9 ], [ 349, 876, 21, 9 ], [ 431, 876, 7, 8 ], [ 490, 876, 7, 9 ], [ 571, 810, 76, 9 ], [ 767, 810, 53, 9 ], [ 859, 811, 29, 8 ], [ 919, 810, 28, 9 ], [ 571, 828, 57, 9 ], [ 737, 828, 15, 9 ], [ 803, 828, 16, 9 ], [ 863, 829, 25, 8 ], [ 923, 828, 24, 9 ], [ 571, 846, 90, 9 ], [ 737, 846, 15, 9 ], [ 803, 846, 16, 9 ], [ 863, 846, 25, 8 ], [ 923, 846, 24, 9 ], [ 571, 864, 118, 9 ], [ 730, 864, 22, 9 ], [ 802, 864, 22, 9 ], [ 863, 864, 25, 8 ], [ 923, 864, 24, 9 ] ]
[ 7, 0, 0, 9, 7, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 9, 9, 4, 4, 4, 4, 4, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 ]
2505c17292a5166769c0061a8a7e488b2c5ac49774dbabb3ef3773414424c90a
NYSE_SSL_2010.pdf
52
95
595
842
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11839
[ "G.", "Sz´", "ekely and M. Rizzo. Testing for equal distributions in high dimensions.", "InterStat", ",", "2004.", "G.", "Sz´", "ekely and M. Rizzo.", "Brownian distance covariance.", "The Annals of Applied", "Statistics", ", 3 (4):1236–1265, 2009.", "G.", "Sz´", "ekely, M. Rizzo, and N. Bakirov. Measuring and testing dependence by correla-", "tion of distances.", "The Annals of Statistics", ", 35:2769–2794, 2007.", "O.", "Thas and J. Ottoy. An extension of the anderson-darling k-sample test to arbitrary", "sample space partition sizes.", "Journal of Statistical Computation and Simulation", ",", "74(9):651–665, 2007.", "O.", "Thas and J.P. Ottoy.", "A nonparamteric test for independence based on sample", "space partitions.", "Communcations in Statistics - Simulation and Computation", ", 33", "(3):711–728, 2004.", "Q.", "Vu, B. Yu, and R. Kass.", "Coverage-adjusted entropy estimation.", "Statistics in", "medicine", ", 26:4039–4060, 2007.", "K.", "Yu, F. Liang, J. Ciampa, and N. Chatterjee.", "Efficient p-value evaluation for", "resampling-based tests.", "Biostatistics", ", 12(3):582–593, 2011.", "78" ]
[ [ 156, 90, 723, 44 ], [ 156, 90, 723, 44 ], [ 156, 90, 723, 44 ], [ 156, 90, 723, 44 ], [ 156, 90, 723, 44 ], [ 156, 90, 723, 44 ], [ 156, 165, 723, 44 ], [ 156, 165, 723, 44 ], [ 156, 165, 723, 44 ], [ 156, 165, 723, 44 ], [ 156, 165, 723, 44 ], [ 156, 165, 723, 44 ], [ 156, 165, 723, 44 ], [ 156, 240, 723, 44 ], [ 156, 240, 723, 44 ], [ 156, 240, 723, 44 ], [ 156, 240, 723, 44 ], [ 156, 240, 723, 44 ], [ 156, 240, 723, 44 ], [ 156, 314, 723, 75 ], [ 156, 314, 723, 75 ], [ 156, 314, 723, 75 ], [ 156, 314, 723, 75 ], [ 156, 314, 723, 75 ], [ 156, 314, 723, 75 ], [ 156, 420, 723, 75 ], [ 156, 420, 723, 75 ], [ 156, 420, 723, 75 ], [ 156, 420, 723, 75 ], [ 156, 420, 723, 75 ], [ 156, 420, 723, 75 ], [ 156, 420, 723, 75 ], [ 156, 526, 723, 44 ], [ 156, 526, 723, 44 ], [ 156, 526, 723, 44 ], [ 156, 526, 723, 44 ], [ 156, 526, 723, 44 ], [ 156, 526, 723, 44 ], [ 156, 601, 723, 44 ], [ 156, 601, 723, 44 ], [ 156, 601, 723, 44 ], [ 156, 601, 723, 44 ], [ 156, 601, 723, 44 ], [ 156, 601, 723, 44 ], [ 508, 952, 19, 13 ] ]
[ [ 156, 90, 17, 13 ], [ 178, 90, 32, 13 ], [ 201, 90, 590, 13 ], [ 798, 90, 76, 13 ], [ 874, 90, 5, 13 ], [ 176, 121, 44, 13 ], [ 156, 165, 18, 13 ], [ 180, 165, 35, 13 ], [ 206, 165, 177, 13 ], [ 400, 165, 263, 13 ], [ 680, 165, 199, 13 ], [ 176, 196, 77, 13 ], [ 253, 196, 203, 13 ], [ 156, 240, 17, 13 ], [ 178, 240, 33, 13 ], [ 203, 240, 677, 13 ], [ 176, 271, 145, 13 ], [ 330, 271, 206, 13 ], [ 537, 271, 181, 13 ], [ 156, 314, 20, 13 ], [ 182, 314, 697, 13 ], [ 176, 345, 246, 13 ], [ 435, 345, 439, 13 ], [ 874, 345, 5, 13 ], [ 176, 376, 175, 13 ], [ 156, 420, 21, 13 ], [ 183, 420, 187, 13 ], [ 385, 420, 494, 13 ], [ 176, 451, 141, 13 ], [ 328, 451, 518, 13 ], [ 847, 451, 32, 13 ], [ 176, 482, 155, 13 ], [ 156, 526, 22, 13 ], [ 185, 526, 223, 13 ], [ 425, 526, 334, 13 ], [ 776, 526, 103, 13 ], [ 176, 557, 75, 13 ], [ 251, 557, 181, 13 ], [ 156, 601, 22, 13 ], [ 185, 601, 406, 13 ], [ 608, 601, 271, 13 ], [ 176, 632, 198, 13 ], [ 383, 632, 104, 13 ], [ 488, 632, 187, 13 ], [ 508, 952, 19, 13 ] ]
[ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4 ]
4c0e73345db6544e368c65f05417b7d244f98e1ac1a17c673d326b05c616a838
1410.6758.pdf
78
79
612
792
1,025
1,025
arxiv_doublespaced
scientific_articles
11840
[ "Helping business", "thriveon technology change", "As leading analysts of emerging technology,", "Forrester Research provides objective analysis of", "technology change and its impact on business, ", "consumers, and society. Global 3,500 companies", "and their partners and suppliers depend on", "Forrester’s unique “Whole View” — a comprehensive", "selection of research that matches the challenges ", "of eBusiness — to help them understand their ", "customers, plan strategies, and select the right", "technologies. In addition to our written research ", "and data, clients have access to Forrester analyst", "insights through Advisory Services, Events, and", "interactive Assessment Tools. Established in 1983,", "Forrester is headquartered in Cambridge, Mass.,", "with sales offices and research centers around ", "the world." ]
[ [ 143, 186, 608, 103 ], [ 143, 186, 608, 103 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ], [ 222, 305, 534, 566 ] ]
[ [ 143, 186, 144, 11 ], [ 214, 205, 537, 83 ], [ 222, 305, 449, 22 ], [ 222, 341, 498, 22 ], [ 222, 377, 487, 22 ], [ 222, 413, 497, 22 ], [ 222, 449, 443, 22 ], [ 222, 486, 534, 22 ], [ 222, 522, 518, 22 ], [ 222, 558, 475, 22 ], [ 222, 594, 482, 22 ], [ 222, 631, 500, 22 ], [ 222, 667, 507, 22 ], [ 222, 703, 480, 22 ], [ 222, 739, 508, 22 ], [ 222, 776, 491, 22 ], [ 222, 812, 487, 22 ], [ 222, 848, 101, 22 ] ]
[ 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
743f8d0799cb803842a5f2889d63d1e8553ec5681f7c48abd2d1deb1db1c594b
NASDAQ_FORR_2000.pdf
1
46
612
792
1,025
1,025
ann_reports_00_04_fancy
financial_reports
11841
[ "IOOF", " | Annual Report 2012", "Consolidated", "Parent", "2012", "2011", "2012", "2011", "$’000", "$’000", "$’000", "$’000", "Reconciliation of movements", "Net carrying amounts at the beginning of the year", "(4,074)", "10,657 ", "(13,113)", "778 ", "Acquisitions and disposals", "(11, 8 02)", "-", "-", "-", "Credited/(charged) to profit or loss (Note 10)", "(52,842)", "925 ", "13,619 ", "(101)", "Temporary differences directly attributable to equity", "3,509 ", "(1,866)", "-", "-", "Tax losses", "-", "-", "-", "-", "Uncertain tax position", "6,894 ", "(13,790)", "-", "(13,790)", "Carrying amount at the end of the year", "(58,315)", "(4,074)", "506 ", "(13,113)", "Consolidated", "Parent", "2012", "2011", "2012", "2011", "$’000", "$’000", "$’000", "$’000", "Deductible temporary differences", "-", "-", "-", "-", "Tax losses", "1,908 ", "1,908 ", "-", "-", "1,908 ", "1,908 ", "-", "-", "Potential tax benefit", "572 ", "572 ", "-", "-", "Consolidated", "Parent", "2012", "2011", "2012", "2011", "$’000", "$’000", "$’000", "$’000", "Accounts payable", "33,075 ", "30,649 ", "-", "70 ", "Income received in advance", "1,058 ", "859 ", "-", "-", "Accrued expenses", "23,786 ", "15,478 ", "106 ", "-", "Goods and service tax payable", "3,996 ", "3,678 ", "3 ", "-", "61,915 ", "50,664 ", "109 ", "70 ", "Deferred tax assets have not been recognised in respect of the following items:", "The deductible temporary differences and tax losses do not expire under current tax legislation. Deferred tax assets have not been ", "recognised in respect of these items because it is not probable that future taxable profit will be available against which the Group can ", "utilise the benefits there from.", "Payables are non-interest bearing and are expected to be paid within 12 months from the financial year end. The Group’s exposure to ", "currency risk is disclosed in Note 4 Risk management.", "20", "Payables", "Unrecognised deferred tax assets", "page 95" ]
[ [ 778, 43, 148, 11 ], [ 778, 43, 148, 11 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 143, 827, 195 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 397, 827, 123 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 97, 617, 827, 142 ], [ 98, 373, 487, 12 ], [ 98, 529, 827, 44 ], [ 98, 529, 827, 44 ], [ 98, 529, 827, 44 ], [ 98, 767, 824, 28 ], [ 98, 767, 824, 28 ], [ 98, 587, 114, 20 ], [ 98, 587, 114, 20 ], [ 98, 348, 271, 16 ], [ 880, 973, 45, 11 ] ]
[ [ 778, 43, 30, 11 ], [ 808, 43, 117, 11 ], [ 637, 143, 83, 13 ], [ 846, 143, 40, 13 ], [ 615, 161, 28, 13 ], [ 706, 161, 27, 13 ], [ 797, 161, 28, 13 ], [ 888, 161, 27, 13 ], [ 610, 179, 34, 13 ], [ 701, 179, 34, 13 ], [ 792, 179, 34, 13 ], [ 883, 179, 34, 13 ], [ 98, 196, 184, 13 ], [ 98, 215, 302, 12 ], [ 607, 215, 36, 12 ], [ 697, 215, 41, 12 ], [ 785, 215, 40, 12 ], [ 895, 215, 25, 12 ], [ 98, 232, 156, 12 ], [ 601, 232, 42, 12 ], [ 730, 232, 1, 12 ], [ 821, 232, 1, 12 ], [ 912, 232, 1, 12 ], [ 98, 250, 265, 12 ], [ 598, 250, 46, 12 ], [ 714, 250, 25, 12 ], [ 790, 250, 39, 12 ], [ 890, 250, 25, 12 ], [ 98, 268, 315, 12 ], [ 613, 268, 35, 12 ], [ 697, 268, 37, 12 ], [ 821, 268, 1, 12 ], [ 912, 268, 1, 12 ], [ 98, 286, 57, 12 ], [ 639, 286, 1, 12 ], [ 730, 286, 1, 12 ], [ 821, 286, 1, 12 ], [ 912, 286, 1, 12 ], [ 98, 304, 133, 12 ], [ 612, 304, 36, 12 ], [ 690, 304, 43, 12 ], [ 821, 304, 1, 12 ], [ 872, 304, 43, 12 ], [ 98, 322, 245, 13 ], [ 596, 322, 47, 13 ], [ 695, 322, 39, 13 ], [ 803, 322, 26, 13 ], [ 872, 322, 43, 13 ], [ 637, 398, 83, 13 ], [ 846, 398, 40, 13 ], [ 615, 416, 28, 13 ], [ 706, 416, 27, 13 ], [ 797, 416, 28, 13 ], [ 888, 416, 27, 13 ], [ 610, 434, 34, 13 ], [ 701, 434, 34, 13 ], [ 792, 434, 34, 13 ], [ 883, 434, 34, 13 ], [ 98, 452, 204, 12 ], [ 639, 452, 1, 12 ], [ 730, 452, 1, 12 ], [ 821, 452, 1, 12 ], [ 912, 452, 1, 12 ], [ 98, 470, 57, 12 ], [ 613, 470, 34, 12 ], [ 704, 470, 34, 12 ], [ 821, 470, 1, 12 ], [ 912, 470, 1, 12 ], [ 613, 487, 34, 12 ], [ 704, 487, 34, 12 ], [ 821, 487, 1, 12 ], [ 912, 487, 1, 12 ], [ 98, 505, 128, 13 ], [ 622, 505, 26, 13 ], [ 712, 505, 26, 13 ], [ 821, 505, 1, 13 ], [ 912, 505, 1, 13 ], [ 637, 617, 83, 13 ], [ 846, 617, 40, 13 ], [ 615, 635, 28, 13 ], [ 706, 635, 27, 13 ], [ 797, 635, 28, 13 ], [ 888, 635, 27, 13 ], [ 610, 653, 34, 13 ], [ 701, 653, 34, 13 ], [ 792, 653, 34, 13 ], [ 883, 653, 34, 13 ], [ 98, 671, 107, 12 ], [ 606, 671, 41, 12 ], [ 696, 671, 43, 12 ], [ 821, 671, 1, 12 ], [ 903, 671, 17, 12 ], [ 98, 689, 169, 12 ], [ 614, 689, 34, 12 ], [ 714, 689, 24, 12 ], [ 821, 689, 1, 12 ], [ 912, 689, 1, 12 ], [ 98, 707, 110, 12 ], [ 606, 707, 42, 12 ], [ 698, 707, 40, 12 ], [ 805, 707, 25, 12 ], [ 912, 707, 1, 12 ], [ 98, 725, 184, 12 ], [ 613, 725, 35, 12 ], [ 704, 725, 34, 12 ], [ 819, 725, 10, 12 ], [ 912, 725, 1, 12 ], [ 606, 743, 42, 13 ], [ 693, 743, 46, 13 ], [ 803, 743, 26, 13 ], [ 902, 743, 18, 13 ], [ 98, 373, 487, 12 ], [ 98, 529, 805, 12 ], [ 98, 545, 827, 12 ], [ 98, 561, 185, 12 ], [ 98, 767, 824, 12 ], [ 98, 783, 327, 12 ], [ 98, 587, 24, 20 ], [ 127, 587, 85, 20 ], [ 98, 348, 271, 16 ], [ 880, 973, 45, 11 ] ]
[ 5, 5, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 7, 7, 7, 4 ]
e17f09ddc3b13d88c16c40d6daad49ff37bc904ead68e94a615895f2c6056498
ASX_IFL_2012.pdf
96
128
596
843
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11842
[ "2", "August 2020", "d4m_evalgrid_en.doc ", "2", "of 12", "EVALUATION GRID I: (General Compliance, Economic and Financial Capacity Compliance) ", "ct title:", "Lot 1 - Construction of Giresun Wastewater Treatment Plant", "Publication reference:", "NEAR/ANK/2021/EA-OP/0084 ", "Item ", "No ", "Reference Clause ", "I.", "Qualifications – Technical and Professional ", "Capacity", "Tenderer ", "1 ", "2 ", "3 ", "4 ", "5 ", "6 ", "I.1 ", "Vol 1, Section 1, ITT Clause 12.2.1 ", "The tenderer must be a registered firm or natural ", "person legally capable of carrying out the specified ", "works. ", "Y/N", "I.2 ", "Vol 1, Section 1, ITT Clause 12.2.1.2.a ", "The average annual turnover of the tenderer in the ", "last 3 financial years must be minimum EUR ", "4,500,000 or equivalent. ", "Y/N", "I.3 ", "Vol 1, Section 1, ITT Clause 12.2.1.2.b ", "The Tenderer shall demonstrate, by a bank statement ", "from his bank, that he has available or has access to ", "liquid assets, lines of credit, or other financial means ", "sufficient to meet the construction cash flow for the ", "contract of not less than EUR 2,500,000 or ", "equivalent. ", "Y/N", "I.4 ", "Vol 1, Section 1, ITT Clause 12.2.1.2.c ", "The tenderer should be in positive profit account for ", "at least 2 of the past 3 financial years. ", "Y/N", "I.5 ", "Vol 1, Section 1, ITT Clause 12.2.1.4.i ", "The leading member shall meet not less than 50 % of ", "the annual turnover criteria and financial resources ", "criteria specified in ITT items 12.2.1.2 (a), (b) ", "Y/N", "I.6 ", "Vol 1, Section 1, ITT Clause 12.2.1.4.ii ", "Each member shall meet not less than 10 % of the ", "annual turnover criteria and financial resources ", "criteria specified in ITT items 12.2.1.2 (a), (b) ", "Y/N", "I.7 ", "Vol 1, Section 1, ITT Clause 12.2.1.4.iii ", "Each individual member shall satisfy the legal status ", "criterion stipulated in item 12.2.1.1. The Joint ", "Venture/consortium as a whole must be in positive ", "profit account for at least 2 of the last 3 financial ", "years collectively; ", "Y/N", "I.8 ", "Vol 1, Section 1, ITT Clause 12.2.1.4.iv ", "The Joint Venture/consortium must satisfy ", "collectively annual turnover and financial resources ", "criteria stated under ITT 12.2.1.2.a and 12.2.1.2.b ", "Y/N" ]
[ [ 948, 921, 7, 18 ], [ 68, 921, 108, 33 ], [ 68, 921, 108, 33 ], [ 901, 32, 34, 15 ], [ 901, 32, 34, 15 ], [ 68, 114, 596, 18 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ], [ 60, 153, 889, 682 ] ]
[ [ 948, 921, 7, 18 ], [ 68, 921, 58, 13 ], [ 68, 938, 108, 15 ], [ 901, 32, 6, 15 ], [ 910, 32, 25, 15 ], [ 68, 114, 596, 18 ], [ 108, 170, 40, 18 ], [ 180, 170, 382, 18 ], [ 594, 170, 128, 18 ], [ 745, 170, 197, 18 ], [ 68, 207, 25, 15 ], [ 68, 227, 17, 15 ], [ 120, 217, 88, 15 ], [ 343, 207, 7, 15 ], [ 353, 207, 223, 15 ], [ 343, 227, 43, 15 ], [ 759, 204, 47, 15 ], [ 677, 229, 9, 15 ], [ 726, 229, 9, 15 ], [ 774, 229, 9, 15 ], [ 823, 229, 9, 15 ], [ 872, 229, 9, 15 ], [ 921, 229, 9, 15 ], [ 68, 272, 16, 15 ], [ 120, 272, 176, 15 ], [ 343, 252, 269, 15 ], [ 343, 272, 267, 15 ], [ 343, 292, 35, 15 ], [ 623, 272, 21, 15 ], [ 68, 332, 16, 15 ], [ 120, 332, 194, 15 ], [ 343, 313, 268, 15 ], [ 343, 332, 272, 15 ], [ 343, 352, 121, 15 ], [ 623, 332, 21, 15 ], [ 68, 422, 16, 15 ], [ 120, 422, 195, 15 ], [ 343, 373, 266, 15 ], [ 343, 393, 267, 15 ], [ 343, 412, 266, 15 ], [ 343, 432, 267, 15 ], [ 343, 452, 273, 15 ], [ 343, 472, 56, 15 ], [ 623, 422, 21, 15 ], [ 68, 502, 16, 15 ], [ 120, 493, 194, 15 ], [ 343, 493, 266, 15 ], [ 343, 512, 186, 15 ], [ 623, 502, 21, 15 ], [ 68, 553, 16, 15 ], [ 120, 533, 192, 15 ], [ 343, 533, 266, 15 ], [ 343, 553, 268, 15 ], [ 343, 573, 227, 15 ], [ 623, 553, 21, 15 ], [ 68, 613, 16, 15 ], [ 120, 593, 195, 15 ], [ 343, 593, 266, 15 ], [ 343, 613, 271, 15 ], [ 343, 633, 227, 15 ], [ 623, 613, 21, 15 ], [ 68, 693, 16, 15 ], [ 120, 654, 199, 15 ], [ 343, 654, 266, 15 ], [ 343, 673, 272, 15 ], [ 343, 693, 268, 15 ], [ 343, 713, 268, 15 ], [ 343, 733, 92, 15 ], [ 623, 693, 21, 15 ], [ 68, 785, 16, 15 ], [ 120, 753, 198, 15 ], [ 343, 765, 279, 15 ], [ 343, 785, 267, 15 ], [ 343, 805, 245, 15 ], [ 623, 785, 21, 15 ] ]
[ 4, 4, 4, 5, 5, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 ]
09ec234b6c9baefd81d6e1aa0da73fb6728108e28b66cad38e2c112ac30ede3d
EN-Lot1 Lot2 Vol1 Sec5 d4m evalgrid en GIR rev5.pdf
1
12
842
595
1,025
1,025
eu_tenders
government_tenders
11843
[ "200510079024. 1", "we HRB 108/152", "111", "ZH 700 VA, Bite, HAA ITE-1 SI ITE-4 RH RER", "KR, SEAMAHKRAZRAHRA. HM 700 H—-*ARMAA HH", "R REEWZSTÄHSTRERELRLAAHCHR OH N IFA H", "AMAE, ARABLHRT, FRAA]TREAAAM HSA HL", "KM, fase ALA A CHARA AR, Alte, RPE CORRE", "BOMB E. RAMA 700 TAE-TPRAYREAAGA MHRA,", "AbASAADQDZM MEH, AAE—Ad Be ww ERESE", "6 FEAT R HAA 700.", "Bde, KR BMAY 700 TVA RAL SH Fi Ae/ BH ke HR HBR 758", "a4 22 RI RETFHH HF ER FAT FEN ER RK 188. ABl", "F, RAMA 700 ZA NEE TER FAN AH AT FR 7", "KDA HATH I-A GR - ERAN KRMAMBEEAA HTH", "AADRAPRH. Ast, RAMA 700 HAA RHR 188, 7", "AFRERAMPASLATCHHRZMHDAF.", "A S8A fe 58B THT RAMAMAATMAT SRARD” HSI", "Ma RATE. AKO, RAMA 700 ARAHAELMRAZRMUF", "RERVABE AE. WERT RFRA “HRA” HER, FH", "HEC AES RAR HERR” , RH AMA 700 BHAA. AY HR", "KREH” tHPHPRLERSEMIMEBESS.", "EIKEAP, ARAMA 700 SHH -TREYS HBPIMRAS", "#164 (1), .-164 (N), Wer prakse sl #® 188 (1), «188 (N) ,", "Rb PH RMERSRRELS ATH RAH HLER. Rel~eu#e (B", "58A Fe 58B, FIR 750) . KAA HN Ae HH 188 (1) ,", "188 (N) ME", "THAAPABSF CHES ACHAEA. BESSA 1604 (1), --164", "(N) BRHBEARRA POE, TRB ECAES RM", "Fl, RA RAKABEAABRAEGZSAY “ABA” - Ast, UEN", "442 #1462188 (1), 188 (N) MFRMRTRYA, THHRAKERZ", "ZREM.", "RMA 700 EEE) FH —-A4E HK 188X, HHRMA T BH", "ENF‘ HEH RSZRFAR—-H, BOAZWKRAUEY( A SBA", "Fo 58B, FR752). BhBRAHRHK 188Y MET CHBRARAGS", "ARF XA HH 188 (1), 188 (N) 2H (Hd, RHE" ]
[ [ 109, 69, 128, 11 ], [ 713, 69, 207, 11 ], [ 503, 970, 24, 8 ], [ 122, 106, 753, 201 ], [ 122, 106, 753, 201 ], [ 122, 106, 753, 201 ], [ 122, 106, 753, 201 ], [ 122, 106, 753, 201 ], [ 122, 106, 753, 201 ], [ 122, 106, 753, 201 ], [ 122, 106, 753, 201 ], [ 122, 318, 751, 147 ], [ 122, 318, 751, 147 ], [ 122, 318, 751, 147 ], [ 122, 318, 751, 147 ], [ 122, 318, 751, 147 ], [ 122, 318, 751, 147 ], [ 121, 476, 751, 121 ], [ 121, 476, 751, 121 ], [ 121, 476, 751, 121 ], [ 121, 476, 751, 121 ], [ 121, 476, 751, 121 ], [ 121, 607, 751, 228 ], [ 121, 607, 751, 228 ], [ 121, 607, 751, 228 ], [ 121, 607, 751, 228 ], [ 121, 607, 751, 228 ], [ 121, 607, 751, 228 ], [ 121, 607, 751, 228 ], [ 121, 607, 751, 228 ], [ 121, 607, 751, 228 ], [ 121, 607, 751, 228 ], [ 121, 845, 751, 97 ], [ 121, 845, 751, 97 ], [ 121, 845, 751, 97 ], [ 121, 845, 751, 97 ] ]
[ [ 109, 69, 128, 11 ], [ 713, 69, 207, 11 ], [ 503, 970, 24, 8 ], [ 178, 106, 696, 18 ], [ 124, 133, 751, 15 ], [ 123, 158, 752, 18 ], [ 122, 186, 751, 17 ], [ 122, 212, 753, 17 ], [ 125, 239, 744, 17 ], [ 124, 265, 749, 16 ], [ 124, 292, 217, 16 ], [ 176, 318, 697, 16 ], [ 124, 344, 748, 16 ], [ 123, 371, 746, 16 ], [ 122, 397, 749, 16 ], [ 122, 423, 750, 16 ], [ 122, 449, 517, 16 ], [ 178, 476, 694, 16 ], [ 122, 502, 749, 17 ], [ 121, 528, 751, 16 ], [ 121, 555, 751, 16 ], [ 122, 580, 493, 17 ], [ 175, 607, 694, 16 ], [ 122, 634, 734, 16 ], [ 122, 660, 747, 16 ], [ 121, 686, 586, 16 ], [ 727, 686, 145, 16 ], [ 125, 713, 747, 16 ], [ 133, 739, 738, 16 ], [ 122, 765, 747, 17 ], [ 123, 792, 747, 16 ], [ 122, 819, 102, 16 ], [ 177, 845, 694, 16 ], [ 121, 871, 751, 17 ], [ 121, 898, 747, 17 ], [ 121, 925, 749, 17 ] ]
[ 5, 5, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
75e12778a41f871638e3374af6bd0c6298247e790c98c31706e7c3257f2c29ec
CN100339784C.pdf
110
253
595
842
1,025
1,025
patents_cn
patents
11844
[ "Exercise 4", "Translate into Italian.", "1", "Sabina hasn’t invited me [f].", "2", "Who called you [fs]?", "3", "We phoned them yesterday.", "4", "I", "looked for you [mp], but I didn’t ", "fi", "nd you.", "5", "Chiara took us to the bus stop.", "6", "I", "sent you [pl.] a postcard – did you receive it?", "7", "My grandparents gave me 100 euros, but I’ve already spent it. [Say: ‘spent", "them’]", "8", "I", "bought two rolls and ate them.", "9", "‘Have you [sing.] switched the light o", "ff", "?’ ‘Ye s, I ’ve switched it o", "ff", ".’", "10", "Carla hasn’t been able to help them [f].", "98", "Unit 13" ]
[ [ 95, 89, 151, 18 ], [ 95, 132, 238, 15 ], [ 108, 172, 335, 15 ], [ 108, 172, 335, 15 ], [ 108, 192, 250, 15 ], [ 108, 192, 250, 15 ], [ 108, 212, 330, 15 ], [ 108, 212, 330, 15 ], [ 108, 232, 505, 15 ], [ 108, 232, 505, 15 ], [ 108, 232, 505, 15 ], [ 108, 232, 505, 15 ], [ 108, 232, 505, 15 ], [ 108, 253, 368, 15 ], [ 108, 253, 368, 15 ], [ 108, 273, 529, 15 ], [ 108, 273, 529, 15 ], [ 108, 273, 529, 15 ], [ 108, 293, 825, 35 ], [ 108, 293, 825, 35 ], [ 108, 293, 825, 35 ], [ 108, 333, 382, 15 ], [ 108, 333, 382, 15 ], [ 108, 333, 382, 15 ], [ 108, 353, 742, 15 ], [ 108, 353, 742, 15 ], [ 108, 353, 742, 15 ], [ 108, 353, 742, 15 ], [ 108, 353, 742, 15 ], [ 108, 353, 742, 15 ], [ 95, 373, 468, 15 ], [ 95, 373, 468, 15 ], [ 95, 49, 136, 15 ], [ 95, 49, 136, 15 ] ]
[ [ 95, 89, 151, 18 ], [ 95, 132, 238, 15 ], [ 108, 172, 12, 15 ], [ 139, 172, 304, 15 ], [ 108, 192, 12, 15 ], [ 139, 192, 219, 15 ], [ 108, 212, 12, 15 ], [ 139, 212, 299, 15 ], [ 108, 232, 12, 15 ], [ 139, 232, 9, 15 ], [ 155, 232, 361, 15 ], [ 517, 233, 14, 15 ], [ 531, 232, 82, 15 ], [ 108, 253, 12, 15 ], [ 139, 253, 337, 15 ], [ 108, 273, 12, 15 ], [ 139, 273, 9, 15 ], [ 155, 273, 482, 15 ], [ 108, 293, 12, 15 ], [ 139, 293, 794, 15 ], [ 139, 313, 69, 15 ], [ 108, 333, 12, 15 ], [ 139, 333, 9, 15 ], [ 156, 333, 335, 15 ], [ 108, 353, 12, 15 ], [ 139, 353, 400, 15 ], [ 540, 354, 15, 15 ], [ 556, 353, 265, 15 ], [ 821, 354, 15, 15 ], [ 837, 353, 14, 15 ], [ 95, 373, 25, 15 ], [ 139, 373, 424, 15 ], [ 95, 49, 28, 15 ], [ 150, 49, 82, 15 ] ]
[ 7, 9, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5 ]
499542b5d3d309db2aa8c8121554e833d7db7e26ff6f51f9b6dc0ffef8a8b824
Basic Italian.PDF
108
205
396
611
1,025
1,025
manuals
manuals
11845
[ "2.", "REVENUE RECOGNITION", "We enter into contracts with customers often having multiple commitments of goods and services including any combination of designing,", "developing, manufacturing, modifying, installing and commissioning of flow management equipment and providing services and parts related to the", "performance of such products. We evaluate the commitments in our contracts with customers to determine if the commitments are both capable of", "being distinct and distinct in the context of the contract in order to identify performance obligations.", "We recognize revenue when (or as) we satisfy a performance obligation by transferring control of the performance obligation to a customer.", "Control of a performance obligation may transfer to the customer either over time or at a point in time depending on an evaluation of the specific", "facts and circumstances for each contract, including the terms and conditions of the contract as agreed with the customer, as well as the nature of", "the products or services to be provided. Our larger contracts are typically completed within a one to three-year period, while many other contracts,", "such as “short cycle” contracts, have a shorter timeframe for revenue recognition.", "Control transfers over time when the customer is able to direct the use of and obtain substantially all of the benefits of our work as we perform.", "This typically occurs when products have no alternative use and we have a right to payment for performance completed to date, including a", "reasonable profit margin. Our contracts often include cancellation provisions that require the customer to reimburse us for costs incurred up to the", "date of cancellation, and some contracts also provide for reimbursement of profit upon cancellation in addition to costs incurred to date.", "Our primary method for recognizing revenue over time is the POC method.", "We measure progress towards completion by applying an input", "measure based on costs incurred to date relative to total estimated costs at completion (i.e., the cost-to-cost method). This method provides a", "reasonable depiction of the transfer of control of products and services to customers as it ensures our efforts towards satisfying a performance", "obligation, as reflected by costs incurred, are included in the measure of progress used for recognition of revenue. Costs generally include direct", "labor, direct material and manufacturing overhead.", "Costs that do not contribute towards control transfer are generally immaterial, but are", "excluded from the measure of progress in the event they are significant.", "Prior to the adoption of the New Revenue Standard effective January 1, 2018, revenue recognized under the POC method had been 4% to 10%", "of our consolidated sales. Under the New Revenue Standard, we have experienced an increase in the amount of revenue recognized over time. This", "increase is primarily due to the application of the new “transfer of control” model for revenue recognition. Under this model, revenue for", "performance obligations subject to contractual transfer of control during the manufacturing process are recognized over time. This includes", "contracts with cancellation provisions that require reimbursement for costs incurred plus a reasonable margin and for which the performance", "obligation has no alternative use. Revenue from products and services transferred to customers over time accounted for approximately 19%, 22%", "and 4% of total revenue for the years ended December 31, 2019, 2018 and 2017, respectively.", "If control does not transfer over time, then control transfers at a point in time. We recognize revenue at a point in time at the level of each", "performance obligation based on the evaluation of certain indicators of control transfer, such as title transfer, risk of loss transfer, customer", "acceptance and physical possession. Revenue from products and services transferred to customers at a point in time accounted for approximately", "81%, 78% and 96% of total revenue for the years ended December 31, 2019, 2018 and 2017, respectively.", "A contract modification, or “change order,” occurs when the existing enforceable rights and obligations of a contract change, such as a change", "in the scope, price or terms and conditions. We account for a change order as a new accounting contract when the change order is limited to", "adding new, distinct products and services that are priced in an amount consistent with standalone selling price. Other change orders are", "accounted for as a modification of the existing accounting contract. When a change order occurs for a contract having in-process over time", "performance obligations, the effect of the change order on the transaction price and the measure of progress for the performance obligations to", "which it relates is recognized as an adjustment to revenue (either as an increase in or a reduction of revenue) on a cumulative catch-up basis.", "Freight charges billed to customers are included in sales and the related shipping costs are included in cost of sales (\"COS\") in our consolidated", "statements of income. If shipping activities are performed after a customer obtains control of a product, we apply a policy election to account for", "shipping as an activity to fulfill the promise to transfer the product to the customer.", "We apply a policy election to exclude transaction taxes collected from customers from sales when the tax is both imposed on and concurrent", "with a specific revenue-producing transaction.", "In certain instances, we provide guaranteed completion dates under the terms of our contracts. Failure to meet contractual delivery dates can", "result in late delivery penalties or liquidated damages. In the event that the transaction price of such a contract is probable of experiencing a", "significant reversal due to a penalty, we constrain a portion of the transaction price.", "66" ]
[ [ 24, 29, 211, 10 ], [ 24, 29, 211, 10 ], [ 24, 46, 973, 44 ], [ 24, 46, 973, 44 ], [ 24, 46, 973, 44 ], [ 24, 46, 973, 44 ], [ 24, 96, 973, 55 ], [ 24, 96, 973, 55 ], [ 24, 96, 973, 55 ], [ 24, 96, 973, 55 ], [ 24, 96, 973, 55 ], [ 24, 164, 973, 44 ], [ 24, 164, 973, 44 ], [ 24, 164, 973, 44 ], [ 24, 164, 973, 44 ], [ 24, 220, 973, 66 ], [ 24, 220, 973, 66 ], [ 24, 220, 973, 66 ], [ 24, 220, 973, 66 ], [ 24, 220, 973, 66 ], [ 24, 220, 973, 66 ], [ 24, 220, 973, 66 ], [ 24, 220, 973, 66 ], [ 24, 298, 973, 77 ], [ 24, 298, 973, 77 ], [ 24, 298, 973, 77 ], [ 24, 298, 973, 77 ], [ 24, 298, 973, 77 ], [ 24, 298, 973, 77 ], [ 24, 298, 973, 77 ], [ 24, 388, 973, 44 ], [ 24, 388, 973, 44 ], [ 24, 388, 973, 44 ], [ 24, 388, 973, 44 ], [ 24, 444, 973, 66 ], [ 24, 444, 973, 66 ], [ 24, 444, 973, 66 ], [ 24, 444, 973, 66 ], [ 24, 444, 973, 66 ], [ 24, 444, 973, 66 ], [ 24, 523, 973, 33 ], [ 24, 523, 973, 33 ], [ 24, 523, 973, 33 ], [ 24, 568, 973, 21 ], [ 24, 568, 973, 21 ], [ 24, 601, 973, 33 ], [ 24, 601, 973, 33 ], [ 24, 601, 973, 33 ], [ 503, 653, 16, 10 ] ]
[ [ 24, 29, 18, 10 ], [ 51, 29, 184, 10 ], [ 48, 46, 950, 10 ], [ 24, 57, 973, 10 ], [ 24, 68, 973, 10 ], [ 24, 79, 661, 10 ], [ 48, 96, 950, 10 ], [ 24, 107, 973, 10 ], [ 24, 119, 973, 10 ], [ 24, 130, 973, 10 ], [ 24, 141, 540, 10 ], [ 48, 164, 950, 10 ], [ 24, 175, 973, 10 ], [ 24, 186, 973, 10 ], [ 24, 197, 896, 10 ], [ 48, 220, 507, 10 ], [ 565, 220, 432, 10 ], [ 24, 231, 973, 10 ], [ 24, 242, 973, 10 ], [ 24, 253, 973, 10 ], [ 24, 265, 346, 10 ], [ 387, 265, 610, 10 ], [ 24, 276, 474, 10 ], [ 48, 298, 950, 10 ], [ 24, 309, 973, 10 ], [ 24, 321, 973, 10 ], [ 24, 332, 973, 10 ], [ 24, 343, 973, 10 ], [ 24, 354, 973, 10 ], [ 24, 366, 618, 10 ], [ 48, 388, 950, 10 ], [ 24, 399, 973, 10 ], [ 24, 410, 973, 10 ], [ 24, 422, 696, 10 ], [ 48, 444, 950, 10 ], [ 24, 455, 973, 10 ], [ 24, 467, 973, 10 ], [ 24, 478, 973, 10 ], [ 24, 489, 973, 10 ], [ 24, 500, 930, 10 ], [ 48, 523, 950, 10 ], [ 24, 534, 973, 10 ], [ 24, 545, 549, 10 ], [ 48, 568, 950, 10 ], [ 24, 579, 304, 10 ], [ 48, 601, 950, 10 ], [ 24, 613, 973, 10 ], [ 24, 624, 553, 10 ], [ 503, 653, 16, 10 ] ]
[ 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4 ]
f261c0278e8ea468bbaf8c8755486b8a6816a5754c8c8042fdaaf15f26d3cfb9
0000030625-20-000007_20200218x10k.pdf
67
116
595
842
1,025
1,025
sec_filings
financial_reports
11846
[ "5.3.4", "Server Status Output", "MongoDB Documentation, Release 3.0.4", "•", "The limit() method", "•", "The batchSize() method", "Note:", "When MongoDB writes query profile information to the log, the", "responseLength", "(page 295) value", "is in a field named", "reslen", ".", "The time in milliseconds from the perspective of the", "mongod", "from the beginning of the operation to the end of", "the operation.", "Changed in version 3.0.", "A document that contains the execution statistics of the query operation. For other operations, the value is an", "empty document.", "The", "system.profile.execStats", "(page 296) presents the statistics as a tree; each node provides the", "statistics for the operation executed during that stage of the query operation.", "Note:", "The following fields list for", "execStats", "(page 296) is not meant to be exhaustive as the returned fields", "vary per stage.", "New in version 3.0:", "stage", "(page 296) replaces the", "type", "field.", "The descriptive name for the operation performed as part of the query execution; e.g.", "New in version 3.0:", "inputStages", "(page 296) replaces the", "children", "field.", "An array that contains statistics for the operations that are the input stages of the current stage.", "The timestamp of the operation.", "The IP address or hostname of the client connection where the operation originates.", "For some operations, such as", "db.eval()", ", the client is", "0.0.0.0:0", "instead of an actual client.", "An array of authenticated user information (user name and database) for the session. See also", "Client Authenti-", "cation", "(page 323).", "The authenticated user who ran the operation. If the operation was not run by an authenticated user, this field’s", "value is an empty string.", "This", "document", "provides", "a", "quick", "overview", "and", "example", "of", "the", "serverStatus", "command.", "The", "helper", "db.serverStatus()", "in the", "mongo", "shell provides access to this output. For full documentation of the content", "of this output, see", "http://docs.mongodb.org/manual/reference/command/serverStatus", ".", "•", "COLLSCAN", "for a collection scan", "•", "IXSCAN", "for scanning index keys", "•", "FETCH", "for retrieving documents", "system.profile.execStats.", "inputStages", "system.profile.", "ts", "system.profile.", "client", "system.profile.", "allUsers", "system.profile.execStats.", "stage", "system.profile.", "execStats", "system.profile.", "millis", "system.profile.", "user", "Chapter 5. Administration", "296" ]
[ [ 120, 846, 255, 14 ], [ 120, 846, 255, 14 ], [ 120, 46, 318, 12 ], [ 193, 97, 186, 11 ], [ 193, 97, 186, 11 ], [ 193, 120, 226, 11 ], [ 193, 120, 226, 11 ], [ 162, 151, 742, 24 ], [ 162, 151, 742, 24 ], [ 162, 151, 742, 24 ], [ 162, 151, 742, 24 ], [ 162, 151, 742, 24 ], [ 162, 151, 742, 24 ], [ 162, 151, 742, 24 ], [ 162, 215, 742, 26 ], [ 162, 215, 742, 26 ], [ 162, 215, 742, 26 ], [ 162, 215, 742, 26 ], [ 162, 269, 158, 11 ], [ 162, 292, 742, 26 ], [ 162, 292, 742, 26 ], [ 162, 331, 742, 26 ], [ 162, 331, 742, 26 ], [ 162, 331, 742, 26 ], [ 162, 331, 742, 26 ], [ 162, 377, 742, 24 ], [ 162, 377, 742, 24 ], [ 162, 377, 742, 24 ], [ 162, 377, 742, 24 ], [ 162, 377, 742, 24 ], [ 199, 441, 427, 11 ], [ 199, 441, 427, 11 ], [ 199, 441, 427, 11 ], [ 199, 441, 427, 11 ], [ 199, 441, 427, 11 ], [ 199, 464, 566, 11 ], [ 199, 573, 527, 11 ], [ 199, 573, 527, 11 ], [ 199, 573, 527, 11 ], [ 199, 573, 527, 11 ], [ 199, 573, 527, 11 ], [ 199, 596, 629, 11 ], [ 162, 634, 213, 11 ], [ 162, 673, 557, 11 ], [ 162, 696, 645, 11 ], [ 162, 696, 645, 11 ], [ 162, 696, 645, 11 ], [ 162, 696, 645, 11 ], [ 162, 696, 645, 11 ], [ 162, 735, 742, 27 ], [ 162, 735, 742, 27 ], [ 162, 735, 742, 27 ], [ 162, 735, 742, 27 ], [ 162, 789, 742, 27 ], [ 162, 789, 742, 27 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 120, 880, 783, 42 ], [ 224, 488, 224, 11 ], [ 224, 488, 224, 11 ], [ 224, 488, 224, 11 ], [ 224, 511, 228, 11 ], [ 224, 511, 228, 11 ], [ 224, 511, 228, 11 ], [ 224, 534, 224, 11 ], [ 224, 534, 224, 11 ], [ 224, 534, 224, 11 ], [ 162, 558, 360, 9 ], [ 162, 558, 360, 9 ], [ 120, 620, 170, 9 ], [ 120, 620, 170, 9 ], [ 120, 658, 210, 9 ], [ 120, 658, 210, 9 ], [ 120, 720, 230, 9 ], [ 120, 720, 230, 9 ], [ 162, 426, 300, 9 ], [ 162, 426, 300, 9 ], [ 120, 254, 240, 9 ], [ 120, 254, 240, 9 ], [ 120, 200, 210, 9 ], [ 120, 200, 210, 9 ], [ 120, 774, 190, 9 ], [ 120, 774, 190, 9 ], [ 694, 961, 209, 12 ], [ 120, 961, 27, 12 ] ]
[ [ 120, 846, 45, 14 ], [ 171, 846, 203, 14 ], [ 120, 46, 318, 12 ], [ 193, 97, 5, 11 ], [ 199, 98, 180, 9 ], [ 193, 120, 5, 11 ], [ 199, 121, 220, 9 ], [ 162, 151, 38, 11 ], [ 212, 151, 431, 11 ], [ 647, 152, 140, 9 ], [ 792, 151, 112, 11 ], [ 162, 164, 122, 11 ], [ 288, 164, 60, 9 ], [ 348, 164, 4, 11 ], [ 162, 215, 348, 11 ], [ 514, 215, 60, 9 ], [ 579, 215, 325, 11 ], [ 162, 230, 91, 11 ], [ 162, 269, 158, 11 ], [ 162, 292, 742, 11 ], [ 162, 308, 115, 11 ], [ 162, 331, 25, 11 ], [ 194, 332, 240, 9 ], [ 441, 331, 463, 11 ], [ 162, 346, 507, 11 ], [ 162, 377, 38, 11 ], [ 211, 377, 182, 11 ], [ 398, 378, 90, 9 ], [ 492, 377, 411, 11 ], [ 162, 390, 97, 11 ], [ 199, 441, 130, 11 ], [ 335, 442, 50, 9 ], [ 389, 441, 155, 11 ], [ 548, 442, 40, 9 ], [ 592, 441, 33, 11 ], [ 199, 464, 566, 11 ], [ 199, 573, 130, 11 ], [ 335, 573, 110, 9 ], [ 449, 573, 155, 11 ], [ 608, 573, 80, 9 ], [ 693, 573, 33, 11 ], [ 199, 596, 629, 11 ], [ 162, 634, 213, 11 ], [ 162, 673, 557, 11 ], [ 162, 696, 193, 11 ], [ 359, 697, 90, 9 ], [ 449, 696, 85, 11 ], [ 539, 697, 90, 9 ], [ 633, 696, 174, 11 ], [ 162, 735, 630, 11 ], [ 797, 735, 107, 11 ], [ 162, 751, 41, 11 ], [ 208, 751, 75, 11 ], [ 162, 789, 742, 11 ], [ 162, 805, 163, 11 ], [ 120, 880, 29, 11 ], [ 160, 880, 65, 11 ], [ 237, 880, 57, 11 ], [ 305, 880, 7, 11 ], [ 323, 880, 37, 11 ], [ 371, 880, 61, 11 ], [ 443, 880, 24, 11 ], [ 477, 880, 56, 11 ], [ 544, 880, 13, 11 ], [ 569, 880, 20, 11 ], [ 600, 881, 120, 9 ], [ 731, 880, 69, 11 ], [ 826, 880, 25, 11 ], [ 862, 880, 41, 11 ], [ 120, 896, 170, 9 ], [ 296, 896, 38, 11 ], [ 340, 896, 50, 9 ], [ 396, 896, 508, 11 ], [ 120, 911, 118, 11 ], [ 243, 912, 610, 9 ], [ 854, 911, 4, 11 ], [ 224, 488, 5, 11 ], [ 230, 488, 80, 9 ], [ 314, 488, 134, 11 ], [ 224, 511, 5, 11 ], [ 230, 511, 60, 9 ], [ 294, 511, 158, 11 ], [ 224, 534, 5, 11 ], [ 230, 535, 50, 9 ], [ 284, 534, 164, 11 ], [ 162, 558, 250, 9 ], [ 412, 558, 110, 9 ], [ 120, 620, 150, 9 ], [ 270, 620, 20, 9 ], [ 120, 658, 150, 9 ], [ 270, 658, 60, 9 ], [ 120, 720, 150, 9 ], [ 270, 720, 80, 9 ], [ 162, 426, 250, 9 ], [ 412, 426, 50, 9 ], [ 120, 254, 150, 9 ], [ 270, 254, 90, 9 ], [ 120, 200, 150, 9 ], [ 270, 200, 60, 9 ], [ 120, 774, 150, 9 ], [ 270, 774, 40, 9 ], [ 694, 961, 209, 12 ], [ 120, 961, 27, 12 ] ]
[ 7, 7, 5, 3, 3, 3, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4 ]
57368df50db1ff7d2876204cffdadc84c8c0af2c03573c1b0b018254be8ad34b
MongoDB-manual.pdf
299
946
612
792
1,025
1,025
manuals
manuals
11847
[ "•", "RAID0 is simple — you will be issued with the list of available RAID partitions and your only task", "is to select the partitions which will form the MD.", "If you want to know more about Software RAID, have a look at Software RAID HOWTO", "(http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html).", "To create an MD device, you need to have the desired partitions it should consist of marked for use", "in a RAID. (This is done in", "partman", "in the", "Partition settings", "menu where you should select", "Use", "as:", "−→", "physical volume for RAID", ".)", "Note:", "Make sure that the system can be booted with the partitioning scheme you are planning.", "In general it will be necessary to create a separate file system for", "/boot", "when using RAID for", "the root (", "/", ") file system. Most boot loaders do support mirrored (not striped!) RAID1, so using for", "example RAID5 for", "/", "and RAID1 for", "/boot", "can be an option.", "Next, you should choose", "Configure software RAID", "from the main", "partman", "menu. (The menu will", "only appear after you mark at least one partition for use as", "physical volume for RAID", ".) On the first", "screen of", "mdcfg", "simply select", "Create MD device", ". You will be presented with a list of supported", "types of MD devices, from which you should choose one (e.g. RAID1). What follows depends on the", "type of MD you selected.", "Type", "Minimum", "Devices", "Spare Device", "Survives disk", "failure?", "Available", "Space", "RAID0", "2", "no", "no", "Size of the", "smallest partition", "multiplied by", "number of devices", "in RAID", "RAID1", "2", "optional", "yes", "Size of the", "smallest partition", "in RAID", "RAID5", "3", "optional", "yes", "Size of the", "smallest partition", "multiplied by", "(number of", "devices in RAID", "minus one)", "RAID6", "4", "optional", "yes", "Size of the", "smallest partition", "multiplied by", "(number of", "devices in RAID", "minus two)", "RAID10", "2", "optional", "yes", "Total of all", "partitions divided", "by the number of", "chunk copies", "(defaults to two)", "Chapter 6. Using the Ubuntu Installer", "57" ]
[ [ 205, 849, 692, 27 ], [ 205, 849, 692, 27 ], [ 205, 849, 692, 27 ], [ 205, 558, 692, 27 ], [ 205, 558, 692, 27 ], [ 205, 596, 692, 42 ], [ 205, 596, 692, 42 ], [ 205, 596, 692, 42 ], [ 205, 596, 692, 42 ], [ 205, 596, 692, 42 ], [ 205, 596, 692, 42 ], [ 205, 596, 692, 42 ], [ 205, 596, 692, 42 ], [ 205, 596, 692, 42 ], [ 205, 596, 692, 42 ], [ 205, 596, 692, 42 ], [ 240, 661, 657, 53 ], [ 240, 661, 657, 53 ], [ 240, 661, 657, 53 ], [ 240, 661, 657, 53 ], [ 240, 661, 657, 53 ], [ 240, 661, 657, 53 ], [ 240, 661, 657, 53 ], [ 240, 661, 657, 53 ], [ 240, 661, 657, 53 ], [ 240, 661, 657, 53 ], [ 240, 661, 657, 53 ], [ 240, 661, 657, 53 ], [ 240, 661, 657, 53 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 205, 752, 692, 74 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 204, 89, 698, 444 ], [ 635, 64, 261, 10 ], [ 880, 957, 17, 10 ] ]
[ [ 205, 851, 4, 9 ], [ 223, 849, 674, 11 ], [ 223, 865, 343, 11 ], [ 205, 558, 692, 11 ], [ 205, 574, 436, 11 ], [ 205, 596, 692, 11 ], [ 205, 612, 192, 11 ], [ 403, 612, 63, 10 ], [ 473, 612, 39, 11 ], [ 517, 612, 127, 11 ], [ 650, 612, 211, 11 ], [ 867, 612, 30, 11 ], [ 205, 627, 22, 11 ], [ 228, 630, 27, 6 ], [ 256, 627, 191, 11 ], [ 447, 628, 10, 11 ], [ 240, 661, 39, 10 ], [ 284, 661, 613, 10 ], [ 240, 675, 459, 10 ], [ 705, 676, 41, 8 ], [ 752, 675, 145, 10 ], [ 240, 689, 62, 10 ], [ 302, 691, 8, 8 ], [ 311, 689, 586, 10 ], [ 240, 703, 129, 10 ], [ 374, 705, 8, 8 ], [ 386, 703, 97, 10 ], [ 488, 705, 41, 8 ], [ 534, 703, 118, 10 ], [ 205, 752, 169, 11 ], [ 380, 752, 189, 11 ], [ 574, 752, 97, 11 ], [ 676, 753, 63, 10 ], [ 745, 752, 153, 11 ], [ 205, 768, 403, 11 ], [ 613, 768, 192, 11 ], [ 805, 768, 92, 11 ], [ 205, 784, 63, 11 ], [ 275, 784, 45, 10 ], [ 327, 784, 91, 11 ], [ 424, 784, 140, 11 ], [ 564, 784, 333, 11 ], [ 205, 800, 692, 11 ], [ 205, 815, 173, 11 ], [ 211, 96, 39, 11 ], [ 350, 96, 74, 11 ], [ 350, 111, 64, 11 ], [ 490, 96, 107, 11 ], [ 629, 96, 110, 11 ], [ 629, 111, 61, 11 ], [ 768, 96, 74, 11 ], [ 768, 111, 50, 11 ], [ 211, 130, 50, 11 ], [ 350, 130, 8, 11 ], [ 490, 130, 17, 11 ], [ 629, 130, 17, 11 ], [ 768, 130, 73, 11 ], [ 768, 146, 118, 11 ], [ 768, 162, 92, 11 ], [ 768, 178, 126, 11 ], [ 768, 193, 59, 11 ], [ 211, 212, 50, 11 ], [ 350, 212, 8, 11 ], [ 490, 212, 56, 11 ], [ 629, 212, 22, 11 ], [ 768, 212, 73, 11 ], [ 768, 228, 118, 11 ], [ 768, 244, 59, 11 ], [ 211, 262, 50, 11 ], [ 350, 262, 8, 11 ], [ 490, 262, 56, 11 ], [ 629, 262, 22, 11 ], [ 772, 262, 73, 11 ], [ 768, 278, 118, 11 ], [ 768, 294, 92, 11 ], [ 768, 310, 76, 11 ], [ 768, 325, 114, 11 ], [ 768, 341, 76, 11 ], [ 211, 360, 50, 11 ], [ 350, 360, 8, 11 ], [ 490, 360, 56, 11 ], [ 629, 360, 22, 11 ], [ 772, 360, 73, 11 ], [ 768, 376, 118, 11 ], [ 768, 391, 92, 11 ], [ 768, 407, 76, 11 ], [ 768, 423, 114, 11 ], [ 768, 439, 77, 11 ], [ 211, 457, 59, 11 ], [ 350, 457, 8, 11 ], [ 490, 457, 56, 11 ], [ 629, 457, 22, 11 ], [ 772, 457, 74, 11 ], [ 768, 473, 120, 11 ], [ 768, 489, 117, 11 ], [ 768, 505, 90, 11 ], [ 768, 520, 113, 11 ], [ 635, 64, 261, 10 ], [ 880, 957, 17, 10 ] ]
[ 3, 3, 3, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 5, 4 ]
106938fb9e745d0177a317bdd7bfa19d6964b580291af6bbda71b3bca180836a
ubuntu-install-en.pdf
65
137
595
842
1,025
1,025
manuals
manuals
11848
[ "Full year product line and regional sales", "Financialinformation", "47", "Syngenta", "Annual Review 2011", "Year ended December 31", "2011 ", "US$m", "2010 ", "US$m", "Actual ", "%", "CER", "1", "%", "Syngenta", "Crop Protection", "10,162", "8,878", "+14", "+12", "Seeds", "3,185", "2,805", "+14", "+12", "Business Development", "1", "23", "n/a", "n/a", "Inter-segment elimination", "(80)", "(65)", "n/a", "n/a", "Third Party Sales", "13,268", "11,641", "+14", "+12", "Crop Protection", "Seeds", "1", "For a description of CER, see page 52", "2", "In 2011, Syngenta reorganized its region structure resulting in certain countries moving from one region to another and the former region “NAFTA” becoming region", "“North America”. For comparability purposes, 2010 region information has been adjusted to reflect the new region structure. For further information see Note 5 to the ", "consolidated financial statements in the Financial Report 2011", "Europe, Africa and Middle East", "1,235", "1,047", "+18", "+14", "North America", "1,291", "1,203", "+7", "+7", "Latin America", "410", "306", "+34", "+34", "Asia Pacific", "249", "249", "–", "-1", "Total", "3,185", "2,805", "+14", "+12", "Europe, Africa and Middle East", "3,046", "2,638", "+15", "+11", "North America", "2,406", "2,185", "+10", "+9", "Latin America", "2,955", "2,509", "+18", "+17", "Asia Pacific", "1,755", "1,546", "+14", "+9", "Total", "10,162", "8,878", "+14", "+12", "Product line", "Selective Herbicides", "2,617", "2,308", "+13", "+11", "Non-selective Herbicides", "1,117", "987", "+13", "+10", "Fungicides", "2,998", "2,662", "+13", "+10", "Insecticides", "1,790", "1,475", "+21", "+19", "Seed Care", "1,018", "838", "+21", "+18", "Professional Products", "511", "470", "+9", "+5", "Others", "111", "138", "-19", "-21", "Total", "10,162", "8,878", "+14", "+12", "Regional ", "2", "Product line", "Corn and Soybean", "1,470", "1,281", "+15", "+14", "Diverse Field Crops", "676", "524", "+29", "+26", "Vegetables", "703", "663", "+6", "+4", "Flowers", "336", "337", "–", "-3", "Total", "3,185", "2,805", "+14", "+12", "Regional ", "2" ]
[ [ 97, 128, 330, 16 ], [ 984, 823, 20, 126 ], [ 655, 985, 272, 23 ], [ 655, 985, 272, 23 ], [ 655, 985, 272, 23 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 92, 159, 840, 119 ], [ 97, 289, 104, 12 ], [ 97, 544, 41, 12 ], [ 97, 754, 188, 9 ], [ 97, 754, 188, 9 ], [ 97, 765, 782, 27 ], [ 97, 765, 782, 27 ], [ 97, 765, 782, 27 ], [ 97, 765, 782, 27 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 92, 664, 840, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 453, 833, 78 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 94, 302, 834, 138 ], [ 97, 440, 63, 12 ], [ 97, 440, 63, 12 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 95, 559, 834, 92 ], [ 97, 650, 63, 12 ], [ 97, 650, 63, 12 ] ]
[ [ 97, 128, 330, 16 ], [ 984, 823, 20, 126 ], [ 903, 985, 24, 21 ], [ 705, 988, 52, 10 ], [ 655, 998, 102, 10 ], [ 97, 173, 121, 9 ], [ 679, 164, 26, 9 ], [ 671, 173, 31, 9 ], [ 752, 164, 26, 9 ], [ 745, 173, 30, 9 ], [ 819, 164, 32, 9 ], [ 839, 173, 9, 9 ], [ 900, 162, 21, 9 ], [ 921, 163, 2, 4 ], [ 912, 173, 9, 9 ], [ 97, 185, 62, 12 ], [ 97, 200, 96, 12 ], [ 661, 200, 41, 12 ], [ 741, 200, 34, 12 ], [ 827, 200, 21, 12 ], [ 900, 200, 21, 12 ], [ 97, 215, 39, 12 ], [ 668, 215, 34, 12 ], [ 740, 215, 35, 12 ], [ 827, 215, 21, 12 ], [ 900, 215, 21, 12 ], [ 97, 230, 140, 12 ], [ 694, 230, 8, 12 ], [ 760, 230, 15, 12 ], [ 829, 230, 19, 12 ], [ 903, 230, 19, 12 ], [ 97, 245, 151, 12 ], [ 683, 245, 23, 12 ], [ 756, 245, 22, 12 ], [ 829, 245, 19, 12 ], [ 903, 245, 19, 12 ], [ 97, 261, 112, 12 ], [ 659, 261, 43, 12 ], [ 736, 260, 39, 12 ], [ 827, 260, 21, 12 ], [ 900, 260, 21, 12 ], [ 97, 289, 104, 12 ], [ 97, 544, 41, 12 ], [ 97, 754, 6, 9 ], [ 106, 754, 179, 9 ], [ 97, 765, 5, 9 ], [ 106, 765, 762, 9 ], [ 107, 774, 772, 9 ], [ 107, 783, 289, 9 ], [ 97, 665, 187, 12 ], [ 667, 665, 35, 12 ], [ 742, 665, 33, 12 ], [ 827, 665, 22, 12 ], [ 900, 665, 21, 12 ], [ 97, 680, 88, 12 ], [ 667, 681, 35, 12 ], [ 741, 680, 34, 12 ], [ 833, 680, 15, 12 ], [ 906, 680, 15, 12 ], [ 97, 695, 83, 12 ], [ 680, 696, 22, 12 ], [ 751, 695, 24, 12 ], [ 824, 695, 24, 12 ], [ 897, 695, 24, 12 ], [ 97, 711, 69, 12 ], [ 679, 711, 23, 12 ], [ 752, 711, 23, 12 ], [ 841, 711, 7, 12 ], [ 910, 711, 11, 12 ], [ 97, 726, 32, 12 ], [ 668, 726, 34, 12 ], [ 740, 726, 35, 12 ], [ 827, 726, 21, 12 ], [ 900, 726, 21, 12 ], [ 97, 455, 187, 12 ], [ 666, 455, 35, 12 ], [ 741, 455, 34, 12 ], [ 827, 455, 22, 12 ], [ 901, 455, 21, 12 ], [ 97, 470, 88, 12 ], [ 666, 471, 36, 12 ], [ 743, 470, 32, 12 ], [ 827, 470, 22, 12 ], [ 906, 470, 16, 12 ], [ 97, 486, 83, 12 ], [ 666, 486, 36, 12 ], [ 741, 486, 35, 12 ], [ 827, 486, 22, 12 ], [ 900, 486, 21, 12 ], [ 97, 501, 69, 12 ], [ 668, 501, 34, 12 ], [ 741, 501, 34, 12 ], [ 827, 501, 21, 12 ], [ 906, 501, 16, 12 ], [ 97, 516, 32, 12 ], [ 661, 516, 41, 12 ], [ 741, 516, 34, 12 ], [ 827, 516, 21, 12 ], [ 900, 516, 21, 12 ], [ 97, 304, 79, 12 ], [ 97, 319, 123, 12 ], [ 668, 319, 34, 12 ], [ 740, 319, 35, 12 ], [ 827, 319, 22, 12 ], [ 901, 319, 21, 12 ], [ 97, 334, 152, 12 ], [ 671, 334, 31, 12 ], [ 752, 334, 23, 12 ], [ 827, 334, 22, 12 ], [ 900, 334, 22, 12 ], [ 97, 349, 65, 12 ], [ 666, 349, 36, 12 ], [ 741, 349, 34, 12 ], [ 827, 349, 22, 12 ], [ 900, 349, 22, 12 ], [ 97, 364, 71, 12 ], [ 668, 364, 34, 12 ], [ 743, 364, 32, 12 ], [ 825, 364, 23, 12 ], [ 900, 364, 22, 12 ], [ 97, 379, 65, 12 ], [ 668, 380, 33, 12 ], [ 752, 379, 24, 12 ], [ 825, 379, 23, 12 ], [ 900, 379, 22, 12 ], [ 97, 395, 132, 12 ], [ 680, 395, 22, 12 ], [ 753, 395, 22, 12 ], [ 832, 395, 16, 12 ], [ 905, 395, 16, 12 ], [ 97, 410, 41, 12 ], [ 681, 410, 21, 12 ], [ 753, 410, 23, 12 ], [ 830, 410, 18, 12 ], [ 902, 410, 20, 12 ], [ 97, 425, 32, 12 ], [ 661, 425, 41, 12 ], [ 741, 425, 34, 12 ], [ 827, 425, 21, 12 ], [ 900, 425, 21, 12 ], [ 97, 440, 62, 12 ], [ 157, 441, 3, 6 ], [ 97, 559, 79, 12 ], [ 97, 574, 115, 12 ], [ 668, 574, 34, 12 ], [ 742, 574, 33, 12 ], [ 827, 574, 22, 12 ], [ 900, 574, 21, 12 ], [ 97, 589, 118, 12 ], [ 679, 590, 23, 12 ], [ 753, 589, 22, 12 ], [ 825, 589, 23, 12 ], [ 898, 589, 23, 12 ], [ 97, 605, 67, 12 ], [ 679, 605, 23, 12 ], [ 751, 605, 24, 12 ], [ 832, 605, 16, 12 ], [ 905, 605, 16, 12 ], [ 97, 620, 47, 12 ], [ 678, 620, 24, 12 ], [ 752, 620, 23, 12 ], [ 842, 620, 7, 12 ], [ 909, 620, 13, 12 ], [ 97, 635, 32, 12 ], [ 668, 635, 34, 12 ], [ 740, 635, 35, 12 ], [ 827, 635, 21, 12 ], [ 900, 635, 21, 12 ], [ 97, 650, 62, 12 ], [ 157, 651, 3, 6 ] ]
[ 7, 5, 4, 4, 4, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 7, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 7 ]
0a7f0692d611b921bd4bbd94ff2af4cc9a6687aa1d22e2505f85e6754a0024a2
NYSE_SYT_2011.pdf
48
62
595
793
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11849
[ "A Message To Shareholders: The First Commonwealth Story" ]
[ [ 374, 197, 417, 15 ] ]
[ [ 374, 197, 417, 15 ] ]
[ 9 ]
a7f4e89498150ca28b5232a965f5d218613a786b831fcd1f8420776d9279e85c
NYSE_FCF_2002.pdf
3
60
612
792
1,025
1,025
ann_reports_00_04_fancy
financial_reports
11850
[ "When a teardrop procedure turn is depicted and a course ", "reversal is required, unless otherwise authorized by ATC, ", "this type of procedure must be executed. ", "[Figure 1-15]", " The ", "teardrop procedure consists of departure from an IAF on the ", "published outbound course followed by a turn toward and ", "intercepting the inbound course at or prior to the intermediate ", "fix or point. Its purpose is to permit an aircraft to reverse ", "direction and lose considerable altitude within reasonably ", "limited airspace. Where no fix is available to mark the ", "beginning of the intermediate segment, it shall be assumed ", "to commence at a point 10 NM prior to the FAF. When the ", "facility is located on the airport, an aircraft is considered ", "to be on final approach upon completion of the penetration ", "turn. However, the final approach segment begins on the final ", "approach course 10 NM from the facility.", "altitude for crossing the FAF when the GS is inoperative ", "or not used. Precision approach profiles also depict the GS ", "angle of descent, threshold crossing height (TCH), and GS ", "altitude at the outer marker (OM).", "For nonprecision approaches, a final descent is initiated and ", "the final segment begins at either the FAF or the final approach ", "point (FAP). The FAF is identified by use of the Maltese cross ", "symbol in the profile view (", "). ", "[Figure 1-11] ", "When no FAF ", "is depicted, the final approach point is the point at which the ", "aircraft is established inbound on the final approach course. ", "[Figure 1-16] ", "Stepdown fixes in nonprecision procedures are provided ", "between the FAF and the airport for authorizing a lower ", "minimum descent altitude (MDA) after passing an ", "obstruction. Stepdown fixes can be identified by NAVAID, ", "NAVAID fix, waypoint, or radar and are depicted by a hash ", "marked line (", "). Normally, there is only one stepdown fix ", "between the FAF and the MAP, but there can be several. ", "If the stepdown fix cannot be identified for any reason, the ", "minimum altitude at the stepdown fix becomes the MDA for ", "the approach. However, circling minimums apply if they are ", "higher than the stepdown fix minimum altitude, and a circling ", "approach is required.", "The visual descent point (VDP) is a defined point on the ", "final approach course of a nonprecision straight-in approach ", "procedure. A normal descent from the MDA to the runway ", "touchdown point may be commenced, provided visual ", "reference is established. The VDP is identified on the profile ", "view of the approach chart by the symbol “V.” ", "[Figure 1-12]", "The MAP varies depending upon the approach flown. For ", "the ILS, the MAP is at the decision altitude/decision height ", "(DA/DH). For nonprecision procedures, the pilot determines ", "the MAP by timing from FAF when the approach aid is away ", "from the airport, by a fix or NAVAID when the navigation ", "facility is located on the field, or by waypoints as defined ", "by GPS or VOR/DME RNAV. The pilot may execute the ", "MAP early, but pilots should, unless otherwise cleared by ", "ATC, fly the IAP as specified on the approach plate to the ", "MAP at or above the MDA or DA/DH before executing a ", "turning maneuver.", "A complete description of the MAP appears in the pilot ", "briefing section. ", "[Figure 1-16]", " Icons indicating what is to ", "be accomplished at the MAP are located in the profile view. ", "When initiating a missed approach, the pilot is directed to ", "climb straight ahead (e.g., “Climb to 2,000”) or commence ", "a turning climb to a specified altitude (e.g., “Climbing right ", "turn to 2,000.”). In some cases, the procedure directs the pilot ", "to climb straight ahead to an initial altitude, then turn or enter ", "The profile view is a depiction of the procedure from the side ", "and illustrates the vertical approach path altitudes, headings, ", "distances, and fixes.", "[Figures 1-10, 1-11, ", "and", "1-12] ", "The ", "view includes the minimum altitude and the maximum ", "distance for the procedure turn, altitudes over prescribed ", "fixes, distances between fixes, and the missed approach ", "procedure. The profile view aids in the pilot’s interpretation ", "of the IAP. The profile view is not drawn to scale. ", "[Figures 1-10, 1-11, 1-12, ", "and", " 1-16]", "The precision approach glideslope (GS) intercept altitude ", "is a minimum altitude for GS interception after completion ", "of the procedure turn, illustrated by an altitude number and ", "“zigzag” line. It applies to precision approaches, and except ", "where otherwise prescribed, also applies as a minimum ", "The Profile View", "Figure 1-15. ", "Teardrop procedure.", "1-21", "Teardrop Procedure" ]
[ [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 124, 76, 413, 246 ], [ 553, 56, 413, 64 ], [ 553, 56, 413, 64 ], [ 553, 56, 413, 64 ], [ 553, 56, 413, 64 ], [ 553, 139, 413, 114 ], [ 553, 139, 413, 114 ], [ 553, 139, 413, 114 ], [ 553, 139, 413, 114 ], [ 553, 139, 413, 114 ], [ 553, 139, 413, 114 ], [ 553, 139, 413, 114 ], [ 553, 139, 413, 114 ], [ 553, 139, 413, 114 ], [ 553, 139, 413, 114 ], [ 553, 272, 413, 197 ], [ 553, 272, 413, 197 ], [ 553, 272, 413, 197 ], [ 553, 272, 413, 197 ], [ 553, 272, 413, 197 ], [ 553, 272, 413, 197 ], [ 553, 272, 413, 197 ], [ 553, 272, 413, 197 ], [ 553, 272, 413, 197 ], [ 553, 272, 413, 197 ], [ 553, 272, 413, 197 ], [ 553, 272, 413, 197 ], [ 553, 272, 413, 197 ], [ 553, 487, 413, 97 ], [ 553, 487, 413, 97 ], [ 553, 487, 413, 97 ], [ 553, 487, 413, 97 ], [ 553, 487, 413, 97 ], [ 553, 487, 413, 97 ], [ 553, 487, 413, 97 ], [ 553, 603, 413, 180 ], [ 553, 603, 413, 180 ], [ 553, 603, 413, 180 ], [ 553, 603, 413, 180 ], [ 553, 603, 413, 180 ], [ 553, 603, 413, 180 ], [ 553, 603, 413, 180 ], [ 553, 603, 413, 180 ], [ 553, 603, 413, 180 ], [ 553, 603, 413, 180 ], [ 553, 603, 413, 180 ], [ 553, 801, 413, 131 ], [ 553, 801, 413, 131 ], [ 553, 801, 413, 131 ], [ 553, 801, 413, 131 ], [ 553, 801, 413, 131 ], [ 553, 801, 413, 131 ], [ 553, 801, 413, 131 ], [ 553, 801, 413, 131 ], [ 553, 801, 413, 131 ], [ 553, 801, 413, 131 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 689, 413, 147 ], [ 124, 854, 412, 81 ], [ 124, 854, 412, 81 ], [ 124, 854, 412, 81 ], [ 124, 854, 412, 81 ], [ 124, 854, 412, 81 ], [ 124, 668, 131, 17 ], [ 126, 629, 211, 14 ], [ 126, 629, 211, 14 ], [ 928, 964, 34, 16 ], [ 124, 56, 158, 17 ] ]
[ [ 124, 76, 412, 15 ], [ 124, 93, 412, 15 ], [ 124, 109, 281, 15 ], [ 405, 110, 96, 15 ], [ 501, 109, 35, 15 ], [ 124, 126, 412, 15 ], [ 124, 142, 412, 15 ], [ 124, 159, 412, 15 ], [ 124, 176, 412, 15 ], [ 124, 192, 412, 15 ], [ 124, 209, 413, 15 ], [ 124, 225, 412, 15 ], [ 124, 242, 412, 15 ], [ 124, 258, 412, 15 ], [ 124, 275, 412, 15 ], [ 124, 291, 412, 15 ], [ 124, 308, 287, 15 ], [ 553, 56, 413, 15 ], [ 553, 73, 413, 15 ], [ 553, 89, 413, 15 ], [ 553, 106, 234, 15 ], [ 553, 139, 413, 15 ], [ 553, 156, 413, 15 ], [ 553, 172, 413, 15 ], [ 553, 189, 182, 15 ], [ 758, 189, 14, 15 ], [ 771, 189, 97, 15 ], [ 867, 189, 99, 15 ], [ 553, 205, 413, 15 ], [ 553, 222, 413, 15 ], [ 553, 239, 100, 15 ], [ 553, 272, 413, 15 ], [ 553, 288, 413, 15 ], [ 553, 305, 413, 15 ], [ 553, 321, 413, 15 ], [ 553, 338, 413, 15 ], [ 553, 354, 95, 15 ], [ 653, 354, 314, 15 ], [ 553, 371, 413, 15 ], [ 553, 387, 413, 15 ], [ 553, 404, 413, 15 ], [ 553, 421, 413, 15 ], [ 553, 437, 413, 15 ], [ 553, 454, 145, 15 ], [ 553, 487, 413, 15 ], [ 553, 503, 413, 15 ], [ 553, 520, 413, 15 ], [ 553, 536, 413, 15 ], [ 553, 553, 413, 15 ], [ 553, 570, 315, 15 ], [ 868, 570, 94, 15 ], [ 553, 603, 413, 15 ], [ 553, 619, 413, 15 ], [ 553, 636, 413, 15 ], [ 553, 652, 413, 15 ], [ 553, 669, 413, 15 ], [ 553, 685, 413, 15 ], [ 553, 702, 413, 15 ], [ 553, 719, 413, 15 ], [ 553, 735, 413, 15 ], [ 553, 752, 413, 15 ], [ 553, 768, 126, 15 ], [ 553, 801, 413, 15 ], [ 553, 818, 116, 15 ], [ 672, 818, 97, 15 ], [ 769, 818, 197, 15 ], [ 553, 834, 413, 15 ], [ 553, 851, 413, 15 ], [ 553, 868, 413, 15 ], [ 553, 884, 413, 15 ], [ 553, 901, 413, 15 ], [ 553, 917, 413, 15 ], [ 124, 689, 412, 15 ], [ 124, 705, 413, 15 ], [ 124, 722, 144, 15 ], [ 277, 722, 149, 15 ], [ 428, 722, 25, 15 ], [ 462, 722, 41, 15 ], [ 505, 722, 31, 15 ], [ 124, 738, 412, 15 ], [ 124, 755, 412, 15 ], [ 124, 772, 413, 15 ], [ 124, 788, 412, 15 ], [ 124, 805, 412, 15 ], [ 124, 821, 185, 15 ], [ 309, 821, 24, 15 ], [ 334, 821, 42, 15 ], [ 124, 854, 412, 15 ], [ 124, 871, 412, 15 ], [ 124, 887, 412, 15 ], [ 124, 904, 412, 15 ], [ 124, 921, 412, 15 ], [ 124, 668, 131, 17 ], [ 126, 629, 81, 13 ], [ 207, 629, 130, 13 ], [ 928, 964, 34, 16 ], [ 124, 56, 158, 17 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 0, 0, 4, 7 ]
9e5c3fe1ea5f3df92c1ab868e3a7bb17b87213dfa9acf32ec240fbfe67f412ad
FAA-H-8083-15B.pdf
39
371
594
774
1,025
1,025
faa_regulations
laws_and_regulations
11851
[ "Python Tutorial, Release 3.9.5", "(continued from previous page)", ">>", ">d.tricks", "#", "unexpectedly shared by all dogs", "['roll over','play dead']", "Correct design of the class should use an instance variable instead:", "If the same attribute name occurs in both an instance and in a class, then attribute lookup prioritizes the instance:", "Data attributes may be referenced by methods as well as by ordinary users (“clients”) of an object. In other words,", "classes are not usable to implement pure abstract data types. In fact, nothing in Python makes it possible to enforce", "data hiding — it is all based upon convention. (On the other hand, the Python implementation, written in C, can", "completely hide implementation details and control access to an object if necessary; this can be used by extensions", "to Python written in C.)", "Clients should use data attributes with care — clients may mess up invariants maintained by the methods by stamping", "on their data attributes. Note that clients may add data attributes of their own to an instance object without affecting", "the validity of the methods, as long as name conflicts are avoided — again, a naming convention can save a lot of", "headaches here.", "There is no shorthand for referencing data attributes (or other methods!)", "from within methods.", "I", "find that this", "actually increases the readability of methods: there is no chance of confusing local variables and instance variables", "when glancing through a method.", "Often, the first argument of a method is called$_{self}$. This is nothing more than a convention: the name$_{self}$has", "absolutely no special meaning to Python. Note, however, that by not following the convention your code may be less", "readable to other Python programmers, and it is also conceivable that a", "class browser", "program might be written that", "relies upon such a convention.", "71", "9.4.", "Random Remarks", ">>>", "classWarehouse", ":", "purpose = 'storage'", "region = 'west'", ">>>", "w1=Warehouse()", ">>>", "print(w1", ".purpose, w1", ".region)", "storage west", ">>>", "w2=Warehouse()", ">>>", "w2.region ='east'", ">>>", "print(w2", ".purpose, w2", ".region)", "storage east", "9.4", "Random Remarks", "classDog", ":", "def", "__init__", "(self, name):", "self.name =name", "self.tricks =[]", "#", "creates a new empty list for each dog", "def", "add_trick(self, trick):", "self.tricks.append(trick)", ">>", ">d =Dog(", "'Fido ')", ">>", ">e =Dog(", "'Buddy')", ">>", ">d.add_trick(", "'roll over')", ">>", ">e.add_trick(", "'play dead')", ">>", ">d.tricks", "['roll over']", ">>", ">e.tricks", "['play dead']" ]
[ [ 656, 43, 244, 12 ], [ 731, 91, 169, 9 ], [ 123, 108, 595, 23 ], [ 123, 108, 595, 23 ], [ 123, 108, 595, 23 ], [ 123, 108, 595, 23 ], [ 123, 108, 595, 23 ], [ 123, 149, 444, 12 ], [ 123, 479, 760, 12 ], [ 123, 667, 777, 70 ], [ 123, 667, 777, 70 ], [ 123, 667, 777, 70 ], [ 123, 667, 777, 70 ], [ 123, 667, 777, 70 ], [ 123, 747, 777, 55 ], [ 123, 747, 777, 55 ], [ 123, 747, 777, 55 ], [ 123, 747, 777, 55 ], [ 123, 812, 777, 41 ], [ 123, 812, 777, 41 ], [ 123, 812, 777, 41 ], [ 123, 812, 777, 41 ], [ 123, 812, 777, 41 ], [ 123, 812, 777, 41 ], [ 123, 863, 777, 55 ], [ 123, 863, 777, 55 ], [ 123, 863, 777, 55 ], [ 123, 863, 777, 55 ], [ 123, 863, 777, 55 ], [ 123, 863, 777, 55 ], [ 881, 964, 19, 12 ], [ 123, 964, 186, 12 ], [ 123, 964, 186, 12 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 506, 302, 143 ], [ 123, 439, 258, 17 ], [ 123, 439, 258, 17 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ], [ 123, 176, 644, 223 ] ]
[ [ 656, 43, 244, 12 ], [ 731, 91, 169, 9 ], [ 123, 108, 34, 9 ], [ 142, 108, 92, 9 ], [ 383, 108, 12, 9 ], [ 401, 108, 317, 9 ], [ 123, 121, 240, 9 ], [ 123, 149, 444, 12 ], [ 123, 479, 760, 12 ], [ 123, 667, 777, 12 ], [ 123, 681, 777, 12 ], [ 123, 696, 777, 12 ], [ 123, 711, 777, 12 ], [ 123, 725, 160, 12 ], [ 123, 747, 777, 12 ], [ 123, 761, 777, 12 ], [ 123, 776, 777, 12 ], [ 123, 791, 106, 12 ], [ 123, 812, 505, 12 ], [ 640, 812, 149, 12 ], [ 801, 812, 4, 12 ], [ 812, 812, 88, 12 ], [ 123, 827, 777, 12 ], [ 123, 842, 223, 12 ], [ 123, 863, 777, 12 ], [ 123, 878, 777, 12 ], [ 123, 892, 476, 12 ], [ 605, 892, 88, 12 ], [ 698, 892, 202, 12 ], [ 123, 907, 201, 12 ], [ 881, 964, 19, 12 ], [ 123, 964, 45, 12 ], [ 178, 964, 131, 12 ], [ 123, 506, 51, 9 ], [ 161, 506, 133, 9 ], [ 299, 506, 17, 9 ], [ 198, 519, 206, 9 ], [ 198, 532, 164, 9 ], [ 123, 559, 51, 9 ], [ 161, 559, 158, 9 ], [ 123, 572, 51, 9 ], [ 161, 572, 91, 9 ], [ 235, 572, 132, 9 ], [ 346, 572, 80, 9 ], [ 123, 586, 117, 9 ], [ 123, 599, 51, 9 ], [ 161, 599, 158, 9 ], [ 123, 612, 51, 9 ], [ 161, 612, 174, 9 ], [ 123, 626, 51, 9 ], [ 161, 626, 91, 9 ], [ 235, 626, 132, 9 ], [ 346, 626, 80, 9 ], [ 123, 639, 116, 9 ], [ 123, 439, 48, 17 ], [ 186, 439, 195, 17 ], [ 123, 176, 88, 9 ], [ 207, 176, 17, 9 ], [ 161, 202, 29, 9 ], [ 198, 202, 91, 9 ], [ 272, 202, 148, 9 ], [ 198, 216, 152, 9 ], [ 198, 229, 147, 9 ], [ 383, 229, 12, 9 ], [ 401, 229, 366, 9 ], [ 161, 256, 29, 9 ], [ 198, 256, 236, 9 ], [ 198, 269, 253, 9 ], [ 123, 296, 34, 9 ], [ 142, 296, 105, 9 ], [ 235, 296, 72, 9 ], [ 123, 309, 34, 9 ], [ 142, 309, 105, 9 ], [ 235, 309, 82, 9 ], [ 123, 322, 34, 9 ], [ 142, 322, 143, 9 ], [ 272, 322, 119, 9 ], [ 123, 336, 34, 9 ], [ 142, 336, 143, 9 ], [ 272, 336, 119, 9 ], [ 123, 349, 34, 9 ], [ 142, 349, 92, 9 ], [ 123, 362, 119, 9 ], [ 123, 376, 34, 9 ], [ 142, 376, 92, 9 ], [ 123, 389, 119, 9 ] ]
[ 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 4, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
c411874e51141567fd54d3caf2d6aa1c00bfa8c88022254dfa5cd7afabf25ffe
python_tutorial.pdf
76
149
595
841
1,025
1,025
manuals
manuals
11852
[ "PART", "I", "Enhancing position in our leading markets", ". Revenues from our mobile communications and ", "internet services have increased from 55.4% of revenues in 2008 to 56.1% in 2010. We expect our mobile ", "communications, internet, broadband value-added and information and communication technologies services ", "to continue to be the key drivers of our future growth. With our leading market share, we enjoy substantial ", "economies of scale in equipment procurement as well as the marketing of our products and services. ", "We have the capital resources and technology to enhance our leading position in the growing mobile ", "communications and internet services markets. ", "Strong capital structure", ". We believe we have greater financial resources than other telecommunications ", "operators in Taiwan. In particular, our relatively low debt-to-equity capital structure, together with our high levels ", "of cash and operating cash flows, provides us with the flexibility and resources to invest in capital intensive and ", "growing businesses. In particular, we continue to invest in broadband internet protocol networks, fiber-optic ", "networks, and 3G mobile communications networks and services. We also have begun making investments in or ", "acquiring other companies which provide complementary telecommunications and internet-related services to ", "further expand our business and offer new products and services. ", "Advanced network technology", ". Since 2003, we have developed and upgraded our existing infrastructure ", "for both mobile and fixed line networks. We developed a high-speed internet protocol backbone network, ", "expanded the coverage of our ADSL network and deployed a 3G network. In 2008, we launched a long-term next ", "generation network construction project that will upgrade our local fixed line networks to high-speed packet-", "based digital networks with FTTx technologies, including FTTC/N, FTTB and FTTH, in order to provide high ", "speed internet, VoIP, MOD and high definition television, or HDTV, services. We have also upgraded our 3G ", "network to HSPA and HSPA+. In 2011, we will expand HSPA/HSPA+ coverage to provide better mobile internet ", "services with speeds of up to 21 Mbps. Our investment in network infrastructure places us in a position to capture ", "a significant share of the internet and high-speed data transmission market. ", "Research and development expertise", ". As of March 31, 2011, we employ over 2,128 research professionals ", "and engineers whose principal focus is to develop advanced network services and operations support systems ", "and to build selected core technologies. In 2010, our research and development expenses accounted for 1.6% of ", "our revenues under R.O.C. GAAP. We believe our focus on research and development will allow us to efficiently ", "develop and deploy new technologies and services ahead of our competitors. ", "Business Strategy ", "Our key strategic objectives are to maintain our position as a leading integrated telecommunications ", "services provider in Taiwan and to enhance our leadership position in growing markets, such as the mobile ", "services and internet services markets, including fixed/mobile broadband access services and value-added ", "services. ", "Taiwan has one of the highest fixed line penetration rates in Asia and has also experienced rapid adoption ", "of wireless communications and internet services, including broadband access services. We believe that ", "telecommunications services will evolve over the coming years, driven by a number of technological innovations, ", "including cloud computing and mobile broadband and Internet of Things. We also believe that the convergence of ", "communications technologies will provide a significant competitive advantage to integrated telecommunications ", "service providers that are able to design and construct sophisticated and scalable networks capable of serving as ", "a common platform for a broad range of services. ", "19" ]
[ [ 959, 89, 27, 50 ], [ 959, 89, 27, 50 ], [ 109, 141, 763, 79 ], [ 109, 141, 763, 79 ], [ 109, 141, 763, 79 ], [ 109, 141, 763, 79 ], [ 109, 141, 763, 79 ], [ 109, 141, 763, 79 ], [ 109, 101, 763, 32 ], [ 109, 101, 763, 32 ], [ 109, 229, 763, 111 ], [ 109, 229, 763, 111 ], [ 109, 229, 763, 111 ], [ 109, 229, 763, 111 ], [ 109, 229, 763, 111 ], [ 109, 229, 763, 111 ], [ 109, 229, 763, 111 ], [ 109, 229, 763, 111 ], [ 109, 348, 763, 142 ], [ 109, 348, 763, 142 ], [ 109, 348, 763, 142 ], [ 109, 348, 763, 142 ], [ 109, 348, 763, 142 ], [ 109, 348, 763, 142 ], [ 109, 348, 763, 142 ], [ 109, 348, 763, 142 ], [ 109, 348, 763, 142 ], [ 109, 348, 763, 142 ], [ 109, 499, 763, 79 ], [ 109, 499, 763, 79 ], [ 109, 499, 763, 79 ], [ 109, 499, 763, 79 ], [ 109, 499, 763, 79 ], [ 109, 499, 763, 79 ], [ 109, 594, 130, 16 ], [ 109, 735, 763, 63 ], [ 109, 735, 763, 63 ], [ 109, 735, 763, 63 ], [ 109, 735, 763, 63 ], [ 109, 615, 763, 110 ], [ 109, 615, 763, 110 ], [ 109, 615, 763, 110 ], [ 109, 615, 763, 110 ], [ 109, 615, 763, 110 ], [ 109, 615, 763, 110 ], [ 109, 615, 763, 110 ], [ 955, 980, 18, 16 ] ]
[ [ 959, 89, 15, 50 ], [ 983, 89, 3, 50 ], [ 144, 141, 336, 16 ], [ 482, 141, 390, 15 ], [ 109, 157, 763, 15 ], [ 109, 173, 763, 15 ], [ 109, 189, 763, 15 ], [ 109, 204, 675, 15 ], [ 109, 101, 763, 16 ], [ 109, 116, 324, 16 ], [ 144, 229, 164, 16 ], [ 309, 229, 562, 15 ], [ 109, 245, 763, 15 ], [ 109, 261, 763, 15 ], [ 109, 276, 763, 15 ], [ 109, 292, 763, 15 ], [ 109, 308, 763, 15 ], [ 109, 324, 439, 15 ], [ 144, 348, 207, 16 ], [ 352, 348, 519, 15 ], [ 109, 364, 763, 15 ], [ 109, 380, 763, 15 ], [ 109, 396, 759, 15 ], [ 109, 412, 763, 15 ], [ 109, 428, 763, 15 ], [ 109, 443, 763, 15 ], [ 109, 459, 763, 15 ], [ 109, 475, 504, 15 ], [ 144, 499, 247, 16 ], [ 392, 499, 480, 15 ], [ 109, 515, 763, 15 ], [ 109, 531, 763, 15 ], [ 109, 547, 763, 15 ], [ 109, 563, 517, 15 ], [ 109, 594, 130, 16 ], [ 144, 735, 727, 15 ], [ 109, 750, 763, 15 ], [ 109, 766, 763, 15 ], [ 109, 782, 62, 15 ], [ 144, 615, 727, 15 ], [ 109, 631, 763, 15 ], [ 109, 647, 763, 15 ], [ 109, 663, 763, 15 ], [ 109, 678, 763, 15 ], [ 109, 694, 763, 15 ], [ 109, 710, 335, 15 ], [ 955, 980, 18, 16 ] ]
[ 5, 5, 9, 9, 9, 9, 9, 9, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4 ]
a69fa2dda682cba6bf8831b77d91bb051a756e5b0a3d8b377d3d7faa2e094725
NYSE_CHT_2010.pdf
28
244
612
841
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11853
[ "3", "GLYPH<s49>GLYPH<s48>", "GLYPH<s50>GLYPH<s48>", "GLYPH<s51>GLYPH<s48>", "GLYPH<s52>GLYPH<s48>", "GLYPH<s53>GLYPH<s48>", "GLYPH<s54>GLYPH<s48>", "GLYPH<s55>GLYPH<s48>", "GLYPH<s56>GLYPH<s48>", "GLYPH<s48>", "GLYPH<s50>", "GLYPH<s52>", "GLYPH<s54>", "GLYPH<s56>", "GLYPH<s51>GLYPH<s46>GLYPH<s57>GLYPH<s49>GLYPH<s53>", "GLYPH<s51>GLYPH<s46>GLYPH<s57>GLYPH<s50>GLYPH<s48>", "GLYPH<s51>GLYPH<s46>GLYPH<s57>GLYPH<s50>GLYPH<s53>", "GLYPH<s51>GLYPH<s46>GLYPH<s57>GLYPH<s51>GLYPH<s48>", "GLYPH<s51>GLYPH<s46>GLYPH<s57>GLYPH<s51>GLYPH<s53>", "GLYPH<s51>GLYPH<s46>GLYPH<s57>GLYPH<s52>GLYPH<s48>", "GLYPH<s51>GLYPH<s46>GLYPH<s57>GLYPH<s52>GLYPH<s53>", "GLYPH<s50>GLYPH<s48>GLYPH<s52>", "GLYPH<s50>GLYPH<s48>GLYPH<s53>", "GLYPH<s50>GLYPH<s48>GLYPH<s54>", "GLYPH<s50>GLYPH<s48>GLYPH<s55>", "GLYPH<s50>GLYPH<s48>GLYPH<s56>", "GLYPH<s49>GLYPH<s48>", "GLYPH<s50>GLYPH<s48>", "GLYPH<s51>GLYPH<s48>", "GLYPH<s52>GLYPH<s48>", "GLYPH<s53>GLYPH<s48>", "GLYPH<s54>GLYPH<s48>", "GLYPH<s55>GLYPH<s48>", "GLYPH<s56>GLYPH<s48>", "GLYPH<s48>", "GLYPH<s50>", "GLYPH<s52>", "GLYPH<s54>", "GLYPH<s56>", "GLYPH<s49>GLYPH<s48>", "GLYPH<s51>GLYPH<s46>GLYPH<s57>GLYPH<s49>GLYPH<s53>", "GLYPH<s51>GLYPH<s46>GLYPH<s57>GLYPH<s49>GLYPH<s56>", "GLYPH<s51>GLYPH<s46>GLYPH<s57>GLYPH<s50>GLYPH<s49>", "GLYPH<s51>GLYPH<s46>GLYPH<s57>GLYPH<s50>GLYPH<s52>", "GLYPH<s51>GLYPH<s46>GLYPH<s57>GLYPH<s50>GLYPH<s55>", "GLYPH<s50>GLYPH<s48>GLYPH<s52>GLYPH<s46>GLYPH<s52>", "GLYPH<s50>GLYPH<s48>GLYPH<s52>GLYPH<s46>GLYPH<s54>", "GLYPH<s50>GLYPH<s48>GLYPH<s52>GLYPH<s46>GLYPH<s56>", "GLYPH<s50>GLYPH<s48>GLYPH<s53>GLYPH<s46>GLYPH<s48>", "GLYPH<s50>GLYPH<s48>GLYPH<s53>GLYPH<s46>GLYPH<s50>", "GLYPH<s50>", "GLYPH<s40>GLYPH<s98>GLYPH<s41>", "GLYPH<s120>GLYPH<s61>GLYPH<s48>", "GLYPH<s120>GLYPH<s61>GLYPH<s48>GLYPH<s46> GLYPH<s48>GLYPH<s50>", "GLYPH<s77> GLYPH<s110>GLYPH<s45>GLYPH<s100>GLYPH<s111>GLYPH<s112>GLYPH<s105>GLYPH<s110>GLYPH<s103>", "GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32>", "GLYPH<s120>GLYPH<s61>GLYPH<s48>GLYPH<s46> GLYPH<s48>GLYPH<s56>", "GLYPH<s32>", "GLYPH<s32>", "GLYPH<s50>", "GLYPH<s50> GLYPH<s48> GLYPH<s54>", "GLYPH<s50> GLYPH<s48> GLYPH<s56>", "GLYPH<s49> GLYPH<s48> GLYPH<s57>", "GLYPH<s50> GLYPH<s49> GLYPH<s53>", "GLYPH<s48> GLYPH<s48> GLYPH<s56>", "GLYPH<s50> GLYPH<s49> GLYPH<s51>", "GLYPH<s49> GLYPH<s49> GLYPH<s54>", "GLYPH<s50> GLYPH<s48> GLYPH<s48>", "GLYPH<s49> GLYPH<s49> GLYPH<s52>", "GLYPH<s49> GLYPH<s48> GLYPH<s53>", "GLYPH<s48> GLYPH<s48> GLYPH<s52>", "GLYPH<s48> GLYPH<s48> GLYPH<s50>", "GLYPH<s49> GLYPH<s49> GLYPH<s50>", "GLYPH<s49> GLYPH<s49> GLYPH<s48>", "GLYPH<s49> GLYPH<s48> GLYPH<s51>", "GLYPH<s120>GLYPH<s61>GLYPH<s48>GLYPH<s46> GLYPH<s48>GLYPH<s52>", "GLYPH<s40>GLYPH<s99>GLYPH<s41>", "GLYPH<s90> GLYPH<s110> GLYPH<s32> GLYPH<s100> GLYPH<s111> GLYPH<s112> GLYPH<s105> GLYPH<s110> GLYPH<s103> GLYPH<s32> GLYPH<s112> GLYPH<s101>GLYPH<s114>GLYPH<s99>GLYPH<s101>GLYPH<s110> GLYPH<s116>", "GLYPH<s32> GLYPH<s32> GLYPH<s32>", "GLYPH<s40>GLYPH<s37>", "GLYPH<s41>", "GLYPH<s77>GLYPH<s110> GLYPH<s32> GLYPH<s100> GLYPH<s111> GLYPH<s112> GLYPH<s105> GLYPH<s110> GLYPH<s103> GLYPH<s32> GLYPH<s112> GLYPH<s101>GLYPH<s114>GLYPH<s99>GLYPH<s101>GLYPH<s110> GLYPH<s116>", "GLYPH<s32> GLYPH<s32> GLYPH<s32>", "GLYPH<s40>GLYPH<s37>", "GLYPH<s41>", "GLYPH<s32>", "GLYPH<s97>", "GLYPH<s32>GLYPH<s40>GLYPH<s65>GLYPH<s41>", "GLYPH<s32>", "GLYPH<s99>", "GLYPH<s47>GLYPH<s51> GLYPH<s46>GLYPH<s52> GLYPH<s32>GLYPH<s40>GLYPH<s65>GLYPH<s41>", "GLYPH<s32>GLYPH<s99> GLYPH<s101> GLYPH<s108>", "GLYPH<s108>", "GLYPH<s32>GLYPH<s118>", "GLYPH<s111> GLYPH<s108>", "GLYPH<s117> GLYPH<s109> GLYPH<s101> GLYPH<s32>GLYPH<s40>GLYPH<s65>", "GLYPH<s51>", "GLYPH<s41>", "GLYPH<s32>", "GLYPH<s32>", "GLYPH<s73> GLYPH<s110>", "GLYPH<s116>", "GLYPH<s101>", "GLYPH<s110>", "GLYPH<s115>", "GLYPH<s105> GLYPH<s116>", "GLYPH<s121>", "GLYPH<s32>", "GLYPH<s97>", "GLYPH<s114> GLYPH<s98>", "GLYPH<s46> GLYPH<s32> GLYPH<s117>", "GLYPH<s110>", "GLYPH<s105> GLYPH<s116>", "GLYPH<s115>", "GLYPH<s90>GLYPH<s110>GLYPH<s45>GLYPH<s100>GLYPH<s111>GLYPH<s112>GLYPH<s105>GLYPH<s110>GLYPH<s103>", "GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32> GLYPH<s32>", "GLYPH<s120>", "GLYPH<s61>GLYPH<s48>GLYPH<s46> GLYPH<s49>GLYPH<s48>", "GLYPH<s42>", "GLYPH<s42>", "GLYPH<s42>", "GLYPH<s42>", "GLYPH<s50> GLYPH<s48> GLYPH<s54>", "GLYPH<s73> GLYPH<s110>", "GLYPH<s116>", "GLYPH<s101>", "GLYPH<s110>", "GLYPH<s115>", "GLYPH<s105> GLYPH<s116>", "GLYPH<s121>", "GLYPH<s32>", "GLYPH<s97>", "GLYPH<s114> GLYPH<s98>", "GLYPH<s46> GLYPH<s32> GLYPH<s117>", "GLYPH<s110>", "GLYPH<s105> GLYPH<s116>", "GLYPH<s115>", "GLYPH<s50> GLYPH<s48> GLYPH<s56>", "GLYPH<s49> GLYPH<s48> GLYPH<s57>", "GLYPH<s50> GLYPH<s49> GLYPH<s53>", "GLYPH<s48> GLYPH<s48> GLYPH<s56>", "GLYPH<s50> GLYPH<s49> GLYPH<s51>", "GLYPH<s49> GLYPH<s49> GLYPH<s54>", "GLYPH<s50> GLYPH<s48> GLYPH<s48>", "GLYPH<s49> GLYPH<s49> GLYPH<s52>", "GLYPH<s49> GLYPH<s48> GLYPH<s53>", "GLYPH<s48> GLYPH<s48> GLYPH<s52>", "GLYPH<s48> GLYPH<s48> GLYPH<s50>", "GLYPH<s49> GLYPH<s49> GLYPH<s50>", "GLYPH<s49> GLYPH<s49> GLYPH<s48>", "GLYPH<s49> GLYPH<s48> GLYPH<s51>", "GLYPH<s42>", "GLYPH<s120>GLYPH<s61>GLYPH<s48>", "GLYPH<s120>GLYPH<s61>GLYPH<s48>GLYPH<s46> GLYPH<s48>GLYPH<s52>", "GLYPH<s120>GLYPH<s61>GLYPH<s48>GLYPH<s46> GLYPH<s48>GLYPH<s56>", "GLYPH<s120>GLYPH<s61>GLYPH<s48>GLYPH<s46> GLYPH<s48>GLYPH<s54>", "GLYPH<s40> GLYPH<s97>GLYPH<s41>", "GLYPH<s40>GLYPH<s100>GLYPH<s41>", "GLYPH<s32>", "FIG.", "3:", "(color", "online)", "(a)", "The", "XRD", "data", "for", "Ba(Fe", "1$_{−}$", "x", "Mn", "x", ")", "2", "As", "2", "samples.", "Up to the doping level of", "8%, the sample is still quite clean.", "(b)The XRD data for", "samples Ba(Fe", "1$_{−}$", "x", "Zn", "x", ")", "2", "As", "2", "samples.", "Slight impurity phase", "emerges when the nominal doping composition goes up to", "8%.", "(c)", "and (d) show that the doping dependence of the", "a-axis and c-axis lattice constants, as well as the volume of", "unit cell. One can see that the a-axis changes much larger in", "percentage compared with the c-axis lattice and the volume", "expansion is mainly dominated by the a-axis lattice constant.", "TABLE I: the energy dispersive x-ray (EDX) analysis for Zn-", "doped sample with x=0.1.", "T$_{c}$", "for different doping levels (x = 0 to 0.1).", "B.", "Structure and composition", "grain composition grain composition", "1", "Zn=4.41%", "6", "Zn=4.48%", "2", "Zn=4.23%", "7", "Zn=3.95%", "3", "Zn=4.78%", "8", "Zn=4.53%", "4", "Zn=5.04%", "9", "Zn=4.12%", "5", "Zn=4.58%", "10", "Zn=4.39%", "In order to know whether the Zn-impurities are re-", "ally introduced into the lattice, we have carried out de-", "tailed analysis on the compositions of the grains in each", "sample using the EDX analysis.", "The undoped sample", "Ba$_{0}$$_{.}$$_{5}$K$_{0}$$_{.}$$_{5}$Fe$_{2}$As$_{2}$ exhibits superconductivity at about", "T$_{c}$", "= 35 K, combining with the lattice constants", "$^{32}$, we con-", "clude that our sample is slightly overdoped. The EDX", "data reveals that the actual doping levels of Mn is very", "close to the nominal composition up to 8%, while Zn dop-", "ing has a nonlinear ratio between the really measured", "composition and the nominal one: 3.1", "±", "0.3", "% in sam-", "ple x = 0.04, about 4.5", "±", "0.5", "% in the one x = 0.10.", "We randomly selected 10 typical grains and analyzed the", "compositions on them.Taking the sample with nominal", "Zn=10% as an example, the SEM image and EDX anal-", "ysis process were shown in Fig.4 and Table I. This fact", "indicates that the Zn impurities have been successfully", "doped into the lattice, although the measured composi-", "tion is lower than the nominal one.", "Above discussion can be corroborated by the charac-", "terization of the XRD data. The XRD patterns for all", "samples were shown in Fig.3(a) and Fig.3(b). For Mn-", "doped ones, one can see that the phase is rather clean", "and no impurities could be detected up to x=0.08. The", "lattice constants of a-axis and the cell volume increase", "monotonically with doping of Mn (as shown in Fig.3(c)),", "which indicates that the Mn atoms were successfully in-", "troduced into the lattice.", "Assuming that the Mn ionic", "state is ”+2”, since the ionic radius of Mn", "2+", "(0.8", "˚", "A", ") is", "bigger than that of Fe", "2+", "(0.74", "˚", "A", "), it is understandable", "that the in-plane lattice constant expands and the unit", "cell volume increases about 1.6%.", "While for Zn-doped", "samples, since the ionic radius for Fe", "2+", "and Zn", "2+", "are", "both 0.74", "˚", "A", ", therefore the distortion is much smaller, as", "evidenced by the slight increase of the unit cell volume", "(0.34%). In both systems, it is found that the c-axis lat-", "tice constant does not change obviously compared to the", "a-axis lattice constant.", "It order to know what has been carried out microscopi-", "cally through doping Mn and Zn in our samples, we mea-", "sured the Hall coefficient", "R$_{H}$", ", Magnetoresistance (MR)", "and DC magnetization. As shown in Fig.5(a),", "R$_{H}$", "is pos-", "itive in the undoped sample, indicating hole dominant", "conduction in Ba$_{0}$$_{.}$$_{5}$K$_{0}$$_{.}$$_{5}$Fe$_{2}$As$_{2}$. As we dope Mn into the", "sample and keep increasing the doped content, the R$_{H}$", "reduces systematically. This can be explained by intro-", "ducing more holes into the system through Mn-doping,", "though complexity will be brought in understanding the", "Hall data of the multiband system.", "35", "Actually doping", "Mn induces similar effect as doping Cr.", "36", "The tempera-", "ture dependence of R$_{H}$ is also shown for the Zn doped", "sample (x=0.06, 0.08) in Fig.", "5(a).", "One can see that", "the data of Zn-doped sample overlap roughly with the", "undoped one in a broad temperature region, indicating", "that the Zn", "2+", "is almost identical to Fe", "2+", "in donating", "C.", "Hall effect, Magnetoresistance and", "Magnetizations" ]
[ [ 933, 37, 8, 12 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 561, 87, 341, 348 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 530, 467, 410, 133 ], [ 90, 80, 410, 25 ], [ 90, 80, 410, 25 ], [ 90, 255, 318, 12 ], [ 90, 255, 318, 12 ], [ 174, 331, 243, 10 ], [ 174, 331, 243, 10 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 155, 106, 271, 110 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 369, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 90, 657, 410, 279 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 530, 686, 410, 250 ], [ 583, 639, 304, 23 ], [ 583, 639, 304, 23 ], [ 583, 639, 304, 23 ] ]
[ [ 933, 37, 8, 12 ], [ 583, 291, 1, 1 ], [ 594, 291, 1, 1 ], [ 605, 291, 1, 1 ], [ 616, 291, 1, 1 ], [ 626, 291, 1, 1 ], [ 637, 291, 1, 1 ], [ 648, 291, 1, 1 ], [ 659, 291, 1, 1 ], [ 603, 416, 0, 1 ], [ 627, 416, 0, 1 ], [ 651, 416, 0, 1 ], [ 675, 416, 0, 1 ], [ 699, 416, 0, 1 ], [ 571, 405, 4, 1 ], [ 571, 392, 4, 1 ], [ 571, 378, 4, 1 ], [ 571, 365, 4, 1 ], [ 571, 352, 4, 1 ], [ 571, 338, 4, 1 ], [ 571, 325, 4, 1 ], [ 716, 411, 2, 1 ], [ 716, 390, 2, 1 ], [ 716, 368, 2, 1 ], [ 716, 347, 2, 1 ], [ 716, 325, 2, 1 ], [ 751, 292, 2, 2 ], [ 761, 292, 2, 2 ], [ 772, 292, 2, 2 ], [ 782, 292, 2, 2 ], [ 792, 292, 2, 2 ], [ 802, 292, 2, 2 ], [ 812, 292, 2, 2 ], [ 823, 292, 2, 2 ], [ 764, 416, 0, 1 ], [ 784, 416, 0, 1 ], [ 804, 416, 0, 1 ], [ 824, 416, 0, 1 ], [ 844, 416, 0, 1 ], [ 862, 416, 1, 1 ], [ 734, 411, 4, 1 ], [ 734, 392, 4, 1 ], [ 734, 372, 4, 1 ], [ 734, 353, 4, 1 ], [ 734, 333, 4, 1 ], [ 879, 402, 4, 1 ], [ 879, 383, 4, 1 ], [ 879, 363, 4, 1 ], [ 879, 344, 4, 1 ], [ 879, 324, 4, 1 ], [ 823, 304, 1, 2 ], [ 762, 105, 3, 3 ], [ 687, 256, 2, 1 ], [ 685, 219, 5, 1 ], [ 634, 102, 8, 1 ], [ 634, 110, 10, 1 ], [ 682, 110, 5, 1 ], [ 727, 194, 2, 0 ], [ 651, 97, 0, 1 ], [ 651, 303, 1, 2 ], [ 700, 150, 1, 1 ], [ 709, 147, 1, 1 ], [ 694, 147, 1, 1 ], [ 687, 149, 1, 1 ], [ 672, 143, 1, 1 ], [ 675, 140, 1, 1 ], [ 667, 131, 1, 1 ], [ 656, 144, 1, 1 ], [ 650, 145, 1, 1 ], [ 645, 147, 1, 1 ], [ 620, 146, 1, 1 ], [ 596, 143, 1, 1 ], [ 635, 144, 1, 1 ], [ 630, 149, 1, 1 ], [ 627, 115, 1, 1 ], [ 685, 184, 5, 1 ], [ 599, 336, 3, 3 ], [ 756, 432, 20, 2 ], [ 856, 431, 2, 2 ], [ 867, 432, 2, 2 ], [ 869, 432, 0, 2 ], [ 588, 432, 21, 2 ], [ 691, 432, 2, 2 ], [ 701, 432, 2, 2 ], [ 704, 432, 0, 2 ], [ 623, 358, 0, 2 ], [ 625, 358, 1, 1 ], [ 631, 358, 3, 2 ], [ 623, 368, 0, 2 ], [ 625, 368, 0, 1 ], [ 630, 368, 6, 2 ], [ 619, 347, 2, 1 ], [ 622, 347, 0, 1 ], [ 622, 347, 1, 1 ], [ 623, 347, 1, 1 ], [ 624, 347, 5, 1 ], [ 672, 344, 0, 1 ], [ 675, 347, 0, 1 ], [ 653, 320, 0, 1 ], [ 735, 371, 1, 0 ], [ 575, 241, 4, 2 ], [ 575, 240, 4, 0 ], [ 575, 239, 4, 1 ], [ 575, 237, 4, 1 ], [ 575, 236, 4, 1 ], [ 575, 234, 4, 1 ], [ 575, 232, 4, 1 ], [ 575, 195, 4, 0 ], [ 575, 191, 4, 1 ], [ 575, 189, 4, 2 ], [ 575, 186, 4, 2 ], [ 575, 184, 4, 1 ], [ 575, 182, 4, 1 ], [ 575, 181, 4, 1 ], [ 804, 103, 10, 2 ], [ 804, 113, 10, 2 ], [ 854, 113, 1, 2 ], [ 855, 113, 5, 2 ], [ 834, 176, 0, 2 ], [ 834, 143, 0, 2 ], [ 801, 142, 0, 2 ], [ 791, 173, 0, 2 ], [ 864, 140, 1, 1 ], [ 744, 241, 4, 2 ], [ 744, 240, 4, 0 ], [ 744, 238, 4, 1 ], [ 744, 237, 4, 1 ], [ 744, 235, 4, 1 ], [ 744, 234, 4, 1 ], [ 744, 232, 4, 1 ], [ 744, 195, 4, 0 ], [ 744, 191, 4, 1 ], [ 744, 188, 4, 2 ], [ 744, 185, 4, 2 ], [ 744, 184, 4, 1 ], [ 744, 182, 4, 1 ], [ 744, 180, 4, 1 ], [ 882, 137, 1, 1 ], [ 870, 137, 1, 1 ], [ 861, 140, 1, 1 ], [ 844, 132, 1, 1 ], [ 849, 131, 1, 1 ], [ 841, 122, 1, 1 ], [ 827, 134, 1, 1 ], [ 820, 137, 1, 1 ], [ 818, 133, 1, 1 ], [ 790, 133, 1, 1 ], [ 765, 124, 1, 1 ], [ 806, 133, 1, 1 ], [ 800, 140, 1, 1 ], [ 797, 101, 1, 1 ], [ 792, 138, 0, 2 ], [ 850, 258, 2, 1 ], [ 851, 229, 5, 1 ], [ 851, 160, 5, 1 ], [ 851, 195, 5, 1 ], [ 591, 105, 3, 3 ], [ 762, 336, 3, 3 ], [ 816, 319, 0, 1 ], [ 530, 467, 32, 11 ], [ 580, 467, 11, 11 ], [ 623, 467, 38, 11 ], [ 679, 467, 46, 11 ], [ 742, 467, 19, 11 ], [ 779, 467, 26, 11 ], [ 823, 467, 34, 11 ], [ 875, 467, 30, 11 ], [ 922, 467, 18, 11 ], [ 530, 481, 40, 11 ], [ 571, 485, 15, 5 ], [ 586, 485, 6, 6 ], [ 594, 481, 22, 11 ], [ 617, 485, 6, 6 ], [ 625, 481, 5, 11 ], [ 631, 485, 6, 5 ], [ 638, 481, 17, 11 ], [ 656, 485, 6, 5 ], [ 672, 481, 56, 11 ], [ 749, 481, 191, 11 ], [ 530, 494, 244, 11 ], [ 789, 494, 152, 11 ], [ 530, 508, 99, 11 ], [ 630, 513, 15, 5 ], [ 646, 512, 6, 6 ], [ 653, 508, 18, 11 ], [ 672, 512, 6, 6 ], [ 679, 508, 5, 11 ], [ 685, 513, 6, 5 ], [ 692, 508, 17, 11 ], [ 710, 513, 6, 5 ], [ 724, 508, 56, 11 ], [ 792, 508, 148, 11 ], [ 530, 521, 410, 11 ], [ 530, 535, 24, 11 ], [ 569, 535, 15, 11 ], [ 598, 535, 342, 11 ], [ 530, 548, 410, 11 ], [ 530, 562, 410, 11 ], [ 530, 576, 410, 11 ], [ 530, 589, 410, 11 ], [ 90, 80, 410, 11 ], [ 90, 93, 176, 11 ], [ 90, 255, 15, 12 ], [ 112, 255, 296, 12 ], [ 174, 331, 17, 10 ], [ 209, 331, 207, 10 ], [ 164, 115, 250, 11 ], [ 177, 132, 7, 11 ], [ 210, 132, 70, 11 ], [ 306, 132, 7, 11 ], [ 339, 132, 70, 11 ], [ 177, 149, 7, 11 ], [ 210, 149, 70, 11 ], [ 306, 149, 7, 11 ], [ 339, 149, 70, 11 ], [ 177, 165, 7, 11 ], [ 210, 165, 70, 11 ], [ 306, 165, 7, 11 ], [ 339, 165, 70, 11 ], [ 177, 182, 7, 11 ], [ 210, 182, 70, 11 ], [ 306, 182, 7, 11 ], [ 339, 182, 70, 11 ], [ 177, 198, 7, 11 ], [ 210, 198, 70, 11 ], [ 302, 198, 15, 11 ], [ 339, 198, 70, 11 ], [ 107, 369, 393, 12 ], [ 90, 384, 410, 12 ], [ 90, 399, 410, 12 ], [ 90, 413, 240, 12 ], [ 344, 413, 156, 12 ], [ 90, 428, 388, 12 ], [ 484, 428, 15, 12 ], [ 90, 443, 330, 12 ], [ 421, 443, 79, 12 ], [ 90, 458, 410, 12 ], [ 90, 473, 410, 12 ], [ 90, 488, 410, 12 ], [ 90, 502, 410, 12 ], [ 90, 517, 282, 12 ], [ 378, 518, 12, 8 ], [ 398, 517, 16, 12 ], [ 427, 517, 73, 12 ], [ 90, 532, 178, 12 ], [ 275, 533, 12, 8 ], [ 296, 532, 16, 12 ], [ 324, 532, 176, 12 ], [ 90, 547, 410, 12 ], [ 90, 562, 410, 12 ], [ 90, 577, 410, 12 ], [ 90, 591, 410, 12 ], [ 90, 606, 410, 12 ], [ 90, 621, 410, 12 ], [ 90, 636, 256, 12 ], [ 107, 657, 394, 12 ], [ 90, 672, 410, 12 ], [ 90, 686, 410, 12 ], [ 90, 701, 410, 12 ], [ 90, 716, 410, 12 ], [ 90, 731, 410, 12 ], [ 90, 746, 410, 12 ], [ 90, 761, 410, 12 ], [ 90, 775, 186, 12 ], [ 289, 775, 211, 12 ], [ 90, 790, 315, 12 ], [ 405, 789, 16, 7 ], [ 430, 790, 27, 12 ], [ 464, 788, 12, 12 ], [ 464, 790, 12, 12 ], [ 476, 790, 24, 12 ], [ 90, 805, 165, 12 ], [ 256, 804, 16, 7 ], [ 280, 805, 36, 12 ], [ 323, 803, 12, 12 ], [ 323, 805, 12, 12 ], [ 335, 805, 165, 12 ], [ 90, 820, 410, 12 ], [ 90, 835, 251, 12 ], [ 354, 835, 146, 12 ], [ 90, 850, 282, 12 ], [ 373, 848, 16, 7 ], [ 398, 850, 54, 12 ], [ 453, 848, 16, 7 ], [ 478, 850, 22, 12 ], [ 90, 864, 69, 12 ], [ 165, 862, 12, 12 ], [ 165, 864, 12, 12 ], [ 177, 864, 323, 12 ], [ 90, 879, 410, 12 ], [ 90, 894, 410, 12 ], [ 90, 909, 410, 12 ], [ 90, 924, 165, 12 ], [ 547, 686, 394, 12 ], [ 530, 701, 410, 12 ], [ 530, 716, 185, 12 ], [ 722, 716, 23, 12 ], [ 748, 716, 193, 12 ], [ 530, 731, 330, 12 ], [ 865, 731, 23, 12 ], [ 895, 731, 46, 12 ], [ 530, 746, 410, 12 ], [ 530, 761, 410, 12 ], [ 530, 775, 408, 12 ], [ 530, 790, 410, 12 ], [ 530, 805, 410, 12 ], [ 530, 820, 410, 12 ], [ 530, 835, 268, 12 ], [ 799, 834, 13, 7 ], [ 822, 835, 119, 12 ], [ 530, 850, 290, 12 ], [ 821, 848, 13, 7 ], [ 841, 850, 100, 12 ], [ 530, 864, 410, 12 ], [ 530, 879, 221, 12 ], [ 765, 879, 34, 12 ], [ 812, 879, 128, 12 ], [ 530, 894, 410, 12 ], [ 530, 909, 410, 12 ], [ 530, 924, 89, 12 ], [ 620, 923, 16, 7 ], [ 645, 924, 184, 12 ], [ 830, 923, 16, 7 ], [ 855, 924, 85, 12 ], [ 583, 639, 17, 10 ], [ 619, 639, 269, 10 ], [ 676, 652, 118, 10 ] ]
[ 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 7 ]
e57afbb8d521fd64032b26852706aeaed3a5dfedb203ca6d51ddfb2e14475598
1001.1092.pdf
2
7
612
792
1,025
1,025
arxiv_two_columns
scientific_articles
11854
[ "Store Experience and Growth", "ast, Fun and Friendly", "Feedback from our", "guests plays an important role in our efforts to", "deliver a consistent, convenient and enjoyable", "Target shopping experience. It has led us to", "place significant importance on factors such as", "speed, store cleanliness and excitement, and merchandise", "quality, trend and presentation.", "F", "In 2003, we continued to invest in technology and", "service initiatives that enhance our guestsGLYPH<213> satisfaction", "during each of their visits to a Target store GLYPH<209> many with", "an emphasis on improving speed.", "installed more red service phones throughout Target", "stores and adopted measures to improve our response", "time to guest calls.", "¥", "We added nearly 10,000 new price scanners that allow", "Target team members to quickly verify product avail-", "ability, to facilitate merchandise price checks and to", "locate items anywhere within our stores.", "¥", "When guests in our stores have questions, they donGLYPH<213>t", "have time to wait. To make it easier and more con-", "venient for them to get the help they need, weGLYPH<213>ve", "¥", "Speed at checkout continues to be a top priority, and", "during 2003, we further reduced our guestsGLYPH<213> length of", "wait to pay. Specifically, we reiterated our objective to", "allow no more than two guests in a checkout line at", "any given time; we increased our investment in cashier", "training; and we implemented systems that seamlessly", "give our team members the capability to open addi-", "tional check lanes when needed.", "¥", "Even our ability to process merchandise returns has", "been simplified and expedited, making our guestsGLYPH<213>", "hectic lives much easier. With our receipt-lookup", "system, we are able to process a merchandise return", "within 90 days of its purchase, even without the original", "receipt, if the purchase was made using a check or", "credit card.", "7", "2004 Prototype", "To provide ", "a shopping experience that ", "our guests prefer, we continue ", "to evolve our store design,", "merchandise assortment,", "signing and presentation. ", "In our newest iteration, we", "have realigned merchandise", "adjacencies to create more", "powerful category presenta-", "tions and we have expanded", "or edited our assortments ", "to better reflect our guestsGLYPH<213>", "shopping patterns. On the", "exterior, our design and", "materials complement the", "local architecture and natural", "landscape and integrate", "improvements in accessibility,", "safety and lighting.", "Fast, friendly service. Clean, fun-to-shop stores. Knowledgeable ", "team members and the merchandise our guests want and need most. ", "TheyGLYPH<213>re all components of a Target store experience that no other", "retailer can match." ]
[ [ 65, 49, 571, 27 ], [ 55, 657, 431, 116 ], [ 55, 657, 431, 116 ], [ 55, 657, 431, 116 ], [ 55, 657, 431, 116 ], [ 55, 657, 431, 116 ], [ 55, 657, 431, 116 ], [ 55, 657, 431, 116 ], [ 55, 657, 431, 116 ], [ 55, 657, 431, 116 ], [ 65, 780, 422, 62 ], [ 65, 780, 422, 62 ], [ 65, 780, 422, 62 ], [ 65, 780, 422, 62 ], [ 547, 661, 401, 45 ], [ 547, 661, 401, 45 ], [ 547, 661, 401, 45 ], [ 65, 848, 421, 62 ], [ 65, 848, 421, 62 ], [ 65, 848, 421, 62 ], [ 65, 848, 421, 62 ], [ 65, 848, 421, 62 ], [ 65, 916, 422, 45 ], [ 65, 916, 422, 45 ], [ 65, 916, 422, 45 ], [ 65, 916, 422, 45 ], [ 527, 712, 421, 130 ], [ 527, 712, 421, 130 ], [ 527, 712, 421, 130 ], [ 527, 712, 421, 130 ], [ 527, 712, 421, 130 ], [ 527, 712, 421, 130 ], [ 527, 712, 421, 130 ], [ 527, 712, 421, 130 ], [ 527, 712, 421, 130 ], [ 527, 848, 422, 113 ], [ 527, 848, 422, 113 ], [ 527, 848, 422, 113 ], [ 527, 848, 422, 113 ], [ 527, 848, 422, 113 ], [ 527, 848, 422, 113 ], [ 527, 848, 422, 113 ], [ 527, 848, 422, 113 ], [ 960, 994, 8, 10 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 758, 238, 194, 258 ], [ 65, 530, 891, 44 ], [ 65, 530, 891, 44 ], [ 65, 582, 849, 44 ], [ 65, 582, 849, 44 ] ]
[ [ 65, 49, 571, 27 ], [ 153, 660, 173, 11 ], [ 338, 661, 148, 11 ], [ 153, 678, 333, 11 ], [ 153, 695, 333, 11 ], [ 153, 712, 333, 11 ], [ 153, 729, 333, 11 ], [ 65, 746, 421, 11 ], [ 65, 763, 235, 11 ], [ 55, 657, 92, 97 ], [ 85, 780, 401, 11 ], [ 65, 797, 421, 11 ], [ 65, 814, 421, 11 ], [ 65, 831, 253, 11 ], [ 547, 661, 401, 11 ], [ 547, 678, 401, 11 ], [ 547, 695, 142, 11 ], [ 65, 848, 6, 11 ], [ 85, 848, 401, 11 ], [ 85, 865, 401, 11 ], [ 85, 882, 401, 11 ], [ 85, 899, 304, 11 ], [ 65, 916, 7, 11 ], [ 85, 916, 401, 11 ], [ 85, 933, 401, 11 ], [ 85, 950, 401, 11 ], [ 527, 712, 7, 11 ], [ 547, 712, 401, 11 ], [ 547, 729, 401, 11 ], [ 547, 746, 401, 11 ], [ 547, 763, 401, 11 ], [ 547, 780, 401, 11 ], [ 547, 797, 401, 11 ], [ 547, 814, 401, 11 ], [ 547, 831, 246, 11 ], [ 527, 848, 7, 11 ], [ 547, 848, 401, 11 ], [ 547, 865, 401, 11 ], [ 547, 882, 401, 11 ], [ 547, 899, 401, 11 ], [ 547, 916, 401, 11 ], [ 547, 933, 401, 11 ], [ 547, 950, 85, 11 ], [ 960, 994, 8, 10 ], [ 758, 238, 103, 9 ], [ 871, 238, 70, 9 ], [ 758, 252, 176, 9 ], [ 758, 265, 194, 9 ], [ 758, 278, 167, 9 ], [ 758, 291, 159, 9 ], [ 758, 304, 164, 9 ], [ 758, 317, 167, 9 ], [ 758, 330, 177, 9 ], [ 758, 343, 171, 9 ], [ 758, 356, 181, 9 ], [ 758, 369, 181, 9 ], [ 758, 382, 168, 9 ], [ 758, 396, 174, 9 ], [ 758, 409, 166, 9 ], [ 758, 422, 149, 9 ], [ 758, 435, 166, 9 ], [ 758, 448, 185, 9 ], [ 758, 461, 153, 9 ], [ 758, 474, 188, 9 ], [ 758, 487, 121, 9 ], [ 65, 530, 830, 18 ], [ 65, 556, 891, 18 ], [ 65, 582, 849, 18 ], [ 65, 608, 240, 18 ] ]
[ 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 9, 9 ]
f8aa99626baf1d5135d23a57c532f0fa76ccf6992261fcc212af1056b0184cbc
NYSE_TGT_2003.pdf
8
46
612
783
1,025
1,025
ann_reports_00_04_fancy
financial_reports
11855
[ "relating to the income previously noted. While there may be opportunity for our U.S. operations to generate profits in the ", "future, our near-term level of profitability is uncertain. ", "The potential long-term profitability cannot be given as much weight in ", "our analysis given the objectively verifiable lack of sustained pro forma historical profitability and uncertainty associated with ", "the future U.S. operations. To the extent that our operations in the U.S., after giving ef", "fect to the planned aforementioned tax ", "actions, are profitable in 2015 and our projections of profitability beyond 2015 are suf", "ficiently positive based upon objective ", "and verifiable assumptions, it is reasonably possible that we could release up to $500 of the remaining valuation allowance ", "against our U.S. deferred tax assets in the next twelve months.", "In the ordinary course of business, there are many transactions and calculations where the ultimate tax determination is less ", "than certain. We are regularly under audit by the various applicable tax authorities. ", "Although the outcome of tax audits is ", "always uncertain, we believe that we have appropriate support for the positions taken on our tax returns and that our annual tax ", "provisions include amounts sufficient to pay assessments, if any", ", which may be proposed by the taxing authorities. Nonetheless, ", "the amounts ultimately paid, if any", ", upon resolution of the issues raised by the taxing authorities may dif", "fer materially from the ", "amounts accrued for each year", ". See additional discussion of our deferred tax assets and liabilities in Note 17 to our consolidated ", "financial statements in Item 8.", "Retiree benefits", " — Accounting for pensions and other postretirement benefits (OPEB) involves estimating the cost of benefits ", "to be provided well into the future and attributing that cost to the time period each employee works. ", "These plan expenses and ", "obligations are dependent on assumptions developed by us in consultation with our outside advisers such as actuaries and other ", "consultants and are generally calculated independently of funding requirements. ", "The assumptions used, including inflation, ", "discount rates, investment returns, life expectancies, turnover rates, retirement rates, future compensation levels and health care ", "cost trend rates, have a significant impact on plan expenses and obligations. ", "These assumptions are regularly reviewed and ", "modified when appropriate based on historical experience, current trends and the future outlook. Changes in one or more of the ", "underlying assumptions could result in a material impact to our consolidated financial statements in any given period. If actual ", "experience differs from expectations, our financial position and results of operations in future periods could be af", "fected.", "Mortality rates are based in part on the company's plan experience and actuarial estimates.The inflation assumption is ", "based on an evaluation of external market indicators, while retirement and turnover rates are based primarily on actual plan ", "experience. Health care cost trend rates are developed based on our actual historical claims experience, the near", "-term outlook ", "and an assessment of likely long-term trends. For our lar", "gest plans, discount rates are based upon the construction of a ", "theoretical bond portfolio, adjusted according to the timing of expected cash flows for the future obligations. ", "A yield curve is ", "developed based on a subset of these high-quality fixed-income investments (those with yields between the 40th and 90th ", "percentiles). The projected cash flows are matched to this yield curve and a present value developed which is then calibrated to ", "develop a single equivalent discount rate. Pension benefits are funded through deposits with trustees that satisfy", ", at a minimum, ", "the applicable funding regulations. For our lar", "gest defined benefit pension plans, expected investment rates of return are based ", "on input from the plans’ investment advisers and actuary regarding our expected investment portfolio mix, historical rates of ", "return on those assets, projected future asset class returns, the impact of active management and long-term market conditions ", "and inflation expectations. We believe that the long-term asset allocation on average will approximate the tar", "geted allocation ", "and we regularly review the actual asset allocation to periodically re-balance the investments to the tar", "geted allocation when ", "appropriate. OPEB benefits are funded as they become due.", "Actuarial gains or losses may result from changes in assumptions or when actual experience is dif", "ferent from that which ", "was expected. Under the applicable standards, those gains and losses are not required to be immediately recognized in our ", "results of operations as income or expense, but instead may be deferred as part of accumulated other comprehensive income ", "(AOCI) and amortized into our results of operations over future periods.", "Our U.S. defined benefit pension plans comprise about 85% of our consolidated defined benefit pension obligations at", "December 31, 2014. These plans are frozen and no service-related costs are being incurred. Changes in our net obligations are ", "principally attributable to changing discount rates and the performance of plan assets. Pension obligations are valued using ", "discount rates established annually in consultation with our outside actuarial advisers using a theoretical bond portfolio, ", "adjusted according to the timing of expected cash flows for our future obligations. Declining discount rates increase the ", "present value of future pension obligations – a 25 basis point decrease in the discount rate would increase our U.S. pension ", "liability by about $47. As indicated above, when establishing the expected long-term rate of return on our U.S. pension plan ", "assets, we consider historical performance and forward looking return estimates reflective of our portfolio mix and expected ", "investment strategy. Our investment strategy and portfolio complexion is described in Note 1", "1", "of the consolidated financial ", "statements in Item 8. Although actual annual returns over the past five years have averaged more than 10%, based on the ", "U.S. retirement plans", "34" ]
[ [ 77, 47, 889, 108 ], [ 77, 47, 889, 108 ], [ 77, 47, 889, 108 ], [ 77, 47, 889, 108 ], [ 77, 47, 889, 108 ], [ 77, 47, 889, 108 ], [ 77, 47, 889, 108 ], [ 77, 47, 889, 108 ], [ 77, 47, 889, 108 ], [ 77, 47, 889, 108 ], [ 77, 173, 895, 108 ], [ 77, 173, 895, 108 ], [ 77, 173, 895, 108 ], [ 77, 173, 895, 108 ], [ 77, 173, 895, 108 ], [ 77, 173, 895, 108 ], [ 77, 173, 895, 108 ], [ 77, 173, 895, 108 ], [ 77, 173, 895, 108 ], [ 77, 173, 895, 108 ], [ 77, 173, 895, 108 ], [ 77, 173, 895, 108 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 299, 895, 140 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 456, 885, 218 ], [ 77, 691, 870, 61 ], [ 77, 691, 870, 61 ], [ 77, 691, 870, 61 ], [ 77, 691, 870, 61 ], [ 77, 691, 870, 61 ], [ 77, 801, 885, 155 ], [ 77, 801, 885, 155 ], [ 77, 801, 885, 155 ], [ 77, 801, 885, 155 ], [ 77, 801, 885, 155 ], [ 77, 801, 885, 155 ], [ 77, 801, 885, 155 ], [ 77, 801, 885, 155 ], [ 77, 801, 885, 155 ], [ 77, 801, 885, 155 ], [ 77, 801, 885, 155 ], [ 77, 801, 885, 155 ], [ 107, 770, 144, 14 ], [ 504, 977, 16, 14 ] ]
[ [ 77, 47, 842, 14 ], [ 77, 63, 383, 14 ], [ 451, 63, 502, 14 ], [ 77, 79, 889, 14 ], [ 77, 94, 597, 14 ], [ 662, 94, 276, 14 ], [ 77, 110, 603, 14 ], [ 662, 110, 272, 14 ], [ 77, 126, 858, 14 ], [ 77, 142, 434, 14 ], [ 107, 173, 864, 14 ], [ 77, 189, 577, 14 ], [ 642, 189, 267, 14 ], [ 77, 204, 891, 14 ], [ 77, 220, 443, 14 ], [ 511, 220, 447, 14 ], [ 77, 236, 244, 14 ], [ 313, 236, 487, 14 ], [ 786, 236, 166, 14 ], [ 77, 251, 214, 14 ], [ 284, 251, 683, 14 ], [ 77, 267, 211, 14 ], [ 77, 299, 105, 14 ], [ 182, 299, 773, 14 ], [ 77, 314, 699, 14 ], [ 759, 314, 175, 14 ], [ 77, 330, 887, 14 ], [ 77, 346, 565, 14 ], [ 625, 346, 300, 14 ], [ 77, 361, 895, 14 ], [ 77, 377, 531, 14 ], [ 596, 377, 325, 14 ], [ 77, 393, 893, 14 ], [ 77, 409, 888, 14 ], [ 77, 424, 794, 14 ], [ 846, 424, 48, 14 ], [ 107, 456, 822, 14 ], [ 77, 471, 865, 14 ], [ 77, 487, 774, 14 ], [ 835, 487, 99, 14 ], [ 77, 503, 394, 14 ], [ 461, 503, 434, 14 ], [ 77, 519, 767, 14 ], [ 819, 519, 113, 14 ], [ 77, 534, 849, 14 ], [ 77, 550, 885, 14 ], [ 77, 566, 782, 14 ], [ 836, 566, 113, 14 ], [ 77, 581, 321, 14 ], [ 390, 581, 567, 14 ], [ 77, 597, 869, 14 ], [ 77, 613, 877, 14 ], [ 77, 628, 750, 14 ], [ 816, 628, 114, 14 ], [ 77, 644, 712, 14 ], [ 773, 644, 156, 14 ], [ 77, 660, 417, 14 ], [ 107, 691, 681, 14 ], [ 772, 691, 164, 14 ], [ 77, 707, 851, 14 ], [ 77, 723, 870, 14 ], [ 77, 738, 505, 14 ], [ 107, 801, 827, 14 ], [ 77, 817, 885, 14 ], [ 77, 833, 864, 14 ], [ 77, 848, 838, 14 ], [ 77, 864, 845, 14 ], [ 77, 880, 859, 14 ], [ 77, 896, 865, 14 ], [ 77, 911, 876, 14 ], [ 77, 927, 648, 14 ], [ 713, 927, 8, 14 ], [ 726, 927, 205, 14 ], [ 77, 943, 846, 14 ], [ 107, 770, 144, 14 ], [ 504, 977, 16, 14 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 4 ]
081803e04a8c6a693ddf100b3070a95547d40d8a23a0af7f386e1ba69145b740
NYSE_DAN_2014.pdf
51
118
603
783
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11856
[ "Assumptions", "Periodic pension and OPEB cost is actuarially calculated annually for each individual plan based on data available at the beginning of each", "year. Assumptions used in the calculation include the settlement discount rate selected and disclosed at the end of the previous year as well as", "other assumptions detailed in the table below. The weighted-average rates used in determining the periodic pension and OPEB cost for the fiscal", "years 2018, 2017 and 2016 were as follows:", "Benefit obligations are actuarially calculated annually at the end of each year based on the assumptions detailed in the table below.", "Obligations under the OPEB plans are determined by the application of the terms of medical, dental, vision and life insurance plans, together with", "relevant actuarial assumptions and heath care cost trend rates. The weighted-average rates used in determining the projected benefit obligation for", "defined pension plans and the accumulated postretirement benefit obligation for OPEB plans, as of December 31, 2018, and December 31, 2017,", "were as follows:", "The change to the weighted-average discount rates used for our defined benefit pension plans and postretirement plans as of December 31,", "2018, from December 31, 2017, is primarily the result of overall market changes during 2018.", "The obligations of our defined benefit pension plans in the U.S., Canada and the U.K. are supported by assets held in trusts for the payment of", "future benefits. The business segments are obligated to adequately fund these asset trusts. The underlying investments within our defined benefit", "pension plans include: cash and short-term instruments, debt securities, equity securities, investment funds, and other investments including", "derivatives, hedge fund of funds and real estate. Investment allocations reflect the customized strategies of the respective plans.", "The plans use liability driven investment strategies in managing defined pension benefits. For all defined benefit pension plan assets the plans", "have the following primary investment objectives:", "Investment Strategy", "140", "As of December 31, 2018", "As of December 31, 2017", "Pension", "OPEB", "Pension", "OPEB", "Weighted-average assumptions:", "Settlement discount rate", "3.44%", "3.92%", "3.01%", "3.34%", "Rate of compensation increase", "2.00%", "N/A", "2.00%", "N/A", "Health care cost trend rate", "N/A", "Ranging ratably", "from 6.5% in 2019", "to 4.5% in 2037", "N/A", "Ranging ratably", "from 6.75% in", "2018 to 4.5% in", "2037", "For the years ended", "December 31, 2018", "December 31, 2017", "December 31, 2016", "Pension", "OPEB", "Pension", "OPEB", "Pension", "OPEB", "Weighted-average assumptions:", "Settlement discount rate", "3.01%", "3.34%", "3.36%", "3.76%", "3.72%", "3.59%", "Rate of compensation increase", "2.00%", "N/A", "2.00%", "N/A", "2.00%", "N/A", "Expected return on plan assets", "(1)", "4.10%", "N/A", "4.83%", "N/A", "5.15%", "N/A", "Health care cost trend rate", "N/A", "Ranging", "ratably from", "6.75% in 2018", "to 4.5% in", "2037", "N/A", "Ranging", "ratably from", "7.0% in 2017", "to 4.5% in", "2037", "N/A", "Ranging", "ratably from", "7.7% in 2016", "to 4.5% in", "2028", "(1)", "We develop our EROA assumptions annually with input from independent investment specialists including our actuaries, investment", "consultants, plan trustee and other specialists. Each EROA assumption is based on historical data, including historical returns, historical", "market rates and is calculated for each plan's individual asset class. The calculation includes inputs for interest, inflation, credit, and risk", "premium (active investment management) rates and fees paid to service providers. We consider our EROA to be a significant management", "estimate. Any material changes in the inputs to our methodology used in calculating our EROA could have a significant impact on our", "reported defined benefit pension plans' expense." ]
[ [ 24, 32, 83, 10 ], [ 24, 57, 952, 44 ], [ 24, 57, 952, 44 ], [ 24, 57, 952, 44 ], [ 24, 57, 952, 44 ], [ 24, 378, 972, 55 ], [ 24, 378, 972, 55 ], [ 24, 378, 972, 55 ], [ 24, 378, 972, 55 ], [ 24, 378, 972, 55 ], [ 24, 594, 949, 21 ], [ 24, 594, 949, 21 ], [ 24, 656, 966, 44 ], [ 24, 656, 966, 44 ], [ 24, 656, 966, 44 ], [ 24, 656, 966, 44 ], [ 24, 715, 967, 21 ], [ 24, 715, 967, 21 ], [ 24, 631, 133, 10 ], [ 499, 758, 24, 10 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 456, 974, 123 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 23, 124, 978, 168 ], [ 24, 303, 958, 66 ], [ 24, 303, 958, 66 ], [ 24, 303, 958, 66 ], [ 24, 303, 958, 66 ], [ 24, 303, 958, 66 ], [ 24, 303, 958, 66 ], [ 24, 303, 958, 66 ] ]
[ [ 24, 32, 83, 10 ], [ 56, 57, 910, 10 ], [ 24, 68, 938, 10 ], [ 24, 79, 952, 10 ], [ 24, 91, 288, 10 ], [ 56, 378, 865, 10 ], [ 24, 389, 960, 10 ], [ 24, 400, 972, 10 ], [ 24, 411, 951, 10 ], [ 24, 422, 105, 10 ], [ 56, 594, 918, 10 ], [ 24, 606, 617, 10 ], [ 56, 656, 935, 10 ], [ 24, 667, 959, 10 ], [ 24, 678, 927, 10 ], [ 24, 690, 845, 10 ], [ 56, 715, 935, 10 ], [ 24, 726, 327, 10 ], [ 24, 631, 133, 10 ], [ 499, 758, 24, 10 ], [ 518, 459, 152, 9 ], [ 790, 459, 152, 9 ], [ 502, 474, 48, 9 ], [ 645, 474, 35, 9 ], [ 774, 474, 48, 9 ], [ 917, 474, 35, 9 ], [ 26, 490, 195, 9 ], [ 26, 502, 162, 10 ], [ 505, 502, 40, 10 ], [ 642, 502, 40, 10 ], [ 778, 502, 40, 10 ], [ 914, 502, 40, 10 ], [ 26, 517, 201, 10 ], [ 505, 517, 40, 10 ], [ 650, 517, 24, 10 ], [ 778, 517, 40, 10 ], [ 922, 517, 24, 10 ], [ 26, 550, 178, 10 ], [ 513, 550, 24, 10 ], [ 610, 538, 105, 10 ], [ 602, 550, 121, 10 ], [ 611, 562, 103, 10 ], [ 786, 550, 24, 10 ], [ 882, 532, 105, 10 ], [ 889, 544, 92, 10 ], [ 883, 556, 103, 10 ], [ 918, 568, 32, 10 ], [ 621, 127, 121, 9 ], [ 408, 142, 118, 9 ], [ 622, 142, 118, 9 ], [ 837, 142, 118, 9 ], [ 385, 158, 48, 9 ], [ 498, 158, 35, 9 ], [ 599, 158, 48, 9 ], [ 713, 158, 35, 9 ], [ 813, 158, 48, 9 ], [ 927, 158, 35, 9 ], [ 26, 173, 195, 9 ], [ 26, 186, 162, 10 ], [ 388, 186, 40, 10 ], [ 496, 186, 40, 10 ], [ 603, 186, 40, 10 ], [ 710, 186, 40, 10 ], [ 817, 186, 40, 10 ], [ 924, 186, 40, 10 ], [ 26, 201, 201, 10 ], [ 388, 201, 40, 10 ], [ 504, 201, 24, 10 ], [ 603, 201, 40, 10 ], [ 718, 201, 24, 10 ], [ 817, 201, 40, 10 ], [ 932, 201, 24, 10 ], [ 26, 215, 203, 10 ], [ 230, 215, 12, 7 ], [ 388, 215, 40, 10 ], [ 504, 215, 24, 10 ], [ 603, 215, 40, 10 ], [ 718, 215, 24, 10 ], [ 817, 215, 40, 10 ], [ 932, 215, 24, 10 ], [ 26, 254, 178, 10 ], [ 396, 254, 24, 10 ], [ 489, 230, 54, 10 ], [ 475, 242, 81, 10 ], [ 469, 254, 94, 10 ], [ 483, 266, 66, 10 ], [ 500, 278, 32, 10 ], [ 611, 254, 24, 10 ], [ 703, 230, 54, 10 ], [ 690, 242, 81, 10 ], [ 687, 254, 86, 10 ], [ 697, 266, 66, 10 ], [ 714, 278, 32, 10 ], [ 825, 254, 24, 10 ], [ 917, 230, 54, 10 ], [ 904, 242, 81, 10 ], [ 902, 254, 86, 10 ], [ 911, 266, 66, 10 ], [ 928, 278, 32, 10 ], [ 24, 303, 18, 10 ], [ 72, 303, 868, 10 ], [ 72, 314, 897, 10 ], [ 72, 326, 902, 10 ], [ 72, 337, 910, 10 ], [ 72, 348, 876, 10 ], [ 72, 359, 319, 10 ] ]
[ 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 4, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 3, 3, 3, 3, 3, 3, 3 ]
5e5229dc275e615279eac31304bff962f88fbb89bb2b422801f702147575ebc3
0000024545-19-000007_20190212x10k.pdf
141
186
595
842
1,025
1,025
sec_filings
financial_reports
11857
[ "In opposite, fulfilment of the mentioned requirement", "guarantees observance of the virial relations (see Ap-", "pendix) and consequently belonging of resulting equa-", "tions to the class of BBGKY hierarchies (since virial re-", "lations do follow already from most general properties of", "many-particle dynamics and Liouville equations [1–3]).", "In view of these facts, it seems impossible to accept", "the old idea that under the Boltzmann-Grad limit (BGL)", "the “hard-sphere BBGKY hierarchy” is equivalent to so-", "called “hard-sphere Boltzmann hierarchy” (see e.g. [24,", "28, 29, 31]). For our system it looks as", "With time, as was explained in Sec.3, also quite similar", "pre-collision correlations do arise, at", "u$_{j}$", "·", "ρ$_{j}$ <", "0", "and again", "at", "|", "u$_{j}$", "×", "ρ$_{j}$", "|", "/", "|", "u$_{j}$", "|", "< r$_{0}$", ", since statistical picture acquires", "more and more time-reversal symmetry.", "At the same time, at", "|", "u$_{j}$", "×", "ρ$_{j}$", "|", "/", "|", "u$_{j}$", "|", "> r$_{0}$", "there are al-", "most no reasons for correlations.", "Hence, in directions", "perpendicular to", "u$_{j}$", "all CFs become more and more", "sharp functions of", "ρ$_{j}$", ".", "At that.", "the integral value of", "correlation per one atom goes to zero", "∝", "πr", "2", "$_{0}$λ", "= 1", "/n", ".", "But this has no significance since correlations concentrate", "just where they are most effective. This is confirmed by", "the virial relations (7). The latter show also that really", "significant correlational characteristics are", "n", "$^{k}$C$_{k}$", "which", "turn under BGL into singular generalized functions.", "where there are no forbidden regions, that is", "ρ$_{j}$", "can take", "arbitrary values from the whole", "R", "$^{3}$, and the boundary", "conditions (19) at", "|", "ρ$_{j}$", "| →", "r$_{0}$", "→", "0", "are thrown, that is op-", "erators", "L", "0", "j", "are replaced by trivial translation operators,", "−", "(", "v$_{j}$", "−", "V", ")", "·", "∂/∂ρ$_{j}$", ".", "We have seen that the Boltzmann-Grad limit does not", "lead to any essential simplifications (and in this sense it", "does not exist).", "In particular, it does not lead to the", "mythologic Botzmannian kinetics with Boltzmann equa-", "tion, Boltzmann-Lorentz equation, etc.), except non-", "interesting spatially homogeneous case [39]. Physical and", "statistical reasons of this pleasant fact already were over", "and over again explained in [6–8] and earlier [12–17] and", "later [1, 3, 4, 19, 22, 40, 41]. The fact is pleasant because", "it shows once again that real many-particle dynamical", "chaos does not degenerates into miserable stochastics.", "This means that in corresponding equations for CFs", "any", "C$_{k}$", "is now connected to", "C$_{k}$$_{+1}$", "only, and not to", "C$_{k}$$_{−}$$_{1}$", ". Thus, these equations form", "two-diagonal", "hier-", "archy", "qualitatively different", "from the original one !", "As the result of such frivolity, these equations allow", "for factored solution with “propagation of chaos”, when", "F$_{k}$", "=", "F$_{0}$", "∏", "k", "j", "=1", "G$_{m}$", "(", "p$_{j}$", ") ,", "C$_{k}$", "= 0 at", "k >", "0", ". and", "F$_{0}$", "=", "C$_{0}$", "undergoes the “Boltzmann-Lorentz equation”.", "Evidently, this “Boltzmann hierarchy” contraries to", "the above emphasized requirement: it uses the boundary", "conditions to write “collision integrals” but neglects the", "same conditions in higher equations what determine the", "integrands (as if the latter took particles from a “parallel", "world”) ! As the consequence, the Boltzmann hierarchy", "does not satisfy the virial relations.", "Its wrong is clear", "already from observation that it results when one first", "damages Eqs.20 by replacing", "L", "0", "j", "with", "−", "(", "v$_{j}$", "−", "V", ")", "·", "∂/∂ρ$_{j}$", "and only after that goes to", "r$_{0}$", "= 0", "[37]. Therefore, it is", "not surprising that the famous Lanford’s attempt [24] to", "prove the mentioned idea was in fact unsuccessful [8, 38].", "Possible formal cause of this nonsuccess is very simple:", "the smaller is", "r$_{0}$", "the less smooth functions of", "ρ$_{j}$", "are all", "the CFs [3, 4], since conditions (19) ensure continuity and", "smoothness of the probability measures", "F$_{k}$", "along phase", "trajectories only but not in perpendicular dimensions.", "Indeed, let", "u$_{j}$", "·", "ρ$_{j}$ >", "0", ", that is BP and an atom scat-", "ter one from another.", "If at that", "r$_{0}$", "≪", "|", "ρ$_{j}$", "|", "≲", "λ", "and", "additionally", "|", "u$_{j}$", "×", "ρ$_{j}$", "|", "/", "|", "u$_{j}$", "|", "< r$_{0}$", "(where", "×", "denotes vec-", "tor product), i.e.", "vectors", "u$_{j}$", "and", "ρ$_{j}$", "are nearly paral-", "lel, then the particles form an", "out", "-state which (almost", "certainly) arose from their recent collision (especially if", "|", "ρ$_{j}$", "|", "≪", "λ", ").According to (13), post-collision correlations", "of any order between such particles inevitably take place,", "and by order of magnitude all they are equal to", "C$_{0}$", "=", "F$_{0}$", ".", "to the virial relations (6),", "∂C$_{k}$/∂n", "=", "∫", "k", "+1", "C$_{k}$$_{+1}$", ".", "Notice that this consideration is valid regardless of con-", "crete form of boundary conditions at", "|", "ρ$_{j}$", "|", "=", "r$_{0}$", ". There-", "fore, virial relations hold under replacement of the hard-", "sphere “mirror reflection” conditions (14) by some other", "rule. Correspondingly, equations (16) and (18) can be ex-", "tended to collision operators", "̂", "Γ", "with other “scattering", "laws” than (14).", "which are identical to the previous ones. Since, according", "to (5), initial conditions for", "C$_{k}$", "and", "˜", "C$_{k}$", "also are identical", "(all are zeros), we come to equalities", "C$_{k}$", "=", "˜", "C$_{k}$", ", that is", "to the virial relations (6),", "∂C$_{k}$/∂n", "=", "k", "+1", "C$_{k}$$_{+1}$", ".", "At the same time, differentiation of Eqs.16 in respect to", "the density produces for", "C$_{k}$", "=", "∂C$_{k}$/∂n", "equations", "Integration of (", "k", "+1)-th of Eqs.16 over", "p$_{k}$$_{+1}$", "and", "ρ$_{k}$$_{+1}$", "at", "|", "ρ$_{k}$$_{+1}$", "|", "> r$_{0}$", "yields for", "˜", "C$_{k}$", "=", "∫", "k", "$_{+1}$C$_{k}$$_{+1}$", ", in view of (5),", "equations", "∂F$_{k}$", "∂t", "=", "−", "V", "·", "∂F$_{k}$", "∂", "R", "−", "k", "∑", "j", "=1", "(", "v$_{j}$", "−", "V", ")", "·", "∂F$_{k}$", "∂ρ$_{j}$", "+", "+", "1", "πλ", "∫", "d", "p", "∫$_{(}$", "$^{V}$−v", ")", "·", "Ω", ">", "0", "d", "Ω ((", "V", "−", "v", ")", "·", "Ω)", "×", "(21)", "×", "[", "F$_{k}$$_{+1}$", "(", "ρ", "= 0", ",", "P", "$^{∗}$,", "p", "$^{∗}$)", "−", "F$_{k}$$_{+1}$", "(", "ρ", "= 0", ",", "P", ",", "p", ") ]", ",", "∂C$_{k}$", "∂t", "=", "−", "V", "·", "∂C$_{k}$", "∂", "R", "−", "k", "∑", "j", "=1", "u$_{j}$", "·", "∂C$_{k}$", "∂ρ$_{j}$", "−", "̂", "Γ", "C$_{k}$$_{+1}$", "−", "n", "̂", "Γ", "C$_{k}$$_{+1}$", "∂", "˜", "C$_{k}$", "∂t", "=", "−", "V", "·", "∂", "˜", "C$_{k}$", "∂", "R", "−", "k", "∑", "j", "=1", "u$_{j}$", "·", "∂", "˜", "C$_{k}$", "∂ρ$_{j}$", "−", "̂", "Γ", "C$_{k}$$_{+1}$", "−", "n", "̂", "Γ", "˜", "C$_{k}$$_{+1}$", "Appendix: Virial relations for hard-sphere system", "VI.", "CONCLUSION", "5" ]
[ [ 90, 70, 410, 86 ], [ 90, 70, 410, 86 ], [ 90, 70, 410, 86 ], [ 90, 70, 410, 86 ], [ 90, 70, 410, 86 ], [ 90, 70, 410, 86 ], [ 90, 159, 410, 72 ], [ 90, 159, 410, 72 ], [ 90, 159, 410, 72 ], [ 90, 159, 410, 72 ], [ 90, 159, 410, 72 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 70, 410, 57 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 530, 129, 410, 146 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 90, 355, 410, 72 ], [ 530, 339, 410, 161 ], [ 530, 339, 410, 161 ], [ 530, 339, 410, 161 ], [ 530, 339, 410, 161 ], [ 530, 339, 410, 161 ], [ 530, 339, 410, 161 ], [ 530, 339, 410, 161 ], [ 530, 339, 410, 161 ], [ 530, 339, 410, 161 ], [ 530, 339, 410, 161 ], [ 530, 339, 410, 161 ], [ 530, 339, 410, 161 ], [ 90, 429, 410, 57 ], [ 90, 429, 410, 57 ], [ 90, 429, 410, 57 ], [ 90, 429, 410, 57 ], [ 90, 429, 410, 57 ], [ 90, 429, 410, 57 ], [ 90, 429, 410, 57 ], [ 90, 429, 410, 57 ], [ 90, 429, 410, 57 ], [ 90, 429, 410, 57 ], [ 90, 429, 410, 57 ], [ 90, 429, 410, 57 ], [ 90, 429, 410, 57 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 489, 410, 61 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 550, 410, 175 ], [ 90, 729, 410, 72 ], [ 90, 729, 410, 72 ], [ 90, 729, 410, 72 ], [ 90, 729, 410, 72 ], [ 90, 729, 410, 72 ], [ 90, 729, 410, 72 ], [ 90, 729, 410, 72 ], [ 90, 729, 410, 72 ], [ 90, 729, 410, 72 ], [ 90, 729, 410, 72 ], [ 90, 729, 410, 72 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 90, 803, 410, 131 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 807, 410, 138 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 769, 410, 70 ], [ 530, 674, 410, 27 ], [ 530, 674, 410, 27 ], [ 530, 674, 410, 27 ], [ 530, 674, 410, 27 ], [ 530, 674, 410, 27 ], [ 530, 674, 410, 27 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 530, 563, 410, 53 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 99, 245, 401, 95 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 533, 716, 400, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 536, 621, 395, 50 ], [ 539, 531, 394, 10 ], [ 654, 307, 163, 10 ], [ 654, 307, 163, 10 ], [ 933, 37, 8, 12 ] ]
[ [ 107, 70, 393, 12 ], [ 90, 85, 410, 12 ], [ 90, 100, 410, 12 ], [ 90, 115, 410, 12 ], [ 90, 129, 410, 12 ], [ 90, 144, 400, 12 ], [ 107, 159, 393, 12 ], [ 90, 174, 410, 12 ], [ 90, 189, 410, 12 ], [ 90, 204, 410, 12 ], [ 90, 219, 283, 12 ], [ 530, 70, 410, 12 ], [ 530, 85, 258, 12 ], [ 795, 86, 16, 11 ], [ 813, 85, 4, 12 ], [ 818, 85, 33, 12 ], [ 856, 85, 6, 12 ], [ 876, 85, 65, 12 ], [ 530, 100, 14, 12 ], [ 554, 100, 4, 12 ], [ 559, 100, 16, 11 ], [ 581, 100, 12, 12 ], [ 598, 100, 14, 12 ], [ 613, 100, 4, 12 ], [ 618, 100, 8, 12 ], [ 627, 100, 4, 12 ], [ 631, 100, 16, 11 ], [ 649, 100, 4, 12 ], [ 659, 100, 32, 12 ], [ 695, 100, 245, 12 ], [ 530, 115, 291, 12 ], [ 547, 129, 152, 12 ], [ 708, 129, 4, 12 ], [ 712, 130, 16, 11 ], [ 734, 129, 12, 12 ], [ 751, 129, 14, 12 ], [ 766, 129, 4, 12 ], [ 771, 129, 8, 12 ], [ 779, 129, 4, 12 ], [ 784, 130, 16, 11 ], [ 801, 129, 4, 12 ], [ 811, 129, 31, 12 ], [ 852, 129, 89, 12 ], [ 530, 144, 247, 12 ], [ 791, 144, 149, 12 ], [ 530, 159, 123, 12 ], [ 666, 160, 16, 11 ], [ 695, 159, 245, 12 ], [ 530, 174, 135, 12 ], [ 676, 174, 14, 12 ], [ 695, 174, 4, 12 ], [ 713, 174, 61, 12 ], [ 788, 174, 152, 12 ], [ 530, 189, 282, 12 ], [ 823, 189, 12, 12 ], [ 844, 189, 17, 12 ], [ 862, 187, 6, 9 ], [ 861, 189, 17, 12 ], [ 886, 189, 28, 12 ], [ 915, 189, 18, 12 ], [ 936, 189, 4, 12 ], [ 530, 204, 410, 12 ], [ 530, 218, 410, 12 ], [ 530, 233, 410, 12 ], [ 530, 248, 311, 12 ], [ 851, 248, 10, 12 ], [ 861, 248, 27, 12 ], [ 899, 248, 42, 12 ], [ 530, 263, 379, 12 ], [ 90, 355, 319, 12 ], [ 417, 355, 14, 12 ], [ 440, 355, 60, 12 ], [ 90, 369, 234, 12 ], [ 334, 370, 12, 11 ], [ 346, 369, 154, 12 ], [ 90, 384, 129, 12 ], [ 227, 384, 4, 12 ], [ 232, 384, 14, 12 ], [ 248, 384, 25, 12 ], [ 278, 384, 14, 12 ], [ 298, 384, 16, 12 ], [ 319, 384, 6, 12 ], [ 339, 384, 161, 12 ], [ 90, 399, 50, 12 ], [ 149, 400, 11, 11 ], [ 160, 397, 6, 9 ], [ 160, 405, 5, 9 ], [ 176, 399, 324, 12 ], [ 90, 414, 12, 12 ], [ 103, 414, 6, 12 ], [ 109, 415, 15, 11 ], [ 130, 414, 12, 12 ], [ 147, 415, 14, 11 ], [ 162, 414, 6, 12 ], [ 172, 414, 4, 12 ], [ 183, 414, 42, 12 ], [ 229, 414, 4, 12 ], [ 547, 339, 393, 12 ], [ 530, 354, 410, 12 ], [ 530, 368, 116, 12 ], [ 661, 368, 280, 12 ], [ 530, 383, 410, 12 ], [ 530, 398, 410, 12 ], [ 530, 413, 410, 12 ], [ 530, 428, 410, 12 ], [ 530, 443, 410, 12 ], [ 530, 457, 410, 12 ], [ 530, 472, 410, 12 ], [ 530, 487, 393, 12 ], [ 107, 429, 393, 12 ], [ 90, 444, 26, 12 ], [ 128, 444, 18, 12 ], [ 159, 444, 153, 12 ], [ 324, 444, 35, 12 ], [ 373, 444, 127, 12 ], [ 90, 459, 36, 12 ], [ 130, 459, 217, 12 ], [ 354, 459, 106, 11 ], [ 467, 459, 33, 12 ], [ 90, 474, 39, 12 ], [ 135, 474, 180, 11 ], [ 321, 474, 160, 12 ], [ 107, 489, 394, 12 ], [ 90, 504, 410, 12 ], [ 90, 520, 17, 12 ], [ 113, 520, 12, 12 ], [ 131, 520, 17, 12 ], [ 152, 511, 15, 40 ], [ 168, 517, 7, 9 ], [ 168, 527, 5, 9 ], [ 174, 527, 16, 9 ], [ 195, 520, 24, 12 ], [ 220, 520, 6, 12 ], [ 227, 521, 16, 11 ], [ 244, 520, 13, 12 ], [ 268, 520, 18, 12 ], [ 293, 520, 47, 12 ], [ 347, 520, 26, 12 ], [ 379, 520, 5, 12 ], [ 397, 520, 34, 12 ], [ 438, 520, 17, 12 ], [ 461, 520, 12, 12 ], [ 478, 520, 18, 12 ], [ 90, 535, 337, 12 ], [ 107, 550, 393, 12 ], [ 90, 565, 410, 12 ], [ 90, 580, 410, 12 ], [ 90, 595, 410, 12 ], [ 90, 610, 410, 12 ], [ 90, 624, 410, 12 ], [ 90, 639, 267, 12 ], [ 369, 639, 131, 12 ], [ 90, 654, 410, 12 ], [ 90, 669, 206, 12 ], [ 303, 669, 11, 11 ], [ 315, 667, 6, 9 ], [ 315, 675, 5, 9 ], [ 329, 669, 32, 12 ], [ 372, 669, 12, 12 ], [ 385, 669, 6, 12 ], [ 391, 669, 15, 11 ], [ 409, 669, 12, 12 ], [ 423, 669, 14, 11 ], [ 438, 669, 6, 12 ], [ 445, 669, 4, 12 ], [ 454, 669, 42, 12 ], [ 90, 684, 197, 12 ], [ 296, 684, 14, 12 ], [ 316, 684, 26, 12 ], [ 353, 684, 147, 12 ], [ 90, 698, 410, 12 ], [ 90, 713, 410, 12 ], [ 107, 729, 393, 12 ], [ 90, 743, 97, 12 ], [ 196, 743, 14, 12 ], [ 219, 743, 203, 12 ], [ 431, 743, 14, 12 ], [ 455, 743, 45, 12 ], [ 90, 758, 410, 12 ], [ 90, 773, 288, 12 ], [ 387, 773, 17, 12 ], [ 415, 773, 85, 12 ], [ 90, 788, 394, 12 ], [ 107, 803, 77, 12 ], [ 193, 804, 16, 11 ], [ 215, 803, 4, 12 ], [ 223, 803, 33, 12 ], [ 262, 803, 6, 12 ], [ 281, 803, 219, 12 ], [ 90, 818, 162, 12 ], [ 266, 818, 71, 12 ], [ 349, 818, 14, 12 ], [ 372, 818, 16, 12 ], [ 396, 818, 4, 12 ], [ 401, 818, 14, 12 ], [ 417, 818, 4, 12 ], [ 429, 818, 12, 12 ], [ 450, 818, 9, 12 ], [ 474, 818, 26, 12 ], [ 90, 833, 86, 12 ], [ 188, 833, 4, 12 ], [ 192, 833, 16, 11 ], [ 213, 833, 12, 12 ], [ 229, 833, 14, 12 ], [ 245, 833, 4, 12 ], [ 250, 833, 8, 12 ], [ 258, 833, 4, 12 ], [ 263, 833, 16, 11 ], [ 280, 833, 4, 12 ], [ 290, 833, 31, 12 ], [ 333, 833, 49, 12 ], [ 390, 833, 12, 12 ], [ 412, 833, 88, 12 ], [ 90, 848, 125, 12 ], [ 226, 848, 51, 12 ], [ 287, 848, 16, 11 ], [ 315, 848, 26, 12 ], [ 351, 848, 14, 12 ], [ 377, 848, 124, 12 ], [ 90, 862, 225, 12 ], [ 322, 864, 23, 10 ], [ 348, 862, 152, 12 ], [ 90, 877, 410, 12 ], [ 90, 892, 4, 12 ], [ 95, 892, 14, 12 ], [ 110, 892, 4, 12 ], [ 122, 892, 16, 12 ], [ 146, 892, 9, 12 ], [ 158, 892, 342, 12 ], [ 90, 907, 410, 12 ], [ 90, 922, 336, 12 ], [ 433, 922, 18, 12 ], [ 457, 922, 12, 12 ], [ 475, 922, 17, 12 ], [ 496, 922, 4, 12 ], [ 530, 818, 185, 12 ], [ 728, 818, 58, 12 ], [ 793, 818, 12, 12 ], [ 811, 807, 7, 40 ], [ 818, 825, 7, 9 ], [ 826, 825, 16, 9 ], [ 846, 818, 35, 12 ], [ 886, 818, 4, 12 ], [ 547, 833, 393, 12 ], [ 530, 847, 272, 12 ], [ 812, 847, 4, 12 ], [ 816, 847, 14, 12 ], [ 832, 847, 4, 12 ], [ 842, 847, 12, 12 ], [ 861, 847, 14, 12 ], [ 879, 847, 62, 12 ], [ 530, 862, 410, 12 ], [ 530, 877, 410, 12 ], [ 530, 892, 410, 12 ], [ 530, 909, 211, 12 ], [ 755, 906, 9, 40 ], [ 754, 909, 10, 12 ], [ 777, 909, 164, 12 ], [ 530, 924, 118, 12 ], [ 530, 769, 410, 12 ], [ 530, 786, 194, 12 ], [ 732, 786, 20, 12 ], [ 760, 786, 26, 12 ], [ 797, 783, 9, 40 ], [ 794, 786, 18, 12 ], [ 821, 786, 119, 12 ], [ 530, 803, 272, 12 ], [ 812, 803, 20, 12 ], [ 839, 803, 12, 12 ], [ 862, 800, 9, 40 ], [ 858, 803, 18, 12 ], [ 881, 803, 59, 12 ], [ 530, 818, 185, 12 ], [ 728, 818, 58, 12 ], [ 793, 818, 12, 12 ], [ 818, 825, 7, 9 ], [ 826, 825, 16, 9 ], [ 846, 818, 35, 12 ], [ 886, 818, 4, 12 ], [ 530, 674, 410, 12 ], [ 530, 689, 176, 12 ], [ 715, 689, 20, 12 ], [ 741, 689, 12, 12 ], [ 759, 689, 58, 12 ], [ 828, 689, 69, 12 ], [ 547, 563, 111, 12 ], [ 659, 563, 8, 12 ], [ 668, 563, 153, 12 ], [ 828, 564, 34, 11 ], [ 871, 563, 26, 12 ], [ 904, 563, 32, 12 ], [ 530, 580, 14, 12 ], [ 552, 580, 4, 12 ], [ 557, 580, 32, 12 ], [ 591, 580, 4, 12 ], [ 600, 580, 31, 12 ], [ 642, 580, 65, 12 ], [ 718, 577, 9, 40 ], [ 715, 580, 18, 12 ], [ 740, 580, 12, 12 ], [ 757, 570, 7, 40 ], [ 765, 587, 7, 9 ], [ 772, 580, 56, 12 ], [ 833, 580, 107, 12 ], [ 530, 595, 69, 12 ], [ 99, 250, 27, 12 ], [ 106, 267, 15, 12 ], [ 135, 259, 12, 12 ], [ 152, 259, 12, 12 ], [ 166, 259, 14, 11 ], [ 181, 259, 4, 12 ], [ 189, 250, 27, 12 ], [ 191, 267, 8, 12 ], [ 201, 268, 14, 11 ], [ 223, 259, 12, 12 ], [ 249, 245, 7, 9 ], [ 240, 246, 24, 40 ], [ 240, 277, 5, 9 ], [ 248, 277, 16, 9 ], [ 268, 259, 6, 12 ], [ 274, 259, 15, 11 ], [ 295, 259, 12, 12 ], [ 312, 259, 14, 11 ], [ 327, 259, 6, 12 ], [ 337, 259, 4, 12 ], [ 345, 250, 27, 12 ], [ 346, 267, 24, 12 ], [ 385, 259, 12, 12 ], [ 119, 300, 12, 12 ], [ 143, 291, 8, 12 ], [ 137, 308, 19, 12 ], [ 161, 282, 9, 40 ], [ 181, 300, 8, 12 ], [ 190, 300, 10, 11 ], [ 203, 282, 14, 40 ], [ 218, 316, 29, 7 ], [ 248, 314, 5, 9 ], [ 253, 316, 3, 7 ], [ 257, 314, 9, 9 ], [ 266, 314, 10, 9 ], [ 279, 314, 6, 9 ], [ 290, 300, 8, 12 ], [ 298, 300, 33, 12 ], [ 331, 300, 14, 11 ], [ 350, 300, 12, 12 ], [ 367, 300, 10, 11 ], [ 377, 300, 6, 12 ], [ 387, 300, 4, 12 ], [ 396, 300, 18, 12 ], [ 421, 300, 12, 12 ], [ 471, 300, 29, 12 ], [ 155, 328, 12, 12 ], [ 171, 328, 4, 12 ], [ 178, 328, 34, 12 ], [ 214, 328, 6, 12 ], [ 220, 328, 8, 12 ], [ 234, 328, 25, 12 ], [ 262, 328, 4, 12 ], [ 270, 329, 13, 11 ], [ 283, 328, 12, 12 ], [ 298, 329, 10, 11 ], [ 309, 328, 14, 12 ], [ 326, 328, 12, 12 ], [ 343, 328, 34, 12 ], [ 379, 328, 6, 12 ], [ 385, 328, 8, 12 ], [ 399, 328, 26, 12 ], [ 428, 328, 4, 12 ], [ 435, 329, 13, 11 ], [ 448, 328, 4, 12 ], [ 456, 329, 10, 11 ], [ 466, 328, 13, 12 ], [ 488, 328, 4, 12 ], [ 533, 720, 30, 12 ], [ 541, 738, 15, 12 ], [ 571, 729, 12, 12 ], [ 588, 729, 12, 12 ], [ 601, 730, 14, 11 ], [ 617, 729, 4, 12 ], [ 625, 720, 30, 12 ], [ 628, 738, 8, 12 ], [ 638, 739, 14, 11 ], [ 662, 729, 12, 12 ], [ 687, 716, 7, 9 ], [ 679, 717, 24, 40 ], [ 678, 747, 5, 9 ], [ 687, 747, 16, 9 ], [ 709, 730, 16, 11 ], [ 730, 729, 4, 12 ], [ 738, 720, 30, 12 ], [ 741, 738, 24, 12 ], [ 778, 729, 12, 12 ], [ 798, 726, 9, 40 ], [ 797, 729, 10, 12 ], [ 810, 729, 35, 12 ], [ 851, 729, 12, 12 ], [ 871, 729, 10, 12 ], [ 884, 726, 9, 40 ], [ 883, 729, 10, 12 ], [ 896, 729, 37, 12 ], [ 536, 625, 8, 12 ], [ 549, 622, 9, 40 ], [ 545, 625, 18, 12 ], [ 543, 643, 15, 12 ], [ 572, 634, 12, 12 ], [ 590, 634, 12, 12 ], [ 603, 635, 14, 11 ], [ 618, 634, 4, 12 ], [ 626, 625, 8, 12 ], [ 639, 622, 9, 40 ], [ 636, 625, 18, 12 ], [ 629, 643, 8, 12 ], [ 639, 644, 14, 11 ], [ 662, 634, 12, 12 ], [ 687, 621, 7, 9 ], [ 679, 622, 24, 40 ], [ 678, 652, 5, 9 ], [ 687, 652, 16, 9 ], [ 709, 635, 16, 11 ], [ 730, 634, 4, 12 ], [ 738, 625, 8, 12 ], [ 751, 622, 9, 40 ], [ 748, 625, 18, 12 ], [ 740, 643, 24, 12 ], [ 776, 634, 12, 12 ], [ 797, 631, 9, 40 ], [ 796, 634, 10, 12 ], [ 809, 634, 35, 12 ], [ 850, 634, 12, 12 ], [ 869, 634, 10, 12 ], [ 883, 631, 9, 40 ], [ 882, 634, 10, 12 ], [ 899, 631, 9, 40 ], [ 895, 634, 35, 12 ], [ 539, 531, 394, 10 ], [ 654, 307, 25, 10 ], [ 696, 307, 120, 10 ], [ 933, 37, 8, 12 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 7, 7, 7, 5 ]
597cc4175abe5c6804d515fec470e37a925ccd90cfc48a4996f040f6083b43d6
1001.1558.pdf
4
6
612
792
1,025
1,025
arxiv_two_columns
scientific_articles
11858
[ "S T A T U T O R Y", "I", "N S T R U M E N T S", "2021 No. 535 ", "INFRASTRUCTURE PLANNING ", "The Rampion Offshore Wind Farm (Amendment) Order 2021 ", "Made", "-", "-", "-", "-", "29th April 2021 ", "Coming into force", "-", "-", "30th April 2021 ", "An application has been made, under paragraph 2 of Schedule 6 to the Planning Act 2008(", "a", "), to ", "the Secretary of State in accordance with Part 1 of the Infrastructure Planning (Changes to, and ", "Revocation of, Development Consent Orders) Regulations 2011(", "b", ") (the “2011 Regulations”) for a ", "non-material change to the Rampion Offshore Wind Farm Order 2014 (the “2014 Order”)(", "c", "). ", "The Secretary of State, having considered the application, the responses to the publicity and the ", "consultation required by Regulations 6 and 7 of the 2011 Regulations, has decided to make this ", "Order amending the 2014 Order. ", "Accordingly, the Secretary of State, in exercise of the powers in paragraph 2 of Schedule 6 to the ", "Planning Act 2008, makes the following Order— ", "1.", " This Order may be cited as the Rampion Offshore Wind Farm (Amendment) Order 2021 and ", "comes into force on 30th April 2021. ", "2.", " The Rampion Offshore Wind Farm Order 2014 is amended in accordance with this Order. ", "3.", " In Article 2, after the definition of “requirements” insert— ", "““revised footpath stopping up and diversion plan” means the plan dated 14 October ", "2020 and certified as the revised footpath stopping up and diversion plan by the ", "Secretary of State for the purposes of this Order;”. ", "4.", " Article 17 (Public rights of way) is amended as follows— ", "Amendment to Article 17 ", "Amendment to Article 2 (Interpretation) ", "Amendment to the Rampion Offshore Wind Farm Order 2014 ", "Citation and commencement ", "(", "a", ") 2008 c.29. Paragraph 2 as amended by Paragraph 4 of Schedule 8 to the Marine and Coastal Access Act 2009 (c.23) by ", "paragraphs 1 and 72 of Schedule 13 to the Localism Act 2011 (c.20), and by section 28 of the Infrastructure Act 2015 (c.7).", "There are other amendments to the Act that are not relevant to this Order. ", "(", "b", ") S.I. 2011/2055, as amended by S.I. 2012/635, S.I. 2012/2654, S.I. 2012/2732, S.I. 2013/522, S.I. 2013/755, S.I. 2015/760, ", "S.I. 2017/314, S.I. 2017/524, S.I. 2018/378, S.I. 2019/734 and S.I. 2020/764. ", "(", "c", ") ", "S.I. 2014/1873 as amended by S.I. 2015/1319. " ]
[ [ 320, 101, 378, 12 ], [ 320, 101, 378, 12 ], [ 320, 101, 378, 12 ], [ 437, 158, 157, 17 ], [ 307, 200, 418, 17 ], [ 172, 241, 688, 17 ], [ 286, 297, 460, 39 ], [ 286, 297, 460, 39 ], [ 286, 297, 460, 39 ], [ 286, 297, 460, 39 ], [ 286, 297, 460, 39 ], [ 286, 297, 460, 39 ], [ 286, 297, 460, 39 ], [ 286, 297, 460, 39 ], [ 286, 297, 460, 39 ], [ 286, 297, 460, 39 ], [ 154, 360, 720, 55 ], [ 154, 360, 720, 55 ], [ 154, 360, 720, 55 ], [ 154, 360, 720, 55 ], [ 154, 360, 720, 55 ], [ 154, 360, 720, 55 ], [ 154, 360, 720, 55 ], [ 154, 360, 720, 55 ], [ 154, 360, 720, 55 ], [ 154, 360, 720, 55 ], [ 154, 441, 720, 41 ], [ 154, 441, 720, 41 ], [ 154, 441, 720, 41 ], [ 154, 507, 720, 26 ], [ 154, 507, 720, 26 ], [ 154, 580, 720, 26 ], [ 154, 580, 720, 26 ], [ 154, 580, 720, 26 ], [ 169, 653, 674, 11 ], [ 169, 653, 674, 11 ], [ 169, 712, 446, 11 ], [ 169, 712, 446, 11 ], [ 232, 732, 642, 41 ], [ 232, 732, 642, 41 ], [ 232, 732, 642, 41 ], [ 169, 819, 441, 11 ], [ 169, 819, 441, 11 ], [ 154, 795, 199, 11 ], [ 154, 688, 318, 11 ], [ 154, 629, 486, 11 ], [ 154, 556, 226, 11 ], [ 154, 856, 719, 30 ], [ 154, 856, 719, 30 ], [ 154, 856, 719, 30 ], [ 154, 856, 719, 30 ], [ 154, 856, 719, 30 ], [ 154, 889, 719, 19 ], [ 154, 889, 719, 19 ], [ 154, 889, 719, 19 ], [ 154, 889, 719, 19 ], [ 154, 911, 288, 8 ], [ 154, 911, 288, 8 ], [ 154, 911, 288, 8 ], [ 154, 911, 288, 8 ] ]
[ [ 320, 101, 165, 12 ], [ 501, 101, 6, 12 ], [ 513, 101, 185, 12 ], [ 437, 158, 157, 17 ], [ 307, 200, 418, 17 ], [ 172, 241, 688, 17 ], [ 287, 299, 41, 11 ], [ 364, 299, 6, 11 ], [ 398, 299, 6, 11 ], [ 433, 299, 6, 11 ], [ 467, 299, 6, 11 ], [ 626, 299, 119, 11 ], [ 287, 323, 131, 11 ], [ 433, 323, 6, 11 ], [ 467, 323, 6, 11 ], [ 626, 323, 119, 11 ], [ 154, 360, 676, 11 ], [ 831, 360, 9, 11 ], [ 840, 360, 34, 11 ], [ 154, 375, 720, 11 ], [ 154, 389, 473, 11 ], [ 627, 389, 10, 11 ], [ 637, 389, 237, 11 ], [ 154, 404, 655, 11 ], [ 810, 404, 8, 11 ], [ 818, 404, 15, 11 ], [ 154, 441, 720, 11 ], [ 154, 455, 720, 11 ], [ 154, 470, 241, 11 ], [ 154, 507, 720, 11 ], [ 154, 521, 361, 11 ], [ 169, 580, 13, 11 ], [ 182, 580, 692, 11 ], [ 154, 595, 272, 11 ], [ 169, 653, 13, 11 ], [ 182, 653, 661, 11 ], [ 169, 712, 13, 11 ], [ 182, 712, 433, 11 ], [ 232, 732, 642, 11 ], [ 232, 746, 642, 11 ], [ 232, 761, 368, 11 ], [ 169, 819, 13, 11 ], [ 182, 820, 427, 11 ], [ 154, 795, 199, 11 ], [ 154, 688, 318, 11 ], [ 154, 629, 486, 11 ], [ 154, 556, 226, 11 ], [ 154, 856, 4, 8 ], [ 159, 856, 6, 8 ], [ 166, 856, 707, 8 ], [ 184, 867, 686, 8 ], [ 184, 878, 408, 8 ], [ 154, 889, 4, 8 ], [ 159, 889, 7, 8 ], [ 167, 889, 707, 8 ], [ 184, 900, 427, 8 ], [ 154, 911, 4, 8 ], [ 159, 911, 6, 8 ], [ 165, 911, 8, 8 ], [ 184, 911, 258, 8 ] ]
[ 5, 5, 5, 10, 10, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 7, 7, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
499b7aecc414016f1f441a1a228fe926151f05ff9938360ac77b018bb465d46b
uksi_20210535_en.pdf
0
4
595
842
1,025
1,025
gb_laws
laws_and_regulations
11859
[ "EP 3 800 016 A1", "FIG. 2", "10", "Shaving resistance (gf)", "a", "200", "—— Comparative Example 1", "—— Example", "C)5.9 gf", "400", "600", "800", "Cutting distance (um)" ]
[ [ 459, 53, 131, 16 ], [ 466, 705, 113, 20 ], [ 516, 977, 16, 14 ], [ 154, 250, 741, 422 ], [ 154, 250, 741, 422 ], [ 154, 250, 741, 422 ], [ 154, 250, 741, 422 ], [ 154, 250, 741, 422 ], [ 154, 250, 741, 422 ], [ 154, 250, 741, 422 ], [ 154, 250, 741, 422 ], [ 154, 250, 741, 422 ], [ 154, 250, 741, 422 ] ]
[ [ 459, 53, 131, 16 ], [ 466, 705, 113, 20 ], [ 516, 977, 16, 14 ], [ 159, 363, 19, 155 ], [ 217, 582, 62, 18 ], [ 283, 614, 33, 12 ], [ 588, 251, 267, 14 ], [ 586, 278, 129, 21 ], [ 770, 278, 85, 21 ], [ 451, 614, 33, 12 ], [ 620, 614, 33, 12 ], [ 789, 614, 33, 12 ], [ 458, 657, 189, 15 ] ]
[ 5, 0, 4, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6 ]
cb75cf8f4381286382e78f621e517dca704067ff599d6bfbe1996afd5ac4ac07
EP3800016A1.pdf
9
14
595
842
1,025
1,025
patents_ep
patents
11860
[ "By starting the Migration Advisor Wizard for the code that is shown in Example 7-3 on ", "page 168, two options become available, as shown in Figure 7-2.", "Figure 7-2", "Migration Wizard enables porting code from different architectures and endianness", "Chapter 7. Compilation, execution, and application development ", "171" ]
[ [ 229, 92, 637, 27 ], [ 229, 92, 637, 27 ], [ 229, 614, 631, 11 ], [ 229, 614, 631, 11 ], [ 436, 976, 479, 11 ], [ 436, 976, 479, 11 ] ]
[ [ 229, 92, 637, 11 ], [ 229, 108, 482, 11 ], [ 229, 614, 68, 11 ], [ 310, 614, 550, 11 ], [ 436, 977, 430, 10 ], [ 888, 976, 28, 11 ] ]
[ 9, 9, 0, 0, 4, 4 ]
9bb48d89f661ebb2f495fdb9dd2c64276d35d768acf3d5703d4527c630cd3e85
sg248422.pdf
188
352
612
792
1,025
1,025
redbooks
manuals
11861
[ "At year-end, capital levels for the Bancorp and the Bank", "were essentially the same. Actual capital levels (in millions),", "minimum required levels and levels needed to be classified as", "well capitalized for the Bancorp are summarized below:", "Minimum", "Required To Be", "Well Capitalized", "Minimum Required ", "Under Prompt", "for Capital", "Corrective", "Actual", "Adequacy Purposes", "Action Regulations", "_______________", "_______________", "_____________", "(Dollars in millions)", "Amount", "Ratio", "Amount", "Ratio", "Amount", "Ratio", "_______", "______", "______", "_____", "______", "_____", "2010", "Total capital to ", "risk-weighted assets...............", "$61.5", "12.9%", "$38.0", "8.0%", "$47.6", "10.0%", "Tier 1 capital to ", "risk-weighted assets...............", "$55.5", "11.7%", "$19.0", "4.0%", "$28.5", "6.0%", "Tier 1 capital to ", "adjusted average assets...........", "$55.5", "8.5%", "$19.5", "3.0%", "$32.6", "5.0%", "2009", "Total capital to ", "risk-weighted assets...............", "$58.7", "11.5%", "$40.8", "8.0%", "$51.0", "10.0%", "Tier 1 capital to ", "risk-weighted assets...............", "$52.6", "10.3%", "$20.4", "4.0%", "$30.6", "6.0%", "Tier 1 capital to ", "adjusted average assets...........", "$52.6", "7.8%", "$20.1", "3.0%", "$33.5", "5.0%", "The Bancorp’s ability to pay dividends is entirely", "dependent upon the Bank’s ability to pay dividends to the", "Bancorp. The FDIC and the Federal Reserve Board may", "prohibit the payment of dividends if it determines that the", "payment of dividends would constitute an unsafe or", "unsound practice in light of the financial condition of the", "Bank.", "During the second quarter of 2010, the Federal", "Reserve Bank of Chicago (the Reserve Bank) notified the", "Bancorp’s management that future shareholder dividend", "payments would require Reserve Bank permission in accor-", "dance with Supervisory Letter 09-4. The Reserve Bank’s", "requirement to approve future dividend payments was a", "result of the Bancorp’s $1,400,000 net loss recorded during", "the third quarter of 2009.", "During the third quarter of 2010,", "the FDIC notified the Bancorp’s management that dividend", "payments from the Bank to the Bancorp would require prior", "approval from the FDIC.", "The FDIC’s requirement to", "approve future dividend payments from the Bank to the", "Bancorp was a result of the Bank’s elevated level of substan-", "dard assets. Moreover, pursuant to a resolution adopted by", "the Bank’s Board of Directors adopted at the direction of ", "the Indiana Department of Financial Institutions (DFI) ", "and the FDIC, the Bank must obtain the consent of the ", "DFI and FDIC prior to any declaration of dividends. A", "similar resolution requiring prior written approval by the", "Federal Reserve Bank of Chicago of Bancorp dividends was", "adopted by the Bancorp’s Board of Directors on January 28,", "2011. On December 17, 2010, the Bancorp announced that", "the Board of Directors of the Bancorp declared a fourth", "quarter dividend of $0.15 per share. The Bancorp’s fourth", "quarter dividend was paid to shareholders on January 4,", "2011. During December 2010, the Reserve Bank, the ", "DFI, and the FDIC approved the fourth quarter dividend", "payments. The current dividend policy is reflective of the", "Bancorp Board’s commitment that the shareholder’s long", "term interests are best served through the preservation of", "capital in the current stressed economic environment. ", "36", "Under Indiana law, the Bank may pay dividends of ", "so much of its undivided profits (generally, earnings less", "losses, bad debts, taxes and other operating expenses) as is", "considered expedient by the Bank’s Board of Directors.", "However, the Bank must obtain the approval of the DFI ", "for the payment of a dividend if the total of all dividends", "declared by the Bank during the current year, including ", "the proposed dividend, would exceed the sum of retained", "net income for the year-to-date plus its retained net income", "for the previous two years. For this purpose, “retained net", "income” means net income as calculated for call report", "purposes, less all dividends declared for the applicable", "period. Moreover, the FDIC and the Reserve Bank may", "prohibit the payment of dividends if it determines that ", "the payment of dividends would constitute an unsafe or", "unsound practice because of the financial condition of the", "Bancorp. The maximum aggregate amount of dividends,", "subject to regulatory approval, which may be declared by the", "Bank in 2011 approximates $3,657,000 plus current 2011", "net profits. ", "NOTE 12 - Stock Based Compensation", "The Bancorp’s 2004 Stock Option Plan (the Plan),", "which is stockholder-approved, permits the grant of share", "options to its employees for up to 250,000 shares of", "common stock. Awards granted under the Plan may be in", "the form of incentive stock options, non-incentive stock", "options, or restricted stock. The purposes of the Plan are to", "attract and retain the best available personnel, to provide", "additional incentives for all employees and to encourage", "their continued employment by facilitating employees’", "purchases of an equity interest in the Bancorp. Option", "awards are generally granted with an exercise price equal to", "the market price of the Bancorp’s common stock at the date", "of grant; those option awards have five year vesting periods", "and have 10-year contractual terms. Total compensation", "cost that has been charged against income for incentive stock", "options was $1,000 for 2010 and 2009. ", "The fair value of each incentive stock option award is", "estimated on the date of grant using a closed form option", "valuation (Black-Scholes) model. Expected volatilities are", "based on historical volatilities of the Company’s common", "stock. No incentive stock options were granted during 2010", "or 2009. The Company uses historical data to estimate", "option exercise and post-vesting termination behavior. The", "expected term of options granted is based on historical data", "and represents the period of time that options granted are", "expected to be outstanding, which takes into account that", "the options are not transferable. The risk-free interest rate", "for the expected term of the option is based on the U.S.", "Treasury yield curve in effect at the time of the grant." ]
[ [ 152, 117, 392, 55 ], [ 152, 117, 392, 55 ], [ 152, 117, 392, 55 ], [ 152, 117, 392, 55 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 151, 179, 398, 261 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 152, 456, 395, 525 ], [ 150, 994, 16, 12 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 116, 394, 283 ], [ 589, 414, 285, 13 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 429, 395, 226 ], [ 589, 657, 390, 183 ], [ 589, 657, 390, 183 ], [ 589, 657, 390, 183 ], [ 589, 657, 390, 183 ], [ 589, 657, 390, 183 ], [ 589, 657, 390, 183 ], [ 589, 657, 390, 183 ], [ 589, 657, 390, 183 ], [ 589, 657, 390, 183 ], [ 589, 657, 390, 183 ], [ 589, 657, 390, 183 ], [ 589, 657, 390, 183 ], [ 589, 657, 390, 183 ] ]
[ [ 182, 117, 361, 12 ], [ 152, 131, 383, 12 ], [ 152, 145, 392, 12 ], [ 152, 159, 356, 12 ], [ 489, 179, 41, 10 ], [ 479, 190, 62, 10 ], [ 476, 200, 67, 10 ], [ 384, 210, 82, 10 ], [ 481, 210, 57, 10 ], [ 402, 221, 43, 10 ], [ 490, 221, 40, 10 ], [ 320, 231, 25, 10 ], [ 388, 231, 73, 10 ], [ 475, 231, 70, 10 ], [ 289, 232, 80, 10 ], [ 382, 232, 80, 10 ], [ 477, 232, 69, 10 ], [ 152, 247, 80, 10 ], [ 295, 247, 32, 10 ], [ 344, 247, 21, 10 ], [ 384, 247, 32, 10 ], [ 433, 247, 21, 10 ], [ 474, 247, 32, 10 ], [ 521, 247, 21, 10 ], [ 289, 248, 37, 10 ], [ 337, 248, 32, 10 ], [ 384, 248, 32, 10 ], [ 430, 248, 26, 10 ], [ 474, 248, 32, 10 ], [ 520, 248, 26, 10 ], [ 152, 261, 21, 10 ], [ 152, 274, 66, 10 ], [ 157, 287, 122, 10 ], [ 298, 287, 24, 10 ], [ 340, 287, 27, 10 ], [ 389, 287, 24, 10 ], [ 435, 287, 22, 10 ], [ 479, 287, 24, 10 ], [ 519, 287, 27, 10 ], [ 152, 300, 69, 10 ], [ 157, 313, 122, 10 ], [ 298, 313, 24, 10 ], [ 340, 313, 27, 10 ], [ 389, 313, 24, 10 ], [ 435, 313, 22, 10 ], [ 479, 313, 24, 10 ], [ 525, 313, 22, 10 ], [ 152, 326, 69, 10 ], [ 157, 338, 122, 10 ], [ 298, 338, 24, 10 ], [ 345, 338, 22, 10 ], [ 389, 338, 24, 10 ], [ 435, 338, 22, 10 ], [ 479, 338, 24, 10 ], [ 525, 338, 22, 10 ], [ 152, 351, 21, 10 ], [ 152, 364, 66, 10 ], [ 157, 377, 122, 10 ], [ 298, 377, 24, 10 ], [ 340, 377, 27, 10 ], [ 389, 377, 24, 10 ], [ 435, 377, 22, 10 ], [ 479, 377, 24, 10 ], [ 519, 377, 27, 10 ], [ 152, 390, 69, 10 ], [ 157, 403, 122, 10 ], [ 298, 403, 24, 10 ], [ 340, 403, 27, 10 ], [ 389, 403, 24, 10 ], [ 435, 403, 22, 10 ], [ 479, 403, 24, 10 ], [ 525, 403, 22, 10 ], [ 152, 416, 69, 10 ], [ 157, 429, 122, 10 ], [ 298, 429, 24, 10 ], [ 345, 429, 22, 10 ], [ 389, 429, 24, 10 ], [ 435, 429, 22, 10 ], [ 479, 429, 24, 10 ], [ 525, 429, 22, 10 ], [ 182, 456, 318, 12 ], [ 152, 470, 377, 12 ], [ 152, 484, 367, 12 ], [ 152, 498, 380, 12 ], [ 152, 513, 337, 12 ], [ 152, 527, 374, 12 ], [ 152, 541, 31, 12 ], [ 195, 541, 311, 12 ], [ 152, 555, 369, 12 ], [ 152, 570, 366, 12 ], [ 152, 584, 384, 12 ], [ 152, 598, 364, 12 ], [ 152, 612, 363, 12 ], [ 152, 627, 387, 12 ], [ 152, 641, 168, 12 ], [ 332, 641, 215, 12 ], [ 152, 655, 392, 12 ], [ 152, 669, 393, 12 ], [ 152, 683, 161, 12 ], [ 326, 683, 180, 12 ], [ 152, 698, 364, 12 ], [ 152, 712, 388, 12 ], [ 152, 726, 381, 12 ], [ 152, 740, 375, 12 ], [ 152, 755, 366, 12 ], [ 152, 769, 367, 12 ], [ 152, 783, 360, 12 ], [ 152, 797, 369, 12 ], [ 152, 812, 385, 12 ], [ 152, 826, 392, 12 ], [ 152, 840, 393, 12 ], [ 152, 854, 361, 12 ], [ 152, 869, 378, 12 ], [ 152, 883, 362, 12 ], [ 152, 897, 353, 12 ], [ 152, 911, 375, 12 ], [ 152, 925, 371, 12 ], [ 152, 940, 373, 12 ], [ 152, 954, 368, 12 ], [ 152, 968, 352, 12 ], [ 150, 994, 16, 12 ], [ 619, 116, 336, 12 ], [ 589, 130, 363, 12 ], [ 589, 145, 374, 12 ], [ 589, 159, 359, 12 ], [ 589, 173, 372, 12 ], [ 589, 187, 369, 12 ], [ 589, 201, 365, 12 ], [ 589, 216, 372, 12 ], [ 589, 230, 386, 12 ], [ 589, 244, 374, 12 ], [ 589, 258, 355, 12 ], [ 589, 273, 348, 12 ], [ 589, 287, 362, 12 ], [ 589, 301, 359, 12 ], [ 589, 315, 362, 12 ], [ 589, 330, 377, 12 ], [ 589, 344, 368, 12 ], [ 589, 358, 394, 12 ], [ 589, 372, 380, 12 ], [ 589, 387, 75, 12 ], [ 589, 414, 285, 13 ], [ 619, 429, 332, 12 ], [ 589, 443, 373, 12 ], [ 589, 458, 337, 12 ], [ 589, 472, 374, 12 ], [ 589, 486, 364, 12 ], [ 589, 500, 385, 12 ], [ 589, 515, 368, 12 ], [ 589, 529, 363, 12 ], [ 589, 543, 355, 12 ], [ 589, 557, 354, 12 ], [ 589, 572, 382, 12 ], [ 589, 586, 389, 12 ], [ 589, 600, 382, 12 ], [ 589, 614, 367, 12 ], [ 589, 629, 395, 12 ], [ 589, 643, 262, 12 ], [ 619, 657, 346, 12 ], [ 589, 671, 372, 12 ], [ 589, 685, 371, 12 ], [ 589, 700, 374, 12 ], [ 589, 714, 390, 12 ], [ 589, 728, 356, 12 ], [ 589, 742, 384, 12 ], [ 589, 757, 385, 12 ], [ 589, 771, 374, 12 ], [ 589, 785, 375, 12 ], [ 589, 799, 374, 12 ], [ 589, 814, 361, 12 ], [ 589, 828, 347, 12 ] ]
[ 9, 9, 9, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
19635e83f38b56031f20759e67d64cfe536b690996f7f770a054904e028d40f8
OTC_nwin_2010.pdf
37
48
612
792
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11862
[ "Note F—Financing", "The Company’s long-term debt as of August 30, 2003, and August 31, 2002, consisted of the following:", "Year Ended", "August 30,", "August 31,", "(in thousands)", "2003", "2002", "5.875% Senior Notes due October 2012, effective interest rate of 6.33%", "$", "300,000", "$", "—", "4.375% Senior Notes due June 2013, effective interest rate of 5.65%", "200,000", "—", "6% Notes due November 2003", "150,000", "150,000", "6.5% Debentures due July 2008", "190,000", "190,000", "7.99% Notes due April 2006", "150,000", "150,000", "Bank term loan, due December 2003, variable interest rate of 3.11% at August 31, 2002", "—", "115,000", "Bank term loan, due November 2004, variable interest rate of 2.26% at August 30, 2003, and 2.56% at August 31, 2002", "250,000", "350,000", "Commercial paper, weighted average interest rate of 1.2% at August 30, 2003, and 2.1% at August 31, 2002", "268,000", "223,200", "Other", "38,845", "16,317", "$1,546,845", "$1,194,517", "The Company maintains $950 million of revolving credit facilities with a group of banks. Of the $950 million, $300 million expires in May", "2004. The remaining $650 million expires in May 2005. The 364-day facility expiring in May 2004 includes a renewal feature as well as an", "option to extend the maturity date of the then-outstanding debt by one year. The credit facilities exist largely to support commercial paper", "borrowings and other short term unsecured bank loans. At August 30, 2003, outstanding commercial paper of $268 million, the 6% Notes", "due November 2003 of $150 million, and other debt of $2.7 million are classified as long term as the Company has the ability and intention", "to refinance them on a long-term basis. The rate of interest payable under the credit facilities is a function of the London Interbank Offered", "Rate (LIBOR), the lending bank’s base rate (as defined in the agreement) or a competitive bid rate at the option of the Company. The", "Company has agreed to observe certain covenants under the terms of its credit agreements, including limitations on total indebtedness,", "restrictions on liens and minimum fixed charge coverage. As of August 30, 2003, the Company was in compliance with all covenants.", "On October 16, 2002, the Company issued $300 million of 5.875% Senior Notes. The notes mature in October 2012, and interest is payable", "semi-annually on April 15 and October 15. A portion of the proceeds from these senior notes was used to prepay a $115 million unsecured", "bank term loan due December 2003, to repay a portion of the Company’s outstanding commercial paper borrowings, and to settle interest", "rate hedges associated with the issuance and repayment of the related debt securities. On June 3, 2003, the Company issued $200 million ", "of 4.375% Senior Notes. These senior notes mature in June 2013, and interest is payable semi-annually on June 1 and December 1. The ", "proceeds were used to repay a portion of the Company’s outstanding commercial paper borrowings, to prepay $100 million of the $350 ", "million unsecured bank loan due November 2004, and to settle interest rate hedges associated with the issuance of the debt securities.", "On August 8, 2003, the Company filed a shelf registration with the Securities and Exchange Commission, which was declared effective ", "on August 22, 2003. This filing will allow the Company to sell up to $500 million in debt securities to fund general corporate purposes,", "including repaying, redeeming or repurchasing outstanding debt, and for working capital, capital expenditures, new store openings, stock", "repurchases and acquisitions. No debt has been issued under this registration statement as of August 30, 2003.", "As of August 30, 2003, “Other” long-term debt included approximately $30 million related to the Company’s synthetic leases, with expira-", "tion dates in fiscal 2006, for a small number of its domestic stores. At August 30, 2003, the Company recognized the obligations under the", "lease facility and increased its property and long-term debt balances on its balance sheet by approximately $30 million.", "All of the Company’s debt is unsecured, except for $8.9 million, which is collateralized by property. Maturities of long-term debt are $420.7", "million in fiscal 2004, $252.7 million in fiscal 2005, $182.7 million in fiscal 2006, $0.7 million in fiscal 2007, $190.0 million in fiscal 2008 and", "$500.0 million thereafter. The maturities for fiscal 2004 are classified as long term as the Company has the ability and intention to refinance", "them on a long-term basis.", "The fair value of the Company’s debt was estimated at $1.57 billion as of August 30, 2003, and $1.22 billion as of August 31, 2002, based on", "the quoted market prices for the same or similar issues or on the current rates available to the Company for debt of the same remaining", "maturities. Such fair value is greater than the carrying value of debt at August 30, 2003, and August 31, 2002, by $27.3 million and $27.2 mil-", "lion, respectively. The Company had outstanding variable rate debt of $556.8 million at August 30, 2003, and $699.8 million at August 31,", "2002, both of which exclude the effect of interest rate swaps designated and effective as cash flow hedges of such variable rate debt.", "41", "AutoZone, Inc. 2003 Annual Report" ]
[ [ 80, 139, 135, 10 ], [ 80, 155, 634, 10 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 79, 170, 866, 202 ], [ 80, 386, 864, 134 ], [ 80, 386, 864, 134 ], [ 80, 386, 864, 134 ], [ 80, 386, 864, 134 ], [ 80, 386, 864, 134 ], [ 80, 386, 864, 134 ], [ 80, 386, 864, 134 ], [ 80, 386, 864, 134 ], [ 80, 386, 864, 134 ], [ 80, 534, 870, 103 ], [ 80, 534, 870, 103 ], [ 80, 534, 870, 103 ], [ 80, 534, 870, 103 ], [ 80, 534, 870, 103 ], [ 80, 534, 870, 103 ], [ 80, 534, 870, 103 ], [ 80, 650, 868, 57 ], [ 80, 650, 868, 57 ], [ 80, 650, 868, 57 ], [ 80, 650, 868, 57 ], [ 80, 720, 864, 41 ], [ 80, 720, 864, 41 ], [ 80, 720, 864, 41 ], [ 80, 775, 864, 57 ], [ 80, 775, 864, 57 ], [ 80, 775, 864, 57 ], [ 80, 775, 864, 57 ], [ 80, 845, 864, 72 ], [ 80, 845, 864, 72 ], [ 80, 845, 864, 72 ], [ 80, 845, 864, 72 ], [ 80, 845, 864, 72 ], [ 507, 983, 10, 7 ], [ 747, 978, 197, 8 ] ]
[ [ 80, 139, 135, 10 ], [ 80, 155, 634, 10 ], [ 840, 170, 62, 9 ], [ 803, 189, 58, 9 ], [ 885, 189, 58, 9 ], [ 80, 204, 62, 8 ], [ 818, 204, 26, 9 ], [ 901, 204, 26, 9 ], [ 80, 223, 397, 9 ], [ 798, 223, 7, 9 ], [ 816, 223, 47, 9 ], [ 884, 223, 7, 9 ], [ 931, 223, 13, 9 ], [ 80, 237, 373, 9 ], [ 816, 237, 47, 9 ], [ 931, 237, 13, 9 ], [ 80, 251, 171, 9 ], [ 816, 251, 47, 9 ], [ 901, 251, 43, 9 ], [ 80, 266, 171, 9 ], [ 816, 266, 47, 9 ], [ 901, 266, 43, 9 ], [ 80, 280, 155, 9 ], [ 816, 280, 47, 9 ], [ 901, 280, 43, 9 ], [ 80, 294, 482, 9 ], [ 850, 294, 13, 9 ], [ 901, 294, 43, 9 ], [ 80, 308, 653, 9 ], [ 816, 308, 47, 9 ], [ 901, 308, 43, 9 ], [ 80, 323, 589, 9 ], [ 816, 323, 47, 9 ], [ 901, 323, 43, 9 ], [ 80, 337, 33, 9 ], [ 823, 337, 40, 9 ], [ 908, 337, 36, 9 ], [ 797, 356, 66, 9 ], [ 884, 356, 60, 9 ], [ 80, 386, 864, 10 ], [ 80, 402, 864, 10 ], [ 80, 418, 864, 10 ], [ 80, 433, 864, 10 ], [ 80, 449, 864, 10 ], [ 80, 464, 864, 10 ], [ 80, 480, 864, 10 ], [ 80, 495, 864, 10 ], [ 80, 511, 819, 10 ], [ 80, 534, 864, 10 ], [ 80, 550, 864, 10 ], [ 80, 565, 864, 10 ], [ 80, 581, 869, 10 ], [ 80, 596, 870, 10 ], [ 80, 612, 868, 10 ], [ 80, 627, 834, 10 ], [ 80, 650, 868, 10 ], [ 80, 666, 864, 10 ], [ 80, 682, 864, 10 ], [ 80, 697, 684, 10 ], [ 80, 720, 864, 10 ], [ 80, 736, 864, 10 ], [ 80, 751, 730, 10 ], [ 80, 775, 864, 10 ], [ 80, 790, 864, 10 ], [ 80, 806, 864, 10 ], [ 80, 821, 164, 10 ], [ 80, 845, 864, 10 ], [ 80, 860, 864, 10 ], [ 80, 876, 864, 10 ], [ 80, 891, 864, 10 ], [ 80, 907, 819, 10 ], [ 507, 983, 10, 7 ], [ 747, 978, 197, 8 ] ]
[ 7, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 4 ]
b4262ff4ff71b6a69d978b01ed67dd619af4194145929fea9a81ace33cfcae26
NYSE_AZO_2003.pdf
43
55
612
792
1,025
1,025
ann_reports_00_04_fancy
financial_reports
11863
[ "catheter may be initially introduced into vasculature of a patient and positioned adjacent a", "target treatment site. Catheter 12 may then be introduced through an inner lumen of the", "guide catheter. In some examples, catheter 12 is inserted into vasculature of the patient", "prior to attachment of a remainder of aspiration system 10, while in other examples,", "catheter 18 may be inserted into vasculature of the patient with a remainder of aspiration", "system 10 already attached, such as through aspiration tubing 26.", "[0081]", "The technique of FIG. 4 also includes various steps for initiating aspiration to", "remove a thrombus. For example, a distal end of catheter 12 may be introduced into an", "intracranial blood vessel and positioned adjacent to and/or proximal of a thrombus. Once", "catheter", "2", "is in place, a clinician may flush aspiration system 10 with an aspiration fluid,", "such as saline. For example, a clinician may control fluid pump 18 to generate a positive", "pressure to discharge fluid from a port of fluid pump 18.", "[0082]", "The technique of FIG. 4 includes generating a negative pressure in catheter 12", "(92). For example, once the at least one opening 36 of catheter 12 is positioned at a", "position corresponding to an estimated location of the thrombus, a clinician operating", "aspiration system 10 may operate fluid pump 18 to generate the negative pressure on a", "port coupled to aspiration tubing 30. This negative pressure may be configured to", "produce a desired flow rate, pressure drop, or other flow condition responsive to a change", "in pressure.", "[0083]", "The technique of FIG. 4 includes initiating flow of fluid from catheter 12 to", "fluid pump 18 (94). In examples in which aspiration system 10 does not include a flow", "switch, initiating of flow of fluid may correspond to generating the negative pressure,", "such that fluid pump 18 may operate to control the negative pressure to control flow of", "the fluid. In examples in which aspiration system 10 includes flow switch 14, once the", "negative pressure has been generated, the clinician operating aspiration system 10 may", "operate flow switch 14 to an “open”", "position to initiate flow of fluid from catheter 12", "through flow switch 14 and fluid flow sensor 16 to fluid pump 18.", "[0084]", "The clinician may sense, either directly or indirectly, vibrations generated in", "response to flow of fluid through fluid flow sensor 16. As fluid flows from catheter 12 to", "fluid pump 18, fluid flow sensor 16 may oscillate flow of the fluid through fluid flow", "sensor 16 to generate flow-induced vibrations. In some examples, such as examples in", "which fluid flow sensor 16 is configured to vibrate above an oscillation threshold at flow", "rates above a particular fluid flow and not vibrate or vibrate below the oscillation", "threshold at flow rates below the particular fluid flow, the presence or absence of" ]
[ [ 154, 91, 743, 138 ], [ 154, 91, 743, 138 ], [ 154, 91, 743, 138 ], [ 154, 91, 743, 138 ], [ 154, 91, 743, 138 ], [ 154, 91, 743, 138 ], [ 154, 242, 740, 138 ], [ 154, 242, 740, 138 ], [ 154, 242, 740, 138 ], [ 154, 242, 740, 138 ], [ 154, 242, 740, 138 ], [ 154, 242, 740, 138 ], [ 154, 242, 740, 138 ], [ 154, 242, 740, 138 ], [ 154, 242, 740, 138 ], [ 154, 393, 740, 164 ], [ 154, 393, 740, 164 ], [ 154, 393, 740, 164 ], [ 154, 393, 740, 164 ], [ 154, 393, 740, 164 ], [ 154, 393, 740, 164 ], [ 154, 393, 740, 164 ], [ 154, 393, 740, 164 ], [ 154, 570, 722, 189 ], [ 154, 570, 722, 189 ], [ 154, 570, 722, 189 ], [ 154, 570, 722, 189 ], [ 154, 570, 722, 189 ], [ 154, 570, 722, 189 ], [ 154, 570, 722, 189 ], [ 154, 570, 722, 189 ], [ 154, 570, 722, 189 ], [ 154, 570, 722, 189 ], [ 154, 771, 739, 164 ], [ 154, 771, 739, 164 ], [ 154, 771, 739, 164 ], [ 154, 771, 739, 164 ], [ 154, 771, 739, 164 ], [ 154, 771, 739, 164 ], [ 154, 771, 739, 164 ], [ 154, 771, 739, 164 ] ]
[ [ 155, 91, 742, 12 ], [ 154, 116, 725, 12 ], [ 154, 142, 720, 12 ], [ 154, 166, 693, 12 ], [ 155, 192, 731, 12 ], [ 155, 217, 537, 12 ], [ 156, 243, 52, 12 ], [ 248, 242, 641, 12 ], [ 154, 267, 722, 12 ], [ 154, 293, 740, 12 ], [ 155, 318, 64, 12 ], [ 235, 319, 7, 11 ], [ 251, 319, 643, 11 ], [ 155, 343, 734, 12 ], [ 154, 368, 464, 12 ], [ 156, 394, 52, 12 ], [ 248, 393, 645, 12 ], [ 155, 419, 692, 12 ], [ 154, 444, 706, 12 ], [ 155, 469, 714, 12 ], [ 154, 494, 678, 12 ], [ 154, 519, 740, 12 ], [ 154, 545, 93, 12 ], [ 156, 570, 52, 12 ], [ 248, 570, 625, 12 ], [ 154, 595, 721, 12 ], [ 155, 620, 704, 12 ], [ 155, 646, 716, 12 ], [ 154, 670, 718, 12 ], [ 154, 696, 716, 12 ], [ 155, 721, 324, 12 ], [ 457, 721, 400, 12 ], [ 154, 746, 546, 12 ], [ 156, 772, 52, 12 ], [ 248, 771, 629, 12 ], [ 154, 797, 739, 12 ], [ 154, 822, 704, 12 ], [ 155, 847, 716, 12 ], [ 154, 872, 734, 12 ], [ 154, 897, 670, 12 ], [ 154, 923, 669, 12 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
c020271d77c6ab39f46986708ce2a22634e46bb9e29129165af51ce022f03505
WO2020210024A1.pdf
20
34
595
842
1,025
1,025
patents_wp
patents
11864
[ "Jul. ", "30, ", "2020 ", "1 ", "US 2020/0241418 Al ", "POSITIVE RESIST COMPOSITION AND ", "PATTERNING PROCESS ", "CROSS-REFERENCE TO RELATED ", "APPLICATION ", "TECHNICAL FIELD ", "BACKGROUND ART ", "CITATION LIST ", "SUMMARY OF INVENTION ", "[0001] ", "This non-provisional application claims pnonty ", "under 35 U.S.C. §119(a) on Patent Application No. 2019-", "012712 filed in Japan on Jan. 29, 2019, the entire contents ", "of which are hereby incorporated by reference. ", "[0002] ", "This invention relates to a positive resist compo›", "sition and a patterning process using the composition. ", "[0003] ", "To meet the demand for higher integration density ", "and operating speed of LS Is, the effort to reduce the pattern ", "rule is in rapid progress. The logic devices used in smart ", "phones or the like drive forward the miniaturization tech›", "nology. Logic devices of 10-nm node are manufactured in a ", "large scale using a multi-patterning lithography process ", "based on ArF lithography. ", "[0004] ", "In the application of lithography to next 7-nm or ", "5-nm node devices, the increased expense and overlay ", "accuracy of multi-patterning lithography become tangible. ", "The advent of EUV lithography capable of reducing the ", "number of exposures is desired. ", "[0005] ", "Since the wavelength (13.5 nm) of extreme ultra›", "violet (EUV) is shorter than ‰o of the wavelength (193 nm) ", "of ArF excimer laser, the EUV lithography achieves a high ", "light contrast, from which a high resolution is expectable. ", "Because of the short wavelength and high energy density of ", "EUV, an acid generator is sensitive to a small dose of ", "photons. ", "It ", "is believed that the number of photons available ", "with EUV exposure is ", "‰4 of that of ArF exposure. In the ", "EUV lithography, the phenomenon that the edge roughness ", "(LER, LWR) of line patterns or the critical dimension ", "uniformity (CDU) of hole patterns is degraded by a variation ", "of photon number is considered a problem. ", "[0006] ", "Aiming to reduce a photon number variation, an ", "attempt was made to render the resist more absorptive so that ", "the number of photons absorbed in the resist film is ", "increased. ", "[0007] ", "Patent Document 1 discloses a halogen-substituted ", "styrene base resin. Among the halogen atoms, iodine is ", "highly absorptive to EUV radiation of wavelength 13.5 nm. ", "Recently Patent Documents 2 to 4 propose to use iodized ", "resins as EUV resist material. ", "[0008] ", "Patent Document 5 proposes a quencher of iodo›", "nium carboxylate type having a carboxylate ion bonded to ", "an iodonium cation. Patent Documents 6 and 7 propose the ", "use of hypervalent iodine compounds as the quencher. ", "Patent Document 8 discloses a sulfonium salt of iodized ", "benzoic acid. Since iodine has a large atomic weight, ", "quenchers in the form of iodized compounds are fully ", "effective for suppressing acid diffusion. ", "[0009] ", "For the purpose of suppressing acid diffusion, ", "Patent Documents 9 and 10 disclose resist compositions ", "comprising a polymer comprising amino-containing recur›", "ring units. The polymeric amine is effective for suppressing ", "acid diffusion. Moreover, Patent Document 11 proposes a ", "resist composition comprising a polymer comprising recur›", "ring units of both acid generator and amine as the base ", "[0026] ", "Further, for improving the dissolution contrast, ", "recurring units having a carboxyl or phenolic hydroxyl ", "group in which the hydrogen is substituted by an acid labile ", "group are incorporated into the base polymer. There is ", "obtained a positive resist composition having a high sensi›", "tivity, a significantly increased contrast of alkali dissolution ", "[0025] ", "Making extensive investigations in search for a ", "positive resist material capable of meeting the current ", "requirements including high resolution, low edge roughness ", "and small size variation, the inventors have found the ", "following. To meet the requirements, the acid diffusion ", "distance should be minimized. This invites a lowering of ", "sensitivity and a drop of dissolution contrast, raising the ", "problem that the resolution of a two-dimensional pattern ", "such as hole pattern is reduced. Unexpectedly, when a ", "polymer comprising recurring units having the structure of ", "an ammonium salt of a carboxylic acid having an iodine or ", "bromine-substituted aromatic ring is used as a base polymer, ", "the efficiency of acid generation is increased by the further›", "ance of absorption and at the same time, the acid diffusion ", "distance is minimized. Better results are obtainable using the ", "polymer as a base polymer in a chemically amplified posi›", "tive resist composition. ", "[0024] ", "An object of the present invention is to provide a ", "positive resist composition which exhibits a higher sensi›", "tivity and resolution than conventional positive resist com›", "positions, low edge roughness and small size variation, and ", "forms a pattern of good profile after exposure and develop›", "ment, and a patterning process using the resist composition. ", "[0023] ", "Patent Document 13: JP-A 2006-178317 ", "[0022] ", "Patent Document 12: JP-A 2006-045311 (U.S. Pat. ", "No. 7,482,108) ", "[0021] ", "Patent Document 11: JP-A 2011-039266 ", "[0020] ", "Patent Document 10: JP-A 2009-181062 ", "[0019] ", "Patent Document 9: JP-A 2008-133312 ", "[0018] ", "Patent Document 8: JP-A 2017-219836 ", "[0017] ", "Patent Document 7: JP-A 2015-172746 (U.S. Pat. ", "No. 9,448,475) ", "[0016] ", "Patent Document 6: JP-A 2015-180928 (U.S. Pat. ", "No. 9,563,123) ", "[0015] ", "Patent Document 5: JP 5852490 (U.S. Pat. No. ", "9,176,379) ", "[0014] ", "Patent Document 4: JP-A 2018-004812 ", "[0013] ", "Patent Document 3: WO 2013/024777 ", "[0012] ", "Patent Document 2: JP-A 2015-161823 ", "[0011] ", "Patent Document ", "1: ", "JP-A 805-204157 ", "[0010] ", "The addition of an acid generator capable of gen›", "erating a bulky acid is an effective means for suppressing ", "acid diffusion. ", "It ", "was then proposed to incorporate in a ", "polymer an acid generator of an onium salt having a polym›", "erizable unsaturated bond. Patent Document 12 discloses a ", "sulfonium salt having a polymerizable unsaturated bond ", "capable of generating a specific sulfonic acid and a similar ", "iodonium salt. Patent Document 13 discloses a sulfonium ", "salt having sulfonic acid directly attached to the backbone. ", "polymer. ", "It ", "is a single component resist material in the sense ", "that both acid generator and quencher are allocated to a ", "common polymer and successful in minimizing the influ›", "ence of acid diffusion. " ]
[ [ 774, 72, 108, 13 ], [ 774, 72, 108, 13 ], [ 774, 72, 108, 13 ], [ 502, 92, 15, 13 ], [ 129, 72, 181, 13 ], [ 169, 140, 286, 22 ], [ 169, 140, 286, 22 ], [ 192, 177, 238, 23 ], [ 192, 177, 238, 23 ], [ 244, 273, 136, 10 ], [ 240, 331, 142, 10 ], [ 648, 320, 108, 10 ], [ 607, 579, 192, 10 ], [ 129, 210, 366, 48 ], [ 129, 210, 366, 48 ], [ 129, 210, 366, 48 ], [ 129, 210, 366, 48 ], [ 129, 210, 366, 48 ], [ 130, 293, 360, 23 ], [ 130, 293, 360, 23 ], [ 130, 293, 360, 23 ], [ 129, 351, 365, 87 ], [ 129, 351, 365, 87 ], [ 129, 351, 365, 87 ], [ 129, 351, 365, 87 ], [ 129, 351, 365, 87 ], [ 129, 351, 365, 87 ], [ 129, 351, 365, 87 ], [ 129, 351, 365, 87 ], [ 129, 442, 366, 61 ], [ 129, 442, 366, 61 ], [ 129, 442, 366, 61 ], [ 129, 442, 366, 61 ], [ 129, 442, 366, 61 ], [ 129, 442, 366, 61 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 507, 368, 152 ], [ 129, 662, 366, 48 ], [ 129, 662, 366, 48 ], [ 129, 662, 366, 48 ], [ 129, 662, 366, 48 ], [ 129, 662, 366, 48 ], [ 129, 715, 365, 61 ], [ 129, 715, 365, 61 ], [ 129, 715, 365, 61 ], [ 129, 715, 365, 61 ], [ 129, 715, 365, 61 ], [ 129, 715, 365, 61 ], [ 129, 780, 365, 100 ], [ 129, 780, 365, 100 ], [ 129, 780, 365, 100 ], [ 129, 780, 365, 100 ], [ 129, 780, 365, 100 ], [ 129, 780, 365, 100 ], [ 129, 780, 365, 100 ], [ 129, 780, 365, 100 ], [ 129, 780, 365, 100 ], [ 129, 884, 365, 87 ], [ 129, 884, 365, 87 ], [ 129, 884, 365, 87 ], [ 129, 884, 365, 87 ], [ 129, 884, 365, 87 ], [ 129, 884, 365, 87 ], [ 129, 884, 365, 87 ], [ 129, 884, 365, 87 ], [ 520, 897, 365, 74 ], [ 520, 897, 365, 74 ], [ 520, 897, 365, 74 ], [ 520, 897, 365, 74 ], [ 520, 897, 365, 74 ], [ 520, 897, 365, 74 ], [ 520, 897, 365, 74 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 677, 368, 216 ], [ 520, 598, 365, 74 ], [ 520, 598, 365, 74 ], [ 520, 598, 365, 74 ], [ 520, 598, 365, 74 ], [ 520, 598, 365, 74 ], [ 520, 598, 365, 74 ], [ 520, 598, 365, 74 ], [ 521, 553, 306, 10 ], [ 521, 553, 306, 10 ], [ 520, 527, 363, 22 ], [ 520, 527, 363, 22 ], [ 520, 527, 363, 22 ], [ 521, 513, 305, 10 ], [ 521, 513, 305, 10 ], [ 521, 500, 306, 10 ], [ 521, 500, 306, 10 ], [ 521, 486, 299, 10 ], [ 521, 486, 299, 10 ], [ 521, 473, 299, 10 ], [ 521, 473, 299, 10 ], [ 520, 446, 363, 22 ], [ 520, 446, 363, 22 ], [ 520, 446, 363, 22 ], [ 520, 420, 363, 22 ], [ 520, 420, 363, 22 ], [ 520, 420, 363, 22 ], [ 521, 393, 363, 23 ], [ 521, 393, 363, 23 ], [ 521, 393, 363, 23 ], [ 521, 380, 298, 10 ], [ 521, 380, 298, 10 ], [ 521, 366, 293, 10 ], [ 521, 366, 293, 10 ], [ 521, 353, 298, 10 ], [ 521, 353, 298, 10 ], [ 521, 339, 295, 10 ], [ 521, 339, 295, 10 ], [ 521, 339, 295, 10 ], [ 521, 339, 295, 10 ], [ 520, 192, 365, 113 ], [ 520, 192, 365, 113 ], [ 520, 192, 365, 113 ], [ 520, 192, 365, 113 ], [ 520, 192, 365, 113 ], [ 520, 192, 365, 113 ], [ 520, 192, 365, 113 ], [ 520, 192, 365, 113 ], [ 520, 192, 365, 113 ], [ 520, 192, 365, 113 ], [ 520, 192, 365, 113 ], [ 520, 192, 365, 113 ], [ 520, 140, 365, 48 ], [ 520, 140, 365, 48 ], [ 520, 140, 365, 48 ], [ 520, 140, 365, 48 ], [ 520, 140, 365, 48 ], [ 520, 140, 365, 48 ] ]
[ [ 774, 72, 29, 13 ], [ 808, 73, 28, 13 ], [ 838, 72, 44, 13 ], [ 502, 92, 15, 13 ], [ 129, 72, 181, 13 ], [ 169, 140, 286, 10 ], [ 224, 153, 175, 10 ], [ 192, 177, 238, 10 ], [ 261, 191, 101, 10 ], [ 244, 273, 136, 10 ], [ 240, 331, 142, 10 ], [ 648, 320, 108, 10 ], [ 607, 579, 192, 10 ], [ 130, 210, 40, 10 ], [ 184, 210, 310, 10 ], [ 129, 223, 360, 10 ], [ 129, 236, 364, 10 ], [ 129, 249, 292, 10 ], [ 130, 293, 40, 10 ], [ 184, 293, 305, 10 ], [ 130, 306, 334, 10 ], [ 130, 351, 40, 10 ], [ 184, 351, 309, 10 ], [ 129, 364, 365, 10 ], [ 129, 376, 365, 10 ], [ 129, 389, 360, 10 ], [ 129, 403, 364, 10 ], [ 129, 415, 364, 10 ], [ 129, 428, 162, 10 ], [ 130, 442, 40, 10 ], [ 184, 442, 311, 10 ], [ 130, 455, 364, 10 ], [ 129, 468, 363, 10 ], [ 129, 480, 364, 10 ], [ 129, 494, 198, 10 ], [ 130, 507, 40, 10 ], [ 185, 507, 305, 10 ], [ 129, 520, 364, 10 ], [ 129, 533, 365, 10 ], [ 129, 546, 364, 10 ], [ 129, 559, 367, 10 ], [ 129, 571, 367, 10 ], [ 129, 585, 54, 10 ], [ 184, 585, 15, 9 ], [ 198, 585, 295, 10 ], [ 129, 597, 141, 10 ], [ 274, 598, 220, 9 ], [ 129, 610, 364, 10 ], [ 130, 623, 365, 10 ], [ 129, 636, 365, 10 ], [ 129, 649, 269, 10 ], [ 130, 662, 40, 10 ], [ 184, 662, 311, 10 ], [ 129, 676, 365, 10 ], [ 129, 688, 364, 10 ], [ 129, 701, 63, 10 ], [ 130, 715, 40, 10 ], [ 184, 715, 310, 10 ], [ 130, 728, 363, 10 ], [ 129, 741, 363, 10 ], [ 129, 754, 365, 10 ], [ 129, 767, 186, 10 ], [ 130, 780, 40, 10 ], [ 184, 780, 305, 10 ], [ 129, 793, 364, 10 ], [ 129, 806, 364, 10 ], [ 129, 819, 363, 10 ], [ 129, 832, 365, 10 ], [ 129, 844, 364, 10 ], [ 129, 858, 364, 10 ], [ 129, 871, 245, 10 ], [ 130, 884, 40, 10 ], [ 184, 884, 308, 10 ], [ 129, 897, 364, 10 ], [ 129, 910, 360, 10 ], [ 129, 923, 365, 10 ], [ 129, 936, 364, 10 ], [ 129, 949, 360, 10 ], [ 129, 962, 365, 10 ], [ 521, 897, 40, 10 ], [ 575, 897, 308, 10 ], [ 520, 910, 364, 10 ], [ 520, 923, 364, 10 ], [ 520, 936, 363, 10 ], [ 520, 949, 360, 10 ], [ 520, 962, 365, 10 ], [ 521, 677, 40, 10 ], [ 575, 677, 309, 10 ], [ 520, 690, 365, 10 ], [ 520, 703, 364, 10 ], [ 520, 716, 365, 10 ], [ 520, 728, 364, 10 ], [ 520, 741, 368, 10 ], [ 521, 754, 364, 10 ], [ 520, 767, 365, 10 ], [ 521, 780, 363, 10 ], [ 520, 793, 368, 10 ], [ 520, 806, 366, 10 ], [ 520, 819, 364, 10 ], [ 520, 832, 360, 10 ], [ 520, 844, 364, 10 ], [ 520, 858, 364, 10 ], [ 520, 871, 360, 10 ], [ 520, 883, 145, 10 ], [ 521, 598, 40, 10 ], [ 575, 598, 309, 10 ], [ 520, 612, 360, 10 ], [ 520, 625, 361, 10 ], [ 520, 637, 365, 10 ], [ 520, 650, 360, 10 ], [ 520, 663, 364, 10 ], [ 521, 553, 40, 10 ], [ 575, 553, 252, 10 ], [ 521, 527, 40, 10 ], [ 575, 527, 308, 10 ], [ 520, 540, 95, 10 ], [ 521, 513, 40, 10 ], [ 575, 513, 251, 10 ], [ 521, 500, 40, 10 ], [ 575, 500, 252, 10 ], [ 521, 486, 40, 10 ], [ 575, 486, 244, 10 ], [ 521, 473, 40, 10 ], [ 575, 473, 244, 10 ], [ 521, 446, 40, 10 ], [ 575, 446, 308, 10 ], [ 520, 459, 95, 10 ], [ 521, 420, 40, 10 ], [ 575, 420, 308, 10 ], [ 520, 433, 95, 10 ], [ 521, 393, 40, 10 ], [ 575, 393, 308, 10 ], [ 521, 406, 68, 10 ], [ 521, 380, 40, 10 ], [ 575, 380, 244, 10 ], [ 521, 366, 40, 10 ], [ 575, 366, 239, 10 ], [ 521, 353, 40, 10 ], [ 575, 353, 244, 10 ], [ 521, 339, 39, 10 ], [ 575, 339, 109, 10 ], [ 686, 339, 12, 9 ], [ 702, 339, 114, 10 ], [ 521, 192, 40, 10 ], [ 575, 192, 305, 10 ], [ 520, 205, 364, 10 ], [ 520, 218, 91, 10 ], [ 617, 218, 15, 9 ], [ 634, 218, 251, 10 ], [ 520, 231, 361, 10 ], [ 520, 243, 364, 10 ], [ 521, 257, 365, 10 ], [ 520, 269, 365, 10 ], [ 520, 282, 365, 10 ], [ 521, 295, 363, 10 ], [ 520, 140, 56, 10 ], [ 577, 140, 15, 9 ], [ 590, 140, 295, 10 ], [ 520, 153, 364, 10 ], [ 520, 166, 360, 10 ], [ 520, 179, 139, 10 ] ]
[ 5, 5, 5, 5, 5, 7, 7, 7, 7, 7, 7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
473790dddfac3678ee0daab5b8d0e0f265e1e52df07e401a23ac343c8997b94f
20200241418_AdobeOCR.pdf
1
134
612
792
1,025
1,025
patents_euv_sensitivity
patents
11865
[ "Astellas Pharma Inc. ", "_ Annual Report 2014", "168", "Astellas conducted a five-for-one stock split on April 1, 2014.", "As a result, authorized common stock and issued common stock increased", "to 9,000,000,000 shares and 2,284,823,175 shares, respectively.", "Company Name", "Head Office", "Capital (as of March 31, 2014)", "Representative", "Founded", "Professional Institution Affiliation", "Stock Exchange Listing", "Independent Auditors", "Common Stock (as of March 31, 2014)", "Number of shareholders: 45,857", "Astellas Pharma Inc.", "2-5-1, Nihonbashi-Honcho, Chuo-ku, Tokyo 103-8411, Japan", "TEL: +81-3-3244-3000", "http://www.astellas.com/en/", "¥103 billion", "yoshihiko Hatanaka", "Representative Director, President and CEO", "1923", "International Federation of Pharmaceutical Manufacturers & Associations (IFPMA)", "* Masafumi Nogimori (Representative Director and Chairman) was appointed ", "Vice President of the IFPMA in November 2010.", "Tokyo", "(Securities Code: 4503)", "Ernst & young ShinNihon LLC", "Hibiya Kokusai Building, 2-2-3 Uchisaiwai-cho, Chiyoda-ku, Tokyo 100-0011, Japan", "Authorized:", "2,000,000,000", "Issued: ", " 456,964,635", "(including 10,736,279 treasury stock)", "corporate Data/investor inforMation" ]
[ [ 39, 982, 292, 15 ], [ 39, 982, 292, 15 ], [ 39, 982, 292, 15 ], [ 97, 727, 530, 47 ], [ 97, 727, 530, 47 ], [ 97, 727, 530, 47 ], [ 97, 154, 127, 14 ], [ 97, 199, 93, 14 ], [ 97, 279, 201, 14 ], [ 97, 325, 119, 14 ], [ 97, 387, 70, 14 ], [ 97, 433, 260, 14 ], [ 97, 513, 187, 14 ], [ 97, 576, 172, 14 ], [ 97, 638, 268, 14 ], [ 97, 707, 230, 13 ], [ 97, 171, 143, 13 ], [ 97, 217, 436, 47 ], [ 97, 217, 436, 47 ], [ 97, 217, 436, 47 ], [ 97, 297, 80, 13 ], [ 97, 342, 306, 30 ], [ 97, 342, 306, 30 ], [ 97, 405, 36, 13 ], [ 97, 451, 568, 13 ], [ 97, 468, 539, 30 ], [ 97, 468, 539, 30 ], [ 97, 530, 164, 30 ], [ 97, 530, 164, 30 ], [ 97, 593, 591, 30 ], [ 97, 593, 591, 30 ], [ 90, 655, 408, 50 ], [ 90, 655, 408, 50 ], [ 90, 655, 408, 50 ], [ 90, 655, 408, 50 ], [ 90, 655, 408, 50 ], [ 97, 66, 469, 23 ] ]
[ [ 97, 985, 115, 11 ], [ 212, 984, 118, 11 ], [ 39, 982, 31, 15 ], [ 97, 727, 428, 13 ], [ 97, 744, 530, 13 ], [ 97, 761, 459, 13 ], [ 97, 154, 127, 14 ], [ 97, 199, 93, 14 ], [ 97, 279, 201, 14 ], [ 97, 325, 119, 14 ], [ 97, 387, 70, 14 ], [ 97, 433, 260, 14 ], [ 97, 513, 187, 14 ], [ 97, 576, 172, 14 ], [ 97, 638, 268, 14 ], [ 97, 707, 230, 13 ], [ 97, 171, 143, 13 ], [ 97, 217, 436, 13 ], [ 97, 234, 164, 13 ], [ 97, 251, 199, 13 ], [ 97, 297, 80, 13 ], [ 97, 342, 138, 13 ], [ 97, 359, 306, 13 ], [ 97, 405, 36, 13 ], [ 97, 451, 568, 13 ], [ 97, 468, 539, 13 ], [ 107, 485, 335, 13 ], [ 97, 530, 41, 13 ], [ 97, 547, 164, 13 ], [ 97, 593, 210, 13 ], [ 97, 610, 591, 13 ], [ 97, 656, 79, 13 ], [ 278, 656, 104, 13 ], [ 97, 673, 50, 13 ], [ 278, 673, 87, 13 ], [ 278, 690, 214, 11 ], [ 97, 66, 469, 23 ] ]
[ 4, 4, 4, 9, 9, 9, 7, 7, 7, 7, 7, 7, 7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 7 ]
3a21d52a8392c042876c3f56840847635d5dbec277406ed3bf37f6db1558b3b8
TSX_4503_2014.pdf
169
172
595
841
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11866
[ "material restrictions on federal land use or on private land use and could delay or prohibit land access or development. Where takings of or harm to", "species or damages to wetlands, habitat, or natural resources occur or may occur, government entities or at times private parties may act to", "prevent or restrict oil and natural gas exploration activities or seek damages for any injury, whether resulting from drilling or construction or", "releases of oil, wastes, hazardous substances or other regulated materials, and in some cases, criminal penalties may result. Similar protections are", "offered to migratory birds under the MBTA. Recently, there have been renewed calls to review protections currently in place for the dunes", "sagebrush lizard, whose habitat includes portions of the Permian Basin, and to reconsider listing the species under the ESA. While some of our", "operations may be located in areas that are designated as habitats for endangered or threatened species or that may attract migratory birds, we", "believe that we are in substantial compliance with the ESA and the MBTA, and we are not aware of any proposed ESA listings that will materially", "affect our operations. The federal government in the past has issued indictments under the MBTA to several oil and natural gas companies after", "dead migratory birds were found near reserve pits associated with drilling activities. However, in January 2020, the Department of", "Interior proposed new regulations clarifying that only the intentional taking of protected migratory birds is subject to prosecution under the MTBA.", "The identification or designation of previously unprotected species as threatened or endangered in areas where underlying property operations are", "conducted could cause us to incur increased costs arising from species protection measures or could result in limitations on our development", "activities that could have an adverse impact on our ability to develop and produce our oil and natural gas reserves. If we were to have a portion of", "our leases designated as critical or suitable habitat, it could adversely impact the value of our leases.", "We are subject to federal and state hazard communication and community right to know statutes and regulations. These regulations, including, but", "not limited to, the federal Emergency Planning & Community Right-to-Know Act, govern record keeping and reporting of the use and release of", "hazardous substances and may require that information be provided to state and local government authorities, as well as the public.", "Hazard communications and community right to know", "Occupational Safety and Health Act", "We are subject to a number of federal and state laws and regulations, including OSHA, and comparable state statutes that regulate the protection", "of the health and safety of workers. In 2016, there were substantial revisions to the regulations under OSHA that may have an impact to our", "operations. These changes include among other items; record keeping and reporting, revised crystalline silica standard (which requires the oil and", "gas industry to implement engineering controls and work practices to limit exposures below the new limits by June 23, 2021), naming oil and gas as", "a high hazard industry and requirements for a safety and health management system. In addition, OSHA hazard communication standard requires", "that information be maintained about hazardous materials used or produced in operations and that this information be provided to employees, state", "and local government authorities and citizens.", "State Regulation", "Texas regulates the drilling for, and the production, gathering and sale of, oil and natural gas, including imposing severance taxes and", "requirements for obtaining drilling permits. Texas currently imposes a 4.6% severance tax on oil production and a 7.5% severance tax on natural", "gas production. States also regulate the method of developing new fields, the spacing and operation of wells and the prevention of waste of oil and", "natural gas resources. States may regulate rates of production and may establish maximum daily production allowables from oil and natural gas", "wells based on market demand or resource conservation, or both. States do not regulate wellhead prices or engage in other similar direct economic", "regulation, but we cannot assure our stockholders that they will not do so in the future. The effect of these regulations may be to limit the amount", "of oil and natural gas that may be produced from our wells and to limit the number of wells or locations we can drill.", "The petroleum industry is also subject to compliance with various other federal, state and local regulations and laws. Some of those laws relate to", "resource conservation and equal employment opportunity. We do not believe that compliance with these laws will have a material adverse effect on", "us.", "We maintain insurance against some risks associated with above or underground contamination that may occur as a result of our exploration,", "development and production activities. However, this insurance is limited to activities at the well site, and there can be no assurance that this", "insurance will continue to be commercially available or that this insurance will be available at premium levels that justify its purchase by us. The", "occurrence of a significant event that is not fully insured or indemnified against could have a materially adverse effect on our financial condition", "and operations.", "Related Insurance", "Although we have not experienced any material adverse effect from compliance with environmental requirements, there is no assurance that this", "will continue. We did not have any material capital or other non-recurring expenditures in connection with", "18" ]
[ [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 41, 973, 167 ], [ 24, 237, 973, 33 ], [ 24, 237, 973, 33 ], [ 24, 237, 973, 33 ], [ 24, 220, 356, 10 ], [ 24, 282, 234, 10 ], [ 24, 299, 973, 77 ], [ 24, 299, 973, 77 ], [ 24, 299, 973, 77 ], [ 24, 299, 973, 77 ], [ 24, 299, 973, 77 ], [ 24, 299, 973, 77 ], [ 24, 299, 973, 77 ], [ 24, 389, 109, 10 ], [ 24, 406, 973, 77 ], [ 24, 406, 973, 77 ], [ 24, 406, 973, 77 ], [ 24, 406, 973, 77 ], [ 24, 406, 973, 77 ], [ 24, 406, 973, 77 ], [ 24, 406, 973, 77 ], [ 24, 490, 973, 33 ], [ 24, 490, 973, 33 ], [ 24, 490, 973, 33 ], [ 24, 552, 973, 55 ], [ 24, 552, 973, 55 ], [ 24, 552, 973, 55 ], [ 24, 552, 973, 55 ], [ 24, 552, 973, 55 ], [ 24, 535, 119, 10 ], [ 24, 613, 973, 21 ], [ 24, 613, 973, 21 ], [ 503, 648, 16, 10 ] ]
[ [ 24, 41, 973, 10 ], [ 24, 52, 973, 10 ], [ 24, 63, 973, 10 ], [ 24, 74, 973, 10 ], [ 24, 86, 973, 10 ], [ 24, 97, 973, 10 ], [ 24, 108, 973, 10 ], [ 24, 119, 973, 10 ], [ 24, 131, 973, 10 ], [ 24, 142, 973, 10 ], [ 24, 153, 973, 10 ], [ 24, 164, 973, 10 ], [ 24, 175, 973, 10 ], [ 24, 187, 973, 10 ], [ 24, 198, 664, 10 ], [ 24, 237, 973, 10 ], [ 24, 248, 973, 10 ], [ 24, 260, 869, 10 ], [ 24, 220, 356, 10 ], [ 24, 282, 234, 10 ], [ 24, 299, 973, 10 ], [ 24, 310, 973, 10 ], [ 24, 321, 973, 10 ], [ 24, 333, 973, 10 ], [ 24, 344, 973, 10 ], [ 24, 355, 973, 10 ], [ 24, 366, 303, 10 ], [ 24, 389, 109, 10 ], [ 24, 406, 973, 10 ], [ 24, 417, 973, 10 ], [ 24, 428, 973, 10 ], [ 24, 439, 973, 10 ], [ 24, 450, 973, 10 ], [ 24, 462, 973, 10 ], [ 24, 473, 765, 10 ], [ 24, 490, 973, 10 ], [ 24, 501, 973, 10 ], [ 24, 512, 19, 10 ], [ 24, 552, 973, 10 ], [ 24, 563, 973, 10 ], [ 24, 574, 973, 10 ], [ 24, 585, 973, 10 ], [ 24, 596, 101, 10 ], [ 24, 535, 119, 10 ], [ 24, 613, 973, 10 ], [ 24, 624, 699, 10 ], [ 503, 648, 16, 10 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4 ]
46453f5f8e5961218069f8e9c117b93b34c56df0a2e94bcdc07dde55009c3c41
0000010254-20-000038_20200311x10k.pdf
17
98
595
842
1,025
1,025
sec_filings
financial_reports
11867
[ "GLYPH<MT87>GLYPH<MT111>GLYPH<MT114>GLYPH<MT108>GLYPH<MT100>GLYPH<MT32>GLYPH<MT87>GLYPH<MT105>GLYPH<MT100>GLYPH<MT101>GLYPH<MT32>GLYPH<MT84>GLYPH<MT101>GLYPH<MT99>GLYPH<MT104>GLYPH<MT110>GLYPH<MT111>GLYPH<MT108>GLYPH<MT111>GLYPH<MT103>GLYPH<MT121>GLYPH<MT44>GLYPH<MT32>GLYPH<MT73>GLYPH<MT110>GLYPH<MT99>GLYPH<MT46>", "GLYPH<MT72>GLYPH<MT101>GLYPH<MT97>GLYPH<MT108>GLYPH<MT116>GLYPH<MT104>GLYPH<MT32>GLYPH<MT67>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>GLYPH<MT32>GLYPH<MT80>GLYPH<MT114>GLYPH<MT111>GLYPH<MT112>GLYPH<MT101>GLYPH<MT114> GLYPH<MT116>GLYPH<MT121>GLYPH<MT32>GLYPH<MT73>GLYPH<MT110>GLYPH<MT118>GLYPH<MT101>GLYPH<MT115>GLYPH<MT116>GLYPH<MT111>GLYPH<MT114> GLYPH<MT115>", "GLYPH<MT67>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT111>GLYPH<MT108>GLYPH<MT105>GLYPH<MT100>GLYPH<MT97>GLYPH<MT116>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT71>GLYPH<MT114>GLYPH<MT97>GLYPH<MT112>GLYPH<MT104>GLYPH<MT105>GLYPH<MT99>GLYPH<MT115>GLYPH<MT32>GLYPH<MT71>GLYPH<MT114>GLYPH<MT111>GLYPH<MT117>GLYPH<MT112>", "GLYPH<MT85>GLYPH<MT110>GLYPH<MT105>GLYPH<MT116>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT83>GLYPH<MT101>GLYPH<MT97>GLYPH<MT109>GLYPH<MT101>GLYPH<MT110>GLYPH<MT146>GLYPH<MT115>GLYPH<MT32>GLYPH<MT83>GLYPH<MT101>GLYPH<MT114>GLYPH<MT118>GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>", "GLYPH<MT75>GLYPH<MT101>GLYPH<MT110>GLYPH<MT32>GLYPH<MT76>GLYPH<MT97>GLYPH<MT110>GLYPH<MT99>GLYPH<MT105>", "GLYPH<MT67>GLYPH<MT104>GLYPH<MT97>GLYPH<MT105>GLYPH<MT114>GLYPH<MT109>GLYPH<MT97>GLYPH<MT110>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT70>GLYPH<MT111>GLYPH<MT117>GLYPH<MT110>GLYPH<MT100>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>", "GLYPH<MT67>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT111>GLYPH<MT108>GLYPH<MT105>GLYPH<MT100>GLYPH<MT97>GLYPH<MT116>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT71>GLYPH<MT114>GLYPH<MT97>GLYPH<MT112>GLYPH<MT104>GLYPH<MT105>GLYPH<MT99>GLYPH<MT115>GLYPH<MT32>GLYPH<MT71>GLYPH<MT114>GLYPH<MT111>GLYPH<MT117>GLYPH<MT112>", "GLYPH<MT67>GLYPH<MT108>GLYPH<MT101>GLYPH<MT118>GLYPH<MT101>GLYPH<MT108>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT44>GLYPH<MT32>GLYPH<MT79>GLYPH<MT104>GLYPH<MT105>GLYPH<MT111>", "—", "~", "GLYPH<MT70>GLYPH<MT79>GLYPH<MT85>GLYPH<MT82>", "GLYPH<MT67>GLYPH<MT76>GLYPH<MT73>GLYPH<MT69>GLYPH<MT78>GLYPH<MT84>", "GLYPH<MT83>", "GLYPH<MT87>GLYPH<MT111>GLYPH<MT114> GLYPH<MT108>GLYPH<MT100>GLYPH<MT32>GLYPH<MT87>GLYPH<MT105>GLYPH<MT100>GLYPH<MT101>GLYPH<MT32>GLYPH<MT84>", "GLYPH<MT101>GLYPH<MT99>GLYPH<MT104>GLYPH<MT110>GLYPH<MT111>GLYPH<MT108>GLYPH<MT111>GLYPH<MT103> GLYPH<MT121>GLYPH<MT32>GLYPH<MT98>GLYPH<MT101>GLYPH<MT99>GLYPH<MT97>GLYPH<MT109>GLYPH<MT101>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT32>GLYPH<MT97>GLYPH<MT99>GLYPH<MT99>GLYPH<MT111>GLYPH<MT117>GLYPH<MT110>GLYPH<MT116>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT116>GLYPH<MT97>GLYPH<MT120>GLYPH<MT32>GLYPH<MT99>GLYPH<MT108>GLYPH<MT105>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT67>GLYPH<MT66>GLYPH<MT73>GLYPH<MT90>GLYPH<MT32>GLYPH<MT66>GLYPH<MT117>GLYPH<MT115>GLYPH<MT105>GLYPH<MT110>GLYPH<MT101>GLYPH<MT115>GLYPH<MT115>GLYPH<MT32>GLYPH<MT83>GLYPH<MT111>GLYPH<MT108>GLYPH<MT117>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>", "GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT83>GLYPH<MT116>GLYPH<MT46>GLYPH<MT32>GLYPH<MT76>GLYPH<MT111>GLYPH<MT117>GLYPH<MT105>GLYPH<MT115>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT32>GLYPH<MT49>GLYPH<MT57>GLYPH<MT57>GLYPH<MT50>GLYPH<MT44>", "GLYPH<MT32>GLYPH<MT116>GLYPH<MT119>GLYPH<MT111>GLYPH<MT32>GLYPH<MT121>GLYPH<MT101>GLYPH<MT97>GLYPH<MT114> GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT102>GLYPH<MT116>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT105>GLYPH<MT116>GLYPH<MT115>GLYPH<MT32>GLYPH<MT102>GLYPH<MT111>GLYPH<MT117>GLYPH<MT110>GLYPH<MT100>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103> GLYPH<MT46>GLYPH<MT32>GLYPH<MT65>GLYPH<MT115>GLYPH<MT32>GLYPH<MT87>GLYPH<MT111>GLYPH<MT114> GLYPH<MT108>GLYPH<MT100>GLYPH<MT32>GLYPH<MT87>GLYPH<MT105>GLYPH<MT100>GLYPH<MT101>GLYPH<MT32>GLYPH<MT84>", "GLYPH<MT101>GLYPH<MT99>GLYPH<MT104>GLYPH<MT110>GLYPH<MT111>GLYPH<MT108>GLYPH<MT111>GLYPH<MT103> GLYPH<MT121>GLYPH<MT32>GLYPH<MT98>GLYPH<MT101>GLYPH<MT103>GLYPH<MT97>GLYPH<MT110>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>", "GLYPH<MT103>GLYPH<MT114>GLYPH<MT111>GLYPH<MT119>GLYPH<MT44>", "GLYPH<MT32>GLYPH<MT115>GLYPH<MT111>GLYPH<MT32>GLYPH<MT100>GLYPH<MT105>GLYPH<MT100>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT105>GLYPH<MT114>GLYPH<MT32>GLYPH<MT110>GLYPH<MT101>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT102>GLYPH<MT111>GLYPH<MT114>GLYPH<MT32>GLYPH<MT115>GLYPH<MT101>GLYPH<MT114> GLYPH<MT118>GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT44>", "GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT105>GLYPH<MT116>GLYPH<MT32>GLYPH<MT101>GLYPH<MT120>GLYPH<MT112>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT110>GLYPH<MT117>GLYPH<MT109>GLYPH<MT98>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT115>GLYPH<MT101>GLYPH<MT114> GLYPH<MT118>GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT99>GLYPH<MT101>GLYPH<MT105>GLYPH<MT118>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT102>GLYPH<MT114>GLYPH<MT111>GLYPH<MT109>", "GLYPH<MT67>GLYPH<MT66>GLYPH<MT73>GLYPH<MT90>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT99>GLYPH<MT108>GLYPH<MT117>GLYPH<MT100>GLYPH<MT101>GLYPH<MT32>GLYPH<MT72>GLYPH<MT82>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT117>GLYPH<MT108>GLYPH<MT116>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103> GLYPH<MT44>", "GLYPH<MT32>GLYPH<MT118>GLYPH<MT97>GLYPH<MT108>GLYPH<MT117>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT44>", "GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT112>GLYPH<MT101>GLYPH<MT114> GLYPH<MT115>GLYPH<MT111>GLYPH<MT110>GLYPH<MT97>GLYPH<MT108>GLYPH<MT32>GLYPH<MT102>GLYPH<MT105>GLYPH<MT110>GLYPH<MT97>GLYPH<MT110>GLYPH<MT99>GLYPH<MT105>GLYPH<MT97>GLYPH<MT108>GLYPH<MT32>GLYPH<MT112>GLYPH<MT108>GLYPH<MT97>GLYPH<MT110>GLYPH<MT110>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103> GLYPH<MT46>", "GLYPH<MT72>GLYPH<MT101>GLYPH<MT97>GLYPH<MT108>GLYPH<MT116>GLYPH<MT104>GLYPH<MT32>GLYPH<MT67>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>GLYPH<MT32>GLYPH<MT80>GLYPH<MT114>GLYPH<MT111>GLYPH<MT112>GLYPH<MT101>GLYPH<MT114> GLYPH<MT116>GLYPH<MT121>GLYPH<MT32>GLYPH<MT73>GLYPH<MT110>GLYPH<MT118>GLYPH<MT101>GLYPH<MT115>GLYPH<MT116>GLYPH<MT111>GLYPH<MT114> GLYPH<MT115>GLYPH<MT44>", "GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT117>GLYPH<MT110>GLYPH<MT116>GLYPH<MT114> GLYPH<MT121>GLYPH<MT146>GLYPH<MT115>GLYPH<MT32>GLYPH<MT108>GLYPH<MT97>GLYPH<MT114>GLYPH<MT103>GLYPH<MT101>GLYPH<MT115>GLYPH<MT116>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT109>GLYPH<MT111>GLYPH<MT115>GLYPH<MT116>", "GLYPH<MT100>GLYPH<MT105>GLYPH<MT118>GLYPH<MT101>GLYPH<MT114> GLYPH<MT115>GLYPH<MT105>GLYPH<MT102>GLYPH<MT105>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT104>GLYPH<MT101>GLYPH<MT97>GLYPH<MT108>GLYPH<MT116>GLYPH<MT104>GLYPH<MT32>GLYPH<MT99>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>GLYPH<MT32>GLYPH<MT82>GLYPH<MT69>GLYPH<MT73>GLYPH<MT84>", "GLYPH<MT44>", "GLYPH<MT32>GLYPH<MT104>GLYPH<MT97>GLYPH<MT115>GLYPH<MT32>GLYPH<MT109>GLYPH<MT97>GLYPH<MT100>GLYPH<MT101>GLYPH<MT32>GLYPH<MT67>GLYPH<MT66>GLYPH<MT73>GLYPH<MT90>GLYPH<MT32>GLYPH<MT86>", "GLYPH<MT97>GLYPH<MT108>GLYPH<MT117>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT32>GLYPH<MT67>GLYPH<MT111>GLYPH<MT117>GLYPH<MT110>GLYPH<MT115>GLYPH<MT101>GLYPH<MT108>GLYPH<MT111>GLYPH<MT114> GLYPH<MT115>", "GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT67>GLYPH<MT66>GLYPH<MT73>GLYPH<MT90>GLYPH<MT32>GLYPH<MT80>GLYPH<MT114>GLYPH<MT111>GLYPH<MT112>GLYPH<MT101>GLYPH<MT114> GLYPH<MT116>GLYPH<MT121>GLYPH<MT32>GLYPH<MT84>", "GLYPH<MT97>GLYPH<MT120>GLYPH<MT32>GLYPH<MT83>GLYPH<MT101>GLYPH<MT114> GLYPH<MT118>GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT112>GLYPH<MT97>GLYPH<MT114> GLYPH<MT116>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT105>GLYPH<MT116>GLYPH<MT115>GLYPH<MT32>GLYPH<MT119>GLYPH<MT105>GLYPH<MT110>GLYPH<MT110>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT116>GLYPH<MT101>GLYPH<MT97>GLYPH<MT109>GLYPH<MT46>", "GLYPH<MT67>GLYPH<MT66>GLYPH<MT73>GLYPH<MT90>GLYPH<MT32>GLYPH<MT86>", "GLYPH<MT97>GLYPH<MT108>GLYPH<MT117>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT32>GLYPH<MT67>GLYPH<MT111>GLYPH<MT117>GLYPH<MT110>GLYPH<MT115>GLYPH<MT101>GLYPH<MT108>GLYPH<MT111>GLYPH<MT114> GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT67>GLYPH<MT66>GLYPH<MT73>GLYPH<MT90>GLYPH<MT32>GLYPH<MT80>GLYPH<MT114>GLYPH<MT111>GLYPH<MT112>GLYPH<MT101>GLYPH<MT114> GLYPH<MT116>GLYPH<MT121>GLYPH<MT32>GLYPH<MT84>", "GLYPH<MT97>GLYPH<MT120>GLYPH<MT32>GLYPH<MT83>GLYPH<MT101>GLYPH<MT114> GLYPH<MT118>GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>", "GLYPH<MT97>GLYPH<MT32>GLYPH<MT110>GLYPH<MT97>GLYPH<MT116>GLYPH<MT117>GLYPH<MT114>GLYPH<MT97>GLYPH<MT108>GLYPH<MT32>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>GLYPH<MT32>GLYPH<MT101>GLYPH<MT120>GLYPH<MT101>GLYPH<MT99>GLYPH<MT117>GLYPH<MT116>GLYPH<MT101>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT112>GLYPH<MT101>GLYPH<MT114> GLYPH<MT116>GLYPH<MT121>GLYPH<MT32>GLYPH<MT116>GLYPH<MT97>GLYPH<MT120>GLYPH<MT32>GLYPH<MT97>GLYPH<MT112>GLYPH<MT112>GLYPH<MT114>GLYPH<MT97>GLYPH<MT105>GLYPH<MT115>GLYPH<MT97>GLYPH<MT108>GLYPH<MT115>GLYPH<MT46>", "GLYPH<MT83>GLYPH<MT105>GLYPH<MT110>GLYPH<MT99>GLYPH<MT101>GLYPH<MT32>GLYPH<MT49>GLYPH<MT57>GLYPH<MT57>GLYPH<MT54>GLYPH<MT44>", "GLYPH<MT32>GLYPH<MT67>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT111>GLYPH<MT108>GLYPH<MT105>GLYPH<MT100>GLYPH<MT97>GLYPH<MT116>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT71>GLYPH<MT114>GLYPH<MT97>GLYPH<MT112>GLYPH<MT104>GLYPH<MT105>GLYPH<MT99>GLYPH<MT115>GLYPH<MT32>GLYPH<MT71>GLYPH<MT114>GLYPH<MT111>GLYPH<MT117>GLYPH<MT112>GLYPH<MT32>GLYPH<MT104>GLYPH<MT97>GLYPH<MT115>GLYPH<MT32>GLYPH<MT98>GLYPH<MT101>GLYPH<MT101>GLYPH<MT110>", "GLYPH<MT117>GLYPH<MT115>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT97>GLYPH<MT99>GLYPH<MT99>GLYPH<MT111>GLYPH<MT117>GLYPH<MT110>GLYPH<MT116>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103> GLYPH<MT44>", "GLYPH<MT32>GLYPH<MT103>GLYPH<MT114>GLYPH<MT111>GLYPH<MT117>GLYPH<MT112>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT115>GLYPH<MT117>GLYPH<MT114>GLYPH<MT97>GLYPH<MT110>GLYPH<MT99>GLYPH<MT101>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT116>GLYPH<MT105>GLYPH<MT114>GLYPH<MT101>GLYPH<MT109>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>", "GLYPH<MT112>GLYPH<MT108>GLYPH<MT97>GLYPH<MT110>GLYPH<MT110>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT115>GLYPH<MT101>GLYPH<MT114> GLYPH<MT118>GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT102>GLYPH<MT114>GLYPH<MT111>GLYPH<MT109>GLYPH<MT32>GLYPH<MT67>GLYPH<MT66>GLYPH<MT73>GLYPH<MT90>GLYPH<MT46>GLYPH<MT32>GLYPH<MT73>GLYPH<MT110>GLYPH<MT32>GLYPH<MT50>GLYPH<MT48>GLYPH<MT48>GLYPH<MT49>GLYPH<MT44>", "GLYPH<MT32>GLYPH<MT67>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT111>GLYPH<MT108>GLYPH<MT105>GLYPH<MT100>GLYPH<MT97>GLYPH<MT116>GLYPH<MT101>GLYPH<MT100>", "GLYPH<MT71>GLYPH<MT114>GLYPH<MT97>GLYPH<MT112>GLYPH<MT104>GLYPH<MT105>GLYPH<MT99>GLYPH<MT115>GLYPH<MT32>GLYPH<MT100>GLYPH<MT101>GLYPH<MT101>GLYPH<MT112>GLYPH<MT101>GLYPH<MT110>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT105>GLYPH<MT116>GLYPH<MT115>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT108>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT104>GLYPH<MT105>GLYPH<MT112>GLYPH<MT32>GLYPH<MT119>GLYPH<MT105>GLYPH<MT116>GLYPH<MT104>GLYPH<MT32>GLYPH<MT67>GLYPH<MT66>GLYPH<MT73>GLYPH<MT90>GLYPH<MT32>GLYPH<MT98>GLYPH<MT121>GLYPH<MT32>GLYPH<MT97>GLYPH<MT100>GLYPH<MT100>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>", "GLYPH<MT67>GLYPH<MT66>GLYPH<MT73>GLYPH<MT90>GLYPH<MT146>GLYPH<MT115>GLYPH<MT32>GLYPH<MT112>GLYPH<MT97>GLYPH<MT121>GLYPH<MT114>GLYPH<MT111>GLYPH<MT108>GLYPH<MT108>GLYPH<MT32>GLYPH<MT115>GLYPH<MT101>GLYPH<MT114> GLYPH<MT118>GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT116>GLYPH<MT111>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT109>GLYPH<MT105>GLYPH<MT120>GLYPH<MT46>", "GLYPH<MT65>GLYPH<MT102>GLYPH<MT116>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT116>GLYPH<MT114>GLYPH<MT97>GLYPH<MT103>GLYPH<MT105>GLYPH<MT99>GLYPH<MT32>GLYPH<MT101>GLYPH<MT118>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT115>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT83>GLYPH<MT101>GLYPH<MT112>GLYPH<MT116>GLYPH<MT101>GLYPH<MT109>GLYPH<MT98>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT49>GLYPH<MT49>GLYPH<MT32>GLYPH<MT100>GLYPH<MT101>GLYPH<MT115>GLYPH<MT116>GLYPH<MT114>GLYPH<MT111>GLYPH<MT121>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT85>GLYPH<MT83>GLYPH<MT83>GLYPH<MT146>GLYPH<MT115>GLYPH<MT32>GLYPH<MT102>GLYPH<MT105>GLYPH<MT110>GLYPH<MT97>GLYPH<MT110>GLYPH<MT99>GLYPH<MT105>GLYPH<MT97>GLYPH<MT108>GLYPH<MT32>GLYPH<MT100>GLYPH<MT97>GLYPH<MT116>GLYPH<MT97>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>", "GLYPH<MT101>GLYPH<MT113>GLYPH<MT117>GLYPH<MT105>GLYPH<MT112>GLYPH<MT109>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT87>GLYPH<MT111>GLYPH<MT114> GLYPH<MT108>GLYPH<MT100>GLYPH<MT32>GLYPH<MT84>", "GLYPH<MT114>GLYPH<MT97>GLYPH<MT100>GLYPH<MT101>GLYPH<MT32>GLYPH<MT67>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT101>GLYPH<MT114>", "GLYPH<MT44>", "GLYPH<MT32>GLYPH<MT67>GLYPH<MT66>GLYPH<MT73>GLYPH<MT90>GLYPH<MT32>GLYPH<MT119>GLYPH<MT111>GLYPH<MT114> GLYPH<MT107>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT119>GLYPH<MT105>GLYPH<MT116>GLYPH<MT104>GLYPH<MT32>GLYPH<MT102>GLYPH<MT105>GLYPH<MT110>GLYPH<MT97>GLYPH<MT110>GLYPH<MT99>GLYPH<MT105>GLYPH<MT97>GLYPH<MT108>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT73>GLYPH<MT84>", "GLYPH<MT112>GLYPH<MT101>GLYPH<MT114> GLYPH<MT115>GLYPH<MT111>GLYPH<MT110>GLYPH<MT110>GLYPH<MT101>GLYPH<MT108>GLYPH<MT32>GLYPH<MT102>GLYPH<MT114>GLYPH<MT111>GLYPH<MT109>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT114>GLYPH<MT101>GLYPH<MT101>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT105>GLYPH<MT116>GLYPH<MT115>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT102>GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT32>GLYPH<MT78>GLYPH<MT101>GLYPH<MT119>GLYPH<MT32>GLYPH<MT89>", "GLYPH<MT111>GLYPH<MT114> GLYPH<MT107>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT77>GLYPH<MT97>GLYPH<MT114> GLYPH<MT121>GLYPH<MT108>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT46>GLYPH<MT32>GLYPH<MT69>GLYPH<MT120>GLYPH<MT112>GLYPH<MT101>GLYPH<MT114> GLYPH<MT116>GLYPH<MT115>GLYPH<MT32>GLYPH<MT116>GLYPH<MT101>GLYPH<MT97>GLYPH<MT109>GLYPH<MT101>GLYPH<MT100>", "GLYPH<MT117>GLYPH<MT112>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>GLYPH<MT32>GLYPH<MT98>GLYPH<MT117>GLYPH<MT105>GLYPH<MT108>GLYPH<MT100>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT118>GLYPH<MT97>GLYPH<MT115>GLYPH<MT116>GLYPH<MT108>GLYPH<MT121>GLYPH<MT32>GLYPH<MT105>GLYPH<MT109>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT118>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT102>GLYPH<MT105>GLYPH<MT110>GLYPH<MT97>GLYPH<MT110>GLYPH<MT99>GLYPH<MT105>GLYPH<MT97>GLYPH<MT108>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT112>GLYPH<MT111>GLYPH<MT114> GLYPH<MT116>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT115>GLYPH<MT121>GLYPH<MT115>GLYPH<MT116>GLYPH<MT101>GLYPH<MT109>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT97>GLYPH<MT116>GLYPH<MT32>GLYPH<MT101>GLYPH<MT110>GLYPH<MT97>GLYPH<MT98>GLYPH<MT108>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT85>GLYPH<MT83>GLYPH<MT83>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>", "GLYPH<MT109>GLYPH<MT97>GLYPH<MT107>GLYPH<MT101>GLYPH<MT32>GLYPH<MT100>GLYPH<MT101>GLYPH<MT99>GLYPH<MT105>GLYPH<MT115>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT97>GLYPH<MT116>GLYPH<MT32>GLYPH<MT119>GLYPH<MT105>GLYPH<MT108>GLYPH<MT108>GLYPH<MT32>GLYPH<MT103>GLYPH<MT105>GLYPH<MT118>GLYPH<MT101>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT109>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT109>GLYPH<MT97>GLYPH<MT120>GLYPH<MT105>GLYPH<MT109>GLYPH<MT117>GLYPH<MT109>GLYPH<MT32>GLYPH<MT117>GLYPH<MT115>GLYPH<MT101>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT115>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT102>GLYPH<MT111>GLYPH<MT114>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>", "GLYPH<MT98>GLYPH<MT101>GLYPH<MT110>GLYPH<MT101>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT115>GLYPH<MT101>GLYPH<MT97>GLYPH<MT102>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>GLYPH<MT114> GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT114>GLYPH<MT111>GLYPH<MT117>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT119>GLYPH<MT111>GLYPH<MT114> GLYPH<MT108>GLYPH<MT100>GLYPH<MT46>", "GLYPH<MT82>GLYPH<MT111>GLYPH<MT103>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT75>GLYPH<MT111>GLYPH<MT114>GLYPH<MT110>GLYPH<MT101>GLYPH<MT114>", "GLYPH<MT69>GLYPH<MT120>GLYPH<MT101>GLYPH<MT99>GLYPH<MT117>GLYPH<MT116>GLYPH<MT105>GLYPH<MT118>GLYPH<MT101>GLYPH<MT32>GLYPH<MT68>GLYPH<MT105>GLYPH<MT114>GLYPH<MT101>GLYPH<MT99>GLYPH<MT116>GLYPH<MT111>GLYPH<MT114>", "GLYPH<MT44>GLYPH<MT32>GLYPH<MT85>GLYPH<MT110>GLYPH<MT105>GLYPH<MT116>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT83>GLYPH<MT101>GLYPH<MT97>GLYPH<MT109>GLYPH<MT101>GLYPH<MT110>GLYPH<MT146>GLYPH<MT115>GLYPH<MT32>GLYPH<MT83>GLYPH<MT101>GLYPH<MT114> GLYPH<MT118>GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>", "GLYPH<MT78>GLYPH<MT101>GLYPH<MT119>GLYPH<MT32>GLYPH<MT89>", "GLYPH<MT111>GLYPH<MT114> GLYPH<MT107>GLYPH<MT44>GLYPH<MT32>GLYPH<MT78>GLYPH<MT101>GLYPH<MT119>GLYPH<MT32>GLYPH<MT89>", "GLYPH<MT111>GLYPH<MT114> GLYPH<MT107>", "GLYPH<MT85>GLYPH<MT83>GLYPH<MT83>GLYPH<MT32>GLYPH<MT101>GLYPH<MT109>GLYPH<MT112>GLYPH<MT108>GLYPH<MT111>GLYPH<MT121>GLYPH<MT101>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>GLYPH<MT32>GLYPH<MT104>GLYPH<MT111>GLYPH<MT108>GLYPH<MT100>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT102>GLYPH<MT108>GLYPH<MT97>GLYPH<MT103>GLYPH<MT32>GLYPH<MT102>GLYPH<MT105>GLYPH<MT114>GLYPH<MT101>GLYPH<MT109>GLYPH<MT101>GLYPH<MT110>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT115>GLYPH<MT99>GLYPH<MT117>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT102>GLYPH<MT114>GLYPH<MT111>GLYPH<MT109>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT105>GLYPH<MT114>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT102>GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT87>GLYPH<MT111>GLYPH<MT114> GLYPH<MT108>GLYPH<MT100>GLYPH<MT32>GLYPH<MT84>", "GLYPH<MT114>GLYPH<MT97>GLYPH<MT100>GLYPH<MT101>GLYPH<MT32>GLYPH<MT67>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT101>GLYPH<MT114>", "GLYPH<MT46>", "GLYPH<MT84>GLYPH<MT111>GLYPH<MT109>GLYPH<MT32>GLYPH<MT75>GLYPH<MT105>GLYPH<MT114>GLYPH<MT98>GLYPH<MT121>", "GLYPH<MT86> GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>GLYPH<MT32>GLYPH<MT80>GLYPH<MT114>GLYPH<MT101>GLYPH<MT115>GLYPH<MT105>GLYPH<MT100>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT44>", "GLYPH<MT65>GLYPH<MT99>GLYPH<MT113>GLYPH<MT117>GLYPH<MT105>GLYPH<MT115>GLYPH<MT105>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT86>GLYPH<MT97>GLYPH<MT108>GLYPH<MT117>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT44>", "GLYPH<MT72>GLYPH<MT101>GLYPH<MT97>GLYPH<MT108>GLYPH<MT116>GLYPH<MT104>GLYPH<MT32>GLYPH<MT67>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>GLYPH<MT32>GLYPH<MT80>GLYPH<MT114>GLYPH<MT111>GLYPH<MT112>GLYPH<MT101>GLYPH<MT114> GLYPH<MT116>GLYPH<MT121>GLYPH<MT32>GLYPH<MT73>GLYPH<MT110>GLYPH<MT118>GLYPH<MT101>GLYPH<MT115>GLYPH<MT116>GLYPH<MT111>GLYPH<MT114>GLYPH<MT115>", "GLYPH<MT78>GLYPH<MT101>GLYPH<MT119>GLYPH<MT112>GLYPH<MT111>GLYPH<MT114> GLYPH<MT116>GLYPH<MT32>GLYPH<MT66>GLYPH<MT101>GLYPH<MT97>GLYPH<MT99>GLYPH<MT104>GLYPH<MT44>GLYPH<MT32>GLYPH<MT67>GLYPH<MT97>GLYPH<MT108>GLYPH<MT105>GLYPH<MT102>GLYPH<MT111>GLYPH<MT114>GLYPH<MT110>GLYPH<MT105>GLYPH<MT97>", "GLYPH<MT68>GLYPH<MT97>GLYPH<MT118>GLYPH<MT105>GLYPH<MT100>GLYPH<MT32>GLYPH<MT83>GLYPH<MT116>GLYPH<MT101>GLYPH<MT119>GLYPH<MT97>GLYPH<MT114>GLYPH<MT100>", "GLYPH<MT80>GLYPH<MT114>GLYPH<MT101>GLYPH<MT115>GLYPH<MT105>GLYPH<MT100>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT67>GLYPH<MT69>GLYPH<MT79>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT87>GLYPH<MT111>GLYPH<MT114> GLYPH<MT108>GLYPH<MT100>GLYPH<MT32>GLYPH<MT87>GLYPH<MT105>GLYPH<MT100>GLYPH<MT101>GLYPH<MT32>GLYPH<MT84>", "GLYPH<MT101>GLYPH<MT99>GLYPH<MT104>GLYPH<MT110>GLYPH<MT111>GLYPH<MT108>GLYPH<MT111>GLYPH<MT103> GLYPH<MT121>", "GLYPH<MT44>GLYPH<MT32>GLYPH<MT73>GLYPH<MT110>GLYPH<MT99>GLYPH<MT46>", "GLYPH<MT83>GLYPH<MT116>GLYPH<MT46>GLYPH<MT32>GLYPH<MT76>GLYPH<MT111>GLYPH<MT117>GLYPH<MT105>GLYPH<MT115>GLYPH<MT44>GLYPH<MT32>GLYPH<MT77>GLYPH<MT105>GLYPH<MT115>GLYPH<MT115>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT105>", "GLYPH<MT147>GLYPH<MT65>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT32>GLYPH<MT101>GLYPH<MT45>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT99>GLYPH<MT117>GLYPH<MT114>GLYPH<MT101>GLYPH<MT109>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT108>GLYPH<MT111>GLYPH<MT103>GLYPH<MT105>GLYPH<MT115>GLYPH<MT116>GLYPH<MT105>GLYPH<MT99>GLYPH<MT115>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT118>GLYPH<MT105>GLYPH<MT100>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT73>GLYPH<MT84>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT100>GLYPH<MT117>GLYPH<MT99>GLYPH<MT116>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT115>GLYPH<MT101>GLYPH<MT114> GLYPH<MT118>GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT44>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT118>GLYPH<MT97>GLYPH<MT108>GLYPH<MT117>GLYPH<MT101>GLYPH<MT32>GLYPH<MT119>GLYPH<MT101>GLYPH<MT32>GLYPH<MT98>GLYPH<MT114>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>", "GLYPH<MT116>GLYPH<MT97>GLYPH<MT98>GLYPH<MT108>GLYPH<MT101>GLYPH<MT32>GLYPH<MT105>GLYPH<MT115>GLYPH<MT32>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT108>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT104>GLYPH<MT105>GLYPH<MT112>GLYPH<MT115>GLYPH<MT58>GLYPH<MT32>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT108>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT104>GLYPH<MT105>GLYPH<MT112>GLYPH<MT115>GLYPH<MT32>GLYPH<MT119>GLYPH<MT105>GLYPH<MT116>GLYPH<MT104>GLYPH<MT32>GLYPH<MT99>GLYPH<MT117>GLYPH<MT115>GLYPH<MT116>GLYPH<MT111>GLYPH<MT109>GLYPH<MT101>GLYPH<MT114>GLYPH<MT115>GLYPH<MT44>GLYPH<MT32>GLYPH<MT115>GLYPH<MT117>GLYPH<MT112>GLYPH<MT112>GLYPH<MT108>GLYPH<MT105>GLYPH<MT101>GLYPH<MT114>GLYPH<MT115>GLYPH<MT44>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT115>GLYPH<MT104>GLYPH<MT105>GLYPH<MT112>GLYPH<MT112>GLYPH<MT101>GLYPH<MT114>GLYPH<MT115>GLYPH<MT46>GLYPH<MT32>GLYPH<MT87>GLYPH<MT101>GLYPH<MT32>GLYPH<MT104>GLYPH<MT97>GLYPH<MT118>GLYPH<MT101>GLYPH<MT32>GLYPH<MT98>GLYPH<MT101>GLYPH<MT99>GLYPH<MT111>GLYPH<MT109>GLYPH<MT101>", "GLYPH<MT109>GLYPH<MT97>GLYPH<MT115>GLYPH<MT116>GLYPH<MT101>GLYPH<MT114>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT116>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT97>GLYPH<MT114> GLYPH<MT116>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT98>GLYPH<MT117>GLYPH<MT105>GLYPH<MT108>GLYPH<MT100>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT97>GLYPH<MT98>GLYPH<MT108>GLYPH<MT101>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT108>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT104>GLYPH<MT105>GLYPH<MT112>GLYPH<MT115>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT49>GLYPH<MT50>GLYPH<MT32>GLYPH<MT121>GLYPH<MT101>GLYPH<MT97>GLYPH<MT114>GLYPH<MT115>GLYPH<MT32>GLYPH<MT105>GLYPH<MT116>GLYPH<MT32>GLYPH<MT104>GLYPH<MT97>GLYPH<MT115>GLYPH<MT32>GLYPH<MT116>GLYPH<MT97>GLYPH<MT107>GLYPH<MT101>GLYPH<MT110>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>GLYPH<MT32>GLYPH<MT103>GLYPH<MT114>GLYPH<MT111>GLYPH<MT119>GLYPH<MT32>GLYPH<MT102>GLYPH<MT114>GLYPH<MT111>GLYPH<MT109>", "GLYPH<MT105>GLYPH<MT110>GLYPH<MT99>GLYPH<MT101>GLYPH<MT112>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT32>GLYPH<MT36>GLYPH<MT56>GLYPH<MT49>GLYPH<MT50>GLYPH<MT32>GLYPH<MT109>GLYPH<MT105>GLYPH<MT108>GLYPH<MT108>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT109>GLYPH<MT112>GLYPH<MT97>GLYPH<MT110>GLYPH<MT121>", "GLYPH<MT46>GLYPH<MT32>GLYPH<MT82>GLYPH<MT101>GLYPH<MT116>GLYPH<MT97>GLYPH<MT105>GLYPH<MT110>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT115>GLYPH<MT101>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT97>GLYPH<MT98>GLYPH<MT108>GLYPH<MT101>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT108>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT104>GLYPH<MT105>GLYPH<MT112>GLYPH<MT115>GLYPH<MT44>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT119>GLYPH<MT101>GLYPH<MT101>GLYPH<MT100>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT111>GLYPH<MT117>GLYPH<MT116>", "GLYPH<MT116>GLYPH<MT104>GLYPH<MT111>GLYPH<MT115>GLYPH<MT101>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT97>GLYPH<MT116>GLYPH<MT32>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>GLYPH<MT32>GLYPH<MT110>GLYPH<MT111>GLYPH<MT116>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT97>GLYPH<MT98>GLYPH<MT108>GLYPH<MT101>GLYPH<MT44>GLYPH<MT32>GLYPH<MT105>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT98>GLYPH<MT105>GLYPH<MT103>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT97>GLYPH<MT115>GLYPH<MT111>GLYPH<MT110>GLYPH<MT32>GLYPH<MT119>GLYPH<MT104>GLYPH<MT121>GLYPH<MT32>GLYPH<MT119>GLYPH<MT101>GLYPH<MT32>GLYPH<MT104>GLYPH<MT97>GLYPH<MT118>GLYPH<MT101>GLYPH<MT32>GLYPH<MT98>GLYPH<MT101>GLYPH<MT101>GLYPH<MT110>GLYPH<MT32>GLYPH<MT115>GLYPH<MT111>GLYPH<MT32>GLYPH<MT115>GLYPH<MT117>GLYPH<MT99>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT115>GLYPH<MT102>GLYPH<MT117>GLYPH<MT108>GLYPH<MT46>GLYPH<MT148>", "GLYPH<MT147>GLYPH<MT72>GLYPH<MT101>GLYPH<MT97>GLYPH<MT108>GLYPH<MT116>GLYPH<MT104>GLYPH<MT32>GLYPH<MT67>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>GLYPH<MT32>GLYPH<MT80>GLYPH<MT114>GLYPH<MT111>GLYPH<MT112>GLYPH<MT101>GLYPH<MT114> GLYPH<MT116>GLYPH<MT121>GLYPH<MT32>GLYPH<MT73>GLYPH<MT110>GLYPH<MT118>GLYPH<MT101>GLYPH<MT115>GLYPH<MT116>GLYPH<MT111>GLYPH<MT114>GLYPH<MT115>GLYPH<MT32>GLYPH<MT40>GLYPH<MT72>GLYPH<MT67>GLYPH<MT80>GLYPH<MT73>GLYPH<MT41>GLYPH<MT32>GLYPH<MT102>GLYPH<MT111>GLYPH<MT108>GLYPH<MT108>GLYPH<MT111>GLYPH<MT119>GLYPH<MT115>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT97>GLYPH<MT98>GLYPH<MT108>GLYPH<MT101>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT118>GLYPH<MT101>GLYPH<MT115>GLYPH<MT116>GLYPH<MT109>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>", "GLYPH<MT112>GLYPH<MT114>GLYPH<MT105>GLYPH<MT110>GLYPH<MT99>GLYPH<MT105>GLYPH<MT112>GLYPH<MT108>GLYPH<MT101>GLYPH<MT115>GLYPH<MT46>GLYPH<MT32>GLYPH<MT32>GLYPH<MT65>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT97>GLYPH<MT108>GLYPH<MT32>GLYPH<MT101>GLYPH<MT115>GLYPH<MT116>GLYPH<MT97>GLYPH<MT116>GLYPH<MT101>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT118>GLYPH<MT101>GLYPH<MT115>GLYPH<MT116>GLYPH<MT109>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT32>GLYPH<MT116>GLYPH<MT114>GLYPH<MT117>GLYPH<MT115>GLYPH<MT116>GLYPH<MT32>GLYPH<MT40>GLYPH<MT82>GLYPH<MT69>GLYPH<MT73>GLYPH<MT84>GLYPH<MT41>GLYPH<MT44>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT118>GLYPH<MT101>GLYPH<MT115>GLYPH<MT116>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT111>GLYPH<MT110>GLYPH<MT108>GLYPH<MT121>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>", "GLYPH<MT104>GLYPH<MT101>GLYPH<MT97>GLYPH<MT108>GLYPH<MT116>GLYPH<MT104>GLYPH<MT32>GLYPH<MT99>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT112>GLYPH<MT101>GLYPH<MT114> GLYPH<MT116>GLYPH<MT105>GLYPH<MT101>GLYPH<MT115>GLYPH<MT44>GLYPH<MT32>GLYPH<MT119>GLYPH<MT101>GLYPH<MT32>GLYPH<MT104>GLYPH<MT97>GLYPH<MT118>GLYPH<MT101>GLYPH<MT32>GLYPH<MT103>GLYPH<MT97>GLYPH<MT105>GLYPH<MT110>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT109>GLYPH<MT112>GLYPH<MT101>GLYPH<MT116>GLYPH<MT105>GLYPH<MT116>GLYPH<MT105>GLYPH<MT118>GLYPH<MT101>GLYPH<MT32>GLYPH<MT101>GLYPH<MT100>GLYPH<MT103>GLYPH<MT101>GLYPH<MT32>GLYPH<MT98>GLYPH<MT121>GLYPH<MT32>GLYPH<MT102>GLYPH<MT111>GLYPH<MT99>GLYPH<MT117>GLYPH<MT115>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>", "GLYPH<MT111>GLYPH<MT110>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT110>GLYPH<MT105>GLYPH<MT99>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT97>GLYPH<MT116>GLYPH<MT32>GLYPH<MT119>GLYPH<MT101>GLYPH<MT32>GLYPH<MT107>GLYPH<MT110>GLYPH<MT111>GLYPH<MT119>GLYPH<MT32>GLYPH<MT119>GLYPH<MT101>GLYPH<MT108>GLYPH<MT108>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT99>GLYPH<MT114>GLYPH<MT101>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT118>GLYPH<MT101>GLYPH<MT108>GLYPH<MT121>GLYPH<MT32>GLYPH<MT101>GLYPH<MT120>GLYPH<MT112>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT32>GLYPH<MT114>GLYPH<MT111>GLYPH<MT108>GLYPH<MT101>GLYPH<MT32>GLYPH<MT119>GLYPH<MT105>GLYPH<MT116>GLYPH<MT104>GLYPH<MT105>GLYPH<MT110>", "GLYPH<MT105>GLYPH<MT116>GLYPH<MT46>GLYPH<MT32>GLYPH<MT66>GLYPH<MT121>GLYPH<MT32>GLYPH<MT109>GLYPH<MT97>GLYPH<MT107>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT115>GLYPH<MT116>GLYPH<MT114>GLYPH<MT97>GLYPH<MT116>GLYPH<MT101>GLYPH<MT103>GLYPH<MT105>GLYPH<MT99>GLYPH<MT32>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT105>GLYPH<MT109>GLYPH<MT97>GLYPH<MT114> GLYPH<MT121>GLYPH<MT32>GLYPH<MT99>GLYPH<MT114>GLYPH<MT105>GLYPH<MT116>GLYPH<MT101>GLYPH<MT114>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT32>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT32>GLYPH<MT98>GLYPH<MT117>GLYPH<MT115>GLYPH<MT105>GLYPH<MT110>GLYPH<MT101>GLYPH<MT115>GLYPH<MT115>GLYPH<MT32>GLYPH<MT100>GLYPH<MT101>GLYPH<MT99>GLYPH<MT105>GLYPH<MT115>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT44>", "GLYPH<MT119>GLYPH<MT101>GLYPH<MT32>GLYPH<MT104>GLYPH<MT97>GLYPH<MT118>GLYPH<MT101>GLYPH<MT32>GLYPH<MT99>GLYPH<MT114>GLYPH<MT101>GLYPH<MT97>GLYPH<MT116>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT115>GLYPH<MT117>GLYPH<MT99>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT115>GLYPH<MT102>GLYPH<MT117>GLYPH<MT108>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT109>GLYPH<MT98>GLYPH<MT105>GLYPH<MT110>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT115>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT44>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT99>GLYPH<MT108>GLYPH<MT117>GLYPH<MT100>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>", "GLYPH<MT99>GLYPH<MT108>GLYPH<MT105>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT115>GLYPH<MT44>GLYPH<MT32>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT32>GLYPH<MT101>GLYPH<MT109>GLYPH<MT112>GLYPH<MT108>GLYPH<MT111>GLYPH<MT121>GLYPH<MT101>GLYPH<MT101>GLYPH<MT115>GLYPH<MT44>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT32>GLYPH<MT98>GLYPH<MT117>GLYPH<MT115>GLYPH<MT105>GLYPH<MT110>GLYPH<MT101>GLYPH<MT115>GLYPH<MT115>GLYPH<MT32>GLYPH<MT112>GLYPH<MT97>GLYPH<MT114> GLYPH<MT116>GLYPH<MT110>GLYPH<MT101>GLYPH<MT114>GLYPH<MT115>GLYPH<MT46>GLYPH<MT148>", "GLYPH<MT147>GLYPH<MT66>GLYPH<MT117>GLYPH<MT105>GLYPH<MT108>GLYPH<MT100>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT97>GLYPH<MT98>GLYPH<MT108>GLYPH<MT101>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT108>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT104>GLYPH<MT105>GLYPH<MT112>GLYPH<MT32>GLYPH<MT105>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT108>GLYPH<MT108>GLYPH<MT32>GLYPH<MT97>GLYPH<MT98>GLYPH<MT111>GLYPH<MT117>GLYPH<MT116>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT105>GLYPH<MT111>GLYPH<MT114>GLYPH<MT105>GLYPH<MT116>GLYPH<MT105>GLYPH<MT101>GLYPH<MT115>GLYPH<MT46>GLYPH<MT32>GLYPH<MT70>GLYPH<MT105>GLYPH<MT114>GLYPH<MT115>GLYPH<MT116>", "GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT102>GLYPH<MT111>GLYPH<MT114>GLYPH<MT101>GLYPH<MT109>GLYPH<MT111>GLYPH<MT115>GLYPH<MT116>GLYPH<MT44>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT115>GLYPH<MT117>GLYPH<MT99>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT115>GLYPH<MT102>GLYPH<MT117>GLYPH<MT108>GLYPH<MT32>GLYPH<MT112>GLYPH<MT97>GLYPH<MT114> GLYPH<MT116>GLYPH<MT110>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT104>GLYPH<MT97>GLYPH<MT115>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>GLYPH<MT32>GLYPH<MT102>GLYPH<MT111>GLYPH<MT99>GLYPH<MT117>GLYPH<MT115>GLYPH<MT32>GLYPH<MT111>GLYPH<MT110>GLYPH<MT32>GLYPH<MT100>GLYPH<MT111>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>", "GLYPH<MT119>GLYPH<MT104>GLYPH<MT97>GLYPH<MT116>GLYPH<MT32>GLYPH<MT105>GLYPH<MT116>GLYPH<MT32>GLYPH<MT100>GLYPH<MT111>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT98>GLYPH<MT101>GLYPH<MT115>GLYPH<MT116>GLYPH<MT46>GLYPH<MT32>GLYPH<MT65>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT103>GLYPH<MT114>GLYPH<MT97>GLYPH<MT112>GLYPH<MT104>GLYPH<MT105>GLYPH<MT99>GLYPH<MT32>GLYPH<MT97>GLYPH<MT114> GLYPH<MT116>GLYPH<MT115>GLYPH<MT32>GLYPH<MT99>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT111>GLYPH<MT112>GLYPH<MT101>GLYPH<MT114>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT32>GLYPH<MT97>", "GLYPH<MT99>GLYPH<MT111>GLYPH<MT109>GLYPH<MT112>GLYPH<MT101>GLYPH<MT116>GLYPH<MT105>GLYPH<MT116>GLYPH<MT105>GLYPH<MT118>GLYPH<MT101>GLYPH<MT32>GLYPH<MT101>GLYPH<MT110>GLYPH<MT118> GLYPH<MT105>GLYPH<MT114>GLYPH<MT111>GLYPH<MT110>GLYPH<MT109>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT44>GLYPH<MT32>GLYPH<MT119>GLYPH<MT101>GLYPH<MT32>GLYPH<MT100>GLYPH<MT111>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT108>GLYPH<MT111>GLYPH<MT116>GLYPH<MT32>GLYPH<MT109>GLYPH<MT111>GLYPH<MT114>GLYPH<MT101>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT97>GLYPH<MT110>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT105>GLYPH<MT110>GLYPH<MT116>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT58>GLYPH<MT32>GLYPH<MT32>GLYPH<MT119>GLYPH<MT101>", "GLYPH<MT112>GLYPH<MT114>GLYPH<MT105>GLYPH<MT100>GLYPH<MT101>GLYPH<MT32>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT115>GLYPH<MT101>GLYPH<MT108>GLYPH<MT118>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT111>GLYPH<MT110>GLYPH<MT32>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT32>GLYPH<MT97>GLYPH<MT98>GLYPH<MT105>GLYPH<MT108>GLYPH<MT105>GLYPH<MT116>GLYPH<MT121>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102> GLYPH<MT102>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>GLYPH<MT116>GLYPH<MT97>GLYPH<MT108>GLYPH<MT32>GLYPH<MT115>GLYPH<MT111>GLYPH<MT108>GLYPH<MT117>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT46>GLYPH<MT32>GLYPH<MT66>GLYPH<MT117>GLYPH<MT116>GLYPH<MT32>GLYPH<MT105>GLYPH<MT102>", "GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT114>GLYPH<MT101>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT109>GLYPH<MT112>GLYPH<MT101>GLYPH<MT116>GLYPH<MT101>GLYPH<MT110>GLYPH<MT99>GLYPH<MT121>GLYPH<MT32>GLYPH<MT115>GLYPH<MT117>GLYPH<MT102> GLYPH<MT102>GLYPH<MT101>GLYPH<MT114>GLYPH<MT115>GLYPH<MT44>GLYPH<MT32>GLYPH<MT115>GLYPH<MT111>GLYPH<MT32>GLYPH<MT100>GLYPH<MT111>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT101>GLYPH<MT118>GLYPH<MT101>GLYPH<MT114> GLYPH<MT121>GLYPH<MT116>GLYPH<MT104>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT101>GLYPH<MT108>GLYPH<MT115>GLYPH<MT101>GLYPH<MT46>GLYPH<MT32>GLYPH<MT65>GLYPH<MT102> GLYPH<MT116>GLYPH<MT101>GLYPH<MT114>", "GLYPH<MT97>GLYPH<MT32>GLYPH<MT99>GLYPH<MT117>GLYPH<MT115>GLYPH<MT116>GLYPH<MT111>GLYPH<MT109>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT108>GLYPH<MT101>GLYPH<MT97>GLYPH<MT114>GLYPH<MT110>GLYPH<MT115>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT97>GLYPH<MT116>GLYPH<MT32>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT99>GLYPH<MT97>GLYPH<MT110>GLYPH<MT32>GLYPH<MT100>GLYPH<MT101>GLYPH<MT112>GLYPH<MT101>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT111>GLYPH<MT110>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT105>GLYPH<MT115>GLYPH<MT116>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT108>GLYPH<MT121>GLYPH<MT32>GLYPH<MT104>GLYPH<MT105>GLYPH<MT103>GLYPH<MT104>", "GLYPH<MT113>GLYPH<MT117>GLYPH<MT97>GLYPH<MT108>GLYPH<MT105>GLYPH<MT116>GLYPH<MT121>", "GLYPH<MT44>GLYPH<MT32>GLYPH<MT106>GLYPH<MT111>GLYPH<MT98>GLYPH<MT32>GLYPH<MT97>GLYPH<MT102> GLYPH<MT116>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT106>GLYPH<MT111>GLYPH<MT98>GLYPH<MT44>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT110>GLYPH<MT32>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT99>GLYPH<MT97>GLYPH<MT110>GLYPH<MT32>GLYPH<MT98>GLYPH<MT101>GLYPH<MT103>GLYPH<MT105>GLYPH<MT110>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>GLYPH<MT32>GLYPH<MT97>GLYPH<MT112>GLYPH<MT112>GLYPH<MT114>GLYPH<MT101>GLYPH<MT99>GLYPH<MT105>GLYPH<MT97>GLYPH<MT116>GLYPH<MT101>GLYPH<MT32>GLYPH<MT97>GLYPH<MT108>GLYPH<MT108>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>", "GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT32>GLYPH<MT111>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT115>GLYPH<MT116>GLYPH<MT114>GLYPH<MT101>GLYPH<MT110>GLYPH<MT103>GLYPH<MT116>GLYPH<MT104>GLYPH<MT115>GLYPH<MT46>GLYPH<MT32>GLYPH<MT84>GLYPH<MT104>GLYPH<MT105>GLYPH<MT115>GLYPH<MT32>GLYPH<MT105>GLYPH<MT115>GLYPH<MT32>GLYPH<MT104>GLYPH<MT111>GLYPH<MT119>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT97>GLYPH<MT98>GLYPH<MT108>GLYPH<MT101>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT108>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT104>GLYPH<MT105>GLYPH<MT112>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>", "GLYPH<MT98>GLYPH<MT117>GLYPH<MT105>GLYPH<MT108>GLYPH<MT116>GLYPH<MT32>GLYPH<MT150>GLYPH<MT32>GLYPH<MT102>GLYPH<MT114>GLYPH<MT111>GLYPH<MT109>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT103>GLYPH<MT114>GLYPH<MT111>GLYPH<MT117>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT117>GLYPH<MT112>GLYPH<MT46>GLYPH<MT148>", "GLYPH<MT147>GLYPH<MT65>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT32>GLYPH<MT110>GLYPH<MT111>GLYPH<MT110>GLYPH<MT45>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT32>GLYPH<MT111>GLYPH<MT114>GLYPH<MT103>GLYPH<MT97>GLYPH<MT110>GLYPH<MT105>GLYPH<MT122>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT44>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT97>GLYPH<MT98>GLYPH<MT105>GLYPH<MT108>GLYPH<MT105>GLYPH<MT116>GLYPH<MT121>GLYPH<MT32>GLYPH<MT111>GLYPH<MT98>GLYPH<MT118>GLYPH<MT105>GLYPH<MT111>GLYPH<MT117>GLYPH<MT115>GLYPH<MT108>GLYPH<MT121>GLYPH<MT32>GLYPH<MT105>GLYPH<MT115>GLYPH<MT32>GLYPH<MT110>GLYPH<MT111>GLYPH<MT116>GLYPH<MT32>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT105>GLYPH<MT109>GLYPH<MT97>GLYPH<MT114> GLYPH<MT121>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT110>GLYPH<MT99>GLYPH<MT101>GLYPH<MT114>GLYPH<MT110>GLYPH<MT46>GLYPH<MT32>GLYPH<MT32>GLYPH<MT79>GLYPH<MT117>GLYPH<MT114>", "GLYPH<MT112>GLYPH<MT114>GLYPH<MT105>GLYPH<MT109>GLYPH<MT97>GLYPH<MT114> GLYPH<MT121>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT110>GLYPH<MT99>GLYPH<MT101>GLYPH<MT114>GLYPH<MT110>GLYPH<MT32>GLYPH<MT105>GLYPH<MT115>GLYPH<MT32>GLYPH<MT109>GLYPH<MT101>GLYPH<MT101>GLYPH<MT116>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT110>GLYPH<MT101>GLYPH<MT101>GLYPH<MT100>GLYPH<MT115>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT98>GLYPH<MT111>GLYPH<MT116>GLYPH<MT104>GLYPH<MT32>GLYPH<MT85>GLYPH<MT46>GLYPH<MT83>GLYPH<MT46>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT116>GLYPH<MT101>GLYPH<MT114>GLYPH<MT110>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT97>GLYPH<MT108>GLYPH<MT32>GLYPH<MT109>GLYPH<MT101>GLYPH<MT114>GLYPH<MT99>GLYPH<MT104>GLYPH<MT97>GLYPH<MT110>GLYPH<MT116>", "GLYPH<MT115>GLYPH<MT101>GLYPH<MT97>GLYPH<MT102>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>GLYPH<MT114>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT98>GLYPH<MT114>GLYPH<MT111>GLYPH<MT97>GLYPH<MT100>GLYPH<MT46>GLYPH<MT32>GLYPH<MT87>GLYPH<MT101>GLYPH<MT32>GLYPH<MT100>GLYPH<MT111>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT105>GLYPH<MT115>GLYPH<MT32>GLYPH<MT98>GLYPH<MT121>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT118>GLYPH<MT105>GLYPH<MT100>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT99>GLYPH<MT114>GLYPH<MT101>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT97>GLYPH<MT108>GLYPH<MT44>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT109>GLYPH<MT109>GLYPH<MT117>GLYPH<MT110>GLYPH<MT105>GLYPH<MT99>GLYPH<MT97>GLYPH<MT116>GLYPH<MT105>GLYPH<MT111>GLYPH<MT110>GLYPH<MT115>GLYPH<MT44>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT117>GLYPH<MT110>GLYPH<MT115>GLYPH<MT101>GLYPH<MT108>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>", "GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT111>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT99>GLYPH<MT111>GLYPH<MT109>GLYPH<MT109>GLYPH<MT117>GLYPH<MT110>GLYPH<MT105>GLYPH<MT116>GLYPH<MT121>GLYPH<MT32>GLYPH<MT115>GLYPH<MT101>GLYPH<MT114> GLYPH<MT118>GLYPH<MT105>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT116>GLYPH<MT32>GLYPH<MT49>GLYPH<MT48>GLYPH<MT32>GLYPH<MT85>GLYPH<MT83>GLYPH<MT83>GLYPH<MT32>GLYPH<MT99>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT101>GLYPH<MT114>GLYPH<MT115>GLYPH<MT32>GLYPH<MT105>GLYPH<MT110>GLYPH<MT32>GLYPH<MT112>GLYPH<MT111>GLYPH<MT114> GLYPH<MT116>GLYPH<MT115>GLYPH<MT32>GLYPH<MT97>GLYPH<MT114>GLYPH<MT111>GLYPH<MT117>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT103>GLYPH<MT108>GLYPH<MT111>GLYPH<MT98>GLYPH<MT101>GLYPH<MT46>GLYPH<MT32>GLYPH<MT84>GLYPH<MT104>GLYPH<MT117>GLYPH<MT115>GLYPH<MT44>", "GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT32>GLYPH<MT145>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT146>GLYPH<MT32>GLYPH<MT105>GLYPH<MT115>GLYPH<MT32>GLYPH<MT101>GLYPH<MT118>GLYPH<MT105>GLYPH<MT100>GLYPH<MT101>GLYPH<MT110>GLYPH<MT99>GLYPH<MT101>GLYPH<MT100>GLYPH<MT32>GLYPH<MT98>GLYPH<MT121>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT32>GLYPH<MT110>GLYPH<MT117>GLYPH<MT109>GLYPH<MT98>GLYPH<MT101>GLYPH<MT114>GLYPH<MT32>GLYPH<MT111>GLYPH<MT102>GLYPH<MT32>GLYPH<MT112>GLYPH<MT101>GLYPH<MT111>GLYPH<MT112>GLYPH<MT108>GLYPH<MT101>GLYPH<MT32>GLYPH<MT119>GLYPH<MT101>GLYPH<MT32>GLYPH<MT97>GLYPH<MT114>GLYPH<MT101>GLYPH<MT32>GLYPH<MT97>GLYPH<MT98>GLYPH<MT108>GLYPH<MT101>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>GLYPH<MT32>GLYPH<MT97>GLYPH<MT115>GLYPH<MT115>GLYPH<MT105>GLYPH<MT115>GLYPH<MT116>GLYPH<MT44>GLYPH<MT32>GLYPH<MT97>GLYPH<MT110>GLYPH<MT100>GLYPH<MT32>GLYPH<MT116>GLYPH<MT97>GLYPH<MT107>GLYPH<MT105>GLYPH<MT110>GLYPH<MT103>", "GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT32>GLYPH<MT114>GLYPH<MT101>GLYPH<MT115>GLYPH<MT111>GLYPH<MT117>GLYPH<MT114>GLYPH<MT99>GLYPH<MT101>GLYPH<MT115>GLYPH<MT32>GLYPH<MT116>GLYPH<MT111>GLYPH<MT32>GLYPH<MT116>GLYPH<MT104>GLYPH<MT101>GLYPH<MT105>GLYPH<MT114>GLYPH<MT32>GLYPH<MT102>GLYPH<MT117>GLYPH<MT108>GLYPH<MT108>GLYPH<MT32>GLYPH<MT112>GLYPH<MT111>GLYPH<MT116>GLYPH<MT101>GLYPH<MT110>GLYPH<MT116>GLYPH<MT105>GLYPH<MT97>GLYPH<MT108>GLYPH<MT32>GLYPH<MT105>GLYPH<MT115>GLYPH<MT32>GLYPH<MT104>GLYPH<MT111>GLYPH<MT119>GLYPH<MT32>GLYPH<MT119>GLYPH<MT101>GLYPH<MT32>GLYPH<MT100>GLYPH<MT101>GLYPH<MT102>GLYPH<MT105>GLYPH<MT110>GLYPH<MT101>GLYPH<MT32>GLYPH<MT112>GLYPH<MT114>GLYPH<MT111>GLYPH<MT102>GLYPH<MT105>GLYPH<MT116>GLYPH<MT97>GLYPH<MT98>GLYPH<MT105>GLYPH<MT108>GLYPH<MT105>GLYPH<MT116>GLYPH<MT121>", "GLYPH<MT46>GLYPH<MT148>" ]
[ [ 284, 41, 199, 13 ], [ 526, 247, 219, 13 ], [ 238, 500, 211, 13 ], [ 409, 787, 179, 13 ], [ 651, 493, 372, 276 ], [ 651, 493, 372, 276 ], [ 651, 493, 372, 276 ], [ 651, 493, 372, 276 ], [ 651, 493, 372, 276 ], [ 651, 493, 372, 276 ], [ 0, 768, 384, 256 ], [ 23, 380, 85, 369 ], [ 23, 380, 85, 369 ], [ 311, 132, 611, 51 ], [ 311, 132, 611, 51 ], [ 311, 132, 611, 51 ], [ 311, 132, 611, 51 ], [ 311, 132, 611, 51 ], [ 311, 132, 611, 51 ], [ 311, 132, 611, 51 ], [ 311, 132, 611, 51 ], [ 311, 132, 611, 51 ], [ 311, 132, 611, 51 ], [ 311, 132, 611, 51 ], [ 551, 366, 431, 65 ], [ 551, 366, 431, 65 ], [ 551, 366, 431, 65 ], [ 551, 366, 431, 65 ], [ 551, 366, 431, 65 ], [ 551, 366, 431, 65 ], [ 551, 366, 431, 65 ], [ 551, 366, 431, 65 ], [ 551, 366, 431, 65 ], [ 551, 366, 431, 65 ], [ 551, 366, 431, 65 ], [ 551, 366, 431, 65 ], [ 263, 660, 371, 65 ], [ 263, 660, 371, 65 ], [ 263, 660, 371, 65 ], [ 263, 660, 371, 65 ], [ 263, 660, 371, 65 ], [ 263, 660, 371, 65 ], [ 263, 660, 371, 65 ], [ 263, 660, 371, 65 ], [ 435, 892, 526, 79 ], [ 435, 892, 526, 79 ], [ 435, 892, 526, 79 ], [ 435, 892, 526, 79 ], [ 435, 892, 526, 79 ], [ 435, 892, 526, 79 ], [ 435, 892, 526, 79 ], [ 435, 892, 526, 79 ], [ 435, 892, 526, 79 ], [ 435, 892, 526, 79 ], [ 404, 977, 468, 41 ], [ 404, 977, 468, 41 ], [ 404, 977, 468, 41 ], [ 404, 977, 468, 41 ], [ 404, 977, 468, 41 ], [ 404, 977, 468, 41 ], [ 404, 977, 468, 41 ], [ 404, 977, 468, 41 ], [ 404, 977, 468, 41 ], [ 230, 436, 147, 44 ], [ 230, 436, 147, 44 ], [ 230, 436, 147, 44 ], [ 230, 436, 147, 44 ], [ 230, 436, 147, 44 ], [ 250, 197, 239, 30 ], [ 250, 197, 239, 30 ], [ 250, 197, 239, 30 ], [ 250, 197, 239, 30 ], [ 250, 197, 239, 30 ], [ 278, 56, 645, 65 ], [ 278, 56, 645, 65 ], [ 278, 56, 645, 65 ], [ 278, 56, 645, 65 ], [ 278, 56, 645, 65 ], [ 278, 56, 645, 65 ], [ 519, 263, 464, 92 ], [ 519, 263, 464, 92 ], [ 519, 263, 464, 92 ], [ 519, 263, 464, 92 ], [ 519, 263, 464, 92 ], [ 519, 263, 464, 92 ], [ 519, 263, 464, 92 ], [ 230, 516, 404, 133 ], [ 230, 516, 404, 133 ], [ 230, 516, 404, 133 ], [ 230, 516, 404, 133 ], [ 230, 516, 404, 133 ], [ 230, 516, 404, 133 ], [ 230, 516, 404, 133 ], [ 230, 516, 404, 133 ], [ 230, 516, 404, 133 ], [ 230, 516, 404, 133 ], [ 230, 516, 404, 133 ], [ 403, 803, 559, 79 ], [ 403, 803, 559, 79 ], [ 403, 803, 559, 79 ], [ 403, 803, 559, 79 ], [ 403, 803, 559, 79 ], [ 403, 803, 559, 79 ], [ 403, 803, 559, 79 ] ]
[ [ 284, 41, 199, 13 ], [ 526, 247, 219, 13 ], [ 238, 500, 211, 13 ], [ 409, 787, 179, 13 ], [ 742, 728, 48, 7 ], [ 742, 739, 121, 7 ], [ 742, 748, 141, 7 ], [ 742, 757, 74, 7 ], [ 841, 728, 20, 7 ], [ 733, 747, 1, 7 ], [ 37, 999, 48, 7 ], [ 23, 438, 85, 311 ], [ 23, 380, 85, 56 ], [ 311, 132, 89, 11 ], [ 400, 132, 520, 11 ], [ 311, 146, 143, 11 ], [ 454, 146, 314, 11 ], [ 768, 146, 134, 11 ], [ 311, 159, 35, 11 ], [ 346, 159, 207, 11 ], [ 552, 159, 370, 11 ], [ 311, 173, 210, 11 ], [ 521, 173, 71, 11 ], [ 592, 173, 225, 11 ], [ 551, 366, 215, 11 ], [ 766, 366, 216, 11 ], [ 551, 379, 179, 11 ], [ 729, 379, 4, 11 ], [ 733, 379, 118, 11 ], [ 850, 379, 132, 11 ], [ 551, 393, 137, 11 ], [ 687, 393, 266, 11 ], [ 551, 407, 45, 11 ], [ 596, 407, 279, 11 ], [ 875, 407, 106, 11 ], [ 551, 420, 324, 11 ], [ 263, 660, 85, 11 ], [ 348, 660, 275, 11 ], [ 263, 673, 121, 11 ], [ 384, 673, 221, 11 ], [ 263, 687, 263, 11 ], [ 525, 687, 95, 11 ], [ 263, 701, 371, 11 ], [ 263, 714, 247, 11 ], [ 435, 892, 522, 11 ], [ 435, 906, 173, 11 ], [ 606, 906, 80, 11 ], [ 686, 906, 4, 11 ], [ 690, 906, 233, 11 ], [ 435, 920, 294, 11 ], [ 727, 920, 234, 11 ], [ 435, 933, 525, 11 ], [ 435, 947, 508, 11 ], [ 435, 960, 261, 11 ], [ 404, 977, 65, 7 ], [ 404, 988, 86, 7 ], [ 490, 988, 134, 7 ], [ 404, 999, 30, 7 ], [ 433, 999, 51, 7 ], [ 484, 999, 15, 7 ], [ 404, 1010, 410, 7 ], [ 814, 1010, 56, 7 ], [ 869, 1010, 3, 7 ], [ 230, 436, 48, 7 ], [ 230, 447, 72, 7 ], [ 230, 455, 130, 7 ], [ 230, 464, 147, 7 ], [ 230, 473, 125, 7 ], [ 250, 197, 71, 7 ], [ 250, 208, 169, 7 ], [ 418, 208, 48, 7 ], [ 465, 208, 23, 7 ], [ 250, 219, 90, 7 ], [ 278, 56, 644, 11 ], [ 283, 70, 640, 11 ], [ 283, 83, 624, 11 ], [ 283, 97, 251, 11 ], [ 534, 97, 388, 11 ], [ 283, 110, 521, 11 ], [ 519, 263, 449, 11 ], [ 526, 276, 449, 11 ], [ 526, 290, 457, 11 ], [ 526, 303, 458, 11 ], [ 526, 317, 457, 11 ], [ 526, 331, 458, 11 ], [ 526, 344, 342, 11 ], [ 230, 516, 399, 11 ], [ 238, 529, 379, 11 ], [ 238, 543, 375, 11 ], [ 238, 556, 397, 11 ], [ 238, 570, 389, 11 ], [ 238, 584, 392, 11 ], [ 238, 597, 390, 11 ], [ 238, 611, 43, 11 ], [ 281, 611, 344, 11 ], [ 238, 624, 392, 11 ], [ 238, 638, 184, 11 ], [ 403, 803, 550, 11 ], [ 409, 816, 518, 11 ], [ 409, 830, 553, 11 ], [ 409, 843, 540, 11 ], [ 409, 857, 541, 11 ], [ 409, 871, 422, 11 ], [ 831, 871, 10, 11 ] ]
[ 7, 7, 7, 7, 6, 6, 6, 6, 6, 6, 6, 5, 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 ]
7e800b034d7aefff1a3e2550ad74b74a2313334d54c42afa677aa58ea44370a3
NYSE_CBZ_2001.pdf
5
11
648
828
1,025
1,025
ann_reports_00_04_fancy
financial_reports
11868
[ "Airspace ", "Chapter 15 ", "Introduction ", "The two categories of airspace are: regulatory and ", "nonregulatory. Within these two categories, there are four ", "types: controlled, uncontrolled, special use, and other ", "airspace. The categories and types of airspace are dictated ", "by the complexity or density of aircraft movements, nature ", "of the operations conducted within the airspace, the level of ", "safety required, and national and public interest. ", "Figure 15-1 ", "presents a profile view of the dimensions of various classes ", "of airspace. Also, there are excerpts from sectional charts ", "that are discussed in Chapter 16, Navigation, that are used ", "to illustrate how airspace is depicted. " ]
[ [ 124, 289, 240, 92 ], [ 124, 289, 240, 92 ], [ 124, 395, 125, 20 ], [ 124, 420, 417, 180 ], [ 124, 420, 417, 180 ], [ 124, 420, 417, 180 ], [ 124, 420, 417, 180 ], [ 124, 420, 417, 180 ], [ 124, 420, 417, 180 ], [ 124, 420, 417, 180 ], [ 124, 420, 417, 180 ], [ 124, 420, 417, 180 ], [ 124, 420, 417, 180 ], [ 124, 420, 417, 180 ], [ 124, 420, 417, 180 ] ]
[ [ 124, 306, 240, 75 ], [ 124, 289, 99, 25 ], [ 124, 395, 125, 20 ], [ 124, 420, 417, 15 ], [ 124, 437, 414, 15 ], [ 124, 453, 416, 15 ], [ 124, 470, 414, 15 ], [ 124, 487, 413, 15 ], [ 124, 503, 412, 15 ], [ 124, 520, 327, 15 ], [ 451, 520, 84, 15 ], [ 124, 536, 413, 15 ], [ 124, 553, 414, 15 ], [ 124, 569, 414, 15 ], [ 124, 586, 260, 15 ] ]
[ 7, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
b78af954fde862195cbba445e19fb943f8c0d46f8b52f0837f4017e2535b0510
pilot_handbook.pdf
376
524
594
774
1,025
1,025
faa_regulations
laws_and_regulations
11869
[ "notes to the Consolidated Financial Statements (cont’d)", "As at the dates indicated below, the Company had the following financial instruments measured at fair value categorized into the ", "following levels:", "During the fifty-two week periods ended December 31, 2011, January 1, 2011 and January 3, 2010, there were no transfers between ", "Level 1 and Level 2 fair value measurements, and no transfers into and out of Level 3 fair value measurements. ", "The primary objective of the Company’s capital management policy is to ensure that it maintains a strong credit rating and healthy ", "capital ratios in order to support its business and maximize shareholder value. Capital includes funded debt, letters of credit, and ", "common shareholder equity including accumulated other comprehensive income, except for gains and losses on derivatives used to ", "hedge interest and foreign exchange cash flow exposures. ", "The Company manages its capital structure and makes adjustments to it, in light of changes in economic conditions. To maintain or ", "adjust the capital structure, the Company may adjust the dividend payment to shareholders, return capital to shareholders, purchase ", "its capital stock under a Normal Course Issuer Bid (“NCIB”) or issue new shares. Capital distributions, including purchases of stock, ", "are subject to a fixed charge coverage ratio under the Company’s working capital debt facilities. This ratio is only operative if the ", "consolidated aggregated availability under the working capital debt facility is less than $20 million. Capital distributions, including ", "dividends and NCIB purchases are also restricted under the new long-term debt agreements. The Company has availability in excess ", "of $40 million as at December 31, 2011. The Company monitors capital (excluding letters of credit) using the ratio of funded debt to ", "capitalization, which is net interest bearing debt divided by total capital plus net interest-bearing debt. The Company’s objective is to ", "keep this ratio between 35% and 50%. Seasonal working capital debt may result in the Company exceeding the ratio at certain times ", "throughout the fiscal year. The Directors of the Company have also decided that this range can be exceeded on a temporary basis to ", "affect the Icelandic USA Acquisition. ", "The Company includes in net funded debt, finance lease obligations and interest-bearing loans and borrowings, excluding deferred ", "financing fees, less cash and cash equivalents.", "97", "AnnuAl RepoRt 2011", "23.", "CAPITAl mANAgEmENT", "January 3 ", "2010 ", "Level 1 ", "Level 2 ", "Level 3", "Assets measured at fair value", "Foreign exchange contracts; hedged ", "$ ", " 1,590", "$ ", " –", "$ ", " 1,590", "$ ", " –", "Liabilities measured at fair value", "Foreign exchange contracts; hedged ", " (3,989) ", " –", " (3,989) ", " –", "Interest and principal cross currency swap ", " (928) ", " –", " (928) ", " –", "January 1 ", "2011 ", "Level 1 ", "Level 2 ", "Level 3", "Assets measured at fair value", "Foreign exchange contracts; hedged ", "$ ", " 890", "$ ", " –", "$ ", " 890", "$ ", " –", "Liabilities measured at fair value", "Foreign exchange contracts; hedged ", " (2,334) ", " –", " (2,334) ", " –", "Interest and principal cross currency swap ", " (207) ", " –", " (207) ", " –", "(All amounts in $000s)", "December 31", "2011 ", "Level 1 ", "Level 2 ", "Level 3", "Assets measured at fair value", "Foreign exchange contracts; hedged ", "$", " 1,346", "$ ", " –", " $ ", " 1,346", "$ ", " –", "Liabilities measured at fair value", "Foreign exchange contracts; hedged ", " 793", " –", " 793", " –" ]
[ [ 656, 52, 288, 11 ], [ 100, 91, 818, 26 ], [ 100, 91, 818, 26 ], [ 100, 481, 815, 26 ], [ 100, 481, 815, 26 ], [ 100, 585, 837, 54 ], [ 100, 585, 837, 54 ], [ 100, 585, 837, 54 ], [ 100, 585, 837, 54 ], [ 100, 653, 842, 154 ], [ 100, 653, 842, 154 ], [ 100, 653, 842, 154 ], [ 100, 653, 842, 154 ], [ 100, 653, 842, 154 ], [ 100, 653, 842, 154 ], [ 100, 653, 842, 154 ], [ 100, 653, 842, 154 ], [ 100, 653, 842, 154 ], [ 100, 653, 842, 154 ], [ 100, 653, 842, 154 ], [ 100, 820, 827, 26 ], [ 100, 820, 827, 26 ], [ 802, 971, 141, 14 ], [ 802, 971, 141, 14 ], [ 100, 544, 239, 22 ], [ 100, 544, 239, 22 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 99, 356, 845, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 98, 236, 846, 106 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ], [ 99, 129, 846, 92 ] ]
[ [ 656, 52, 288, 11 ], [ 100, 91, 818, 11 ], [ 100, 105, 101, 11 ], [ 100, 481, 815, 11 ], [ 100, 495, 699, 11 ], [ 100, 585, 830, 11 ], [ 100, 600, 817, 11 ], [ 100, 614, 837, 11 ], [ 100, 628, 367, 11 ], [ 100, 653, 835, 11 ], [ 100, 667, 842, 11 ], [ 100, 681, 824, 11 ], [ 100, 695, 808, 11 ], [ 100, 710, 823, 11 ], [ 100, 724, 836, 11 ], [ 100, 738, 824, 11 ], [ 100, 752, 838, 11 ], [ 100, 767, 833, 11 ], [ 100, 781, 831, 11 ], [ 100, 795, 232, 11 ], [ 100, 820, 827, 11 ], [ 100, 834, 291, 11 ], [ 928, 971, 15, 14 ], [ 802, 974, 102, 8 ], [ 100, 544, 34, 22 ], [ 163, 544, 176, 22 ], [ 503, 358, 62, 11 ], [ 534, 373, 32, 11 ], [ 640, 373, 46, 11 ], [ 760, 373, 46, 11 ], [ 881, 373, 43, 11 ], [ 100, 394, 191, 12 ], [ 120, 408, 229, 11 ], [ 482, 408, 10, 11 ], [ 526, 408, 35, 11 ], [ 602, 408, 10, 11 ], [ 673, 408, 12, 11 ], [ 723, 408, 10, 11 ], [ 768, 408, 35, 11 ], [ 844, 408, 10, 11 ], [ 914, 408, 11, 11 ], [ 100, 421, 211, 12 ], [ 120, 435, 229, 11 ], [ 522, 435, 47, 11 ], [ 673, 435, 12, 11 ], [ 764, 435, 47, 11 ], [ 914, 435, 11, 11 ], [ 120, 449, 271, 11 ], [ 533, 449, 36, 11 ], [ 673, 449, 12, 11 ], [ 774, 449, 36, 11 ], [ 914, 449, 11, 11 ], [ 503, 237, 62, 11 ], [ 534, 253, 32, 11 ], [ 640, 253, 46, 11 ], [ 760, 253, 46, 11 ], [ 881, 253, 43, 11 ], [ 100, 274, 191, 12 ], [ 120, 288, 229, 11 ], [ 482, 288, 10, 11 ], [ 537, 288, 24, 11 ], [ 602, 288, 10, 11 ], [ 673, 288, 12, 11 ], [ 723, 288, 10, 11 ], [ 778, 288, 24, 11 ], [ 844, 288, 10, 11 ], [ 914, 288, 11, 11 ], [ 100, 301, 211, 12 ], [ 120, 315, 229, 11 ], [ 523, 315, 47, 11 ], [ 673, 315, 12, 11 ], [ 764, 315, 47, 11 ], [ 914, 315, 11, 11 ], [ 120, 329, 271, 11 ], [ 533, 329, 36, 11 ], [ 673, 329, 11, 11 ], [ 774, 329, 36, 11 ], [ 914, 329, 11, 11 ], [ 100, 131, 108, 10 ], [ 478, 130, 83, 12 ], [ 532, 146, 34, 12 ], [ 638, 146, 48, 12 ], [ 759, 146, 48, 12 ], [ 879, 146, 44, 12 ], [ 100, 167, 191, 12 ], [ 120, 181, 229, 11 ], [ 482, 181, 7, 12 ], [ 524, 181, 37, 12 ], [ 602, 181, 11, 12 ], [ 673, 181, 12, 12 ], [ 723, 181, 15, 12 ], [ 765, 181, 37, 12 ], [ 844, 181, 11, 12 ], [ 914, 181, 12, 12 ], [ 100, 194, 211, 12 ], [ 120, 208, 229, 11 ], [ 536, 208, 26, 12 ], [ 673, 208, 12, 12 ], [ 777, 208, 26, 12 ], [ 914, 208, 12, 12 ] ]
[ 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 4, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 ]
35a778792f278b5d413fd389d1cb32bfd21de730600d68d3c4fe32645ca9d883
TSX_HLF_2011.pdf
98
124
612
792
1,025
1,025
ann_reports_10_14_fancy
financial_reports
11870
[ "as", "µ$_{B}$", "decreases [11]. Although the existence of CEP was predicted a long time ago by a", "few lattice calculations, the absence of the CEP in the phase diagram was also noticed in", "some recent lattice calculations [12,13].", "Thus the location and the existence of the CEP", "in the phase diagram is still a matter of debate. Therefore, it is worthwhile to investigate", "the precise location of the CEP and to determine its properties in detail with the help of", "various phenomenological models [9]. However, confusion prevails since the coordinates of", "the CEP in the (T,", "µ$_{B}$", ") plane vary wildly in various models.", "Moreover, we are still not", "certain whether the conjectured phase boundary represents the chiral and/or deconfining", "phase transition line.", "Various calculations based on lattice QCD and/or effective models", "work with the basic assumption that the finite", "µ$_{B}$", "chiral phase transition is first order and", "hence the ending point of the line should give the CEP which is a second-order phase tran-", "sition point. However, we know that the chiral symmetry is broken in the colour flavour", "locked (CFL) region which has extremely large values of", "µ$_{B}$", ". Theoretically, this topic has", "largely been investigated using several phenomenological models which can give results in", "the entire (T,", "µ$_{B}$", ") plane, whereas ab initio calculations are still limited to very small values", "in", "µ$_{B}$", ". However, all these efforts result in a very wide variation in the coordinates of the", "CEP [11]. In a recent paper, we proposed a new EOS for HG fireball where the geometrical", "size of the baryons in HG is explicitly incorporated as the excluded volume correction in a", "thermodynamically consistent manner [7]. Furthermore, we used a bag model EOS for the", "QGP phase and a first order phase transition is constructed by equating pressures of both", "the phases using Gibbs’ criteria. We thus obtain an interesting result that such a simple", "picture not only reproduces the entire conjectured phase boundary but the first order phase", "transition line ends at a CEP beyond which a crossover region persists [7]. The cordinates", "of CEP as obtained in our calculation are found to be compatible with the prediction of a", "recent lattice gauge calculation of Gavai and Gupta [14]. Most importantly, we find here", "a deconfining phase transition in contrast to other calculations where the phase boundary", "depicts a chiral symmetry restoring phase transition. However, bag model is often a crude", "description to a gas of weakly interacting QGP and the nonperturbative effect in this model", "arises from the pressure of the vaccum through the use of a phenomenological bag constant.", "In the present work, we consider QGP as a system of quasiparticles which are quarks and", "gluons possessing temperature-dependent masses arising due to vacuum interactions [15-18].", "Recently these models are made thermodynamically self consistent by incorporating suit-" ]
[ [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 142, 781, 773 ], [ 120, 927, 781, 42 ], [ 120, 927, 781, 42 ], [ 120, 981, 780, 15 ] ]
[ [ 120, 142, 17, 15 ], [ 145, 142, 22, 15 ], [ 177, 142, 723, 15 ], [ 120, 169, 780, 15 ], [ 120, 196, 342, 15 ], [ 476, 196, 424, 15 ], [ 120, 223, 780, 15 ], [ 120, 250, 780, 15 ], [ 120, 277, 780, 15 ], [ 120, 305, 172, 15 ], [ 301, 305, 22, 15 ], [ 325, 305, 334, 15 ], [ 674, 305, 227, 15 ], [ 120, 332, 780, 15 ], [ 120, 359, 183, 15 ], [ 317, 359, 583, 15 ], [ 120, 386, 400, 15 ], [ 528, 386, 22, 15 ], [ 559, 386, 342, 15 ], [ 120, 413, 780, 15 ], [ 120, 440, 780, 15 ], [ 120, 467, 490, 15 ], [ 618, 467, 22, 15 ], [ 642, 467, 258, 15 ], [ 120, 494, 780, 15 ], [ 120, 521, 115, 15 ], [ 242, 521, 22, 15 ], [ 266, 521, 634, 15 ], [ 120, 548, 16, 15 ], [ 144, 548, 22, 15 ], [ 168, 548, 732, 15 ], [ 120, 575, 780, 15 ], [ 120, 602, 780, 15 ], [ 120, 629, 780, 15 ], [ 120, 656, 781, 15 ], [ 120, 683, 780, 15 ], [ 120, 711, 780, 15 ], [ 120, 738, 780, 15 ], [ 120, 765, 780, 15 ], [ 120, 792, 780, 15 ], [ 120, 819, 780, 15 ], [ 120, 846, 780, 15 ], [ 120, 873, 780, 15 ], [ 120, 900, 780, 15 ], [ 120, 927, 780, 15 ], [ 120, 954, 781, 15 ], [ 120, 981, 780, 15 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9 ]
7fe343eab14e00a3c2056ef5bd03873ddc6f2b1067dca10427c71e3018c8c607
1002.4780.pdf
2
17
612
792
1,025
1,025
arxiv_mediumspaced
scientific_articles
11871
[ "RAYTHEON COMPANY", "333", "Notes to Consolidated Financial Statements (Continued)", "33333333333333333333333333333333333333333333", "Inventories at Raytheon Aircraft, Raytheon Airline Aviation", "Services, and Flight Options totaled $1,603 million at", "December 31, 2003 (consisting of $647 million of finished goods,", "$717 million of work in process, and $239 million of materials and", "parts) and $1,612 million at December 31, 2002 (consisting of", "$557 million of finished goods, $761 million of work in process,", "and $294 million of materials and parts).", "Included in inventories was $103 million and $76 million at", "December 31, 2003 and 2002, respectively, related to the Horizon", "aircraft. The Company anticipates certification of the Horizon aircraft", "in the third quarter of 2004 and first delivery by year end 2004.", "Property, plant, and equipment consisted of the following at", "December 31:", "The Company provides long-term financing to its aircraft cus-", "tomers. The underlying aircraft serve as collateral for general avia-", "tion and commuter aircraft receivables. The Company maintains", "reserves for estimated uncollectible aircraft-related long-term", "receivables. The balance of these reserves was $60 million and", "$69 million at December 31, 2003 and 2002, respectively. The", "reserves for estimated uncollectible aircraft-related long-term", "receivables represent the Company’s current estimate of future", "losses. The Company established these reserves based on an", "overall evaluation of identified risks. As a part of that evaluation, the", "Company considered certain specific receivables and considered", "factors including extended delinquency and requests for restruc-", "turing, among other things. Long-term receivables included com-", "muter aircraft receivables of $363 million and $680 million at", "December 31, 2003 and 2002, respectively. ", "The Company accrues interest on long-term aircraft customer", "receivables in accordance with the terms of the underlying notes.", "When a long-term aircraft receivable is over 90 days past due, the", "Company generally stops accruing interest. At December 31,", "2003 and 2002, there were $37 million and $38 million, respec-", "tively, of long-term aircraft receivables on which the Company was", "not accruing interest. Interest payments related to these receiv-", "ables are credited to income when received. Once a receivable has", "been brought current, the Company begins to accrue interest", "again. Interest deemed to be uncollectible is written off at the time", "that determination is made. ", "In 2003, the Company sold an undivided interest in $337 million", "of general aviation finance receivables, received proceeds of", "$279 million, retained a subordinated interest in and servicing rights", "to the receivables, and recognized a gain of $2 million. In connec-", "tion with the sale, the Company formed a qualifying special purpose", "entity (QSPE) for the sole purpose of buying these receivables. The", "Future minimum lease payments from non-cancelable aircraft", "operating leases, which extend to 2014, amounted to $73 million", "at December 31, 2003 and were due as follows :", "In 1998, the Company entered into a $490 million property sale", "and five-year operating lease (synthetic lease) facility under which", "property, plant, and equipment was sold and leased back to the", "Company. In 2003, the lease facility expired and the Company bought", "back the assets remaining in the lease facility for $125 million. ", "Depreciation expense was $333 million, $305 million, and", "$289 million in 2003, 2002, and 2001, respectively. Accumulated", "depreciation of equipment leased to others was $25 million and", "$39 million at December 31, 2003 and 2002, respectively. ", "333", "NOTE G: PROPERTY, PLANT, AND", "EQUIPMENT", "333", "NOTE H: OTHER ASSETS ", "Other assets, net consisted of the following at December 31: ", "(In millions)", "2003", "2002", "Long-term receivables", "Due from customers in installments to 2015", "$ 464", "$", "969", "Other, principally due through 2005", "40", "17", "Sales-type leases, due in installments to 2013", "50", "135", "Computer software, net", "456", "397", "Pension-related intangible asset ", "199", "217", "Investments", "146", "154", "Other noncurrent assets", "498", "344", "Total", "$1,853", "$2,233", "(In millions)", "2003", "2002", "Land", "$", "90", "$", "91", "Buildings and leasehold improvements", "1,769", "1,606", "Machinery and equipment", "3,592", "3,083", "Equipment leased to others", "189", "189", "5,640", "4,969", "Less accumulated depreciation and amortization", "(2,929)", "(2,573)", "Total", "$ 2,711", "$ 2,396", "(In millions)", "2004", "$17", "2005", "11", "2006", "10", "2007", "8", "2008", "7", "Thereafter", "20" ]
[ [ 788, 24, 147, 8 ], [ 788, 24, 147, 8 ], [ 60, 100, 876, 10 ], [ 60, 100, 876, 10 ], [ 60, 186, 423, 100 ], [ 60, 186, 423, 100 ], [ 60, 186, 423, 100 ], [ 60, 186, 423, 100 ], [ 60, 186, 423, 100 ], [ 60, 186, 423, 100 ], [ 60, 186, 423, 100 ], [ 60, 290, 422, 55 ], [ 60, 290, 422, 55 ], [ 60, 290, 422, 55 ], [ 60, 290, 422, 55 ], [ 60, 394, 422, 25 ], [ 60, 394, 422, 25 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 365, 422, 219 ], [ 512, 588, 422, 159 ], [ 512, 588, 422, 159 ], [ 512, 588, 422, 159 ], [ 512, 588, 422, 159 ], [ 512, 588, 422, 159 ], [ 512, 588, 422, 159 ], [ 512, 588, 422, 159 ], [ 512, 588, 422, 159 ], [ 512, 588, 422, 159 ], [ 512, 588, 422, 159 ], [ 512, 588, 422, 159 ], [ 512, 752, 422, 85 ], [ 512, 752, 422, 85 ], [ 512, 752, 422, 85 ], [ 512, 752, 422, 85 ], [ 512, 752, 422, 85 ], [ 512, 752, 422, 85 ], [ 60, 681, 422, 40 ], [ 60, 681, 422, 40 ], [ 60, 681, 422, 40 ], [ 60, 607, 422, 70 ], [ 60, 607, 422, 70 ], [ 60, 607, 422, 70 ], [ 60, 607, 422, 70 ], [ 60, 607, 422, 70 ], [ 60, 547, 422, 55 ], [ 60, 547, 422, 55 ], [ 60, 547, 422, 55 ], [ 60, 547, 422, 55 ], [ 60, 364, 321, 25 ], [ 60, 364, 321, 25 ], [ 60, 364, 321, 25 ], [ 512, 186, 252, 10 ], [ 512, 186, 252, 10 ], [ 512, 201, 390, 10 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 511, 225, 424, 130 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 433, 430, 105 ], [ 57, 738, 425, 89 ], [ 57, 738, 425, 89 ], [ 57, 738, 425, 89 ], [ 57, 738, 425, 89 ], [ 57, 738, 425, 89 ], [ 57, 738, 425, 89 ], [ 57, 738, 425, 89 ], [ 57, 738, 425, 89 ], [ 57, 738, 425, 89 ], [ 57, 738, 425, 89 ], [ 57, 738, 425, 89 ], [ 57, 738, 425, 89 ], [ 57, 738, 425, 89 ] ]
[ [ 788, 24, 119, 8 ], [ 913, 25, 22, 4 ], [ 60, 100, 406, 10 ], [ 469, 103, 467, 6 ], [ 80, 186, 402, 10 ], [ 60, 201, 423, 10 ], [ 60, 216, 422, 10 ], [ 60, 231, 422, 10 ], [ 60, 245, 422, 10 ], [ 60, 260, 422, 10 ], [ 60, 275, 255, 10 ], [ 80, 290, 402, 10 ], [ 60, 305, 421, 10 ], [ 60, 320, 421, 10 ], [ 60, 335, 391, 10 ], [ 60, 394, 422, 10 ], [ 60, 409, 92, 10 ], [ 532, 365, 401, 10 ], [ 512, 380, 422, 10 ], [ 512, 395, 422, 10 ], [ 512, 409, 422, 10 ], [ 512, 424, 422, 10 ], [ 512, 439, 422, 10 ], [ 512, 454, 422, 10 ], [ 512, 469, 422, 10 ], [ 512, 484, 422, 10 ], [ 512, 499, 422, 10 ], [ 512, 514, 422, 10 ], [ 512, 528, 422, 10 ], [ 512, 543, 422, 10 ], [ 512, 558, 422, 10 ], [ 512, 573, 286, 10 ], [ 532, 588, 401, 10 ], [ 512, 603, 422, 10 ], [ 512, 618, 422, 10 ], [ 512, 633, 422, 10 ], [ 512, 648, 422, 10 ], [ 512, 662, 422, 10 ], [ 512, 677, 422, 10 ], [ 512, 692, 422, 10 ], [ 512, 707, 422, 10 ], [ 512, 722, 422, 10 ], [ 512, 737, 175, 10 ], [ 530, 752, 404, 10 ], [ 512, 767, 422, 10 ], [ 512, 782, 421, 10 ], [ 512, 796, 421, 10 ], [ 512, 811, 421, 10 ], [ 512, 826, 421, 10 ], [ 80, 681, 402, 10 ], [ 60, 696, 422, 10 ], [ 60, 711, 311, 10 ], [ 80, 607, 401, 10 ], [ 60, 622, 421, 10 ], [ 60, 637, 422, 10 ], [ 60, 651, 421, 10 ], [ 60, 666, 378, 10 ], [ 80, 547, 402, 10 ], [ 60, 562, 422, 10 ], [ 60, 577, 422, 10 ], [ 60, 592, 376, 10 ], [ 60, 367, 31, 6 ], [ 92, 364, 289, 10 ], [ 92, 379, 109, 10 ], [ 512, 188, 31, 6 ], [ 544, 186, 221, 10 ], [ 512, 201, 390, 10 ], [ 512, 228, 59, 8 ], [ 837, 228, 26, 8 ], [ 907, 228, 27, 8 ], [ 512, 240, 125, 9 ], [ 532, 253, 247, 9 ], [ 822, 253, 41, 9 ], [ 891, 253, 8, 9 ], [ 911, 253, 23, 9 ], [ 532, 266, 201, 9 ], [ 848, 266, 15, 9 ], [ 918, 266, 15, 9 ], [ 532, 279, 260, 9 ], [ 848, 279, 15, 9 ], [ 911, 279, 23, 9 ], [ 512, 292, 133, 9 ], [ 841, 292, 22, 9 ], [ 911, 292, 23, 9 ], [ 512, 305, 184, 9 ], [ 841, 305, 22, 9 ], [ 911, 305, 23, 9 ], [ 512, 317, 67, 9 ], [ 841, 317, 22, 9 ], [ 911, 317, 23, 9 ], [ 512, 330, 137, 9 ], [ 841, 330, 23, 9 ], [ 911, 330, 23, 9 ], [ 512, 343, 25, 9 ], [ 822, 343, 42, 9 ], [ 891, 343, 42, 9 ], [ 60, 436, 59, 8 ], [ 385, 436, 26, 8 ], [ 455, 436, 27, 8 ], [ 60, 448, 28, 9 ], [ 365, 448, 8, 9 ], [ 396, 448, 15, 9 ], [ 435, 448, 8, 9 ], [ 466, 448, 15, 9 ], [ 60, 461, 217, 9 ], [ 379, 461, 32, 9 ], [ 448, 461, 34, 9 ], [ 60, 474, 145, 9 ], [ 378, 474, 33, 9 ], [ 448, 474, 34, 9 ], [ 60, 487, 155, 9 ], [ 389, 487, 22, 9 ], [ 458, 487, 23, 9 ], [ 377, 500, 34, 9 ], [ 448, 500, 34, 9 ], [ 60, 513, 272, 9 ], [ 373, 513, 42, 9 ], [ 443, 513, 42, 9 ], [ 60, 526, 25, 9 ], [ 365, 526, 46, 9 ], [ 435, 526, 47, 9 ], [ 60, 738, 59, 8 ], [ 60, 750, 31, 9 ], [ 458, 750, 23, 9 ], [ 60, 763, 31, 9 ], [ 466, 763, 15, 9 ], [ 60, 776, 31, 9 ], [ 466, 776, 15, 9 ], [ 60, 789, 31, 9 ], [ 474, 789, 7, 9 ], [ 60, 802, 31, 9 ], [ 474, 802, 7, 9 ], [ 60, 815, 57, 9 ], [ 466, 815, 15, 9 ] ]
[ 5, 5, 7, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 7, 7, 7, 7, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8 ]
8fc4dc5a77e53f561a4369e3e6f917494b32a13ea017f6c31ec36ffa06cf0759
NYSE_RTN_2003.pdf
47
68
612
792
1,025
1,025
ann_reports_00_04_fancy
financial_reports
11872
[ "Lemma 1.", "For any TP", "b", "∈ B$_{1}$", "with any budget", "Γ$_{b}$", "≤", "1", ", the slope curve", "S", "(", "Z$_{b}$,", "Γ$_{b}$", ", b", ")", "is piecewise", "constant and decreasing in", "Z$_{b}$", "for all", "Z$_{b}$", "≥", "¯", "h", "(Γ$_{b}$", ", b", ")", ". Further, for any given", "Γ$_{b}$", "and any scalar", "δ$_{b}$", "≤", "Γ$_{b}$", ", we have", "For any given", "Z$_{b}$", ", let", "T", "(", "Z$_{b}$,", "Γ$_{b}$", ", b", ")", "denote the slope (with respect to the pico resource) of the", "function", "ˆ", "O", "(", "Z$_{b}$,", "Γ$_{b}$", ", b", ")", "at any", "Γ$_{b}$ : Γ$_{b}$", "≥", "h", "(", "Z$_{b}$, b", ")", ". In particular,", "Then, for any", "Z$_{b}$", "≤", "1", ", the slope curve", "T", "(", "Z$_{b}$,", "Γ$_{b}$", ", b", ")", "is piecewise constant and decreasing in", "Γ$_{b}$", "for all", "Γ$_{b}$", "≥", "h", "(", "Z$_{b}$, b", ")", ". Further, for any", "z$_{b}$", "≤", "Z$_{b}$", ", we have that", "Proof of Proposition 4", ": We will first prove the claim for", "b$_{1}$", "=", "b$_{2}$", "and then consider the case", "b$_{1}$", "=", "b$_{2}$", ". Consider the LHS of (15) and parse the difference as", "The RHS of (15) can be parsed analogously. Then, it suffices to show that", "and that", "We first consider (33). Letting", "˜", "Γ = Γ +", "˜", "δ,", "˜", "Γ", "=", "Γ", "+", "δ$_{b}$$_{1}$", "e$_{b}$$_{1}$", ",", "˘", "Γ", "=", "˜", "Γ", "+", "˜", "δ$_{b}$$_{2}$", "e$_{b}$$_{2}$", "=", "Γ", "+", "δ$_{b}$$_{1}$", "e$_{b}$$_{1}$", "+", "˜", "δ$_{b}$$_{2}$", "e$_{b}$$_{2}$", ",", "S", "(", "Z$_{b}$,", "Γ$_{b}$", ", b", ")", "≤", "S", "(", "Z$_{b}$,", "Γ$_{b}$", "−", "δ$_{b}$, b", ")", ",", "∀", "Z$_{b}$", "≥", "¯", "h", "(Γ$_{b}$", "−", "δ$_{b}$, b", ")", "(29)", "T", "(", "Z$_{b}$,", "Γ$_{b}$", ", b", ") = lim", "δ", "→", "0$_{+}$", "ˆ", "O", "(", "Z$_{b}$,", "Γ$_{b}$ +", "δ, b", ")", "−", "ˆ", "O", "(", "Z$_{b}$,", "Γ$_{b}$", ", b", ")", "δ", "(30)", "T", "(", "Z$_{b}$,", "Γ$_{b}$", ", b", ")", "≤", "T", "(", "Z$_{b}$", "−", "z$_{b}$,", "Γ$_{b}$", ", b", ")", ",", "∀", "Γ$_{b}$", "≥", "h", "(", "Z$_{b}$", "−", "z$_{b}$, b", ")", ".", "(31)", "ˆ", "O", "(Γ", ",", "Γ", ")", "−", "ˆ", "O", "(Γ +", "δ,", "Γ", "+", "δ$_{b}$$_{1}$", "e$_{b}$$_{1}$", ") =", "ˆ", "O", "(Γ", ",", "Γ", ")", "−", "ˆ", "O", "(Γ", ",", "Γ", "+", "δ$_{b}$$_{1}$", "e$_{b}$$_{1}$", ")", "︸", "︷︷", "︸", "+", "ˆ", "O", "(Γ", ",", "Γ", "+", "δ$_{b}$$_{1}$", "e$_{b}$$_{1}$", ")", "−", "ˆ", "O", "(Γ +", "δ,", "Γ", "+", "δ$_{b}$$_{1}$", "e$_{b}$$_{1}$", ")", "︸", "︷︷", "︸", "ˆ", "O", "(Γ", ",", "Γ", ")", "−", "ˆ", "O", "(Γ", ",", "Γ", "+", "δ$_{b}$$_{1}$", "e$_{b}$$_{1}$", ")", "≤", "ˆ", "O", "(Γ +", "˜", "δ,", "Γ", "+", "˜", "δ$_{b}$$_{2}$", "e$_{b}$$_{2}$", ")", "−", "ˆ", "O", "(Γ +", "˜", "δ,", "Γ", "+", "˜", "δ$_{b}$$_{2}$", "e$_{b}$$_{2}$", "+", "δ$_{b}$$_{1}$", "e$_{b}$$_{1}$", ")", "(32)", "ˆ", "O", "(Γ", ",", "Γ", "+", "δ$_{b}$$_{1}$", "e$_{b}$$_{1}$", ")", "−", "ˆ", "O", "(Γ +", "δ,", "Γ", "+", "δ$_{b}$$_{1}$", "e$_{b}$$_{1}$", ")", "≤", "ˆ", "O", "(Γ +", "˜", "δ,", "Γ", "+", "˜", "δ$_{b}$$_{2}$", "e$_{b}$$_{2}$", "+", "δ$_{b}$$_{1}$", "e$_{b}$$_{1}$", ")", "−", "ˆ", "O", "(Γ +", "˜", "δ", "+", "δ,", "Γ", "+", "˜", "δ$_{b}$$_{2}$", "e$_{b}$$_{2}$", "+", "δ$_{b}$$_{1}$", "e$_{b}$$_{1}$", ")", "(33)" ]
[ [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 87, 783, 74 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 241, 783, 43 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 364, 782, 44 ], [ 120, 487, 783, 44 ], [ 120, 487, 783, 44 ], [ 120, 487, 783, 44 ], [ 120, 487, 783, 44 ], [ 120, 487, 783, 44 ], [ 120, 487, 783, 44 ], [ 120, 487, 783, 44 ], [ 120, 487, 783, 44 ], [ 120, 487, 783, 44 ], [ 120, 487, 783, 44 ], [ 120, 612, 615, 13 ], [ 120, 706, 65, 13 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 120, 832, 783, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 278, 190, 626, 18 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 287, 303, 616, 38 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 273, 440, 630, 14 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 120, 561, 862, 33 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 152, 655, 752, 18 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ], [ 142, 749, 761, 54 ] ]
[ [ 120, 88, 87, 13 ], [ 215, 88, 92, 13 ], [ 314, 87, 8, 13 ], [ 328, 87, 39, 14 ], [ 374, 88, 129, 13 ], [ 510, 87, 18, 13 ], [ 535, 87, 15, 14 ], [ 556, 87, 9, 13 ], [ 566, 88, 134, 13 ], [ 707, 87, 12, 13 ], [ 720, 87, 7, 13 ], [ 728, 87, 25, 13 ], [ 757, 87, 18, 13 ], [ 776, 87, 17, 13 ], [ 793, 87, 7, 13 ], [ 807, 88, 97, 13 ], [ 120, 118, 223, 13 ], [ 351, 117, 19, 13 ], [ 379, 118, 52, 13 ], [ 438, 117, 19, 13 ], [ 465, 116, 15, 14 ], [ 487, 113, 9, 13 ], [ 487, 117, 11, 13 ], [ 498, 117, 25, 13 ], [ 525, 117, 17, 13 ], [ 542, 117, 7, 13 ], [ 550, 118, 195, 13 ], [ 753, 117, 18, 13 ], [ 780, 118, 124, 13 ], [ 120, 147, 14, 13 ], [ 141, 146, 15, 14 ], [ 162, 147, 18, 13 ], [ 182, 147, 79, 13 ], [ 120, 241, 117, 13 ], [ 246, 241, 19, 13 ], [ 266, 241, 33, 13 ], [ 308, 241, 11, 13 ], [ 322, 241, 7, 13 ], [ 330, 241, 25, 13 ], [ 359, 241, 18, 13 ], [ 378, 241, 17, 13 ], [ 395, 241, 7, 13 ], [ 411, 241, 492, 13 ], [ 120, 271, 65, 13 ], [ 197, 267, 9, 13 ], [ 193, 271, 14, 13 ], [ 208, 271, 7, 13 ], [ 216, 271, 25, 13 ], [ 245, 271, 18, 13 ], [ 264, 271, 17, 13 ], [ 281, 271, 7, 13 ], [ 296, 271, 51, 13 ], [ 354, 271, 54, 13 ], [ 415, 270, 15, 14 ], [ 436, 271, 11, 13 ], [ 447, 271, 7, 13 ], [ 455, 271, 37, 13 ], [ 492, 271, 7, 13 ], [ 500, 271, 119, 13 ], [ 120, 365, 112, 13 ], [ 240, 365, 19, 13 ], [ 267, 364, 15, 14 ], [ 289, 365, 9, 13 ], [ 299, 365, 138, 13 ], [ 445, 365, 11, 13 ], [ 460, 365, 7, 13 ], [ 467, 365, 25, 13 ], [ 496, 365, 18, 13 ], [ 516, 365, 17, 13 ], [ 533, 365, 7, 13 ], [ 548, 365, 329, 13 ], [ 885, 365, 18, 13 ], [ 120, 395, 51, 13 ], [ 179, 394, 18, 13 ], [ 203, 393, 15, 14 ], [ 224, 394, 11, 13 ], [ 236, 394, 7, 13 ], [ 243, 394, 37, 13 ], [ 281, 394, 7, 13 ], [ 288, 395, 143, 13 ], [ 439, 394, 15, 13 ], [ 460, 393, 15, 14 ], [ 482, 394, 19, 13 ], [ 502, 395, 117, 13 ], [ 140, 488, 194, 13 ], [ 335, 488, 279, 13 ], [ 621, 488, 15, 13 ], [ 643, 488, 15, 13 ], [ 663, 488, 15, 13 ], [ 686, 488, 217, 13 ], [ 120, 518, 15, 13 ], [ 142, 518, 15, 13 ], [ 163, 518, 15, 13 ], [ 179, 518, 452, 13 ], [ 120, 612, 615, 13 ], [ 120, 706, 65, 13 ], [ 120, 837, 247, 13 ], [ 375, 832, 9, 13 ], [ 374, 836, 69, 13 ], [ 448, 832, 9, 13 ], [ 447, 836, 14, 13 ], [ 467, 832, 9, 13 ], [ 465, 836, 13, 13 ], [ 484, 836, 15, 13 ], [ 505, 836, 13, 13 ], [ 522, 836, 15, 13 ], [ 541, 836, 20, 13 ], [ 563, 836, 22, 13 ], [ 587, 837, 5, 13 ], [ 601, 832, 9, 13 ], [ 599, 836, 13, 13 ], [ 618, 836, 15, 13 ], [ 641, 832, 9, 13 ], [ 639, 836, 13, 13 ], [ 656, 836, 15, 13 ], [ 676, 832, 9, 13 ], [ 675, 836, 20, 13 ], [ 697, 836, 22, 13 ], [ 727, 836, 15, 13 ], [ 748, 836, 13, 13 ], [ 765, 836, 15, 13 ], [ 783, 836, 20, 13 ], [ 806, 836, 22, 13 ], [ 834, 836, 15, 13 ], [ 853, 832, 9, 13 ], [ 852, 836, 20, 13 ], [ 875, 836, 22, 13 ], [ 899, 837, 5, 13 ], [ 278, 194, 12, 13 ], [ 291, 194, 7, 13 ], [ 298, 194, 25, 13 ], [ 328, 194, 18, 13 ], [ 347, 194, 17, 13 ], [ 364, 194, 7, 13 ], [ 377, 193, 15, 14 ], [ 398, 194, 12, 13 ], [ 411, 194, 7, 13 ], [ 419, 194, 25, 13 ], [ 448, 194, 18, 13 ], [ 472, 193, 15, 14 ], [ 492, 194, 32, 13 ], [ 524, 194, 7, 13 ], [ 532, 194, 5, 13 ], [ 546, 193, 11, 14 ], [ 563, 194, 19, 13 ], [ 589, 193, 15, 14 ], [ 610, 190, 9, 13 ], [ 610, 194, 11, 13 ], [ 621, 194, 25, 13 ], [ 653, 193, 15, 14 ], [ 673, 194, 32, 13 ], [ 705, 194, 7, 13 ], [ 871, 194, 33, 13 ], [ 287, 318, 11, 13 ], [ 301, 318, 7, 13 ], [ 309, 318, 25, 13 ], [ 338, 318, 18, 13 ], [ 357, 318, 17, 13 ], [ 374, 318, 66, 13 ], [ 408, 331, 6, 9 ], [ 415, 330, 14, 9 ], [ 429, 331, 16, 9 ], [ 457, 303, 9, 13 ], [ 452, 307, 14, 13 ], [ 468, 307, 7, 13 ], [ 475, 307, 25, 13 ], [ 504, 307, 38, 13 ], [ 548, 307, 25, 13 ], [ 573, 307, 7, 13 ], [ 585, 306, 15, 14 ], [ 610, 303, 9, 13 ], [ 605, 307, 14, 13 ], [ 621, 307, 7, 13 ], [ 628, 307, 25, 13 ], [ 657, 307, 18, 13 ], [ 677, 307, 17, 13 ], [ 694, 307, 7, 13 ], [ 572, 328, 8, 13 ], [ 871, 318, 33, 13 ], [ 273, 441, 11, 13 ], [ 288, 441, 7, 13 ], [ 295, 441, 25, 13 ], [ 324, 441, 18, 13 ], [ 344, 441, 17, 13 ], [ 361, 441, 7, 13 ], [ 374, 440, 15, 14 ], [ 395, 441, 11, 13 ], [ 409, 441, 7, 13 ], [ 417, 441, 19, 13 ], [ 442, 440, 15, 14 ], [ 462, 441, 21, 13 ], [ 486, 441, 18, 13 ], [ 506, 441, 17, 13 ], [ 523, 441, 7, 13 ], [ 530, 441, 5, 13 ], [ 545, 440, 11, 14 ], [ 561, 441, 18, 13 ], [ 586, 440, 15, 14 ], [ 607, 441, 11, 13 ], [ 619, 441, 7, 13 ], [ 626, 441, 19, 13 ], [ 651, 440, 15, 14 ], [ 671, 441, 33, 13 ], [ 704, 441, 7, 13 ], [ 712, 441, 5, 13 ], [ 871, 441, 33, 13 ], [ 125, 561, 9, 13 ], [ 120, 565, 14, 13 ], [ 136, 565, 19, 13 ], [ 155, 565, 5, 13 ], [ 164, 565, 13, 13 ], [ 178, 565, 7, 13 ], [ 190, 564, 15, 14 ], [ 214, 561, 9, 13 ], [ 210, 565, 14, 13 ], [ 225, 565, 39, 13 ], [ 269, 565, 13, 13 ], [ 287, 565, 13, 13 ], [ 305, 565, 15, 13 ], [ 324, 565, 20, 13 ], [ 347, 565, 22, 13 ], [ 371, 565, 28, 13 ], [ 409, 561, 9, 13 ], [ 405, 565, 14, 13 ], [ 420, 565, 19, 13 ], [ 440, 565, 5, 13 ], [ 449, 565, 13, 13 ], [ 463, 565, 7, 13 ], [ 475, 564, 15, 14 ], [ 499, 561, 9, 13 ], [ 495, 565, 14, 13 ], [ 510, 565, 19, 13 ], [ 530, 565, 5, 13 ], [ 539, 565, 13, 13 ], [ 557, 565, 15, 13 ], [ 577, 565, 20, 13 ], [ 599, 565, 22, 13 ], [ 623, 565, 7, 13 ], [ 405, 585, 9, 9 ], [ 509, 585, 18, 9 ], [ 622, 585, 9, 9 ], [ 634, 565, 15, 13 ], [ 657, 561, 9, 13 ], [ 653, 565, 14, 13 ], [ 668, 565, 19, 13 ], [ 688, 565, 5, 13 ], [ 697, 565, 13, 13 ], [ 715, 565, 15, 13 ], [ 735, 565, 20, 13 ], [ 757, 565, 22, 13 ], [ 781, 565, 7, 13 ], [ 793, 564, 15, 14 ], [ 818, 561, 9, 13 ], [ 813, 565, 14, 13 ], [ 829, 565, 39, 13 ], [ 873, 565, 13, 13 ], [ 890, 565, 13, 13 ], [ 908, 565, 15, 13 ], [ 928, 565, 20, 13 ], [ 950, 565, 22, 13 ], [ 974, 565, 7, 13 ], [ 653, 585, 9, 9 ], [ 808, 585, 18, 9 ], [ 973, 585, 9, 9 ], [ 156, 655, 9, 13 ], [ 152, 659, 14, 13 ], [ 167, 659, 19, 13 ], [ 187, 659, 5, 13 ], [ 196, 659, 13, 13 ], [ 209, 659, 7, 13 ], [ 221, 658, 15, 14 ], [ 246, 655, 9, 13 ], [ 241, 659, 14, 13 ], [ 257, 659, 19, 13 ], [ 277, 659, 5, 13 ], [ 286, 659, 13, 13 ], [ 304, 659, 15, 13 ], [ 323, 659, 20, 13 ], [ 346, 659, 22, 13 ], [ 370, 659, 7, 13 ], [ 383, 658, 15, 14 ], [ 409, 655, 9, 13 ], [ 404, 659, 14, 13 ], [ 420, 659, 39, 13 ], [ 465, 655, 9, 13 ], [ 464, 659, 14, 13 ], [ 482, 659, 13, 13 ], [ 500, 659, 15, 13 ], [ 521, 655, 9, 13 ], [ 520, 659, 20, 13 ], [ 542, 659, 22, 13 ], [ 566, 659, 7, 13 ], [ 578, 658, 15, 14 ], [ 603, 655, 9, 13 ], [ 598, 659, 14, 13 ], [ 614, 659, 39, 13 ], [ 659, 655, 9, 13 ], [ 658, 659, 14, 13 ], [ 676, 659, 13, 13 ], [ 694, 659, 15, 13 ], [ 715, 655, 9, 13 ], [ 714, 659, 20, 13 ], [ 736, 659, 22, 13 ], [ 765, 659, 15, 13 ], [ 785, 659, 20, 13 ], [ 807, 659, 22, 13 ], [ 831, 659, 7, 13 ], [ 871, 659, 33, 13 ], [ 147, 749, 9, 13 ], [ 142, 753, 14, 13 ], [ 158, 753, 19, 13 ], [ 178, 753, 5, 13 ], [ 186, 753, 13, 13 ], [ 204, 753, 15, 13 ], [ 224, 753, 20, 13 ], [ 247, 753, 22, 13 ], [ 271, 753, 7, 13 ], [ 283, 752, 15, 14 ], [ 307, 749, 9, 13 ], [ 303, 753, 14, 13 ], [ 318, 753, 39, 13 ], [ 362, 753, 13, 13 ], [ 379, 753, 13, 13 ], [ 397, 753, 15, 13 ], [ 417, 753, 20, 13 ], [ 440, 753, 22, 13 ], [ 464, 753, 7, 13 ], [ 289, 788, 15, 14 ], [ 315, 785, 9, 13 ], [ 310, 789, 14, 13 ], [ 326, 789, 39, 13 ], [ 371, 785, 9, 13 ], [ 370, 789, 14, 13 ], [ 388, 789, 13, 13 ], [ 406, 789, 15, 13 ], [ 427, 785, 9, 13 ], [ 426, 789, 20, 13 ], [ 448, 789, 22, 13 ], [ 477, 789, 15, 13 ], [ 497, 789, 20, 13 ], [ 519, 789, 22, 13 ], [ 543, 789, 7, 13 ], [ 555, 788, 15, 14 ], [ 580, 785, 9, 13 ], [ 575, 789, 14, 13 ], [ 591, 789, 39, 13 ], [ 636, 785, 9, 13 ], [ 635, 789, 8, 13 ], [ 649, 789, 15, 13 ], [ 669, 789, 13, 13 ], [ 686, 789, 13, 13 ], [ 704, 789, 15, 13 ], [ 724, 785, 9, 13 ], [ 723, 789, 20, 13 ], [ 746, 789, 22, 13 ], [ 775, 789, 15, 13 ], [ 794, 789, 20, 13 ], [ 817, 789, 22, 13 ], [ 841, 789, 7, 13 ], [ 871, 790, 33, 13 ] ]
[ 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 ]
be9c44590f5d59c0b316a567ba5907983dcccc18f01d6df3d2ba10f226dea0b2
1709.08791.pdf
23
30
612
792
1,025
1,025
arxiv_doublespaced
scientific_articles