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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
14173 | [
"Distributing Python Modules, Release 3.9.5",
"Appendix A. Glossary",
"14",
"Arguments are assigned to the named local variables in a function body. See the calls section for the rules",
"governing this assignment. Syntactically, any expression can be used to represent an argument; the evaluated",
"value is assigned to the local variable.",
"See also the",
"parameter",
"glossary entry, the FAQ question on the difference between arguments and parameters,",
"and",
"PEP 362",
".",
"asynchronous context manager",
"An object which controls the environment seen in an",
"async with",
"statement by",
"defining",
"__aenter__()",
"and",
"__aexit__()",
"methods. Introduced by",
"PEP 492",
".",
"asynchronous generator",
"A function which returns an",
"asynchronous generator iterator",
". It looks like a coroutine",
"function defined with$_{async def}$except that it contains$_{yield}$ expressions for producing a series of values",
"usable in an$_{async for}$loop.",
"asynchronous generator iterator",
"An object created by a",
"asynchronous generator",
"function.",
"asynchronous iterable",
"An object, that can be used in an$_{async for}$statement. Must return an",
"asynchronous",
"iterator",
"from its$_{__aiter__()}$",
"method. Introduced by",
"PEP 492",
".",
"asynchronous iterator",
"An",
"object",
"that",
"implements",
"the",
"__aiter__()",
"and",
"__anext__()",
"methods.",
"__anext__",
"must return an",
"awaitable",
"object.",
"$_{async for}$resolves the awaitables returned by an",
"asynchronous iterator’s",
"__anext__()",
"method until it raises a",
"StopAsyncIteration",
"exception.",
"Introduced by",
"PEP 492",
".",
"attribute",
"A value associated with an object which is referenced by name using dotted expressions. For example, if",
"an object",
"o",
"has an attribute",
"a",
"it would be referenced as",
"o.a",
".",
"awaitable",
"An object that can be used in an",
"$_{await}$expression.",
"Can be a",
"coroutine",
"or an object with an",
"__await__()",
"method. See also",
"PEP 492",
".",
"BDFL",
"Benevolent Dictator For Life, a.k.a. Guido van Rossum, Python’s creator.",
"binary file",
"A",
"file object",
"able to read and write",
"bytes-like objects",
". Examples of binary files are files opened in binary",
"mode ($_{'rb'}$",
",$_{'wb'}$",
"or$_{'rb+'}$",
"),$_{sys.stdin.buffer}$",
",$_{sys.stdout.buffer}$",
", and instances of$_{io.}$",
"BytesIO",
"and$_{gzip.GzipFile}$ .",
"Usually refers to an asynchronous generator function, but may refer to an",
"asynchronous generator iterator",
"in",
"some contexts. In cases where the intended meaning isn’t clear, using the full terms avoids ambiguity.",
"An asynchronous generator function may contain$_{await}$ expressions as well as$_{async for}$, and$_{async}$",
"with",
"statements.",
"This is an",
"asynchronous iterator",
"which when called using the$_{__anext__()}$",
"method returns an awaitable",
"object which will execute the body of the asynchronous generator function until the next$_{yield}$ expression.",
"Each$_{yield}$ temporarily suspends processing, remembering the location execution state (including local vari-",
"ables and pending try-statements). When the",
"asynchronous generator iterator",
"effectively resumes with another",
"awaitable returned by$_{__anext__()}$",
", it picks up where it left off. See",
"PEP 492",
"and",
"PEP 525",
".",
"See also",
"text file",
"for a file object able to read and write$_{str}$ objects.",
"Some operations need the binary data to be mutable.",
"The documentation often refers to these as “read-",
"write bytes-like objects”. Example mutable buffer objects include$_{bytearray}$and a$_{memoryview}$of a",
"$_{bytearray}$. Other operations require the binary data to be stored in immutable objects (“read-only bytes-",
"like objects”); examples of these include$_{bytes}$and a$_{memoryview}$of a$_{bytes}$object.",
"bytecode",
"Python source code is compiled into bytecode, the internal representation of a Python program in the",
"CPython interpreter. The bytecode is also cached in$_{.pyc}$",
"files so that executing the same file is faster the",
"second time (recompilation from source to bytecode can be avoided). This “intermediate language” is said",
"to run on a",
"virtual machine",
"that executes the machine code corresponding to each bytecode. Do note that",
"bytecodes are not expected to work between different Python virtual machines, nor to be stable between Python",
"releases.",
"bytes-like object",
"An object that supports the bufferobjects and can export a C-",
"contiguous",
"buffer. This includes all",
"$_{bytes}$,$_{bytearray}$",
", and$_{array.array}$",
"objects, as well as many common$_{memoryview}$objects. Bytes-",
"like objects can be used for various operations that work with binary data; these include compression, saving",
"to a binary file, and sending over a socket."
]
| [
[
123,
43,
352,
12
],
[
718,
964,
182,
12
],
[
123,
964,
19,
12
],
[
166,
90,
734,
41
],
[
166,
90,
734,
41
],
[
166,
90,
734,
41
],
[
166,
141,
734,
26
],
[
166,
141,
734,
26
],
[
166,
141,
734,
26
],
[
166,
141,
734,
26
],
[
166,
141,
734,
26
],
[
166,
141,
734,
26
],
[
123,
177,
777,
26
],
[
123,
177,
777,
26
],
[
123,
177,
777,
26
],
[
123,
177,
777,
26
],
[
123,
177,
777,
26
],
[
123,
177,
777,
26
],
[
123,
177,
777,
26
],
[
123,
177,
777,
26
],
[
123,
177,
777,
26
],
[
123,
177,
777,
26
],
[
123,
177,
777,
26
],
[
123,
213,
777,
41
],
[
123,
213,
777,
41
],
[
123,
213,
777,
41
],
[
123,
213,
777,
41
],
[
123,
213,
777,
41
],
[
123,
213,
777,
41
],
[
123,
337,
619,
12
],
[
123,
337,
619,
12
],
[
123,
337,
619,
12
],
[
123,
337,
619,
12
],
[
123,
446,
777,
26
],
[
123,
446,
777,
26
],
[
123,
446,
777,
26
],
[
123,
446,
777,
26
],
[
123,
446,
777,
26
],
[
123,
446,
777,
26
],
[
123,
446,
777,
26
],
[
123,
446,
777,
26
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
483,
777,
55
],
[
123,
548,
777,
26
],
[
123,
548,
777,
26
],
[
123,
548,
777,
26
],
[
123,
548,
777,
26
],
[
123,
548,
777,
26
],
[
123,
548,
777,
26
],
[
123,
548,
777,
26
],
[
123,
548,
777,
26
],
[
123,
548,
777,
26
],
[
123,
584,
777,
26
],
[
123,
584,
777,
26
],
[
123,
584,
777,
26
],
[
123,
584,
777,
26
],
[
123,
584,
777,
26
],
[
123,
584,
777,
26
],
[
123,
584,
777,
26
],
[
123,
584,
777,
26
],
[
123,
584,
777,
26
],
[
123,
584,
777,
26
],
[
123,
621,
548,
12
],
[
123,
621,
548,
12
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
123,
643,
781,
41
],
[
166,
264,
734,
26
],
[
166,
264,
734,
26
],
[
166,
264,
734,
26
],
[
166,
264,
734,
26
],
[
166,
301,
739,
26
],
[
166,
301,
739,
26
],
[
166,
301,
739,
26
],
[
166,
359,
734,
26
],
[
166,
359,
734,
26
],
[
166,
359,
734,
26
],
[
166,
359,
734,
26
],
[
166,
359,
734,
26
],
[
166,
395,
734,
41
],
[
166,
395,
734,
41
],
[
166,
395,
734,
41
],
[
166,
395,
734,
41
],
[
166,
395,
734,
41
],
[
166,
395,
734,
41
],
[
166,
395,
734,
41
],
[
166,
395,
734,
41
],
[
166,
395,
734,
41
],
[
166,
395,
734,
41
],
[
166,
694,
453,
12
],
[
166,
694,
453,
12
],
[
166,
694,
453,
12
],
[
166,
781,
734,
55
],
[
166,
781,
734,
55
],
[
166,
781,
734,
55
],
[
166,
781,
734,
55
],
[
166,
781,
734,
55
],
[
123,
846,
777,
84
],
[
123,
846,
777,
84
],
[
123,
846,
777,
84
],
[
123,
846,
777,
84
],
[
123,
846,
777,
84
],
[
123,
846,
777,
84
],
[
123,
846,
777,
84
],
[
123,
846,
777,
84
],
[
123,
846,
777,
84
],
[
123,
846,
777,
84
],
[
123,
715,
777,
55
],
[
123,
715,
777,
55
],
[
123,
715,
777,
55
],
[
123,
715,
777,
55
],
[
123,
715,
777,
55
],
[
123,
715,
777,
55
],
[
123,
715,
777,
55
],
[
123,
715,
777,
55
],
[
123,
715,
777,
55
]
]
| [
[
123,
43,
352,
12
],
[
718,
964,
182,
12
],
[
123,
964,
19,
12
],
[
166,
90,
734,
12
],
[
166,
104,
734,
12
],
[
166,
119,
251,
12
],
[
166,
141,
79,
12
],
[
249,
141,
67,
12
],
[
321,
141,
579,
12
],
[
166,
155,
24,
12
],
[
195,
155,
63,
12
],
[
258,
155,
4,
12
],
[
123,
177,
224,
12
],
[
356,
177,
349,
12
],
[
709,
178,
104,
10
],
[
816,
177,
84,
12
],
[
166,
191,
53,
12
],
[
225,
193,
166,
10
],
[
352,
191,
24,
12
],
[
381,
193,
153,
10
],
[
498,
191,
160,
12
],
[
663,
191,
63,
12
],
[
727,
191,
4,
12
],
[
123,
213,
173,
12
],
[
306,
213,
194,
12
],
[
506,
213,
213,
12
],
[
720,
213,
180,
12
],
[
166,
228,
734,
12
],
[
166,
242,
214,
12
],
[
123,
337,
233,
12
],
[
365,
337,
151,
12
],
[
521,
337,
157,
12
],
[
683,
337,
59,
12
],
[
123,
446,
158,
12
],
[
291,
446,
513,
12
],
[
810,
446,
90,
12
],
[
166,
461,
48,
12
],
[
219,
461,
207,
12
],
[
394,
461,
154,
12
],
[
553,
461,
63,
12
],
[
616,
461,
4,
12
],
[
123,
483,
158,
12
],
[
291,
483,
20,
12
],
[
326,
483,
40,
12
],
[
380,
483,
25,
12
],
[
420,
483,
78,
12
],
[
512,
483,
20,
12
],
[
547,
484,
151,
10
],
[
674,
483,
24,
12
],
[
712,
484,
159,
10
],
[
839,
483,
61,
12
],
[
166,
499,
121,
10
],
[
268,
497,
107,
12
],
[
384,
497,
64,
12
],
[
458,
497,
45,
12
],
[
522,
497,
378,
12
],
[
166,
512,
158,
12
],
[
334,
513,
159,
10
],
[
456,
512,
172,
12
],
[
638,
513,
188,
10
],
[
832,
512,
68,
12
],
[
166,
526,
93,
12
],
[
264,
526,
63,
12
],
[
328,
526,
4,
12
],
[
123,
548,
64,
12
],
[
196,
548,
704,
12
],
[
166,
563,
60,
12
],
[
232,
563,
8,
12
],
[
244,
563,
103,
12
],
[
352,
563,
8,
12
],
[
364,
563,
167,
12
],
[
537,
563,
20,
12
],
[
558,
563,
4,
12
],
[
123,
584,
68,
12
],
[
201,
584,
244,
12
],
[
453,
584,
134,
12
],
[
606,
584,
67,
12
],
[
682,
584,
61,
12
],
[
751,
584,
149,
12
],
[
166,
600,
155,
10
],
[
284,
599,
115,
12
],
[
404,
599,
63,
12
],
[
467,
599,
4,
12
],
[
123,
621,
45,
12
],
[
178,
621,
494,
12
],
[
123,
643,
73,
12
],
[
206,
643,
12,
12
],
[
223,
643,
63,
12
],
[
292,
643,
146,
12
],
[
443,
643,
109,
12
],
[
553,
643,
347,
12
],
[
166,
657,
107,
12
],
[
256,
657,
71,
12
],
[
311,
657,
97,
12
],
[
382,
657,
204,
12
],
[
562,
657,
214,
12
],
[
746,
657,
159,
12
],
[
166,
673,
68,
10
],
[
243,
672,
166,
12
],
[
166,
264,
498,
12
],
[
670,
264,
211,
12
],
[
888,
264,
12,
12
],
[
166,
279,
680,
12
],
[
166,
301,
739,
12
],
[
166,
317,
37,
10
],
[
212,
315,
74,
12
],
[
166,
359,
67,
12
],
[
239,
359,
144,
12
],
[
390,
359,
359,
12
],
[
708,
359,
192,
12
],
[
166,
373,
726,
12
],
[
166,
395,
734,
12
],
[
166,
410,
300,
12
],
[
471,
410,
209,
12
],
[
685,
410,
215,
12
],
[
166,
424,
308,
12
],
[
428,
424,
221,
12
],
[
653,
424,
63,
12
],
[
721,
424,
24,
12
],
[
750,
424,
63,
12
],
[
813,
424,
4,
12
],
[
166,
694,
54,
12
],
[
226,
694,
47,
12
],
[
278,
694,
342,
12
],
[
166,
781,
372,
12
],
[
552,
781,
348,
12
],
[
166,
796,
734,
12
],
[
166,
810,
734,
12
],
[
166,
825,
609,
12
],
[
123,
846,
63,
12
],
[
195,
846,
705,
12
],
[
166,
861,
418,
12
],
[
577,
861,
323,
12
],
[
166,
876,
734,
12
],
[
166,
890,
77,
12
],
[
250,
890,
105,
12
],
[
361,
890,
539,
12
],
[
166,
905,
734,
12
],
[
166,
919,
56,
12
],
[
123,
715,
117,
12
],
[
249,
715,
414,
12
],
[
664,
715,
69,
12
],
[
738,
715,
162,
12
],
[
166,
730,
155,
12
],
[
318,
730,
159,
12
],
[
471,
730,
429,
12
],
[
166,
745,
734,
12
],
[
166,
759,
281,
12
]
]
| [
5,
4,
4,
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,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
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,
9,
9,
9,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
| f446adc049be9fd4f1413cffe8c2f682c60a1d0e022586e54dfba779ebb0945e | python_distributing.pdf | 17 | 52 | 595 | 841 | 1,025 | 1,025 | manuals | manuals |
14174 | [
"We believe the key to long-term value creation in the business jet industry is steady investment in new aircraft models",
"and technologies and in customer service capabilities. As a result, since we acquired Gulfstream over 20 years ago, we",
"have made significant investments in research and development (R&D), state-of-the-art manufacturing facilities, and",
"maintenance and support through a combination of product development efforts, capital expansion and the acquisition of",
"Jet Aviation’s global support network.",
"We are committed to continual investment in R&D to create new aircraft that consistently broaden customer offerings",
"while raising the bar for safety and performance. The result is the unprecedented development of an all-new lineup of the",
"most technologically advanced business jet aircraft in the world. These aircraft offer industry-leading cabin, cockpit and",
"safety technologies and the longest ranges at the fastest speeds in their respective classes.",
"The following represents Gulfstream’s current product line, along with the maximum range, maximum speed and",
"cabin length (excluding baggage) for each aircraft:",
"The most recent additions to the Gulfstream fleet are two new large-cabin aircraft, the G500 and G600, which entered",
"service in 2018 and 2019, respectively. These clean-sheet (i.e., all-new) aircraft replace the G450 and G550 models,",
"which have a combined installed base of more than 1,650 aircraft around the world. Our investment included",
"development of a new wing, new avionics, new fuselage and new ergonomically designed larger interiors, as well as",
"systems and technologies to improve the manufacturing process and quality of the platform. As a result, the G500 and",
"G600 are faster, more fuel efficient and have greater cabin volume, more range and improved flight controls compared",
"with the aircraft they are replacing. At year-end 2020, cumulative deliveries for the two new aircraft totaled almost 100.",
"The next model to join the Gulfstream lineup is the ultra-long-range, ultra-large-cabin G700. It combines our most",
"spacious cabin with our advanced Symmetry Flight Deck and the superior high-",
"4"
]
| [
[
24,
66,
973,
66
],
[
24,
66,
973,
66
],
[
24,
66,
973,
66
],
[
24,
66,
973,
66
],
[
24,
66,
973,
66
],
[
24,
141,
973,
53
],
[
24,
141,
973,
53
],
[
24,
141,
973,
53
],
[
24,
141,
973,
53
],
[
24,
203,
973,
26
],
[
24,
203,
973,
26
],
[
24,
524,
973,
93
],
[
24,
524,
973,
93
],
[
24,
524,
973,
93
],
[
24,
524,
973,
93
],
[
24,
524,
973,
93
],
[
24,
524,
973,
93
],
[
24,
524,
973,
93
],
[
24,
626,
973,
26
],
[
24,
626,
973,
26
],
[
507,
688,
8,
10
]
]
| [
[
48,
66,
950,
13
],
[
24,
80,
973,
13
],
[
24,
93,
973,
13
],
[
24,
106,
973,
13
],
[
24,
120,
297,
13
],
[
48,
141,
950,
13
],
[
24,
155,
973,
13
],
[
24,
168,
973,
13
],
[
24,
181,
733,
13
],
[
48,
203,
950,
13
],
[
24,
216,
405,
13
],
[
48,
524,
950,
13
],
[
24,
538,
973,
13
],
[
24,
551,
973,
13
],
[
24,
564,
973,
13
],
[
24,
578,
973,
13
],
[
24,
591,
973,
13
],
[
24,
604,
959,
13
],
[
48,
626,
950,
13
],
[
24,
639,
633,
13
],
[
507,
688,
8,
10
]
]
| [
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
4
]
| 362eb0b7132fbfa6d38b34fde6c54caf57461d685279c95fb82a5f4f2705c675 | 0000040533-21-000010_20210209x10k.pdf | 3 | 115 | 595 | 842 | 1,025 | 1,025 | sec_filings | financial_reports |
14175 | [
"[THIS PAGE INTENTIONALLY LEFT BLANK]",
"2013 FORM 10-K",
"55",
"BUILD-A-BEAR WORKSHOP, INC. "
]
| [
[
391,
506,
270,
12
],
[
843,
973,
124,
8
],
[
843,
973,
124,
8
],
[
85,
973,
173,
8
]
]
| [
[
391,
506,
270,
12
],
[
843,
973,
81,
8
],
[
953,
973,
14,
8
],
[
85,
973,
173,
8
]
]
| [
9,
4,
4,
4
]
| e117c44772568f9a4107cf5677a94b74402e6c91e9ef5dafb89fad4739f35e42 | NYSE_BBW_2013.pdf | 64 | 68 | 648 | 792 | 1,025 | 1,025 | ann_reports_10_14_fancy | financial_reports |
14176 | [
"Ein Service des Bundesministeriums der Justiz und für Verbraucherschutz",
"sowie des Bundesamts für Justiz ‒ www.gesetze-im-internet.de",
" Abschnitt II: Wahlqualifikationseinheiten gemäß § 3 Abs. 1 Nr. 2",
"- Seite 8 von 11 -",
"12",
"I",
"Beurteilen,",
"I",
"a) sensorische und Temperatur-",
"I",
"I",
"I",
"Zerlegen und",
"I",
"kontrollen sowie ph-Wert-",
"I",
"Herrichten von",
"Messungen durchführen",
"I",
"I",
"I",
"Schlacht-",
"I",
"b) Veränderungen während der",
"6",
"I",
"tierkörpern",
"I",
"Lagerprozesse feststellen",
"I",
"I",
"I",
"I",
"und -teilen",
"I---------------------------------------------------------",
"I",
"(§ 4 Abs. 1",
"I",
"c) Schlachttierkörper, -hälften und I",
"I",
"I",
"Nr. 12)",
"-viertel Tierarten zuordnen",
"I",
"I",
"I",
"d) Alter von Schlachttierkörpern an I",
"I",
"I",
"Fleischfarbe, Knorpel, Knochen",
"I",
"I",
"I",
"und Fett ermitteln",
"I",
"11",
"I",
"I",
"e) Schlachttierkörper von Schweinen I",
"I",
"I",
"oder Lämmern ausbeinen und",
"I",
"I",
"I",
"zerlegen, Teilstücke zur",
"I",
"I",
"Verwendung vorbereiten",
"I",
"I",
"I",
"I---------------------------------------------------------",
"I",
"I",
"f) Schlachttierkörper von Rindern",
"I",
"I",
"I",
"ausbeinen und zerlegen Teilstücke",
"I",
"I",
"zur Verwendung vorbereiten",
"I",
"I",
"I",
"g) Teilstücke unterscheiden und",
"I",
"I",
"12",
"I",
"I",
"ihre Verwendungsmöglichkeiten",
"I",
"I",
"benennen",
"I",
"I",
"-------------------------------------------------------------------------------",
"13",
"I",
"Herstellen",
"I",
"a) Rohmaterialien wolfen",
"I",
"I",
"I",
"von Koch-,",
"I",
"b) Wurstmasse einfüllen, Wurst",
"I",
"Brüh- und",
"I",
"verschließen",
"I",
"10",
"I",
"I",
"Rohwurst",
"I",
"c) Wurst räuchern, garen, brühen",
"I",
"I",
"(§ 4 Abs. 1",
"und kühlen",
"I",
"I",
"I",
"Nr. 13)",
"I---------------------------------------------------------",
"I",
"I",
"d) Rohstoffe und Halbfabrikate",
"I",
"I",
"I",
"auswählen und nach vorgegebenen",
"I",
"I",
"Rezepturen einsetzen",
"I",
"I",
"I",
"e) Rohmaterial kuttern",
"10",
"I",
"I",
"f) Wurst trocknen und reifen",
"I",
"I",
"I",
"-------------------------------------------------------------------------------",
"14",
"I",
"Herstellen von",
"a)",
"Pökellaken nach Rezepturen",
"I",
"2",
"I",
"I",
"Pökelware",
"I",
"ansetzen",
"I",
"I",
"(§ 4 Abs. 1",
"I---------------------------------------------------------",
"I",
"Nr. 14)",
"I",
"b) Fleisch auswählen und zuschneiden",
"I",
"I",
"c) verschiedene Pökel- und Räucher- I",
"8",
"I",
"I",
"verfahren anwenden",
"I",
"I",
"I",
"-------------------------------------------------------------------------------",
"15",
"I",
"Herstellen",
"I",
"a) Fleisch auswählen und vorbereiten",
"I",
"I",
"von Hackfleisch b) Hackfleisch herstellen",
"I",
"I",
"6",
"I",
"(§ 4 Abs. 1",
"I",
"c) Hackfleischerzeugnisse herstellen",
"I",
"I",
"I",
"Nr. 15)",
"I",
"I",
"I",
"-------------------------------------------------------------------------------",
"16",
"I",
"Verpacken",
"I",
"a) Erzeugnisse verpacken,",
"I",
"I",
"I",
"(§ 4 Abs. 1",
"I",
"insbesondere durch Vakuum- und",
"I",
"Nr. 16)",
"I",
"Reifeverpackung",
"I",
"I",
"I",
"I",
"b) verpackte Waren zur weiteren",
"2",
"I",
"Verwendung kennzeichnen",
"I",
"I",
"I",
"I",
"c) Waren für den Transport",
"I",
"I",
"vorbereiten",
"I",
"I",
"I",
"-------------------------------------------------------------------------------",
"17",
"I",
"Herstellen",
"I",
"a) Fleischstücke portionieren,",
"I",
"I",
"I",
"von küchen-",
"I",
"würzen und marinieren",
"3",
"I",
"fertigen",
"I---------------------------------------------------------",
"I",
"Erzeugnissen",
"I",
"b) Fleischsorten und -teilstücke",
"I",
"I",
"I",
"I",
"(§ 4 Abs. 1",
"auswählen",
"I",
"I",
"Nr. 17)",
"I",
"c) Füllungen herstellen und",
"I",
"I",
"I",
"I",
"einbringen",
"I",
"I",
"I",
"d) Erzeugnisse zum Verkauf vor-",
"I",
"8",
"I",
"I",
"bereiten, insbesondere gefüllte",
"I",
"I",
"Braten und Kurzbratprodukte",
"I",
"I",
"-------------------------------------------------------------------------------"
]
| [
[
480,
14,
456,
27
],
[
480,
14,
456,
27
],
[
86,
956,
612,
15
],
[
476,
993,
106,
15
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
],
[
85,
73,
740,
873
]
]
| [
[
480,
14,
456,
15
],
[
545,
25,
391,
15
],
[
86,
956,
612,
15
],
[
476,
993,
106,
15
],
[
86,
75,
14,
15
],
[
122,
75,
7,
15
],
[
136,
75,
120,
15
],
[
278,
75,
7,
15
],
[
292,
75,
330,
15
],
[
666,
75,
7,
15
],
[
708,
75,
7,
15
],
[
751,
75,
7,
15
],
[
137,
88,
138,
15
],
[
290,
88,
7,
15
],
[
326,
88,
280,
15
],
[
123,
101,
7,
15
],
[
137,
101,
158,
15
],
[
331,
101,
246,
15
],
[
664,
101,
7,
15
],
[
708,
101,
7,
15
],
[
751,
101,
7,
15
],
[
137,
115,
103,
15
],
[
276,
115,
7,
15
],
[
290,
115,
316,
15
],
[
686,
115,
7,
15
],
[
122,
128,
7,
15
],
[
136,
128,
129,
15
],
[
286,
128,
7,
15
],
[
321,
128,
288,
15
],
[
666,
128,
7,
15
],
[
709,
128,
7,
15
],
[
751,
128,
7,
15
],
[
130,
141,
8,
15
],
[
147,
141,
147,
15
],
[
320,
141,
503,
15
],
[
123,
154,
7,
15
],
[
137,
154,
93,
15
],
[
252,
154,
7,
15
],
[
267,
154,
405,
15
],
[
708,
154,
7,
15
],
[
751,
154,
7,
15
],
[
139,
167,
62,
15
],
[
292,
167,
322,
15
],
[
660,
167,
7,
15
],
[
123,
180,
7,
15
],
[
241,
180,
7,
15
],
[
256,
180,
413,
15
],
[
707,
180,
7,
15
],
[
751,
180,
7,
15
],
[
284,
194,
353,
15
],
[
660,
194,
7,
15
],
[
127,
207,
8,
15
],
[
259,
207,
8,
15
],
[
300,
207,
228,
15
],
[
701,
207,
8,
15
],
[
717,
207,
16,
15
],
[
750,
207,
8,
15
],
[
239,
220,
7,
15
],
[
254,
220,
417,
15
],
[
125,
233,
7,
15
],
[
248,
233,
7,
15
],
[
287,
233,
317,
15
],
[
658,
233,
7,
15
],
[
704,
233,
7,
15
],
[
750,
233,
7,
15
],
[
290,
246,
296,
15
],
[
126,
259,
7,
15
],
[
251,
259,
7,
15
],
[
290,
259,
280,
15
],
[
657,
259,
7,
15
],
[
703,
259,
7,
15
],
[
750,
259,
7,
15
],
[
282,
272,
541,
15
],
[
123,
286,
7,
15
],
[
241,
286,
7,
15
],
[
256,
286,
384,
15
],
[
662,
286,
7,
15
],
[
707,
286,
7,
15
],
[
751,
286,
7,
15
],
[
277,
299,
386,
15
],
[
125,
312,
7,
15
],
[
247,
312,
7,
15
],
[
285,
312,
320,
15
],
[
659,
312,
7,
15
],
[
705,
312,
7,
15
],
[
751,
312,
7,
15
],
[
260,
325,
369,
15
],
[
667,
325,
7,
15
],
[
712,
325,
7,
15
],
[
780,
325,
15,
15
],
[
124,
338,
7,
15
],
[
242,
338,
7,
15
],
[
279,
338,
352,
15
],
[
751,
338,
7,
15
],
[
269,
351,
8,
15
],
[
312,
351,
115,
15
],
[
645,
351,
8,
15
],
[
697,
351,
8,
15
],
[
86,
364,
737,
15
],
[
86,
378,
14,
15
],
[
123,
378,
7,
15
],
[
138,
378,
116,
15
],
[
284,
378,
7,
15
],
[
298,
378,
277,
15
],
[
663,
378,
7,
15
],
[
707,
378,
7,
15
],
[
751,
378,
7,
15
],
[
137,
391,
105,
15
],
[
271,
391,
7,
15
],
[
286,
391,
335,
15
],
[
127,
404,
8,
15
],
[
143,
404,
103,
15
],
[
286,
404,
8,
15
],
[
326,
404,
159,
15
],
[
654,
404,
8,
15
],
[
670,
404,
16,
15
],
[
702,
404,
8,
15
],
[
750,
404,
8,
15
],
[
137,
417,
95,
15
],
[
275,
417,
7,
15
],
[
289,
417,
347,
15
],
[
665,
417,
7,
15
],
[
129,
430,
8,
15
],
[
145,
430,
109,
15
],
[
322,
430,
134,
15
],
[
649,
430,
8,
15
],
[
699,
430,
8,
15
],
[
750,
430,
8,
15
],
[
151,
443,
76,
15
],
[
291,
443,
532,
15
],
[
124,
456,
7,
15
],
[
246,
456,
7,
15
],
[
261,
456,
353,
15
],
[
660,
456,
7,
15
],
[
705,
456,
7,
15
],
[
751,
456,
7,
15
],
[
279,
470,
367,
15
],
[
126,
483,
7,
15
],
[
253,
483,
7,
15
],
[
293,
483,
258,
15
],
[
655,
483,
7,
15
],
[
703,
483,
7,
15
],
[
750,
483,
7,
15
],
[
271,
496,
276,
15
],
[
779,
496,
16,
15
],
[
125,
509,
7,
15
],
[
248,
509,
7,
15
],
[
264,
509,
332,
15
],
[
658,
509,
7,
15
],
[
704,
509,
7,
15
],
[
750,
509,
7,
15
],
[
86,
522,
737,
15
],
[
86,
535,
13,
15
],
[
121,
535,
6,
15
],
[
135,
535,
152,
15
],
[
302,
535,
18,
15
],
[
327,
535,
291,
15
],
[
668,
535,
6,
15
],
[
689,
535,
6,
15
],
[
709,
535,
6,
15
],
[
751,
535,
6,
15
],
[
143,
549,
120,
15
],
[
304,
549,
8,
15
],
[
344,
549,
107,
15
],
[
653,
549,
8,
15
],
[
132,
562,
9,
15
],
[
150,
562,
118,
15
],
[
296,
562,
527,
15
],
[
123,
575,
7,
15
],
[
137,
575,
60,
15
],
[
247,
575,
7,
15
],
[
262,
575,
402,
15
],
[
708,
575,
7,
15
],
[
751,
575,
7,
15
],
[
259,
588,
416,
15
],
[
788,
588,
7,
15
],
[
127,
601,
8,
15
],
[
256,
601,
8,
15
],
[
296,
601,
235,
15
],
[
653,
601,
8,
15
],
[
702,
601,
8,
15
],
[
750,
601,
8,
15
],
[
86,
614,
737,
15
],
[
86,
627,
13,
15
],
[
121,
627,
6,
15
],
[
135,
627,
109,
15
],
[
272,
627,
6,
15
],
[
285,
627,
383,
15
],
[
710,
627,
6,
15
],
[
751,
627,
6,
15
],
[
137,
641,
457,
15
],
[
673,
641,
7,
15
],
[
760,
641,
7,
15
],
[
788,
641,
7,
15
],
[
122,
654,
7,
15
],
[
136,
654,
91,
15
],
[
249,
654,
7,
15
],
[
263,
654,
403,
15
],
[
709,
654,
7,
15
],
[
751,
654,
7,
15
],
[
132,
667,
9,
15
],
[
151,
667,
76,
15
],
[
291,
667,
9,
15
],
[
639,
667,
9,
15
],
[
694,
667,
9,
15
],
[
86,
680,
737,
15
],
[
86,
693,
14,
15
],
[
123,
693,
7,
15
],
[
138,
693,
110,
15
],
[
285,
693,
7,
15
],
[
300,
693,
281,
15
],
[
662,
693,
7,
15
],
[
707,
693,
7,
15
],
[
751,
693,
7,
15
],
[
138,
706,
95,
15
],
[
256,
706,
7,
15
],
[
293,
706,
347,
15
],
[
127,
719,
8,
15
],
[
143,
719,
67,
15
],
[
267,
719,
8,
15
],
[
307,
719,
201,
15
],
[
653,
719,
8,
15
],
[
702,
719,
8,
15
],
[
750,
719,
8,
15
],
[
245,
733,
7,
15
],
[
260,
733,
362,
15
],
[
683,
733,
7,
15
],
[
125,
746,
7,
15
],
[
288,
746,
291,
15
],
[
657,
746,
7,
15
],
[
704,
746,
7,
15
],
[
750,
746,
7,
15
],
[
251,
759,
7,
15
],
[
266,
759,
311,
15
],
[
129,
772,
8,
15
],
[
264,
772,
8,
15
],
[
307,
772,
154,
15
],
[
648,
772,
8,
15
],
[
699,
772,
8,
15
],
[
750,
772,
8,
15
],
[
86,
785,
737,
15
],
[
86,
798,
14,
15
],
[
122,
798,
7,
15
],
[
136,
798,
113,
15
],
[
278,
798,
7,
15
],
[
292,
798,
330,
15
],
[
666,
798,
7,
15
],
[
708,
798,
7,
15
],
[
751,
798,
7,
15
],
[
138,
812,
125,
15
],
[
286,
812,
7,
15
],
[
324,
812,
249,
15
],
[
684,
812,
7,
15
],
[
130,
825,
8,
15
],
[
148,
825,
116,
15
],
[
316,
825,
507,
15
],
[
121,
838,
6,
15
],
[
135,
838,
134,
15
],
[
283,
838,
6,
15
],
[
297,
838,
342,
15
],
[
668,
838,
6,
15
],
[
709,
838,
6,
15
],
[
751,
838,
6,
15
],
[
129,
851,
8,
15
],
[
145,
851,
109,
15
],
[
322,
851,
125,
15
],
[
649,
851,
8,
15
],
[
699,
851,
8,
15
],
[
140,
864,
63,
15
],
[
257,
864,
7,
15
],
[
272,
864,
317,
15
],
[
659,
864,
7,
15
],
[
751,
864,
7,
15
],
[
129,
877,
8,
15
],
[
266,
877,
8,
15
],
[
309,
877,
141,
15
],
[
647,
877,
8,
15
],
[
698,
877,
8,
15
],
[
247,
890,
7,
15
],
[
262,
890,
358,
15
],
[
659,
890,
7,
15
],
[
728,
890,
7,
15
],
[
751,
890,
7,
15
],
[
124,
904,
7,
15
],
[
279,
904,
367,
15
],
[
706,
904,
7,
15
],
[
247,
917,
7,
15
],
[
285,
917,
327,
15
],
[
659,
917,
7,
15
],
[
751,
917,
7,
15
],
[
86,
930,
737,
15
]
]
| [
5,
5,
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,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8
]
| ecec2f77ce18a01b5cead25a37ca2787e7586a87cb5450fb616fbbff9c8b36b0 | FleiAusbV_2005.pdf | 7 | 11 | 595 | 841 | 1,025 | 1,025 | german_laws | laws_and_regulations |
14177 | [
"December 31",
"(In thousands)",
"2011",
"2010",
"2009",
"2008",
"2007",
"Commercial and industrial",
"$",
"54,988",
"53,288",
"53,884",
"53,883",
"50,797",
"Construction and land development",
"39,814",
"47,850",
"56,820",
"67,420",
"45,724",
"Commercial real estate ",
"162,435",
"166,241",
"156,928",
"132,818",
"120,789",
"Residential real estate",
"101,725",
"96,241",
"97,407",
"102,835",
"93,888",
"Consumer installment",
"11,454",
"10,676",
"11,236",
"12,463",
"11,525",
"Total loans",
"370,416",
"374,296",
"376,275",
"369,419",
"322,723",
"Less: unearned income",
"(153)",
"(81)",
"(172)",
"(257)",
"(312)",
"Loans, net of unearned income",
"$",
"370,263",
"374,215",
"376,103",
"369,162",
"322,411",
"Loans",
"page 12",
"The Company attempts to reduce these economic and credit risks by adhering to loan to value (“LTV”) guidelines for ",
"collateralized loans, investigating the creditworthiness of borrowers and monitoring borrowers’ financial position. Also, we ",
"establish and periodically review our lending policies and procedures. Banking regulations limit our credit exposure by ",
"prohibiting unsecured loan relationships that exceed 10% of the capital accounts of the Bank; or 20% of the capital accounts ",
"if loans in excess of 10% are fully secured, which would approximate $14.6 million. Furthermore, we have an internal limit ",
"for aggregate credit exposure (loans outstanding plus unfunded commitments) to a single borrower of $13.2 million. Our loan ",
"policy requires that the Loan Committee of the Board of Directors approve any loan relationships that exceed this internal ",
"limit. At December 31, 2011, the Company had no loan relationships exceeding these limits.",
"The specific economic and credit risks associated with our loan portfolio include, but are not limited to, the impact of ",
"recessionary economic conditions on our borrowers’ cash flows, real estate market sales volumes, valuations, and availability",
"and cost of financing for properties, real estate industry concentrations, deterioration in certain credits, interest rate ",
"fluctuations, reduced collateral values or non-existent collateral, title defects, inaccurate appraisals, financial deterioration of ",
"borrowers, fraud, and any violation of laws and regulations. ",
"The average yield earned on loans and loans held for sale was 5.67% in 2011 and 5.73% in 2010.",
"Purchased loan participations included in the Company’s loan portfolio were approximately $3.8 million and $7.2 ",
"million as of December 31, 2011 and 2010, respectively. All purchased loan participations are underwritten by the Company ",
"independent of the selling bank. In addition, all loans, including purchased participations, are evaluated for collectability ",
"during the course of the Company’s normal loan review procedures. If the Company deems a participation loan impaired, it ",
"applies the same accounting policies and procedures as described in “CRITICAL ACCOUNTING POLICIES.”",
"Within its residential real estate mortgage portfolio, the Company had junior lien mortgages of approximately $23.9 ",
"million, or 6%, and $24.3 million, or 6%, of total loans, net of unearned income at December 31, 2011 and 2010, ",
"respectively. For residential real estate mortgage loans with a consumer purpose, approximately $1.8 million and $4.1 ",
"million required interest-only payments at December 31, 2011 and 2010, respectively. The Company’s residential real estate ",
"mortgage portfolio does not include any option ARM loans, subprime loans, or any material amount of other high-risk ",
"consumer mortgage products.",
"Total loans, net of unearned income, were $370.3 million as of December 31, 2011, a decrease of $3.9 million, or 1%, ",
"from $374.2 million at December 31, 2010. The loan portfolio decreased slightly in 2011 as new loans were unable to offset ",
"the impact of pay-downs, charge-offs, foreclosures and other problem loan resolutions. In particular, construction and land ",
"development loans decreased by $8.0 million, or 17%, in 2011. Four loan categories represented the majority of the loan ",
"portfolio as December 31, 2011: commercial real estate mortgage loans (44%), residential real estate mortgage loans (27%), ",
"commercial and industrial loans (15%) and construction and land development loans (11%)."
]
| [
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
88,
105,
844,
177
],
[
89,
85,
43,
21
],
[
921,
990,
57,
18
],
[
89,
690,
846,
126
],
[
89,
690,
846,
126
],
[
89,
690,
846,
126
],
[
89,
690,
846,
126
],
[
89,
690,
846,
126
],
[
89,
690,
846,
126
],
[
89,
690,
846,
126
],
[
89,
690,
846,
126
],
[
89,
604,
841,
81
],
[
89,
604,
841,
81
],
[
89,
604,
841,
81
],
[
89,
604,
841,
81
],
[
89,
604,
841,
81
],
[
130,
577,
651,
21
],
[
89,
491,
843,
81
],
[
89,
491,
843,
81
],
[
89,
491,
843,
81
],
[
89,
491,
843,
81
],
[
89,
491,
843,
81
],
[
89,
390,
838,
96
],
[
89,
390,
838,
96
],
[
89,
390,
838,
96
],
[
89,
390,
838,
96
],
[
89,
390,
838,
96
],
[
89,
390,
838,
96
],
[
89,
289,
840,
96
],
[
89,
289,
840,
96
],
[
89,
289,
840,
96
],
[
89,
289,
840,
96
],
[
89,
289,
840,
96
],
[
89,
289,
840,
96
]
]
| [
[
856,
105,
74,
17
],
[
89,
123,
78,
16
],
[
497,
123,
26,
17
],
[
599,
123,
26,
17
],
[
697,
123,
26,
17
],
[
803,
123,
26,
17
],
[
904,
123,
26,
17
],
[
89,
136,
178,
21
],
[
428,
136,
8,
21
],
[
474,
136,
46,
21
],
[
575,
136,
46,
21
],
[
677,
136,
46,
21
],
[
779,
136,
46,
21
],
[
881,
136,
46,
21
],
[
89,
153,
238,
21
],
[
474,
153,
46,
21
],
[
575,
153,
46,
21
],
[
677,
153,
46,
21
],
[
779,
153,
46,
21
],
[
881,
153,
46,
21
],
[
89,
169,
158,
21
],
[
465,
169,
54,
21
],
[
567,
169,
54,
21
],
[
669,
169,
54,
21
],
[
771,
169,
54,
21
],
[
872,
169,
54,
21
],
[
89,
186,
146,
21
],
[
465,
186,
54,
21
],
[
575,
186,
46,
21
],
[
677,
186,
46,
21
],
[
771,
186,
54,
21
],
[
881,
186,
46,
21
],
[
89,
202,
147,
21
],
[
474,
202,
46,
21
],
[
575,
202,
46,
21
],
[
677,
202,
46,
21
],
[
779,
202,
46,
21
],
[
881,
202,
46,
21
],
[
114,
220,
74,
21
],
[
465,
220,
54,
21
],
[
567,
220,
54,
21
],
[
669,
220,
54,
21
],
[
771,
220,
54,
21
],
[
872,
220,
54,
21
],
[
89,
236,
158,
21
],
[
488,
236,
36,
21
],
[
598,
236,
28,
21
],
[
691,
236,
36,
21
],
[
793,
236,
36,
21
],
[
895,
236,
36,
21
],
[
114,
260,
207,
21
],
[
427,
258,
9,
24
],
[
465,
260,
54,
21
],
[
567,
260,
54,
21
],
[
669,
260,
54,
21
],
[
771,
260,
54,
21
],
[
872,
260,
54,
21
],
[
89,
85,
43,
21
],
[
921,
990,
57,
18
],
[
130,
690,
792,
21
],
[
89,
705,
831,
21
],
[
89,
719,
802,
21
],
[
89,
734,
837,
21
],
[
89,
749,
836,
21
],
[
89,
764,
846,
21
],
[
89,
779,
820,
21
],
[
89,
794,
620,
21
],
[
130,
604,
790,
21
],
[
89,
618,
841,
21
],
[
89,
633,
777,
21
],
[
89,
648,
839,
21
],
[
89,
663,
404,
21
],
[
130,
577,
651,
21
],
[
130,
491,
767,
21
],
[
89,
506,
843,
21
],
[
89,
521,
816,
21
],
[
89,
536,
836,
21
],
[
89,
551,
745,
21
],
[
130,
390,
781,
21
],
[
89,
405,
761,
21
],
[
89,
420,
798,
21
],
[
89,
435,
838,
21
],
[
89,
450,
797,
21
],
[
89,
464,
198,
21
],
[
130,
289,
795,
21
],
[
89,
304,
840,
21
],
[
89,
319,
830,
21
],
[
89,
334,
811,
21
],
[
89,
349,
836,
21
],
[
89,
363,
617,
21
]
]
| [
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
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,
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
]
| 6ddb1588df26cc84475b6360c57dc7750ffb4c035d103169adf0f899b1422558 | NASDAQ_AUBN_2011.pdf | 25 | 94 | 612 | 792 | 1,025 | 1,025 | ann_reports_10_14_fancy | financial_reports |
14178 | [
"AAATHE",
"Rules",
"about",
"animals",
"1.Horse-drawn vehicles ",
"2.Horse riders ",
"Law RVLR 1989 reg 4 ",
"47.",
"Horse-drawn vehicles used on the highway should be operated and ",
"maintained in accordance with standards set out in the ",
"Department for Transport’s Code of Practice for Horse-Drawn ",
"Vehicles. This Code lays down the requirements for a road driving ",
"assessment and includes a comprehensive list of safety checks to ",
"ensure that a carriage and its fittings are safe and in good working ",
"order. The standards set out in the Road Driving Assessment may ",
"be required to be met by a Local Authority if an operator wishes to ",
"obtain a local authority licence to operate a passenger-carrying ",
"service. ",
"48.",
"Safety equipment and clothing. ",
" All horse-drawn vehicles should ",
"have two red rear reflectors. It is safer not to drive at night but if",
"you do, a light showing white to the front and red to the ",
"rear",
"MUST ",
" be fitted.",
"49.",
"Safety equipment. Children under the age of 14",
"MUST ",
" wear a ",
"helmet which complies with the Regulations. It MUST be fastened ",
"securely. Other riders should also follow these requirements. These ",
"highwaycodeuk.co.uk",
"23 "
]
| [
[
857,
62,
72,
15
],
[
87,
151,
607,
52
],
[
87,
151,
607,
52
],
[
87,
151,
607,
52
],
[
124,
221,
570,
40
],
[
124,
763,
347,
40
],
[
170,
706,
249,
20
],
[
124,
293,
833,
272
],
[
124,
293,
833,
272
],
[
124,
293,
833,
272
],
[
124,
293,
833,
272
],
[
124,
293,
833,
272
],
[
124,
293,
833,
272
],
[
124,
293,
833,
272
],
[
124,
293,
833,
272
],
[
124,
293,
833,
272
],
[
124,
293,
833,
272
],
[
124,
293,
833,
272
],
[
124,
595,
800,
103
],
[
124,
595,
800,
103
],
[
124,
595,
800,
103
],
[
124,
595,
800,
103
],
[
124,
595,
800,
103
],
[
124,
595,
800,
103
],
[
124,
595,
800,
103
],
[
124,
595,
800,
103
],
[
124,
835,
836,
75
],
[
124,
835,
836,
75
],
[
124,
835,
836,
75
],
[
124,
835,
836,
75
],
[
124,
835,
836,
75
],
[
124,
835,
836,
75
],
[
649,
931,
285,
15
],
[
649,
931,
285,
15
]
]
| [
[
857,
62,
72,
15
],
[
87,
151,
135,
52
],
[
265,
151,
168,
52
],
[
476,
151,
218,
52
],
[
124,
221,
570,
40
],
[
124,
763,
347,
40
],
[
170,
706,
249,
20
],
[
124,
293,
36,
20
],
[
170,
293,
787,
20
],
[
170,
320,
646,
20
],
[
170,
349,
719,
20
],
[
170,
377,
767,
20
],
[
170,
405,
761,
20
],
[
170,
433,
774,
20
],
[
170,
461,
760,
20
],
[
170,
489,
782,
20
],
[
170,
518,
739,
20
],
[
170,
546,
95,
20
],
[
124,
595,
40,
20
],
[
172,
595,
378,
20
],
[
543,
595,
381,
20
],
[
170,
622,
741,
20
],
[
170,
650,
659,
20
],
[
170,
678,
44,
20
],
[
225,
678,
77,
20
],
[
296,
678,
113,
20
],
[
124,
835,
36,
20
],
[
170,
835,
551,
20
],
[
730,
835,
77,
20
],
[
801,
835,
91,
20
],
[
170,
862,
771,
20
],
[
170,
891,
790,
20
],
[
649,
931,
187,
15
],
[
903,
931,
31,
15
]
]
| [
5,
7,
7,
7,
7,
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,
4,
4
]
| d321a8370b604a1a03289694034a751491070c23f894d588989e7274ee570bea | the_official_highway_code_-_20-08-2019.pdf | 23 | 191 | 499 | 709 | 1,025 | 1,025 | manuals | manuals |
14179 | [
"As of MySQL 8.0.12, ",
"ORDER BY",
" and ",
"ROLLUP",
" can be used together, which enables the use of ",
"ORDER BY",
"and ",
"GROUPING()",
" to achieve a specific sort order of grouped results. For example:",
"GROUP BY Modifiers",
"mysql> ",
"SELECT year, SUM(profit) AS profit",
"FROM sales",
"GROUP BY year WITH ROLLUP",
"ORDER BY GROUPING(year) DESC;",
"+------+--------+",
"| year | profit |",
"+------+--------+",
"| NULL |",
"7535 |",
"| 2000 |",
"4525 |",
"| 2001 |",
"3010 |",
"+------+--------+",
"In both cases, the super-aggregate summary rows sort with the rows from which they are calculated, and",
"their placement depends on sort order (at the end for ascending sort, at the beginning for descending sort).",
"LIMIT",
" can be used to restrict the number of rows returned to the client. ",
"LIMIT",
" is applied after ",
"ROLLUP",
", so",
"the limit applies against the extra rows added by ",
"ROLLUP",
". For example:",
"+------+---------+------------+--------+",
"| year | country | product",
"| profit |",
"+------+---------+------------+--------+",
"| 2000 | Finland | Computer",
"|",
"1500 |",
"| 2000 | Finland | Phone",
"|",
"100 |",
"| 2000 | Finland | NULL",
"|",
"1600 |",
"| 2000 | India",
"| Calculator |",
"150 |",
"| 2000 | India",
"| Computer",
"|",
"1200 |",
"+------+---------+------------+--------+",
"mysql> ",
"SELECT year, country, product, SUM(profit) AS profit",
"FROM sales",
"GROUP BY year, country, product WITH ROLLUP",
"LIMIT 5;",
"Using ",
"LIMIT",
" with ",
"ROLLUP",
" may produce results that are more difficult to interpret, because there is less",
"context for understanding the super-aggregate rows.",
"A MySQL extension permits a column that does not appear in the ",
"GROUP BY",
" list to be named in the",
"select list. (For information about nonaggregated columns and ",
"GROUP BY",
", see Section 12.20.3, “MySQL",
"Handling of GROUP BY”",
".) In this case, the server is free to choose any value from this nonaggregated",
"column in summary rows, and this includes the extra rows added by ",
"WITH ROLLUP",
". For example, in the",
"following query, ",
"country",
" is a nonaggregated column that does not appear in the ",
"GROUP BY",
" list and",
"values chosen for this column are nondeterministic:",
"mysql> ",
"SELECT year, country, SUM(profit) AS profit",
"FROM sales",
"GROUP BY year WITH ROLLUP;",
"+------+---------+--------+",
"| year | country | profit |",
"+------+---------+--------+",
"| 2000 | India",
"|",
"4525 |",
"| 2001 | USA",
"|",
"3010 |",
"| NULL | USA",
"|",
"7535 |",
"+------+---------+--------+",
"This behavior is permitted when the ",
"ONLY_FULL_GROUP_BY",
" SQL mode is not enabled. If that mode is",
"enabled, the server rejects the query as illegal because ",
"country",
" is not listed in the ",
"GROUP BY",
" clause.",
"With ",
"ONLY_FULL_GROUP_BY",
" enabled, you can still execute the query by using the ",
"ANY_VALUE()",
" function",
"for nondeterministic-value columns:",
"mysql> ",
"SELECT year, ANY_VALUE(country) AS country, SUM(profit) AS profit",
"FROM sales",
"2410"
]
| [
[
140,
94,
777,
27
],
[
140,
94,
777,
27
],
[
140,
94,
777,
27
],
[
140,
94,
777,
27
],
[
140,
94,
777,
27
],
[
140,
94,
777,
27
],
[
140,
94,
777,
27
],
[
140,
94,
777,
27
],
[
140,
94,
777,
27
],
[
416,
48,
161,
11
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
137,
329,
132
],
[
140,
287,
791,
27
],
[
140,
287,
791,
27
],
[
140,
331,
790,
27
],
[
140,
331,
790,
27
],
[
140,
331,
790,
27
],
[
140,
331,
790,
27
],
[
140,
331,
790,
27
],
[
140,
331,
790,
27
],
[
140,
331,
790,
27
],
[
140,
331,
790,
27
],
[
140,
331,
790,
27
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
131,
421,
332,
110
],
[
140,
374,
474,
45
],
[
140,
374,
474,
45
],
[
140,
374,
474,
45
],
[
140,
374,
474,
45
],
[
140,
374,
474,
45
],
[
140,
549,
764,
27
],
[
140,
549,
764,
27
],
[
140,
549,
764,
27
],
[
140,
549,
764,
27
],
[
140,
549,
764,
27
],
[
140,
549,
764,
27
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
592,
786,
89
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
697,
401,
119
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
835,
791,
58
],
[
140,
909,
578,
20
],
[
140,
909,
578,
20
],
[
140,
909,
578,
20
],
[
60,
964,
37,
11
]
]
| [
[
140,
94,
159,
11
],
[
299,
96,
80,
10
],
[
380,
94,
37,
11
],
[
417,
96,
60,
10
],
[
477,
94,
360,
11
],
[
838,
96,
80,
10
],
[
140,
110,
32,
11
],
[
173,
111,
100,
10
],
[
273,
110,
477,
11
],
[
416,
48,
161,
11
],
[
140,
137,
56,
8
],
[
196,
137,
273,
8
],
[
196,
150,
80,
8
],
[
196,
162,
200,
8
],
[
196,
174,
233,
8
],
[
140,
187,
136,
8
],
[
140,
199,
136,
8
],
[
140,
212,
136,
8
],
[
140,
224,
64,
8
],
[
229,
224,
48,
8
],
[
140,
237,
64,
8
],
[
229,
237,
48,
8
],
[
140,
249,
64,
8
],
[
229,
249,
48,
8
],
[
140,
261,
136,
8
],
[
140,
287,
776,
11
],
[
140,
303,
791,
11
],
[
140,
332,
50,
10
],
[
190,
331,
484,
11
],
[
675,
332,
50,
10
],
[
725,
331,
118,
11
],
[
843,
332,
60,
10
],
[
903,
331,
26,
11
],
[
140,
346,
362,
11
],
[
502,
348,
60,
10
],
[
563,
346,
107,
11
],
[
140,
423,
321,
8
],
[
140,
436,
209,
8
],
[
381,
436,
80,
8
],
[
140,
448,
321,
8
],
[
140,
461,
217,
8
],
[
381,
461,
8,
8
],
[
414,
461,
48,
8
],
[
140,
473,
192,
8
],
[
381,
473,
8,
8
],
[
422,
473,
40,
8
],
[
140,
485,
184,
8
],
[
381,
485,
8,
8
],
[
414,
485,
48,
8
],
[
140,
498,
112,
8
],
[
277,
498,
112,
8
],
[
422,
498,
40,
8
],
[
140,
510,
112,
8
],
[
277,
510,
80,
8
],
[
381,
510,
8,
8
],
[
414,
510,
48,
8
],
[
140,
523,
321,
8
],
[
140,
374,
56,
8
],
[
196,
374,
418,
8
],
[
196,
386,
80,
8
],
[
196,
399,
345,
8
],
[
196,
411,
64,
8
],
[
140,
549,
47,
11
],
[
188,
550,
50,
10
],
[
238,
549,
39,
11
],
[
277,
550,
60,
10
],
[
337,
549,
567,
11
],
[
140,
564,
389,
11
],
[
140,
592,
488,
11
],
[
629,
593,
80,
10
],
[
709,
592,
168,
11
],
[
140,
608,
464,
11
],
[
605,
609,
80,
10
],
[
685,
608,
241,
11
],
[
140,
623,
197,
11
],
[
324,
623,
573,
11
],
[
140,
639,
507,
11
],
[
647,
640,
110,
10
],
[
758,
639,
152,
11
],
[
140,
654,
121,
11
],
[
261,
656,
70,
10
],
[
332,
654,
415,
11
],
[
747,
656,
80,
10
],
[
827,
654,
57,
11
],
[
140,
670,
380,
11
],
[
140,
697,
56,
8
],
[
196,
697,
345,
8
],
[
196,
710,
80,
8
],
[
196,
722,
209,
8
],
[
140,
734,
217,
8
],
[
140,
747,
217,
8
],
[
140,
759,
217,
8
],
[
140,
772,
112,
8
],
[
277,
772,
8,
8
],
[
309,
772,
48,
8
],
[
140,
784,
96,
8
],
[
277,
784,
8,
8
],
[
309,
784,
48,
8
],
[
140,
797,
96,
8
],
[
277,
797,
8,
8
],
[
309,
797,
48,
8
],
[
140,
809,
217,
8
],
[
140,
835,
269,
11
],
[
409,
836,
180,
10
],
[
590,
835,
308,
11
],
[
140,
850,
414,
11
],
[
554,
851,
70,
10
],
[
625,
850,
138,
11
],
[
763,
851,
80,
10
],
[
844,
850,
57,
11
],
[
140,
866,
38,
11
],
[
178,
867,
180,
10
],
[
359,
866,
398,
11
],
[
758,
867,
110,
10
],
[
868,
866,
63,
11
],
[
140,
881,
263,
11
],
[
140,
909,
56,
8
],
[
196,
909,
522,
8
],
[
196,
921,
80,
8
],
[
60,
964,
37,
11
]
]
| [
9,
9,
9,
9,
9,
9,
9,
9,
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,
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,
4
]
| 9d32fb076b34edc7cf6cafa53e0c8c75ccfbe690308028441e8222585b3cdf1d | refman-8.0-en.pdf | 2,439 | 6,228 | 612 | 792 | 1,025 | 1,025 | manuals | manuals |
14180 | [
"As previously mentioned, the CAL3QHCR model uses a full year of hourly meteorological data. ",
"Use of representative meteorological data that has been collected on-site is preferred; however, if ",
"on-site data is not available, National Weather Service (NWS)",
"110 ",
"data, representative of the area ",
"being modeled, is acceptable. If NWS data is used, the model must be run for five consecutive ",
"meteorological years.",
"111 ",
"Vehicular emission rates are estimated for queuing and idling vehicles using the EPA",
"-approved ",
"models: MOVES and California’s EMFAC. Emission rates for each idling and queuing link are ",
"input",
"into",
"the",
"CAL3QHC/R",
"model",
"as",
"gram",
"per",
"vehicle",
"-mile",
"and",
"gram",
"per",
"vehicle",
"-hour, ",
"respectively. Refer back to ",
"Section E.2.4 ",
"(",
"Estimate On-Road Vehicle Emissions",
") for the steps on ",
"how to generate emission factors with MOVES and California’s EMFAC models. ",
"Once",
"the",
"project-level",
"emissions",
"and",
"dispersion",
"modeling",
"analysis",
"is",
"complete",
"and",
"pollutant ",
"concentrations",
"associated",
"with",
"the",
"project",
"have",
"been",
"computed,",
"representative",
"background ",
"concentrations should be added to the predicted worst-case project-level concentration (for both ",
"CO and PM). Background concentrations are typically obtained from a background monitoring ",
"site",
"not",
"affected",
"by",
"the",
"intersection",
"(s)",
"of",
"interest.",
"EPA’s",
"AirData",
"provides",
"b",
"ackground ",
"monitoring data at different monitoring locations collected across the U. S. for the seven criteria ",
"pollutants.",
"112 ",
"The evaluation and selection of monitoring data for use in a particular analysis must follow the ",
"process defined in each area’s interagency consultation procedures. Background moni",
"tored data ",
"should also be adjusted for future-year conditions. Methods used to compute future background ",
"concentrations for CO and PM hot-spot analyses are detailed in EPA’s ",
"Guideline for Modeling ",
"Carbon Monoxide from Roadway Intersection",
", and EPA’s ",
"Transportation Conformity Guidance ",
"for Quantitative Hot-spot Analyses in PM$_{2.5 }$and PM$_{10 }$Nonattainment and Maintenance Areas",
", ",
"respectively, mentioned above. ",
"110",
"National Oceanic and Atmospheric Administration (NOAA), National Weather Service (NWS) at ",
"http://www.weather.gov/. ",
"111",
"EPA, ",
"Addendum to The User's Guide to CAL3QHC Version 2.0 (CAL3QHC User's Guide) ",
"by Peter A. Eckhoff ",
"and Thomas N. Braverman, September 1995, http://www.epa.gov/scram001/userg/regmod/cal3qhcrug.pdf. ",
"112",
"EPA’s AirData can be accessed from the following website: http://www.epa.gov/airdata/ad_rep_mon.html. ",
"101$_{ }$",
"APPENDIX E$_{ }$",
"E.2.6.4 Vehicular Emission Rates ",
"E.2.7 ",
"Estimate Background Data "
]
| [
[
120,
91,
816,
91
],
[
120,
91,
816,
91
],
[
120,
91,
816,
91
],
[
120,
91,
816,
91
],
[
120,
91,
816,
91
],
[
120,
91,
816,
91
],
[
120,
91,
816,
91
],
[
120,
91,
816,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
221,
800,
91
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
347,
849,
127
],
[
120,
480,
811,
127
],
[
120,
480,
811,
127
],
[
120,
480,
811,
127
],
[
120,
480,
811,
127
],
[
120,
480,
811,
127
],
[
120,
480,
811,
127
],
[
120,
480,
811,
127
],
[
120,
480,
811,
127
],
[
120,
480,
811,
127
],
[
120,
480,
811,
127
],
[
120,
480,
811,
127
],
[
120,
480,
811,
127
],
[
120,
836,
689,
33
],
[
120,
836,
689,
33
],
[
120,
836,
689,
33
],
[
120,
866,
781,
33
],
[
120,
866,
781,
33
],
[
120,
866,
781,
33
],
[
120,
866,
781,
33
],
[
120,
866,
781,
33
],
[
120,
896,
751,
18
],
[
120,
896,
751,
18
],
[
497,
962,
55,
15
],
[
452,
46,
148,
17
],
[
120,
196,
298,
20
],
[
120,
318,
359,
24
],
[
120,
318,
359,
24
]
]
| [
[
120,
91,
794,
20
],
[
120,
109,
790,
20
],
[
120,
127,
519,
20
],
[
631,
128,
18,
11
],
[
653,
127,
261,
20
],
[
120,
145,
816,
20
],
[
120,
162,
173,
20
],
[
294,
164,
18,
11
],
[
120,
221,
719,
20
],
[
822,
221,
86,
20
],
[
120,
239,
800,
20
],
[
120,
257,
34,
20
],
[
176,
257,
29,
20
],
[
226,
257,
29,
20
],
[
276,
257,
74,
20
],
[
371,
257,
48,
20
],
[
440,
257,
18,
20
],
[
479,
257,
39,
20
],
[
539,
257,
27,
20
],
[
587,
257,
70,
20
],
[
613,
257,
39,
20
],
[
671,
257,
27,
20
],
[
718,
257,
36,
20
],
[
773,
257,
25,
20
],
[
817,
257,
64,
20
],
[
855,
257,
53,
20
],
[
120,
275,
223,
20
],
[
342,
275,
116,
20
],
[
459,
275,
6,
20
],
[
466,
275,
302,
20
],
[
767,
275,
143,
20
],
[
120,
293,
663,
20
],
[
120,
347,
32,
20
],
[
171,
347,
25,
20
],
[
215,
347,
98,
20
],
[
331,
347,
66,
20
],
[
415,
347,
26,
20
],
[
460,
347,
77,
20
],
[
555,
347,
67,
20
],
[
640,
347,
60,
20
],
[
719,
347,
14,
20
],
[
751,
347,
63,
20
],
[
833,
347,
26,
20
],
[
877,
347,
66,
20
],
[
120,
365,
114,
20
],
[
253,
365,
87,
20
],
[
360,
365,
29,
20
],
[
408,
365,
27,
20
],
[
455,
365,
57,
20
],
[
532,
365,
36,
20
],
[
588,
365,
40,
20
],
[
647,
365,
71,
20
],
[
738,
365,
110,
20
],
[
868,
365,
101,
20
],
[
120,
383,
791,
20
],
[
120,
401,
810,
20
],
[
120,
419,
29,
20
],
[
168,
419,
19,
20
],
[
206,
419,
80,
20
],
[
305,
419,
20,
20
],
[
344,
419,
26,
20
],
[
390,
419,
92,
20
],
[
442,
419,
27,
20
],
[
488,
419,
19,
20
],
[
527,
419,
72,
20
],
[
618,
419,
53,
20
],
[
691,
419,
53,
20
],
[
764,
419,
63,
20
],
[
847,
419,
12,
20
],
[
819,
419,
89,
20
],
[
120,
436,
792,
20
],
[
120,
454,
84,
20
],
[
205,
456,
18,
11
],
[
120,
480,
811,
20
],
[
120,
498,
715,
20
],
[
823,
498,
88,
20
],
[
120,
516,
788,
20
],
[
120,
533,
588,
20
],
[
711,
533,
202,
20
],
[
120,
551,
379,
20
],
[
500,
551,
99,
20
],
[
600,
551,
312,
20
],
[
120,
569,
785,
20
],
[
899,
569,
9,
20
],
[
120,
587,
254,
20
],
[
120,
836,
16,
11
],
[
150,
838,
659,
16
],
[
150,
853,
175,
16
],
[
120,
866,
16,
11
],
[
150,
868,
39,
16
],
[
190,
867,
573,
17
],
[
764,
868,
138,
16
],
[
150,
882,
720,
16
],
[
120,
896,
16,
11
],
[
150,
897,
721,
16
],
[
497,
962,
55,
15
],
[
452,
46,
148,
17
],
[
120,
196,
298,
20
],
[
120,
318,
56,
24
],
[
211,
318,
269,
24
]
]
| [
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
4,
5,
7,
7,
7
]
| 5f6c8ee6874a2c2e52b8568aed02239d4255618cb388e307e7fdcfa0f4d29e4f | Air_Quality_Handbook_Appendices.pdf | 215 | 225 | 612 | 792 | 1,025 | 1,025 | faa_regulations | laws_and_regulations |
14181 | [
"conjunction with the operation of the system and method of the invention.",
"Rather, any number",
"of different programming languages may be utilized as is necessary or desirable.",
"[0054]",
"Also, the instructions and/or data used in the practice of various embodiments of",
"the invention may utilize any compression or encryption technique or algorithm, as may be",
"desired.",
"An encryption module might be used to encrypt data.",
"Further, files or other data may",
"be decrypted using a suitable decryption module, for example.",
"[0055]",
"In the system and method of exemplary embodiments of the invention, a variety",
"of “userinterfaces”may be utilized to allow a user to interface with the mobile devices or other",
"personal",
"computing",
"device.",
"As used herein,",
"a user interface may include",
"any hardware,",
"software, or combination of hardware and software used by the processor that allows a user to",
"interact with the processor of the communication device.",
"A user interface may be in the form of",
"a dialogue screen provided by an app, for example.",
"A user interface may also include any of",
"touch",
"screen,",
"keyboard,",
"voice",
"reader,",
"voice",
"recognizer,",
"dialogue",
"screen,",
"menu",
"box,",
"list,",
"checkbox,",
"toggle",
"switch,",
"a",
"pushbutton,",
"a",
"virtual",
"environment",
"(",
"e.g",
".,",
"Virtual",
"Machine",
"(VM)/cloud),",
"or any other device that allows a user to receive information",
"regarding the",
"operation of the processor as it processes a set of instructions and/or provide the processor with",
"information.",
"Accordingly, the user interface may be any system that provides communication",
"between a user and a processor.",
"The information provided by the user to the processor through",
"the user interface may be in the form of a command, a selection of data, or some other input, for",
"example.",
"[0056]",
"The software, hardware and services described herein may be provided utilizing",
"one or more cloud service models, such as Software-as-a-Service (SaaS), Platform-as-a-Service"
]
| [
[
110,
145,
804,
46
],
[
110,
145,
804,
46
],
[
110,
145,
804,
46
],
[
109,
212,
806,
113
],
[
109,
212,
806,
113
],
[
109,
212,
806,
113
],
[
109,
212,
806,
113
],
[
109,
212,
806,
113
],
[
109,
212,
806,
113
],
[
109,
212,
806,
113
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
109,
347,
806,
449
],
[
110,
817,
803,
46
],
[
110,
817,
803,
46
],
[
110,
817,
803,
46
]
]
| [
[
110,
145,
624,
12
],
[
749,
145,
165,
12
],
[
110,
178,
663,
12
],
[
111,
212,
51,
12
],
[
234,
212,
681,
12
],
[
109,
245,
806,
12
],
[
110,
279,
62,
12
],
[
187,
279,
449,
12
],
[
651,
279,
263,
12
],
[
109,
313,
514,
12
],
[
111,
347,
51,
12
],
[
234,
347,
680,
12
],
[
110,
380,
805,
12
],
[
109,
414,
68,
12
],
[
191,
414,
86,
12
],
[
291,
414,
57,
12
],
[
372,
414,
138,
12
],
[
524,
414,
255,
12
],
[
793,
414,
120,
12
],
[
110,
447,
805,
12
],
[
109,
481,
471,
12
],
[
594,
481,
320,
12
],
[
110,
514,
438,
12
],
[
565,
514,
350,
12
],
[
109,
548,
44,
12
],
[
169,
548,
55,
12
],
[
238,
548,
80,
12
],
[
333,
548,
43,
12
],
[
391,
548,
55,
12
],
[
460,
548,
43,
12
],
[
518,
548,
90,
12
],
[
623,
548,
69,
12
],
[
708,
548,
55,
12
],
[
778,
548,
44,
12
],
[
836,
548,
35,
12
],
[
885,
548,
29,
12
],
[
110,
582,
82,
12
],
[
210,
582,
50,
12
],
[
279,
582,
57,
12
],
[
354,
582,
8,
12
],
[
379,
582,
94,
12
],
[
494,
582,
8,
12
],
[
518,
582,
52,
12
],
[
589,
582,
102,
12
],
[
711,
582,
6,
12
],
[
717,
583,
20,
10
],
[
742,
583,
10,
11
],
[
769,
582,
57,
12
],
[
843,
582,
70,
12
],
[
110,
615,
108,
12
],
[
231,
615,
554,
12
],
[
800,
615,
114,
12
],
[
110,
649,
804,
12
],
[
109,
682,
100,
12
],
[
227,
682,
686,
12
],
[
109,
716,
265,
12
],
[
390,
716,
523,
12
],
[
109,
750,
805,
12
],
[
110,
783,
73,
12
],
[
111,
817,
51,
12
],
[
234,
817,
679,
12
],
[
110,
851,
801,
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
]
| 4ed539a664309c872207fd0c72da48e9e3e0129e1d958faa38750c2a8fb72697 | WO2020210022A1.pdf | 18 | 28 | 595 | 842 | 1,025 | 1,025 | patents_wp | patents |
14182 | [
"CLIENT SUCCESS",
"C",
"R",
"O",
"W",
"D",
"T",
"E",
"S",
"T",
"I",
"N",
"G",
"A",
"W",
"I",
"N",
"I",
"N",
"G",
"F",
"I",
"A",
"N",
"C",
"I",
"A",
"AL ",
"E",
"D",
"U",
"C",
"A",
"T",
"O",
"N",
"G",
"M",
"I",
"G",
"APP",
"M",
"O",
"B",
"I",
"L",
"E",
"E ",
"A",
"P",
"F",
"O",
"R",
"T",
"H",
"E",
"C",
"O",
"N",
"E",
"C",
"T",
"E",
"D",
"C",
"A",
"AR",
" UBS AG",
"NISSAN NORTH AMERICA",
"8",
"%",
"6",
"$",
"*",
"D",
"J",
"O",
"R",
"E",
"D",
"O",
"o",
"Q",
"D",
"Q",
"F",
"L",
"D",
"O",
"V",
"H",
"U",
"Y",
"L",
"F",
"H",
"V",
"F",
"R",
"P",
"S",
"D",
"Q",
"\\",
"headquartered in Switzerland, provides investment ",
"banking, asset management and wealth management ",
"services to private, corporate and institutional clients ",
"worldwide, as well as retail banking services to its ",
"customers in Switzerland. ",
"Nissan, the Japanese multinational automobile ",
"manufacturer, wanted to introduce a North American ",
"P",
"R",
"E",
"L",
"O",
"H",
"D",
"S",
"S",
"O",
"L",
"F",
"D",
"W",
"L",
"R",
"Q",
"I",
"R",
"U",
"L",
"W",
"V",
"S",
"U",
"H",
"P",
"L",
"X",
"P",
"E",
"U",
"D",
"Q",
"G",
",",
"Q",
"o",
"Q",
"L",
"W",
"L",
"Z",
"L",
"W",
"K",
"functionality that would satisfy the high standards of the ",
"O",
"X",
"[",
"X",
"U",
"\\",
"F",
"R",
"Q",
"V",
"X",
"P",
"H",
"U",
"7",
"K",
"H",
"Y",
"L",
"V",
"L",
"R",
"Q",
"J",
"L",
"Y",
"H",
",",
"Q",
"o",
"Q",
"L",
"W",
"L",
"R",
"Z",
"Q",
"H",
"U",
"V",
"D",
"U",
"R",
"E",
"X",
"V",
"W",
"G",
"L",
"J",
"L",
"W",
"D",
"O",
"H",
"[",
"S",
"H",
"U",
"L",
"H",
"Q",
"F",
"H",
"E",
"\\",
"H",
"Q",
"D",
"E",
"O",
"L",
"Q",
"J",
"P",
"R",
"E",
"L",
"O",
"H",
"D",
"F",
"F",
"H",
"V",
"V",
"W",
"R",
",",
"Q",
"o",
"Q",
"L",
"W",
"L",
"Connection to remotely control and monitor their cars, ",
"K",
"D",
"Y",
"H",
"D",
"F",
"F",
"H",
"V",
"V",
"W",
"R",
"W",
"K",
"H",
",",
"Q",
"o",
"Q",
"L",
"W",
"L",
"2",
"Z",
"Q",
"H",
"U",
"3",
"R",
"U",
"W",
"D",
"O",
"D",
"Q",
"G",
"V",
"X",
"S",
"S",
"R",
"U",
"W",
"V",
"X",
"E",
"V",
"F",
"U",
"L",
"S",
"W",
"L",
"R",
"Q",
"V",
"W",
"R",
",",
"Q",
"o",
"Q",
"L",
"W",
"L",
"&",
"R",
"Q",
"Q",
"H",
"F",
"W",
"L",
"R",
"Q",
"W",
"U",
"L",
"D",
"O",
"S",
"U",
"R",
"G",
"X",
"F",
"W",
"V",
"$",
"V",
"S",
"D",
"U",
"W",
"R",
"I",
"D",
"o",
"Q",
"D",
"Q",
"F",
"L",
"D",
"O",
"D",
"Z",
"D",
"U",
"H",
"Q",
"H",
"V",
"V",
"L",
"Q",
"L",
"W",
"L",
"D",
"W",
"L",
"Y",
"H",
"W",
"R",
"E",
"H",
"W",
"W",
"H",
"U",
"inform and educate its clients, UBS devised a digital ",
"strategy involving interactive gaming apps that blend ",
"o",
"Q",
"D",
"Q",
"F",
"L",
"D",
"O",
"L",
"Q",
"I",
"R",
"U",
"P",
"D",
"W",
"L",
"R",
"Q",
"D",
"Q",
"G",
"H",
"Q",
"W",
"H",
"U",
"W",
"D",
"L",
"Q",
"P",
"H",
"Q",
"W",
"7",
"K",
"H",
"F",
"R",
"P",
"S",
"D",
"Q",
"\\",
"j",
"V",
"award-winning edutainment gaming app, “Quiz and Fly,” ",
"F",
"K",
"D",
"O",
"O",
"H",
"Q",
"J",
"H",
"V",
"J",
"D",
"P",
"H",
"U",
"V",
"W",
"R",
"k",
"p",
"\\",
"y",
"D",
"Q",
"D",
"L",
"U",
"F",
"U",
"D",
"I",
"W",
"I",
"U",
"R",
"P",
"R",
"Q",
"H",
"F",
"L",
"W",
"\\",
"W",
"R",
"another while answering questions about various topics. ",
"The skills-based action and knowledge quiz runs on a wide ",
"variety of smartphones and tablets. Gamers can collect ",
"points based on miles traveled, while competing with ",
"others and sharing their achievements via social media. ",
",",
"Q",
"o",
"Q",
"L",
"W",
"L",
"S",
"D",
"U",
"W",
"Q",
"H",
"U",
"H",
"G",
"Z",
"L",
"W",
"K",
"&",
"R",
"J",
"Q",
"L",
"]",
"D",
"Q",
"W",
"W",
"R",
"S",
"U",
"R",
"Y",
"L",
"G",
"H",
"L",
"W",
"V",
"F",
"X",
"V",
"W",
"R",
"P",
"H",
"U",
"V",
"with mobile access to a wide range of connected car ",
"services, such as roadside assistance; stolen vehicle ",
"reporting; remote door lock/unlock; destination ",
"D",
"V",
"V",
"L",
"V",
"W",
"D",
"Q",
"F",
"H",
"V",
"S",
"H",
"H",
"G",
"D",
"O",
"H",
"U",
"W",
"V",
"Y",
"D",
"O",
"H",
"W",
"D",
"O",
"H",
"U",
"W",
"D",
"Q",
"G",
",",
"Q",
"o",
"Q",
"L",
"W",
"L",
"3",
"H",
"U",
"V",
"R",
"Q",
"D",
"O",
"$",
"V",
"V",
"L",
"V",
"W",
"D",
"Q",
"W",
",",
"Q",
"o",
"Q",
"L",
"W",
"L",
"F",
"X",
"V",
"W",
"R",
"P",
"H",
"U",
"V",
"F",
"D",
"Q",
"Q",
"R",
"Z",
"D",
"F",
"F",
"H",
"V",
"V",
"W",
"K",
"H",
"V",
"H",
"through a jointly ideated, Cognizant-developed mobile ",
"app that is compatible across multiple technology ",
"S",
"O",
"D",
"W",
"I",
"R",
"U",
"P",
"V",
"D",
"Q",
"G",
"G",
"H",
"Y",
"L",
"F",
"H",
"V",
"D",
"Q",
"G",
"F",
"D",
"Q",
"E",
"H",
"H",
"D",
"V",
"L",
"O",
"\\",
"F",
"R",
"Q",
"o",
"J",
"X",
"U",
"H",
"G",
"W",
"R",
"support new versions of operating systems and mobile ",
"devices as they emerge.",
"Before introducing \"Quiz and Fly\" to its customers, ",
"UBS wanted to securely test the app across a variety of ",
"devices. Cognizant’s Crowd-on-Cloud offering was the ",
"perfect solution. A crowd of seasoned testers in different ",
"locations represented a 360° view of the intended ",
"audience.",
"Their job was to access the gaming app and report ",
"observations related to performance, functionality, ",
"security, content and UI parameters. The Crowd-on-Cloud ",
"model helped UBS boost the app’s performance with a ",
"quick turnaround time, at minimal cost. Impressed with ",
"the speed and agility of this model, UBS IT management ",
"has recommended all future digital launches undergo a ",
"similar level of crowd scrutiny.",
"7",
"K",
"H",
"&",
"R",
"J",
"Q",
"L",
"]",
"D",
"Q",
"W",
"W",
"H",
"D",
"P",
"V",
"H",
"I",
"I",
"R",
"U",
"W",
"V",
"V",
"H",
"W",
",",
"Q",
"o",
"Q",
"L",
"W",
"L",
"R",
"Q",
"W",
"K",
"H",
"U",
"R",
"D",
"G",
"W",
"R",
"P",
"D",
"Q",
"\\",
"L",
"P",
"S",
"R",
"U",
"W",
"D",
"Q",
"W",
"E",
"H",
"Q",
"H",
"o",
"W",
"V",
"7",
"K",
"H",
"D",
"S",
"S",
"O",
"L",
"F",
"D",
"W",
"L",
"R",
"Q",
"V",
"X",
"L",
"W",
"H",
"H",
"Q",
"D",
"E",
"O",
"H",
"V",
"more proactive and more frequent interactions with a ",
"broader spectrum of customers, along with the ability to ",
"serve them in real time, and delight them with connected ",
"services. It also helps the company enhance brand ",
"loyalty, increase customer retention, and expand its ",
"F",
"X",
"V",
"W",
"R",
"P",
"H",
"U",
"E",
"D",
"V",
"H",
")",
"X",
"U",
"W",
"K",
"H",
"U",
"P",
"R",
"U",
"H",
",",
"Q",
"o",
"Q",
"L",
"W",
"L",
"K",
"D",
"V",
"D",
"Q",
"R",
"S",
"S",
"R",
"U",
"W",
"X",
"Q",
"L",
"W",
"\\",
"to drive revenue by offering value-added services.",
"19"
]
| [
[
95,
31,
112,
12
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
527,
114,
396,
88
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
94,
114,
351,
59
],
[
527,
91,
55,
12
],
[
94,
92,
171,
12
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
527,
243,
364,
103
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
94,
362,
387,
157
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
527,
364,
392,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
94,
537,
386,
194
],
[
527,
575,
388,
103
],
[
527,
575,
388,
103
],
[
527,
575,
388,
103
],
[
527,
575,
388,
103
],
[
527,
575,
388,
103
],
[
527,
575,
388,
103
],
[
527,
695,
392,
139
],
[
527,
695,
392,
139
],
[
527,
695,
392,
139
],
[
527,
695,
392,
139
],
[
527,
695,
392,
139
],
[
527,
695,
392,
139
],
[
527,
695,
392,
139
],
[
527,
695,
392,
139
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
94,
748,
388,
157
],
[
43,
979,
14,
14
]
]
| [
[
95,
31,
112,
12
],
[
527,
114,
22,
31
],
[
549,
114,
22,
31
],
[
571,
114,
26,
31
],
[
596,
114,
32,
31
],
[
627,
114,
24,
31
],
[
660,
114,
21,
31
],
[
680,
114,
20,
31
],
[
701,
114,
21,
31
],
[
721,
114,
21,
31
],
[
742,
114,
9,
31
],
[
750,
114,
24,
31
],
[
775,
114,
24,
31
],
[
527,
143,
24,
31
],
[
560,
143,
32,
31
],
[
591,
143,
9,
31
],
[
599,
143,
24,
31
],
[
648,
143,
9,
31
],
[
657,
143,
24,
31
],
[
681,
143,
24,
31
],
[
713,
143,
19,
31
],
[
732,
143,
9,
31
],
[
765,
143,
24,
31
],
[
788,
143,
24,
31
],
[
812,
143,
22,
31
],
[
834,
143,
9,
31
],
[
842,
143,
24,
31
],
[
842,
143,
52,
31
],
[
527,
171,
20,
31
],
[
546,
171,
23,
31
],
[
570,
171,
24,
31
],
[
593,
171,
22,
31
],
[
615,
171,
23,
31
],
[
635,
171,
20,
31
],
[
664,
171,
25,
31
],
[
689,
171,
24,
31
],
[
721,
171,
23,
31
],
[
767,
171,
28,
31
],
[
795,
171,
8,
31
],
[
827,
171,
23,
31
],
[
859,
171,
64,
31
],
[
94,
114,
29,
31
],
[
123,
114,
26,
31
],
[
149,
114,
22,
31
],
[
171,
114,
9,
31
],
[
180,
114,
19,
31
],
[
199,
114,
20,
31
],
[
199,
114,
29,
31
],
[
227,
114,
24,
31
],
[
251,
114,
21,
31
],
[
302,
114,
19,
31
],
[
319,
114,
26,
31
],
[
345,
114,
22,
31
],
[
94,
143,
21,
31
],
[
115,
143,
24,
31
],
[
139,
143,
20,
31
],
[
168,
143,
22,
31
],
[
189,
143,
26,
31
],
[
215,
143,
24,
31
],
[
264,
143,
20,
31
],
[
282,
143,
22,
31
],
[
304,
143,
21,
31
],
[
325,
143,
20,
31
],
[
345,
143,
24,
31
],
[
377,
143,
22,
31
],
[
399,
143,
24,
31
],
[
399,
143,
46,
31
],
[
527,
91,
55,
12
],
[
94,
92,
171,
12
],
[
527,
243,
5,
12
],
[
537,
243,
5,
12
],
[
547,
243,
5,
12
],
[
556,
243,
5,
12
],
[
566,
243,
5,
12
],
[
576,
243,
4,
12
],
[
585,
243,
4,
12
],
[
594,
243,
2,
12
],
[
600,
243,
4,
12
],
[
609,
243,
4,
12
],
[
618,
243,
4,
12
],
[
627,
243,
2,
12
],
[
633,
243,
5,
12
],
[
643,
243,
4,
12
],
[
652,
243,
4,
12
],
[
661,
243,
4,
12
],
[
670,
243,
4,
12
],
[
678,
243,
2,
12
],
[
684,
243,
4,
12
],
[
693,
243,
2,
12
],
[
700,
243,
4,
12
],
[
708,
243,
4,
12
],
[
717,
243,
3,
12
],
[
724,
243,
4,
12
],
[
733,
243,
2,
12
],
[
739,
243,
4,
12
],
[
748,
243,
4,
12
],
[
757,
243,
4,
12
],
[
765,
243,
4,
12
],
[
773,
243,
4,
12
],
[
782,
243,
7,
12
],
[
794,
243,
4,
12
],
[
803,
243,
4,
12
],
[
812,
243,
4,
12
],
[
821,
243,
4,
12
],
[
527,
261,
348,
12
],
[
527,
280,
364,
12
],
[
527,
298,
363,
12
],
[
527,
316,
337,
12
],
[
527,
334,
177,
12
],
[
94,
362,
320,
12
],
[
94,
380,
363,
12
],
[
94,
398,
7,
12
],
[
106,
398,
4,
12
],
[
114,
398,
4,
12
],
[
123,
398,
2,
12
],
[
129,
398,
2,
12
],
[
135,
398,
4,
12
],
[
144,
398,
4,
12
],
[
152,
398,
4,
12
],
[
161,
398,
4,
12
],
[
169,
398,
2,
12
],
[
176,
398,
2,
12
],
[
182,
398,
4,
12
],
[
190,
398,
4,
12
],
[
198,
398,
3,
12
],
[
205,
398,
2,
12
],
[
211,
398,
4,
12
],
[
220,
398,
4,
12
],
[
229,
398,
2,
12
],
[
236,
398,
4,
12
],
[
245,
398,
3,
12
],
[
252,
398,
2,
12
],
[
258,
398,
3,
12
],
[
265,
398,
3,
12
],
[
273,
398,
4,
12
],
[
282,
398,
3,
12
],
[
289,
398,
4,
12
],
[
298,
398,
7,
12
],
[
309,
398,
2,
12
],
[
315,
398,
4,
12
],
[
323,
398,
7,
12
],
[
335,
398,
4,
12
],
[
343,
398,
3,
12
],
[
351,
398,
4,
12
],
[
359,
398,
4,
12
],
[
368,
398,
4,
12
],
[
377,
398,
2,
12
],
[
383,
398,
4,
12
],
[
391,
398,
4,
12
],
[
400,
398,
4,
12
],
[
409,
398,
2,
12
],
[
415,
398,
3,
12
],
[
422,
398,
2,
12
],
[
428,
398,
6,
12
],
[
439,
398,
2,
12
],
[
445,
398,
3,
12
],
[
452,
398,
4,
12
],
[
94,
416,
387,
12
],
[
94,
434,
2,
12
],
[
101,
434,
4,
12
],
[
110,
434,
4,
12
],
[
118,
434,
4,
12
],
[
127,
434,
3,
12
],
[
134,
434,
4,
12
],
[
143,
434,
4,
12
],
[
151,
434,
4,
12
],
[
160,
434,
4,
12
],
[
169,
434,
3,
12
],
[
177,
434,
4,
12
],
[
186,
434,
7,
12
],
[
197,
434,
4,
12
],
[
206,
434,
3,
12
],
[
213,
434,
4,
12
],
[
222,
434,
4,
12
],
[
231,
434,
4,
12
],
[
240,
434,
4,
12
],
[
248,
434,
2,
12
],
[
255,
434,
3,
12
],
[
263,
434,
2,
12
],
[
269,
434,
4,
12
],
[
278,
434,
4,
12
],
[
287,
434,
4,
12
],
[
295,
434,
2,
12
],
[
302,
434,
4,
12
],
[
310,
434,
4,
12
],
[
319,
434,
2,
12
],
[
325,
434,
4,
12
],
[
334,
434,
5,
12
],
[
343,
434,
4,
12
],
[
352,
434,
2,
12
],
[
358,
434,
3,
12
],
[
365,
434,
2,
12
],
[
372,
434,
4,
12
],
[
380,
434,
6,
12
],
[
391,
434,
4,
12
],
[
400,
434,
4,
12
],
[
408,
434,
3,
12
],
[
416,
434,
3,
12
],
[
424,
434,
4,
12
],
[
432,
434,
3,
12
],
[
440,
434,
4,
12
],
[
449,
434,
4,
12
],
[
458,
434,
4,
12
],
[
467,
434,
3,
12
],
[
475,
434,
3,
12
],
[
94,
452,
4,
12
],
[
103,
452,
2,
12
],
[
109,
452,
4,
12
],
[
117,
452,
2,
12
],
[
123,
452,
3,
12
],
[
130,
452,
4,
12
],
[
138,
452,
2,
12
],
[
144,
452,
4,
12
],
[
152,
452,
4,
12
],
[
160,
452,
4,
12
],
[
169,
452,
4,
12
],
[
177,
452,
3,
12
],
[
184,
452,
2,
12
],
[
190,
452,
4,
12
],
[
198,
452,
4,
12
],
[
207,
452,
4,
12
],
[
215,
452,
4,
12
],
[
223,
452,
4,
12
],
[
231,
452,
4,
12
],
[
239,
452,
4,
12
],
[
248,
452,
4,
12
],
[
256,
452,
4,
12
],
[
264,
452,
4,
12
],
[
273,
452,
2,
12
],
[
279,
452,
2,
12
],
[
285,
452,
4,
12
],
[
293,
452,
4,
12
],
[
301,
452,
6,
12
],
[
312,
452,
4,
12
],
[
321,
452,
4,
12
],
[
329,
452,
2,
12
],
[
335,
452,
2,
12
],
[
341,
452,
4,
12
],
[
349,
452,
4,
12
],
[
357,
452,
4,
12
],
[
365,
452,
4,
12
],
[
373,
452,
4,
12
],
[
381,
452,
3,
12
],
[
389,
452,
3,
12
],
[
397,
452,
3,
12
],
[
403,
452,
4,
12
],
[
412,
452,
2,
12
],
[
418,
452,
4,
12
],
[
426,
452,
4,
12
],
[
435,
452,
4,
12
],
[
444,
452,
2,
12
],
[
450,
452,
3,
12
],
[
456,
452,
2,
12
],
[
94,
471,
373,
12
],
[
94,
489,
4,
12
],
[
103,
489,
4,
12
],
[
112,
489,
4,
12
],
[
121,
489,
4,
12
],
[
129,
489,
4,
12
],
[
138,
489,
4,
12
],
[
146,
489,
4,
12
],
[
155,
489,
4,
12
],
[
163,
489,
3,
12
],
[
172,
489,
3,
12
],
[
180,
489,
3,
12
],
[
187,
489,
4,
12
],
[
196,
489,
3,
12
],
[
203,
489,
4,
12
],
[
212,
489,
4,
12
],
[
221,
489,
2,
12
],
[
227,
489,
4,
12
],
[
236,
489,
5,
12
],
[
245,
489,
4,
12
],
[
254,
489,
2,
12
],
[
261,
489,
3,
12
],
[
268,
489,
2,
12
],
[
274,
489,
6,
12
],
[
284,
489,
6,
12
],
[
294,
489,
4,
12
],
[
303,
489,
4,
12
],
[
312,
489,
3,
12
],
[
320,
489,
5,
12
],
[
329,
489,
4,
12
],
[
338,
489,
3,
12
],
[
346,
489,
3,
12
],
[
353,
489,
4,
12
],
[
362,
489,
2,
12
],
[
368,
489,
4,
12
],
[
377,
489,
4,
12
],
[
385,
489,
4,
12
],
[
394,
489,
3,
12
],
[
402,
489,
4,
12
],
[
411,
489,
4,
12
],
[
420,
489,
4,
12
],
[
429,
489,
4,
12
],
[
438,
489,
3,
12
],
[
446,
489,
3,
12
],
[
94,
507,
3,
12
],
[
102,
507,
4,
12
],
[
110,
507,
4,
12
],
[
118,
507,
3,
12
],
[
126,
507,
3,
12
],
[
134,
507,
3,
12
],
[
141,
507,
1,
12
],
[
146,
507,
4,
12
],
[
155,
507,
2,
12
],
[
161,
507,
1,
12
],
[
167,
507,
4,
12
],
[
175,
507,
4,
12
],
[
184,
507,
3,
12
],
[
191,
507,
2,
12
],
[
198,
507,
4,
12
],
[
206,
507,
2,
12
],
[
212,
507,
4,
12
],
[
220,
507,
4,
12
],
[
229,
507,
4,
12
],
[
237,
507,
1,
12
],
[
243,
507,
2,
12
],
[
250,
507,
1,
12
],
[
256,
507,
4,
12
],
[
264,
507,
4,
12
],
[
273,
507,
4,
12
],
[
281,
507,
4,
12
],
[
289,
507,
4,
12
],
[
297,
507,
3,
12
],
[
305,
507,
2,
12
],
[
312,
507,
1,
12
],
[
317,
507,
4,
12
],
[
326,
507,
4,
12
],
[
334,
507,
2,
12
],
[
341,
507,
3,
12
],
[
348,
507,
1,
12
],
[
353,
507,
4,
12
],
[
362,
507,
1,
12
],
[
367,
507,
4,
12
],
[
376,
507,
3,
12
],
[
383,
507,
4,
12
],
[
391,
507,
4,
12
],
[
399,
507,
4,
12
],
[
407,
507,
3,
12
],
[
415,
507,
2,
12
],
[
422,
507,
3,
12
],
[
527,
364,
5,
12
],
[
537,
364,
3,
12
],
[
544,
364,
4,
12
],
[
553,
364,
4,
12
],
[
561,
364,
3,
12
],
[
568,
364,
3,
12
],
[
575,
364,
4,
12
],
[
584,
364,
2,
12
],
[
591,
364,
4,
12
],
[
599,
364,
4,
12
],
[
608,
364,
4,
12
],
[
616,
364,
4,
12
],
[
625,
364,
4,
12
],
[
633,
364,
4,
12
],
[
641,
364,
2,
12
],
[
647,
364,
4,
12
],
[
655,
364,
2,
12
],
[
661,
364,
4,
12
],
[
670,
364,
5,
12
],
[
680,
364,
4,
12
],
[
688,
364,
3,
12
],
[
695,
364,
4,
12
],
[
703,
364,
4,
12
],
[
712,
364,
4,
12
],
[
720,
364,
3,
12
],
[
728,
364,
3,
12
],
[
736,
364,
2,
12
],
[
742,
364,
4,
12
],
[
750,
364,
2,
12
],
[
756,
364,
3,
12
],
[
763,
364,
2,
12
],
[
769,
364,
4,
12
],
[
777,
364,
3,
12
],
[
784,
364,
2,
12
],
[
790,
364,
4,
12
],
[
799,
364,
4,
12
],
[
807,
364,
3,
12
],
[
814,
364,
4,
12
],
[
822,
364,
4,
12
],
[
831,
364,
4,
12
],
[
839,
364,
3,
12
],
[
846,
364,
3,
12
],
[
853,
364,
4,
12
],
[
861,
364,
3,
12
],
[
527,
382,
349,
12
],
[
527,
400,
360,
12
],
[
527,
418,
4,
12
],
[
536,
418,
4,
12
],
[
545,
418,
4,
12
],
[
553,
418,
4,
12
],
[
562,
418,
4,
12
],
[
570,
418,
2,
12
],
[
576,
418,
4,
12
],
[
584,
418,
2,
12
],
[
590,
418,
2,
12
],
[
596,
418,
4,
12
],
[
605,
418,
2,
12
],
[
611,
418,
4,
12
],
[
620,
418,
3,
12
],
[
627,
418,
6,
12
],
[
638,
418,
4,
12
],
[
647,
418,
3,
12
],
[
654,
418,
2,
12
],
[
660,
418,
4,
12
],
[
668,
418,
4,
12
],
[
677,
418,
4,
12
],
[
685,
418,
4,
12
],
[
694,
418,
4,
12
],
[
702,
418,
4,
12
],
[
711,
418,
4,
12
],
[
719,
418,
3,
12
],
[
726,
418,
4,
12
],
[
735,
418,
3,
12
],
[
742,
418,
3,
12
],
[
749,
418,
4,
12
],
[
757,
418,
2,
12
],
[
763,
418,
4,
12
],
[
772,
418,
6,
12
],
[
783,
418,
4,
12
],
[
791,
418,
4,
12
],
[
800,
418,
3,
12
],
[
807,
418,
4,
12
],
[
816,
418,
4,
12
],
[
824,
418,
4,
12
],
[
833,
418,
4,
12
],
[
841,
418,
4,
12
],
[
849,
418,
6,
12
],
[
860,
418,
4,
12
],
[
869,
418,
4,
12
],
[
877,
418,
4,
12
],
[
886,
418,
4,
12
],
[
894,
418,
2,
12
],
[
900,
418,
3,
12
],
[
527,
436,
379,
12
],
[
527,
454,
4,
12
],
[
535,
454,
4,
12
],
[
544,
454,
4,
12
],
[
553,
454,
2,
12
],
[
559,
454,
2,
12
],
[
565,
454,
4,
12
],
[
573,
454,
4,
12
],
[
582,
454,
4,
12
],
[
591,
454,
4,
12
],
[
599,
454,
3,
12
],
[
607,
454,
4,
12
],
[
616,
454,
4,
12
],
[
625,
454,
7,
12
],
[
636,
454,
4,
12
],
[
644,
454,
3,
12
],
[
652,
454,
3,
12
],
[
660,
454,
3,
12
],
[
667,
454,
4,
12
],
[
676,
454,
3,
12
],
[
684,
454,
5,
12
],
[
693,
454,
4,
12
],
[
701,
454,
3,
12
],
[
709,
454,
4,
12
],
[
718,
454,
4,
12
],
[
726,
454,
4,
12
],
[
735,
454,
2,
12
],
[
741,
454,
3,
12
],
[
748,
454,
4,
12
],
[
757,
454,
3,
12
],
[
764,
454,
4,
12
],
[
773,
454,
2,
12
],
[
780,
454,
3,
12
],
[
787,
454,
2,
12
],
[
794,
454,
3,
12
],
[
801,
454,
4,
12
],
[
810,
454,
7,
12
],
[
821,
454,
4,
12
],
[
830,
454,
4,
12
],
[
839,
454,
4,
12
],
[
847,
454,
4,
12
],
[
855,
454,
2,
12
],
[
861,
454,
3,
12
],
[
869,
454,
4,
12
],
[
877,
454,
3,
12
],
[
884,
454,
4,
12
],
[
527,
472,
381,
12
],
[
527,
491,
392,
12
],
[
527,
509,
374,
12
],
[
527,
527,
356,
12
],
[
527,
545,
375,
12
],
[
94,
537,
2,
12
],
[
101,
537,
4,
12
],
[
109,
537,
4,
12
],
[
118,
537,
4,
12
],
[
126,
537,
2,
12
],
[
132,
537,
3,
12
],
[
139,
537,
2,
12
],
[
145,
537,
4,
12
],
[
154,
537,
4,
12
],
[
162,
537,
3,
12
],
[
169,
537,
3,
12
],
[
176,
537,
4,
12
],
[
185,
537,
4,
12
],
[
193,
537,
3,
12
],
[
200,
537,
4,
12
],
[
208,
537,
4,
12
],
[
217,
537,
5,
12
],
[
227,
537,
2,
12
],
[
233,
537,
3,
12
],
[
240,
537,
4,
12
],
[
248,
537,
5,
12
],
[
257,
537,
4,
12
],
[
266,
537,
4,
12
],
[
274,
537,
4,
12
],
[
283,
537,
2,
12
],
[
289,
537,
4,
12
],
[
296,
537,
4,
12
],
[
305,
537,
4,
12
],
[
313,
537,
3,
12
],
[
320,
537,
3,
12
],
[
327,
537,
4,
12
],
[
336,
537,
4,
12
],
[
344,
537,
3,
12
],
[
351,
537,
4,
12
],
[
360,
537,
4,
12
],
[
368,
537,
2,
12
],
[
374,
537,
4,
12
],
[
382,
537,
4,
12
],
[
391,
537,
2,
12
],
[
397,
537,
3,
12
],
[
404,
537,
3,
12
],
[
411,
537,
4,
12
],
[
419,
537,
4,
12
],
[
428,
537,
3,
12
],
[
435,
537,
3,
12
],
[
442,
537,
4,
12
],
[
451,
537,
6,
12
],
[
462,
537,
4,
12
],
[
470,
537,
3,
12
],
[
477,
537,
3,
12
],
[
94,
555,
355,
12
],
[
94,
573,
354,
12
],
[
94,
591,
325,
12
],
[
94,
609,
4,
12
],
[
103,
609,
3,
12
],
[
111,
609,
3,
12
],
[
119,
609,
2,
12
],
[
125,
609,
3,
12
],
[
133,
609,
3,
12
],
[
140,
609,
4,
12
],
[
148,
609,
4,
12
],
[
157,
609,
4,
12
],
[
165,
609,
4,
12
],
[
173,
609,
3,
12
],
[
181,
609,
4,
12
],
[
190,
609,
4,
12
],
[
198,
609,
4,
12
],
[
207,
609,
4,
12
],
[
216,
609,
4,
12
],
[
224,
609,
2,
12
],
[
230,
609,
4,
12
],
[
239,
609,
3,
12
],
[
246,
609,
3,
12
],
[
253,
609,
3,
12
],
[
261,
609,
4,
12
],
[
269,
609,
4,
12
],
[
278,
609,
2,
12
],
[
284,
609,
4,
12
],
[
292,
609,
3,
12
],
[
299,
609,
4,
12
],
[
308,
609,
2,
12
],
[
314,
609,
4,
12
],
[
322,
609,
3,
12
],
[
330,
609,
3,
12
],
[
337,
609,
4,
12
],
[
345,
609,
4,
12
],
[
354,
609,
4,
12
],
[
363,
609,
2,
12
],
[
369,
609,
4,
12
],
[
378,
609,
4,
12
],
[
387,
609,
4,
12
],
[
395,
609,
2,
12
],
[
401,
609,
3,
12
],
[
409,
609,
2,
12
],
[
415,
609,
5,
12
],
[
424,
609,
4,
12
],
[
432,
609,
3,
12
],
[
440,
609,
3,
12
],
[
447,
609,
4,
12
],
[
456,
609,
4,
12
],
[
465,
609,
4,
12
],
[
473,
609,
2,
12
],
[
94,
627,
5,
12
],
[
104,
627,
3,
12
],
[
112,
627,
3,
12
],
[
120,
627,
2,
12
],
[
126,
627,
3,
12
],
[
134,
627,
3,
12
],
[
141,
627,
4,
12
],
[
150,
627,
4,
12
],
[
158,
627,
3,
12
],
[
165,
627,
2,
12
],
[
172,
627,
4,
12
],
[
181,
627,
4,
12
],
[
190,
627,
4,
12
],
[
198,
627,
2,
12
],
[
204,
627,
3,
12
],
[
212,
627,
2,
12
],
[
218,
627,
4,
12
],
[
226,
627,
4,
12
],
[
235,
627,
3,
12
],
[
242,
627,
3,
12
],
[
250,
627,
4,
12
],
[
258,
627,
7,
12
],
[
269,
627,
4,
12
],
[
278,
627,
3,
12
],
[
285,
627,
3,
12
],
[
293,
627,
4,
12
],
[
301,
627,
4,
12
],
[
310,
627,
4,
12
],
[
319,
627,
4,
12
],
[
327,
627,
4,
12
],
[
336,
627,
6,
12
],
[
346,
627,
4,
12
],
[
355,
627,
4,
12
],
[
363,
627,
4,
12
],
[
371,
627,
4,
12
],
[
380,
627,
3,
12
],
[
388,
627,
3,
12
],
[
395,
627,
3,
12
],
[
403,
627,
4,
12
],
[
411,
627,
4,
12
],
[
420,
627,
3,
12
],
[
428,
627,
4,
12
],
[
94,
645,
368,
12
],
[
94,
663,
339,
12
],
[
94,
682,
4,
12
],
[
103,
682,
2,
12
],
[
110,
682,
4,
12
],
[
118,
682,
3,
12
],
[
126,
682,
3,
12
],
[
133,
682,
4,
12
],
[
142,
682,
3,
12
],
[
149,
682,
7,
12
],
[
161,
682,
3,
12
],
[
169,
682,
4,
12
],
[
178,
682,
4,
12
],
[
187,
682,
4,
12
],
[
195,
682,
4,
12
],
[
204,
682,
4,
12
],
[
213,
682,
4,
12
],
[
222,
682,
2,
12
],
[
228,
682,
4,
12
],
[
236,
682,
4,
12
],
[
245,
682,
3,
12
],
[
253,
682,
4,
12
],
[
262,
682,
4,
12
],
[
271,
682,
4,
12
],
[
280,
682,
4,
12
],
[
288,
682,
4,
12
],
[
297,
682,
4,
12
],
[
306,
682,
4,
12
],
[
315,
682,
4,
12
],
[
323,
682,
4,
12
],
[
332,
682,
4,
12
],
[
341,
682,
3,
12
],
[
349,
682,
2,
12
],
[
355,
682,
2,
12
],
[
361,
682,
4,
12
],
[
370,
682,
4,
12
],
[
378,
682,
4,
12
],
[
387,
682,
4,
12
],
[
396,
682,
5,
12
],
[
406,
682,
4,
12
],
[
414,
682,
4,
12
],
[
423,
682,
3,
12
],
[
431,
682,
4,
12
],
[
440,
682,
4,
12
],
[
449,
682,
3,
12
],
[
456,
682,
4,
12
],
[
94,
700,
373,
12
],
[
94,
718,
162,
12
],
[
527,
575,
347,
12
],
[
527,
593,
377,
12
],
[
527,
611,
367,
12
],
[
527,
629,
388,
12
],
[
527,
647,
342,
12
],
[
527,
665,
64,
12
],
[
527,
695,
344,
12
],
[
527,
713,
348,
12
],
[
527,
731,
392,
12
],
[
527,
749,
370,
12
],
[
527,
768,
374,
12
],
[
527,
786,
382,
12
],
[
527,
804,
376,
12
],
[
527,
822,
203,
12
],
[
94,
748,
5,
12
],
[
104,
748,
4,
12
],
[
112,
748,
4,
12
],
[
121,
748,
5,
12
],
[
131,
748,
4,
12
],
[
139,
748,
4,
12
],
[
148,
748,
4,
12
],
[
157,
748,
2,
12
],
[
163,
748,
4,
12
],
[
172,
748,
4,
12
],
[
180,
748,
4,
12
],
[
189,
748,
3,
12
],
[
197,
748,
3,
12
],
[
204,
748,
4,
12
],
[
212,
748,
4,
12
],
[
221,
748,
7,
12
],
[
232,
748,
3,
12
],
[
240,
748,
4,
12
],
[
249,
748,
3,
12
],
[
256,
748,
3,
12
],
[
263,
748,
4,
12
],
[
272,
748,
3,
12
],
[
280,
748,
3,
12
],
[
287,
748,
3,
12
],
[
295,
748,
3,
12
],
[
303,
748,
4,
12
],
[
312,
748,
3,
12
],
[
319,
748,
2,
12
],
[
326,
748,
4,
12
],
[
334,
748,
5,
12
],
[
344,
748,
4,
12
],
[
352,
748,
2,
12
],
[
359,
748,
3,
12
],
[
366,
748,
2,
12
],
[
372,
748,
4,
12
],
[
381,
748,
4,
12
],
[
390,
748,
3,
12
],
[
397,
748,
4,
12
],
[
406,
748,
4,
12
],
[
415,
748,
3,
12
],
[
422,
748,
4,
12
],
[
431,
748,
4,
12
],
[
440,
748,
4,
12
],
[
449,
748,
3,
12
],
[
456,
748,
4,
12
],
[
94,
766,
7,
12
],
[
106,
766,
4,
12
],
[
114,
766,
4,
12
],
[
123,
766,
4,
12
],
[
131,
766,
2,
12
],
[
137,
766,
7,
12
],
[
148,
766,
4,
12
],
[
157,
766,
4,
12
],
[
166,
766,
3,
12
],
[
173,
766,
3,
12
],
[
180,
766,
4,
12
],
[
189,
766,
4,
12
],
[
198,
766,
3,
12
],
[
205,
766,
4,
12
],
[
213,
766,
4,
12
],
[
222,
766,
4,
12
],
[
231,
766,
4,
12
],
[
239,
766,
4,
12
],
[
248,
766,
3,
12
],
[
255,
766,
3,
12
],
[
263,
766,
4,
12
],
[
272,
766,
4,
12
],
[
281,
766,
4,
12
],
[
289,
766,
4,
12
],
[
298,
766,
4,
12
],
[
307,
766,
4,
12
],
[
315,
766,
2,
12
],
[
321,
766,
2,
12
],
[
327,
766,
4,
12
],
[
336,
766,
4,
12
],
[
344,
766,
3,
12
],
[
351,
766,
2,
12
],
[
357,
766,
4,
12
],
[
366,
766,
4,
12
],
[
375,
766,
3,
12
],
[
383,
766,
4,
12
],
[
391,
766,
2,
12
],
[
398,
766,
3,
12
],
[
405,
766,
4,
12
],
[
413,
766,
4,
12
],
[
422,
766,
4,
12
],
[
430,
766,
4,
12
],
[
439,
766,
4,
12
],
[
448,
766,
2,
12
],
[
454,
766,
4,
12
],
[
462,
766,
3,
12
],
[
94,
784,
366,
12
],
[
94,
802,
384,
12
],
[
94,
820,
388,
12
],
[
94,
838,
343,
12
],
[
94,
856,
353,
12
],
[
94,
874,
4,
12
],
[
103,
874,
4,
12
],
[
111,
874,
3,
12
],
[
119,
874,
3,
12
],
[
127,
874,
4,
12
],
[
135,
874,
7,
12
],
[
147,
874,
4,
12
],
[
155,
874,
3,
12
],
[
163,
874,
4,
12
],
[
171,
874,
4,
12
],
[
180,
874,
3,
12
],
[
188,
874,
4,
12
],
[
197,
874,
4,
12
],
[
205,
874,
4,
12
],
[
214,
874,
3,
12
],
[
222,
874,
3,
12
],
[
229,
874,
4,
12
],
[
238,
874,
4,
12
],
[
246,
874,
3,
12
],
[
254,
874,
7,
12
],
[
265,
874,
4,
12
],
[
274,
874,
3,
12
],
[
281,
874,
4,
12
],
[
290,
874,
2,
12
],
[
296,
874,
4,
12
],
[
305,
874,
5,
12
],
[
314,
874,
4,
12
],
[
323,
874,
2,
12
],
[
329,
874,
3,
12
],
[
336,
874,
2,
12
],
[
342,
874,
4,
12
],
[
351,
874,
4,
12
],
[
360,
874,
3,
12
],
[
368,
874,
4,
12
],
[
376,
874,
4,
12
],
[
385,
874,
4,
12
],
[
394,
874,
4,
12
],
[
403,
874,
4,
12
],
[
411,
874,
4,
12
],
[
420,
874,
3,
12
],
[
428,
874,
3,
12
],
[
435,
874,
4,
12
],
[
444,
874,
4,
12
],
[
453,
874,
2,
12
],
[
459,
874,
3,
12
],
[
466,
874,
4,
12
],
[
94,
893,
337,
12
],
[
43,
979,
14,
14
]
]
| [
5,
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,
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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
]
| bd2c2901451aae6b6e921dcd6f6615ae13eb1b556b102a84dd28c58583a0db62 | NASDAQ_CTSH_2014.pdf | 19 | 24 | 612 | 792 | 1,025 | 1,025 | ann_reports_10_14_fancy | financial_reports |
14183 | [
"Management’s Discussion and Analysis of Results of Operation and Financial Condition",
"Management’s Discussion and Analysis of Results of Operation and Financial Condition",
"(1)",
"Scheduled debt repayments include long-term debt, the current portion of",
"long-term debt and excludes the unamortized discount on the zero coupon",
"debentures (LYONs).",
"At December 31, 2001, TDS and its subsidiaries are in",
"compliance with all covenants and other requirements set",
"forth in long-term debt indentures. TDS does not have any",
"rating downgrade triggers that would accelerate the maturity",
"dates of its debt. However, a downgrade in TDS’s credit rating",
"could adversely affect the terms on which it is able to renew",
"existing, or obtain access to new, credit facilities in the future.",
"TDS and its subsidiaries had cash and cash equivalents",
"totaling $140.7 million at December 31, 2001. In January 2002,",
"TDS replaced its $500 million revolving credit facility, all of",
"which was unused at December 31, 2001, with a new $600",
"million facility that expires in January 2007. Borrowings will",
"bear interest at the London Interbank Borrowing Rate",
"(“LIBOR”) plus a margin based on the Company’s credit rating",
"(30 basis points at inception).",
"TDS’s interest cost would increase if TDS’s credit rating goes",
"down which would increase TDS’s cost of financing, but such",
"credit facility would not cease to be available solely as a result",
"of a decline in its credit rating. However, the continued",
"availability of this revolving credit facility requires TDS to",
"comply with certain negative and affirmative covenants,",
"maintain certain financial ratios and to represent certain",
"matters at the time of each borrowing. At December 31, 2001,",
"TDS was in compliance with all covenants and other",
"requirements set forth in the credit agreement.",
"TDS also had $87 million of bank lines of credit for general",
"corporate purposes at December 31, 2001, all of which was",
"unused. These line of credit agreements provide for borrowings",
"at negotiated rates up to the prime rate.",
"U.S. Cellular’s capital additions budget for 2002 is",
"approximately $620-$640 million, primarily to add additional",
"cell sites to expand and enhance coverage, to provide",
"additional digital service capabilities including the initial steps",
"toward the migration to CDMA technology, and to enhance",
"office systems. The conversion to CDMA is expected to be",
"completed by 2004, at an approximate cost of $400-$450",
"million, spread over the next three years. The estimated capital",
"34",
"Telephone and Data Systems, Inc. Annual Report 2001",
"Telephone and Data Systems, Inc. Annual Report 2001",
"additions in 2002 include $80-$95 million related to this",
"conversion. U.S. Cellular plans to finance its construction",
"expenditures primarily with internally generated cash and",
"short-term debt. U.S. Cellular’s operating cash flow (operating",
"income plus depreciation and amortization) totaled $617.9",
"million in 2001, up 11% ($59.9 million) from 2000. In addition,",
"at December 31, 2001, U.S. Cellular had a $500 million of bank",
"revolving line of credit for general corporate purposes, $236",
"million of which was unused. This line of credit provides for",
"borrowing at LIBOR plus a contractual spread, based on U.S.",
"Cellular’s credit rating. The contractual spread was 19.5 basis",
"points as of December 31, 2001. ",
"U.S. Cellular’s interest cost would increase if its credit rating",
"goes down which would increase its cost of financing, but",
"such line of credit would not cease to be available solely as a",
"result of a decline in its credit rating. However, the continued",
"availability of this revolving line of credit requires U.S. Cellular",
"to comply with certain negative and affirmative covenants,",
"maintain certain financial ratios and to represent certain",
"matters at the time of each borrowing. At December 31, 2001,",
"U.S. Cellular was in compliance with all covenants and other",
"requirements set forth in the credit agreement.",
"TDS Telecom’s capital additions budget for 2002 is",
"approximately $170-$190 million. TDS Telecom expects the",
"local telephone companies to spend approximately $115-$125",
"million to provide for normal growth and to upgrade plant and",
"equipment to provide enhanced services. The competitive",
"local exchange companies are expected to spend approximately",
"$55-$65 million to build switching and other network facilities",
"to expand its markets. TDS Telecom plans to finance its",
"construction expenditures using primarily internally generated",
"cash. Operating cash flow totaled $268.3 million in 2001, up 3%",
"($7.1 million) from 2000.",
"As of December 31, 2001, TDS gave notice to the note",
"holders of its intent to retire $51.0 million of Medium-Term",
"Notes in the first quarter of 2002 that were called at par value.",
"This amount was classified as current portion of long-term",
"debt on the December 31, 2001 balance sheet. TDS may",
"consider retiring debt, when it becomes redeemable, when",
"and if financial market conditions and other factors warrant.",
"The table below indicates the long-term debt which could be",
"retired in 2002 and the initial call dates of the remaining TDS",
"long-term debt to show the amounts that TDS could redeem",
"in advance of the maturity date if it chose to do so.",
"TDS reviews attractive opportunities to acquire additional",
"telecommunications companies and wireless spectrum, which",
"add value to the business. At December 31, 2001, the Company",
"had agreements to acquire two telephone companies serving",
"25,500 access lines, and certain PCS licenses for aggregate",
"consideration of $90.4 million in cash.",
"On November 1, 2000, the United States Bankruptcy Court",
"for the Western District of Wisconsin confirmed a plan of",
"financial reorganization for Airadigm Communications, Inc., a",
"Wisconsin-based wireless service provider. Under the terms of",
"the plan of reorganization, TDS and an unrelated entity have",
"committed to provide funding to meet certain obligations of",
"Airadigm. Airadigm continues to operate as an independent",
"company providing wireless services. Pursuant to the plan of",
"reorganization, under certain circumstances and subject to the",
"FCC’s rules and regulations, TDS and the unrelated entity, or",
"their respective designees, may each acquire certain PCS",
"licenses for areas of Wisconsin and Iowa as well as other",
"Airadigm assets. As of December 31, 2001, TDS had provided",
"funding of $52.7 million to Airadigm. Under the plan of",
"reorganization, TDS’s portion of the funding and the cost of",
"35",
"the assets to be acquired could possibly aggregate up to an",
"additional $145 million. ",
"U.S. Cellular is a limited partner in a joint venture that was",
"a successful bidder for 17 licenses in 13 markets in the January",
"2001 FCC spectrum auction. The cost for the 17 licenses",
"totaled $283.9 million. Although legally the general partner",
"controls the joint venture, the Company has included the joint",
"venture in its consolidated financial statements because U.S.",
"Cellular is considered to have controlling financial interest for",
"financial reporting purposes. The joint venture has acquired 5",
"of such licenses in 4 markets for a total of $4.1 million and has",
"deposits with the FCC totaling $56.1 million for the remaining",
"licenses (classified as a current asset at December 31, 2001).",
"Subject to the final outcome of the proceedings discussed",
"below, the joint venture’s portion of the funding could",
"possibly aggregate up to an additional $223.7 million to fund",
"the acquisition of the remaining licenses. In addition, U.S.",
"Cellular has agreed to loan the general partner up to $20",
"million that could be used by the general partner to fund its",
"investment in the licenses. ",
"With respect to the remaining 12 licenses in 9 markets, such",
"licenses had been reauctioned by the FCC after defaults by",
"winning bidders in a prior auction and were made subject by",
"the FCC to the final outcome of certain legal proceedings",
"initiated by the prior winning bidders. Following the reauction,",
"one of the prior winning bidders obtained a court ruling that",
"the FCC’s actions were illegal. In an effort to resolve this",
"matter, on November 15, 2001, the joint venture and other",
"bidders in the reauction entered into a settlement agreement",
"with the prior winning bidder and the FCC. However, the",
"settlement agreement terminated due to the failure to satisfy a",
"condition to obtain certain Congressional action by December",
"31, 2001. The U.S. Supreme Court has agreed to review this",
"matter. In the event the prior winning bidder is successful in",
"this litigation, the joint venture would receive a refund of its",
"deposit of $56.1 million made to the FCC for such 12 licenses.",
"The joint venture’s financial requirements would then be",
"limited to the 5 licenses in 4 markets that it acquired in 2001.",
"If the FCC is successful in this litigation or the matter is",
"otherwise resolved in a manner that will permit the joint",
"venture to acquire the remaining licenses, the joint venture",
"would likely be required to pay to the FCC the balance of the",
"auction price for such licenses. The joint venture would then have",
"significant financial requirements to build out such markets.",
"The exact nature of U.S. Cellular’s financial commitment going",
"forward will be determined as the joint venture develops its",
"long-term business and financing plans.",
"TDS paid total dividends on its common and preferred stock",
"of $32.1 million in 2001, $30.5 million in 2000 and $29.4 million",
"in 1999. TDS does not anticipate any change in its policy of",
"paying dividends. TDS paid quarterly dividends of $0.135,",
"$0.125 and $0.115 in 2001, 2000 and 1999, respectively.",
"Contractual",
"After",
"Obligations",
"2002",
"2003",
"2004",
"2005",
"2006",
"5",
"years",
"(Dollars in Millions) ",
"Long-term Debt",
"Repayments",
"(1)",
"$ 67.5",
"$ 17.2",
"$ 18.2",
"$ 21.7",
"$219.2",
"$ 1,402.2",
"Average",
"Interest Rate",
"on Debt ",
"8.53%",
"7.23%",
"7.23% ",
"7.47%",
"7.02%",
"7.26%",
"Trust Originated",
"Securities",
"$",
"—",
"$",
"—",
"$",
"—",
"$",
"—",
"$",
"—",
"$",
"300.0",
"Operating",
"Leases",
"62.9",
"56.9",
"51.5",
"47.3",
"41.7",
"168.9",
"Acquisitions",
"90.4 ",
"— ",
"—",
"— ",
"—",
"—",
"$220.8",
"$ 74.1",
"$ 69.7",
"$ 69.0",
"$260.9",
"$ 1,871.1",
"Redemption ",
"Amounts",
"Total",
"2002",
"2003",
"2004",
"2005",
"2006",
"(Dollars in Millions) ",
"TDS Medium-",
"Term Notes",
"$",
"173.7",
"$ 51.0",
"$",
"65.5",
"$",
"—",
"$ 17.2",
"$",
"40.0",
"TDS 7% Notes",
"200.0",
"200.0",
"—",
"—",
"—",
"—",
"TDS 7.6% Series",
"A Notes",
"500.0",
"— ",
"—",
"— ",
"—",
"500.0",
"U.S. Cellular",
"7.25% Notes",
"250.0",
"—",
"—",
"250.0",
"—",
"—",
"U.S. Cellular",
"LYONs",
"140.2",
"140.2",
"—",
"— ",
"—",
"—",
"TDS TELECOM",
"Debt",
"288.9",
"288.9",
"— ",
"— ",
"—",
"—",
"Other Debt ",
"22.5",
"9.5",
"— ",
"—",
"3.0",
"10.0",
"Mandatory",
"Redeemable",
"Preferred",
"Securities",
"300.0",
"150.0",
"150.0",
"— ",
"—",
"—",
"$1,875.3",
"$839.6",
"$ 215.5",
"$ 250.0",
"$ 20.2",
"$ 550.0",
"– 1000",
"– 800",
"– 600",
"– 400",
"– 200",
"– 0",
"886",
"724",
"819",
"TDS Telecom",
"Operating Cash Flows",
"$ Millions",
"US Cellular",
"Telephone and Data Systems, Inc."
]
| [
[
35,
112,
407,
11
],
[
548,
112,
407,
11
],
[
34,
360,
204,
29
],
[
34,
360,
204,
29
],
[
34,
360,
204,
29
],
[
34,
360,
204,
29
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
394,
214,
228
],
[
34,
627,
214,
151
],
[
34,
627,
214,
151
],
[
34,
627,
214,
151
],
[
34,
627,
214,
151
],
[
34,
627,
214,
151
],
[
34,
627,
214,
151
],
[
34,
627,
214,
151
],
[
34,
627,
214,
151
],
[
34,
627,
214,
151
],
[
34,
627,
214,
151
],
[
34,
782,
214,
58
],
[
34,
782,
214,
58
],
[
34,
782,
214,
58
],
[
34,
782,
214,
58
],
[
34,
844,
214,
120
],
[
34,
844,
214,
120
],
[
34,
844,
214,
120
],
[
34,
844,
214,
120
],
[
34,
844,
214,
120
],
[
34,
844,
214,
120
],
[
34,
844,
214,
120
],
[
34,
844,
214,
120
],
[
44,
982,
6,
9
],
[
278,
980,
196,
12
],
[
548,
980,
196,
12
],
[
263,
153,
214,
182
],
[
263,
153,
214,
182
],
[
263,
153,
214,
182
],
[
263,
153,
214,
182
],
[
263,
153,
214,
182
],
[
263,
153,
214,
182
],
[
263,
153,
214,
182
],
[
263,
153,
214,
182
],
[
263,
153,
214,
182
],
[
263,
153,
214,
182
],
[
263,
153,
214,
182
],
[
263,
153,
214,
182
],
[
263,
339,
214,
151
],
[
263,
339,
214,
151
],
[
263,
339,
214,
151
],
[
263,
339,
214,
151
],
[
263,
339,
214,
151
],
[
263,
339,
214,
151
],
[
263,
339,
214,
151
],
[
263,
339,
214,
151
],
[
263,
339,
214,
151
],
[
263,
339,
214,
151
],
[
263,
494,
214,
166
],
[
263,
494,
214,
166
],
[
263,
494,
214,
166
],
[
263,
494,
214,
166
],
[
263,
494,
214,
166
],
[
263,
494,
214,
166
],
[
263,
494,
214,
166
],
[
263,
494,
214,
166
],
[
263,
494,
214,
166
],
[
263,
494,
214,
166
],
[
263,
494,
214,
166
],
[
546,
151,
214,
166
],
[
546,
151,
214,
166
],
[
546,
151,
214,
166
],
[
546,
151,
214,
166
],
[
546,
151,
214,
166
],
[
546,
151,
214,
166
],
[
546,
151,
214,
166
],
[
546,
151,
214,
166
],
[
546,
151,
214,
166
],
[
546,
151,
214,
166
],
[
546,
151,
214,
166
],
[
546,
627,
214,
89
],
[
546,
627,
214,
89
],
[
546,
627,
214,
89
],
[
546,
627,
214,
89
],
[
546,
627,
214,
89
],
[
546,
627,
214,
89
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
546,
720,
214,
228
],
[
974,
982,
6,
9
],
[
776,
151,
214,
27
],
[
776,
151,
214,
27
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
182,
214,
275
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
462,
214,
415
],
[
776,
881,
214,
73
],
[
776,
881,
214,
73
],
[
776,
881,
214,
73
],
[
776,
881,
214,
73
],
[
776,
881,
214,
73
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
33,
152,
215,
196
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
546,
333,
215,
278
],
[
264,
681,
209,
267
],
[
264,
681,
209,
267
],
[
264,
681,
209,
267
],
[
264,
681,
209,
267
],
[
264,
681,
209,
267
],
[
264,
681,
209,
267
],
[
264,
681,
209,
267
],
[
264,
681,
209,
267
],
[
264,
681,
209,
267
],
[
264,
681,
209,
267
],
[
264,
681,
209,
267
],
[
264,
681,
209,
267
],
[
264,
681,
209,
267
],
[
38,
73,
313,
23
]
]
| [
[
35,
112,
407,
11
],
[
548,
112,
407,
11
],
[
34,
360,
6,
8
],
[
42,
360,
194,
8
],
[
42,
370,
196,
8
],
[
42,
380,
54,
8
],
[
42,
394,
206,
11
],
[
34,
409,
214,
11
],
[
34,
425,
214,
11
],
[
34,
440,
214,
11
],
[
34,
456,
214,
11
],
[
34,
472,
214,
11
],
[
34,
487,
214,
11
],
[
42,
503,
206,
11
],
[
34,
518,
214,
11
],
[
34,
534,
214,
11
],
[
34,
549,
214,
11
],
[
34,
565,
214,
11
],
[
34,
580,
214,
11
],
[
34,
596,
214,
11
],
[
34,
611,
103,
11
],
[
42,
627,
206,
11
],
[
34,
642,
214,
11
],
[
34,
658,
214,
11
],
[
34,
673,
214,
11
],
[
34,
689,
214,
11
],
[
34,
704,
214,
11
],
[
34,
720,
214,
11
],
[
34,
736,
214,
11
],
[
34,
751,
214,
11
],
[
34,
767,
162,
11
],
[
42,
782,
206,
11
],
[
34,
798,
214,
11
],
[
34,
813,
214,
11
],
[
34,
829,
139,
11
],
[
42,
844,
206,
11
],
[
34,
860,
214,
11
],
[
34,
875,
214,
11
],
[
34,
891,
214,
11
],
[
34,
906,
214,
11
],
[
34,
922,
214,
11
],
[
34,
937,
214,
11
],
[
34,
953,
214,
11
],
[
44,
982,
6,
9
],
[
278,
980,
196,
12
],
[
548,
980,
196,
12
],
[
263,
153,
214,
11
],
[
263,
168,
214,
11
],
[
263,
184,
214,
11
],
[
263,
199,
214,
11
],
[
263,
215,
214,
11
],
[
263,
230,
214,
11
],
[
263,
246,
214,
11
],
[
263,
261,
214,
11
],
[
263,
277,
214,
11
],
[
263,
293,
214,
11
],
[
263,
308,
214,
11
],
[
263,
324,
115,
11
],
[
271,
339,
206,
11
],
[
263,
355,
214,
11
],
[
263,
370,
214,
11
],
[
263,
386,
214,
11
],
[
263,
401,
214,
11
],
[
263,
417,
214,
11
],
[
263,
432,
214,
11
],
[
263,
448,
214,
11
],
[
263,
463,
214,
11
],
[
263,
479,
162,
11
],
[
271,
494,
206,
11
],
[
263,
510,
214,
11
],
[
263,
525,
214,
11
],
[
263,
541,
214,
11
],
[
263,
557,
214,
11
],
[
263,
572,
214,
11
],
[
263,
588,
214,
11
],
[
263,
603,
214,
11
],
[
263,
619,
214,
11
],
[
263,
634,
214,
11
],
[
263,
650,
86,
11
],
[
554,
151,
206,
11
],
[
546,
166,
214,
11
],
[
546,
182,
214,
11
],
[
546,
198,
214,
11
],
[
546,
213,
214,
11
],
[
546,
229,
214,
11
],
[
546,
244,
214,
11
],
[
546,
260,
214,
11
],
[
546,
275,
214,
11
],
[
546,
291,
214,
11
],
[
546,
306,
180,
11
],
[
554,
627,
206,
11
],
[
546,
643,
214,
11
],
[
546,
658,
214,
11
],
[
546,
674,
214,
11
],
[
546,
689,
214,
11
],
[
546,
705,
132,
11
],
[
554,
720,
206,
11
],
[
546,
736,
214,
11
],
[
546,
751,
214,
11
],
[
546,
767,
214,
11
],
[
546,
782,
214,
11
],
[
546,
798,
214,
11
],
[
546,
814,
214,
11
],
[
546,
829,
214,
11
],
[
546,
845,
214,
11
],
[
546,
860,
214,
11
],
[
546,
876,
214,
11
],
[
546,
891,
214,
11
],
[
546,
907,
214,
11
],
[
546,
922,
214,
11
],
[
546,
938,
214,
11
],
[
974,
982,
6,
9
],
[
776,
151,
214,
11
],
[
776,
166,
84,
11
],
[
784,
182,
206,
11
],
[
776,
198,
214,
11
],
[
776,
213,
214,
11
],
[
776,
229,
214,
11
],
[
776,
244,
214,
11
],
[
776,
260,
214,
11
],
[
776,
275,
214,
11
],
[
776,
291,
214,
11
],
[
776,
306,
214,
11
],
[
776,
322,
214,
11
],
[
776,
337,
214,
11
],
[
776,
353,
214,
11
],
[
776,
368,
214,
11
],
[
776,
384,
214,
11
],
[
776,
399,
214,
11
],
[
776,
415,
214,
11
],
[
776,
430,
214,
11
],
[
776,
446,
94,
11
],
[
784,
462,
206,
11
],
[
776,
477,
214,
11
],
[
776,
493,
214,
11
],
[
776,
508,
214,
11
],
[
776,
524,
214,
11
],
[
776,
539,
214,
11
],
[
776,
555,
214,
11
],
[
776,
570,
214,
11
],
[
776,
586,
214,
11
],
[
776,
601,
214,
11
],
[
776,
617,
214,
11
],
[
776,
632,
214,
11
],
[
776,
648,
214,
11
],
[
776,
663,
214,
11
],
[
776,
679,
214,
11
],
[
776,
695,
214,
11
],
[
776,
710,
214,
11
],
[
776,
726,
214,
11
],
[
776,
741,
214,
11
],
[
776,
757,
214,
11
],
[
776,
772,
214,
11
],
[
776,
788,
214,
11
],
[
776,
803,
213,
11
],
[
776,
819,
214,
11
],
[
776,
834,
214,
11
],
[
776,
850,
214,
11
],
[
776,
865,
138,
11
],
[
784,
881,
206,
11
],
[
776,
896,
214,
11
],
[
776,
912,
214,
11
],
[
776,
927,
214,
11
],
[
776,
943,
193,
11
],
[
34,
153,
27,
8
],
[
230,
153,
11,
8
],
[
34,
163,
26,
8
],
[
84,
163,
10,
8
],
[
112,
163,
10,
8
],
[
141,
163,
10,
8
],
[
169,
163,
10,
8
],
[
199,
163,
10,
8
],
[
225,
163,
2,
8
],
[
229,
163,
13,
8
],
[
139,
176,
47,
8
],
[
34,
191,
39,
9
],
[
39,
204,
32,
9
],
[
71,
204,
3,
5
],
[
78,
204,
16,
9
],
[
108,
204,
14,
9
],
[
136,
204,
14,
9
],
[
165,
204,
14,
9
],
[
193,
204,
16,
9
],
[
219,
204,
22,
9
],
[
34,
219,
22,
9
],
[
39,
232,
34,
9
],
[
39,
245,
22,
9
],
[
84,
245,
15,
9
],
[
112,
245,
15,
9
],
[
141,
245,
17,
9
],
[
169,
245,
15,
9
],
[
199,
245,
15,
9
],
[
231,
245,
15,
9
],
[
34,
260,
41,
9
],
[
39,
273,
27,
9
],
[
78,
273,
2,
9
],
[
87,
273,
6,
9
],
[
108,
273,
3,
9
],
[
116,
273,
6,
9
],
[
136,
273,
3,
9
],
[
144,
273,
6,
9
],
[
165,
273,
3,
9
],
[
173,
273,
6,
9
],
[
193,
273,
3,
9
],
[
203,
273,
6,
9
],
[
219,
273,
2,
9
],
[
228,
273,
13,
9
],
[
34,
289,
26,
9
],
[
39,
302,
19,
9
],
[
84,
302,
10,
9
],
[
112,
302,
10,
9
],
[
141,
302,
10,
9
],
[
169,
302,
10,
9
],
[
199,
302,
10,
9
],
[
228,
302,
13,
9
],
[
34,
317,
33,
9
],
[
84,
317,
11,
9
],
[
116,
317,
8,
9
],
[
144,
317,
6,
9
],
[
173,
317,
8,
9
],
[
203,
317,
6,
9
],
[
235,
317,
6,
9
],
[
78,
333,
16,
9
],
[
108,
333,
14,
9
],
[
136,
333,
14,
9
],
[
165,
333,
14,
9
],
[
193,
333,
16,
9
],
[
219,
333,
22,
9
],
[
546,
334,
29,
8
],
[
546,
345,
20,
8
],
[
596,
345,
11,
8
],
[
625,
345,
10,
8
],
[
653,
345,
10,
8
],
[
682,
345,
10,
8
],
[
712,
345,
10,
8
],
[
742,
345,
10,
8
],
[
651,
358,
47,
8
],
[
546,
372,
34,
9
],
[
552,
385,
30,
9
],
[
587,
385,
2,
9
],
[
596,
385,
13,
9
],
[
619,
385,
16,
9
],
[
646,
385,
2,
9
],
[
653,
385,
10,
9
],
[
674,
385,
2,
9
],
[
685,
385,
6,
9
],
[
705,
385,
16,
9
],
[
734,
385,
2,
9
],
[
742,
385,
10,
9
],
[
546,
401,
38,
9
],
[
596,
401,
13,
9
],
[
622,
401,
13,
9
],
[
657,
401,
6,
9
],
[
685,
401,
6,
9
],
[
715,
401,
6,
9
],
[
746,
401,
6,
9
],
[
546,
416,
40,
9
],
[
552,
429,
21,
9
],
[
596,
429,
13,
9
],
[
628,
429,
8,
9
],
[
657,
429,
6,
9
],
[
685,
429,
8,
9
],
[
715,
429,
6,
9
],
[
739,
429,
13,
9
],
[
546,
445,
33,
9
],
[
552,
458,
33,
9
],
[
596,
458,
13,
9
],
[
628,
458,
6,
9
],
[
657,
458,
6,
9
],
[
679,
458,
13,
9
],
[
715,
458,
6,
9
],
[
746,
458,
6,
9
],
[
546,
473,
33,
9
],
[
552,
486,
17,
9
],
[
596,
486,
13,
9
],
[
622,
486,
13,
9
],
[
657,
486,
6,
9
],
[
685,
486,
8,
9
],
[
715,
486,
6,
9
],
[
746,
486,
6,
9
],
[
546,
499,
39,
9
],
[
552,
512,
12,
9
],
[
596,
512,
13,
9
],
[
622,
512,
13,
9
],
[
657,
512,
8,
9
],
[
685,
512,
8,
9
],
[
715,
512,
6,
9
],
[
746,
512,
6,
9
],
[
546,
527,
30,
9
],
[
599,
527,
10,
9
],
[
628,
527,
7,
9
],
[
657,
527,
8,
9
],
[
685,
527,
6,
9
],
[
715,
527,
7,
9
],
[
742,
527,
10,
9
],
[
546,
543,
29,
9
],
[
552,
556,
33,
9
],
[
552,
569,
25,
9
],
[
552,
582,
27,
9
],
[
596,
582,
13,
9
],
[
622,
582,
13,
9
],
[
650,
582,
13,
9
],
[
685,
582,
8,
9
],
[
715,
582,
6,
9
],
[
746,
582,
6,
9
],
[
589,
597,
20,
9
],
[
619,
597,
16,
9
],
[
645,
597,
18,
9
],
[
674,
597,
18,
9
],
[
705,
597,
16,
9
],
[
734,
597,
18,
9
],
[
458,
709,
14,
8
],
[
458,
750,
12,
8
],
[
458,
791,
12,
8
],
[
458,
832,
12,
8
],
[
458,
873,
12,
8
],
[
458,
914,
6,
8
],
[
405,
719,
9,
8
],
[
308,
753,
9,
8
],
[
356,
731,
9,
8
],
[
295,
940,
25,
7
],
[
272,
692,
62,
8
],
[
272,
703,
22,
8
],
[
264,
940,
21,
7
],
[
38,
73,
313,
23
]
]
| [
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,
4,
4,
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,
9,
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,
9,
9,
9,
9,
9,
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,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
5
]
| b50b19d6a55927f3b5a26f72ef004ee4b89a5b7b2cf3b59a17f4d4b584c81ad3 | NYSE_TDS_2001.pdf | 20 | 40 | 1,206 | 792 | 1,025 | 1,025 | ann_reports_00_04_fancy | financial_reports |
14184 | [
"Deferred income taxes reflect the net tax effects of temporary differences between the carrying amounts of assets and liabilities for financial",
"reporting purposes and the amounts used for income tax purposes. Significant components of the consolidated deferred tax assets and liabilities",
"were:",
"We have $417.3 million of U.S. and foreign net operating loss carryforwards at December 31, 2019. Of this total, $38.0 million are state net",
"operating losses. Net operating losses generated in the U.S., if unused, will expire in 2024 through 2026 tax years. The majority of our foreign net",
"operating losses carry forward without expiration. Additionally, we have $29.1 million of foreign tax credit carryforwards at December 31, 2019.",
"The foreign tax credit carryforwards, if unused, will expire in 2026, 2028 and 2029 tax years.",
"Our valuation allowances primarily relate to the deferred tax assets established for U.S. foreign tax credit carryforwards of $29.1 million, a",
"foreign capital loss carryforward of $102.6 million, and other foreign deferred tax assets of $134.7 million. The foreign capital loss carryforward",
"was the result of a reorganization of certain foreign subsidiaries in the current year. Due to its capital nature, it is uncertain if the loss will be",
"utilized within its ten year carryforward period and, therefore, has a full valuation allowance.",
"Earnings before income taxes comprised:",
"December 31,",
"2019",
"2018",
"(Amounts in thousands)",
"Deferred tax assets related to:",
"Retirement benefits",
"$",
"25,214",
"$",
"26,496",
"Net operating loss carryforwards",
"101,193",
"92,630",
"Compensation accruals",
"24,685",
"25,993",
"Inventories",
"33,773",
"25,553",
"Credit and capital loss carryforwards",
"131,744",
"16,056",
"Warranty and accrued liabilities",
"7,042",
"2,763",
"Bad debt reserve",
"30,884",
"28,194",
"Other",
"25,339",
"32,253",
"Total deferred tax assets",
"379,874",
"249,938",
"Valuation allowances",
"(266,414",
")",
"(133,929",
")",
"Net deferred tax assets",
"113,460",
"116,009",
"Deferred tax liabilities related to:",
"Property, plant and equipment",
"(26,545)",
"(18,773)",
"Goodwill and intangibles",
"(114,567",
")",
"(123,692",
")",
"Foreign undistributed earnings taxes",
"(67,930)",
"(70,331)",
"Other",
"(12,623",
")",
"(17,935",
")",
"Total deferred tax liabilities",
"(221,665)",
"(230,731)",
"Deferred tax liabilities, net",
"$",
"(108,205",
")",
"$",
"(114,722",
")",
"Year Ended December 31,",
"2019",
"2018",
"2017",
"(Amounts in thousands)",
"U.S. ",
"$",
"129,917",
"$",
"88,674",
"$",
"102,372",
"Foreign",
"211,933",
"87,600",
"160,635",
"Total",
"$",
"341,850",
"$",
"176,274",
"$",
"263,007",
"97"
]
| [
[
24,
30,
973,
33
],
[
24,
30,
973,
33
],
[
24,
30,
973,
33
],
[
24,
420,
973,
44
],
[
24,
420,
973,
44
],
[
24,
420,
973,
44
],
[
24,
420,
973,
44
],
[
24,
476,
973,
44
],
[
24,
476,
973,
44
],
[
24,
476,
973,
44
],
[
24,
476,
973,
44
],
[
56,
527,
271,
10
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
72,
969,
322
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
25,
547,
965,
84
],
[
503,
668,
16,
10
]
]
| [
[
56,
30,
942,
10
],
[
24,
41,
973,
10
],
[
24,
52,
36,
10
],
[
60,
420,
938,
10
],
[
24,
431,
973,
10
],
[
24,
442,
973,
10
],
[
24,
453,
612,
10
],
[
60,
476,
938,
10
],
[
24,
487,
973,
10
],
[
24,
498,
973,
10
],
[
24,
509,
612,
10
],
[
56,
527,
271,
10
],
[
835,
72,
84,
9
],
[
797,
88,
30,
9
],
[
924,
88,
30,
9
],
[
803,
101,
147,
9
],
[
26,
114,
199,
10
],
[
36,
128,
130,
10
],
[
756,
128,
8,
10
],
[
816,
128,
45,
10
],
[
885,
128,
6,
10
],
[
943,
128,
45,
10
],
[
36,
143,
217,
10
],
[
808,
143,
53,
10
],
[
943,
143,
45,
10
],
[
36,
158,
152,
10
],
[
816,
158,
45,
10
],
[
943,
158,
45,
10
],
[
36,
173,
74,
10
],
[
816,
173,
45,
10
],
[
943,
173,
45,
10
],
[
36,
187,
244,
10
],
[
808,
187,
53,
10
],
[
943,
187,
45,
10
],
[
36,
202,
210,
10
],
[
825,
202,
36,
10
],
[
952,
202,
36,
10
],
[
36,
217,
112,
10
],
[
816,
217,
45,
10
],
[
943,
217,
45,
10
],
[
36,
232,
37,
10
],
[
816,
232,
45,
10
],
[
943,
232,
45,
10
],
[
52,
247,
162,
10
],
[
808,
247,
53,
10
],
[
935,
247,
53,
10
],
[
26,
262,
138,
10
],
[
803,
262,
58,
10
],
[
861,
262,
5,
10
],
[
930,
262,
58,
10
],
[
988,
262,
5,
10
],
[
26,
277,
153,
10
],
[
808,
277,
53,
10
],
[
935,
277,
53,
10
],
[
26,
293,
219,
10
],
[
36,
307,
201,
10
],
[
811,
307,
51,
10
],
[
938,
307,
55,
10
],
[
36,
322,
162,
10
],
[
803,
322,
58,
10
],
[
861,
322,
5,
10
],
[
930,
322,
58,
10
],
[
988,
322,
5,
10
],
[
36,
337,
243,
10
],
[
811,
337,
53,
10
],
[
938,
337,
55,
10
],
[
36,
352,
37,
10
],
[
811,
352,
50,
10
],
[
861,
352,
5,
10
],
[
938,
352,
50,
10
],
[
988,
352,
5,
10
],
[
52,
367,
182,
10
],
[
803,
367,
60,
10
],
[
930,
367,
63,
10
],
[
26,
383,
176,
10
],
[
756,
382,
8,
10
],
[
803,
382,
58,
10
],
[
861,
382,
5,
10
],
[
883,
382,
8,
10
],
[
930,
382,
58,
10
],
[
988,
382,
5,
10
],
[
735,
547,
158,
9
],
[
671,
563,
30,
9
],
[
797,
563,
30,
9
],
[
924,
563,
30,
9
],
[
740,
576,
147,
9
],
[
26,
589,
31,
10
],
[
629,
589,
8,
10
],
[
681,
589,
53,
10
],
[
756,
589,
8,
10
],
[
816,
589,
45,
10
],
[
883,
589,
8,
10
],
[
935,
589,
53,
10
],
[
26,
603,
51,
10
],
[
681,
603,
53,
10
],
[
816,
603,
45,
10
],
[
935,
603,
53,
10
],
[
26,
620,
33,
10
],
[
629,
619,
8,
10
],
[
681,
619,
53,
10
],
[
756,
619,
8,
10
],
[
808,
619,
53,
10
],
[
883,
619,
8,
10
],
[
935,
619,
53,
10
],
[
503,
668,
16,
10
]
]
| [
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,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
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
]
| fcaea85da59a179d7e9fc703f540e5d08df82121bbf25e9d8e4e25610baad8b4 | 0000030625-20-000007_20200218x10k.pdf | 98 | 116 | 595 | 842 | 1,025 | 1,025 | sec_filings | financial_reports |
14185 | [
"General Incorporated Associations and General Incorporated Foundations, ",
"as applied mutatis mutandis pursuant to Article 47-2, paragraph (1) of the ",
"Act following the deemed replacement of terms, has been executed: the ",
"date on which the fact causing liability has arisen (when there are two or ",
"more of those dates, the latest date); ",
"二",
"イに掲げる額をロに掲げる数で除して得た額",
"(ii) an amount obtained by dividing the amount set forth in (a) by the number ",
"set forth in (b): ",
"イ",
"次に掲げる額の合計額",
"(a)",
"the total of the following amounts: ",
"(1)",
"当該理事又は監事が当該医療法人から受けた退職慰労金の額",
"1.",
"the amount of a retirement bonus which the director or auditor has ",
"received from the medical corporation; ",
"(2)",
"当該理事が当該医療法人の職員を兼ねていた場合における当該職員とし",
"ての退職手当のうち当該理事を兼ねていた期間の職務執行の対価である部分",
"の額",
"2.",
"the amount of, of a retirement allowance for an employee of the medical ",
"corporation in the case where the director has doubled as that ",
"employee, part of the retirement allowance in consideration for the ",
"execution of his/her duties in the period during which the employee has ",
"doubled as the director; and ",
"(3)",
"(1)又は(2)に掲げるものの性質を有する財産上の利益の額",
"3.",
"the amount of economic benefit which has the nature of that set forth 1. ",
"or 2.; and ",
"ロ",
"当該理事又は監事がその職に就いていた年数(当該理事又は監事が次に掲げる",
"ものに該当する場合における次に定める数が当該年数を超えている場合にあつて",
"は、当該数)",
"(b)",
"the number of years during which the director or auditor has held his/her ",
"post as it (when the number specified below in the case where the director ",
"or auditor falls within the following posts is over that number of years, ",
"that number): ",
"(1)",
"理事長",
"六",
"1.",
"the president: 6; ",
"(2)",
"理事長以外の理事であつて、当該医療法人の職員である者",
"四",
"2.",
"other director than the president who is an employee of the medical ",
"corporation: 4; and ",
"(3)",
"理事((1)及び(2)に掲げる者を除く。)又は監事",
"二",
"3.",
"a director (except for those set forth in 1. and 2.) or auditor: 2. ",
"2",
"財団たる医療法人について前項の規定を適用する場合においては、同項中「理事又",
"は監事」とあるのは「評議員又は理事若しくは監事」と、「社員総会」とあるのは",
"「評議員会」と、同項第一号ロ中「定款」とあるのは「寄附行為」と、同項第二号ロ",
"255 "
]
| [
[
188,
105,
700,
95
],
[
188,
105,
700,
95
],
[
188,
105,
700,
95
],
[
188,
105,
700,
95
],
[
188,
105,
700,
95
],
[
150,
206,
428,
13
],
[
150,
206,
428,
13
],
[
150,
225,
727,
35
],
[
150,
225,
727,
35
],
[
169,
266,
233,
13
],
[
169,
266,
233,
13
],
[
169,
285,
357,
15
],
[
169,
285,
357,
15
],
[
188,
306,
604,
13
],
[
188,
306,
604,
13
],
[
188,
325,
653,
35
],
[
188,
325,
653,
35
],
[
188,
325,
653,
35
],
[
188,
366,
701,
53
],
[
188,
366,
701,
53
],
[
188,
366,
701,
53
],
[
188,
366,
701,
53
],
[
188,
424,
708,
95
],
[
188,
424,
708,
95
],
[
188,
424,
708,
95
],
[
188,
424,
708,
95
],
[
188,
424,
708,
95
],
[
188,
424,
708,
95
],
[
188,
526,
643,
13
],
[
188,
526,
643,
13
],
[
188,
544,
696,
35
],
[
188,
544,
696,
35
],
[
188,
544,
696,
35
],
[
169,
586,
721,
53
],
[
169,
586,
721,
53
],
[
169,
586,
721,
53
],
[
169,
586,
721,
53
],
[
169,
644,
720,
75
],
[
169,
644,
720,
75
],
[
169,
644,
720,
75
],
[
169,
644,
720,
75
],
[
169,
644,
720,
75
],
[
188,
725,
175,
13
],
[
188,
725,
175,
13
],
[
188,
725,
175,
13
],
[
188,
744,
180,
15
],
[
188,
744,
180,
15
],
[
188,
765,
624,
13
],
[
188,
765,
624,
13
],
[
188,
765,
624,
13
],
[
188,
784,
657,
35
],
[
188,
784,
657,
35
],
[
188,
784,
657,
35
],
[
188,
825,
604,
13
],
[
188,
825,
604,
13
],
[
188,
825,
604,
13
],
[
188,
844,
607,
15
],
[
188,
844,
607,
15
],
[
131,
865,
760,
53
],
[
131,
865,
760,
53
],
[
131,
865,
760,
53
],
[
131,
865,
760,
53
],
[
496,
948,
36,
15
]
]
| [
[
188,
105,
699,
15
],
[
188,
125,
700,
15
],
[
188,
145,
663,
15
],
[
188,
165,
687,
15
],
[
188,
185,
345,
15
],
[
150,
206,
19,
13
],
[
189,
206,
389,
13
],
[
150,
225,
727,
15
],
[
169,
245,
145,
15
],
[
169,
266,
19,
13
],
[
208,
266,
194,
13
],
[
169,
285,
24,
15
],
[
200,
285,
326,
15
],
[
188,
306,
58,
13
],
[
266,
306,
526,
13
],
[
188,
325,
16,
15
],
[
211,
325,
630,
15
],
[
226,
345,
363,
15
],
[
188,
366,
58,
13
],
[
266,
366,
623,
13
],
[
226,
386,
662,
13
],
[
226,
406,
38,
13
],
[
188,
424,
16,
15
],
[
211,
424,
673,
15
],
[
226,
444,
582,
15
],
[
226,
464,
627,
15
],
[
226,
484,
670,
15
],
[
226,
504,
265,
15
],
[
188,
526,
58,
13
],
[
266,
526,
565,
13
],
[
188,
544,
16,
15
],
[
211,
544,
674,
15
],
[
226,
564,
93,
15
],
[
169,
586,
19,
13
],
[
208,
586,
682,
13
],
[
188,
606,
701,
13
],
[
188,
626,
116,
13
],
[
169,
644,
24,
15
],
[
199,
644,
690,
15
],
[
188,
664,
694,
15
],
[
188,
684,
665,
15
],
[
188,
704,
135,
15
],
[
188,
725,
58,
13
],
[
266,
725,
58,
13
],
[
344,
725,
19,
13
],
[
188,
744,
16,
15
],
[
211,
744,
158,
15
],
[
188,
765,
58,
13
],
[
266,
765,
506,
13
],
[
793,
765,
19,
13
],
[
188,
784,
16,
15
],
[
211,
784,
634,
15
],
[
226,
804,
180,
15
],
[
188,
825,
58,
13
],
[
266,
825,
487,
13
],
[
774,
825,
19,
13
],
[
188,
844,
16,
15
],
[
211,
844,
585,
15
],
[
131,
865,
19,
13
],
[
170,
865,
721,
13
],
[
150,
885,
721,
13
],
[
150,
905,
740,
13
],
[
496,
948,
36,
15
]
]
| [
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,
3,
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
]
| 93e63d90b8cc7ac797e7707c9403ce7eb9e7fdf8063970fafcf6de8178844684 | s23Coh00500201je14.0.pdf | 254 | 318 | 595 | 841 | 1,025 | 1,025 | japanese_laws | laws_and_regulations |
14186 | [
"Nc−1",
"Gluons",
"Quarks",
"Symmetry breaking",
"HTL(thermal excitation)",
"Symmetry breaking",
"HTL(thermal excitation)",
"SU(Nc)",
"SU(Nc)",
"O(Nc)",
"O(Nc)",
"O(Nc)",
"U(1)",
"FIG. 5: (Color online) The Hagedorn’s bag internal symmetry breaking from",
"SU",
"(",
"N$_{c}$",
") to",
"O",
"(",
"N$_{c}$",
")",
"and eventually to",
"U",
"(1)",
"N$_{c}$",
"−",
"1",
"in the dilute and hot nuclear matter. The quarks are represented by",
"colored circles while the gluons are shown by short wavy lines. The hard thermal loop is expected",
"to generate degenerate/non-degenerate gluon’s Debye masses with vanishing/non-vanishing adjoint",
"(mean-) fields",
"ˆ",
"A",
"a",
"depending on the medium.",
"This mechanism is responsible for the symmetry",
"transmutation in order to reduce to the constituent quark-gluon self-interactions and basically to",
"maintain the quark confinement. The liberated gluons acquire finite masses (",
"m",
"2",
"D",
"∝",
"g",
"$^{2}$T $^{2}$) due to",
"the Higgs phenomenon. In the present calculation, the liberated gluons are practically treated as",
"an ideal gas of massless particles.",
"70"
]
| [
[
119,
89,
808,
451
],
[
119,
89,
808,
451
],
[
119,
89,
808,
451
],
[
119,
89,
808,
451
],
[
119,
89,
808,
451
],
[
119,
89,
808,
451
],
[
119,
89,
808,
451
],
[
119,
89,
808,
451
],
[
119,
89,
808,
451
],
[
119,
89,
808,
451
],
[
119,
89,
808,
451
],
[
119,
89,
808,
451
],
[
119,
89,
808,
451
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
120,
567,
780,
238
],
[
491,
978,
19,
15
]
]
| [
[
771,
130,
22,
7
],
[
249,
501,
49,
11
],
[
251,
523,
51,
11
],
[
712,
96,
137,
11
],
[
436,
316,
170,
11
],
[
741,
314,
137,
11
],
[
425,
96,
170,
11
],
[
206,
347,
50,
11
],
[
511,
343,
50,
11
],
[
797,
343,
41,
11
],
[
204,
129,
41,
11
],
[
486,
118,
41,
11
],
[
740,
138,
30,
11
],
[
120,
567,
629,
14
],
[
757,
567,
24,
13
],
[
784,
567,
7,
14
],
[
791,
567,
20,
13
],
[
813,
567,
30,
14
],
[
851,
567,
13,
13
],
[
865,
567,
7,
14
],
[
872,
567,
20,
13
],
[
894,
567,
7,
14
],
[
120,
595,
139,
14
],
[
267,
596,
12,
13
],
[
281,
595,
23,
14
],
[
304,
593,
16,
10
],
[
322,
593,
11,
9
],
[
333,
593,
7,
10
],
[
348,
595,
553,
14
],
[
120,
623,
780,
14
],
[
120,
651,
780,
14
],
[
120,
679,
111,
14
],
[
244,
676,
9,
14
],
[
240,
680,
13,
13
],
[
253,
677,
7,
10
],
[
270,
679,
219,
14
],
[
503,
679,
398,
14
],
[
120,
707,
780,
14
],
[
120,
735,
622,
14
],
[
743,
736,
16,
13
],
[
759,
733,
7,
10
],
[
759,
742,
11,
10
],
[
778,
735,
14,
24
],
[
798,
736,
8,
13
],
[
807,
736,
93,
13
],
[
120,
763,
780,
14
],
[
120,
791,
265,
14
],
[
491,
978,
19,
15
]
]
| [
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,
4
]
| 72bf2a6a1375a8478f4fa9f514770e3de98b43baafc889c325c7338f4887b8d4 | 1002.3119.pdf | 69 | 70 | 612 | 792 | 1,025 | 1,025 | arxiv_mediumspaced | scientific_articles |
14187 | [
"9.",
"Kontakte zwischen dem Auftraggeber und Bietern sind nur in Ausnahmefällen und unter ",
"folgenden Bedingungen zulässig: ",
"Auf Anfrage kann der Auftraggeber zusätzliche Informationen nachreichen, die ",
"ausschließlich der näheren Erläuterung der Auftragsunterlagen dienen. ",
"Anfragen nach zusätzlichen Informationen sind ausschließlich schriftlich über die in ",
"Abschnitt I.3 der Auftragsbekanntmachung angegebene eTendering-Website in der ",
"Rubrik „Fragen & Antworten“ zu stellen (durch Klicken auf „Frage stellen“). ",
"Der Auftraggeber ist nicht verpflichtet, Anfragen nach zusätzlichen Informationen zu ",
"beantworten, die weniger als sechs Arbeitstage vor dem in Abschnitt IV.2.2 der ",
"Auftragsbekanntmachung angegebenen Datum eingehen. ",
"Stellt der Auftraggeber einen Irrtum, eine Ungenauigkeit, eine Auslassung oder einen ",
"sonstigen sachlichen Fehler im Wortlaut der Auftragsunterlagen fest, so kann er dies auf ",
"eigene Initiative allen Beteiligten mitteilen. ",
"Zusätzliche Informationen, einschließlich der gerade genannten, werden auf der in ",
"Abschnitt I.3 der Auftragsbekanntmachung angegebenen Website veröffentlicht. Die ",
"Website wird regelmäßig aktualisiert, und Sie sind innerhalb der Einreichungsfrist selbst ",
"dafür verantwortlich zu überprüfen, ob Aktualisierungen oder Änderungen vorgenommen ",
"wurden. ",
"Der öffentliche Auftraggeber soll, mit Ausnahme von gut begründeten Fällen, den Bieter ",
"fragen: ",
"Es ist darauf zu achten, dass diese Information nicht zu einer wesentlichen Änderung der ",
"Bedingungen des eingereichten Angebotes führt ",
"Die potenziellen Bieter, die an dem Besuch vor Ort interessiert sind, werden gebeten, ",
"spätestens drei Arbeitstage zuvor die Namen ihrer Vertreter und eine Kopie ihres ",
"Page ",
"3",
" of ",
"5",
"$_{-}$ ",
"Schreibfehler im Angebot zu korrigieren oder ein spezielles oder technisches ",
"Bestandsteil zu bestätigen, falls dieses fehlt oder aufgrund eines Schreibfehlers nicht ",
"korrekt angegeben ist. ",
"10.",
"Am Freitag, den ",
"16.03.2018 um 09h30",
"ist ein Besuch vor Ort an folgender Adresse ",
"vorgesehen: Europäische Kommission, JRC Karlsruhe, Hermann-von-Helmholtz-Platz 1,",
"D-76344 Eggenstein-Leopoldshafen. ",
"$_{-}$ ",
"Belege einzureichen und / oder Erklärungen abzugeben ",
"$_{-}$ ",
"fehlende Informationen, Dokumente nachzureichen, und beigefügte Dokumente ",
"klarzustellen ",
"Vor dem in Abschnitt IV.2.2 der Auftragsbekanntmachung angegebenen Datum: ",
"Nach Öffnung der Angebote: ",
"TEMPLATE: Invitation to tender – Open procedure ",
"JRC R.8",
"IMS-JRC-S3.1-TMP-0001-DE",
"v.2. 26/09/2016 M (EN) "
]
| [
[
122,
76,
785,
32
],
[
122,
76,
785,
32
],
[
122,
76,
785,
32
],
[
158,
161,
748,
32
],
[
158,
161,
748,
32
],
[
158,
212,
749,
49
],
[
158,
212,
749,
49
],
[
158,
212,
749,
49
],
[
158,
279,
749,
49
],
[
158,
279,
749,
49
],
[
158,
279,
749,
49
],
[
158,
347,
749,
49
],
[
158,
347,
749,
49
],
[
158,
347,
749,
49
],
[
158,
414,
749,
83
],
[
158,
414,
749,
83
],
[
158,
414,
749,
83
],
[
158,
414,
749,
83
],
[
158,
414,
749,
83
],
[
158,
549,
749,
32
],
[
158,
549,
749,
32
],
[
158,
718,
748,
32
],
[
158,
718,
748,
32
],
[
158,
868,
748,
32
],
[
158,
868,
748,
32
],
[
809,
957,
93,
16
],
[
809,
957,
93,
16
],
[
809,
957,
93,
16
],
[
809,
957,
93,
16
],
[
153,
651,
754,
49
],
[
153,
651,
754,
49
],
[
153,
651,
754,
49
],
[
153,
651,
754,
49
],
[
122,
803,
785,
49
],
[
122,
803,
785,
49
],
[
122,
803,
785,
49
],
[
122,
803,
785,
49
],
[
122,
803,
785,
49
],
[
122,
803,
785,
49
],
[
153,
634,
494,
16
],
[
153,
634,
494,
16
],
[
153,
600,
754,
33
],
[
153,
600,
754,
33
],
[
153,
600,
754,
33
],
[
122,
126,
673,
16
],
[
158,
515,
246,
16
],
[
122,
906,
326,
49
],
[
122,
906,
326,
49
],
[
122,
906,
326,
49
],
[
122,
906,
326,
49
]
]
| [
[
122,
76,
15,
16
],
[
158,
76,
748,
16
],
[
158,
92,
280,
16
],
[
158,
161,
748,
16
],
[
158,
177,
588,
16
],
[
158,
212,
748,
16
],
[
158,
228,
749,
16
],
[
158,
245,
644,
16
],
[
158,
279,
748,
16
],
[
158,
296,
749,
16
],
[
158,
313,
477,
16
],
[
158,
347,
748,
16
],
[
158,
363,
749,
16
],
[
158,
380,
363,
16
],
[
158,
414,
748,
16
],
[
158,
431,
748,
16
],
[
158,
448,
749,
16
],
[
158,
464,
748,
16
],
[
158,
481,
72,
16
],
[
158,
549,
749,
16
],
[
158,
566,
63,
16
],
[
158,
718,
748,
16
],
[
158,
735,
403,
16
],
[
158,
868,
748,
16
],
[
158,
885,
748,
16
],
[
809,
957,
45,
16
],
[
854,
957,
10,
16
],
[
864,
957,
27,
16
],
[
892,
957,
10,
16
],
[
153,
651,
12,
16
],
[
184,
651,
723,
16
],
[
184,
668,
723,
16
],
[
184,
684,
188,
16
],
[
122,
803,
45,
16
],
[
172,
803,
134,
16
],
[
310,
803,
192,
16
],
[
514,
803,
393,
16
],
[
158,
820,
744,
16
],
[
158,
836,
310,
16
],
[
153,
634,
12,
16
],
[
184,
634,
463,
16
],
[
153,
600,
12,
16
],
[
184,
600,
723,
16
],
[
184,
617,
110,
16
],
[
122,
126,
673,
16
],
[
158,
515,
246,
16
],
[
122,
906,
326,
12
],
[
122,
919,
53,
12
],
[
122,
931,
192,
12
],
[
122,
944,
154,
12
]
]
| [
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,
4,
4,
4,
4,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
7,
7,
4,
4,
4,
4
]
| 024f9282261a2615c68857c4e7aaf3aa4119b2a80192ff0fcf43404e5c285a6a | DE-01-Abwassersammelstation_ITT.pdf | 2 | 5 | 595 | 841 | 1,025 | 1,025 | eu_tenders | government_tenders |
14188 | [
"This Statutory Instrument has been made in consequence of a defect in S.I. 2021/263 and is being ",
"issued free of charge to all known recipients of that Statutory Instrument. ",
"S T A T U T O R Y",
"I",
"N S T R U M E N T S",
"2021 No. 565 ",
"LOCAL GOVERNMENT, ENGLAND AND WALES ",
"The Accounts and Audit (Amendment No. 2) Regulations 2021 ",
"The Secretary of State makes the following Regulations in exercise of the powers conferred by ",
"sections 32(1)(e) and 43(2) of the Local Audit and Accountability Act 2014(",
"a",
"). ",
"In accordance with section 32(3) of the Local Audit and Accountability Act 2014 he has consulted ",
"the Comptroller and Auditor General, such representatives of relevant authorities as he thinks ",
"appropriate, and the recognised supervisory bodies. ",
"1.",
" These Regulations may be cited as the Accounts and Audit (Amendment No. 2) Regulations ",
"2021 and come into force on 3rd June 2021. ",
"2.",
"—(1) Regulation 15 of the Accounts and Audit Regulations 2015(",
"b",
") is amended as follows. ",
"Signed by authority of the Secretary of State for Housing, Communities and Local Government ",
"Luke Hall",
"Minister of State ",
"Ministry of Housing, Communities and Local Government ",
"10th May 2021 ",
"Citation and commencement ",
"Amendment of the Accounts and Audit Regulations 2015 ",
"Made",
"-",
"-",
"-",
"-",
"10th May 2021 ",
"Laid before Parliament",
"12th May 2021 ",
"Coming into force",
"-",
"-",
"3rd June 2021 ",
"(",
"a",
") 2014 c. 2 Sections 32 and 43 applied with modifications by S.I. 2018/639, 2018/640, 2018/648, 2018/649. ",
"(",
"b",
") S.I. 2015/234; regulation 15 was amended by S.I. 2020/404, 2021/263 and applied with modifications by S.I. 2017/469, ",
"2017/470, 2021/112. ",
"(2)",
"In paragraph (6) after “in relation to accounts”, insert “of a Category 1 authority”. "
]
| [
[
160,
90,
710,
26
],
[
160,
90,
710,
26
],
[
320,
145,
378,
12
],
[
320,
145,
378,
12
],
[
320,
145,
378,
12
],
[
437,
202,
157,
17
],
[
196,
244,
640,
17
],
[
163,
286,
704,
17
],
[
154,
428,
720,
26
],
[
154,
428,
720,
26
],
[
154,
428,
720,
26
],
[
154,
428,
720,
26
],
[
154,
480,
720,
41
],
[
154,
480,
720,
41
],
[
154,
480,
720,
41
],
[
154,
568,
720,
26
],
[
154,
568,
720,
26
],
[
154,
568,
720,
26
],
[
169,
641,
682,
11
],
[
169,
641,
682,
11
],
[
169,
641,
682,
11
],
[
169,
641,
682,
11
],
[
154,
690,
695,
11
],
[
442,
719,
430,
40
],
[
442,
719,
430,
40
],
[
442,
719,
430,
40
],
[
154,
749,
115,
11
],
[
154,
544,
226,
11
],
[
154,
617,
443,
11
],
[
287,
342,
459,
61
],
[
287,
342,
459,
61
],
[
287,
342,
459,
61
],
[
287,
342,
459,
61
],
[
287,
342,
459,
61
],
[
287,
342,
459,
61
],
[
287,
342,
459,
61
],
[
287,
342,
459,
61
],
[
287,
342,
459,
61
],
[
287,
342,
459,
61
],
[
287,
342,
459,
61
],
[
287,
342,
459,
61
],
[
154,
889,
618,
8
],
[
154,
889,
618,
8
],
[
154,
889,
618,
8
],
[
154,
900,
719,
19
],
[
154,
900,
719,
19
],
[
154,
900,
719,
19
],
[
154,
900,
719,
19
],
[
169,
661,
623,
11
],
[
169,
661,
623,
11
]
]
| [
[
160,
90,
710,
11
],
[
247,
105,
534,
11
],
[
320,
145,
165,
12
],
[
501,
145,
6,
12
],
[
513,
145,
185,
12
],
[
437,
202,
157,
17
],
[
196,
244,
640,
17
],
[
163,
286,
704,
17
],
[
154,
428,
720,
11
],
[
154,
443,
554,
11
],
[
709,
443,
9,
11
],
[
718,
443,
15,
11
],
[
154,
480,
720,
11
],
[
154,
494,
720,
11
],
[
154,
509,
376,
11
],
[
169,
568,
13,
11
],
[
182,
568,
692,
11
],
[
154,
582,
323,
11
],
[
169,
641,
13,
11
],
[
182,
641,
479,
11
],
[
661,
641,
10,
11
],
[
671,
641,
179,
11
],
[
154,
690,
695,
11
],
[
796,
719,
72,
11
],
[
746,
734,
126,
11
],
[
442,
749,
430,
11
],
[
154,
749,
115,
11
],
[
154,
544,
226,
11
],
[
154,
617,
443,
11
],
[
287,
343,
41,
11
],
[
364,
343,
6,
11
],
[
398,
343,
6,
11
],
[
433,
343,
6,
11
],
[
467,
343,
6,
11
],
[
631,
343,
114,
11
],
[
287,
367,
170,
11
],
[
631,
367,
114,
11
],
[
287,
392,
131,
11
],
[
433,
392,
6,
11
],
[
467,
392,
6,
11
],
[
636,
392,
109,
11
],
[
154,
889,
4,
8
],
[
159,
889,
6,
8
],
[
166,
889,
606,
8
],
[
154,
900,
4,
8
],
[
159,
900,
7,
8
],
[
167,
900,
707,
8
],
[
184,
911,
117,
8
],
[
169,
661,
19,
11
],
[
193,
661,
598,
11
]
]
| [
9,
9,
5,
5,
5,
10,
10,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
7,
7,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
1,
1,
1,
1,
1,
1,
1,
9,
9
]
| 0df9e2e1fe6d2386f1397087315804e30582e17b523c710bfde299a050dd3668 | uksi_20210565_en.pdf | 0 | 2 | 595 | 842 | 1,025 | 1,025 | gb_laws | laws_and_regulations |
14189 | [
"2) в пункте 3.3:",
"строку",
"»;",
"»",
"заменить строкой",
"4.",
"В федеральном государственном",
"образовательном",
"стандарте",
"высшего",
"образования",
"–",
"специалитет",
"по",
"специальности",
"04.05.01 Фундаментальная и прикладная химия, утвержденном приказом",
"Министерства",
"образования",
"и",
"науки",
"Российской",
"Федерации",
"от 13 июля 2017 г. № 652",
"(зарегистрирован",
"Министерством юстиции",
"Российской Федерации 2 августа 2017 г.,",
"регистрационный № 47639),",
"с изменениями, внесенными приказом Министерства науки и высшего",
"образования",
"Российской",
"Федерации",
"от",
"8 февраля 2021г.",
"№84",
"(зарегистрирован",
"Министерством",
"юстиции",
"Российской",
"Федерации",
"12 марта 2021 г., регистрационный № 62736):",
"1) в пункте 3.2:",
"а) строку",
"«",
"».",
"ОПК-12. Способен понимать принципы",
"работы современных информационных",
"технологий",
"и",
"использовать",
"их",
"для",
"решения",
"задач",
"профессиональной",
"деятельности",
"Информационная",
"безопасность",
"ОПК-12.",
"Способен",
"применять",
"информационные",
"технологии",
"В",
"профессиональной",
"деятельности",
"и соблюдать правила информационной",
"безопасности",
"Информационная",
"безопасность",
"«",
"УК-10.",
"Способен",
"формировать",
"Гражданская ПОЗИЦИЯ",
"нетерпимое отношение к коррупционному",
"поведению",
"УК-8.",
"Способен",
"создавать",
"и",
"поддерживать",
"безопасные",
"условия",
"жизнедеятельности,",
"в том числе при",
"возникновении чрезвычайных ситуаций",
"Безопасность",
"жизнедеятельности",
"»"
]
| [
[
195,
146,
155,
15
],
[
196,
172,
67,
11
],
[
907,
114,
16,
11
],
[
911,
282,
10,
12
],
[
196,
315,
181,
15
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
148,
460,
780,
281
],
[
200,
755,
152,
15
],
[
199,
784,
92,
15
],
[
151,
819,
9,
6
],
[
910,
427,
15,
6
],
[
166,
339,
725,
104
],
[
166,
339,
725,
104
],
[
166,
339,
725,
104
],
[
166,
339,
725,
104
],
[
166,
339,
725,
104
],
[
166,
339,
725,
104
],
[
166,
339,
725,
104
],
[
166,
339,
725,
104
],
[
166,
339,
725,
104
],
[
166,
339,
725,
104
],
[
166,
339,
725,
104
],
[
166,
339,
725,
104
],
[
166,
339,
725,
104
],
[
163,
194,
731,
106
],
[
163,
194,
731,
106
],
[
163,
194,
731,
106
],
[
163,
194,
731,
106
],
[
163,
194,
731,
106
],
[
163,
194,
731,
106
],
[
163,
194,
731,
106
],
[
163,
194,
731,
106
],
[
163,
194,
731,
106
],
[
163,
194,
731,
106
],
[
163,
194,
731,
106
],
[
163,
194,
731,
106
],
[
148,
352,
10,
6
],
[
163,
64,
729,
65
],
[
163,
64,
729,
65
],
[
163,
64,
729,
65
],
[
163,
64,
729,
65
],
[
163,
64,
729,
65
],
[
163,
64,
729,
65
],
[
166,
807,
733,
90
],
[
166,
807,
733,
90
],
[
166,
807,
733,
90
],
[
166,
807,
733,
90
],
[
166,
807,
733,
90
],
[
166,
807,
733,
90
],
[
166,
807,
733,
90
],
[
166,
807,
733,
90
],
[
166,
807,
733,
90
],
[
166,
807,
733,
90
],
[
166,
807,
733,
90
],
[
166,
807,
733,
90
],
[
914,
882,
10,
6
]
]
| [
[
195,
146,
155,
15
],
[
196,
172,
67,
11
],
[
907,
114,
16,
11
],
[
911,
282,
10,
12
],
[
196,
315,
181,
15
],
[
196,
460,
16,
17
],
[
237,
460,
370,
17
],
[
630,
460,
173,
17
],
[
828,
460,
99,
17
],
[
148,
491,
87,
15
],
[
287,
491,
126,
15
],
[
463,
491,
13,
15
],
[
525,
491,
126,
15
],
[
702,
491,
23,
15
],
[
776,
491,
151,
15
],
[
148,
520,
779,
15
],
[
148,
547,
147,
17
],
[
335,
547,
126,
17
],
[
503,
547,
11,
17
],
[
555,
547,
58,
17
],
[
655,
547,
118,
17
],
[
815,
547,
112,
17
],
[
149,
577,
276,
15
],
[
449,
577,
177,
15
],
[
651,
577,
276,
15
],
[
148,
605,
451,
17
],
[
622,
605,
305,
17
],
[
149,
636,
779,
15
],
[
149,
664,
126,
18
],
[
309,
664,
119,
18
],
[
463,
664,
112,
18
],
[
610,
664,
21,
18
],
[
667,
664,
174,
18
],
[
876,
664,
52,
18
],
[
149,
694,
177,
17
],
[
356,
694,
162,
17
],
[
548,
694,
89,
17
],
[
667,
694,
119,
17
],
[
816,
694,
113,
17
],
[
151,
724,
466,
17
],
[
200,
755,
152,
15
],
[
199,
784,
92,
15
],
[
151,
819,
9,
6
],
[
910,
427,
15,
6
],
[
446,
345,
436,
14
],
[
445,
364,
437,
16
],
[
445,
385,
117,
12
],
[
592,
385,
11,
12
],
[
632,
385,
136,
12
],
[
796,
385,
24,
12
],
[
848,
385,
34,
12
],
[
446,
403,
87,
16
],
[
585,
403,
53,
16
],
[
689,
403,
193,
16
],
[
446,
427,
136,
10
],
[
178,
375,
180,
15
],
[
178,
395,
134,
12
],
[
446,
203,
87,
15
],
[
605,
203,
98,
15
],
[
775,
203,
108,
15
],
[
446,
223,
180,
15
],
[
766,
223,
117,
15
],
[
446,
243,
10,
15
],
[
505,
243,
193,
15
],
[
747,
243,
136,
15
],
[
446,
262,
437,
16
],
[
446,
282,
136,
12
],
[
178,
234,
180,
15
],
[
178,
254,
135,
12
],
[
148,
352,
10,
6
],
[
442,
71,
70,
16
],
[
581,
71,
98,
16
],
[
747,
71,
134,
16
],
[
176,
93,
223,
15
],
[
442,
93,
439,
15
],
[
442,
114,
113,
11
],
[
455,
812,
57,
13
],
[
569,
812,
97,
13
],
[
722,
812,
97,
13
],
[
874,
812,
11,
13
],
[
453,
834,
144,
16
],
[
643,
834,
117,
16
],
[
805,
834,
81,
16
],
[
453,
858,
204,
11
],
[
680,
858,
205,
11
],
[
454,
877,
411,
15
],
[
180,
836,
136,
11
],
[
181,
860,
198,
10
],
[
914,
882,
10,
6
]
]
| [
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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,
9,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
9
]
| 9b23dd2f556aa17e951301dfcdf0b37714c34faf63c309175ba958671fd8afcc | 0001202105270015.pdf | 240 | 326 | 596 | 854 | 1,025 | 1,025 | russian_laws | laws_and_regulations |
14190 | [
"FINANCIAL",
"IX. PRIZE MONEY",
"A.",
"DISTRIBUTION",
"1. ",
"Equal Opportunity",
"2. ",
"Timing and Process",
"Payment of the same prize money must be available to all competitors ",
"without discrimination.",
"The WTA must receive a completed prize money spreadsheet, ",
"electronically, no later than 9:00 a.m. Eastern Time (New York, USA ",
"Time) on the Monday following the conclusion of the Tournament.",
"Tournaments are required to wire net prize money to the bank trust ",
"account designated by the WTA to ensure receipt by the Wednesday ",
"(Thursday for tournaments with Main Draws of 96 or greater) ",
"following their respective Tournaments, and to provide a prize ",
"money breakdown from the Tournament to the WTA.",
"a. ",
"Tournament Obligations",
"i. ",
"Prize Money Spreadsheet",
"ii. ",
"Wire Transfer of Payment",
"iii.",
"Taxes",
"Prize money payments not made by the due dates specified herein ",
"are subject to a late charge due to the WTA of 2% per month, pro-",
"rated for partial months. Tournaments that pay five (5) or more ",
"business days late will be required to pre-pay the following year’s ",
"prize money (minus estimated taxes to be withheld) at least twenty-",
"one (21) days prior to the start of the Tournament.",
"The Tournament shall be responsible for withholding and payment ",
"of any taxes consistent with all laws concerning withholding taxes.",
"Each Tournament is required to give at least ninety (90) days’ ",
"notice to the WTA of the percentage of the applicable player ",
"income tax deduction. No other tax deduction(s) by the ",
"Tournaments will be permitted from the prize money paid to ",
"a player.",
"(a)",
"Income Tax on Players",
"167"
]
| [
[
449,
34,
126,
21
],
[
93,
79,
219,
22
],
[
93,
119,
211,
20
],
[
93,
119,
211,
20
],
[
93,
157,
250,
20
],
[
93,
157,
250,
20
],
[
93,
251,
259,
20
],
[
93,
251,
259,
20
],
[
139,
196,
803,
36
],
[
139,
196,
803,
36
],
[
232,
365,
712,
55
],
[
232,
365,
712,
55
],
[
232,
365,
712,
55
],
[
232,
478,
711,
93
],
[
232,
478,
711,
93
],
[
232,
478,
711,
93
],
[
232,
478,
711,
93
],
[
232,
478,
711,
93
],
[
139,
291,
298,
18
],
[
139,
291,
298,
18
],
[
186,
328,
306,
18
],
[
186,
328,
306,
18
],
[
188,
440,
305,
18
],
[
188,
440,
305,
18
],
[
186,
721,
104,
18
],
[
186,
721,
104,
18
],
[
232,
590,
709,
111
],
[
232,
590,
709,
111
],
[
232,
590,
709,
111
],
[
232,
590,
709,
111
],
[
232,
590,
709,
111
],
[
232,
590,
709,
111
],
[
232,
758,
705,
36
],
[
232,
758,
705,
36
],
[
279,
851,
666,
93
],
[
279,
851,
666,
93
],
[
279,
851,
666,
93
],
[
279,
851,
666,
93
],
[
279,
851,
666,
93
],
[
232,
814,
275,
18
],
[
232,
814,
275,
18
],
[
471,
960,
35,
17
]
]
| [
[
449,
34,
126,
21
],
[
93,
79,
219,
22
],
[
93,
119,
22,
20
],
[
139,
119,
165,
20
],
[
93,
157,
25,
20
],
[
139,
157,
204,
20
],
[
93,
251,
25,
20
],
[
139,
251,
213,
20
],
[
139,
196,
803,
18
],
[
139,
215,
238,
18
],
[
232,
365,
712,
18
],
[
232,
384,
706,
18
],
[
232,
403,
684,
18
],
[
232,
478,
704,
18
],
[
232,
496,
703,
18
],
[
232,
515,
711,
18
],
[
232,
534,
711,
18
],
[
232,
552,
548,
18
],
[
139,
291,
22,
18
],
[
186,
291,
252,
18
],
[
186,
328,
16,
18
],
[
232,
328,
260,
18
],
[
188,
440,
22,
18
],
[
235,
440,
258,
18
],
[
186,
721,
22,
18
],
[
232,
721,
57,
18
],
[
232,
590,
705,
18
],
[
232,
608,
698,
18
],
[
232,
627,
709,
18
],
[
232,
646,
707,
18
],
[
232,
665,
698,
18
],
[
232,
683,
515,
18
],
[
232,
758,
705,
18
],
[
232,
777,
683,
18
],
[
279,
851,
660,
18
],
[
279,
870,
661,
18
],
[
279,
889,
666,
18
],
[
279,
908,
660,
18
],
[
279,
926,
86,
18
],
[
232,
814,
27,
18
],
[
266,
814,
242,
18
],
[
471,
960,
35,
17
]
]
| [
5,
7,
7,
7,
7,
7,
7,
7,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
3,
3,
3,
3,
3,
3,
3,
3,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
3,
3,
4
]
| 28761d98da481d5e3b919e5f5fe474978b87af84fc2b560d526c49db3e41754c | 2021Rulebook.pdf | 169 | 495 | 396 | 603 | 1,025 | 1,025 | manuals | manuals |
14191 | [
"418"
]
| [
[
517,
960,
35,
17
]
]
| [
[
517,
960,
35,
17
]
]
| [
4
]
| 1862ba666ad2deb87069cda587159a53669aa830ea545d3a04d989f65fea8011 | 2021Rulebook.pdf | 420 | 495 | 396 | 603 | 1,025 | 1,025 | manuals | manuals |
14192 | [
"(9)",
"JP 2017-66263 A 2017.4.6",
" 本発明では、必要に応じて、さらに、(E)紫外線吸収剤を配合してもよい。",
"【0046】",
"【0047】",
"【0048】",
"【0049】",
"【0050】",
"【0052】",
"【0053】",
" (F)フィラーの含有量は、特に限定されないが、(A)ポリオール100質量部に対",
" (F)フィラーの市販品としては、例えば、YA010C−SM−1(メタクリル表⾯",
"処理されたナノシリカ:(株)アドマテックス製)、YA010C−SV−1(ビニル表",
"⾯処理されたナノシリカ:(株)アドマテックス製)、YA010C−SP−3(フェニ",
"ル表⾯処理されたナノシリカ:(株)アドマテックス製)、YA050C−SM−1(メ",
"タクリル表⾯処理されたナノシリカ:(株)アドマテックス製)等を挙げることができる",
"。",
" また、上記表⾯有機化処理されたナノシリカを使⽤する場合、その平均⼀次粒⼦径は、",
"特に限定されないが、例えば、フィラーを組成物中により分散させる点から、1.0nm",
"〜200nmが好ましく、5.0nm〜100nmが特に好ましい。",
"【0051】",
" (F)フィラーを添加することにより、硬化物の機械的強度を向上させることに寄与す",
"る。フィラーは、上記作⽤を有するものであれば、特に限定されず、例えば、無機フィラ",
"ー、有機フィラー、表⾯有機化処理された無機フィラー等が挙げられる。このうち、塗膜",
"硬度の向上と組成物中での分散安定性の点から、表⾯有機化処理された無機フィラーが好",
"ましく、メタクリル表⾯処理されたナノシリカ、ビニル表⾯処理されたナノシリカ、フェ",
"ニル表⾯処理されたシリカが特に好ましい。これらのフィラーは、単独で使⽤してもよく",
"、2種以上を併⽤してもよい。",
" 本発明では、必要に応じて、さらに、(F)フィラーを配合してもよい。",
" 前記(E)紫外線吸収剤の含有量は、特に限定されないが、その下限値は、例えば、(",
"A)ポリオール100質量部に対し、基板及び硬化物の耐候性をより向上させる点から0",
".50質量部が好ましく、1.0質量部が特に好ましい。⼀⽅、その上限値は、例えば、",
"(A)ポリオール100質量部に対し、硬化物の透明性の点から5.0質量部が好ましく",
"、3.0質量部が特に好ましい。",
" 紫外線吸収剤は、上記作⽤を有するものであれば、特に限定されず、例えば、ベンゾエ",
"ート系紫外線吸収剤、ベンゾトリアゾール系紫外線吸収剤、ベンゾフェノン系紫外線吸収",
"剤等が挙げられる。ベンゾエート系紫外線吸収剤としては、例えば、2,4−ジ−ter",
"t−ペンチルフェニル−3,5−ジ−tert−ブチル−4−ヒドロキシベンゾエート、",
"2,4−ジ−t−ブチルフェニル−3f,5f−ジ−t−ブチル−4f−ヒドロキシベン",
"ゾエート、2,6−ジ−t−ブチルフェニル−3f,5f−ジ−t−ブチル−4f−ヒド",
"ロキシベンゾエート、n−ヘキサデシル−3,5−ジ−t−ブチル−4−ヒドロキシベン",
"ゾエート等を挙げることができる。ベンゾトリアゾール系紫外線吸収剤としては、例えば",
"、2,2f−メチレンビス〔4−(1,1,3,3−テトラメチルブチル)−6−ベンゾ",
"トリアゾール−2−イル−フェノール〕、2,2f−メチレンビス(4−メチル−6−ベ",
"ンゾトリアゾリルフェノール)等を挙げることができる。ベンゾフェノン系紫外線吸収剤",
"としては、例えば、2−ヒドロキシ−4−ノルマル−オクチルオキシベンゾフェノン、2",
"−ヒドロキシ−4メトキシベンゾフェノン等を挙げることできる。これらの紫外線吸収剤",
"は、単独で使⽤してもよく、2種以上を併⽤してもよい。",
" (E)紫外線吸収剤を配合することにより、本発明の組成物を塗⼯する基板がUVによ",
"り劣化するのを防⽌でき、結果、基板の耐候性が向上する。また、(E)紫外線吸収剤を",
"配合することにより、本発明の組成物の硬化物にUV耐性を付与することに寄与し、結果",
"、硬化物の耐候性の向上に寄与する。"
]
| [
[
497,
42,
29,
11
],
[
689,
42,
237,
11
],
[
97,
77,
736,
11
],
[
97,
95,
122,
11
],
[
97,
183,
122,
11
],
[
97,
449,
122,
11
],
[
97,
556,
122,
11
],
[
97,
591,
122,
11
],
[
97,
804,
122,
11
],
[
97,
928,
122,
11
],
[
97,
946,
817,
11
],
[
97,
822,
817,
99
],
[
97,
822,
817,
99
],
[
97,
822,
817,
99
],
[
97,
822,
817,
99
],
[
97,
822,
817,
99
],
[
97,
822,
817,
99
],
[
97,
751,
817,
46
],
[
97,
751,
817,
46
],
[
97,
751,
817,
46
],
[
97,
733,
122,
11
],
[
97,
609,
817,
117
],
[
97,
609,
817,
117
],
[
97,
609,
817,
117
],
[
97,
609,
817,
117
],
[
97,
609,
817,
117
],
[
97,
609,
817,
117
],
[
97,
609,
817,
117
],
[
97,
573,
695,
11
],
[
97,
467,
817,
82
],
[
97,
467,
817,
82
],
[
97,
467,
817,
82
],
[
97,
467,
817,
82
],
[
97,
467,
817,
82
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
201,
848,
241
],
[
97,
112,
817,
64
],
[
97,
112,
817,
64
],
[
97,
112,
817,
64
],
[
97,
112,
817,
64
]
]
| [
[
497,
42,
29,
11
],
[
689,
42,
237,
11
],
[
97,
77,
736,
11
],
[
97,
95,
122,
11
],
[
97,
183,
122,
11
],
[
97,
449,
122,
11
],
[
97,
556,
122,
11
],
[
97,
591,
122,
11
],
[
97,
804,
122,
11
],
[
97,
928,
122,
11
],
[
97,
946,
817,
11
],
[
97,
822,
817,
11
],
[
97,
840,
817,
11
],
[
97,
857,
817,
11
],
[
97,
875,
817,
11
],
[
97,
893,
817,
11
],
[
97,
910,
20,
11
],
[
97,
751,
817,
11
],
[
97,
769,
817,
11
],
[
97,
786,
633,
11
],
[
97,
733,
122,
11
],
[
97,
609,
817,
11
],
[
97,
627,
817,
11
],
[
97,
644,
817,
11
],
[
97,
662,
817,
11
],
[
97,
680,
817,
11
],
[
97,
698,
817,
11
],
[
97,
715,
286,
11
],
[
97,
573,
695,
11
],
[
97,
467,
817,
11
],
[
97,
485,
817,
11
],
[
97,
503,
817,
11
],
[
97,
520,
817,
11
],
[
97,
538,
306,
11
],
[
97,
201,
817,
11
],
[
97,
219,
817,
11
],
[
97,
236,
817,
11
],
[
97,
254,
817,
11
],
[
97,
272,
848,
11
],
[
97,
290,
848,
11
],
[
97,
307,
817,
11
],
[
97,
325,
817,
11
],
[
97,
343,
828,
11
],
[
97,
361,
828,
11
],
[
97,
378,
817,
11
],
[
97,
396,
817,
11
],
[
97,
414,
817,
11
],
[
97,
432,
531,
11
],
[
97,
112,
817,
11
],
[
97,
130,
817,
11
],
[
97,
148,
817,
11
],
[
97,
165,
347,
11
]
]
| [
5,
5,
9,
3,
3,
3,
3,
3,
3,
3,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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
]
| 57ad62a7179a8f0bdb0f0daad8101cdbdccfd9dcb936b6bf240d7b398b01c799 | JP2017066263A.pdf | 8 | 14 | 595 | 841 | 1,025 | 1,025 | patents_jp | patents |
14193 | [
"Europol Public Information ",
"Unless a different deadline is provided for in the Special Conditions and/or in a ",
"Specific Contract",
"and/or ",
"Purchase Order",
", conformity shall be evidenced by the issuance of a certificate to this effect ",
"by Europol no later than 15 (fifteen) days after the date of delivery. Non-conformity shall be notified ",
"in writing. ",
"The certification of conformity in no way implies acceptance by Europol of latent defects. ",
"The goods delivered must: ",
"Reasonable time shall be assessed based on the nature of the goods and the purpose for which they ",
"are required by Europol. ",
"The term ”free of charge” covers all costs incurred to bring the goods into conformity, including the ",
"cost of delivery, postage, labour and materials. ",
"Unless specified otherwise in the Special Conditions and/or ",
"Specific Contract",
" and/or ",
"Purchase Order",
", ",
"the ",
"Contractor",
" shall assemble the goods delivered within a period of 1 (one) month.",
"Non-conformity resulting from incorrect installation of the goods shall be deemed to be equivalent ",
"to non-conformity of the goods if installation forms part of the ",
"Framework Contract",
"and was ",
"ordered by means of a ",
"Specific Contract",
" or ",
"Purchase Order",
". This shall apply equally if the goods were ",
"installed by Europol incorrectly due to a shortcoming in the installation instructions. ",
"The goods shall be guaranteed against all defects in manufacture or materials for a minimum period ",
"of 2 (two) years from the date of delivery, unless provision is made for a different period in the ",
"Special Conditions and/or the Tender Specifications.",
"The ",
"Contractor",
" guarantees that any permits and licenses required for manufacturing and selling the ",
"goods have been obtained.",
"The ",
"Contractor ",
"is responsible for any conformity defect which becomes known after delivery to ",
"Europol and is imputable to non –compliance with its own obligations",
".",
"The ",
"Contractor",
" shall replace at its own expense, within a reasonable time limit to be determined by ",
"written agreement between the parties, any goods and/or parts of goods which become damaged ",
"or defective in the course of normal use during the guarantee period. If replacement is objectively ",
"Page 29 of 79 ",
"Europol’s initials: ",
"Contractor’s initials: ",
"6.",
"Guarantee:",
"5.",
"Assembly and/or Installation (where ordered):",
"a)",
"be fit for any specific purpose required of them by Europol and made known to the ",
"Contractor",
"in the Tender Specifications and/or in the ",
"Framework Contract",
"; ",
"b)",
"be fit for the purposes for which goods of the same type are normally used; ",
"c)",
"if applicable, correspond to any sample or model provided; and ",
"d)",
"be of the quality which is normal in goods of the same type and which Europol can reasonably ",
"expect, taking into account any public statements in this regard made by the ",
"Contractor",
", the ",
"manufacturer or its representative, particularly in advertising or on labelling. ",
"4.",
"Remedy:",
" The ",
"Contractor",
" is liable for any non-conformity of the goods delivered. Where goods are ",
"not in conformity, Europol shall be entitled to: ",
"a)",
"have the goods brought into conformity, free of charge, by repair or replacement within a ",
"reasonable time; or ",
"b)",
"have an appropriate reduction made in the price to be paid in accordance with Article II-11 ",
"(“Reduction in payment and off-setting”). "
]
| [
[
394,
42,
267,
16
],
[
153,
67,
779,
67
],
[
153,
67,
779,
67
],
[
153,
67,
779,
67
],
[
153,
67,
779,
67
],
[
153,
67,
779,
67
],
[
153,
67,
779,
67
],
[
153,
67,
779,
67
],
[
153,
140,
690,
17
],
[
152,
164,
208,
17
],
[
152,
451,
778,
34
],
[
152,
451,
778,
34
],
[
152,
491,
779,
34
],
[
152,
491,
779,
34
],
[
153,
555,
778,
34
],
[
153,
555,
778,
34
],
[
153,
555,
778,
34
],
[
153,
555,
778,
34
],
[
153,
555,
778,
34
],
[
153,
555,
778,
34
],
[
153,
555,
778,
34
],
[
153,
555,
778,
34
],
[
152,
595,
783,
67
],
[
152,
595,
783,
67
],
[
152,
595,
783,
67
],
[
152,
595,
783,
67
],
[
152,
595,
783,
67
],
[
152,
595,
783,
67
],
[
152,
595,
783,
67
],
[
152,
595,
783,
67
],
[
152,
595,
783,
67
],
[
152,
595,
783,
67
],
[
152,
691,
781,
50
],
[
152,
691,
781,
50
],
[
152,
691,
781,
50
],
[
152,
747,
779,
34
],
[
152,
747,
779,
34
],
[
152,
747,
779,
34
],
[
152,
747,
779,
34
],
[
152,
787,
778,
34
],
[
152,
787,
778,
34
],
[
152,
787,
778,
34
],
[
152,
787,
778,
34
],
[
152,
787,
778,
34
],
[
152,
827,
779,
50
],
[
152,
827,
779,
50
],
[
152,
827,
779,
50
],
[
152,
827,
779,
50
],
[
152,
827,
779,
50
],
[
455,
898,
113,
14
],
[
790,
924,
139,
14
],
[
767,
951,
162,
14
],
[
121,
667,
119,
18
],
[
121,
667,
119,
18
],
[
122,
531,
397,
18
],
[
122,
531,
397,
18
],
[
152,
187,
774,
34
],
[
152,
187,
774,
34
],
[
152,
187,
774,
34
],
[
152,
187,
774,
34
],
[
152,
187,
774,
34
],
[
152,
187,
774,
34
],
[
152,
227,
616,
17
],
[
152,
227,
616,
17
],
[
152,
251,
522,
17
],
[
152,
251,
522,
17
],
[
152,
275,
781,
50
],
[
152,
275,
781,
50
],
[
152,
275,
781,
50
],
[
152,
275,
781,
50
],
[
152,
275,
781,
50
],
[
152,
275,
781,
50
],
[
122,
331,
811,
34
],
[
122,
331,
811,
34
],
[
122,
331,
811,
34
],
[
122,
331,
811,
34
],
[
122,
331,
811,
34
],
[
122,
331,
811,
34
],
[
152,
371,
782,
34
],
[
152,
371,
782,
34
],
[
152,
371,
782,
34
],
[
152,
411,
778,
34
],
[
152,
411,
778,
34
],
[
152,
411,
778,
34
]
]
| [
[
394,
42,
267,
16
],
[
153,
67,
644,
17
],
[
797,
67,
130,
17
],
[
153,
84,
57,
17
],
[
211,
84,
119,
17
],
[
331,
84,
601,
17
],
[
153,
100,
778,
17
],
[
153,
116,
81,
17
],
[
153,
140,
690,
17
],
[
152,
164,
208,
17
],
[
152,
451,
778,
17
],
[
152,
467,
191,
17
],
[
152,
491,
779,
17
],
[
152,
507,
364,
17
],
[
153,
555,
461,
17
],
[
614,
555,
128,
17
],
[
742,
555,
61,
17
],
[
804,
555,
118,
17
],
[
922,
555,
8,
17
],
[
153,
571,
30,
17
],
[
183,
571,
82,
17
],
[
265,
571,
532,
17
],
[
153,
595,
779,
17
],
[
153,
611,
535,
17
],
[
688,
611,
162,
17
],
[
860,
611,
75,
17
],
[
152,
627,
178,
17
],
[
331,
627,
128,
17
],
[
459,
627,
25,
17
],
[
484,
627,
118,
17
],
[
603,
627,
328,
17
],
[
152,
644,
649,
17
],
[
152,
691,
778,
17
],
[
152,
707,
781,
17
],
[
152,
724,
401,
17
],
[
152,
747,
33,
17
],
[
186,
747,
82,
17
],
[
269,
747,
662,
17
],
[
152,
764,
208,
17
],
[
152,
787,
33,
17
],
[
189,
787,
86,
17
],
[
279,
787,
652,
17
],
[
152,
804,
536,
17
],
[
689,
804,
4,
17
],
[
152,
827,
33,
17
],
[
186,
827,
82,
17
],
[
269,
827,
662,
17
],
[
152,
844,
779,
17
],
[
152,
860,
779,
17
],
[
455,
898,
113,
14
],
[
790,
924,
139,
14
],
[
767,
951,
162,
14
],
[
121,
667,
14,
17
],
[
152,
667,
88,
18
],
[
122,
531,
14,
17
],
[
153,
531,
366,
18
],
[
152,
187,
14,
17
],
[
183,
187,
661,
17
],
[
845,
187,
82,
17
],
[
183,
204,
323,
17
],
[
507,
204,
157,
17
],
[
665,
204,
9,
17
],
[
152,
227,
15,
17
],
[
183,
227,
585,
17
],
[
152,
251,
13,
17
],
[
183,
251,
491,
17
],
[
152,
275,
15,
17
],
[
183,
275,
748,
17
],
[
183,
291,
624,
17
],
[
808,
291,
82,
17
],
[
890,
291,
43,
17
],
[
183,
307,
593,
17
],
[
122,
331,
14,
17
],
[
153,
331,
69,
18
],
[
222,
331,
38,
17
],
[
262,
331,
82,
17
],
[
345,
331,
587,
17
],
[
153,
347,
360,
17
],
[
152,
371,
14,
17
],
[
183,
371,
751,
17
],
[
183,
387,
154,
17
],
[
152,
411,
15,
17
],
[
183,
411,
747,
17
],
[
183,
427,
323,
17
]
]
| [
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,
4,
4,
4,
7,
7,
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
]
| dd458b9f5671fa0f1b0ee7882560b956f653f6c05bee597ddfd5bd9760a906b7 | EN-Annex 3 - Draft Framework Contract.pdf | 28 | 79 | 595 | 841 | 1,025 | 1,025 | eu_tenders | government_tenders |
14194 | [
"MongoDB Documentation, Release 3.0.4",
"Step 1: Create the data directory.",
"Before you start MongoDB for the first time, create the directory to which",
"the",
"mongod",
"process will write data. By default, the",
"mongod",
"process uses the",
"/data/db",
"directory. If you create a",
"directory other than this one, you must specify that directory in the",
"dbpath",
"option when starting the",
"mongod",
"process",
"later in this procedure.",
"The following example command creates the default",
"/data/db",
"directory:",
"mkdir -p /data/db",
"Step 2: Set permissions for the data directory.",
"Before running",
"mongod",
"for the first time, ensure that the user",
"account running",
"mongod",
"has read and write permissions for the directory.",
"Step 3: Run MongoDB.",
"To run MongoDB, run the",
"mongod",
"process at the system prompt. If necessary, specify the",
"path of the",
"mongod",
"or the data directory. See the following examples.",
"Run without specifying paths",
"If your system",
"PATH",
"variable includes the location of the",
"mongod",
"binary and if you",
"use the default data directory (i.e.,",
"/data/db",
"), simply enter",
"mongod",
"at the system prompt:",
"mongod",
"Specify the path of the",
"mongod",
"If your",
"PATH",
"does not include the location of the",
"mongod",
"binary, enter the full",
"path to the",
"mongod",
"binary at the system prompt:",
"<path to binary>/mongod",
"Specify the path of the data directory",
"If you do not use the default data directory (i.e.,",
"/data/db",
"), specify the",
"path to the data directory using the",
"--dbpath",
"option:",
"mongod --dbpath <path to data directory>",
"Step 4: Begin using MongoDB.",
"To help you start using MongoDB, MongoDB provides",
"Getting Started Guides",
"in",
"various driver editions. See",
"getting-started",
"for the available editions.",
"Before deploying MongoDB in a production environment, consider the",
"Production Notes",
"(page 197) document.",
"Later, to stop MongoDB, press",
"Control+C",
"in the terminal where the",
"mongod",
"instance is running.",
"Use this tutorial to install MongoDB on OS X systems.",
"Starting in version 3.0, MongoDB only supports OS X versions 10.7 (Lion) on Intel x86-64 and later.",
"MongoDB is available through the popular OS X package manager Homebrew",
"5",
"or through the MongoDB Download",
"site$^{6}$.",
"$^{5}$http://brew.sh/",
"$^{6}$http://www.mongodb.org/downloads",
"Chapter 2. Install MongoDB",
"24",
"2.3.2",
"Install MongoDB on OS X",
"Overview",
"Platform Support"
]
| [
[
120,
46,
318,
12
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
97,
783,
58
],
[
120,
166,
503,
11
],
[
120,
166,
503,
11
],
[
120,
166,
503,
11
],
[
120,
191,
153,
8
],
[
120,
237,
783,
27
],
[
120,
237,
783,
27
],
[
120,
237,
783,
27
],
[
120,
237,
783,
27
],
[
120,
237,
783,
27
],
[
120,
237,
783,
27
],
[
120,
237,
783,
27
],
[
120,
294,
783,
27
],
[
120,
294,
783,
27
],
[
120,
294,
783,
27
],
[
120,
294,
783,
27
],
[
120,
294,
783,
27
],
[
120,
294,
783,
27
],
[
120,
294,
783,
27
],
[
120,
351,
783,
27
],
[
120,
351,
783,
27
],
[
120,
351,
783,
27
],
[
120,
351,
783,
27
],
[
120,
351,
783,
27
],
[
120,
351,
783,
27
],
[
120,
351,
783,
27
],
[
120,
351,
783,
27
],
[
120,
351,
783,
27
],
[
120,
351,
783,
27
],
[
120,
351,
783,
27
],
[
120,
391,
54,
8
],
[
120,
437,
783,
27
],
[
120,
437,
783,
27
],
[
120,
437,
783,
27
],
[
120,
437,
783,
27
],
[
120,
437,
783,
27
],
[
120,
437,
783,
27
],
[
120,
437,
783,
27
],
[
120,
437,
783,
27
],
[
120,
437,
783,
27
],
[
120,
437,
783,
27
],
[
120,
477,
207,
8
],
[
120,
523,
783,
27
],
[
120,
523,
783,
27
],
[
120,
523,
783,
27
],
[
120,
523,
783,
27
],
[
120,
523,
783,
27
],
[
120,
523,
783,
27
],
[
120,
523,
783,
27
],
[
120,
564,
360,
8
],
[
120,
609,
783,
27
],
[
120,
609,
783,
27
],
[
120,
609,
783,
27
],
[
120,
609,
783,
27
],
[
120,
609,
783,
27
],
[
120,
609,
783,
27
],
[
120,
609,
783,
27
],
[
120,
648,
745,
11
],
[
120,
648,
745,
11
],
[
120,
648,
745,
11
],
[
120,
672,
669,
11
],
[
120,
672,
669,
11
],
[
120,
672,
669,
11
],
[
120,
672,
669,
11
],
[
120,
672,
669,
11
],
[
120,
780,
368,
11
],
[
120,
832,
676,
11
],
[
120,
865,
783,
29
],
[
120,
865,
783,
29
],
[
120,
865,
783,
29
],
[
120,
865,
783,
29
],
[
138,
905,
82,
9
],
[
138,
918,
201,
9
],
[
680,
961,
223,
12
],
[
120,
961,
18,
12
],
[
120,
713,
295,
14
],
[
120,
713,
295,
14
],
[
120,
748,
74,
12
],
[
120,
811,
126,
11
]
]
| [
[
120,
46,
318,
12
],
[
120,
97,
249,
11
],
[
386,
97,
518,
11
],
[
120,
112,
20,
11
],
[
145,
113,
60,
9
],
[
210,
112,
261,
11
],
[
475,
113,
60,
9
],
[
540,
112,
108,
11
],
[
653,
113,
80,
9
],
[
737,
112,
166,
11
],
[
120,
128,
439,
11
],
[
563,
128,
60,
9
],
[
627,
128,
159,
11
],
[
790,
128,
60,
9
],
[
854,
128,
50,
11
],
[
120,
143,
150,
11
],
[
120,
166,
350,
11
],
[
475,
167,
80,
9
],
[
559,
166,
64,
11
],
[
120,
191,
153,
8
],
[
120,
237,
336,
11
],
[
474,
237,
102,
11
],
[
582,
238,
60,
9
],
[
648,
237,
256,
11
],
[
120,
253,
107,
11
],
[
232,
253,
60,
9
],
[
296,
253,
321,
11
],
[
120,
294,
166,
11
],
[
303,
294,
172,
11
],
[
479,
295,
60,
9
],
[
543,
294,
360,
11
],
[
120,
309,
71,
11
],
[
196,
310,
60,
9
],
[
260,
309,
331,
11
],
[
120,
351,
206,
11
],
[
344,
351,
95,
11
],
[
443,
351,
40,
9
],
[
487,
351,
236,
11
],
[
727,
351,
60,
9
],
[
791,
351,
113,
11
],
[
120,
366,
227,
11
],
[
352,
367,
80,
9
],
[
432,
366,
96,
11
],
[
533,
367,
60,
9
],
[
597,
366,
144,
11
],
[
120,
391,
54,
8
],
[
120,
437,
161,
11
],
[
287,
438,
60,
9
],
[
363,
437,
46,
11
],
[
415,
438,
40,
9
],
[
459,
437,
237,
11
],
[
702,
438,
60,
9
],
[
767,
437,
137,
11
],
[
120,
452,
70,
11
],
[
195,
453,
60,
9
],
[
259,
452,
190,
11
],
[
120,
477,
207,
8
],
[
120,
523,
268,
11
],
[
406,
523,
324,
11
],
[
736,
524,
80,
9
],
[
816,
523,
88,
11
],
[
120,
539,
231,
11
],
[
356,
539,
80,
9
],
[
440,
539,
47,
11
],
[
120,
564,
360,
8
],
[
120,
609,
220,
11
],
[
357,
610,
370,
11
],
[
732,
610,
154,
11
],
[
891,
610,
12,
11
],
[
120,
625,
182,
11
],
[
307,
625,
98,
11
],
[
409,
625,
168,
11
],
[
120,
648,
474,
11
],
[
598,
648,
116,
11
],
[
719,
648,
145,
11
],
[
120,
672,
206,
11
],
[
330,
672,
90,
9
],
[
425,
672,
166,
11
],
[
596,
672,
60,
9
],
[
660,
672,
130,
11
],
[
120,
780,
368,
11
],
[
120,
832,
676,
11
],
[
120,
867,
528,
11
],
[
649,
865,
5,
8
],
[
660,
867,
244,
11
],
[
120,
883,
34,
11
],
[
138,
905,
82,
9
],
[
138,
918,
201,
9
],
[
680,
961,
223,
12
],
[
120,
961,
18,
12
],
[
120,
713,
45,
14
],
[
171,
713,
245,
14
],
[
120,
748,
74,
12
],
[
120,
811,
126,
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,
1,
1,
4,
4,
7,
7,
7,
7
]
| 6eb98c2b196defa2513502def8765816efb1a8c780bed138958e02a5a43c7a19 | MongoDB-manual.pdf | 27 | 946 | 612 | 792 | 1,025 | 1,025 | manuals | manuals |
14195 | [
"The following graph sets forth a five-year comparison of the cumulative total stockholder returns ",
"for the following: (1) Methode’s common stock; (2) the NYSE Stock Market (US Companies) ",
"index; (3) a previously used custom peer group of publicly traded companies; and (4) a custom ",
"peer group that management believes better reflects the business and prospects of Methode ",
"Electronics. ",
"The “New Peer Group” includes companies that design and manufacture electrical and electronic ",
"devices, sub-assemblies, sensors and controls for the automotive, computer, communications ",
"systems, and other markets. The New Peer Group includes the companies in the Old Peer Group, ",
"as well as IPG Photonics Corp. which was added to replace La Barge, Inc. which was acquired ",
"by Ducommun Incorporated in 2011. The New Peer Group consists of the following companies: ",
"Bel Fuse, Inc., CTS Corp., Franklin Electric Company, Inc., Gentex Corp., IPG Photonics Corp., ",
"Littelfuse, Inc., Powell Industries, Inc., Pulse Electronics Corp., Richardson Electronics, Ltd., ",
"Rogers Corp., Semtech Corp., SL Industries, Inc., Standard Motor Products, Inc., and ",
"Stoneridge, Inc. ",
"The “Old Peer Group” consists of the following companies: Bel Fuse, Inc., CTS Corp., Franklin ",
"Electric Company, Inc., Gentex Corp., La Barge, Inc., Littelfuse, Inc., Powell Industries, Inc., ",
"Pulse Electronics Corp., Richardson Electronics, Ltd., Rogers Corp., Semtech Corp.,",
"SL Industries, Inc., Standard Motor Products, Inc., and Stoneridge, Inc.",
"2007 ",
"2008 ",
"2009 ",
"2010 ",
"2011 ",
"2012",
"Methode Electronics Inc.",
"100.00 ",
"72.65 ",
"41.45 ",
"76.58 ",
"87.21 ",
"62.75 ",
"NYSE Stock Market (US Companies) ",
"100.00 ",
"95.92 ",
"61.00 ",
"85.01 ",
"101.09 ",
"103.30",
"Old Peer Group ",
"100.00 ",
"93.86 ",
"58.21 ",
"92.95 ",
"128.77 ",
"112.39",
"New Peer Group ",
"100.00 ",
"93.62 ",
"58.39 ",
"93.28 ",
"149.60 ",
"124.74",
"0",
"20",
"40",
"60",
"80",
"100",
"120",
"140",
"$160",
"2012",
"2011",
"2010",
"2009",
"2008",
"2007",
"New Peer Group",
"NYSE Stock Market (US Companies)",
"Methode Electronics Inc.",
"Old Peer Group",
"Comparison of Five-Year Cumulative Total Returns ",
"Performance Graph for ",
"METHODE ELECTRONICS, INC. "
]
| [
[
108,
163,
804,
89
],
[
108,
163,
804,
89
],
[
108,
163,
804,
89
],
[
108,
163,
804,
89
],
[
108,
163,
804,
89
],
[
108,
270,
805,
162
],
[
108,
270,
805,
162
],
[
108,
270,
805,
162
],
[
108,
270,
805,
162
],
[
108,
270,
805,
162
],
[
108,
270,
805,
162
],
[
108,
270,
805,
162
],
[
108,
270,
805,
162
],
[
108,
270,
805,
162
],
[
108,
451,
796,
70
],
[
108,
451,
796,
70
],
[
108,
451,
796,
70
],
[
108,
451,
796,
70
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
122,
848,
760,
101
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
169,
538,
691,
285
],
[
258,
92,
508,
55
],
[
258,
92,
508,
55
],
[
258,
92,
508,
55
]
]
| [
[
108,
163,
804,
15
],
[
108,
181,
782,
15
],
[
108,
199,
786,
15
],
[
108,
218,
754,
15
],
[
108,
236,
102,
15
],
[
108,
270,
805,
15
],
[
108,
288,
770,
15
],
[
108,
307,
803,
15
],
[
108,
325,
785,
15
],
[
108,
343,
798,
15
],
[
108,
362,
802,
15
],
[
108,
380,
776,
15
],
[
108,
398,
708,
15
],
[
108,
417,
136,
15
],
[
108,
451,
796,
15
],
[
108,
469,
776,
15
],
[
108,
487,
697,
15
],
[
108,
506,
587,
15
],
[
422,
852,
37,
13
],
[
502,
852,
37,
13
],
[
583,
852,
37,
13
],
[
663,
852,
37,
13
],
[
742,
852,
37,
13
],
[
822,
852,
33,
13
],
[
133,
872,
167,
13
],
[
415,
872,
50,
13
],
[
506,
872,
41,
13
],
[
586,
872,
41,
13
],
[
667,
872,
41,
13
],
[
747,
872,
41,
13
],
[
821,
872,
41,
13
],
[
133,
891,
248,
13
],
[
415,
891,
50,
13
],
[
506,
891,
41,
13
],
[
586,
891,
41,
13
],
[
667,
891,
41,
13
],
[
738,
891,
50,
13
],
[
813,
891,
46,
13
],
[
133,
911,
112,
13
],
[
415,
911,
50,
13
],
[
506,
911,
41,
13
],
[
586,
911,
41,
13
],
[
667,
911,
41,
13
],
[
738,
911,
50,
13
],
[
813,
911,
46,
13
],
[
133,
930,
118,
13
],
[
415,
930,
50,
13
],
[
506,
930,
41,
13
],
[
586,
930,
41,
13
],
[
667,
930,
41,
13
],
[
738,
930,
50,
13
],
[
813,
930,
46,
13
],
[
200,
791,
8,
14
],
[
192,
760,
16,
14
],
[
192,
729,
16,
14
],
[
192,
699,
16,
14
],
[
192,
668,
16,
14
],
[
184,
638,
24,
14
],
[
184,
607,
24,
14
],
[
184,
576,
24,
14
],
[
175,
546,
33,
14
],
[
785,
806,
33,
14
],
[
679,
806,
33,
14
],
[
573,
806,
33,
14
],
[
467,
806,
33,
14
],
[
361,
806,
33,
14
],
[
255,
806,
33,
14
],
[
336,
619,
95,
13
],
[
336,
588,
227,
12
],
[
335,
571,
158,
13
],
[
335,
604,
101,
13
],
[
258,
92,
508,
18
],
[
398,
110,
228,
18
],
[
336,
129,
351,
18
]
]
| [
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,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
7,
7,
7
]
| d7986508223cb7a1c2256b07ac8881c231ba8c91f70dacf59e8acdf284068ba3 | NYSE_MEI_2012.pdf | 6 | 9 | 611 | 791 | 1,025 | 1,025 | ann_reports_10_14_fancy | financial_reports |
14196 | [
"The Clone Plugin",
"Specifies the path to the private key file. Used to configure an encrypted connection for a remote cloning",
"operation. This setting configured on the recipient and used when connecting to the donor.",
"Defines valid donor host addresses for remote cloning operations. This setting is applied on the",
"recipient MySQL server instance. A comma-separated list of values is permitted in the following format:",
"“",
"HOST1:PORT1,HOST2:PORT2,HOST3:PORT3",
"”",
". Spaces are not permitted.",
"The ",
"clone_valid_donor_list",
" variable adds a layer of security by providing control over the sources",
"of cloned data. The privilege required to configure ",
"clone_valid_donor_list",
" is different from the",
"privilege required to execute remote cloning operations, which permits assigning those responsibilities",
"to different roles. Configuring ",
"clone_valid_donor_list",
" requires the ",
"SYSTEM_VARIABLES_ADMIN",
"privilege, whereas executing a remote cloning operation requires the ",
"CLONE_ADMIN",
" privilege.",
"Internet Protocol version 6 (IPv6) address format is not supported. Internet Protocol version 6 (IPv6)",
"address format is not supported. An alias to the IPv6 address can be used instead. An IPv4 address can",
"be used as is.",
"The clone plugin is subject to these limitations:",
"•DDL, including ",
"TRUNCATE TABLE",
", is not permitted during a cloning operation. This limitation should be",
"considered when selecting data sources. A workaround is to use dedicated donor instances, which can",
"accommodate DDL operations being blocked while data is cloned. Concurrent DML is permitted.",
"•An instance cannot be cloned from a different MySQL server version or release. The donor and recipient",
"must have exactly the same MySQL server version and release. For example, you cannot clone between",
"MySQL 5.7 and MySQL 8.0, or between MySQL 8.0.19 and MySQL 8.0.20. The clone plugin is only",
"supported in MySQL 8.0.17 and higher.",
"•Only a single MySQL instance can be cloned at a time. Cloning multiple MySQL instances in a single",
"cloning operation is not supported.",
"•The X Protocol port specified by ",
"mysqlx_port",
" is not supported for remote cloning operations (when",
"specifying the port number of the donor MySQL server instance in a ",
"CLONE INSTANCE",
" statement).",
"•The clone plugin does not support cloning of MySQL server configurations. The recipient MySQL server",
"instance retains its configuration, including persisted system variable settings (see Section 5.1.9.3,",
"“Persisted System Variables”",
".)",
"5.6.7.13",
"Clone Plugin Limitations",
"•",
"clone_valid_donor_list",
"Type",
"File name",
"Default Value",
"empty string",
"Command-Line Format",
"--clone-valid-donor-list=value",
"Introduced",
"8.0.17",
"System Variable",
"clone_valid_donor_list",
"Scope",
"Global",
"Dynamic",
"Yes",
"SET_VAR",
" Hint Applies",
"No",
"Type",
"String",
"Default Value",
"NULL",
"1134"
]
| [
[
433,
48,
128,
11
],
[
157,
148,
771,
27
],
[
157,
148,
771,
27
],
[
157,
398,
762,
43
],
[
157,
398,
762,
43
],
[
157,
398,
762,
43
],
[
157,
398,
762,
43
],
[
157,
398,
762,
43
],
[
157,
398,
762,
43
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
456,
773,
74
],
[
157,
545,
771,
43
],
[
157,
545,
771,
43
],
[
157,
545,
771,
43
],
[
140,
633,
345,
11
],
[
140,
660,
781,
43
],
[
140,
660,
781,
43
],
[
140,
660,
781,
43
],
[
140,
660,
781,
43
],
[
140,
660,
781,
43
],
[
140,
718,
793,
58
],
[
140,
718,
793,
58
],
[
140,
718,
793,
58
],
[
140,
718,
793,
58
],
[
140,
791,
763,
27
],
[
140,
791,
763,
27
],
[
140,
834,
764,
27
],
[
140,
834,
764,
27
],
[
140,
834,
764,
27
],
[
140,
834,
764,
27
],
[
140,
834,
764,
27
],
[
140,
834,
764,
27
],
[
140,
876,
783,
43
],
[
140,
876,
783,
43
],
[
140,
876,
783,
43
],
[
140,
876,
783,
43
],
[
60,
603,
313,
14
],
[
60,
603,
313,
14
],
[
140,
191,
237,
11
],
[
140,
191,
237,
11
],
[
154,
91,
782,
45
],
[
154,
91,
782,
45
],
[
154,
91,
782,
45
],
[
154,
91,
782,
45
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
155,
212,
781,
174
],
[
60,
964,
37,
11
]
]
| [
[
433,
48,
128,
11
],
[
157,
148,
771,
11
],
[
157,
164,
669,
11
],
[
157,
398,
704,
11
],
[
157,
413,
762,
11
],
[
157,
429,
19,
11
],
[
163,
430,
351,
10
],
[
514,
429,
19,
11
],
[
520,
429,
201,
11
],
[
157,
456,
33,
11
],
[
190,
457,
221,
10
],
[
412,
456,
518,
11
],
[
157,
471,
373,
11
],
[
530,
472,
221,
10
],
[
751,
471,
148,
11
],
[
157,
487,
754,
11
],
[
157,
502,
219,
11
],
[
377,
503,
221,
10
],
[
598,
502,
97,
11
],
[
695,
503,
221,
10
],
[
157,
518,
511,
11
],
[
669,
519,
110,
10
],
[
779,
518,
71,
11
],
[
157,
545,
739,
11
],
[
157,
560,
771,
11
],
[
157,
576,
103,
11
],
[
140,
633,
345,
11
],
[
140,
660,
130,
11
],
[
270,
661,
140,
10
],
[
411,
660,
510,
11
],
[
157,
675,
761,
11
],
[
157,
691,
713,
11
],
[
140,
718,
789,
11
],
[
157,
733,
776,
11
],
[
157,
749,
737,
11
],
[
157,
764,
292,
11
],
[
140,
791,
763,
11
],
[
157,
807,
256,
11
],
[
140,
834,
258,
11
],
[
399,
835,
110,
10
],
[
510,
834,
395,
11
],
[
157,
849,
506,
11
],
[
663,
850,
140,
10
],
[
804,
849,
88,
11
],
[
140,
876,
783,
11
],
[
157,
892,
728,
11
],
[
157,
907,
243,
11
],
[
373,
907,
10,
11
],
[
60,
603,
72,
14
],
[
138,
603,
235,
14
],
[
140,
191,
19,
11
],
[
157,
192,
221,
10
],
[
161,
97,
37,
11
],
[
549,
97,
73,
11
],
[
161,
118,
100,
11
],
[
549,
120,
120,
10
],
[
161,
218,
172,
11
],
[
549,
219,
301,
10
],
[
161,
240,
79,
11
],
[
549,
240,
46,
11
],
[
161,
261,
121,
11
],
[
549,
262,
221,
10
],
[
161,
282,
47,
11
],
[
549,
282,
48,
11
],
[
161,
304,
65,
11
],
[
549,
304,
28,
11
],
[
161,
326,
70,
10
],
[
231,
325,
94,
11
],
[
549,
325,
21,
11
],
[
161,
346,
37,
11
],
[
549,
346,
43,
11
],
[
161,
368,
100,
11
],
[
549,
369,
40,
10
],
[
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,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
7,
7,
3,
3,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
4
]
| 5e8c0f46f9358d31e0f094b36932d8e95f74a20f5b4b040eb6f90dd50633daaa | refman-8.0-en.pdf | 1,163 | 6,228 | 612 | 792 | 1,025 | 1,025 | manuals | manuals |
14197 | [
"2",
"To obtain",
"ρ$_{A}$",
", we trace out the spin degree of free-",
"dom in",
"B",
", which normally can be carried out in terms",
"of fermions and gauge fields. However, the gauge fields",
"on the partition boundary are shared by",
"A",
"and",
"B",
"; so",
"we regroup those gauge fields on the boundary links to",
"introduce new",
"Z$_{2}$",
"gauge variables which lives in",
"A",
"and",
"B",
"exclusively, as shown in Fig. 1. (see supplementary ma-",
"terial [29] for details.) The calculation of Tr[",
"ρ",
"n",
"$_{A}$] requires",
"some careful treatment of the gauge transformation but",
"is a well-defined mathematical procedure. Thus, we will",
"leave the details involved in obtaining",
"ρ$_{A}$",
"and Tr",
"ρ",
"n",
"A",
"to",
"the supplementary material [29] and present only the fi-",
"nal result here:",
"mute and also commute with the Hamiltonian.",
"Since",
"ˆ",
"u",
"2",
"ij",
"= 1, ˆ",
"u$_{ij}$",
"can be considered as",
"c",
"-numbers with values",
"u$_{ij}$",
"=",
"±",
"1, so that the Kitaev model is equivalent to a",
"free model of",
"η",
"Majorana fermions coupled to static",
"Z$_{2}$",
"gauge fields [16, 18, 19, 24–27]. The ground state of such",
"a model is given by the direct product of a",
"Z$_{2}$",
"gauge con-",
"figuration",
"|",
"u",
"〉",
"and the corresponding Majorana fermion",
"ground state",
"|",
"φ",
"(",
"u",
")",
"〉",
".",
"Here the configuration",
"u",
"is deter-",
"mined by minimizing the fermion ground state energy.",
"There is a macroscopic ground state degeneracy in the",
"enlarged Hilbert space, because each state",
"|",
"u",
"〉 ⊗ |",
"φ",
"(",
"u",
")",
"〉",
"is",
"degenerate with all the states",
"|",
"u",
"$^{′}$〉 ⊗ ",
"|",
"φ",
"(",
"u",
"$^{′}$)",
"〉",
"with",
"u",
"′",
"gauge",
"equivalent to",
"u",
". However, such a degeneracy is removed",
"when the constraint",
"D$_{i}$",
"= 1 is applied.",
"The physical",
"ground state is the “gauge” average of the degenerate",
"states, implemented by the projection [16]:",
"Tr$_{A}$[",
"ρ",
"n",
"$_{A}$] = Tr$_{A,G}$",
"[",
"ρ",
"n",
"$_{A,G}$]",
"·",
"Tr$_{A,F}$ [",
"ρ",
"n",
"$_{A,F}$]",
",",
"(4)",
"|",
"Ψ",
"〉",
"=",
"1",
"√$_{2}$",
"N",
"+1",
"∑",
"g",
"D$_{g}$",
"|",
"u",
"〉 ⊗ |",
"φ",
"(",
"u",
")",
"〉",
"(2)",
"for any positive integer",
"n",
". Here",
"ρ$_{A,F}$",
"= Tr$_{B}$[",
"|",
"φ",
"(",
"u",
")",
"〉 〈",
"φ",
"(",
"u",
")",
"|",
"]",
"and",
"ρ$_{A,G}$",
"= Tr$_{B}$[",
"|",
"G",
"(",
"u",
")",
"〉 〈",
"G",
"(",
"u",
")",
"|",
"] are the reduced density",
"matrices for the free Majorana fermion state",
"|",
"φ",
"(",
"u",
")",
"〉",
", and",
"a pure",
"Z$_{2}$",
"gauge field [9], respectively, and the ground",
"state of the",
"Z$_{2}$",
"gauge field",
"|",
"G",
"(",
"u",
")",
"〉",
"is given by a equal",
"weight superposition of all the 2",
"N",
"−",
"1",
"gauge field con-",
"figurations",
"|",
"˜",
"u",
"〉",
"that are gauge equivalent to",
"|",
"u",
"〉",
",",
"i.e.",
",",
"|",
"G",
"(",
"u",
")",
"〉",
"= 2",
"−",
"(",
"N",
"−",
"1)",
"/",
"2",
"∑",
"˜",
"u",
"≃",
"u",
"|",
"˜",
"u",
"〉",
".",
"Physically, such a sim-",
"plification occurs because the effect of the gauge trans-",
"formation",
"D$_{g}$",
"on the fermion state in region",
"B",
"is canceled",
"out once the trace over gauge field configurations is taken.",
"Combining Eq. (4) and Eq. (3), it is now obvious that",
"the EE",
"S",
"can be separated into gauge field part",
"S$_{G}$",
"and",
"fermion part",
"S$_{F}$",
"as follows:",
"S",
"=",
"S$_{G}$",
"+",
"S$_{F}$ .",
"(5)",
"where",
"N",
"is the total number of lattice sites,",
"g",
"denotes a",
"set of lattice sites, and",
"D$_{g}$",
"=",
"∏",
"i",
"∈",
"g",
"D$_{i}$",
". We define",
"D",
"=",
"∏",
"i",
"$_{∈L}$D$_{i}$",
"with",
"L",
"the set of all lattice sites. The sum",
"∑",
"g",
"is taken over all possible subsets",
"g",
"of",
"L",
". Note that, in Eq.",
"(2), we implicitly assumed that",
"D",
"|",
"u",
"〉 ⊗ |",
"ψ",
"(",
"u",
")",
"〉",
"=",
"|",
"u",
"〉 ⊗",
"|",
"ψ",
"(",
"u",
")",
"〉",
"because states with",
"D",
"=",
"−",
"1",
"will be annihilated",
"by the projection. Consequently, we have",
"D$_{g}$",
"=",
"DD$_{¯}$",
"g",
"for",
"the complement ¯",
"g",
"=",
"L −",
"g",
", so that",
"D$_{g}$",
"|",
"u",
"〉 ⊗ |",
"φ",
"(",
"u",
")",
"〉",
"=",
"D$_{¯}$",
"g",
"=",
"L−",
"g",
"|",
"u",
"〉 ⊗ |",
"φ",
"(",
"u",
")",
"〉",
". In other words there are only 2",
"N",
"−",
"1",
"inequivalent gauge transformations, as expected.",
"We define the Kitaev model on a torus and bipar-",
"tite the lattice into subsystems",
"A",
"and",
"B",
", as shown",
"in Fig.",
"1.",
"The EE between",
"A",
"and",
"B",
"is defined as",
"S",
"=",
"−",
"Tr$_{A}$ [",
"ρ$_{A}$",
"log",
"ρ$_{A}$",
"], where",
"ρ$_{A}$",
"= Tr$_{B}$",
"ρ",
"= Tr$_{B}$",
"|",
"Ψ",
"〉 〈",
"Ψ",
"|",
"is",
"the reduced density matrix of",
"A",
". To calculate the EE,",
"we will follow the “",
"replica trick",
"” introduced in Ref. [28]",
"Eq. (4) and (5) are among the central results of this work.",
"By explicit calculation [29] one can obtain Tr$_{A,G}$[",
"ρ",
"n",
"$_{A,G}$] =",
"2",
"−",
"(",
"L",
"−",
"1)(",
"n",
"−",
"$^{1)}$, so that",
"S$_{G}$",
"= (",
"L",
"−",
"1)",
"log 2. As will be shown",
"below, the fermion part has the form",
"S$_{F}$",
"=",
"αL",
"+",
"o",
"(1),",
"where",
"α",
"is a positive constant and",
"o",
"(1)",
"represents terms",
"which vanish as",
"L",
"→",
"∞",
".",
"In the thermodynamic limit,",
"the total entanglement entropy is given by",
"S",
"= (",
"α",
"+ log 2)",
"L",
"−",
"log 2",
",",
"(6)",
"from which we conclude that the TEE is",
"S$_{topo}$",
"=",
"−",
"log 2.",
"Our derivation is valid for all phases of Kitaev model,",
"including the Abelian (",
"Z$_{2}$",
"gauge theory), non-Abelian",
"(Ising anyon) phases, and also gapless phases. Thus our",
"result directly proves that the TEE for the Abelian and",
"non-Abelian phases are identical, as expected from the",
"total quantum dimensions of their quasiparticles [30].",
"Despite its trivial contribution to TEE, the fermion",
"sector",
"S$_{F}$",
"is responsible for all the essential differences",
"between the Abelian and non-Abelian phase of Kitaev",
"model in their quantum entanglement properties.",
"The",
"EE of a free fermion system can be computed by the",
"method introduced in Ref.",
"[31].",
"To obtain an explicit",
"understanding to the fermion EE we consider a torus",
"a$_{1}$",
"b$_{1}$",
"a$_{2}$",
"b$_{2}$",
"a$_{2L}$",
"b$_{2L}$",
"A",
"B",
"a$_{3}$",
"b$_{3}$",
"b$_{2L-}$$_{1}$",
"a$_{2L-}$$_{1}$",
"b$_{4}$",
"a$_{4}$",
"FIG. 1: The schematic honeycomb lattice is bipartitioned into",
"two parts",
"A",
"and",
"B",
". The partition boundary (dashed line) cuts",
"the links",
"a",
"n",
"b",
"n",
",",
"n",
"= 1",
",",
"· · ·",
",",
"2",
"L",
". New",
"Z$_{2}$",
"gauge variables (see",
"text) ˆ",
"w",
"A,n",
"and ˆ",
"w",
"B,n",
"are introduced on the new (dotted) links",
"a$_{2}$",
"n$_{−}$",
"$_{1}$a$_{2}$",
"n",
"and",
"b$_{2}$",
"n$_{−}$",
"$_{1}$b$_{2}$",
"n",
",",
"n",
"= 1",
",",
"· · ·",
", L",
", respectively.",
"S",
"=",
"−",
"Tr$_{A}$",
"[",
"ρ$_{A}$",
"log",
"ρ$_{A}$",
"]",
"=",
"−",
"∂",
"∂n",
"Tr$_{A}$",
"[",
"ρ",
"n",
"A",
"]",
"∣",
"n",
"$_{=1}$.",
"(3)",
"The entanglement entropy can be obtained if we can com-",
"pute Tr$_{A}$ [",
"ρ",
"n",
"$_{A}$] for arbitrary positive integer",
"n",
"and then",
"extrapolate the result to",
"n",
"∈",
"R",
"."
]
| [
[
933,
37,
8,
12
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
530,
70,
410,
198
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
90,
70,
410,
244
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
592,
282,
348,
24
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
171,
326,
329,
44
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
313,
410,
167
],
[
530,
483,
410,
43
],
[
530,
483,
410,
43
],
[
530,
483,
410,
43
],
[
530,
483,
410,
43
],
[
530,
483,
410,
43
],
[
530,
483,
410,
43
],
[
530,
483,
410,
43
],
[
530,
483,
410,
43
],
[
530,
483,
410,
43
],
[
675,
542,
265,
12
],
[
675,
542,
265,
12
],
[
675,
542,
265,
12
],
[
675,
542,
265,
12
],
[
675,
542,
265,
12
],
[
675,
542,
265,
12
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
373,
410,
152
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
90,
528,
410,
90
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
530,
570,
410,
108
],
[
646,
694,
294,
22
],
[
646,
694,
294,
22
],
[
646,
694,
294,
22
],
[
646,
694,
294,
22
],
[
646,
694,
294,
22
],
[
646,
694,
294,
22
],
[
646,
694,
294,
22
],
[
646,
694,
294,
22
],
[
646,
694,
294,
22
],
[
530,
723,
410,
105
],
[
530,
723,
410,
105
],
[
530,
723,
410,
105
],
[
530,
723,
410,
105
],
[
530,
723,
410,
105
],
[
530,
723,
410,
105
],
[
530,
723,
410,
105
],
[
530,
723,
410,
105
],
[
530,
723,
410,
105
],
[
530,
723,
410,
105
],
[
530,
723,
410,
105
],
[
530,
723,
410,
105
],
[
530,
723,
410,
105
],
[
530,
831,
410,
105
],
[
530,
831,
410,
105
],
[
530,
831,
410,
105
],
[
530,
831,
410,
105
],
[
530,
831,
410,
105
],
[
530,
831,
410,
105
],
[
530,
831,
410,
105
],
[
530,
831,
410,
105
],
[
530,
831,
410,
105
],
[
530,
831,
410,
105
],
[
530,
831,
410,
105
],
[
530,
831,
410,
105
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
193,
735,
194,
113
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
90,
866,
410,
65
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
130,
630,
370,
46
],
[
90,
668,
410,
52
],
[
90,
668,
410,
52
],
[
90,
668,
410,
52
],
[
90,
668,
410,
52
],
[
90,
668,
410,
52
],
[
90,
668,
410,
52
],
[
90,
668,
410,
52
],
[
90,
668,
410,
52
],
[
90,
668,
410,
52
],
[
90,
668,
410,
52
],
[
90,
668,
410,
52
],
[
90,
668,
410,
52
]
]
| [
[
933,
37,
8,
12
],
[
547,
70,
73,
12
],
[
628,
70,
18,
12
],
[
648,
70,
293,
12
],
[
530,
86,
52,
12
],
[
590,
86,
12,
12
],
[
603,
86,
337,
12
],
[
530,
101,
410,
12
],
[
530,
117,
306,
12
],
[
845,
117,
12,
12
],
[
865,
117,
26,
12
],
[
899,
117,
12,
12
],
[
913,
117,
28,
12
],
[
530,
132,
410,
12
],
[
530,
147,
102,
12
],
[
637,
147,
18,
12
],
[
661,
147,
212,
12
],
[
878,
147,
12,
12
],
[
896,
147,
26,
12
],
[
927,
147,
12,
12
],
[
530,
163,
410,
12
],
[
530,
178,
323,
12
],
[
854,
178,
8,
12
],
[
863,
177,
8,
9
],
[
863,
178,
78,
12
],
[
530,
194,
410,
12
],
[
530,
209,
410,
12
],
[
530,
225,
284,
12
],
[
822,
225,
18,
12
],
[
848,
225,
51,
12
],
[
899,
225,
8,
12
],
[
908,
223,
8,
9
],
[
908,
231,
10,
9
],
[
926,
225,
14,
12
],
[
530,
240,
410,
12
],
[
530,
256,
109,
12
],
[
90,
70,
357,
12
],
[
462,
70,
37,
12
],
[
91,
86,
8,
12
],
[
90,
86,
9,
12
],
[
100,
84,
6,
9
],
[
100,
92,
10,
9
],
[
116,
86,
46,
12
],
[
153,
86,
19,
12
],
[
181,
86,
150,
12
],
[
338,
86,
7,
12
],
[
345,
86,
155,
12
],
[
90,
101,
19,
12
],
[
119,
101,
12,
12
],
[
139,
101,
12,
22
],
[
152,
101,
348,
12
],
[
90,
117,
96,
12
],
[
193,
117,
8,
12
],
[
208,
117,
267,
12
],
[
481,
117,
18,
12
],
[
90,
132,
410,
12
],
[
90,
147,
305,
12
],
[
400,
147,
18,
12
],
[
423,
147,
77,
12
],
[
90,
163,
70,
12
],
[
167,
163,
4,
22
],
[
172,
163,
9,
12
],
[
182,
163,
6,
22
],
[
195,
163,
305,
12
],
[
90,
178,
93,
12
],
[
190,
178,
4,
22
],
[
195,
178,
9,
12
],
[
205,
178,
6,
12
],
[
211,
178,
9,
12
],
[
221,
178,
6,
12
],
[
227,
178,
6,
22
],
[
234,
178,
4,
12
],
[
250,
178,
166,
12
],
[
423,
178,
9,
12
],
[
440,
178,
60,
12
],
[
90,
194,
410,
12
],
[
90,
209,
410,
12
],
[
90,
225,
306,
12
],
[
401,
225,
4,
22
],
[
406,
225,
9,
12
],
[
415,
225,
29,
22
],
[
445,
225,
9,
12
],
[
455,
225,
6,
12
],
[
461,
225,
9,
12
],
[
471,
225,
6,
12
],
[
477,
225,
6,
22
],
[
489,
225,
11,
12
],
[
90,
240,
212,
12
],
[
307,
240,
4,
22
],
[
311,
240,
9,
12
],
[
321,
240,
27,
22
],
[
349,
240,
5,
22
],
[
354,
240,
9,
12
],
[
364,
240,
6,
12
],
[
370,
240,
9,
12
],
[
380,
240,
11,
12
],
[
391,
240,
6,
22
],
[
402,
240,
32,
12
],
[
440,
240,
9,
12
],
[
449,
239,
3,
9
],
[
459,
240,
41,
12
],
[
90,
256,
94,
12
],
[
190,
256,
9,
12
],
[
200,
256,
301,
12
],
[
90,
271,
150,
12
],
[
248,
271,
18,
12
],
[
276,
271,
114,
12
],
[
405,
271,
95,
12
],
[
90,
287,
410,
12
],
[
90,
302,
312,
12
],
[
592,
284,
32,
12
],
[
625,
284,
8,
12
],
[
634,
282,
8,
9
],
[
634,
284,
79,
12
],
[
714,
284,
4,
12
],
[
718,
284,
8,
12
],
[
727,
282,
8,
9
],
[
727,
284,
29,
12
],
[
761,
284,
4,
22
],
[
769,
284,
46,
12
],
[
816,
284,
8,
12
],
[
825,
282,
8,
9
],
[
825,
284,
29,
12
],
[
854,
284,
4,
12
],
[
920,
284,
21,
12
],
[
171,
334,
4,
22
],
[
175,
334,
12,
12
],
[
188,
334,
6,
22
],
[
205,
334,
12,
12
],
[
252,
326,
8,
12
],
[
230,
334,
22,
22
],
[
252,
345,
10,
9
],
[
264,
345,
16,
9
],
[
287,
331,
24,
38
],
[
295,
352,
6,
9
],
[
313,
334,
20,
12
],
[
338,
334,
4,
22
],
[
342,
334,
9,
12
],
[
352,
334,
31,
22
],
[
383,
334,
9,
12
],
[
393,
334,
6,
12
],
[
400,
334,
9,
12
],
[
409,
334,
6,
12
],
[
416,
334,
6,
22
],
[
479,
334,
21,
12
],
[
530,
313,
163,
12
],
[
698,
313,
10,
12
],
[
708,
313,
45,
12
],
[
757,
313,
31,
12
],
[
795,
313,
50,
12
],
[
846,
313,
4,
22
],
[
851,
313,
9,
12
],
[
861,
313,
6,
12
],
[
867,
313,
9,
12
],
[
877,
313,
6,
12
],
[
883,
313,
15,
22
],
[
899,
313,
9,
12
],
[
909,
313,
6,
12
],
[
915,
313,
9,
12
],
[
925,
313,
6,
12
],
[
931,
313,
4,
22
],
[
936,
313,
4,
12
],
[
530,
328,
26,
12
],
[
564,
328,
33,
12
],
[
605,
328,
53,
12
],
[
658,
328,
4,
22
],
[
663,
328,
13,
12
],
[
676,
328,
6,
12
],
[
682,
328,
9,
12
],
[
692,
328,
6,
12
],
[
698,
328,
15,
22
],
[
714,
328,
13,
12
],
[
727,
328,
6,
12
],
[
734,
328,
9,
12
],
[
743,
328,
6,
12
],
[
750,
328,
4,
22
],
[
755,
328,
186,
12
],
[
530,
343,
324,
12
],
[
860,
343,
4,
22
],
[
865,
343,
9,
12
],
[
875,
343,
6,
12
],
[
881,
343,
9,
12
],
[
891,
343,
6,
12
],
[
897,
343,
6,
22
],
[
904,
343,
36,
12
],
[
530,
359,
48,
12
],
[
586,
359,
18,
12
],
[
612,
359,
329,
12
],
[
530,
374,
87,
12
],
[
626,
374,
18,
12
],
[
653,
374,
80,
12
],
[
741,
374,
4,
22
],
[
746,
374,
13,
12
],
[
759,
374,
6,
12
],
[
765,
374,
9,
12
],
[
775,
374,
6,
12
],
[
781,
374,
6,
22
],
[
796,
374,
145,
12
],
[
530,
390,
251,
12
],
[
782,
388,
10,
9
],
[
794,
388,
10,
9
],
[
804,
388,
6,
9
],
[
821,
390,
120,
12
],
[
530,
405,
77,
12
],
[
617,
405,
4,
22
],
[
623,
405,
8,
12
],
[
622,
405,
9,
12
],
[
631,
405,
6,
22
],
[
647,
405,
220,
12
],
[
878,
405,
4,
22
],
[
882,
405,
9,
12
],
[
892,
405,
6,
22
],
[
898,
405,
4,
12
],
[
913,
406,
22,
11
],
[
936,
405,
4,
12
],
[
530,
421,
4,
22
],
[
535,
421,
13,
12
],
[
548,
421,
6,
12
],
[
555,
421,
9,
12
],
[
564,
421,
6,
12
],
[
571,
421,
6,
22
],
[
586,
421,
29,
12
],
[
615,
419,
10,
9
],
[
626,
419,
5,
9
],
[
631,
419,
10,
9
],
[
643,
419,
10,
9
],
[
653,
419,
11,
9
],
[
665,
419,
6,
9
],
[
672,
419,
6,
9
],
[
682,
420,
17,
38
],
[
701,
428,
6,
9
],
[
700,
428,
7,
9
],
[
708,
428,
10,
9
],
[
718,
428,
7,
9
],
[
729,
421,
4,
22
],
[
735,
421,
8,
12
],
[
734,
421,
9,
12
],
[
744,
421,
6,
22
],
[
750,
421,
4,
12
],
[
769,
421,
172,
12
],
[
530,
436,
410,
12
],
[
530,
452,
71,
12
],
[
606,
452,
20,
12
],
[
631,
452,
211,
12
],
[
847,
452,
12,
12
],
[
864,
452,
76,
12
],
[
530,
467,
410,
12
],
[
547,
483,
393,
12
],
[
530,
498,
51,
12
],
[
588,
498,
10,
12
],
[
604,
498,
276,
12
],
[
887,
498,
20,
12
],
[
914,
498,
26,
12
],
[
530,
514,
91,
12
],
[
627,
514,
18,
12
],
[
654,
514,
74,
12
],
[
675,
542,
10,
12
],
[
691,
542,
12,
12
],
[
709,
542,
20,
12
],
[
734,
542,
12,
12
],
[
750,
542,
25,
12
],
[
920,
542,
21,
12
],
[
90,
373,
42,
12
],
[
138,
373,
13,
12
],
[
159,
373,
252,
12
],
[
418,
373,
7,
12
],
[
432,
373,
68,
12
],
[
90,
389,
169,
12
],
[
266,
389,
20,
12
],
[
294,
389,
12,
12
],
[
313,
388,
15,
38
],
[
329,
396,
4,
9
],
[
334,
396,
8,
9
],
[
343,
396,
6,
9
],
[
353,
389,
18,
12
],
[
373,
389,
87,
12
],
[
467,
389,
13,
12
],
[
487,
389,
12,
12
],
[
90,
404,
15,
38
],
[
106,
411,
4,
9
],
[
110,
404,
40,
12
],
[
157,
404,
32,
12
],
[
195,
404,
11,
22
],
[
213,
404,
256,
12
],
[
475,
404,
17,
38
],
[
493,
411,
6,
9
],
[
90,
420,
230,
12
],
[
324,
420,
7,
12
],
[
337,
420,
13,
12
],
[
355,
420,
11,
22
],
[
367,
420,
133,
12
],
[
90,
435,
233,
12
],
[
331,
435,
13,
12
],
[
348,
435,
4,
22
],
[
352,
435,
9,
12
],
[
362,
435,
33,
22
],
[
395,
435,
10,
12
],
[
406,
435,
6,
12
],
[
413,
435,
9,
12
],
[
423,
435,
6,
12
],
[
429,
435,
6,
22
],
[
442,
435,
12,
12
],
[
462,
435,
4,
22
],
[
467,
435,
9,
12
],
[
476,
435,
24,
22
],
[
90,
451,
4,
22
],
[
95,
451,
10,
12
],
[
106,
451,
6,
12
],
[
112,
451,
9,
12
],
[
122,
451,
6,
12
],
[
129,
451,
6,
22
],
[
142,
451,
144,
12
],
[
293,
451,
13,
12
],
[
314,
451,
12,
12
],
[
334,
451,
12,
22
],
[
347,
451,
7,
12
],
[
368,
451,
132,
12
],
[
90,
466,
300,
12
],
[
396,
466,
20,
12
],
[
422,
466,
12,
12
],
[
439,
466,
35,
12
],
[
468,
471,
6,
9
],
[
480,
466,
19,
12
],
[
90,
482,
134,
12
],
[
216,
482,
7,
12
],
[
232,
482,
12,
12
],
[
253,
482,
29,
22
],
[
287,
482,
7,
12
],
[
296,
482,
65,
12
],
[
368,
482,
20,
12
],
[
393,
482,
4,
22
],
[
397,
482,
9,
12
],
[
407,
482,
33,
22
],
[
441,
482,
9,
12
],
[
451,
482,
6,
12
],
[
457,
482,
9,
12
],
[
467,
482,
6,
12
],
[
473,
482,
6,
22
],
[
487,
482,
12,
12
],
[
90,
497,
20,
12
],
[
104,
502,
6,
9
],
[
111,
502,
10,
9
],
[
121,
502,
19,
9
],
[
141,
502,
6,
9
],
[
151,
497,
4,
22
],
[
156,
497,
9,
12
],
[
166,
497,
29,
22
],
[
195,
497,
9,
12
],
[
205,
497,
6,
12
],
[
211,
497,
9,
12
],
[
221,
497,
6,
12
],
[
227,
497,
6,
22
],
[
234,
497,
236,
12
],
[
471,
495,
10,
9
],
[
483,
495,
10,
9
],
[
493,
495,
6,
9
],
[
90,
513,
354,
12
],
[
107,
528,
393,
12
],
[
90,
543,
242,
12
],
[
343,
543,
12,
12
],
[
365,
543,
26,
12
],
[
402,
543,
12,
12
],
[
415,
543,
85,
12
],
[
90,
559,
51,
12
],
[
158,
559,
12,
12
],
[
189,
559,
127,
12
],
[
325,
559,
12,
12
],
[
347,
559,
26,
12
],
[
382,
559,
12,
12
],
[
405,
559,
95,
12
],
[
90,
575,
10,
12
],
[
106,
575,
12,
12
],
[
123,
575,
12,
22
],
[
136,
575,
35,
12
],
[
172,
575,
18,
12
],
[
194,
575,
21,
12
],
[
218,
575,
18,
12
],
[
238,
575,
57,
12
],
[
300,
575,
18,
12
],
[
324,
575,
44,
12
],
[
371,
575,
8,
12
],
[
384,
575,
44,
12
],
[
433,
575,
4,
22
],
[
438,
575,
12,
12
],
[
451,
575,
15,
22
],
[
466,
575,
12,
12
],
[
479,
575,
4,
22
],
[
489,
575,
11,
12
],
[
90,
590,
221,
12
],
[
318,
590,
12,
12
],
[
331,
590,
170,
12
],
[
90,
605,
141,
12
],
[
231,
606,
86,
11
],
[
317,
605,
179,
12
],
[
530,
570,
410,
12
],
[
530,
586,
354,
12
],
[
885,
586,
8,
12
],
[
893,
584,
8,
9
],
[
893,
586,
47,
12
],
[
530,
604,
8,
12
],
[
539,
602,
10,
9
],
[
549,
602,
5,
9
],
[
555,
602,
9,
9
],
[
564,
602,
10,
9
],
[
574,
602,
17,
9
],
[
591,
602,
8,
9
],
[
600,
602,
10,
9
],
[
610,
604,
70,
12
],
[
685,
604,
20,
12
],
[
711,
604,
24,
12
],
[
735,
604,
11,
12
],
[
747,
604,
12,
22
],
[
760,
604,
10,
12
],
[
782,
604,
158,
12
],
[
530,
619,
277,
12
],
[
815,
619,
18,
12
],
[
843,
619,
12,
12
],
[
863,
619,
21,
12
],
[
889,
619,
12,
12
],
[
907,
619,
8,
12
],
[
915,
619,
25,
12
],
[
530,
635,
42,
12
],
[
579,
635,
10,
12
],
[
595,
635,
186,
12
],
[
787,
635,
8,
12
],
[
795,
635,
18,
12
],
[
827,
635,
113,
12
],
[
530,
650,
116,
12
],
[
654,
650,
11,
12
],
[
672,
650,
16,
22
],
[
696,
650,
16,
22
],
[
713,
650,
4,
12
],
[
729,
650,
212,
12
],
[
530,
666,
310,
12
],
[
646,
694,
10,
12
],
[
662,
694,
23,
12
],
[
686,
694,
10,
12
],
[
700,
694,
56,
12
],
[
756,
694,
11,
12
],
[
771,
694,
12,
22
],
[
788,
694,
32,
12
],
[
821,
694,
4,
12
],
[
920,
694,
21,
12
],
[
530,
723,
292,
12
],
[
828,
723,
36,
12
],
[
870,
723,
12,
12
],
[
888,
723,
12,
22
],
[
904,
723,
37,
12
],
[
530,
738,
410,
12
],
[
530,
753,
177,
12
],
[
708,
753,
18,
12
],
[
735,
753,
205,
12
],
[
530,
769,
410,
12
],
[
530,
784,
410,
12
],
[
530,
800,
410,
12
],
[
530,
815,
389,
12
],
[
547,
831,
393,
12
],
[
530,
846,
42,
12
],
[
580,
846,
18,
12
],
[
609,
846,
332,
12
],
[
530,
862,
410,
12
],
[
530,
877,
368,
12
],
[
912,
877,
28,
12
],
[
530,
893,
410,
12
],
[
530,
908,
197,
12
],
[
741,
908,
30,
12
],
[
783,
908,
157,
12
],
[
530,
924,
410,
12
],
[
260,
779,
6,
4
],
[
260,
756,
6,
4
],
[
290,
779,
6,
4
],
[
289,
757,
6,
4
],
[
250,
784,
9,
4
],
[
221,
771,
9,
4
],
[
289,
789,
8,
6
],
[
290,
747,
7,
6
],
[
321,
779,
6,
4
],
[
319,
757,
6,
4
],
[
217,
804,
14,
4
],
[
250,
794,
14,
4
],
[
356,
773,
6,
4
],
[
331,
784,
6,
4
],
[
90,
866,
410,
11
],
[
90,
879,
61,
11
],
[
156,
879,
11,
11
],
[
171,
879,
24,
11
],
[
199,
879,
11,
11
],
[
212,
879,
288,
11
],
[
90,
893,
58,
11
],
[
155,
893,
8,
11
],
[
163,
897,
7,
7
],
[
171,
893,
6,
11
],
[
178,
897,
7,
7
],
[
187,
893,
4,
11
],
[
197,
893,
9,
11
],
[
212,
893,
25,
11
],
[
237,
893,
4,
11
],
[
244,
898,
17,
6
],
[
267,
893,
4,
11
],
[
274,
893,
7,
11
],
[
282,
893,
10,
11
],
[
292,
893,
43,
11
],
[
342,
893,
16,
11
],
[
365,
893,
135,
11
],
[
90,
906,
48,
11
],
[
127,
906,
11,
11
],
[
138,
911,
20,
7
],
[
164,
906,
40,
11
],
[
193,
906,
11,
11
],
[
204,
911,
21,
7
],
[
231,
906,
269,
11
],
[
90,
920,
14,
11
],
[
104,
924,
17,
7
],
[
121,
920,
21,
11
],
[
143,
924,
7,
7
],
[
156,
920,
24,
11
],
[
187,
920,
12,
11
],
[
199,
924,
17,
7
],
[
217,
920,
19,
11
],
[
236,
924,
7,
7
],
[
245,
920,
4,
11
],
[
254,
920,
9,
11
],
[
268,
920,
23,
11
],
[
292,
920,
4,
11
],
[
299,
925,
17,
6
],
[
322,
920,
17,
11
],
[
339,
920,
91,
11
],
[
130,
638,
10,
12
],
[
145,
638,
12,
12
],
[
163,
638,
12,
22
],
[
176,
638,
27,
12
],
[
204,
637,
6,
38
],
[
211,
638,
18,
12
],
[
233,
638,
21,
12
],
[
258,
638,
18,
12
],
[
277,
637,
6,
38
],
[
289,
638,
12,
12
],
[
306,
638,
12,
22
],
[
326,
630,
8,
12
],
[
321,
647,
19,
12
],
[
343,
638,
27,
12
],
[
371,
637,
6,
38
],
[
378,
638,
8,
12
],
[
387,
636,
8,
9
],
[
387,
644,
10,
9
],
[
398,
637,
6,
38
],
[
404,
633,
5,
38
],
[
410,
650,
8,
9
],
[
418,
638,
22,
12
],
[
479,
638,
21,
12
],
[
90,
668,
410,
12
],
[
90,
684,
75,
12
],
[
165,
684,
8,
12
],
[
174,
682,
8,
9
],
[
174,
684,
235,
12
],
[
417,
684,
10,
12
],
[
434,
684,
66,
12
],
[
90,
699,
178,
12
],
[
274,
699,
10,
12
],
[
288,
699,
11,
22
],
[
304,
700,
12,
11
],
[
316,
699,
4,
12
]
]
| [
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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,
9,
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,
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,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9
]
| 5227f28ade3f52370f117c3818546d57d54cbf4187bb4d8b42335e08188d0db4 | 1001.1165.pdf | 1 | 8 | 612 | 792 | 1,025 | 1,025 | arxiv_two_columns | scientific_articles |
14198 | [
"AIM",
"8/15/19 ",
"7/16/20 ",
"TBL 7",
"−",
"2",
"−",
"2",
"Lowest Flight Level Correction Factor",
"TBL 7",
"−",
"2",
"−",
"1",
"Lowest Usable Flight Level",
"Altimeter Setting",
"(Current Reported)",
"Lowest Usable Flight",
"Level",
"29.92",
"or higher",
"180",
"29.91",
"to 28.92",
"190",
"28.91",
"to 27.92",
"200",
"Altimeter Factor",
"Correction Factor",
"29.92",
"or higher",
"None",
"29.91",
"to 29.42",
"500 feet",
"29.41",
"to 28.92",
"1000 feet",
"28.91",
"to 28.42",
"1500 feet",
"28.41",
"to 27.92",
"2000 feet",
"27.91",
"to 27.42",
"2500 feet",
"EXAMPLE",
"−",
"The minimum safe altitude of a route is 19,000 feet MSL",
"and the altimeter setting is reported between 29.92 and",
"29.43",
"“Hg, the lowest usable flight level will be 195, which",
"is the flight level equivalent of 19,500 feet MSL (minimum",
"altitude (TBL 7",
"−",
"2",
"−",
"1)",
"plus 500 feet).",
"3.",
"When the minimum altitude per 14 CFR",
"Section 91.159 and 14 CFR Section 91.177 is above",
"18,000 feet MSL, the lowest usable flight level must",
"be the flight level equivalent of the minimum altitude",
"plus the number of feet specified in TBL 7",
"−",
"2",
"−",
"2.",
"ATC",
"will accomplish this calculation.",
"7",
"−",
"2",
"−",
"3",
"Barometric Altimeter Errors and Setting Procedures"
]
| [
[
883,
39,
32,
15
],
[
106,
38,
57,
16
],
[
106,
38,
57,
16
],
[
573,
92,
302,
28
],
[
573,
92,
302,
28
],
[
573,
92,
302,
28
],
[
573,
92,
302,
28
],
[
573,
92,
302,
28
],
[
573,
92,
302,
28
],
[
203,
92,
193,
27
],
[
203,
92,
193,
27
],
[
203,
92,
193,
27
],
[
203,
92,
193,
27
],
[
203,
92,
193,
27
],
[
203,
92,
193,
27
],
[
123,
154,
370,
104
],
[
123,
154,
370,
104
],
[
123,
154,
370,
104
],
[
123,
154,
370,
104
],
[
123,
154,
370,
104
],
[
123,
154,
370,
104
],
[
123,
154,
370,
104
],
[
123,
154,
370,
104
],
[
123,
154,
370,
104
],
[
123,
154,
370,
104
],
[
123,
154,
370,
104
],
[
123,
154,
370,
104
],
[
123,
154,
370,
104
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
547,
138,
371,
150
],
[
532,
301,
88,
15
],
[
532,
301,
88,
15
],
[
532,
320,
393,
71
],
[
532,
320,
393,
71
],
[
532,
320,
393,
71
],
[
532,
320,
393,
71
],
[
532,
320,
393,
71
],
[
532,
320,
393,
71
],
[
532,
320,
393,
71
],
[
532,
320,
393,
71
],
[
532,
320,
393,
71
],
[
532,
320,
393,
71
],
[
532,
320,
393,
71
],
[
108,
293,
384,
99
],
[
108,
293,
384,
99
],
[
108,
293,
384,
99
],
[
108,
293,
384,
99
],
[
108,
293,
384,
99
],
[
108,
293,
384,
99
],
[
108,
293,
384,
99
],
[
108,
293,
384,
99
],
[
108,
293,
384,
99
],
[
108,
293,
384,
99
],
[
108,
293,
384,
99
],
[
108,
293,
384,
99
],
[
874,
971,
42,
15
],
[
874,
971,
42,
15
],
[
874,
971,
42,
15
],
[
874,
971,
42,
15
],
[
874,
971,
42,
15
],
[
113,
969,
347,
15
]
]
| [
[
883,
39,
32,
15
],
[
108,
39,
55,
15
],
[
106,
38,
55,
15
],
[
693,
92,
34,
12
],
[
727,
92,
8,
12
],
[
735,
92,
6,
12
],
[
741,
92,
8,
12
],
[
749,
92,
6,
12
],
[
573,
109,
302,
12
],
[
269,
92,
34,
12
],
[
303,
92,
8,
12
],
[
311,
92,
6,
12
],
[
317,
92,
8,
12
],
[
325,
92,
6,
12
],
[
203,
108,
193,
11
],
[
148,
159,
135,
12
],
[
139,
176,
154,
12
],
[
317,
159,
165,
12
],
[
378,
176,
42,
12
],
[
160,
194,
41,
16
],
[
206,
194,
67,
16
],
[
386,
194,
27,
16
],
[
163,
215,
41,
16
],
[
209,
215,
60,
16
],
[
386,
215,
27,
16
],
[
163,
237,
41,
16
],
[
209,
237,
60,
16
],
[
386,
237,
27,
16
],
[
574,
143,
132,
12
],
[
753,
143,
142,
12
],
[
584,
161,
41,
16
],
[
630,
161,
67,
16
],
[
804,
161,
39,
16
],
[
587,
182,
41,
16
],
[
633,
182,
60,
16
],
[
794,
182,
59,
16
],
[
587,
203,
41,
16
],
[
633,
203,
60,
16
],
[
789,
203,
69,
16
],
[
587,
225,
41,
16
],
[
633,
225,
60,
16
],
[
789,
225,
69,
16
],
[
587,
246,
41,
16
],
[
633,
246,
60,
16
],
[
789,
246,
69,
16
],
[
587,
267,
41,
16
],
[
633,
267,
60,
16
],
[
787,
267,
73,
16
],
[
532,
301,
78,
15
],
[
610,
301,
10,
15
],
[
532,
320,
383,
11
],
[
532,
335,
383,
11
],
[
532,
350,
36,
11
],
[
573,
350,
352,
11
],
[
532,
365,
384,
11
],
[
532,
380,
101,
11
],
[
632,
377,
11,
15
],
[
642,
380,
8,
11
],
[
650,
377,
11,
15
],
[
660,
380,
13,
11
],
[
678,
380,
94,
11
],
[
141,
296,
13,
12
],
[
165,
293,
327,
16
],
[
108,
309,
384,
16
],
[
108,
326,
384,
16
],
[
108,
342,
384,
16
],
[
108,
358,
304,
16
],
[
412,
358,
10,
16
],
[
422,
358,
9,
16
],
[
430,
358,
10,
16
],
[
440,
358,
12,
16
],
[
457,
358,
34,
16
],
[
108,
375,
238,
16
],
[
874,
971,
8,
15
],
[
882,
971,
9,
15
],
[
891,
971,
8,
15
],
[
899,
971,
9,
15
],
[
908,
971,
8,
15
],
[
113,
969,
347,
15
]
]
| [
5,
5,
5,
0,
0,
0,
0,
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,
8,
8,
8,
8,
8,
8,
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,
4,
4,
4,
4,
4,
4
]
| 84fdc76b4c1a87565c6f2246a6749441a7f2ccab1608fa5b48d65523dedcfaa6 | aim_basic_w_chg_1_2_3_dtd_12-31-20.pdf | 548 | 775 | 612 | 792 | 1,025 | 1,025 | faa_regulations | laws_and_regulations |
14199 | [
"Graph theoretical concepts allow us to unravel the scale dependence of the modular struc-",
"ture of the NHCD. Graph theory [12] defines the distance between two nodes (also called",
"the chemical distance) as the number of links along the shortest path between the nodes",
"in the network. We use this notion to propose a community detection algorithm that iden-",
"tifies modules of size",
"ℓ",
"composed of highly connected cell types. The algorithm finds the",
"optimal tiling of the network with the smallest possible number of modules,",
"N$_{B}$",
", of size",
"ℓ",
"[13]",
"(each node is assigned to a module or box and all nodes in a module are at dis-",
"tance smaller than",
"ℓ",
"). This process results in an optimization problem which can be solved",
"using the box-covering algorithm explained in Fig.2a, Materials and Methods Section III",
"and reported in [29] as the Maximum Excluded Mass Burning algorithm (MEMB, the al-",
"gorithm can be downloaded from",
"http://lev.ccny.cuny.edu/",
"~",
"hmakse/soft_data.html",
").",
"The requirement of minimal number of modules to cover the network (",
"N$_{B}$",
") guarantees that",
"the partition of the network is such that each module contains the largest possible number",
"of nodes and links inside the module with the constraint that the modules cannot exceed",
"size",
"ℓ",
". This optimized tiling process gives rise to modules with the fewest number of links",
"connecting to other modules implying that the degree of modularity, defined by [10–12, 30]",
"is maximized. Here",
"L",
"in",
"i",
"and",
"L",
"out",
"i",
"represent the number of links that start in a given module",
"i",
"and end either within or outside",
"i",
", respectively. Large values of",
"M",
"(",
"L",
"out",
"i",
"→",
"0)",
"correspond",
"to a higher degree of modularity.",
"The value of the modularity of the network",
"M",
"varies",
"with",
"ℓ",
", so that we can detect the dependence of modularity on different length scales, or",
"equivalently how the modules themselves are organized into larger modules that enhance",
"the degree of modularity.",
"For a given",
"ℓ",
", we obtain the optimal coverage of the network with",
"N$_{B}$",
"modules (we use",
"the MEMB algorithm [29] explained in Fig. 2a and Materials and Methods). Analysis of",
"the modularity Eq. (1) in Fig. 3a reveals a monotonic increase of",
"M",
"(",
"ℓ",
") with a lack of a",
"characteristic value of",
"ℓ",
".",
"Indeed, the data can be approximately fitted with a power-law",
"functional form:",
"which is detected through the modularity exponent",
"d$_{M}$",
". We characterize the network using",
"different snapshots in time and we find that",
"d$_{M}$",
"≃",
"2",
".",
"0",
"is approximately constant over the",
"5",
"M",
"(",
"ℓ",
")",
"≡",
"1",
"N$_{B}$",
"N$_{B}$",
"∑",
"i",
"=1",
"L",
"in",
"i",
"L",
"out",
"i",
",",
"(1)",
"M",
"(",
"ℓ",
")",
"∼",
"ℓ",
"$^{d$_{M}$}$,",
"(2)"
]
| [
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
94,
780,
288
],
[
120,
392,
780,
123
],
[
120,
392,
780,
123
],
[
120,
392,
780,
123
],
[
120,
392,
780,
123
],
[
120,
392,
780,
123
],
[
120,
392,
780,
123
],
[
120,
392,
780,
123
],
[
120,
392,
780,
123
],
[
120,
392,
780,
123
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
581,
780,
151
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
745,
780,
123
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
496,
978,
9,
15
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
418,
526,
483,
47
],
[
456,
880,
445,
15
],
[
456,
880,
445,
15
],
[
456,
880,
445,
15
],
[
456,
880,
445,
15
],
[
456,
880,
445,
15
],
[
456,
880,
445,
15
],
[
456,
880,
445,
15
],
[
456,
880,
445,
15
]
]
| [
[
145,
94,
755,
15
],
[
120,
121,
780,
15
],
[
120,
148,
780,
15
],
[
120,
175,
780,
15
],
[
120,
202,
180,
15
],
[
309,
203,
8,
14
],
[
325,
202,
576,
15
],
[
120,
229,
673,
15
],
[
803,
230,
26,
14
],
[
831,
229,
69,
15
],
[
120,
257,
8,
14
],
[
137,
256,
24,
15
],
[
177,
256,
723,
15
],
[
120,
283,
158,
15
],
[
285,
284,
8,
14
],
[
294,
283,
607,
15
],
[
120,
311,
780,
15
],
[
120,
338,
780,
15
],
[
120,
365,
278,
15
],
[
404,
366,
256,
14
],
[
660,
369,
10,
14
],
[
672,
366,
215,
14
],
[
888,
365,
13,
15
],
[
120,
392,
605,
15
],
[
726,
393,
26,
14
],
[
754,
392,
147,
15
],
[
120,
419,
780,
15
],
[
120,
446,
780,
15
],
[
120,
473,
30,
15
],
[
158,
474,
8,
14
],
[
166,
473,
734,
15
],
[
120,
500,
780,
15
],
[
120,
582,
165,
15
],
[
292,
583,
13,
14
],
[
305,
581,
11,
7
],
[
305,
590,
4,
9
],
[
324,
582,
31,
15
],
[
362,
583,
13,
14
],
[
375,
581,
20,
7
],
[
375,
590,
4,
9
],
[
403,
582,
498,
15
],
[
120,
610,
6,
14
],
[
133,
609,
275,
15
],
[
415,
610,
6,
14
],
[
421,
609,
252,
15
],
[
680,
609,
24,
15
],
[
711,
609,
7,
15
],
[
718,
610,
13,
14
],
[
731,
608,
20,
7
],
[
731,
617,
4,
9
],
[
758,
609,
20,
15
],
[
784,
609,
15,
15
],
[
818,
609,
83,
15
],
[
120,
636,
291,
15
],
[
426,
636,
385,
15
],
[
820,
636,
24,
15
],
[
852,
636,
48,
15
],
[
120,
663,
38,
15
],
[
166,
664,
8,
14
],
[
174,
663,
726,
15
],
[
120,
690,
780,
15
],
[
120,
718,
215,
15
],
[
145,
745,
96,
15
],
[
249,
745,
8,
14
],
[
258,
745,
459,
15
],
[
724,
745,
26,
14
],
[
759,
745,
141,
15
],
[
120,
772,
780,
15
],
[
120,
799,
579,
15
],
[
708,
799,
24,
15
],
[
732,
799,
7,
15
],
[
739,
799,
8,
14
],
[
748,
799,
153,
15
],
[
120,
826,
190,
15
],
[
319,
826,
8,
14
],
[
327,
826,
5,
15
],
[
346,
826,
554,
15
],
[
120,
853,
137,
15
],
[
120,
912,
439,
15
],
[
566,
913,
23,
14
],
[
592,
912,
308,
15
],
[
120,
939,
383,
15
],
[
511,
940,
23,
14
],
[
545,
939,
15,
15
],
[
567,
939,
9,
15
],
[
577,
940,
5,
14
],
[
583,
939,
8,
15
],
[
608,
939,
293,
15
],
[
496,
978,
9,
15
],
[
418,
541,
24,
15
],
[
442,
541,
7,
15
],
[
449,
542,
8,
14
],
[
458,
541,
7,
15
],
[
471,
541,
15,
15
],
[
503,
531,
9,
15
],
[
494,
553,
26,
14
],
[
531,
526,
20,
9
],
[
527,
528,
28,
32
],
[
530,
563,
4,
9
],
[
535,
564,
18,
7
],
[
566,
531,
13,
14
],
[
579,
530,
11,
7
],
[
579,
539,
4,
9
],
[
561,
553,
13,
14
],
[
575,
551,
20,
7
],
[
575,
560,
4,
9
],
[
598,
542,
5,
14
],
[
876,
541,
25,
15
],
[
456,
880,
24,
15
],
[
480,
880,
7,
15
],
[
487,
881,
8,
14
],
[
496,
880,
7,
15
],
[
509,
880,
15,
15
],
[
530,
881,
8,
14
],
[
538,
881,
27,
14
],
[
876,
880,
25,
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,
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
]
| ade4426c31c9d8e6d0e78ec541a2b04d329610017239baf5875e7fe983b56c30 | 1001.5292.pdf | 4 | 32 | 612 | 792 | 1,025 | 1,025 | arxiv_mediumspaced | scientific_articles |
14200 | [
"sliding speed from",
"the beginning",
"reference",
"peak to the signal peak,",
"v2",
"is the",
"average sliding speed from the signal peak to the ending reference peak,",
"T1",
"and",
"T2",
"are the time duration. The dashed lines in the figure denote the range of the",
"generated",
"signal peak for correct",
"recognition.",
"For 100,",
"T1",
"should be less than",
"3/8",
"of the",
"entire",
"time",
"duration",
"between",
"the",
"two",
"reference",
"peaks.",
"After",
"the",
"calculation,",
"the relationship",
"of",
"vl",
"and",
"v2",
"can be achieved, i.e.,",
"v2",
"<",
"9/5 •",
"vl .",
"For 010,",
"T1",
"should locate in between 3/8 and 5/8 of the entire time duration,",
"thus 3/5 •",
"vl",
"< v2 <",
"5/3 •",
"vl .",
"Similarly,",
"for 001,",
"T1",
"should be larger than 5/8",
"of the entire time",
"duration,",
"thus",
"v2",
">",
"5/9 •",
"vl .",
"In summary,",
"the variation",
"of",
"sliding speed should satisfy the condition of 3/5 •",
"vl",
"< v2 <",
"5/3 •",
"vl .",
"I",
"n the case of 4 peaks, the ideal signal (110)",
"with constant speed is shown in",
"Figure 36(b).",
"For 110, to achieve correct",
"recognition,",
"first",
"T3",
"should be larger",
"than",
"both",
"T1",
"and",
"2, and then",
"it should be also larger 3/8 of the entire time",
"duration. Thus the following conditions can be achieved, i.e.,",
"v3",
"< 2 • vl, v3 < 2",
"•",
"v2,",
"and",
"v3",
"< 10/3",
"•",
"vl",
"•",
"v2/(vl +v2).",
"Similarly,",
"the conditions",
"for 101 and",
"Oil",
"can",
"also",
"be achieved,",
"v2",
"<",
"2",
"•",
"vl,",
"v2",
"<",
"2",
"•",
"v3,",
"v2",
"<",
"10/3",
"•",
"vl",
"•",
"v3/(vl +v3),",
"and",
"vl",
"< 2",
"•",
"v2, vl",
"< 2 • v3, vl",
"<",
"10/3 •",
"v2",
"• v3/(v2+v3).",
"I",
"n",
"other",
"words, the average sliding speed across the virtual",
"electrode",
"should be",
"less than a certain value in order to achieve correct recognition.",
"If we consider",
"vl",
"= v2,",
"then",
"v3",
"<",
"5/3 •",
"vl .",
"That is, the variation",
"of sliding speed should be",
"less than 166.7% of the original speed.",
"Therefore, by considering all the scenarios and conditions, the variation of sliding",
"speed should within the range from 60% to 166.7%,",
"in order to achieve correct",
"recognition. That is, the 0/1-coding",
"control interface has a variation tolerance in",
"sliding speed of at least –40%.",
"Many modifications will be apparent to those skilled in the art without",
"departing",
"from the scope of the present invention.",
"For example, any of the sensors 200,",
"500,",
"1100,",
"1200,",
"1300,",
"1600 may be connected to the detection",
"unit",
"32",
"of",
"Figure 3 in place of the",
"2D sensor",
"10",
"and/or",
"the",
"I",
"D sensor",
"12,",
"in order",
"to",
"provide a triboelectric",
"control system.",
"In such variations,",
"an on-board processor",
"of detection unit 32 and/or computing device 34 may be programmed to analyse"
]
| [
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
106,
779,
233
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
374,
780,
257
],
[
124,
667,
776,
86
],
[
124,
667,
776,
86
],
[
124,
667,
776,
86
],
[
124,
667,
776,
86
],
[
124,
667,
776,
86
],
[
124,
667,
776,
86
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
],
[
124,
789,
777,
135
]
]
| [
[
124,
106,
177,
13
],
[
316,
106,
130,
13
],
[
460,
106,
86,
13
],
[
561,
106,
240,
13
],
[
814,
106,
21,
13
],
[
847,
107,
51,
11
],
[
124,
130,
702,
13
],
[
837,
132,
20,
10
],
[
866,
130,
33,
13
],
[
125,
156,
20,
12
],
[
156,
155,
743,
13
],
[
124,
179,
91,
13
],
[
230,
179,
217,
13
],
[
462,
179,
105,
13
],
[
585,
179,
79,
12
],
[
677,
181,
20,
10
],
[
709,
179,
189,
13
],
[
125,
204,
28,
13
],
[
169,
204,
58,
13
],
[
242,
204,
51,
13
],
[
309,
204,
38,
13
],
[
364,
204,
73,
13
],
[
456,
204,
77,
13
],
[
547,
204,
28,
13
],
[
590,
204,
31,
13
],
[
638,
204,
86,
13
],
[
740,
204,
59,
13
],
[
813,
204,
43,
13
],
[
871,
204,
28,
13
],
[
124,
228,
102,
13
],
[
241,
228,
145,
13
],
[
400,
228,
16,
13
],
[
428,
226,
16,
15
],
[
459,
228,
33,
13
],
[
504,
228,
21,
13
],
[
535,
228,
207,
12
],
[
756,
228,
23,
13
],
[
791,
228,
11,
13
],
[
812,
228,
48,
13
],
[
873,
226,
30,
15
],
[
126,
253,
78,
13
],
[
217,
254,
20,
10
],
[
250,
252,
645,
13
],
[
124,
276,
98,
13
],
[
233,
275,
16,
15
],
[
265,
275,
68,
15
],
[
343,
276,
47,
13
],
[
401,
275,
30,
15
],
[
439,
276,
82,
13
],
[
536,
276,
74,
13
],
[
622,
278,
20,
10
],
[
653,
276,
244,
13
],
[
124,
301,
170,
13
],
[
309,
301,
79,
13
],
[
404,
301,
38,
13
],
[
456,
301,
23,
13
],
[
492,
301,
11,
13
],
[
514,
301,
49,
13
],
[
576,
299,
30,
15
],
[
616,
301,
118,
13
],
[
750,
301,
117,
13
],
[
884,
301,
16,
13
],
[
124,
325,
470,
13
],
[
605,
324,
16,
15
],
[
636,
324,
65,
15
],
[
709,
325,
46,
13
],
[
766,
324,
30,
15
],
[
125,
374,
9,
13
],
[
144,
374,
427,
13
],
[
585,
374,
315,
13
],
[
126,
399,
121,
13
],
[
263,
399,
263,
13
],
[
541,
399,
105,
13
],
[
662,
399,
32,
13
],
[
710,
400,
20,
12
],
[
742,
399,
157,
13
],
[
124,
423,
39,
13
],
[
178,
423,
39,
13
],
[
230,
425,
20,
10
],
[
262,
424,
33,
12
],
[
318,
423,
112,
13
],
[
445,
423,
452,
13
],
[
124,
448,
578,
13
],
[
714,
448,
20,
13
],
[
744,
448,
160,
13
],
[
125,
472,
23,
13
],
[
145,
472,
27,
13
],
[
184,
472,
33,
12
],
[
229,
472,
21,
13
],
[
263,
472,
64,
13
],
[
341,
472,
7,
13
],
[
361,
470,
16,
15
],
[
394,
470,
9,
15
],
[
413,
470,
114,
15
],
[
541,
472,
82,
13
],
[
639,
472,
132,
13
],
[
785,
472,
114,
13
],
[
125,
496,
24,
13
],
[
173,
497,
31,
12
],
[
218,
496,
36,
13
],
[
269,
497,
121,
12
],
[
408,
496,
21,
13
],
[
444,
496,
11,
13
],
[
471,
496,
10,
13
],
[
492,
496,
10,
13
],
[
518,
494,
23,
15
],
[
561,
496,
21,
13
],
[
597,
494,
13,
15
],
[
624,
496,
10,
13
],
[
645,
496,
10,
13
],
[
671,
496,
27,
13
],
[
714,
496,
21,
13
],
[
750,
494,
13,
15
],
[
778,
496,
39,
13
],
[
834,
496,
7,
13
],
[
857,
494,
16,
15
],
[
893,
496,
7,
13
],
[
125,
519,
115,
15
],
[
252,
521,
33,
12
],
[
297,
519,
16,
15
],
[
330,
519,
37,
15
],
[
376,
521,
7,
13
],
[
395,
521,
55,
13
],
[
468,
519,
120,
15
],
[
606,
519,
13,
15
],
[
630,
521,
60,
13
],
[
703,
521,
20,
13
],
[
734,
521,
135,
13
],
[
882,
521,
6,
13
],
[
896,
521,
6,
13
],
[
124,
545,
46,
13
],
[
186,
545,
505,
13
],
[
707,
545,
83,
13
],
[
806,
545,
94,
13
],
[
125,
570,
623,
12
],
[
764,
569,
135,
13
],
[
125,
592,
16,
15
],
[
158,
592,
51,
15
],
[
220,
594,
39,
13
],
[
273,
594,
23,
13
],
[
308,
594,
11,
13
],
[
330,
594,
48,
13
],
[
391,
592,
30,
15
],
[
429,
594,
200,
13
],
[
644,
594,
256,
13
],
[
125,
619,
373,
12
],
[
124,
667,
775,
13
],
[
124,
692,
507,
13
],
[
647,
693,
251,
11
],
[
125,
716,
333,
13
],
[
474,
716,
426,
13
],
[
124,
741,
291,
13
],
[
126,
790,
671,
13
],
[
811,
789,
85,
13
],
[
124,
814,
388,
13
],
[
537,
814,
362,
12
],
[
125,
838,
39,
13
],
[
180,
838,
51,
13
],
[
246,
838,
51,
13
],
[
312,
838,
51,
13
],
[
379,
838,
406,
13
],
[
802,
838,
32,
13
],
[
850,
839,
20,
12
],
[
880,
839,
20,
12
],
[
126,
863,
237,
13
],
[
378,
863,
98,
12
],
[
491,
863,
20,
12
],
[
521,
863,
60,
12
],
[
598,
862,
28,
13
],
[
642,
862,
9,
13
],
[
661,
862,
77,
13
],
[
753,
863,
27,
12
],
[
794,
864,
74,
11
],
[
883,
862,
19,
13
],
[
125,
887,
198,
13
],
[
340,
887,
143,
13
],
[
502,
887,
169,
13
],
[
686,
888,
214,
12
],
[
124,
912,
775,
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9
]
| 651f6aef9a3022f45943b863a58ee5ffffc6e513e02edf3268e52edad7545bc3 | WO2020081007A1.pdf | 46 | 90 | 595 | 842 | 1,025 | 1,025 | patents_wp | patents |
14201 | [
"Automatic flight control system (AFCS). ",
"The full system ",
"of automatic flight control that includes the autopilot, flight ",
"director, horizontal situation indicator, air data sensors, and ",
"other avionics inputs.",
"Backup ring.",
" A flat leather or Teflon ring installed in the ",
"groove in which an O-ring or T-seal is placed. The backup ",
"ring is on the side of the seal away from the pressure, and it ",
"prevents the pressure extruding the seal between the piston ",
"and the cylinder wall.",
"Balance cable.",
" A cable in the aileron system of an airplane ",
"that connects to one side of each aileron. When the control ",
"wheel is rotated, a cable from the cockpit pulls one aileron ",
"down and relaxes the cable going to the other aileron. The ",
"balance cable pulls the other aileron up.",
"Automatic pilot (autopilot). ",
"An automatic flight control ",
"device that controls an aircraft about one or more of its three ",
"axes. The primary purpose of an autopilot is to relieve the ",
"pilot of the control of the aircraft during long periods of flight.",
"Autosyn system. ",
"A synchro system used in remote indicating ",
"instruments. The rotors in an Autosyn system are two-pole ",
"electromagnets, and the stators are delta-connected, three-phase, ",
"distributed-pole windings in the stator housings. The rotors in ",
"the transmitters and indicators are connected in parallel and ",
"are excited with 26-volt, 400-Hz AC. The rotor in the indicator ",
"follows the movement of the rotor in the transmitter.",
"Balance panel.",
" A flat panel hinged to the leading edge of ",
"some ailerons that produces a force which assists the pilot ",
"in holding the ailerons deflected. The balance panel divides ",
"a chamber ahead of the aileron in such a way that when the ",
"aileron is deflected downward, for example, air flowing ",
"over its top surface produces a low pressure that acts on the ",
"balance panel and causes it to apply an upward force to the ",
"aileron leading edge.",
"Auxiliary power unit (APU).",
" A small turbine or reciprocating ",
"engine that drives a generator, hydraulic pump, and air pump. ",
"The APU is installed in the aircraft and is used to supply ",
"electrical power, compressed air, and hydraulic pressure ",
"when the main engines are not running.",
"Balance tab.",
" An adjustable tab mounted on the trailing edge ",
"of a control surface to produce a force that aids the pilot in ",
"moving the surface. The tab is automatically actuated in such ",
"a way it moves in the direction opposite to the direction the ",
"control surface on which it is mounted moves.",
"Aviation snips.",
" Compound-action hand shears used for ",
"cutting sheet metal. Aviation snips come in sets of three. One ",
"pair cuts to the left, one pair cuts to the right, and the third ",
"pair of snips cuts straight.",
"Balanced actuator.",
" A linear hydraulic or pneumatic actuator ",
"that has the same area on each side of the piston.",
"Banana oil.",
" Nitrocellulose dissolved in amyl acetate, so ",
"named because it smells like bananas.",
"Aviator’s oxygen.",
" Oxygen that has had almost all of the ",
"water and water vapor removed from it.",
"Avionics.",
" The branch of technology that deals with the ",
"design, production, installation, use, and servicing of ",
"electronic equipment mounted in aircraft.",
"Bank (verb).",
" The act of rotating an aircraft about its ",
"longitudinal axis.",
"Azimuth.",
" A horizontal angular distance, measured clockwise ",
"from a fixed reference direction to an object.",
"Barometric scale.",
" A small window in the dial of a sensitive ",
"altimeter in which the pilot sets the barometric pressure level ",
"from which the altitude shown on the altimeter is measured. ",
"This window is sometimes called the “Kollsman” window.",
"base. The electrode of a bipolar transistor between the emitter ",
"and the collector. Varying a small flow of electrons moving ",
"into or out of the base controls a much larger flow of electron ",
"between the emitter and the collector.",
"Back course.",
" The reciprocal of the localizer course for an ",
"ILS (Instrument Landing System). When flying a back-course ",
"approach, the aircraft approaches the instrument runway from ",
"the end on which the localizer antennas are installed.",
"Backhand welding.",
" Welding in which the torch is pointed ",
"away from the direction the weld is progressing.",
"Backplate (brake component).",
" A floating plate on which the ",
"wheel cylinder and the brake shoes attach on an energizing-",
"type brake.",
"Base.",
" The electrode of a bipolar transistor between the emitter ",
"and the collector. Varying a small flow of electrons moving ",
"into or out of the base controls a much larger flow of electrons ",
"between the emitter and the collector.",
"Bead (tire component).",
" The high-strength carbon-steel wire ",
"bundles that give an aircraft tire its strength and stiffness ",
"where it mounts on the wheel.",
" G-4"
]
| [
[
62,
56,
413,
65
],
[
62,
56,
413,
65
],
[
62,
56,
413,
65
],
[
62,
56,
413,
65
],
[
62,
56,
413,
65
],
[
491,
56,
414,
81
],
[
491,
56,
414,
81
],
[
491,
56,
414,
81
],
[
491,
56,
414,
81
],
[
491,
56,
414,
81
],
[
491,
56,
414,
81
],
[
491,
155,
414,
81
],
[
491,
155,
414,
81
],
[
491,
155,
414,
81
],
[
491,
155,
414,
81
],
[
491,
155,
414,
81
],
[
491,
155,
414,
81
],
[
62,
139,
415,
65
],
[
62,
139,
415,
65
],
[
62,
139,
415,
65
],
[
62,
139,
415,
65
],
[
62,
139,
415,
65
],
[
62,
221,
414,
114
],
[
62,
221,
414,
114
],
[
62,
221,
414,
114
],
[
62,
221,
414,
114
],
[
62,
221,
414,
114
],
[
62,
221,
414,
114
],
[
62,
221,
414,
114
],
[
62,
221,
414,
114
],
[
491,
254,
415,
131
],
[
491,
254,
415,
131
],
[
491,
254,
415,
131
],
[
491,
254,
415,
131
],
[
491,
254,
415,
131
],
[
491,
254,
415,
131
],
[
491,
254,
415,
131
],
[
491,
254,
415,
131
],
[
491,
254,
415,
131
],
[
62,
354,
415,
81
],
[
62,
354,
415,
81
],
[
62,
354,
415,
81
],
[
62,
354,
415,
81
],
[
62,
354,
415,
81
],
[
62,
354,
415,
81
],
[
491,
403,
413,
81
],
[
491,
403,
413,
81
],
[
491,
403,
413,
81
],
[
491,
403,
413,
81
],
[
491,
403,
413,
81
],
[
491,
403,
413,
81
],
[
62,
453,
415,
65
],
[
62,
453,
415,
65
],
[
62,
453,
415,
65
],
[
62,
453,
415,
65
],
[
62,
453,
415,
65
],
[
491,
503,
412,
32
],
[
491,
503,
412,
32
],
[
491,
503,
412,
32
],
[
491,
552,
415,
32
],
[
491,
552,
415,
32
],
[
491,
552,
415,
32
],
[
62,
536,
415,
32
],
[
62,
536,
415,
32
],
[
62,
536,
415,
32
],
[
62,
586,
415,
48
],
[
62,
586,
415,
48
],
[
62,
586,
415,
48
],
[
62,
586,
415,
48
],
[
491,
602,
416,
32
],
[
491,
602,
416,
32
],
[
491,
602,
416,
32
],
[
62,
652,
412,
32
],
[
62,
652,
412,
32
],
[
62,
652,
412,
32
],
[
491,
652,
412,
131
],
[
491,
652,
412,
131
],
[
491,
652,
412,
131
],
[
491,
652,
412,
131
],
[
491,
652,
412,
131
],
[
491,
652,
412,
131
],
[
491,
652,
412,
131
],
[
491,
652,
412,
131
],
[
491,
652,
412,
131
],
[
62,
701,
414,
65
],
[
62,
701,
414,
65
],
[
62,
701,
414,
65
],
[
62,
701,
414,
65
],
[
62,
701,
414,
65
],
[
62,
784,
413,
32
],
[
62,
784,
413,
32
],
[
62,
784,
413,
32
],
[
62,
834,
412,
48
],
[
62,
834,
412,
48
],
[
62,
834,
412,
48
],
[
62,
834,
412,
48
],
[
491,
801,
412,
65
],
[
491,
801,
412,
65
],
[
491,
801,
412,
65
],
[
491,
801,
412,
65
],
[
491,
801,
412,
65
],
[
491,
884,
415,
48
],
[
491,
884,
415,
48
],
[
491,
884,
415,
48
],
[
491,
884,
415,
48
],
[
62,
964,
28,
16
]
]
| [
[
62,
56,
301,
15
],
[
363,
56,
111,
15
],
[
62,
73,
413,
15
],
[
62,
89,
413,
15
],
[
62,
106,
148,
15
],
[
491,
56,
96,
15
],
[
588,
56,
317,
15
],
[
491,
73,
413,
15
],
[
491,
89,
413,
15
],
[
491,
106,
413,
15
],
[
491,
122,
149,
15
],
[
491,
155,
105,
15
],
[
597,
156,
307,
15
],
[
491,
172,
413,
15
],
[
491,
189,
413,
15
],
[
491,
205,
414,
15
],
[
491,
222,
274,
15
],
[
62,
139,
213,
15
],
[
275,
139,
202,
15
],
[
62,
156,
412,
15
],
[
62,
172,
414,
15
],
[
62,
189,
408,
15
],
[
62,
221,
119,
15
],
[
181,
222,
293,
15
],
[
62,
238,
414,
15
],
[
62,
255,
411,
15
],
[
62,
271,
412,
15
],
[
62,
288,
414,
15
],
[
62,
304,
412,
15
],
[
62,
321,
349,
15
],
[
491,
254,
108,
15
],
[
600,
255,
305,
15
],
[
491,
271,
414,
15
],
[
491,
288,
413,
15
],
[
491,
304,
413,
15
],
[
491,
321,
415,
15
],
[
491,
338,
413,
15
],
[
491,
354,
413,
15
],
[
491,
371,
144,
15
],
[
62,
354,
198,
15
],
[
260,
354,
212,
15
],
[
62,
371,
411,
15
],
[
62,
387,
414,
15
],
[
62,
404,
415,
15
],
[
62,
420,
272,
15
],
[
491,
403,
89,
15
],
[
581,
404,
322,
15
],
[
491,
420,
413,
15
],
[
491,
437,
412,
15
],
[
491,
453,
413,
15
],
[
491,
470,
319,
15
],
[
62,
453,
115,
15
],
[
177,
453,
300,
15
],
[
62,
470,
411,
15
],
[
62,
487,
413,
15
],
[
62,
503,
177,
15
],
[
491,
503,
135,
15
],
[
627,
503,
276,
15
],
[
491,
520,
335,
15
],
[
491,
552,
86,
15
],
[
578,
553,
328,
15
],
[
491,
569,
261,
15
],
[
62,
536,
131,
15
],
[
193,
536,
283,
15
],
[
62,
553,
274,
15
],
[
62,
586,
69,
15
],
[
131,
586,
346,
15
],
[
62,
602,
415,
15
],
[
62,
619,
286,
15
],
[
491,
602,
101,
15
],
[
592,
602,
315,
15
],
[
491,
619,
119,
15
],
[
62,
652,
67,
15
],
[
129,
652,
344,
15
],
[
62,
669,
308,
15
],
[
491,
652,
127,
15
],
[
619,
652,
284,
15
],
[
491,
669,
412,
15
],
[
491,
685,
412,
15
],
[
491,
702,
406,
15
],
[
491,
718,
412,
15
],
[
491,
735,
412,
15
],
[
491,
751,
412,
15
],
[
491,
768,
259,
15
],
[
62,
701,
94,
15
],
[
156,
702,
319,
15
],
[
62,
718,
412,
15
],
[
62,
735,
411,
15
],
[
62,
751,
364,
15
],
[
62,
784,
141,
15
],
[
203,
785,
272,
15
],
[
62,
801,
333,
15
],
[
62,
834,
215,
15
],
[
277,
834,
196,
15
],
[
62,
851,
408,
15
],
[
62,
867,
76,
15
],
[
491,
801,
37,
15
],
[
529,
801,
374,
15
],
[
491,
818,
412,
15
],
[
491,
834,
411,
15
],
[
491,
851,
259,
15
],
[
491,
884,
165,
15
],
[
656,
884,
246,
15
],
[
491,
900,
415,
15
],
[
491,
917,
208,
15
],
[
62,
964,
28,
16
]
]
| [
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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
]
| 664e4a345a9d0b2cb222c844809161bcbf0aa974695e25a34733b4ffd5e85da8 | amt_airframe_hb_vol_2.pdf | 517 | 564 | 594 | 774 | 1,025 | 1,025 | faa_regulations | laws_and_regulations |
14202 | [
"mysqld_multi — Manage Multiple MySQL Servers",
"The password of the MySQL account to use when invoking ",
"mysqladmin",
". Note that the password value",
"is not optional for this option, unlike for other MySQL programs.",
"Connect to each MySQL server through the TCP/IP port instead of the Unix socket file. (If a socket file",
"is missing, the server might still be running, but accessible only through the TCP/IP port.) By default,",
"connections are made using the Unix socket file. This option affects ",
"stop",
" and ",
"report",
" operations.",
"Silent mode; disable warnings.",
"The user name of the MySQL account to use when invoking ",
"mysqladmin",
".",
"Be more verbose.",
"Display version information and exit.",
"Some notes about ",
"mysqld_multi",
":",
"Make sure that the data directory for each server is fully accessible to the Unix",
"account that the specific ",
"mysqld",
" process is started as. ",
"Do not",
" use the Unix ",
"root",
"account for this, unless you ",
"know",
" what you are doing. See Section 6.1.5, “How to",
"Run MySQL as a Normal User”",
".",
"See Section 6.2, “Access Control and Account Management”",
". You have to do this for each ",
"mysqld",
"server. Change the connection parameters appropriately when connecting to each one. Note that the",
"host name part of the account name must permit you to connect as ",
"multi_admin",
" from the host where",
"you want to run ",
"mysqld_multi",
".",
"393",
"•",
"--silent",
"•",
"--tcp-ip",
"•",
"--user=",
"user_name",
"•",
"--verbose",
"•",
"--version",
"•",
"Most important",
": Before using ",
"mysqld_multi",
" be sure that you understand the meanings of the options",
"that are passed to the ",
"mysqld",
" servers and ",
"why",
" you would want to have separate ",
"mysqld",
" processes.",
"Beware of the dangers of using multiple ",
"mysqld",
" servers with the same data directory. Use separate",
"data directories, unless you ",
"know",
" what you are doing. Starting multiple servers with the same data",
"directory does ",
"not",
" give you extra performance in a threaded system. See Section 5.8, “Running Multiple",
"MySQL Instances on One Machine”",
".",
"•Make sure that the MySQL account used for stopping the ",
"mysqld",
" servers (with the ",
"mysqladmin",
"program) has the same user name and password for each server. Also, make sure that the account",
"has the ",
"SHUTDOWN",
" privilege. If the servers that you want to manage have different user names or",
"passwords for the administrative accounts, you might want to create an account on each server that has",
"the same user name and password. For example, you might set up a common ",
"multi_admin",
" account",
"by executing the following commands for each server:",
"shell> ",
"mysql -u root -S /tmp/mysql.sock -p",
"Enter password:",
"mysql> ",
"CREATE USER ’multi_admin’@’localhost’ IDENTIFIED BY ’multipass’;",
"mysql> ",
"GRANT SHUTDOWN ON *.* TO ’multi_admin’@’localhost’;",
"Important"
]
| [
[
342,
48,
372,
11
],
[
187,
107,
767,
27
],
[
187,
107,
767,
27
],
[
187,
107,
767,
27
],
[
187,
107,
767,
27
],
[
187,
235,
754,
43
],
[
187,
235,
754,
43
],
[
187,
235,
754,
43
],
[
187,
235,
754,
43
],
[
187,
235,
754,
43
],
[
187,
235,
754,
43
],
[
187,
235,
754,
43
],
[
187,
179,
227,
11
],
[
187,
322,
553,
11
],
[
187,
322,
553,
11
],
[
187,
322,
553,
11
],
[
187,
378,
132,
11
],
[
187,
434,
268,
11
],
[
170,
463,
265,
11
],
[
170,
463,
265,
11
],
[
170,
463,
265,
11
],
[
328,
624,
615,
58
],
[
328,
624,
615,
58
],
[
328,
624,
615,
58
],
[
328,
624,
615,
58
],
[
328,
624,
615,
58
],
[
328,
624,
615,
58
],
[
328,
624,
615,
58
],
[
328,
624,
615,
58
],
[
328,
624,
615,
58
],
[
328,
624,
615,
58
],
[
328,
624,
615,
58
],
[
328,
624,
615,
58
],
[
187,
867,
764,
58
],
[
187,
867,
764,
58
],
[
187,
867,
764,
58
],
[
187,
867,
764,
58
],
[
187,
867,
764,
58
],
[
187,
867,
764,
58
],
[
187,
867,
764,
58
],
[
187,
867,
764,
58
],
[
187,
867,
764,
58
],
[
187,
867,
764,
58
],
[
936,
964,
27,
11
],
[
170,
151,
97,
11
],
[
170,
151,
97,
11
],
[
170,
207,
97,
11
],
[
170,
207,
97,
11
],
[
170,
294,
177,
11
],
[
170,
294,
177,
11
],
[
170,
294,
177,
11
],
[
170,
350,
107,
11
],
[
170,
350,
107,
11
],
[
170,
406,
107,
11
],
[
170,
406,
107,
11
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
491,
798,
89
],
[
170,
699,
786,
89
],
[
170,
699,
786,
89
],
[
170,
699,
786,
89
],
[
170,
699,
786,
89
],
[
170,
699,
786,
89
],
[
170,
699,
786,
89
],
[
170,
699,
786,
89
],
[
170,
699,
786,
89
],
[
170,
699,
786,
89
],
[
170,
699,
786,
89
],
[
170,
699,
786,
89
],
[
170,
699,
786,
89
],
[
170,
699,
786,
89
],
[
187,
804,
570,
45
],
[
187,
804,
570,
45
],
[
187,
804,
570,
45
],
[
187,
804,
570,
45
],
[
187,
804,
570,
45
],
[
187,
804,
570,
45
],
[
187,
804,
570,
45
],
[
328,
596,
77,
11
]
]
| [
[
342,
48,
372,
11
],
[
187,
107,
441,
11
],
[
628,
108,
100,
10
],
[
729,
107,
226,
11
],
[
187,
123,
469,
11
],
[
187,
235,
754,
11
],
[
187,
250,
741,
11
],
[
187,
266,
504,
11
],
[
692,
267,
40,
10
],
[
732,
266,
37,
11
],
[
769,
267,
60,
10
],
[
829,
266,
87,
11
],
[
187,
179,
227,
11
],
[
187,
322,
448,
11
],
[
636,
323,
100,
10
],
[
736,
322,
4,
11
],
[
187,
378,
132,
11
],
[
187,
434,
268,
11
],
[
170,
463,
140,
11
],
[
311,
464,
120,
10
],
[
432,
463,
4,
11
],
[
328,
624,
579,
11
],
[
328,
640,
184,
11
],
[
512,
641,
60,
10
],
[
573,
640,
167,
11
],
[
740,
640,
49,
11
],
[
790,
640,
102,
11
],
[
892,
641,
40,
10
],
[
328,
655,
207,
11
],
[
536,
655,
39,
11
],
[
575,
655,
368,
11
],
[
328,
671,
245,
11
],
[
560,
671,
4,
11
],
[
187,
867,
479,
11
],
[
639,
867,
222,
11
],
[
861,
868,
60,
10
],
[
187,
883,
746,
11
],
[
187,
898,
500,
11
],
[
688,
899,
110,
10
],
[
798,
898,
152,
11
],
[
187,
914,
119,
11
],
[
306,
915,
120,
10
],
[
427,
914,
4,
11
],
[
936,
964,
27,
11
],
[
170,
151,
19,
11
],
[
187,
152,
80,
10
],
[
170,
207,
19,
11
],
[
187,
208,
80,
10
],
[
170,
294,
19,
11
],
[
187,
295,
70,
10
],
[
257,
295,
90,
10
],
[
170,
350,
19,
11
],
[
187,
351,
90,
10
],
[
170,
406,
19,
11
],
[
187,
408,
90,
10
],
[
170,
491,
19,
11
],
[
187,
491,
120,
11
],
[
308,
491,
107,
11
],
[
416,
492,
120,
10
],
[
537,
491,
423,
11
],
[
187,
506,
166,
11
],
[
354,
507,
60,
10
],
[
414,
506,
96,
11
],
[
511,
506,
29,
11
],
[
541,
506,
254,
11
],
[
795,
507,
60,
10
],
[
855,
506,
85,
11
],
[
187,
522,
298,
11
],
[
486,
523,
60,
10
],
[
546,
522,
382,
11
],
[
187,
537,
208,
11
],
[
396,
537,
39,
11
],
[
435,
537,
480,
11
],
[
187,
553,
109,
11
],
[
297,
553,
23,
11
],
[
320,
553,
648,
11
],
[
187,
568,
279,
11
],
[
452,
568,
4,
11
],
[
170,
699,
444,
11
],
[
615,
700,
60,
10
],
[
676,
699,
132,
11
],
[
808,
700,
100,
10
],
[
187,
715,
735,
11
],
[
187,
730,
59,
11
],
[
247,
731,
80,
10
],
[
327,
730,
579,
11
],
[
187,
746,
769,
11
],
[
187,
761,
583,
11
],
[
771,
762,
110,
10
],
[
881,
761,
63,
11
],
[
187,
777,
399,
11
],
[
187,
804,
56,
8
],
[
243,
804,
281,
8
],
[
187,
816,
120,
8
],
[
187,
829,
56,
8
],
[
243,
829,
514,
8
],
[
187,
841,
56,
8
],
[
243,
841,
409,
8
],
[
328,
596,
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,
4,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
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,
7
]
| 58933fa2b18a15cabbbcab969fff1ed148cf624746aad71dcb759b7f704a1c72 | refman-8.0-en.pdf | 422 | 6,228 | 612 | 792 | 1,025 | 1,025 | manuals | manuals |
14203 | [
"•",
"With a university degree in the related field of biology, public health, epidemiology, biochemistry, ",
"medicine or equivalent. ",
"•",
"With at least five years of experience in project management, including overseeing project ",
"delivery, quality control of delivered service, client orientation and conflict resolution experience ",
"in project of a size of at least € 200,000, with experience in the management of a team of at least ",
"two people. ",
"•",
"The Project Manager must not have any scientific conflict of interest",
"•",
"With a university degree (master’s degree or equivalent) in the related field of biology, public ",
"health, epidemiology, biochemistry, medicine or equivalent; ",
"•",
"With at least 5 years of professional experience in epidemiology of infections in long-term care ",
"facilities. ",
"•",
"The expert must not have any scientific conflict of interest. ",
"•",
"At least two publications published in the last five years containing data from more than two ",
"countries on infections in long-term care facilities ",
"•",
"With a university degree (master’s degree or equivalent) in the related field of biology, public ",
"health, epidemiology, biochemistry, medicine or equivalent. ",
"•",
"At least 5 years of professional experience in vaccine preventable diseases for public health ",
"purposes.",
"•",
"The expert must not have any scientific conflict of interest ",
"•",
"With a university degree (bachelor or equivalent) in the related field of biology, epidemiology, ",
"statistics, data management, bioinformatics, medicine or equivalent ",
"•",
"With proven experience of 3 years in data collection, analysis and quality checks. ",
"•",
"With minimum C1 level language proficiency in the Common European Framework for Reference ",
"for Languages",
"27",
" in English ",
"•",
"The experts must not have any scientific conflict of interest. ",
"27",
" See http://www.coe.int/t/dg4/linguistic/Cadre1_en.asp ",
"32 ",
"The tenderer must include minimum one profile:",
"The tenderer must include minimum one profile: ",
"Evidence: ",
"CV, a language certificate or past experience in English such as working in an English-",
"speaking environment, appropriate level of studies or English as mother tongue or other official ",
"proof and annual declaration of interest (see section 4. Annexes) ",
"B3",
"LOT 3 - Expert in public health methodologies for vaccine preventable diseases.",
"B4",
"LOT 3 - Expert for data collection and quality checks ",
"Evidence: ",
"CV, a language certificate or past experience in English such as working in an English ",
"speaking environment, appropriate level of studies or English as mother tongue or other official ",
"proof and references for two publications published in the last five years and annual declaration of ",
"interest (see section 4. Annexes) ",
"The tenderer must include minimum one profile: ",
"B2",
"LOT 3 - Expert in epidemiology of infections in long-term care facilities ",
"Evidence",
": CV, a language certificate or past experience in English such as working in an English speaking ",
"environment, appropriate level of studies or English as mother tongue or other official proof, reference ",
"to the project indicating the required coverage and annual declaration of interest (see section 4. ",
"Annexes) "
]
| [
[
138,
65,
783,
34
],
[
138,
65,
783,
34
],
[
138,
65,
783,
34
],
[
138,
99,
788,
67
],
[
138,
99,
788,
67
],
[
138,
99,
788,
67
],
[
138,
99,
788,
67
],
[
138,
99,
788,
67
],
[
138,
165,
556,
17
],
[
138,
165,
556,
17
],
[
138,
314,
785,
34
],
[
138,
314,
785,
34
],
[
138,
314,
785,
34
],
[
138,
348,
785,
34
],
[
138,
348,
785,
34
],
[
138,
348,
785,
34
],
[
138,
381,
487,
17
],
[
138,
381,
487,
17
],
[
138,
398,
786,
34
],
[
138,
398,
786,
34
],
[
138,
398,
786,
34
],
[
164,
564,
757,
34
],
[
164,
564,
757,
34
],
[
164,
564,
757,
34
],
[
164,
597,
728,
34
],
[
164,
597,
728,
34
],
[
164,
597,
728,
34
],
[
164,
631,
482,
17
],
[
164,
631,
482,
17
],
[
138,
780,
755,
34
],
[
138,
780,
755,
34
],
[
138,
780,
755,
34
],
[
138,
813,
655,
17
],
[
138,
813,
655,
17
],
[
138,
830,
783,
34
],
[
138,
830,
783,
34
],
[
138,
830,
783,
34
],
[
138,
830,
783,
34
],
[
138,
830,
783,
34
],
[
138,
864,
494,
17
],
[
138,
864,
494,
17
],
[
107,
923,
369,
16
],
[
107,
923,
369,
16
],
[
504,
961,
19,
13
],
[
107,
746,
375,
17
],
[
107,
547,
379,
17
],
[
133,
664,
762,
50
],
[
133,
664,
762,
50
],
[
133,
664,
762,
50
],
[
133,
664,
762,
50
],
[
107,
530,
646,
18
],
[
107,
530,
646,
18
],
[
107,
730,
435,
18
],
[
107,
730,
435,
18
],
[
133,
448,
762,
67
],
[
133,
448,
762,
67
],
[
133,
448,
762,
67
],
[
133,
448,
762,
67
],
[
133,
448,
762,
67
],
[
107,
297,
379,
17
],
[
107,
281,
579,
18
],
[
107,
281,
579,
18
],
[
133,
198,
790,
67
],
[
133,
198,
790,
67
],
[
133,
198,
790,
67
],
[
133,
198,
790,
67
],
[
133,
198,
790,
67
]
]
| [
[
138,
66,
8,
16
],
[
169,
65,
752,
17
],
[
169,
82,
186,
17
],
[
138,
99,
8,
16
],
[
168,
99,
757,
17
],
[
168,
115,
753,
17
],
[
168,
132,
753,
17
],
[
168,
148,
96,
17
],
[
138,
165,
8,
16
],
[
168,
165,
525,
17
],
[
138,
315,
8,
16
],
[
169,
314,
754,
17
],
[
169,
331,
467,
17
],
[
138,
348,
8,
16
],
[
169,
348,
754,
17
],
[
169,
364,
72,
17
],
[
138,
381,
8,
16
],
[
169,
381,
456,
17
],
[
138,
398,
8,
16
],
[
169,
398,
755,
17
],
[
169,
414,
384,
17
],
[
164,
564,
8,
16
],
[
195,
564,
726,
17
],
[
195,
580,
466,
17
],
[
164,
597,
8,
16
],
[
195,
597,
697,
17
],
[
195,
613,
75,
17
],
[
164,
631,
8,
16
],
[
195,
631,
451,
17
],
[
138,
780,
8,
16
],
[
169,
780,
724,
17
],
[
169,
796,
527,
17
],
[
138,
813,
8,
16
],
[
169,
813,
624,
17
],
[
138,
831,
8,
16
],
[
169,
830,
752,
17
],
[
169,
847,
107,
17
],
[
277,
847,
11,
11
],
[
289,
847,
81,
17
],
[
138,
864,
8,
16
],
[
169,
864,
463,
17
],
[
107,
923,
11,
10
],
[
118,
923,
358,
16
],
[
504,
961,
19,
13
],
[
107,
746,
375,
17
],
[
107,
547,
379,
17
],
[
133,
664,
79,
18
],
[
214,
664,
676,
17
],
[
133,
680,
762,
17
],
[
133,
697,
502,
17
],
[
107,
530,
20,
18
],
[
131,
530,
622,
18
],
[
107,
730,
20,
18
],
[
131,
730,
410,
18
],
[
133,
448,
79,
18
],
[
214,
448,
682,
17
],
[
133,
464,
762,
17
],
[
133,
481,
760,
17
],
[
133,
497,
254,
17
],
[
107,
297,
379,
17
],
[
107,
281,
20,
18
],
[
131,
281,
555,
18
],
[
133,
198,
70,
18
],
[
204,
198,
717,
17
],
[
133,
215,
788,
17
],
[
133,
231,
790,
17
],
[
133,
247,
75,
17
]
]
| [
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
1,
1,
4,
9,
9,
9,
9,
9,
9,
7,
7,
7,
7,
9,
9,
9,
9,
9,
9,
7,
7,
9,
9,
9,
9,
9
]
| 957b4ba5d467e545a8d8a348482d001da5f264554a983b640676d777293783c5 | EN-Tender_Specifications_DPR_12924_vaccine_effectiveness.pdf | 31 | 41 | 595 | 841 | 1,025 | 1,025 | eu_tenders | government_tenders |
14204 | [
"The two-dimensional Helmholtz equation",
"may be of help in order to find any localized solution of the field",
"h$_{x}$",
". However it is preferable",
"an alternative approach. Based on the Bloch theorem [18], we may describe the propagating",
"wavefield",
"h$_{x}$",
"as a superposition of Bloch modes having the form",
"Assuming that sources are sufficiently far from the focal region of the localized beam, the",
"role of evanescent waves [19] is negligible in our analysis and, therefore, they are disregarded",
"setting",
"a$_{K}$",
"= 0 if Im(",
"K",
")",
"= 0. In this sense we also neglect material losses imposing that the",
"relative dielectric constant of the medium is a real parameter of the problem [Im(",
"ϵ",
") = 0]. We",
"point out that this is not strictly true in a realistic problem; plasma-like media with",
"ϵ <",
"0",
"are",
"necessarily dispersive since energy density considerations lead to the condition",
"d",
"(",
"ωϵ",
")",
"/dω >",
"0,",
"and the presence of dispersion in general signifies dissipation of energy [20]. However, it is",
"possible to neglect the absorption in a transparency window where the imaginary part of",
"ϵ",
"is very small in comparison with its real part.",
"where",
"k$_{x}$",
"is the (real) component of a wave vector along the",
"x",
"-axis, and",
"K",
"is the so-called",
"Block wave number, which generally is multivalued for a given",
"k$_{x}$",
". Moreover,",
"h$_{K}$",
"(",
"y",
"+",
"p",
") =",
"h$_{K}$",
"(",
"y",
") is a periodic function, which is normalized as",
"h$_{K}$",
"(0)",
"= 1 for convenience, and",
"a$_{K}$",
"is",
"simply a field amplitude.",
"In the case of the stratified medium shown in Fig. 1, the periodic function is conveniently",
"written as the addition of two independent terms,",
"h$_{K}$",
"=",
"h",
"+",
"K",
"+",
"h",
"−",
"$_{K}$. Using the column vector",
"we may write [21]",
"where",
"α",
"is an integer that refers to a unique slab.",
"The domains",
"R$_{α}$",
"≡",
"(",
"y$_{α}$$_{−}$$_{1}$, y$_{α}$",
"] where",
"y$_{0}$",
"= 0,",
"y$_{1}$",
"=",
"w",
"and",
"y$_{α}$$_{+2}$",
"=",
"y$_{α}$",
"+",
"p",
"; for instance,",
"R$_{α}$",
"is associated with a region where the",
"4",
"h$_{K}$",
"(",
"y",
") = exp (",
"−",
"iKy",
")",
"T$_{α}$",
"(",
"y",
"−",
"y$_{α}$",
")",
"v$_{α}$",
", for",
"y",
"∈",
"R$_{α}$,",
"(7)",
"h$_{K}$",
"=",
"",
"",
"h",
"+",
"K",
"h",
"−",
"K",
"",
"",
",",
"(6)",
"h$_{x}$",
"(",
"x, y",
") =",
"∑",
"K",
"∫",
"∞",
"−∞",
"a$_{K}$h$_{K}$",
"(",
"y",
") exp (",
"ik$_{x}$x",
"+",
"iKy",
")",
"dk$_{x}$,",
"(5)",
"(",
"∂",
"2",
"x",
"+",
"∂",
"2",
"y",
"+",
"ω",
"$^{2}$µ$_{0}$",
"ϵ$_{0}$ϵ",
"−",
"β",
"$^{2}$)",
"h$_{x}$",
"= 0",
".",
"(4)"
]
| [
[
145,
94,
352,
15
],
[
120,
183,
780,
69
],
[
120,
183,
780,
69
],
[
120,
183,
780,
69
],
[
120,
183,
780,
69
],
[
120,
183,
780,
69
],
[
120,
183,
780,
69
],
[
120,
183,
780,
69
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
442,
781,
232
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
333,
780,
96
],
[
120,
686,
780,
45
],
[
120,
686,
780,
45
],
[
120,
686,
780,
45
],
[
120,
686,
780,
45
],
[
120,
686,
780,
45
],
[
120,
686,
780,
45
],
[
120,
686,
780,
45
],
[
120,
686,
780,
45
],
[
120,
686,
780,
45
],
[
120,
686,
780,
45
],
[
120,
686,
780,
45
],
[
120,
823,
151,
15
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
120,
912,
780,
42
],
[
496,
978,
9,
15
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
308,
867,
592,
26
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
449,
748,
452,
74
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
298,
269,
603,
55
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
],
[
373,
136,
528,
47
]
]
| [
[
145,
94,
352,
15
],
[
120,
183,
541,
15
],
[
667,
183,
19,
15
],
[
687,
183,
213,
15
],
[
120,
211,
780,
15
],
[
120,
238,
76,
15
],
[
204,
238,
19,
15
],
[
231,
238,
436,
15
],
[
145,
442,
755,
15
],
[
120,
469,
780,
15
],
[
120,
496,
57,
15
],
[
184,
496,
22,
15
],
[
214,
496,
84,
15
],
[
299,
496,
16,
15
],
[
317,
496,
7,
15
],
[
330,
496,
571,
15
],
[
120,
523,
682,
15
],
[
803,
523,
7,
15
],
[
811,
523,
90,
15
],
[
120,
550,
700,
15
],
[
826,
550,
28,
15
],
[
860,
550,
7,
15
],
[
882,
550,
19,
15
],
[
120,
577,
655,
15
],
[
780,
577,
10,
15
],
[
790,
577,
7,
15
],
[
798,
577,
20,
15
],
[
819,
577,
7,
15
],
[
827,
577,
53,
15
],
[
886,
577,
15,
15
],
[
120,
604,
780,
15
],
[
120,
631,
766,
15
],
[
893,
631,
7,
15
],
[
120,
658,
392,
15
],
[
120,
333,
49,
15
],
[
177,
333,
18,
15
],
[
203,
333,
436,
15
],
[
646,
333,
11,
15
],
[
657,
333,
84,
15
],
[
748,
333,
16,
15
],
[
773,
333,
127,
15
],
[
120,
360,
540,
15
],
[
668,
360,
18,
15
],
[
687,
360,
100,
15
],
[
794,
360,
23,
15
],
[
819,
360,
7,
15
],
[
827,
360,
9,
15
],
[
842,
360,
15,
15
],
[
862,
360,
9,
15
],
[
872,
360,
29,
15
],
[
120,
387,
23,
15
],
[
145,
387,
7,
15
],
[
153,
387,
9,
15
],
[
163,
387,
406,
15
],
[
577,
387,
23,
15
],
[
602,
387,
19,
15
],
[
638,
387,
211,
15
],
[
856,
387,
22,
15
],
[
888,
387,
13,
15
],
[
120,
414,
212,
15
],
[
145,
686,
755,
15
],
[
120,
713,
426,
15
],
[
553,
713,
23,
15
],
[
584,
713,
15,
15
],
[
604,
713,
11,
15
],
[
616,
711,
11,
10
],
[
616,
721,
11,
10
],
[
633,
713,
15,
15
],
[
653,
713,
11,
15
],
[
664,
711,
11,
10
],
[
664,
713,
236,
15
],
[
120,
823,
151,
15
],
[
120,
912,
49,
15
],
[
179,
912,
12,
15
],
[
200,
912,
367,
15
],
[
583,
912,
113,
15
],
[
705,
912,
23,
15
],
[
739,
912,
15,
26
],
[
763,
912,
7,
15
],
[
771,
912,
65,
15
],
[
837,
912,
63,
15
],
[
120,
939,
16,
15
],
[
145,
939,
37,
15
],
[
190,
939,
16,
15
],
[
215,
939,
15,
15
],
[
237,
939,
13,
15
],
[
259,
939,
31,
15
],
[
298,
939,
36,
15
],
[
343,
939,
15,
15
],
[
365,
939,
18,
15
],
[
389,
939,
15,
15
],
[
410,
939,
9,
15
],
[
420,
939,
119,
15
],
[
547,
939,
23,
15
],
[
579,
939,
322,
15
],
[
496,
978,
9,
15
],
[
308,
868,
24,
13
],
[
335,
867,
7,
15
],
[
342,
867,
9,
15
],
[
353,
867,
74,
15
],
[
427,
867,
15,
26
],
[
443,
867,
34,
15
],
[
478,
867,
7,
15
],
[
489,
868,
24,
13
],
[
515,
867,
7,
15
],
[
522,
867,
9,
15
],
[
537,
867,
15,
26
],
[
557,
867,
18,
15
],
[
576,
867,
7,
15
],
[
584,
868,
20,
13
],
[
606,
867,
35,
15
],
[
648,
867,
9,
15
],
[
664,
867,
13,
26
],
[
683,
867,
30,
15
],
[
876,
867,
25,
15
],
[
449,
769,
24,
13
],
[
481,
768,
15,
15
],
[
502,
748,
13,
46
],
[
502,
776,
13,
46
],
[
520,
756,
11,
15
],
[
531,
754,
11,
10
],
[
531,
764,
11,
10
],
[
520,
783,
11,
15
],
[
531,
781,
11,
10
],
[
531,
791,
11,
10
],
[
550,
748,
13,
46
],
[
550,
776,
13,
46
],
[
567,
768,
5,
15
],
[
876,
768,
25,
15
],
[
298,
282,
19,
15
],
[
318,
282,
7,
15
],
[
326,
282,
29,
15
],
[
356,
282,
28,
15
],
[
390,
279,
28,
46
],
[
398,
304,
11,
10
],
[
422,
272,
11,
46
],
[
442,
269,
14,
10
],
[
433,
300,
25,
10
],
[
463,
282,
47,
15
],
[
512,
282,
7,
15
],
[
519,
282,
9,
15
],
[
530,
282,
51,
15
],
[
582,
282,
36,
15
],
[
623,
282,
15,
15
],
[
642,
282,
34,
15
],
[
678,
282,
7,
15
],
[
688,
282,
34,
15
],
[
876,
282,
25,
15
],
[
373,
137,
9,
46
],
[
382,
139,
10,
15
],
[
393,
136,
7,
10
],
[
392,
146,
7,
10
],
[
405,
139,
15,
15
],
[
425,
139,
10,
15
],
[
436,
136,
7,
10
],
[
435,
146,
7,
10
],
[
449,
139,
15,
15
],
[
469,
139,
12,
15
],
[
482,
139,
26,
15
],
[
509,
139,
23,
15
],
[
538,
139,
15,
26
],
[
558,
139,
11,
15
],
[
570,
137,
17,
46
],
[
590,
139,
19,
15
],
[
616,
139,
30,
15
],
[
646,
139,
5,
15
],
[
876,
139,
25,
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,
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
| c820febee83012dc619085c27092e8c3f93decd1211829dd5b72b0216d6654dc | 1001.3204.pdf | 3 | 31 | 612 | 792 | 1,025 | 1,025 | arxiv_mediumspaced | scientific_articles |
14205 | [
"The availability is treated in the following manner: ",
"A zIIP runs only IBM authorized code. This IBM authorized code includes the z/OS JVM in ",
"association with parts of system code, such as the z/OS dispatcher and supervisor services. ",
"A zIIP cannot process I/O or clock comparator interruptions, and it does not support operator ",
"controls, such as IPL.",
"Java application code can run on a CP or a zIIP. The installation can manage the use of CPs ",
"so that Java application code runs only on CPs, only on zIIPs, or on both.",
"Two execution options for zIIP-eligible code execution are available. These options are ",
"user-specified in IEAOPTxx and can be dynamically altered by using the ",
"SET OPT",
" command. ",
"The following options are supported for z/OS V1R10 and later releases:",
"GLYPH<SM590000>",
"If a zIIP is available (not busy), the dispatcher suspends the JVM task on the CP and ",
"assigns the Java task to the zIIP. When the task returns control to the JVM, it passes ",
"control back to the dispatcher. The dispatcher then reassigns the JVM code execution to ",
"aCP.",
"GLYPH<SM590000>",
"If no zIIP is available (all busy), the z/OS dispatcher allows the Java task to run on a ",
"standard CP. This process depends on the option that is used in the OPT statement in the ",
"IEAOPTxx member of SYS1.PARMLIB.",
"GLYPH<SM590000>",
"Option 1: Java dispatching by priority (IIPHONORPRIORITY=YES)",
"GLYPH<SM590000>",
"Option 2: Java dispatching by priority (IIPHONORPRIORITY=NO)",
"This option is the default option and specifies that CPs must not automatically consider ",
"zIIP-eligible work for dispatching on them. The zIIP-eligible work is dispatched on the zIIP ",
"engines until Workload Manager (WLM) determines that the zIIPs are overcommitted. ",
"WLM then requests help from the CPs. When help is requested, the CPs consider ",
"dispatching zIIP-eligible work on the CPs themselves based on the dispatching priority ",
"relative to other workloads. When the zIIP engines are no longer overcommitted, the CPs ",
"stop considering zIIP-eligible work for dispatch.",
"This option runs as much zIIP-eligible work on zIIPs as possible. It also allows it to spill ",
"over onto the CPs only when the zIIPs are overcommitted.",
"zIIP-eligible work runs on zIIPs only while at least one zIIP engine is online. zIIP-eligible ",
"work is not normally dispatched on a CP, even if the zIIPs are overcommitted and CPs are ",
"unused. The exception is that zIIP-eligible work can sometimes run on a CP to resolve ",
"resource conflicts.",
"Therefore, zIIP-eligible work does not affect the CP utilization that is used for reporting ",
"through the subcapacity reporting tool (SCRT), no matter how busy the zIIPs are.",
"If zIIPs are defined to the LPAR but are not online, the zIIP-eligible work units are processed ",
"by CPs in order of priority. The system ignores the IIPHONORPRIORITY parameter in this ",
"case and handles the work as though it had no eligibility to zIIPs.",
"zIIPs provide the following benefits:",
"GLYPH<SM590000>",
"Potential cost savings. ",
"GLYPH<SM590000>",
"Simplification of infrastructure as a result of the colocation and integration of new ",
"applications with their associated database systems and transaction middleware, such as ",
"Db2, IMS, or CICS. Simplification can happen, for example, by introducing a uniform ",
"security environment, and by reducing the number of TCP/IP programming stacks and ",
"system interconnect links.",
"GLYPH<SM590000>",
"Prevention of processing latencies that occur if Java application servers and their ",
"database servers are deployed on separate server platforms.",
"90 ",
"IBM 14 Model ZR1 Technical Guide"
]
| [
[
229,
92,
370,
11
],
[
229,
242,
687,
58
],
[
229,
242,
687,
58
],
[
229,
242,
687,
58
],
[
229,
242,
687,
58
],
[
229,
317,
687,
27
],
[
229,
317,
687,
27
],
[
229,
361,
685,
42
],
[
229,
361,
685,
42
],
[
229,
361,
685,
42
],
[
229,
361,
685,
42
],
[
229,
361,
685,
42
],
[
229,
114,
683,
58
],
[
229,
114,
683,
58
],
[
229,
114,
683,
58
],
[
229,
114,
683,
58
],
[
229,
114,
683,
58
],
[
229,
183,
687,
42
],
[
229,
183,
687,
42
],
[
229,
183,
687,
42
],
[
229,
183,
687,
42
],
[
229,
414,
519,
11
],
[
229,
414,
519,
11
],
[
229,
589,
511,
11
],
[
229,
589,
511,
11
],
[
253,
436,
663,
105
],
[
253,
436,
663,
105
],
[
253,
436,
663,
105
],
[
253,
436,
663,
105
],
[
253,
436,
663,
105
],
[
253,
436,
663,
105
],
[
253,
436,
663,
105
],
[
253,
552,
646,
27
],
[
253,
552,
646,
27
],
[
253,
611,
663,
58
],
[
253,
611,
663,
58
],
[
253,
611,
663,
58
],
[
253,
611,
663,
58
],
[
253,
680,
642,
27
],
[
253,
680,
642,
27
],
[
229,
724,
687,
42
],
[
229,
724,
687,
42
],
[
229,
724,
687,
42
],
[
229,
783,
262,
11
],
[
229,
805,
195,
11
],
[
229,
805,
195,
11
],
[
229,
827,
687,
74
],
[
229,
827,
687,
74
],
[
229,
827,
687,
74
],
[
229,
827,
687,
74
],
[
229,
827,
687,
74
],
[
229,
827,
687,
74
],
[
229,
911,
629,
27
],
[
229,
911,
629,
27
],
[
229,
911,
629,
27
],
[
108,
976,
295,
11
],
[
108,
976,
295,
11
]
]
| [
[
229,
92,
370,
11
],
[
229,
242,
670,
11
],
[
229,
258,
685,
11
],
[
229,
273,
687,
11
],
[
229,
289,
159,
11
],
[
229,
317,
687,
11
],
[
229,
333,
542,
11
],
[
229,
361,
646,
11
],
[
229,
377,
539,
11
],
[
768,
377,
58,
11
],
[
827,
377,
87,
11
],
[
229,
392,
529,
11
],
[
229,
114,
8,
11
],
[
253,
114,
631,
11
],
[
253,
130,
632,
11
],
[
253,
145,
658,
11
],
[
253,
161,
46,
11
],
[
229,
183,
8,
11
],
[
253,
183,
626,
11
],
[
253,
198,
663,
11
],
[
253,
214,
292,
11
],
[
229,
414,
8,
11
],
[
253,
414,
495,
11
],
[
229,
589,
8,
11
],
[
253,
589,
487,
11
],
[
253,
436,
646,
11
],
[
253,
452,
663,
11
],
[
253,
467,
637,
11
],
[
253,
483,
610,
11
],
[
253,
498,
642,
11
],
[
253,
514,
663,
11
],
[
253,
529,
348,
11
],
[
253,
552,
646,
11
],
[
253,
567,
431,
11
],
[
253,
611,
653,
11
],
[
253,
627,
663,
11
],
[
253,
642,
642,
11
],
[
253,
658,
134,
11
],
[
253,
680,
642,
11
],
[
253,
695,
600,
11
],
[
229,
724,
687,
11
],
[
229,
739,
672,
11
],
[
229,
755,
479,
11
],
[
229,
783,
262,
11
],
[
229,
805,
8,
11
],
[
253,
805,
171,
11
],
[
229,
827,
8,
11
],
[
253,
827,
602,
11
],
[
253,
843,
663,
11
],
[
253,
858,
628,
11
],
[
253,
874,
642,
11
],
[
253,
889,
191,
11
],
[
229,
911,
8,
11
],
[
253,
911,
604,
11
],
[
253,
927,
452,
11
],
[
108,
976,
22,
11
],
[
156,
977,
247,
10
]
]
| [
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,
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,
4,
4
]
| 1609a2c443da97fd14f88377ceda4591da5b6d30c931a8abfce9198a074c997f | sg248651.pdf | 109 | 498 | 612 | 792 | 1,025 | 1,025 | redbooks | manuals |
14206 | [
"Figure 9-9 shows the result after confirming the configuration.",
"Before configuring a disk as tiebreaker, you can check its current reservation policy by using ",
"the AIX command ",
"devrsrv",
", as shown in Example 9-1.",
"When cluster services are started, the first time after a tiebreaker disk is configured on a ",
"node, the reservation policy of the tiebreaker disk is set to ",
"PR_exclusive",
" with a persistent ",
"reserve key, as shown in Example 9-2.",
"Example 9-2",
"The devrsrv command shows PR_exclusive",
"Example 9-1",
"The devrsrv command shows no reserve",
"root@testnode1[/]# devrsrv -c query -l hdisk3",
"Device Reservation State Information",
"==================================================",
"Device Name",
":",
"hdisk3",
"Device Open On Current Host?",
":",
"NO",
"ODM Reservation Policy",
":",
"NO RESERVE",
"Device Reservation State",
":",
"NO RESERVE",
"root@testnode1[/]# devrsrv -c query -l hdisk3",
"Device Reservation State Information",
"==================================================",
"Device Name",
":",
"hdisk3",
"Device Open On Current Host?",
":",
"NO",
"ODM Reservation Policy",
":",
"PR EXCLUSIVE",
"ODM PR Key Value",
":",
"8477804151029074886",
"Device Reservation State",
":",
"NO RESERVE",
"Registered PR Keys",
":",
"No Keys Registered",
"PR Capabilities Byte[2]",
":",
"0x15 CRH",
"ATP_C",
"PTPL_C",
"PR Capabilities Byte[3]",
":",
"0xa1 PTPL_A",
"PR Types Supported",
":",
"PR_WE_AR",
"PR_EA_RO",
"PR_WE_RO",
"PR_EA",
"PR_WE",
"PR_EA_AR ",
"332 ",
"IBM PowerHA SystemMirror V7.2.3 for IBM AIX and V7.2.2 for Linux",
"Figure 9-9",
"Tiebreaker disk successfully added",
" COMMAND STATUS",
"Command: OK",
"stdout: yes",
"stderr: no",
"Before command completion, additional instructions may appear below.",
"hdisk2 changed",
"The PowerHA SystemMirror split and merge policies have been updated.",
"Current policies are:",
"Split Handling Policy :",
"TieBreaker Disk",
"Merge Handling Policy :",
"TieBreaker Disk",
"Tie Breaker :",
"hdisk2",
"Split and Merge Action Plan :",
"Reboot",
"The configuration must be synchronized to make this change known across the ",
"cluster.",
"Critical Resource Group :",
"F1=Help",
"F2=Refresh",
"F3=Cancel",
"F6=Command",
"F8=Image",
"F9=Shell",
"F10=Exit",
"/=Find",
"n=Find Next"
]
| [
[
253,
92,
455,
11
],
[
229,
488,
686,
27
],
[
229,
488,
686,
27
],
[
229,
488,
686,
27
],
[
229,
488,
686,
27
],
[
229,
685,
662,
42
],
[
229,
685,
662,
42
],
[
229,
685,
662,
42
],
[
229,
685,
662,
42
],
[
229,
685,
662,
42
],
[
229,
744,
388,
10
],
[
229,
744,
388,
10
],
[
229,
532,
368,
10
],
[
229,
532,
368,
10
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
554,
418,
104
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
229,
767,
662,
166
],
[
108,
976,
532,
11
],
[
108,
976,
532,
11
],
[
253,
454,
315,
10
],
[
253,
454,
315,
10
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
],
[
250,
124,
666,
324
]
]
| [
[
253,
92,
455,
11
],
[
229,
488,
686,
11
],
[
229,
504,
137,
11
],
[
366,
504,
58,
11
],
[
425,
504,
204,
11
],
[
229,
685,
656,
11
],
[
229,
700,
431,
11
],
[
660,
701,
100,
11
],
[
761,
700,
130,
11
],
[
229,
716,
287,
11
],
[
229,
744,
84,
10
],
[
326,
744,
291,
10
],
[
229,
532,
84,
10
],
[
326,
532,
271,
10
],
[
229,
554,
376,
11
],
[
229,
570,
301,
11
],
[
229,
585,
418,
11
],
[
229,
601,
92,
11
],
[
496,
601,
8,
11
],
[
521,
601,
50,
11
],
[
229,
616,
234,
11
],
[
496,
616,
8,
11
],
[
521,
616,
16,
11
],
[
229,
632,
184,
11
],
[
496,
632,
8,
11
],
[
522,
632,
83,
11
],
[
229,
647,
200,
11
],
[
496,
647,
8,
11
],
[
522,
647,
83,
11
],
[
229,
767,
338,
10
],
[
229,
781,
270,
10
],
[
229,
795,
376,
10
],
[
229,
809,
82,
10
],
[
469,
809,
7,
10
],
[
492,
809,
45,
10
],
[
229,
824,
210,
10
],
[
469,
824,
7,
10
],
[
492,
824,
15,
10
],
[
229,
838,
165,
10
],
[
469,
838,
7,
10
],
[
492,
838,
90,
10
],
[
229,
852,
120,
10
],
[
469,
852,
7,
10
],
[
492,
852,
142,
10
],
[
229,
866,
180,
10
],
[
469,
866,
7,
10
],
[
492,
866,
75,
10
],
[
229,
880,
135,
10
],
[
469,
880,
7,
10
],
[
492,
880,
135,
10
],
[
229,
895,
173,
10
],
[
469,
895,
7,
10
],
[
492,
895,
60,
10
],
[
575,
895,
37,
10
],
[
635,
895,
45,
10
],
[
229,
909,
173,
10
],
[
469,
909,
7,
10
],
[
492,
909,
82,
10
],
[
229,
923,
135,
10
],
[
469,
923,
7,
10
],
[
492,
923,
60,
10
],
[
567,
923,
60,
10
],
[
643,
923,
60,
10
],
[
718,
923,
37,
10
],
[
771,
923,
37,
10
],
[
823,
923,
67,
10
],
[
108,
976,
32,
11
],
[
165,
977,
475,
10
],
[
253,
454,
68,
10
],
[
334,
454,
234,
10
],
[
263,
134,
125,
11
],
[
263,
165,
92,
11
],
[
455,
165,
92,
11
],
[
639,
165,
83,
11
],
[
263,
196,
569,
11
],
[
263,
227,
117,
11
],
[
263,
242,
569,
11
],
[
263,
258,
175,
11
],
[
296,
273,
192,
11
],
[
598,
273,
125,
11
],
[
296,
289,
192,
11
],
[
598,
289,
125,
11
],
[
296,
304,
108,
11
],
[
598,
304,
50,
11
],
[
296,
320,
242,
11
],
[
598,
320,
50,
11
],
[
263,
336,
636,
11
],
[
263,
351,
66,
11
],
[
296,
367,
209,
11
],
[
263,
398,
58,
11
],
[
430,
398,
83,
11
],
[
598,
398,
75,
11
],
[
765,
398,
83,
11
],
[
263,
413,
66,
11
],
[
430,
413,
66,
11
],
[
598,
413,
66,
11
],
[
765,
413,
50,
11
],
[
263,
429,
92,
11
]
]
| [
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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,
4,
4,
0,
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
]
| 71a05603981323adf8208a1d1f3f7d8ddf8ef070c049e2fc33d3fcc05eba5e99 | sg248434.pdf | 347 | 506 | 612 | 792 | 1,025 | 1,025 | redbooks | manuals |
14207 | [
"IMPROVING YOUR STYLE /",
"85",
"happy",
"slow",
"tall",
"happier",
"slower",
"taller",
"happiest",
"slowest",
"tallest",
"Adrian is the biggest of all the boys.",
"Mary is the tallest of the four girls.",
"Some words are so constructed that to add the suffix ‘-er’ or",
"‘- est’ would produce clumsy words. In this case ‘more’ and",
"‘most’ are put before the adjective instead:",
"beautiful",
"excitable",
"intelligent",
"irritable",
"more beautiful",
"more excitable",
"more intelligent",
"more irritable",
"most beautiful",
"most excitable",
"most intelligent",
"most irritable",
"Joanne was the most beautiful girl Frank had ever seen.",
"Gail was the most intelligent student in the class.",
"‘More’ and ‘most’ cannot be used if ‘-er’ or ‘-est’ have",
"been used.",
"‘Bad’, ‘good’ and ‘little’ do not follow the rules and have",
"their own words for comparison:",
"bad",
"good",
"little",
"worse",
"better",
"less",
"worst",
"best",
"least",
"The patient is worse today.",
"Clive is the best pupil I have ever taught.",
"That is the least of my worries."
]
| [
[
524,
60,
392,
11
],
[
524,
60,
392,
11
],
[
217,
129,
72,
57
],
[
217,
129,
72,
57
],
[
217,
129,
72,
57
],
[
436,
129,
91,
57
],
[
436,
129,
91,
57
],
[
436,
129,
91,
57
],
[
654,
129,
100,
57
],
[
654,
129,
100,
57
],
[
654,
129,
100,
57
],
[
168,
216,
480,
15
],
[
168,
251,
461,
15
],
[
108,
297,
808,
65
],
[
108,
297,
808,
65
],
[
108,
297,
808,
65
],
[
160,
394,
119,
79
],
[
160,
394,
119,
79
],
[
160,
394,
119,
79
],
[
160,
394,
119,
79
],
[
392,
394,
190,
79
],
[
392,
394,
190,
79
],
[
392,
394,
190,
79
],
[
392,
394,
190,
79
],
[
654,
394,
187,
79
],
[
654,
394,
187,
79
],
[
654,
394,
187,
79
],
[
654,
394,
187,
79
],
[
168,
502,
742,
15
],
[
168,
537,
649,
15
],
[
154,
593,
716,
35
],
[
154,
593,
716,
35
],
[
108,
664,
808,
40
],
[
108,
664,
808,
40
],
[
217,
735,
59,
57
],
[
217,
735,
59,
57
],
[
217,
735,
59,
57
],
[
436,
735,
72,
57
],
[
436,
735,
72,
57
],
[
436,
735,
72,
57
],
[
654,
735,
65,
57
],
[
654,
735,
65,
57
],
[
654,
735,
65,
57
],
[
168,
822,
359,
15
],
[
168,
857,
546,
15
],
[
168,
892,
410,
15
]
]
| [
[
524,
60,
356,
10
],
[
891,
60,
26,
11
],
[
217,
129,
72,
14
],
[
217,
150,
53,
14
],
[
217,
172,
37,
14
],
[
436,
129,
91,
14
],
[
436,
150,
78,
14
],
[
436,
172,
63,
14
],
[
654,
129,
100,
14
],
[
654,
150,
87,
14
],
[
654,
172,
72,
14
],
[
168,
216,
480,
15
],
[
168,
251,
461,
15
],
[
108,
297,
808,
15
],
[
108,
322,
808,
15
],
[
108,
347,
568,
15
],
[
160,
394,
106,
14
],
[
160,
415,
106,
14
],
[
160,
437,
119,
14
],
[
160,
459,
95,
14
],
[
392,
394,
177,
14
],
[
392,
415,
176,
14
],
[
392,
437,
190,
14
],
[
392,
459,
166,
14
],
[
654,
394,
173,
14
],
[
654,
415,
172,
14
],
[
654,
437,
187,
14
],
[
654,
459,
161,
14
],
[
168,
502,
742,
15
],
[
168,
537,
649,
15
],
[
154,
593,
716,
15
],
[
441,
613,
141,
15
],
[
108,
664,
808,
15
],
[
108,
689,
431,
15
],
[
217,
735,
44,
14
],
[
217,
757,
59,
14
],
[
217,
779,
54,
14
],
[
436,
735,
70,
14
],
[
436,
757,
72,
14
],
[
436,
779,
42,
14
],
[
654,
735,
65,
14
],
[
654,
757,
48,
14
],
[
654,
779,
54,
14
],
[
168,
822,
359,
15
],
[
168,
857,
546,
15
],
[
168,
892,
410,
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
]
| 1a86d9e05f61f70de737b977709f585fda97b60a0063c1bddf435ae92429b833 | itp_2015_12653122.pdf | 97 | 193 | 337 | 615 | 1,025 | 1,025 | manuals | manuals |
14208 | [
"20.",
"Segment Information",
"Information by industry segment",
"Net sales:",
"Segment profit or loss:",
"52",
"FUJI HEAVY INDUSTRIES LTD.",
"Millions",
"Millions",
"Millions",
"Thousands of",
"of yen",
"of yen",
"of yen",
"U.S. dollars",
"2003",
"2002",
"2001",
"2003",
"Operating income (loss):",
"Automobiles",
"¥67,307",
"¥85,649",
"¥82,211",
"$559,958",
"Industrial products",
"(866)",
"(290)",
"784",
"(7,205)",
"Aerospace",
"3,359",
"7,412",
"2,467",
"27,945",
"Other",
"(3,114)",
"(4,209)",
"(4,100)",
"(25,907)",
"Total",
"66,686",
"88,562",
"81,362",
"554,791",
"Corporate and elimination",
"835",
"(82)",
"311",
"6,947",
"Consolidated operating income",
"¥67,521",
"¥88,480",
"¥81,673",
"$561,738",
"Millions",
"Millions",
"Millions",
"Thousands of",
"of yen",
"of yen",
"of yen",
"U.S. dollars",
"2003",
"2002",
"2001",
"2003",
"Net sales:",
"Automobiles—",
"Outside customers",
"¥1,229,807",
"¥1,219,766",
"¥1,167,209",
"$10,231,340",
"Inter-segment",
"3,231",
"2,970",
"3,131",
"26,880",
"Total",
"1,233,038",
"1,222,736",
"1,170,340",
"10,258,220",
"Industrial products—",
"Outside customers",
"41,586",
"39,419",
"44,224",
"345,973",
"Inter-segment",
"75",
"136",
"140",
"624",
"Total",
"41,661",
"39,555",
"44,364",
"346,597",
"Aerospace—",
"Outside customers",
"63,009",
"66,276",
"65,504",
"524,202",
"Inter-segment",
"76",
"53",
"118",
"632",
"Total",
"63,085",
"66,329",
"65,622",
"524,834",
"Other—",
"Outside customers",
"37,935",
"37,032",
"34,951",
"315,599",
"Inter-segment",
"3,526",
"3,658",
"2,555",
"29,334",
"Total",
"41,461",
"40,690",
"37,506",
"344,933",
"Corporate and elimination",
"(6,908)",
"(6,817)",
"(5,945)",
"(57,471)",
"Consolidated total",
"¥1,372,337",
"¥1,362,493",
"¥1,311,887",
"$11,417,113",
"The",
"Company and its consolidated subsidiaries operate principally in four industry segments: automo-",
"biles,",
"industrial products, aerospace and other business fields (including transportation equipment).",
"summary of net sales, operating income, assets, depreciation expense and capital expenditures by",
"industry",
"segments for the years ended March 31, 2003, 2002 and 2001 is shown below:"
]
| [
[
114,
107,
188,
10
],
[
114,
107,
188,
10
],
[
235,
129,
220,
9
],
[
235,
222,
67,
9
],
[
235,
619,
155,
9
],
[
50,
987,
176,
11
],
[
50,
987,
176,
11
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
234,
637,
678,
174
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
241,
677,
360
],
[
235,
145,
672,
25
],
[
235,
145,
672,
25
],
[
235,
145,
672,
25
],
[
235,
145,
672,
25
],
[
235,
176,
672,
25
],
[
235,
176,
672,
25
],
[
235,
176,
672,
25
]
]
| [
[
114,
107,
23,
10
],
[
142,
107,
159,
10
],
[
235,
129,
220,
9
],
[
235,
222,
67,
9
],
[
235,
619,
155,
9
],
[
50,
987,
12,
11
],
[
65,
987,
161,
11
],
[
565,
642,
37,
8
],
[
657,
642,
37,
8
],
[
750,
642,
37,
8
],
[
838,
642,
69,
8
],
[
571,
653,
30,
8
],
[
664,
653,
30,
8
],
[
756,
653,
30,
8
],
[
848,
653,
58,
8
],
[
576,
668,
26,
8
],
[
668,
668,
26,
8
],
[
761,
668,
26,
8
],
[
881,
668,
26,
8
],
[
235,
686,
148,
9
],
[
251,
701,
76,
9
],
[
550,
701,
51,
9
],
[
643,
701,
51,
9
],
[
735,
701,
51,
9
],
[
847,
701,
59,
9
],
[
251,
715,
113,
9
],
[
574,
715,
32,
9
],
[
667,
715,
30,
9
],
[
763,
715,
23,
9
],
[
867,
715,
44,
9
],
[
251,
730,
66,
9
],
[
566,
730,
35,
9
],
[
659,
730,
35,
9
],
[
751,
730,
35,
9
],
[
863,
730,
43,
9
],
[
251,
745,
34,
9
],
[
562,
745,
44,
9
],
[
655,
745,
42,
9
],
[
748,
745,
42,
9
],
[
859,
745,
52,
9
],
[
267,
764,
30,
9
],
[
558,
764,
43,
9
],
[
651,
764,
43,
9
],
[
743,
764,
43,
9
],
[
855,
764,
51,
9
],
[
235,
779,
158,
9
],
[
578,
779,
23,
9
],
[
675,
779,
22,
9
],
[
763,
779,
23,
9
],
[
871,
779,
35,
9
],
[
235,
797,
192,
9
],
[
550,
797,
51,
9
],
[
643,
797,
51,
9
],
[
735,
797,
51,
9
],
[
847,
797,
59,
9
],
[
565,
246,
37,
8
],
[
657,
246,
37,
8
],
[
750,
246,
37,
8
],
[
838,
246,
69,
8
],
[
571,
256,
30,
8
],
[
664,
256,
30,
8
],
[
756,
256,
30,
8
],
[
848,
256,
58,
8
],
[
576,
271,
26,
8
],
[
668,
271,
26,
8
],
[
761,
271,
26,
8
],
[
881,
271,
26,
8
],
[
235,
289,
60,
9
],
[
235,
305,
90,
9
],
[
251,
321,
116,
9
],
[
530,
321,
71,
9
],
[
623,
321,
71,
9
],
[
715,
321,
71,
9
],
[
827,
321,
79,
9
],
[
251,
336,
85,
9
],
[
566,
336,
35,
9
],
[
659,
336,
35,
9
],
[
751,
336,
35,
9
],
[
863,
336,
43,
9
],
[
267,
355,
30,
9
],
[
538,
355,
63,
9
],
[
631,
355,
63,
9
],
[
723,
355,
63,
9
],
[
835,
355,
71,
9
],
[
235,
371,
128,
9
],
[
251,
386,
116,
9
],
[
558,
386,
43,
9
],
[
651,
386,
43,
9
],
[
743,
386,
43,
9
],
[
855,
386,
51,
9
],
[
251,
402,
85,
9
],
[
586,
402,
15,
9
],
[
670,
402,
23,
9
],
[
763,
402,
23,
9
],
[
883,
402,
23,
9
],
[
267,
421,
30,
9
],
[
558,
421,
43,
9
],
[
651,
421,
43,
9
],
[
743,
421,
43,
9
],
[
855,
421,
51,
9
],
[
235,
437,
80,
9
],
[
251,
452,
116,
9
],
[
558,
452,
43,
9
],
[
651,
452,
43,
9
],
[
743,
452,
43,
9
],
[
855,
452,
51,
9
],
[
251,
468,
85,
9
],
[
586,
468,
15,
9
],
[
678,
468,
15,
9
],
[
763,
468,
23,
9
],
[
883,
468,
23,
9
],
[
267,
487,
30,
9
],
[
558,
487,
43,
9
],
[
651,
487,
43,
9
],
[
743,
487,
43,
9
],
[
855,
487,
51,
9
],
[
235,
503,
48,
9
],
[
251,
518,
116,
9
],
[
558,
518,
43,
9
],
[
651,
518,
43,
9
],
[
743,
518,
43,
9
],
[
855,
518,
51,
9
],
[
251,
534,
85,
9
],
[
566,
534,
35,
9
],
[
659,
534,
35,
9
],
[
751,
534,
35,
9
],
[
863,
534,
43,
9
],
[
267,
553,
30,
9
],
[
558,
553,
43,
9
],
[
651,
553,
43,
9
],
[
743,
553,
43,
9
],
[
855,
553,
51,
9
],
[
235,
569,
158,
9
],
[
562,
569,
44,
9
],
[
655,
569,
42,
9
],
[
748,
569,
42,
9
],
[
859,
569,
52,
9
],
[
235,
588,
111,
9
],
[
530,
588,
71,
9
],
[
623,
588,
71,
9
],
[
715,
588,
71,
9
],
[
827,
588,
79,
9
],
[
235,
145,
16,
10
],
[
883,
145,
23,
10
],
[
235,
160,
34,
10
],
[
827,
160,
40,
10
],
[
897,
176,
10,
10
],
[
235,
191,
50,
10
],
[
737,
191,
57,
10
]
]
| [
3,
3,
7,
7,
7,
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,
9,
9,
9,
9,
9,
9,
9
]
| bb02235f1f8bf7236b7a12842b9df14cdc56c7db10f50e245c3ad06ed2c22042 | OTC_FUJHY_2003.pdf | 55 | 66 | 610 | 793 | 1,025 | 1,025 | ann_reports_00_04_fancy | financial_reports |
14209 | [
"•",
"If specific exemptions allowed in the General Conformity Rule apply; ",
"•",
"If the action, or portions thereof, are included on the federal agency’s list of “presumed to ",
"conform activities” (see Section 8.1.1.3); ",
"•",
"If total direct and indirect air emissions associated with the action are above or below the ",
"General Conformity ",
"de minimis ",
"levels; and ",
"•",
"If an EPA-approved SIP has an emissions budget against which the emissions associated ",
"with the action could be compared (i.e., a facility-wide emissions budget) and whether or ",
"not the budget is inclusive of the action. ",
"If an action is not exempt or presumed to conform, or found to cause emissions above applicable ",
"de minimis levels ",
"in any nonattainment or maintenance area, the agency must prepare a General ",
"Conformity Determination prior to taking the action. ",
"Best practices for each item of determination in an applicability analysis are discussed below. ",
"The EPA’s ",
"Green Book ",
"is a publicly available resource for identifying whether or not an action ",
"occurs in a",
"current or historical nonattainment or maintenance",
"area",
"for",
"any NAAQS",
"-regulated ",
"pollutant(s).",
"98 ",
"It",
"identifies",
"both",
"current",
"and",
"historical",
"nonattainment",
"or maintenance areas",
"each county within each U.S. state (as well as the U.S. territories of Guam and Puerto Rico). ",
"Some nonattainment and maintenance areas include an entire county or counties, whereas others ",
"only encompass a portion of a county (i.e., ",
"“partial”). For partial counties within nonattainment ",
"or maintenance areas, the location of an action within the exact jurisdictional boundaries of the ",
"area",
"should be",
"verified",
"with either EPA or the",
"state/local",
"air quality",
"control",
"agency",
"prior to ",
"ascribing any General Conformity applicability. Situations may arise where an action will occur ",
"at a facility whose footprint is only partially contained within a nonattainment or maintenance ",
"area.",
"Conversely,",
"emissions",
"associated",
"with",
"an",
"action",
"can",
"sometimes",
"span",
"nonattainment areas or portions thereof. ",
"Interagency coordination is also beneficial for actions occurring in maintenance areas that have a ",
"federally",
"enforceable",
"maintenance",
"plan, as the",
"duration and characteristics of these",
"plans can ",
"vary. Further, per the “anti-backsliding” regulations of the CAA, areas designated nonattainment ",
"or",
"maintenance",
"of",
"a",
"NAAQS",
"that",
"has",
"since",
"been",
"revoked",
"(",
"i.e.,",
"1-hour",
"O$_{3}$)",
"may",
"still",
"hold",
"a ",
"continuing program",
"responsibility to",
"enforce the",
"applicable plan,",
"or",
"components",
"thereof.",
"99 ",
"In ",
"these",
"instances,",
"interagency coordination",
"involving EPA and",
"state/local air quality governance ",
"can be beneficial in reaching accordance in how General Conformity should be addressed for an ",
"action. ",
"8.1.1.2. ",
"Conformity Exemptions ",
"8.1.1.1. ",
"Nonattainment/Maintenance Status for the Purposes of General Conformity ",
"Aviation Emissions and Air Quality Handbook ",
"98",
"EPA, ",
"The Green Book Nonattainment Areas for Criteria Pollutants, ",
"July 2013, ",
"http://www.epa.gov/oar/oaqps/greenbk/index.html. ",
"99 ",
"Codified at 40 CFR 51.900, the anti-backsliding provisions of the CAA prevent the rescission of measures or ",
"requirements applicable",
"to",
"areas in",
"which a",
"NAAQS",
"is revoked",
"or",
"relaxed",
"by the",
"EPA,",
"such that",
"requirements continue to apply to an area after revocation or relaxation of the NAAQS in question (i.e., the 1",
"-",
"hour O$_{3 }$NAAQS), if the requirements were applied in the area based on the area's prior designation. ",
"70$_{ }$"
]
| [
[
150,
92,
598,
20
],
[
150,
92,
598,
20
],
[
150,
119,
758,
38
],
[
150,
119,
758,
38
],
[
150,
119,
758,
38
],
[
150,
164,
764,
38
],
[
150,
164,
764,
38
],
[
150,
164,
764,
38
],
[
150,
164,
764,
38
],
[
150,
164,
764,
38
],
[
150,
208,
767,
56
],
[
150,
208,
767,
56
],
[
150,
208,
767,
56
],
[
150,
208,
767,
56
],
[
120,
269,
791,
56
],
[
120,
269,
791,
56
],
[
120,
269,
791,
56
],
[
120,
269,
791,
56
],
[
120,
331,
757,
20
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
390,
803,
74
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
469,
842,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
620,
828,
145
],
[
120,
778,
302,
20
],
[
120,
778,
302,
20
],
[
120,
364,
747,
20
],
[
120,
364,
747,
20
],
[
310,
46,
408,
17
],
[
120,
821,
561,
33
],
[
120,
821,
561,
33
],
[
120,
821,
561,
33
],
[
120,
821,
561,
33
],
[
120,
821,
561,
33
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
120,
851,
796,
62
],
[
502,
944,
45,
15
]
]
| [
[
150,
92,
9,
19
],
[
180,
92,
568,
20
],
[
150,
119,
9,
19
],
[
180,
119,
728,
20
],
[
180,
137,
334,
20
],
[
150,
164,
9,
19
],
[
180,
164,
733,
20
],
[
180,
181,
167,
20
],
[
348,
181,
93,
20
],
[
441,
181,
91,
20
],
[
150,
208,
9,
19
],
[
180,
208,
737,
20
],
[
180,
226,
728,
20
],
[
180,
244,
326,
20
],
[
120,
269,
791,
20
],
[
120,
287,
148,
20
],
[
267,
287,
642,
20
],
[
120,
305,
428,
20
],
[
120,
331,
757,
20
],
[
120,
390,
97,
20
],
[
216,
390,
105,
20
],
[
320,
390,
603,
20
],
[
120,
408,
97,
20
],
[
237,
408,
414,
20
],
[
671,
408,
37,
20
],
[
727,
408,
27,
20
],
[
775,
408,
77,
20
],
[
823,
408,
86,
20
],
[
120,
426,
97,
20
],
[
219,
427,
13,
11
],
[
238,
426,
9,
20
],
[
266,
426,
81,
20
],
[
365,
426,
34,
20
],
[
417,
426,
51,
20
],
[
486,
426,
26,
20
],
[
530,
426,
78,
20
],
[
626,
426,
89,
20
],
[
734,
426,
160,
20
],
[
120,
443,
747,
20
],
[
120,
469,
788,
20
],
[
120,
487,
368,
20
],
[
478,
487,
433,
20
],
[
120,
505,
809,
20
],
[
120,
523,
34,
20
],
[
172,
523,
78,
20
],
[
269,
523,
67,
20
],
[
354,
523,
181,
20
],
[
553,
523,
85,
20
],
[
657,
523,
78,
20
],
[
754,
523,
51,
20
],
[
823,
523,
56,
20
],
[
898,
523,
65,
20
],
[
120,
540,
797,
20
],
[
120,
558,
819,
20
],
[
120,
576,
57,
20
],
[
200,
576,
98,
20
],
[
321,
576,
83,
20
],
[
427,
576,
103,
20
],
[
553,
576,
34,
20
],
[
610,
576,
19,
20
],
[
652,
576,
57,
20
],
[
732,
576,
34,
20
],
[
789,
576,
83,
20
],
[
895,
576,
37,
20
],
[
120,
594,
325,
20
],
[
120,
620,
795,
20
],
[
120,
637,
78,
20
],
[
216,
637,
99,
20
],
[
334,
637,
87,
20
],
[
438,
637,
93,
20
],
[
550,
637,
300,
20
],
[
868,
637,
81,
20
],
[
120,
655,
792,
20
],
[
120,
673,
14,
20
],
[
152,
673,
87,
20
],
[
258,
673,
18,
20
],
[
294,
673,
8,
20
],
[
321,
673,
38,
20
],
[
377,
673,
28,
20
],
[
424,
673,
27,
20
],
[
469,
673,
42,
20
],
[
530,
673,
37,
20
],
[
586,
673,
55,
20
],
[
659,
673,
9,
20
],
[
630,
673,
39,
20
],
[
685,
673,
41,
20
],
[
742,
673,
18,
20
],
[
777,
673,
21,
20
],
[
815,
673,
30,
20
],
[
862,
673,
33,
20
],
[
912,
673,
16,
20
],
[
120,
691,
142,
20
],
[
281,
691,
128,
20
],
[
427,
691,
100,
20
],
[
547,
691,
132,
20
],
[
698,
691,
14,
20
],
[
731,
691,
77,
20
],
[
826,
691,
74,
20
],
[
868,
692,
13,
11
],
[
887,
691,
20,
20
],
[
120,
709,
43,
20
],
[
182,
709,
76,
20
],
[
277,
709,
197,
20
],
[
493,
709,
138,
20
],
[
649,
709,
281,
20
],
[
120,
727,
800,
20
],
[
120,
745,
59,
20
],
[
120,
778,
65,
20
],
[
211,
778,
212,
20
],
[
120,
364,
65,
20
],
[
211,
364,
657,
20
],
[
310,
46,
408,
17
],
[
120,
821,
10,
11
],
[
148,
823,
39,
16
],
[
188,
823,
419,
17
],
[
608,
823,
73,
16
],
[
150,
838,
346,
16
],
[
120,
851,
13,
11
],
[
150,
853,
766,
16
],
[
150,
868,
161,
16
],
[
328,
868,
10,
16
],
[
354,
868,
57,
16
],
[
427,
868,
56,
16
],
[
500,
868,
34,
16
],
[
550,
868,
70,
16
],
[
636,
868,
12,
16
],
[
665,
868,
54,
16
],
[
735,
868,
48,
16
],
[
799,
868,
29,
16
],
[
845,
868,
64,
16
],
[
150,
882,
766,
16
],
[
898,
882,
5,
16
],
[
150,
897,
675,
16
],
[
502,
944,
45,
15
]
]
| [
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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,
5,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
4
]
| f0ca7c39a2b2b32597ab3167e8212a7e6f6189f391f02e62211317eba701e21c | Air_Quality_Handbook_Appendices.pdf | 78 | 225 | 612 | 792 | 1,025 | 1,025 | faa_regulations | laws_and_regulations |
14210 | [
"Figure 2: Flour Beetle Growth Example.",
"(a)",
"Fitted trajectories using warped ANOVA",
"model; (b) warping functions; (c) principal component of the main factor,",
"ˆ",
"φ",
"(",
"t",
")",
"(solid",
"line), and of the residual term,",
"ˆ",
"ψ",
"(",
"t",
")",
"(dashed line); (d) estimated mean",
"ˆ",
"µ",
"(",
"t",
")",
"(solid line),",
"ˆ",
"µ",
"(",
"t",
") +",
"ˆ",
"φ",
"(",
"t",
")",
"(dash-dot line), and",
"ˆ",
"µ",
"(",
"t",
")",
"−",
"ˆ",
"φ",
"(",
"t",
")",
"(dotted line).",
"28"
]
| [
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
153,
617,
717,
81
],
[
502,
941,
20,
13
]
]
| [
[
153,
617,
339,
13
],
[
506,
617,
22,
13
],
[
533,
617,
337,
13
],
[
153,
636,
621,
13
],
[
784,
631,
9,
15
],
[
783,
635,
11,
15
],
[
795,
635,
7,
15
],
[
802,
635,
7,
15
],
[
809,
635,
7,
15
],
[
825,
636,
45,
13
],
[
153,
655,
250,
13
],
[
413,
650,
9,
15
],
[
411,
654,
12,
15
],
[
425,
654,
7,
15
],
[
432,
654,
7,
15
],
[
439,
654,
7,
15
],
[
454,
655,
275,
13
],
[
737,
654,
9,
15
],
[
736,
654,
11,
15
],
[
748,
654,
7,
15
],
[
755,
654,
7,
15
],
[
762,
654,
7,
15
],
[
777,
655,
94,
13
],
[
154,
672,
9,
15
],
[
153,
672,
11,
15
],
[
165,
672,
7,
15
],
[
173,
672,
7,
15
],
[
180,
672,
27,
15
],
[
212,
668,
9,
15
],
[
212,
672,
11,
15
],
[
223,
672,
7,
15
],
[
231,
672,
7,
15
],
[
238,
672,
7,
15
],
[
251,
673,
156,
13
],
[
413,
672,
9,
15
],
[
412,
672,
11,
15
],
[
424,
672,
7,
15
],
[
431,
672,
7,
15
],
[
438,
672,
7,
15
],
[
450,
672,
15,
26
],
[
471,
668,
9,
15
],
[
470,
672,
11,
15
],
[
482,
672,
7,
15
],
[
489,
672,
7,
15
],
[
497,
672,
7,
15
],
[
509,
673,
103,
13
],
[
502,
941,
20,
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,
4
]
| e0ad2be41f09600b2659ca7cdcca3322eb52ede454feef567cc88a6fbb2ad432 | 1303.6598.pdf | 29 | 33 | 612 | 792 | 1,025 | 1,025 | arxiv_doublespaced | scientific_articles |
14211 | [
"THE DIXIE GROUP, INC.",
"NOTES TO CONSOLIDATED FINANCIAL STATEMENTS",
"(amounts in thousands, except per share data)",
"(Continued)",
"NOTE 10 - LONG-TERM DEBT AND CREDIT ARRANGEMENTS",
"Revolving Credit Facility",
"Term Loans",
"Table of Contents",
"47",
"Effective October 29, 2020, the Company entered into a $15,000 principal amount USDA Guaranteed term loan with the Greater Nevada Credit Union as lender.",
"The term of the loan is 10 years and bears interest at a minimum 5.00% rate or 4.00% above 5- year treasury, to be reset after 5 years at 3.5% above 5-year",
"treasury. The loan is secured by a first lien on a substantial portion of the Company’s machinery and equipment and a second lien on the Company’s Atmore and",
"Roanoke facilities. The loan",
"Effective October 28, 2020, the Company entered into a $10,000 principal amount USDA Guaranteed term loan with AmeriState Bank as lender. The term of the",
"loan is 25 years and bears interest at a minimum 5.00% rate or 4.00% above 5-year treasury, to be reset every 5 years at 3.5% above 5-year treasury. The loan is",
"secured by a first mortgage on the Company’s Atmore, Alabama and Roanoke, Alabama facilities and requires certain compliance, affirmative, and financial",
"covenants. As of the reporting date, the Company is in compliance with all such covenants.",
"Effective October 30, 2020, the Company's previous Senior Secured Credit Facility with Wells Fargo Capital Finance, LLC was terminated and repaid, with the",
"subsequent new loans, by the Company upon notice to the lender in accordance with the terms of the facility.",
"The agreement is subject to customary terms and conditions and annual administrative fees with pricing varying on excess availability and a fixed charge",
"coverage ratio. The agreement is also subject to certain compliance, affirmative, and financial covenants. As of the reporting date, the Company is in compliance",
"with all such applicable covenants. The Company is only subject to the financial covenants if borrowing availability is less than 12.5% of the availability, and",
"remains until the availability is greater than 12.5% for thirty consecutive days. As of December 26, 2020, the unused borrowing availability under the revolving",
"credit facility was $43,344.",
"At the Company's election, advances of the revolving credit facility bear interest at annual rates equal to either (a) LIBOR for 1, 2, or 3 month periods, as defined",
"with a floor or 0.75% or published LIBOR, plus an applicable margin ranging between 1.50% and 2.00%, or (b) the higher of the prime rate plus an applicable",
"margin ranging between 0.50% and 1.00%. The applicable margin is determined based on availability under the revolving credit facility with margins increasing",
"as availability decreases. As of December 26, 2020, the applicable margin on the Company's revolving credit facility was 1.75%. The Company pays an unused",
"line fee on the average amount by which the aggregate commitments exceed utilization of the revolving credit facility equal to 0.25% per annum. The weighted-",
"average interest rate on borrowings outstanding under the revolving credit facility was 2.68% at December 26, 2020. Under the old revolving credit facility, the",
"Company's weighted-average interest rate on borrowings outstanding was 4.79% at December 28, 2019. At the Company's election, advances of the old",
"revolving credit facility bore interest at annual rates equal to either (a) LIBOR for 1, 2 or 3 month periods, as selected by the Company, plus an applicable margin",
"ranging between 1.50% and 2.00%, or (b) the higher of the prime rate, the Federal Funds rate plus 0.5%, or a daily LIBOR rate plus 1.00%, plus an applicable",
"margin ranging between 0.50% and 1.00%.",
"During the fourth quarter, the Company entered into a $75,000 Senior Secured Revolving Credit Facility with Fifth Third Bank National Association as lender. The",
"loan is secured by a first priority security interest on all accounts receivable, cash, and inventory, and provides for borrowing limited by certain percentages of",
"values of the accounts receivable and inventory. The revolving credit facility matures on October 30, 2025.",
"Long-term debt consists of the following:",
"2020",
"2019",
"Revolving credit facility",
"$",
"28,353",
"$",
"59,693 ",
"Term loans",
"24,970",
"— ",
"Notes payable - buildings",
"5,900",
"6,213 ",
"Notes payable - equipment and other",
"3,926",
"3,533 ",
"Finance lease - buildings",
"11,097",
"11,296 ",
"Finance lease obligations",
"5,841",
"8,187 ",
"Deferred financing costs, net",
"(1,930)",
"(571)",
"Total long-term debt",
"78,157",
"88,351 ",
"Less: current portion of long-term debt",
"6,116",
"6,684 ",
"Long-term debt",
"$",
"72,041",
"$",
"81,667 "
]
| [
[
342,
25,
344,
39
],
[
342,
25,
344,
39
],
[
342,
25,
344,
39
],
[
342,
25,
344,
39
],
[
24,
79,
390,
9
],
[
24,
264,
164,
9
],
[
24,
537,
77,
9
],
[
24,
683,
145,
10
],
[
24,
683,
145,
10
],
[
24,
612,
973,
39
],
[
24,
612,
973,
39
],
[
24,
612,
973,
39
],
[
24,
612,
973,
39
],
[
24,
560,
973,
39
],
[
24,
560,
973,
39
],
[
24,
560,
973,
39
],
[
24,
560,
973,
39
],
[
24,
504,
973,
19
],
[
24,
504,
973,
19
],
[
24,
441,
973,
49
],
[
24,
441,
973,
49
],
[
24,
441,
973,
49
],
[
24,
441,
973,
49
],
[
24,
441,
973,
49
],
[
24,
330,
973,
98
],
[
24,
330,
973,
98
],
[
24,
330,
973,
98
],
[
24,
330,
973,
98
],
[
24,
330,
973,
98
],
[
24,
330,
973,
98
],
[
24,
330,
973,
98
],
[
24,
330,
973,
98
],
[
24,
330,
973,
98
],
[
24,
330,
973,
98
],
[
24,
287,
973,
29
],
[
24,
287,
973,
29
],
[
24,
287,
973,
29
],
[
24,
102,
244,
9
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
],
[
24,
117,
971,
129
]
]
| [
[
437,
25,
154,
9
],
[
342,
34,
344,
9
],
[
356,
44,
316,
9
],
[
474,
54,
79,
9
],
[
24,
79,
390,
9
],
[
24,
264,
164,
9
],
[
24,
537,
77,
9
],
[
24,
683,
114,
10
],
[
161,
683,
8,
10
],
[
24,
612,
973,
9
],
[
24,
622,
973,
9
],
[
24,
632,
973,
9
],
[
24,
642,
163,
9
],
[
24,
560,
973,
9
],
[
24,
570,
973,
9
],
[
24,
580,
973,
9
],
[
24,
589,
546,
9
],
[
24,
504,
973,
9
],
[
24,
514,
657,
9
],
[
24,
441,
973,
9
],
[
24,
451,
973,
9
],
[
24,
461,
973,
9
],
[
24,
471,
973,
9
],
[
24,
481,
161,
9
],
[
24,
330,
973,
9
],
[
24,
340,
973,
9
],
[
24,
349,
973,
9
],
[
24,
359,
973,
9
],
[
24,
369,
973,
9
],
[
24,
379,
973,
9
],
[
24,
389,
973,
9
],
[
24,
399,
973,
9
],
[
24,
408,
973,
9
],
[
24,
418,
260,
9
],
[
24,
287,
973,
9
],
[
24,
297,
973,
9
],
[
24,
307,
641,
9
],
[
24,
102,
244,
9
],
[
770,
119,
33,
9
],
[
914,
119,
30,
9
],
[
26,
131,
140,
9
],
[
722,
131,
8,
9
],
[
802,
131,
45,
9
],
[
864,
131,
7,
9
],
[
948,
131,
45,
9
],
[
26,
142,
66,
9
],
[
802,
142,
45,
9
],
[
978,
142,
15,
9
],
[
26,
153,
151,
9
],
[
810,
153,
37,
9
],
[
955,
153,
37,
9
],
[
26,
164,
223,
9
],
[
810,
164,
37,
9
],
[
955,
164,
37,
9
],
[
26,
175,
147,
9
],
[
802,
175,
45,
9
],
[
948,
175,
45,
9
],
[
26,
187,
150,
9
],
[
810,
187,
37,
9
],
[
955,
187,
37,
9
],
[
26,
198,
173,
9
],
[
803,
198,
48,
9
],
[
961,
198,
31,
9
],
[
26,
210,
122,
9
],
[
802,
210,
45,
9
],
[
948,
210,
45,
9
],
[
26,
221,
232,
9
],
[
810,
221,
37,
9
],
[
955,
221,
37,
9
],
[
26,
234,
92,
9
],
[
722,
233,
8,
9
],
[
802,
233,
45,
9
],
[
864,
233,
7,
9
],
[
948,
233,
45,
9
]
]
| [
7,
7,
7,
7,
7,
7,
7,
4,
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,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8
]
| 8999414c693e2dfbc03f827252d138f7bcdec48d79bdb8cd8def99b489f32bcf | 0000029332-21-000015_20210310x10k.pdf | 46 | 70 | 595 | 842 | 1,025 | 1,025 | sec_filings | financial_reports |
14212 | [
"10",
"Sustainable ",
"Business ",
"Strategy",
"Working together for ",
"a sustainable future",
"175 years into our journey, AGL is committed to building a sustainable ",
"future for all of our stakeholders – our customers, ouremployees, ",
"our investors, the community and the environment.",
"Sustainability strategy",
"Loy Yang acquisition",
"Sustainability performance data",
"Energy for Life",
"Sustainability reporting",
"The material risks that influence AGL’s ",
"business priorities include:",
"AGL has established 12 strategic ",
"indicators of success to track our ",
"performance over time, together with ",
"visions to guide our actions in the longer ",
"term. Performance in each of these ",
"areas is monitored on a quarterly basis ",
"by the Board’s Safety, Sustainability and ",
"Corporate Responsibility Committee.",
"The following pages provide an account ",
"of AGL’s performance against each of ",
"the 12 strategic sustainability targets. ",
"They also set new targets for FY2013. ",
"This is the third year this framework has ",
"been used to measure our performance. ",
"Further sustainability performance data ",
"will be available in the 2012 Sustainability ",
"Performance Report, which will be ",
"published online around November 2012.",
"On 29 June 2012, AGL completed its ",
"acquisition of the Loy Yang A power ",
"station and adjacent coal mine in Victoria’s ",
"LaTrobe Valley.",
"Loy Yang will increase AGL’s operational ",
"greenhouse gas emissions footprint from ",
"around 1.5 million tonnes per annum to ",
"around 20 million tonnes per annum. ",
"The increase in AGL’s operational emissions ",
"will not result in an increase in total ",
"emissions from the energy sector.",
"AGL’s investment strategy will not change ",
"as a result of the acquisition of Loy Yang. ",
"Our goal is to be the largest renewable ",
"energy company in Australia. Cashflows ",
"generated by Loy Yang will fund our pipeline ",
"of renewable energy and low emission ",
"projects.",
"AGL’s corporate citizenship program ",
"is called Energy for Life. We give our ",
"employees opportunities to make charitable ",
"donations through payroll giving (Employee ",
"Giving), or to take a day of paid volunteer ",
"leave to assist a community organisation ",
"(Employee Volunteering).",
"In FY2012, an internal review of Energy for ",
"Life resulted in the introduction of a range of ",
"new charity partners and the establishment ",
"of a more strategic framework for AGL’s ",
"community contributions.",
"Over the next 6 years, AGL will invest ",
"more than $3 million in a number of ",
"community partnerships working to support ",
"families experiencing or at risk of energy-",
"related financial hardship and to promote ",
"household safety. We aim to support ",
"households experiencing hardship through ",
"prevention and education; intervention and ",
"capacity building; and crisis support.",
"AGL reports on sustainability performance ",
"to give stakeholders an understanding of ",
"the social, environmental and economic ",
"challenges facing it and the energy ",
"industry, and the steps that AGL is taking ",
"to protect and grow the long-term value ",
"of its business. AGL has published an ",
"annual Sustainability Performance Report ",
"since 2004 to communicate sustainability ",
"performance in the areas of customers, ",
"community, people, economic, climate ",
"change and environment.",
"Net Balance Management Group ",
"(Net Balance) has provided assurance over ",
"the 12 strategic sustainability indicators in ",
"this report using the AA1000 Assurance ",
"Standard (2008). Net Balance will be ",
"carrying out independent assurance over ",
"the 2012 Sustainability Performance ",
"Report and conducting a third-party ",
"application level check against the Global ",
"Reporting Initiative’s (GRI) G3 Sustainability ",
"Reporting Guidelines.",
"This report covers the activities and facilities ",
"over which AGL had operational control ",
"for all, or part of, the financial year ended ",
"30",
"June 2012, other than Loy Yang which ",
"was only acquired on 29 June 2012. Data ",
"relates to FY2012 unless otherwise stated.",
">",
"Economic performance",
" – delivering ",
"AGL’s integrated strategy and managing ",
"longer term challenges that may affect ",
"sustainable returns to investors.",
">",
"Customers ",
"– delivering excellent service ",
"and value to customers and providing ",
"access to energy for vulnerable customers.",
">",
"Community",
" – engaging with local ",
"communities about our development ",
"activities, and responding to broader ",
"community needs.",
">",
"People and safety ",
"– providing a safe ",
"workplace environment and developing ",
"the skills and talents of employees to ",
"deliver outstanding business results.",
">",
"Climate change",
" – structuring AGL’s ",
"portfolio of assets in readiness for ",
"a carbon constrained future.",
">",
"Environment",
" – managing the ",
"environmental impacts of supplying ",
"energy to customers, throughout the ",
"energy supply chain."
]
| [
[
912,
17,
14,
11
],
[
63,
37,
105,
59
],
[
63,
37,
105,
59
],
[
63,
37,
105,
59
],
[
48,
120,
403,
82
],
[
48,
120,
403,
82
],
[
48,
203,
544,
51
],
[
48,
203,
544,
51
],
[
48,
203,
544,
51
],
[
48,
276,
160,
14
],
[
647,
276,
143,
14
],
[
347,
544,
226,
14
],
[
647,
571,
105,
14
],
[
48,
678,
167,
14
],
[
48,
296,
241,
28
],
[
48,
296,
241,
28
],
[
347,
276,
257,
108
],
[
347,
276,
257,
108
],
[
347,
276,
257,
108
],
[
347,
276,
257,
108
],
[
347,
276,
257,
108
],
[
347,
276,
257,
108
],
[
347,
276,
257,
108
],
[
347,
276,
257,
108
],
[
347,
390,
264,
135
],
[
347,
390,
264,
135
],
[
347,
390,
264,
135
],
[
347,
390,
264,
135
],
[
347,
390,
264,
135
],
[
347,
390,
264,
135
],
[
347,
390,
264,
135
],
[
347,
390,
264,
135
],
[
347,
390,
264,
135
],
[
347,
390,
264,
135
],
[
647,
296,
266,
55
],
[
647,
296,
266,
55
],
[
647,
296,
266,
55
],
[
647,
296,
266,
55
],
[
647,
356,
273,
95
],
[
647,
356,
273,
95
],
[
647,
356,
273,
95
],
[
647,
356,
273,
95
],
[
647,
356,
273,
95
],
[
647,
356,
273,
95
],
[
647,
356,
273,
95
],
[
647,
457,
281,
95
],
[
647,
457,
281,
95
],
[
647,
457,
281,
95
],
[
647,
457,
281,
95
],
[
647,
457,
281,
95
],
[
647,
457,
281,
95
],
[
647,
457,
281,
95
],
[
647,
591,
280,
95
],
[
647,
591,
280,
95
],
[
647,
591,
280,
95
],
[
647,
591,
280,
95
],
[
647,
591,
280,
95
],
[
647,
591,
280,
95
],
[
647,
591,
280,
95
],
[
647,
691,
285,
68
],
[
647,
691,
285,
68
],
[
647,
691,
285,
68
],
[
647,
691,
285,
68
],
[
647,
691,
285,
68
],
[
647,
765,
282,
121
],
[
647,
765,
282,
121
],
[
647,
765,
282,
121
],
[
647,
765,
282,
121
],
[
647,
765,
282,
121
],
[
647,
765,
282,
121
],
[
647,
765,
282,
121
],
[
647,
765,
282,
121
],
[
647,
765,
282,
121
],
[
48,
698,
270,
162
],
[
48,
698,
270,
162
],
[
48,
698,
270,
162
],
[
48,
698,
270,
162
],
[
48,
698,
270,
162
],
[
48,
698,
270,
162
],
[
48,
698,
270,
162
],
[
48,
698,
270,
162
],
[
48,
698,
270,
162
],
[
48,
698,
270,
162
],
[
48,
698,
270,
162
],
[
48,
698,
270,
162
],
[
347,
651,
278,
148
],
[
347,
651,
278,
148
],
[
347,
651,
278,
148
],
[
347,
651,
278,
148
],
[
347,
651,
278,
148
],
[
347,
651,
278,
148
],
[
347,
651,
278,
148
],
[
347,
651,
278,
148
],
[
347,
651,
278,
148
],
[
347,
651,
278,
148
],
[
347,
651,
278,
148
],
[
347,
564,
284,
81
],
[
347,
564,
284,
81
],
[
347,
564,
284,
81
],
[
347,
564,
284,
81
],
[
347,
564,
284,
81
],
[
347,
564,
284,
81
],
[
347,
564,
284,
81
],
[
48,
330,
269,
55
],
[
48,
330,
269,
55
],
[
48,
330,
269,
55
],
[
48,
330,
269,
55
],
[
48,
330,
269,
55
],
[
48,
330,
269,
55
],
[
48,
390,
278,
41
],
[
48,
390,
278,
41
],
[
48,
390,
278,
41
],
[
48,
390,
278,
41
],
[
48,
390,
278,
41
],
[
48,
437,
250,
55
],
[
48,
437,
250,
55
],
[
48,
437,
250,
55
],
[
48,
437,
250,
55
],
[
48,
437,
250,
55
],
[
48,
437,
250,
55
],
[
48,
497,
265,
55
],
[
48,
497,
265,
55
],
[
48,
497,
265,
55
],
[
48,
497,
265,
55
],
[
48,
497,
265,
55
],
[
48,
497,
265,
55
],
[
48,
557,
243,
41
],
[
48,
557,
243,
41
],
[
48,
557,
243,
41
],
[
48,
557,
243,
41
],
[
48,
557,
243,
41
],
[
48,
604,
252,
55
],
[
48,
604,
252,
55
],
[
48,
604,
252,
55
],
[
48,
604,
252,
55
],
[
48,
604,
252,
55
],
[
48,
604,
252,
55
]
]
| [
[
912,
17,
14,
11
],
[
63,
37,
105,
19
],
[
63,
57,
82,
19
],
[
63,
78,
76,
19
],
[
48,
120,
403,
42
],
[
48,
160,
367,
42
],
[
48,
203,
544,
18
],
[
48,
220,
516,
18
],
[
48,
236,
399,
18
],
[
48,
276,
160,
14
],
[
647,
276,
143,
14
],
[
347,
544,
226,
14
],
[
647,
571,
105,
14
],
[
48,
678,
167,
14
],
[
48,
296,
241,
14
],
[
48,
310,
163,
14
],
[
347,
276,
209,
14
],
[
347,
289,
211,
14
],
[
347,
303,
243,
14
],
[
347,
316,
257,
14
],
[
347,
330,
226,
14
],
[
347,
343,
245,
14
],
[
347,
356,
254,
14
],
[
347,
370,
232,
14
],
[
347,
390,
252,
14
],
[
347,
403,
239,
14
],
[
347,
417,
242,
14
],
[
347,
430,
245,
14
],
[
347,
443,
255,
14
],
[
347,
457,
256,
14
],
[
347,
470,
253,
14
],
[
347,
484,
264,
14
],
[
347,
497,
220,
14
],
[
347,
510,
258,
14
],
[
647,
296,
234,
14
],
[
647,
310,
226,
14
],
[
647,
323,
266,
14
],
[
647,
336,
91,
14
],
[
647,
356,
251,
14
],
[
647,
370,
261,
14
],
[
647,
383,
250,
14
],
[
647,
397,
234,
14
],
[
647,
410,
273,
14
],
[
647,
423,
223,
14
],
[
647,
437,
212,
14
],
[
647,
457,
267,
14
],
[
647,
470,
259,
14
],
[
647,
484,
247,
14
],
[
647,
497,
252,
14
],
[
647,
510,
281,
14
],
[
647,
524,
243,
14
],
[
647,
537,
54,
14
],
[
647,
591,
230,
14
],
[
647,
604,
231,
14
],
[
647,
617,
280,
14
],
[
647,
631,
276,
14
],
[
647,
644,
264,
14
],
[
647,
658,
258,
14
],
[
647,
671,
158,
14
],
[
647,
691,
273,
14
],
[
647,
705,
285,
14
],
[
647,
718,
278,
14
],
[
647,
731,
256,
14
],
[
647,
745,
161,
14
],
[
647,
765,
241,
14
],
[
647,
778,
228,
14
],
[
647,
792,
282,
14
],
[
647,
805,
262,
14
],
[
647,
818,
260,
14
],
[
647,
832,
235,
14
],
[
647,
845,
269,
14
],
[
647,
859,
274,
14
],
[
647,
872,
227,
14
],
[
48,
698,
270,
14
],
[
48,
711,
260,
14
],
[
48,
725,
252,
14
],
[
48,
738,
222,
14
],
[
48,
751,
262,
14
],
[
48,
765,
260,
14
],
[
48,
778,
232,
14
],
[
48,
792,
263,
14
],
[
48,
805,
267,
14
],
[
48,
818,
252,
14
],
[
48,
832,
244,
14
],
[
48,
845,
159,
14
],
[
347,
651,
209,
14
],
[
347,
664,
270,
14
],
[
347,
678,
269,
14
],
[
347,
691,
257,
14
],
[
347,
705,
235,
14
],
[
347,
718,
261,
14
],
[
347,
731,
235,
14
],
[
347,
745,
233,
14
],
[
347,
758,
261,
14
],
[
347,
771,
278,
14
],
[
347,
785,
134,
14
],
[
347,
564,
284,
14
],
[
347,
577,
251,
14
],
[
347,
591,
262,
14
],
[
347,
604,
13,
14
],
[
367,
604,
246,
14
],
[
347,
617,
264,
14
],
[
347,
631,
269,
14
],
[
48,
330,
9,
14
],
[
63,
330,
151,
14
],
[
214,
330,
81,
14
],
[
63,
343,
254,
14
],
[
63,
356,
249,
14
],
[
63,
370,
200,
14
],
[
48,
390,
9,
14
],
[
63,
390,
72,
14
],
[
136,
390,
182,
14
],
[
63,
403,
234,
14
],
[
63,
417,
264,
14
],
[
48,
437,
9,
14
],
[
63,
437,
76,
14
],
[
139,
437,
142,
14
],
[
63,
450,
236,
14
],
[
63,
463,
234,
14
],
[
63,
477,
115,
14
],
[
48,
497,
9,
14
],
[
63,
497,
120,
14
],
[
183,
497,
116,
14
],
[
63,
510,
250,
14
],
[
63,
524,
236,
14
],
[
63,
537,
227,
14
],
[
48,
557,
9,
14
],
[
63,
557,
100,
14
],
[
163,
557,
128,
14
],
[
63,
571,
218,
14
],
[
63,
584,
178,
14
],
[
48,
604,
9,
14
],
[
63,
604,
83,
14
],
[
146,
604,
106,
14
],
[
63,
617,
227,
14
],
[
63,
631,
238,
14
],
[
63,
644,
127,
14
]
]
| [
5,
5,
5,
5,
7,
7,
9,
9,
9,
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,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
| bcde9f9c58f84346f62f99147b8594599c302daf6070c485dea3d2064f71464f | ASX_AGK.AX_2012.pdf | 13 | 154 | 595 | 841 | 1,025 | 1,025 | ann_reports_10_14_fancy | financial_reports |
14213 | [
"Patent document",
"Publication",
"Patent family",
"Publication",
"cited in search report",
"date",
"member(s)",
"date",
"EP 2656869",
"A1",
"30-10-2013",
"EP",
"2656869 A1",
"30-10-2013",
"EP",
"2841140 A2",
"04-03-2015",
"US",
"2015088051 A1",
"26-03-2015",
"WO",
"2013160180 A2",
"31-10-2013",
"US 5505710",
"A",
"09-04-1996",
"NONE",
"US 5180364",
"A",
"19-01-1993",
"NONE",
"US 2013144205",
"A1",
"06-06-2013",
"EP",
"2259831 A2",
"15-12-2010",
"JP",
"5866140 B2",
"17-02-2016",
"JP",
"2011512228 A",
"21-04-2011",
"US",
"2010324474 A1",
"23-12-2010",
"US",
"2013144205 A1",
"06-06-2013",
"WO",
"2009104189 A2",
"27-08-2009",
"INTERNATIONAL SEARCH REPORT",
"International application No",
"PCT/US2020/024480",
"Information on patent family members"
]
| [
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
96,
69,
857,
267
],
[
284,
25,
323,
12
],
[
669,
36,
157,
7
],
[
678,
54,
171,
9
],
[
318,
46,
217,
7
]
]
| [
[
170,
77,
101,
8
],
[
389,
77,
65,
8
],
[
583,
77,
77,
8
],
[
792,
77,
65,
8
],
[
157,
87,
126,
8
],
[
408,
87,
26,
8
],
[
589,
87,
65,
8
],
[
811,
87,
26,
8
],
[
161,
113,
100,
8
],
[
324,
113,
21,
8
],
[
387,
112,
100,
9
],
[
523,
113,
19,
8
],
[
604,
112,
103,
9
],
[
790,
112,
100,
9
],
[
523,
128,
19,
8
],
[
604,
127,
102,
9
],
[
790,
127,
100,
9
],
[
522,
142,
19,
8
],
[
573,
142,
134,
9
],
[
790,
142,
100,
9
],
[
521,
156,
20,
8
],
[
573,
156,
133,
9
],
[
790,
156,
100,
9
],
[
160,
186,
101,
8
],
[
324,
185,
10,
9
],
[
387,
185,
100,
9
],
[
522,
186,
39,
9
],
[
160,
215,
101,
8
],
[
324,
215,
10,
9
],
[
388,
215,
100,
9
],
[
522,
215,
39,
9
],
[
160,
244,
131,
8
],
[
324,
244,
21,
8
],
[
387,
244,
100,
9
],
[
523,
245,
19,
8
],
[
604,
244,
102,
9
],
[
791,
244,
100,
9
],
[
521,
259,
21,
8
],
[
604,
258,
102,
9
],
[
791,
259,
100,
9
],
[
521,
273,
21,
8
],
[
573,
273,
123,
9
],
[
790,
273,
100,
9
],
[
522,
288,
19,
8
],
[
573,
288,
134,
9
],
[
790,
288,
100,
9
],
[
522,
303,
19,
8
],
[
573,
302,
134,
9
],
[
790,
302,
100,
9
],
[
521,
317,
20,
8
],
[
573,
317,
133,
9
],
[
790,
317,
100,
9
],
[
284,
25,
323,
12
],
[
669,
36,
157,
7
],
[
678,
54,
171,
9
],
[
318,
46,
217,
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,
7,
9,
9,
9
]
| f88e8a1b958b456f40415f8b540abcc48cf75ea62385afa55bb2b54df6911109 | WO2020210025A1.pdf | 36 | 37 | 595 | 842 | 1,025 | 1,025 | patents_wp | patents |
14214 | [
"www",
"tangeroutlet",
"com",
"Lancaster, PA",
"Westbrook, CT",
"TUES ti) aoe",
"__",
"PAC SUN",
"i",
"BOSS HUGO BOSS | EI"
]
| [
[
64,
443,
943,
148
],
[
64,
443,
943,
148
],
[
64,
443,
943,
148
],
[
536,
788,
66,
8
],
[
286,
77,
73,
8
],
[
534,
596,
490,
189
],
[
534,
596,
490,
189
],
[
534,
596,
490,
189
],
[
534,
596,
490,
189
],
[
534,
596,
490,
189
]
]
| [
[
64,
443,
236,
63
],
[
205,
487,
660,
63
],
[
805,
528,
202,
63
],
[
536,
788,
66,
8
],
[
286,
77,
73,
8
],
[
615,
603,
139,
9
],
[
783,
603,
5,
9
],
[
800,
603,
63,
9
],
[
901,
603,
2,
9
],
[
616,
615,
265,
10
]
]
| [
9,
9,
9,
0,
0,
6,
6,
6,
6,
6
]
| d1b79bd332e42e0a1e633aee4848a15a6b155877fe30da7a471b4130d6f04ee5 | NYSE_SKT_2003.pdf | 66 | 68 | 612 | 792 | 1,025 | 1,025 | ann_reports_00_04_fancy | financial_reports |
14215 | [
"A.",
"INSTRUCTIONS TO TENDERERS ",
"this tender procedure. They must therefore commit themselves exclusively to the tenderer. ",
"Note that non-key experts must not be asked to sign statements of exclusivity and availability. ",
"Any expert working on another project, where",
"the",
"input from his/her position",
"to",
"that contract ",
"could",
"be",
"required",
"on",
"the",
"same dates as his/her activities under this contract, must not be ",
"proposed as a key expert for this contract under any circumstances. Consequently, the dates ",
"included by a key expert in his/her statement of exclusivity and availability in your tender must ",
"not",
"overlap with dates on which he/she is committed to work as a key expert",
"on any other ",
"contract. ",
"For experts presented as part-time key experts, it is up to the tenderer in its Organisation and ",
"Methodology (see item 7.1. (2) of the present Instructions to Tenderers) to demonstrate that the ",
"key",
"expert workload",
"is compatible with the level",
"of engagement",
"described in the Terms of ",
"References. ",
"The expert may participate in parallel tender procedures but must inform the Contracting ",
"Authority of these in the Statement of Exclusivity and Availability. Furthermore, the expert is ",
"expected to notify the tenderer immediately if he/she is successful in another tender procedure ",
"and he/she is expected to accept the first engagement offered to him/her chronologically. ",
"If a key expert is proposed as a key expert by more than one tenderer with the agreement of the ",
"key",
"expert, the",
"corresponding",
"tenders",
"will be",
"rejected. The",
"same",
"applies",
"if the",
"key",
"expert ",
"proposed has been involved in the preparation of the current assignment. The expert concerned ",
"will be excluded from this tender procedure and may also be excluded from other EIB-financed ",
"contracts. ",
"Having selected a firm partly on the basis of an evaluation of the key experts presented in the ",
"tender, the Contracting Authority expects the contract to be executed by these specific experts. ",
"However, after",
"the award letter, the selected tenderer",
"may propose replacements for",
"the key ",
"experts under certain conditions (for further information see point 19). ",
"q",
"Each key expert must also undertake to be available, able and willing to work for the whole ",
"period scheduled for his/her input to implement the tasks set out in the Terms of Reference ",
"and/or in the Organisation and methodology. ",
"b)",
"A signed",
" declaration",
" from each legal entity identified in the tender submission form, using ",
"the format attached to the tender submission form. ",
"c) ",
"A",
"signed ",
"Declaration of honour on exclusion and selection criteria",
"from each legal ",
"entity",
"identified",
"in",
"the",
"tender submission",
"form, using",
"the",
"format attached",
"to",
"the",
"tender ",
"submission form. ",
"d)",
"The ",
"legal entity file",
"and",
"supporting",
"documents (in case of",
"consortium,",
"these documents ",
"should be provided by all the members). If the tenderer has already signed another contract ",
"with the European Investment Bank, it may provide instead either its legal entity number or a ",
"copy of the legal entity file provided on that occasion, unless it has changed its legal status ",
"in the meantime. ",
"e)",
"Duly authorised signature: ",
"an official document",
"(statutes,",
"power",
"of",
"attorney,",
"notary ",
"statement, etc.) proving that the person who signs on behalf of the company AND/OR joint ",
"venture/consortium is duly authorised to do so. Please highlight in your offer the document ",
"and the place in the respective document where this authorisation is mentioned. ",
"(2) ",
"Organisation and methodology",
" (will become Annex to the contract), to be drawn up by ",
"the tenderer using the following instructions: ",
"Ø",
"Any comments on the Terms of reference of importance for the successful execution ",
"of activities, in particular its objectives and expected results, thus demonstrating the ",
"degree of understanding of the contract. An opinion on the key issues related to the ",
"achievement of the contract objectives and expected results. ",
"Ø",
"An explanation of the risks and assumptions affecting the execution of the contract. ",
"Ø",
"An outline of the approach proposed for contract implementation. ",
"Ø",
"A",
"list of the proposed activities considered to be necessary to achieve the contract ",
"Page 5 of 12",
"AA-000799-002_TAINSTRUCT ",
"Rationale ",
"Strategy "
]
| [
[
154,
44,
294,
13
],
[
154,
44,
294,
13
],
[
185,
87,
693,
13
],
[
154,
158,
717,
13
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
179,
741,
83
],
[
154,
263,
741,
55
],
[
154,
263,
741,
55
],
[
154,
263,
741,
55
],
[
154,
263,
741,
55
],
[
154,
263,
741,
55
],
[
154,
263,
741,
55
],
[
154,
263,
741,
55
],
[
154,
263,
741,
55
],
[
154,
327,
741,
55
],
[
154,
327,
741,
55
],
[
154,
327,
741,
55
],
[
154,
327,
741,
55
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
390,
741,
69
],
[
154,
467,
741,
55
],
[
154,
467,
741,
55
],
[
154,
467,
741,
55
],
[
154,
467,
741,
55
],
[
154,
467,
741,
55
],
[
154,
467,
741,
55
],
[
154,
467,
741,
55
],
[
154,
109,
741,
41
],
[
154,
109,
741,
41
],
[
154,
109,
741,
41
],
[
154,
109,
741,
41
],
[
154,
530,
740,
27
],
[
154,
530,
740,
27
],
[
154,
530,
740,
27
],
[
154,
530,
740,
27
],
[
154,
530,
740,
27
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
566,
741,
41
],
[
154,
615,
741,
69
],
[
154,
615,
741,
69
],
[
154,
615,
741,
69
],
[
154,
615,
741,
69
],
[
154,
615,
741,
69
],
[
154,
615,
741,
69
],
[
154,
615,
741,
69
],
[
154,
615,
741,
69
],
[
154,
615,
741,
69
],
[
154,
615,
741,
69
],
[
154,
615,
741,
69
],
[
154,
615,
741,
69
],
[
154,
693,
741,
55
],
[
154,
693,
741,
55
],
[
154,
693,
741,
55
],
[
154,
693,
741,
55
],
[
154,
693,
741,
55
],
[
154,
693,
741,
55
],
[
154,
693,
741,
55
],
[
154,
693,
741,
55
],
[
154,
693,
741,
55
],
[
154,
693,
741,
55
],
[
154,
693,
741,
55
],
[
154,
756,
741,
27
],
[
154,
756,
741,
27
],
[
154,
756,
741,
27
],
[
154,
756,
741,
27
],
[
203,
812,
692,
55
],
[
203,
812,
692,
55
],
[
203,
812,
692,
55
],
[
203,
812,
692,
55
],
[
203,
812,
692,
55
],
[
203,
876,
668,
13
],
[
203,
876,
668,
13
],
[
203,
918,
530,
13
],
[
203,
918,
530,
13
],
[
203,
939,
692,
13
],
[
203,
939,
692,
13
],
[
203,
939,
692,
13
],
[
811,
980,
87,
12
],
[
154,
980,
219,
12
],
[
203,
791,
77,
13
],
[
203,
897,
68,
13
]
]
| [
[
154,
44,
29,
13
],
[
194,
44,
255,
13
],
[
185,
87,
693,
13
],
[
154,
158,
717,
13
],
[
154,
179,
333,
13
],
[
501,
179,
22,
13
],
[
537,
179,
216,
13
],
[
766,
179,
9,
13
],
[
789,
179,
106,
13
],
[
154,
193,
33,
13
],
[
203,
193,
10,
13
],
[
227,
193,
58,
13
],
[
300,
193,
19,
13
],
[
335,
193,
24,
13
],
[
374,
193,
521,
13
],
[
154,
207,
741,
13
],
[
154,
221,
740,
13
],
[
154,
235,
28,
13
],
[
198,
235,
566,
13
],
[
780,
235,
114,
13
],
[
154,
249,
70,
13
],
[
154,
263,
740,
13
],
[
154,
277,
741,
13
],
[
154,
291,
23,
13
],
[
193,
291,
106,
13
],
[
314,
291,
224,
13
],
[
554,
291,
119,
13
],
[
689,
291,
206,
13
],
[
154,
305,
97,
13
],
[
154,
327,
741,
13
],
[
154,
341,
741,
13
],
[
154,
354,
741,
13
],
[
154,
368,
681,
13
],
[
154,
390,
741,
13
],
[
154,
404,
20,
13
],
[
189,
404,
79,
13
],
[
282,
404,
104,
13
],
[
401,
404,
51,
13
],
[
466,
404,
51,
13
],
[
530,
404,
96,
13
],
[
640,
404,
23,
13
],
[
677,
404,
56,
13
],
[
747,
404,
53,
13
],
[
815,
404,
20,
13
],
[
849,
404,
46,
13
],
[
154,
418,
741,
13
],
[
154,
432,
741,
13
],
[
154,
446,
79,
13
],
[
154,
467,
740,
13
],
[
154,
481,
740,
13
],
[
154,
495,
112,
13
],
[
282,
495,
303,
13
],
[
601,
495,
215,
13
],
[
831,
495,
64,
13
],
[
154,
509,
533,
13
],
[
154,
111,
12,
10
],
[
185,
109,
709,
13
],
[
185,
123,
710,
13
],
[
185,
137,
344,
13
],
[
154,
530,
15,
13
],
[
184,
530,
69,
13
],
[
254,
530,
98,
13
],
[
352,
530,
543,
13
],
[
185,
544,
389,
13
],
[
154,
566,
19,
13
],
[
185,
566,
7,
13
],
[
205,
566,
55,
13
],
[
265,
566,
492,
13
],
[
771,
566,
124,
13
],
[
185,
580,
48,
13
],
[
246,
580,
82,
13
],
[
341,
580,
24,
13
],
[
378,
580,
21,
13
],
[
413,
580,
117,
13
],
[
543,
580,
87,
13
],
[
644,
580,
21,
13
],
[
678,
580,
99,
13
],
[
791,
580,
9,
13
],
[
813,
580,
21,
13
],
[
847,
580,
48,
13
],
[
185,
594,
135,
13
],
[
154,
615,
17,
13
],
[
186,
615,
33,
13
],
[
222,
615,
124,
13
],
[
361,
615,
29,
13
],
[
404,
615,
86,
13
],
[
505,
615,
166,
13
],
[
686,
615,
82,
13
],
[
783,
615,
112,
13
],
[
185,
629,
710,
13
],
[
185,
643,
710,
13
],
[
185,
657,
710,
13
],
[
185,
671,
132,
13
],
[
154,
693,
17,
13
],
[
186,
693,
216,
13
],
[
409,
693,
179,
13
],
[
602,
693,
73,
13
],
[
689,
693,
30,
13
],
[
732,
693,
16,
13
],
[
762,
693,
67,
13
],
[
843,
693,
52,
13
],
[
185,
707,
710,
13
],
[
185,
720,
709,
13
],
[
185,
734,
612,
13
],
[
154,
756,
25,
13
],
[
203,
756,
256,
13
],
[
460,
756,
435,
13
],
[
203,
770,
340,
13
],
[
203,
812,
13,
13
],
[
234,
812,
661,
13
],
[
234,
826,
661,
13
],
[
234,
840,
661,
13
],
[
234,
854,
466,
13
],
[
203,
876,
13,
13
],
[
234,
876,
637,
13
],
[
203,
918,
13,
13
],
[
234,
918,
499,
13
],
[
203,
939,
13,
13
],
[
234,
939,
8,
13
],
[
257,
939,
638,
13
],
[
811,
980,
87,
12
],
[
154,
980,
219,
12
],
[
203,
791,
77,
13
],
[
203,
897,
68,
13
]
]
| [
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,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
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,
7,
7
]
| b1dab9d9fffc3498298b485fb1a79007195c6d979e9b684f50510e4e26fd71d6 | EN-AA-000799-002-A_TAINSTRUCT.pdf | 4 | 12 | 595 | 842 | 1,025 | 1,025 | eu_tenders | government_tenders |
14216 | [
"performed and generally bears project cost, schedule and performance risks unless certain specified events occur, in which case Bechtel may cause",
"SPL to enter into a change order, or SPL agrees with Bechtel to a change order.",
"The total contract price of the EPC contract for Train 6 of the SPL Project is approximately $2.5 billion, including estimated costs for the third",
"marine berth that is currently under construction. As of December 31, 2020, we have incurred $1.9 billion under this contract.",
"The Sabine Pass LNG terminal has operational regasification capacity of approximately 4 Bcf/d and aggregate LNG storage capacity of",
"approximately 17 Bcfe. Approximately 2 Bcf/d of the regasification capacity at the Sabine Pass LNG terminal has been reserved under two long-term",
"third-party TUAs, under which SPLNG’s customers are required to pay fixed monthly fees, whether or not they use the LNG terminal. Each of Total",
"and Chevron U.S.A. Inc. (“Chevron”) has reserved approximately 1 Bcf/d of regasification capacity and is obligated to make monthly capacity",
"payments to SPLNG aggregating approximately $125 million annually, prior to inflation adjustments, for 20 years that commenced in 2009. Total S.A.",
"has guaranteed Total’s obligations under its TUA up to $2.5 billion, subject to certain exceptions, and Chevron Corporation has guaranteed Chevron’s",
"obligations under its TUA up to 80% of the fees payable by Chevron.",
"The remaining approximately 2 Bcf/d of capacity has been reserved under a TUA by SPL. SPL is obligated to make monthly capacity payments",
"to SPLNG aggregating approximately $250 million annually, prior to inflation adjustments, continuing until at least May 2036. SPL entered into a",
"partial TUA assignment agreement with Total, whereby upon substantial completion of Train 5 of the SPL Project, SPL gained access to substantially",
"all of Total’s capacity and other services provided under Total’s TUA with SPLNG. This agreement provides SPL with additional berthing and storage",
"capacity at the Sabine Pass LNG terminal that may be used to provide increased flexibility in managing LNG cargo loading and unloading activity,",
"permit SPL to more flexibly manage its LNG storage capacity and accommodate the development of Train 6. Notwithstanding any arrangements",
"between Total and SPL, payments required to be made by Total to SPLNG will continue to be made by Total to SPLNG in accordance with its TUA.",
"During the years ended December 31, 2020, 2019 and 2018, SPL recorded $129 million, $104 million and $30 million, respectively, as operating and",
"maintenance expense under this partial TUA assignment agreement.",
"Under each of these TUAs, SPLNG is entitled to retain 2% of the LNG delivered to the Sabine Pass LNG terminal.",
"We are currently operating two Trains and two marine berths at the CCL Project and commissioning one additional Train that is expected to be",
"substantially completed in the first quarter of 2021. We have received authorization from the FERC to site, construct and operate Trains 1 through 3",
"of the CCL Project. We completed construction of Trains 1 and 2 of the CCL Project and commenced commercial operating activities in February 2019",
"and August 2019, respectively. The following table summarizes the project completion and construction status of Train 3 of the CCL Project, including",
"the related infrastructure, as of December 31, 2020:",
"Separate from the CCH Group, we are also developing Corpus Christi Stage 3 through our subsidiary CCL Stage III, adjacent to the CCL Project.",
"We received approval from FERC in November 2019 to site, construct and operate seven midscale Trains with an expected total production capacity",
"of approximately 10 mtpa of LNG.",
"Corpus Christi LNG Terminal",
"Liquefaction Facilities",
"Regasification Facilities",
"9",
"CCL Train 3",
"Overall project completion percentage",
"99.6%",
"Completion percentage of:",
"Engineering",
"100.0%",
"Procurement",
"100.0%",
"Subcontract work",
"99.9%",
"Construction",
"99.0%",
"Expected date of substantial completion",
"1Q 2021"
]
| [
[
24,
70,
973,
21
],
[
24,
70,
973,
21
],
[
24,
104,
973,
21
],
[
24,
104,
973,
21
],
[
24,
162,
973,
77
],
[
24,
162,
973,
77
],
[
24,
162,
973,
77
],
[
24,
162,
973,
77
],
[
24,
162,
973,
77
],
[
24,
162,
973,
77
],
[
24,
162,
973,
77
],
[
24,
254,
973,
100
],
[
24,
254,
973,
100
],
[
24,
254,
973,
100
],
[
24,
254,
973,
100
],
[
24,
254,
973,
100
],
[
24,
254,
973,
100
],
[
24,
254,
973,
100
],
[
24,
254,
973,
100
],
[
24,
254,
973,
100
],
[
60,
368,
723,
10
],
[
24,
442,
973,
52
],
[
24,
442,
973,
52
],
[
24,
442,
973,
52
],
[
24,
442,
973,
52
],
[
24,
442,
973,
52
],
[
24,
615,
973,
33
],
[
24,
615,
973,
33
],
[
24,
615,
973,
33
],
[
24,
393,
205,
10
],
[
48,
418,
139,
10
],
[
48,
140,
151,
10
],
[
507,
701,
8,
10
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
],
[
25,
501,
972,
96
]
]
| [
[
24,
70,
973,
10
],
[
24,
81,
513,
10
],
[
60,
104,
938,
10
],
[
24,
115,
817,
10
],
[
60,
162,
938,
10
],
[
24,
173,
973,
10
],
[
24,
185,
973,
10
],
[
24,
196,
973,
10
],
[
24,
207,
973,
10
],
[
24,
218,
973,
10
],
[
24,
230,
443,
10
],
[
60,
254,
938,
10
],
[
24,
265,
973,
10
],
[
24,
277,
973,
10
],
[
24,
288,
973,
10
],
[
24,
299,
973,
10
],
[
24,
310,
973,
10
],
[
24,
321,
973,
10
],
[
24,
333,
973,
10
],
[
24,
344,
446,
10
],
[
60,
368,
723,
10
],
[
60,
442,
938,
10
],
[
24,
453,
973,
10
],
[
24,
463,
973,
10
],
[
24,
474,
973,
10
],
[
24,
484,
339,
10
],
[
60,
615,
938,
10
],
[
24,
626,
973,
10
],
[
24,
637,
219,
10
],
[
24,
393,
205,
10
],
[
48,
418,
139,
10
],
[
48,
140,
151,
10
],
[
507,
701,
8,
10
],
[
848,
502,
82,
10
],
[
26,
514,
249,
10
],
[
869,
514,
40,
10
],
[
26,
526,
172,
10
],
[
49,
538,
77,
10
],
[
865,
538,
49,
10
],
[
49,
550,
83,
10
],
[
865,
550,
49,
10
],
[
49,
562,
113,
10
],
[
869,
562,
40,
10
],
[
49,
574,
82,
10
],
[
869,
574,
40,
10
],
[
26,
586,
261,
10
],
[
862,
586,
55,
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,
7,
7,
7,
4,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8
]
| 5b93fa2a5c5e3d579c366ca85bae56415a0c3301b18ad83daf17dbec469c92b8 | 0000003570-21-000039_20210223x10k.pdf | 10 | 145 | 595 | 842 | 1,025 | 1,025 | sec_filings | financial_reports |
14217 | [
"Ein Service des Bundesministeriums der Justiz und für Verbraucherschutz",
"sowie des Bundesamts für Justiz ‒ www.gesetze-im-internet.de",
"- Seite 13 von 18 -",
"Zeitliche Richtwerte",
"in Wochen",
"im Ausbildungsjahr",
"Teil des",
"Ausbildungsberufsbildes",
"Zu vermittelnde",
"Fertigkeiten, Kenntnisse und Fähigkeiten",
"1",
"2",
"3/4",
"d)",
"Funktionen prüfen und einstellen, Fehler unter",
"Beachtung der Schnittstellen eingrenzen und",
"beheben",
" 9",
"Montieren und",
"Inbetriebnehmen",
"(§ 4 Absatz 2 Nummer 17)",
"a)",
"Bau- und Normteile sowie",
"Verbindungselemente nach Arbeitsunterlagen",
"bereitstellen",
"b)",
"Bauteile für den funktionsgerechten Einbau",
"prüfen",
"c) ",
"Fügeflächen hinsichtlich Oberflächenform und",
"Oberflächenbeschaffenheit anpassen",
"5",
"10",
"Instandhalten von",
"technischen Systemen",
"(§ 4 Absatz 2 Nummer 18)",
"a)",
"Funktion von technischen Systemen prüfen,",
"vorgegebene Werte vergleichen und einstellen,",
"Prüfungsergebnisse dokumentieren",
"b)",
"Systeme nach Instandhaltungsplänen warten,",
"Verschleißteile im Rahmen der vorbeugenden",
"Instandhaltung austauschen",
"c) ",
"Systeme unter Beachtung ihrer Funktion",
"demontieren und Teile hinsichtlich Lage und",
"Funktion kennzeichnen",
"4",
"B.",
"Betriebliche Fachbildung in den Schwerpunkten",
"1.",
"Schwerpunkt Maschinenbau",
"Zeitliche Richtwert",
"ein Wochen",
"im Ausbildungsjahr",
"Teil des",
"Ausbildungsberufsbildes",
"Zu vermittelnde",
"Fertigkeiten, Kenntnisse und Fähigkeiten",
"1",
"2",
"3/4",
"a)",
"Schweißeinrichtungen, Zusatz- und Hilfsstoffe",
"für das Schweißen auswählen sowie",
"Einstellwerte festlegen, Betriebsbereitschaft",
"herstellen",
"b)",
"Nahtart unter Berücksichtigung der Werkstoffe",
"und der Werkstücke festlegen, Werkstücke und",
"Fugen zum Schweißen vorbereiten",
"c) ",
"Bleche und Profile aus Stahl oder Aluminium",
"in verschiedenen Positionen heften und mit",
"unterschiedlichen Verfahren schweißen",
"4",
"1",
"Fügen",
"(§ 4 Absatz 2 Nummer 9)",
"d)",
"Schweißnähte prüfen und nachbehandeln",
"e)",
"Halbzeuge aus Kunststoffen schweißen",
"f) ",
"Bleche und Profile aus Stahl oder Aluminium",
"mit unterschiedlichen Verfahren trennen",
"g)",
"Pressverbindungen, insbesondere durch",
"Einpressen, Schrumpfen oder Dehnen,",
"herstellen",
"8",
"2",
"Montieren und",
"Inbetriebnehmen",
"(§ 4 Absatz 2 Nummer 17)",
"a)",
"Maschinen oder Systeme nach Anleitung und",
"Plänen aufstellen, ausrichten, befestigen und",
"4"
]
| [
[
480,
14,
456,
27
],
[
480,
14,
456,
27
],
[
472,
993,
114,
15
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
],
[
83,
74,
901,
902
]
]
| [
[
480,
14,
456,
15
],
[
545,
25,
391,
15
],
[
472,
993,
114,
15
],
[
812,
77,
155,
19
],
[
849,
92,
81,
19
],
[
815,
106,
148,
19
],
[
221,
96,
59,
19
],
[
156,
110,
189,
19
],
[
524,
96,
124,
19
],
[
428,
110,
317,
19
],
[
816,
129,
9,
19
],
[
878,
129,
9,
19
],
[
940,
129,
24,
19
],
[
383,
147,
13,
19
],
[
401,
147,
378,
19
],
[
419,
162,
350,
19
],
[
419,
176,
67,
19
],
[
99,
205,
14,
19
],
[
134,
205,
112,
19
],
[
134,
219,
133,
19
],
[
134,
234,
203,
19
],
[
383,
211,
15,
19
],
[
404,
211,
214,
19
],
[
419,
225,
357,
19
],
[
419,
240,
97,
19
],
[
383,
261,
14,
19
],
[
402,
261,
354,
19
],
[
419,
275,
50,
19
],
[
383,
296,
24,
19
],
[
419,
296,
357,
19
],
[
419,
311,
288,
19
],
[
857,
261,
9,
19
],
[
97,
339,
19,
19
],
[
134,
339,
139,
19
],
[
134,
353,
175,
19
],
[
134,
368,
203,
19
],
[
383,
345,
14,
19
],
[
402,
345,
358,
19
],
[
419,
359,
369,
19
],
[
419,
374,
276,
19
],
[
383,
395,
14,
19
],
[
402,
395,
372,
19
],
[
419,
409,
356,
19
],
[
419,
424,
220,
19
],
[
383,
445,
24,
19
],
[
419,
445,
315,
19
],
[
419,
459,
344,
19
],
[
419,
474,
179,
19
],
[
899,
409,
9,
19
],
[
219,
504,
25,
12
],
[
252,
504,
590,
12
],
[
410,
514,
11,
19
],
[
426,
514,
221,
19
],
[
816,
533,
145,
19
],
[
843,
547,
90,
19
],
[
814,
562,
148,
19
],
[
221,
551,
59,
19
],
[
156,
566,
189,
19
],
[
523,
551,
124,
19
],
[
427,
566,
317,
19
],
[
814,
584,
9,
19
],
[
876,
584,
9,
19
],
[
939,
584,
24,
19
],
[
383,
612,
13,
19
],
[
401,
612,
374,
19
],
[
419,
627,
279,
19
],
[
419,
642,
344,
19
],
[
419,
656,
77,
19
],
[
383,
677,
14,
19
],
[
402,
677,
381,
19
],
[
419,
692,
368,
19
],
[
419,
706,
269,
19
],
[
383,
727,
24,
19
],
[
419,
727,
345,
19
],
[
419,
741,
337,
19
],
[
419,
756,
306,
19
],
[
897,
684,
9,
19
],
[
102,
606,
9,
19
],
[
133,
606,
47,
19
],
[
133,
621,
193,
19
],
[
383,
790,
15,
19
],
[
403,
790,
339,
19
],
[
383,
811,
14,
19
],
[
403,
811,
320,
19
],
[
383,
832,
21,
19
],
[
419,
832,
345,
19
],
[
419,
846,
315,
19
],
[
383,
867,
14,
19
],
[
402,
867,
328,
19
],
[
419,
882,
299,
19
],
[
419,
896,
77,
19
],
[
946,
843,
9,
19
],
[
102,
925,
9,
19
],
[
133,
925,
112,
19
],
[
133,
939,
133,
19
],
[
133,
954,
203,
19
],
[
383,
931,
15,
19
],
[
403,
931,
366,
19
],
[
419,
945,
351,
19
],
[
897,
939,
9,
19
]
]
| [
5,
5,
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
]
| f8f28494d292a11b175607485b7a2656a666ed625011e1d847307bb5947d4838 | FeinwAusbV.pdf | 12 | 18 | 595 | 841 | 1,025 | 1,025 | german_laws | laws_and_regulations |
14218 | [
"since this is nothing but a Clebsh-Gordan coefficient occurring in the conformal partial wave",
"expansion. It is still unclear if the skewness effect (76) is an indispensable feature of GPD",
"phenomenology (see discussion in [14, 38]).",
"Let us emphasize that the skewness ratio in the framework of the dual parametrization",
"is not with necessity given by (76). In order to alter the skewness ratio one has to take into",
"account the contribution of subsequent forward like functions",
"Q$_{2}$$_{ν}$",
"(",
"G$_{2}$$_{ν}$",
") singular enough",
"to change the small",
"ξ",
"asymptotic behavior of",
"H",
"$^{q g}$(",
"ξ, ξ",
"). For this one has to assume that",
"Q$_{2}$$_{ν}$",
"(",
"x",
"),",
"G$_{2}$$_{ν}$",
"(",
"x",
")",
"∼",
"1",
"/x",
"2",
"ν",
"+",
"α",
"$^{q,g}$. The rigorous way to handle the occurring divergencies of the",
"generalized form factors",
"$^{B$_{2}$$_{ν}$}$−",
"1",
"0",
"and of the quark and gluon",
"D",
"-form factors was described in details in [22].",
"In the remaining part of this section we consider a toy model in order to briefly sketch",
"the possible fitting strategy for hard exclusive scattering observables based on the dual",
"parametrization of GPDs.",
"For definiteness we discuss the case of DVCS at the leading",
"order.",
"In order to fit the experimental data we have to propose certain Ansatz for the relevant",
"GPD quintessence functions",
"N",
"(",
"x, t",
"). The contribution of the forward like function",
"Q$_{0}$",
"(",
"x, t",
")",
"into GPD quintessence function is entirely fixed in terms of the",
"t",
"-dependent parton dis-",
"tributions.",
"Since for the moment we discuss DVCS let",
"q",
"(",
"x, t",
") be the DVCS combination",
"of",
"t",
"-dependent singlet parton distributions",
"q",
"(",
"x, t",
") =",
"4",
"$_{9}$u$_{+}$",
"(",
"x, t",
") +",
"1",
"$_{9}$d$_{+}$",
"(",
"x, t",
")",
".",
"The observable",
"quantities can be expressed in terms of the standard elementary amplitude",
"where",
"H",
"(",
"x, ξ, t",
") is the DVCS combination of singlet quark GPDs.",
"The leading singular behavior for",
"x",
"∼",
"0",
"of the",
"t",
"-dependent PDF",
"q",
"(",
"x, t",
") is assumed to be",
"determined by the linear Regge trajectory",
"a",
"(",
"t",
")",
"≡",
"α",
"+",
"α",
"′",
"t",
":",
"B",
"q",
"(",
"E, M",
")",
"2",
"ν",
"−",
"1",
"0",
"(",
"t",
") =",
"∫",
"1",
"0",
"dxx",
"2",
"ν",
"−",
"$^{1}$Q",
"(",
"E, M",
")",
"2",
"ν",
"(",
"x, t",
") ;",
"B",
"g",
"(",
"E, M",
")",
"2",
"ν",
"−",
"1",
"0",
"(",
"t",
") =",
"1",
"0",
"dxx",
"2",
"ν",
"−",
"$^{1}$G",
"(",
"E, M",
")",
"2",
"ν",
"(",
"x, t",
")",
"(78)",
"A",
"(",
"ξ, t",
") =",
"∫",
"1",
"0",
"dxH",
"(",
"x, ξ, t",
")",
"[",
"1",
"ξ",
"−",
"x",
"−",
"iϵ",
"−",
"1",
"ξ",
"+",
"x",
"−",
"iϵ",
"]",
",",
"(79)",
"q",
"(",
"x, t",
")",
"∼",
"c",
"q",
"1",
"x",
"a",
"(",
"t",
")",
",",
"(80)",
"24"
]
| [
[
120,
94,
780,
69
],
[
120,
94,
780,
69
],
[
120,
94,
780,
69
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
175,
780,
159
],
[
120,
438,
642,
15
],
[
120,
438,
642,
15
],
[
120,
438,
642,
15
],
[
120,
465,
780,
96
],
[
120,
465,
780,
96
],
[
120,
465,
780,
96
],
[
120,
465,
780,
96
],
[
120,
465,
780,
96
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
574,
780,
150
],
[
120,
825,
563,
15
],
[
120,
825,
563,
15
],
[
120,
825,
563,
15
],
[
120,
825,
563,
15
],
[
120,
825,
563,
15
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
120,
852,
780,
53
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
355,
338,
545,
85
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
294,
736,
607,
61
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
427,
911,
473,
36
],
[
491,
978,
19,
15
]
]
| [
[
120,
94,
780,
15
],
[
120,
121,
780,
15
],
[
120,
148,
367,
15
],
[
145,
175,
755,
15
],
[
120,
202,
780,
15
],
[
120,
229,
540,
15
],
[
669,
229,
29,
15
],
[
709,
229,
7,
15
],
[
716,
229,
29,
15
],
[
748,
229,
153,
15
],
[
120,
256,
171,
15
],
[
300,
256,
8,
15
],
[
317,
256,
199,
15
],
[
524,
256,
16,
15
],
[
542,
256,
24,
15
],
[
567,
256,
27,
15
],
[
595,
256,
305,
15
],
[
120,
283,
29,
15
],
[
151,
283,
7,
15
],
[
159,
283,
11,
15
],
[
170,
283,
13,
15
],
[
190,
283,
29,
15
],
[
222,
283,
7,
15
],
[
229,
283,
11,
15
],
[
240,
283,
7,
15
],
[
254,
283,
15,
26
],
[
276,
283,
9,
15
],
[
286,
283,
20,
15
],
[
307,
282,
7,
10
],
[
314,
282,
6,
9
],
[
322,
282,
11,
10
],
[
333,
282,
9,
9
],
[
342,
283,
558,
15
],
[
120,
311,
204,
15
],
[
332,
317,
40,
17
],
[
372,
317,
4,
10
],
[
385,
317,
4,
10
],
[
120,
438,
234,
15
],
[
361,
438,
16,
15
],
[
378,
438,
384,
15
],
[
145,
465,
755,
15
],
[
120,
493,
780,
15
],
[
120,
520,
227,
15
],
[
364,
520,
536,
15
],
[
120,
547,
50,
15
],
[
145,
574,
755,
15
],
[
120,
601,
240,
15
],
[
367,
601,
15,
15
],
[
385,
601,
7,
15
],
[
393,
601,
26,
15
],
[
420,
601,
408,
15
],
[
835,
601,
22,
15
],
[
859,
601,
7,
15
],
[
866,
601,
26,
15
],
[
893,
601,
7,
15
],
[
120,
628,
565,
15
],
[
694,
628,
7,
15
],
[
702,
628,
199,
15
],
[
120,
655,
89,
15
],
[
223,
655,
378,
15
],
[
610,
655,
8,
15
],
[
620,
655,
7,
15
],
[
627,
655,
26,
15
],
[
654,
655,
246,
15
],
[
120,
682,
15,
15
],
[
143,
682,
7,
15
],
[
150,
682,
337,
15
],
[
496,
682,
8,
15
],
[
505,
682,
7,
15
],
[
513,
682,
26,
15
],
[
540,
682,
30,
15
],
[
579,
680,
7,
10
],
[
579,
682,
31,
15
],
[
611,
682,
7,
15
],
[
619,
682,
26,
15
],
[
646,
682,
28,
15
],
[
681,
680,
7,
10
],
[
681,
682,
30,
15
],
[
712,
682,
7,
15
],
[
720,
682,
26,
15
],
[
747,
682,
7,
15
],
[
758,
682,
5,
15
],
[
771,
682,
129,
15
],
[
120,
709,
642,
15
],
[
120,
825,
49,
15
],
[
177,
825,
16,
15
],
[
195,
825,
7,
15
],
[
202,
825,
45,
15
],
[
248,
825,
436,
15
],
[
145,
852,
284,
15
],
[
436,
852,
11,
15
],
[
453,
852,
15,
26
],
[
474,
852,
6,
15
],
[
495,
852,
44,
15
],
[
546,
852,
7,
15
],
[
553,
852,
142,
15
],
[
701,
852,
8,
15
],
[
711,
852,
7,
15
],
[
718,
852,
26,
15
],
[
745,
852,
155,
15
],
[
120,
879,
360,
15
],
[
487,
879,
10,
15
],
[
498,
879,
7,
15
],
[
505,
879,
7,
15
],
[
512,
879,
7,
15
],
[
526,
879,
15,
26
],
[
547,
879,
12,
15
],
[
564,
879,
15,
15
],
[
584,
879,
12,
15
],
[
596,
878,
3,
17
],
[
601,
879,
7,
15
],
[
608,
879,
5,
15
],
[
355,
353,
14,
15
],
[
371,
349,
6,
9
],
[
381,
349,
5,
10
],
[
386,
349,
31,
9
],
[
419,
349,
5,
10
],
[
370,
361,
7,
10
],
[
377,
361,
6,
9
],
[
385,
361,
11,
17
],
[
396,
361,
4,
10
],
[
409,
361,
4,
10
],
[
425,
353,
7,
15
],
[
433,
353,
7,
15
],
[
440,
353,
28,
15
],
[
474,
338,
11,
50
],
[
494,
340,
7,
10
],
[
485,
371,
7,
10
],
[
505,
353,
32,
15
],
[
537,
351,
7,
10
],
[
544,
351,
6,
9
],
[
552,
351,
11,
17
],
[
563,
353,
23,
15
],
[
587,
349,
5,
10
],
[
592,
349,
31,
9
],
[
625,
349,
5,
10
],
[
587,
361,
7,
10
],
[
594,
361,
6,
9
],
[
631,
353,
7,
15
],
[
639,
353,
26,
15
],
[
666,
353,
16,
15
],
[
355,
396,
14,
15
],
[
371,
392,
6,
9
],
[
381,
392,
5,
10
],
[
386,
392,
31,
9
],
[
419,
392,
5,
10
],
[
370,
403,
7,
10
],
[
377,
404,
6,
9
],
[
385,
403,
11,
17
],
[
396,
403,
4,
10
],
[
409,
403,
4,
10
],
[
425,
396,
7,
15
],
[
433,
396,
7,
15
],
[
440,
396,
28,
15
],
[
494,
383,
7,
10
],
[
485,
414,
7,
10
],
[
505,
396,
32,
15
],
[
538,
393,
7,
10
],
[
545,
394,
6,
9
],
[
553,
393,
11,
17
],
[
564,
396,
23,
15
],
[
587,
392,
5,
10
],
[
593,
392,
31,
9
],
[
625,
392,
5,
10
],
[
587,
403,
7,
10
],
[
594,
404,
6,
9
],
[
632,
396,
7,
15
],
[
639,
396,
26,
15
],
[
666,
396,
7,
15
],
[
866,
396,
34,
15
],
[
294,
752,
14,
15
],
[
309,
752,
7,
15
],
[
316,
752,
25,
15
],
[
342,
752,
28,
15
],
[
376,
737,
11,
50
],
[
396,
739,
7,
10
],
[
387,
770,
7,
10
],
[
407,
752,
37,
15
],
[
446,
752,
7,
15
],
[
454,
752,
45,
15
],
[
499,
752,
7,
15
],
[
510,
736,
10,
50
],
[
560,
741,
9,
15
],
[
522,
762,
8,
15
],
[
537,
762,
15,
26
],
[
557,
762,
11,
15
],
[
572,
762,
15,
26
],
[
592,
762,
14,
15
],
[
613,
752,
15,
26
],
[
672,
741,
9,
15
],
[
635,
762,
8,
15
],
[
649,
762,
15,
15
],
[
669,
762,
11,
15
],
[
684,
762,
15,
26
],
[
705,
762,
14,
15
],
[
721,
736,
10,
50
],
[
738,
752,
5,
15
],
[
866,
783,
34,
15
],
[
427,
922,
8,
15
],
[
437,
922,
7,
15
],
[
444,
922,
26,
15
],
[
471,
922,
7,
15
],
[
485,
922,
15,
26
],
[
506,
922,
8,
15
],
[
514,
920,
6,
9
],
[
540,
911,
9,
15
],
[
527,
933,
11,
15
],
[
538,
932,
7,
9
],
[
546,
932,
5,
10
],
[
551,
932,
5,
9
],
[
556,
932,
5,
10
],
[
568,
922,
5,
15
],
[
866,
922,
34,
15
],
[
491,
978,
19,
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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,
4
]
| 55880c19fbd01d96192f07ac02717916fbe5128cdd6f96b65dbafca98b88a7bf | 1001.2711.pdf | 23 | 37 | 612 | 792 | 1,025 | 1,025 | arxiv_mediumspaced | scientific_articles |
14219 | [
"function of the number of nucleons, the shell correction takes care of the shell fluctuations",
"of the binding energy which is missing from the macroscopic model. Shell fluctuations are",
"present in any microscopic model.",
"E.g.",
"the shell correction can be calculated from sin-",
"gle particle energies of self-consistent Hartree-Fock and relativistic mean filed calculations",
"[17, 18].",
"In Ref.",
"[18]",
"shell correction calculated on the single particle energies was used",
"to generate a smooth energy from the result of these microscopic calculation and the typi-",
"cal phenomenological parameterization of the",
"microscopically calculated",
"macroscopic energy",
"terms were analyzed.",
"In the present work we use the simplest i.e.",
"the independent particle shell model to",
"generate the single particle energies in a phenomenological nuclear potential for the sake of",
"simplicity only, since the smoothing procedure could be tested equally well on the result of",
"this simple model. In this model we treat neutrons and protons separately. In this case the",
"shell correction",
"is the sum of the shell corrections",
"δE$_{τ}$",
"(",
"N$_{τ}$",
") calculated for neutrons:",
"τ",
"=",
"ν",
"with",
"N$_{ν}$",
"=",
"N",
"and for protons",
"τ",
"=",
"π",
"with",
"N$_{π}$",
"=",
"Z",
". In what follows we shall discuss the calculation of the",
"shell correction",
"δE$_{τ}$",
"(",
"N$_{τ}$",
") for a sort of nucleons only.",
"The shell correction can be estimated as the difference of the shell model binding energy",
"E",
"τ",
"sp",
"and its smoothed counterpart",
"˜",
"E",
"τ",
"calculated also in the shell model.",
"Here the shell model binding energy",
"is a sum of the single particle energies",
"E",
"τ",
"j",
"of the lowest energy orbits, from",
"E",
"τ",
"1",
"until the",
"Fermi-level. In the sum above we can take into account the",
"n$_{i}$",
"-fold degeneracies of the shell",
"model orbits and use only the different single particle energies denoted by",
"e",
"τ",
"i",
"The key quantity of the MM model is the smoothed energy",
"˜",
"E",
"τ",
"therefore, we have to give",
"a unique definition for calculating it unambiguously. If we have the bound single particle",
"δE",
"(",
"N, Z",
") =",
"∑",
"τ",
"=",
"ν,π",
"δE$_{τ}$",
"(",
"N$_{τ}$",
") =",
"δE",
"(",
"N",
") +",
"δE",
"(",
"Z",
")",
"(2)",
"δE$_{τ}$",
"=",
"E",
"τ",
"sp",
"−",
"˜",
"E",
"τ",
".",
"(3)",
"E",
"τ",
"sp",
"=",
"N",
"τ",
"∑",
"j",
"=1",
"E",
"τ",
"j",
"(4)",
"E",
"τ",
"sp",
"=",
"∑",
"i",
"n$_{i}$ e",
"τ",
"i",
".",
"(5)",
"4"
]
| [
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
94,
780,
204
],
[
120,
311,
780,
123
],
[
120,
311,
780,
123
],
[
120,
311,
780,
123
],
[
120,
311,
780,
123
],
[
120,
311,
780,
123
],
[
120,
311,
780,
123
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
488,
780,
69
],
[
120,
569,
780,
45
],
[
120,
569,
780,
45
],
[
120,
569,
780,
45
],
[
120,
569,
780,
45
],
[
120,
569,
780,
45
],
[
120,
569,
780,
45
],
[
120,
569,
780,
45
],
[
120,
569,
780,
45
],
[
120,
569,
780,
45
],
[
120,
677,
309,
15
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
768,
780,
73
],
[
120,
908,
780,
46
],
[
120,
908,
780,
46
],
[
120,
908,
780,
46
],
[
120,
908,
780,
46
],
[
120,
908,
780,
46
],
[
120,
908,
780,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
318,
442,
583,
46
],
[
436,
633,
465,
30
],
[
436,
633,
465,
30
],
[
436,
633,
465,
30
],
[
436,
633,
465,
30
],
[
436,
633,
465,
30
],
[
436,
633,
465,
30
],
[
436,
633,
465,
30
],
[
436,
633,
465,
30
],
[
436,
633,
465,
30
],
[
436,
633,
465,
30
],
[
436,
633,
465,
30
],
[
455,
707,
446,
58
],
[
455,
707,
446,
58
],
[
455,
707,
446,
58
],
[
455,
707,
446,
58
],
[
455,
707,
446,
58
],
[
455,
707,
446,
58
],
[
455,
707,
446,
58
],
[
455,
707,
446,
58
],
[
455,
707,
446,
58
],
[
455,
707,
446,
58
],
[
455,
707,
446,
58
],
[
455,
707,
446,
58
],
[
455,
707,
446,
58
],
[
440,
860,
461,
46
],
[
440,
860,
461,
46
],
[
440,
860,
461,
46
],
[
440,
860,
461,
46
],
[
440,
860,
461,
46
],
[
440,
860,
461,
46
],
[
440,
860,
461,
46
],
[
440,
860,
461,
46
],
[
440,
860,
461,
46
],
[
440,
860,
461,
46
],
[
440,
860,
461,
46
],
[
496,
978,
9,
15
]
]
| [
[
120,
94,
780,
15
],
[
120,
121,
780,
15
],
[
120,
148,
299,
15
],
[
435,
148,
33,
15
],
[
484,
148,
416,
15
],
[
120,
175,
780,
15
],
[
120,
202,
69,
15
],
[
204,
202,
60,
15
],
[
279,
202,
25,
15
],
[
322,
202,
578,
15
],
[
120,
229,
780,
15
],
[
120,
256,
386,
15
],
[
512,
257,
217,
14
],
[
735,
256,
165,
15
],
[
120,
283,
179,
15
],
[
145,
311,
391,
15
],
[
553,
311,
348,
15
],
[
120,
338,
780,
15
],
[
120,
365,
780,
15
],
[
120,
392,
780,
15
],
[
120,
419,
129,
15
],
[
120,
488,
296,
15
],
[
425,
488,
30,
15
],
[
457,
488,
7,
15
],
[
465,
488,
21,
15
],
[
489,
488,
220,
15
],
[
721,
488,
8,
15
],
[
740,
488,
15,
15
],
[
763,
488,
9,
15
],
[
782,
488,
38,
15
],
[
828,
488,
22,
15
],
[
860,
488,
15,
15
],
[
883,
488,
15,
15
],
[
120,
515,
131,
15
],
[
258,
515,
8,
15
],
[
274,
515,
15,
15
],
[
295,
515,
11,
15
],
[
313,
515,
38,
15
],
[
357,
515,
23,
15
],
[
388,
515,
15,
15
],
[
409,
515,
13,
15
],
[
430,
515,
471,
15
],
[
120,
542,
129,
15
],
[
256,
542,
30,
15
],
[
289,
542,
7,
15
],
[
297,
542,
21,
15
],
[
321,
542,
241,
15
],
[
145,
569,
755,
15
],
[
120,
596,
14,
15
],
[
136,
594,
6,
10
],
[
135,
604,
13,
10
],
[
156,
596,
253,
15
],
[
421,
592,
9,
15
],
[
416,
596,
14,
15
],
[
432,
594,
6,
10
],
[
447,
596,
290,
15
],
[
120,
677,
309,
15
],
[
120,
769,
337,
15
],
[
466,
769,
14,
15
],
[
482,
768,
6,
10
],
[
480,
777,
5,
10
],
[
499,
769,
286,
15
],
[
793,
769,
14,
15
],
[
809,
768,
6,
10
],
[
808,
777,
7,
10
],
[
826,
769,
75,
15
],
[
120,
796,
506,
15
],
[
633,
796,
16,
15
],
[
650,
796,
250,
15
],
[
120,
823,
634,
15
],
[
761,
823,
9,
15
],
[
770,
822,
6,
10
],
[
770,
831,
4,
10
],
[
145,
912,
499,
15
],
[
654,
908,
9,
15
],
[
650,
912,
14,
15
],
[
666,
910,
6,
10
],
[
685,
912,
215,
15
],
[
120,
939,
780,
15
],
[
318,
446,
23,
15
],
[
343,
446,
7,
15
],
[
351,
446,
38,
15
],
[
391,
446,
28,
15
],
[
430,
442,
28,
46
],
[
425,
468,
6,
10
],
[
433,
468,
11,
10
],
[
444,
468,
19,
10
],
[
467,
446,
30,
15
],
[
500,
446,
7,
15
],
[
507,
446,
21,
15
],
[
531,
446,
28,
15
],
[
565,
446,
23,
15
],
[
591,
446,
7,
15
],
[
598,
446,
15,
15
],
[
616,
446,
27,
15
],
[
648,
446,
23,
15
],
[
673,
446,
7,
15
],
[
681,
446,
13,
15
],
[
695,
446,
7,
15
],
[
876,
446,
25,
15
],
[
436,
636,
30,
15
],
[
474,
636,
15,
15
],
[
495,
636,
14,
15
],
[
511,
634,
6,
10
],
[
510,
644,
13,
10
],
[
529,
636,
15,
26
],
[
553,
633,
9,
15
],
[
549,
636,
14,
15
],
[
564,
634,
6,
10
],
[
580,
636,
5,
15
],
[
876,
636,
25,
15
],
[
455,
722,
14,
15
],
[
470,
720,
6,
10
],
[
469,
730,
13,
10
],
[
489,
722,
15,
15
],
[
515,
707,
11,
10
],
[
526,
711,
5,
5
],
[
510,
719,
28,
46
],
[
512,
744,
5,
10
],
[
519,
744,
18,
10
],
[
542,
722,
14,
15
],
[
558,
720,
6,
10
],
[
557,
730,
5,
10
],
[
876,
722,
25,
15
],
[
440,
864,
14,
15
],
[
456,
861,
6,
10
],
[
454,
872,
13,
10
],
[
474,
864,
15,
15
],
[
495,
860,
28,
46
],
[
507,
886,
4,
10
],
[
527,
864,
32,
15
],
[
560,
861,
6,
10
],
[
560,
872,
4,
10
],
[
576,
864,
5,
15
],
[
876,
864,
25,
15
],
[
496,
978,
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,
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,
4
]
| 1ba9d7a32cf6655a8e7e94b31f197d3e3b71b9cd16db97f55fad55e19f88b0ea | 1002.4333.pdf | 3 | 26 | 612 | 792 | 1,025 | 1,025 | arxiv_mediumspaced | scientific_articles |
14220 | [
"200510114967. 3",
"3811/15 wt",
"OY",
"u",
"DI",
"F",
"LK",
"SAAN ANAS SN SS SNCS SSN SS N",
"N",
"BR",
"= ei",
"Be",
"Sot",
"‘2",
"Te EI",
"ee yess.",
"wae a. ¥"
]
| [
[
98,
61,
131,
8
],
[
659,
60,
267,
11
],
[
659,
60,
267,
11
],
[
659,
60,
267,
11
],
[
171,
208,
704,
641
],
[
171,
208,
704,
641
],
[
171,
208,
704,
641
],
[
171,
208,
704,
641
],
[
171,
208,
704,
641
],
[
171,
208,
704,
641
],
[
171,
208,
704,
641
],
[
171,
208,
704,
641
],
[
171,
208,
704,
641
],
[
171,
208,
704,
641
],
[
171,
208,
704,
641
],
[
171,
208,
704,
641
],
[
171,
208,
704,
641
]
]
| [
[
98,
61,
131,
8
],
[
845,
60,
81,
11
],
[
697,
60,
89,
11
],
[
659,
60,
16,
11
],
[
734,
215,
9,
8
],
[
590,
503,
4,
2
],
[
730,
253,
50,
444
],
[
733,
255,
7,
296
],
[
653,
486,
73,
51
],
[
604,
503,
22,
5
],
[
594,
504,
11,
41
],
[
574,
531,
22,
14
],
[
562,
534,
11,
9
],
[
543,
534,
17,
9
],
[
673,
595,
9,
57
],
[
668,
595,
6,
56
],
[
661,
594,
6,
57
]
]
| [
5,
5,
5,
5,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6
]
| 98077e9b9120bd04dc9e4148de845651ae0b5ffe92fdc71d2cbfec2656937586 | CN100539786C.pdf | 28 | 33 | 595 | 842 | 1,025 | 1,025 | patents_cn | patents |
14221 | [
"NOTES TO CONSOLIDATED FINANCIAL STATEMENTS",
"liabilities and consist primarily of fixed income securities. Return-Seeking Assets include any asset class not intended to hedge the Plan’s liabilities. At",
"December 31, 2020, these assets included domestic and international equities, private equity (including secondary private equity), real assets, and",
"hedge funds. Additionally, the Plan allows certain of their managers, subject to specific risk constraints, to utilize derivative instruments in order to",
"enhance asset return, reduce volatility or both. Derivatives are primarily employed by the Plans in their fixed income portfolios and in the hedge",
"fund-of-funds area. Derivatives can be used for hedging purposes to reduce risk.",
"No shares of Equifax common stock were directly owned by the Plan at December 31, 2020 or 2019. Not more than 5% of the portfolio (at",
"cost), and 10% of the equity portfolio’s market value, shall be invested in the securities of any one issuer, except the U.S. Government and U.S.",
"Government Agencies.",
"The following asset allocation ranges and actual allocations were in effect as of December 31, 2020 and 2019: ",
"CRIP Investment and Asset Allocation Strategies.",
"The primary goal of the asset allocation strategy of the Plan is to produce a total",
"investment return which will satisfy future annual cash benefit payments to participants and minimize future contributions from the Company.",
"Additionally, this strategy will diversify the plan assets to minimize nonsystemic risk and provide reasonable assurance that no single security or class",
"of security will have a disproportionate impact on the Plan. Due to the high funded status of the Plan, the Investment Committee of the CRIP has",
"adopted a conservative asset allocation and in 2020 further continued to de-risk the Plan by reducing equity exposure. The Investment Committee",
"maintains an investment policy for the CRIP, which imposes certain limitations and restrictions regarding allowable types of investments. The current",
"investment policy imposes those restrictions on investments or transactions such as (1) Equifax common stock or securities, except as might be",
"incidental to any pooled funds which the plan may have, (2) commodities or loans, (3) short sales and the use of margin accounts, (4) put and call",
"options, (5) private placements, and (6) transactions which are “related-party” in nature as specified by the Canadian Pension Benefits Standards Act",
"and its regulations.",
"Equifax Retirement Savings Plans.",
"Equifax sponsors a U.S. tax qualified defined contribution plan, the Equifax Inc. 401(k) Plan, or the",
"Plan. Beginning with the 2019 plan year, we provide a discretionary match of participants’ contributions, up to five or six percent of employees",
"eligible pay depending on certain eligibility rules under the Plan. Prior to the 2019 plan year, we also provided a discretionary direct contribution to",
"certain eligible employees, the percentage of which was based upon an employee’s credited years of service. Company contributions for the Plan",
"during the twelve months ended December 31, 2020, 2019 and 2018 were $31.8 million, $26.9 million and $30.7 million, respectively.",
"Foreign Retirement Plans.",
"We also maintain defined contribution plans for certain employees in Canada and Spain, and meet certain",
"compulsory contribution requirements to retirement funds for employees in Australia, the U.K. and Ireland. For the years ended December 31, 2020,",
"2019 and 2018, our contributions related to these plans were $13.4 million, $13.9 million, and $14.1 million, respectively.",
"104",
"Range",
"Actual",
"CRIP",
"2020",
"2019",
"2020",
"2019",
"Public Equities",
"0% - 40%",
"25% - 55%",
"16.3",
"%",
"49.1 ",
"%",
"Fixed Income",
"60% - 100%",
"40% - 60%",
"75.8",
"%",
"50.7 ",
"%",
"Money Market",
"0% - 10%",
"0% - 10%",
"7.9",
"%",
"0.2 ",
"%",
"Alternative Credit",
"0% - 10%",
"0% - 20%",
"—",
"%",
"— ",
"%",
"The following specifies the asset allocation ranges and actual allocation as of December 31, 2020 and 2019:",
"Range",
"Actual",
"USRIP",
"2020",
"2019",
"2020",
"2019",
"U.S. Equity",
"0% - 20%",
"5% - 35%",
"6.6",
"%",
"11.5 ",
"%",
"International Equity",
"0% - 10%",
"5% - 20%",
"5.8",
"%",
"12.7 ",
"%",
"Private Equity",
"0% - 10%",
"0% - 10%",
"1.7",
"%",
"2.3 ",
"%",
"Hedge Funds",
"0% - 10%",
"0% - 10%",
"2.6",
"%",
"6.6 ",
"%",
"Real Assets",
"0% - 10%",
"0% - 10%",
"2.8",
"%",
"3.4 ",
"%",
"Fixed Income",
"65% - 100%",
"35% - 65%",
"76.7",
"%",
"61.8 ",
"%",
"Cash",
"0% - 15%",
"0% - 15%",
"3.8",
"%",
"1.7 ",
"%"
]
| [
[
24,
12,
373,
10
],
[
24,
52,
972,
55
],
[
24,
52,
972,
55
],
[
24,
52,
972,
55
],
[
24,
52,
972,
55
],
[
24,
52,
972,
55
],
[
24,
119,
943,
33
],
[
24,
119,
943,
33
],
[
24,
119,
943,
33
],
[
72,
164,
719,
10
],
[
24,
302,
973,
111
],
[
24,
302,
973,
111
],
[
24,
302,
973,
111
],
[
24,
302,
973,
111
],
[
24,
302,
973,
111
],
[
24,
302,
973,
111
],
[
24,
302,
973,
111
],
[
24,
302,
973,
111
],
[
24,
302,
973,
111
],
[
24,
302,
973,
111
],
[
24,
302,
973,
111
],
[
24,
528,
954,
55
],
[
24,
528,
954,
55
],
[
24,
528,
954,
55
],
[
24,
528,
954,
55
],
[
24,
528,
954,
55
],
[
24,
528,
954,
55
],
[
24,
596,
962,
33
],
[
24,
596,
962,
33
],
[
24,
596,
962,
33
],
[
24,
596,
962,
33
],
[
499,
669,
24,
10
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
22,
436,
977,
75
],
[
72,
426,
701,
10
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
],
[
25,
176,
978,
109
]
]
| [
[
24,
12,
373,
10
],
[
24,
52,
972,
10
],
[
24,
63,
956,
10
],
[
24,
74,
952,
10
],
[
24,
86,
936,
10
],
[
24,
97,
522,
10
],
[
72,
119,
895,
10
],
[
24,
131,
931,
10
],
[
24,
142,
147,
10
],
[
72,
164,
719,
10
],
[
72,
302,
358,
10
],
[
436,
302,
524,
10
],
[
24,
314,
923,
10
],
[
24,
325,
973,
10
],
[
24,
336,
936,
10
],
[
24,
347,
951,
10
],
[
24,
359,
967,
10
],
[
24,
370,
935,
10
],
[
24,
381,
948,
10
],
[
24,
392,
969,
10
],
[
24,
403,
124,
10
],
[
72,
528,
250,
10
],
[
329,
528,
638,
10
],
[
24,
540,
927,
10
],
[
24,
551,
954,
10
],
[
24,
562,
943,
10
],
[
24,
573,
872,
10
],
[
72,
596,
190,
10
],
[
269,
596,
689,
10
],
[
24,
607,
962,
10
],
[
24,
618,
789,
10
],
[
499,
669,
24,
10
],
[
616,
439,
45,
10
],
[
854,
439,
46,
10
],
[
26,
452,
33,
10
],
[
565,
452,
35,
10
],
[
677,
452,
35,
10
],
[
797,
452,
35,
10
],
[
922,
452,
35,
10
],
[
26,
465,
93,
10
],
[
552,
465,
61,
10
],
[
660,
465,
70,
10
],
[
823,
465,
31,
10
],
[
859,
465,
12,
10
],
[
952,
465,
32,
10
],
[
985,
465,
12,
10
],
[
26,
476,
86,
10
],
[
544,
476,
78,
10
],
[
660,
476,
70,
10
],
[
823,
476,
31,
10
],
[
859,
476,
12,
10
],
[
952,
476,
32,
10
],
[
985,
476,
12,
10
],
[
26,
488,
91,
10
],
[
552,
488,
61,
10
],
[
664,
488,
61,
10
],
[
832,
488,
22,
10
],
[
859,
488,
12,
10
],
[
960,
488,
24,
10
],
[
985,
488,
12,
10
],
[
26,
500,
114,
10
],
[
552,
500,
61,
10
],
[
664,
500,
61,
10
],
[
842,
500,
12,
10
],
[
859,
500,
12,
10
],
[
968,
500,
17,
10
],
[
985,
500,
12,
10
],
[
72,
426,
701,
10
],
[
618,
178,
41,
10
],
[
854,
178,
46,
10
],
[
26,
190,
43,
10
],
[
565,
190,
32,
10
],
[
679,
190,
32,
10
],
[
797,
190,
35,
10
],
[
922,
190,
35,
10
],
[
26,
203,
70,
10
],
[
551,
203,
61,
10
],
[
664,
203,
61,
10
],
[
832,
203,
22,
10
],
[
859,
203,
12,
10
],
[
952,
203,
32,
10
],
[
985,
203,
12,
10
],
[
26,
215,
127,
10
],
[
551,
215,
61,
10
],
[
664,
215,
61,
10
],
[
832,
215,
22,
10
],
[
859,
215,
12,
10
],
[
952,
215,
32,
10
],
[
985,
215,
12,
10
],
[
26,
227,
90,
10
],
[
551,
227,
61,
10
],
[
664,
227,
61,
10
],
[
832,
227,
22,
10
],
[
859,
227,
12,
10
],
[
960,
227,
24,
10
],
[
985,
227,
12,
10
],
[
26,
239,
84,
10
],
[
551,
239,
61,
10
],
[
664,
239,
61,
10
],
[
832,
239,
22,
10
],
[
859,
239,
12,
10
],
[
960,
239,
24,
10
],
[
985,
239,
12,
10
],
[
26,
251,
74,
10
],
[
551,
251,
61,
10
],
[
664,
251,
61,
10
],
[
832,
251,
22,
10
],
[
859,
251,
12,
10
],
[
960,
251,
24,
10
],
[
985,
251,
12,
10
],
[
26,
262,
86,
10
],
[
543,
262,
78,
10
],
[
660,
262,
70,
10
],
[
823,
262,
31,
10
],
[
859,
262,
12,
10
],
[
952,
262,
32,
10
],
[
985,
262,
12,
10
],
[
26,
274,
31,
10
],
[
551,
274,
61,
10
],
[
664,
274,
61,
10
],
[
832,
274,
22,
10
],
[
859,
274,
12,
10
],
[
960,
274,
24,
10
],
[
985,
274,
12,
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,
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,
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
]
| cce16856a22f4362e1b054d62f44c9aae37db317fd1ed3da73c6b6eeb80786a4 | 0000033185-21-000025_20210225x10k.pdf | 104 | 125 | 595 | 842 | 1,025 | 1,025 | sec_filings | financial_reports |
14222 | [
"DERIV",
"ATIVE FINANCIAL INSTRUMENTS",
"NEW ",
"ACCOUNTING POLICIES ",
"ADOPTED IN 2014",
"Employee ",
"benefits ",
"Offsetting ",
"financial assets and financial liabilities",
"Fair ",
"value measurement ",
"Impairment ",
"of assets",
"IAS 36 ",
"“Impairment of Assets” was amended to require disclosures about assets or",
"cash generating units for which an ",
"impairment ",
"loss was recognized or reversed during the period. Additional information is disclosed in note 6",
"to the annual ",
"consolidated financial statements.",
"IFRS 13 “Fair V",
"alue ",
"Measurement” establishes a single framework for fair value measurement of financial and non-",
"financial ",
"items. IFRS 13 defines fair value as the price that would be received to sell an asset or paid to transfer a liability ",
"in an orderly transaction between market participants at the measurement date. It also requires disclosure of more ",
"information ",
"on fair value measurements. This new standard did not impact the Corporation's annual consolidated financial ",
"statements, ",
"but additional ",
"information is ",
"disclosed ",
"in ",
"notes 11, 12, 15, ",
"16 ",
"and 30 of these financial ",
"statements.",
"IAS 32 ",
"“Financial Instruments: Presentation” was amended to clarify the requirements for offsetting financial assets and ",
"financial liabilities. It specifies that the right of set-of",
"f ",
"has to be legally enforceable even in the event of bankruptcy",
". ",
"IFRS 7 ",
"“Financial Instruments: Disclosures” was also amended to improve disclosures on offsetting of financial assets ",
"and financial liabilities. ",
"These ",
"amendments did not impact the Corporation's annual consolidated financial statements, ",
"but ",
"additional ",
"information ",
"is disclosed ",
"in ",
"note 19 of these financial ",
"statements.",
"The ",
"adjustments are explained in note 3 to the annual consolidated financial statements included in this annual report.",
"IAS ",
"19R has been applied ",
"retroactively ",
"with ",
"restatement ",
"of prior periods’annual consolidated ",
"financial statements. ",
"IAS 19R also requires additional disclosures to present the characteristics of defined benefit plans which is presented ",
"in note ",
"25",
"of annual ",
"consolidated ",
"financial ",
"statements. ",
"Under ",
"IAS 19, the employee benefit expense includes interest income corresponding to management’s expected return ",
"on plan assets. IAS 19R eliminates the return on plan assets component and requires recognition of interest on the ",
"dif",
"ference ",
"between defined benefit obligations and plan assets based on the discount rate for measuring obligations. ",
"This ",
"net interest ",
"is ",
"no longer ",
"presented ",
"as an ",
"employee ",
"benefit expense ",
"but ",
"as part of financial ",
"costs. ",
"IAS 19R ",
"eliminates the possibility of deferring recognition of past service costs related to unvested benefits and requires ",
"their ",
"immediate recognition in the income statement. Application of this amendment had no impact for the Corporation, ",
"as ",
"no ",
"past ",
"service costs have ",
"been ",
"deferred since the ",
"transition ",
"to IFRS. ",
"IAS 19 ",
"“Employee Benefits” (IAS 19R) was amended. IAS 19R eliminates the corridor method for recognizing changes ",
"(actuarial ",
"gains and losses) in defined benefit obligations and plan assets and requires that they be recognized in other ",
"comprehensive income when they occur",
". Application ",
"of this amendment had no impact, as the Corporation has used ",
"immediate ",
"recognition of actuarial gains and losses in other comprehensive income since the transition to",
"International ",
"Financial Reporting ",
"Standards ",
"(IFRS). ",
"In ",
"fiscal 2014, the ",
"Corporation ",
"adopted ",
"the ",
"new accounting policies ",
"described ",
"below. ",
"The ",
"Corporation adopted a risk management policy, approved by the Board of Directors in December 2005, setting forth ",
"guidelines relating to its use of derivative financial instruments. These guidelines prohibit the use of derivatives for ",
"speculative ",
"purposes. During fiscal 2014, the Corporation used derivative financial instruments as described in notes 2 ",
"and 30 to ",
"the ",
"consolidated ",
"financial ",
"statements. ",
"$^{(1)}$ See table on \"Operating income before depreciation and amortization and associate's earnings adjustments\" ",
"$^{(2)}$ See table on \"Net earnings from continuing operations adjustments\"",
"$^{(3)}$ See section on \"Forward-looking information\"",
"$^{(4)}$ See section on \"IFRS and non-IFRS measurements\" ",
"$^{(5)}$ See table on \"Net earnings adjustments\"",
"- ",
"29",
"-"
]
| [
[
120,
90,
350,
15
],
[
120,
90,
350,
15
],
[
120,
196,
268,
15
],
[
120,
196,
268,
15
],
[
120,
223,
130,
12
],
[
120,
271,
137,
12
],
[
120,
271,
137,
12
],
[
120,
598,
352,
12
],
[
120,
598,
352,
12
],
[
120,
701,
176,
12
],
[
120,
701,
176,
12
],
[
120,
804,
150,
12
],
[
120,
804,
150,
12
],
[
120,
823,
797,
40
],
[
120,
823,
797,
40
],
[
120,
823,
797,
40
],
[
120,
823,
797,
40
],
[
120,
823,
797,
40
],
[
120,
823,
797,
40
],
[
120,
823,
797,
40
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
720,
827,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
617,
823,
68
],
[
120,
570,
810,
13
],
[
120,
570,
810,
13
],
[
120,
542,
773,
13
],
[
120,
542,
773,
13
],
[
120,
542,
773,
13
],
[
120,
542,
773,
13
],
[
120,
542,
773,
13
],
[
120,
542,
773,
13
],
[
120,
542,
773,
13
],
[
120,
500,
825,
26
],
[
120,
500,
825,
26
],
[
120,
500,
825,
26
],
[
120,
500,
825,
26
],
[
120,
500,
825,
26
],
[
120,
500,
825,
26
],
[
120,
500,
825,
26
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
430,
820,
54
],
[
120,
374,
825,
40
],
[
120,
374,
825,
40
],
[
120,
374,
825,
40
],
[
120,
374,
825,
40
],
[
120,
374,
825,
40
],
[
120,
374,
825,
40
],
[
120,
374,
825,
40
],
[
120,
374,
825,
40
],
[
120,
374,
825,
40
],
[
120,
374,
825,
40
],
[
120,
374,
825,
40
],
[
120,
374,
825,
40
],
[
120,
291,
817,
68
],
[
120,
291,
817,
68
],
[
120,
291,
817,
68
],
[
120,
291,
817,
68
],
[
120,
291,
817,
68
],
[
120,
291,
817,
68
],
[
120,
291,
817,
68
],
[
120,
291,
817,
68
],
[
120,
291,
817,
68
],
[
120,
291,
817,
68
],
[
120,
291,
817,
68
],
[
120,
291,
817,
68
],
[
120,
291,
817,
68
],
[
120,
243,
570,
13
],
[
120,
243,
570,
13
],
[
120,
243,
570,
13
],
[
120,
243,
570,
13
],
[
120,
243,
570,
13
],
[
120,
243,
570,
13
],
[
120,
243,
570,
13
],
[
120,
243,
570,
13
],
[
120,
114,
824,
54
],
[
120,
114,
824,
54
],
[
120,
114,
824,
54
],
[
120,
114,
824,
54
],
[
120,
114,
824,
54
],
[
120,
114,
824,
54
],
[
120,
114,
824,
54
],
[
120,
114,
824,
54
],
[
120,
114,
824,
54
],
[
120,
114,
824,
54
],
[
121,
912,
577,
10
],
[
121,
923,
364,
10
],
[
121,
934,
246,
10
],
[
121,
945,
288,
10
],
[
121,
956,
222,
10
],
[
497,
978,
31,
11
],
[
497,
978,
31,
11
],
[
497,
978,
31,
11
]
]
| [
[
120,
90,
56,
15
],
[
175,
90,
295,
15
],
[
120,
196,
48,
15
],
[
168,
196,
221,
15
],
[
120,
223,
130,
12
],
[
120,
271,
75,
12
],
[
195,
271,
61,
12
],
[
120,
598,
75,
12
],
[
195,
598,
277,
12
],
[
120,
701,
31,
12
],
[
152,
701,
144,
12
],
[
120,
804,
85,
12
],
[
206,
804,
65,
12
],
[
120,
823,
50,
13
],
[
169,
823,
525,
13
],
[
676,
823,
242,
13
],
[
120,
837,
81,
13
],
[
198,
837,
643,
13
],
[
819,
837,
91,
13
],
[
120,
851,
235,
13
],
[
120,
720,
110,
13
],
[
226,
720,
33,
13
],
[
260,
720,
673,
13
],
[
120,
734,
62,
13
],
[
179,
734,
763,
13
],
[
120,
748,
827,
13
],
[
120,
762,
83,
13
],
[
197,
762,
738,
13
],
[
120,
776,
85,
13
],
[
202,
776,
96,
13
],
[
296,
776,
98,
13
],
[
390,
776,
69,
13
],
[
457,
776,
15,
13
],
[
473,
776,
117,
13
],
[
588,
776,
21,
13
],
[
609,
776,
173,
13
],
[
777,
776,
81,
13
],
[
120,
617,
50,
13
],
[
169,
617,
775,
13
],
[
120,
631,
372,
13
],
[
473,
631,
9,
13
],
[
482,
631,
438,
13
],
[
900,
631,
8,
13
],
[
120,
645,
52,
13
],
[
171,
645,
768,
13
],
[
120,
659,
159,
13
],
[
274,
659,
47,
13
],
[
320,
659,
609,
13
],
[
120,
673,
26,
13
],
[
145,
673,
70,
13
],
[
214,
673,
83,
13
],
[
293,
673,
84,
13
],
[
375,
673,
15,
13
],
[
391,
673,
177,
13
],
[
563,
673,
81,
13
],
[
120,
570,
31,
13
],
[
150,
570,
780,
13
],
[
120,
542,
29,
13
],
[
149,
542,
154,
13
],
[
299,
542,
92,
13
],
[
385,
542,
32,
13
],
[
416,
542,
88,
13
],
[
500,
542,
249,
13
],
[
745,
542,
148,
13
],
[
120,
500,
825,
13
],
[
120,
514,
50,
13
],
[
170,
514,
17,
13
],
[
191,
514,
68,
13
],
[
257,
514,
91,
13
],
[
346,
514,
62,
13
],
[
405,
514,
85,
13
],
[
120,
430,
46,
13
],
[
165,
430,
773,
13
],
[
120,
444,
820,
13
],
[
120,
458,
17,
13
],
[
136,
458,
58,
13
],
[
191,
458,
745,
13
],
[
120,
472,
33,
13
],
[
153,
472,
83,
13
],
[
232,
472,
15,
13
],
[
247,
472,
69,
13
],
[
314,
472,
74,
13
],
[
385,
472,
41,
13
],
[
426,
472,
71,
13
],
[
495,
472,
115,
13
],
[
606,
472,
26,
13
],
[
631,
472,
134,
13
],
[
758,
472,
46,
13
],
[
120,
374,
62,
13
],
[
179,
374,
765,
13
],
[
120,
388,
35,
13
],
[
153,
388,
785,
13
],
[
120,
402,
20,
13
],
[
140,
402,
21,
13
],
[
161,
402,
34,
13
],
[
194,
402,
135,
13
],
[
322,
402,
38,
13
],
[
360,
402,
131,
13
],
[
485,
402,
68,
13
],
[
550,
402,
61,
13
],
[
120,
291,
50,
13
],
[
169,
291,
768,
13
],
[
120,
304,
70,
13
],
[
186,
304,
748,
13
],
[
120,
318,
282,
13
],
[
391,
318,
89,
13
],
[
477,
318,
446,
13
],
[
120,
332,
75,
13
],
[
193,
332,
650,
13
],
[
821,
332,
90,
13
],
[
120,
346,
139,
13
],
[
254,
346,
75,
13
],
[
327,
346,
54,
13
],
[
120,
243,
16,
13
],
[
137,
243,
109,
13
],
[
242,
243,
87,
13
],
[
325,
243,
60,
13
],
[
384,
243,
26,
13
],
[
409,
243,
169,
13
],
[
573,
243,
72,
13
],
[
642,
243,
48,
13
],
[
120,
114,
31,
13
],
[
149,
114,
795,
13
],
[
120,
128,
824,
13
],
[
120,
142,
83,
13
],
[
199,
142,
738,
13
],
[
120,
156,
68,
13
],
[
187,
156,
26,
13
],
[
212,
156,
91,
13
],
[
301,
156,
62,
13
],
[
361,
156,
85,
13
],
[
121,
912,
577,
10
],
[
121,
923,
364,
10
],
[
121,
934,
246,
10
],
[
121,
945,
288,
10
],
[
121,
956,
222,
10
],
[
497,
978,
7,
11
],
[
504,
978,
15,
11
],
[
523,
978,
4,
11
]
]
| [
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
1,
1,
1,
1,
1,
4,
4,
4
]
| b61df528391b3d247ef3e6cdf2516a3b1cd906e9e3ef3fefb5a75b9622b43a3c | TSX_MRU-A_2014.pdf | 30 | 88 | 612 | 792 | 1,025 | 1,025 | ann_reports_10_14_fancy | financial_reports |
14223 | [
"225 ",
"US 9,323,153 B2 ",
"226 ",
"-continued ",
"-continued ",
"(Aa-16) ",
"~ ",
"F3C ",
"CF3 ",
"~OH~ ",
"(Aa-17) ",
"(Aa-18) ",
"(Aa-19) ",
"~ ",
"tSC+c, ",
"OH ",
"~ ",
"(Aa-20) ",
"(Aa-21) ",
"(Aa-22) ",
"~ ",
"~o ",
"b--{or ",
"\\ ",
"0 "
]
| [
[
295,
93,
34,
12
],
[
435,
73,
144,
13
],
[
686,
93,
34,
12
],
[
279,
112,
68,
9
],
[
670,
112,
68,
9
],
[
127,
123,
366,
298
],
[
127,
123,
366,
298
],
[
127,
123,
366,
298
],
[
127,
123,
366,
298
],
[
127,
123,
366,
298
],
[
127,
456,
366,
328
],
[
129,
804,
365,
151
],
[
616,
127,
268,
139
],
[
616,
127,
268,
139
],
[
616,
127,
268,
139
],
[
616,
127,
268,
139
],
[
615,
333,
268,
178
],
[
615,
333,
268,
178
],
[
564,
581,
320,
144
],
[
541,
796,
343,
159
],
[
541,
796,
343,
159
],
[
541,
796,
343,
159
],
[
541,
796,
343,
159
],
[
541,
796,
343,
159
],
[
541,
796,
343,
159
]
]
| [
[
295,
93,
34,
12
],
[
435,
73,
144,
13
],
[
686,
93,
34,
12
],
[
279,
112,
68,
9
],
[
670,
112,
68,
9
],
[
454,
124,
38,
7
],
[
219,
150,
58,
49
],
[
251,
213,
19,
7
],
[
309,
213,
19,
7
],
[
253,
324,
190,
7
],
[
454,
457,
38,
7
],
[
454,
805,
38,
7
],
[
845,
127,
39,
7
],
[
617,
153,
57,
49
],
[
616,
201,
135,
60
],
[
706,
256,
18,
9
],
[
617,
360,
58,
49
],
[
845,
334,
39,
7
],
[
845,
581,
39,
7
],
[
845,
797,
39,
7
],
[
692,
833,
57,
49
],
[
740,
905,
142,
11
],
[
742,
906,
104,
35
],
[
847,
906,
27,
35
],
[
778,
945,
8,
7
]
]
| [
5,
5,
5,
9,
9,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6
]
| 62a09b87333e5528e536661afb7d8d95fed492605dc2b2fa4a507724630710a8 | 9323153_AdobeOCR.pdf | 114 | 149 | 612 | 792 | 1,025 | 1,025 | patents_euv_sensitivity | patents |
14224 | [
"Poincaré chaos and unpredictable functions",
"Marat Akhmet",
"a,",
"$^{∗}$, Mehmet Onur Fen",
"b",
"$^{a}$Department of Mathematics, Middle East Technical University, 06800 Ankara, Turkey",
"$^{b}$Basic Sciences Unit, TED University, 06420 Ankara, Turkey",
"The results of this study are continuation of the research of Poincaré chaos initiated in papers (Akhmet",
"M, Fen MO. Commun Nonlinear Sci Numer Simulat 2016;40:1–5; Akhmet M, Fen MO. Turk J Math,",
"doi:10.3906/mat-1603-51, accepted). We focus on the construction of an unpredictable function, con-",
"tinuous on the real axis. As auxiliary results, unpredictable orbits for the symbolic dynamics and the",
"logistic map are obtained. By shaping the unpredictable function as well as Poisson function we have",
"performed the first step in the development of the theory of unpredictable solutions for differential and",
"discrete equations. The results are preliminary ones for deep analysis of chaos existence in differential",
"and hybrid systems. Illustrative examples concerning unpredictable solutions of differential equations",
"are provided.",
"Keywords:",
"Poincaré chaos; Unpredictable function; Unpredictable solutions; Unpredictable sequence.",
"It is useless to say that the theory of dynamical systems is a research of oscillations, and the latest",
"motion of the theory is the Poisson stable trajectory [1]. In paper [2] inspired by chaos investigation",
"we have introduced a new type of oscillation, next to the Poisson stable one, and called the initial",
"point for it the",
"unpredictable point",
"and the trajectory itself the",
"unpredictable orbit",
".",
"These novelties",
"make a connection of the homoclinic chaos and the latest types of chaos possible through the concept",
"of",
"unpredictability",
", that is sensitivity assigned to a single orbit. Thus, the",
"Poincaré chaos",
"concept has",
"been eventually shaped in our paper [2]. We have also determined the unpredictable function on the",
"real axis as an unpredictable point of the Bebutov dynamics in paper [3] to involve widely differential",
"and discrete equations to the chaos investigation. Nonetheless, we need a more precise description of",
"what one understands as unpredictable function. The present research is devoted to this constructive",
"duty.",
"One can say that the analysis became productive, since we have learnt that the unpredictable",
"functions can be bounded, and this is also true for Poisson functions, newly introduced in this paper.",
"1",
"Introduction",
"Abstract",
"arXiv:1608.07301v1 [nlin.CD] 25 Aug 2016",
"∗",
"Corresponding Author Tel.: +90 312 210 5355, Fax: +90 312 210 2972, E-mail: marat@metu.edu.tr",
"1"
]
| [
[
253,
87,
518,
15
],
[
348,
125,
328,
13
],
[
348,
125,
328,
13
],
[
348,
125,
328,
13
],
[
348,
125,
328,
13
],
[
187,
160,
648,
8
],
[
280,
184,
458,
8
],
[
124,
281,
777,
206
],
[
124,
281,
777,
206
],
[
124,
281,
777,
206
],
[
124,
281,
777,
206
],
[
124,
281,
777,
206
],
[
124,
281,
777,
206
],
[
124,
281,
777,
206
],
[
124,
281,
777,
206
],
[
124,
281,
777,
206
],
[
124,
506,
771,
12
],
[
124,
506,
771,
12
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
618,
777,
279
],
[
124,
578,
190,
15
],
[
124,
578,
190,
15
],
[
475,
245,
75,
10
],
[
31,
281,
31,
447
],
[
142,
908,
645,
8
],
[
142,
908,
645,
8
],
[
508,
964,
8,
12
]
]
| [
[
253,
87,
518,
15
],
[
348,
127,
129,
10
],
[
477,
125,
11,
8
],
[
490,
127,
180,
10
],
[
670,
125,
6,
8
],
[
187,
160,
648,
8
],
[
280,
184,
458,
8
],
[
124,
281,
777,
12
],
[
124,
305,
777,
12
],
[
124,
329,
777,
12
],
[
124,
354,
777,
12
],
[
124,
378,
777,
12
],
[
124,
402,
777,
12
],
[
124,
426,
777,
12
],
[
124,
451,
777,
12
],
[
124,
475,
98,
12
],
[
124,
507,
90,
10
],
[
222,
506,
673,
12
],
[
124,
618,
777,
12
],
[
124,
642,
777,
12
],
[
124,
666,
777,
12
],
[
124,
691,
118,
12
],
[
249,
691,
142,
12
],
[
402,
691,
216,
12
],
[
626,
691,
140,
12
],
[
766,
691,
4,
12
],
[
785,
691,
116,
12
],
[
124,
715,
777,
12
],
[
124,
739,
13,
12
],
[
144,
739,
113,
12
],
[
258,
739,
427,
12
],
[
691,
739,
113,
12
],
[
813,
739,
88,
12
],
[
124,
763,
777,
12
],
[
124,
788,
777,
12
],
[
124,
812,
777,
12
],
[
124,
836,
777,
12
],
[
124,
860,
37,
12
],
[
174,
860,
727,
12
],
[
124,
885,
777,
12
],
[
124,
578,
13,
15
],
[
164,
578,
149,
15
],
[
475,
245,
75,
10
],
[
31,
281,
31,
447
],
[
142,
908,
6,
4
],
[
150,
908,
637,
8
],
[
508,
964,
8,
12
]
]
| [
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,
7,
7,
7,
5,
1,
1,
4
]
| 7be2d885669c4bef291ccaf3ce42dcfb0f9ad23e9f4b6f8c0c9ab54003abc11a | 1608.07301.pdf | 0 | 17 | 595 | 842 | 1,025 | 1,025 | arxiv_doublespaced | scientific_articles |
14225 | [
"FIRST COMMONWEALTH FINANCIAL CORPORATION AND SUBSIDIARIES",
"MANAGEMENT’S DISCUSSION AND ANALYSIS OF FINANCIAL CONDITION AND RESULTS OF OPERATIONS",
"expense. The 2001 period also included increases in",
"depreciation on computer software and software maintenance",
"compared to 2000. Computer software depreciation and",
"maintenance increases were principally related to the",
"replacement of software utilized by the Corporation’s data",
"processing subsidiary to process loan and deposit accounts.",
"The 2002 period was also impacted as a full year of",
"depreciation, as well as maintenance was incurred for",
"systems placed in service during the later part of 2001.",
"The new application software has enabled the Corporation’s",
"banking subsidiary to provide enhanced products and",
"services, including internet banking. Technology advances",
"continue to drive the ability of financial services companies",
"to provide expanded services through traditional channels as",
"well as non traditional and emerging delivery systems to",
"meet the changing needs of our clients.",
"Outside data processing expense fell $1.2 million for the",
"2002 period to $2.1 million compared to $3.3 million for",
"2001 and 2000. This category was positively impacted by the",
"conversion of Southwest Bank from outsourced processing",
"to that provided by a subsidiary of the Corporation. Outside",
"data processing costs are managed by the Corporation’s",
"data processing subsidiary along with management of",
"internal data processing costs. Outsourced data processing",
"needs are evaluated based on technology, efficiency and",
"cost considerations.",
"Adoption of FAS No. 142 resulted in no goodwill",
"amortization for 2002 compared to $920 thousand for 2001",
"and $865 thousand for 2000. Under the new pronouncement,",
"goodwill amortization was discontinued January 1, 2002.",
"Goodwill is now subject to evaluation for impairment on an",
"annual basis.",
"Other operating expenses for 2002 increased $3.8 million or",
"14.3% to $30.2 million for 2002 compared to $26.4 million",
"for 2001 and the $24.0 million reported for 2000. The 2002",
"period includes increased loss on sale of assets of $472",
"thousand, due primarily to the loss on sale of vehicles",
"previously leased, compared to 2001. Other professional fees",
"rose by $822 thousand over 2001 and included consulting",
"fees related to implementation of the Corporation’s",
"“Balanced Scorecard” performance measurement system,",
"enhancements to product and customer profitability systems,",
"corporate restructuring and common branding and identity.",
"Consultants are also being utilized to assist in the ongoing",
"efforts to develop a world class sales culture and to generate",
"new deposit dollars and relationships. Corporate",
"restructuring and movement towards a sales culture also",
"impacted the decision to have employee benefit plans",
"reviewed by outside specialists during 2002. Advertising and",
"promotions expenses rose a combined $2.3 million for the",
"2002 period due partially to expenditures related to the $1.8",
"million launch of the new Corporate brand and identity. This",
"exciting campaign is designed to educate and build",
"Liquidity is a measure of the Corporation’s ability to",
"efficiently meet normal cash flow requirements of both",
"borrowers and depositors. In the ordinary course of business,",
"funds are generated from deposits (primary source) and the",
"maturity or repayment of earning assets, such as securities",
"and loans. As an additional secondary source, short-term",
"liquidity needs may be provided through the use of overnight",
"Federal funds purchased, borrowings through the use of lines",
"available for repurchase agreements, and borrowings from",
"the Federal Reserve Bank. Additionally, the Corporation’s",
"Income tax expense was $8.9 million during 2002",
"representing a decrease of $6.4 million below the 2001",
"amount of $15.3 million and compared to $14.3 million in",
"2000. The Corporation’s effective tax rate was 17.0% for",
"2002 compared to 23.3% for 2001 and 23.2% for 2000.",
"Excluding the nonrecurring charges (litigation settlement and",
"corporate restructuring) and rebranding costs, the",
"Corporation’s effective tax rate would have been 21.2% in",
"2002. The Corporation’s effective tax rate continues to be",
"favorably impacted by tax-free income from securities and",
"bank owned life insurance.",
"Other operating expense for the 2000 period included",
"increases in collection and repossession expenses. FDIC",
"expense rose $180 thousand during 2000 due to",
"standardization of insurance fund rates. Other operating",
"expenses for 2000 also included increases in advertising",
"and promotions, express freight charges, charge card",
"interchange and checkbook printing expenses which were",
"partially offset by decreases in other professional fees,",
"postage and printing costs.",
"Included in other operating expense increases for 2001",
"compared to 2000 were increases in filing and recording",
"fees, legal fees, other professional fees and telephone",
"expense of $165 thousand, $216 thousand, $666 thousand",
"and $352 thousand, respectively. The 2001 period also",
"included increases in losses on sale of leased vehicles and",
"increased postage and printing costs related to privacy",
"legislation and changes due to standardization during 2001",
"system conversions. The 2001 period included decreases in",
"insurance expense, Pennsylvania use tax, promotions and",
"deferred loan origination costs compared to 2000 levels.",
"enthusiasm among current as well as potential clients and the",
"communities we serve. Also impacting these categories were",
"expenses incurred in the successful marketing campaign for",
"free checking products introduced during 2002. These",
"products are expected to have a favorable impact on deposit",
"growth, interest expense and service charge revenue in future",
"periods as well as providing potential add-on sales of other",
"financial products and services. Expenditures for the",
"branding efforts and marketing campaigns are expected to",
"continue in 2003.",
"Liquidity",
"47"
]
| [
[
466,
48,
477,
11
],
[
156,
68,
802,
10
],
[
80,
112,
416,
135
],
[
80,
112,
416,
135
],
[
80,
112,
416,
135
],
[
80,
112,
416,
135
],
[
80,
112,
416,
135
],
[
80,
112,
416,
135
],
[
80,
112,
416,
135
],
[
80,
112,
416,
135
],
[
80,
112,
416,
135
],
[
80,
251,
421,
104
],
[
80,
251,
421,
104
],
[
80,
251,
421,
104
],
[
80,
251,
421,
104
],
[
80,
251,
421,
104
],
[
80,
251,
421,
104
],
[
80,
251,
421,
104
],
[
80,
368,
416,
151
],
[
80,
368,
416,
151
],
[
80,
368,
416,
151
],
[
80,
368,
416,
151
],
[
80,
368,
416,
151
],
[
80,
368,
416,
151
],
[
80,
368,
416,
151
],
[
80,
368,
416,
151
],
[
80,
368,
416,
151
],
[
80,
368,
416,
151
],
[
80,
531,
412,
58
],
[
80,
531,
412,
58
],
[
80,
531,
412,
58
],
[
80,
531,
412,
58
],
[
80,
593,
405,
27
],
[
80,
593,
405,
27
],
[
80,
632,
414,
166
],
[
80,
632,
414,
166
],
[
80,
632,
414,
166
],
[
80,
632,
414,
166
],
[
80,
632,
414,
166
],
[
80,
632,
414,
166
],
[
80,
632,
414,
166
],
[
80,
632,
414,
166
],
[
80,
632,
414,
166
],
[
80,
632,
414,
166
],
[
80,
632,
414,
166
],
[
80,
803,
414,
151
],
[
80,
803,
414,
151
],
[
80,
803,
414,
151
],
[
80,
803,
414,
151
],
[
80,
803,
414,
151
],
[
80,
803,
414,
151
],
[
80,
803,
414,
151
],
[
80,
803,
414,
151
],
[
80,
803,
414,
151
],
[
80,
803,
414,
151
],
[
527,
803,
414,
151
],
[
527,
803,
414,
151
],
[
527,
803,
414,
151
],
[
527,
803,
414,
151
],
[
527,
803,
414,
151
],
[
527,
803,
414,
151
],
[
527,
803,
414,
151
],
[
527,
803,
414,
151
],
[
527,
803,
414,
151
],
[
527,
803,
414,
151
],
[
527,
601,
401,
73
],
[
527,
601,
401,
73
],
[
527,
601,
401,
73
],
[
527,
601,
401,
73
],
[
527,
601,
401,
73
],
[
527,
679,
416,
89
],
[
527,
679,
416,
89
],
[
527,
679,
416,
89
],
[
527,
679,
416,
89
],
[
527,
679,
416,
89
],
[
527,
679,
416,
89
],
[
527,
453,
400,
135
],
[
527,
453,
400,
135
],
[
527,
453,
400,
135
],
[
527,
453,
400,
135
],
[
527,
453,
400,
135
],
[
527,
453,
400,
135
],
[
527,
453,
400,
135
],
[
527,
453,
400,
135
],
[
527,
453,
400,
135
],
[
527,
275,
402,
166
],
[
527,
275,
402,
166
],
[
527,
275,
402,
166
],
[
527,
275,
402,
166
],
[
527,
275,
402,
166
],
[
527,
275,
402,
166
],
[
527,
275,
402,
166
],
[
527,
275,
402,
166
],
[
527,
275,
402,
166
],
[
527,
275,
402,
166
],
[
527,
275,
402,
166
],
[
527,
112,
415,
151
],
[
527,
112,
415,
151
],
[
527,
112,
415,
151
],
[
527,
112,
415,
151
],
[
527,
112,
415,
151
],
[
527,
112,
415,
151
],
[
527,
112,
415,
151
],
[
527,
112,
415,
151
],
[
527,
112,
415,
151
],
[
527,
112,
415,
151
],
[
527,
780,
67,
11
],
[
928,
977,
16,
10
]
]
| [
[
466,
48,
477,
11
],
[
156,
68,
802,
10
],
[
80,
112,
353,
11
],
[
80,
127,
416,
11
],
[
80,
143,
377,
11
],
[
80,
158,
359,
11
],
[
80,
174,
409,
11
],
[
80,
189,
402,
11
],
[
80,
205,
350,
11
],
[
80,
220,
363,
11
],
[
80,
236,
371,
11
],
[
80,
251,
421,
11
],
[
80,
267,
361,
11
],
[
80,
283,
397,
11
],
[
80,
298,
405,
11
],
[
80,
314,
410,
11
],
[
80,
329,
383,
11
],
[
80,
345,
265,
11
],
[
80,
368,
383,
11
],
[
80,
383,
385,
11
],
[
80,
399,
416,
11
],
[
80,
415,
400,
11
],
[
80,
430,
405,
11
],
[
80,
446,
391,
11
],
[
80,
461,
364,
11
],
[
80,
477,
395,
11
],
[
80,
492,
381,
11
],
[
80,
508,
133,
11
],
[
80,
531,
337,
11
],
[
80,
547,
401,
11
],
[
80,
562,
412,
11
],
[
80,
578,
387,
11
],
[
80,
593,
405,
11
],
[
80,
609,
87,
11
],
[
80,
632,
408,
11
],
[
80,
648,
403,
11
],
[
80,
663,
403,
11
],
[
80,
679,
373,
11
],
[
80,
694,
364,
11
],
[
80,
710,
414,
11
],
[
80,
725,
391,
11
],
[
80,
741,
360,
11
],
[
80,
756,
412,
11
],
[
80,
772,
412,
11
],
[
80,
787,
400,
11
],
[
80,
803,
394,
11
],
[
80,
818,
408,
11
],
[
80,
834,
327,
11
],
[
80,
849,
380,
11
],
[
80,
865,
363,
11
],
[
80,
880,
414,
11
],
[
80,
896,
394,
11
],
[
80,
912,
406,
11
],
[
80,
927,
412,
11
],
[
80,
943,
346,
11
],
[
527,
803,
371,
11
],
[
527,
818,
374,
11
],
[
527,
834,
413,
11
],
[
527,
849,
401,
11
],
[
527,
865,
395,
11
],
[
527,
880,
384,
11
],
[
527,
896,
414,
11
],
[
527,
912,
414,
11
],
[
527,
927,
395,
11
],
[
527,
943,
409,
11
],
[
527,
601,
338,
11
],
[
527,
616,
372,
11
],
[
527,
632,
394,
11
],
[
527,
648,
401,
11
],
[
527,
663,
375,
11
],
[
527,
679,
416,
11
],
[
527,
694,
334,
11
],
[
527,
710,
409,
11
],
[
527,
725,
405,
11
],
[
527,
741,
397,
11
],
[
527,
756,
182,
11
],
[
527,
453,
371,
11
],
[
527,
469,
391,
11
],
[
527,
484,
330,
11
],
[
527,
500,
387,
11
],
[
527,
516,
390,
11
],
[
527,
531,
366,
11
],
[
527,
547,
400,
11
],
[
527,
562,
378,
11
],
[
527,
578,
185,
11
],
[
527,
275,
371,
11
],
[
527,
290,
382,
11
],
[
527,
306,
361,
11
],
[
527,
321,
392,
11
],
[
527,
337,
370,
11
],
[
527,
352,
392,
11
],
[
527,
368,
367,
11
],
[
527,
383,
398,
11
],
[
527,
399,
402,
11
],
[
527,
415,
388,
11
],
[
527,
430,
381,
11
],
[
527,
112,
414,
11
],
[
527,
127,
413,
11
],
[
527,
143,
405,
11
],
[
527,
158,
366,
11
],
[
527,
174,
406,
11
],
[
527,
189,
415,
11
],
[
527,
205,
399,
11
],
[
527,
220,
356,
11
],
[
527,
236,
394,
11
],
[
527,
251,
118,
11
],
[
527,
780,
67,
11
],
[
928,
977,
16,
10
]
]
| [
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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
]
| f885c29076530c144b281cd17cef009eeaf7d915348b789cd98d5ab9b4b56d9b | NYSE_FCF_2002.pdf | 48 | 60 | 612 | 792 | 1,025 | 1,025 | ann_reports_00_04_fancy | financial_reports |
14226 | [
"On a method to resolve the nuclear activity in galaxies",
"11",
"Fig. A1.—",
"Fit of Model 1 to the observations."
]
| [
[
306,
57,
401,
11
],
[
924,
57,
16,
11
],
[
95,
714,
291,
9
],
[
95,
714,
291,
9
]
]
| [
[
306,
57,
401,
11
],
[
924,
57,
16,
11
],
[
95,
716,
70,
7
],
[
170,
714,
216,
9
]
]
| [
5,
5,
0,
0
]
| aee6d0548e4e0e719d66c3368e613389626dfa7d19394256885fb7247bdc41ac | 1001.2458.pdf | 10 | 12 | 612 | 792 | 1,025 | 1,025 | arxiv_two_columns | scientific_articles |
14227 | [
"names, 1869",
"on expressions, 2663",
"ALL, 2686",
"SELECT modifier, 2667",
"ALL join type",
"optimizer, 1768",
"ALL privilege, 1189",
"ALL PRIVILEGES privilege, 1189",
"all-databases option",
"mysqlcheck, 465",
"mysqldump, 495",
"mysqlpump, 518",
"all-in-1 option",
"mysqlcheck, 465",
"all-tablespaces option",
"mysqldump, 486",
"Alliance Key Manager",
"keyring_okv keyring plugin, 1415",
"allow-keywords option",
"mysqldump, 487",
"allow-mismatches option",
"innochecksum, 557",
"allow-pk-changes option",
"ndb_restore, 4370",
"allow-suspicious-udfs option",
"mysqld, 734",
"AllowSpinOverhead, 4126",
"AllowUnresolvedHostNames, 4220",
"ALLOW_INVALID_DATES SQL mode, 972",
"ALTER COLUMN, 2492",
"ALTER DATABASE, 2470",
"removed features, 46",
"ALTER EVENT, 2475",
"and replication, 3665",
"ALTER FUNCTION, 2477",
"ALTER INSTANCE, 2477",
"ALTER LOGFILE GROUP, 2479",
"(see also NDB Cluster Disk Data)",
"ALTER privilege, 1189",
"ALTER PROCEDURE, 2481",
"ALTER RESOURCE GROUP statement, 2883",
"ALTER ROUTINE privilege, 1190",
"ALTER SCHEMA, 2470",
"ALTER SERVER, 2481",
"ALTER TABLE, 2481, 2493, 5314",
"and replication metadata repositories, 3599",
"monitoring, 3334",
"ROW_FORMAT, 3169",
"ALTER TABLE ... UPGRADE PARTITIONING",
"removed features, 50",
"ALTER TABLESPACE",
"general tablespace, 2505",
"NDB Cluster Disk Data, 2505",
"undo tablespace, 2505",
"5324"
]
| [
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
94,
344,
835
],
[
60,
964,
37,
11
]
]
| [
[
80,
94,
96,
11
],
[
80,
110,
159,
11
],
[
60,
126,
76,
11
],
[
80,
141,
175,
11
],
[
60,
157,
96,
11
],
[
80,
172,
114,
11
],
[
60,
188,
143,
11
],
[
60,
203,
247,
11
],
[
60,
219,
149,
11
],
[
80,
234,
124,
11
],
[
80,
250,
122,
11
],
[
80,
265,
122,
11
],
[
60,
281,
100,
11
],
[
80,
296,
124,
11
],
[
60,
312,
161,
11
],
[
80,
327,
122,
11
],
[
60,
343,
162,
11
],
[
80,
358,
243,
11
],
[
60,
374,
164,
11
],
[
80,
390,
122,
11
],
[
60,
405,
183,
11
],
[
80,
421,
144,
11
],
[
60,
436,
180,
11
],
[
80,
452,
135,
11
],
[
60,
467,
209,
11
],
[
80,
483,
90,
11
],
[
60,
498,
193,
11
],
[
60,
514,
258,
11
],
[
60,
529,
320,
11
],
[
60,
545,
177,
11
],
[
60,
560,
194,
11
],
[
80,
576,
158,
11
],
[
60,
591,
161,
11
],
[
80,
607,
155,
11
],
[
60,
622,
191,
11
],
[
60,
638,
189,
11
],
[
60,
654,
242,
11
],
[
80,
669,
248,
11
],
[
60,
685,
167,
11
],
[
60,
700,
212,
11
],
[
60,
716,
344,
11
],
[
60,
731,
247,
11
],
[
60,
747,
176,
11
],
[
60,
762,
174,
11
],
[
60,
778,
251,
11
],
[
80,
793,
321,
11
],
[
80,
809,
124,
11
],
[
80,
824,
167,
11
],
[
60,
840,
341,
11
],
[
80,
855,
158,
11
],
[
60,
871,
168,
11
],
[
80,
887,
188,
11
],
[
80,
902,
216,
11
],
[
80,
918,
169,
11
],
[
60,
964,
37,
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,
4
]
| f59211b816d45a4c31e7bee518bc93b3ea90a40308645ac05516e121cddf65a7 | refman-8.0-en.pdf | 5,353 | 6,228 | 612 | 792 | 1,025 | 1,025 | manuals | manuals |
14228 | [
"The following line graph compares the yearly percentage change in the cumulative total shareholder return on our Class A ",
"Common Stock with the cumulative total return of the NASDAQ Composite Index and the cumulative total return of the ",
"NASDAQ Telecommunications Index (an index containing performance data of radio and television broadcast companies and ",
"communication equipment and accessories manufacturers) from December 31, 2005 through December 31, 2010. The ",
"performance graph assumes that an investment of $100 was made in the Class A Common Stock and in each Index on December ",
"31, 2005 and that all dividends were reinvested. Total shareholder return is measured by dividing total dividends (assuming ",
"dividend reinvestment) plus share price change for a period by the share price at the beginning of the measurement period. ",
"Comparative Stock Performance ",
"COMPARISON OF 5 YEAR CUMULATIVE TOTAL RETURN*",
"Among Sinclair Broadcast Group, Inc., the NASDAQ Composite Index",
"and the NASDAQ Telecommunications Index",
"Sinclair Broadcast Group, Inc.",
"NASDAQ Composite",
"NASDAQ Telecommunications",
"*$100 invested on 12/31/05 in stock or index, including reinvestment of dividends.",
"Fiscal year ending December 31.",
"2010 Annual Report ",
"",
" 71 ",
"$0",
"$20",
"$40",
"$60",
"$80",
"$100",
"$120",
"$140",
"$160",
"12/05",
"12/06",
"12/07",
"12/08",
"12/09",
"12/10",
"Company/Index/Market ",
"12/31/05",
"12/31/06",
"12/31/07",
"12/31/08",
"12/31/09",
"12/31/10 ",
"Sinclair Broadcast Group, Inc. ",
"100.00 ",
"120.18 ",
"99.05 ",
"43.67 ",
"56.77 ",
"121.45 ",
"NASDAQ Telecommunications ",
"Index",
"100.00",
"131.50",
"146.22",
"85.43",
"118.25",
"129.78 ",
"NASDAQ Composite Index ",
"100.00 ",
"111.74 ",
"124.67 ",
"73.77 ",
"107.12 ",
"125.93 "
]
| [
[
90,
82,
853,
101
],
[
90,
82,
853,
101
],
[
90,
82,
853,
101
],
[
90,
82,
853,
101
],
[
90,
82,
853,
101
],
[
90,
82,
853,
101
],
[
90,
82,
853,
101
],
[
90,
61,
292,
12
],
[
229,
349,
446,
38
],
[
229,
349,
446,
38
],
[
229,
349,
446,
38
],
[
180,
677,
169,
10
],
[
417,
677,
112,
10
],
[
598,
677,
170,
10
],
[
193,
730,
394,
21
],
[
193,
730,
394,
21
],
[
737,
961,
202,
17
],
[
737,
961,
202,
17
],
[
737,
961,
202,
17
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
161,
416,
575,
214
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
],
[
97,
212,
831,
76
]
]
| [
[
105,
82,
835,
14
],
[
90,
96,
851,
14
],
[
90,
111,
849,
14
],
[
90,
125,
853,
14
],
[
90,
140,
848,
14
],
[
90,
155,
850,
14
],
[
90,
169,
799,
14
],
[
90,
61,
292,
12
],
[
229,
349,
446,
13
],
[
263,
364,
378,
10
],
[
329,
376,
246,
10
],
[
180,
677,
169,
10
],
[
417,
677,
112,
10
],
[
598,
677,
170,
10
],
[
193,
730,
394,
9
],
[
193,
742,
158,
9
],
[
737,
961,
162,
17
],
[
899,
962,
8,
15
],
[
908,
961,
31,
17
],
[
175,
606,
12,
9
],
[
169,
583,
18,
9
],
[
169,
559,
18,
9
],
[
169,
535,
18,
9
],
[
169,
512,
18,
9
],
[
163,
489,
24,
9
],
[
163,
465,
24,
9
],
[
163,
441,
24,
9
],
[
163,
418,
24,
9
],
[
183,
618,
27,
9
],
[
287,
618,
27,
9
],
[
392,
618,
27,
9
],
[
496,
618,
27,
9
],
[
601,
618,
27,
9
],
[
706,
618,
27,
9
],
[
132,
213,
183,
14
],
[
363,
213,
63,
14
],
[
459,
213,
63,
14
],
[
556,
213,
63,
14
],
[
653,
213,
63,
14
],
[
749,
213,
63,
14
],
[
847,
213,
66,
14
],
[
107,
229,
201,
14
],
[
379,
229,
47,
14
],
[
479,
229,
47,
14
],
[
586,
229,
39,
14
],
[
685,
229,
39,
14
],
[
778,
229,
39,
14
],
[
869,
229,
45,
14
],
[
107,
243,
213,
14
],
[
120,
258,
37,
14
],
[
379,
258,
42,
14
],
[
479,
258,
42,
14
],
[
578,
258,
42,
14
],
[
685,
258,
35,
14
],
[
770,
258,
42,
14
],
[
868,
258,
46,
14
],
[
107,
272,
190,
14
],
[
379,
272,
47,
14
],
[
479,
272,
47,
14
],
[
578,
272,
47,
14
],
[
685,
272,
39,
14
],
[
770,
272,
47,
14
],
[
868,
272,
46,
14
]
]
| [
9,
9,
9,
9,
9,
9,
9,
7,
0,
0,
0,
9,
9,
9,
9,
9,
4,
4,
4,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8
]
| 778647e5f8358e0b6d138e7d98664030ebe11701f349265c3de55e08b6d7b085 | NASDAQ_SBGI_2010.pdf | 74 | 80 | 612 | 792 | 1,025 | 1,025 | ann_reports_10_14_fancy | financial_reports |
14229 | [
"Patent Application Publication ",
"Jan. 23, 2014 Sheet 21 of 22 ",
"US 2014/0021404 Al ",
"FIG.21 ",
"100 ",
"100 ",
"\\ ",
"(1) ",
"~.~.~-•.-................ ",
"-",
"80 ",
"\\ ",
"80 ",
"?ft. ",
"(CH$_{3}$",
") ",
"$_{2}$NH .. HC ! /MeOH ",
".... ",
"\\ ",
"C: ",
"(1) ",
".... ",
"\\ ",
"C: ",
"60« ",
"’ ",
"60 ",
"0 ",
"\\ ",
"(.) ",
"4f ",
"C ",
"0 ",
"\\ ",
"O> ",
"40 ",
"(2) ",
"40 ",
"... ",
"\\ ",
"C’O ",
"C: ",
"\\ ",
"0 ",
"\\ .. ",
".0 ",
"loo ",
"(Q ",
"20 ",
"\\ ",
"20 ",
"0 ",
"$^{\\ }$\\ ",
"\\,\"~ ",
"0 ",
".__ ",
"0 ",
"0 ",
"1 ",
"2 ",
"3 ",
"4 ",
"5 ",
"6 ",
"Amount of ",
"dimethylamine ",
"hydrochloride ",
"(f) "
]
| [
[
129,
72,
266,
13
],
[
428,
72,
243,
13
],
[
705,
72,
181,
13
],
[
462,
230,
121,
29
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
],
[
202,
449,
583,
379
]
]
| [
[
129,
72,
266,
13
],
[
428,
72,
243,
13
],
[
705,
72,
181,
13
],
[
462,
230,
121,
29
],
[
232,
452,
50,
20
],
[
737,
455,
46,
18
],
[
293,
467,
27,
34
],
[
545,
483,
39,
17
],
[
594,
476,
57,
5
],
[
203,
495,
20,
42
],
[
244,
513,
36,
23
],
[
311,
506,
23,
30
],
[
747,
517,
33,
19
],
[
203,
521,
17,
14
],
[
508,
539,
40,
18
],
[
548,
545,
9,
11
],
[
561,
539,
161,
18
],
[
204,
533,
17,
21
],
[
332,
545,
4,
6
],
[
207,
552,
13,
8
],
[
207,
561,
13,
7
],
[
204,
558,
17,
21
],
[
344,
568,
12,
16
],
[
207,
577,
13,
8
],
[
244,
576,
45,
20
],
[
352,
581,
11,
16
],
[
748,
578,
35,
18
],
[
207,
586,
11,
9
],
[
354,
587,
12,
16
],
[
207,
596,
14,
7
],
[
352,
600,
19,
17
],
[
207,
610,
12,
8
],
[
207,
620,
11,
9
],
[
375,
616,
20,
26
],
[
207,
640,
12,
9
],
[
245,
641,
39,
20
],
[
428,
639,
36,
24
],
[
746,
641,
36,
18
],
[
204,
630,
18,
29
],
[
397,
648,
13,
17
],
[
207,
655,
12,
8
],
[
207,
664,
13,
8
],
[
413,
668,
5,
7
],
[
207,
674,
10,
9
],
[
418,
680,
29,
12
],
[
203,
683,
21,
9
],
[
207,
693,
13,
5
],
[
207,
700,
13,
6
],
[
244,
701,
35,
23
],
[
438,
696,
8,
11
],
[
749,
704,
33,
17
],
[
203,
709,
13,
11
],
[
446,
715,
20,
14
],
[
467,
735,
37,
11
],
[
259,
765,
24,
21
],
[
495,
724,
44,
41
],
[
757,
766,
23,
19
],
[
281,
787,
23,
20
],
[
355,
786,
23,
21
],
[
426,
786,
24,
21
],
[
500,
787,
23,
20
],
[
572,
787,
23,
20
],
[
646,
787,
23,
20
],
[
718,
786,
24,
20
],
[
246,
813,
121,
13
],
[
376,
813,
153,
13
],
[
540,
813,
146,
13
],
[
691,
811,
38,
16
]
]
| [
5,
5,
5,
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,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6
]
| 735cd77e3c7ebaeea1806a21ed5a84d1bfaf91a5f1f02f6f6c75515cb297acc8 | 20140021404_AdobeOCR.pdf | 21 | 39 | 612 | 792 | 1,025 | 1,025 | patents_superacid_pags | patents |
14230 | [
"VIII.",
"THE CODE",
"Tattoo as Logo",
"All shoes approved for play in 2008 shall continue to be approved.",
"2)",
"Point Penalty Schedule",
"c)",
"Violations/Fines",
"Case:",
" A player arrives on court wearing an approved sleeveless ",
"shirt. The Chair Umpire notices that the player has a tattoo of the ",
"clothing manufacturer on his upper arm. If there is no issue with the ",
"size, is this allowed?",
"Decision: ",
"No. The rules for both clothing manufacturer and com",
"-",
"mercial I.D. logo placement clearly specify where these logos may ",
"be placed.",
"iii) Restrictions /Government.",
" Any commercial or other identification that ",
"violates applicable governmental and/or television regulations is prohibit",
"-",
"ed.",
"iv) Restrictions/Other Tennis event.",
" The identification by use of the name, ",
"emblem, logo, trademark, symbol or other description of any tennis cir",
"-",
"cuit, series of tennis events, tennis exhibition or tournament other than ",
"the “ATP” is prohibited on all dress or equipment at any ATP Tour and ATP ",
"Challenger Tour tournaments, unless otherwise approved by ATP.",
"v)",
"Restrictions /Timing.",
" Once a player has competed in the first match of ",
"his first event with a commercial brand logo in either of the two locations ",
"(shirt front and/or hat/headband), he may not change brands during that ",
"calendar year, unless approved by ATP.",
"Note: ",
"Players shall include a clause in their contracts permitting them to ",
"opt out at the end of any year in the event ATP rules change to prohibit ",
"a commercial brand logo on the front of a shirt, sweater or jacket in the ",
"manner described above.",
"vi) Restrictions / General",
". Tobacco and companies associated with tennis ",
"gambling will be prohibited from any endorsements on player clothing. ",
"ATP reserves the right to prohibit any identification it deems not to be in ",
"the best interest of the game and/or ATP. ",
"b)",
"Shoes",
"i)",
"General",
". Players are required to wear tennis shoes generally accepted ",
"as proper tennis attire. Shoes shall not cause damage to the court other ",
"than what is expected during the normal course of a match or practice. ",
"Damage to a court may be considered as physical or visible, which may ",
"include a shoe that leaves marks beyond what is considered accept",
"-",
"able. The Supervisor has the authority to determine that a shoe does not ",
"meet the criteria of “customarily acceptable” and may order the player to ",
"change.",
"ii) Clay Courts.",
"Players are required to wear tennis shoes generally ac",
"-",
"cepted for play on clay courts or granular surfaces. The Supervisor has ",
"the authority to determine that a tennis shoe’s sole does not conform and ",
"can prohibit its use at any ATP Tour or ATP Challenger Tour tournament. ",
"Grass court shoes should not be worn during a match on clay courts.",
"iii) Grass Courts.",
" In ATP Tour and ATP Challenger Tour tournaments played ",
"on grass courts, no shoes other than those with rubber soles, without ",
"heels, ribs, studs or covering, shall be worn by players.",
"aa)",
" Special grass court shoes shall not be used without the express ap",
"-",
"proval of ATP, based on the following specifications:",
"1) ",
"The pimples or studs on the base of the sole should be verti",
"-",
"cal from the outsole and shall have a maximum top diameter ",
"of three (3) millimeters and a minimum top diameter of two (2) ",
"200",
"201",
"VIII.",
"THE CODE",
"millimeters. The maximum height of the pimples or studs shall ",
"be two (2) millimeters, from the base of the shoe. The hardness ",
"of any pimple or studs shall be between 55 and 60 based on a ",
"Shore “A” scale. The number of pimples per square inch shall be ",
"no less than 15 and no more than 28.",
"2) ",
" Shoes with pimples or studs around the outside of the toes shall ",
"not be permitted. The foxing / sidewall can be contoured only ",
"in the medial forefoot and medial toe area but only within the ",
"following restrictions. The contoured area may begin in the tran",
"-",
"sition area between outsole and sidewall but can only go to a ",
"maximum of 1.5 cm up the sidewall. This contoured area must ",
"be flat (not textured or undulating) but can be stepped with no ",
"more than 5 steps each no more than 1 mm in depth. ",
"3)",
" Forefoot and heel areas may be separated but there should be ",
"no more than a 2 mm step in the outsole of the shoe.",
"•",
"Approval of special grass court shoes should be received by ",
"ATP at least ninety (90) days in advance of the grass court ",
"tournament.",
"FIRST OFFENSE ",
"WARNING",
"SECOND OFFENSE ",
"POINT PENALTY",
"THIRD AND EACH SUBSEQUENT OFFENSE ",
"GAME PENALTY",
"a)",
"The Point Penalty Schedule to be used for Code Violations is as follows:",
"However, after the third Code Violation, the Supervisor shall determine ",
"whether each subsequent offense shall constitute a default.",
"b)",
"In ATP Tour and ATP Challenger Tour tournaments and events, Code Viola",
"-",
"tions shall be levied by the Chair Umpire for on-court offenses. In the event ",
"that the Chair Umpire fails to levy a code violation, then the Supervisor may ",
"order him to do so.",
"c)",
"In doubles, code violations shall be assessed against the team.",
"3)",
"Code Violations Not Witnessed By Chair Umpire",
"Occasionally, there are code violations by players that are not witnessed by the ",
"Chair Umpire. The Line Umpire should immediately approach the Chair Umpire ",
"and report the facts of the violation, during which time the Chair Umpire should ",
"turn off all microphones in the area of the chair. The Chair Umpire may ask the ",
"player to respond to such report; thereafter, the Chair Umpire must make a deci",
"-",
"sion and he either dismisses the report or declares a code violation and assesses ",
"a penalty. If a code violation is assessed, then the Chair Umpire must announce ",
"such violation to the player, opponent and spectators. If in his opinion there was ",
"Any player who violates this section and is not defaulted shall be subject to ",
"the following fines:",
" i) ",
"Commercial",
"Identification. ",
"Violation of the provisions with respect to ",
"commercial identifications shall result in a fine of $2,000.",
"ii) Tennis Equipment Manufacturer’s logo",
". Violation of the provisions with ",
"respect to standard logos of manufacturers shall result in a fine of $500.",
"iii) Other Tennis event.",
" Violation of the provisions with respect to the name ",
"of an event other than the “ATP” shall result in a fine up to $5,000.",
"iv) Unacceptable Attire.",
"Violation of the provisions with respect to unac",
"-",
"ceptable attire shall result in a fine up to $1,000."
]
| [
[
49,
37,
149,
35
],
[
49,
37,
149,
35
],
[
97,
86,
79,
19
],
[
628,
377,
341,
20
],
[
572,
583,
138,
20
],
[
572,
583,
138,
20
],
[
591,
394,
101,
20
],
[
591,
394,
101,
20
],
[
97,
105,
333,
70
],
[
97,
105,
333,
70
],
[
97,
105,
333,
70
],
[
97,
105,
333,
70
],
[
97,
105,
333,
70
],
[
97,
176,
327,
53
],
[
97,
176,
327,
53
],
[
97,
176,
327,
53
],
[
97,
176,
327,
53
],
[
97,
176,
327,
53
],
[
97,
231,
369,
53
],
[
97,
231,
369,
53
],
[
97,
231,
369,
53
],
[
97,
231,
369,
53
],
[
97,
231,
369,
53
],
[
97,
282,
369,
87
],
[
97,
282,
369,
87
],
[
97,
282,
369,
87
],
[
97,
282,
369,
87
],
[
97,
282,
369,
87
],
[
97,
282,
369,
87
],
[
97,
282,
369,
87
],
[
97,
368,
369,
70
],
[
97,
368,
369,
70
],
[
97,
368,
369,
70
],
[
97,
368,
369,
70
],
[
97,
368,
369,
70
],
[
97,
368,
369,
70
],
[
115,
436,
350,
70
],
[
115,
436,
350,
70
],
[
115,
436,
350,
70
],
[
115,
436,
350,
70
],
[
115,
436,
350,
70
],
[
97,
504,
369,
70
],
[
97,
504,
369,
70
],
[
97,
504,
369,
70
],
[
97,
504,
369,
70
],
[
97,
504,
369,
70
],
[
78,
577,
52,
20
],
[
78,
577,
52,
20
],
[
97,
598,
369,
139
],
[
97,
598,
369,
139
],
[
97,
598,
369,
139
],
[
97,
598,
369,
139
],
[
97,
598,
369,
139
],
[
97,
598,
369,
139
],
[
97,
598,
369,
139
],
[
97,
598,
369,
139
],
[
97,
598,
369,
139
],
[
97,
598,
369,
139
],
[
97,
598,
369,
139
],
[
97,
734,
369,
87
],
[
97,
734,
369,
87
],
[
97,
734,
369,
87
],
[
97,
734,
369,
87
],
[
97,
734,
369,
87
],
[
97,
734,
369,
87
],
[
97,
734,
369,
87
],
[
97,
820,
369,
53
],
[
97,
820,
369,
53
],
[
97,
820,
369,
53
],
[
97,
820,
369,
53
],
[
115,
871,
347,
36
],
[
115,
871,
347,
36
],
[
115,
871,
347,
36
],
[
115,
871,
347,
36
],
[
146,
905,
320,
53
],
[
146,
905,
320,
53
],
[
146,
905,
320,
53
],
[
146,
905,
320,
53
],
[
146,
905,
320,
53
],
[
248,
965,
18,
20
],
[
760,
965,
18,
20
],
[
561,
37,
149,
35
],
[
561,
37,
149,
35
],
[
671,
70,
308,
87
],
[
671,
70,
308,
87
],
[
671,
70,
308,
87
],
[
671,
70,
308,
87
],
[
671,
70,
308,
87
],
[
658,
155,
320,
139
],
[
658,
155,
320,
139
],
[
658,
155,
320,
139
],
[
658,
155,
320,
139
],
[
658,
155,
320,
139
],
[
658,
155,
320,
139
],
[
658,
155,
320,
139
],
[
658,
155,
320,
139
],
[
658,
155,
320,
139
],
[
658,
155,
320,
139
],
[
658,
292,
320,
36
],
[
658,
292,
320,
36
],
[
658,
292,
320,
36
],
[
671,
326,
308,
53
],
[
671,
326,
308,
53
],
[
671,
326,
308,
53
],
[
671,
326,
308,
53
],
[
607,
623,
335,
56
],
[
607,
623,
335,
56
],
[
607,
623,
335,
56
],
[
607,
623,
335,
56
],
[
607,
623,
335,
56
],
[
607,
623,
335,
56
],
[
591,
607,
364,
20
],
[
591,
607,
364,
20
],
[
610,
676,
369,
36
],
[
610,
676,
369,
36
],
[
591,
710,
387,
70
],
[
591,
710,
387,
70
],
[
591,
710,
387,
70
],
[
591,
710,
387,
70
],
[
591,
710,
387,
70
],
[
591,
710,
387,
70
],
[
591,
778,
321,
20
],
[
591,
778,
321,
20
],
[
572,
800,
266,
20
],
[
572,
800,
266,
20
],
[
590,
826,
388,
139
],
[
590,
826,
388,
139
],
[
590,
826,
388,
139
],
[
590,
826,
388,
139
],
[
590,
826,
388,
139
],
[
590,
826,
388,
139
],
[
590,
826,
388,
139
],
[
590,
826,
388,
139
],
[
590,
826,
388,
139
],
[
610,
411,
369,
36
],
[
610,
411,
369,
36
],
[
613,
445,
366,
36
],
[
613,
445,
366,
36
],
[
613,
445,
366,
36
],
[
613,
445,
366,
36
],
[
613,
445,
366,
36
],
[
613,
480,
366,
36
],
[
613,
480,
366,
36
],
[
613,
480,
366,
36
],
[
610,
514,
369,
36
],
[
610,
514,
369,
36
],
[
610,
514,
369,
36
],
[
610,
548,
366,
36
],
[
610,
548,
366,
36
],
[
610,
548,
366,
36
],
[
610,
548,
366,
36
]
]
| [
[
49,
37,
35,
35
],
[
95,
37,
103,
35
],
[
97,
86,
79,
19
],
[
628,
377,
341,
20
],
[
572,
583,
9,
20
],
[
588,
583,
122,
20
],
[
591,
394,
10,
20
],
[
605,
394,
87,
20
],
[
97,
105,
30,
19
],
[
127,
106,
287,
18
],
[
97,
123,
321,
18
],
[
97,
140,
333,
18
],
[
97,
157,
101,
18
],
[
97,
176,
53,
19
],
[
150,
177,
262,
18
],
[
413,
177,
3,
18
],
[
97,
194,
327,
18
],
[
97,
211,
51,
18
],
[
97,
231,
155,
20
],
[
252,
231,
214,
19
],
[
115,
248,
344,
19
],
[
460,
248,
3,
19
],
[
115,
265,
15,
19
],
[
97,
282,
184,
20
],
[
281,
282,
184,
19
],
[
115,
300,
344,
19
],
[
460,
300,
3,
19
],
[
115,
317,
350,
19
],
[
115,
334,
350,
19
],
[
115,
351,
313,
19
],
[
97,
368,
10,
20
],
[
110,
368,
112,
20
],
[
223,
368,
243,
19
],
[
115,
385,
350,
19
],
[
115,
402,
350,
19
],
[
115,
419,
189,
19
],
[
115,
436,
30,
20
],
[
146,
436,
319,
19
],
[
115,
453,
350,
19
],
[
115,
470,
350,
19
],
[
115,
487,
122,
19
],
[
97,
504,
129,
20
],
[
227,
505,
239,
19
],
[
115,
522,
350,
19
],
[
115,
539,
350,
19
],
[
115,
556,
198,
19
],
[
78,
577,
11,
20
],
[
93,
577,
37,
20
],
[
97,
598,
7,
20
],
[
111,
598,
44,
20
],
[
156,
598,
310,
19
],
[
115,
615,
350,
19
],
[
115,
632,
350,
19
],
[
115,
649,
350,
19
],
[
115,
666,
344,
19
],
[
460,
666,
3,
19
],
[
115,
683,
350,
19
],
[
115,
700,
350,
19
],
[
115,
718,
38,
19
],
[
97,
734,
83,
20
],
[
187,
735,
272,
19
],
[
460,
735,
3,
19
],
[
115,
752,
350,
19
],
[
115,
769,
350,
19
],
[
115,
786,
350,
19
],
[
115,
803,
330,
19
],
[
97,
820,
89,
20
],
[
187,
820,
279,
19
],
[
115,
837,
350,
19
],
[
115,
854,
263,
19
],
[
115,
871,
15,
20
],
[
131,
871,
328,
19
],
[
460,
871,
3,
19
],
[
134,
888,
247,
19
],
[
146,
905,
12,
20
],
[
158,
905,
301,
19
],
[
460,
905,
3,
19
],
[
158,
923,
308,
19
],
[
158,
940,
308,
19
],
[
248,
965,
18,
20
],
[
760,
965,
18,
20
],
[
561,
37,
35,
35
],
[
608,
37,
103,
35
],
[
671,
70,
308,
19
],
[
671,
87,
308,
19
],
[
671,
104,
308,
19
],
[
671,
121,
308,
19
],
[
671,
138,
179,
19
],
[
658,
155,
12,
20
],
[
671,
155,
308,
19
],
[
671,
172,
308,
19
],
[
671,
189,
308,
19
],
[
671,
206,
301,
19
],
[
972,
206,
3,
19
],
[
671,
224,
308,
19
],
[
671,
241,
308,
19
],
[
671,
258,
308,
19
],
[
671,
275,
258,
19
],
[
658,
292,
9,
20
],
[
668,
292,
310,
19
],
[
671,
309,
253,
19
],
[
671,
326,
4,
19
],
[
689,
326,
289,
19
],
[
689,
343,
289,
19
],
[
689,
360,
57,
19
],
[
610,
624,
88,
19
],
[
854,
624,
52,
19
],
[
610,
642,
103,
19
],
[
854,
642,
84,
19
],
[
610,
659,
226,
19
],
[
854,
659,
83,
19
],
[
591,
607,
9,
20
],
[
607,
607,
348,
19
],
[
610,
676,
369,
19
],
[
610,
693,
284,
19
],
[
591,
710,
10,
20
],
[
608,
710,
363,
19
],
[
972,
710,
3,
19
],
[
610,
727,
369,
19
],
[
610,
744,
369,
19
],
[
610,
761,
90,
19
],
[
591,
778,
9,
20
],
[
607,
778,
305,
19
],
[
572,
800,
9,
20
],
[
585,
800,
253,
20
],
[
590,
826,
388,
19
],
[
590,
843,
388,
19
],
[
590,
860,
388,
19
],
[
590,
877,
388,
19
],
[
590,
894,
381,
19
],
[
972,
894,
3,
19
],
[
590,
911,
388,
19
],
[
590,
928,
388,
19
],
[
590,
945,
388,
19
],
[
610,
411,
369,
19
],
[
610,
429,
89,
19
],
[
613,
445,
12,
20
],
[
628,
445,
51,
20
],
[
690,
445,
78,
20
],
[
770,
446,
208,
19
],
[
628,
463,
271,
19
],
[
613,
480,
213,
20
],
[
826,
480,
152,
19
],
[
628,
497,
344,
19
],
[
610,
514,
118,
20
],
[
728,
514,
250,
19
],
[
628,
531,
316,
19
],
[
610,
548,
124,
20
],
[
740,
548,
232,
19
],
[
972,
548,
3,
19
],
[
628,
565,
230,
19
]
]
| [
7,
7,
7,
7,
7,
7,
7,
7,
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,
9,
9,
9,
9,
9,
3,
3,
3,
3,
3,
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,
4,
4,
7,
7,
9,
9,
9,
9,
9,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
8,
8,
8,
8,
8,
8,
3,
3,
9,
9,
3,
3,
3,
3,
3,
3,
3,
3,
7,
7,
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
]
| de65211cbc447320f09c5ff1081db437cfa75ed1b5f5c60db261d6b8b84e0f6e | 2021-atp-rulebook-25may.pdf | 100 | 205 | 756 | 576 | 1,025 | 1,025 | manuals | manuals |
14231 | [
"US",
"9,612,535",
"B2 ",
"100 ",
"99 ",
"-continued ",
"-----f ",
"CH2 -",
"CH r-",
"-continued ",
"The resin (Ab) may preferably have the repeating unit ",
"consisting of the (meth) acrylate derivative not decompos-",
"able by an acid. Hereinafter, specific examples thereof will ",
"be shown, but the present invention is not limited thereto. ",
"The content of the repeating unit having the acid-decom›",
"posable group in the resin (Ab) is preferably 5 to 95 mo!%, ",
"more preferably 10 to 60 mo! %, and particularly preferably ",
"15",
"to 50 mo! % based on the total repeating unit. ",
"The content of the repeating unit represented by Formula ",
"(Al)",
"in the resin (Ab) is preferably O to 90 mo! %, more ",
"preferably 10 to 70 mo! %, and particularly preferably 20 to ",
"50",
"mo! % based on the total repeating unit. ",
"The content of the repeating unit represented by Formula ",
"(A2)",
"in the resin (Ab) is preferably O to 90 mo! %, more ",
"preferably 5 to 75 mo!%, and particularly preferably 10 to ",
"60",
"mo! % based on the total repeating unit. ",
"The content of the repeating unit represented by Formula ",
"(A3) in the resin (Ab) is preferably O to 90 mo! %, more ",
"preferably 5 to 75 mo!%, and particularly preferably 10 to ",
"60",
"mo! % based on the total repeating unit. ",
"The content of the repeating unit represented by Formula ",
"(A5)",
"in the resin (Ab) is preferably O to 50 mo! %, more ",
"preferably O to 40 mo! %, and particularly preferably Oto 30 ",
"mo! % based on the total repeating unit. ",
"The resin (Ab) may also have the repeating unit repre›",
"sented by Formula (A6), and thus is preferred from the ",
"viewpoint of enhancing the film quality and inhibiting the ",
"film decrease of the non-exposure parts. The content of the ",
"repeating unit represented by Formula ",
"(AS) ",
"is preferably 0 ",
"to 50 mo! %, more preferably Oto 40 mo! %, and particularly ",
"preferably O to 30 mo! % based on the total repeating unit. ",
"Further, in the resin (Ab), in order to maintain good ",
"developability in an alkali developer, appropriate other ",
"polymerizable monomers may be copolymerized to intro›",
"duce an alkali-soluble groups such as a phenolic hydroxyl ",
"group and a carboxyl group, and in order to improve the film ",
"quality, other hydrophobic polymerizable monomers such as ",
"a alkyl acrylate or alkyl methacrylate may be copolymer›",
"ized. ",
"A monomer corresponding to the repeating unit repre›",
"sented by Formula (A2) may be synthesized by esterifying ",
"a (meth)acrylic acid chloride and an alcohol compound in a ",
"solvent such as THF, acetone, or methylene chloride under ",
"the presence of a basic catalyst such as triethylamine, ",
"pyridine or DBU. Further, a commercially available mono›",
"mer may be used. ",
"A monomer corresponding to the repeating unit repre-",
"sented by Formula (Al) may be synthesized by acetalizing ",
"a hydroxyl substituted styrene monomer and a vinylether ",
"compound in a solvent such as THF or methylene chloride "
]
| [
[
434,
72,
146,
13
],
[
434,
72,
146,
13
],
[
434,
72,
146,
13
],
[
686,
93,
33,
12
],
[
300,
92,
23,
13
],
[
278,
111,
68,
10
],
[
155,
126,
292,
133
],
[
155,
126,
292,
133
],
[
155,
126,
292,
133
],
[
670,
111,
68,
10
],
[
129,
283,
365,
50
],
[
129,
283,
365,
50
],
[
129,
283,
365,
50
],
[
129,
283,
365,
50
],
[
520,
372,
365,
50
],
[
520,
372,
365,
50
],
[
520,
372,
365,
50
],
[
520,
372,
365,
50
],
[
520,
372,
365,
50
],
[
520,
426,
365,
50
],
[
520,
426,
365,
50
],
[
520,
426,
365,
50
],
[
520,
426,
365,
50
],
[
520,
426,
365,
50
],
[
520,
426,
365,
50
],
[
520,
480,
365,
50
],
[
520,
480,
365,
50
],
[
520,
480,
365,
50
],
[
520,
480,
365,
50
],
[
520,
480,
365,
50
],
[
520,
480,
365,
50
],
[
519,
535,
366,
49
],
[
519,
535,
366,
49
],
[
519,
535,
366,
49
],
[
519,
535,
366,
49
],
[
519,
535,
366,
49
],
[
518,
587,
367,
48
],
[
518,
587,
367,
48
],
[
518,
587,
367,
48
],
[
518,
587,
367,
48
],
[
518,
587,
367,
48
],
[
518,
639,
367,
87
],
[
518,
639,
367,
87
],
[
518,
639,
367,
87
],
[
518,
639,
367,
87
],
[
518,
639,
367,
87
],
[
518,
639,
367,
87
],
[
518,
639,
367,
87
],
[
518,
639,
367,
87
],
[
518,
639,
367,
87
],
[
519,
729,
367,
100
],
[
519,
729,
367,
100
],
[
519,
729,
367,
100
],
[
519,
729,
367,
100
],
[
519,
729,
367,
100
],
[
519,
729,
367,
100
],
[
519,
729,
367,
100
],
[
519,
729,
367,
100
],
[
519,
832,
366,
87
],
[
519,
832,
366,
87
],
[
519,
832,
366,
87
],
[
519,
832,
366,
87
],
[
519,
832,
366,
87
],
[
519,
832,
366,
87
],
[
519,
832,
366,
87
],
[
519,
923,
366,
48
],
[
519,
923,
366,
48
],
[
519,
923,
366,
48
],
[
519,
923,
366,
48
]
]
| [
[
434,
72,
24,
13
],
[
467,
72,
76,
13
],
[
553,
72,
26,
13
],
[
686,
93,
33,
12
],
[
300,
92,
23,
13
],
[
278,
111,
68,
10
],
[
306,
127,
24,
9
],
[
330,
129,
25,
7
],
[
370,
129,
44,
7
],
[
670,
111,
68,
10
],
[
144,
283,
349,
10
],
[
129,
297,
360,
10
],
[
129,
310,
364,
10
],
[
129,
324,
360,
10
],
[
535,
372,
345,
10
],
[
520,
386,
365,
10
],
[
520,
399,
364,
10
],
[
521,
413,
15,
10
],
[
541,
413,
287,
10
],
[
535,
426,
350,
10
],
[
521,
440,
26,
10
],
[
551,
440,
334,
10
],
[
520,
453,
363,
10
],
[
521,
467,
15,
10
],
[
540,
467,
251,
10
],
[
535,
480,
350,
10
],
[
521,
494,
29,
10
],
[
555,
494,
331,
10
],
[
520,
507,
364,
10
],
[
521,
521,
15,
10
],
[
540,
521,
251,
10
],
[
535,
535,
350,
10
],
[
519,
550,
366,
7
],
[
520,
561,
364,
10
],
[
521,
574,
15,
10
],
[
540,
574,
251,
10
],
[
535,
587,
350,
10
],
[
521,
600,
29,
10
],
[
555,
600,
331,
10
],
[
518,
615,
367,
7
],
[
520,
626,
251,
10
],
[
535,
639,
345,
10
],
[
521,
652,
364,
10
],
[
520,
665,
365,
10
],
[
518,
679,
367,
7
],
[
520,
690,
238,
10
],
[
759,
691,
31,
9
],
[
792,
690,
92,
10
],
[
520,
703,
364,
10
],
[
520,
716,
363,
10
],
[
535,
729,
350,
10
],
[
520,
744,
366,
7
],
[
520,
755,
360,
10
],
[
520,
768,
364,
10
],
[
520,
781,
363,
10
],
[
520,
794,
363,
10
],
[
519,
809,
362,
7
],
[
520,
819,
31,
10
],
[
535,
832,
345,
10
],
[
521,
845,
364,
10
],
[
520,
858,
364,
10
],
[
519,
873,
366,
7
],
[
520,
884,
364,
10
],
[
520,
897,
360,
10
],
[
520,
910,
112,
10
],
[
535,
923,
345,
10
],
[
519,
938,
365,
7
],
[
520,
949,
365,
10
],
[
520,
962,
364,
10
]
]
| [
5,
5,
5,
5,
5,
9,
6,
6,
6,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9
]
| dd8411d04f1f5d2efad86b7364b98f0353c640f4921ccecf10fcb35a210cda5f | 9612535_AdobeOCR.pdf | 50 | 183 | 612 | 792 | 1,025 | 1,025 | patents_euv_sensitivity | patents |
14232 | [
"The 2021 ATP®",
"Official Rulebook",
"Copyright © 2021 by ATP Tour, Inc.",
"All Rights Reserved.",
"Reproduction of this work in whole or in part without the written per",
"-",
"mission of the ATP Tour, Inc., is prohibited.",
"Printed in the United States of America."
]
| [
[
97,
55,
612,
136
],
[
97,
55,
612,
136
],
[
97,
814,
420,
45
],
[
97,
814,
420,
45
],
[
97,
878,
809,
45
],
[
97,
878,
809,
45
],
[
97,
878,
809,
45
],
[
97,
942,
473,
24
]
]
| [
[
97,
55,
573,
72
],
[
97,
119,
612,
72
],
[
97,
814,
420,
24
],
[
97,
835,
245,
24
],
[
97,
878,
800,
24
],
[
897,
878,
9,
24
],
[
97,
899,
509,
24
],
[
97,
942,
473,
24
]
]
| [
10,
10,
9,
9,
9,
9,
9,
9
]
| 9330d415cba2dc0d061356684edf9d1c23cf0670d55eb306349a0c0aea6a10cb | 2021-atp-rulebook-25may.pdf | 0 | 205 | 378 | 576 | 1,025 | 1,025 | manuals | manuals |
14233 | [
"NDB Cluster Log Messages",
"Log Message",
"Description",
"Event Name",
"Event Type",
"Priority",
"Severity",
"(",
"data_pages_used",
"32K pages",
"of total",
"data_pages_total",
")",
"/ ",
"Node",
"node_id",
":",
"Index",
"usage is",
"index_memory_percentage",
"%",
"(",
"index_pages_used",
"8K pages",
"of total",
"index_pages_total",
")",
"the cluster",
"management",
"client",
"Node",
"node1_id",
":",
"Transporter",
"to node",
"node2_id",
"reported",
"error",
"error_code",
":",
"error_message",
"A transporter",
"error occurred",
"while",
"communicating",
"with node",
"node2_id",
";",
"for a listing",
"of transporter",
"error codes",
"and messages,",
"see NDB",
"Transporter",
"Errors, in",
"MySQL NDB",
"Cluster Internals",
"Manual",
"TransporterError",
"Error",
"2",
"ERROR",
"Node",
"node1_id",
":",
"Transporter",
"to node",
"node2_id",
"reported",
"error",
"error_code",
":",
"error_message",
"A warning of",
"a potential",
"transporter",
"problem while",
"communicating",
"with node",
"node2_id",
";",
"for a listing",
"of transporter",
"error codes",
"and messages,",
"see NDB",
"Transporter",
"Errors, for more",
"information",
"TransporterWarning",
"Error",
"8",
"WARNING",
"Node",
"node1_id",
":",
"Node",
"node2_id",
"missed",
"heartbeat",
"heartbeat_id",
"This node",
"missed a",
"heartbeat from",
"node ",
"node2_id",
"MissedHeartbeat",
"Error",
"8",
"WARNING",
"4456"
]
| [
[
394,
48,
206,
11
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
135,
89,
798,
840
],
[
60,
964,
37,
11
]
]
| [
[
394,
48,
206,
11
],
[
144,
97,
106,
11
],
[
276,
97,
92,
11
],
[
409,
97,
95,
11
],
[
541,
97,
89,
11
],
[
673,
97,
58,
11
],
[
806,
97,
65,
11
],
[
144,
117,
10,
10
],
[
154,
117,
150,
10
],
[
144,
133,
90,
10
],
[
144,
148,
80,
10
],
[
144,
164,
160,
10
],
[
305,
164,
10,
10
],
[
144,
178,
9,
11
],
[
153,
179,
40,
10
],
[
144,
195,
70,
10
],
[
214,
195,
10,
10
],
[
144,
210,
50,
10
],
[
144,
226,
80,
10
],
[
144,
242,
231,
10
],
[
375,
242,
10,
10
],
[
144,
257,
10,
10
],
[
154,
257,
160,
10
],
[
144,
273,
80,
10
],
[
144,
288,
80,
10
],
[
144,
304,
170,
10
],
[
315,
304,
10,
10
],
[
276,
116,
77,
11
],
[
276,
132,
97,
11
],
[
276,
147,
39,
11
],
[
144,
325,
40,
10
],
[
144,
341,
80,
10
],
[
224,
341,
10,
10
],
[
144,
356,
110,
10
],
[
144,
372,
70,
10
],
[
144,
387,
80,
10
],
[
144,
403,
80,
10
],
[
144,
418,
50,
10
],
[
144,
434,
100,
10
],
[
244,
434,
10,
10
],
[
144,
449,
130,
10
],
[
276,
324,
96,
11
],
[
276,
339,
105,
11
],
[
276,
355,
38,
11
],
[
276,
370,
112,
11
],
[
276,
386,
71,
11
],
[
276,
403,
80,
10
],
[
357,
402,
4,
11
],
[
276,
417,
80,
11
],
[
276,
433,
99,
11
],
[
276,
448,
84,
11
],
[
276,
464,
113,
11
],
[
276,
479,
67,
11
],
[
276,
495,
86,
11
],
[
276,
510,
67,
11
],
[
276,
526,
95,
11
],
[
276,
541,
121,
11
],
[
276,
557,
54,
11
],
[
409,
325,
160,
10
],
[
541,
325,
50,
10
],
[
673,
324,
9,
11
],
[
806,
325,
50,
10
],
[
144,
579,
40,
10
],
[
144,
595,
80,
10
],
[
224,
595,
10,
10
],
[
144,
610,
110,
10
],
[
144,
626,
70,
10
],
[
144,
641,
80,
10
],
[
144,
657,
80,
10
],
[
144,
672,
50,
10
],
[
144,
688,
100,
10
],
[
244,
688,
10,
10
],
[
144,
704,
130,
10
],
[
276,
578,
93,
11
],
[
276,
594,
77,
11
],
[
276,
609,
80,
11
],
[
276,
625,
103,
11
],
[
276,
640,
112,
11
],
[
276,
656,
71,
11
],
[
276,
672,
80,
10
],
[
357,
671,
4,
11
],
[
276,
687,
80,
11
],
[
276,
702,
99,
11
],
[
276,
718,
84,
11
],
[
276,
733,
113,
11
],
[
276,
749,
67,
11
],
[
276,
765,
86,
11
],
[
276,
780,
117,
11
],
[
276,
796,
82,
11
],
[
409,
579,
180,
10
],
[
541,
579,
50,
10
],
[
673,
578,
9,
11
],
[
806,
579,
70,
10
],
[
144,
818,
40,
10
],
[
144,
834,
80,
10
],
[
224,
834,
10,
10
],
[
144,
849,
40,
10
],
[
144,
865,
80,
10
],
[
144,
880,
60,
10
],
[
144,
896,
90,
10
],
[
144,
911,
120,
10
],
[
276,
817,
73,
11
],
[
276,
832,
67,
11
],
[
276,
848,
108,
11
],
[
276,
864,
41,
11
],
[
318,
865,
80,
10
],
[
409,
818,
150,
10
],
[
541,
818,
50,
10
],
[
673,
817,
9,
11
],
[
806,
818,
70,
10
],
[
60,
964,
37,
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,
4
]
| c7ed453e78b7216cb1934de35ebac331731e87cbe0874065b85d67b3d8f98bb2 | refman-8.0-en.pdf | 4,485 | 6,228 | 612 | 792 | 1,025 | 1,025 | manuals | manuals |
14234 | [
"Figure 3-11. ",
"Stabilator components. ",
"Landing Gear ",
"The Powerplant ",
"Figure 3-12. ",
"Types of landing gear: floats (top), skis (middle), and ",
"wheels (bottom). ",
"The powerplant usually includes both the engine and the ",
"propeller. The primary function of the engine is to provide ",
"the power to turn the propeller. It also generates electrical ",
"power, provides a vacuum source for some flight instruments, ",
"and in most single-engine airplanes, provides a source of ",
"heat for the pilot and passengers. ",
"[Figure 3-13] ",
"The engine ",
"is covered by a cowling, or a nacelle, which are both types ",
"of covered housing. The purpose of the cowling or nacelle ",
"is to streamline the flow of air around the engine and to help ",
"cool the engine by ducting air around the cylinders. ",
"is a rotating airfoil that produces thrust through aerodynamic ",
"action. A high-pressure area is formed at the back of the ",
"propeller’s airfoil, and low pressure is produced at the face of ",
"the propeller, similar to the way lift is generated by an airfoil ",
"used as a lifting surface or wing. This pressure differential ",
"develops thrust from the propeller, which in turn pulls the ",
"airplane forward. Engines may be turned around to be pushers ",
"with the propeller at the rear. ",
"There are two significant factors involved in the design ",
"of a propeller that impact its effectiveness. The angle of a ",
"The propeller, mounted on the front of the engine, translates ",
"the rotating force of the engine into thrust, a forward acting ",
"force that helps move the airplane through the air. A propeller ",
"Airplanes with conventional landing gear are sometimes ",
"referred to as tailwheel airplanes. When the third wheel is ",
"located on the nose, it is called a nosewheel, and the design ",
"is referred to as a tricycle gear. A steerable nosewheel or ",
"tailwheel permits the airplane to be controlled throughout all ",
"operations while on the ground. Most aircraft are steered by ",
"moving the rudder pedals, whether nosewheel or tailwheel. ",
"Additionally, some aircraft are steered by differential braking. ",
"Wheeled landing gear consists of three wheels—two main ",
"wheels and a third wheel positioned either at the front or rear ",
"of the airplane. Landing gear with a rear mounted wheel is ",
"called conventional landing gear. ",
"The landing gear is the principal support of the airplane when ",
"parked, taxiing, taking off, or landing. The most common type ",
"of landing gear consists of wheels, but airplanes can also be ",
"equipped with floats for water operations or skis for landing ",
"on snow. ",
"[Figure 3-12] ",
"3-7 ",
"Antiservo tab ",
"Stabilator pivot point "
]
| [
[
125,
311,
229,
14
],
[
125,
311,
229,
14
],
[
124,
344,
116,
17
],
[
124,
693,
133,
17
],
[
553,
706,
412,
30
],
[
553,
706,
412,
30
],
[
553,
706,
412,
30
],
[
124,
711,
415,
164
],
[
124,
711,
415,
164
],
[
124,
711,
415,
164
],
[
124,
711,
415,
164
],
[
124,
711,
415,
164
],
[
124,
711,
415,
164
],
[
124,
711,
415,
164
],
[
124,
711,
415,
164
],
[
124,
711,
415,
164
],
[
124,
711,
415,
164
],
[
124,
711,
415,
164
],
[
124,
711,
415,
164
],
[
553,
756,
415,
131
],
[
553,
756,
415,
131
],
[
553,
756,
415,
131
],
[
553,
756,
415,
131
],
[
553,
756,
415,
131
],
[
553,
756,
415,
131
],
[
553,
756,
415,
131
],
[
553,
756,
415,
131
],
[
553,
905,
416,
31
],
[
553,
905,
416,
31
],
[
124,
893,
413,
48
],
[
124,
893,
413,
48
],
[
124,
893,
413,
48
],
[
124,
545,
415,
131
],
[
124,
545,
415,
131
],
[
124,
545,
415,
131
],
[
124,
545,
415,
131
],
[
124,
545,
415,
131
],
[
124,
545,
415,
131
],
[
124,
545,
415,
131
],
[
124,
545,
415,
131
],
[
124,
462,
414,
64
],
[
124,
462,
414,
64
],
[
124,
462,
414,
64
],
[
124,
462,
414,
64
],
[
124,
363,
412,
81
],
[
124,
363,
412,
81
],
[
124,
363,
412,
81
],
[
124,
363,
412,
81
],
[
124,
363,
412,
81
],
[
124,
363,
412,
81
],
[
937,
964,
29,
16
],
[
123,
59,
411,
241
],
[
123,
59,
411,
241
]
]
| [
[
125,
311,
81,
13
],
[
206,
311,
147,
13
],
[
124,
344,
116,
17
],
[
124,
693,
133,
17
],
[
553,
707,
80,
13
],
[
634,
706,
331,
13
],
[
553,
723,
107,
13
],
[
124,
711,
415,
15
],
[
124,
728,
413,
15
],
[
124,
744,
414,
15
],
[
124,
761,
411,
15
],
[
124,
777,
415,
15
],
[
124,
794,
231,
15
],
[
355,
794,
100,
15
],
[
456,
794,
81,
15
],
[
124,
811,
413,
15
],
[
124,
827,
414,
15
],
[
124,
844,
412,
15
],
[
124,
860,
359,
15
],
[
553,
756,
412,
15
],
[
553,
772,
415,
15
],
[
553,
789,
411,
15
],
[
553,
805,
412,
15
],
[
553,
822,
414,
15
],
[
553,
839,
414,
15
],
[
553,
855,
411,
15
],
[
553,
872,
204,
15
],
[
553,
905,
416,
15
],
[
553,
921,
414,
15
],
[
124,
893,
412,
15
],
[
124,
910,
413,
15
],
[
124,
926,
411,
15
],
[
124,
545,
415,
15
],
[
124,
562,
414,
15
],
[
124,
578,
413,
15
],
[
124,
595,
415,
15
],
[
124,
611,
412,
15
],
[
124,
628,
412,
15
],
[
124,
644,
413,
15
],
[
124,
661,
411,
15
],
[
124,
462,
414,
15
],
[
124,
479,
412,
15
],
[
124,
495,
413,
15
],
[
124,
512,
233,
15
],
[
124,
363,
412,
15
],
[
124,
380,
411,
15
],
[
124,
396,
412,
15
],
[
124,
413,
412,
15
],
[
124,
429,
66,
15
],
[
190,
429,
100,
15
],
[
937,
964,
29,
16
],
[
153,
148,
84,
13
],
[
363,
196,
128,
13
]
]
| [
0,
0,
7,
7,
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,
4,
6,
6
]
| 8ed1a876c12eb58499f41b72152ea7f4bbe4e38ca7da3cfa7db4ee4c1875a0bd | pilot_handbook.pdf | 79 | 524 | 594 | 774 | 1,025 | 1,025 | faa_regulations | laws_and_regulations |
14235 | [
"AIM",
"8/15/19 ",
"12/31/20",
"within U.S. territorial airspace. (See paragraphs",
"5",
"−",
"6",
"−",
"5",
"and 5",
"−",
"6",
"−",
"6.)",
"g.",
"Foreign state aircraft operations are not",
"authorized to or from Ronald Reagan Washington",
"National Airport (KDCA).",
"h.",
"Diplomatic Clearance Exceptions.",
" State",
"aircraft operations on behalf of the governments of",
"Canada and Mexico conducted for the purposes of air",
"ambulance, firefighting, law enforcement, search and",
"rescue, or emergency evacuation are authorized to",
"transit U.S. territorial airspace within 50 NM of their",
"respective borders with the U.S., with or without an",
"active flight plan, provided they have received and",
"continuously transmit an ATC assigned transponder",
"code. State aircraft operations on behalf of the",
"governments of Canada and Mexico conducted under",
"this subparagraph 5",
"−",
"6",
"−",
"8h are not required to obtain",
"a diplomatic clearance from the U.S. State",
"Department.",
"a.",
"Operators may submit requests for FAA/TSA",
"airspace waivers at https://waivers.faa.gov by",
"selecting “international” as the waiver type.",
"b.",
"Information regarding FAA/TSA airspace",
"waivers can be found at: http://www.tsa.gov/for",
"−",
"in-",
"dustry/general",
"−",
"aviation or can be obtained by",
"contacting TSA at (571) 227",
"−",
"2071.",
"c.",
"All existing FAA/TSA waivers issued under",
"previous FDC NOTAMS remain valid until the",
"expiration date specified in the waiver, unless sooner",
"superseded or rescinded.",
"a.",
"Applicants for U.S. air operator certificates will",
"be provided contact information for TSA aviation",
"security programs by the U.S. Department of",
"Transportation during the certification process. ",
"b.",
"For information about applicable TSA security",
"programs: ",
"1.",
"U.S. air carriers and commercial operators",
"must contact their TSA Principal Security Specialist",
"(PSS); and ",
"2.",
"Foreign air carriers must contact their",
"International Industry Representative (IIR).",
"a.",
"Information about FAA routing authorizations",
"for U.S. State Department",
"−",
"designated special",
"interest country flight operations to or from, within,",
"or transiting U.S. territorial airspace is available by",
"country at:",
"1.",
"FAA website http://www.faa.gov/air_traffic/",
"publications/us_restrictions/; or",
"2.",
"Phone by contacting the FAA System",
"Operations",
"Support",
"Center",
"(SOSC)",
"at",
"(202) 267",
"−",
"8115.",
"b.",
"Special Interest Countries. The U.S. State",
"Department",
"−",
"designated special interest countries are",
"Cuba, Iran, The Democratic People’s Republic of",
"Korea (North Korea), The People’s Republic of",
"China, The Russian Federation, Sudan, and Syria.",
"FAA flight routing authorizations are not required for",
"aircraft registered in Hong Kong, Taiwan, or Macau.",
"c.",
"Aircraft operating with the ICAO 3LD assigned",
"to a company or entity from a country listed as a State",
"Department",
"−",
"designated special interest country and",
"holding valid FAA Part 129 operations specifications",
"do not require FAA flight routing authorization.",
"d.",
"FAA routing authorizations will only be granted",
"for IFR operations. VFR and DVFR flight operations",
"are prohibited for any aircraft requiring an FAA",
"routing authorization.",
"a.",
"During defense emergency or air defense",
"emergency conditions, additional special security",
"instructions may be issued in accordance with",
"32",
"CFR Part 245, ",
"Plan for the Emergency Security",
"Control of Air Traffic (ESCAT)",
".",
"b.",
"Under the provisions of 32 CFR Part 245, the",
"military will direct the action to be taken in regard to",
"landing, grounding, diversion, or dispersal of aircraft",
"in the defense of the U.S. during emergency",
"conditions.",
"c.",
"At the time a portion or all of ESCAT is",
"implemented, ATC facilities will broadcast appropri-",
"ate instructions received from the Air Traffic Control",
"System Command Center (ATCSCC) over available",
"ATC frequencies. Depending on instructions re-",
"ceived from the ATCSCC, VFR flights may be",
"National Security and Interception Procedures",
"5",
"−",
"6",
"−",
"7",
"5",
"−",
"6",
"−",
"10.",
"TSA Aviation Security Programs",
"5",
"−",
"6",
"−",
"12.",
"Emergency Security Control of Air",
"Traffic (ESCAT)",
"5",
"−",
"6",
"−",
"9.",
"FAA/TSA Airspace Waivers",
"NOTE",
"−",
"5",
"−",
"6",
"−",
"11.",
"FAA Flight Routing Authorizations"
]
| [
[
883,
39,
32,
15
],
[
106,
38,
59,
16
],
[
106,
38,
59,
16
],
[
108,
90,
384,
33
],
[
108,
90,
384,
33
],
[
108,
90,
384,
33
],
[
108,
90,
384,
33
],
[
108,
90,
384,
33
],
[
108,
90,
384,
33
],
[
108,
90,
384,
33
],
[
108,
90,
384,
33
],
[
108,
90,
384,
33
],
[
108,
90,
384,
33
],
[
108,
90,
384,
33
],
[
108,
132,
385,
49
],
[
108,
132,
385,
49
],
[
108,
132,
385,
49
],
[
108,
132,
385,
49
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
191,
385,
230
],
[
108,
472,
384,
49
],
[
108,
472,
384,
49
],
[
108,
472,
384,
49
],
[
108,
472,
384,
49
],
[
108,
531,
384,
66
],
[
108,
531,
384,
66
],
[
108,
531,
384,
66
],
[
108,
531,
384,
66
],
[
108,
531,
384,
66
],
[
108,
531,
384,
66
],
[
108,
531,
384,
66
],
[
108,
531,
384,
66
],
[
108,
531,
384,
66
],
[
108,
531,
384,
66
],
[
108,
531,
384,
66
],
[
108,
606,
384,
66
],
[
108,
606,
384,
66
],
[
108,
606,
384,
66
],
[
108,
606,
384,
66
],
[
108,
606,
384,
66
],
[
108,
723,
385,
66
],
[
108,
723,
385,
66
],
[
108,
723,
385,
66
],
[
108,
723,
385,
66
],
[
108,
723,
385,
66
],
[
108,
798,
384,
33
],
[
108,
798,
384,
33
],
[
108,
798,
384,
33
],
[
108,
840,
384,
49
],
[
108,
840,
384,
49
],
[
108,
840,
384,
49
],
[
108,
840,
384,
49
],
[
108,
898,
385,
33
],
[
108,
898,
385,
33
],
[
108,
898,
385,
33
],
[
532,
115,
385,
82
],
[
532,
115,
385,
82
],
[
532,
115,
385,
82
],
[
532,
115,
385,
82
],
[
532,
115,
385,
82
],
[
532,
115,
385,
82
],
[
532,
115,
385,
82
],
[
532,
115,
385,
82
],
[
532,
204,
383,
33
],
[
532,
204,
383,
33
],
[
532,
204,
383,
33
],
[
532,
244,
385,
49
],
[
532,
244,
385,
49
],
[
532,
244,
385,
49
],
[
532,
244,
385,
49
],
[
532,
244,
385,
49
],
[
532,
244,
385,
49
],
[
532,
244,
385,
49
],
[
532,
244,
385,
49
],
[
532,
244,
385,
49
],
[
532,
244,
385,
49
],
[
532,
300,
384,
82
],
[
532,
300,
384,
82
],
[
532,
300,
384,
82
],
[
532,
300,
384,
82
],
[
532,
300,
384,
82
],
[
532,
300,
384,
82
],
[
532,
300,
384,
82
],
[
532,
300,
384,
82
],
[
532,
406,
384,
26
],
[
532,
406,
384,
26
],
[
532,
439,
384,
82
],
[
532,
439,
384,
82
],
[
532,
439,
384,
82
],
[
532,
439,
384,
82
],
[
532,
439,
384,
82
],
[
532,
439,
384,
82
],
[
532,
439,
384,
82
],
[
532,
439,
384,
82
],
[
532,
528,
384,
66
],
[
532,
528,
384,
66
],
[
532,
528,
384,
66
],
[
532,
528,
384,
66
],
[
532,
528,
384,
66
],
[
532,
654,
384,
82
],
[
532,
654,
384,
82
],
[
532,
654,
384,
82
],
[
532,
654,
384,
82
],
[
532,
654,
384,
82
],
[
532,
654,
384,
82
],
[
532,
654,
384,
82
],
[
532,
654,
384,
82
],
[
532,
654,
384,
82
],
[
532,
743,
385,
82
],
[
532,
743,
385,
82
],
[
532,
743,
385,
82
],
[
532,
743,
385,
82
],
[
532,
743,
385,
82
],
[
532,
743,
385,
82
],
[
532,
832,
385,
99
],
[
532,
832,
385,
99
],
[
532,
832,
385,
99
],
[
532,
832,
385,
99
],
[
532,
832,
385,
99
],
[
532,
832,
385,
99
],
[
532,
832,
385,
99
],
[
113,
969,
309,
15
],
[
874,
971,
42,
15
],
[
874,
971,
42,
15
],
[
874,
971,
42,
15
],
[
874,
971,
42,
15
],
[
874,
971,
42,
15
],
[
108,
696,
358,
17
],
[
108,
696,
358,
17
],
[
108,
696,
358,
17
],
[
108,
696,
358,
17
],
[
108,
696,
358,
17
],
[
108,
696,
358,
17
],
[
532,
613,
377,
33
],
[
532,
613,
377,
33
],
[
532,
613,
377,
33
],
[
532,
613,
377,
33
],
[
532,
613,
377,
33
],
[
532,
613,
377,
33
],
[
532,
613,
377,
33
],
[
108,
445,
302,
17
],
[
108,
445,
302,
17
],
[
108,
445,
302,
17
],
[
108,
445,
302,
17
],
[
108,
445,
302,
17
],
[
108,
445,
302,
17
],
[
532,
388,
54,
15
],
[
532,
388,
54,
15
],
[
532,
90,
376,
17
],
[
532,
90,
376,
17
],
[
532,
90,
376,
17
],
[
532,
90,
376,
17
],
[
532,
90,
376,
17
],
[
532,
90,
376,
17
]
]
| [
[
883,
39,
32,
15
],
[
108,
39,
55,
15
],
[
106,
38,
59,
15
],
[
108,
90,
384,
16
],
[
108,
107,
9,
16
],
[
117,
107,
10,
16
],
[
127,
107,
9,
16
],
[
135,
107,
10,
16
],
[
145,
107,
8,
16
],
[
159,
107,
39,
16
],
[
198,
107,
10,
16
],
[
208,
107,
9,
16
],
[
217,
107,
10,
16
],
[
227,
107,
19,
16
],
[
125,
136,
13,
12
],
[
150,
132,
343,
16
],
[
108,
149,
384,
16
],
[
108,
165,
196,
16
],
[
125,
194,
16,
12
],
[
146,
194,
298,
12
],
[
444,
191,
48,
16
],
[
108,
207,
384,
16
],
[
108,
224,
384,
16
],
[
108,
240,
384,
16
],
[
108,
256,
384,
16
],
[
108,
273,
384,
16
],
[
108,
289,
384,
16
],
[
108,
306,
384,
16
],
[
108,
322,
384,
16
],
[
108,
339,
384,
16
],
[
108,
355,
384,
16
],
[
108,
372,
143,
16
],
[
252,
372,
10,
16
],
[
262,
372,
9,
16
],
[
271,
372,
10,
16
],
[
282,
372,
210,
16
],
[
108,
388,
385,
16
],
[
108,
405,
91,
16
],
[
125,
476,
13,
12
],
[
148,
472,
344,
16
],
[
108,
489,
384,
16
],
[
108,
505,
322,
16
],
[
125,
534,
14,
12
],
[
150,
531,
342,
16
],
[
108,
547,
353,
16
],
[
461,
547,
10,
16
],
[
472,
547,
20,
16
],
[
108,
564,
118,
16
],
[
227,
564,
10,
16
],
[
237,
564,
256,
16
],
[
108,
580,
210,
16
],
[
318,
580,
10,
16
],
[
328,
580,
41,
16
],
[
125,
609,
12,
12
],
[
147,
606,
344,
16
],
[
108,
622,
384,
16
],
[
108,
639,
383,
16
],
[
108,
655,
181,
16
],
[
125,
726,
13,
12
],
[
148,
723,
344,
16
],
[
108,
739,
384,
16
],
[
108,
756,
385,
16
],
[
108,
772,
350,
16
],
[
125,
801,
14,
12
],
[
149,
798,
343,
16
],
[
108,
814,
79,
16
],
[
141,
843,
13,
12
],
[
164,
840,
327,
16
],
[
108,
856,
384,
16
],
[
108,
873,
84,
16
],
[
141,
902,
13,
12
],
[
167,
898,
326,
16
],
[
108,
915,
320,
16
],
[
549,
118,
13,
12
],
[
572,
115,
344,
16
],
[
532,
131,
220,
16
],
[
753,
131,
10,
16
],
[
763,
131,
154,
16
],
[
532,
148,
384,
16
],
[
532,
164,
384,
16
],
[
532,
181,
79,
16
],
[
565,
207,
13,
12
],
[
588,
204,
327,
16
],
[
532,
220,
232,
16
],
[
565,
247,
13,
12
],
[
591,
244,
326,
16
],
[
532,
260,
92,
16
],
[
647,
260,
65,
16
],
[
735,
260,
54,
16
],
[
814,
260,
64,
16
],
[
901,
260,
15,
16
],
[
532,
277,
71,
16
],
[
604,
277,
10,
16
],
[
614,
277,
40,
16
],
[
549,
303,
14,
12
],
[
574,
300,
342,
16
],
[
532,
316,
86,
16
],
[
618,
316,
10,
16
],
[
629,
316,
287,
16
],
[
532,
333,
384,
16
],
[
532,
349,
384,
16
],
[
532,
366,
367,
16
],
[
532,
406,
384,
11
],
[
532,
421,
354,
11
],
[
549,
442,
12,
12
],
[
571,
439,
345,
16
],
[
532,
455,
384,
16
],
[
532,
472,
86,
16
],
[
618,
472,
10,
16
],
[
629,
472,
287,
16
],
[
532,
488,
384,
16
],
[
532,
505,
352,
16
],
[
549,
532,
14,
12
],
[
573,
528,
343,
16
],
[
532,
545,
384,
16
],
[
532,
561,
384,
16
],
[
532,
578,
159,
16
],
[
549,
657,
13,
12
],
[
573,
654,
343,
16
],
[
532,
670,
384,
16
],
[
532,
687,
384,
16
],
[
532,
703,
19,
16
],
[
556,
703,
114,
16
],
[
670,
707,
245,
12
],
[
532,
723,
228,
12
],
[
760,
720,
4,
16
],
[
549,
747,
14,
12
],
[
573,
743,
343,
16
],
[
532,
760,
384,
16
],
[
532,
776,
384,
16
],
[
532,
793,
385,
16
],
[
532,
809,
81,
16
],
[
549,
836,
12,
12
],
[
573,
832,
344,
16
],
[
532,
849,
383,
16
],
[
532,
865,
383,
16
],
[
532,
882,
384,
16
],
[
532,
898,
384,
16
],
[
532,
915,
384,
16
],
[
113,
969,
309,
15
],
[
874,
971,
8,
15
],
[
882,
971,
9,
15
],
[
891,
971,
8,
15
],
[
899,
971,
9,
15
],
[
908,
971,
8,
15
],
[
108,
699,
10,
13
],
[
118,
696,
10,
17
],
[
129,
699,
10,
13
],
[
139,
696,
10,
17
],
[
149,
699,
25,
13
],
[
180,
699,
286,
13
],
[
532,
616,
10,
13
],
[
542,
613,
10,
17
],
[
553,
616,
10,
13
],
[
563,
613,
10,
17
],
[
573,
616,
25,
13
],
[
605,
616,
304,
13
],
[
532,
633,
133,
13
],
[
108,
449,
10,
13
],
[
118,
445,
10,
17
],
[
129,
449,
10,
13
],
[
139,
445,
10,
17
],
[
149,
449,
15,
13
],
[
170,
449,
240,
13
],
[
532,
388,
44,
15
],
[
576,
388,
10,
15
],
[
532,
93,
10,
13
],
[
542,
90,
10,
17
],
[
553,
93,
10,
13
],
[
563,
90,
10,
17
],
[
573,
93,
25,
13
],
[
604,
93,
304,
13
]
]
| [
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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,
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
]
| 6790f64b40f3eebbb8d084e7ae825fc3fa6e160f1e2a3c25395d7a499d75c1f7 | aim_basic_w_chg_1_2_3_dtd_12-31-20.pdf | 444 | 775 | 612 | 792 | 1,025 | 1,025 | faa_regulations | laws_and_regulations |
14236 | [
"in such a way that the transaction leaves the market maker’s expected utility over the future mon-",
"etary payoff unaffected. Agrawal et al. (2011) suggests an improvement of Chen and Pennock’s",
"(2007) market. The market maker may find it difficult to propose a unique probability distribu-",
"tion to describe the event for which the claims are written. The KPM addresses Agrawal et al.",
"(2011)’s suggestion: It allows the market maker to indicate a set of multiple reasonable probability",
"distributions instead of a single distribution. The KPM acknowledges that the market maker often",
"cannot pin down a single subjective probability distribution.",
"Our paper is related to the recent literature that explains a wide variety of prediction markets",
"from a unified theoretical perspective.",
"The most notable work in this respect is Agrawal et al.",
"(2011).",
"They show that the four most well-known prediction markets in the literature can be",
"unified under one theoretical framework. In a similar vein, we reconcile pari-mutuel mechanisms",
"from the prediction market literature with the model from the economics literature.",
"My paper is related to a growing body of literature that focuses on the role of Knightian",
"uncertainty in decision making. In the past decade, Knightian uncertainty has received a significant",
"amount of attention in areas ranging from macroeconomic modeling (Hansen and Sargent, 2008)",
"to market microstructure theory (Easley and O’Hara, 2009; Easley and O’Hara, 2010).",
"We present a brief overview of the theory of decision making under ambiguity. First, it is necessary",
"to distinguish between",
"risk",
"and",
"ambiguity.",
"Risk applies to situations in which it is possible to attach",
"a probability distribution to an unknown prospect. By contrast, ambiguity refers to situations in",
"which it is impossible to do so. For example, consider a situation in which a person receives a dollar",
"if and only if he/she draws a red ball from a box. The box contains both red balls and blue balls.",
"If the person knows the fraction of balls that are red, he/she knows the probability of receiving",
"a dollar. In this case, the person is said to be facing",
"risk.",
"On the other hand, suppose that the",
"person does not know the fraction of balls in the box that are red. Then, the person cannot assign",
"a number to the probability of winning a dollar. This person is said to be facing",
"ambiguity.",
"In the",
"1920s, Knight was the first to note the difference between these two concepts (Knight, 1936).",
"An",
"ambiguous",
"prospect requires a different analysis from that of a risky prospect.",
"To this",
"end, Theorem 1 reproduces the main finding of Gilboa and Schmeidler (1989) in the language of",
"Ghirardato et al. (2004). Let",
"S",
"denote the set of all possible states (e.g., the person chooses a red",
"4",
"2",
"The Theory of Decision Making under Ambiguity"
]
| [
[
120,
96,
784,
172
],
[
120,
96,
784,
172
],
[
120,
96,
784,
172
],
[
120,
96,
784,
172
],
[
120,
96,
784,
172
],
[
120,
96,
784,
172
],
[
120,
96,
784,
172
],
[
120,
280,
784,
119
],
[
120,
280,
784,
119
],
[
120,
280,
784,
119
],
[
120,
280,
784,
119
],
[
120,
280,
784,
119
],
[
120,
280,
784,
119
],
[
120,
280,
784,
119
],
[
120,
412,
783,
93
],
[
120,
412,
783,
93
],
[
120,
412,
783,
93
],
[
120,
412,
783,
93
],
[
120,
587,
783,
119
],
[
120,
587,
783,
119
],
[
120,
587,
783,
119
],
[
120,
587,
783,
119
],
[
120,
587,
783,
119
],
[
120,
587,
783,
119
],
[
120,
587,
783,
119
],
[
120,
587,
783,
119
],
[
120,
587,
783,
119
],
[
120,
719,
783,
119
],
[
120,
719,
783,
119
],
[
120,
719,
783,
119
],
[
120,
719,
783,
119
],
[
120,
719,
783,
119
],
[
120,
719,
783,
119
],
[
120,
719,
783,
119
],
[
120,
719,
783,
119
],
[
120,
719,
783,
119
],
[
120,
850,
783,
66
],
[
120,
850,
783,
66
],
[
120,
850,
783,
66
],
[
120,
850,
783,
66
],
[
120,
850,
783,
66
],
[
120,
850,
783,
66
],
[
120,
850,
783,
66
],
[
120,
850,
783,
66
],
[
507,
959,
9,
14
],
[
120,
544,
628,
18
],
[
120,
544,
628,
18
]
]
| [
[
120,
96,
783,
14
],
[
120,
123,
783,
14
],
[
120,
149,
784,
14
],
[
120,
175,
783,
14
],
[
120,
202,
783,
14
],
[
120,
228,
783,
14
],
[
120,
254,
483,
14
],
[
148,
280,
755,
14
],
[
120,
307,
310,
14
],
[
444,
307,
459,
14
],
[
120,
333,
55,
14
],
[
191,
333,
713,
14
],
[
120,
359,
783,
14
],
[
120,
386,
670,
14
],
[
148,
412,
755,
14
],
[
120,
438,
783,
14
],
[
120,
464,
783,
14
],
[
120,
491,
693,
14
],
[
120,
587,
783,
14
],
[
120,
614,
175,
14
],
[
301,
614,
29,
14
],
[
336,
614,
29,
14
],
[
370,
614,
82,
14
],
[
461,
614,
442,
14
],
[
120,
640,
783,
14
],
[
120,
666,
783,
14
],
[
120,
692,
783,
14
],
[
120,
719,
783,
14
],
[
120,
745,
430,
14
],
[
557,
745,
34,
14
],
[
603,
745,
300,
14
],
[
120,
771,
783,
14
],
[
120,
798,
639,
14
],
[
765,
798,
82,
14
],
[
856,
798,
47,
14
],
[
120,
824,
744,
14
],
[
148,
850,
23,
14
],
[
181,
850,
83,
14
],
[
274,
850,
556,
14
],
[
845,
850,
58,
14
],
[
120,
876,
783,
14
],
[
120,
903,
233,
14
],
[
360,
903,
11,
14
],
[
378,
903,
525,
14
],
[
507,
959,
9,
14
],
[
120,
544,
13,
18
],
[
161,
544,
588,
18
]
]
| [
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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
]
| baab6f479a981dfd0b61c01f204bbd8790de6768bb203edd25a3a6b396036d8a | 1509.07155.pdf | 5 | 57 | 612 | 792 | 1,025 | 1,025 | arxiv_doublespaced | scientific_articles |
14237 | [
"MongoDB Documentation, Release 3.0.4",
"Embedding the publisher document inside the book document would lead to",
"repetition",
"of the publisher data, as the",
"following documents show:",
"To avoid repetition of the publisher data, use",
"references",
"and keep the publisher information in a separate collection",
"from the book collection.",
"When using references, the growth of the relationships determine where to store the reference. If the number of books",
"per publisher is small with limited growth, storing the book reference inside the publisher document may sometimes",
"be useful. Otherwise, if the number of books per publisher is unbounded, this data model would lead to mutable,",
"growing arrays, as in the following example:",
"4.3.",
"Data Model Examples and Patterns",
"155",
"{",
"title: \"MongoDB: The Definitive Guide\",",
"author: [ \"Kristina Chodorow\", \"Mike Dirolf\" ],",
"published_date: ISODate(\"2010-09-24\"),",
"pages: 216,",
"language: \"English\",",
"publisher: {",
"name: \"O'Reilly Media\",",
"founded: 1980,",
"location: \"CA\"",
"}",
"}",
"{",
"title: \"50 Tips and Tricks for MongoDB Developer\",",
"author: \"Kristina Chodorow\",",
"published_date: ISODate(\"2011-05-06\"),",
"pages: 68,",
"language: \"English\",",
"publisher: {",
"name: \"O'Reilly Media\",",
"founded: 1980,",
"location: \"CA\"",
"}",
"}",
"{",
"name: \"O'Reilly Media\",",
"founded: 1980,",
"location: \"CA\",",
"books: [12346789, 234567890, ...]",
"}",
"{",
"_id: 123456789,",
"title: \"MongoDB: The Definitive Guide\",",
"author: [ \"Kristina Chodorow\", \"Mike Dirolf\" ],",
"published_date: ISODate(\"2010-09-24\"),",
"pages: 216,",
"language: \"English\"",
"}",
"{",
"_id: 234567890,",
"title: \"50 Tips and Tricks for MongoDB Developer\",",
"author: \"Kristina Chodorow\",",
"published_date: ISODate(\"2011-05-06\"),",
"pages: 68,"
]
| [
[
585,
46,
318,
12
],
[
120,
97,
783,
27
],
[
120,
97,
783,
27
],
[
120,
97,
783,
27
],
[
120,
97,
783,
27
],
[
120,
505,
783,
27
],
[
120,
505,
783,
27
],
[
120,
505,
783,
27
],
[
120,
505,
783,
27
],
[
120,
544,
783,
57
],
[
120,
544,
783,
57
],
[
120,
544,
783,
57
],
[
120,
544,
783,
57
],
[
120,
961,
314,
12
],
[
120,
961,
314,
12
],
[
876,
961,
27,
12
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
137,
477,
349
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
],
[
120,
615,
477,
306
]
]
| [
[
585,
46,
318,
12
],
[
120,
97,
516,
11
],
[
642,
97,
69,
11
],
[
716,
97,
187,
11
],
[
120,
112,
184,
11
],
[
120,
505,
305,
11
],
[
431,
505,
68,
11
],
[
504,
505,
399,
11
],
[
120,
520,
168,
11
],
[
120,
544,
783,
11
],
[
120,
559,
783,
11
],
[
120,
575,
783,
11
],
[
120,
590,
297,
11
],
[
120,
961,
28,
12
],
[
153,
961,
281,
12
],
[
876,
961,
27,
12
],
[
120,
137,
9,
8
],
[
147,
151,
351,
8
],
[
147,
166,
423,
8
],
[
147,
180,
342,
8
],
[
147,
194,
99,
8
],
[
147,
208,
180,
8
],
[
147,
222,
108,
8
],
[
246,
236,
207,
8
],
[
246,
251,
126,
8
],
[
246,
265,
126,
8
],
[
228,
279,
9,
8
],
[
120,
293,
9,
8
],
[
120,
322,
9,
8
],
[
147,
336,
450,
8
],
[
147,
350,
252,
8
],
[
147,
364,
342,
8
],
[
147,
378,
90,
8
],
[
147,
392,
180,
8
],
[
147,
407,
108,
8
],
[
246,
421,
207,
8
],
[
246,
435,
126,
8
],
[
246,
449,
126,
8
],
[
228,
463,
9,
8
],
[
120,
478,
9,
8
],
[
120,
615,
9,
8
],
[
147,
629,
207,
8
],
[
147,
643,
126,
8
],
[
147,
658,
135,
8
],
[
147,
672,
297,
8
],
[
120,
686,
9,
8
],
[
120,
714,
9,
8
],
[
156,
728,
135,
8
],
[
156,
743,
351,
8
],
[
156,
757,
423,
8
],
[
156,
771,
342,
8
],
[
156,
785,
99,
8
],
[
156,
799,
171,
8
],
[
120,
814,
9,
8
],
[
120,
842,
9,
8
],
[
147,
856,
135,
8
],
[
147,
870,
450,
8
],
[
147,
884,
252,
8
],
[
147,
899,
342,
8
],
[
147,
913,
90,
8
]
]
| [
5,
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9
]
| e92b03aaa616f00aff3c32342f2e77b5993dff71ac19e283fc49e6d08871c369 | MongoDB-manual.pdf | 158 | 946 | 612 | 792 | 1,025 | 1,025 | manuals | manuals |
14238 | [
"Performance Schema Event Timing",
"troubleshooting, and so forth. Put the statements for each monitoring configuration into their own file and",
"specify the appropriate file as the ",
"init_file",
" value when you start the server.",
"27.4.1",
"Performance Schema Event Timing",
"Events are collected by means of instrumentation added to the server source code. Instruments time",
"events, which is how the Performance Schema provides an idea of how long events take. It is also possible",
"to configure instruments not to collect timing information. This section discusses the available timers and",
"their characteristics, and how timing values are represented in events.",
"Performance Schema Timers",
"Performance Schema timers vary in precision and amount of overhead. To see what timers are available",
"and their characteristics, check the ",
"performance_timers",
" table:",
"mysql> ",
"SELECT * FROM performance_schema.performance_timers;",
"+-------------+-----------------+------------------+----------------+",
"| TIMER_NAME",
"| TIMER_FREQUENCY | TIMER_RESOLUTION | TIMER_OVERHEAD |",
"+-------------+-----------------+------------------+----------------+",
"| CYCLE",
"|",
"2389029850 |",
"1",
"|",
"72",
"|",
"| NANOSECOND",
"|",
"1000000000 |",
"1",
"|",
"112 |",
"| MICROSECOND |",
"1000000 |",
"1",
"|",
"136 |",
"| MILLISECOND |",
"1036 |",
"1",
"|",
"168 |",
"+-------------+-----------------+------------------+----------------+",
"If the values associated with a given timer name are ",
"NULL",
", that timer is not supported on your platform.",
"The columns have these meanings:",
"•The ",
"TIMER_NAME",
" column shows the names of the available timers. ",
"CYCLE",
" refers to the timer that is",
"based on the CPU (processor) cycle counter.",
"•",
"TIMER_FREQUENCY",
" indicates the number of timer units per second. For a cycle timer, the frequency",
"is generally related to the CPU speed. The value shown was obtained on a system with a 2.4GHz",
"processor. The other timers are based on fixed fractions of seconds.",
"•",
"TIMER_RESOLUTION",
" indicates the number of timer units by which timer values increase at a time. If a",
"timer has a resolution of 10, its value increases by 10 each time.",
"•",
"TIMER_OVERHEAD",
" is the minimal number of cycles of overhead to obtain one timing with the given timer.",
"The overhead per event is twice the value displayed because the timer is invoked at the beginning and",
"end of the event.",
"The Performance Schema assigns timers as follows:",
"•The wait timer uses ",
"CYCLE",
".",
"•The idle, stage, statement, and transaction timers use ",
"NANOSECOND",
" on platforms where the",
"NANOSECOND",
" timer is available, ",
"MICROSECOND",
" otherwise.",
"At server startup, the Performance Schema verifies that assumptions made at build time about timer",
"assignments are correct, and displays a warning if a timer is not available.",
"To time wait events, the most important criterion is to reduce overhead, at the possible expense of the",
"timer accuracy, so using the ",
"CYCLE",
" timer is the best.",
"The time a statement (or stage) takes to execute is in general orders of magnitude larger than the time",
"it takes to execute a single wait. To time statements, the most important criterion is to have an accurate",
"4905"
]
| [
[
395,
48,
264,
11
],
[
170,
94,
772,
27
],
[
170,
94,
772,
27
],
[
170,
94,
772,
27
],
[
170,
94,
772,
27
],
[
90,
139,
465,
16
],
[
90,
139,
465,
16
],
[
170,
173,
793,
58
],
[
170,
173,
793,
58
],
[
170,
173,
793,
58
],
[
170,
173,
793,
58
],
[
90,
249,
277,
14
],
[
170,
280,
774,
27
],
[
170,
280,
774,
27
],
[
170,
280,
774,
27
],
[
170,
280,
774,
27
],
[
170,
323,
474,
8
],
[
170,
323,
474,
8
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
169,
335,
557,
97
],
[
170,
449,
763,
11
],
[
170,
449,
763,
11
],
[
170,
449,
763,
11
],
[
170,
477,
264,
11
],
[
170,
506,
756,
27
],
[
170,
506,
756,
27
],
[
170,
506,
756,
27
],
[
170,
506,
756,
27
],
[
170,
506,
756,
27
],
[
170,
506,
756,
27
],
[
170,
550,
759,
43
],
[
170,
550,
759,
43
],
[
170,
550,
759,
43
],
[
170,
550,
759,
43
],
[
170,
550,
759,
43
],
[
170,
609,
772,
27
],
[
170,
609,
772,
27
],
[
170,
609,
772,
27
],
[
170,
609,
772,
27
],
[
170,
653,
793,
43
],
[
170,
653,
793,
43
],
[
170,
653,
793,
43
],
[
170,
653,
793,
43
],
[
170,
653,
793,
43
],
[
170,
713,
389,
11
],
[
170,
741,
221,
11
],
[
170,
741,
221,
11
],
[
170,
741,
221,
11
],
[
170,
770,
695,
27
],
[
170,
770,
695,
27
],
[
170,
770,
695,
27
],
[
170,
770,
695,
27
],
[
170,
770,
695,
27
],
[
170,
770,
695,
27
],
[
170,
770,
695,
27
],
[
170,
814,
740,
27
],
[
170,
814,
740,
27
],
[
170,
858,
754,
27
],
[
170,
858,
754,
27
],
[
170,
858,
754,
27
],
[
170,
858,
754,
27
],
[
170,
902,
764,
27
],
[
170,
902,
764,
27
],
[
927,
964,
37,
11
]
]
| [
[
395,
48,
264,
11
],
[
170,
94,
772,
11
],
[
170,
110,
250,
11
],
[
421,
111,
90,
10
],
[
511,
110,
242,
11
],
[
90,
139,
65,
16
],
[
162,
139,
393,
16
],
[
170,
173,
743,
11
],
[
170,
189,
793,
11
],
[
170,
204,
772,
11
],
[
170,
220,
518,
11
],
[
90,
249,
277,
14
],
[
170,
280,
774,
11
],
[
170,
296,
262,
11
],
[
433,
297,
180,
10
],
[
614,
296,
45,
11
],
[
170,
323,
56,
8
],
[
227,
323,
418,
8
],
[
170,
336,
554,
8
],
[
170,
348,
96,
8
],
[
283,
348,
442,
8
],
[
170,
360,
554,
8
],
[
170,
373,
56,
8
],
[
283,
373,
8,
8
],
[
339,
373,
96,
8
],
[
564,
373,
8,
8
],
[
580,
373,
8,
8
],
[
693,
373,
16,
8
],
[
717,
373,
8,
8
],
[
170,
385,
96,
8
],
[
283,
385,
8,
8
],
[
339,
385,
96,
8
],
[
564,
385,
8,
8
],
[
580,
385,
8,
8
],
[
685,
385,
40,
8
],
[
170,
398,
120,
8
],
[
363,
398,
72,
8
],
[
564,
398,
8,
8
],
[
580,
398,
8,
8
],
[
685,
398,
40,
8
],
[
170,
410,
120,
8
],
[
387,
410,
48,
8
],
[
564,
410,
8,
8
],
[
580,
410,
8,
8
],
[
685,
410,
40,
8
],
[
170,
422,
554,
8
],
[
170,
449,
390,
11
],
[
560,
450,
40,
10
],
[
601,
449,
333,
11
],
[
170,
477,
264,
11
],
[
170,
506,
50,
11
],
[
221,
507,
100,
10
],
[
321,
506,
370,
11
],
[
692,
507,
50,
10
],
[
742,
506,
185,
11
],
[
187,
521,
334,
11
],
[
170,
550,
19,
11
],
[
187,
551,
150,
10
],
[
338,
550,
592,
11
],
[
187,
565,
721,
11
],
[
187,
581,
505,
11
],
[
170,
609,
19,
11
],
[
187,
611,
160,
10
],
[
348,
609,
594,
11
],
[
187,
625,
476,
11
],
[
170,
653,
19,
11
],
[
187,
655,
140,
10
],
[
328,
653,
635,
11
],
[
187,
669,
758,
11
],
[
187,
684,
124,
11
],
[
170,
713,
389,
11
],
[
170,
741,
166,
11
],
[
337,
743,
50,
10
],
[
387,
741,
4,
11
],
[
170,
770,
419,
11
],
[
590,
771,
100,
10
],
[
691,
770,
175,
11
],
[
187,
787,
100,
10
],
[
288,
785,
138,
11
],
[
426,
787,
110,
10
],
[
537,
785,
80,
11
],
[
170,
814,
740,
11
],
[
170,
829,
547,
11
],
[
170,
858,
754,
11
],
[
170,
874,
213,
11
],
[
383,
875,
50,
10
],
[
434,
874,
127,
11
],
[
170,
902,
757,
11
],
[
170,
918,
764,
11
],
[
927,
964,
37,
11
]
]
| [
5,
9,
9,
9,
9,
7,
7,
9,
9,
9,
9,
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,
9,
9,
9,
9,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
9,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
9,
9,
9,
9,
9,
9,
9,
9,
4
]
| 6385d33aaec07ec78d1789769677fa9ad7e0db65668188673c43f74c24d62b70 | refman-8.0-en.pdf | 4,934 | 6,228 | 612 | 792 | 1,025 | 1,025 | manuals | manuals |
14239 | [
"Article 14 (Organization and responsibility) ",
"Article 15 (Legal compliance for business operation) ",
"Article 16 (The avoidance of conflicts of interests of directors, supervisors, and managers) ",
"Article 17 (Accounting and internal control) ",
"Article 18 (Operation procedures and guidelines of conduct) ",
"1.",
"The offer or acceptance of Benefits must be consistent with normal social customs, be of occasional ",
"nature, and not be likely to affect specific rights or obligations. ",
"2.",
"Handling procedures for offering legitimate political donations. ",
"3.",
"Handling procedures and the standard rates for offering charitable donations or sponsorship. ",
"4.",
"Rules for avoiding work-related conflicts of interest and reporting and handling procedures thereof. ",
"5.",
"Rules for keeping confidential trade secrets and sensitive business information obtained in the ordinary ",
"course of business. ",
"6.",
"Regulations and handling procedures for dealing with suppliers, clients and business transaction ",
"counterparties suspected of Unethical Conduct. ",
"The board of directors of the Company shall exercise the due care of good administrators to urge the ",
"Company to prevent from Unethical Conduct and review the results of the preventive measures at any time ",
"as well as continuously make adjustments so as to ensure thorough implementation of its ethical corporate ",
"management policies. ",
"To achieve sound ethical corporate management, the human resources department of the Company shall be ",
"in charge of enacting and enforcing the ethical corporate management policies and Prevention Guidelines and ",
"reporting to the board of directors periodically. ",
"The Company and its directors, supervisors, managers, employees and Substantial Controllers shall comply ",
"with laws and regulations and the Prevention Guidelines when carrying out the business. ",
"The Company shall establish policies to avoid conflicts of interest and offer appropriate means for directors, ",
"supervisors and managers to voluntarily explain whether they have any potential conflict of interest with the ",
"Company. ",
"The Company’s directors shall exercise a high degree of self-discipline. The director may present his ",
"opinion and answer relevant questions of but is prohibited from participating in discussion of or voting on any ",
"proposal where the director or the juristic person that the director represents is an interested party and where such ",
"participation is likely to prejudice the interests of the Company. The director shall not vote on such proposal as a ",
"proxy of another director in such circumstances as well. The directors shall practice self-discipline and must not ",
"support one another in improper ways. ",
"The Company’s directors, supervisors and managers shall not take advantage of their positions in the ",
"Company to obtain improper Benefits for themselves, their spouses, parents, children or any other persons. ",
"The Company shall establish effective accounting systems and internal control systems for business ",
"activities which may be at a higher risk of being involved in Unethical Conduct, not have under-the-table ",
"accounts or maintain secret accounts, and conduct reviews from time to time so as to ensure that the design and ",
"enforcement of the systems will continue to be effective. ",
"The Company’s internal auditors shall periodically examine the Company’s compliance with the systems ",
"mentioned in the previous paragraph and prepare audit reports to be submitted to the board of directors. ",
"The Prevention Guidelines established by the Company in accordance with Article 6 hereof shall provide ",
"concrete rules about the operation procedures and guidelines of conduct for directors, supervisors, managers, ",
"employees and Substantial Controllers which shall contain the following contents: ",
"11"
]
| [
[
109,
100,
348,
17
],
[
109,
251,
414,
17
],
[
109,
315,
706,
17
],
[
109,
538,
350,
17
],
[
109,
673,
476,
17
],
[
132,
746,
739,
30
],
[
132,
746,
739,
30
],
[
132,
746,
739,
30
],
[
132,
783,
452,
15
],
[
132,
783,
452,
15
],
[
132,
807,
644,
15
],
[
132,
807,
644,
15
],
[
132,
830,
693,
15
],
[
132,
830,
693,
15
],
[
132,
853,
739,
30
],
[
132,
853,
739,
30
],
[
132,
853,
739,
30
],
[
132,
891,
739,
30
],
[
132,
891,
739,
30
],
[
132,
891,
739,
30
],
[
109,
117,
763,
63
],
[
109,
117,
763,
63
],
[
109,
117,
763,
63
],
[
109,
117,
763,
63
],
[
109,
189,
763,
47
],
[
109,
189,
763,
47
],
[
109,
189,
763,
47
],
[
109,
268,
763,
31
],
[
109,
268,
763,
31
],
[
109,
331,
763,
47
],
[
109,
331,
763,
47
],
[
109,
331,
763,
47
],
[
109,
387,
763,
95
],
[
109,
387,
763,
95
],
[
109,
387,
763,
95
],
[
109,
387,
763,
95
],
[
109,
387,
763,
95
],
[
109,
387,
763,
95
],
[
109,
491,
763,
31
],
[
109,
491,
763,
31
],
[
109,
554,
763,
63
],
[
109,
554,
763,
63
],
[
109,
554,
763,
63
],
[
109,
554,
763,
63
],
[
109,
626,
762,
31
],
[
109,
626,
762,
31
],
[
109,
689,
763,
47
],
[
109,
689,
763,
47
],
[
109,
689,
763,
47
],
[
956,
980,
17,
16
]
]
| [
[
109,
100,
348,
17
],
[
109,
251,
414,
17
],
[
109,
315,
706,
17
],
[
109,
538,
350,
17
],
[
109,
673,
476,
17
],
[
132,
746,
11,
15
],
[
149,
746,
723,
15
],
[
156,
760,
424,
15
],
[
132,
783,
10,
15
],
[
147,
783,
438,
15
],
[
132,
807,
9,
15
],
[
146,
807,
630,
15
],
[
132,
830,
10,
15
],
[
147,
830,
678,
15
],
[
132,
853,
10,
15
],
[
147,
853,
724,
15
],
[
156,
868,
131,
15
],
[
132,
891,
10,
15
],
[
148,
891,
724,
15
],
[
156,
906,
320,
15
],
[
144,
117,
728,
15
],
[
109,
133,
763,
15
],
[
109,
149,
763,
15
],
[
109,
164,
150,
15
],
[
144,
189,
727,
15
],
[
109,
205,
763,
15
],
[
109,
221,
317,
15
],
[
144,
268,
727,
15
],
[
109,
284,
597,
15
],
[
144,
331,
728,
15
],
[
109,
347,
763,
15
],
[
109,
363,
72,
15
],
[
144,
387,
727,
15
],
[
109,
403,
763,
15
],
[
109,
419,
763,
15
],
[
109,
435,
763,
15
],
[
109,
451,
763,
15
],
[
109,
467,
262,
15
],
[
144,
491,
727,
15
],
[
109,
507,
719,
15
],
[
144,
554,
727,
15
],
[
109,
570,
763,
15
],
[
109,
586,
763,
15
],
[
109,
602,
383,
15
],
[
144,
626,
727,
15
],
[
109,
642,
697,
15
],
[
144,
689,
727,
15
],
[
109,
705,
763,
15
],
[
109,
721,
555,
15
],
[
956,
980,
17,
16
]
]
| [
7,
7,
7,
7,
7,
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,
9,
9,
4
]
| e518de9e895aaeb6d750e19ca6bfc9704db4a5c661fee983984bd1359b3cae3a | NYSE_CHT_2010.pdf | 234 | 244 | 612 | 841 | 1,025 | 1,025 | ann_reports_10_14_fancy | financial_reports |
14240 | [
"UNITED STATES PATENT AND TRADEMARK OFFICE ",
"CERTIFICATE OF CORRECTION ",
"PATENT NO. ",
": 7,371,273 B2 ",
"APPLICATION NO. : ",
"10/741536 ",
"DATED ",
": May 13, 2008 ",
"INVENTOR(S) ",
": Kent D. Vincent et al. ",
"Page 1 of 1 ",
"It is certified that error appears in the above-identified patent and that said Letters Patent is ",
"hereby corrected as shown below: ",
"On the title page, item (57), under \"Abstract\", ",
"in ",
"column 2, line 1, after \"present\" insert ",
"-- invention --. ",
"In column 18, line 57, ",
"in ",
"Claim 8, delete \"pka\" and insert -- pKa --, therefor. ",
"Signed and Sealed this ",
"Fifth Day of May, 2009 ",
"JOHN DOLL ",
"Acting Director of the United States Patent and Trademark Office "
]
| [
[
189,
50,
495,
13
],
[
227,
70,
424,
17
],
[
78,
117,
251,
11
],
[
78,
117,
251,
11
],
[
77,
131,
234,
12
],
[
77,
131,
234,
12
],
[
78,
147,
254,
11
],
[
78,
147,
254,
11
],
[
78,
162,
307,
11
],
[
78,
162,
307,
11
],
[
681,
117,
85,
11
],
[
139,
198,
607,
23
],
[
139,
198,
607,
23
],
[
138,
257,
649,
28
],
[
138,
257,
649,
28
],
[
138,
257,
649,
28
],
[
138,
257,
649,
28
],
[
138,
306,
566,
12
],
[
138,
306,
566,
12
],
[
138,
306,
566,
12
],
[
511,
695,
216,
15
],
[
502,
737,
226,
15
],
[
428,
886,
357,
20
],
[
428,
886,
357,
20
]
]
| [
[
189,
50,
495,
13
],
[
227,
70,
424,
17
],
[
78,
117,
100,
11
],
[
228,
117,
101,
11
],
[
77,
132,
160,
11
],
[
239,
131,
73,
12
],
[
78,
147,
61,
11
],
[
228,
147,
104,
11
],
[
78,
162,
109,
11
],
[
228,
162,
156,
11
],
[
681,
117,
85,
11
],
[
139,
198,
607,
10
],
[
139,
211,
230,
10
],
[
138,
257,
342,
12
],
[
482,
257,
20,
12
],
[
500,
257,
287,
12
],
[
138,
274,
109,
12
],
[
138,
307,
166,
12
],
[
305,
306,
20,
12
],
[
325,
307,
380,
12
],
[
511,
695,
216,
15
],
[
502,
737,
226,
15
],
[
567,
886,
76,
8
],
[
428,
898,
357,
8
]
]
| [
7,
7,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
0,
0
]
| 7568047c12074b9499678badb1190f078e633c39e4413fd2c1d590269c3126b9 | 7371273_AdobeOCR.pdf | 10 | 11 | 612 | 792 | 1,025 | 1,025 | patents_superacid_pags | patents |
14241 | [
"NOTE 5 – RESTRUCTURING AND SPECIAL CHARGES",
"During the fourth quarter of fiscal 2003, the Company",
"recorded a special pre-tax charge of $22.0 million, or",
"$13.5 million after-tax, equal to $.06 per diluted common",
"share, in connection with the proposed settlement of a",
"legal proceeding brought against a number of defendants",
"including the Company (see Note 15). The amount of the",
"charge in this case is significantly larger than similar",
"charges the Company has incurred individually or in the",
"aggregate for legal proceedings in any prior year.",
"During the fourth quarter of fiscal 2002, the Company",
"recorded a restructuring charge related to repositioning",
"certain businesses as part of its ongoing efforts to drive",
"long-term growth and increase profitability. The restruc-",
"turing focused on cost reduction opportunities related to",
"the Internet, supply chain, globalization of the organiza-",
"tion and distribution channel refinements. The Company",
"committed to a defined plan of action, which resulted in",
"an aggregate pre-tax charge of $117.4 million, of which",
"$59.4 million is cash related. On an after-tax basis, the",
"aggregate charge was $76.9 million, equal to $.32 per",
"diluted share.",
"Specifically, the charge includes the following:",
"•",
"Internet.",
"In an effort to achieve strategic objectives,",
"reduce costs and improve profitability, the Company",
"outsourced Gloss.com platform development and main-",
"tenance efforts to a third-party provider. Additionally,",
"Gloss.com closed its San Francisco facility and consoli-",
"dated its operations in New York. As a result, included in",
"the charge is a $23.9 million provision for restructuring",
"the Gloss.com operations, including benefits and sever-",
"ance packages for 36 employees as well as asset write-",
"offs. The Company also took a $20.1 million charge to",
"write off the related Gloss.com acquisition goodwill.",
"•",
"Supply Chain.",
"Building on previously announced sup-",
"plychain initiatives, the Company restructured certain",
"manufacturing, distribution, research and development,",
"information systems and quality assurance operations in",
"the United States,Canada and Europe, which included",
"benefits and severance packages for 110 employees.",
"Acharge of $23.7 million was recorded related to ",
"this effort.",
"•",
"Globalization of Organization.",
"The Company con-",
"tinued to implement its transition, announced in fiscal",
"2001, to a global brand structure designed to stream-",
"line the decision making process and increase inno-",
"vation and speed-to-market. The next phase of this",
"transition entailed eliminating duplicate functions and",
"responsibilities, which resulted in charges for benefits",
"and severance for 122 employees. The Company",
"recorded a charge of $27.1 million associated with",
"these efforts.",
"•",
"Distribution.",
"The Company evaluated areas of distribu-",
"tion relative to its financial targets and decided to focus",
"its resources on the most productive sales channels and",
"markets. As a result, the Company closed its operations",
"in Argentina and the remaining customers are being",
"serviced by the Company’s Chilean affiliate. The Com-",
"pany began closing all remaining in-store “tommy’s",
"shops” and other select points of distribution. The",
"Company recorded a $22.6 million provision related to",
"these actions, which included benefits and severance for",
"85",
"employees.",
"Following is a summary of the charges as recorded in the consolidated statement of earnings for fiscal 2002:",
"Net Sales",
"Cost of Sales",
"Operating Expenses",
"Total",
"(In millions)",
"Internet",
"$ —",
"$ —",
"$ 44.0",
"$ 44.0",
"Supply Chain",
"—",
"—",
"23.7",
"23.7",
"Globalization of Organization",
"—",
"—",
"27.1",
"27.1",
"Distribution",
"6.2",
"0.8",
"15.6",
"22.6",
"Total charge",
"$6.2",
"$0.8",
"$110.4",
"117.4",
"Tax effect",
"(40.5)",
"Net charge",
"$ 76.9",
"Restructuring",
"66",
"THEEST{E LAUDER COMPANIES INC."
]
| [
[
62,
87,
414,
167
],
[
62,
87,
414,
167
],
[
62,
87,
414,
167
],
[
62,
87,
414,
167
],
[
62,
87,
414,
167
],
[
62,
87,
414,
167
],
[
62,
87,
414,
167
],
[
62,
87,
414,
167
],
[
62,
87,
414,
167
],
[
62,
87,
414,
167
],
[
62,
258,
414,
201
],
[
62,
258,
414,
201
],
[
62,
258,
414,
201
],
[
62,
258,
414,
201
],
[
62,
258,
414,
201
],
[
62,
258,
414,
201
],
[
62,
258,
414,
201
],
[
62,
258,
414,
201
],
[
62,
258,
414,
201
],
[
62,
258,
414,
201
],
[
62,
258,
414,
201
],
[
62,
258,
414,
201
],
[
62,
473,
334,
13
],
[
62,
498,
414,
184
],
[
62,
498,
414,
184
],
[
62,
498,
414,
184
],
[
62,
498,
414,
184
],
[
62,
498,
414,
184
],
[
62,
498,
414,
184
],
[
62,
498,
414,
184
],
[
62,
498,
414,
184
],
[
62,
498,
414,
184
],
[
62,
498,
414,
184
],
[
62,
498,
414,
184
],
[
62,
498,
414,
184
],
[
62,
498,
414,
184
],
[
517,
87,
420,
133
],
[
517,
87,
420,
133
],
[
517,
87,
420,
133
],
[
517,
87,
420,
133
],
[
517,
87,
420,
133
],
[
517,
87,
420,
133
],
[
517,
87,
420,
133
],
[
517,
87,
420,
133
],
[
517,
87,
420,
133
],
[
517,
87,
420,
133
],
[
517,
233,
414,
167
],
[
517,
233,
414,
167
],
[
517,
233,
414,
167
],
[
517,
233,
414,
167
],
[
517,
233,
414,
167
],
[
517,
233,
414,
167
],
[
517,
233,
414,
167
],
[
517,
233,
414,
167
],
[
517,
233,
414,
167
],
[
517,
233,
414,
167
],
[
517,
233,
414,
167
],
[
517,
233,
414,
167
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
517,
413,
414,
184
],
[
62,
713,
787,
13
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
59,
732,
879,
166
],
[
487,
991,
19,
13
],
[
62,
993,
274,
10
]
]
| [
[
62,
87,
414,
13
],
[
62,
104,
414,
13
],
[
62,
121,
414,
13
],
[
62,
138,
413,
13
],
[
62,
155,
414,
13
],
[
62,
173,
414,
13
],
[
62,
190,
414,
13
],
[
62,
207,
414,
13
],
[
62,
224,
414,
13
],
[
62,
241,
356,
13
],
[
82,
258,
393,
13
],
[
62,
275,
414,
13
],
[
62,
293,
414,
13
],
[
62,
310,
414,
13
],
[
62,
327,
414,
13
],
[
62,
344,
414,
13
],
[
62,
361,
414,
13
],
[
62,
378,
414,
13
],
[
62,
395,
414,
13
],
[
62,
413,
414,
13
],
[
62,
430,
414,
13
],
[
62,
447,
97,
13
],
[
62,
473,
334,
13
],
[
62,
498,
15,
13
],
[
81,
498,
58,
13
],
[
148,
498,
328,
13
],
[
73,
515,
402,
13
],
[
73,
533,
402,
13
],
[
73,
550,
402,
13
],
[
73,
567,
402,
13
],
[
73,
584,
402,
13
],
[
73,
601,
402,
13
],
[
73,
618,
402,
13
],
[
73,
635,
402,
13
],
[
73,
653,
402,
13
],
[
73,
670,
380,
13
],
[
517,
87,
16,
13
],
[
537,
87,
97,
13
],
[
642,
87,
289,
13
],
[
529,
104,
402,
13
],
[
529,
121,
402,
13
],
[
529,
138,
402,
13
],
[
529,
155,
402,
13
],
[
529,
173,
402,
13
],
[
529,
190,
409,
13
],
[
529,
207,
74,
13
],
[
517,
233,
17,
13
],
[
539,
233,
236,
13
],
[
783,
233,
149,
13
],
[
529,
250,
402,
13
],
[
529,
267,
402,
13
],
[
529,
284,
403,
13
],
[
529,
301,
403,
13
],
[
529,
318,
402,
13
],
[
529,
335,
402,
13
],
[
529,
353,
403,
13
],
[
529,
370,
403,
13
],
[
529,
387,
94,
13
],
[
517,
413,
15,
13
],
[
537,
413,
86,
13
],
[
629,
413,
302,
13
],
[
529,
430,
402,
13
],
[
529,
447,
402,
13
],
[
529,
464,
402,
13
],
[
529,
481,
402,
13
],
[
529,
498,
402,
13
],
[
529,
515,
403,
13
],
[
529,
533,
403,
13
],
[
529,
550,
402,
13
],
[
529,
567,
402,
13
],
[
529,
584,
19,
13
],
[
552,
584,
83,
13
],
[
62,
713,
787,
13
],
[
334,
751,
61,
11
],
[
465,
751,
84,
11
],
[
610,
751,
132,
11
],
[
900,
751,
31,
11
],
[
62,
768,
68,
10
],
[
62,
781,
51,
11
],
[
353,
781,
29,
11
],
[
490,
781,
29,
11
],
[
647,
781,
46,
11
],
[
885,
781,
46,
11
],
[
62,
796,
86,
11
],
[
372,
796,
10,
11
],
[
508,
796,
10,
11
],
[
664,
796,
29,
11
],
[
902,
796,
29,
11
],
[
62,
811,
196,
11
],
[
372,
811,
10,
11
],
[
508,
811,
10,
11
],
[
664,
811,
29,
11
],
[
902,
811,
29,
11
],
[
62,
826,
77,
11
],
[
362,
826,
20,
11
],
[
498,
826,
20,
11
],
[
664,
826,
29,
11
],
[
902,
826,
29,
11
],
[
62,
845,
82,
11
],
[
353,
845,
29,
11
],
[
490,
845,
29,
11
],
[
647,
845,
46,
11
],
[
893,
845,
37,
11
],
[
62,
865,
63,
11
],
[
897,
865,
39,
11
],
[
62,
884,
74,
11
],
[
885,
884,
46,
11
],
[
494,
735,
88,
11
],
[
487,
991,
19,
13
],
[
62,
993,
274,
10
]
]
| [
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,
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,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
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,
4
]
| 33ae8e357f94d753586d93beaf26b95a54f6f1e0ee97d5dfd5678845dbc2e5b6 | NYSE_EL_2003.pdf | 66 | 87 | 594 | 837 | 1,025 | 1,025 | ann_reports_00_04_fancy | financial_reports |
14242 | [
"NDB Cluster Configuration Files",
"See Section 23.6.11, “NDB Cluster Replication Conflict Resolution”",
", for more information.",
"Number of rows found to be in conflict by a transactional conflict function",
"See Section 23.6.11, “NDB Cluster Replication Conflict Resolution”",
", for more information.",
"Used in NDB Cluster Replication conflict resolution, this status variable shows the number of rows found",
"to be directly in-conflict by a transactional conflict function on a given ",
"mysqld",
" since the last time it was",
"restarted.",
"Currently, the only transactional conflict detection function supported by NDB",
"Cluster is NDB$EPOCH_TRANS(), so this status variable is effectively the same as",
"Ndb_conflict_fn_epoch_trans",
".",
"For more information, see Section 23.6.11, “NDB Cluster Replication Conflict Resolution”",
".",
"Used in NDB Cluster Replication conflict resolution, this status variable shows the total number of rows",
"realigned due to being determined as conflicting by a transactional conflict detection function. This",
"includes not only ",
"Ndb_conflict_trans_row_conflict_count",
", but any rows in or dependent on",
"conflicting transactions.",
"For more information, see Section 23.6.11, “NDB Cluster Replication Conflict Resolution”",
".",
"Used in NDB Cluster Replication conflict resolution, this status variable shows the number of",
"transactions found to be in conflict by a transactional conflict detection function.",
"For more information, see Section 23.6.11, “NDB Cluster Replication Conflict Resolution”",
".",
"Used in NDB Cluster Replication conflict resolution, this shows the number of internal",
"iterations required to commit an epoch transaction. Should be (slightly) greater than or equal to",
"Ndb_conflict_trans_conflict_commit_count",
".",
"For more information, see Section 23.6.11, “NDB Cluster Replication Conflict Resolution”",
".",
"Used in NDB Cluster Replication conflict resolution, this shows the number of epoch transactions",
"committed after they required transactional conflict handling.",
"For more information, see Section 23.6.11, “NDB Cluster Replication Conflict Resolution”",
".",
"When using delete-delete conflict detection, this is the number of delete-delete conflicts detected, where",
"a delete operation is applied, but the indicated row does not exist.",
"4217",
"•",
"Ndb_execute_count",
"•",
"Ndb_epoch_delete_delete_count",
"•",
"Ndb_conflict_trans_conflict_commit_count",
"•",
"Ndb_conflict_trans_detect_iter_count",
"•",
"Ndb_conflict_trans_reject_count",
"•",
"Ndb_conflict_trans_row_reject_count",
"•",
"Ndb_conflict_trans_row_conflict_count",
"•",
"Ndb_conflict_last_stable_epoch"
]
| [
[
408,
48,
237,
11
],
[
187,
94,
659,
11
],
[
187,
94,
659,
11
],
[
187,
151,
537,
11
],
[
187,
179,
659,
11
],
[
187,
179,
659,
11
],
[
187,
235,
770,
43
],
[
187,
235,
770,
43
],
[
187,
235,
770,
43
],
[
187,
235,
770,
43
],
[
187,
235,
770,
43
],
[
187,
294,
617,
43
],
[
187,
294,
617,
43
],
[
187,
294,
617,
43
],
[
187,
294,
617,
43
],
[
187,
354,
685,
11
],
[
187,
354,
685,
11
],
[
187,
410,
760,
58
],
[
187,
410,
760,
58
],
[
187,
410,
760,
58
],
[
187,
410,
760,
58
],
[
187,
410,
760,
58
],
[
187,
410,
760,
58
],
[
187,
485,
685,
11
],
[
187,
485,
685,
11
],
[
187,
541,
684,
27
],
[
187,
541,
684,
27
],
[
187,
585,
685,
11
],
[
187,
585,
685,
11
],
[
187,
641,
701,
43
],
[
187,
641,
701,
43
],
[
187,
641,
701,
43
],
[
187,
641,
701,
43
],
[
187,
700,
685,
11
],
[
187,
700,
685,
11
],
[
187,
756,
716,
27
],
[
187,
756,
716,
27
],
[
187,
800,
685,
11
],
[
187,
800,
685,
11
],
[
187,
856,
769,
27
],
[
187,
856,
769,
27
],
[
927,
964,
37,
11
],
[
170,
900,
187,
11
],
[
170,
900,
187,
11
],
[
170,
828,
308,
11
],
[
170,
828,
308,
11
],
[
170,
728,
418,
11
],
[
170,
728,
418,
11
],
[
170,
613,
378,
11
],
[
170,
613,
378,
11
],
[
170,
513,
328,
11
],
[
170,
513,
328,
11
],
[
170,
382,
368,
11
],
[
170,
382,
368,
11
],
[
170,
207,
388,
11
],
[
170,
207,
388,
11
],
[
170,
123,
318,
11
],
[
170,
123,
318,
11
]
]
| [
[
408,
48,
237,
11
],
[
187,
94,
523,
11
],
[
683,
94,
163,
11
],
[
187,
151,
537,
11
],
[
187,
179,
523,
11
],
[
683,
179,
163,
11
],
[
187,
235,
770,
11
],
[
187,
251,
512,
11
],
[
700,
252,
60,
10
],
[
760,
251,
186,
11
],
[
187,
266,
70,
11
],
[
187,
294,
569,
11
],
[
187,
310,
617,
11
],
[
187,
327,
271,
10
],
[
458,
325,
4,
11
],
[
187,
354,
685,
11
],
[
845,
354,
4,
11
],
[
187,
410,
760,
11
],
[
187,
425,
725,
11
],
[
187,
441,
129,
11
],
[
316,
442,
371,
10
],
[
688,
441,
248,
11
],
[
187,
457,
174,
11
],
[
187,
485,
685,
11
],
[
845,
485,
4,
11
],
[
187,
541,
684,
11
],
[
187,
556,
586,
11
],
[
187,
585,
685,
11
],
[
845,
585,
4,
11
],
[
187,
641,
631,
11
],
[
187,
656,
701,
11
],
[
187,
673,
401,
10
],
[
589,
672,
4,
11
],
[
187,
700,
685,
11
],
[
845,
700,
4,
11
],
[
187,
756,
716,
11
],
[
187,
772,
446,
11
],
[
187,
800,
685,
11
],
[
845,
800,
4,
11
],
[
187,
856,
769,
11
],
[
187,
872,
485,
11
],
[
927,
964,
37,
11
],
[
170,
900,
19,
11
],
[
187,
901,
170,
10
],
[
170,
828,
19,
11
],
[
187,
829,
291,
10
],
[
170,
728,
19,
11
],
[
187,
729,
401,
10
],
[
170,
613,
19,
11
],
[
187,
614,
361,
10
],
[
170,
513,
19,
11
],
[
187,
514,
311,
10
],
[
170,
382,
19,
11
],
[
187,
383,
351,
10
],
[
170,
207,
19,
11
],
[
187,
208,
371,
10
],
[
170,
123,
19,
11
],
[
187,
124,
301,
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,
4,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
| 913eee57523c21b0a7169b3d6998acaa00da5867675620491ab1ba19d86da24e | refman-8.0-en.pdf | 4,246 | 6,228 | 612 | 792 | 1,025 | 1,025 | manuals | manuals |
14243 | [
"permits them to be used in type declarations in the script, for example:",
"@Library('somelib')",
"import com.mycorp.pipeline.somelib.Helper",
"int useSomeLib(Helper helper) {",
"helper.prepare()",
"return helper.count()",
"}",
"echo useSomeLib(new Helper('some text'))",
"library 'my-shared-library'",
"library('my-shared-library').com.mycorp.pipeline.Utils.someStaticMethod()",
"63",
"You can also access ",
"static",
" fields, and call constructors as if they were ",
"static",
" methods named ",
"new",
":",
"However you may use library classes dynamically (without type checking), accessing them by fully-",
"qualified name from the return value of the ",
"library",
" step. ",
"static",
" methods can be invoked using a",
"Java-like syntax:",
"Using classes from the ",
"src/",
" directory is also possible, but trickier. Whereas the ",
"@Library",
" annotation",
"prepares the “classpath” of the script prior to compilation, by the time a ",
"library",
" step is encountered",
"the script has already been compiled. Therefore you cannot ",
"import",
" or otherwise “statically” refer to",
"types from the library.",
"Thereafter, any global variables from that library will be accessible to the script.",
"Global Variables however, are resolved at runtime.",
"As of version 2.7 of the ",
"Pipeline: Shared Groovy Libraries",
" plugin, there is a new option for loading",
"(non-implicit) libraries in a script: a ",
"library",
" step that loads a library ",
"dynamically",
", at any time during",
"the build.",
"If you are only interested in using global variables/functions (from the ",
"vars/",
" directory), the syntax",
"is quite simple:",
"Loading libraries dynamically"
]
| [
[
83,
43,
608,
17
],
[
102,
93,
388,
156
],
[
102,
93,
388,
156
],
[
102,
93,
388,
156
],
[
102,
93,
388,
156
],
[
102,
93,
388,
156
],
[
102,
93,
388,
156
],
[
102,
93,
388,
156
],
[
102,
503,
255,
13
],
[
102,
760,
691,
13
],
[
922,
995,
17,
14
],
[
83,
804,
834,
17
],
[
83,
804,
834,
17
],
[
83,
804,
834,
17
],
[
83,
804,
834,
17
],
[
83,
804,
834,
17
],
[
83,
804,
834,
17
],
[
83,
804,
834,
17
],
[
83,
673,
858,
55
],
[
83,
673,
858,
55
],
[
83,
673,
858,
55
],
[
83,
673,
858,
55
],
[
83,
673,
858,
55
],
[
83,
673,
858,
55
],
[
83,
673,
858,
55
],
[
83,
581,
858,
75
],
[
83,
581,
858,
75
],
[
83,
581,
858,
75
],
[
83,
581,
858,
75
],
[
83,
581,
858,
75
],
[
83,
581,
858,
75
],
[
83,
581,
858,
75
],
[
83,
581,
858,
75
],
[
83,
581,
858,
75
],
[
83,
581,
858,
75
],
[
83,
581,
858,
75
],
[
83,
581,
858,
75
],
[
83,
547,
689,
17
],
[
83,
280,
437,
17
],
[
83,
363,
858,
55
],
[
83,
363,
858,
55
],
[
83,
363,
858,
55
],
[
83,
363,
858,
55
],
[
83,
363,
858,
55
],
[
83,
363,
858,
55
],
[
83,
363,
858,
55
],
[
83,
363,
858,
55
],
[
83,
363,
858,
55
],
[
83,
435,
858,
36
],
[
83,
435,
858,
36
],
[
83,
435,
858,
36
],
[
83,
435,
858,
36
],
[
83,
319,
472,
29
]
]
| [
[
83,
43,
608,
17
],
[
102,
93,
179,
13
],
[
102,
110,
388,
13
],
[
102,
146,
293,
13
],
[
147,
164,
144,
13
],
[
147,
182,
191,
13
],
[
102,
200,
9,
13
],
[
102,
236,
378,
13
],
[
102,
503,
255,
13
],
[
102,
760,
691,
13
],
[
922,
995,
17,
14
],
[
83,
804,
169,
17
],
[
252,
807,
54,
12
],
[
306,
804,
376,
17
],
[
683,
807,
54,
12
],
[
737,
804,
147,
17
],
[
885,
807,
27,
12
],
[
912,
804,
5,
17
],
[
83,
673,
858,
17
],
[
83,
692,
396,
17
],
[
479,
694,
63,
12
],
[
543,
692,
52,
17
],
[
596,
694,
54,
12
],
[
650,
692,
291,
17
],
[
83,
711,
140,
17
],
[
83,
581,
198,
17
],
[
281,
584,
36,
12
],
[
317,
581,
451,
17
],
[
769,
584,
72,
12
],
[
841,
581,
100,
17
],
[
83,
600,
622,
17
],
[
705,
603,
63,
12
],
[
769,
600,
172,
17
],
[
83,
620,
520,
17
],
[
604,
622,
54,
12
],
[
658,
620,
283,
17
],
[
83,
639,
192,
17
],
[
83,
547,
689,
17
],
[
83,
280,
437,
17
],
[
83,
363,
209,
17
],
[
292,
363,
287,
17
],
[
579,
363,
362,
17
],
[
83,
382,
311,
17
],
[
394,
385,
63,
12
],
[
457,
382,
213,
17
],
[
670,
382,
102,
17
],
[
773,
382,
168,
17
],
[
83,
401,
81,
17
],
[
83,
435,
621,
17
],
[
704,
438,
45,
12
],
[
749,
435,
192,
17
],
[
83,
454,
130,
17
],
[
83,
319,
472,
29
]
]
| [
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
4,
4,
4,
4,
4,
4,
4,
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,
7
]
| 14ba21c24f239787cbcf134e99fa5301bb037c1c14402adb270f0a57dd8f061e | user-handbook.pdf | 69 | 206 | 595 | 841 | 1,025 | 1,025 | manuals | manuals |
14244 | [
"Figure 2-8 shows an example of traffic segregation on the SAN using edge-core-edge ",
"topology.",
"Even when sharing the same core switches, it is possible to use virtual switches (see 2.2.7, ",
"“SAN partitioning” for details) to isolate one tier",
" from the other. This configuration helps avoid ",
"traffic congestion caused by slow drain devices that are connected to the backup tier switch.",
"SAN partitioning is a hardware-level feature that allows SAN switches to share hardware ",
"resources by partitioning its hardware into different and isolated virtual switches. Both ",
"Brocade and Cisco provide SAN partitioning features called, respectively, ",
"Virtual Fabric",
" and ",
"Virtual SAN",
" (VSAN).",
"Hardware-level fabric isolation is accomplished through the concept of switch virtualization, ",
"which allows you to partition physical switch ports into one or more “virtual switches.” Virtual ",
"switches are then connected to form virtual fabrics. ",
"As the number of available ports on a switch continues to grow, partitioning switches allow ",
"storage administrators to take advantage of high port density switches by dividing physical ",
"switches into different virtual switches. From a device perspective, SAN partitioning is ",
"completely transparent and so the same guidelines and practices that apply to physical ",
"switches apply also to the virtual ones.",
"2.2.7",
"SAN partitioning",
"Figure 2-8",
"Segregation using edge-core-edge",
"Chapter 2. Storage area network ",
"21"
]
| [
[
229,
92,
638,
27
],
[
229,
92,
638,
27
],
[
229,
621,
687,
42
],
[
229,
621,
687,
42
],
[
229,
621,
687,
42
],
[
229,
621,
687,
42
],
[
229,
725,
687,
58
],
[
229,
725,
687,
58
],
[
229,
725,
687,
58
],
[
229,
725,
687,
58
],
[
229,
725,
687,
58
],
[
229,
725,
687,
58
],
[
229,
725,
687,
58
],
[
229,
800,
711,
42
],
[
229,
800,
711,
42
],
[
229,
800,
711,
42
],
[
229,
859,
671,
74
],
[
229,
859,
671,
74
],
[
229,
859,
671,
74
],
[
229,
859,
671,
74
],
[
229,
859,
671,
74
],
[
108,
691,
232,
15
],
[
108,
691,
232,
15
],
[
229,
588,
312,
10
],
[
229,
588,
312,
10
],
[
654,
976,
262,
11
],
[
654,
976,
262,
11
]
]
| [
[
229,
92,
638,
11
],
[
229,
108,
67,
11
],
[
229,
621,
679,
11
],
[
229,
637,
372,
11
],
[
574,
637,
342,
11
],
[
229,
652,
681,
11
],
[
229,
725,
658,
11
],
[
229,
740,
636,
11
],
[
229,
756,
545,
11
],
[
774,
752,
112,
15
],
[
879,
756,
36,
11
],
[
229,
768,
96,
15
],
[
317,
771,
65,
11
],
[
229,
800,
677,
11
],
[
229,
815,
711,
11
],
[
229,
831,
381,
11
],
[
229,
859,
671,
11
],
[
229,
875,
671,
11
],
[
229,
890,
636,
11
],
[
229,
906,
647,
11
],
[
229,
921,
285,
11
],
[
108,
691,
49,
15
],
[
164,
691,
176,
15
],
[
229,
588,
68,
10
],
[
310,
588,
231,
10
],
[
654,
977,
222,
10
],
[
897,
976,
18,
11
]
]
| [
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
7,
7,
0,
0,
4,
4
]
| 98e32fdd9f21f89f35213e51ead7e0c5351b7eefe12fa68be168b38d425e6312 | sg248448.pdf | 40 | 438 | 612 | 792 | 1,025 | 1,025 | redbooks | manuals |
14245 | [
"DIRECTORS’ REPORT CONT.",
"DIRECTORS (CONTINUED)",
"COMPANY SECRETARY",
"INTERESTS IN THE SHARES AND OPTIONS OF THE COMPANY AND RELATED BODIES CORPORATE",
"8",
"Australian Agricultural Company Limited",
"Mr Adil Allana is a member of the Supervisory Board of IFFCO, a United Arab Emirates (UAE) based business house which manufactures and ",
"markets a well-integrated range of mass market consumer products. ",
"Mr Adil Allana is also the Executive Director of IFFCO’s Packaging businesses, comprising companies manufacturing and marketing plastics and ",
"corrugated boxes with state-of-the-art production facilities in the UAE .In addition Mr Adil Allana is also the promoter of Allanasons Limited, India. ",
"The Allana Group is India’s leading Agribusiness group with leadership positions in proteins, coffee, spices and edible oils. ",
"Mr. Adil Allana joined the Board to act as an alternate Director for Arunas Paliulis from 14 May 2013.",
"Mr. Bennett was appointed Company Secretary and General Counsel in November 2006. Before joining the Company, he was Special Counsel for ",
"a leading law firm, where he specialised in company and property law, mergers and acquisitions and other commercial contracts. He has over 20 ",
"years’ experience in legal practice, having practised in both Queensland and New South Wales. Mr. Bennett is a Chartered Secretary and a member ",
"of the Australian Institute of Company Directors.",
"As at the date of this report, the interests of the Directors in the shares, options and performance rights of Australian Agricultural Company ",
"Limited were:",
"Adil Allana (alternate Director for A. Paliulis) (appointed 14 May 2013)",
"Bruce Bennett BCom, LLB, ACIS, MAICD ",
"Ordinary Shares",
"Options over ",
"Ordinary Shares",
"Performance Rights",
"Current Directors",
"D.",
"McGauchie",
"398,689",
"Nil",
"Nil",
"D.",
"Farley",
"448,666",
"Nil",
"469,091",
"A.",
"Paliulis",
"Nil",
"Nil",
"Nil",
"S.",
"Black",
"10,000",
"Nil",
"Nil",
"D.",
"Crombie",
"Nil",
"Nil",
"Nil",
"T.",
"Keene",
"Nil",
"Nil",
"Nil",
"Dr. S. Dissanayake",
"Nil",
"Nil",
"Nil",
"Dr. Mohd Emir",
"Nil",
"Nil",
"Nil",
"A.",
"Allana (alternate)",
"Nil",
"Nil",
"Nil",
"D.",
"Munang (alternate)",
"Nil",
"Nil",
"Nil",
"Former Directors",
"Dato’ Sabri Ahmad",
"Nil",
"Nil",
"Nil",
"I.",
"Allana (alternate) ",
"Nil",
"Nil",
"Nil"
]
| [
[
73,
62,
237,
28
],
[
73,
158,
152,
20
],
[
73,
318,
156,
20
],
[
73,
433,
651,
20
],
[
82,
991,
237,
11
],
[
82,
991,
237,
11
],
[
73,
199,
814,
27
],
[
73,
199,
814,
27
],
[
73,
236,
845,
43
],
[
73,
236,
845,
43
],
[
73,
236,
845,
43
],
[
73,
289,
579,
12
],
[
73,
358,
856,
58
],
[
73,
358,
856,
58
],
[
73,
358,
856,
58
],
[
73,
358,
856,
58
],
[
73,
456,
807,
27
],
[
73,
456,
807,
27
],
[
73,
182,
430,
12
],
[
73,
341,
246,
12
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
],
[
73,
493,
853,
320
]
]
| [
[
73,
62,
237,
28
],
[
73,
158,
152,
20
],
[
73,
318,
156,
20
],
[
73,
433,
651,
20
],
[
82,
991,
6,
11
],
[
116,
991,
203,
11
],
[
73,
199,
814,
12
],
[
73,
214,
403,
12
],
[
73,
236,
836,
12
],
[
73,
252,
845,
12
],
[
73,
267,
707,
12
],
[
73,
289,
579,
12
],
[
73,
358,
841,
12
],
[
73,
373,
842,
12
],
[
73,
389,
856,
12
],
[
73,
404,
278,
12
],
[
73,
456,
807,
12
],
[
73,
472,
78,
12
],
[
73,
182,
430,
12
],
[
73,
341,
246,
12
],
[
534,
497,
100,
12
],
[
699,
497,
82,
12
],
[
676,
512,
100,
12
],
[
795,
497,
124,
12
],
[
80,
531,
96,
12
],
[
80,
550,
12,
12
],
[
96,
550,
64,
12
],
[
585,
551,
49,
12
],
[
762,
551,
14,
12
],
[
905,
550,
14,
12
],
[
80,
569,
12,
12
],
[
96,
569,
34,
12
],
[
585,
570,
50,
12
],
[
762,
570,
14,
12
],
[
871,
569,
49,
12
],
[
80,
588,
11,
12
],
[
95,
588,
40,
12
],
[
620,
589,
14,
12
],
[
762,
589,
14,
12
],
[
905,
588,
14,
12
],
[
80,
607,
11,
12
],
[
95,
607,
31,
12
],
[
594,
607,
41,
12
],
[
762,
607,
14,
12
],
[
905,
607,
14,
12
],
[
80,
626,
12,
12
],
[
96,
626,
48,
12
],
[
620,
626,
14,
12
],
[
762,
626,
14,
12
],
[
905,
626,
14,
12
],
[
80,
645,
10,
12
],
[
94,
645,
35,
12
],
[
620,
645,
14,
12
],
[
762,
645,
14,
12
],
[
905,
645,
14,
12
],
[
80,
664,
108,
12
],
[
620,
664,
14,
12
],
[
762,
664,
14,
12
],
[
905,
664,
14,
12
],
[
80,
683,
82,
12
],
[
620,
683,
14,
12
],
[
762,
683,
14,
12
],
[
905,
683,
14,
12
],
[
80,
702,
11,
12
],
[
95,
702,
97,
12
],
[
620,
702,
14,
12
],
[
762,
702,
14,
12
],
[
905,
702,
14,
12
],
[
80,
721,
12,
12
],
[
96,
721,
108,
12
],
[
620,
721,
14,
12
],
[
762,
721,
14,
12
],
[
905,
721,
14,
12
],
[
80,
759,
95,
12
],
[
80,
778,
108,
12
],
[
620,
778,
14,
12
],
[
762,
778,
14,
12
],
[
905,
778,
14,
12
],
[
80,
797,
6,
12
],
[
90,
797,
101,
12
],
[
620,
797,
14,
12
],
[
762,
797,
14,
12
],
[
905,
797,
14,
12
]
]
| [
5,
7,
7,
7,
4,
4,
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,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8
]
| 260a49bfbaf7b63bd3c00a70aaf29bb79d68a298f099b09db1dc643660e3bebd | ASX_AAC_2013.pdf | 10 | 117 | 595 | 841 | 1,025 | 1,025 | ann_reports_10_14_fancy | financial_reports |
14246 | [
" NATIONAL RETAIL PROPERTIES",
"|",
"2013 ANNUAL REPORT",
"|",
"ROOTED IN STRENGTH & STABILITY",
"|",
" 3",
"AT LEAST 8",
"$^{%}$ ",
"FFO",
"GROWTH PER SHARE",
"in each of 2011, 2012 and 2013"
]
| [
[
414,
993,
571,
10
],
[
414,
993,
571,
10
],
[
414,
993,
571,
10
],
[
414,
993,
571,
10
],
[
414,
993,
571,
10
],
[
414,
993,
571,
10
],
[
414,
993,
571,
10
],
[
436,
102,
502,
96
],
[
436,
102,
502,
96
],
[
436,
102,
502,
96
],
[
436,
102,
502,
96
],
[
625,
203,
311,
19
]
]
| [
[
414,
995,
182,
8
],
[
603,
995,
2,
8
],
[
612,
995,
126,
8
],
[
745,
995,
2,
8
],
[
754,
995,
207,
8
],
[
968,
995,
2,
8
],
[
974,
993,
12,
10
],
[
540,
102,
263,
50
],
[
806,
113,
40,
37
],
[
848,
102,
71,
50
],
[
436,
148,
502,
50
],
[
625,
203,
311,
19
]
]
| [
4,
4,
4,
4,
4,
4,
4,
7,
7,
7,
7,
9
]
| fe7d2960681fcd498f9a8fece8363dac2bc313ebfa5253e12fe78bd164f6df72 | NYSE_NNN_2013.pdf | 4 | 108 | 603 | 783 | 1,025 | 1,025 | ann_reports_10_14_fancy | financial_reports |
14247 | [
"• ",
"a trader in securities if you elect to use a mark-to-market method of accounting for your securities ",
"holdings; ",
"•",
"a financial institution or an insurance company; ",
"• ",
"a regulated investment company; ",
"•",
"a real estate investment trust; ",
"• ",
"a tax-exempt organization; ",
"•",
"a person liable for alternative minimum tax; ",
"• ",
"a person holding shares or ADSs as part of a hedging, integrated or conversion transaction, ",
"constructive sale or straddle; ",
"• ",
"a person owning, actually or constructively, 10% or more of our voting stock; ",
"•",
"a partnership or other pass-through entity for U.S. federal income tax purposes; or ",
"•",
"a person whose “functional currency” is not the U.S. dollar. ",
"We cannot assure you that a later change in law will not alter significantly the tax considerations that we ",
"describe in this summary. ",
"If a partnership holds our shares or ADSs, the tax treatment of a partner will generally depend upon the ",
"status of the partner and the activities of the partnership. If you are a partner of a partnership holding our shares ",
"or ADSs, you should consult your tax advisor. ",
"You should consult your own tax advisor concerning the particular U.S. federal income tax ",
"consequences to you of the ownership and disposition of the shares or ADSs, as well as the consequences to ",
"you arising under the laws of any other taxing jurisdiction. ",
"In general, for U.S. federal income tax purposes, a U.S. holder who is the beneficial owner of an ADS ",
"will be treated as the owner of the shares underlying such ADS. Deposits or withdrawals of shares, actually or ",
"constructively, by U.S. holders for ADSs will not be subject to U.S. federal income tax. ",
"The U.S. Treasury has expressed concerns that intermediaries in the chain of ownership between the ",
"holder of an ADS and the issuer of the security underlying the ADS may be taking actions that are inconsistent ",
"with the claiming of foreign tax credits by U.S. holders of ADSs. Such actions would also be inconsistent with ",
"the claiming of the reduced rate of tax, described in “—Taxation of Dividends” below, applicable to dividends ",
"received by certain non-corporate holders. Accordingly, the analysis of the credibility of Republic of China ",
"taxes and the availability of the reduced tax rate for dividends received by certain non-corporate holders, each ",
"described in “—Taxation of Dividends” below, could be affected by actions taken by intermediaries in the chain ",
"of ownership between the holder of the ADS and the issuer of the security underlying the ADS. ",
"The gross amount of distributions (other than certain pro rata distributions of shares to all stockholders) you ",
"receive on your shares or ADSs, including net amounts withheld in respect of Republic of China withholding ",
"taxes, will generally be treated as dividend income to you to the extent the distributions are made from our ",
"current and accumulated earnings and profits as calculated according to U.S. federal income tax principles. These ",
"amounts (including withheld taxes) will be includible in your gross income as ordinary income on the day you ",
"actually or constructively receive the distributions, which in the case of an ADS will be the date received by the ",
"depositary. You will not be entitled to claim a dividends-received deduction allowed to corporations under the ",
"Code with respect to distributions you receive from us. ",
"115",
"Taxation of Dividends ",
"PART",
"I"
]
| [
[
160,
101,
712,
30
],
[
160,
101,
712,
30
],
[
160,
101,
712,
30
],
[
160,
137,
352,
15
],
[
160,
137,
352,
15
],
[
160,
159,
256,
15
],
[
160,
159,
256,
15
],
[
160,
180,
230,
15
],
[
160,
180,
230,
15
],
[
160,
202,
214,
15
],
[
160,
202,
214,
15
],
[
160,
223,
329,
15
],
[
160,
223,
329,
15
],
[
160,
245,
712,
30
],
[
160,
245,
712,
30
],
[
160,
245,
712,
30
],
[
160,
281,
554,
15
],
[
160,
281,
554,
15
],
[
160,
302,
584,
15
],
[
160,
302,
584,
15
],
[
160,
324,
433,
15
],
[
160,
324,
433,
15
],
[
109,
350,
763,
31
],
[
109,
350,
763,
31
],
[
109,
391,
763,
47
],
[
109,
391,
763,
47
],
[
109,
391,
763,
47
],
[
109,
447,
763,
47
],
[
109,
447,
763,
47
],
[
109,
447,
763,
47
],
[
109,
503,
763,
47
],
[
109,
503,
763,
47
],
[
109,
503,
763,
47
],
[
109,
559,
763,
126
],
[
109,
559,
763,
126
],
[
109,
559,
763,
126
],
[
109,
559,
763,
126
],
[
109,
559,
763,
126
],
[
109,
559,
763,
126
],
[
109,
559,
763,
126
],
[
109,
559,
763,
126
],
[
109,
719,
763,
126
],
[
109,
719,
763,
126
],
[
109,
719,
763,
126
],
[
109,
719,
763,
126
],
[
109,
719,
763,
126
],
[
109,
719,
763,
126
],
[
109,
719,
763,
126
],
[
109,
719,
763,
126
],
[
951,
980,
26,
16
],
[
109,
694,
154,
16
],
[
959,
89,
27,
50
],
[
959,
89,
27,
50
]
]
| [
[
160,
101,
10,
15
],
[
191,
101,
681,
15
],
[
191,
116,
66,
15
],
[
160,
137,
6,
15
],
[
191,
137,
322,
15
],
[
160,
159,
10,
15
],
[
191,
159,
225,
15
],
[
160,
180,
6,
15
],
[
191,
180,
199,
15
],
[
160,
202,
10,
15
],
[
191,
202,
183,
15
],
[
160,
223,
6,
15
],
[
191,
223,
298,
15
],
[
160,
245,
10,
15
],
[
191,
245,
681,
15
],
[
191,
259,
196,
15
],
[
160,
281,
10,
15
],
[
191,
281,
523,
15
],
[
160,
302,
6,
15
],
[
191,
302,
553,
15
],
[
160,
324,
6,
15
],
[
191,
324,
403,
15
],
[
144,
350,
727,
15
],
[
109,
366,
175,
15
],
[
144,
391,
727,
15
],
[
109,
407,
763,
15
],
[
109,
422,
312,
15
],
[
144,
447,
727,
16
],
[
109,
462,
763,
16
],
[
109,
478,
423,
16
],
[
144,
503,
728,
15
],
[
109,
519,
763,
15
],
[
109,
535,
588,
15
],
[
144,
559,
727,
15
],
[
109,
575,
763,
15
],
[
109,
591,
763,
15
],
[
109,
607,
763,
15
],
[
109,
622,
763,
15
],
[
109,
638,
763,
15
],
[
109,
654,
763,
15
],
[
109,
670,
641,
15
],
[
144,
719,
727,
15
],
[
109,
735,
763,
15
],
[
109,
750,
763,
15
],
[
109,
766,
763,
15
],
[
109,
782,
763,
15
],
[
109,
798,
763,
15
],
[
109,
814,
763,
15
],
[
109,
830,
371,
15
],
[
951,
980,
26,
16
],
[
109,
694,
154,
16
],
[
959,
89,
15,
50
],
[
983,
89,
3,
50
]
]
| [
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,
4,
7,
5,
5
]
| 170e3e5ae6006c48c6d8a056bcb26aa9061829f72d3d7de8ba3cca254c359ffd | NYSE_CHT_2010.pdf | 124 | 244 | 612 | 841 | 1,025 | 1,025 | ann_reports_10_14_fancy | financial_reports |
14248 | [
"The first three of these terms depend solely on the magnitude of the",
"c$_{±}$",
"coefficients, whereas",
"the remainder of the terms depend upon the phases of the coefficients as well. The latter",
"are clearly contributions to",
"S",
"that rely upon quantum interference between the spin states.",
"Note, for comparison later below, that",
"S",
"= 1 denotes a pure state.",
"If the state is",
"completely decohered in the spin basis then (",
"ρ$_{s}$",
")$_{kl}$ =",
"1",
"$_{2}$δ$_{kl}$",
"so that the purity, by Eq. (7), is",
"S",
"= 2(1",
"/",
"2)",
"2",
"= 1",
"/",
"2.",
"With the",
"P",
",",
"Q",
",",
"R",
",",
"T",
"matrices known, one can optimize",
"S",
"with respect to",
"c$_{+}$",
"and",
"c$_{−}$",
"to",
"determine the state with maximum purity",
"S",
"at a fixed time. In particular, the relative phase",
"of",
"c$_{+}$",
"and",
"c$_{−}$",
"is important if either",
"Q$_{kl}$",
"or",
"R$_{kl}$",
"is non-zero, and",
"P$_{kl}$",
"is non-zero . Although not",
"evident from Eq. (8), numerical results below clearly demonstrate a reliance on this relative",
"phase to maximize",
"S",
".",
"As noted above, the bare states",
"|±",
", n",
"〉",
"are not eigenstates of",
"H",
", and will evolve in the",
"presence of the system-environment coupling. Insight into the nature of this time evolution",
"is afforded by expanding the zeroth order state in the exact eigenstates",
"|",
"γ",
"〉",
". For example, a",
"bare state such as",
"|",
"+",
", j",
"〉",
"expands as",
"and evolves as",
"The",
"E$_{γ}$",
"dependence of the square of the expansion coefficient, i.e.",
"|",
"D$_{γ}$",
"|",
"2",
"≡",
"|〈",
"γ",
"|",
"+",
", j",
"〉|",
"2",
"provides the energy width over which the zeroth order state",
"|",
"+",
", j",
"〉",
"is spread due to the",
"system-environment interaction. In the simplest cases the inverse of this width provides a",
"qualitative measure of the time scale for the evolution of",
"|",
"+",
", j",
"〉",
". Hence, the zero order states",
"are indeed resonances with a characteristic width",
"|",
"D$_{γ}$",
"|",
"$^{2}$. This is the analog, in a bound state",
"spectrum, of the well known resonance in the continuum.",
"Similarly, by analogy to the continuum case, we can define",
"overlapping resonances",
", as",
"resonances that overlap in energy space, i.e. resonances that share a common",
"|",
"γ",
"〉",
"in their",
"6",
"|",
"+",
", j",
"〉",
"t",
"=",
"∑",
"γ",
"|",
"γ",
"〉〈",
"γ",
"|",
"+",
", j",
"〉",
"e",
"−",
"iE$_{γ}$t/",
"ℏ",
"(10)",
"|",
"+",
", j",
"〉",
"=",
"∑",
"γ",
"|",
"γ",
"〉〈",
"γ",
"|",
"+",
", j",
"〉",
",",
"(9)",
"A.",
"Overlapping Resonances",
"IV.",
"OVERLAPPING RESONANCES AND SYSTEM PURITY"
]
| [
[
120,
94,
780,
69
],
[
120,
94,
780,
69
],
[
120,
94,
780,
69
],
[
120,
94,
780,
69
],
[
120,
94,
780,
69
],
[
120,
94,
780,
69
],
[
120,
94,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
175,
780,
69
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
256,
780,
123
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
513,
780,
107
],
[
120,
681,
122,
15
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
748,
780,
152
],
[
120,
912,
780,
53
],
[
120,
912,
780,
53
],
[
120,
912,
780,
53
],
[
120,
912,
780,
53
],
[
120,
912,
780,
53
],
[
120,
912,
780,
53
],
[
120,
912,
780,
53
],
[
120,
912,
780,
53
],
[
496,
978,
9,
15
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
378,
704,
523,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
410,
631,
490,
46
],
[
145,
470,
266,
12
],
[
145,
470,
266,
12
],
[
120,
423,
604,
12
],
[
120,
423,
604,
12
]
]
| [
[
120,
94,
577,
15
],
[
703,
94,
19,
15
],
[
729,
94,
171,
15
],
[
120,
121,
780,
15
],
[
120,
148,
231,
15
],
[
358,
148,
12,
15
],
[
378,
148,
523,
15
],
[
145,
175,
346,
15
],
[
501,
175,
12,
15
],
[
525,
175,
233,
15
],
[
777,
175,
123,
15
],
[
120,
202,
392,
15
],
[
512,
202,
16,
15
],
[
530,
202,
42,
15
],
[
580,
200,
7,
10
],
[
580,
202,
29,
15
],
[
618,
202,
282,
15
],
[
120,
229,
12,
15
],
[
139,
229,
48,
15
],
[
187,
229,
9,
15
],
[
197,
229,
17,
15
],
[
214,
228,
7,
10
],
[
228,
229,
30,
15
],
[
258,
229,
9,
15
],
[
268,
229,
15,
15
],
[
145,
256,
79,
15
],
[
233,
257,
12,
12
],
[
245,
256,
5,
15
],
[
254,
257,
14,
12
],
[
268,
256,
5,
15
],
[
277,
257,
12,
12
],
[
290,
256,
5,
15
],
[
299,
257,
13,
12
],
[
320,
256,
297,
15
],
[
626,
256,
12,
15
],
[
647,
256,
132,
15
],
[
787,
256,
19,
15
],
[
815,
256,
31,
15
],
[
855,
256,
19,
15
],
[
884,
256,
17,
15
],
[
120,
283,
354,
15
],
[
480,
283,
12,
15
],
[
499,
283,
402,
15
],
[
120,
311,
15,
15
],
[
142,
311,
19,
15
],
[
168,
311,
31,
15
],
[
205,
311,
19,
15
],
[
231,
311,
176,
15
],
[
413,
311,
27,
15
],
[
447,
311,
17,
15
],
[
470,
311,
26,
15
],
[
504,
311,
134,
15
],
[
644,
311,
24,
15
],
[
676,
311,
225,
15
],
[
120,
338,
780,
15
],
[
120,
365,
159,
15
],
[
286,
365,
12,
15
],
[
300,
365,
5,
15
],
[
145,
513,
277,
15
],
[
430,
513,
21,
26
],
[
451,
513,
20,
15
],
[
472,
513,
7,
26
],
[
487,
513,
186,
15
],
[
681,
513,
16,
15
],
[
699,
513,
202,
15
],
[
120,
541,
780,
15
],
[
120,
568,
608,
15
],
[
735,
568,
5,
26
],
[
741,
568,
10,
15
],
[
752,
568,
7,
26
],
[
760,
568,
140,
15
],
[
120,
595,
153,
15
],
[
280,
595,
5,
26
],
[
286,
595,
15,
15
],
[
301,
595,
16,
15
],
[
319,
595,
7,
26
],
[
333,
595,
93,
15
],
[
120,
681,
122,
15
],
[
120,
750,
33,
15
],
[
164,
750,
21,
15
],
[
197,
750,
518,
15
],
[
734,
750,
5,
26
],
[
740,
750,
23,
15
],
[
765,
750,
5,
26
],
[
771,
748,
7,
10
],
[
790,
750,
15,
26
],
[
816,
750,
13,
26
],
[
830,
750,
10,
15
],
[
841,
750,
5,
26
],
[
847,
750,
15,
15
],
[
862,
750,
16,
15
],
[
880,
750,
13,
26
],
[
893,
748,
7,
10
],
[
120,
777,
536,
15
],
[
665,
777,
5,
26
],
[
671,
777,
15,
15
],
[
686,
777,
16,
15
],
[
704,
777,
7,
26
],
[
721,
777,
180,
15
],
[
120,
804,
780,
15
],
[
120,
831,
478,
15
],
[
604,
831,
5,
26
],
[
610,
831,
15,
15
],
[
625,
831,
16,
15
],
[
643,
831,
7,
26
],
[
651,
831,
249,
15
],
[
120,
858,
416,
15
],
[
542,
858,
5,
26
],
[
548,
858,
23,
15
],
[
573,
858,
5,
26
],
[
579,
858,
322,
15
],
[
120,
885,
490,
15
],
[
145,
912,
518,
15
],
[
672,
913,
197,
14
],
[
870,
912,
31,
15
],
[
120,
939,
676,
15
],
[
805,
939,
5,
26
],
[
810,
939,
10,
15
],
[
822,
939,
7,
26
],
[
837,
939,
64,
15
],
[
496,
978,
9,
15
],
[
378,
708,
5,
26
],
[
384,
708,
15,
15
],
[
399,
708,
16,
15
],
[
417,
708,
7,
26
],
[
425,
714,
5,
10
],
[
436,
708,
15,
15
],
[
457,
704,
28,
46
],
[
467,
729,
7,
10
],
[
489,
708,
5,
26
],
[
495,
708,
10,
15
],
[
506,
708,
15,
26
],
[
522,
708,
10,
15
],
[
533,
708,
5,
26
],
[
539,
708,
15,
15
],
[
554,
708,
16,
15
],
[
572,
708,
7,
26
],
[
580,
708,
9,
15
],
[
589,
705,
11,
9
],
[
600,
705,
34,
10
],
[
635,
706,
7,
7
],
[
866,
708,
34,
15
],
[
410,
634,
5,
26
],
[
416,
634,
15,
15
],
[
431,
634,
16,
15
],
[
449,
634,
7,
26
],
[
462,
634,
15,
15
],
[
483,
631,
28,
46
],
[
494,
656,
7,
10
],
[
515,
634,
5,
26
],
[
521,
634,
10,
15
],
[
532,
634,
15,
26
],
[
548,
634,
10,
15
],
[
559,
634,
5,
26
],
[
565,
634,
15,
15
],
[
580,
634,
16,
15
],
[
598,
634,
7,
26
],
[
606,
634,
5,
15
],
[
876,
634,
25,
15
],
[
145,
470,
21,
12
],
[
188,
470,
223,
12
],
[
120,
423,
29,
12
],
[
171,
423,
553,
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,
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,
7,
7,
7,
7
]
| 628033aa1648200243dc37d1da662edca377126de649e651209c502a06468e48 | 1001.4134.pdf | 5 | 15 | 612 | 792 | 1,025 | 1,025 | arxiv_mediumspaced | scientific_articles |
14249 | [
"Table of Contents",
"Index to Financial Statements",
"Significant capital investment is required to replace our reserves and conduct our business.",
"If we are not able to replace reserves, our production levels and thus our revenues and profits may decline.",
"Our business depends on access to natural gas, oil and NGL transportation systems and facilities.",
"A downgrade in our credit rating could negatively impact our cost of and ability to access capital and our",
"liquidity.",
"30",
"Actual or anticipated changes or downgrades in our credit ratings, including any announcement that our ratings are",
"under review for a downgrade, could impact our ability to access debt markets in the future to refinance existing debt or",
"obtain additional funds, affect the market value of our senior notes and increase our corporate borrowing costs.",
"Such",
"ratings are",
"Producers compete by lowering their sales prices, resulting in the locational differences from NYMEX pricing. Further, a",
"lack of available capacity on transportation systems and facilities or delays in their planned expansions could result in the",
"shut-in of producing wells or the delay or discontinuance of drilling plans for properties.",
"A lack of availability of these",
"systems and facilities for an extended period of time could negatively affect our revenues. In addition, we have entered into",
"contracts for firm transportation and any failure to renew those contracts on the same or better commercial terms could",
"increase our costs and our exposure to the risks described above.",
"The marketability of our natural gas, oil and NGL production depends in large part on the operation, availability,",
"proximity, capacity and expansion of transportation systems and facilities owned by third parties.",
"For example, we can",
"provide no assurance that sufficient transportation capacity will exist for expected production from the Appalachian Basin or",
"that we will be able to obtain sufficient transportation capacity on economic terms. During the past three years, several",
"planned pipelines intended to service production in the Northeast United States have had their in-service dates delayed due",
"to regulatory delays and litigation.",
"Production levels from existing wells decline over time, and drilling new wells requires an inventory of leases and other",
"rights with reserves that have not yet been drilled. Our future success depends largely upon our ability to find, develop or",
"acquire additional natural gas, oil and NGL reserves that are economically recoverable. Unless we replace the reserves we",
"produce through successful development, acquisition or exploration activities, our proved reserves and production will",
"decline over time. Identifying and exploiting new reserves requires significant capital investment and successful drilling",
"operations. Thus, our future natural gas, oil and NGL reserves and production, and therefore our revenues and profits, are",
"highly dependent on our level of capital investments, our success in efficiently developing our current reserves and",
"economically finding or acquiring additional recoverable reserves.",
"Our activities require substantial capital investment. We intend to fund our future capital investing through net cash",
"flows from operations, net of changes in working capital, supplemented on occasion by funds earmarked from the net",
"proceeds of significant transactions, such as the Fayetteville Shale sale.",
"Our ability to generate operating cash flow is",
"subject to many of the risks and uncertainties that exist in our industry, some of which we may not be able to anticipate at",
"this time. Future cash flows from operations are subject to a number of risks and variables, such as the level of production",
"from existing wells, prices of natural gas, oil and NGLs, our success in developing and producing new reserves and the other",
"risk factors discussed herein. If we are unable to fund capital investing, we could experience a further reduction in drilling",
"new wells and acquiring new acreage, a loss of properties and a decline in our cash flow from operations and natural gas, oil",
"and NGL production and reserves. ",
"Moreover, general industry conditions may make it difficult or costly to refinance increments of this debt as it",
"matures. Although our indentures do not contain significant covenants restricting our operations and other activities, our",
"bank credit agreements contain financial covenants with which we must comply.",
"We refer you to the risk factor “",
"Our",
"current and future levels of indebtedness may adversely affect our results and limit our growth.",
"” Our inability to pay our",
"current obligations or refinance our debt as it becomes due could have a material and adverse effect on our company. The",
"drop in prices since 2014 has reduced our revenues, profits and cash flow, caused us to record significant asset impairments",
"and led us to reduce both our level of capital investing and our workforce, which has caused us to incur significant expenses",
"relating to employee terminations. Further price decreases could have similar consequences. Similarly, a rise in prices to",
"levels experienced before 2015 could significantly increase our revenues, profits and cash flow, which could be used to",
"expand capital investments.",
"As of December 31, 2018, we had $2.3 billion of debt outstanding, consisting principally of senior notes maturing in",
"various increments from 2020 to 2027, and no borrowings under our revolving credit facility. At current commodity price",
"levels, our net cash flow from operations is substantially higher than our interest obligations under this debt, but significant",
"drops in realized prices could affect our ability to pay our current obligations or refinance our debt as it becomes due."
]
| [
[
100,
12,
115,
10
],
[
100,
36,
196,
10
],
[
100,
239,
666,
10
],
[
100,
382,
776,
10
],
[
100,
513,
707,
10
],
[
100,
704,
822,
22
],
[
100,
704,
822,
22
],
[
503,
798,
16,
10
],
[
100,
740,
823,
46
],
[
100,
740,
823,
46
],
[
100,
740,
823,
46
],
[
100,
740,
823,
46
],
[
100,
740,
823,
46
],
[
100,
620,
823,
70
],
[
100,
620,
823,
70
],
[
100,
620,
823,
70
],
[
100,
620,
823,
70
],
[
100,
620,
823,
70
],
[
100,
620,
823,
70
],
[
100,
620,
823,
70
],
[
100,
537,
823,
70
],
[
100,
537,
823,
70
],
[
100,
537,
823,
70
],
[
100,
537,
823,
70
],
[
100,
537,
823,
70
],
[
100,
537,
823,
70
],
[
100,
537,
823,
70
],
[
100,
406,
823,
94
],
[
100,
406,
823,
94
],
[
100,
406,
823,
94
],
[
100,
406,
823,
94
],
[
100,
406,
823,
94
],
[
100,
406,
823,
94
],
[
100,
406,
823,
94
],
[
100,
406,
823,
94
],
[
100,
262,
823,
106
],
[
100,
262,
823,
106
],
[
100,
262,
823,
106
],
[
100,
262,
823,
106
],
[
100,
262,
823,
106
],
[
100,
262,
823,
106
],
[
100,
262,
823,
106
],
[
100,
262,
823,
106
],
[
100,
262,
823,
106
],
[
100,
262,
823,
106
],
[
100,
107,
823,
117
],
[
100,
107,
823,
117
],
[
100,
107,
823,
117
],
[
100,
107,
823,
117
],
[
100,
107,
823,
117
],
[
100,
107,
823,
117
],
[
100,
107,
823,
117
],
[
100,
107,
823,
117
],
[
100,
107,
823,
117
],
[
100,
107,
823,
117
],
[
100,
107,
823,
117
],
[
100,
107,
823,
117
],
[
100,
107,
823,
117
],
[
100,
48,
823,
46
],
[
100,
48,
823,
46
],
[
100,
48,
823,
46
],
[
100,
48,
823,
46
]
]
| [
[
100,
12,
115,
10
],
[
100,
36,
196,
10
],
[
100,
239,
666,
10
],
[
100,
382,
776,
10
],
[
100,
513,
707,
10
],
[
100,
704,
822,
10
],
[
100,
716,
64,
10
],
[
503,
798,
16,
10
],
[
124,
740,
799,
10
],
[
100,
751,
822,
10
],
[
100,
763,
778,
10
],
[
897,
763,
25,
10
],
[
100,
775,
71,
10
],
[
124,
620,
799,
10
],
[
100,
632,
823,
10
],
[
100,
644,
599,
10
],
[
717,
644,
205,
10
],
[
100,
656,
823,
10
],
[
100,
668,
823,
10
],
[
100,
680,
430,
10
],
[
124,
537,
799,
10
],
[
100,
549,
675,
10
],
[
794,
549,
129,
10
],
[
100,
561,
823,
10
],
[
100,
573,
823,
10
],
[
100,
584,
822,
10
],
[
100,
596,
226,
10
],
[
124,
406,
799,
10
],
[
100,
418,
822,
10
],
[
100,
429,
823,
10
],
[
100,
441,
823,
10
],
[
100,
453,
823,
10
],
[
100,
465,
823,
10
],
[
100,
477,
823,
10
],
[
100,
489,
435,
10
],
[
124,
262,
799,
10
],
[
100,
274,
823,
10
],
[
100,
286,
491,
10
],
[
609,
286,
313,
10
],
[
100,
298,
822,
10
],
[
100,
310,
823,
10
],
[
100,
322,
823,
10
],
[
100,
334,
823,
10
],
[
100,
346,
823,
10
],
[
100,
358,
230,
10
],
[
129,
107,
793,
10
],
[
100,
119,
823,
10
],
[
100,
131,
542,
10
],
[
661,
131,
236,
10
],
[
898,
131,
25,
10
],
[
100,
143,
647,
10
],
[
747,
143,
175,
10
],
[
100,
155,
823,
10
],
[
100,
167,
823,
10
],
[
100,
179,
823,
10
],
[
100,
191,
823,
10
],
[
100,
203,
823,
10
],
[
100,
215,
183,
10
],
[
129,
48,
793,
10
],
[
100,
60,
822,
10
],
[
100,
72,
823,
10
],
[
100,
84,
775,
10
]
]
| [
5,
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9
]
| e23796406a9b18593a9b49284991076b53eda49e7018aaf1c638c164d18e1851 | 0000007332-19-000010_20190228x10k.pdf | 29 | 140 | 595 | 842 | 1,025 | 1,025 | sec_filings | financial_reports |
14250 | [
"The field configurations in our scenario are assumed to be as",
"The presence of interactions including the terms like",
"Q",
"Φ",
"χ",
"1",
",...,",
"$_{4}$,",
"Q",
"Φ",
"ψ",
"1",
",...,",
"$_{4}$,",
"δ",
"Φ",
"ψ",
"s,a",
"and",
"δ",
"χϑψ",
"supply",
"a large number of independent equations of extremum conditions than there are unknown",
"VEVs (",
"υ, υ$_{χ}$, υ$_{ψ}$",
"and",
"υ$_{ϑ}$",
"), which means that unnatural fine-tuning conditions have to be",
"enforced on the Higgs potential parameters. Using the extremum conditions, we obtain",
"〈",
"Φ",
"〉",
"= (",
"υ, υ, υ",
")",
",",
"〈",
"χ",
"〉",
"= (",
"υ$_{χ}$,",
"0",
",",
"0)",
",",
"〈",
"Ψ",
"〉",
"= (0",
", υ$_{ψ}$,",
"0)",
",",
"〈",
"ϑ",
"〉",
"=",
"υ$_{ϑ}$ ,",
"〈",
"η",
"〉",
"= 0",
".",
"(A5)",
"28",
"Q",
"Φ",
"ψ",
"1",
"$_{= (Φ}$†$_{Φ)}$$_{1}$$_{(}$$_{ψψ}$$_{)}$$_{1}$$_{,}$",
"Q",
"Φ",
"ψ",
"2",
"$_{= (Φ}$†$_{Φ)}$$_{1}$",
"′",
"(",
"ψψ",
")",
"1",
"′′",
",",
"Q",
"Φ",
"ψ",
"3",
"$_{= (Φ}$†$_{Φ)}$$_{1}$",
"′′",
"(",
"ψψ",
")",
"1",
"′",
",",
"Q",
"Φ",
"ψ",
"4",
"$_{= (Φ}$†$_{Φ)}$$_{3}$$_{s}$$_{(}$$_{ψψ}$$_{)}$$_{3}$$_{,}$",
"Q",
"Φ",
"ψ",
"5",
"$_{= (Φ}$†$_{Φ)}$$_{3}$$_{a}$$_{(}$$_{ψψ}$$_{)}$$_{3}$$_{,}$",
"Q",
"Φ",
"ϑ",
"1",
"$_{= (Φ}$†$_{Φ)}$$_{1}$$_{(}$$_{ϑϑ}$$_{)}$$_{,}$",
"Q",
"ψχ",
"1",
"= (",
"ψψ",
")",
"1",
"(",
"χχ",
")",
"1",
",",
"Q",
"ψχ",
"2",
"= (",
"ψψ",
")",
"1",
"′",
"(",
"χχ",
")",
"1",
"′′",
",",
"Q",
"ψχ",
"3",
"= (",
"ψψ",
")",
"1",
"′′",
"(",
"χχ",
")",
"1",
"′",
",",
"Q",
"ψχ",
"4",
"= (",
"ψψ",
")",
"3",
"(",
"χχ",
")",
"3",
",",
"Q",
"ψϑ",
"1",
"= (",
"ψψ",
")",
"1",
"(",
"ϑϑ",
")",
",",
"Q",
"η",
"1",
"= (",
"$_{η}$†$_{η}$$_{)}$",
"$^{2}$,",
"Q",
"Φ",
"η",
"1",
"$_{= (Φ}$†$_{Φ)}$$_{1}$$_{(}$$_{η}$",
"†$_{η}$$_{)}$$_{,}$",
"Q",
"Φ",
"η",
"2",
"$_{= (Φ}$†$_{η}$$_{)(}$$_{η}$",
"†$_{Φ)}$$_{,}$",
"Q",
"Φ",
"η",
"3",
"$_{= (Φ}$†$_{η}$$_{)(Φ}$",
"†$_{η}$$_{)}$$_{,}$",
"Q",
"Φ",
"η",
"4",
"= (",
"$_{η}$†$_{Φ)(}$$_{η}$",
"†$_{Φ)}$$_{,}$",
"Q",
"ηχ",
"1",
"= (",
"$_{η}$†$_{η}$$_{)(}$$_{χχ}$$_{)}$$_{1}$$_{,}$",
"Q",
"ηψ",
"1",
"= (",
"$_{η}$†$_{η}$$_{)(}$$_{ψψ}$$_{)}$$_{1}$$_{,}$",
"Q",
"ηϑ",
"1",
"= (",
"$_{η}$†$_{η}$$_{)(}$$_{ϑϑ}$$_{)}$ .",
"(A4)",
"0",
"=",
"∂V",
"∂ϕ$_{1}$",
"= 2",
"µ",
"2",
"$_{Φ}$v",
"+ 4(3",
"λ",
"Φ",
"1",
"+ 4",
"λ",
"Φ",
"$_{3}$)",
"v",
"3",
"+ 2(",
"λ",
"Φ",
"χ",
"1",
"+",
"λ",
"Φ",
"χ",
"2",
"+",
"λ",
"Φ",
"χ",
"∗",
"2",
")",
"vv",
"2",
"χ",
"+2(",
"λ",
"Φ",
"ψ",
"1",
"+",
"ω",
"$^{2}$λ",
"Φ",
"ψ",
"2",
"+",
"ωλ",
"Φ",
"ψ",
"∗",
"2",
")",
"vv",
"2",
"ψ",
"+ (",
"δ",
"Φ",
"ψ",
"s",
"+",
"iδ",
"Φ",
"ψ",
"a",
")",
"vv$_{ψ}$",
"+ 2",
"λ",
"Φ",
"$^{ϑ}$vv",
"2",
"ϑ",
",",
"0",
"=",
"∂V",
"∂ϕ$_{2}$",
"= 2",
"µ",
"2",
"$_{Φ}$v",
"+ 4(3",
"λ",
"Φ",
"1",
"+ 4",
"λ",
"Φ",
"$_{3}$)",
"v",
"3",
"+ 2(",
"λ",
"Φ",
"χ",
"1",
"+",
"ωλ",
"Φ",
"χ",
"2",
"+",
"ω",
"$^{2}$λ",
"Φ",
"χ",
"∗",
"2",
")",
"vv",
"2",
"χ",
"+2(",
"λ",
"Φ",
"ψ",
"1",
"+",
"λ",
"Φ",
"ψ",
"2",
"+",
"λ",
"Φ",
"ψ",
"∗",
"2",
")",
"vv",
"2",
"ψ",
"+ 2",
"λ",
"Φ",
"$^{ϑ}$vv",
"2",
"ϑ",
",",
"0",
"=",
"∂V",
"∂ϕ$_{3}$",
"= 2",
"µ",
"2",
"$_{Φ}$v",
"+ 4(3",
"λ",
"Φ",
"1",
"+ 4",
"λ",
"Φ",
"$_{3}$)",
"v",
"3",
"+ 2(",
"λ",
"Φ",
"χ",
"1",
"+",
"ω",
"$^{2}$λ",
"Φ",
"χ",
"2",
"+",
"ωλ",
"Φ",
"χ",
"∗",
"2",
")",
"vv",
"2",
"χ",
"+2(",
"λ",
"Φ",
"ψ",
"1",
"+",
"ωλ",
"Φ",
"ψ",
"2",
"+",
"ω",
"$^{2}$λ",
"Φ",
"ψ",
"∗",
"2",
")",
"vv",
"2",
"ψ",
"+ (",
"δ",
"Φ",
"ψ",
"s",
"−",
"iδ",
"Φ",
"ψ",
"a",
")",
"vv$_{ψ}$",
"+ 2",
"λ",
"Φ",
"$^{ϑ}$vv",
"2",
"ϑ",
",",
"0",
"=",
"∂V",
"∂χ$_{1}$",
"= (2",
"µ",
"2",
"χ",
"+ 6",
"λ",
"Φ",
"χ",
"1",
"v",
"2",
"+ 2",
"λ",
"ψχ",
"1",
"v",
"2",
"ψ",
"+ 2",
"ωλ",
"ψχ",
"2",
"v",
"2",
"ψ",
"+ 2",
"ω",
"$^{2}$λ",
"ψχ",
"∗",
"2",
"v",
"2",
"$_{ψ}$)",
"v$_{χ}$",
"+ 4(",
"λ",
"χ",
"1",
"+",
"λ",
"χ",
"$_{2}$)",
"v",
"3",
"χ",
",",
"0",
"=",
"∂V",
"∂χ$_{2}$",
"= 2",
"λ",
"Φ",
"χ",
"3",
"v",
"$^{2}$v$_{χ}$",
"+",
"δ",
"$^{χϑψ}$v$_{ψ}$",
"v$_{ϑ}$ ,",
"0",
"=",
"∂V",
"∂χ$_{3}$",
"= 2",
"v$_{χ}$",
"(",
"λ",
"Φ",
"χ",
"3",
"v",
"2",
"+",
"δ",
"$^{ψχ}$v$_{ψ}$",
")",
",",
"0",
"=",
"∂V",
"∂ψ$_{1}$",
"= 2",
"δ",
"Φ",
"ψ",
"s",
"v",
"2",
"+ 2",
"λ",
"Φ",
"ψ",
"3",
"v",
"$^{2}$v$_{ψ}$",
"+",
"δ",
"$^{χϑψ}$v$_{χ}$",
"v$_{ϑ}$ ,",
"0",
"=",
"∂V",
"∂ψ$_{2}$",
"= 2",
"v$_{ψ}$",
"{",
"µ",
"2",
"ψ",
"+ 2",
"λ",
"ψ",
"1",
"v",
"2",
"ψ",
"+ (3",
"λ",
"Φ",
"ψ",
"1",
"v",
"2",
"+",
"λ",
"ψχ",
"1",
"v",
"2",
"$_{χ}$) +",
"v",
"2",
"$_{χ}$(",
"ωλ",
"ψχ",
"2",
"+",
"ω",
"$^{2}$λ",
"ψχ",
"∗",
"2",
") +",
"λ",
"ψϑ",
"2",
"ϑ",
"$^{2}$}",
"+ 2",
"δ",
"Φ",
"ψ",
"s",
"v",
"2",
",",
"0",
"=",
"∂V",
"∂ψ$_{3}$",
"= 2",
"v",
"$^{2}$(",
"δ",
"Φ",
"ψ",
"s",
"+",
"λ",
"Φ",
"ψ",
"3",
"v$_{ψ}$",
")",
",",
"0",
"=",
"∂V",
"∂ϑ",
"= 2",
"v$_{ϑ}$",
"(",
"µ",
"2",
"ϑ",
"+ 2",
"λ",
"$^{ϑ}$v",
"2",
"ϑ",
"+ 3",
"λ",
"Φ",
"$^{ϑ}$v",
"2",
"+",
"λ",
"$^{ψϑ}$v",
"2",
"$_{ψ}$)",
".",
"(A6)"
]
| [
[
120,
316,
521,
15
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
120,
382,
780,
100
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
167,
351,
734,
26
],
[
491,
978,
19,
15
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
178,
92,
723,
207
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
],
[
120,
491,
793,
469
]
]
| [
[
120,
316,
521,
15
],
[
120,
385,
462,
15
],
[
592,
385,
15,
15
],
[
607,
382,
10,
10
],
[
617,
382,
8,
10
],
[
607,
393,
7,
10
],
[
614,
393,
20,
10
],
[
634,
385,
13,
15
],
[
656,
385,
15,
15
],
[
672,
382,
10,
10
],
[
682,
382,
9,
10
],
[
672,
393,
7,
10
],
[
679,
393,
20,
10
],
[
699,
385,
13,
15
],
[
721,
385,
8,
15
],
[
730,
383,
10,
10
],
[
740,
383,
9,
10
],
[
729,
393,
18,
10
],
[
759,
385,
31,
15
],
[
799,
385,
8,
15
],
[
809,
383,
26,
10
],
[
845,
385,
55,
15
],
[
120,
412,
780,
15
],
[
120,
439,
67,
15
],
[
187,
439,
68,
15
],
[
266,
439,
31,
15
],
[
307,
439,
19,
15
],
[
327,
439,
574,
15
],
[
120,
466,
748,
15
],
[
167,
351,
7,
26
],
[
175,
351,
14,
15
],
[
189,
351,
7,
26
],
[
202,
351,
28,
15
],
[
230,
351,
51,
15
],
[
282,
351,
7,
15
],
[
296,
351,
5,
15
],
[
324,
351,
7,
26
],
[
332,
351,
12,
15
],
[
345,
351,
7,
26
],
[
358,
351,
28,
15
],
[
386,
351,
25,
15
],
[
415,
351,
9,
15
],
[
425,
351,
5,
15
],
[
434,
351,
17,
15
],
[
458,
351,
5,
15
],
[
486,
351,
7,
26
],
[
494,
351,
15,
15
],
[
509,
351,
7,
26
],
[
523,
351,
38,
15
],
[
561,
351,
35,
15
],
[
600,
351,
17,
15
],
[
624,
351,
5,
15
],
[
652,
351,
7,
26
],
[
660,
351,
11,
15
],
[
671,
351,
7,
26
],
[
685,
351,
15,
15
],
[
705,
351,
31,
15
],
[
760,
351,
7,
26
],
[
768,
351,
9,
15
],
[
778,
351,
7,
26
],
[
792,
351,
30,
15
],
[
829,
351,
5,
15
],
[
861,
351,
39,
15
],
[
491,
978,
19,
15
],
[
178,
96,
15,
15
],
[
193,
92,
10,
10
],
[
204,
92,
9,
10
],
[
193,
103,
7,
10
],
[
224,
93,
147,
17
],
[
408,
96,
15,
15
],
[
424,
92,
10,
10
],
[
434,
92,
9,
10
],
[
424,
103,
7,
10
],
[
450,
93,
82,
17
],
[
533,
100,
3,
6
],
[
538,
96,
7,
15
],
[
546,
96,
26,
15
],
[
573,
96,
7,
15
],
[
580,
102,
11,
13
],
[
592,
100,
7,
6
],
[
600,
96,
5,
15
],
[
642,
96,
15,
15
],
[
658,
92,
10,
10
],
[
668,
92,
9,
10
],
[
658,
103,
7,
10
],
[
684,
93,
82,
17
],
[
767,
100,
7,
6
],
[
776,
96,
7,
15
],
[
783,
96,
26,
15
],
[
810,
96,
7,
15
],
[
818,
102,
11,
13
],
[
829,
100,
3,
6
],
[
834,
96,
5,
15
],
[
178,
127,
15,
15
],
[
193,
123,
10,
10
],
[
204,
123,
9,
10
],
[
193,
134,
7,
10
],
[
224,
124,
154,
17
],
[
408,
127,
15,
15
],
[
424,
123,
10,
10
],
[
434,
123,
9,
10
],
[
424,
134,
7,
10
],
[
450,
124,
150,
17
],
[
643,
127,
15,
15
],
[
659,
124,
10,
10
],
[
669,
124,
8,
10
],
[
659,
134,
7,
10
],
[
684,
124,
127,
17
],
[
179,
157,
15,
15
],
[
195,
154,
18,
10
],
[
195,
165,
7,
10
],
[
224,
157,
32,
15
],
[
257,
157,
26,
15
],
[
284,
157,
7,
15
],
[
292,
163,
11,
13
],
[
304,
157,
7,
15
],
[
311,
157,
24,
15
],
[
336,
157,
7,
15
],
[
344,
163,
11,
13
],
[
356,
157,
5,
15
],
[
410,
157,
15,
15
],
[
426,
154,
18,
10
],
[
426,
165,
7,
10
],
[
451,
157,
28,
15
],
[
479,
157,
26,
15
],
[
506,
157,
7,
15
],
[
514,
164,
11,
13
],
[
525,
162,
3,
6
],
[
530,
157,
7,
15
],
[
538,
157,
24,
15
],
[
562,
157,
7,
15
],
[
570,
164,
11,
13
],
[
581,
162,
7,
6
],
[
590,
157,
5,
15
],
[
645,
157,
15,
15
],
[
660,
154,
18,
10
],
[
660,
165,
7,
10
],
[
685,
157,
28,
15
],
[
714,
157,
26,
15
],
[
741,
157,
7,
15
],
[
748,
164,
11,
13
],
[
760,
162,
7,
6
],
[
769,
157,
7,
15
],
[
776,
157,
24,
15
],
[
801,
157,
7,
15
],
[
808,
164,
11,
13
],
[
820,
162,
3,
6
],
[
825,
157,
5,
15
],
[
179,
188,
15,
15
],
[
195,
185,
18,
10
],
[
195,
196,
7,
10
],
[
224,
188,
32,
15
],
[
257,
188,
26,
15
],
[
284,
188,
7,
15
],
[
292,
194,
11,
13
],
[
304,
188,
7,
15
],
[
311,
188,
24,
15
],
[
336,
188,
7,
15
],
[
344,
194,
11,
13
],
[
356,
188,
5,
15
],
[
410,
188,
15,
15
],
[
426,
185,
18,
10
],
[
426,
196,
7,
10
],
[
450,
188,
28,
15
],
[
479,
188,
26,
15
],
[
506,
188,
7,
15
],
[
513,
194,
11,
13
],
[
525,
188,
7,
15
],
[
533,
188,
23,
15
],
[
556,
188,
7,
15
],
[
564,
188,
5,
15
],
[
644,
188,
15,
15
],
[
660,
185,
7,
10
],
[
660,
196,
7,
10
],
[
674,
188,
28,
15
],
[
702,
186,
35,
17
],
[
738,
188,
13,
15
],
[
180,
219,
15,
15
],
[
195,
216,
10,
10
],
[
206,
216,
7,
10
],
[
195,
227,
7,
10
],
[
224,
217,
105,
17
],
[
330,
217,
30,
17
],
[
410,
219,
15,
15
],
[
426,
216,
10,
10
],
[
436,
216,
7,
10
],
[
426,
227,
7,
10
],
[
450,
217,
85,
17
],
[
536,
217,
34,
17
],
[
645,
219,
15,
15
],
[
661,
216,
10,
10
],
[
671,
216,
7,
10
],
[
661,
227,
7,
10
],
[
685,
217,
89,
17
],
[
774,
217,
30,
17
],
[
180,
250,
15,
15
],
[
195,
247,
10,
10
],
[
206,
247,
7,
10
],
[
195,
258,
7,
10
],
[
224,
250,
32,
15
],
[
257,
248,
56,
17
],
[
314,
248,
34,
17
],
[
411,
250,
15,
15
],
[
426,
247,
16,
10
],
[
426,
258,
7,
10
],
[
449,
250,
28,
15
],
[
478,
248,
92,
17
],
[
646,
250,
15,
15
],
[
661,
247,
16,
10
],
[
661,
258,
7,
10
],
[
685,
250,
28,
15
],
[
714,
248,
95,
17
],
[
182,
281,
15,
15
],
[
197,
278,
15,
10
],
[
197,
289,
7,
10
],
[
224,
281,
32,
15
],
[
257,
279,
85,
17
],
[
861,
281,
39,
15
],
[
120,
501,
6,
15
],
[
140,
501,
10,
15
],
[
161,
491,
22,
15
],
[
158,
512,
31,
15
],
[
202,
501,
35,
15
],
[
238,
501,
11,
15
],
[
250,
499,
7,
10
],
[
250,
501,
20,
15
],
[
275,
501,
46,
15
],
[
322,
501,
11,
15
],
[
334,
499,
10,
10
],
[
334,
509,
7,
10
],
[
349,
501,
29,
15
],
[
379,
501,
11,
15
],
[
390,
499,
10,
10
],
[
390,
501,
18,
15
],
[
409,
501,
9,
15
],
[
419,
499,
7,
10
],
[
431,
501,
37,
15
],
[
468,
501,
11,
15
],
[
480,
498,
10,
10
],
[
490,
498,
8,
10
],
[
480,
509,
7,
10
],
[
504,
501,
15,
15
],
[
524,
501,
11,
15
],
[
535,
498,
10,
10
],
[
546,
498,
8,
10
],
[
535,
509,
7,
10
],
[
560,
501,
15,
15
],
[
579,
501,
11,
15
],
[
591,
498,
10,
10
],
[
601,
498,
8,
10
],
[
610,
498,
7,
17
],
[
591,
509,
7,
10
],
[
618,
501,
7,
15
],
[
625,
501,
19,
15
],
[
646,
499,
7,
10
],
[
645,
509,
8,
10
],
[
228,
534,
32,
15
],
[
261,
534,
11,
15
],
[
272,
531,
10,
10
],
[
282,
531,
9,
10
],
[
272,
542,
7,
10
],
[
297,
534,
15,
15
],
[
317,
534,
12,
15
],
[
330,
534,
19,
15
],
[
349,
531,
10,
10
],
[
359,
531,
9,
10
],
[
349,
542,
7,
10
],
[
374,
534,
15,
15
],
[
394,
534,
24,
15
],
[
419,
531,
10,
10
],
[
429,
531,
9,
10
],
[
438,
531,
7,
17
],
[
419,
542,
7,
10
],
[
446,
534,
7,
15
],
[
454,
534,
19,
15
],
[
474,
532,
7,
10
],
[
474,
542,
9,
10
],
[
489,
534,
27,
15
],
[
516,
534,
8,
15
],
[
525,
532,
10,
10
],
[
536,
532,
9,
10
],
[
525,
542,
6,
10
],
[
551,
534,
15,
15
],
[
570,
534,
15,
15
],
[
587,
532,
10,
10
],
[
597,
532,
9,
10
],
[
586,
542,
7,
10
],
[
607,
534,
7,
15
],
[
615,
534,
28,
15
],
[
650,
534,
29,
15
],
[
679,
534,
11,
15
],
[
691,
532,
10,
10
],
[
701,
534,
28,
15
],
[
731,
532,
7,
10
],
[
730,
542,
8,
10
],
[
746,
534,
5,
15
],
[
120,
565,
6,
15
],
[
140,
565,
10,
15
],
[
161,
555,
22,
15
],
[
158,
576,
31,
15
],
[
202,
565,
35,
15
],
[
238,
565,
11,
15
],
[
250,
563,
7,
10
],
[
250,
565,
20,
15
],
[
275,
565,
46,
15
],
[
322,
565,
11,
15
],
[
334,
563,
10,
10
],
[
334,
573,
7,
10
],
[
349,
565,
29,
15
],
[
379,
565,
11,
15
],
[
390,
563,
10,
10
],
[
390,
565,
18,
15
],
[
409,
565,
9,
15
],
[
419,
563,
7,
10
],
[
431,
565,
37,
15
],
[
468,
565,
11,
15
],
[
480,
562,
10,
10
],
[
490,
562,
8,
10
],
[
480,
573,
7,
10
],
[
504,
565,
15,
15
],
[
524,
565,
24,
15
],
[
548,
562,
10,
10
],
[
559,
562,
8,
10
],
[
548,
573,
7,
10
],
[
572,
565,
15,
15
],
[
592,
565,
12,
15
],
[
605,
565,
19,
15
],
[
625,
562,
10,
10
],
[
635,
562,
8,
10
],
[
644,
562,
7,
17
],
[
625,
573,
7,
10
],
[
651,
565,
7,
15
],
[
659,
565,
19,
15
],
[
680,
563,
7,
10
],
[
679,
573,
8,
10
],
[
228,
599,
32,
15
],
[
261,
599,
11,
15
],
[
272,
595,
10,
10
],
[
282,
595,
9,
10
],
[
272,
606,
7,
10
],
[
297,
599,
15,
15
],
[
317,
599,
11,
15
],
[
328,
595,
10,
10
],
[
339,
595,
9,
10
],
[
328,
606,
7,
10
],
[
354,
599,
15,
15
],
[
373,
599,
11,
15
],
[
385,
595,
10,
10
],
[
395,
595,
9,
10
],
[
405,
595,
7,
17
],
[
385,
606,
7,
10
],
[
413,
599,
7,
15
],
[
420,
599,
19,
15
],
[
441,
596,
7,
10
],
[
440,
606,
9,
10
],
[
455,
599,
29,
15
],
[
484,
599,
11,
15
],
[
496,
596,
10,
10
],
[
506,
599,
28,
15
],
[
536,
596,
7,
10
],
[
535,
606,
8,
10
],
[
551,
599,
5,
15
],
[
120,
629,
6,
15
],
[
140,
629,
10,
15
],
[
161,
619,
22,
15
],
[
158,
640,
31,
15
],
[
202,
629,
35,
15
],
[
238,
629,
11,
15
],
[
250,
627,
7,
10
],
[
250,
629,
20,
15
],
[
275,
629,
46,
15
],
[
322,
629,
11,
15
],
[
334,
627,
10,
10
],
[
334,
637,
7,
10
],
[
349,
629,
29,
15
],
[
379,
629,
11,
15
],
[
390,
627,
10,
10
],
[
390,
629,
18,
15
],
[
409,
629,
9,
15
],
[
419,
627,
7,
10
],
[
431,
629,
37,
15
],
[
468,
629,
11,
15
],
[
480,
626,
10,
10
],
[
490,
626,
8,
10
],
[
480,
637,
7,
10
],
[
504,
629,
15,
15
],
[
524,
629,
12,
15
],
[
537,
629,
19,
15
],
[
556,
626,
10,
10
],
[
566,
626,
8,
10
],
[
556,
637,
7,
10
],
[
580,
629,
15,
15
],
[
600,
629,
24,
15
],
[
625,
626,
10,
10
],
[
635,
626,
8,
10
],
[
644,
626,
7,
17
],
[
625,
637,
7,
10
],
[
651,
629,
7,
15
],
[
659,
629,
19,
15
],
[
680,
627,
7,
10
],
[
679,
637,
8,
10
],
[
228,
663,
32,
15
],
[
261,
663,
11,
15
],
[
272,
659,
10,
10
],
[
282,
659,
9,
10
],
[
272,
670,
7,
10
],
[
297,
663,
15,
15
],
[
317,
663,
24,
15
],
[
341,
659,
10,
10
],
[
352,
659,
9,
10
],
[
341,
670,
7,
10
],
[
366,
663,
15,
15
],
[
386,
663,
12,
15
],
[
399,
663,
19,
15
],
[
419,
659,
10,
10
],
[
429,
659,
9,
10
],
[
438,
659,
7,
17
],
[
419,
670,
7,
10
],
[
446,
663,
7,
15
],
[
454,
663,
19,
15
],
[
474,
660,
7,
10
],
[
474,
670,
9,
10
],
[
489,
663,
27,
15
],
[
516,
663,
8,
15
],
[
525,
660,
10,
10
],
[
536,
660,
9,
10
],
[
525,
670,
6,
10
],
[
551,
663,
15,
26
],
[
571,
663,
15,
15
],
[
587,
660,
10,
10
],
[
597,
660,
9,
10
],
[
586,
670,
7,
10
],
[
608,
663,
7,
15
],
[
615,
663,
28,
15
],
[
650,
663,
29,
15
],
[
680,
663,
11,
15
],
[
691,
660,
10,
10
],
[
701,
663,
28,
15
],
[
731,
660,
7,
10
],
[
730,
670,
8,
10
],
[
746,
663,
5,
15
],
[
121,
694,
6,
15
],
[
141,
694,
10,
15
],
[
161,
683,
22,
15
],
[
159,
704,
30,
15
],
[
202,
694,
42,
15
],
[
245,
694,
11,
15
],
[
257,
691,
7,
10
],
[
257,
701,
8,
10
],
[
271,
694,
29,
15
],
[
301,
694,
11,
15
],
[
312,
690,
10,
10
],
[
322,
690,
8,
10
],
[
312,
701,
7,
10
],
[
332,
694,
9,
15
],
[
342,
691,
7,
10
],
[
354,
694,
29,
15
],
[
384,
694,
11,
15
],
[
395,
690,
18,
10
],
[
395,
701,
7,
10
],
[
415,
694,
9,
15
],
[
425,
691,
7,
10
],
[
424,
701,
9,
10
],
[
439,
694,
29,
15
],
[
469,
694,
24,
15
],
[
493,
690,
18,
10
],
[
493,
701,
7,
10
],
[
513,
694,
9,
15
],
[
523,
691,
7,
10
],
[
522,
701,
9,
10
],
[
537,
694,
29,
15
],
[
567,
694,
12,
15
],
[
580,
694,
19,
15
],
[
599,
690,
18,
10
],
[
617,
690,
7,
17
],
[
599,
701,
7,
10
],
[
625,
694,
9,
15
],
[
636,
691,
7,
10
],
[
635,
694,
18,
15
],
[
653,
694,
18,
15
],
[
677,
694,
37,
15
],
[
714,
694,
11,
15
],
[
725,
690,
8,
10
],
[
725,
701,
7,
10
],
[
739,
694,
15,
15
],
[
759,
694,
11,
15
],
[
770,
690,
8,
10
],
[
770,
694,
17,
15
],
[
788,
694,
9,
15
],
[
798,
691,
7,
10
],
[
797,
701,
8,
10
],
[
813,
694,
5,
15
],
[
121,
734,
6,
15
],
[
141,
734,
10,
15
],
[
161,
723,
22,
15
],
[
159,
744,
30,
15
],
[
202,
734,
35,
15
],
[
238,
734,
11,
15
],
[
249,
730,
10,
10
],
[
259,
730,
8,
10
],
[
249,
741,
7,
10
],
[
269,
734,
9,
15
],
[
279,
734,
26,
15
],
[
311,
734,
15,
15
],
[
330,
734,
8,
15
],
[
340,
734,
46,
15
],
[
388,
734,
30,
15
],
[
121,
774,
6,
15
],
[
141,
774,
10,
15
],
[
161,
763,
22,
15
],
[
159,
784,
30,
15
],
[
202,
774,
35,
15
],
[
238,
774,
18,
15
],
[
257,
774,
7,
15
],
[
264,
774,
11,
15
],
[
276,
770,
10,
10
],
[
286,
770,
8,
10
],
[
276,
781,
7,
10
],
[
296,
774,
9,
15
],
[
306,
771,
7,
10
],
[
318,
774,
15,
15
],
[
338,
774,
8,
15
],
[
347,
774,
38,
15
],
[
387,
774,
7,
15
],
[
401,
774,
5,
15
],
[
120,
814,
6,
15
],
[
140,
814,
10,
15
],
[
161,
803,
22,
15
],
[
158,
824,
31,
15
],
[
202,
814,
35,
15
],
[
238,
814,
8,
15
],
[
247,
811,
10,
10
],
[
257,
811,
9,
10
],
[
246,
821,
6,
10
],
[
268,
814,
9,
15
],
[
278,
811,
7,
10
],
[
290,
814,
29,
15
],
[
320,
814,
11,
15
],
[
331,
810,
10,
10
],
[
342,
810,
9,
10
],
[
331,
821,
7,
10
],
[
352,
814,
9,
15
],
[
362,
814,
26,
15
],
[
395,
814,
15,
15
],
[
415,
814,
8,
15
],
[
424,
814,
45,
15
],
[
471,
814,
30,
15
],
[
120,
854,
6,
15
],
[
140,
854,
10,
15
],
[
161,
843,
22,
15
],
[
158,
864,
31,
15
],
[
202,
854,
35,
15
],
[
238,
854,
18,
15
],
[
258,
854,
10,
26
],
[
268,
854,
11,
15
],
[
279,
851,
7,
10
],
[
279,
861,
9,
10
],
[
295,
854,
29,
15
],
[
324,
854,
11,
15
],
[
336,
850,
9,
10
],
[
336,
861,
7,
10
],
[
346,
854,
9,
15
],
[
356,
851,
7,
10
],
[
355,
861,
9,
10
],
[
371,
854,
37,
15
],
[
408,
854,
11,
15
],
[
419,
850,
10,
10
],
[
429,
850,
9,
10
],
[
419,
861,
7,
10
],
[
440,
854,
9,
15
],
[
450,
851,
7,
10
],
[
462,
854,
15,
15
],
[
482,
854,
11,
15
],
[
494,
850,
18,
10
],
[
494,
861,
7,
10
],
[
513,
854,
9,
15
],
[
523,
851,
7,
10
],
[
522,
854,
36,
15
],
[
564,
854,
9,
15
],
[
574,
851,
7,
10
],
[
573,
854,
17,
15
],
[
591,
854,
24,
15
],
[
615,
850,
18,
10
],
[
615,
861,
7,
10
],
[
639,
854,
15,
15
],
[
659,
854,
12,
15
],
[
672,
854,
19,
15
],
[
691,
850,
18,
10
],
[
709,
850,
7,
17
],
[
691,
861,
7,
10
],
[
717,
854,
27,
15
],
[
749,
854,
11,
15
],
[
760,
850,
18,
10
],
[
760,
861,
7,
10
],
[
780,
854,
11,
15
],
[
791,
854,
18,
26
],
[
813,
854,
29,
15
],
[
843,
854,
8,
15
],
[
852,
851,
10,
10
],
[
863,
851,
9,
10
],
[
852,
861,
6,
10
],
[
873,
854,
9,
15
],
[
883,
851,
7,
10
],
[
898,
854,
5,
15
],
[
120,
894,
6,
15
],
[
140,
894,
10,
15
],
[
161,
883,
22,
15
],
[
158,
904,
31,
15
],
[
202,
894,
35,
15
],
[
238,
894,
9,
15
],
[
248,
894,
15,
15
],
[
263,
894,
8,
15
],
[
273,
891,
10,
10
],
[
283,
891,
9,
10
],
[
272,
901,
6,
10
],
[
298,
894,
15,
15
],
[
318,
894,
11,
15
],
[
329,
890,
10,
10
],
[
339,
890,
9,
10
],
[
329,
901,
7,
10
],
[
350,
894,
18,
15
],
[
370,
894,
7,
15
],
[
384,
894,
5,
15
],
[
125,
934,
6,
15
],
[
145,
934,
10,
15
],
[
163,
923,
22,
15
],
[
166,
944,
22,
15
],
[
202,
934,
35,
15
],
[
238,
934,
17,
15
],
[
256,
934,
7,
15
],
[
264,
934,
11,
15
],
[
276,
931,
7,
10
],
[
276,
941,
8,
10
],
[
290,
934,
29,
15
],
[
319,
934,
11,
15
],
[
331,
934,
18,
15
],
[
350,
931,
7,
10
],
[
349,
941,
8,
10
],
[
363,
934,
29,
15
],
[
392,
934,
11,
15
],
[
404,
931,
10,
10
],
[
414,
934,
18,
15
],
[
434,
931,
7,
10
],
[
446,
934,
15,
15
],
[
466,
934,
11,
15
],
[
477,
934,
28,
15
],
[
506,
931,
7,
10
],
[
506,
934,
18,
15
],
[
530,
934,
5,
15
],
[
873,
934,
39,
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2
]
| 6a2b8a6d3a32d4b0792e4e6ebb0ea7d918b43e551f1586723cde9a1354b02a17 | 1001.2869.pdf | 27 | 32 | 612 | 792 | 1,025 | 1,025 | arxiv_mediumspaced | scientific_articles |
14251 | [
"developing your smart driving skills",
"Parking tips and rules ",
"driving tip",
"58",
"Park parallel to and within 30 centimetres (one foot) of the curb. ",
"If you’re parked on a hill, turn the wheels to keep your vehicle ",
"from rolling into traffic. Turn the wheels: ",
"Park where it’s safe and legal. Signs, curb markings and ",
"common sense will tell you if you are allowed to park. You ",
"should park where you are not blocking traffic and where others ",
"can clearly see you. If you park where you shouldn’t, you could ",
"be a hazard to others, you could be fined or your vehicle could ",
"be towed. ",
"When parking in a stall, it’s ",
"usually safest to back in ",
"so you won’t have to back ",
"out. Better still, if there are ",
"two empty facing stalls ",
"with no barrier between ",
"them, drive through one ",
"into the next so your ",
"vehicle is facing forward. ",
"When uphill parking ",
"beside a rolling curb or ",
"mountable curb, turn ",
"the wheels to the right. ",
"This type of curb is not ",
"high enough to stop the ",
"vehicle from rolling back ",
"into traffic.",
"It’s illegal to park:",
"•",
"to the right when uphill without a curb or downhill with or ",
"without a curb ",
"•",
"to the left when uphill with a curb.",
"•",
"leave an automatic transmission in “park” gear ",
"•",
"with a standard transmission, place the vehicle in “reverse” if ",
"facing downhill, and “first” gear if facing uphill or if on a level ",
"surface.",
"Set the parking brake and leave the vehicle in gear: ",
"•",
"on a sidewalk or boulevard ",
"•",
"across the entrance to any driveway, back lane or intersection ",
"•",
"within five metres of a fire hydrant (measured from the point ",
"at the curb beside the hydrant) ",
"•",
"within six metres of a crosswalk or intersection ",
"•",
"within six metres of a stop sign or traffic light ",
"•",
"within 15 metres of the nearest rail of a railway crossing ",
"•",
"in a bicycle lane ",
"•",
"on a bridge or in a highway tunnel ",
"•",
"where your vehicle obstructs the visibility of a traffic sign ",
"•",
"where a traffic sign prohibits parking, or where the curb is ",
"painted yellow or red",
"•",
"in a space for people with disabilities unless you display a ",
"disabled person parking permit in your windshield and your ",
"vehicle is carrying a person with a disability."
]
| [
[
85,
39,
411,
20
],
[
366,
97,
360,
28
],
[
166,
110,
117,
22
],
[
84,
961,
22,
15
],
[
366,
614,
541,
49
],
[
366,
614,
541,
49
],
[
366,
614,
541,
49
],
[
366,
133,
542,
98
],
[
366,
133,
542,
98
],
[
366,
133,
542,
98
],
[
366,
133,
542,
98
],
[
366,
133,
542,
98
],
[
366,
133,
542,
98
],
[
137,
149,
178,
120
],
[
137,
149,
178,
120
],
[
137,
149,
178,
120
],
[
137,
149,
178,
120
],
[
137,
149,
178,
120
],
[
137,
149,
178,
120
],
[
137,
149,
178,
120
],
[
137,
149,
178,
120
],
[
137,
149,
178,
120
],
[
137,
276,
165,
107
],
[
137,
276,
165,
107
],
[
137,
276,
165,
107
],
[
137,
276,
165,
107
],
[
137,
276,
165,
107
],
[
137,
276,
165,
107
],
[
137,
276,
165,
107
],
[
137,
276,
165,
107
],
[
366,
241,
146,
16
],
[
368,
672,
507,
32
],
[
368,
672,
507,
32
],
[
368,
672,
507,
32
],
[
368,
714,
305,
16
],
[
368,
714,
305,
16
],
[
368,
765,
416,
16
],
[
368,
765,
416,
16
],
[
368,
791,
538,
49
],
[
368,
791,
538,
49
],
[
368,
791,
538,
49
],
[
368,
791,
538,
49
],
[
366,
739,
438,
16
],
[
368,
266,
250,
16
],
[
368,
266,
250,
16
],
[
368,
292,
539,
16
],
[
368,
292,
539,
16
],
[
368,
318,
528,
32
],
[
368,
318,
528,
32
],
[
368,
318,
528,
32
],
[
368,
360,
410,
16
],
[
368,
360,
410,
16
],
[
368,
385,
399,
16
],
[
368,
385,
399,
16
],
[
368,
411,
487,
16
],
[
368,
411,
487,
16
],
[
368,
436,
157,
16
],
[
368,
436,
157,
16
],
[
368,
462,
312,
16
],
[
368,
462,
312,
16
],
[
368,
488,
496,
16
],
[
368,
488,
496,
16
],
[
368,
513,
506,
32
],
[
368,
513,
506,
32
],
[
368,
513,
506,
32
],
[
368,
555,
525,
49
],
[
368,
555,
525,
49
],
[
368,
555,
525,
49
],
[
368,
555,
525,
49
]
]
| [
[
85,
39,
411,
20
],
[
366,
97,
360,
28
],
[
166,
110,
117,
22
],
[
84,
961,
22,
15
],
[
366,
614,
541,
16
],
[
366,
630,
524,
16
],
[
366,
646,
339,
16
],
[
366,
133,
468,
16
],
[
366,
150,
491,
16
],
[
366,
166,
542,
16
],
[
366,
182,
531,
16
],
[
366,
199,
534,
16
],
[
366,
215,
91,
16
],
[
137,
149,
178,
12
],
[
137,
162,
158,
12
],
[
137,
176,
174,
12
],
[
137,
189,
178,
12
],
[
137,
203,
154,
12
],
[
137,
217,
161,
12
],
[
137,
230,
164,
12
],
[
137,
244,
139,
12
],
[
137,
257,
165,
12
],
[
137,
276,
137,
12
],
[
137,
289,
156,
12
],
[
137,
303,
143,
12
],
[
137,
316,
156,
12
],
[
137,
330,
154,
12
],
[
137,
343,
164,
12
],
[
137,
357,
165,
12
],
[
139,
370,
70,
12
],
[
366,
241,
146,
16
],
[
368,
672,
18,
16
],
[
391,
672,
483,
16
],
[
386,
688,
126,
16
],
[
368,
714,
18,
16
],
[
391,
714,
281,
16
],
[
368,
765,
17,
16
],
[
390,
765,
394,
16
],
[
368,
791,
18,
16
],
[
391,
791,
511,
16
],
[
386,
807,
520,
16
],
[
386,
823,
65,
16
],
[
366,
739,
438,
16
],
[
368,
266,
18,
16
],
[
391,
266,
226,
16
],
[
368,
292,
18,
16
],
[
391,
292,
515,
16
],
[
368,
318,
18,
16
],
[
391,
318,
504,
16
],
[
386,
334,
265,
16
],
[
368,
360,
18,
16
],
[
391,
360,
386,
16
],
[
368,
385,
18,
16
],
[
391,
385,
375,
16
],
[
368,
411,
18,
16
],
[
391,
411,
464,
16
],
[
368,
436,
18,
16
],
[
391,
436,
134,
16
],
[
368,
462,
18,
16
],
[
391,
462,
288,
16
],
[
368,
488,
18,
16
],
[
391,
488,
472,
16
],
[
368,
513,
18,
16
],
[
391,
513,
483,
16
],
[
386,
530,
179,
16
],
[
368,
555,
18,
16
],
[
391,
555,
483,
16
],
[
386,
572,
507,
16
],
[
386,
588,
365,
16
]
]
| [
5,
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,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
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
]
| 7ac7e84e4557a4aec3ffae4505a492f191d590ec37061067c70c874e17881f3b | driver-full.pdf | 68 | 177 | 504 | 720 | 1,025 | 1,025 | manuals | manuals |
14252 | [
"3",
"effective Lagrangian terms analogous to the one followed",
"above.",
"In the case of light vector mesons in the final",
"state, the method has been developed in Ref.[13] on the",
"basis on the hidden gauge symmetry idea [14]. We refer",
"to the review [15] for a detailed description; here we only",
"mention that in this approach the octet of light vector",
"mesons is described by the field",
"ρ$_{µ}$",
"=",
"i",
"g$_{V}$",
"√$_{2}$",
"ˆ",
"ρ$_{µ}$",
", where ˆ",
"ρ$_{µ}$",
"is a hermitian 3",
"×",
"3",
"matrix analogous to (5), containing",
"the light vector meson fields",
"ρ",
"±",
",",
"$^{0}$,",
"K",
"$^{∗±}$,",
"K",
"∗",
"$^{0}$,",
"¯",
"K",
"∗",
"$^{0}$,",
"ω$_{8}$",
".",
"The constant",
"g$_{V}$",
"can be fixed to the value",
"g$_{V}$",
"= 5",
".",
"8",
"by",
"the Kawarabayashi-Sukuzi, Riazuddin-Fayyazuddin rela-",
"tions [16].",
"In Ref.[15] the effective Lagrangian terms describing",
"the transitions",
"S",
"→",
"HV",
"and",
"T",
"→",
"HV",
"are reported,",
"S",
"and",
"H",
"representing the heavy doublets",
"S$_{a}$",
"and",
"H$_{a}$",
"in Eq.",
"(4)",
"and",
"V",
"denoting a generic light vector meson. They",
"read:",
"where",
"A",
"µba",
"=",
"i",
"2",
"(",
"ξ",
"$^{†}$∂$_{µ}$",
"ξ",
"−",
"ξ∂$_{µ}$ξ",
"$^{†}$)",
"$_{ba}$.",
"Λ$_{χ}$ is the chiral",
"symmetry-breaking scale: we use Λ$_{χ}$ = 1 GeV.",
"L",
"S",
"and",
"L",
"T",
"describe transitions of positive parity heavy mesons",
"with the emission of light pseudoscalar mesons in",
"s",
"−",
"and",
"d",
"−",
"wave, respectively, and",
"g, h",
"and",
"h",
"′",
"are the effective",
"coupling constants. On the other hand,",
"L",
"X",
"and",
"L",
"X",
"′",
"de-",
"scribe the transitions of higher mass mesons of negative",
"parity with the emission of light pseudoscalar mesons in",
"p",
"−",
"and",
"f",
"−",
"wave, with coupling constants",
"k",
"$^{′}$,",
"k$_{1}$",
"and",
"k$_{2}$",
".",
"At the same order in the expansion in the light me-",
"son momentum, the structure of the Lagrangian terms",
"for radial excitations of the",
"H",
",",
"S",
"and",
"T",
"doublets does",
"not change, being only dictated by the spin-flavour and",
"chiral symmetries, but the coupling constants",
"g, h",
"and",
"h",
"′",
"must be replaced by ˜",
"g,",
"˜",
"h",
"and",
"˜",
"h",
"$^{′}$. The advantage of this",
"formulation is that meson transitions into final states ob-",
"tained by",
"SU",
"(3)",
"and heavy quark spin rotations can be",
"related in a straightforward way.",
"With the effective Lagrangians in Eq.(7) we can evalu-",
"ate the strong decays of",
"D$_{sJ}$",
"(3040) to a charmed meson",
"and a light pseudoscalar one in correspondence to the",
"four classifications in Table I. In particular, the ratio",
"L",
"SHV",
"=",
"iζ$_{S}$Tr",
"[",
"¯",
"S$_{a}$H$_{b}$γ$_{µ}$",
"(",
"V",
"µ",
"−",
"ρ",
"$^{µ}$)$_{ba}$",
"]",
"+",
"iµ$_{S}$Tr",
"¯",
"S$_{a}$H$_{b}$σ",
"$^{λν}$F$_{λν}$",
"(",
"ρ",
")$_{ba}$",
"]",
"L",
"T HV",
"=",
"iζ$_{T}$ Tr",
"[",
"¯",
"H$_{a}$T",
"µ",
"b",
"(",
"V",
"µ",
"−",
"ρ$_{µ}$",
")$_{ba}$",
"(9)",
"+",
"iµ$_{T}$ Tr",
"¯",
"H$_{a}$T",
"µ",
"b",
"v",
"$^{ν}$F$_{µν}$",
"(",
"ρ",
")$_{ba}$",
"]",
"R$_{1}$",
"=",
"Γ(",
"D$_{sJ}$",
"(3040)",
"→",
"D",
"∗",
"$_{s}$η",
")",
"Γ(",
"D$_{sJ}$",
"(3040)",
"D",
"$^{∗}$K",
")",
"(7)",
"R$_{1}$",
"(",
"˜",
"D",
"′",
"s",
"$_{1}$) = 0",
".",
"34",
"R$_{1}$",
"(",
"˜",
"D$_{s}$$_{1}$",
") = 0",
".",
"20",
"R$_{1}$",
"(",
"D$_{s}$$_{2}$",
") = 0",
".",
"245",
"(8)",
"R$_{1}$",
"(",
"D",
"∗′",
"s",
"$_{2}$) = 0",
".",
"143",
".",
"(",
"D",
"(",
"∗",
"$^{)}$K",
"=",
"D",
"(",
"∗",
"$^{)0}$K+",
"+",
"D",
"(",
"∗",
")",
"$^{+}$K",
"0",
"$_{S}$) can be computed, with",
"results for the various assignments:",
"where",
"V",
"µba",
"=",
"i",
"2",
"(",
"ξ",
"$^{†}$∂$_{µ}$",
"ξ",
"+",
"ξ∂$_{µ}$ξ",
"$^{†}$)",
"$_{ba}$, and",
"ζ$_{S,T}$",
",",
"µ$_{S,T}$",
"are",
"effective coupling constants, and the field strength tensor",
"F$_{µν}$",
"is defined as",
"F$_{µν}$",
"(",
"ρ",
") =",
"∂$_{µ}$ρ$_{ν}$",
"−",
"∂$_{ν}$ρ$_{µ}$",
"+ [",
"ρ$_{µ}$, ρ$_{ν}$",
"].",
"The calculation of all possible decay modes for each one",
"of the four classifications of",
"D$_{sJ}$",
"(3040) would require the",
"values of several coupling constants, which are unknown.",
"Nevertheless, some conclusions can be drawn.",
"One can estimate the widths of the decays into",
"DK",
"∗",
"and",
"D$_{s}$φ",
"for the two",
"J",
"P",
"= 1",
"+",
"states by the effective",
"Lagrangians in (10) using the values of",
"ζ",
"and",
"µ",
":",
"ζ$_{S}$",
"=",
"0",
".",
"10",
"and",
"µ$_{S}$",
"=",
"−",
"0",
".",
"10",
"GeV",
"−",
"1",
"computed for the analogous",
"transitions involving the heavy mesons belonging to the",
"lowest-lying doublet [15].",
"This provides us with hints",
"about the contribution of such modes to the total width",
"of",
"D$_{sJ}$",
"(3040) in the case it is either",
"˜",
"D",
"′",
"s",
"1",
"or",
"˜",
"D$_{s}$$_{1}$",
"(in the",
"case of",
"D$_{s}$$_{2}$",
"and",
"D",
"∗′",
"s",
"2",
"these decays proceed in",
"p",
"-wave and",
"hence they are expected to contribute less significantly):",
"It is important to notice that the dependence on the ef-",
"fective couplings cancels in the ratio. The spread among",
"the various predictions permits to discriminate among",
"the assignments, in particular between",
"˜",
"D",
"′",
"s",
"1",
"and",
"D",
"∗′",
"s",
"$_{2}$.",
"The mass of",
"D$_{sJ}$",
"(3040) is large enough to allow other",
"decay modes.",
"Decays to the members of the doublets",
"with",
"s",
"P",
"ℓ",
"=",
"1",
"2",
"+",
"or",
"s",
"P",
"ℓ",
"=",
"3",
"2",
"+",
"and a pseudoscalar meson are",
"possible: these are the modes (",
"D",
"∗",
"$_{0}$, D",
"′",
"$_{1}$)",
"K",
"and (",
"D$_{1}$, D",
"∗",
"$_{2}$)",
"K",
".",
"As for channels with the",
"η",
"in the final state, the only kine-",
"matically allowed mode is",
"D",
"∗",
"s",
"$_{0}$η",
"(for",
"D",
"′",
"s",
"$_{1}$η",
"the available",
"phase space is tiny). The features of such decay modes",
"are different for the four considered assignments. At the",
"leading order in",
"1",
"m$_{c}$",
"expansion, the states",
"˜",
"D",
"′",
"s",
"1",
"and",
"˜",
"D$_{s}$$_{1}$",
"can decay to",
"D",
"∗",
"$_{0}$K",
",",
"D",
"∗",
"s",
"$_{0}$η",
",",
"D",
"′",
"$_{1}$K",
",",
"D$_{1}$K",
"and",
"D",
"∗",
"$_{2}$K",
"in",
"p",
"−",
"wave;",
"D$_{s}$$_{2}$",
"and",
"D",
"∗′",
"s",
"2",
"both decay to",
"D",
"∗",
"$_{0}$K",
",",
"D",
"∗",
"s",
"$_{0}$η",
",",
"D",
"′",
"$_{1}$K",
"in",
"d",
"−",
"wave;",
"D",
"∗′",
"s",
"2",
"can decay to",
"D$_{1}$K",
"and",
"D",
"∗",
"$_{2}$K",
"in",
"d",
"−",
"wave,",
"while in the case of",
"D$_{s}$$_{2}$",
"the decay to",
"D",
"∗",
"$_{2}$K",
"proceeds in",
"s",
"−",
"wave and the decay into",
"D$_{1}$K",
"is allowed at",
"O",
"(",
"1",
"m$_{c}$",
")",
"in",
"d",
"−",
"wave.",
"Other kinematically allowed modes of",
"D$_{sJ}$",
"(3040) are",
"those with the emission of a light vector meson, specif-",
"ically decays into",
"DK",
"∗",
"or",
"D$_{s}$φ",
"[19].",
"It is possible to",
"describe such decay modes using an approach based on",
"It can be noticed that the contribution of these modes to",
"the full width should be sizable only in the case of",
"˜",
"D",
"′",
"s",
"$_{1}$;",
"therefore, this assignment can be disentangled through",
"the experimental analysis of the",
"DK",
"∗",
"and",
"D$_{s}$φ",
"decay",
"channels.",
"After having discussed four possible classifications for",
"D$_{sJ}$",
"(3040), it is interesting to consider some features of",
"its spin partner in the various cases [20].",
"Γ(",
"˜",
"D",
"′",
"s",
"1",
"→",
"DK",
"$^{∗}$)",
"≃",
"95",
"MeV",
"Γ(",
"˜",
"D",
"′",
"s",
"1",
"D$_{s}$φ",
")",
"44",
"MeV",
"(10)",
"Γ(",
"˜",
"D$_{s}$$_{1}$",
"→",
"DK",
"$^{∗}$)",
"≃",
"15",
"MeV",
"Γ(",
"˜",
"D$_{s}$$_{1}$",
"D$_{s}$φ",
")",
"6",
"MeV",
"."
]
| [
[
933,
37,
8,
12
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
70,
410,
187
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
530,
259,
410,
72
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
68,
410,
267
],
[
90,
337,
410,
57
],
[
90,
337,
410,
57
],
[
90,
337,
410,
57
],
[
90,
337,
410,
57
],
[
90,
337,
410,
57
],
[
90,
337,
410,
57
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
597,
342,
344,
123
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
191,
407,
309,
31
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
224,
496,
276,
75
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
90,
455,
410,
29
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
463,
410,
53
],
[
530,
510,
410,
57
],
[
530,
510,
410,
57
],
[
530,
510,
410,
57
],
[
530,
510,
410,
57
],
[
530,
510,
410,
57
],
[
530,
510,
410,
57
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
530,
568,
410,
147
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
585,
410,
59
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
644,
410,
241
],
[
90,
879,
410,
57
],
[
90,
879,
410,
57
],
[
90,
879,
410,
57
],
[
90,
879,
410,
57
],
[
90,
879,
410,
57
],
[
90,
879,
410,
57
],
[
90,
879,
410,
57
],
[
90,
879,
410,
57
],
[
90,
879,
410,
57
],
[
90,
879,
410,
57
],
[
90,
879,
410,
57
],
[
90,
879,
410,
57
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
820,
410,
72
],
[
530,
894,
410,
42
],
[
530,
894,
410,
42
],
[
530,
894,
410,
42
],
[
530,
894,
410,
42
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
],
[
632,
729,
308,
76
]
]
| [
[
933,
37,
8,
12
],
[
530,
70,
410,
12
],
[
530,
85,
46,
12
],
[
591,
85,
349,
12
],
[
530,
100,
410,
12
],
[
530,
115,
410,
12
],
[
530,
129,
410,
12
],
[
530,
144,
410,
12
],
[
530,
162,
234,
12
],
[
771,
162,
16,
12
],
[
795,
162,
12,
12
],
[
814,
162,
5,
12
],
[
823,
154,
15,
12
],
[
821,
162,
22,
22
],
[
847,
162,
8,
12
],
[
846,
162,
16,
12
],
[
863,
162,
70,
12
],
[
923,
162,
16,
12
],
[
530,
185,
115,
12
],
[
650,
185,
12,
22
],
[
667,
185,
6,
12
],
[
688,
185,
253,
12
],
[
530,
200,
210,
12
],
[
748,
200,
8,
12
],
[
757,
199,
10,
8
],
[
767,
198,
3,
9
],
[
771,
200,
12,
12
],
[
790,
200,
14,
12
],
[
806,
200,
22,
12
],
[
835,
200,
14,
12
],
[
851,
199,
6,
8
],
[
858,
200,
12,
12
],
[
881,
197,
8,
12
],
[
877,
200,
14,
12
],
[
892,
199,
6,
8
],
[
899,
200,
11,
12
],
[
918,
200,
17,
12
],
[
936,
200,
4,
12
],
[
530,
215,
97,
12
],
[
634,
215,
15,
12
],
[
660,
215,
184,
12
],
[
851,
215,
15,
12
],
[
877,
215,
27,
12
],
[
904,
215,
4,
12
],
[
909,
215,
6,
12
],
[
927,
215,
13,
12
],
[
530,
230,
410,
12
],
[
530,
245,
71,
12
],
[
547,
259,
393,
12
],
[
530,
274,
106,
12
],
[
644,
274,
10,
12
],
[
661,
274,
16,
22
],
[
684,
274,
25,
12
],
[
719,
274,
26,
12
],
[
752,
274,
9,
12
],
[
770,
274,
16,
22
],
[
793,
274,
25,
12
],
[
828,
274,
95,
12
],
[
930,
274,
10,
12
],
[
530,
289,
26,
12
],
[
562,
289,
13,
12
],
[
582,
289,
229,
12
],
[
816,
289,
17,
12
],
[
839,
289,
26,
12
],
[
871,
289,
21,
12
],
[
897,
289,
43,
12
],
[
530,
304,
17,
12
],
[
563,
304,
22,
12
],
[
591,
304,
9,
12
],
[
611,
304,
329,
12
],
[
530,
319,
36,
12
],
[
90,
70,
42,
12
],
[
142,
70,
13,
22
],
[
155,
75,
21,
9
],
[
187,
70,
12,
12
],
[
214,
68,
4,
9
],
[
213,
78,
6,
9
],
[
224,
69,
7,
38
],
[
232,
70,
7,
12
],
[
240,
70,
23,
12
],
[
265,
70,
7,
12
],
[
276,
70,
12,
22
],
[
293,
70,
33,
12
],
[
327,
69,
14,
38
],
[
342,
70,
18,
12
],
[
378,
70,
122,
12
],
[
90,
85,
349,
12
],
[
446,
85,
11,
22
],
[
458,
90,
8,
9
],
[
474,
85,
26,
12
],
[
90,
100,
11,
22
],
[
101,
105,
7,
9
],
[
118,
100,
382,
12
],
[
90,
115,
353,
12
],
[
448,
115,
7,
12
],
[
456,
115,
12,
22
],
[
474,
115,
26,
12
],
[
90,
129,
8,
12
],
[
99,
129,
12,
22
],
[
118,
129,
169,
12
],
[
295,
129,
25,
12
],
[
328,
129,
26,
12
],
[
361,
129,
9,
12
],
[
371,
128,
3,
8
],
[
382,
129,
117,
12
],
[
90,
144,
286,
12
],
[
382,
144,
11,
22
],
[
394,
149,
10,
9
],
[
412,
144,
26,
12
],
[
444,
144,
11,
22
],
[
456,
149,
10,
9
],
[
467,
149,
3,
4
],
[
478,
144,
22,
12
],
[
90,
159,
410,
12
],
[
90,
174,
410,
12
],
[
90,
189,
8,
12
],
[
98,
189,
12,
22
],
[
117,
189,
26,
12
],
[
149,
189,
8,
12
],
[
159,
189,
12,
22
],
[
178,
189,
218,
12
],
[
401,
189,
8,
12
],
[
411,
189,
9,
12
],
[
426,
189,
15,
12
],
[
447,
189,
26,
12
],
[
480,
189,
15,
12
],
[
496,
189,
4,
12
],
[
107,
204,
393,
12
],
[
90,
218,
410,
12
],
[
90,
233,
204,
12
],
[
302,
233,
13,
12
],
[
317,
233,
4,
12
],
[
329,
233,
10,
12
],
[
347,
233,
26,
12
],
[
381,
233,
9,
12
],
[
400,
233,
100,
12
],
[
90,
248,
410,
12
],
[
90,
263,
329,
12
],
[
424,
263,
25,
12
],
[
454,
263,
26,
12
],
[
486,
263,
9,
12
],
[
496,
262,
3,
8
],
[
90,
278,
164,
12
],
[
246,
278,
13,
12
],
[
262,
274,
8,
12
],
[
262,
278,
9,
12
],
[
278,
278,
26,
12
],
[
311,
274,
8,
12
],
[
311,
278,
9,
12
],
[
320,
278,
179,
12
],
[
90,
293,
410,
12
],
[
90,
307,
69,
12
],
[
165,
307,
22,
12
],
[
189,
307,
17,
12
],
[
220,
307,
280,
12
],
[
90,
322,
238,
12
],
[
107,
337,
393,
12
],
[
90,
352,
175,
12
],
[
271,
352,
27,
12
],
[
300,
352,
200,
12
],
[
90,
367,
410,
12
],
[
90,
382,
387,
12
],
[
597,
347,
11,
22
],
[
609,
352,
28,
9
],
[
651,
347,
12,
12
],
[
674,
347,
42,
12
],
[
717,
342,
7,
38
],
[
728,
344,
8,
12
],
[
725,
347,
55,
12
],
[
781,
347,
6,
12
],
[
788,
347,
10,
22
],
[
799,
345,
8,
9
],
[
812,
347,
12,
22
],
[
829,
347,
8,
12
],
[
837,
347,
28,
12
],
[
867,
342,
7,
38
],
[
651,
376,
12,
12
],
[
674,
376,
45,
12
],
[
730,
372,
8,
12
],
[
728,
376,
48,
12
],
[
777,
376,
41,
12
],
[
820,
376,
6,
12
],
[
826,
376,
8,
12
],
[
835,
376,
19,
12
],
[
855,
370,
7,
38
],
[
597,
404,
11,
22
],
[
608,
409,
29,
9
],
[
651,
404,
12,
12
],
[
674,
404,
43,
12
],
[
718,
399,
7,
38
],
[
730,
401,
8,
12
],
[
726,
404,
31,
12
],
[
760,
401,
8,
9
],
[
758,
411,
5,
9
],
[
769,
404,
6,
12
],
[
775,
404,
10,
22
],
[
785,
409,
8,
9
],
[
798,
404,
12,
22
],
[
815,
404,
16,
12
],
[
832,
404,
19,
12
],
[
920,
404,
21,
12
],
[
651,
432,
12,
12
],
[
674,
432,
46,
12
],
[
733,
429,
8,
12
],
[
728,
432,
31,
12
],
[
763,
429,
8,
9
],
[
760,
439,
5,
9
],
[
771,
432,
8,
12
],
[
780,
432,
33,
12
],
[
816,
432,
6,
12
],
[
822,
432,
8,
12
],
[
831,
432,
19,
12
],
[
851,
427,
7,
38
],
[
191,
417,
19,
12
],
[
216,
417,
12,
12
],
[
238,
408,
16,
12
],
[
255,
408,
27,
12
],
[
285,
408,
46,
12
],
[
336,
408,
16,
22
],
[
357,
408,
13,
12
],
[
371,
407,
6,
8
],
[
371,
408,
16,
12
],
[
388,
408,
6,
12
],
[
235,
426,
16,
12
],
[
252,
426,
27,
12
],
[
281,
426,
46,
12
],
[
354,
426,
13,
12
],
[
368,
426,
21,
12
],
[
391,
426,
6,
12
],
[
479,
417,
21,
12
],
[
224,
499,
19,
12
],
[
244,
499,
6,
12
],
[
255,
496,
8,
12
],
[
251,
499,
13,
12
],
[
265,
497,
3,
8
],
[
265,
505,
6,
9
],
[
271,
499,
55,
12
],
[
326,
499,
4,
12
],
[
331,
499,
16,
12
],
[
224,
519,
19,
12
],
[
244,
519,
6,
12
],
[
255,
516,
8,
12
],
[
251,
519,
26,
12
],
[
278,
519,
47,
12
],
[
326,
519,
4,
12
],
[
331,
519,
16,
12
],
[
224,
538,
19,
12
],
[
244,
538,
6,
12
],
[
251,
538,
26,
12
],
[
278,
538,
47,
12
],
[
326,
538,
4,
12
],
[
331,
538,
25,
12
],
[
479,
538,
21,
12
],
[
224,
557,
19,
12
],
[
244,
557,
6,
12
],
[
251,
557,
13,
12
],
[
265,
555,
10,
8
],
[
265,
563,
6,
9
],
[
271,
557,
55,
12
],
[
326,
557,
4,
12
],
[
331,
557,
25,
12
],
[
361,
557,
4,
12
],
[
90,
456,
6,
12
],
[
96,
456,
13,
12
],
[
111,
455,
5,
9
],
[
116,
455,
6,
8
],
[
123,
456,
20,
12
],
[
149,
456,
12,
12
],
[
167,
456,
13,
12
],
[
181,
455,
5,
9
],
[
186,
455,
6,
8
],
[
193,
456,
38,
12
],
[
237,
456,
12,
12
],
[
256,
456,
13,
12
],
[
270,
455,
5,
9
],
[
275,
455,
6,
8
],
[
282,
455,
5,
9
],
[
287,
456,
24,
12
],
[
313,
455,
6,
9
],
[
312,
456,
188,
12
],
[
90,
471,
256,
12
],
[
530,
466,
42,
12
],
[
581,
466,
10,
22
],
[
591,
470,
21,
9
],
[
622,
466,
12,
12
],
[
646,
463,
4,
9
],
[
645,
473,
6,
9
],
[
656,
464,
7,
38
],
[
664,
466,
7,
12
],
[
672,
466,
23,
12
],
[
697,
466,
7,
12
],
[
709,
466,
12,
12
],
[
725,
466,
33,
12
],
[
759,
464,
14,
38
],
[
774,
466,
53,
12
],
[
835,
466,
27,
12
],
[
865,
466,
4,
12
],
[
878,
466,
30,
12
],
[
919,
466,
22,
12
],
[
530,
480,
410,
12
],
[
530,
495,
25,
12
],
[
563,
495,
89,
12
],
[
658,
495,
25,
12
],
[
685,
495,
6,
12
],
[
691,
495,
8,
12
],
[
700,
495,
24,
12
],
[
729,
495,
33,
12
],
[
767,
495,
12,
22
],
[
784,
495,
34,
12
],
[
823,
495,
21,
12
],
[
844,
495,
40,
12
],
[
886,
495,
9,
12
],
[
547,
510,
393,
12
],
[
530,
525,
197,
12
],
[
733,
525,
27,
12
],
[
763,
525,
178,
12
],
[
530,
540,
410,
12
],
[
530,
555,
333,
12
],
[
547,
569,
350,
12
],
[
904,
569,
28,
12
],
[
933,
568,
6,
8
],
[
530,
584,
26,
12
],
[
565,
584,
30,
12
],
[
604,
584,
84,
12
],
[
697,
584,
9,
12
],
[
708,
583,
8,
9
],
[
727,
584,
29,
12
],
[
757,
583,
10,
9
],
[
776,
584,
164,
12
],
[
530,
599,
292,
12
],
[
830,
599,
7,
12
],
[
845,
599,
26,
12
],
[
879,
599,
10,
12
],
[
889,
599,
4,
12
],
[
904,
599,
15,
12
],
[
928,
599,
12,
12
],
[
530,
614,
8,
12
],
[
539,
614,
4,
12
],
[
544,
614,
13,
12
],
[
570,
614,
21,
12
],
[
596,
614,
18,
12
],
[
620,
614,
12,
12
],
[
638,
614,
12,
22
],
[
651,
614,
8,
12
],
[
659,
614,
4,
12
],
[
664,
614,
13,
12
],
[
692,
614,
27,
12
],
[
719,
611,
10,
8
],
[
730,
611,
6,
9
],
[
742,
614,
199,
12
],
[
530,
629,
410,
12
],
[
530,
644,
186,
12
],
[
732,
644,
208,
12
],
[
530,
658,
410,
12
],
[
530,
673,
13,
12
],
[
550,
673,
27,
12
],
[
580,
673,
215,
12
],
[
806,
670,
8,
12
],
[
802,
673,
13,
12
],
[
816,
672,
3,
8
],
[
816,
679,
6,
9
],
[
822,
679,
6,
9
],
[
836,
673,
14,
12
],
[
861,
670,
8,
12
],
[
857,
673,
26,
12
],
[
891,
673,
49,
12
],
[
530,
688,
48,
12
],
[
585,
688,
26,
12
],
[
618,
688,
26,
12
],
[
650,
688,
13,
12
],
[
664,
687,
10,
8
],
[
664,
694,
6,
9
],
[
670,
694,
6,
9
],
[
683,
688,
170,
12
],
[
859,
688,
8,
12
],
[
868,
688,
72,
12
],
[
530,
703,
410,
12
],
[
90,
585,
410,
12
],
[
90,
600,
410,
12
],
[
90,
614,
410,
12
],
[
90,
629,
281,
12
],
[
381,
626,
8,
12
],
[
377,
629,
13,
12
],
[
391,
628,
3,
8
],
[
391,
635,
6,
9
],
[
397,
635,
6,
9
],
[
410,
629,
26,
12
],
[
442,
629,
13,
12
],
[
457,
628,
10,
8
],
[
456,
635,
6,
9
],
[
462,
629,
12,
12
],
[
107,
644,
89,
12
],
[
201,
644,
27,
12
],
[
231,
644,
269,
12
],
[
90,
659,
99,
12
],
[
203,
659,
297,
12
],
[
90,
676,
32,
12
],
[
128,
676,
7,
12
],
[
136,
674,
8,
9
],
[
136,
683,
5,
9
],
[
151,
676,
12,
12
],
[
171,
674,
6,
9
],
[
171,
684,
6,
9
],
[
180,
671,
10,
9
],
[
196,
676,
14,
12
],
[
216,
676,
7,
12
],
[
224,
674,
8,
9
],
[
224,
683,
5,
9
],
[
240,
676,
12,
12
],
[
259,
674,
6,
9
],
[
259,
684,
6,
9
],
[
268,
671,
10,
9
],
[
284,
676,
216,
12
],
[
90,
691,
219,
12
],
[
309,
691,
13,
12
],
[
324,
689,
6,
8
],
[
323,
691,
29,
12
],
[
353,
689,
3,
8
],
[
353,
691,
13,
12
],
[
366,
691,
14,
12
],
[
386,
691,
37,
12
],
[
423,
691,
42,
12
],
[
466,
689,
6,
8
],
[
466,
691,
14,
12
],
[
480,
691,
14,
12
],
[
496,
691,
4,
12
],
[
90,
706,
171,
12
],
[
266,
706,
8,
12
],
[
278,
706,
222,
12
],
[
90,
721,
191,
12
],
[
288,
721,
13,
12
],
[
302,
719,
6,
8
],
[
302,
727,
6,
9
],
[
308,
721,
15,
12
],
[
331,
721,
26,
12
],
[
364,
721,
13,
12
],
[
379,
719,
3,
8
],
[
378,
727,
6,
9
],
[
385,
721,
15,
12
],
[
407,
721,
93,
12
],
[
90,
735,
410,
12
],
[
90,
750,
410,
12
],
[
90,
765,
117,
12
],
[
222,
763,
6,
9
],
[
216,
773,
17,
9
],
[
243,
765,
155,
12
],
[
409,
762,
8,
12
],
[
405,
765,
13,
12
],
[
419,
764,
3,
8
],
[
419,
771,
6,
9
],
[
425,
771,
6,
9
],
[
439,
765,
26,
12
],
[
477,
762,
8,
12
],
[
473,
765,
26,
12
],
[
90,
782,
94,
12
],
[
191,
782,
13,
12
],
[
205,
780,
6,
8
],
[
205,
782,
22,
12
],
[
229,
782,
4,
12
],
[
240,
782,
13,
12
],
[
255,
780,
6,
8
],
[
254,
788,
6,
9
],
[
260,
782,
15,
12
],
[
277,
782,
4,
12
],
[
289,
782,
13,
12
],
[
303,
780,
3,
8
],
[
302,
782,
21,
12
],
[
325,
782,
4,
12
],
[
337,
782,
35,
12
],
[
380,
782,
26,
12
],
[
414,
782,
13,
12
],
[
428,
780,
6,
8
],
[
428,
782,
22,
12
],
[
458,
782,
13,
12
],
[
479,
782,
8,
12
],
[
487,
782,
12,
22
],
[
90,
797,
40,
12
],
[
137,
797,
26,
12
],
[
171,
797,
26,
12
],
[
204,
797,
13,
12
],
[
218,
795,
10,
8
],
[
218,
803,
6,
9
],
[
224,
803,
6,
9
],
[
238,
797,
102,
12
],
[
347,
797,
13,
12
],
[
361,
795,
6,
8
],
[
361,
797,
22,
12
],
[
384,
797,
4,
12
],
[
396,
797,
13,
12
],
[
410,
795,
6,
8
],
[
409,
803,
6,
9
],
[
416,
797,
15,
12
],
[
432,
797,
4,
12
],
[
443,
797,
13,
12
],
[
458,
795,
3,
8
],
[
457,
797,
21,
12
],
[
486,
797,
13,
12
],
[
90,
812,
8,
12
],
[
99,
812,
12,
22
],
[
117,
812,
40,
12
],
[
163,
812,
13,
12
],
[
178,
810,
10,
8
],
[
177,
818,
6,
9
],
[
183,
818,
6,
9
],
[
197,
812,
92,
12
],
[
295,
812,
35,
12
],
[
337,
812,
26,
12
],
[
370,
812,
13,
12
],
[
384,
810,
6,
8
],
[
384,
812,
22,
12
],
[
413,
812,
13,
12
],
[
433,
812,
8,
12
],
[
442,
812,
12,
22
],
[
461,
812,
40,
12
],
[
90,
826,
144,
12
],
[
241,
826,
26,
12
],
[
275,
826,
91,
12
],
[
373,
826,
13,
12
],
[
388,
825,
6,
8
],
[
387,
826,
22,
12
],
[
417,
826,
83,
12
],
[
90,
846,
7,
12
],
[
98,
846,
12,
22
],
[
117,
846,
178,
12
],
[
301,
846,
35,
12
],
[
344,
846,
91,
12
],
[
442,
846,
13,
22
],
[
458,
840,
9,
38
],
[
476,
843,
6,
9
],
[
470,
853,
17,
9
],
[
490,
840,
9,
38
],
[
90,
864,
13,
12
],
[
109,
864,
8,
12
],
[
118,
864,
12,
22
],
[
137,
864,
40,
12
],
[
107,
879,
281,
12
],
[
395,
879,
27,
12
],
[
425,
879,
75,
12
],
[
90,
894,
410,
12
],
[
90,
909,
130,
12
],
[
228,
909,
28,
12
],
[
258,
907,
6,
8
],
[
273,
909,
14,
12
],
[
296,
909,
30,
12
],
[
335,
909,
30,
12
],
[
381,
909,
119,
12
],
[
90,
924,
410,
12
],
[
530,
820,
410,
12
],
[
530,
835,
372,
12
],
[
913,
831,
8,
12
],
[
909,
835,
13,
12
],
[
923,
833,
3,
8
],
[
923,
841,
6,
9
],
[
929,
835,
12,
12
],
[
530,
850,
410,
12
],
[
530,
864,
242,
12
],
[
781,
864,
28,
12
],
[
811,
863,
6,
8
],
[
827,
864,
26,
12
],
[
861,
864,
30,
12
],
[
900,
864,
40,
12
],
[
530,
879,
66,
12
],
[
547,
894,
393,
12
],
[
530,
909,
27,
12
],
[
560,
909,
381,
12
],
[
530,
924,
295,
12
],
[
632,
732,
16,
12
],
[
653,
729,
8,
12
],
[
649,
732,
13,
12
],
[
663,
730,
3,
8
],
[
663,
738,
6,
9
],
[
669,
738,
6,
9
],
[
681,
732,
16,
22
],
[
703,
732,
28,
12
],
[
732,
732,
14,
12
],
[
757,
732,
12,
22
],
[
780,
732,
13,
12
],
[
808,
732,
29,
12
],
[
639,
752,
16,
12
],
[
660,
749,
8,
12
],
[
656,
752,
13,
12
],
[
670,
750,
3,
8
],
[
669,
758,
6,
9
],
[
676,
758,
6,
9
],
[
709,
752,
30,
12
],
[
740,
752,
6,
12
],
[
780,
752,
13,
12
],
[
808,
752,
29,
12
],
[
911,
752,
29,
12
],
[
632,
772,
16,
12
],
[
653,
769,
8,
12
],
[
649,
772,
26,
12
],
[
681,
772,
16,
22
],
[
703,
772,
28,
12
],
[
732,
772,
14,
12
],
[
757,
772,
12,
22
],
[
780,
772,
13,
12
],
[
808,
772,
29,
12
],
[
639,
793,
16,
12
],
[
660,
789,
8,
12
],
[
656,
793,
26,
12
],
[
709,
793,
30,
12
],
[
740,
793,
6,
12
],
[
780,
793,
6,
12
],
[
800,
793,
28,
12
],
[
834,
793,
4,
12
]
]
| [
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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
]
| e549cfd543efedd7db414c39197542cb15137d294a6fd9eba5d643fc1bb6d7a1 | 1001.1089.pdf | 2 | 5 | 612 | 792 | 1,025 | 1,025 | arxiv_two_columns | scientific_articles |
14253 | [
"to identify the null space of the signal. Thus, if sensor signals defined within this null space",
"are used to define one or more commands for a system, the commands may not be mistaken",
"with the signals detected during normal execution of a task.",
"[0057]",
"Using the above concept, it is possible for a user to express and communicate",
"a rich variety of commands while both hands are busy holding a tool and, thereby, not",
"available for operating switches and joysticks. Thus, “Finger",
"Code Communication”",
"may be",
"implemented in a system by a user using wearable finger force sensors. Specifically, a user",
"may issue a command to a system with a special combination of individual finger forces, but",
"those finger force signals may need to be distinguished from the forces of unintended signals",
"from performance of a task in which the user is engaged. While the user is executing their",
"task, the user typically interacts with one or more objects (e.g., holds a tool with both hands),",
"generating finger forces. In order to distinguish those forces from intended signals as well as",
"to design a “commandcode”",
"of finger forces, a data-driven approach is proposed by using",
"data taken from the user performing the task(s).",
"[0058]",
"Suppose that fingertip force sensors can measure fingertip forces at",
"m",
"fingers.",
"Let",
"f$_{i}$",
"be force at the",
"i",
"th",
"finger. Collectively,",
"m",
"fingertip forces are represented as:",
"[0059]",
"Suppose that a user demonstrates a task to be performed by using a tool.",
"Finger forces are measured and labeled as",
"The covariance matrix of the data may",
"then be computed:",
"[0060]",
"The principal component analysis of the covariance gives a series of",
"eigenvalues and associated eigenvectors in the descending order of magnitude:",
"[0061]",
"where integer",
"k",
"is the number of positive eigenvalues. Using the first",
"k",
"eigenvectors, the range space of the fingertip forces can be formed:"
]
| [
[
124,
168,
759,
63
],
[
124,
168,
759,
63
],
[
124,
168,
759,
63
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
244,
770,
264
],
[
124,
519,
773,
40
],
[
124,
519,
773,
40
],
[
124,
519,
773,
40
],
[
124,
519,
773,
40
],
[
124,
519,
773,
40
],
[
124,
519,
773,
40
],
[
124,
519,
773,
40
],
[
124,
519,
773,
40
],
[
124,
519,
773,
40
],
[
124,
519,
773,
40
],
[
124,
519,
773,
40
],
[
124,
519,
773,
40
],
[
124,
627,
759,
67
],
[
124,
627,
759,
67
],
[
124,
627,
759,
67
],
[
124,
627,
759,
67
],
[
124,
627,
759,
67
],
[
124,
767,
688,
38
],
[
124,
767,
688,
38
],
[
124,
767,
688,
38
],
[
124,
853,
699,
39
],
[
124,
853,
699,
39
],
[
124,
853,
699,
39
],
[
124,
853,
699,
39
],
[
124,
853,
699,
39
],
[
124,
853,
699,
39
]
]
| [
[
124,
168,
755,
13
],
[
124,
193,
759,
12
],
[
124,
219,
492,
13
],
[
124,
244,
54,
13
],
[
248,
244,
640,
13
],
[
124,
269,
711,
13
],
[
124,
294,
516,
13
],
[
631,
294,
205,
13
],
[
827,
294,
60,
13
],
[
124,
319,
751,
13
],
[
124,
345,
766,
13
],
[
124,
370,
767,
13
],
[
124,
395,
743,
13
],
[
124,
420,
770,
13
],
[
124,
445,
764,
13
],
[
124,
470,
252,
13
],
[
367,
470,
503,
13
],
[
124,
496,
393,
13
],
[
124,
521,
54,
13
],
[
253,
521,
556,
13
],
[
814,
519,
17,
15
],
[
834,
521,
62,
13
],
[
124,
546,
27,
13
],
[
164,
546,
8,
14
],
[
181,
546,
117,
13
],
[
303,
545,
6,
15
],
[
309,
542,
10,
8
],
[
325,
546,
166,
13
],
[
496,
545,
17,
15
],
[
516,
546,
285,
13
],
[
124,
627,
54,
13
],
[
248,
627,
596,
13
],
[
124,
656,
346,
13
],
[
564,
656,
319,
13
],
[
124,
681,
152,
13
],
[
124,
767,
54,
13
],
[
248,
767,
564,
13
],
[
124,
792,
651,
13
],
[
124,
854,
54,
13
],
[
248,
854,
113,
13
],
[
370,
853,
9,
14
],
[
386,
854,
437,
13
],
[
127,
878,
9,
14
],
[
139,
879,
556,
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
]
| 4e7cb8bc613f60133b185dc509c09397473b622fc8dd8c934d94025b73a949a3 | WO2020210014A1.pdf | 18 | 31 | 595 | 842 | 1,025 | 1,025 | patents_wp | patents |
14254 | [
"Item 9. Changes in and Disagreements with Accountants on Accounting and Financial Disclosure",
"Item 9A. Controls and Procedures",
" 75",
"NNN’s internal control over financial reporting is also assessed on an ongoing basis by personnel in NNN’s Accounting ",
"department and by NNN’s internal auditors in connection with their internal audit activities. The overall goals of these various ",
"assessment activities are to monitor NNN’s disclosure controls and procedures and NNN’s internal control over financial ",
"reporting and to make modifications as necessary. NNN’s intent in this regard is that the disclosure controls and procedures and ",
"the internal control over financial reporting will be maintained and updated (including with improvements and corrections) as ",
"conditions warrant. Management also sought to deal with other control matters in the assessment, and in each case if a problem ",
"was identified, management considered what revision, improvement and/or correction was necessary to be made in accordance ",
"with NNN’s on-going procedures. The assessments of NNN’s disclosure controls and procedures and NNN’s internal control ",
"Scope of the Assessments.",
"The assessment by NNN’s Chief Executive Officer and Chief Financial Officer of NNN’s disclosure ",
"controls and procedures and the assessment by NNN’s management, including NNN’s Chief Executive Officer and Chief ",
"Financial Officer, of NNN’s internal control over financial reporting included a review of procedures and discussions with ",
"NNN’s management and others at NNN. In the course of the assessments, NNN sought to identify data errors, control problems ",
"or acts of fraud and to confirm that appropriate corrective action, including process improvements, were being undertaken.",
"Internal control over financial reporting is a process designed by, or under the supervision of, NNN’s Chief Executive Officer ",
"and Chief Financial Officer, and affected by NNN’s Board of Directors, management and other personnel, 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 (“GAAP”) and includes those policies and procedures ",
"that:",
"Disclosure Controls and Procedures and Internal Control over Financial Reporting.",
"Disclosure controls and procedures are ",
"designed with the objective of providing reasonable assurance that information required to be disclosed in NNN’s reports filed ",
"or submitted under the Exchange Act, such as this Annual Report on Form 10-K, is recorded, processed, summarized and ",
"reported within the time periods specified in the Commission’s rules and forms. Disclosure controls and procedures are also ",
"designed with the objective of providing reasonable assurance that such information is accumulated and communicated to ",
"NNN’s management, including the Chief Executive Officer and Chief Financial Officer, as appropriate, to allow timely ",
"decisions regarding required disclosure.",
"CEO and CFO Certifications.",
"Included as Exhibits 31.1 and 31.2 to this Annual Report on Form 10-K are forms of ",
"“Certification” of NNN’s Chief Executive Officer and Chief Financial Officer. The forms of Certification are required in ",
"accordance with Section 302 of the Sarbanes-Oxley Act of 2002. This section of the Annual Report on Form 10-K that ",
"stockholders are currently reading is the information concerning the assessment referred to in the Section 302 certifications and ",
"this information should be read in conjunction with the Section 302 certifications for a more complete understanding of the ",
"topics presented.",
"NNN carried out an assessment as of December 31, 2013, of the effectiveness of the design and operation of its disclosure ",
"controls and procedures and its internal control over financial reporting. This assessment was done under the supervision and ",
"with the participation of management, including NNN’s Chief Executive Officer and Chief Financial Officer. Rules adopted by ",
"the Securities and Exchange Commission (the “Commission”) require NNN to present the conclusions of the Chief Executive ",
"Officer and Chief Financial Officer about the effectiveness of NNN’s disclosure controls and procedures and the conclusions of ",
"NNN’s management about the effectiveness of NNN’s internal control over financial reporting as of the end of the period ",
"covered by this annual report.",
"Process for Assessment and Evaluation of Disclosure Controls and Procedures and Internal Control over Financing Reporting.",
"None.",
"• ",
"provide reasonable assurance regarding prevention or timely detection of unauthorized acquisition, use or ",
"disposition of NNN’s assets that could have a material adverse effect on NNN’s financial statements.",
"• ",
"provide reasonable assurance that transactions are recorded as necessary to permit preparation of financial ",
"statements in accordance with generally accepted accounting principles, and that NNN’s receipts and ",
"expenditures are being made in accordance with authorizations of management or the Board of Directors; and",
"• ",
"pertain to the maintenance of records that in reasonable detail accurately and fairly reflect the transactions ",
"and dispositions of NNN’s assets;"
]
| [
[
77,
47,
706,
14
],
[
77,
118,
256,
14
],
[
501,
977,
21,
14
],
[
77,
843,
871,
124
],
[
77,
843,
871,
124
],
[
77,
843,
871,
124
],
[
77,
843,
871,
124
],
[
77,
843,
871,
124
],
[
77,
843,
871,
124
],
[
77,
843,
871,
124
],
[
77,
843,
871,
124
],
[
77,
753,
871,
77
],
[
77,
753,
871,
77
],
[
77,
753,
871,
77
],
[
77,
753,
871,
77
],
[
77,
753,
871,
77
],
[
77,
753,
871,
77
],
[
77,
522,
857,
77
],
[
77,
522,
857,
77
],
[
77,
522,
857,
77
],
[
77,
522,
857,
77
],
[
77,
522,
857,
77
],
[
77,
401,
864,
108
],
[
77,
401,
864,
108
],
[
77,
401,
864,
108
],
[
77,
401,
864,
108
],
[
77,
401,
864,
108
],
[
77,
401,
864,
108
],
[
77,
401,
864,
108
],
[
77,
401,
864,
108
],
[
77,
295,
870,
93
],
[
77,
295,
870,
93
],
[
77,
295,
870,
93
],
[
77,
295,
870,
93
],
[
77,
295,
870,
93
],
[
77,
295,
870,
93
],
[
77,
295,
870,
93
],
[
77,
173,
871,
108
],
[
77,
173,
871,
108
],
[
77,
173,
871,
108
],
[
77,
173,
871,
108
],
[
77,
173,
871,
108
],
[
77,
173,
871,
108
],
[
77,
173,
871,
108
],
[
77,
145,
858,
14
],
[
77,
75,
41,
14
],
[
138,
699,
783,
30
],
[
138,
699,
783,
30
],
[
138,
699,
783,
30
],
[
138,
645,
807,
45
],
[
138,
645,
807,
45
],
[
138,
645,
807,
45
],
[
138,
645,
807,
45
],
[
138,
607,
786,
30
],
[
138,
607,
786,
30
],
[
138,
607,
786,
30
]
]
| [
[
77,
47,
706,
14
],
[
77,
118,
256,
14
],
[
501,
977,
21,
14
],
[
77,
843,
818,
14
],
[
77,
859,
862,
14
],
[
77,
874,
826,
14
],
[
77,
890,
871,
14
],
[
77,
906,
858,
14
],
[
77,
922,
869,
14
],
[
77,
937,
867,
14
],
[
77,
953,
852,
14
],
[
77,
753,
175,
14
],
[
260,
753,
686,
14
],
[
77,
768,
828,
14
],
[
77,
784,
835,
14
],
[
77,
800,
871,
14
],
[
77,
816,
834,
14
],
[
77,
522,
857,
14
],
[
77,
538,
799,
14
],
[
77,
554,
837,
14
],
[
77,
569,
850,
14
],
[
77,
585,
30,
14
],
[
77,
401,
573,
14
],
[
659,
401,
268,
14
],
[
77,
416,
864,
14
],
[
77,
432,
828,
14
],
[
77,
448,
846,
14
],
[
77,
463,
832,
14
],
[
77,
479,
815,
14
],
[
77,
495,
271,
14
],
[
77,
295,
203,
14
],
[
289,
295,
578,
14
],
[
77,
310,
824,
14
],
[
77,
326,
810,
14
],
[
77,
342,
870,
14
],
[
77,
357,
841,
14
],
[
77,
373,
114,
14
],
[
77,
173,
834,
14
],
[
77,
188,
854,
14
],
[
77,
204,
868,
14
],
[
77,
220,
859,
14
],
[
77,
236,
871,
14
],
[
77,
251,
829,
14
],
[
77,
267,
202,
14
],
[
77,
145,
858,
14
],
[
77,
75,
41,
14
],
[
138,
699,
10,
14
],
[
199,
699,
722,
14
],
[
199,
715,
685,
14
],
[
138,
645,
10,
14
],
[
199,
645,
726,
14
],
[
199,
661,
691,
14
],
[
199,
677,
746,
14
],
[
138,
607,
10,
14
],
[
199,
607,
725,
14
],
[
199,
623,
229,
14
]
]
| [
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,
9,
9,
9,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3
]
| e9e8346e8ca912807c90aeba15f3b6e20795b2cbe9cbcdd6d6fc505fd87543d8 | NYSE_NNN_2013.pdf | 94 | 108 | 603 | 783 | 1,025 | 1,025 | ann_reports_10_14_fancy | financial_reports |
14255 | [
"The Clone Plugin",
"data directory. An absolute path is required, and the directory must not exist. The MySQL server must",
"have the necessary write access to create the directory.",
"When the optional ",
"DATA DIRECTORY [=] ’",
"clone_dir",
"’",
" clause is not used, a cloning operation",
"removes existing data in the recipient data directory, replaces it with the cloned data, and automatically",
"restarts the server afterward.",
"•",
"[REQUIRE [NO] SSL]",
" explicitly specifies whether an encrypted connection is to be used or not when",
"transferring cloned data over the network. An error is returned if the explicit specification cannot be",
"satisfied. If an SSL clause is not specified, clone attempts to establish an encrypted connection by",
"default, falling back to an insecure connection if the secure connection attempt fails. A secure connection",
"is required when cloning encrypted data regardless of whether this clause is specified. For more",
"information, see Configuring an Encrypted Connection for Cloning.",
"Note",
"By default, user-created ",
"InnoDB",
" tables and tablespaces that reside in the data",
"directory on the donor MySQL server instance are cloned to the data directory on",
"the recipient MySQL server instance. If the ",
"DATA DIRECTORY [=] ’",
"clone_dir",
"’",
"clause is specified, they are cloned to the specified directory.",
"User-created ",
"InnoDB",
" tables and tablespaces that reside outside of the data",
"directory on the donor MySQL server instance are cloned to the same path on",
"the recipient MySQL server instance. An error is reported if a table or tablespace",
"already exists.",
"By default, the ",
"InnoDB",
" system tablespace, redo logs, and undo tablespaces",
"are cloned to the same locations that are configured on the donor (as",
"defined by ",
"innodb_data_home_dir",
" and ",
"innodb_data_file_path",
",",
"innodb_log_group_home_dir",
", and ",
"innodb_undo_directory",
", respectively).",
"If the ",
"DATA DIRECTORY [=] ’",
"clone_dir",
"’",
" clause is specified, those",
"tablespaces and logs are cloned to the specified directory.",
"To perform a cloning operation, the clone plugin must be active on both the donor and recipient MySQL",
"server instances. For installation instructions, see Section 5.6.7.1, “Installing the Clone Plugin”",
".",
"A MySQL user on the donor and recipient is required for executing the cloning operation (the “clone user”",
").",
"Remote Cloning Prerequisites",
"•On the donor, the clone user requires the ",
"BACKUP_ADMIN",
" privilege for accessing and transferring data",
"from the donor, and for blocking DDL during the cloning operation.",
"•On the recipient, the clone user requires the ",
"CLONE_ADMIN",
" privilege for replacing recipient data,",
"blocking DDL during the cloning operation, and automatically restarting the server. The ",
"CLONE_ADMIN",
"privilege includes ",
"BACKUP_ADMIN",
" and ",
"SHUTDOWN",
" privileges implicitly.",
"Instructions for creating the clone user and granting the required privileges are included in the remote",
"cloning example that follows this prerequisite information.",
"The following prerequisites are checked when the ",
"CLONE INSTANCE",
" statement is executed:",
"•The donor and recipient must have the same MySQL server version. The clone plugin is supported in",
"MYSQL 8.0.17 and higher.",
"mysql> SHOW VARIABLES LIKE ’version’;",
" +---------------+--------+",
"| Variable_name | Value",
"|",
"1114"
]
| [
[
433,
48,
128,
11
],
[
157,
94,
752,
27
],
[
157,
94,
752,
27
],
[
157,
137,
761,
43
],
[
157,
137,
761,
43
],
[
157,
137,
761,
43
],
[
157,
137,
761,
43
],
[
157,
137,
761,
43
],
[
157,
137,
761,
43
],
[
157,
137,
761,
43
],
[
140,
195,
793,
89
],
[
140,
195,
793,
89
],
[
140,
195,
793,
89
],
[
140,
195,
793,
89
],
[
140,
195,
793,
89
],
[
140,
195,
793,
89
],
[
140,
195,
793,
89
],
[
140,
195,
793,
89
],
[
281,
300,
37,
11
],
[
281,
327,
622,
58
],
[
281,
327,
622,
58
],
[
281,
327,
622,
58
],
[
281,
327,
622,
58
],
[
281,
327,
622,
58
],
[
281,
327,
622,
58
],
[
281,
327,
622,
58
],
[
281,
327,
622,
58
],
[
281,
327,
622,
58
],
[
281,
401,
596,
58
],
[
281,
401,
596,
58
],
[
281,
401,
596,
58
],
[
281,
401,
596,
58
],
[
281,
401,
596,
58
],
[
281,
401,
596,
58
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
281,
474,
612,
89
],
[
140,
607,
764,
27
],
[
140,
607,
764,
27
],
[
140,
607,
764,
27
],
[
140,
650,
805,
11
],
[
140,
650,
805,
11
],
[
60,
579,
263,
13
],
[
140,
677,
776,
27
],
[
140,
677,
776,
27
],
[
140,
677,
776,
27
],
[
140,
677,
776,
27
],
[
140,
720,
774,
43
],
[
140,
720,
774,
43
],
[
140,
720,
774,
43
],
[
140,
720,
774,
43
],
[
140,
720,
774,
43
],
[
140,
720,
774,
43
],
[
140,
720,
774,
43
],
[
140,
720,
774,
43
],
[
140,
720,
774,
43
],
[
140,
720,
774,
43
],
[
140,
778,
749,
27
],
[
140,
778,
749,
27
],
[
140,
820,
685,
11
],
[
140,
820,
685,
11
],
[
140,
820,
685,
11
],
[
140,
847,
765,
27
],
[
140,
847,
765,
27
],
[
157,
889,
297,
32
],
[
157,
889,
297,
32
],
[
157,
889,
297,
32
],
[
157,
889,
297,
32
],
[
60,
964,
37,
11
]
]
| [
[
433,
48,
128,
11
],
[
157,
94,
752,
11
],
[
157,
110,
413,
11
],
[
157,
137,
139,
11
],
[
297,
138,
200,
10
],
[
498,
138,
90,
10
],
[
588,
138,
10,
10
],
[
598,
137,
289,
11
],
[
157,
153,
761,
11
],
[
157,
168,
214,
11
],
[
140,
195,
19,
11
],
[
157,
196,
180,
10
],
[
338,
195,
580,
11
],
[
157,
211,
729,
11
],
[
157,
226,
725,
11
],
[
157,
242,
776,
11
],
[
157,
257,
710,
11
],
[
157,
273,
492,
11
],
[
281,
300,
37,
11
],
[
281,
327,
182,
11
],
[
464,
328,
60,
10
],
[
524,
327,
341,
11
],
[
281,
342,
600,
11
],
[
281,
358,
321,
11
],
[
602,
359,
200,
10
],
[
803,
359,
90,
10
],
[
894,
359,
10,
10
],
[
281,
373,
450,
11
],
[
281,
401,
101,
11
],
[
383,
402,
60,
10
],
[
443,
401,
401,
11
],
[
281,
416,
577,
11
],
[
281,
432,
596,
11
],
[
281,
447,
107,
11
],
[
281,
474,
111,
11
],
[
393,
475,
60,
10
],
[
453,
474,
394,
11
],
[
281,
490,
512,
11
],
[
281,
505,
81,
11
],
[
363,
506,
200,
10
],
[
564,
505,
37,
11
],
[
601,
506,
211,
10
],
[
812,
505,
4,
11
],
[
281,
522,
251,
10
],
[
532,
521,
41,
11
],
[
574,
522,
211,
10
],
[
785,
521,
107,
11
],
[
281,
536,
41,
11
],
[
323,
537,
200,
10
],
[
524,
537,
90,
10
],
[
615,
537,
10,
10
],
[
625,
536,
190,
11
],
[
281,
552,
431,
11
],
[
140,
607,
764,
11
],
[
140,
623,
723,
11
],
[
836,
623,
4,
11
],
[
140,
650,
805,
11
],
[
918,
650,
10,
11
],
[
60,
579,
263,
13
],
[
140,
677,
326,
11
],
[
467,
678,
120,
10
],
[
588,
677,
329,
11
],
[
157,
693,
490,
11
],
[
140,
720,
347,
11
],
[
487,
721,
110,
10
],
[
598,
720,
273,
11
],
[
157,
735,
646,
11
],
[
804,
736,
110,
10
],
[
157,
751,
133,
11
],
[
290,
752,
120,
10
],
[
411,
751,
37,
11
],
[
448,
752,
80,
10
],
[
528,
751,
147,
11
],
[
140,
778,
749,
11
],
[
140,
793,
424,
11
],
[
140,
820,
372,
11
],
[
513,
822,
140,
10
],
[
653,
820,
172,
11
],
[
140,
847,
765,
11
],
[
157,
863,
198,
11
],
[
157,
889,
297,
8
],
[
157,
902,
217,
8
],
[
157,
914,
184,
8
],
[
358,
914,
8,
8
],
[
60,
964,
37,
11
]
]
| [
5,
9,
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,
7,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
9,
9,
9,
9,
9,
3,
3,
9,
9,
9,
9,
4
]
| b216aad9eebfdac4d8dbeb9796cb9a1dac5a8c479a8d79d2f1e9f5a00b917c1b | refman-8.0-en.pdf | 1,143 | 6,228 | 612 | 792 | 1,025 | 1,025 | manuals | manuals |
14256 | [
"45 ",
"US 9,411,230 B2 ",
"46 ",
"-continued ",
"-continued ",
"(1-15) ",
"(1-16) ",
"(1-17) ",
"(1-18) ",
"Roi ",
"-+CH2-6-,--",
"I ",
"C=O ",
"I ",
"1Ro3 ",
"Ro2 ",
"I ",
"~s ",
"S03-N-C ",
"II-Ro6 ",
"0 ",
"(1-20) ",
"(1-21) ",
"(1-22) ",
"(1-23) ",
"(1-24) ",
"Roi ",
"-+CH2-6-,--",
"I ",
"C=O ",
"I ",
"1Ro3 ",
"Ro2 ",
"I ",
"Ar6 ",
"S03-N=C/ ",
"$^{\\ }$Ro10 ",
"(1-25) "
]
| [
[
300,
92,
24,
13
],
[
435,
73,
144,
13
],
[
691,
91,
22,
14
],
[
279,
112,
68,
9
],
[
670,
112,
68,
9
],
[
217,
128,
276,
156
],
[
218,
310,
275,
157
],
[
211,
506,
282,
99
],
[
212,
629,
281,
142
],
[
212,
812,
278,
145
],
[
212,
812,
278,
145
],
[
212,
812,
278,
145
],
[
212,
812,
278,
145
],
[
212,
812,
278,
145
],
[
212,
812,
278,
145
],
[
212,
812,
278,
145
],
[
212,
812,
278,
145
],
[
212,
812,
278,
145
],
[
212,
812,
278,
145
],
[
212,
812,
278,
145
],
[
212,
812,
278,
145
],
[
585,
127,
299,
116
],
[
584,
253,
300,
138
],
[
584,
401,
300,
157
],
[
607,
583,
277,
96
],
[
608,
690,
276,
117
],
[
607,
816,
277,
141
],
[
607,
816,
277,
141
],
[
607,
816,
277,
141
],
[
607,
816,
277,
141
],
[
607,
816,
277,
141
],
[
607,
816,
277,
141
],
[
607,
816,
277,
141
],
[
607,
816,
277,
141
],
[
607,
816,
277,
141
],
[
607,
816,
277,
141
],
[
607,
816,
277,
141
],
[
607,
816,
277,
141
]
]
| [
[
300,
92,
24,
13
],
[
435,
73,
144,
13
],
[
691,
91,
22,
14
],
[
279,
112,
68,
9
],
[
670,
112,
68,
9
],
[
464,
129,
28,
7
],
[
464,
310,
28,
7
],
[
464,
507,
28,
7
],
[
464,
630,
28,
7
],
[
276,
823,
17,
8
],
[
212,
839,
95,
13
],
[
278,
851,
11,
14
],
[
276,
863,
40,
9
],
[
278,
872,
11,
14
],
[
275,
885,
27,
13
],
[
276,
906,
17,
8
],
[
278,
911,
12,
15
],
[
310,
917,
21,
8
],
[
277,
929,
73,
7
],
[
338,
930,
45,
14
],
[
337,
950,
8,
7
],
[
855,
127,
28,
7
],
[
855,
253,
28,
7
],
[
855,
401,
28,
7
],
[
855,
583,
28,
7
],
[
855,
690,
28,
7
],
[
671,
826,
17,
8
],
[
607,
842,
95,
13
],
[
674,
854,
11,
14
],
[
671,
866,
40,
9
],
[
674,
875,
11,
14
],
[
671,
888,
27,
13
],
[
671,
909,
17,
8
],
[
674,
912,
9,
11
],
[
746,
915,
18,
7
],
[
672,
928,
79,
7
],
[
739,
944,
29,
13
],
[
855,
817,
28,
7
]
]
| [
5,
5,
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
]
| 81b7dbf6c7b481792a78560391118d4506bf77d2ae35484d3c950c9f391e5904 | 9411230_AdobeOCR.pdf | 24 | 187 | 612 | 792 | 1,025 | 1,025 | patents_euv_sensitivity | patents |
14257 | [
"22.1",
"Disaster recovery operations",
"22.2",
"ProtecTIER replication overview",
"Disaster recovery (DR) is the process of recovering production site data at a secondary (or ",
"tertiary) location. Disaster recovery is useful if a disaster occurs or a situation occurs where ",
"the production (or primary) site goes offline. The secondary site, hub, or DR site, can take the ",
"place of the production site until the primary site comes back online. ",
"In ProtecTIER VTL environments, entering DR mode is done by using the ProtecTIER ",
"Manager graphical user interface (GUI) when you are logged on to the DR ProtecTIER ",
"system. When you enter ProtecTIER DR mode, all incoming replication and visibility switching ",
"activities from the failed production site to the DR site (hub) are blocked. The DR node ",
"remains eligible for local backup and restore activity.",
"When the primary site is rebuilt or replaced, you can then use the ProtecTIER Failback ",
"function to return the systems to their normal state and resume the backup and replication ",
"operations. When the primary site comes back online, previously replicated and newly ",
"created objects can be moved to the main production site by using the failback process. The ",
"primary site then resumes its roll as a production site.",
"Note:",
" The Disaster Recovery and Failback menu options are available for VTL ",
"environments. For FSI environments, you can block the replication traffic by selecting ",
"Replication",
" Control Replication traffic",
" in the ProtecTIER Manager GUI. This ",
"Replication menu also provides other operations for DR purposes, such as Cloning.",
"For details about the DR concepts for VTL and FSI, see the topic about native replication ",
"and disaster recovery in ",
"IBM System Storage TS7600 with ProtecTIER Version 3.3",
", ",
"SG24-7968.",
"ProtecTIER replication enables virtual tape cartridges (VTL mode) or file system volumes ",
"(FSI mode) to be replicated from the primary site to secondary or multiple sites. This ",
"capability is intended to enhance DR and business continuity (BC).",
"Users can select some or all of their data objects to be replicated to one or more sites. ",
"ProtecTIER replication provides DR capability and enhanced availability in accessing backed ",
"up data for restore operations across sites. Replication can run in parallel with backup and ",
"restore activities or in dedicated scheduled time frames.",
"Data transfer is started based on trigger points in either on-demand continuous replication or ",
"replication schedules. Data verification and validation is done at the DR site to ensure the ",
"integrity of the transferred data before you make the virtual cartridge or tape available.",
"In summary, replication works as follows:",
"GLYPH<SM590000>",
"Each ProtecTIER server that is a part of a replication grid has two dedicated replication ",
"ports that are used for replication. ",
"GLYPH<SM590000>",
"Each ProtecTIER environment has at least one ProtecTIER server. ",
"GLYPH<SM590000>",
"The replication function enables ProtecTIER deployment to be distributed across sites. ",
"Each site can have a single or clustered ProtecTIER environment. ",
"GLYPH<SM590000>",
"Replication is a process that transfers logical objects such as cartridges from one ",
"ProtecTIER repository to another repository. ",
"396 ",
"IBM ProtecTIER Implementation and Best Practices Guide"
]
| [
[
108,
92,
435,
19
],
[
108,
92,
435,
19
],
[
108,
558,
475,
19
],
[
108,
558,
475,
19
],
[
229,
133,
687,
58
],
[
229,
133,
687,
58
],
[
229,
133,
687,
58
],
[
229,
133,
687,
58
],
[
229,
209,
687,
74
],
[
229,
209,
687,
74
],
[
229,
209,
687,
74
],
[
229,
209,
687,
74
],
[
229,
209,
687,
74
],
[
229,
299,
684,
74
],
[
229,
299,
684,
74
],
[
229,
299,
684,
74
],
[
229,
299,
684,
74
],
[
229,
299,
684,
74
],
[
239,
397,
631,
58
],
[
239,
397,
631,
58
],
[
239,
397,
631,
58
],
[
239,
397,
631,
58
],
[
239,
397,
631,
58
],
[
239,
397,
631,
58
],
[
239,
397,
631,
58
],
[
239,
470,
660,
47
],
[
239,
470,
660,
47
],
[
239,
470,
660,
47
],
[
239,
470,
660,
47
],
[
239,
470,
660,
47
],
[
229,
600,
664,
42
],
[
229,
600,
664,
42
],
[
229,
600,
664,
42
],
[
229,
660,
687,
58
],
[
229,
660,
687,
58
],
[
229,
660,
687,
58
],
[
229,
660,
687,
58
],
[
229,
735,
687,
42
],
[
229,
735,
687,
42
],
[
229,
735,
687,
42
],
[
229,
794,
302,
11
],
[
229,
913,
673,
27
],
[
229,
913,
673,
27
],
[
229,
913,
673,
27
],
[
229,
891,
523,
11
],
[
229,
891,
523,
11
],
[
229,
854,
667,
27
],
[
229,
854,
667,
27
],
[
229,
854,
667,
27
],
[
229,
816,
629,
27
],
[
229,
816,
629,
27
],
[
229,
816,
629,
27
],
[
108,
976,
463,
11
],
[
108,
976,
463,
11
]
]
| [
[
108,
92,
52,
19
],
[
169,
92,
375,
19
],
[
108,
558,
52,
19
],
[
168,
558,
414,
19
],
[
229,
133,
674,
11
],
[
229,
149,
679,
11
],
[
229,
164,
687,
11
],
[
229,
180,
507,
11
],
[
229,
209,
639,
11
],
[
229,
224,
643,
11
],
[
229,
240,
687,
11
],
[
229,
255,
641,
11
],
[
229,
271,
385,
11
],
[
229,
299,
644,
11
],
[
229,
315,
670,
11
],
[
229,
330,
639,
11
],
[
229,
346,
684,
11
],
[
229,
361,
395,
11
],
[
239,
397,
42,
11
],
[
281,
397,
540,
11
],
[
239,
413,
631,
11
],
[
239,
429,
90,
11
],
[
350,
429,
209,
11
],
[
559,
429,
287,
11
],
[
239,
444,
617,
11
],
[
239,
470,
660,
11
],
[
239,
487,
182,
11
],
[
421,
487,
431,
12
],
[
852,
487,
9,
11
],
[
239,
505,
90,
11
],
[
229,
600,
664,
11
],
[
229,
616,
627,
11
],
[
229,
631,
493,
11
],
[
229,
660,
641,
11
],
[
229,
675,
687,
11
],
[
229,
691,
670,
11
],
[
229,
706,
412,
11
],
[
229,
735,
687,
11
],
[
229,
750,
664,
11
],
[
229,
766,
634,
11
],
[
229,
794,
302,
11
],
[
229,
914,
8,
11
],
[
253,
913,
649,
11
],
[
253,
929,
254,
11
],
[
229,
892,
8,
11
],
[
253,
891,
499,
11
],
[
229,
854,
8,
11
],
[
253,
854,
643,
11
],
[
253,
869,
492,
11
],
[
229,
817,
8,
11
],
[
253,
816,
605,
11
],
[
253,
832,
331,
11
],
[
108,
976,
32,
11
],
[
165,
977,
405,
10
]
]
| [
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,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
4,
4
]
| 3995c754b07fe362d12443f1d12e9448cc804f85064cae46820ebf9733d63247 | sg248025.pdf | 419 | 512 | 612 | 792 | 1,025 | 1,025 | redbooks | manuals |
14258 | [
"The reconciliation above shows the Company's estimate of net losses on 2019 and prior accident years is approximately $0.3 million lower at December 31, 2020 than was provided",
"in loss reserves at December 31, 2019 (referred to as a \"reserve savings\").",
"This compares to a reserve savings of $0.6 million on prior accident years in 2019 and a $16.8 million",
"reserve deficiency reported in 2018 related to prior accident years.",
"The following table is a summary of the 2020 calendar year reserve savings by accident year (dollars in thousands):",
"Years in Which Losses Were Incurred",
"Reserve at",
"December 31,",
"2019",
"(Savings)",
"Deficiency",
"Recorded",
"During 2020 $^{(1)}$ ",
"% (Savings)",
"Deficiency",
"2019",
"$",
"258,655",
"$",
"(1,743",
")",
"(.7",
")%",
"2018",
"158,311",
"4,017",
"2.5%",
"2017",
"65,516",
"(3,997",
")",
"(6.1",
")%",
"2016",
"21,374",
"392",
"1.8%",
"2015",
"16,377",
"858",
"5.2",
"%",
"2014 and prior",
"69,767",
"162",
".2%",
"$",
"590,000",
"$",
"(311",
")",
"(.1",
")%",
"(1)",
"Consists of development on cases known at December 31, 2019, losses reported which were previously unknown at December 31, 2019 (incurred but not reported), unallocated",
"loss expense paid related to accident years 2019 and prior and changes in the reserves for incurred but not reported losses and loss expenses.",
"The savings shown in accident year 2019 in the table above reflects favorable loss development in short-tail lines of business, such as physical damage and occupational accident. ",
"The deficiency shown in accident year 2018 represents deficiencies in the Company's commercial automobile business, specifically excess automobile and public transportation lines",
"of business.",
"The Company took and continues to take action in all accident years to reflect new trends in loss development for commercial automobile products that have emerged",
"over the last several years.",
"These actions include case reserving reviews, as well as continued actuarial product reviews, and resulted in the small reserve strengthening noted in",
"accident years 2018 and prior.",
"Bulk loss reserves are established to provide for potential future adverse development on cases known to the Company and for cases unknown at the reserve date.",
"Changes in the",
"reserves for incurred but not reported losses and loss expenses occur based upon information received on known and newly reported cases during the current year and the effect of",
"that development on the application of standard actuarial methods used by the Company.",
"The Company continues to incorporate more recent loss development data into its loss reserving formulae; however, the dynamic nature of losses associated with the commercial",
"automobile business, as well as the timing of settlement of large claims, increases the likelihood of variability in loss developments from period to period.",
"While the Company's",
"basic assumptions have remained consistent, the Company continues to update loss data to reflect changing trends, which can be expected to result in fluctuations in loss",
"developments over time.",
"Management's goal is to produce an overall estimate of reserves which is sufficient and as close to expected ultimate losses as possible.",
"The Company constantly monitors changes",
"in trends related to the number of claims incurred relative to correlative variances with premium volume, average settlement amounts, number of claims outstanding at period ends",
"and the average value per claim outstanding and adjusts actuarial assumptions as necessary to accommodate observed trends.",
"8"
]
| [
[
23,
29,
976,
28
],
[
23,
29,
976,
28
],
[
23,
29,
976,
28
],
[
23,
29,
976,
28
],
[
23,
68,
622,
8
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
22,
87,
979,
116
],
[
23,
212,
976,
18
],
[
23,
212,
976,
18
],
[
23,
212,
976,
18
],
[
23,
241,
976,
47
],
[
23,
241,
976,
47
],
[
23,
241,
976,
47
],
[
23,
241,
976,
47
],
[
23,
241,
976,
47
],
[
23,
241,
976,
47
],
[
23,
241,
976,
47
],
[
23,
300,
976,
28
],
[
23,
300,
976,
28
],
[
23,
300,
976,
28
],
[
23,
300,
976,
28
],
[
23,
339,
976,
38
],
[
23,
339,
976,
38
],
[
23,
339,
976,
38
],
[
23,
339,
976,
38
],
[
23,
339,
976,
38
],
[
23,
388,
976,
28
],
[
23,
388,
976,
28
],
[
23,
388,
976,
28
],
[
23,
388,
976,
28
],
[
508,
435,
6,
8
]
]
| [
[
23,
29,
976,
8
],
[
23,
39,
404,
8
],
[
436,
39,
563,
8
],
[
23,
49,
362,
8
],
[
23,
68,
622,
8
],
[
23,
119,
222,
8
],
[
672,
99,
62,
8
],
[
662,
109,
82,
8
],
[
688,
119,
29,
8
],
[
792,
88,
55,
8
],
[
789,
98,
61,
8
],
[
792,
107,
56,
8
],
[
773,
119,
108,
8
],
[
902,
109,
69,
8
],
[
906,
119,
61,
8
],
[
23,
130,
26,
8
],
[
654,
130,
6,
8
],
[
708,
130,
43,
8
],
[
771,
130,
6,
8
],
[
834,
130,
34,
8
],
[
869,
130,
4,
8
],
[
971,
130,
14,
8
],
[
985,
130,
14,
8
],
[
23,
140,
26,
8
],
[
708,
140,
33,
8
],
[
838,
140,
26,
8
],
[
969,
140,
26,
8
],
[
23,
149,
26,
8
],
[
715,
149,
37,
8
],
[
834,
149,
34,
8
],
[
869,
149,
4,
8
],
[
964,
149,
20,
8
],
[
985,
149,
14,
8
],
[
23,
159,
26,
8
],
[
715,
159,
30,
8
],
[
848,
159,
14,
8
],
[
969,
159,
26,
8
],
[
23,
169,
26,
8
],
[
715,
169,
37,
8
],
[
848,
169,
20,
8
],
[
969,
169,
16,
8
],
[
985,
169,
10,
8
],
[
23,
179,
80,
8
],
[
715,
179,
33,
8
],
[
848,
179,
15,
8
],
[
975,
179,
20,
8
],
[
654,
190,
6,
8
],
[
708,
190,
43,
8
],
[
771,
190,
6,
8
],
[
844,
190,
24,
8
],
[
869,
190,
4,
8
],
[
971,
190,
14,
8
],
[
985,
190,
14,
8
],
[
23,
212,
11,
8
],
[
39,
212,
960,
8
],
[
42,
221,
768,
8
],
[
23,
241,
976,
8
],
[
23,
251,
976,
8
],
[
23,
261,
64,
8
],
[
96,
261,
903,
8
],
[
23,
270,
150,
8
],
[
181,
270,
818,
8
],
[
23,
280,
164,
8
],
[
23,
300,
891,
8
],
[
923,
300,
76,
8
],
[
23,
310,
976,
8
],
[
23,
319,
481,
8
],
[
23,
339,
976,
8
],
[
23,
349,
867,
8
],
[
899,
349,
101,
8
],
[
23,
358,
976,
8
],
[
23,
368,
132,
8
],
[
23,
388,
753,
8
],
[
785,
388,
214,
8
],
[
23,
398,
976,
8
],
[
23,
407,
683,
8
],
[
508,
435,
6,
8
]
]
| [
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
4
]
| a1f0f46426b8abe5ad1edf95f57ef4c9f363c023e11adafb757bbd343751d920 | 0000009346-21-000024_20210311x10k.pdf | 7 | 97 | 595 | 842 | 1,025 | 1,025 | sec_filings | financial_reports |
14259 | [
"T.",
"W. Barraclough, J. R. Blackford, S. Liebenstein, S. Sandfeld,",
"T.",
"J. Stratford, G. Weinl¨",
"ander, and M. Zaiser",
"July 8, 2018",
"1",
"Experimental method",
"Ice chips were cooled to",
"−",
"80",
"◦",
"C",
"and crushed into a dry powdery material using a stan-",
"dardised process [1]. This material was then placed in a covered container in the cold lab",
"for four hours to allow it to reach the temperature of",
"−",
"10",
"◦",
"C",
"at which the deformation",
"experiments were carried out. This resulted in a cohesive aggregate of ice granules with",
"density",
"ρ",
"= 370 kg",
"/",
"$_{m}$−",
"3",
"and grain sizes ranging from 0",
".",
"1",
"to about 0",
".",
"5",
"mm (mean grain",
"size",
"ξ",
"≈",
"0",
".",
"2",
"mm). As is typical for laboratory- or machine-made snow, the density of our",
"samples is at the upper end of the range observed for natural snow. The artificial snow",
"thus produced was sifted through a 1.68 mm aperture sieve into a flat rectangular box",
"with aluminium alloy side walls and a glass bottom. Excess snow was removed with a",
"straight edge and the box was closed with a second sheet of glass screwed on top of the",
"specimen. The container was then rotated upright to provide a specimen",
"w",
"= 250 mm",
"wide,",
"L",
"= 195 mm high and",
"d",
"= 20 mm thick, enclosed in a container with transparent",
"front and back walls within an apparatus as shown in Fig. 1. The total time from sieving",
"to deformation was approximately 5 minutes.",
"The specimen was compacted by an anvil moving downwards at fixed rate. During",
"deformation, the driving force was recorded by a load cell located above the anvil. The",
"recorded force data were filtered to remove high frequency oscillations associated with",
"the motor drive.",
"Typical compressive forces at the end of a deformation experiment",
"(compressive strain",
"ε$_{xx}$",
"≈",
"0",
".",
"3)",
"were of the order of 250 N. As the specimen is compacted,",
"it exerts lateral forces on the side walls of the container. These forces were evaluated",
"by determining, at the end of a deformation experiment, the sideways deflection of the",
"container side walls using a pair of dial test indicators, and comparing with calculations",
"made under the assumption that the response of the side walls is that of an elastic thin",
"plate, with elastic properties determined by a calibration experiment.",
"This yielded a",
"total lateral force of about 45 N at compressive strain",
"ε$_{xx}$",
"= 0",
".",
"3.",
"An 18 megapixel camera was located in front of the specimen with illumination pro-",
"vided by a flashgun and diffuser located behind the specimen. Images of the transmitted",
"light were recorded at 0.25 s intervals. To analyze spatio-temporal deformation patterns,",
"each image series was analysed using the digital image correlation software GeoPIV [2].",
"arXiv:1501.02184v1",
"[cond-mat.soft]",
"16",
"Dec 2014",
"Supplementary Information (SI):",
"Propagating compaction bands in confined",
"compression of snow: Experiment and Modelling",
"1"
]
| [
[
201,
269,
622,
17
],
[
201,
269,
622,
17
],
[
290,
290,
444,
17
],
[
290,
290,
444,
17
],
[
290,
290,
444,
17
],
[
453,
325,
117,
17
],
[
156,
386,
336,
20
],
[
156,
386,
336,
20
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
421,
711,
245
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
669,
711,
190
],
[
156,
863,
711,
67
],
[
156,
863,
711,
67
],
[
156,
863,
711,
67
],
[
156,
863,
711,
67
],
[
72,
289,
28,
501
],
[
72,
289,
28,
501
],
[
72,
289,
28,
501
],
[
72,
289,
28,
501
],
[
239,
142,
546,
25
],
[
194,
189,
636,
55
],
[
194,
189,
636,
55
],
[
507,
962,
9,
14
]
]
| [
[
201,
269,
19,
17
],
[
230,
269,
593,
17
],
[
290,
290,
19,
17
],
[
319,
290,
223,
17
],
[
532,
290,
202,
17
],
[
453,
325,
117,
17
],
[
156,
386,
15,
20
],
[
202,
386,
290,
20
],
[
156,
423,
195,
14
],
[
359,
423,
14,
25
],
[
373,
423,
18,
14
],
[
392,
421,
6,
16
],
[
399,
423,
8,
14
],
[
416,
423,
451,
14
],
[
156,
441,
711,
14
],
[
156,
458,
436,
14
],
[
600,
458,
14,
25
],
[
615,
458,
18,
14
],
[
633,
456,
6,
16
],
[
641,
458,
8,
14
],
[
658,
458,
209,
14
],
[
156,
476,
711,
14
],
[
156,
493,
57,
14
],
[
221,
493,
9,
14
],
[
237,
493,
70,
14
],
[
308,
493,
9,
14
],
[
317,
490,
25,
16
],
[
343,
490,
6,
9
],
[
358,
493,
248,
14
],
[
607,
493,
5,
14
],
[
612,
493,
8,
14
],
[
629,
493,
85,
14
],
[
714,
493,
5,
14
],
[
719,
493,
9,
14
],
[
738,
493,
129,
14
],
[
156,
511,
28,
14
],
[
191,
511,
8,
14
],
[
205,
511,
14,
25
],
[
225,
511,
9,
14
],
[
234,
511,
5,
14
],
[
239,
511,
8,
14
],
[
256,
511,
611,
14
],
[
156,
529,
711,
14
],
[
156,
546,
711,
14
],
[
156,
564,
711,
14
],
[
156,
581,
711,
14
],
[
156,
599,
600,
14
],
[
764,
599,
13,
14
],
[
785,
599,
82,
14
],
[
156,
617,
42,
14
],
[
205,
617,
12,
14
],
[
224,
617,
160,
14
],
[
391,
617,
9,
14
],
[
407,
617,
460,
14
],
[
156,
634,
711,
14
],
[
156,
652,
366,
14
],
[
184,
669,
683,
14
],
[
156,
687,
711,
14
],
[
156,
705,
711,
14
],
[
156,
722,
135,
14
],
[
308,
722,
559,
14
],
[
156,
740,
154,
14
],
[
317,
740,
23,
14
],
[
347,
739,
14,
25
],
[
366,
740,
9,
14
],
[
376,
740,
5,
14
],
[
381,
740,
16,
14
],
[
405,
740,
462,
14
],
[
156,
757,
711,
14
],
[
156,
775,
711,
14
],
[
156,
792,
711,
14
],
[
156,
810,
711,
14
],
[
156,
828,
578,
14
],
[
749,
828,
118,
14
],
[
156,
845,
431,
14
],
[
594,
845,
23,
14
],
[
624,
845,
28,
14
],
[
653,
845,
5,
14
],
[
658,
845,
14,
14
],
[
184,
863,
683,
14
],
[
156,
880,
711,
14
],
[
156,
898,
711,
14
],
[
156,
916,
711,
14
],
[
72,
289,
10,
501
],
[
84,
289,
8,
501
],
[
94,
289,
1,
501
],
[
96,
289,
4,
501
],
[
239,
142,
546,
25
],
[
233,
189,
557,
25
],
[
194,
220,
636,
25
],
[
507,
962,
9,
14
]
]
| [
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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,
10,
10,
10,
4
]
| 92016ebac3557bb45ac9edf5af3a9ba4ebbf6039afeae3fb661fa574d6aefc09 | 1501.02184.pdf | 12 | 20 | 612 | 792 | 1,025 | 1,025 | arxiv_doublespaced | scientific_articles |
14260 | [
"Comparison of the Year Ended December 31, 2003 to the Year Ended December 31, 2002",
"Rental revenue increased by $14.7 million, or 13%, to $126.4 million for 2003 compared to $111.7 million for 2002. The increase result-",
"ed primarily from the 2002 Properties being owned for a full year and the addition of the 2003 Properties. Rental revenue from proper-",
"ties operating for a full year during 2003 and 2002 (the “2003 Same Properties”) increased by $1.7 million, or 2.1%, due to increases in",
"rental rates and offset by a slight decrease in occupancy. The average occupancy level of the 2003 Same Properties was 96.7% as of",
"December 31, 2003, compared to 97.2% as of December 31, 2002.",
"Tenant recoveries increased by $3.1 million, or 11%, to $32.1 million for 2003 compared to $29.0 million for 2002. The increase",
"resulted primarily from the 2002 Properties being owned for a full year and the addition of the 2003 Properties. Tenant recoveries",
"for the 2003 Same Properties increased by $659,000, or 2.9%, primarily due to increases in certain recoverable operating expenses.",
"Other income increased by $511,000, or 33%, to $2.1 million for 2003 compared to $1.6 million for 2002, primarily due to an",
"increase in realized gains on investments and from a general increase in miscellaneous sources of income.",
"Rental operating expenses increased by $3.7 million, or 13%, to $32.8 million for 2003 compared to $29.1 million for 2002. The",
"increase resulted primarily from the 2002 Properties being owned for a full year and the addition of the 2003 Properties. Operating",
"expenses for the 2003 Same Properties increased by $871,000, or 4.1%, primarily due to an increase in property insurance and",
"property taxes (substantially all of which are recoverable from our tenants through tenant recoveries).",
"General and administrative expenses increased by $775,000, or 6%, to $14.2 million for 2003 compared to $13.4 million for 2002,",
"mainly due to general increases in administrative costs, primarily payroll and related expenses.",
"Interest expense increased by $1.4 million, or 6%, to $26.4 million for 2003 compared to $25.0 million for 2002. The increase result-",
"ed primarily from an increase in indebtedness on our unsecured line of credit, unsecured term loan and secured notes payable.",
"These borrowings were utilized to finance the acquisition of the 2002 and 2003 Properties and the development and redevelopment",
"of properties. The increase in interest expense was partially offset by a decrease in the floating interest rate on our unsecured line of",
"credit and unsecured term loan. The weighted average effective interest rate on our borrowings (not including the effect of swap",
"agreements) decreased from 3.07% as of December 31, 2002 to 2.64% as of December 31, 2003. We have entered into certain swap",
"agreements to hedge a portion of exposure to variable interest rates with our unsecured line of credit and unsecured term loan",
"(see “Liquidity and Capital Resources – Unsecured Line of Credit and Unsecured Term Loan”).",
"Depreciation and amortization increased by $5.7 million, or 17%, to $38.6 million for 2003 compared to $32.9 million for 2002. The",
"increase resulted primarily from depreciation associated with the 2002 Properties being owned for a full year and the addition of the",
"2003 Properties.",
"Income from discontinued operations of $11.1 million for 2003 reflects the results of operations of one property that was designat-",
"ed as “held for sale” as of December 31, 2003 and three properties that were sold during 2003. In the fourth quarter of 2003, we sold",
"one property in the Suburban Washington D.C. market. In the third quarter of 2003, we sold one property in the Eastern",
"Massachusetts market. In the first quarter of 2003, we sold one property in the San Francisco Bay market. In connection with these",
"sales, we recorded a net gain of approximately $8.3 million during 2003.",
"Rental revenue increased by $18.1 million, or 19%, to $111.7 million for 2002 compared to $93.6 million for 2001. The increase result-",
"ed primarily from the 2001 Properties being owned for a full year and the addition of the 2002 Properties. Rental revenue from proper-",
"ties operating for a full year during 2002 and 2001 (the “2002 Same Properties”) increased by $2.7 million, or 3.7%, due to increases in",
"rental rates and offset by a slight decrease in occupancy. The average occupancy level of the 2002 Same Properties was 97.6% as of",
"December 31, 2002, compared to 98.2% as of December 31, 2001.",
"Tenant recoveries increased by $4.9 million, or 20%, to $29.0 million for 2002 compared to $24.1 million for 2001. The increase",
"resulted primarily from the 2001 Properties being owned for a full year and the addition of the 2002 Properties. Tenant recoveries for",
"the 2002 Same Properties increased by $915,000, or 4.6%, generally due to an increase in certain recoverable operating expenses.",
"Other income decreased by $1.6 million, or 50%, to $1.6 million for 2002 compared to $3.1 million for 2001, primarily due to a",
"decrease in interest income resulting from a decline in interest rates, the repayment of a $6 million secured note receivable in 2002",
"and a decrease in realized gains on investments.",
"Rental operating expenses increased by $4.5 million, or 18%, to $29.1 million for 2002 compared to $24.7 million for 2001. The",
"22",
"Comparison of the Year Ended December 31, 2002 to the Year Ended December 31, 2001",
"RESULTS OF OPERATIONS"
]
| [
[
106,
121,
653,
94
],
[
106,
121,
653,
94
],
[
106,
121,
653,
94
],
[
106,
121,
653,
94
],
[
106,
121,
653,
94
],
[
106,
121,
653,
94
],
[
106,
223,
636,
77
],
[
106,
223,
636,
77
],
[
106,
223,
636,
77
],
[
106,
223,
636,
77
],
[
106,
223,
636,
77
],
[
106,
308,
633,
60
],
[
106,
308,
633,
60
],
[
106,
308,
633,
60
],
[
106,
308,
633,
60
],
[
106,
377,
636,
26
],
[
106,
377,
636,
26
],
[
106,
411,
648,
128
],
[
106,
411,
648,
128
],
[
106,
411,
648,
128
],
[
106,
411,
648,
128
],
[
106,
411,
648,
128
],
[
106,
411,
648,
128
],
[
106,
411,
648,
128
],
[
106,
411,
648,
128
],
[
106,
548,
643,
43
],
[
106,
548,
643,
43
],
[
106,
548,
643,
43
],
[
106,
599,
647,
77
],
[
106,
599,
647,
77
],
[
106,
599,
647,
77
],
[
106,
599,
647,
77
],
[
106,
599,
647,
77
],
[
106,
718,
653,
77
],
[
106,
718,
653,
77
],
[
106,
718,
653,
77
],
[
106,
718,
653,
77
],
[
106,
718,
653,
77
],
[
106,
804,
644,
43
],
[
106,
804,
644,
43
],
[
106,
804,
644,
43
],
[
106,
855,
636,
43
],
[
106,
855,
636,
43
],
[
106,
855,
636,
43
],
[
119,
906,
613,
9
],
[
54,
964,
9,
7
],
[
106,
701,
412,
9
],
[
106,
103,
140,
9
]
]
| [
[
106,
121,
412,
9
],
[
106,
138,
651,
9
],
[
106,
155,
652,
9
],
[
106,
172,
653,
9
],
[
106,
189,
641,
9
],
[
106,
206,
317,
9
],
[
119,
223,
613,
9
],
[
106,
240,
627,
9
],
[
106,
257,
636,
9
],
[
119,
274,
599,
9
],
[
106,
291,
519,
9
],
[
119,
308,
613,
9
],
[
106,
326,
633,
9
],
[
106,
343,
613,
9
],
[
106,
360,
495,
9
],
[
119,
377,
623,
9
],
[
106,
394,
463,
9
],
[
119,
411,
635,
9
],
[
106,
428,
619,
9
],
[
106,
445,
638,
9
],
[
106,
462,
644,
9
],
[
106,
479,
625,
9
],
[
106,
496,
635,
9
],
[
106,
513,
618,
9
],
[
106,
531,
456,
9
],
[
119,
548,
630,
9
],
[
106,
565,
642,
9
],
[
106,
582,
78,
9
],
[
119,
599,
633,
9
],
[
106,
616,
644,
9
],
[
106,
633,
581,
9
],
[
106,
650,
634,
9
],
[
106,
667,
351,
9
],
[
106,
718,
645,
9
],
[
106,
736,
652,
9
],
[
106,
753,
653,
9
],
[
106,
770,
641,
9
],
[
106,
787,
317,
9
],
[
119,
804,
613,
9
],
[
106,
821,
644,
9
],
[
106,
838,
630,
9
],
[
119,
855,
610,
9
],
[
106,
872,
636,
9
],
[
106,
889,
235,
9
],
[
119,
906,
613,
9
],
[
54,
964,
9,
7
],
[
106,
701,
412,
9
],
[
106,
103,
140,
9
]
]
| [
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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
]
| ddd8cd4605c9479ab3f43eeccf3ccae2e2474e75920d3decfdc29872b88dd10c | NYSE_ARE_2003.pdf | 27 | 62 | 702 | 720 | 1,025 | 1,025 | ann_reports_00_04_fancy | financial_reports |
14261 | [
"efficiency of distribution (See Section 3.2).",
"Synthetic biology [22] (wet second-order living technology) is promising for producing",
"cleaner fuels [91], as well as technology to reduce or prevent pollution, such as buildings that",
"absorb carbon dioxide and bioluminescent trees that do not require electricity [6].",
"The efficient and adaptive production and distribution of energy, as envisioned by the",
"concept of a “smart grid” [50, 5] is similar to other urban problems:",
"there is a varying",
"demand, as well as a varying production, which ideally should match the demand. Living",
"technology can certainly benefit energy grids, coordinating local generation of energy and",
"distributing it “on demand”.",
"Another application of living technology is the dynamic regulation of rainwater to collect",
"water and prevent floods, where catchment systems react on the weather forecasts and water",
"supply levels [97, 116].",
"“Smart skins” for buildings have also been proposed for temperature regulation minimiz-",
"ing energy consumption. [112].",
"A sustainable economy should produce more than what it consumes. Moreover, it has to",
"accommodate employments, opportunities, and pensions for dynamic populations (aging in",
"some countries, growing fast in others). W. Brian Arthur has recently described “the second",
"economy” [7], based on information technology, where processes are interacting, adapting,",
"and having an effect on the “physical” economy. Arthur mentions that the second economy",
"has properties of living systems, since digital devices and processes are starting to sense,",
"compute, make decisions, and perform actions adaptively and independently of humans.",
"Businesses and enterprises also have to develop and acquire living technology, since the",
"demands of the markets are changing constantly and at increasing speeds.",
"Organizations",
"that are adaptive and robust will have better chances of enduring unpredictable changes in",
"the economy. Moreover, urban living technology is itself a novel business niche [8].",
"Living technology can also have a positive effect in the social aspects of urban spaces.",
"Safety was already mentioned, but in general living technology can help citizens to be more",
"16"
]
| [
[
120,
97,
362,
13
],
[
120,
128,
783,
75
],
[
120,
128,
783,
75
],
[
120,
128,
783,
75
],
[
120,
221,
783,
137
],
[
120,
221,
783,
137
],
[
120,
221,
783,
137
],
[
120,
221,
783,
137
],
[
120,
221,
783,
137
],
[
120,
221,
783,
137
],
[
120,
376,
783,
75
],
[
120,
376,
783,
75
],
[
120,
376,
783,
75
],
[
120,
469,
783,
44
],
[
120,
469,
783,
44
],
[
120,
531,
783,
199
],
[
120,
531,
783,
199
],
[
120,
531,
783,
199
],
[
120,
531,
783,
199
],
[
120,
531,
783,
199
],
[
120,
531,
783,
199
],
[
120,
531,
783,
199
],
[
120,
747,
783,
106
],
[
120,
747,
783,
106
],
[
120,
747,
783,
106
],
[
120,
747,
783,
106
],
[
120,
747,
783,
106
],
[
120,
871,
783,
44
],
[
120,
871,
783,
44
],
[
502,
959,
19,
13
]
]
| [
[
120,
97,
362,
13
],
[
149,
128,
754,
13
],
[
120,
159,
783,
13
],
[
120,
190,
701,
13
],
[
149,
221,
754,
13
],
[
120,
252,
613,
13
],
[
747,
252,
156,
13
],
[
120,
283,
783,
13
],
[
120,
314,
783,
13
],
[
120,
345,
246,
13
],
[
149,
376,
754,
13
],
[
120,
407,
783,
13
],
[
120,
438,
192,
13
],
[
149,
469,
754,
13
],
[
120,
500,
262,
13
],
[
149,
531,
754,
13
],
[
120,
562,
783,
13
],
[
120,
592,
783,
13
],
[
120,
623,
783,
13
],
[
120,
654,
783,
13
],
[
120,
685,
783,
13
],
[
120,
716,
756,
13
],
[
149,
747,
754,
13
],
[
120,
778,
651,
13
],
[
785,
778,
118,
13
],
[
120,
809,
783,
13
],
[
120,
840,
707,
13
],
[
149,
871,
754,
13
],
[
120,
902,
783,
13
],
[
502,
959,
19,
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,
4
]
| 7338c44f90fdfb3e5cfe80992ab012833d4db2f373865fbe0ec850fe7f41ea72 | 1111.3659.pdf | 15 | 40 | 612 | 792 | 1,025 | 1,025 | arxiv_doublespaced | scientific_articles |
14262 | [
"0006 00 ",
"TM 10-1670-287-23&P ",
"5. ",
"With the toggles inserted in the finger-trapped loops, locate lines 1A and 8A. ",
"6. ",
"Grasp canopy fabric near line 1A attaching loop. Moving to center of canopy pull line 1A and the ",
"control line on the right front riser and compare lengths to ensure control line is 15-inches (+ 1-inch) ",
"longer than line 1A. ",
"Pull both lines evenly before looking at the ruler to ensure an ",
"accurate measurement can be obtained.",
"NOTE",
"Change 1 ",
"0006 00-17 ",
"Control Line ",
"Reference Point ",
"For Comparing ",
"Lengths",
"Line 1A ",
"15+ 1-IN. ",
"1D",
"2D",
"3D",
"4D",
"5D",
"6D",
"7D",
"8D",
"8C",
"7C",
"6C",
"5C",
"4C",
"3C",
"2C",
"1C",
"8B",
"7B",
"6B",
"5B",
"4B",
"3B",
"2B",
"1B",
"8A",
"7A",
"6A",
"5A",
"4A",
"3A",
"2A",
"1A",
"TAIL",
"NOSE"
]
| [
[
836,
49,
65,
11
],
[
422,
49,
175,
11
],
[
120,
79,
598,
11
],
[
120,
79,
598,
11
],
[
120,
585,
770,
41
],
[
120,
585,
770,
41
],
[
120,
585,
770,
41
],
[
120,
585,
770,
41
],
[
277,
495,
454,
26
],
[
277,
495,
454,
26
],
[
489,
461,
46,
11
],
[
844,
975,
80,
11
],
[
455,
975,
89,
11
],
[
122,
656,
797,
263
],
[
122,
656,
797,
263
],
[
122,
656,
797,
263
],
[
122,
656,
797,
263
],
[
122,
656,
797,
263
],
[
122,
656,
797,
263
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
],
[
158,
109,
712,
273
]
]
| [
[
836,
49,
65,
11
],
[
422,
49,
175,
11
],
[
120,
79,
18,
11
],
[
150,
79,
568,
11
],
[
120,
585,
18,
11
],
[
150,
585,
719,
11
],
[
150,
599,
740,
11
],
[
150,
614,
148,
11
],
[
277,
495,
454,
11
],
[
277,
510,
299,
11
],
[
489,
461,
46,
11
],
[
844,
975,
80,
11
],
[
455,
975,
89,
11
],
[
124,
710,
103,
11
],
[
784,
874,
132,
11
],
[
784,
889,
124,
11
],
[
784,
904,
65,
11
],
[
503,
724,
51,
9
],
[
434,
668,
59,
9
],
[
227,
184,
20,
10
],
[
304,
184,
19,
10
],
[
388,
184,
20,
10
],
[
472,
184,
19,
10
],
[
531,
184,
20,
10
],
[
616,
184,
19,
10
],
[
698,
184,
19,
10
],
[
783,
184,
20,
10
],
[
783,
234,
20,
10
],
[
699,
234,
19,
10
],
[
616,
234,
19,
10
],
[
531,
234,
20,
10
],
[
472,
234,
19,
10
],
[
388,
234,
20,
10
],
[
304,
234,
19,
10
],
[
227,
234,
20,
10
],
[
783,
286,
19,
10
],
[
698,
286,
19,
10
],
[
616,
286,
19,
10
],
[
531,
286,
19,
10
],
[
472,
286,
19,
10
],
[
388,
286,
19,
10
],
[
304,
286,
19,
10
],
[
227,
286,
19,
10
],
[
783,
331,
19,
10
],
[
698,
331,
19,
10
],
[
616,
331,
19,
10
],
[
531,
331,
19,
10
],
[
472,
331,
19,
10
],
[
388,
331,
19,
10
],
[
304,
331,
19,
10
],
[
227,
331,
19,
10
],
[
497,
111,
37,
11
],
[
487,
369,
47,
11
]
]
| [
5,
5,
3,
3,
3,
3,
3,
3,
9,
9,
7,
4,
4,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6
]
| ed21467c9ac155eb9dbb7785e98cd162f23e52b637ec1d3e0ee116e5cd23d595 | mc4_technical_manual.pdf | 90 | 484 | 612 | 792 | 1,025 | 1,025 | faa_regulations | laws_and_regulations |
14263 | [
"May 3, 2012 ",
"20 ",
"US 2012/0108878 Al ",
"TABLE 6 C.2 ",
"TABLE6D ",
"TABLE 7 ",
"[0189] ",
"In order to solubilize and decontaminate chemical ",
"and biological agents, hydrogen bonds in the solution must be ",
"broken. At first glance then, it might appear desirable to ",
"prepare the decontamination solution using organic solvents ",
"having weaker hydrogen bonds. Of the four isomers of ",
"butanediol, however, it is one of the novel discoveries of the ",
"present invention that the oxygens of 1,3-butanediol have ",
"higher ",
"pKa ",
"values compared to the other butanediol isomers, ",
"enabling the use of this isomer with a different buffer system, ",
"and hence a different type of chemical activation in creating a ",
"decontaminant formulation. This discovery has proven ",
"important to developing the preferred decontamination solu›",
"tion and formulation. ",
"[0190] ",
"The present invention is intended for use in com›",
"merce, which means it must be safe to transport on commer-",
"Examples of Group II/Group III Polar Hybrid Solvents and Their Physical Properties ",
"B.P ",
"Dielectric ",
"Flash ",
"Density ",
"Solvent ",
"Chemical Formula ",
"M.Pt. ",
"Constant ",
"Point ",
"g/ml ",
"3-Methoxy-",
"CH",
"3",
"CH(OCH",
"3",
")CH",
"2",
"CH",
"2",
"OH ",
"161° C. ",
"NA ",
"46° C. ",
"0.922 ",
"1-Butanol ",
"-85° ",
"C. ",
"2-Butoxy-",
"C6H14O2 ",
"171° C. ",
"9.3 ",
"67° C. ",
"0.90 ",
"Ethanol ",
"-70° ",
"C. ",
"2-Butoxy-",
"C4H9O(CH2)2OCOCH3 ",
"192° C. ",
"NA ",
"71.1° C. ",
"0.94 ",
"Ethanol Acetate ",
"-63.3° ",
"C. ",
"Ethyl Acetate ",
"CH3-----C(=O)---O-----CH2-----CH3 ",
"77° C. ",
"6.02 ",
"-4° ",
"C. ",
"0.894 ",
"-83.6° ",
"C. ",
"Diacetone ",
"CH",
"3",
"C(=O)CH",
"2",
"C(OH)(CH",
"3",
")o ",
"166° C. ",
"NA ",
"58.8° C. ",
"0.938 ",
"Alcohol ",
"-47° ",
"C. ",
"Examples of Group ",
"N ",
"Polar Polyprotic Solvents and Their Physical Properties ",
"Dielectric ",
"Flash ",
"B.P ",
"Constant ",
"Point ",
"Solvent ",
"M.Pt. ",
"@20° ",
"C. ",
"closed cup ",
"Ethylene Glycol ",
"37-41.2° C. ",
"11.9 ",
"110° C. ",
"-13° ",
"C. ",
"1,2-Propanediol (Propylene Glycol) ",
"188.2° C. ",
"32.0 ",
"107° C. ",
"-59° ",
"C. ",
"1,3-Propanediol ",
"210° C. ",
"29 ",
"79° C. ",
"-28° ",
"C. ",
"2,2-Dimethyl 1,3-Propanediol ",
"NA ",
"31 ",
"103° C. ",
"126° C. ",
"2,3-Butanediol ",
"184° C. ",
"4 ",
"85° C. ",
"25° C. ",
"1,3-Butanediol ",
"207.5° C. ",
"28.8 ",
"108.9° C. ",
"<-50° ",
"C. ",
"1,4-Butane dial ",
"230° C. ",
"31.9 ",
"134° C. ",
"16° C. ",
"1,3-Pentanediol ",
"232° C. ",
"16 ",
"113° C. ",
"52-56° C. ",
"1,5-Pentanediol ",
"242° C. ",
"26.2 ",
"136° C. ",
"NA ",
"1,2-Pentanediol ",
"206° C. ",
"17 ",
"105° C. ",
"NA ",
"Hexylene Glycol ",
"197° C. ",
"23.4 ",
"90° C. ",
"-40° ",
"C. ",
"1,2,6-Hexanetriol ",
"178° C. ",
"31.5 ",
"79° C. ",
"NA ",
"Ethenol (PVA) ",
"228° C. ",
"NA ",
"79.44° C. ",
"230° C. ",
"2-(Hydroxyethoxy) ",
"245° C. ",
"6-10 ",
"123° C. ",
"ethan-2-ol ",
"-10° ",
"C. ",
"(Diethylene Glycol) ",
"2-(2-Hydroxyethoxy) ",
"127° C. ",
"5-10 ",
"166° C. ",
"ethan-2-ol ",
"_70 C. ",
"(Triethylene Glycol) ",
"Density ",
"g/ml ",
"@20° ",
"C. ",
"1.113 ",
"1.036 ",
"1.053 ",
"NA ",
"0.995 ",
"1.005 ",
"1.017 ",
"0.98 ",
"0.99 ",
"0.971 ",
"0.92 ",
"1.109 ",
"1.19-1.31 ",
"1.118 ",
"1.124 ",
"Boiling Points and Flash Points ofButanediol Isomers ",
"Isomer ",
"1,4-butanediol ",
"1,3-butanediol ",
"1,2-butanediol ",
"2,3-butanediol ",
"Chemical Structure ",
"HO(CH",
"2",
")",
"4",
"OH ",
"CH",
"3",
"CH(OH)CH",
"2",
"CH,OH ",
"CH",
"3",
"CH",
"2",
"CH(OH)CH",
"2",
"OH ",
"CH",
"3",
"CH(OH)CH(OH)CH",
"3 ",
"Boiling point ",
"Flash Point ",
"230° ",
"C. ",
"134° ",
"C. ",
"203° ",
"C. ",
"121 ° ",
"C. ",
"191 ° ",
"C. ",
"93° ",
"C. ",
"183° ",
"C. ",
"85° ",
"C. "
]
| [
[
776,
73,
107,
12
],
[
495,
92,
25,
12
],
[
129,
73,
181,
12
],
[
333,
154,
86,
9
],
[
321,
364,
77,
9
],
[
671,
822,
61,
9
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
129,
808,
368,
163
],
[
520,
948,
361,
23
],
[
520,
948,
361,
23
],
[
520,
948,
361,
23
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
128,
168,
493,
167
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
129,
377,
456,
404
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
],
[
518,
835,
362,
95
]
]
| [
[
776,
73,
107,
12
],
[
495,
92,
25,
12
],
[
129,
73,
181,
12
],
[
333,
154,
86,
9
],
[
321,
364,
77,
9
],
[
671,
822,
61,
9
],
[
130,
808,
40,
10
],
[
184,
808,
309,
9
],
[
129,
820,
365,
9
],
[
129,
832,
364,
9
],
[
129,
846,
364,
9
],
[
129,
858,
368,
9
],
[
129,
871,
365,
9
],
[
129,
884,
365,
9
],
[
129,
897,
43,
9
],
[
171,
897,
25,
10
],
[
198,
897,
295,
9
],
[
129,
910,
364,
9
],
[
129,
923,
364,
9
],
[
129,
936,
365,
9
],
[
129,
949,
360,
9
],
[
129,
962,
130,
9
],
[
521,
948,
40,
10
],
[
575,
948,
305,
9
],
[
520,
962,
361,
9
],
[
176,
177,
400,
7
],
[
412,
198,
23,
7
],
[
463,
198,
48,
7
],
[
532,
198,
28,
7
],
[
579,
198,
39,
7
],
[
130,
208,
38,
7
],
[
223,
208,
90,
7
],
[
407,
208,
31,
7
],
[
465,
208,
44,
7
],
[
532,
208,
28,
7
],
[
586,
208,
24,
7
],
[
129,
227,
55,
7
],
[
223,
227,
16,
7
],
[
239,
229,
5,
7
],
[
244,
227,
44,
7
],
[
288,
229,
5,
7
],
[
293,
227,
20,
7
],
[
313,
229,
5,
7
],
[
318,
227,
16,
7
],
[
334,
229,
5,
7
],
[
339,
227,
20,
7
],
[
412,
227,
40,
7
],
[
477,
226,
18,
8
],
[
534,
227,
35,
7
],
[
584,
227,
28,
7
],
[
130,
237,
49,
7
],
[
411,
237,
34,
7
],
[
439,
237,
12,
7
],
[
129,
247,
47,
7
],
[
223,
249,
44,
7
],
[
412,
247,
40,
7
],
[
479,
248,
15,
7
],
[
534,
247,
34,
7
],
[
584,
248,
23,
7
],
[
129,
258,
39,
7
],
[
411,
258,
34,
7
],
[
439,
258,
12,
7
],
[
129,
268,
47,
7
],
[
223,
269,
115,
7
],
[
412,
268,
40,
7
],
[
477,
267,
18,
8
],
[
525,
268,
43,
7
],
[
584,
268,
24,
7
],
[
129,
279,
77,
7
],
[
402,
278,
42,
7
],
[
439,
278,
12,
7
],
[
129,
289,
66,
7
],
[
223,
290,
154,
7
],
[
417,
289,
34,
7
],
[
479,
289,
22,
7
],
[
534,
289,
28,
7
],
[
556,
289,
12,
7
],
[
584,
289,
29,
7
],
[
402,
299,
42,
7
],
[
439,
299,
12,
7
],
[
129,
310,
50,
7
],
[
223,
310,
16,
7
],
[
239,
312,
5,
7
],
[
244,
310,
51,
7
],
[
295,
312,
5,
7
],
[
300,
310,
52,
7
],
[
353,
312,
5,
7
],
[
357,
309,
9,
7
],
[
412,
309,
40,
7
],
[
477,
309,
18,
8
],
[
525,
309,
43,
7
],
[
584,
310,
28,
7
],
[
129,
320,
41,
7
],
[
411,
320,
34,
7
],
[
439,
320,
12,
7
],
[
172,
386,
94,
7
],
[
267,
386,
9,
7
],
[
282,
386,
262,
7
],
[
405,
407,
48,
7
],
[
479,
407,
28,
7
],
[
348,
417,
23,
7
],
[
407,
417,
45,
7
],
[
480,
417,
27,
7
],
[
130,
427,
38,
7
],
[
343,
427,
31,
7
],
[
406,
427,
41,
7
],
[
439,
427,
11,
7
],
[
467,
427,
52,
7
],
[
129,
447,
79,
7
],
[
334,
446,
58,
7
],
[
418,
447,
22,
7
],
[
482,
446,
39,
7
],
[
352,
457,
34,
7
],
[
381,
457,
11,
7
],
[
130,
467,
169,
7
],
[
344,
467,
47,
7
],
[
417,
467,
22,
7
],
[
482,
467,
39,
7
],
[
352,
477,
34,
7
],
[
381,
477,
11,
7
],
[
130,
488,
77,
7
],
[
353,
488,
39,
7
],
[
417,
488,
13,
7
],
[
487,
488,
33,
7
],
[
352,
498,
34,
7
],
[
381,
498,
11,
7
],
[
129,
509,
143,
7
],
[
349,
508,
18,
8
],
[
417,
509,
11,
7
],
[
482,
508,
39,
7
],
[
353,
519,
39,
7
],
[
129,
529,
72,
7
],
[
353,
529,
39,
7
],
[
423,
529,
8,
7
],
[
488,
529,
33,
7
],
[
359,
539,
33,
7
],
[
130,
550,
72,
7
],
[
344,
550,
48,
7
],
[
417,
550,
22,
7
],
[
473,
550,
47,
7
],
[
346,
560,
40,
7
],
[
381,
560,
11,
7
],
[
130,
571,
75,
7
],
[
353,
570,
39,
7
],
[
417,
571,
22,
7
],
[
482,
570,
39,
7
],
[
359,
581,
33,
7
],
[
130,
591,
76,
7
],
[
353,
591,
39,
7
],
[
418,
591,
12,
7
],
[
482,
591,
39,
7
],
[
343,
601,
49,
7
],
[
130,
612,
76,
7
],
[
353,
612,
39,
7
],
[
417,
612,
22,
7
],
[
482,
612,
39,
7
],
[
349,
621,
18,
8
],
[
130,
632,
76,
7
],
[
353,
632,
39,
7
],
[
418,
632,
12,
7
],
[
482,
632,
39,
7
],
[
349,
642,
18,
8
],
[
129,
653,
82,
7
],
[
353,
653,
39,
7
],
[
417,
653,
23,
7
],
[
487,
653,
33,
7
],
[
352,
663,
34,
7
],
[
381,
663,
11,
7
],
[
130,
674,
84,
7
],
[
353,
673,
39,
7
],
[
417,
674,
22,
7
],
[
487,
673,
33,
7
],
[
349,
683,
18,
8
],
[
129,
695,
70,
7
],
[
353,
694,
39,
7
],
[
419,
694,
18,
8
],
[
472,
694,
48,
7
],
[
353,
705,
39,
7
],
[
129,
715,
93,
7
],
[
353,
715,
39,
7
],
[
417,
715,
22,
7
],
[
482,
715,
39,
7
],
[
129,
725,
51,
7
],
[
352,
725,
34,
7
],
[
381,
725,
11,
7
],
[
130,
736,
96,
7
],
[
129,
746,
103,
7
],
[
353,
746,
39,
7
],
[
417,
746,
23,
7
],
[
482,
746,
39,
7
],
[
129,
756,
51,
7
],
[
358,
755,
34,
7
],
[
130,
767,
98,
7
],
[
538,
407,
39,
7
],
[
546,
417,
24,
7
],
[
535,
427,
41,
7
],
[
567,
427,
11,
7
],
[
544,
447,
27,
7
],
[
544,
467,
28,
7
],
[
544,
488,
27,
7
],
[
548,
508,
18,
8
],
[
543,
529,
28,
7
],
[
544,
550,
27,
7
],
[
544,
571,
28,
7
],
[
543,
591,
22,
7
],
[
543,
612,
22,
7
],
[
543,
632,
27,
7
],
[
543,
653,
22,
7
],
[
544,
674,
28,
7
],
[
535,
694,
46,
7
],
[
544,
715,
28,
7
],
[
544,
746,
29,
7
],
[
573,
845,
257,
7
],
[
520,
866,
35,
7
],
[
521,
884,
70,
7
],
[
521,
895,
70,
7
],
[
521,
905,
70,
7
],
[
520,
915,
70,
7
],
[
602,
865,
93,
7
],
[
602,
884,
36,
7
],
[
639,
886,
5,
7
],
[
644,
884,
3,
7
],
[
647,
886,
5,
7
],
[
652,
884,
20,
7
],
[
602,
895,
16,
7
],
[
618,
897,
5,
7
],
[
623,
895,
57,
7
],
[
680,
897,
5,
7
],
[
685,
895,
41,
7
],
[
602,
905,
16,
7
],
[
618,
907,
5,
7
],
[
623,
905,
16,
7
],
[
639,
907,
5,
7
],
[
644,
905,
57,
7
],
[
701,
907,
5,
7
],
[
706,
905,
20,
7
],
[
602,
915,
16,
7
],
[
618,
917,
5,
7
],
[
623,
915,
98,
7
],
[
721,
917,
8,
7
],
[
747,
865,
65,
7
],
[
821,
865,
56,
7
],
[
760,
884,
31,
7
],
[
785,
884,
12,
7
],
[
830,
884,
32,
7
],
[
855,
884,
11,
7
],
[
760,
894,
31,
7
],
[
785,
894,
12,
7
],
[
830,
894,
32,
7
],
[
855,
894,
11,
7
],
[
760,
905,
31,
7
],
[
785,
905,
12,
7
],
[
836,
905,
26,
7
],
[
855,
905,
11,
7
],
[
760,
915,
31,
7
],
[
785,
915,
12,
7
],
[
836,
915,
25,
7
],
[
855,
915,
11,
7
]
]
| [
5,
5,
5,
0,
0,
0,
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,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8
]
| 37b3f1f98cab51c3d604f55b40386a48ec376cd4f228a787d4d1215d65535560 | 20120108878_AdobeOCR.pdf | 33 | 46 | 612 | 792 | 1,025 | 1,025 | patents_superacid_pags | patents |
14264 | [
"tioned parenthesis (which does not vanish) by certain Keldysh diagrammatic approximations",
"[19]. Recent studies often employ the GW approximation [5–10]. Results obtained within",
"the GW approximation are certainly of interest [5–8], although limitations and artefacts are",
"also significant [9, 10]. Methodologically, the weak point of this approach is the fact that",
"its physical content is hard to understand. Thus, it is difficult to assess a priori its validity",
"for a real case.",
"The attempt to benchmark the GW approximation against exact results",
"for transport",
"led to ambiguous conclusions [9, 10]. Within this framework, both important",
"effects (i. e., intramolecular correlations and molecule-electrode coupling) are treated in an",
"approximate manner.",
"Consequently, it is difficult to conclude which of them is better or",
"worse approximated. It makes more sense to benchmark the GW approximation for those",
"isolated extended molecules, wherein electron correlations play an important role, and which",
"are also employed in transport experiments. Recent studies in this direction are significant,",
"but only considered atoms and very small molecules so far [33, 34].",
"In Introduction, we mentioned that the results for transport should be partition inde-",
"pendent.",
"Obviously, within the present approach, where correlations in distant parts of",
"electrodes are neglected, the partition independence means and is demonstrated by the fact",
"that, by making the extended molecule larger than a certain size",
"L$_{c}$",
", the results do not",
"(notable) change. Regarding the size-(in)dependence of the results of other approaches to",
"correlated molecular transport, attention should be paid to the following important aspect.",
"The fact that calculations accounting approximately for electron correlations (like DFT’s or",
"GW’s) yield results that saturate with increasing",
"N",
", does not",
"necessarily",
"imply that they",
"are physically meaningful. The saturation could be a mathematical artefact, because such",
"approximative methods become poorer at larger sizes and cannot reliably describe subtle",
"correlations basically localized within the molecule in a system including larger and larger",
"parts of",
"uncorrelated",
"electrodes. Correlation effects at larger sizes are likely underestimated,",
"and this renders a correlated system resembling more an uncorrelated one, wherein the size-",
"dependence is absent (cf. Sect. I), and hence the aforementioned saturation. On the contrary,",
"if molecular correlations can be accounted for by means of an accurate Green’s function",
"G",
"r",
"i",
"of",
"an isolated and sufficiently large extended molecule, size-independent results can be trusted:",
"they indicate that correlations are negligible at the interfaces between electrodes and the",
"extended molecule.",
"The present numerical results indicate that the extended molecules to be employed for",
"20"
]
| [
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
94,
780,
340
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
120,
446,
780,
475
],
[
145,
933,
755,
15
],
[
491,
978,
19,
15
]
]
| [
[
120,
94,
780,
15
],
[
120,
121,
780,
15
],
[
120,
148,
780,
15
],
[
120,
175,
780,
15
],
[
120,
202,
780,
15
],
[
120,
229,
129,
15
],
[
264,
229,
636,
15
],
[
120,
257,
108,
14
],
[
237,
256,
664,
15
],
[
120,
283,
780,
15
],
[
120,
311,
184,
15
],
[
318,
311,
583,
15
],
[
120,
338,
780,
15
],
[
120,
365,
780,
15
],
[
120,
392,
780,
15
],
[
120,
419,
575,
15
],
[
145,
446,
755,
15
],
[
120,
473,
73,
15
],
[
210,
473,
691,
15
],
[
120,
500,
780,
15
],
[
120,
527,
578,
15
],
[
707,
527,
20,
15
],
[
728,
527,
173,
15
],
[
120,
554,
780,
15
],
[
120,
581,
780,
15
],
[
120,
608,
780,
15
],
[
120,
636,
425,
15
],
[
553,
636,
15,
15
],
[
571,
636,
86,
15
],
[
665,
636,
91,
14
],
[
764,
636,
136,
15
],
[
120,
663,
780,
15
],
[
120,
690,
780,
15
],
[
120,
717,
780,
15
],
[
120,
744,
64,
15
],
[
190,
744,
103,
14
],
[
302,
744,
598,
15
],
[
120,
771,
780,
15
],
[
120,
798,
780,
15
],
[
120,
825,
729,
15
],
[
854,
826,
17,
11
],
[
872,
824,
7,
9
],
[
872,
833,
5,
9
],
[
885,
825,
15,
15
],
[
120,
852,
780,
15
],
[
120,
879,
780,
15
],
[
120,
906,
162,
15
],
[
145,
933,
755,
15
],
[
491,
978,
19,
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,
4
]
| 19e789d0ae89877849b6bc3bd36b6f45d0e0a82b0d1e0c2efe765419ac613db3 | 1002.2509.pdf | 19 | 26 | 612 | 792 | 1,025 | 1,025 | arxiv_mediumspaced | scientific_articles |
14265 | [
"each of",
"R$_{0}$",
"and",
"S$_{0}$",
". The approach we propose will apply to functionals within a specified",
"class described later.",
"Before presenting our general approach, we describe some motivating examples. Consider",
"the data structure",
"O",
"= (",
"W,A,Y",
")",
"∼",
"P",
", where",
"W",
"is a collection of covariates,",
"A",
"is binary",
"treatment indicator, and",
"Y",
"is a bounded outcome, i.e., there exists a universal",
"c",
"such that,",
"for all",
"P",
"∈ M",
",",
"P",
"(",
"|",
"Y",
"| ≤",
"c",
") = 1. Note that, in our examples, the condition that",
"Y",
"is bounded",
"cannot easily be relaxed, as the parameter from Gretton et al. (2006) on which we will base",
"our testing procedure requires that the quantities under consideration have compact support.",
"If",
"R$_{P}$",
"(",
"o",
")",
"≜",
"E$_{P}$",
"(",
"Y",
"|",
"A",
"= 1",
",W",
"=",
"w",
")",
"−",
"E$_{P}$",
"(",
"Y",
"|",
"A",
"= 0",
",W",
"=",
"w",
") and",
"S$_{P}$",
"≡",
"0, the null",
"hypothesis corresponds to the absence of a conditional average treatment effect. This",
"definition of",
"R$_{P}$",
"corresponds to the so-called blip function introduced by Robins (2004),",
"which plays a critical role in defining optimal personalized treatment strategies (Chakraborty",
"and Moodie, 2013).",
"Suppose the setting of the previous example, but where",
"A",
"represents membership to",
"population 0 or 1. If",
"R$_{P}$",
"(",
"o",
")",
"≜",
"E$_{P}$",
"(",
"Y",
"|",
"A",
"= 1",
",W",
"=",
"w",
") and",
"S$_{P}$",
"(",
"o",
")",
"≜",
"E$_{P}$",
"(",
"Y",
"|",
"A",
"= 0",
",W",
"=",
"w",
"),",
"the null hypothesis corresponds to the outcome having the conditional mean functions,",
"applied to a random draw of the covariate, having the same distribution in these two",
"populations. We note here that our formulation considers selection of individuals from",
"either population as random rather than fixed so that population-specific sample sizes",
"(as opposed to the total sample size) are themselves random. The same interpretation",
"could also be used for the previous example, now testing if the two regression functions",
"are equivalent.",
"3",
"Example 3:",
"Testing a null covariate effect on average response.",
"Example 2:",
"Testing for equality in distribution of regression functions in two popula-",
"tions.",
"Example 1:",
"Testing a null conditional average treatment effect."
]
| [
[
120,
97,
783,
44
],
[
120,
97,
783,
44
],
[
120,
97,
783,
44
],
[
120,
97,
783,
44
],
[
120,
97,
783,
44
],
[
120,
97,
783,
44
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
120,
159,
783,
168
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
393,
777,
138
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
169,
630,
770,
261
],
[
507,
959,
9,
13
],
[
145,
921,
553,
13
],
[
145,
921,
553,
13
],
[
145,
561,
758,
44
],
[
145,
561,
758,
44
],
[
145,
561,
758,
44
],
[
145,
357,
556,
13
],
[
145,
357,
556,
13
]
]
| [
[
120,
97,
61,
13
],
[
189,
97,
22,
13
],
[
220,
97,
31,
13
],
[
260,
97,
19,
13
],
[
280,
97,
623,
13
],
[
120,
128,
177,
13
],
[
149,
159,
754,
13
],
[
120,
190,
158,
13
],
[
286,
190,
14,
13
],
[
309,
190,
30,
13
],
[
339,
190,
61,
13
],
[
405,
190,
7,
13
],
[
420,
189,
15,
14
],
[
443,
190,
12,
13
],
[
458,
190,
63,
13
],
[
530,
190,
18,
13
],
[
558,
190,
239,
13
],
[
806,
190,
14,
13
],
[
828,
190,
75,
13
],
[
120,
221,
211,
13
],
[
338,
221,
11,
13
],
[
361,
221,
435,
13
],
[
803,
221,
8,
13
],
[
818,
221,
85,
13
],
[
120,
252,
49,
13
],
[
175,
252,
12,
13
],
[
196,
251,
42,
14
],
[
239,
252,
5,
13
],
[
250,
252,
12,
13
],
[
266,
252,
7,
13
],
[
273,
251,
5,
14
],
[
279,
252,
11,
13
],
[
295,
251,
26,
14
],
[
327,
252,
8,
13
],
[
335,
252,
449,
13
],
[
790,
252,
11,
13
],
[
812,
252,
92,
13
],
[
120,
283,
783,
13
],
[
120,
314,
783,
13
],
[
169,
394,
13,
13
],
[
191,
394,
23,
13
],
[
218,
394,
7,
13
],
[
225,
394,
9,
13
],
[
235,
394,
7,
13
],
[
252,
394,
15,
14
],
[
277,
394,
23,
13
],
[
307,
394,
7,
13
],
[
314,
394,
11,
13
],
[
336,
393,
5,
14
],
[
347,
394,
14,
13
],
[
367,
394,
30,
13
],
[
398,
394,
27,
13
],
[
433,
394,
15,
13
],
[
454,
394,
14,
13
],
[
469,
394,
7,
13
],
[
482,
393,
15,
14
],
[
504,
394,
23,
13
],
[
534,
394,
7,
13
],
[
541,
394,
11,
13
],
[
562,
393,
5,
14
],
[
574,
394,
14,
13
],
[
594,
394,
30,
13
],
[
624,
394,
27,
13
],
[
660,
394,
15,
13
],
[
681,
394,
14,
13
],
[
695,
394,
48,
13
],
[
752,
394,
21,
13
],
[
786,
393,
15,
14
],
[
811,
394,
92,
13
],
[
169,
425,
734,
13
],
[
169,
456,
101,
13
],
[
275,
456,
23,
13
],
[
307,
456,
597,
13
],
[
169,
487,
777,
13
],
[
169,
518,
166,
13
],
[
169,
630,
484,
13
],
[
660,
630,
14,
13
],
[
683,
630,
221,
13
],
[
169,
660,
168,
13
],
[
342,
660,
23,
13
],
[
369,
660,
7,
13
],
[
376,
660,
9,
13
],
[
386,
660,
7,
13
],
[
399,
661,
15,
14
],
[
420,
660,
23,
13
],
[
450,
660,
7,
13
],
[
457,
660,
11,
13
],
[
479,
660,
5,
14
],
[
490,
660,
14,
13
],
[
510,
660,
30,
13
],
[
541,
660,
27,
13
],
[
576,
660,
15,
13
],
[
597,
660,
14,
13
],
[
612,
660,
43,
13
],
[
660,
660,
21,
13
],
[
683,
660,
7,
13
],
[
691,
660,
9,
13
],
[
701,
660,
7,
13
],
[
714,
661,
15,
14
],
[
735,
660,
23,
13
],
[
764,
660,
7,
13
],
[
772,
660,
11,
13
],
[
793,
660,
5,
14
],
[
805,
660,
14,
13
],
[
825,
660,
30,
13
],
[
855,
660,
27,
13
],
[
891,
660,
15,
13
],
[
912,
660,
14,
13
],
[
926,
660,
13,
13
],
[
169,
691,
734,
13
],
[
169,
722,
734,
13
],
[
169,
753,
734,
13
],
[
169,
784,
734,
13
],
[
169,
815,
734,
13
],
[
169,
846,
734,
13
],
[
169,
877,
124,
13
],
[
507,
959,
9,
13
],
[
145,
921,
110,
13
],
[
264,
921,
434,
13
],
[
145,
561,
111,
13
],
[
268,
561,
636,
13
],
[
169,
592,
46,
13
],
[
145,
357,
110,
13
],
[
264,
357,
437,
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,
4,
3,
3,
3,
3,
3,
3,
3
]
| f0cb819b4124ed6f5ddd106957439cf9991162de2300f97ff433d3ee5ae7f078 | 1510.04195.pdf | 2 | 58 | 612 | 792 | 1,025 | 1,025 | arxiv_doublespaced | scientific_articles |
14266 | [
"287 ",
"US 9,323,150 B2 ",
"288 ",
"-continued ",
"-continued ",
"CH3 ",
"I ",
"--+CH2-C+-",
"-CH,9 ",
"OAO ",
"+ ",
"O=S=O ",
"I ",
"0 ",
"0 ",
"0 ",
"Ab-255 ",
"Ab-256 ",
"CH3 ",
"I ",
"--+CH2-C+-",
"OAO ",
"0 ",
"-----fCH2-CH-t-",
"Ab-257 "
]
| [
[
295,
92,
35,
13
],
[
435,
73,
143,
13
],
[
686,
92,
33,
13
],
[
279,
112,
68,
9
],
[
670,
112,
68,
9
],
[
158,
124,
258,
217
],
[
158,
124,
258,
217
],
[
158,
124,
258,
217
],
[
158,
124,
258,
217
],
[
158,
124,
258,
217
],
[
158,
124,
258,
217
],
[
158,
124,
258,
217
],
[
158,
124,
258,
217
],
[
158,
124,
258,
217
],
[
158,
124,
258,
217
],
[
158,
124,
258,
217
],
[
129,
350,
363,
429
],
[
159,
789,
334,
168
],
[
550,
125,
236,
401
],
[
550,
125,
236,
401
],
[
550,
125,
236,
401
],
[
550,
125,
236,
401
],
[
550,
125,
236,
401
],
[
550,
125,
236,
401
],
[
549,
550,
335,
407
]
]
| [
[
295,
92,
35,
13
],
[
435,
73,
143,
13
],
[
686,
92,
33,
13
],
[
279,
112,
68,
9
],
[
670,
112,
68,
9
],
[
223,
125,
21,
7
],
[
225,
133,
11,
14
],
[
159,
146,
95,
7
],
[
299,
124,
111,
55
],
[
199,
159,
59,
28
],
[
221,
175,
84,
69
],
[
337,
215,
65,
28
],
[
366,
236,
11,
14
],
[
363,
249,
8,
7
],
[
319,
271,
8,
7
],
[
408,
271,
8,
7
],
[
455,
350,
37,
7
],
[
455,
789,
38,
7
],
[
614,
126,
21,
7
],
[
616,
134,
11,
14
],
[
550,
147,
95,
7
],
[
591,
160,
59,
28
],
[
592,
200,
8,
7
],
[
550,
306,
103,
7
],
[
846,
551,
38,
7
]
]
| [
5,
5,
5,
9,
9,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6
]
| babe8c80222e2cda1a9bf4f77afc85bbdb676ffad2cfb18017616f3f7f08804a | 9323150_AdobeOCR.pdf | 145 | 232 | 612 | 792 | 1,025 | 1,025 | patents_euv_sensitivity | patents |
14267 | [
"TABLE I: Chemical compositions, hole concentration",
"p",
",",
"T$_{c}$",
",",
"T$_{min}$",
"and",
"ρ$_{min}$",
"of Bi2212 samples",
"studied in the present work.",
"Bi$_{2}$Sr$_{2}$$_{−}$$_{x}$La$_{x}$CaCu$_{2}$O$_{8+}$$_{δ}$",
"p",
"T$_{c}$",
"(K)",
"T$_{min}$",
"(K)",
"ρ$_{min}$",
"(mΩcm)",
"x",
"= 0",
".",
"8",
"0.03",
"-",
"150",
"5",
"x",
"= 0",
".",
"7",
"0.05",
"-",
"130",
"3.2",
"x",
"= 0",
".",
"6",
"0.06",
"-",
"-",
"-",
"Bi$_{2}$Sr$_{2}$Ca$_{0}$$_{.}$$_{8}$Y$_{0}$$_{.}$$_{2}$Cu$_{2}$O$_{8+}$$_{δ}$",
"0.075",
"30",
"-",
"-",
"-1.0",
"0",
"-1.0",
"0",
"-1.0",
"0",
"-1.0",
"0",
"0.6",
"0.5",
"0.4",
"0.3",
"0.6",
"0.5",
"0.4",
"0.3",
"0.6",
"0.5",
"0.4",
"0.3",
"-1.2",
"-1.0",
"-0.8",
"-0.6",
"-0.4",
"-0.2",
"0.0",
"0.2",
"0.6",
"0.5",
"0.4",
"0.3",
"p",
" = 0.03",
"p",
" = 0.05",
"p",
" = 0.06",
"p",
" = 0.075",
"Bi$_{2}$(Sr,La)$_{2}$(Ca,Y)Cu$_{2}$O$_{8+}$",
"Energy relative to ",
"E$_{F}$",
" (eV)",
"Energy relative to ",
"E",
"F",
" (eV)",
"k$_{x}$ ",
"= ",
"k$_{y}$",
"= 0.3",
"k$_{x}$ ",
"= ",
"k$_{y}$",
"= 0.65",
"k$_{x}$ ",
"= ",
"k$_{y}$ ",
"(",
"/a)",
"SS",
"MB",
"SS",
"MB",
"SS",
"MB",
"SS",
"MB",
"SS",
"MB",
"SS",
"MB",
"SS",
"MB",
"SS",
"MB",
"p",
" = 0.03",
"p",
" = 0.05",
"p",
" = 0.06",
"p",
" = 0.075",
"high",
"low",
"(e)",
"(a)",
"(b)",
"(c)",
"(d)",
"(f)",
"(g)",
"(h)",
"FIG. 1: ARPES spectra of lightly-doped Bi2212 along the (0,0)-(",
"π, π",
") nodal direction in the second",
"BZ. (a)-(d): EDCs. A bold line for each doping indicates the spectrum where the dispersive feature",
"comes closest to",
"E$_{F}$",
". (e)-(h): Intensity plot of the spectra in the",
"E",
"-",
"k",
"plane. The features denoted",
"by",
"SS",
"are diffraction replica of the main band (",
"MB",
") due to the Bi-O plane superstructure.",
"10"
]
| [
[
120,
105,
780,
42
],
[
120,
105,
780,
42
],
[
120,
105,
780,
42
],
[
120,
105,
780,
42
],
[
120,
105,
780,
42
],
[
120,
105,
780,
42
],
[
120,
105,
780,
42
],
[
120,
105,
780,
42
],
[
120,
105,
780,
42
],
[
120,
105,
780,
42
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
117,
165,
786,
157
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
184,
367,
583,
432
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
120,
828,
780,
98
],
[
491,
978,
19,
15
]
]
| [
[
120,
105,
441,
14
],
[
571,
105,
9,
14
],
[
580,
105,
5,
14
],
[
595,
105,
16,
14
],
[
612,
105,
5,
14
],
[
627,
105,
34,
14
],
[
671,
105,
29,
14
],
[
709,
105,
33,
14
],
[
752,
105,
148,
14
],
[
120,
133,
224,
14
],
[
125,
182,
191,
14
],
[
418,
182,
9,
14
],
[
525,
182,
16,
14
],
[
542,
182,
28,
14
],
[
652,
182,
34,
14
],
[
688,
182,
28,
14
],
[
798,
182,
33,
14
],
[
832,
182,
65,
14
],
[
192,
211,
10,
14
],
[
208,
211,
28,
14
],
[
236,
211,
5,
14
],
[
241,
211,
9,
14
],
[
406,
211,
32,
14
],
[
545,
211,
6,
14
],
[
671,
211,
27,
14
],
[
843,
211,
9,
14
],
[
192,
239,
10,
14
],
[
208,
239,
28,
14
],
[
236,
239,
5,
14
],
[
241,
239,
9,
14
],
[
406,
239,
32,
14
],
[
545,
239,
6,
14
],
[
671,
239,
27,
14
],
[
836,
239,
23,
14
],
[
192,
267,
10,
14
],
[
208,
267,
28,
14
],
[
236,
267,
5,
14
],
[
241,
267,
9,
14
],
[
406,
267,
32,
14
],
[
545,
267,
6,
14
],
[
681,
267,
6,
14
],
[
845,
267,
6,
14
],
[
124,
295,
194,
14
],
[
401,
295,
41,
14
],
[
539,
295,
18,
14
],
[
681,
295,
6,
14
],
[
845,
295,
6,
14
],
[
610,
573,
24,
10
],
[
692,
573,
8,
10
],
[
489,
573,
24,
10
],
[
571,
573,
8,
10
],
[
366,
573,
24,
10
],
[
448,
573,
8,
10
],
[
244,
573,
24,
10
],
[
326,
573,
8,
10
],
[
689,
761,
18,
9
],
[
657,
761,
18,
9
],
[
625,
761,
18,
9
],
[
593,
761,
18,
9
],
[
567,
761,
18,
9
],
[
535,
761,
18,
9
],
[
503,
761,
18,
9
],
[
471,
761,
18,
9
],
[
445,
761,
18,
9
],
[
413,
761,
18,
9
],
[
381,
761,
18,
9
],
[
349,
761,
18,
9
],
[
211,
743,
19,
8
],
[
211,
724,
19,
8
],
[
211,
704,
19,
8
],
[
211,
684,
19,
8
],
[
211,
665,
19,
8
],
[
211,
645,
19,
8
],
[
215,
626,
16,
8
],
[
215,
606,
16,
8
],
[
323,
760,
18,
9
],
[
291,
760,
18,
9
],
[
259,
760,
18,
9
],
[
227,
760,
18,
9
],
[
267,
397,
8,
11
],
[
276,
397,
49,
11
],
[
387,
397,
8,
11
],
[
396,
397,
49,
11
],
[
509,
397,
8,
11
],
[
517,
397,
49,
11
],
[
631,
397,
8,
11
],
[
640,
397,
58,
11
],
[
373,
369,
251,
16
],
[
379,
584,
163,
14
],
[
542,
584,
22,
14
],
[
564,
584,
43,
14
],
[
191,
645,
16,
108
],
[
191,
636,
16,
8
],
[
200,
631,
11,
5
],
[
191,
602,
16,
29
],
[
725,
457,
14,
9
],
[
739,
457,
11,
9
],
[
750,
457,
11,
9
],
[
728,
471,
29,
9
],
[
725,
552,
14,
9
],
[
740,
552,
11,
9
],
[
751,
552,
11,
9
],
[
729,
565,
36,
9
],
[
431,
777,
22,
14
],
[
454,
777,
17,
14
],
[
471,
777,
23,
14
],
[
494,
777,
6,
14
],
[
512,
777,
23,
14
],
[
700,
549,
21,
11
],
[
700,
486,
23,
11
],
[
576,
549,
21,
11
],
[
577,
486,
23,
11
],
[
454,
549,
21,
11
],
[
455,
486,
23,
11
],
[
332,
549,
21,
11
],
[
333,
486,
23,
11
],
[
321,
618,
21,
11
],
[
270,
618,
23,
11
],
[
445,
618,
21,
11
],
[
387,
618,
23,
11
],
[
566,
618,
21,
11
],
[
511,
618,
23,
11
],
[
686,
618,
21,
11
],
[
632,
618,
23,
11
],
[
289,
741,
8,
11
],
[
298,
741,
49,
11
],
[
411,
741,
8,
11
],
[
420,
741,
49,
11
],
[
533,
741,
8,
11
],
[
542,
741,
49,
11
],
[
646,
741,
8,
11
],
[
655,
741,
58,
11
],
[
734,
599,
21,
8
],
[
735,
672,
17,
8
],
[
235,
608,
26,
15
],
[
235,
395,
26,
15
],
[
356,
395,
26,
15
],
[
479,
395,
25,
15
],
[
601,
395,
26,
15
],
[
356,
608,
20,
15
],
[
478,
608,
26,
15
],
[
601,
608,
26,
15
],
[
120,
828,
510,
14
],
[
631,
828,
29,
14
],
[
661,
828,
239,
14
],
[
120,
856,
780,
14
],
[
120,
884,
128,
14
],
[
254,
884,
22,
14
],
[
278,
884,
355,
14
],
[
639,
884,
13,
14
],
[
654,
884,
6,
14
],
[
660,
884,
9,
14
],
[
676,
884,
224,
14
],
[
120,
912,
19,
14
],
[
145,
913,
20,
10
],
[
174,
912,
327,
14
],
[
502,
913,
29,
10
],
[
533,
912,
315,
14
],
[
491,
978,
19,
15
]
]
| [
0,
0,
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,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
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,
4
]
| 9179864b5b5203368b900b986dae8018bc8d39e7dd92d924dcc7ab05f132f061 | 1002.2972.pdf | 9 | 13 | 612 | 792 | 1,025 | 1,025 | arxiv_mediumspaced | scientific_articles |
14268 | [
"7.3",
"Prerequisites",
"Four core components are involved in the e-mail archiving and records ",
"management solution: Content Manager for Multiplatforms, CommonStore for ",
"Exchange Server, IBM Records Manager, and Records Enabler for Content ",
"Manager.",
"Each core component has different prerequisites. We list what they are and their ",
"version requirements. In addition, we explain why you should install the ",
"prerequisite. Understanding this should help you when you build a system that ",
"fulfills your business needs.",
"Table 7-2 describes the prerequisites for Content Manager V8.3.",
"Prerequisites for Content Manager V8.3",
"Table 7-2",
"Prerequisites for Content Manager V8.3",
"Product",
"Version",
"Reason why we need it",
"WebSphere Application ",
"Server ",
"5.1.1.2",
"Resource Manager is a J2EE application, ",
"thus needs WebSphere Application Server.",
"DB2 ",
"8.2",
"Library Server uses stored procedures and ",
"needs a relational database (icmnlsdb). ",
"Resource Manager stores metadata in a ",
"relational database (rmdb).",
"DB2 Net Search ",
"Extender",
"8.1",
"For full text search in Content Manager.",
" Chapter 7. Installation and configuration in a Microsoft Exchange environment ",
"211"
]
| [
[
154,
78,
221,
23
],
[
154,
78,
221,
23
],
[
274,
120,
576,
71
],
[
274,
120,
576,
71
],
[
274,
120,
576,
71
],
[
274,
120,
576,
71
],
[
274,
211,
595,
71
],
[
274,
211,
595,
71
],
[
274,
211,
595,
71
],
[
274,
211,
595,
71
],
[
274,
333,
474,
14
],
[
274,
309,
375,
17
],
[
274,
368,
338,
13
],
[
274,
368,
338,
13
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
273,
384,
591,
211
],
[
294,
971,
574,
14
],
[
294,
971,
574,
14
]
]
| [
[
154,
78,
37,
23
],
[
206,
78,
169,
23
],
[
274,
120,
525,
14
],
[
274,
139,
576,
14
],
[
274,
158,
561,
14
],
[
274,
176,
69,
14
],
[
274,
211,
595,
14
],
[
274,
230,
529,
14
],
[
274,
249,
582,
14
],
[
274,
268,
203,
14
],
[
274,
333,
474,
14
],
[
274,
309,
375,
17
],
[
274,
368,
63,
13
],
[
350,
368,
263,
13
],
[
284,
395,
56,
13
],
[
462,
395,
54,
13
],
[
558,
395,
164,
13
],
[
284,
425,
157,
13
],
[
284,
442,
48,
13
],
[
462,
425,
45,
13
],
[
558,
425,
280,
13
],
[
558,
442,
286,
13
],
[
284,
472,
33,
13
],
[
462,
472,
20,
13
],
[
558,
472,
289,
13
],
[
558,
490,
266,
13
],
[
558,
507,
272,
13
],
[
558,
525,
180,
13
],
[
284,
555,
112,
13
],
[
284,
572,
60,
13
],
[
462,
555,
20,
13
],
[
558,
555,
262,
13
],
[
294,
973,
525,
13
],
[
841,
971,
27,
14
]
]
| [
7,
7,
9,
9,
9,
9,
9,
9,
9,
9,
9,
7,
0,
0,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
4,
4
]
| 2f1369968f39c1122b8c1aa9764e0d5993deaf83d663770f6e6471723a93c757 | sg246795.pdf | 228 | 488 | 612 | 648 | 1,025 | 1,025 | redbooks | manuals |
14269 | [
"I.",
"INTRODUCTION",
"Magnetic polaritons are electromagnetic waves that travel in a material with dispersion",
"and properties modified through coupling to magnetic excitations",
"$^{1}$. Polaritons can display",
"a number of interesting and useful properties, including localization to surfaces and edges,",
"and non-reciprocity",
"$^{1–4}$, whereby propagation frequency may not symmetric under direction",
"reversal: i.e.",
"ω",
"(",
"k",
")",
"=",
"ω",
"(",
"−",
"k",
"). Surface polaritons at optical frequencies have received much at-",
"tention in recent years, and appear in a number of different applications including detectors",
"$^{5}$,",
"biosensors",
"6",
"and microscopy",
"$^{7}$.",
"Theoretical treatments for ferromagnetic polaritons",
"2,8",
"and simple antiferromagnets",
"1,9,10",
"were made several years ago.",
"A most interesting class of polaritons are in multiferroic",
"materials where magnetoelectric interactions couple magnetic and electric responses",
"$^{4,11,12}$. A",
"focus of theoretical work has been on bulk modes in linear magnetoelectric coupled media",
"$^{4,11}$.",
"Surface modes have also been discussed for the case of no applied external magnetic or",
"electric fields, and neglecting canting of magnetic sublattices",
"$^{12,13}$.",
"Modification and control of multiferroic surface polaritons through external electric and",
"magnetic fields is an intriguing prospect.",
"In the present paper we discuss in detail how",
"temperature, electric and magnetic fields affect surface modes in canted spin multiferroics",
"with linear magnetoelectric coupling. We allow for canting of magnetic sublattices, and show",
"that canting is very important for understanding and manipulating surface mode frequencies.",
"Most significantly, we show that the transverse magnetic field polarisation (TM) surface",
"polariton excitations are in fact pseudo-surface modes characterized by complex propagation",
"wavevectors whose imaginary parts are proportional to the strength of the magnetoelectric",
"interaction.",
"Linear magnetoelectric coupling is believed to operate in multiferroics BaMnF$_{4}$",
"14",
"and",
"FeTiO$_{3}$",
"$^{15}$. In order to make contact with previous work on bulk polaritons, we concentrate",
"here on the BaMnF$_{4}$ system. The paper is organized as follows. The geometry and energy",
"density of the system are considered in Section II where we also discuss the canting angle",
"in relation to the magnetoelectric coupling. In section III, susceptibilities are derived using",
"Bloch and Landau-Khalatnikov equations. The electromagnetic problem is solved in Section",
"IV",
"and results given in Section V for surface and bulk modes on BaMn$_{4}$.",
"In Section VI,",
"effects on surface mode properties due to possible modifications of material parameters are",
"2"
]
| [
[
120,
96,
207,
10
],
[
120,
96,
207,
10
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
143,
780,
177
],
[
120,
335,
780,
152
],
[
120,
335,
780,
152
],
[
120,
335,
780,
152
],
[
120,
335,
780,
152
],
[
120,
335,
780,
152
],
[
120,
335,
780,
152
],
[
120,
335,
780,
152
],
[
120,
335,
780,
152
],
[
120,
335,
780,
152
],
[
120,
335,
780,
152
],
[
120,
335,
780,
152
],
[
120,
335,
780,
152
],
[
120,
335,
780,
152
],
[
120,
502,
781,
232
],
[
120,
502,
781,
232
],
[
120,
502,
781,
232
],
[
120,
502,
781,
232
],
[
120,
502,
781,
232
],
[
120,
502,
781,
232
],
[
120,
502,
781,
232
],
[
120,
502,
781,
232
],
[
120,
502,
781,
232
],
[
120,
502,
781,
232
],
[
120,
748,
780,
206
],
[
120,
748,
780,
206
],
[
120,
748,
780,
206
],
[
120,
748,
780,
206
],
[
120,
748,
780,
206
],
[
120,
748,
780,
206
],
[
120,
748,
780,
206
],
[
120,
748,
780,
206
],
[
120,
748,
780,
206
],
[
120,
748,
780,
206
],
[
120,
748,
780,
206
],
[
120,
748,
780,
206
],
[
120,
748,
780,
206
],
[
496,
978,
9,
15
]
]
| [
[
120,
96,
13,
10
],
[
155,
96,
172,
10
],
[
145,
143,
755,
15
],
[
120,
170,
566,
15
],
[
686,
170,
214,
15
],
[
120,
197,
780,
15
],
[
120,
224,
167,
15
],
[
287,
224,
613,
15
],
[
120,
251,
103,
15
],
[
232,
251,
12,
15
],
[
245,
251,
7,
15
],
[
253,
251,
10,
15
],
[
264,
251,
7,
15
],
[
277,
251,
15,
15
],
[
298,
251,
12,
15
],
[
311,
251,
7,
15
],
[
318,
251,
15,
15
],
[
334,
251,
10,
15
],
[
345,
251,
556,
15
],
[
120,
278,
767,
15
],
[
887,
278,
13,
15
],
[
120,
305,
86,
15
],
[
206,
304,
7,
10
],
[
221,
305,
132,
15
],
[
353,
305,
13,
15
],
[
145,
336,
446,
15
],
[
592,
335,
18,
10
],
[
618,
336,
245,
15
],
[
864,
335,
36,
10
],
[
120,
363,
258,
15
],
[
396,
363,
504,
15
],
[
120,
390,
708,
15
],
[
828,
390,
72,
15
],
[
120,
417,
749,
15
],
[
869,
417,
31,
15
],
[
120,
444,
780,
15
],
[
120,
472,
519,
15
],
[
640,
472,
38,
15
],
[
145,
502,
755,
15
],
[
120,
529,
359,
15
],
[
496,
529,
405,
15
],
[
120,
556,
780,
15
],
[
120,
583,
780,
15
],
[
120,
611,
780,
15
],
[
120,
638,
780,
15
],
[
120,
665,
781,
15
],
[
120,
692,
780,
15
],
[
120,
719,
97,
15
],
[
145,
750,
699,
15
],
[
846,
748,
14,
10
],
[
869,
750,
31,
15
],
[
120,
777,
61,
15
],
[
183,
777,
717,
15
],
[
120,
804,
780,
15
],
[
120,
831,
780,
15
],
[
120,
858,
780,
15
],
[
120,
885,
780,
15
],
[
120,
912,
15,
15
],
[
150,
912,
613,
15
],
[
778,
912,
123,
15
],
[
120,
939,
780,
15
],
[
496,
978,
9,
15
]
]
| [
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,
4
]
| 8b15bcfe7076346bba9f51492d4b8a5b0af1db669c315325afd7dc6a29d3ff35 | 1002.3850.pdf | 1 | 17 | 612 | 792 | 1,025 | 1,025 | arxiv_mediumspaced | scientific_articles |
14270 | [
"Functions That Modify JSON Values",
"-> ",
"\"17\" MEMBER OF(’[23, \"abc\", 17, \"ab\", 10]’)\\G",
"*************************** 1. row ***************************",
"17",
"MEMBER OF(’[23, \"abc\", \"17\", \"ab\", 10]’): 0",
"\"17\" MEMBER OF(’[23, \"abc\", 17, \"ab\", 10]’): 0",
"1",
"row in set (0.00 sec)",
"mysql> ",
"SELECT CAST(’[4,5]’ AS JSON) MEMBER OF(’[[3,4],[4,5]]’);",
"+--------------------------------------------------+",
"| CAST(’[4,5]’ AS JSON) MEMBER OF(’[[3,4],[4,5]]’) |",
"+--------------------------------------------------+",
"|",
"1",
"|",
"+--------------------------------------------------+",
"1",
"row in set (0.00 sec)",
"mysql> ",
"SELECT JSON_ARRAY(4,5) MEMBER OF(’[[3,4],[4,5]]’);",
"+--------------------------------------------+",
"| JSON_ARRAY(4,5) MEMBER OF(’[[3,4],[4,5]]’) |",
"+--------------------------------------------+",
"|",
"1",
"|",
"+--------------------------------------------+",
"1",
"row in set (0.00 sec)",
"mysql> ",
"SET @a = CAST(’{\"a\":1}’ AS JSON);",
"Query OK, 0 rows affected (0.00 sec)",
"mysql> ",
"SET @b = JSON_OBJECT(\"b\", 2);",
"Query OK, 0 rows affected (0.00 sec)",
"mysql> ",
"SET @c = JSON_ARRAY(17, @b, \"abc\", @a, 23);",
"Query OK, 0 rows affected (0.00 sec)",
"mysql> ",
"SELECT @a MEMBER OF(@c), @b MEMBER OF(@c);",
"+------------------+------------------+",
"| @a MEMBER OF(@c) | @b MEMBER OF(@c) |",
"+------------------+------------------+",
"|",
"1",
"|",
"1",
"|",
"+------------------+------------------+",
"1",
"row in set (0.00 sec)",
"2363",
"The path-value pairs are evaluated left to right. The document produced by evaluating one pair becomes",
"the new value against which the next pair is evaluated.",
"Appends values to the end of the indicated arrays within a JSON document and returns the result.",
"Returns ",
"NULL",
" if any argument is ",
"NULL",
". An error occurs if the ",
"json_doc",
" argument is not a valid JSON",
"document or any ",
"path",
" argument is not a valid path expression or contains a ",
"*",
" or ",
"**",
" wildcard.",
"The functions in this section modify JSON values and return the result.",
"The ",
"MEMBER OF()",
" operator was added in MySQL 8.0.17.",
"12.18.4",
"Functions That Modify JSON Values",
"•",
"JSON_ARRAY_APPEND(",
"json_doc",
", ",
"path",
", ",
"val",
"[, ",
"path",
", ",
"val",
"] ...)",
"Any JSON objects used as values to be tested or which appear in the target array must be coerced to",
"the correct type using ",
"CAST(... AS JSON)",
" or ",
"JSON_OBJECT()",
". In addition, a target array containing",
"JSON objects must itself be cast using ",
"JSON_ARRAY",
". This is demonstrated in the following sequence of",
"statements:",
"It is also possible to perform the necessary cast using the ",
"JSON_ARRAY()",
" function, like this:",
"To use this operator with a value which itself an array, it is necessary to cast it explicitly as a JSON",
"array. You can do this with ",
"CAST(... AS JSON)",
":"
]
| [
[
392,
48,
269,
11
],
[
187,
95,
498,
57
],
[
187,
95,
498,
57
],
[
187,
95,
498,
57
],
[
187,
95,
498,
57
],
[
187,
95,
498,
57
],
[
187,
95,
498,
57
],
[
187,
95,
498,
57
],
[
187,
95,
498,
57
],
[
187,
209,
506,
82
],
[
187,
209,
506,
82
],
[
187,
209,
506,
82
],
[
187,
209,
506,
82
],
[
187,
209,
506,
82
],
[
187,
209,
506,
82
],
[
187,
209,
506,
82
],
[
187,
209,
506,
82
],
[
187,
209,
506,
82
],
[
187,
209,
506,
82
],
[
187,
209,
506,
82
],
[
187,
333,
458,
82
],
[
187,
333,
458,
82
],
[
187,
333,
458,
82
],
[
187,
333,
458,
82
],
[
187,
333,
458,
82
],
[
187,
333,
458,
82
],
[
187,
333,
458,
82
],
[
187,
333,
458,
82
],
[
187,
333,
458,
82
],
[
187,
333,
458,
82
],
[
187,
333,
458,
82
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
187,
504,
401,
194
],
[
927,
964,
37,
11
],
[
187,
881,
773,
27
],
[
187,
881,
773,
27
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
187,
824,
757,
43
],
[
170,
772,
522,
11
],
[
187,
714,
430,
11
],
[
187,
714,
430,
11
],
[
187,
714,
430,
11
],
[
90,
741,
487,
16
],
[
90,
741,
487,
16
],
[
170,
798,
569,
11
],
[
170,
798,
569,
11
],
[
170,
798,
569,
11
],
[
170,
798,
569,
11
],
[
170,
798,
569,
11
],
[
170,
798,
569,
11
],
[
170,
798,
569,
11
],
[
170,
798,
569,
11
],
[
170,
798,
569,
11
],
[
170,
798,
569,
11
],
[
170,
798,
569,
11
],
[
170,
798,
569,
11
],
[
187,
432,
766,
58
],
[
187,
432,
766,
58
],
[
187,
432,
766,
58
],
[
187,
432,
766,
58
],
[
187,
432,
766,
58
],
[
187,
432,
766,
58
],
[
187,
432,
766,
58
],
[
187,
432,
766,
58
],
[
187,
432,
766,
58
],
[
187,
432,
766,
58
],
[
187,
308,
683,
11
],
[
187,
308,
683,
11
],
[
187,
308,
683,
11
],
[
187,
168,
730,
27
],
[
187,
168,
730,
27
],
[
187,
168,
730,
27
],
[
187,
168,
730,
27
]
]
| [
[
392,
48,
269,
11
],
[
219,
95,
24,
8
],
[
243,
95,
361,
8
],
[
187,
107,
498,
8
],
[
187,
120,
15,
8
],
[
211,
120,
346,
8
],
[
187,
132,
369,
8
],
[
187,
145,
8,
8
],
[
203,
145,
168,
8
],
[
187,
209,
56,
8
],
[
243,
209,
450,
8
],
[
187,
222,
418,
8
],
[
187,
234,
418,
8
],
[
187,
247,
418,
8
],
[
187,
259,
8,
8
],
[
581,
259,
8,
8
],
[
597,
259,
8,
8
],
[
187,
272,
418,
8
],
[
187,
284,
8,
8
],
[
203,
284,
168,
8
],
[
187,
333,
56,
8
],
[
243,
333,
401,
8
],
[
187,
346,
369,
8
],
[
187,
358,
369,
8
],
[
187,
371,
369,
8
],
[
187,
383,
8,
8
],
[
533,
383,
8,
8
],
[
549,
383,
8,
8
],
[
187,
395,
369,
8
],
[
187,
408,
8,
8
],
[
203,
408,
168,
8
],
[
187,
504,
56,
8
],
[
243,
504,
265,
8
],
[
187,
516,
289,
8
],
[
187,
541,
56,
8
],
[
243,
541,
233,
8
],
[
187,
553,
289,
8
],
[
187,
578,
56,
8
],
[
243,
578,
345,
8
],
[
187,
591,
289,
8
],
[
187,
616,
56,
8
],
[
243,
616,
337,
8
],
[
187,
628,
313,
8
],
[
187,
640,
313,
8
],
[
187,
653,
313,
8
],
[
187,
665,
8,
8
],
[
324,
665,
8,
8
],
[
340,
665,
8,
8
],
[
476,
665,
8,
8
],
[
493,
665,
8,
8
],
[
187,
678,
313,
8
],
[
187,
690,
8,
8
],
[
203,
690,
168,
8
],
[
927,
964,
37,
11
],
[
187,
881,
773,
11
],
[
187,
897,
404,
11
],
[
187,
824,
724,
11
],
[
187,
840,
63,
11
],
[
250,
841,
40,
10
],
[
291,
840,
141,
11
],
[
432,
841,
40,
10
],
[
472,
840,
169,
11
],
[
642,
841,
80,
10
],
[
722,
840,
222,
11
],
[
187,
855,
129,
11
],
[
316,
856,
40,
10
],
[
357,
855,
401,
11
],
[
758,
856,
10,
10
],
[
768,
855,
24,
11
],
[
792,
856,
20,
10
],
[
812,
855,
70,
11
],
[
170,
772,
522,
11
],
[
187,
714,
33,
11
],
[
221,
715,
110,
10
],
[
331,
714,
286,
11
],
[
90,
741,
78,
16
],
[
175,
741,
402,
16
],
[
170,
798,
19,
11
],
[
187,
799,
180,
10
],
[
368,
799,
80,
10
],
[
448,
799,
20,
10
],
[
468,
799,
40,
10
],
[
509,
799,
20,
10
],
[
529,
799,
30,
10
],
[
559,
799,
30,
10
],
[
589,
799,
40,
10
],
[
629,
799,
20,
10
],
[
649,
799,
30,
10
],
[
679,
799,
60,
10
],
[
187,
432,
751,
11
],
[
187,
447,
164,
11
],
[
352,
448,
170,
10
],
[
523,
447,
24,
11
],
[
547,
448,
130,
10
],
[
678,
447,
276,
11
],
[
187,
463,
290,
11
],
[
477,
464,
100,
10
],
[
578,
463,
376,
11
],
[
187,
478,
86,
11
],
[
187,
308,
430,
11
],
[
617,
309,
120,
10
],
[
738,
308,
133,
11
],
[
187,
168,
730,
11
],
[
187,
184,
202,
11
],
[
389,
185,
170,
10
],
[
560,
184,
4,
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,
4,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
7,
7,
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
]
| 85a3cecc2b908ada79c7c9f811b041ea243cbf5f529f119374cb2c7b181ae0db | refman-8.0-en.pdf | 2,392 | 6,228 | 612 | 792 | 1,025 | 1,025 | manuals | manuals |
14271 | [
"268 ",
"IBM z15 (8561) Technical Guide",
"z/VM Dynamic I/O Support for OSA-Express6S OSD CHPIDs",
"-",
"-",
"-",
"-",
"Y",
"Y",
"z/VM Dynamic I/O Support for OSA-Express7S OSD CHPIDs",
"-",
"-",
"-",
"-",
"Y",
"Y",
"OSA Dynamic LAN idle",
"Y",
"Y",
"Y",
"Y",
"N",
"N",
"OSA Layer 3 virtual MAC for z/OS environments",
"Y",
"Y",
"Y",
"Y",
"-",
"-",
"Network Traffic Analyzer",
"Y",
"Y",
"Y",
"Y",
"N",
"N",
"Hipersockets",
"HiperSockets",
"e",
"Y",
"Y",
"YYYY",
"3",
"2",
" H",
"i",
"p",
"e",
"r",
"S",
"o",
"c",
"k",
"t",
"s",
"Y",
"Y",
"YYYY",
"H",
"i",
"p",
"e",
"r",
"S",
"o",
"c",
"k",
"t",
"s",
" C",
"m",
"p",
"l",
"e",
"t",
"i",
"o",
"n",
" Q",
"u",
"e",
"Y",
"Y",
"YYYY",
"HiperSockets Virtual Switch Bridge",
"-",
"-",
"-",
"-",
"Y",
"Y",
"HiperSockets Multiple Write Facility",
"Y",
"Y",
"Y",
"Y",
"N",
"N",
"H",
"i",
"p",
"e",
"r",
"S",
"o",
"c",
"k",
"t",
"s",
" s",
"u",
"p",
"o",
"r",
"t",
" o",
"f",
" I",
"P",
"V",
"6",
"Y",
"Y",
"YYYY",
"HiperSockets Layer 2 support",
"Y",
"Y",
"YYYY",
"SMC-D and SMC-R",
"SMC-D$^{f}$ over ISM (Internal Shared Memory)",
"Y",
"Y",
"Y",
"N",
"Y",
"c",
"Y",
"c",
"10GbE RoCE$^{g}$ Express",
"Y",
"Y",
"Y",
"Y",
"Y",
"c",
"Y",
"c",
"25GbE and 10GbE RoCE Express2 for SMC-R",
"Y",
"Y",
"Y",
"Y",
"Y",
"c",
"Y",
"c",
"25GbE and 10GbE RoCE Express2 and 2.1 for Ethernet ",
"communications$^{h}$ including Single Root I/O Virtualization ",
"(SR-IOV)",
"N",
"N",
"NNY",
"c",
"Y",
"c",
"z/VM Dynamic I/O support for RoCEExpress2 and 2.1",
"-",
"-",
"-",
"-",
"Y",
"Y",
"S",
"h",
"a",
"r",
"e",
"d",
" R",
"o",
"C",
"E",
" e",
"n",
"v",
"i",
"r",
"o",
"m",
"e",
"n",
"t",
"Y",
"Y",
"YYYY",
"Open Systems Adapter (OSA)",
"i",
"OSA-Express7S 1000BASE-T Ethernet",
"CHPID type OSC",
"Y",
"Y",
"YYYY",
"OSA-Express6S 1000BASE-T Ethernet",
"CHPID type OSC",
"Y",
"Y",
"YYYY",
"OSA-Express5S 1000BASE-T Ethernet",
"CHPID type OSC",
"Y",
"Y",
"YYYY",
"OSA-Express7S 25-Gigabit Ethernet Short Reach (SR and ",
"SR1.1) CHPID type OSD",
"Y",
"Y",
"j",
"Y",
"j",
"Y",
"j",
"Y",
"k",
"Y",
"k",
"OSA-Express7S 10-Gigabit Ethernet Long Reach (LR) and ",
"Short Reach (SR) CHPID type OSD",
"Y",
"Y",
"YYYY",
"OSA-Express6S 10-Gigabit Ethernet Long Reach (LR) and ",
"Short Reach (SR) CHPID type OSD",
"Y",
"Y",
"YYYY",
"OSA-Express5S 10-Gigabit Ethernet Long Reach (LR) and ",
"Short Reach (SR) CHPID type OSD",
"Y",
"Y",
"YYYY",
"Function",
"a",
"z/OS",
"V2R4",
"b",
"z/OS ",
"V2R3",
"z/OS",
"V2R2",
"z/OS",
"V2R1",
"z/VM",
"V7R1",
"z/VM",
"V6R4"
]
| [
[
108,
976,
281,
11
],
[
108,
976,
281,
11
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
],
[
104,
90,
815,
860
]
]
| [
[
108,
976,
32,
11
],
[
165,
977,
224,
10
],
[
118,
139,
409,
10
],
[
550,
139,
5,
10
],
[
619,
139,
5,
10
],
[
680,
139,
5,
10
],
[
741,
139,
5,
10
],
[
803,
139,
10,
10
],
[
864,
139,
10,
10
],
[
118,
163,
409,
10
],
[
550,
163,
5,
10
],
[
619,
163,
5,
10
],
[
680,
163,
5,
10
],
[
741,
163,
5,
10
],
[
803,
163,
10,
10
],
[
864,
163,
10,
10
],
[
118,
188,
155,
10
],
[
550,
188,
10,
10
],
[
619,
188,
10,
10
],
[
680,
188,
10,
10
],
[
741,
188,
10,
10
],
[
803,
188,
10,
10
],
[
864,
188,
10,
10
],
[
118,
212,
322,
10
],
[
550,
212,
10,
10
],
[
619,
212,
10,
10
],
[
680,
212,
10,
10
],
[
741,
212,
10,
10
],
[
802,
212,
4,
10
],
[
864,
212,
4,
10
],
[
118,
237,
163,
10
],
[
550,
237,
10,
10
],
[
619,
237,
10,
10
],
[
680,
237,
10,
10
],
[
741,
237,
10,
10
],
[
803,
237,
10,
10
],
[
864,
237,
10,
10
],
[
118,
262,
94,
10
],
[
118,
286,
89,
10
],
[
208,
283,
6,
8
],
[
550,
286,
61,
10
],
[
619,
286,
61,
10
],
[
680,
286,
245,
10
],
[
118,
311,
59,
10
],
[
126,
311,
59,
10
],
[
135,
311,
66,
10
],
[
150,
311,
54,
10
],
[
153,
311,
59,
10
],
[
162,
311,
59,
10
],
[
170,
311,
56,
10
],
[
175,
311,
61,
10
],
[
185,
311,
59,
10
],
[
193,
311,
58,
10
],
[
201,
311,
58,
10
],
[
217,
311,
55,
10
],
[
221,
311,
58,
10
],
[
550,
311,
61,
10
],
[
619,
311,
61,
10
],
[
680,
311,
245,
10
],
[
118,
335,
62,
10
],
[
129,
335,
54,
10
],
[
132,
335,
59,
10
],
[
141,
335,
59,
10
],
[
149,
335,
56,
10
],
[
154,
335,
61,
10
],
[
164,
335,
59,
10
],
[
172,
335,
58,
10
],
[
180,
335,
58,
10
],
[
196,
335,
55,
10
],
[
200,
335,
58,
10
],
[
208,
335,
66,
10
],
[
231,
335,
63,
10
],
[
243,
335,
59,
10
],
[
252,
335,
54,
10
],
[
255,
335,
59,
10
],
[
264,
335,
55,
10
],
[
268,
335,
54,
10
],
[
271,
335,
59,
10
],
[
279,
335,
59,
10
],
[
288,
335,
67,
10
],
[
304,
335,
59,
10
],
[
329,
335,
59,
10
],
[
550,
335,
61,
10
],
[
619,
335,
61,
10
],
[
680,
335,
245,
10
],
[
118,
360,
232,
10
],
[
550,
360,
5,
10
],
[
619,
360,
5,
10
],
[
680,
360,
5,
10
],
[
741,
360,
5,
10
],
[
803,
360,
10,
10
],
[
864,
360,
10,
10
],
[
118,
385,
235,
10
],
[
550,
385,
10,
10
],
[
619,
385,
10,
10
],
[
680,
385,
10,
10
],
[
741,
385,
10,
10
],
[
803,
385,
10,
10
],
[
864,
385,
10,
10
],
[
118,
409,
62,
10
],
[
129,
409,
54,
10
],
[
132,
409,
59,
10
],
[
141,
409,
59,
10
],
[
149,
409,
56,
10
],
[
154,
409,
61,
10
],
[
164,
409,
59,
10
],
[
172,
409,
58,
10
],
[
180,
409,
58,
10
],
[
196,
409,
55,
10
],
[
200,
409,
58,
10
],
[
208,
409,
63,
10
],
[
219,
409,
59,
10
],
[
228,
409,
59,
10
],
[
244,
409,
59,
10
],
[
253,
409,
56,
10
],
[
258,
409,
55,
10
],
[
262,
409,
63,
10
],
[
275,
409,
55,
10
],
[
279,
409,
59,
10
],
[
287,
409,
61,
10
],
[
297,
409,
61,
10
],
[
307,
409,
59,
10
],
[
550,
409,
61,
10
],
[
619,
409,
61,
10
],
[
680,
409,
245,
10
],
[
118,
434,
198,
10
],
[
550,
434,
10,
10
],
[
619,
434,
10,
10
],
[
680,
434,
245,
10
],
[
118,
458,
133,
10
],
[
118,
483,
292,
10
],
[
550,
483,
10,
10
],
[
619,
483,
10,
10
],
[
680,
483,
10,
10
],
[
741,
483,
10,
10
],
[
803,
483,
10,
10
],
[
813,
480,
6,
8
],
[
864,
483,
10,
10
],
[
874,
480,
6,
8
],
[
118,
508,
156,
10
],
[
550,
508,
10,
10
],
[
619,
508,
10,
10
],
[
680,
508,
10,
10
],
[
741,
508,
10,
10
],
[
803,
508,
10,
10
],
[
813,
505,
6,
8
],
[
864,
508,
10,
10
],
[
874,
505,
6,
8
],
[
118,
532,
313,
10
],
[
550,
532,
10,
10
],
[
619,
532,
10,
10
],
[
680,
532,
10,
10
],
[
741,
532,
10,
10
],
[
802,
532,
10,
10
],
[
813,
529,
6,
8
],
[
864,
532,
10,
10
],
[
874,
529,
6,
8
],
[
118,
557,
379,
10
],
[
118,
571,
379,
10
],
[
118,
585,
61,
10
],
[
550,
557,
61,
10
],
[
619,
557,
61,
10
],
[
680,
557,
183,
10
],
[
813,
554,
6,
8
],
[
864,
557,
10,
10
],
[
874,
554,
6,
8
],
[
118,
610,
363,
10
],
[
550,
610,
5,
10
],
[
619,
610,
5,
10
],
[
680,
610,
5,
10
],
[
741,
610,
5,
10
],
[
803,
610,
10,
10
],
[
864,
610,
10,
10
],
[
118,
634,
61,
10
],
[
128,
634,
59,
10
],
[
136,
634,
59,
10
],
[
145,
634,
56,
10
],
[
150,
634,
59,
10
],
[
158,
634,
59,
10
],
[
167,
634,
66,
10
],
[
182,
634,
59,
10
],
[
190,
634,
62,
10
],
[
201,
634,
61,
10
],
[
211,
634,
63,
10
],
[
223,
634,
59,
10
],
[
232,
634,
58,
10
],
[
239,
634,
54,
10
],
[
243,
634,
56,
10
],
[
248,
634,
59,
10
],
[
264,
634,
63,
10
],
[
277,
634,
59,
10
],
[
285,
634,
59,
10
],
[
294,
634,
55,
10
],
[
550,
634,
61,
10
],
[
619,
634,
61,
10
],
[
680,
634,
245,
10
],
[
118,
659,
212,
10
],
[
331,
656,
3,
8
],
[
118,
684,
262,
10
],
[
118,
698,
116,
10
],
[
550,
684,
61,
10
],
[
619,
684,
61,
10
],
[
680,
684,
245,
10
],
[
118,
722,
262,
10
],
[
118,
737,
116,
10
],
[
550,
722,
61,
10
],
[
619,
722,
61,
10
],
[
680,
722,
245,
10
],
[
118,
761,
262,
10
],
[
118,
775,
116,
10
],
[
550,
761,
61,
10
],
[
619,
761,
61,
10
],
[
680,
761,
245,
10
],
[
118,
800,
395,
10
],
[
118,
814,
167,
10
],
[
550,
800,
10,
10
],
[
619,
800,
10,
10
],
[
629,
797,
2,
8
],
[
680,
800,
10,
10
],
[
690,
797,
2,
8
],
[
741,
800,
10,
10
],
[
751,
797,
2,
8
],
[
803,
800,
10,
10
],
[
813,
797,
6,
8
],
[
864,
800,
10,
10
],
[
874,
797,
6,
8
],
[
118,
839,
396,
10
],
[
118,
853,
239,
10
],
[
550,
839,
61,
10
],
[
619,
839,
61,
10
],
[
680,
839,
245,
10
],
[
118,
878,
396,
10
],
[
118,
892,
239,
10
],
[
550,
878,
61,
10
],
[
619,
878,
61,
10
],
[
680,
878,
245,
10
],
[
118,
917,
396,
10
],
[
118,
931,
239,
10
],
[
550,
917,
61,
10
],
[
619,
917,
61,
10
],
[
680,
917,
245,
10
],
[
118,
100,
63,
10
],
[
182,
97,
6,
8
],
[
550,
100,
33,
10
],
[
550,
114,
37,
10
],
[
588,
111,
7,
8
],
[
619,
100,
37,
10
],
[
619,
114,
37,
10
],
[
680,
100,
33,
10
],
[
680,
114,
37,
10
],
[
741,
100,
33,
10
],
[
741,
114,
37,
10
],
[
803,
100,
34,
10
],
[
803,
114,
37,
10
],
[
864,
100,
34,
10
],
[
864,
114,
37,
10
]
]
| [
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
]
| 495de512a0cf7a08902d35bcb61b113bcfecc0aea575980453be012e2cac4708 | sg248851.pdf | 287 | 548 | 612 | 792 | 1,025 | 1,025 | redbooks | manuals |
14272 | [
"Lemma A2.",
"Let",
"Z",
"= diag (",
"z$_{1}$, ..., z$_{r}$",
")",
",",
"where",
"z$_{1}$, ..., z$_{r}$",
"are complex variables,",
"and let",
"b$_{1}$, ..., b$_{p}$",
"be complex constants. Then",
"The series on the right-hand side of this equality converges uniformly over",
"Ω$_{ρ}$ =",
"{Z",
": max$_{j}$$_{≤}$$_{r}$",
"|",
"z$_{j}$",
"| ≤",
"ρ",
"−",
"$^{1}$}",
",",
"for any",
"ρ >",
"max$_{s}$$_{≤}$$_{p}$",
"|",
"b$_{s}$",
"|",
".",
"Proof:",
"Macdonald (1995, Chapter VI,",
"§",
"10)",
"shows that",
"r",
"∏",
"j",
"=1",
"p",
"∏",
"s",
"=1",
"(1",
"−",
"b$_{s}$z$_{j}$",
")",
"−",
"1",
"/α",
"=",
"∑",
"∞",
"k",
"=0",
"∑",
"κ",
"⊢",
"k",
"P",
"(",
"α",
")",
"κ",
"(",
"B",
")",
"Q",
"(",
"α",
")",
"κ",
"(",
"Z",
")",
",",
"where",
"Q",
"(",
"α",
")",
"κ",
"=",
"c",
"(",
"κ,α",
")",
"c",
"′",
"(",
"κ,α",
"$_{)}$P",
"(",
"α",
")",
"κ",
". This result together with",
"(35)",
"imply (36). The uniform convergence in (36) follows from the fact that func-",
"tion",
"∏",
"r",
"j",
"=1",
"∏",
"p",
"s",
"$_{=1}$(1",
"−",
"b$_{s}$z$_{j}$",
")",
"−",
"1",
"/α",
"is analytic in an open region that includes Ω$_{ρ}$.",
"□",
"We are now ready to prove Lemma 1. Consider the right-hand side of (1), which",
"we will denote as RHS. We will assume that max$_{s}$$_{≤}$$_{p}$",
"|",
"b$_{s}$",
"|",
"<",
"1",
"and that the contour",
"K",
"is the unit circle in the complex plane. That these assumptions are without loss",
"of generality follows from the fact that the value of RHS does not change under the",
"transformation",
"Z →",
"ϕ",
"Z",
", B",
"→",
"ϕB,",
"and",
"A",
"→",
"ϕ",
"−",
"$^{1}$A,",
"where",
"ϕ",
"is any positive num-",
"ber, and under a deformation of",
"K",
"into the unit circle (because such a deformation",
"leaves the contour in the region of the analyticity of the integrand). With these as-",
"sumptions, and noting that the component",
"∏",
"r",
"$_{j>i}$(",
"z$_{j}$",
"−",
"z$_{i}$",
")",
"2",
"/α",
"of",
"ω",
"(",
"α",
"$^{)}$(",
"A, B,",
"Z",
") equals",
"(",
"−",
"1)",
"r",
"(",
"r",
"−",
"1)",
"/",
"(2",
"α",
")",
"∏",
"r",
"j",
"=1",
"z",
"(",
"r",
"−",
"1)",
"/α",
"j",
"∏",
"r",
"j",
"=",
"i",
"(",
"1",
"−",
"z$_{i}$z",
"−",
"1",
"j",
")",
"1",
"/α",
",",
"we can rewrite RHS for",
"α",
"= 2",
"/β,",
"where",
"β",
"is any positive integer, in the form of the torus scalar product",
"where",
"RHS",
"=",
"γ",
"(",
"α",
")",
"〈",
"$_{0}$F",
"(",
"α",
")",
"0",
"(",
"A",
",",
"Z",
")",
",",
"r",
"∏",
"j",
"=1",
"(",
"z$_{j}$/a$_{j}$",
")",
"(",
"p",
"−",
"r",
"+1)",
"/α",
"−",
"1",
"r",
"∏",
"j",
"=1",
"p",
"∏",
"s",
"=1",
"(1",
"−",
"b$_{s}$z$_{j}$",
")",
"−",
"1",
"/α",
"〉$_{α}$",
",",
"γ",
"(",
"α",
")",
"=",
"r",
"∏",
"j",
"=1",
"[",
"Γ ((",
"p",
"+1",
"−",
"j",
")",
"/α",
") Γ (1",
"/α",
")",
"Γ ((",
"r",
"+1",
"−",
"j",
")",
"/α",
")",
"]",
".",
"(37)",
"r",
"∏",
"j",
"=1",
"p",
"∏",
"s",
"=1",
"(1",
"−",
"b$_{s}$z$_{j}$",
")",
"−",
"1",
"/α",
"=",
"∞",
"∑",
"k",
"=0",
"∑",
"κ",
"⊢",
"k",
"w",
"(",
"κ, α",
")",
"(",
"α",
"|",
"κ",
"|",
"|",
"κ",
"|",
"!)",
"$_{2}$C",
"(",
"α",
")",
"κ",
"(",
"B",
")",
"C",
"(",
"α",
")",
"κ",
"(",
"Z",
")",
".",
"(36)",
"24"
]
| [
[
180,
97,
699,
46
],
[
180,
97,
699,
46
],
[
180,
97,
699,
46
],
[
180,
97,
699,
46
],
[
180,
97,
699,
46
],
[
180,
97,
699,
46
],
[
180,
97,
699,
46
],
[
180,
97,
699,
46
],
[
180,
97,
699,
46
],
[
180,
97,
699,
46
],
[
180,
97,
699,
46
],
[
180,
97,
699,
46
],
[
180,
97,
699,
46
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
243,
699,
57
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
294,
699,
152
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
439,
699,
293
],
[
180,
834,
49,
15
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
228,
758,
603,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
372,
850,
508,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
281,
168,
598,
58
],
[
520,
949,
19,
15
]
]
| [
[
210,
97,
115,
13
],
[
336,
97,
26,
15
],
[
373,
97,
14,
26
],
[
396,
97,
69,
15
],
[
466,
97,
66,
15
],
[
533,
97,
7,
15
],
[
544,
97,
5,
15
],
[
557,
97,
48,
15
],
[
615,
97,
66,
15
],
[
690,
97,
189,
15
],
[
180,
128,
58,
15
],
[
248,
128,
65,
15
],
[
321,
128,
236,
15
],
[
180,
243,
644,
15
],
[
835,
243,
44,
15
],
[
180,
274,
24,
26
],
[
212,
274,
71,
15
],
[
288,
274,
5,
26
],
[
294,
274,
14,
15
],
[
310,
274,
26,
26
],
[
342,
274,
10,
15
],
[
352,
272,
11,
10
],
[
363,
274,
17,
26
],
[
385,
274,
5,
15
],
[
397,
274,
61,
15
],
[
468,
274,
30,
15
],
[
504,
274,
61,
15
],
[
570,
274,
5,
26
],
[
575,
274,
14,
15
],
[
591,
274,
5,
26
],
[
596,
274,
6,
15
],
[
210,
306,
68,
10
],
[
287,
305,
260,
15
],
[
554,
305,
8,
26
],
[
563,
305,
22,
15
],
[
601,
305,
86,
15
],
[
702,
294,
6,
10
],
[
696,
304,
18,
46
],
[
693,
322,
5,
10
],
[
700,
322,
18,
10
],
[
729,
294,
7,
10
],
[
724,
304,
18,
46
],
[
721,
322,
6,
10
],
[
727,
322,
18,
10
],
[
749,
305,
17,
15
],
[
767,
305,
15,
26
],
[
784,
305,
30,
15
],
[
816,
305,
7,
15
],
[
824,
301,
11,
10
],
[
835,
301,
7,
10
],
[
842,
301,
16,
10
],
[
865,
305,
15,
15
],
[
180,
338,
21,
46
],
[
201,
335,
14,
10
],
[
201,
347,
7,
10
],
[
209,
347,
18,
10
],
[
232,
338,
21,
46
],
[
253,
347,
8,
10
],
[
261,
347,
8,
10
],
[
269,
347,
7,
10
],
[
281,
339,
12,
15
],
[
297,
335,
5,
10
],
[
302,
335,
9,
10
],
[
311,
335,
5,
10
],
[
294,
344,
8,
10
],
[
321,
339,
7,
15
],
[
329,
339,
14,
15
],
[
345,
339,
7,
15
],
[
356,
339,
15,
15
],
[
371,
335,
5,
10
],
[
377,
335,
9,
10
],
[
386,
335,
5,
10
],
[
371,
344,
8,
10
],
[
395,
339,
7,
15
],
[
403,
339,
14,
26
],
[
419,
339,
7,
15
],
[
430,
339,
5,
15
],
[
443,
339,
49,
15
],
[
500,
339,
15,
15
],
[
515,
335,
5,
10
],
[
521,
335,
9,
10
],
[
530,
335,
5,
10
],
[
515,
344,
8,
10
],
[
543,
339,
15,
15
],
[
569,
335,
6,
10
],
[
575,
335,
5,
10
],
[
580,
335,
21,
10
],
[
602,
335,
5,
10
],
[
566,
348,
6,
10
],
[
573,
348,
3,
6
],
[
577,
348,
5,
10
],
[
583,
348,
21,
10
],
[
604,
339,
20,
15
],
[
627,
335,
5,
10
],
[
632,
335,
9,
10
],
[
641,
335,
5,
10
],
[
624,
344,
8,
10
],
[
648,
339,
231,
15
],
[
180,
370,
27,
15
],
[
224,
370,
655,
15
],
[
180,
401,
33,
15
],
[
221,
400,
18,
46
],
[
240,
397,
6,
10
],
[
240,
409,
5,
10
],
[
246,
409,
18,
10
],
[
268,
400,
18,
46
],
[
287,
397,
7,
10
],
[
287,
409,
6,
10
],
[
294,
401,
39,
15
],
[
335,
401,
15,
26
],
[
351,
401,
30,
15
],
[
384,
401,
7,
15
],
[
391,
397,
11,
10
],
[
402,
397,
7,
10
],
[
409,
397,
16,
10
],
[
433,
401,
396,
15
],
[
829,
402,
15,
13
],
[
210,
439,
669,
15
],
[
180,
470,
446,
15
],
[
631,
470,
5,
26
],
[
637,
470,
14,
15
],
[
653,
470,
5,
26
],
[
664,
470,
15,
15
],
[
685,
470,
7,
15
],
[
708,
470,
171,
15
],
[
180,
501,
15,
26
],
[
202,
501,
677,
15
],
[
180,
532,
699,
15
],
[
180,
563,
127,
15
],
[
314,
563,
41,
26
],
[
361,
563,
12,
15
],
[
374,
563,
14,
26
],
[
390,
563,
26,
15
],
[
423,
563,
20,
26
],
[
449,
563,
34,
15
],
[
489,
563,
31,
15
],
[
527,
563,
14,
15
],
[
548,
563,
20,
26
],
[
573,
563,
12,
15
],
[
586,
561,
11,
10
],
[
597,
563,
27,
15
],
[
631,
563,
49,
15
],
[
688,
563,
12,
15
],
[
707,
563,
172,
15
],
[
180,
594,
270,
15
],
[
456,
594,
15,
26
],
[
477,
594,
402,
15
],
[
180,
625,
699,
15
],
[
180,
656,
360,
15
],
[
546,
655,
18,
46
],
[
565,
652,
6,
10
],
[
565,
656,
34,
15
],
[
599,
656,
14,
15
],
[
617,
656,
15,
26
],
[
633,
656,
13,
15
],
[
648,
656,
7,
15
],
[
656,
652,
7,
10
],
[
663,
652,
16,
10
],
[
684,
656,
15,
15
],
[
705,
656,
12,
15
],
[
718,
654,
5,
10
],
[
724,
654,
9,
10
],
[
733,
656,
17,
15
],
[
750,
656,
44,
15
],
[
798,
656,
14,
26
],
[
814,
656,
65,
15
],
[
180,
687,
7,
15
],
[
188,
687,
15,
26
],
[
203,
687,
17,
15
],
[
221,
683,
6,
10
],
[
228,
683,
5,
10
],
[
233,
683,
6,
10
],
[
240,
683,
11,
10
],
[
251,
683,
12,
10
],
[
264,
683,
7,
10
],
[
271,
683,
12,
10
],
[
283,
683,
9,
10
],
[
293,
683,
5,
10
],
[
302,
686,
18,
46
],
[
321,
683,
6,
10
],
[
321,
695,
5,
10
],
[
328,
695,
18,
10
],
[
350,
687,
9,
15
],
[
360,
683,
5,
10
],
[
365,
683,
6,
10
],
[
372,
683,
11,
10
],
[
383,
683,
12,
10
],
[
396,
683,
16,
10
],
[
359,
695,
5,
10
],
[
416,
686,
18,
46
],
[
435,
683,
6,
10
],
[
435,
695,
5,
10
],
[
442,
695,
11,
10
],
[
453,
695,
4,
10
],
[
458,
685,
9,
46
],
[
468,
687,
9,
15
],
[
479,
687,
15,
26
],
[
495,
687,
23,
15
],
[
520,
684,
11,
10
],
[
531,
684,
7,
10
],
[
519,
695,
5,
10
],
[
539,
685,
9,
46
],
[
548,
682,
7,
10
],
[
555,
682,
16,
10
],
[
576,
687,
5,
15
],
[
588,
687,
204,
15
],
[
801,
687,
12,
15
],
[
820,
687,
32,
15
],
[
852,
687,
27,
15
],
[
180,
718,
49,
15
],
[
237,
718,
11,
15
],
[
256,
718,
531,
15
],
[
180,
834,
49,
15
],
[
228,
774,
45,
15
],
[
280,
774,
15,
15
],
[
301,
774,
10,
15
],
[
312,
772,
5,
10
],
[
317,
772,
9,
10
],
[
327,
772,
5,
10
],
[
336,
759,
16,
46
],
[
355,
774,
20,
15
],
[
378,
770,
5,
10
],
[
383,
770,
9,
10
],
[
392,
770,
5,
10
],
[
375,
782,
7,
10
],
[
399,
774,
7,
15
],
[
403,
774,
15,
26
],
[
419,
774,
5,
15
],
[
428,
774,
14,
26
],
[
441,
774,
7,
15
],
[
454,
774,
5,
15
],
[
472,
759,
6,
10
],
[
462,
771,
25,
46
],
[
463,
796,
5,
10
],
[
470,
796,
18,
10
],
[
491,
774,
7,
15
],
[
499,
774,
42,
15
],
[
543,
774,
7,
15
],
[
551,
771,
5,
10
],
[
556,
771,
7,
10
],
[
561,
771,
11,
10
],
[
569,
771,
6,
10
],
[
574,
771,
21,
10
],
[
595,
771,
16,
10
],
[
609,
771,
11,
10
],
[
618,
771,
7,
10
],
[
638,
759,
6,
10
],
[
629,
771,
25,
46
],
[
629,
796,
5,
10
],
[
636,
796,
18,
10
],
[
667,
758,
7,
10
],
[
658,
771,
25,
46
],
[
658,
796,
6,
10
],
[
665,
796,
18,
10
],
[
687,
774,
17,
15
],
[
705,
774,
15,
26
],
[
722,
774,
30,
15
],
[
754,
774,
7,
15
],
[
762,
771,
11,
10
],
[
773,
771,
7,
10
],
[
780,
771,
16,
10
],
[
797,
759,
25,
46
],
[
826,
774,
5,
15
],
[
372,
865,
10,
15
],
[
383,
863,
5,
10
],
[
388,
863,
9,
10
],
[
397,
863,
5,
10
],
[
409,
865,
15,
15
],
[
439,
850,
6,
10
],
[
430,
861,
25,
46
],
[
431,
887,
5,
10
],
[
437,
887,
18,
10
],
[
459,
854,
10,
46
],
[
472,
855,
30,
15
],
[
503,
855,
9,
15
],
[
514,
855,
26,
15
],
[
541,
855,
15,
26
],
[
558,
855,
8,
15
],
[
567,
855,
7,
15
],
[
574,
855,
18,
15
],
[
593,
855,
43,
15
],
[
637,
855,
22,
15
],
[
660,
855,
7,
15
],
[
505,
876,
30,
15
],
[
536,
876,
8,
15
],
[
546,
876,
26,
15
],
[
574,
876,
15,
26
],
[
591,
876,
8,
15
],
[
600,
876,
7,
15
],
[
607,
876,
18,
15
],
[
626,
876,
7,
15
],
[
669,
854,
10,
46
],
[
683,
865,
5,
15
],
[
845,
865,
34,
15
],
[
291,
168,
6,
10
],
[
281,
180,
25,
46
],
[
282,
206,
5,
10
],
[
288,
206,
18,
10
],
[
319,
168,
7,
10
],
[
310,
180,
25,
46
],
[
311,
206,
6,
10
],
[
317,
206,
18,
10
],
[
339,
184,
17,
15
],
[
358,
184,
15,
26
],
[
375,
184,
30,
15
],
[
406,
184,
7,
15
],
[
414,
180,
11,
10
],
[
425,
180,
7,
10
],
[
432,
180,
16,
10
],
[
455,
184,
15,
15
],
[
483,
168,
14,
10
],
[
476,
180,
28,
46
],
[
477,
206,
7,
10
],
[
485,
206,
18,
10
],
[
508,
180,
28,
46
],
[
510,
206,
8,
10
],
[
518,
206,
8,
10
],
[
527,
206,
7,
10
],
[
551,
174,
13,
15
],
[
569,
174,
7,
15
],
[
577,
174,
32,
15
],
[
609,
174,
7,
15
],
[
542,
197,
7,
15
],
[
550,
197,
12,
15
],
[
562,
196,
3,
10
],
[
566,
196,
8,
10
],
[
575,
196,
3,
10
],
[
583,
197,
5,
26
],
[
588,
197,
11,
15
],
[
599,
197,
5,
26
],
[
605,
197,
13,
15
],
[
618,
184,
23,
15
],
[
643,
182,
5,
10
],
[
649,
182,
9,
10
],
[
658,
182,
5,
10
],
[
642,
192,
8,
10
],
[
668,
184,
7,
15
],
[
675,
184,
14,
15
],
[
691,
184,
7,
15
],
[
702,
184,
14,
15
],
[
718,
182,
5,
10
],
[
723,
182,
9,
10
],
[
732,
182,
5,
10
],
[
716,
192,
8,
10
],
[
742,
184,
7,
15
],
[
750,
184,
14,
26
],
[
766,
184,
7,
15
],
[
777,
184,
5,
15
],
[
845,
184,
34,
15
],
[
520,
949,
19,
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,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
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,
4
]
| 3befe907554d779f98556dfc165522b3b6f9adb7c181d015f62e44ed5d482e4b | 1207.7098.pdf | 23 | 42 | 612 | 792 | 1,025 | 1,025 | arxiv_doublespaced | scientific_articles |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.