src
stringlengths
51
3.39k
tgt
stringlengths
51
3.39k
bleu
float64
0
1
tgt_index
listlengths
1
495
original_filename
stringlengths
7
201
filename
stringlengths
8
13
page_idx
int64
0
1.6k
src_layout
listlengths
1
495
tgt_layout
listlengths
1
495
For collection-valued properties the value of $Type is the qualified name of the property’s item type, and the member $Collection MUST be present with the literal value true. Absence of the $Type member the type is Edm.String. This member SHOULD be omitted for string properties to reduce document size. Example : property Units that can have zero or more strings as its value "Units": { "$Collection": true } Type Facets Facets modify or constrain the acceptable values of a property. For single-valued properties the facets to the value of the property. For collection-valued properties the facets apply to the items in the collection. Nullable A Boolean value specifying whether a value is required for the property. $Nullable The value of $Nullable is one of the Boolean literals true or false. Absence of the member means false. MaxLength A positive integer value specifying the maximum length of a binary, stream or string value. For binary or stream values this is the octet length of the binary data, for string values it is the character length. If no maximum length is specified, clients SHOULD expect arbitrary length. $MaxLength The value of $MaxLength is a positive integer. Note: [] defines a symbolic value max that is only allowed in OData 4.0 responses. This symbolic value is not allowed in CDSL JSON documents at all. Services MAY instead specify the concrete maximum length supported for the type by the service, or omit the member entirely. Precision For a decimal the maximum number of significant decimal digits of the property’s value; it MUST be a positive integer. For a temporal (datetime-with-timezone-offset, duration, or time-of-day): the number of decimal places allowed in the seconds portion of the value; it MUST be a non-negative integer between zero and twelve. Note: service authors SHOULD be aware that some clients are unable to support a precision greater than 28 for decimal properties and 7 for temporal properties. Client developers MUST be aware of the potential for data loss when round-tripping values of greater precision. Updating via PATCH and exclusively specifying modified properties will reduce the risk for unintended data loss. $Precision The value of $Precision is a number. Absence of $Precision means arbitrary precision. Example : facet applied to the DateTimeOffset type Precision
For collection-valued properties the value of $Type is the qualified name of the property’s item type, and the member $Collection MUST be present with the literal value true. Absence of the $Type member the type is Edm.String. This member SHOULD be omitted for string properties to reduce document size. Example : property Units that can have zero or more strings as its value "Units": { "$Collection": true } Type Facets Facets modify or constrain the acceptable values of a property. For single-valued properties the facets to the value of the property. For collection-valued properties the facets apply to the items in the collection. Nullable A Boolean value specifying whether a value is required for the property. $Nullable The value of $Nullable is one of the Boolean literals true or false. Absence of the member means false. MaxLength A positive integer value specifying the maximum length of a binary, stream or string value. For binary or stream values this is the octet length of the binary data, for string values it is the character length. If no maximum length is specified, clients SHOULD expect arbitrary length. $MaxLength The value of $MaxLength is a positive integer. Note: [] defines a symbolic value max that is only allowed in OData 4.0 responses. This symbolic value is not allowed in CDSL JSON documents at all. Services MAY instead specify the concrete maximum length supported for the type by the service, or omit the member entirely. Precision For a decimal the maximum number of significant decimal digits of the property’s value; it MUST be a positive integer. For a temporal (datetime-with-timezone-offset, duration, or time-of-day): the number of decimal places allowed in the seconds portion of the value; it MUST be a non-negative integer between zero and twelve. Note: service authors SHOULD be aware that some clients are unable to support a precision greater than 28 for decimal properties and 7 for temporal properties. Client developers MUST be aware of the potential for data loss when round-tripping values of greater precision. Updating via PATCH and exclusively specifying modified properties will reduce the risk for unintended data loss. $Precision The value of $Precision is a number. Absence of $Precision means arbitrary precision. Example : Precision facet applied to the DateTimeOffset type
0.99394
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 373, 367, 368, 369, 370, 371, 372 ]
odata-csdl-json-v4.01-cs01.docx
task-1602-965
26
[ [ 152, 89, 177, 106 ], [ 181, 89, 303, 106 ], [ 308, 89, 380, 106 ], [ 385, 89, 407, 106 ], [ 412, 89, 451, 106 ], [ 456, 89, 469, 106 ], [ 474, 89, 519, 106 ], [ 524, 89, 535, 106 ], [ 540, 89, 563, 106 ], [ 567, 89, 628, 106 ], [ 632, 89, 673, 106 ], [ 678, 89, 692, 106 ], [ 696, 89, 719, 106 ], [ 723, 89, 795, 106 ], [ 799, 89, 830, 106 ], [ 152, 103, 188, 121 ], [ 192, 103, 220, 121 ], [ 224, 103, 247, 121 ], [ 251, 103, 311, 121 ], [ 316, 103, 397, 121 ], [ 401, 103, 447, 121 ], [ 452, 103, 470, 121 ], [ 475, 103, 529, 121 ], [ 534, 103, 563, 121 ], [ 567, 103, 590, 121 ], [ 594, 103, 633, 121 ], [ 638, 103, 677, 121 ], [ 681, 103, 714, 121 ], [ 152, 123, 216, 140 ], [ 220, 123, 234, 140 ], [ 239, 123, 261, 140 ], [ 266, 123, 311, 140 ], [ 316, 123, 376, 140 ], [ 411, 123, 434, 140 ], [ 438, 123, 469, 140 ], [ 474, 123, 485, 140 ], [ 490, 123, 575, 140 ], [ 580, 123, 611, 140 ], [ 615, 123, 675, 140 ], [ 680, 123, 748, 140 ], [ 752, 123, 770, 140 ], [ 775, 123, 828, 140 ], [ 152, 137, 171, 155 ], [ 176, 137, 216, 155 ], [ 220, 137, 293, 155 ], [ 298, 137, 311, 155 ], [ 316, 137, 366, 155 ], [ 370, 137, 442, 155 ], [ 446, 137, 480, 155 ], [ 117, 160, 174, 175 ], [ 178, 160, 183, 175 ], [ 187, 160, 240, 175 ], [ 245, 160, 278, 175 ], [ 282, 160, 307, 175 ], [ 311, 160, 334, 175 ], [ 338, 160, 370, 175 ], [ 374, 160, 403, 175 ], [ 407, 160, 420, 175 ], [ 424, 160, 458, 175 ], [ 462, 160, 505, 175 ], [ 509, 160, 525, 175 ], [ 529, 160, 543, 175 ], [ 548, 160, 583, 175 ], [ 152, 185, 223, 199 ], [ 232, 185, 241, 199 ], [ 170, 198, 294, 212 ], [ 302, 198, 338, 212 ], [ 152, 211, 161, 225 ], [ 155, 242, 207, 266 ], [ 213, 242, 286, 266 ], [ 117, 271, 166, 288 ], [ 171, 271, 219, 288 ], [ 223, 271, 238, 288 ], [ 242, 271, 309, 288 ], [ 313, 271, 336, 288 ], [ 340, 271, 419, 288 ], [ 424, 271, 471, 288 ], [ 476, 271, 489, 288 ], [ 494, 271, 503, 288 ], [ 507, 271, 572, 288 ], [ 117, 290, 142, 307 ], [ 146, 290, 242, 307 ], [ 247, 290, 320, 307 ], [ 324, 290, 347, 307 ], [ 351, 290, 395, 307 ], [ 430, 290, 444, 307 ], [ 448, 290, 471, 307 ], [ 476, 290, 515, 307 ], [ 519, 290, 533, 307 ], [ 537, 290, 560, 307 ], [ 565, 290, 629, 307 ], [ 634, 290, 658, 307 ], [ 663, 290, 784, 307 ], [ 789, 290, 861, 307 ], [ 117, 305, 140, 322 ], [ 144, 305, 188, 322 ], [ 192, 305, 232, 322 ], [ 236, 305, 250, 322 ], [ 254, 305, 277, 322 ], [ 281, 305, 320, 322 ], [ 325, 305, 338, 322 ], [ 342, 305, 365, 322 ], [ 369, 305, 442, 322 ], [ 170, 334, 253, 356 ], [ 117, 361, 128, 378 ], [ 133, 361, 192, 378 ], [ 197, 361, 236, 378 ], [ 241, 361, 313, 378 ], [ 318, 361, 376, 378 ], [ 380, 361, 389, 378 ], [ 394, 361, 433, 378 ], [ 438, 361, 449, 378 ], [ 454, 361, 514, 378 ], [ 518, 361, 537, 378 ], [ 542, 361, 565, 378 ], [ 569, 361, 634, 378 ], [ 152, 388, 239, 408 ], [ 152, 410, 180, 428 ], [ 185, 410, 224, 428 ], [ 229, 410, 242, 428 ], [ 247, 410, 315, 428 ], [ 319, 410, 331, 428 ], [ 336, 410, 363, 428 ], [ 367, 410, 381, 428 ], [ 386, 410, 408, 428 ], [ 413, 410, 473, 428 ], [ 477, 410, 524, 428 ], [ 529, 410, 557, 428 ], [ 562, 410, 576, 428 ], [ 581, 410, 620, 428 ], [ 624, 410, 688, 428 ], [ 692, 410, 706, 428 ], [ 710, 410, 733, 428 ], [ 738, 410, 798, 428 ], [ 152, 425, 201, 442 ], [ 206, 425, 245, 442 ], [ 170, 454, 282, 477 ], [ 117, 481, 128, 498 ], [ 133, 481, 188, 498 ], [ 192, 481, 242, 498 ], [ 247, 481, 286, 498 ], [ 290, 481, 363, 498 ], [ 368, 481, 390, 498 ], [ 395, 481, 466, 498 ], [ 470, 481, 515, 498 ], [ 519, 481, 533, 498 ], [ 537, 481, 546, 498 ], [ 551, 481, 600, 498 ], [ 605, 481, 654, 498 ], [ 659, 481, 673, 498 ], [ 678, 481, 718, 498 ], [ 722, 481, 766, 498 ], [ 771, 481, 795, 498 ], [ 800, 481, 844, 498 ], [ 849, 481, 863, 498 ], [ 117, 496, 167, 513 ], [ 172, 496, 219, 513 ], [ 223, 496, 249, 513 ], [ 253, 496, 265, 513 ], [ 270, 496, 292, 513 ], [ 297, 496, 332, 513 ], [ 337, 496, 381, 513 ], [ 386, 496, 399, 513 ], [ 404, 496, 427, 513 ], [ 431, 496, 476, 513 ], [ 480, 496, 516, 513 ], [ 521, 496, 540, 513 ], [ 545, 496, 584, 513 ], [ 589, 496, 636, 513 ], [ 641, 496, 649, 513 ], [ 653, 496, 665, 513 ], [ 670, 496, 692, 513 ], [ 697, 496, 765, 513 ], [ 770, 496, 819, 513 ], [ 117, 515, 126, 532 ], [ 131, 515, 149, 532 ], [ 153, 515, 224, 532 ], [ 229, 515, 273, 532 ], [ 278, 515, 290, 532 ], [ 294, 515, 363, 532 ], [ 368, 515, 414, 532 ], [ 418, 515, 486, 532 ], [ 491, 515, 539, 532 ], [ 544, 515, 604, 532 ], [ 608, 515, 657, 532 ], [ 152, 542, 267, 563 ], [ 152, 565, 180, 582 ], [ 185, 565, 224, 582 ], [ 229, 565, 242, 582 ], [ 247, 565, 337, 582 ], [ 341, 565, 353, 582 ], [ 357, 565, 367, 582 ], [ 371, 565, 426, 582 ], [ 431, 565, 485, 582 ], [ 152, 584, 191, 602 ], [ 196, 584, 207, 602 ], [ 211, 584, 264, 602 ], [ 269, 584, 278, 602 ], [ 282, 584, 346, 602 ], [ 350, 584, 389, 602 ], [ 394, 584, 425, 602 ], [ 429, 584, 456, 602 ], [ 461, 584, 473, 602 ], [ 477, 584, 507, 602 ], [ 512, 584, 567, 602 ], [ 572, 584, 584, 602 ], [ 589, 584, 636, 602 ], [ 641, 584, 663, 602 ], [ 668, 584, 748, 602 ], [ 752, 584, 783, 602 ], [ 152, 599, 216, 616 ], [ 220, 599, 259, 616 ], [ 264, 599, 276, 616 ], [ 280, 599, 303, 616 ], [ 308, 599, 363, 616 ], [ 367, 599, 380, 616 ], [ 385, 599, 428, 616 ], [ 433, 599, 476, 616 ], [ 481, 599, 561, 616 ], [ 565, 599, 579, 616 ], [ 583, 599, 604, 616 ], [ 609, 599, 671, 616 ], [ 676, 599, 711, 616 ], [ 716, 599, 769, 616 ], [ 773, 599, 824, 616 ], [ 152, 613, 175, 631 ], [ 180, 613, 242, 631 ], [ 247, 613, 318, 631 ], [ 322, 613, 367, 631 ], [ 371, 613, 444, 631 ], [ 448, 613, 467, 631 ], [ 472, 613, 495, 631 ], [ 499, 613, 530, 631 ], [ 534, 613, 552, 631 ], [ 556, 613, 579, 631 ], [ 583, 613, 640, 631 ], [ 644, 613, 659, 631 ], [ 663, 613, 694, 631 ], [ 699, 613, 721, 631 ], [ 726, 613, 786, 631 ], [ 152, 628, 210, 645 ], [ 170, 657, 266, 680 ], [ 117, 684, 142, 701 ], [ 146, 684, 155, 701 ], [ 160, 684, 216, 701 ], [ 256, 684, 279, 701 ], [ 283, 684, 354, 701 ], [ 359, 684, 414, 701 ], [ 418, 684, 432, 701 ], [ 437, 684, 509, 701 ], [ 514, 684, 570, 701 ], [ 575, 684, 613, 701 ], [ 617, 684, 631, 701 ], [ 635, 684, 658, 701 ], [ 663, 684, 734, 701 ], [ 739, 684, 782, 701 ], [ 787, 684, 795, 701 ], [ 800, 684, 846, 701 ], [ 850, 684, 869, 701 ], [ 117, 698, 126, 716 ], [ 131, 698, 186, 716 ], [ 191, 698, 245, 716 ], [ 117, 718, 142, 735 ], [ 146, 718, 155, 735 ], [ 160, 718, 223, 735 ], [ 259, 718, 483, 735 ], [ 487, 718, 551, 735 ], [ 555, 718, 570, 735 ], [ 574, 718, 666, 735 ], [ 671, 718, 693, 735 ], [ 698, 718, 753, 735 ], [ 758, 718, 771, 735 ], [ 776, 718, 832, 735 ], [ 117, 733, 164, 750 ], [ 169, 733, 224, 750 ], [ 229, 733, 242, 750 ], [ 246, 733, 269, 750 ], [ 273, 733, 334, 750 ], [ 339, 733, 389, 750 ], [ 393, 733, 407, 750 ], [ 411, 733, 434, 750 ], [ 438, 733, 482, 750 ], [ 487, 733, 495, 750 ], [ 499, 733, 546, 750 ], [ 550, 733, 568, 750 ], [ 573, 733, 582, 750 ], [ 586, 733, 681, 750 ], [ 685, 733, 735, 750 ], [ 740, 733, 802, 750 ], [ 806, 733, 838, 750 ], [ 842, 733, 870, 750 ], [ 117, 747, 168, 764 ], [ 117, 767, 156, 784 ], [ 161, 767, 212, 784 ], [ 217, 767, 271, 784 ], [ 276, 767, 344, 784 ], [ 349, 767, 367, 784 ], [ 371, 767, 416, 784 ], [ 420, 767, 448, 784 ], [ 452, 767, 492, 784 ], [ 496, 767, 543, 784 ], [ 547, 767, 571, 784 ], [ 575, 767, 625, 784 ], [ 629, 767, 643, 784 ], [ 647, 767, 702, 784 ], [ 706, 767, 715, 784 ], [ 720, 767, 785, 784 ], [ 790, 767, 841, 784 ], [ 846, 767, 878, 784 ], [ 117, 781, 135, 799 ], [ 140, 781, 159, 799 ], [ 163, 781, 220, 799 ], [ 224, 781, 297, 799 ], [ 301, 781, 329, 799 ], [ 333, 781, 342, 799 ], [ 347, 781, 366, 799 ], [ 370, 781, 434, 799 ], [ 438, 781, 516, 799 ], [ 520, 781, 562, 799 ], [ 566, 781, 646, 799 ], [ 651, 781, 697, 799 ], [ 702, 781, 720, 799 ], [ 724, 781, 769, 799 ], [ 773, 781, 787, 799 ], [ 791, 781, 814, 799 ], [ 819, 781, 880, 799 ], [ 117, 796, 136, 813 ], [ 141, 796, 173, 813 ], [ 177, 796, 206, 813 ], [ 211, 796, 250, 813 ], [ 254, 796, 355, 813 ], [ 360, 796, 407, 813 ], [ 411, 796, 425, 813 ], [ 429, 796, 481, 813 ], [ 486, 796, 556, 813 ], [ 560, 796, 625, 813 ], [ 630, 796, 651, 813 ], [ 655, 796, 711, 813 ], [ 715, 796, 743, 813 ], [ 747, 796, 826, 813 ], [ 117, 810, 190, 828 ], [ 194, 810, 256, 828 ], [ 261, 810, 333, 828 ], [ 338, 810, 360, 828 ], [ 365, 810, 415, 828 ], [ 419, 810, 442, 828 ], [ 447, 810, 472, 828 ], [ 477, 810, 496, 828 ], [ 500, 810, 581, 828 ], [ 585, 810, 617, 828 ], [ 622, 810, 655, 828 ], [ 152, 837, 251, 858 ], [ 152, 860, 180, 877 ], [ 185, 860, 224, 877 ], [ 229, 860, 242, 877 ], [ 247, 860, 323, 877 ], [ 328, 860, 339, 877 ], [ 344, 860, 353, 877 ], [ 357, 860, 417, 877 ], [ 152, 879, 216, 897 ], [ 220, 879, 234, 897 ], [ 239, 879, 315, 897 ], [ 319, 879, 368, 897 ], [ 373, 879, 433, 897 ], [ 437, 879, 507, 897 ], [ 117, 902, 174, 917 ], [ 178, 902, 183, 917 ], [ 270, 902, 302, 917 ], [ 306, 902, 353, 917 ], [ 357, 902, 370, 917 ], [ 374, 902, 394, 917 ], [ 398, 902, 501, 917 ], [ 505, 902, 533, 917 ], [ 187, 903, 266, 917 ] ]
[ [ 152, 89, 177, 106 ], [ 181, 89, 303, 106 ], [ 308, 89, 380, 106 ], [ 385, 89, 407, 106 ], [ 412, 89, 451, 106 ], [ 456, 89, 469, 106 ], [ 474, 89, 519, 106 ], [ 524, 89, 535, 106 ], [ 540, 89, 563, 106 ], [ 567, 89, 628, 106 ], [ 632, 89, 673, 106 ], [ 678, 89, 692, 106 ], [ 696, 89, 719, 106 ], [ 723, 89, 795, 106 ], [ 799, 89, 830, 106 ], [ 152, 103, 188, 121 ], [ 192, 103, 220, 121 ], [ 224, 103, 247, 121 ], [ 251, 103, 311, 121 ], [ 316, 103, 397, 121 ], [ 401, 103, 447, 121 ], [ 452, 103, 470, 121 ], [ 475, 103, 529, 121 ], [ 534, 103, 563, 121 ], [ 567, 103, 590, 121 ], [ 594, 103, 633, 121 ], [ 638, 103, 677, 121 ], [ 681, 103, 714, 121 ], [ 152, 123, 216, 140 ], [ 220, 123, 234, 140 ], [ 239, 123, 261, 140 ], [ 266, 123, 311, 140 ], [ 316, 123, 376, 140 ], [ 411, 123, 434, 140 ], [ 438, 123, 469, 140 ], [ 474, 123, 485, 140 ], [ 490, 123, 575, 140 ], [ 580, 123, 611, 140 ], [ 615, 123, 675, 140 ], [ 680, 123, 748, 140 ], [ 752, 123, 770, 140 ], [ 775, 123, 828, 140 ], [ 152, 137, 171, 155 ], [ 176, 137, 216, 155 ], [ 220, 137, 293, 155 ], [ 298, 137, 311, 155 ], [ 316, 137, 366, 155 ], [ 370, 137, 442, 155 ], [ 446, 137, 480, 155 ], [ 117, 160, 174, 175 ], [ 178, 160, 183, 175 ], [ 187, 160, 240, 175 ], [ 245, 160, 278, 175 ], [ 282, 160, 307, 175 ], [ 311, 160, 334, 175 ], [ 338, 160, 370, 175 ], [ 374, 160, 403, 175 ], [ 407, 160, 420, 175 ], [ 424, 160, 458, 175 ], [ 462, 160, 505, 175 ], [ 509, 160, 525, 175 ], [ 529, 160, 543, 175 ], [ 548, 160, 583, 175 ], [ 152, 185, 223, 199 ], [ 232, 185, 241, 199 ], [ 170, 198, 294, 212 ], [ 302, 198, 338, 212 ], [ 152, 211, 161, 225 ], [ 155, 242, 207, 266 ], [ 213, 242, 286, 266 ], [ 117, 271, 166, 288 ], [ 171, 271, 219, 288 ], [ 223, 271, 238, 288 ], [ 242, 271, 309, 288 ], [ 313, 271, 336, 288 ], [ 340, 271, 419, 288 ], [ 424, 271, 471, 288 ], [ 476, 271, 489, 288 ], [ 494, 271, 503, 288 ], [ 507, 271, 572, 288 ], [ 117, 290, 142, 307 ], [ 146, 290, 242, 307 ], [ 247, 290, 320, 307 ], [ 324, 290, 347, 307 ], [ 351, 290, 395, 307 ], [ 430, 290, 444, 307 ], [ 448, 290, 471, 307 ], [ 476, 290, 515, 307 ], [ 519, 290, 533, 307 ], [ 537, 290, 560, 307 ], [ 565, 290, 629, 307 ], [ 634, 290, 658, 307 ], [ 663, 290, 784, 307 ], [ 789, 290, 861, 307 ], [ 117, 305, 140, 322 ], [ 144, 305, 188, 322 ], [ 192, 305, 232, 322 ], [ 236, 305, 250, 322 ], [ 254, 305, 277, 322 ], [ 281, 305, 320, 322 ], [ 325, 305, 338, 322 ], [ 342, 305, 365, 322 ], [ 369, 305, 442, 322 ], [ 170, 334, 253, 356 ], [ 117, 361, 128, 378 ], [ 133, 361, 192, 378 ], [ 197, 361, 236, 378 ], [ 241, 361, 313, 378 ], [ 318, 361, 376, 378 ], [ 380, 361, 389, 378 ], [ 394, 361, 433, 378 ], [ 438, 361, 449, 378 ], [ 454, 361, 514, 378 ], [ 518, 361, 537, 378 ], [ 542, 361, 565, 378 ], [ 569, 361, 634, 378 ], [ 152, 388, 239, 408 ], [ 152, 410, 180, 428 ], [ 185, 410, 224, 428 ], [ 229, 410, 242, 428 ], [ 247, 410, 315, 428 ], [ 319, 410, 331, 428 ], [ 336, 410, 363, 428 ], [ 367, 410, 381, 428 ], [ 386, 410, 408, 428 ], [ 413, 410, 473, 428 ], [ 477, 410, 524, 428 ], [ 529, 410, 557, 428 ], [ 562, 410, 576, 428 ], [ 581, 410, 620, 428 ], [ 624, 410, 688, 428 ], [ 692, 410, 706, 428 ], [ 710, 410, 733, 428 ], [ 738, 410, 798, 428 ], [ 152, 425, 201, 442 ], [ 206, 425, 245, 442 ], [ 170, 454, 282, 477 ], [ 117, 481, 128, 498 ], [ 133, 481, 188, 498 ], [ 192, 481, 242, 498 ], [ 247, 481, 286, 498 ], [ 290, 481, 363, 498 ], [ 368, 481, 390, 498 ], [ 395, 481, 466, 498 ], [ 470, 481, 515, 498 ], [ 519, 481, 533, 498 ], [ 537, 481, 546, 498 ], [ 551, 481, 600, 498 ], [ 605, 481, 654, 498 ], [ 659, 481, 673, 498 ], [ 678, 481, 718, 498 ], [ 722, 481, 766, 498 ], [ 771, 481, 795, 498 ], [ 800, 481, 844, 498 ], [ 849, 481, 863, 498 ], [ 117, 496, 167, 513 ], [ 172, 496, 219, 513 ], [ 223, 496, 249, 513 ], [ 253, 496, 265, 513 ], [ 270, 496, 292, 513 ], [ 297, 496, 332, 513 ], [ 337, 496, 381, 513 ], [ 386, 496, 399, 513 ], [ 404, 496, 427, 513 ], [ 431, 496, 476, 513 ], [ 480, 496, 516, 513 ], [ 521, 496, 540, 513 ], [ 545, 496, 584, 513 ], [ 589, 496, 636, 513 ], [ 641, 496, 649, 513 ], [ 653, 496, 665, 513 ], [ 670, 496, 692, 513 ], [ 697, 496, 765, 513 ], [ 770, 496, 819, 513 ], [ 117, 515, 126, 532 ], [ 131, 515, 149, 532 ], [ 153, 515, 224, 532 ], [ 229, 515, 273, 532 ], [ 278, 515, 290, 532 ], [ 294, 515, 363, 532 ], [ 368, 515, 414, 532 ], [ 418, 515, 486, 532 ], [ 491, 515, 539, 532 ], [ 544, 515, 604, 532 ], [ 608, 515, 657, 532 ], [ 152, 542, 267, 563 ], [ 152, 565, 180, 582 ], [ 185, 565, 224, 582 ], [ 229, 565, 242, 582 ], [ 247, 565, 337, 582 ], [ 341, 565, 353, 582 ], [ 357, 565, 367, 582 ], [ 371, 565, 426, 582 ], [ 431, 565, 485, 582 ], [ 152, 584, 191, 602 ], [ 196, 584, 207, 602 ], [ 211, 584, 264, 602 ], [ 269, 584, 278, 602 ], [ 282, 584, 346, 602 ], [ 350, 584, 389, 602 ], [ 394, 584, 425, 602 ], [ 429, 584, 456, 602 ], [ 461, 584, 473, 602 ], [ 477, 584, 507, 602 ], [ 512, 584, 567, 602 ], [ 572, 584, 584, 602 ], [ 589, 584, 636, 602 ], [ 641, 584, 663, 602 ], [ 668, 584, 748, 602 ], [ 752, 584, 783, 602 ], [ 152, 599, 216, 616 ], [ 220, 599, 259, 616 ], [ 264, 599, 276, 616 ], [ 280, 599, 303, 616 ], [ 308, 599, 363, 616 ], [ 367, 599, 380, 616 ], [ 385, 599, 428, 616 ], [ 433, 599, 476, 616 ], [ 481, 599, 561, 616 ], [ 565, 599, 579, 616 ], [ 583, 599, 604, 616 ], [ 609, 599, 671, 616 ], [ 676, 599, 711, 616 ], [ 716, 599, 769, 616 ], [ 773, 599, 824, 616 ], [ 152, 613, 175, 631 ], [ 180, 613, 242, 631 ], [ 247, 613, 318, 631 ], [ 322, 613, 367, 631 ], [ 371, 613, 444, 631 ], [ 448, 613, 467, 631 ], [ 472, 613, 495, 631 ], [ 499, 613, 530, 631 ], [ 534, 613, 552, 631 ], [ 556, 613, 579, 631 ], [ 583, 613, 640, 631 ], [ 644, 613, 659, 631 ], [ 663, 613, 694, 631 ], [ 699, 613, 721, 631 ], [ 726, 613, 786, 631 ], [ 152, 628, 210, 645 ], [ 170, 657, 266, 680 ], [ 117, 684, 142, 701 ], [ 146, 684, 155, 701 ], [ 160, 684, 216, 701 ], [ 256, 684, 279, 701 ], [ 283, 684, 354, 701 ], [ 359, 684, 414, 701 ], [ 418, 684, 432, 701 ], [ 437, 684, 509, 701 ], [ 514, 684, 570, 701 ], [ 575, 684, 613, 701 ], [ 617, 684, 631, 701 ], [ 635, 684, 658, 701 ], [ 663, 684, 734, 701 ], [ 739, 684, 782, 701 ], [ 787, 684, 795, 701 ], [ 800, 684, 846, 701 ], [ 850, 684, 869, 701 ], [ 117, 698, 126, 716 ], [ 131, 698, 186, 716 ], [ 191, 698, 245, 716 ], [ 117, 718, 142, 735 ], [ 146, 718, 155, 735 ], [ 160, 718, 223, 735 ], [ 259, 718, 483, 735 ], [ 487, 718, 551, 735 ], [ 555, 718, 570, 735 ], [ 574, 718, 666, 735 ], [ 671, 718, 693, 735 ], [ 698, 718, 753, 735 ], [ 758, 718, 771, 735 ], [ 776, 718, 832, 735 ], [ 117, 733, 164, 750 ], [ 169, 733, 224, 750 ], [ 229, 733, 242, 750 ], [ 246, 733, 269, 750 ], [ 273, 733, 334, 750 ], [ 339, 733, 389, 750 ], [ 393, 733, 407, 750 ], [ 411, 733, 434, 750 ], [ 438, 733, 482, 750 ], [ 487, 733, 495, 750 ], [ 499, 733, 546, 750 ], [ 550, 733, 568, 750 ], [ 573, 733, 582, 750 ], [ 586, 733, 681, 750 ], [ 685, 733, 735, 750 ], [ 740, 733, 802, 750 ], [ 806, 733, 838, 750 ], [ 842, 733, 870, 750 ], [ 117, 747, 168, 764 ], [ 117, 767, 156, 784 ], [ 161, 767, 212, 784 ], [ 217, 767, 271, 784 ], [ 276, 767, 344, 784 ], [ 349, 767, 367, 784 ], [ 371, 767, 416, 784 ], [ 420, 767, 448, 784 ], [ 452, 767, 492, 784 ], [ 496, 767, 543, 784 ], [ 547, 767, 571, 784 ], [ 575, 767, 625, 784 ], [ 629, 767, 643, 784 ], [ 647, 767, 702, 784 ], [ 706, 767, 715, 784 ], [ 720, 767, 785, 784 ], [ 790, 767, 841, 784 ], [ 846, 767, 878, 784 ], [ 117, 781, 135, 799 ], [ 140, 781, 159, 799 ], [ 163, 781, 220, 799 ], [ 224, 781, 297, 799 ], [ 301, 781, 329, 799 ], [ 333, 781, 342, 799 ], [ 347, 781, 366, 799 ], [ 370, 781, 434, 799 ], [ 438, 781, 516, 799 ], [ 520, 781, 562, 799 ], [ 566, 781, 646, 799 ], [ 651, 781, 697, 799 ], [ 702, 781, 720, 799 ], [ 724, 781, 769, 799 ], [ 773, 781, 787, 799 ], [ 791, 781, 814, 799 ], [ 819, 781, 880, 799 ], [ 117, 796, 136, 813 ], [ 141, 796, 173, 813 ], [ 177, 796, 206, 813 ], [ 211, 796, 250, 813 ], [ 254, 796, 355, 813 ], [ 360, 796, 407, 813 ], [ 411, 796, 425, 813 ], [ 429, 796, 481, 813 ], [ 486, 796, 556, 813 ], [ 560, 796, 625, 813 ], [ 630, 796, 651, 813 ], [ 655, 796, 711, 813 ], [ 715, 796, 743, 813 ], [ 747, 796, 826, 813 ], [ 117, 810, 190, 828 ], [ 194, 810, 256, 828 ], [ 261, 810, 333, 828 ], [ 338, 810, 360, 828 ], [ 365, 810, 415, 828 ], [ 419, 810, 442, 828 ], [ 447, 810, 472, 828 ], [ 477, 810, 496, 828 ], [ 500, 810, 581, 828 ], [ 585, 810, 617, 828 ], [ 622, 810, 655, 828 ], [ 152, 837, 251, 858 ], [ 152, 860, 180, 877 ], [ 185, 860, 224, 877 ], [ 229, 860, 242, 877 ], [ 247, 860, 323, 877 ], [ 328, 860, 339, 877 ], [ 344, 860, 353, 877 ], [ 357, 860, 417, 877 ], [ 152, 879, 216, 897 ], [ 220, 879, 234, 897 ], [ 239, 879, 315, 897 ], [ 319, 879, 368, 897 ], [ 373, 879, 433, 897 ], [ 437, 879, 507, 897 ], [ 117, 902, 174, 917 ], [ 178, 902, 183, 917 ], [ 187, 903, 266, 917 ], [ 270, 902, 302, 917 ], [ 306, 902, 353, 917 ], [ 357, 902, 370, 917 ], [ 374, 902, 394, 917 ], [ 398, 902, 501, 917 ], [ 505, 902, 533, 917 ] ]
}, "Employees": { "$Kind": "NavigationProperty", "$Collection": true, "$Type": "self.Employee" } } Note: the derived type has the same name as one of the properties of its base type. Abstract Entity Type An entity type MAY indicate that it is abstract and cannot have instances. For OData 4.0 responses a non-abstract entity type MUST define a or derive from a with a defined key. An abstract entity type MUST NOT inherit from a non-abstract entity type. $Abstract The of $Abstract is one of the Boolean literals true or false. Absence of the member means false. Open Entity Type An entity type MAY indicate that it is open and allows clients to add properties dynamically to instances of the type by specifying uniquely named property values in the payload used to insert or update an instance of the type. An entity type derived from an open entity type MUST indicate that it is also open. Note: structural and navigation properties MAY be returned by the service on instances of any structured type, whether or not the type is marked as open. Clients MUST always be prepared to deal with additional properties on instances of any structured type, see . $OpenType The value of $OpenType is one of the Boolean literals true or false. Absence of the member means false. Media Entity Type An entity type that does not specify a base type MAY indicate that it is a media entity type. Media entities are entities that represent a media stream, such as a photo. For more information on media entities see . An entity type derived from a entity type MUST indicate that it is also a media entity type. Media entity types MAY specify a list of acceptable media types using an annotation with term Core.AcceptableMediaTypes, see . $HasStream The of $HasStream is one of the Boolean literals true or false. Absence of the member means false. Key An entity is uniquely identified within an entity set by its key. A key MAY be specified if the entity type does not specify a that already has a key declared. In to be specified as the type of an or a collection-valued , the entity type MUST either specify a key or inherit its key from its .
}, "Employees": { "$Kind": "NavigationProperty", "$Collection": true, "$Type": "self.Employee" } } Note: the derived type has the same name as one of the properties of its base type. Abstract Entity Type An entity type MAY indicate that it is abstract and cannot have instances. For OData 4.0 responses a non-abstract entity type MUST define a or derive from a with a defined key. An abstract entity type MUST NOT inherit from a non-abstract entity type. $Abstract The of $Abstract is one of the Boolean literals true or false. Absence of the member means false. Open Entity Type An entity type MAY indicate that it is open and allows clients to add properties dynamically to instances of the type by specifying uniquely named property values in the payload used to insert or update an instance of the type. An entity type derived from an open entity type MUST indicate that it is also open. Note: structural and navigation properties MAY be returned by the service on instances of any structured type, whether or not the type is marked as open. Clients MUST always be prepared to deal with additional properties on instances of any structured type, see . $OpenType The value of $OpenType is one of the Boolean literals true or false. Absence of the member means false. Media Entity Type An entity type that does not specify a base type MAY indicate that it is a media entity type. Media entities are entities that represent a media stream, such as a photo. For more information on media entities see . An entity type derived from a entity type MUST indicate that it is also a media entity type. Media entity types MAY specify a list of acceptable media types using an annotation with term Core.AcceptableMediaTypes, see . $HasStream The of $HasStream is one of the Boolean literals true or false. Absence of the member means false. Key An entity is uniquely identified within an entity set by its key. A key MAY be specified if the entity type does not specify a that already has a key declared. In to be specified as the type of an or a collection-valued , the entity type MUST either specify a key or inherit its key from its .
1
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375 ]
odata-csdl-json-v4.01-csprd02.docx
task-1602-967
22
[ [ 170, 89, 188, 103 ], [ 170, 102, 276, 116 ], [ 285, 102, 294, 116 ], [ 188, 115, 258, 129 ], [ 267, 115, 452, 129 ], [ 188, 128, 311, 142 ], [ 320, 128, 364, 142 ], [ 188, 141, 258, 155 ], [ 267, 141, 399, 155 ], [ 170, 154, 179, 168 ], [ 152, 167, 161, 181 ], [ 117, 191, 152, 206 ], [ 156, 191, 177, 206 ], [ 181, 191, 229, 206 ], [ 233, 191, 261, 206 ], [ 265, 191, 289, 206 ], [ 293, 191, 313, 206 ], [ 317, 191, 353, 206 ], [ 357, 191, 394, 206 ], [ 398, 191, 414, 206 ], [ 418, 191, 442, 206 ], [ 446, 191, 459, 206 ], [ 463, 191, 483, 206 ], [ 487, 191, 553, 206 ], [ 557, 191, 569, 206 ], [ 573, 191, 588, 206 ], [ 592, 191, 624, 206 ], [ 628, 191, 660, 206 ], [ 154, 218, 247, 243 ], [ 254, 218, 317, 243 ], [ 323, 218, 375, 243 ], [ 117, 247, 137, 264 ], [ 142, 247, 181, 264 ], [ 185, 247, 216, 264 ], [ 221, 247, 256, 264 ], [ 260, 247, 317, 264 ], [ 321, 247, 349, 264 ], [ 353, 247, 361, 264 ], [ 366, 247, 378, 264 ], [ 382, 247, 440, 264 ], [ 445, 247, 472, 264 ], [ 476, 247, 525, 264 ], [ 530, 247, 565, 264 ], [ 570, 247, 644, 264 ], [ 117, 266, 142, 284 ], [ 146, 266, 193, 284 ], [ 198, 266, 221, 284 ], [ 225, 266, 300, 284 ], [ 305, 266, 314, 284 ], [ 319, 266, 409, 284 ], [ 414, 266, 453, 284 ], [ 457, 266, 488, 284 ], [ 493, 266, 539, 284 ], [ 544, 266, 588, 284 ], [ 593, 266, 602, 284 ], [ 611, 266, 625, 284 ], [ 630, 266, 674, 284 ], [ 679, 266, 712, 284 ], [ 716, 266, 725, 284 ], [ 734, 266, 763, 284 ], [ 768, 266, 777, 284 ], [ 781, 266, 835, 284 ], [ 839, 266, 869, 284 ], [ 117, 286, 137, 303 ], [ 142, 286, 200, 303 ], [ 204, 286, 243, 303 ], [ 248, 286, 279, 303 ], [ 283, 286, 329, 303 ], [ 334, 286, 368, 303 ], [ 373, 286, 417, 303 ], [ 422, 286, 455, 303 ], [ 459, 286, 468, 303 ], [ 473, 286, 564, 303 ], [ 568, 286, 607, 303 ], [ 612, 286, 647, 303 ], [ 152, 313, 243, 334 ], [ 152, 336, 180, 353 ], [ 216, 336, 229, 353 ], [ 234, 336, 303, 353 ], [ 307, 336, 319, 353 ], [ 324, 336, 351, 353 ], [ 356, 336, 369, 353 ], [ 374, 336, 396, 353 ], [ 401, 336, 461, 353 ], [ 465, 336, 513, 353 ], [ 517, 336, 545, 353 ], [ 550, 336, 564, 353 ], [ 569, 336, 608, 353 ], [ 612, 336, 676, 353 ], [ 680, 336, 694, 353 ], [ 699, 336, 721, 353 ], [ 726, 336, 786, 353 ], [ 790, 336, 839, 353 ], [ 152, 350, 191, 368 ], [ 155, 379, 214, 404 ], [ 220, 379, 283, 404 ], [ 290, 379, 341, 404 ], [ 117, 408, 137, 425 ], [ 142, 408, 181, 425 ], [ 185, 408, 216, 425 ], [ 221, 408, 256, 425 ], [ 260, 408, 317, 425 ], [ 321, 408, 349, 425 ], [ 353, 408, 361, 425 ], [ 366, 408, 378, 425 ], [ 382, 408, 418, 425 ], [ 423, 408, 450, 425 ], [ 455, 408, 500, 425 ], [ 505, 408, 551, 425 ], [ 555, 408, 569, 425 ], [ 574, 408, 601, 425 ], [ 605, 408, 678, 425 ], [ 683, 408, 768, 425 ], [ 772, 408, 786, 425 ], [ 791, 408, 860, 425 ], [ 864, 408, 878, 425 ], [ 117, 422, 140, 440 ], [ 144, 422, 175, 440 ], [ 180, 422, 197, 440 ], [ 202, 422, 274, 440 ], [ 279, 422, 340, 440 ], [ 344, 422, 394, 440 ], [ 399, 422, 458, 440 ], [ 463, 422, 510, 440 ], [ 515, 422, 527, 440 ], [ 532, 422, 555, 440 ], [ 559, 422, 616, 440 ], [ 621, 422, 656, 440 ], [ 661, 422, 675, 440 ], [ 679, 422, 719, 440 ], [ 724, 422, 738, 440 ], [ 743, 422, 793, 440 ], [ 797, 422, 815, 440 ], [ 820, 422, 881, 440 ], [ 117, 437, 131, 454 ], [ 135, 437, 158, 454 ], [ 163, 437, 198, 454 ], [ 117, 456, 137, 474 ], [ 142, 456, 181, 474 ], [ 185, 456, 216, 474 ], [ 221, 456, 274, 474 ], [ 279, 456, 311, 474 ], [ 316, 456, 334, 474 ], [ 339, 456, 375, 474 ], [ 379, 456, 418, 474 ], [ 423, 456, 454, 474 ], [ 458, 456, 505, 474 ], [ 509, 456, 565, 474 ], [ 570, 456, 597, 474 ], [ 602, 456, 610, 474 ], [ 614, 456, 626, 474 ], [ 631, 456, 661, 474 ], [ 665, 456, 706, 474 ], [ 117, 476, 156, 493 ], [ 161, 476, 228, 493 ], [ 232, 476, 260, 493 ], [ 264, 476, 339, 493 ], [ 343, 476, 416, 493 ], [ 420, 476, 456, 493 ], [ 460, 476, 478, 493 ], [ 483, 476, 544, 493 ], [ 548, 476, 566, 493 ], [ 570, 476, 593, 493 ], [ 597, 476, 649, 493 ], [ 654, 476, 672, 493 ], [ 676, 476, 745, 493 ], [ 750, 476, 763, 493 ], [ 768, 476, 794, 493 ], [ 799, 476, 871, 493 ], [ 117, 490, 153, 508 ], [ 157, 490, 215, 508 ], [ 220, 490, 234, 508 ], [ 239, 490, 261, 508 ], [ 266, 490, 289, 508 ], [ 293, 490, 324, 508 ], [ 329, 490, 340, 508 ], [ 345, 490, 399, 508 ], [ 404, 490, 421, 508 ], [ 426, 490, 467, 508 ], [ 471, 490, 521, 508 ], [ 526, 490, 572, 508 ], [ 576, 490, 626, 508 ], [ 631, 490, 649, 508 ], [ 653, 490, 719, 508 ], [ 723, 490, 737, 508 ], [ 742, 490, 772, 508 ], [ 777, 490, 806, 508 ], [ 810, 490, 880, 508 ], [ 117, 505, 190, 522 ], [ 194, 505, 212, 522 ], [ 217, 505, 286, 522 ], [ 291, 505, 304, 522 ], [ 309, 505, 335, 522 ], [ 340, 505, 412, 522 ], [ 417, 505, 452, 522 ], [ 457, 505, 483, 522 ], [ 487, 505, 492, 522 ], [ 152, 532, 258, 553 ], [ 152, 555, 180, 572 ], [ 185, 555, 224, 572 ], [ 229, 555, 242, 572 ], [ 247, 555, 332, 572 ], [ 337, 555, 348, 572 ], [ 353, 555, 380, 572 ], [ 385, 555, 398, 572 ], [ 403, 555, 426, 572 ], [ 430, 555, 490, 572 ], [ 495, 555, 542, 572 ], [ 546, 555, 574, 572 ], [ 579, 555, 593, 572 ], [ 598, 555, 637, 572 ], [ 642, 555, 705, 572 ], [ 710, 555, 723, 572 ], [ 728, 555, 750, 572 ], [ 755, 555, 815, 572 ], [ 152, 569, 201, 586 ], [ 206, 569, 245, 586 ], [ 155, 618, 220, 642 ], [ 226, 618, 290, 642 ], [ 296, 618, 348, 642 ], [ 117, 646, 137, 664 ], [ 142, 646, 181, 664 ], [ 185, 646, 216, 664 ], [ 221, 646, 248, 664 ], [ 252, 646, 288, 664 ], [ 292, 646, 315, 664 ], [ 320, 646, 370, 664 ], [ 375, 646, 384, 664 ], [ 388, 646, 424, 664 ], [ 428, 646, 459, 664 ], [ 464, 646, 499, 664 ], [ 504, 646, 560, 664 ], [ 565, 646, 592, 664 ], [ 596, 646, 604, 664 ], [ 609, 646, 621, 664 ], [ 625, 646, 634, 664 ], [ 639, 646, 683, 664 ], [ 688, 646, 727, 664 ], [ 731, 646, 767, 664 ], [ 771, 646, 816, 663 ], [ 820, 646, 872, 663 ], [ 117, 661, 141, 678 ], [ 145, 661, 197, 678 ], [ 202, 661, 229, 678 ], [ 233, 661, 302, 678 ], [ 307, 661, 316, 678 ], [ 320, 661, 365, 678 ], [ 369, 661, 424, 678 ], [ 428, 661, 463, 678 ], [ 467, 661, 485, 678 ], [ 489, 661, 498, 678 ], [ 503, 661, 548, 678 ], [ 553, 661, 577, 678 ], [ 582, 661, 619, 678 ], [ 624, 661, 704, 678 ], [ 709, 661, 727, 678 ], [ 732, 661, 776, 678 ], [ 781, 661, 832, 678 ], [ 837, 661, 863, 678 ], [ 868, 661, 872, 678 ], [ 117, 680, 137, 698 ], [ 142, 680, 181, 698 ], [ 185, 680, 216, 698 ], [ 221, 680, 274, 698 ], [ 279, 680, 311, 698 ], [ 316, 680, 325, 698 ], [ 360, 680, 399, 698 ], [ 404, 680, 435, 698 ], [ 439, 680, 486, 698 ], [ 490, 680, 546, 698 ], [ 551, 680, 578, 698 ], [ 583, 680, 591, 698 ], [ 595, 680, 607, 698 ], [ 612, 680, 642, 698 ], [ 646, 680, 655, 698 ], [ 660, 680, 704, 698 ], [ 709, 680, 748, 698 ], [ 752, 680, 788, 698 ], [ 117, 700, 162, 717 ], [ 166, 700, 205, 717 ], [ 210, 700, 249, 717 ], [ 253, 700, 289, 717 ], [ 293, 700, 344, 717 ], [ 349, 700, 358, 717 ], [ 362, 700, 382, 717 ], [ 387, 700, 400, 717 ], [ 405, 700, 484, 717 ], [ 488, 700, 533, 717 ], [ 537, 700, 576, 717 ], [ 581, 700, 620, 717 ], [ 624, 700, 643, 717 ], [ 647, 700, 723, 717 ], [ 728, 700, 757, 717 ], [ 762, 700, 794, 717 ], [ 117, 714, 331, 732 ], [ 336, 714, 362, 732 ], [ 367, 714, 371, 732 ], [ 152, 741, 266, 762 ], [ 152, 764, 180, 781 ], [ 216, 764, 229, 781 ], [ 234, 764, 325, 781 ], [ 329, 764, 341, 781 ], [ 346, 764, 373, 781 ], [ 377, 764, 391, 781 ], [ 396, 764, 418, 781 ], [ 423, 764, 483, 781 ], [ 487, 764, 534, 781 ], [ 539, 764, 567, 781 ], [ 572, 764, 586, 781 ], [ 591, 764, 630, 781 ], [ 634, 764, 698, 781 ], [ 702, 764, 716, 781 ], [ 720, 764, 743, 781 ], [ 748, 764, 808, 781 ], [ 152, 779, 201, 796 ], [ 206, 779, 245, 796 ], [ 155, 808, 197, 832 ], [ 117, 836, 137, 853 ], [ 142, 836, 181, 853 ], [ 185, 836, 197, 853 ], [ 202, 836, 262, 853 ], [ 267, 836, 332, 853 ], [ 337, 836, 379, 853 ], [ 383, 836, 401, 853 ], [ 406, 836, 445, 853 ], [ 449, 836, 471, 853 ], [ 476, 836, 493, 853 ], [ 497, 836, 514, 853 ], [ 518, 836, 548, 853 ], [ 553, 836, 564, 853 ], [ 568, 836, 594, 853 ], [ 598, 836, 633, 853 ], [ 638, 836, 656, 853 ], [ 661, 836, 725, 853 ], [ 730, 836, 738, 853 ], [ 742, 836, 765, 853 ], [ 770, 836, 809, 853 ], [ 813, 836, 844, 853 ], [ 117, 851, 153, 868 ], [ 157, 851, 180, 868 ], [ 184, 851, 235, 868 ], [ 240, 851, 249, 868 ], [ 258, 851, 285, 868 ], [ 290, 851, 343, 868 ], [ 348, 851, 374, 868 ], [ 379, 851, 388, 868 ], [ 392, 851, 418, 868 ], [ 422, 851, 489, 868 ], [ 117, 870, 131, 888 ], [ 166, 870, 180, 888 ], [ 184, 870, 202, 888 ], [ 207, 870, 271, 888 ], [ 276, 870, 293, 888 ], [ 298, 870, 320, 888 ], [ 325, 870, 356, 888 ], [ 360, 870, 374, 888 ], [ 378, 870, 397, 888 ], [ 406, 870, 420, 888 ], [ 425, 870, 434, 888 ], [ 438, 870, 560, 888 ], [ 565, 870, 569, 888 ], [ 574, 870, 596, 888 ], [ 601, 870, 640, 888 ], [ 644, 870, 675, 888 ], [ 680, 870, 726, 888 ], [ 731, 870, 771, 888 ], [ 776, 870, 827, 888 ], [ 831, 870, 840, 888 ], [ 845, 870, 870, 888 ], [ 117, 885, 132, 902 ], [ 136, 885, 181, 902 ], [ 185, 885, 202, 902 ], [ 206, 885, 231, 902 ], [ 236, 885, 269, 902 ], [ 273, 885, 290, 902 ], [ 294, 885, 299, 902 ] ]
[ [ 170, 89, 188, 103 ], [ 170, 102, 276, 116 ], [ 285, 102, 294, 116 ], [ 188, 115, 258, 129 ], [ 267, 115, 452, 129 ], [ 188, 128, 311, 142 ], [ 320, 128, 364, 142 ], [ 188, 141, 258, 155 ], [ 267, 141, 399, 155 ], [ 170, 154, 179, 168 ], [ 152, 167, 161, 181 ], [ 117, 191, 152, 206 ], [ 156, 191, 177, 206 ], [ 181, 191, 229, 206 ], [ 233, 191, 261, 206 ], [ 265, 191, 289, 206 ], [ 293, 191, 313, 206 ], [ 317, 191, 353, 206 ], [ 357, 191, 394, 206 ], [ 398, 191, 414, 206 ], [ 418, 191, 442, 206 ], [ 446, 191, 459, 206 ], [ 463, 191, 483, 206 ], [ 487, 191, 553, 206 ], [ 557, 191, 569, 206 ], [ 573, 191, 588, 206 ], [ 592, 191, 624, 206 ], [ 628, 191, 660, 206 ], [ 154, 218, 247, 243 ], [ 254, 218, 317, 243 ], [ 323, 218, 375, 243 ], [ 117, 247, 137, 264 ], [ 142, 247, 181, 264 ], [ 185, 247, 216, 264 ], [ 221, 247, 256, 264 ], [ 260, 247, 317, 264 ], [ 321, 247, 349, 264 ], [ 353, 247, 361, 264 ], [ 366, 247, 378, 264 ], [ 382, 247, 440, 264 ], [ 445, 247, 472, 264 ], [ 476, 247, 525, 264 ], [ 530, 247, 565, 264 ], [ 570, 247, 644, 264 ], [ 117, 266, 142, 284 ], [ 146, 266, 193, 284 ], [ 198, 266, 221, 284 ], [ 225, 266, 300, 284 ], [ 305, 266, 314, 284 ], [ 319, 266, 409, 284 ], [ 414, 266, 453, 284 ], [ 457, 266, 488, 284 ], [ 493, 266, 539, 284 ], [ 544, 266, 588, 284 ], [ 593, 266, 602, 284 ], [ 611, 266, 625, 284 ], [ 630, 266, 674, 284 ], [ 679, 266, 712, 284 ], [ 716, 266, 725, 284 ], [ 734, 266, 763, 284 ], [ 768, 266, 777, 284 ], [ 781, 266, 835, 284 ], [ 839, 266, 869, 284 ], [ 117, 286, 137, 303 ], [ 142, 286, 200, 303 ], [ 204, 286, 243, 303 ], [ 248, 286, 279, 303 ], [ 283, 286, 329, 303 ], [ 334, 286, 368, 303 ], [ 373, 286, 417, 303 ], [ 422, 286, 455, 303 ], [ 459, 286, 468, 303 ], [ 473, 286, 564, 303 ], [ 568, 286, 607, 303 ], [ 612, 286, 647, 303 ], [ 152, 313, 243, 334 ], [ 152, 336, 180, 353 ], [ 216, 336, 229, 353 ], [ 234, 336, 303, 353 ], [ 307, 336, 319, 353 ], [ 324, 336, 351, 353 ], [ 356, 336, 369, 353 ], [ 374, 336, 396, 353 ], [ 401, 336, 461, 353 ], [ 465, 336, 513, 353 ], [ 517, 336, 545, 353 ], [ 550, 336, 564, 353 ], [ 569, 336, 608, 353 ], [ 612, 336, 676, 353 ], [ 680, 336, 694, 353 ], [ 699, 336, 721, 353 ], [ 726, 336, 786, 353 ], [ 790, 336, 839, 353 ], [ 152, 350, 191, 368 ], [ 155, 379, 214, 404 ], [ 220, 379, 283, 404 ], [ 290, 379, 341, 404 ], [ 117, 408, 137, 425 ], [ 142, 408, 181, 425 ], [ 185, 408, 216, 425 ], [ 221, 408, 256, 425 ], [ 260, 408, 317, 425 ], [ 321, 408, 349, 425 ], [ 353, 408, 361, 425 ], [ 366, 408, 378, 425 ], [ 382, 408, 418, 425 ], [ 423, 408, 450, 425 ], [ 455, 408, 500, 425 ], [ 505, 408, 551, 425 ], [ 555, 408, 569, 425 ], [ 574, 408, 601, 425 ], [ 605, 408, 678, 425 ], [ 683, 408, 768, 425 ], [ 772, 408, 786, 425 ], [ 791, 408, 860, 425 ], [ 864, 408, 878, 425 ], [ 117, 422, 140, 440 ], [ 144, 422, 175, 440 ], [ 180, 422, 197, 440 ], [ 202, 422, 274, 440 ], [ 279, 422, 340, 440 ], [ 344, 422, 394, 440 ], [ 399, 422, 458, 440 ], [ 463, 422, 510, 440 ], [ 515, 422, 527, 440 ], [ 532, 422, 555, 440 ], [ 559, 422, 616, 440 ], [ 621, 422, 656, 440 ], [ 661, 422, 675, 440 ], [ 679, 422, 719, 440 ], [ 724, 422, 738, 440 ], [ 743, 422, 793, 440 ], [ 797, 422, 815, 440 ], [ 820, 422, 881, 440 ], [ 117, 437, 131, 454 ], [ 135, 437, 158, 454 ], [ 163, 437, 198, 454 ], [ 117, 456, 137, 474 ], [ 142, 456, 181, 474 ], [ 185, 456, 216, 474 ], [ 221, 456, 274, 474 ], [ 279, 456, 311, 474 ], [ 316, 456, 334, 474 ], [ 339, 456, 375, 474 ], [ 379, 456, 418, 474 ], [ 423, 456, 454, 474 ], [ 458, 456, 505, 474 ], [ 509, 456, 565, 474 ], [ 570, 456, 597, 474 ], [ 602, 456, 610, 474 ], [ 614, 456, 626, 474 ], [ 631, 456, 661, 474 ], [ 665, 456, 706, 474 ], [ 117, 476, 156, 493 ], [ 161, 476, 228, 493 ], [ 232, 476, 260, 493 ], [ 264, 476, 339, 493 ], [ 343, 476, 416, 493 ], [ 420, 476, 456, 493 ], [ 460, 476, 478, 493 ], [ 483, 476, 544, 493 ], [ 548, 476, 566, 493 ], [ 570, 476, 593, 493 ], [ 597, 476, 649, 493 ], [ 654, 476, 672, 493 ], [ 676, 476, 745, 493 ], [ 750, 476, 763, 493 ], [ 768, 476, 794, 493 ], [ 799, 476, 871, 493 ], [ 117, 490, 153, 508 ], [ 157, 490, 215, 508 ], [ 220, 490, 234, 508 ], [ 239, 490, 261, 508 ], [ 266, 490, 289, 508 ], [ 293, 490, 324, 508 ], [ 329, 490, 340, 508 ], [ 345, 490, 399, 508 ], [ 404, 490, 421, 508 ], [ 426, 490, 467, 508 ], [ 471, 490, 521, 508 ], [ 526, 490, 572, 508 ], [ 576, 490, 626, 508 ], [ 631, 490, 649, 508 ], [ 653, 490, 719, 508 ], [ 723, 490, 737, 508 ], [ 742, 490, 772, 508 ], [ 777, 490, 806, 508 ], [ 810, 490, 880, 508 ], [ 117, 505, 190, 522 ], [ 194, 505, 212, 522 ], [ 217, 505, 286, 522 ], [ 291, 505, 304, 522 ], [ 309, 505, 335, 522 ], [ 340, 505, 412, 522 ], [ 417, 505, 452, 522 ], [ 457, 505, 483, 522 ], [ 487, 505, 492, 522 ], [ 152, 532, 258, 553 ], [ 152, 555, 180, 572 ], [ 185, 555, 224, 572 ], [ 229, 555, 242, 572 ], [ 247, 555, 332, 572 ], [ 337, 555, 348, 572 ], [ 353, 555, 380, 572 ], [ 385, 555, 398, 572 ], [ 403, 555, 426, 572 ], [ 430, 555, 490, 572 ], [ 495, 555, 542, 572 ], [ 546, 555, 574, 572 ], [ 579, 555, 593, 572 ], [ 598, 555, 637, 572 ], [ 642, 555, 705, 572 ], [ 710, 555, 723, 572 ], [ 728, 555, 750, 572 ], [ 755, 555, 815, 572 ], [ 152, 569, 201, 586 ], [ 206, 569, 245, 586 ], [ 155, 618, 220, 642 ], [ 226, 618, 290, 642 ], [ 296, 618, 348, 642 ], [ 117, 646, 137, 664 ], [ 142, 646, 181, 664 ], [ 185, 646, 216, 664 ], [ 221, 646, 248, 664 ], [ 252, 646, 288, 664 ], [ 292, 646, 315, 664 ], [ 320, 646, 370, 664 ], [ 375, 646, 384, 664 ], [ 388, 646, 424, 664 ], [ 428, 646, 459, 664 ], [ 464, 646, 499, 664 ], [ 504, 646, 560, 664 ], [ 565, 646, 592, 664 ], [ 596, 646, 604, 664 ], [ 609, 646, 621, 664 ], [ 625, 646, 634, 664 ], [ 639, 646, 683, 664 ], [ 688, 646, 727, 664 ], [ 731, 646, 767, 664 ], [ 771, 646, 816, 663 ], [ 820, 646, 872, 663 ], [ 117, 661, 141, 678 ], [ 145, 661, 197, 678 ], [ 202, 661, 229, 678 ], [ 233, 661, 302, 678 ], [ 307, 661, 316, 678 ], [ 320, 661, 365, 678 ], [ 369, 661, 424, 678 ], [ 428, 661, 463, 678 ], [ 467, 661, 485, 678 ], [ 489, 661, 498, 678 ], [ 503, 661, 548, 678 ], [ 553, 661, 577, 678 ], [ 582, 661, 619, 678 ], [ 624, 661, 704, 678 ], [ 709, 661, 727, 678 ], [ 732, 661, 776, 678 ], [ 781, 661, 832, 678 ], [ 837, 661, 863, 678 ], [ 868, 661, 872, 678 ], [ 117, 680, 137, 698 ], [ 142, 680, 181, 698 ], [ 185, 680, 216, 698 ], [ 221, 680, 274, 698 ], [ 279, 680, 311, 698 ], [ 316, 680, 325, 698 ], [ 360, 680, 399, 698 ], [ 404, 680, 435, 698 ], [ 439, 680, 486, 698 ], [ 490, 680, 546, 698 ], [ 551, 680, 578, 698 ], [ 583, 680, 591, 698 ], [ 595, 680, 607, 698 ], [ 612, 680, 642, 698 ], [ 646, 680, 655, 698 ], [ 660, 680, 704, 698 ], [ 709, 680, 748, 698 ], [ 752, 680, 788, 698 ], [ 117, 700, 162, 717 ], [ 166, 700, 205, 717 ], [ 210, 700, 249, 717 ], [ 253, 700, 289, 717 ], [ 293, 700, 344, 717 ], [ 349, 700, 358, 717 ], [ 362, 700, 382, 717 ], [ 387, 700, 400, 717 ], [ 405, 700, 484, 717 ], [ 488, 700, 533, 717 ], [ 537, 700, 576, 717 ], [ 581, 700, 620, 717 ], [ 624, 700, 643, 717 ], [ 647, 700, 723, 717 ], [ 728, 700, 757, 717 ], [ 762, 700, 794, 717 ], [ 117, 714, 331, 732 ], [ 336, 714, 362, 732 ], [ 367, 714, 371, 732 ], [ 152, 741, 266, 762 ], [ 152, 764, 180, 781 ], [ 216, 764, 229, 781 ], [ 234, 764, 325, 781 ], [ 329, 764, 341, 781 ], [ 346, 764, 373, 781 ], [ 377, 764, 391, 781 ], [ 396, 764, 418, 781 ], [ 423, 764, 483, 781 ], [ 487, 764, 534, 781 ], [ 539, 764, 567, 781 ], [ 572, 764, 586, 781 ], [ 591, 764, 630, 781 ], [ 634, 764, 698, 781 ], [ 702, 764, 716, 781 ], [ 720, 764, 743, 781 ], [ 748, 764, 808, 781 ], [ 152, 779, 201, 796 ], [ 206, 779, 245, 796 ], [ 155, 808, 197, 832 ], [ 117, 836, 137, 853 ], [ 142, 836, 181, 853 ], [ 185, 836, 197, 853 ], [ 202, 836, 262, 853 ], [ 267, 836, 332, 853 ], [ 337, 836, 379, 853 ], [ 383, 836, 401, 853 ], [ 406, 836, 445, 853 ], [ 449, 836, 471, 853 ], [ 476, 836, 493, 853 ], [ 497, 836, 514, 853 ], [ 518, 836, 548, 853 ], [ 553, 836, 564, 853 ], [ 568, 836, 594, 853 ], [ 598, 836, 633, 853 ], [ 638, 836, 656, 853 ], [ 661, 836, 725, 853 ], [ 730, 836, 738, 853 ], [ 742, 836, 765, 853 ], [ 770, 836, 809, 853 ], [ 813, 836, 844, 853 ], [ 117, 851, 153, 868 ], [ 157, 851, 180, 868 ], [ 184, 851, 235, 868 ], [ 240, 851, 249, 868 ], [ 258, 851, 285, 868 ], [ 290, 851, 343, 868 ], [ 348, 851, 374, 868 ], [ 379, 851, 388, 868 ], [ 392, 851, 418, 868 ], [ 422, 851, 489, 868 ], [ 117, 870, 131, 888 ], [ 166, 870, 180, 888 ], [ 184, 870, 202, 888 ], [ 207, 870, 271, 888 ], [ 276, 870, 293, 888 ], [ 298, 870, 320, 888 ], [ 325, 870, 356, 888 ], [ 360, 870, 374, 888 ], [ 378, 870, 397, 888 ], [ 406, 870, 420, 888 ], [ 425, 870, 434, 888 ], [ 438, 870, 560, 888 ], [ 565, 870, 569, 888 ], [ 574, 870, 596, 888 ], [ 601, 870, 640, 888 ], [ 644, 870, 675, 888 ], [ 680, 870, 726, 888 ], [ 731, 870, 771, 888 ], [ 776, 870, 827, 888 ], [ 831, 870, 840, 888 ], [ 845, 870, 870, 888 ], [ 117, 885, 132, 902 ], [ 136, 885, 181, 902 ], [ 185, 885, 202, 902 ], [ 206, 885, 231, 902 ], [ 236, 885, 269, 902 ], [ 273, 885, 290, 902 ], [ 294, 885, 299, 902 ] ]
and Annotation Vocabularies and annotations provide the ability to annotate metadata as well as instance data, and define a powerful extensibility point for OData. An applies a to a model element and defines how to calculate a value for the applied term. can be used to define additional characteristics or capabilities of a metadata Metadata annotations element, such as a service, entity type, property, function, action, or parameter. For example, a metadata annotation may define ranges of valid values for a particular property. Metadata annotations are applied in CSDL documents describing or referencing an entity model. Instance annotations can be used to define additional information associated with a particular result, entity, property, or error; for example, whether a property is read-only for a particular instance. Where the same annotation is defined at both the metadata and instance level, the instance-level annotation overrides the annotation specified at the metadata level. Instance annotations appear in the actual payload as described in . Annotations that apply across instances should be specified as metadata annotations. A vocabulary is a containing a set of terms where each is a named metadata extension. Anyone can define a vocabulary (a set of terms) that is scenario-specific or company-specific; more commonly used terms can be published as shared vocabularies such as the OData Core vocabulary [ODataVocCore]. A can be used: To extend model elements and type instances with additional information. To map instances of annotated structured types to an interface defined by the term type; i.e. annotations allow viewing instances of a structured type as instances of a differently structured type specified by the applied term. A service SHOULD NOT require a client to interpret annotations. Clients SHOULD ignore unknown terms and silently treat unexpected or invalid values (including invalid type, invalid literal expression, etc.) as an unknown value for the term. 38
and Annotation Vocabularies and annotations provide the ability to annotate metadata as well as instance data, and define a powerful extensibility point for OData. An applies a to a model element and defines how to calculate a value for the applied term. Metadata annotations can be used to define additional characteristics or capabilities of a metadata element, such as a service, entity type, property, function, action, or parameter. For example, a metadata annotation may define ranges of valid values for a particular property. Metadata annotations are applied in CSDL documents describing or referencing an entity model. Instance annotations can be used to define additional information associated with a particular result, entity, property, or error; for example, whether a property is read-only for a particular instance. Where the same annotation is defined at both the metadata and instance level, the instance-level annotation overrides the annotation specified at the metadata level. Instance annotations appear in the actual payload as described in . Annotations that apply across instances should be specified as metadata annotations. A vocabulary is a containing a set of terms where each is a named metadata extension. Anyone can define a vocabulary (a set of terms) that is scenario-specific or company-specific; more commonly used terms can be published as shared vocabularies such as the OData Core vocabulary [ODataVocCore]. A can be used: To extend model elements and type instances with additional information. To map instances of annotated structured types to an interface defined by the term type; i.e. annotations allow viewing instances of a structured type as instances of a differently structured type specified by the applied term. A service SHOULD NOT require a client to interpret annotations. Clients SHOULD ignore unknown terms and silently treat unexpected or invalid values (including invalid type, invalid literal expression, etc.) as an unknown value for the term. 38
0.985909
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 54, 55, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304 ]
odata-csdl-json-v4.01-wd01-2017-03-01.docx
task-1602-974
47
[ [ 319, 121, 371, 152 ], [ 379, 121, 534, 152 ], [ 117, 156, 212, 173 ], [ 216, 156, 243, 173 ], [ 248, 156, 332, 173 ], [ 337, 156, 390, 173 ], [ 395, 156, 418, 173 ], [ 422, 156, 464, 173 ], [ 468, 156, 482, 173 ], [ 487, 156, 550, 173 ], [ 555, 156, 623, 173 ], [ 627, 156, 645, 173 ], [ 649, 156, 677, 173 ], [ 682, 156, 699, 173 ], [ 704, 156, 764, 173 ], [ 769, 156, 805, 173 ], [ 810, 156, 837, 173 ], [ 117, 170, 162, 188 ], [ 166, 170, 175, 188 ], [ 180, 170, 242, 188 ], [ 246, 170, 330, 188 ], [ 335, 170, 370, 188 ], [ 375, 170, 394, 188 ], [ 398, 170, 450, 188 ], [ 455, 170, 475, 188 ], [ 484, 170, 536, 188 ], [ 540, 170, 549, 188 ], [ 554, 170, 567, 188 ], [ 572, 170, 581, 188 ], [ 585, 170, 630, 188 ], [ 634, 170, 693, 188 ], [ 697, 170, 724, 188 ], [ 729, 170, 781, 188 ], [ 786, 170, 816, 188 ], [ 821, 170, 834, 188 ], [ 117, 185, 182, 202 ], [ 186, 185, 195, 202 ], [ 200, 185, 239, 202 ], [ 243, 185, 262, 202 ], [ 267, 185, 290, 202 ], [ 294, 185, 347, 202 ], [ 351, 185, 389, 202 ], [ 279, 204, 305, 222 ], [ 310, 204, 328, 222 ], [ 332, 204, 368, 222 ], [ 372, 204, 386, 222 ], [ 390, 204, 435, 222 ], [ 439, 204, 509, 222 ], [ 514, 204, 618, 222 ], [ 623, 204, 637, 222 ], [ 642, 204, 723, 222 ], [ 727, 204, 741, 222 ], [ 745, 204, 754, 222 ], [ 759, 204, 827, 222 ], [ 117, 205, 185, 222 ], [ 190, 205, 274, 222 ], [ 117, 219, 180, 236 ], [ 184, 219, 219, 236 ], [ 223, 219, 241, 236 ], [ 245, 219, 254, 236 ], [ 259, 219, 315, 236 ], [ 320, 219, 359, 236 ], [ 363, 219, 398, 236 ], [ 403, 219, 467, 236 ], [ 472, 219, 534, 236 ], [ 538, 219, 586, 236 ], [ 591, 219, 605, 236 ], [ 610, 219, 689, 236 ], [ 693, 219, 718, 236 ], [ 722, 219, 789, 236 ], [ 793, 219, 802, 236 ], [ 807, 219, 875, 236 ], [ 117, 233, 193, 251 ], [ 198, 233, 229, 251 ], [ 233, 233, 278, 251 ], [ 282, 233, 332, 251 ], [ 337, 233, 350, 251 ], [ 355, 233, 389, 251 ], [ 393, 233, 440, 251 ], [ 445, 233, 464, 251 ], [ 468, 233, 478, 251 ], [ 482, 233, 549, 251 ], [ 554, 233, 618, 251 ], [ 623, 233, 691, 251 ], [ 695, 233, 780, 251 ], [ 784, 233, 808, 251 ], [ 812, 233, 865, 251 ], [ 117, 248, 130, 265 ], [ 134, 248, 178, 265 ], [ 182, 248, 262, 265 ], [ 267, 248, 341, 265 ], [ 346, 248, 360, 265 ], [ 365, 248, 447, 265 ], [ 451, 248, 469, 265 ], [ 474, 248, 513, 265 ], [ 517, 248, 566, 265 ], [ 117, 268, 179, 285 ], [ 183, 268, 268, 285 ], [ 272, 268, 299, 285 ], [ 303, 268, 321, 285 ], [ 326, 268, 361, 285 ], [ 366, 268, 380, 285 ], [ 384, 268, 429, 285 ], [ 433, 268, 503, 285 ], [ 507, 268, 588, 285 ], [ 593, 268, 671, 285 ], [ 675, 268, 704, 285 ], [ 709, 268, 718, 285 ], [ 723, 268, 790, 285 ], [ 794, 268, 839, 285 ], [ 117, 282, 161, 299 ], [ 165, 282, 230, 299 ], [ 234, 282, 249, 299 ], [ 253, 282, 292, 299 ], [ 297, 282, 316, 299 ], [ 320, 282, 387, 299 ], [ 391, 282, 449, 299 ], [ 454, 282, 463, 299 ], [ 467, 282, 527, 299 ], [ 532, 282, 544, 299 ], [ 548, 282, 616, 299 ], [ 621, 282, 640, 299 ], [ 644, 282, 653, 299 ], [ 658, 282, 725, 299 ], [ 730, 282, 795, 299 ], [ 800, 282, 848, 299 ], [ 852, 282, 875, 299 ], [ 117, 297, 157, 314 ], [ 162, 297, 238, 314 ], [ 242, 297, 254, 314 ], [ 259, 297, 312, 314 ], [ 317, 297, 330, 314 ], [ 335, 297, 367, 314 ], [ 371, 297, 394, 314 ], [ 399, 297, 467, 314 ], [ 471, 297, 498, 314 ], [ 503, 297, 564, 314 ], [ 568, 297, 606, 314 ], [ 611, 297, 634, 314 ], [ 638, 297, 738, 314 ], [ 743, 297, 819, 314 ], [ 117, 311, 184, 328 ], [ 189, 311, 212, 328 ], [ 216, 311, 292, 328 ], [ 297, 311, 361, 328 ], [ 366, 311, 380, 328 ], [ 384, 311, 407, 328 ], [ 411, 311, 479, 328 ], [ 484, 311, 522, 328 ], [ 526, 311, 588, 328 ], [ 593, 311, 677, 328 ], [ 682, 311, 733, 328 ], [ 737, 311, 750, 328 ], [ 754, 311, 777, 328 ], [ 782, 311, 825, 328 ], [ 117, 326, 174, 343 ], [ 179, 326, 196, 343 ], [ 201, 326, 272, 343 ], [ 276, 326, 289, 343 ], [ 293, 326, 298, 343 ], [ 302, 326, 389, 343 ], [ 393, 326, 420, 343 ], [ 425, 326, 464, 343 ], [ 468, 326, 517, 343 ], [ 521, 326, 590, 343 ], [ 595, 326, 643, 343 ], [ 647, 326, 665, 343 ], [ 670, 326, 734, 343 ], [ 739, 326, 756, 343 ], [ 761, 326, 829, 343 ], [ 117, 340, 206, 358 ], [ 117, 360, 128, 377 ], [ 133, 360, 212, 377 ], [ 216, 360, 228, 377 ], [ 232, 360, 241, 377 ], [ 246, 360, 320, 377 ], [ 325, 360, 334, 377 ], [ 339, 360, 360, 377 ], [ 365, 360, 379, 377 ], [ 383, 360, 424, 377 ], [ 428, 360, 473, 377 ], [ 477, 360, 513, 377 ], [ 517, 360, 529, 377 ], [ 534, 360, 543, 377 ], [ 547, 360, 597, 377 ], [ 602, 360, 670, 377 ], [ 674, 360, 749, 377 ], [ 753, 360, 809, 377 ], [ 813, 360, 840, 377 ], [ 117, 374, 162, 392 ], [ 166, 374, 175, 392 ], [ 180, 374, 259, 392 ], [ 263, 374, 278, 392 ], [ 282, 374, 304, 392 ], [ 309, 374, 322, 392 ], [ 327, 374, 373, 392 ], [ 378, 374, 405, 392 ], [ 409, 374, 421, 392 ], [ 426, 374, 547, 392 ], [ 552, 374, 566, 392 ], [ 571, 374, 702, 392 ], [ 706, 374, 743, 392 ], [ 748, 374, 822, 392 ], [ 827, 374, 862, 392 ], [ 117, 389, 158, 406 ], [ 163, 389, 189, 406 ], [ 193, 389, 212, 406 ], [ 216, 389, 286, 406 ], [ 291, 389, 308, 406 ], [ 312, 389, 362, 406 ], [ 367, 389, 459, 406 ], [ 463, 389, 498, 406 ], [ 502, 389, 519, 406 ], [ 524, 389, 547, 406 ], [ 551, 389, 598, 406 ], [ 603, 389, 638, 406 ], [ 643, 389, 722, 406 ], [ 726, 389, 857, 406 ], [ 117, 408, 128, 426 ], [ 133, 408, 159, 426 ], [ 163, 408, 182, 426 ], [ 186, 408, 226, 426 ], [ 175, 428, 195, 445 ], [ 199, 428, 248, 445 ], [ 253, 428, 297, 445 ], [ 302, 428, 368, 445 ], [ 372, 428, 400, 445 ], [ 404, 428, 435, 445 ], [ 440, 428, 509, 445 ], [ 513, 428, 542, 445 ], [ 547, 428, 617, 445 ], [ 621, 428, 706, 445 ], [ 175, 447, 195, 465 ], [ 199, 447, 231, 465 ], [ 235, 447, 304, 465 ], [ 309, 447, 323, 465 ], [ 327, 447, 400, 465 ], [ 404, 447, 477, 465 ], [ 481, 447, 520, 465 ], [ 525, 447, 539, 465 ], [ 543, 447, 561, 465 ], [ 566, 447, 628, 465 ], [ 633, 447, 686, 465 ], [ 691, 447, 708, 465 ], [ 713, 447, 735, 465 ], [ 740, 447, 773, 465 ], [ 777, 447, 813, 465 ], [ 817, 447, 839, 465 ], [ 175, 462, 260, 479 ], [ 264, 462, 302, 479 ], [ 306, 462, 361, 479 ], [ 365, 462, 434, 479 ], [ 439, 462, 452, 479 ], [ 457, 462, 466, 479 ], [ 470, 462, 543, 479 ], [ 548, 462, 578, 479 ], [ 583, 462, 600, 479 ], [ 605, 462, 674, 479 ], [ 678, 462, 692, 479 ], [ 696, 462, 706, 479 ], [ 710, 462, 781, 479 ], [ 785, 462, 858, 479 ], [ 175, 477, 206, 494 ], [ 211, 477, 275, 494 ], [ 280, 477, 297, 494 ], [ 302, 477, 324, 494 ], [ 329, 477, 382, 494 ], [ 386, 477, 423, 494 ], [ 117, 496, 128, 513 ], [ 133, 496, 184, 513 ], [ 189, 496, 257, 513 ], [ 261, 496, 296, 513 ], [ 300, 496, 351, 513 ], [ 356, 496, 365, 513 ], [ 369, 496, 408, 513 ], [ 412, 496, 426, 513 ], [ 430, 496, 490, 513 ], [ 495, 496, 584, 513 ], [ 588, 496, 638, 513 ], [ 643, 496, 711, 513 ], [ 715, 496, 761, 513 ], [ 765, 496, 830, 513 ], [ 835, 496, 876, 513 ], [ 117, 511, 144, 528 ], [ 149, 511, 199, 528 ], [ 203, 511, 236, 528 ], [ 241, 511, 325, 528 ], [ 330, 511, 344, 528 ], [ 349, 511, 395, 528 ], [ 399, 511, 447, 528 ], [ 451, 511, 521, 528 ], [ 526, 511, 572, 528 ], [ 576, 511, 612, 528 ], [ 616, 511, 663, 528 ], [ 667, 511, 706, 528 ], [ 711, 511, 794, 528 ], [ 799, 511, 831, 528 ], [ 835, 511, 852, 528 ], [ 857, 511, 875, 528 ], [ 117, 525, 183, 542 ], [ 187, 525, 226, 542 ], [ 231, 525, 250, 542 ], [ 254, 525, 277, 542 ], [ 281, 525, 319, 542 ], [ 117, 547, 133, 563 ] ]
[ [ 319, 121, 371, 152 ], [ 379, 121, 534, 152 ], [ 117, 156, 212, 173 ], [ 216, 156, 243, 173 ], [ 248, 156, 332, 173 ], [ 337, 156, 390, 173 ], [ 395, 156, 418, 173 ], [ 422, 156, 464, 173 ], [ 468, 156, 482, 173 ], [ 487, 156, 550, 173 ], [ 555, 156, 623, 173 ], [ 627, 156, 645, 173 ], [ 649, 156, 677, 173 ], [ 682, 156, 699, 173 ], [ 704, 156, 764, 173 ], [ 769, 156, 805, 173 ], [ 810, 156, 837, 173 ], [ 117, 170, 162, 188 ], [ 166, 170, 175, 188 ], [ 180, 170, 242, 188 ], [ 246, 170, 330, 188 ], [ 335, 170, 370, 188 ], [ 375, 170, 394, 188 ], [ 398, 170, 450, 188 ], [ 455, 170, 475, 188 ], [ 484, 170, 536, 188 ], [ 540, 170, 549, 188 ], [ 554, 170, 567, 188 ], [ 572, 170, 581, 188 ], [ 585, 170, 630, 188 ], [ 634, 170, 693, 188 ], [ 697, 170, 724, 188 ], [ 729, 170, 781, 188 ], [ 786, 170, 816, 188 ], [ 821, 170, 834, 188 ], [ 117, 185, 182, 202 ], [ 186, 185, 195, 202 ], [ 200, 185, 239, 202 ], [ 243, 185, 262, 202 ], [ 267, 185, 290, 202 ], [ 294, 185, 347, 202 ], [ 351, 185, 389, 202 ], [ 117, 205, 185, 222 ], [ 190, 205, 274, 222 ], [ 279, 204, 305, 222 ], [ 310, 204, 328, 222 ], [ 332, 204, 368, 222 ], [ 372, 204, 386, 222 ], [ 390, 204, 435, 222 ], [ 439, 204, 509, 222 ], [ 514, 204, 618, 222 ], [ 623, 204, 637, 222 ], [ 642, 204, 723, 222 ], [ 727, 204, 741, 222 ], [ 745, 204, 754, 222 ], [ 759, 204, 827, 222 ], [ 117, 219, 180, 236 ], [ 184, 219, 219, 236 ], [ 223, 219, 241, 236 ], [ 245, 219, 254, 236 ], [ 259, 219, 315, 236 ], [ 320, 219, 359, 236 ], [ 363, 219, 398, 236 ], [ 403, 219, 467, 236 ], [ 472, 219, 534, 236 ], [ 538, 219, 586, 236 ], [ 591, 219, 605, 236 ], [ 610, 219, 689, 236 ], [ 693, 219, 718, 236 ], [ 722, 219, 789, 236 ], [ 793, 219, 802, 236 ], [ 807, 219, 875, 236 ], [ 117, 233, 193, 251 ], [ 198, 233, 229, 251 ], [ 233, 233, 278, 251 ], [ 282, 233, 332, 251 ], [ 337, 233, 350, 251 ], [ 355, 233, 389, 251 ], [ 393, 233, 440, 251 ], [ 445, 233, 464, 251 ], [ 468, 233, 478, 251 ], [ 482, 233, 549, 251 ], [ 554, 233, 618, 251 ], [ 623, 233, 691, 251 ], [ 695, 233, 780, 251 ], [ 784, 233, 808, 251 ], [ 812, 233, 865, 251 ], [ 117, 248, 130, 265 ], [ 134, 248, 178, 265 ], [ 182, 248, 262, 265 ], [ 267, 248, 341, 265 ], [ 346, 248, 360, 265 ], [ 365, 248, 447, 265 ], [ 451, 248, 469, 265 ], [ 474, 248, 513, 265 ], [ 517, 248, 566, 265 ], [ 117, 268, 179, 285 ], [ 183, 268, 268, 285 ], [ 272, 268, 299, 285 ], [ 303, 268, 321, 285 ], [ 326, 268, 361, 285 ], [ 366, 268, 380, 285 ], [ 384, 268, 429, 285 ], [ 433, 268, 503, 285 ], [ 507, 268, 588, 285 ], [ 593, 268, 671, 285 ], [ 675, 268, 704, 285 ], [ 709, 268, 718, 285 ], [ 723, 268, 790, 285 ], [ 794, 268, 839, 285 ], [ 117, 282, 161, 299 ], [ 165, 282, 230, 299 ], [ 234, 282, 249, 299 ], [ 253, 282, 292, 299 ], [ 297, 282, 316, 299 ], [ 320, 282, 387, 299 ], [ 391, 282, 449, 299 ], [ 454, 282, 463, 299 ], [ 467, 282, 527, 299 ], [ 532, 282, 544, 299 ], [ 548, 282, 616, 299 ], [ 621, 282, 640, 299 ], [ 644, 282, 653, 299 ], [ 658, 282, 725, 299 ], [ 730, 282, 795, 299 ], [ 800, 282, 848, 299 ], [ 852, 282, 875, 299 ], [ 117, 297, 157, 314 ], [ 162, 297, 238, 314 ], [ 242, 297, 254, 314 ], [ 259, 297, 312, 314 ], [ 317, 297, 330, 314 ], [ 335, 297, 367, 314 ], [ 371, 297, 394, 314 ], [ 399, 297, 467, 314 ], [ 471, 297, 498, 314 ], [ 503, 297, 564, 314 ], [ 568, 297, 606, 314 ], [ 611, 297, 634, 314 ], [ 638, 297, 738, 314 ], [ 743, 297, 819, 314 ], [ 117, 311, 184, 328 ], [ 189, 311, 212, 328 ], [ 216, 311, 292, 328 ], [ 297, 311, 361, 328 ], [ 366, 311, 380, 328 ], [ 384, 311, 407, 328 ], [ 411, 311, 479, 328 ], [ 484, 311, 522, 328 ], [ 526, 311, 588, 328 ], [ 593, 311, 677, 328 ], [ 682, 311, 733, 328 ], [ 737, 311, 750, 328 ], [ 754, 311, 777, 328 ], [ 782, 311, 825, 328 ], [ 117, 326, 174, 343 ], [ 179, 326, 196, 343 ], [ 201, 326, 272, 343 ], [ 276, 326, 289, 343 ], [ 293, 326, 298, 343 ], [ 302, 326, 389, 343 ], [ 393, 326, 420, 343 ], [ 425, 326, 464, 343 ], [ 468, 326, 517, 343 ], [ 521, 326, 590, 343 ], [ 595, 326, 643, 343 ], [ 647, 326, 665, 343 ], [ 670, 326, 734, 343 ], [ 739, 326, 756, 343 ], [ 761, 326, 829, 343 ], [ 117, 340, 206, 358 ], [ 117, 360, 128, 377 ], [ 133, 360, 212, 377 ], [ 216, 360, 228, 377 ], [ 232, 360, 241, 377 ], [ 246, 360, 320, 377 ], [ 325, 360, 334, 377 ], [ 339, 360, 360, 377 ], [ 365, 360, 379, 377 ], [ 383, 360, 424, 377 ], [ 428, 360, 473, 377 ], [ 477, 360, 513, 377 ], [ 517, 360, 529, 377 ], [ 534, 360, 543, 377 ], [ 547, 360, 597, 377 ], [ 602, 360, 670, 377 ], [ 674, 360, 749, 377 ], [ 753, 360, 809, 377 ], [ 813, 360, 840, 377 ], [ 117, 374, 162, 392 ], [ 166, 374, 175, 392 ], [ 180, 374, 259, 392 ], [ 263, 374, 278, 392 ], [ 282, 374, 304, 392 ], [ 309, 374, 322, 392 ], [ 327, 374, 373, 392 ], [ 378, 374, 405, 392 ], [ 409, 374, 421, 392 ], [ 426, 374, 547, 392 ], [ 552, 374, 566, 392 ], [ 571, 374, 702, 392 ], [ 706, 374, 743, 392 ], [ 748, 374, 822, 392 ], [ 827, 374, 862, 392 ], [ 117, 389, 158, 406 ], [ 163, 389, 189, 406 ], [ 193, 389, 212, 406 ], [ 216, 389, 286, 406 ], [ 291, 389, 308, 406 ], [ 312, 389, 362, 406 ], [ 367, 389, 459, 406 ], [ 463, 389, 498, 406 ], [ 502, 389, 519, 406 ], [ 524, 389, 547, 406 ], [ 551, 389, 598, 406 ], [ 603, 389, 638, 406 ], [ 643, 389, 722, 406 ], [ 726, 389, 857, 406 ], [ 117, 408, 128, 426 ], [ 133, 408, 159, 426 ], [ 163, 408, 182, 426 ], [ 186, 408, 226, 426 ], [ 175, 428, 195, 445 ], [ 199, 428, 248, 445 ], [ 253, 428, 297, 445 ], [ 302, 428, 368, 445 ], [ 372, 428, 400, 445 ], [ 404, 428, 435, 445 ], [ 440, 428, 509, 445 ], [ 513, 428, 542, 445 ], [ 547, 428, 617, 445 ], [ 621, 428, 706, 445 ], [ 175, 447, 195, 465 ], [ 199, 447, 231, 465 ], [ 235, 447, 304, 465 ], [ 309, 447, 323, 465 ], [ 327, 447, 400, 465 ], [ 404, 447, 477, 465 ], [ 481, 447, 520, 465 ], [ 525, 447, 539, 465 ], [ 543, 447, 561, 465 ], [ 566, 447, 628, 465 ], [ 633, 447, 686, 465 ], [ 691, 447, 708, 465 ], [ 713, 447, 735, 465 ], [ 740, 447, 773, 465 ], [ 777, 447, 813, 465 ], [ 817, 447, 839, 465 ], [ 175, 462, 260, 479 ], [ 264, 462, 302, 479 ], [ 306, 462, 361, 479 ], [ 365, 462, 434, 479 ], [ 439, 462, 452, 479 ], [ 457, 462, 466, 479 ], [ 470, 462, 543, 479 ], [ 548, 462, 578, 479 ], [ 583, 462, 600, 479 ], [ 605, 462, 674, 479 ], [ 678, 462, 692, 479 ], [ 696, 462, 706, 479 ], [ 710, 462, 781, 479 ], [ 785, 462, 858, 479 ], [ 175, 477, 206, 494 ], [ 211, 477, 275, 494 ], [ 280, 477, 297, 494 ], [ 302, 477, 324, 494 ], [ 329, 477, 382, 494 ], [ 386, 477, 423, 494 ], [ 117, 496, 128, 513 ], [ 133, 496, 184, 513 ], [ 189, 496, 257, 513 ], [ 261, 496, 296, 513 ], [ 300, 496, 351, 513 ], [ 356, 496, 365, 513 ], [ 369, 496, 408, 513 ], [ 412, 496, 426, 513 ], [ 430, 496, 490, 513 ], [ 495, 496, 584, 513 ], [ 588, 496, 638, 513 ], [ 643, 496, 711, 513 ], [ 715, 496, 761, 513 ], [ 765, 496, 830, 513 ], [ 835, 496, 876, 513 ], [ 117, 511, 144, 528 ], [ 149, 511, 199, 528 ], [ 203, 511, 236, 528 ], [ 241, 511, 325, 528 ], [ 330, 511, 344, 528 ], [ 349, 511, 395, 528 ], [ 399, 511, 447, 528 ], [ 451, 511, 521, 528 ], [ 526, 511, 572, 528 ], [ 576, 511, 612, 528 ], [ 616, 511, 663, 528 ], [ 667, 511, 706, 528 ], [ 711, 511, 794, 528 ], [ 799, 511, 831, 528 ], [ 835, 511, 852, 528 ], [ 857, 511, 875, 528 ], [ 117, 525, 183, 542 ], [ 187, 525, 226, 542 ], [ 231, 525, 250, 542 ], [ 254, 525, 277, 542 ], [ 281, 525, 319, 542 ], [ 117, 547, 133, 563 ] ]
Guid $Guid Guid expressions are represented as an object with a single member $Guid whose value is a string containing the guid value. The value MUST conform to the rule int64Value in . Example : "@UI.Id": { "$Guid": "21EC2020-3AEA-1069-A2DD-08002B30309D" } Integer $Int Integer expressions are represented as an object with a single member $Int whose value is a either a number or a string. The special values INF, -INF, or NaN are represented as strings. Numeric values are represented as numbers or strings depending on the media type parameter . Example : default representation as a number "@An.Int": { "$Int": 42 } Example : representation as a string “safe” "@A.Very.Long.Int": { "$Int": "9007199254740992" } String String expressions are represented as a JSON string. Example : "@UI.DisplayName": "Product Catalog" Time of Day $TimeOfDay Time-of-day expressions are represented as an object with a single member $TimeOfDay whose value is a string containing the time-of-day value. The value MUST conform to the rule timeOfDayValue in . Example 57: "@UI.EndTime": { "$TimeOfDay": "21:45:00" } Dynamic Expression Dynamic expressions allow assigning a calculated value to an applied term.
Guid $Guid Guid expressions are represented as an object with a single member $Guid whose value is a string containing the guid value. The value MUST conform to the rule int64Value in . Example : "@UI.Id": { "$Guid": "21EC2020-3AEA-1069-A2DD-08002B30309D" } Integer $Int Integer expressions are represented as an object with a single member $Int whose value is a either a number or a string. The special values INF, -INF, or NaN are represented as strings. Numeric values are represented as numbers or strings depending on the media type parameter . Example : default representation as a number "@An.Int": { "$Int": 42 } Example : “safe” representation as a string "@A.Very.Long.Int": { "$Int": "9007199254740992" } String String expressions are represented as a JSON string. Example : "@UI.DisplayName": "Product Catalog" Time of Day $TimeOfDay Time-of-day expressions are represented as an object with a single member $TimeOfDay whose value is a string containing the time-of-day value. The value MUST conform to the rule timeOfDayValue in . Example 57: "@UI.EndTime": { "$TimeOfDay": "21:45:00" } Dynamic Expression Dynamic expressions allow assigning a calculated value to an applied term.
0.979146
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 108, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182 ]
odata-csdl-json-v4.01-wd02-2017-08-10.docx
task-1602-977
56
[ [ 182, 88, 230, 111 ], [ 120, 120, 175, 141 ], [ 152, 143, 187, 160 ], [ 191, 143, 279, 160 ], [ 283, 143, 307, 160 ], [ 311, 143, 398, 160 ], [ 403, 143, 420, 160 ], [ 425, 143, 443, 160 ], [ 447, 143, 491, 160 ], [ 495, 143, 525, 160 ], [ 529, 143, 538, 160 ], [ 543, 143, 585, 160 ], [ 590, 143, 650, 160 ], [ 654, 143, 698, 160 ], [ 702, 143, 750, 160 ], [ 754, 143, 793, 160 ], [ 798, 143, 810, 160 ], [ 814, 143, 823, 160 ], [ 152, 157, 192, 175 ], [ 197, 157, 271, 175 ], [ 276, 157, 299, 175 ], [ 303, 157, 334, 175 ], [ 338, 157, 382, 175 ], [ 387, 157, 415, 175 ], [ 419, 157, 458, 175 ], [ 463, 157, 509, 175 ], [ 514, 157, 573, 175 ], [ 577, 157, 591, 175 ], [ 595, 157, 618, 175 ], [ 622, 157, 650, 175 ], [ 654, 157, 731, 175 ], [ 736, 157, 749, 175 ], [ 753, 157, 758, 175 ], [ 117, 179, 174, 195 ], [ 178, 179, 183, 195 ], [ 152, 205, 232, 219 ], [ 241, 205, 250, 219 ], [ 170, 218, 241, 232 ], [ 250, 218, 585, 232 ], [ 152, 231, 161, 245 ], [ 194, 262, 265, 285 ], [ 120, 294, 155, 315 ], [ 152, 316, 203, 334 ], [ 208, 316, 295, 334 ], [ 299, 316, 323, 334 ], [ 328, 316, 415, 334 ], [ 419, 316, 437, 334 ], [ 441, 316, 459, 334 ], [ 464, 316, 507, 334 ], [ 512, 316, 541, 334 ], [ 545, 316, 554, 334 ], [ 559, 316, 602, 334 ], [ 606, 316, 666, 334 ], [ 671, 316, 698, 334 ], [ 702, 316, 750, 334 ], [ 754, 316, 793, 334 ], [ 798, 316, 810, 334 ], [ 814, 316, 823, 334 ], [ 152, 331, 193, 348 ], [ 198, 331, 207, 348 ], [ 211, 331, 267, 348 ], [ 271, 331, 286, 348 ], [ 290, 331, 299, 348 ], [ 304, 331, 348, 348 ], [ 353, 331, 381, 348 ], [ 386, 331, 436, 348 ], [ 441, 331, 488, 348 ], [ 493, 331, 524, 348 ], [ 528, 331, 564, 348 ], [ 569, 331, 583, 348 ], [ 588, 331, 621, 348 ], [ 625, 331, 649, 348 ], [ 653, 331, 740, 348 ], [ 745, 331, 762, 348 ], [ 767, 331, 819, 348 ], [ 152, 346, 213, 363 ], [ 218, 346, 265, 363 ], [ 269, 346, 293, 363 ], [ 298, 346, 385, 363 ], [ 389, 346, 407, 363 ], [ 411, 346, 475, 363 ], [ 479, 346, 494, 363 ], [ 498, 346, 546, 363 ], [ 551, 346, 627, 363 ], [ 632, 346, 650, 363 ], [ 654, 346, 677, 363 ], [ 682, 346, 726, 363 ], [ 731, 346, 761, 363 ], [ 766, 346, 840, 363 ], [ 152, 360, 157, 377 ], [ 117, 382, 174, 398 ], [ 178, 382, 183, 398 ], [ 187, 382, 231, 398 ], [ 235, 382, 329, 398 ], [ 333, 382, 348, 398 ], [ 352, 382, 361, 398 ], [ 365, 382, 415, 398 ], [ 152, 408, 241, 422 ], [ 250, 408, 258, 422 ], [ 170, 421, 232, 435 ], [ 241, 421, 258, 435 ], [ 152, 434, 161, 448 ], [ 117, 458, 174, 473 ], [ 178, 458, 183, 473 ], [ 228, 458, 322, 473 ], [ 326, 458, 342, 473 ], [ 346, 458, 354, 473 ], [ 358, 458, 394, 473 ], [ 187, 460, 224, 473 ], [ 152, 483, 320, 498 ], [ 329, 483, 338, 498 ], [ 170, 496, 232, 511 ], [ 241, 496, 399, 511 ], [ 152, 509, 161, 523 ], [ 193, 541, 254, 563 ], [ 152, 568, 195, 585 ], [ 200, 568, 287, 585 ], [ 291, 568, 315, 585 ], [ 319, 568, 407, 585 ], [ 411, 568, 428, 585 ], [ 433, 568, 442, 585 ], [ 446, 568, 490, 585 ], [ 495, 568, 539, 585 ], [ 117, 590, 174, 605 ], [ 178, 590, 183, 605 ], [ 152, 615, 311, 629 ], [ 320, 615, 391, 629 ], [ 399, 615, 470, 629 ], [ 194, 647, 243, 669 ], [ 249, 647, 269, 669 ], [ 275, 647, 314, 669 ], [ 120, 678, 234, 699 ], [ 152, 701, 239, 718 ], [ 244, 701, 331, 718 ], [ 336, 701, 359, 718 ], [ 364, 701, 451, 718 ], [ 456, 701, 473, 718 ], [ 477, 701, 495, 718 ], [ 500, 701, 544, 718 ], [ 548, 701, 577, 718 ], [ 582, 701, 591, 718 ], [ 595, 701, 638, 718 ], [ 643, 701, 702, 718 ], [ 707, 701, 799, 718 ], [ 152, 716, 200, 733 ], [ 204, 716, 243, 733 ], [ 248, 716, 259, 733 ], [ 264, 716, 273, 733 ], [ 278, 716, 318, 733 ], [ 322, 716, 397, 733 ], [ 401, 716, 424, 733 ], [ 428, 716, 510, 733 ], [ 515, 716, 558, 733 ], [ 563, 716, 591, 733 ], [ 595, 716, 634, 733 ], [ 639, 716, 685, 733 ], [ 690, 716, 749, 733 ], [ 753, 716, 767, 733 ], [ 771, 716, 794, 733 ], [ 799, 716, 826, 733 ], [ 152, 730, 271, 747 ], [ 276, 730, 288, 747 ], [ 293, 730, 298, 747 ], [ 117, 752, 174, 768 ], [ 178, 752, 199, 768 ], [ 152, 778, 276, 792 ], [ 285, 778, 294, 792 ], [ 170, 791, 285, 805 ], [ 294, 791, 382, 805 ], [ 152, 804, 161, 818 ], [ 168, 835, 263, 859 ], [ 270, 835, 393, 859 ], [ 117, 863, 181, 881 ], [ 185, 863, 272, 881 ], [ 277, 863, 314, 881 ], [ 319, 863, 388, 881 ], [ 392, 863, 401, 881 ], [ 406, 863, 479, 881 ], [ 484, 863, 523, 881 ], [ 527, 863, 541, 881 ], [ 546, 863, 564, 881 ], [ 568, 863, 621, 881 ], [ 626, 863, 663, 881 ] ]
[ [ 182, 88, 230, 111 ], [ 120, 120, 175, 141 ], [ 152, 143, 187, 160 ], [ 191, 143, 279, 160 ], [ 283, 143, 307, 160 ], [ 311, 143, 398, 160 ], [ 403, 143, 420, 160 ], [ 425, 143, 443, 160 ], [ 447, 143, 491, 160 ], [ 495, 143, 525, 160 ], [ 529, 143, 538, 160 ], [ 543, 143, 585, 160 ], [ 590, 143, 650, 160 ], [ 654, 143, 698, 160 ], [ 702, 143, 750, 160 ], [ 754, 143, 793, 160 ], [ 798, 143, 810, 160 ], [ 814, 143, 823, 160 ], [ 152, 157, 192, 175 ], [ 197, 157, 271, 175 ], [ 276, 157, 299, 175 ], [ 303, 157, 334, 175 ], [ 338, 157, 382, 175 ], [ 387, 157, 415, 175 ], [ 419, 157, 458, 175 ], [ 463, 157, 509, 175 ], [ 514, 157, 573, 175 ], [ 577, 157, 591, 175 ], [ 595, 157, 618, 175 ], [ 622, 157, 650, 175 ], [ 654, 157, 731, 175 ], [ 736, 157, 749, 175 ], [ 753, 157, 758, 175 ], [ 117, 179, 174, 195 ], [ 178, 179, 183, 195 ], [ 152, 205, 232, 219 ], [ 241, 205, 250, 219 ], [ 170, 218, 241, 232 ], [ 250, 218, 585, 232 ], [ 152, 231, 161, 245 ], [ 194, 262, 265, 285 ], [ 120, 294, 155, 315 ], [ 152, 316, 203, 334 ], [ 208, 316, 295, 334 ], [ 299, 316, 323, 334 ], [ 328, 316, 415, 334 ], [ 419, 316, 437, 334 ], [ 441, 316, 459, 334 ], [ 464, 316, 507, 334 ], [ 512, 316, 541, 334 ], [ 545, 316, 554, 334 ], [ 559, 316, 602, 334 ], [ 606, 316, 666, 334 ], [ 671, 316, 698, 334 ], [ 702, 316, 750, 334 ], [ 754, 316, 793, 334 ], [ 798, 316, 810, 334 ], [ 814, 316, 823, 334 ], [ 152, 331, 193, 348 ], [ 198, 331, 207, 348 ], [ 211, 331, 267, 348 ], [ 271, 331, 286, 348 ], [ 290, 331, 299, 348 ], [ 304, 331, 348, 348 ], [ 353, 331, 381, 348 ], [ 386, 331, 436, 348 ], [ 441, 331, 488, 348 ], [ 493, 331, 524, 348 ], [ 528, 331, 564, 348 ], [ 569, 331, 583, 348 ], [ 588, 331, 621, 348 ], [ 625, 331, 649, 348 ], [ 653, 331, 740, 348 ], [ 745, 331, 762, 348 ], [ 767, 331, 819, 348 ], [ 152, 346, 213, 363 ], [ 218, 346, 265, 363 ], [ 269, 346, 293, 363 ], [ 298, 346, 385, 363 ], [ 389, 346, 407, 363 ], [ 411, 346, 475, 363 ], [ 479, 346, 494, 363 ], [ 498, 346, 546, 363 ], [ 551, 346, 627, 363 ], [ 632, 346, 650, 363 ], [ 654, 346, 677, 363 ], [ 682, 346, 726, 363 ], [ 731, 346, 761, 363 ], [ 766, 346, 840, 363 ], [ 152, 360, 157, 377 ], [ 117, 382, 174, 398 ], [ 178, 382, 183, 398 ], [ 187, 382, 231, 398 ], [ 235, 382, 329, 398 ], [ 333, 382, 348, 398 ], [ 352, 382, 361, 398 ], [ 365, 382, 415, 398 ], [ 152, 408, 241, 422 ], [ 250, 408, 258, 422 ], [ 170, 421, 232, 435 ], [ 241, 421, 258, 435 ], [ 152, 434, 161, 448 ], [ 117, 458, 174, 473 ], [ 178, 458, 183, 473 ], [ 187, 460, 224, 473 ], [ 228, 458, 322, 473 ], [ 326, 458, 342, 473 ], [ 346, 458, 354, 473 ], [ 358, 458, 394, 473 ], [ 152, 483, 320, 498 ], [ 329, 483, 338, 498 ], [ 170, 496, 232, 511 ], [ 241, 496, 399, 511 ], [ 152, 509, 161, 523 ], [ 193, 541, 254, 563 ], [ 152, 568, 195, 585 ], [ 200, 568, 287, 585 ], [ 291, 568, 315, 585 ], [ 319, 568, 407, 585 ], [ 411, 568, 428, 585 ], [ 433, 568, 442, 585 ], [ 446, 568, 490, 585 ], [ 495, 568, 539, 585 ], [ 117, 590, 174, 605 ], [ 178, 590, 183, 605 ], [ 152, 615, 311, 629 ], [ 320, 615, 391, 629 ], [ 399, 615, 470, 629 ], [ 194, 647, 243, 669 ], [ 249, 647, 269, 669 ], [ 275, 647, 314, 669 ], [ 120, 678, 234, 699 ], [ 152, 701, 239, 718 ], [ 244, 701, 331, 718 ], [ 336, 701, 359, 718 ], [ 364, 701, 451, 718 ], [ 456, 701, 473, 718 ], [ 477, 701, 495, 718 ], [ 500, 701, 544, 718 ], [ 548, 701, 577, 718 ], [ 582, 701, 591, 718 ], [ 595, 701, 638, 718 ], [ 643, 701, 702, 718 ], [ 707, 701, 799, 718 ], [ 152, 716, 200, 733 ], [ 204, 716, 243, 733 ], [ 248, 716, 259, 733 ], [ 264, 716, 273, 733 ], [ 278, 716, 318, 733 ], [ 322, 716, 397, 733 ], [ 401, 716, 424, 733 ], [ 428, 716, 510, 733 ], [ 515, 716, 558, 733 ], [ 563, 716, 591, 733 ], [ 595, 716, 634, 733 ], [ 639, 716, 685, 733 ], [ 690, 716, 749, 733 ], [ 753, 716, 767, 733 ], [ 771, 716, 794, 733 ], [ 799, 716, 826, 733 ], [ 152, 730, 271, 747 ], [ 276, 730, 288, 747 ], [ 293, 730, 298, 747 ], [ 117, 752, 174, 768 ], [ 178, 752, 199, 768 ], [ 152, 778, 276, 792 ], [ 285, 778, 294, 792 ], [ 170, 791, 285, 805 ], [ 294, 791, 382, 805 ], [ 152, 804, 161, 818 ], [ 168, 835, 263, 859 ], [ 270, 835, 393, 859 ], [ 117, 863, 181, 881 ], [ 185, 863, 272, 881 ], [ 277, 863, 314, 881 ], [ 319, 863, 388, 881 ], [ 392, 863, 401, 881 ], [ 406, 863, 479, 881 ], [ 484, 863, 523, 881 ], [ 527, 863, 541, 881 ], [ 546, 863, 564, 881 ], [ 568, 863, 621, 881 ], [ 626, 863, 663, 881 ] ]
: { "Currency" "type" : "string", : "maxLength" 3 }, : { "Category" : "odataType" "ODataDemo.Category", : "partner" "Products" }, : { "Supplier" : "odataType" "ODataDemo.Supplier", : "partner" "Products" } } Enumeration Type Definitions Schemas The value of the schemas property is an object with one property per defined schema. The name of the property is the namespace of the schema. Its value is an object with an alias property whose value is the alias of the namespace, or null if no alias is defined. The object may contain the properties actions, functions, and entityContainer. It also may contain . : { "schemas" : { : "This", : "entityTypes" …, : "complexTypes" …, : "enumTypes" …, : "typeDefinitions" …, : "actions" …, : "functions" …, : "terms" …, "entityContainer" : …, : "@Some.Term" … } Actions and Functions Entity Container Terms
"Currency" : { "type" : "string", "maxLength" : 3 }, "Category" : { "odataType" : "ODataDemo.Category", "partner" : "Products" }, "Supplier" : { "odataType" : "ODataDemo.Supplier", "partner" : "Products" } } Enumeration Type Definitions Schemas The value of the schemas property is an object with one property per defined schema. The name of the property is the namespace of the schema. Its value is an object with an alias property whose value is the alias of the namespace, or null if no alias is defined. The object may contain the properties actions, functions, and entityContainer. It also may contain . "schemas" : { : { : "This", "entityTypes" : …, "complexTypes" : …, "enumTypes" : …, "typeDefinitions" : …, "actions" : …, "functions" : …, "terms" : …, "entityContainer" : …, "@Some.Term" : … } Actions and Functions Entity Container Terms
0.687467
[ 2, 0, 1, 3, 4, 5, 7, 6, 8, 9, 12, 10, 11, 14, 13, 15, 17, 16, 18, 19, 22, 20, 21, 24, 23, 25, 27, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 102, 100, 101, 103, 104, 105, 106, 108, 107, 109, 111, 110, 112, 114, 113, 115, 117, 116, 118, 120, 119, 121, 123, 122, 124, 126, 125, 127, 128, 129, 130, 132, 131, 133, 134, 135, 136, 137, 138, 139, 140 ]
odata-json-csdl-v4.0-wd01-2014-10-15.docx
task-1602-996
8
[ [ 333, 88, 343, 106 ], [ 352, 88, 362, 106 ], [ 225, 89, 323, 105 ], [ 245, 103, 303, 119 ], [ 313, 103, 323, 120 ], [ 333, 103, 421, 120 ], [ 362, 117, 372, 134 ], [ 245, 118, 352, 134 ], [ 382, 118, 392, 134 ], [ 225, 131, 245, 149 ], [ 333, 145, 343, 163 ], [ 352, 145, 362, 163 ], [ 225, 146, 323, 162 ], [ 362, 160, 372, 177 ], [ 245, 161, 352, 176 ], [ 382, 161, 588, 177 ], [ 343, 174, 352, 192 ], [ 245, 175, 333, 191 ], [ 362, 175, 460, 191 ], [ 225, 188, 245, 206 ], [ 333, 203, 343, 220 ], [ 352, 203, 362, 220 ], [ 225, 204, 323, 219 ], [ 362, 217, 372, 235 ], [ 245, 218, 352, 234 ], [ 382, 218, 588, 235 ], [ 343, 231, 352, 249 ], [ 245, 232, 333, 248 ], [ 362, 232, 460, 248 ], [ 225, 246, 235, 263 ], [ 205, 260, 215, 278 ], [ 182, 289, 310, 314 ], [ 182, 351, 230, 376 ], [ 235, 351, 342, 376 ], [ 182, 413, 267, 438 ], [ 147, 443, 174, 462 ], [ 178, 443, 217, 462 ], [ 221, 443, 236, 462 ], [ 240, 443, 264, 462 ], [ 268, 443, 331, 462 ], [ 335, 443, 399, 462 ], [ 403, 443, 415, 462 ], [ 419, 443, 437, 462 ], [ 441, 443, 486, 462 ], [ 491, 443, 523, 462 ], [ 527, 443, 555, 462 ], [ 559, 443, 623, 462 ], [ 627, 443, 652, 462 ], [ 656, 443, 711, 462 ], [ 715, 443, 776, 462 ], [ 780, 443, 807, 462 ], [ 147, 461, 188, 480 ], [ 192, 461, 207, 480 ], [ 211, 461, 235, 480 ], [ 239, 461, 303, 480 ], [ 307, 461, 319, 480 ], [ 323, 461, 347, 480 ], [ 351, 461, 434, 480 ], [ 438, 461, 453, 480 ], [ 457, 461, 481, 480 ], [ 485, 461, 546, 480 ], [ 550, 461, 568, 480 ], [ 572, 461, 611, 480 ], [ 615, 461, 626, 480 ], [ 630, 461, 648, 480 ], [ 652, 461, 698, 480 ], [ 702, 461, 734, 480 ], [ 738, 461, 756, 480 ], [ 760, 461, 793, 480 ], [ 147, 480, 210, 499 ], [ 215, 480, 262, 499 ], [ 266, 480, 306, 499 ], [ 310, 480, 321, 499 ], [ 325, 480, 349, 499 ], [ 353, 480, 386, 499 ], [ 390, 480, 405, 499 ], [ 409, 480, 433, 499 ], [ 437, 480, 525, 499 ], [ 529, 480, 544, 499 ], [ 548, 480, 576, 499 ], [ 580, 480, 589, 499 ], [ 593, 480, 612, 499 ], [ 616, 480, 649, 499 ], [ 653, 480, 664, 499 ], [ 668, 480, 728, 499 ], [ 732, 480, 759, 499 ], [ 764, 480, 809, 499 ], [ 813, 480, 844, 499 ], [ 147, 499, 201, 518 ], [ 205, 499, 230, 518 ], [ 234, 499, 310, 518 ], [ 314, 499, 370, 518 ], [ 374, 499, 447, 518 ], [ 451, 499, 478, 518 ], [ 483, 499, 601, 518 ], [ 606, 499, 616, 518 ], [ 620, 499, 649, 518 ], [ 653, 499, 684, 518 ], [ 689, 499, 743, 518 ], [ 747, 499, 752, 518 ], [ 264, 526, 274, 544 ], [ 284, 526, 294, 544 ], [ 166, 527, 254, 543 ], [ 313, 541, 323, 558 ], [ 333, 541, 343, 558 ], [ 284, 555, 294, 573 ], [ 303, 556, 372, 573 ], [ 343, 569, 352, 587 ], [ 205, 570, 333, 586 ], [ 362, 572, 382, 586 ], [ 352, 584, 362, 601 ], [ 205, 585, 343, 600 ], [ 372, 586, 392, 600 ], [ 323, 598, 333, 616 ], [ 205, 599, 313, 615 ], [ 343, 600, 362, 615 ], [ 382, 612, 392, 630 ], [ 205, 613, 372, 629 ], [ 401, 615, 421, 629 ], [ 303, 627, 313, 644 ], [ 205, 628, 294, 643 ], [ 323, 629, 343, 643 ], [ 323, 641, 333, 659 ], [ 205, 642, 313, 658 ], [ 343, 643, 362, 658 ], [ 284, 655, 294, 673 ], [ 205, 656, 274, 672 ], [ 303, 657, 323, 672 ], [ 205, 670, 372, 686 ], [ 382, 670, 392, 687 ], [ 401, 672, 421, 686 ], [ 333, 684, 343, 702 ], [ 205, 685, 323, 701 ], [ 352, 686, 362, 700 ], [ 166, 698, 176, 716 ], [ 182, 728, 255, 752 ], [ 260, 728, 296, 752 ], [ 301, 728, 397, 752 ], [ 182, 790, 241, 814 ], [ 246, 790, 342, 814 ], [ 182, 852, 243, 876 ] ]
[ [ 225, 89, 323, 105 ], [ 333, 88, 343, 106 ], [ 352, 88, 362, 106 ], [ 245, 103, 303, 119 ], [ 313, 103, 323, 120 ], [ 333, 103, 421, 120 ], [ 245, 118, 352, 134 ], [ 362, 117, 372, 134 ], [ 382, 118, 392, 134 ], [ 225, 131, 245, 149 ], [ 225, 146, 323, 162 ], [ 333, 145, 343, 163 ], [ 352, 145, 362, 163 ], [ 245, 161, 352, 176 ], [ 362, 160, 372, 177 ], [ 382, 161, 588, 177 ], [ 245, 175, 333, 191 ], [ 343, 174, 352, 192 ], [ 362, 175, 460, 191 ], [ 225, 188, 245, 206 ], [ 225, 204, 323, 219 ], [ 333, 203, 343, 220 ], [ 352, 203, 362, 220 ], [ 245, 218, 352, 234 ], [ 362, 217, 372, 235 ], [ 382, 218, 588, 235 ], [ 245, 232, 333, 248 ], [ 343, 231, 352, 249 ], [ 362, 232, 460, 248 ], [ 225, 246, 235, 263 ], [ 205, 260, 215, 278 ], [ 182, 289, 310, 314 ], [ 182, 351, 230, 376 ], [ 235, 351, 342, 376 ], [ 182, 413, 267, 438 ], [ 147, 443, 174, 462 ], [ 178, 443, 217, 462 ], [ 221, 443, 236, 462 ], [ 240, 443, 264, 462 ], [ 268, 443, 331, 462 ], [ 335, 443, 399, 462 ], [ 403, 443, 415, 462 ], [ 419, 443, 437, 462 ], [ 441, 443, 486, 462 ], [ 491, 443, 523, 462 ], [ 527, 443, 555, 462 ], [ 559, 443, 623, 462 ], [ 627, 443, 652, 462 ], [ 656, 443, 711, 462 ], [ 715, 443, 776, 462 ], [ 780, 443, 807, 462 ], [ 147, 461, 188, 480 ], [ 192, 461, 207, 480 ], [ 211, 461, 235, 480 ], [ 239, 461, 303, 480 ], [ 307, 461, 319, 480 ], [ 323, 461, 347, 480 ], [ 351, 461, 434, 480 ], [ 438, 461, 453, 480 ], [ 457, 461, 481, 480 ], [ 485, 461, 546, 480 ], [ 550, 461, 568, 480 ], [ 572, 461, 611, 480 ], [ 615, 461, 626, 480 ], [ 630, 461, 648, 480 ], [ 652, 461, 698, 480 ], [ 702, 461, 734, 480 ], [ 738, 461, 756, 480 ], [ 760, 461, 793, 480 ], [ 147, 480, 210, 499 ], [ 215, 480, 262, 499 ], [ 266, 480, 306, 499 ], [ 310, 480, 321, 499 ], [ 325, 480, 349, 499 ], [ 353, 480, 386, 499 ], [ 390, 480, 405, 499 ], [ 409, 480, 433, 499 ], [ 437, 480, 525, 499 ], [ 529, 480, 544, 499 ], [ 548, 480, 576, 499 ], [ 580, 480, 589, 499 ], [ 593, 480, 612, 499 ], [ 616, 480, 649, 499 ], [ 653, 480, 664, 499 ], [ 668, 480, 728, 499 ], [ 732, 480, 759, 499 ], [ 764, 480, 809, 499 ], [ 813, 480, 844, 499 ], [ 147, 499, 201, 518 ], [ 205, 499, 230, 518 ], [ 234, 499, 310, 518 ], [ 314, 499, 370, 518 ], [ 374, 499, 447, 518 ], [ 451, 499, 478, 518 ], [ 483, 499, 601, 518 ], [ 606, 499, 616, 518 ], [ 620, 499, 649, 518 ], [ 653, 499, 684, 518 ], [ 689, 499, 743, 518 ], [ 747, 499, 752, 518 ], [ 166, 527, 254, 543 ], [ 264, 526, 274, 544 ], [ 284, 526, 294, 544 ], [ 313, 541, 323, 558 ], [ 333, 541, 343, 558 ], [ 284, 555, 294, 573 ], [ 303, 556, 372, 573 ], [ 205, 570, 333, 586 ], [ 343, 569, 352, 587 ], [ 362, 572, 382, 586 ], [ 205, 585, 343, 600 ], [ 352, 584, 362, 601 ], [ 372, 586, 392, 600 ], [ 205, 599, 313, 615 ], [ 323, 598, 333, 616 ], [ 343, 600, 362, 615 ], [ 205, 613, 372, 629 ], [ 382, 612, 392, 630 ], [ 401, 615, 421, 629 ], [ 205, 628, 294, 643 ], [ 303, 627, 313, 644 ], [ 323, 629, 343, 643 ], [ 205, 642, 313, 658 ], [ 323, 641, 333, 659 ], [ 343, 643, 362, 658 ], [ 205, 656, 274, 672 ], [ 284, 655, 294, 673 ], [ 303, 657, 323, 672 ], [ 205, 670, 372, 686 ], [ 382, 670, 392, 687 ], [ 401, 672, 421, 686 ], [ 205, 685, 323, 701 ], [ 333, 684, 343, 702 ], [ 352, 686, 362, 700 ], [ 166, 698, 176, 716 ], [ 182, 728, 255, 752 ], [ 260, 728, 296, 752 ], [ 301, 728, 397, 752 ], [ 182, 790, 241, 814 ], [ 246, 790, 342, 814 ], [ 182, 852, 243, 876 ] ]
Where a staff member feels unable to raise an issue with the Headteacher or Chair of Governors or feels that their genuine concerns are not being addressed, they should approach the ODBST HR Team; The whistleblowing helpline is available for staff who do not feel able to raise concerns regarding child protection failures internally. Staff can call: 0800 028 0285 line is available from 8:00 AM to 8:00 PM, Monday to Friday and Email: – help@nspcc.org.uk. Part 2 Key personnel and contacts at our school and wider: Name Contact details The designated safeguarding 01280 813066-School lead for child protection in this Lucy McFarlane 01280 817244-home school Nicola Gray 709889 Additional Designated Emergency: Paula Shaw Safeguarding Lead(s): (Headtecaher at Great 712622 Horwood) Head Teacher: Lucy McFarlane As above Nominated Safeguarding Jo Bursell As above Governor: of Governors: Jo Bursell As Contacts in Buckinghamshire Local Authority Designated Officer (LADO): 01296 382070 Jonathan Kempster 01296 383703 Thompson 01296 383825 Education Safeguarding Advisor 01296 382732 Education Safeguarding Advisory Service 382912 Response Team (including Early Help, Channel) 01296 383962 Equalities Manager - Bullying/Prevent Lead for schools 382461 Children’s Services, Out of Hours: 0800 999 7677 Other Contacts RU Safe? (Barnardos - Child Sexual Exploitation Service) 01494 461112 101 Thames Valley Police (999 in case of emergency) 0845 688 4944 NSPCC 0800 800 5000
Where a staff member feels unable to raise an issue with the Headteacher or Chair of Governors or feels that their genuine concerns are not being addressed, they should approach the ODBST HR Team; The whistleblowing helpline is available for staff who do not feel able to raise concerns regarding child protection failures internally. Staff can call: 0800 028 0285 – line is available from 8:00 AM to 8:00 PM, Monday to Friday and Email: help@nspcc.org.uk. Part 2 Key personnel and contacts at our school and wider: Name Contact details The designated safeguarding lead for child protection in this school Lucy McFarlane 01280 813066-School 01280 817244-home Additional Designated Safeguarding Lead(s): Nicola Gray Emergency: Paula Shaw (Headtecaher at Great Horwood) 709889 712622 Head Teacher: Lucy McFarlane As above Nominated Safeguarding Governor: Jo Bursell As above of Governors: Jo Bursell As Contacts in Buckinghamshire Local Authority Designated Officer (LADO): 01296 382070 Jonathan Kempster 01296 383703 Thompson 01296 383825 Education Safeguarding Advisor 01296 382732 Education Safeguarding Advisory Service 382912 Response Team (including Early Help, Channel) 01296 383962 Equalities Manager - Bullying/Prevent Lead for schools 382461 Children’s Services, Out of Hours: 0800 999 7677 Other Contacts RU Safe? (Barnardos - Child Sexual Exploitation Service) 01494 461112 Thames Valley Police 101 (999 in case of emergency) 0845 688 4944 NSPCC 0800 800 5000
0.869566
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 74, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 105, 101, 102, 93, 94, 103, 104, 109, 110, 114, 115, 106, 107, 111, 112, 113, 116, 117, 118, 120, 108, 119, 121, 122, 123, 124, 125, 126, 127, 128, 133, 129, 130, 131, 132, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 204, 205, 202, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217 ]
odbst_safeguarding_and_child_protection_policy.docx
task-1603-149
7
[ [ 192, 83, 246, 101 ], [ 251, 83, 262, 101 ], [ 267, 83, 302, 101 ], [ 307, 83, 375, 101 ], [ 380, 83, 419, 101 ], [ 424, 83, 479, 101 ], [ 484, 83, 500, 101 ], [ 505, 83, 545, 101 ], [ 550, 83, 571, 101 ], [ 576, 83, 619, 101 ], [ 624, 83, 657, 101 ], [ 662, 83, 688, 101 ], [ 693, 83, 799, 101 ], [ 804, 83, 820, 101 ], [ 825, 83, 869, 101 ], [ 192, 98, 207, 116 ], [ 212, 98, 299, 116 ], [ 304, 98, 320, 116 ], [ 325, 98, 364, 116 ], [ 369, 98, 400, 116 ], [ 405, 98, 441, 116 ], [ 446, 98, 512, 116 ], [ 517, 98, 592, 116 ], [ 597, 98, 624, 116 ], [ 629, 98, 655, 116 ], [ 660, 98, 705, 116 ], [ 710, 98, 802, 116 ], [ 807, 98, 842, 116 ], [ 192, 113, 246, 131 ], [ 251, 113, 329, 131 ], [ 334, 113, 359, 131 ], [ 364, 113, 428, 131 ], [ 433, 113, 460, 131 ], [ 465, 113, 517, 131 ], [ 192, 141, 224, 159 ], [ 270, 141, 389, 159 ], [ 394, 141, 458, 159 ], [ 463, 141, 476, 159 ], [ 481, 141, 554, 159 ], [ 559, 141, 581, 159 ], [ 586, 141, 621, 159 ], [ 626, 141, 660, 159 ], [ 665, 141, 686, 159 ], [ 691, 141, 716, 159 ], [ 721, 141, 751, 159 ], [ 756, 141, 791, 159 ], [ 796, 141, 812, 159 ], [ 817, 141, 857, 159 ], [ 192, 156, 267, 174 ], [ 272, 156, 350, 174 ], [ 355, 156, 393, 174 ], [ 398, 156, 479, 174 ], [ 485, 156, 544, 174 ], [ 549, 156, 628, 174 ], [ 633, 156, 671, 174 ], [ 676, 156, 706, 174 ], [ 711, 156, 744, 174 ], [ 749, 156, 790, 174 ], [ 795, 156, 826, 174 ], [ 831, 156, 872, 174 ], [ 207, 171, 236, 189 ], [ 241, 171, 255, 189 ], [ 260, 171, 333, 189 ], [ 338, 171, 375, 189 ], [ 380, 171, 416, 189 ], [ 421, 171, 448, 189 ], [ 454, 171, 469, 189 ], [ 474, 171, 510, 189 ], [ 515, 171, 548, 189 ], [ 553, 171, 619, 189 ], [ 624, 171, 639, 189 ], [ 644, 171, 696, 189 ], [ 701, 171, 732, 189 ], [ 737, 171, 788, 189 ], [ 192, 173, 202, 187 ], [ 192, 186, 355, 204 ], [ 130, 230, 165, 248 ], [ 171, 230, 181, 248 ], [ 156, 268, 190, 286 ], [ 195, 268, 283, 286 ], [ 289, 268, 321, 286 ], [ 327, 268, 402, 286 ], [ 408, 268, 424, 286 ], [ 429, 268, 459, 286 ], [ 464, 268, 523, 286 ], [ 529, 268, 561, 286 ], [ 566, 268, 621, 286 ], [ 414, 304, 464, 322 ], [ 650, 304, 718, 322 ], [ 724, 304, 782, 322 ], [ 130, 327, 161, 345 ], [ 166, 327, 257, 345 ], [ 262, 327, 369, 345 ], [ 650, 333, 701, 351 ], [ 706, 333, 831, 351 ], [ 130, 342, 164, 360 ], [ 170, 342, 191, 360 ], [ 196, 342, 234, 360 ], [ 239, 342, 320, 360 ], [ 326, 342, 340, 360 ], [ 345, 342, 374, 360 ], [ 414, 342, 453, 360 ], [ 458, 342, 545, 360 ], [ 650, 352, 701, 369 ], [ 706, 352, 820, 369 ], [ 130, 357, 183, 375 ], [ 414, 380, 465, 398 ], [ 471, 380, 511, 398 ], [ 685, 395, 746, 413 ], [ 130, 397, 211, 415 ], [ 216, 397, 309, 415 ], [ 414, 399, 513, 417 ], [ 518, 399, 565, 417 ], [ 570, 399, 616, 417 ], [ 130, 412, 239, 430 ], [ 245, 412, 312, 430 ], [ 414, 414, 526, 432 ], [ 531, 414, 547, 432 ], [ 552, 414, 598, 432 ], [ 685, 414, 746, 432 ], [ 414, 429, 494, 447 ], [ 130, 451, 174, 469 ], [ 179, 451, 252, 469 ], [ 414, 451, 453, 469 ], [ 458, 451, 545, 469 ], [ 650, 451, 671, 469 ], [ 676, 451, 727, 469 ], [ 130, 474, 219, 492 ], [ 224, 474, 334, 492 ], [ 414, 482, 434, 500 ], [ 439, 482, 495, 500 ], [ 650, 482, 671, 500 ], [ 676, 482, 727, 500 ], [ 130, 489, 212, 507 ], [ 171, 512, 186, 530 ], [ 191, 512, 282, 530 ], [ 414, 512, 434, 530 ], [ 439, 512, 495, 530 ], [ 650, 512, 671, 530 ], [ 130, 535, 209, 553 ], [ 214, 535, 230, 553 ], [ 235, 535, 390, 553 ], [ 130, 557, 174, 575 ], [ 179, 557, 252, 575 ], [ 257, 557, 350, 575 ], [ 355, 557, 410, 575 ], [ 415, 557, 483, 575 ], [ 650, 557, 701, 575 ], [ 706, 557, 768, 575 ], [ 414, 581, 490, 599 ], [ 495, 581, 574, 599 ], [ 650, 581, 701, 599 ], [ 706, 581, 768, 599 ], [ 455, 604, 542, 622 ], [ 650, 604, 701, 622 ], [ 706, 604, 768, 622 ], [ 130, 628, 212, 646 ], [ 217, 628, 327, 646 ], [ 332, 628, 393, 646 ], [ 650, 628, 701, 646 ], [ 706, 628, 768, 646 ], [ 130, 651, 212, 669 ], [ 217, 651, 327, 669 ], [ 332, 651, 403, 669 ], [ 408, 651, 469, 669 ], [ 685, 651, 746, 669 ], [ 171, 674, 254, 692 ], [ 259, 674, 306, 692 ], [ 311, 674, 390, 692 ], [ 395, 674, 437, 692 ], [ 443, 674, 486, 692 ], [ 491, 674, 566, 692 ], [ 650, 674, 701, 692 ], [ 706, 674, 768, 692 ], [ 130, 697, 210, 715 ], [ 215, 697, 288, 715 ], [ 293, 697, 299, 715 ], [ 304, 697, 437, 715 ], [ 443, 697, 484, 715 ], [ 489, 697, 510, 715 ], [ 515, 697, 578, 715 ], [ 685, 697, 746, 715 ], [ 130, 719, 212, 737 ], [ 217, 719, 293, 737 ], [ 298, 719, 328, 737 ], [ 333, 719, 348, 737 ], [ 353, 719, 408, 737 ], [ 650, 719, 691, 737 ], [ 696, 719, 727, 737 ], [ 732, 719, 773, 737 ], [ 130, 742, 179, 760 ], [ 184, 742, 263, 760 ], [ 130, 765, 156, 783 ], [ 161, 765, 210, 783 ], [ 215, 765, 306, 783 ], [ 311, 765, 317, 783 ], [ 322, 765, 365, 783 ], [ 370, 765, 426, 783 ], [ 431, 765, 527, 783 ], [ 532, 765, 600, 783 ], [ 650, 765, 701, 783 ], [ 706, 765, 768, 783 ], [ 650, 788, 681, 806 ], [ 130, 804, 196, 822 ], [ 201, 804, 252, 822 ], [ 257, 804, 307, 822 ], [ 650, 806, 687, 824 ], [ 692, 806, 706, 824 ], [ 711, 806, 750, 824 ], [ 755, 806, 771, 824 ], [ 650, 821, 747, 839 ], [ 650, 844, 691, 862 ], [ 696, 844, 727, 862 ], [ 732, 844, 773, 862 ], [ 130, 868, 194, 886 ], [ 650, 868, 691, 886 ], [ 696, 868, 727, 886 ], [ 732, 868, 773, 886 ] ]
[ [ 192, 83, 246, 101 ], [ 251, 83, 262, 101 ], [ 267, 83, 302, 101 ], [ 307, 83, 375, 101 ], [ 380, 83, 419, 101 ], [ 424, 83, 479, 101 ], [ 484, 83, 500, 101 ], [ 505, 83, 545, 101 ], [ 550, 83, 571, 101 ], [ 576, 83, 619, 101 ], [ 624, 83, 657, 101 ], [ 662, 83, 688, 101 ], [ 693, 83, 799, 101 ], [ 804, 83, 820, 101 ], [ 825, 83, 869, 101 ], [ 192, 98, 207, 116 ], [ 212, 98, 299, 116 ], [ 304, 98, 320, 116 ], [ 325, 98, 364, 116 ], [ 369, 98, 400, 116 ], [ 405, 98, 441, 116 ], [ 446, 98, 512, 116 ], [ 517, 98, 592, 116 ], [ 597, 98, 624, 116 ], [ 629, 98, 655, 116 ], [ 660, 98, 705, 116 ], [ 710, 98, 802, 116 ], [ 807, 98, 842, 116 ], [ 192, 113, 246, 131 ], [ 251, 113, 329, 131 ], [ 334, 113, 359, 131 ], [ 364, 113, 428, 131 ], [ 433, 113, 460, 131 ], [ 465, 113, 517, 131 ], [ 192, 141, 224, 159 ], [ 270, 141, 389, 159 ], [ 394, 141, 458, 159 ], [ 463, 141, 476, 159 ], [ 481, 141, 554, 159 ], [ 559, 141, 581, 159 ], [ 586, 141, 621, 159 ], [ 626, 141, 660, 159 ], [ 665, 141, 686, 159 ], [ 691, 141, 716, 159 ], [ 721, 141, 751, 159 ], [ 756, 141, 791, 159 ], [ 796, 141, 812, 159 ], [ 817, 141, 857, 159 ], [ 192, 156, 267, 174 ], [ 272, 156, 350, 174 ], [ 355, 156, 393, 174 ], [ 398, 156, 479, 174 ], [ 485, 156, 544, 174 ], [ 549, 156, 628, 174 ], [ 633, 156, 671, 174 ], [ 676, 156, 706, 174 ], [ 711, 156, 744, 174 ], [ 749, 156, 790, 174 ], [ 795, 156, 826, 174 ], [ 831, 156, 872, 174 ], [ 192, 173, 202, 187 ], [ 207, 171, 236, 189 ], [ 241, 171, 255, 189 ], [ 260, 171, 333, 189 ], [ 338, 171, 375, 189 ], [ 380, 171, 416, 189 ], [ 421, 171, 448, 189 ], [ 454, 171, 469, 189 ], [ 474, 171, 510, 189 ], [ 515, 171, 548, 189 ], [ 553, 171, 619, 189 ], [ 624, 171, 639, 189 ], [ 644, 171, 696, 189 ], [ 701, 171, 732, 189 ], [ 737, 171, 788, 189 ], [ 192, 186, 355, 204 ], [ 130, 230, 165, 248 ], [ 171, 230, 181, 248 ], [ 156, 268, 190, 286 ], [ 195, 268, 283, 286 ], [ 289, 268, 321, 286 ], [ 327, 268, 402, 286 ], [ 408, 268, 424, 286 ], [ 429, 268, 459, 286 ], [ 464, 268, 523, 286 ], [ 529, 268, 561, 286 ], [ 566, 268, 621, 286 ], [ 414, 304, 464, 322 ], [ 650, 304, 718, 322 ], [ 724, 304, 782, 322 ], [ 130, 327, 161, 345 ], [ 166, 327, 257, 345 ], [ 262, 327, 369, 345 ], [ 130, 342, 164, 360 ], [ 170, 342, 191, 360 ], [ 196, 342, 234, 360 ], [ 239, 342, 320, 360 ], [ 326, 342, 340, 360 ], [ 345, 342, 374, 360 ], [ 130, 357, 183, 375 ], [ 414, 342, 453, 360 ], [ 458, 342, 545, 360 ], [ 650, 333, 701, 351 ], [ 706, 333, 831, 351 ], [ 650, 352, 701, 369 ], [ 706, 352, 820, 369 ], [ 130, 397, 211, 415 ], [ 216, 397, 309, 415 ], [ 130, 412, 239, 430 ], [ 245, 412, 312, 430 ], [ 414, 380, 465, 398 ], [ 471, 380, 511, 398 ], [ 414, 399, 513, 417 ], [ 518, 399, 565, 417 ], [ 570, 399, 616, 417 ], [ 414, 414, 526, 432 ], [ 531, 414, 547, 432 ], [ 552, 414, 598, 432 ], [ 414, 429, 494, 447 ], [ 685, 395, 746, 413 ], [ 685, 414, 746, 432 ], [ 130, 451, 174, 469 ], [ 179, 451, 252, 469 ], [ 414, 451, 453, 469 ], [ 458, 451, 545, 469 ], [ 650, 451, 671, 469 ], [ 676, 451, 727, 469 ], [ 130, 474, 219, 492 ], [ 224, 474, 334, 492 ], [ 130, 489, 212, 507 ], [ 414, 482, 434, 500 ], [ 439, 482, 495, 500 ], [ 650, 482, 671, 500 ], [ 676, 482, 727, 500 ], [ 171, 512, 186, 530 ], [ 191, 512, 282, 530 ], [ 414, 512, 434, 530 ], [ 439, 512, 495, 530 ], [ 650, 512, 671, 530 ], [ 130, 535, 209, 553 ], [ 214, 535, 230, 553 ], [ 235, 535, 390, 553 ], [ 130, 557, 174, 575 ], [ 179, 557, 252, 575 ], [ 257, 557, 350, 575 ], [ 355, 557, 410, 575 ], [ 415, 557, 483, 575 ], [ 650, 557, 701, 575 ], [ 706, 557, 768, 575 ], [ 414, 581, 490, 599 ], [ 495, 581, 574, 599 ], [ 650, 581, 701, 599 ], [ 706, 581, 768, 599 ], [ 455, 604, 542, 622 ], [ 650, 604, 701, 622 ], [ 706, 604, 768, 622 ], [ 130, 628, 212, 646 ], [ 217, 628, 327, 646 ], [ 332, 628, 393, 646 ], [ 650, 628, 701, 646 ], [ 706, 628, 768, 646 ], [ 130, 651, 212, 669 ], [ 217, 651, 327, 669 ], [ 332, 651, 403, 669 ], [ 408, 651, 469, 669 ], [ 685, 651, 746, 669 ], [ 171, 674, 254, 692 ], [ 259, 674, 306, 692 ], [ 311, 674, 390, 692 ], [ 395, 674, 437, 692 ], [ 443, 674, 486, 692 ], [ 491, 674, 566, 692 ], [ 650, 674, 701, 692 ], [ 706, 674, 768, 692 ], [ 130, 697, 210, 715 ], [ 215, 697, 288, 715 ], [ 293, 697, 299, 715 ], [ 304, 697, 437, 715 ], [ 443, 697, 484, 715 ], [ 489, 697, 510, 715 ], [ 515, 697, 578, 715 ], [ 685, 697, 746, 715 ], [ 130, 719, 212, 737 ], [ 217, 719, 293, 737 ], [ 298, 719, 328, 737 ], [ 333, 719, 348, 737 ], [ 353, 719, 408, 737 ], [ 650, 719, 691, 737 ], [ 696, 719, 727, 737 ], [ 732, 719, 773, 737 ], [ 130, 742, 179, 760 ], [ 184, 742, 263, 760 ], [ 130, 765, 156, 783 ], [ 161, 765, 210, 783 ], [ 215, 765, 306, 783 ], [ 311, 765, 317, 783 ], [ 322, 765, 365, 783 ], [ 370, 765, 426, 783 ], [ 431, 765, 527, 783 ], [ 532, 765, 600, 783 ], [ 650, 765, 701, 783 ], [ 706, 765, 768, 783 ], [ 130, 804, 196, 822 ], [ 201, 804, 252, 822 ], [ 257, 804, 307, 822 ], [ 650, 788, 681, 806 ], [ 650, 806, 687, 824 ], [ 692, 806, 706, 824 ], [ 711, 806, 750, 824 ], [ 755, 806, 771, 824 ], [ 650, 821, 747, 839 ], [ 650, 844, 691, 862 ], [ 696, 844, 727, 862 ], [ 732, 844, 773, 862 ], [ 130, 868, 194, 886 ], [ 650, 868, 691, 886 ], [ 696, 868, 727, 886 ], [ 732, 868, 773, 886 ] ]
2647 #03500500 Prerequisite: Completion of ARTS 1316 OR Drawing I and TSI - Reading Art III Drawing II Semester 2 ½ cr 4589 PEIMS #03501300 OR Art IV Drawing III Semester 1 ½ cr 4590 #03502300 GPA weight 6.0 ARTS 2316 Painting I (Fall Semester) 3 hrs Art II Painting II Semester I ½ Prerequisite: completion of ECISD Drawing II cr or Odessa College ARTS 1316 2640 PEIMS #03500600 GPA weight 6.0 Art II Design I ½ ARTS 1311 Design I (Fall Semester) 3 cr hrs 2645 #03501210 Prerequisite: ECISD Art I and TSI Reading GPA weight 6.0 Arts III Design II ½ ARTS 1312 Design II (Spring Semester) 3 cr hrs 2646 PEIMS #03502210 Prerequisite: Completion of ARTS 1311 GPA weight 6.0 Music Appreciation ½ MUSI 1306 Music Appreciation 3 cr hrs 4653 PEIMS #03155600 Prerequisite: TSI Reading – GPA weight 6.0 (Available only to students that have already fufillled their HS Fine Arts credit) Applied Music I Semester I ½ MUAP 1190 Applied Music Private Lesson 1 cr hr 2658 PEIMS #03152500 Prerequisite: TSI-Reading GPA weight 6.0 Corequisite: Must be enrolled in a ensemble at their home school (band, orchestra, choir or guitar). Please see David Corman for choir section. Refer to OC schedule for instrument section and teacher. Applied Music 1 Semester 2 ½ MUAP 1190 Applied Music Private Lesson 1 cr hr 2658 PEIMS #03152500 Prerequisite: TSI-Reading GPA weight 6.0 Corequisite: Must be enrolled in a ensemble at their home school (band, orchestra, choir or guitar). Please see David
2647 #03500500 OR Art III Drawing II Semester 2 ½ cr 4589 PEIMS #03501300 OR Art IV Drawing III Semester 1 ½ cr 4590 #03502300 GPA weight 6.0 Art II Painting II Semester I ½ cr 2640 PEIMS #03500600 GPA weight 6.0 Prerequisite: Completion of ARTS 1316 Drawing I and TSI - Reading ARTS 2316 Painting I (Fall Semester) 3 hrs Prerequisite: completion of ECISD Drawing II or Odessa College ARTS 1316 Art II Design I ½ cr 2645 #03501210 GPA weight 6.0 ARTS 1311 Design I (Fall Semester) 3 hrs Prerequisite: ECISD Art I and TSI Reading Arts III Design II ½ cr 2646 PEIMS #03502210 GPA weight 6.0 ARTS 1312 Design II (Spring Semester) 3 hrs Prerequisite: Completion of ARTS 1311 Music Appreciation ½ cr 4653 PEIMS #03155600 GPA weight 6.0 MUSI 1306 Music Appreciation 3 hrs Prerequisite: TSI – Reading (Available only to students that have already fufillled their HS Fine Arts credit) Applied Music I Semester I ½ cr 2658 PEIMS #03152500 GPA weight 6.0 MUAP 1190 Applied Music Private Lesson 1 hr Prerequisite: TSI-Reading Corequisite: Must be enrolled in a ensemble at their home school (band, orchestra, choir or guitar). Please see David Corman for choir section. Refer to OC schedule for instrument section and teacher. Applied Music 1 Semester 2 ½ cr 2658 PEIMS #03152500 GPA weight 6.0 MUAP 1190 Applied Music Private Lesson 1 hr Prerequisite: TSI-Reading Corequisite: Must be enrolled in a ensemble at their home school (band, orchestra, choir or guitar). Please see David
0.751048
[ 0, 1, 7, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 47, 48, 49, 50, 51, 52, 53, 60, 66, 67, 68, 69, 70, 71, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 39, 40, 41, 42, 43, 44, 45, 46, 54, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 72, 73, 74, 75, 76, 84, 86, 87, 95, 96, 97, 77, 78, 79, 80, 81, 82, 83, 85, 88, 89, 90, 91, 92, 93, 94, 98, 99, 100, 101, 102, 110, 112, 113, 114, 120, 121, 122, 103, 104, 105, 106, 107, 108, 109, 111, 115, 116, 117, 118, 119, 123, 124, 125, 131, 133, 134, 135, 140, 141, 142, 126, 127, 128, 129, 130, 132, 136, 137, 139, 138, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 169, 171, 172, 173, 176, 177, 178, 162, 163, 164, 165, 166, 167, 168, 170, 174, 175, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 224, 226, 227, 228, 231, 232, 233, 217, 218, 219, 220, 221, 222, 223, 225, 229, 230, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252 ]
Odessa%20College%20Dual%20Credit%20Matrix%2017-18.docx
task-1603-266
1
[ [ 126, 89, 166, 110 ], [ 209, 89, 298, 110 ], [ 508, 90, 613, 110 ], [ 617, 90, 712, 110 ], [ 716, 90, 733, 110 ], [ 738, 90, 779, 110 ], [ 784, 90, 823, 110 ], [ 126, 108, 150, 129 ], [ 508, 108, 577, 129 ], [ 581, 108, 586, 129 ], [ 591, 108, 621, 129 ], [ 626, 108, 650, 129 ], [ 654, 108, 660, 129 ], [ 665, 108, 730, 129 ], [ 126, 126, 151, 147 ], [ 155, 126, 170, 147 ], [ 174, 126, 241, 147 ], [ 245, 126, 255, 147 ], [ 259, 126, 334, 147 ], [ 339, 126, 349, 147 ], [ 464, 126, 477, 147 ], [ 126, 145, 141, 166 ], [ 126, 163, 166, 184 ], [ 170, 163, 220, 184 ], [ 225, 163, 314, 184 ], [ 126, 182, 150, 203 ], [ 126, 200, 151, 221 ], [ 155, 200, 171, 221 ], [ 176, 200, 242, 221 ], [ 246, 200, 261, 221 ], [ 266, 200, 340, 221 ], [ 345, 200, 355, 221 ], [ 466, 200, 479, 221 ], [ 126, 219, 141, 240 ], [ 126, 237, 166, 258 ], [ 209, 237, 298, 258 ], [ 126, 256, 161, 277 ], [ 165, 256, 221, 277 ], [ 226, 256, 251, 277 ], [ 508, 256, 549, 277 ], [ 553, 256, 593, 277 ], [ 597, 256, 662, 277 ], [ 667, 256, 672, 277 ], [ 676, 256, 709, 277 ], [ 714, 256, 795, 277 ], [ 834, 256, 844, 277 ], [ 508, 274, 533, 295 ], [ 126, 293, 151, 314 ], [ 155, 293, 165, 314 ], [ 169, 293, 234, 314 ], [ 239, 293, 249, 314 ], [ 253, 293, 328, 314 ], [ 332, 293, 337, 314 ], [ 461, 293, 474, 314 ], [ 508, 293, 613, 314 ], [ 617, 293, 710, 314 ], [ 714, 293, 731, 314 ], [ 735, 293, 782, 314 ], [ 787, 293, 855, 314 ], [ 859, 293, 870, 314 ], [ 126, 311, 141, 332 ], [ 508, 311, 526, 332 ], [ 530, 311, 589, 332 ], [ 594, 311, 653, 332 ], [ 658, 311, 699, 332 ], [ 704, 311, 743, 332 ], [ 126, 330, 166, 351 ], [ 170, 330, 220, 351 ], [ 225, 330, 314, 351 ], [ 126, 348, 161, 369 ], [ 165, 348, 221, 369 ], [ 226, 348, 251, 369 ], [ 130, 368, 155, 388 ], [ 159, 368, 169, 388 ], [ 173, 368, 227, 388 ], [ 231, 368, 236, 388 ], [ 462, 368, 475, 388 ], [ 508, 368, 549, 388 ], [ 553, 368, 593, 388 ], [ 597, 368, 651, 388 ], [ 655, 368, 660, 388 ], [ 665, 368, 698, 388 ], [ 702, 368, 783, 388 ], [ 841, 368, 851, 388 ], [ 126, 386, 141, 407 ], [ 508, 386, 533, 407 ], [ 126, 405, 166, 425 ], [ 209, 405, 298, 425 ], [ 508, 405, 613, 425 ], [ 617, 405, 664, 425 ], [ 668, 405, 694, 425 ], [ 698, 405, 704, 425 ], [ 708, 405, 739, 425 ], [ 743, 405, 767, 425 ], [ 772, 405, 838, 425 ], [ 126, 423, 161, 444 ], [ 165, 423, 221, 444 ], [ 225, 423, 251, 444 ], [ 126, 461, 158, 481 ], [ 163, 461, 178, 481 ], [ 182, 461, 235, 481 ], [ 240, 461, 250, 481 ], [ 462, 461, 476, 481 ], [ 508, 461, 549, 481 ], [ 553, 461, 593, 481 ], [ 597, 461, 651, 481 ], [ 655, 461, 665, 481 ], [ 670, 461, 726, 481 ], [ 730, 461, 811, 481 ], [ 842, 461, 852, 481 ], [ 126, 479, 141, 500 ], [ 508, 479, 533, 500 ], [ 126, 498, 166, 518 ], [ 170, 498, 220, 518 ], [ 225, 498, 314, 518 ], [ 508, 498, 613, 519 ], [ 617, 498, 712, 519 ], [ 716, 498, 733, 519 ], [ 738, 498, 779, 519 ], [ 784, 498, 823, 519 ], [ 126, 516, 161, 537 ], [ 165, 516, 221, 537 ], [ 225, 516, 251, 537 ], [ 126, 535, 173, 556 ], [ 178, 535, 280, 556 ], [ 462, 535, 475, 556 ], [ 508, 535, 552, 556 ], [ 556, 535, 596, 556 ], [ 600, 535, 648, 556 ], [ 652, 535, 754, 556 ], [ 838, 535, 848, 556 ], [ 126, 554, 141, 575 ], [ 508, 554, 533, 575 ], [ 126, 572, 166, 593 ], [ 170, 572, 220, 593 ], [ 225, 572, 314, 593 ], [ 508, 572, 613, 593 ], [ 617, 572, 641, 593 ], [ 660, 572, 726, 593 ], [ 646, 577, 656, 592 ], [ 126, 591, 161, 612 ], [ 165, 591, 221, 612 ], [ 225, 591, 251, 612 ], [ 508, 591, 590, 612 ], [ 594, 591, 629, 612 ], [ 634, 591, 651, 612 ], [ 655, 591, 726, 612 ], [ 730, 591, 764, 612 ], [ 769, 591, 808, 612 ], [ 812, 591, 873, 612 ], [ 508, 609, 571, 630 ], [ 575, 609, 614, 630 ], [ 619, 609, 640, 630 ], [ 645, 609, 679, 630 ], [ 683, 609, 717, 630 ], [ 721, 609, 774, 630 ], [ 126, 628, 187, 649 ], [ 191, 628, 239, 649 ], [ 243, 628, 248, 649 ], [ 253, 628, 328, 649 ], [ 332, 628, 337, 649 ], [ 461, 628, 474, 649 ], [ 508, 628, 559, 649 ], [ 563, 628, 603, 649 ], [ 608, 628, 669, 649 ], [ 673, 628, 720, 649 ], [ 725, 628, 781, 649 ], [ 785, 628, 839, 649 ], [ 848, 628, 858, 649 ], [ 126, 647, 141, 668 ], [ 508, 647, 525, 668 ], [ 126, 665, 166, 686 ], [ 170, 665, 220, 686 ], [ 225, 665, 314, 686 ], [ 508, 665, 613, 686 ], [ 617, 665, 713, 686 ], [ 126, 684, 161, 705 ], [ 165, 684, 221, 705 ], [ 225, 684, 251, 705 ], [ 508, 684, 606, 705 ], [ 611, 684, 653, 705 ], [ 658, 684, 678, 705 ], [ 682, 684, 750, 705 ], [ 755, 684, 770, 705 ], [ 774, 684, 784, 705 ], [ 508, 702, 587, 723 ], [ 592, 702, 608, 723 ], [ 613, 702, 652, 723 ], [ 656, 702, 703, 723 ], [ 707, 702, 760, 723 ], [ 764, 702, 817, 723 ], [ 508, 721, 591, 742 ], [ 595, 721, 636, 742 ], [ 640, 721, 658, 742 ], [ 662, 721, 722, 742 ], [ 726, 721, 779, 742 ], [ 783, 721, 811, 742 ], [ 815, 721, 862, 742 ], [ 508, 739, 572, 760 ], [ 577, 739, 600, 760 ], [ 605, 739, 646, 760 ], [ 650, 739, 714, 760 ], [ 718, 739, 762, 760 ], [ 767, 739, 784, 760 ], [ 788, 739, 812, 760 ], [ 508, 758, 580, 779 ], [ 585, 758, 608, 779 ], [ 613, 758, 703, 779 ], [ 708, 758, 766, 779 ], [ 771, 758, 801, 779 ], [ 806, 758, 873, 779 ], [ 126, 777, 187, 798 ], [ 191, 777, 239, 798 ], [ 243, 777, 253, 798 ], [ 258, 777, 333, 798 ], [ 337, 777, 347, 798 ], [ 462, 777, 475, 798 ], [ 508, 777, 559, 798 ], [ 563, 777, 603, 798 ], [ 608, 777, 669, 798 ], [ 673, 777, 720, 798 ], [ 725, 777, 781, 798 ], [ 785, 777, 839, 798 ], [ 848, 777, 858, 798 ], [ 126, 795, 141, 816 ], [ 508, 795, 525, 816 ], [ 126, 814, 166, 835 ], [ 170, 814, 220, 835 ], [ 225, 814, 314, 835 ], [ 508, 814, 613, 835 ], [ 617, 814, 713, 835 ], [ 126, 833, 161, 853 ], [ 165, 833, 221, 853 ], [ 225, 833, 251, 853 ], [ 508, 833, 606, 853 ], [ 611, 833, 653, 853 ], [ 658, 833, 678, 853 ], [ 682, 833, 750, 853 ], [ 755, 833, 770, 853 ], [ 774, 833, 784, 853 ], [ 508, 851, 587, 872 ], [ 592, 851, 608, 872 ], [ 613, 851, 652, 872 ], [ 656, 851, 703, 872 ], [ 707, 851, 760, 872 ], [ 764, 851, 817, 872 ], [ 508, 870, 591, 890 ], [ 595, 870, 636, 890 ], [ 640, 870, 658, 890 ], [ 662, 870, 722, 890 ], [ 726, 870, 779, 890 ], [ 783, 870, 811, 890 ], [ 815, 870, 862, 890 ] ]
[ [ 126, 89, 166, 110 ], [ 209, 89, 298, 110 ], [ 126, 108, 150, 129 ], [ 126, 126, 151, 147 ], [ 155, 126, 170, 147 ], [ 174, 126, 241, 147 ], [ 245, 126, 255, 147 ], [ 259, 126, 334, 147 ], [ 339, 126, 349, 147 ], [ 464, 126, 477, 147 ], [ 126, 145, 141, 166 ], [ 126, 163, 166, 184 ], [ 170, 163, 220, 184 ], [ 225, 163, 314, 184 ], [ 126, 182, 150, 203 ], [ 126, 200, 151, 221 ], [ 155, 200, 171, 221 ], [ 176, 200, 242, 221 ], [ 246, 200, 261, 221 ], [ 266, 200, 340, 221 ], [ 345, 200, 355, 221 ], [ 466, 200, 479, 221 ], [ 126, 219, 141, 240 ], [ 126, 237, 166, 258 ], [ 209, 237, 298, 258 ], [ 126, 256, 161, 277 ], [ 165, 256, 221, 277 ], [ 226, 256, 251, 277 ], [ 126, 293, 151, 314 ], [ 155, 293, 165, 314 ], [ 169, 293, 234, 314 ], [ 239, 293, 249, 314 ], [ 253, 293, 328, 314 ], [ 332, 293, 337, 314 ], [ 461, 293, 474, 314 ], [ 126, 311, 141, 332 ], [ 126, 330, 166, 351 ], [ 170, 330, 220, 351 ], [ 225, 330, 314, 351 ], [ 126, 348, 161, 369 ], [ 165, 348, 221, 369 ], [ 226, 348, 251, 369 ], [ 508, 90, 613, 110 ], [ 617, 90, 712, 110 ], [ 716, 90, 733, 110 ], [ 738, 90, 779, 110 ], [ 784, 90, 823, 110 ], [ 508, 108, 577, 129 ], [ 581, 108, 586, 129 ], [ 591, 108, 621, 129 ], [ 626, 108, 650, 129 ], [ 654, 108, 660, 129 ], [ 665, 108, 730, 129 ], [ 508, 256, 549, 277 ], [ 553, 256, 593, 277 ], [ 597, 256, 662, 277 ], [ 667, 256, 672, 277 ], [ 676, 256, 709, 277 ], [ 714, 256, 795, 277 ], [ 834, 256, 844, 277 ], [ 508, 274, 533, 295 ], [ 508, 293, 613, 314 ], [ 617, 293, 710, 314 ], [ 714, 293, 731, 314 ], [ 735, 293, 782, 314 ], [ 787, 293, 855, 314 ], [ 859, 293, 870, 314 ], [ 508, 311, 526, 332 ], [ 530, 311, 589, 332 ], [ 594, 311, 653, 332 ], [ 658, 311, 699, 332 ], [ 704, 311, 743, 332 ], [ 130, 368, 155, 388 ], [ 159, 368, 169, 388 ], [ 173, 368, 227, 388 ], [ 231, 368, 236, 388 ], [ 462, 368, 475, 388 ], [ 126, 386, 141, 407 ], [ 126, 405, 166, 425 ], [ 209, 405, 298, 425 ], [ 126, 423, 161, 444 ], [ 165, 423, 221, 444 ], [ 225, 423, 251, 444 ], [ 508, 368, 549, 388 ], [ 553, 368, 593, 388 ], [ 597, 368, 651, 388 ], [ 655, 368, 660, 388 ], [ 665, 368, 698, 388 ], [ 702, 368, 783, 388 ], [ 841, 368, 851, 388 ], [ 508, 386, 533, 407 ], [ 508, 405, 613, 425 ], [ 617, 405, 664, 425 ], [ 668, 405, 694, 425 ], [ 698, 405, 704, 425 ], [ 708, 405, 739, 425 ], [ 743, 405, 767, 425 ], [ 772, 405, 838, 425 ], [ 126, 461, 158, 481 ], [ 163, 461, 178, 481 ], [ 182, 461, 235, 481 ], [ 240, 461, 250, 481 ], [ 462, 461, 476, 481 ], [ 126, 479, 141, 500 ], [ 126, 498, 166, 518 ], [ 170, 498, 220, 518 ], [ 225, 498, 314, 518 ], [ 126, 516, 161, 537 ], [ 165, 516, 221, 537 ], [ 225, 516, 251, 537 ], [ 508, 461, 549, 481 ], [ 553, 461, 593, 481 ], [ 597, 461, 651, 481 ], [ 655, 461, 665, 481 ], [ 670, 461, 726, 481 ], [ 730, 461, 811, 481 ], [ 842, 461, 852, 481 ], [ 508, 479, 533, 500 ], [ 508, 498, 613, 519 ], [ 617, 498, 712, 519 ], [ 716, 498, 733, 519 ], [ 738, 498, 779, 519 ], [ 784, 498, 823, 519 ], [ 126, 535, 173, 556 ], [ 178, 535, 280, 556 ], [ 462, 535, 475, 556 ], [ 126, 554, 141, 575 ], [ 126, 572, 166, 593 ], [ 170, 572, 220, 593 ], [ 225, 572, 314, 593 ], [ 126, 591, 161, 612 ], [ 165, 591, 221, 612 ], [ 225, 591, 251, 612 ], [ 508, 535, 552, 556 ], [ 556, 535, 596, 556 ], [ 600, 535, 648, 556 ], [ 652, 535, 754, 556 ], [ 838, 535, 848, 556 ], [ 508, 554, 533, 575 ], [ 508, 572, 613, 593 ], [ 617, 572, 641, 593 ], [ 646, 577, 656, 592 ], [ 660, 572, 726, 593 ], [ 508, 591, 590, 612 ], [ 594, 591, 629, 612 ], [ 634, 591, 651, 612 ], [ 655, 591, 726, 612 ], [ 730, 591, 764, 612 ], [ 769, 591, 808, 612 ], [ 812, 591, 873, 612 ], [ 508, 609, 571, 630 ], [ 575, 609, 614, 630 ], [ 619, 609, 640, 630 ], [ 645, 609, 679, 630 ], [ 683, 609, 717, 630 ], [ 721, 609, 774, 630 ], [ 126, 628, 187, 649 ], [ 191, 628, 239, 649 ], [ 243, 628, 248, 649 ], [ 253, 628, 328, 649 ], [ 332, 628, 337, 649 ], [ 461, 628, 474, 649 ], [ 126, 647, 141, 668 ], [ 126, 665, 166, 686 ], [ 170, 665, 220, 686 ], [ 225, 665, 314, 686 ], [ 126, 684, 161, 705 ], [ 165, 684, 221, 705 ], [ 225, 684, 251, 705 ], [ 508, 628, 559, 649 ], [ 563, 628, 603, 649 ], [ 608, 628, 669, 649 ], [ 673, 628, 720, 649 ], [ 725, 628, 781, 649 ], [ 785, 628, 839, 649 ], [ 848, 628, 858, 649 ], [ 508, 647, 525, 668 ], [ 508, 665, 613, 686 ], [ 617, 665, 713, 686 ], [ 508, 684, 606, 705 ], [ 611, 684, 653, 705 ], [ 658, 684, 678, 705 ], [ 682, 684, 750, 705 ], [ 755, 684, 770, 705 ], [ 774, 684, 784, 705 ], [ 508, 702, 587, 723 ], [ 592, 702, 608, 723 ], [ 613, 702, 652, 723 ], [ 656, 702, 703, 723 ], [ 707, 702, 760, 723 ], [ 764, 702, 817, 723 ], [ 508, 721, 591, 742 ], [ 595, 721, 636, 742 ], [ 640, 721, 658, 742 ], [ 662, 721, 722, 742 ], [ 726, 721, 779, 742 ], [ 783, 721, 811, 742 ], [ 815, 721, 862, 742 ], [ 508, 739, 572, 760 ], [ 577, 739, 600, 760 ], [ 605, 739, 646, 760 ], [ 650, 739, 714, 760 ], [ 718, 739, 762, 760 ], [ 767, 739, 784, 760 ], [ 788, 739, 812, 760 ], [ 508, 758, 580, 779 ], [ 585, 758, 608, 779 ], [ 613, 758, 703, 779 ], [ 708, 758, 766, 779 ], [ 771, 758, 801, 779 ], [ 806, 758, 873, 779 ], [ 126, 777, 187, 798 ], [ 191, 777, 239, 798 ], [ 243, 777, 253, 798 ], [ 258, 777, 333, 798 ], [ 337, 777, 347, 798 ], [ 462, 777, 475, 798 ], [ 126, 795, 141, 816 ], [ 126, 814, 166, 835 ], [ 170, 814, 220, 835 ], [ 225, 814, 314, 835 ], [ 126, 833, 161, 853 ], [ 165, 833, 221, 853 ], [ 225, 833, 251, 853 ], [ 508, 777, 559, 798 ], [ 563, 777, 603, 798 ], [ 608, 777, 669, 798 ], [ 673, 777, 720, 798 ], [ 725, 777, 781, 798 ], [ 785, 777, 839, 798 ], [ 848, 777, 858, 798 ], [ 508, 795, 525, 816 ], [ 508, 814, 613, 835 ], [ 617, 814, 713, 835 ], [ 508, 833, 606, 853 ], [ 611, 833, 653, 853 ], [ 658, 833, 678, 853 ], [ 682, 833, 750, 853 ], [ 755, 833, 770, 853 ], [ 774, 833, 784, 853 ], [ 508, 851, 587, 872 ], [ 592, 851, 608, 872 ], [ 613, 851, 652, 872 ], [ 656, 851, 703, 872 ], [ 707, 851, 760, 872 ], [ 764, 851, 817, 872 ], [ 508, 870, 591, 890 ], [ 595, 870, 636, 890 ], [ 640, 870, 658, 890 ], [ 662, 870, 722, 890 ], [ 726, 870, 779, 890 ], [ 783, 870, 811, 890 ], [ 815, 870, 862, 890 ] ]
Anatomy & Physiology Semester II ½ BIOL 2402: Anatomy and Physiology 4 cr hrs 8718 PEIMS #1320600 Prerequisite: A minimum grade of 70 in BIOL Note: approved fourth science course 2401 ONLINE or IN-class evenings ONLY at OC OSET ECISD Course and Credit OC Course and Credit Hours OSET I Semester I 1 OSHT 1301 Intro to Safety & Health 3 cr hrs 8811 PEIMS N1303680 OSHT 1313 Accident Prevention, 3 hrs GPA weight 6.0 Inspection & Investigation OSET I Semester II 1 EPCT 1344 Environmental Sampling & 3 cr hrs 8811 PEIMS N1303680 Analysis GPA weight 6.0 EPCT 2300 DOT Regulation 3 hrs OSET II Semester I 1 OSHT 2309 Safety Program Management 3 cr hrs 8812 PEIMS N1303681 OSHT 2320 Safety Training Presentation 3 GPA weight 6.0 hrs OSET II Semester II 1 OSHT 2401 OSHA Regulations General 4 – cr hrs 8812 PEIMS N1303681 Industry GPA weight 6.0 EPCT 2488 Principles of Industrial 4 hrs Hygiene Requires 2488 Internship in order to receive Level I Certificate. VOCATIONAL NURSING ECISD Course and Credit OC Course and Credit Hours LVN I Semester I 1.5 VNSG 1405 4 cr hrs 8535 #13020500 Health Science Prerequisite: Successful completion of ECISD VNSG 1227 Medication 2 hrs Engl I, Engl II Prerequisites: TEAS Corequisite: ECISD Engl III GPA weight 6.0 LVN I Semester II 1.5 VNSG 1402 Applied Nursing Skills 4 cr hrs 8535 PEIMS #13020500
Anatomy & Physiology Semester II ½ cr 8718 PEIMS #1320600 Note: approved fourth science course ONLINE or IN-class evenings ONLY at OC BIOL 2402: Anatomy and Physiology 4 hrs Prerequisite: A minimum grade of 70 in BIOL 2401 OSET ECISD Course and Credit OC Course and Credit Hours OSET I Semester I 1 cr 8811 PEIMS N1303680 GPA weight 6.0 OSHT 1301 Intro to Safety & Health 3 hrs OSHT 1313 Accident Prevention, 3 hrs Inspection & Investigation OSET I Semester II 1 cr 8811 PEIMS N1303680 GPA weight 6.0 EPCT 1344 Environmental Sampling & 3 hrs Analysis EPCT 2300 DOT Regulation 3 hrs OSET II Semester I 1 cr 8812 PEIMS N1303681 GPA weight 6.0 OSHT 2309 Safety Program Management 3 hrs OSHT 2320 Safety Training Presentation 3 hrs OSET II Semester II 1 cr 8812 PEIMS N1303681 GPA weight 6.0 OSHT 2401 OSHA Regulations – General 4 hrs Industry EPCT 2488 Principles of Industrial 4 hrs Hygiene Requires 2488 Internship in order to receive Level I Certificate. VOCATIONAL NURSING ECISD Course and Credit OC Course and Credit Hours LVN I Semester I 1.5 cr 8535 #13020500 Prerequisite: Successful completion of ECISD Engl I, Engl II Corequisite: ECISD Engl III GPA weight 6.0 VNSG 1405 4 hrs Health Science VNSG 1227 Medication 2 hrs Prerequisites: TEAS LVN I Semester II 1.5 cr 8535 PEIMS #13020500 VNSG 1402 Applied Nursing Skills 4 hrs
0.688549
[ 0, 1, 2, 3, 4, 5, 12, 14, 15, 16, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 6, 7, 8, 9, 10, 11, 13, 17, 18, 19, 20, 21, 22, 23, 24, 30, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 61, 63, 64, 65, 72, 73, 74, 53, 54, 55, 56, 57, 58, 59, 60, 62, 66, 67, 68, 69, 70, 71, 75, 76, 77, 78, 79, 80, 81, 82, 89, 91, 92, 93, 95, 96, 97, 83, 84, 85, 86, 87, 88, 90, 94, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 115, 117, 118, 119, 126, 127, 128, 109, 110, 111, 112, 113, 114, 116, 120, 121, 122, 123, 124, 125, 129, 130, 131, 132, 133, 134, 142, 144, 145, 146, 148, 149, 150, 135, 136, 137, 138, 141, 139, 140, 143, 147, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 188, 190, 191, 194, 195, 196, 197, 198, 204, 205, 206, 207, 210, 211, 212, 213, 214, 215, 216, 185, 186, 187, 189, 192, 193, 199, 200, 201, 202, 203, 208, 209, 217, 218, 219, 220, 221, 228, 230, 231, 232, 222, 223, 224, 225, 226, 227, 229 ]
Odessa%20College%20Dual%20Credit%20Matrix%2017-18.docx
task-1603-266
15
[ [ 126, 90, 192, 109 ], [ 196, 90, 209, 109 ], [ 213, 90, 290, 109 ], [ 294, 90, 363, 109 ], [ 367, 90, 376, 109 ], [ 466, 90, 478, 109 ], [ 507, 90, 541, 109 ], [ 545, 90, 586, 109 ], [ 590, 90, 656, 109 ], [ 660, 90, 688, 109 ], [ 692, 90, 770, 109 ], [ 843, 90, 852, 109 ], [ 126, 107, 140, 126 ], [ 507, 107, 530, 126 ], [ 126, 124, 162, 143 ], [ 166, 124, 213, 143 ], [ 217, 124, 289, 143 ], [ 507, 124, 603, 143 ], [ 607, 124, 618, 143 ], [ 622, 124, 694, 143 ], [ 698, 124, 740, 143 ], [ 744, 124, 760, 143 ], [ 764, 124, 782, 143 ], [ 786, 124, 800, 143 ], [ 804, 124, 839, 143 ], [ 126, 141, 168, 160 ], [ 172, 141, 243, 160 ], [ 247, 141, 294, 160 ], [ 298, 141, 353, 160 ], [ 357, 141, 406, 160 ], [ 507, 141, 543, 160 ], [ 126, 157, 183, 177 ], [ 187, 157, 203, 177 ], [ 207, 157, 264, 177 ], [ 268, 157, 334, 177 ], [ 338, 157, 379, 177 ], [ 383, 157, 398, 177 ], [ 402, 157, 424, 177 ], [ 475, 235, 524, 260 ], [ 210, 258, 257, 279 ], [ 261, 258, 317, 279 ], [ 322, 258, 352, 279 ], [ 357, 258, 406, 279 ], [ 578, 258, 601, 279 ], [ 606, 258, 662, 279 ], [ 666, 258, 697, 279 ], [ 701, 258, 751, 279 ], [ 755, 258, 803, 279 ], [ 126, 277, 167, 298 ], [ 172, 277, 176, 298 ], [ 181, 277, 256, 298 ], [ 260, 277, 265, 298 ], [ 465, 277, 474, 298 ], [ 508, 277, 552, 298 ], [ 556, 277, 596, 298 ], [ 600, 277, 639, 298 ], [ 643, 277, 660, 298 ], [ 665, 277, 714, 298 ], [ 719, 277, 732, 298 ], [ 736, 277, 789, 298 ], [ 838, 277, 848, 298 ], [ 126, 295, 141, 316 ], [ 508, 295, 533, 316 ], [ 126, 314, 166, 335 ], [ 170, 314, 220, 335 ], [ 229, 314, 311, 335 ], [ 508, 314, 552, 335 ], [ 556, 314, 596, 335 ], [ 600, 314, 669, 335 ], [ 674, 314, 766, 335 ], [ 841, 314, 851, 335 ], [ 508, 332, 533, 353 ], [ 126, 333, 161, 353 ], [ 165, 333, 221, 353 ], [ 225, 333, 251, 353 ], [ 508, 351, 591, 372 ], [ 595, 351, 608, 372 ], [ 613, 351, 716, 372 ], [ 126, 370, 167, 391 ], [ 172, 370, 176, 391 ], [ 181, 370, 256, 391 ], [ 260, 370, 270, 391 ], [ 465, 370, 475, 391 ], [ 508, 370, 547, 391 ], [ 552, 370, 592, 391 ], [ 596, 370, 713, 391 ], [ 717, 370, 790, 391 ], [ 794, 370, 808, 391 ], [ 839, 370, 849, 391 ], [ 126, 389, 141, 409 ], [ 508, 389, 533, 409 ], [ 126, 407, 166, 428 ], [ 170, 407, 220, 428 ], [ 225, 407, 307, 428 ], [ 508, 407, 572, 428 ], [ 126, 426, 161, 446 ], [ 165, 426, 221, 446 ], [ 225, 426, 251, 446 ], [ 508, 426, 547, 446 ], [ 552, 426, 592, 446 ], [ 596, 426, 631, 446 ], [ 635, 426, 720, 446 ], [ 840, 426, 850, 446 ], [ 508, 444, 533, 465 ], [ 126, 463, 167, 484 ], [ 172, 463, 181, 484 ], [ 186, 463, 261, 484 ], [ 265, 463, 270, 484 ], [ 465, 463, 475, 484 ], [ 508, 463, 552, 484 ], [ 556, 463, 596, 484 ], [ 600, 463, 650, 484 ], [ 654, 463, 722, 484 ], [ 727, 463, 834, 484 ], [ 838, 463, 848, 484 ], [ 126, 482, 141, 502 ], [ 508, 482, 533, 502 ], [ 126, 500, 166, 521 ], [ 170, 500, 220, 521 ], [ 225, 500, 307, 521 ], [ 508, 500, 552, 521 ], [ 556, 500, 596, 521 ], [ 600, 500, 650, 521 ], [ 654, 500, 719, 521 ], [ 723, 500, 825, 521 ], [ 838, 500, 848, 521 ], [ 126, 519, 161, 540 ], [ 165, 519, 221, 540 ], [ 225, 519, 251, 540 ], [ 508, 519, 533, 539 ], [ 126, 538, 167, 559 ], [ 172, 538, 181, 559 ], [ 186, 538, 261, 559 ], [ 265, 538, 275, 559 ], [ 466, 538, 475, 559 ], [ 508, 538, 552, 559 ], [ 556, 538, 596, 559 ], [ 600, 538, 646, 559 ], [ 650, 538, 743, 559 ], [ 762, 538, 825, 559 ], [ 838, 538, 848, 559 ], [ 748, 543, 757, 558 ], [ 126, 556, 141, 577 ], [ 508, 556, 533, 577 ], [ 126, 575, 166, 596 ], [ 170, 575, 220, 596 ], [ 225, 575, 307, 596 ], [ 508, 575, 573, 596 ], [ 126, 593, 161, 614 ], [ 165, 593, 221, 614 ], [ 225, 593, 251, 614 ], [ 508, 593, 547, 614 ], [ 552, 593, 592, 614 ], [ 596, 593, 673, 614 ], [ 677, 593, 693, 614 ], [ 698, 593, 773, 614 ], [ 840, 593, 849, 614 ], [ 508, 612, 533, 633 ], [ 508, 630, 572, 651 ], [ 246, 649, 317, 670 ], [ 322, 649, 361, 670 ], [ 366, 649, 449, 670 ], [ 454, 649, 469, 670 ], [ 473, 649, 518, 670 ], [ 523, 649, 540, 670 ], [ 544, 649, 603, 670 ], [ 608, 649, 650, 670 ], [ 654, 649, 659, 670 ], [ 664, 649, 753, 670 ], [ 389, 689, 515, 714 ], [ 521, 689, 610, 714 ], [ 210, 712, 257, 733 ], [ 261, 712, 317, 733 ], [ 321, 712, 352, 733 ], [ 357, 712, 406, 733 ], [ 577, 712, 601, 733 ], [ 606, 712, 662, 733 ], [ 666, 712, 697, 733 ], [ 701, 712, 750, 733 ], [ 755, 712, 803, 733 ], [ 126, 731, 158, 752 ], [ 162, 731, 167, 752 ], [ 172, 731, 247, 752 ], [ 251, 731, 256, 752 ], [ 451, 731, 476, 752 ], [ 507, 731, 553, 752 ], [ 557, 731, 597, 752 ], [ 836, 731, 846, 752 ], [ 126, 749, 141, 770 ], [ 507, 749, 532, 770 ], [ 126, 768, 166, 789 ], [ 209, 768, 298, 789 ], [ 507, 768, 560, 789 ], [ 565, 768, 624, 789 ], [ 126, 786, 231, 807 ], [ 235, 786, 318, 807 ], [ 323, 786, 415, 807 ], [ 419, 786, 436, 807 ], [ 441, 786, 487, 807 ], [ 507, 786, 553, 807 ], [ 557, 786, 597, 807 ], [ 601, 786, 692, 807 ], [ 819, 786, 829, 807 ], [ 834, 786, 859, 807 ], [ 126, 805, 160, 826 ], [ 165, 805, 175, 826 ], [ 179, 805, 213, 826 ], [ 218, 805, 228, 826 ], [ 507, 805, 620, 826 ], [ 624, 805, 665, 826 ], [ 126, 823, 224, 844 ], [ 229, 823, 275, 844 ], [ 280, 823, 314, 844 ], [ 318, 823, 334, 844 ], [ 347, 823, 382, 844 ], [ 387, 823, 442, 844 ], [ 447, 823, 472, 844 ], [ 126, 842, 158, 863 ], [ 162, 842, 167, 863 ], [ 172, 842, 247, 863 ], [ 251, 842, 261, 863 ], [ 452, 842, 476, 863 ], [ 507, 842, 553, 863 ], [ 557, 842, 597, 863 ], [ 601, 842, 662, 863 ], [ 666, 842, 728, 863 ], [ 732, 842, 771, 863 ], [ 838, 842, 848, 863 ], [ 126, 861, 141, 882 ], [ 507, 861, 532, 882 ], [ 126, 879, 166, 900 ], [ 170, 879, 220, 900 ], [ 225, 879, 314, 900 ] ]
[ [ 126, 90, 192, 109 ], [ 196, 90, 209, 109 ], [ 213, 90, 290, 109 ], [ 294, 90, 363, 109 ], [ 367, 90, 376, 109 ], [ 466, 90, 478, 109 ], [ 126, 107, 140, 126 ], [ 126, 124, 162, 143 ], [ 166, 124, 213, 143 ], [ 217, 124, 289, 143 ], [ 126, 141, 168, 160 ], [ 172, 141, 243, 160 ], [ 247, 141, 294, 160 ], [ 298, 141, 353, 160 ], [ 357, 141, 406, 160 ], [ 126, 157, 183, 177 ], [ 187, 157, 203, 177 ], [ 207, 157, 264, 177 ], [ 268, 157, 334, 177 ], [ 338, 157, 379, 177 ], [ 383, 157, 398, 177 ], [ 402, 157, 424, 177 ], [ 507, 90, 541, 109 ], [ 545, 90, 586, 109 ], [ 590, 90, 656, 109 ], [ 660, 90, 688, 109 ], [ 692, 90, 770, 109 ], [ 843, 90, 852, 109 ], [ 507, 107, 530, 126 ], [ 507, 124, 603, 143 ], [ 607, 124, 618, 143 ], [ 622, 124, 694, 143 ], [ 698, 124, 740, 143 ], [ 744, 124, 760, 143 ], [ 764, 124, 782, 143 ], [ 786, 124, 800, 143 ], [ 804, 124, 839, 143 ], [ 507, 141, 543, 160 ], [ 475, 235, 524, 260 ], [ 210, 258, 257, 279 ], [ 261, 258, 317, 279 ], [ 322, 258, 352, 279 ], [ 357, 258, 406, 279 ], [ 578, 258, 601, 279 ], [ 606, 258, 662, 279 ], [ 666, 258, 697, 279 ], [ 701, 258, 751, 279 ], [ 755, 258, 803, 279 ], [ 126, 277, 167, 298 ], [ 172, 277, 176, 298 ], [ 181, 277, 256, 298 ], [ 260, 277, 265, 298 ], [ 465, 277, 474, 298 ], [ 126, 295, 141, 316 ], [ 126, 314, 166, 335 ], [ 170, 314, 220, 335 ], [ 229, 314, 311, 335 ], [ 126, 333, 161, 353 ], [ 165, 333, 221, 353 ], [ 225, 333, 251, 353 ], [ 508, 277, 552, 298 ], [ 556, 277, 596, 298 ], [ 600, 277, 639, 298 ], [ 643, 277, 660, 298 ], [ 665, 277, 714, 298 ], [ 719, 277, 732, 298 ], [ 736, 277, 789, 298 ], [ 838, 277, 848, 298 ], [ 508, 295, 533, 316 ], [ 508, 314, 552, 335 ], [ 556, 314, 596, 335 ], [ 600, 314, 669, 335 ], [ 674, 314, 766, 335 ], [ 841, 314, 851, 335 ], [ 508, 332, 533, 353 ], [ 508, 351, 591, 372 ], [ 595, 351, 608, 372 ], [ 613, 351, 716, 372 ], [ 126, 370, 167, 391 ], [ 172, 370, 176, 391 ], [ 181, 370, 256, 391 ], [ 260, 370, 270, 391 ], [ 465, 370, 475, 391 ], [ 126, 389, 141, 409 ], [ 126, 407, 166, 428 ], [ 170, 407, 220, 428 ], [ 225, 407, 307, 428 ], [ 126, 426, 161, 446 ], [ 165, 426, 221, 446 ], [ 225, 426, 251, 446 ], [ 508, 370, 547, 391 ], [ 552, 370, 592, 391 ], [ 596, 370, 713, 391 ], [ 717, 370, 790, 391 ], [ 794, 370, 808, 391 ], [ 839, 370, 849, 391 ], [ 508, 389, 533, 409 ], [ 508, 407, 572, 428 ], [ 508, 426, 547, 446 ], [ 552, 426, 592, 446 ], [ 596, 426, 631, 446 ], [ 635, 426, 720, 446 ], [ 840, 426, 850, 446 ], [ 508, 444, 533, 465 ], [ 126, 463, 167, 484 ], [ 172, 463, 181, 484 ], [ 186, 463, 261, 484 ], [ 265, 463, 270, 484 ], [ 465, 463, 475, 484 ], [ 126, 482, 141, 502 ], [ 126, 500, 166, 521 ], [ 170, 500, 220, 521 ], [ 225, 500, 307, 521 ], [ 126, 519, 161, 540 ], [ 165, 519, 221, 540 ], [ 225, 519, 251, 540 ], [ 508, 463, 552, 484 ], [ 556, 463, 596, 484 ], [ 600, 463, 650, 484 ], [ 654, 463, 722, 484 ], [ 727, 463, 834, 484 ], [ 838, 463, 848, 484 ], [ 508, 482, 533, 502 ], [ 508, 500, 552, 521 ], [ 556, 500, 596, 521 ], [ 600, 500, 650, 521 ], [ 654, 500, 719, 521 ], [ 723, 500, 825, 521 ], [ 838, 500, 848, 521 ], [ 508, 519, 533, 539 ], [ 126, 538, 167, 559 ], [ 172, 538, 181, 559 ], [ 186, 538, 261, 559 ], [ 265, 538, 275, 559 ], [ 466, 538, 475, 559 ], [ 126, 556, 141, 577 ], [ 126, 575, 166, 596 ], [ 170, 575, 220, 596 ], [ 225, 575, 307, 596 ], [ 126, 593, 161, 614 ], [ 165, 593, 221, 614 ], [ 225, 593, 251, 614 ], [ 508, 538, 552, 559 ], [ 556, 538, 596, 559 ], [ 600, 538, 646, 559 ], [ 650, 538, 743, 559 ], [ 748, 543, 757, 558 ], [ 762, 538, 825, 559 ], [ 838, 538, 848, 559 ], [ 508, 556, 533, 577 ], [ 508, 575, 573, 596 ], [ 508, 593, 547, 614 ], [ 552, 593, 592, 614 ], [ 596, 593, 673, 614 ], [ 677, 593, 693, 614 ], [ 698, 593, 773, 614 ], [ 840, 593, 849, 614 ], [ 508, 612, 533, 633 ], [ 508, 630, 572, 651 ], [ 246, 649, 317, 670 ], [ 322, 649, 361, 670 ], [ 366, 649, 449, 670 ], [ 454, 649, 469, 670 ], [ 473, 649, 518, 670 ], [ 523, 649, 540, 670 ], [ 544, 649, 603, 670 ], [ 608, 649, 650, 670 ], [ 654, 649, 659, 670 ], [ 664, 649, 753, 670 ], [ 389, 689, 515, 714 ], [ 521, 689, 610, 714 ], [ 210, 712, 257, 733 ], [ 261, 712, 317, 733 ], [ 321, 712, 352, 733 ], [ 357, 712, 406, 733 ], [ 577, 712, 601, 733 ], [ 606, 712, 662, 733 ], [ 666, 712, 697, 733 ], [ 701, 712, 750, 733 ], [ 755, 712, 803, 733 ], [ 126, 731, 158, 752 ], [ 162, 731, 167, 752 ], [ 172, 731, 247, 752 ], [ 251, 731, 256, 752 ], [ 451, 731, 476, 752 ], [ 126, 749, 141, 770 ], [ 126, 768, 166, 789 ], [ 209, 768, 298, 789 ], [ 126, 786, 231, 807 ], [ 235, 786, 318, 807 ], [ 323, 786, 415, 807 ], [ 419, 786, 436, 807 ], [ 441, 786, 487, 807 ], [ 126, 805, 160, 826 ], [ 165, 805, 175, 826 ], [ 179, 805, 213, 826 ], [ 218, 805, 228, 826 ], [ 126, 823, 224, 844 ], [ 229, 823, 275, 844 ], [ 280, 823, 314, 844 ], [ 318, 823, 334, 844 ], [ 347, 823, 382, 844 ], [ 387, 823, 442, 844 ], [ 447, 823, 472, 844 ], [ 507, 731, 553, 752 ], [ 557, 731, 597, 752 ], [ 836, 731, 846, 752 ], [ 507, 749, 532, 770 ], [ 507, 768, 560, 789 ], [ 565, 768, 624, 789 ], [ 507, 786, 553, 807 ], [ 557, 786, 597, 807 ], [ 601, 786, 692, 807 ], [ 819, 786, 829, 807 ], [ 834, 786, 859, 807 ], [ 507, 805, 620, 826 ], [ 624, 805, 665, 826 ], [ 126, 842, 158, 863 ], [ 162, 842, 167, 863 ], [ 172, 842, 247, 863 ], [ 251, 842, 261, 863 ], [ 452, 842, 476, 863 ], [ 126, 861, 141, 882 ], [ 126, 879, 166, 900 ], [ 170, 879, 220, 900 ], [ 225, 879, 314, 900 ], [ 507, 842, 553, 863 ], [ 557, 842, 597, 863 ], [ 601, 842, 662, 863 ], [ 666, 842, 728, 863 ], [ 732, 842, 771, 863 ], [ 838, 842, 848, 863 ], [ 507, 861, 532, 882 ] ]
Revision History Revision Date Editor Changes Made Working Draft 2016-06-22 Michael Pizzo Import material from OData 4.0 Errata 3 01 JSON document and initial application of 4.01 Ralf features Committee 2016-12-08 Michael Pizzo Integrated 4.01 features Specification Ralf Handl Draft 01 Committee 2017-06-08 Michael Pizzo Integrated more 4.01 features, especially: Specification Ralf Handl Update of a collection of entities 02 JSON Batch format
Revision History Revision Date Editor Changes Made Working Draft 01 2016-06-22 Michael Pizzo Ralf Import material from OData 4.0 Errata 3 JSON document and initial application of 4.01 features Committee Specification Draft 01 2016-12-08 Michael Pizzo Ralf Handl Integrated 4.01 features Committee Specification 02 2017-06-08 Michael Pizzo Ralf Handl Integrated more 4.01 features, especially: Update of a collection of entities JSON Batch format
0.568443
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 19, 9, 10, 11, 27, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 28, 29, 36, 39, 40, 30, 31, 32, 37, 38, 33, 34, 35, 41, 50, 59, 42, 43, 44, 51, 52, 45, 46, 47, 48, 49, 53, 54, 55, 56, 57, 58, 60, 61, 62 ]
odata-json-format-v4.01-csprd02.docx
task-1603-28
58
[ [ 294, 108, 416, 140 ], [ 424, 108, 525, 140 ], [ 126, 159, 194, 176 ], [ 256, 159, 292, 176 ], [ 365, 159, 412, 176 ], [ 530, 159, 599, 176 ], [ 603, 159, 645, 176 ], [ 126, 184, 186, 202 ], [ 190, 184, 226, 202 ], [ 256, 184, 340, 202 ], [ 365, 184, 421, 202 ], [ 426, 184, 465, 202 ], [ 530, 184, 576, 202 ], [ 581, 184, 639, 202 ], [ 643, 184, 676, 202 ], [ 681, 184, 728, 202 ], [ 732, 184, 755, 202 ], [ 760, 184, 804, 202 ], [ 809, 184, 818, 202 ], [ 126, 199, 144, 216 ], [ 530, 199, 574, 216 ], [ 578, 199, 650, 216 ], [ 654, 199, 682, 216 ], [ 686, 199, 723, 216 ], [ 728, 199, 806, 216 ], [ 810, 199, 824, 216 ], [ 829, 199, 860, 216 ], [ 365, 204, 394, 221 ], [ 530, 213, 589, 231 ], [ 126, 239, 205, 256 ], [ 256, 239, 340, 256 ], [ 365, 239, 421, 256 ], [ 426, 239, 465, 256 ], [ 530, 239, 604, 256 ], [ 608, 239, 640, 256 ], [ 644, 239, 703, 256 ], [ 126, 253, 219, 270 ], [ 365, 258, 394, 275 ], [ 398, 258, 441, 275 ], [ 126, 268, 161, 285 ], [ 166, 268, 184, 285 ], [ 126, 293, 205, 310 ], [ 256, 293, 340, 310 ], [ 365, 293, 421, 310 ], [ 426, 293, 465, 310 ], [ 530, 293, 604, 310 ], [ 608, 293, 645, 310 ], [ 650, 293, 682, 310 ], [ 686, 293, 750, 310 ], [ 754, 293, 830, 310 ], [ 126, 307, 219, 325 ], [ 365, 312, 394, 330 ], [ 398, 312, 441, 330 ], [ 589, 312, 641, 330 ], [ 646, 312, 660, 330 ], [ 664, 312, 673, 330 ], [ 678, 312, 746, 330 ], [ 750, 312, 764, 330 ], [ 768, 312, 820, 330 ], [ 162, 322, 180, 339 ], [ 589, 327, 632, 344 ], [ 637, 327, 679, 344 ], [ 683, 327, 729, 344 ] ]
[ [ 294, 108, 416, 140 ], [ 424, 108, 525, 140 ], [ 126, 159, 194, 176 ], [ 256, 159, 292, 176 ], [ 365, 159, 412, 176 ], [ 530, 159, 599, 176 ], [ 603, 159, 645, 176 ], [ 126, 184, 186, 202 ], [ 190, 184, 226, 202 ], [ 126, 199, 144, 216 ], [ 256, 184, 340, 202 ], [ 365, 184, 421, 202 ], [ 426, 184, 465, 202 ], [ 365, 204, 394, 221 ], [ 530, 184, 576, 202 ], [ 581, 184, 639, 202 ], [ 643, 184, 676, 202 ], [ 681, 184, 728, 202 ], [ 732, 184, 755, 202 ], [ 760, 184, 804, 202 ], [ 809, 184, 818, 202 ], [ 530, 199, 574, 216 ], [ 578, 199, 650, 216 ], [ 654, 199, 682, 216 ], [ 686, 199, 723, 216 ], [ 728, 199, 806, 216 ], [ 810, 199, 824, 216 ], [ 829, 199, 860, 216 ], [ 530, 213, 589, 231 ], [ 126, 239, 205, 256 ], [ 126, 253, 219, 270 ], [ 126, 268, 161, 285 ], [ 166, 268, 184, 285 ], [ 256, 239, 340, 256 ], [ 365, 239, 421, 256 ], [ 426, 239, 465, 256 ], [ 365, 258, 394, 275 ], [ 398, 258, 441, 275 ], [ 530, 239, 604, 256 ], [ 608, 239, 640, 256 ], [ 644, 239, 703, 256 ], [ 126, 293, 205, 310 ], [ 126, 307, 219, 325 ], [ 162, 322, 180, 339 ], [ 256, 293, 340, 310 ], [ 365, 293, 421, 310 ], [ 426, 293, 465, 310 ], [ 365, 312, 394, 330 ], [ 398, 312, 441, 330 ], [ 530, 293, 604, 310 ], [ 608, 293, 645, 310 ], [ 650, 293, 682, 310 ], [ 686, 293, 750, 310 ], [ 754, 293, 830, 310 ], [ 589, 312, 641, 330 ], [ 646, 312, 660, 330 ], [ 664, 312, 673, 330 ], [ 678, 312, 746, 330 ], [ 750, 312, 764, 330 ], [ 768, 312, 820, 330 ], [ 589, 327, 632, 344 ], [ 637, 327, 679, 344 ], [ 683, 327, 729, 344 ] ]
(5) Shri Padmakar Guru, Regarding improper 2011 Letter sent to State ATR awaited Secretary Youth implementation and corruption in Govt. for ATR on Congress Orissa Orissa under MGNREGA. 27.8.2012 MGNREGA (6) Shri Jaydev Jena, Irregularities under MGNREGS in 2011 Letter sent to State ATR awaited Secretary AICC construction of some roads and Govt. for ATR on false bills made against them in 27.8.2012 Hatadih Block, Dist. Keonjhar MGNREGA (7) Shri Debasis Behera Complaint dated 20.1.2011 2010 Letter sent to NIRD on ATR awaited regarding corruption in the 31.07.2012 to furnish implementation of MGNREGS in comments. Comments Orissa and NIRD Study on the from NIRD sent to scheme. complainant & FTS-7528 Vigilance Division on 28.02.2014. Letter sent to SG and a copy sent to Vigilence Division on 29.12.2014 (8) Shri Mukunda Charan Illegal construction of 2011 Letter sent to State ATR awaited Mallick Ghandhi Gramina Seva Kendra Govt. on 6.9.2012 over a Reserve Garmya Forest Vill/P.O- Solampur Land., Connivance of Block Officials to pay, ignoring Hon’ble Via-Debidwar, High Court Order Distt- Bhadrak State- Odissa, Pin 755007 –
(5) Shri Padmakar Guru, Secretary Youth Congress Orissa Regarding improper implementation and corruption in Orissa under MGNREGA. 2011 Letter sent to State Govt. for ATR on 27.8.2012 ATR awaited (6) Shri Jaydev Jena, Secretary AICC Irregularities under MGNREGS in construction of some roads and false bills made against them in Hatadih Block, Dist. Keonjhar 2011 Letter sent to State Govt. for ATR on 27.8.2012 ATR awaited (7) Shri Debasis Behera FTS-7528 Complaint dated 20.1.2011 regarding corruption in the implementation of MGNREGS in Orissa and NIRD Study on the scheme. 2010 Letter sent to NIRD on 31.07.2012 to furnish comments. Comments from NIRD sent to complainant & Vigilance Division on 28.02.2014. Letter sent to SG and a copy sent to Vigilence Division on 29.12.2014 ATR awaited (8) Shri Mukunda Charan Mallick Vill/P.O- Solampur Via-Debidwar, Distt- Bhadrak State- Odissa, Pin – 755007 Illegal construction of Ghandhi Gramina Seva Kendra over a Reserve Garmya Forest Land., Connivance of Block Officials to pay, ignoring Hon’ble High Court Order 2011 Letter sent to State Govt. on 6.9.2012 ATR awaited MGNREGA MGNREGA
0.572779
[ 0, 1, 2, 3, 13, 14, 23, 24, 4, 5, 15, 16, 17, 18, 25, 26, 27, 6, 7, 8, 9, 10, 19, 20, 21, 22, 28, 11, 12, 30, 31, 32, 33, 45, 46, 34, 35, 36, 37, 47, 48, 49, 50, 51, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 38, 39, 40, 41, 42, 52, 53, 54, 55, 62, 43, 44, 68, 69, 70, 71, 109, 72, 73, 74, 83, 84, 85, 86, 90, 91, 92, 93, 96, 97, 98, 99, 100, 101, 106, 75, 76, 77, 78, 79, 80, 87, 88, 89, 94, 95, 102, 103, 104, 105, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 81, 82, 127, 128, 129, 130, 141, 154, 155, 165, 169, 170, 171, 172, 173, 175, 174, 131, 132, 133, 142, 143, 144, 145, 149, 150, 151, 152, 153, 156, 157, 158, 159, 160, 161, 162, 163, 164, 166, 167, 168, 134, 135, 136, 137, 138, 146, 147, 148, 139, 140, 29, 67 ]
Odisha%20GC%201-15.docx
task-1603-430
1
[ [ 102, 81, 118, 105 ], [ 137, 81, 159, 105 ], [ 162, 81, 219, 105 ], [ 222, 81, 254, 105 ], [ 282, 81, 338, 105 ], [ 423, 81, 476, 105 ], [ 490, 81, 518, 105 ], [ 575, 81, 609, 105 ], [ 612, 81, 636, 105 ], [ 639, 81, 651, 105 ], [ 654, 81, 684, 105 ], [ 819, 81, 842, 105 ], [ 845, 81, 890, 105 ], [ 137, 106, 191, 131 ], [ 194, 106, 227, 131 ], [ 282, 106, 372, 131 ], [ 376, 106, 398, 131 ], [ 402, 106, 462, 131 ], [ 466, 106, 476, 131 ], [ 575, 106, 605, 131 ], [ 609, 106, 625, 131 ], [ 628, 106, 650, 131 ], [ 654, 106, 668, 131 ], [ 137, 131, 189, 156 ], [ 192, 131, 226, 156 ], [ 282, 131, 316, 156 ], [ 320, 131, 353, 156 ], [ 356, 131, 421, 156 ], [ 575, 131, 631, 156 ], [ 137, 198, 198, 223 ], [ 102, 240, 118, 265 ], [ 137, 240, 159, 265 ], [ 162, 240, 200, 265 ], [ 203, 240, 232, 265 ], [ 282, 240, 354, 265 ], [ 360, 240, 394, 265 ], [ 400, 240, 459, 265 ], [ 466, 240, 476, 265 ], [ 490, 240, 518, 265 ], [ 575, 240, 609, 265 ], [ 612, 240, 636, 265 ], [ 639, 240, 651, 265 ], [ 654, 240, 684, 265 ], [ 819, 240, 842, 265 ], [ 845, 240, 890, 265 ], [ 137, 266, 191, 290 ], [ 194, 266, 220, 290 ], [ 282, 266, 353, 290 ], [ 360, 266, 371, 290 ], [ 378, 266, 409, 290 ], [ 416, 266, 448, 290 ], [ 455, 266, 476, 290 ], [ 575, 266, 605, 290 ], [ 609, 266, 625, 290 ], [ 628, 266, 650, 290 ], [ 654, 266, 668, 290 ], [ 282, 291, 308, 316 ], [ 314, 291, 336, 316 ], [ 341, 291, 373, 316 ], [ 379, 291, 419, 316 ], [ 425, 291, 455, 316 ], [ 466, 291, 476, 316 ], [ 575, 291, 631, 316 ], [ 282, 316, 326, 341 ], [ 329, 316, 363, 341 ], [ 366, 316, 391, 341 ], [ 394, 316, 445, 341 ], [ 137, 332, 198, 357 ], [ 102, 375, 118, 400 ], [ 137, 375, 159, 400 ], [ 162, 375, 206, 400 ], [ 212, 375, 252, 400 ], [ 282, 375, 340, 400 ], [ 363, 375, 396, 400 ], [ 420, 375, 476, 400 ], [ 490, 375, 518, 400 ], [ 575, 375, 609, 400 ], [ 612, 375, 636, 400 ], [ 639, 375, 651, 400 ], [ 654, 375, 683, 400 ], [ 686, 375, 701, 400 ], [ 819, 375, 842, 400 ], [ 845, 375, 890, 400 ], [ 282, 400, 336, 425 ], [ 353, 400, 413, 425 ], [ 430, 400, 440, 425 ], [ 457, 400, 476, 425 ], [ 575, 400, 638, 425 ], [ 641, 400, 653, 425 ], [ 656, 400, 696, 425 ], [ 282, 425, 372, 450 ], [ 380, 425, 391, 450 ], [ 399, 425, 458, 450 ], [ 466, 425, 476, 450 ], [ 575, 425, 638, 450 ], [ 641, 425, 702, 450 ], [ 282, 451, 316, 475 ], [ 325, 451, 347, 475 ], [ 356, 451, 384, 475 ], [ 393, 451, 425, 475 ], [ 434, 451, 448, 475 ], [ 457, 451, 476, 475 ], [ 575, 451, 602, 475 ], [ 606, 451, 634, 475 ], [ 637, 451, 661, 475 ], [ 665, 451, 677, 475 ], [ 282, 476, 329, 500 ], [ 575, 476, 645, 500 ], [ 649, 476, 658, 500 ], [ 137, 483, 189, 508 ], [ 575, 501, 626, 526 ], [ 629, 501, 673, 526 ], [ 676, 501, 691, 526 ], [ 575, 526, 642, 551 ], [ 645, 526, 679, 551 ], [ 575, 551, 599, 576 ], [ 602, 551, 614, 576 ], [ 617, 551, 633, 576 ], [ 636, 551, 657, 576 ], [ 660, 551, 667, 576 ], [ 670, 551, 697, 576 ], [ 575, 577, 599, 601 ], [ 602, 577, 614, 601 ], [ 617, 577, 668, 601 ], [ 575, 602, 619, 627 ], [ 622, 602, 637, 627 ], [ 575, 627, 638, 652 ], [ 102, 670, 118, 694 ], [ 137, 670, 159, 694 ], [ 165, 670, 219, 694 ], [ 223, 670, 263, 694 ], [ 282, 670, 315, 694 ], [ 333, 670, 404, 694 ], [ 422, 670, 433, 694 ], [ 490, 670, 518, 694 ], [ 575, 670, 609, 694 ], [ 612, 670, 636, 694 ], [ 639, 670, 651, 694 ], [ 654, 670, 684, 694 ], [ 819, 670, 842, 694 ], [ 845, 670, 890, 694 ], [ 137, 695, 178, 720 ], [ 282, 695, 330, 720 ], [ 340, 695, 389, 720 ], [ 399, 695, 425, 720 ], [ 436, 695, 476, 720 ], [ 575, 695, 605, 720 ], [ 609, 695, 623, 720 ], [ 626, 695, 675, 720 ], [ 282, 720, 307, 745 ], [ 317, 720, 323, 745 ], [ 333, 720, 377, 745 ], [ 387, 720, 431, 745 ], [ 441, 720, 476, 745 ], [ 137, 736, 184, 761 ], [ 187, 736, 241, 761 ], [ 282, 745, 316, 770 ], [ 333, 745, 399, 770 ], [ 417, 745, 428, 770 ], [ 446, 745, 476, 770 ], [ 282, 771, 327, 795 ], [ 332, 771, 344, 795 ], [ 348, 771, 372, 795 ], [ 377, 771, 423, 795 ], [ 432, 771, 476, 795 ], [ 137, 778, 217, 803 ], [ 282, 796, 307, 820 ], [ 311, 796, 342, 820 ], [ 345, 796, 378, 820 ], [ 137, 820, 168, 844 ], [ 171, 820, 218, 844 ], [ 221, 820, 254, 844 ], [ 137, 845, 178, 869 ], [ 181, 845, 199, 869 ], [ 212, 845, 254, 869 ], [ 202, 851, 209, 869 ] ]
[ [ 102, 81, 118, 105 ], [ 137, 81, 159, 105 ], [ 162, 81, 219, 105 ], [ 222, 81, 254, 105 ], [ 137, 106, 191, 131 ], [ 194, 106, 227, 131 ], [ 137, 131, 189, 156 ], [ 192, 131, 226, 156 ], [ 282, 81, 338, 105 ], [ 423, 81, 476, 105 ], [ 282, 106, 372, 131 ], [ 376, 106, 398, 131 ], [ 402, 106, 462, 131 ], [ 466, 106, 476, 131 ], [ 282, 131, 316, 156 ], [ 320, 131, 353, 156 ], [ 356, 131, 421, 156 ], [ 490, 81, 518, 105 ], [ 575, 81, 609, 105 ], [ 612, 81, 636, 105 ], [ 639, 81, 651, 105 ], [ 654, 81, 684, 105 ], [ 575, 106, 605, 131 ], [ 609, 106, 625, 131 ], [ 628, 106, 650, 131 ], [ 654, 106, 668, 131 ], [ 575, 131, 631, 156 ], [ 819, 81, 842, 105 ], [ 845, 81, 890, 105 ], [ 102, 240, 118, 265 ], [ 137, 240, 159, 265 ], [ 162, 240, 200, 265 ], [ 203, 240, 232, 265 ], [ 137, 266, 191, 290 ], [ 194, 266, 220, 290 ], [ 282, 240, 354, 265 ], [ 360, 240, 394, 265 ], [ 400, 240, 459, 265 ], [ 466, 240, 476, 265 ], [ 282, 266, 353, 290 ], [ 360, 266, 371, 290 ], [ 378, 266, 409, 290 ], [ 416, 266, 448, 290 ], [ 455, 266, 476, 290 ], [ 282, 291, 308, 316 ], [ 314, 291, 336, 316 ], [ 341, 291, 373, 316 ], [ 379, 291, 419, 316 ], [ 425, 291, 455, 316 ], [ 466, 291, 476, 316 ], [ 282, 316, 326, 341 ], [ 329, 316, 363, 341 ], [ 366, 316, 391, 341 ], [ 394, 316, 445, 341 ], [ 490, 240, 518, 265 ], [ 575, 240, 609, 265 ], [ 612, 240, 636, 265 ], [ 639, 240, 651, 265 ], [ 654, 240, 684, 265 ], [ 575, 266, 605, 290 ], [ 609, 266, 625, 290 ], [ 628, 266, 650, 290 ], [ 654, 266, 668, 290 ], [ 575, 291, 631, 316 ], [ 819, 240, 842, 265 ], [ 845, 240, 890, 265 ], [ 102, 375, 118, 400 ], [ 137, 375, 159, 400 ], [ 162, 375, 206, 400 ], [ 212, 375, 252, 400 ], [ 137, 483, 189, 508 ], [ 282, 375, 340, 400 ], [ 363, 375, 396, 400 ], [ 420, 375, 476, 400 ], [ 282, 400, 336, 425 ], [ 353, 400, 413, 425 ], [ 430, 400, 440, 425 ], [ 457, 400, 476, 425 ], [ 282, 425, 372, 450 ], [ 380, 425, 391, 450 ], [ 399, 425, 458, 450 ], [ 466, 425, 476, 450 ], [ 282, 451, 316, 475 ], [ 325, 451, 347, 475 ], [ 356, 451, 384, 475 ], [ 393, 451, 425, 475 ], [ 434, 451, 448, 475 ], [ 457, 451, 476, 475 ], [ 282, 476, 329, 500 ], [ 490, 375, 518, 400 ], [ 575, 375, 609, 400 ], [ 612, 375, 636, 400 ], [ 639, 375, 651, 400 ], [ 654, 375, 683, 400 ], [ 686, 375, 701, 400 ], [ 575, 400, 638, 425 ], [ 641, 400, 653, 425 ], [ 656, 400, 696, 425 ], [ 575, 425, 638, 450 ], [ 641, 425, 702, 450 ], [ 575, 451, 602, 475 ], [ 606, 451, 634, 475 ], [ 637, 451, 661, 475 ], [ 665, 451, 677, 475 ], [ 575, 476, 645, 500 ], [ 649, 476, 658, 500 ], [ 575, 501, 626, 526 ], [ 629, 501, 673, 526 ], [ 676, 501, 691, 526 ], [ 575, 526, 642, 551 ], [ 645, 526, 679, 551 ], [ 575, 551, 599, 576 ], [ 602, 551, 614, 576 ], [ 617, 551, 633, 576 ], [ 636, 551, 657, 576 ], [ 660, 551, 667, 576 ], [ 670, 551, 697, 576 ], [ 575, 577, 599, 601 ], [ 602, 577, 614, 601 ], [ 617, 577, 668, 601 ], [ 575, 602, 619, 627 ], [ 622, 602, 637, 627 ], [ 575, 627, 638, 652 ], [ 819, 375, 842, 400 ], [ 845, 375, 890, 400 ], [ 102, 670, 118, 694 ], [ 137, 670, 159, 694 ], [ 165, 670, 219, 694 ], [ 223, 670, 263, 694 ], [ 137, 695, 178, 720 ], [ 137, 736, 184, 761 ], [ 187, 736, 241, 761 ], [ 137, 778, 217, 803 ], [ 137, 820, 168, 844 ], [ 171, 820, 218, 844 ], [ 221, 820, 254, 844 ], [ 137, 845, 178, 869 ], [ 181, 845, 199, 869 ], [ 202, 851, 209, 869 ], [ 212, 845, 254, 869 ], [ 282, 670, 315, 694 ], [ 333, 670, 404, 694 ], [ 422, 670, 433, 694 ], [ 282, 695, 330, 720 ], [ 340, 695, 389, 720 ], [ 399, 695, 425, 720 ], [ 436, 695, 476, 720 ], [ 282, 720, 307, 745 ], [ 317, 720, 323, 745 ], [ 333, 720, 377, 745 ], [ 387, 720, 431, 745 ], [ 441, 720, 476, 745 ], [ 282, 745, 316, 770 ], [ 333, 745, 399, 770 ], [ 417, 745, 428, 770 ], [ 446, 745, 476, 770 ], [ 282, 771, 327, 795 ], [ 332, 771, 344, 795 ], [ 348, 771, 372, 795 ], [ 377, 771, 423, 795 ], [ 432, 771, 476, 795 ], [ 282, 796, 307, 820 ], [ 311, 796, 342, 820 ], [ 345, 796, 378, 820 ], [ 490, 670, 518, 694 ], [ 575, 670, 609, 694 ], [ 612, 670, 636, 694 ], [ 639, 670, 651, 694 ], [ 654, 670, 684, 694 ], [ 575, 695, 605, 720 ], [ 609, 695, 623, 720 ], [ 626, 695, 675, 720 ], [ 819, 670, 842, 694 ], [ 845, 670, 890, 694 ], [ 137, 198, 198, 223 ], [ 137, 332, 198, 357 ] ]
}, "Categories":{ "entityType":{ "$ref":"#/definitions/ODataDemo.Category" }, "navigationPropertyBindings":{ "Products":{ "target":"Products" } } }, "Suppliers":{ "entityType":{ "$ref":"#/definitions/ODataDemo.Supplier" }, "navigationPropertyBindings":{ "Products":{ "target":"Products" }, "Address/Country":{ "target":"Countries" } }, "@Core.OptimisticConcurrency":[ { "@odata.type":"#PropertyPath", "value":"Concurrency" } ] }, "Countries":{ "entityType":{ "$ref":"#/definitions/ODataDemo.Country" } } }, "singletons":{ "Contoso":{ "type":{ "$ref":"#/definitions/Self.Supplier" }, "navigationPropertyBindings":{ "Products":{ "target":"Products" } } } }, "functionImports":{ "ProductsByRating":{ "entitySet":"Products", "function":{ "$ref":"#/schemas/ODataDemo/functions/ProductsByRating" } } } } Terms The terms object one name/value pair per term defined within the . The name of each pair is the term's name, the value is a JSON Schema object describing the type of the term. It has the same structure as the schema for a , and in addition may have a name/value baseTerm whose value is a JSON eference to
}, "Categories":{ "entityType":{ "$ref":"#/definitions/ODataDemo.Category" }, "navigationPropertyBindings":{ "Products":{ "target":"Products" } } }, "Suppliers":{ "entityType":{ "$ref":"#/definitions/ODataDemo.Supplier" }, "navigationPropertyBindings":{ "Products":{ "target":"Products" }, "Address/Country":{ "target":"Countries" } }, "@Core.OptimisticConcurrency":[ { "@odata.type":"#PropertyPath", "value":"Concurrency" } ] }, "Countries":{ "entityType":{ "$ref":"#/definitions/ODataDemo.Country" } } }, "singletons":{ "Contoso":{ "type":{ "$ref":"#/definitions/Self.Supplier" }, "navigationPropertyBindings":{ "Products":{ "target":"Products" } } } }, "functionImports":{ "ProductsByRating":{ "entitySet":"Products", "function":{ "$ref":"#/schemas/ODataDemo/functions/ProductsByRating" } } } } Terms The terms object one name/value pair per term defined within the . The name of each pair is the term's name, the value is a JSON Schema object describing the type of the term. It has the same structure as the schema for a , and in addition may have a name/value baseTerm whose value is a JSON eference to
1
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117 ]
odata-json-csdl-v4.0-wd01-2015-11-09.docx
task-1603-6
20
[ [ 188, 89, 205, 103 ], [ 188, 102, 311, 116 ], [ 205, 115, 329, 129 ], [ 223, 128, 585, 142 ], [ 205, 141, 223, 155 ], [ 205, 154, 470, 168 ], [ 223, 167, 329, 181 ], [ 241, 179, 408, 194 ], [ 223, 192, 232, 206 ], [ 205, 205, 214, 219 ], [ 188, 218, 205, 232 ], [ 188, 231, 302, 245 ], [ 205, 244, 329, 258 ], [ 223, 257, 585, 271 ], [ 205, 269, 223, 284 ], [ 205, 282, 470, 297 ], [ 223, 295, 329, 309 ], [ 241, 308, 408, 322 ], [ 223, 321, 241, 335 ], [ 223, 334, 391, 348 ], [ 241, 347, 417, 361 ], [ 223, 360, 232, 374 ], [ 205, 372, 223, 387 ], [ 205, 385, 479, 400 ], [ 223, 398, 232, 412 ], [ 241, 411, 505, 425 ], [ 241, 424, 426, 438 ], [ 223, 437, 232, 451 ], [ 205, 450, 214, 464 ], [ 188, 463, 205, 477 ], [ 188, 475, 302, 490 ], [ 205, 488, 329, 503 ], [ 223, 501, 576, 515 ], [ 205, 514, 214, 528 ], [ 188, 527, 197, 541 ], [ 170, 540, 188, 554 ], [ 170, 553, 294, 567 ], [ 188, 566, 285, 580 ], [ 205, 578, 276, 593 ], [ 223, 591, 541, 606 ], [ 205, 604, 223, 618 ], [ 205, 617, 470, 631 ], [ 223, 630, 329, 644 ], [ 241, 643, 408, 657 ], [ 223, 656, 232, 670 ], [ 205, 669, 214, 683 ], [ 188, 681, 197, 696 ], [ 170, 694, 188, 708 ], [ 170, 707, 338, 721 ], [ 188, 720, 364, 734 ], [ 205, 733, 408, 747 ], [ 205, 746, 311, 760 ], [ 223, 759, 708, 773 ], [ 205, 772, 214, 786 ], [ 188, 784, 197, 799 ], [ 170, 797, 179, 811 ], [ 152, 810, 161, 824 ], [ 155, 841, 222, 866 ], [ 117, 870, 145, 887 ], [ 150, 870, 191, 887 ], [ 195, 870, 239, 887 ], [ 243, 870, 271, 887 ], [ 275, 870, 360, 887 ], [ 364, 870, 391, 887 ], [ 396, 870, 419, 887 ], [ 424, 870, 457, 887 ], [ 461, 870, 515, 887 ], [ 519, 870, 561, 887 ], [ 565, 870, 588, 887 ], [ 593, 870, 597, 887 ], [ 602, 870, 630, 887 ], [ 634, 870, 675, 887 ], [ 680, 870, 693, 887 ], [ 698, 870, 733, 887 ], [ 738, 870, 765, 887 ], [ 770, 870, 781, 887 ], [ 786, 870, 809, 887 ], [ 813, 870, 857, 887 ], [ 117, 884, 163, 902 ], [ 167, 884, 190, 902 ], [ 194, 884, 233, 902 ], [ 238, 884, 250, 902 ], [ 254, 884, 263, 902 ], [ 268, 884, 311, 902 ], [ 316, 884, 376, 902 ], [ 380, 884, 424, 902 ], [ 428, 884, 503, 902 ], [ 507, 884, 530, 902 ], [ 535, 884, 565, 902 ], [ 570, 884, 584, 902 ], [ 588, 884, 611, 902 ], [ 615, 884, 653, 902 ], [ 657, 884, 666, 902 ], [ 671, 884, 697, 902 ], [ 702, 884, 724, 902 ], [ 729, 884, 769, 902 ], [ 773, 884, 837, 902 ], [ 841, 884, 859, 902 ], [ 117, 899, 140, 916 ], [ 144, 899, 202, 916 ], [ 206, 899, 225, 916 ], [ 230, 899, 239, 916 ], [ 243, 899, 248, 916 ], [ 252, 899, 280, 916 ], [ 284, 899, 297, 916 ], [ 301, 899, 359, 916 ], [ 363, 899, 394, 916 ], [ 398, 899, 434, 916 ], [ 438, 899, 448, 916 ], [ 452, 899, 536, 916 ], [ 541, 899, 615, 916 ], [ 619, 899, 666, 916 ], [ 671, 899, 710, 916 ], [ 714, 899, 726, 916 ], [ 731, 899, 740, 916 ], [ 744, 899, 788, 916 ], [ 792, 899, 856, 916 ], [ 860, 899, 874, 916 ] ]
[ [ 188, 89, 205, 103 ], [ 188, 102, 311, 116 ], [ 205, 115, 329, 129 ], [ 223, 128, 585, 142 ], [ 205, 141, 223, 155 ], [ 205, 154, 470, 168 ], [ 223, 167, 329, 181 ], [ 241, 179, 408, 194 ], [ 223, 192, 232, 206 ], [ 205, 205, 214, 219 ], [ 188, 218, 205, 232 ], [ 188, 231, 302, 245 ], [ 205, 244, 329, 258 ], [ 223, 257, 585, 271 ], [ 205, 269, 223, 284 ], [ 205, 282, 470, 297 ], [ 223, 295, 329, 309 ], [ 241, 308, 408, 322 ], [ 223, 321, 241, 335 ], [ 223, 334, 391, 348 ], [ 241, 347, 417, 361 ], [ 223, 360, 232, 374 ], [ 205, 372, 223, 387 ], [ 205, 385, 479, 400 ], [ 223, 398, 232, 412 ], [ 241, 411, 505, 425 ], [ 241, 424, 426, 438 ], [ 223, 437, 232, 451 ], [ 205, 450, 214, 464 ], [ 188, 463, 205, 477 ], [ 188, 475, 302, 490 ], [ 205, 488, 329, 503 ], [ 223, 501, 576, 515 ], [ 205, 514, 214, 528 ], [ 188, 527, 197, 541 ], [ 170, 540, 188, 554 ], [ 170, 553, 294, 567 ], [ 188, 566, 285, 580 ], [ 205, 578, 276, 593 ], [ 223, 591, 541, 606 ], [ 205, 604, 223, 618 ], [ 205, 617, 470, 631 ], [ 223, 630, 329, 644 ], [ 241, 643, 408, 657 ], [ 223, 656, 232, 670 ], [ 205, 669, 214, 683 ], [ 188, 681, 197, 696 ], [ 170, 694, 188, 708 ], [ 170, 707, 338, 721 ], [ 188, 720, 364, 734 ], [ 205, 733, 408, 747 ], [ 205, 746, 311, 760 ], [ 223, 759, 708, 773 ], [ 205, 772, 214, 786 ], [ 188, 784, 197, 799 ], [ 170, 797, 179, 811 ], [ 152, 810, 161, 824 ], [ 155, 841, 222, 866 ], [ 117, 870, 145, 887 ], [ 150, 870, 191, 887 ], [ 195, 870, 239, 887 ], [ 243, 870, 271, 887 ], [ 275, 870, 360, 887 ], [ 364, 870, 391, 887 ], [ 396, 870, 419, 887 ], [ 424, 870, 457, 887 ], [ 461, 870, 515, 887 ], [ 519, 870, 561, 887 ], [ 565, 870, 588, 887 ], [ 593, 870, 597, 887 ], [ 602, 870, 630, 887 ], [ 634, 870, 675, 887 ], [ 680, 870, 693, 887 ], [ 698, 870, 733, 887 ], [ 738, 870, 765, 887 ], [ 770, 870, 781, 887 ], [ 786, 870, 809, 887 ], [ 813, 870, 857, 887 ], [ 117, 884, 163, 902 ], [ 167, 884, 190, 902 ], [ 194, 884, 233, 902 ], [ 238, 884, 250, 902 ], [ 254, 884, 263, 902 ], [ 268, 884, 311, 902 ], [ 316, 884, 376, 902 ], [ 380, 884, 424, 902 ], [ 428, 884, 503, 902 ], [ 507, 884, 530, 902 ], [ 535, 884, 565, 902 ], [ 570, 884, 584, 902 ], [ 588, 884, 611, 902 ], [ 615, 884, 653, 902 ], [ 657, 884, 666, 902 ], [ 671, 884, 697, 902 ], [ 702, 884, 724, 902 ], [ 729, 884, 769, 902 ], [ 773, 884, 837, 902 ], [ 841, 884, 859, 902 ], [ 117, 899, 140, 916 ], [ 144, 899, 202, 916 ], [ 206, 899, 225, 916 ], [ 230, 899, 239, 916 ], [ 243, 899, 248, 916 ], [ 252, 899, 280, 916 ], [ 284, 899, 297, 916 ], [ 301, 899, 359, 916 ], [ 363, 899, 394, 916 ], [ 398, 899, 434, 916 ], [ 438, 899, 448, 916 ], [ 452, 899, 536, 916 ], [ 541, 899, 615, 916 ], [ 619, 899, 666, 916 ], [ 671, 899, 710, 916 ], [ 714, 899, 726, 916 ], [ 731, 899, 740, 916 ], [ 744, 899, 788, 916 ], [ 792, 899, 856, 916 ], [ 860, 899, 874, 916 ] ]
Acknowledgments The following individuals were members of the OASIS OData Technical Committee during the creation of this specification and their contributions are gratefully acknowledged: Howard Abrams (CA Technologies) Gershon Janssen (Individual) Ken Baclawski (Northeastern University) Ram Jeyaraman (Microsoft) Jay Balunas (Red Hat) Ted Jones (Red Hat) Mark Biamonte (Progress Software) Jordan (IBM) Matthew Borges (SAP AG) Stephan Klevenz (SAP AG) Edmond Bourne (BlackBerry) Gerald Krause (SAP AG) Joseph Boyle (Planetwork, Inc.) Nuno Linhares (SDL) Peter Brown (Individual) Paul Lipton (CA Technologies) Antonio Campanile (Bank of America) Malaika (IBM) Pablo Castro (Microsoft) Ramanjaneyulu Malisetti (CA Technologies) Axel Conrad (BlackBerry) Neil McEvoy (iFOSSF International Free – Robin Cover (OASIS) and Open Source Solutions Foundation) Erik de (SDL) Stan Mitranic (CA Technologies) Downie (Citrix Systems) Dale Moberg Software) Stefan Drees (Individual) Graham Moore (BrightstarDB Ltd.) Patrick Durusau (Individual) Farrukh Najmi (Individual) Andrew Eisenberg (IBM) Shishir Pardikar (Citrix Systems) Chet Ensign Sanjay Patil (SAP AG) Davina Erasmus (SDL) Nuccio Piscopo (iFOSSF International Free – Colleen Evans (Microsoft) and Open Source Solutions Foundation) Senaka Fernando (WSO2) Michael Pizzo (Microsoft) Brent Gross (IBM) Robert Richards (Mashery) Zhun Guo (Individual) Sumedha Rubasinghe (WSO2) Anila Kumar GVN (CA Technologies) James Snell (IBM) Ralf Handl (SAP AG) Jeffrey Turpin (Axway Software) Barbara Hartel (SAP AG) John Willson (Individual) Hubert Heijkers (IBM) John Wilmes (Individual) Jens Hüsken (SAP AG) Christopher Woodruff (Perficient, Inc.) Evan Ireland (SAP AG) Martin Zurmuehl (SAP AG)
Acknowledgments The following individuals were members of the OASIS OData Technical Committee during the creation of this specification and their contributions are gratefully acknowledged: Howard Abrams (CA Technologies) Ken Baclawski (Northeastern University) Jay Balunas (Red Hat) Mark Biamonte (Progress Software) Matthew Borges (SAP AG) Edmond Bourne (BlackBerry) Joseph Boyle (Planetwork, Inc.) Peter Brown (Individual) Antonio Campanile (Bank of America) Pablo Castro (Microsoft) Axel Conrad (BlackBerry) Robin Cover (OASIS) Erik de (SDL) Downie (Citrix Systems) Stefan Drees (Individual) Patrick Durusau (Individual) Andrew Eisenberg (IBM) Chet Ensign Davina Erasmus (SDL) Colleen Evans (Microsoft) Senaka Fernando (WSO2) Brent Gross (IBM) Zhun Guo (Individual) Anila Kumar GVN (CA Technologies) Ralf Handl (SAP AG) Barbara Hartel (SAP AG) Hubert Heijkers (IBM) Jens Hüsken (SAP AG) Evan Ireland (SAP AG) Gershon Janssen (Individual) Ram Jeyaraman (Microsoft) Ted Jones (Red Hat) Jordan (IBM) Stephan Klevenz (SAP AG) Gerald Krause (SAP AG) Nuno Linhares (SDL) Paul Lipton (CA Technologies) Malaika (IBM) Ramanjaneyulu Malisetti (CA Technologies) Neil McEvoy (iFOSSF – International Free and Open Source Solutions Foundation) Stan Mitranic (CA Technologies) Dale Moberg Software) Graham Moore (BrightstarDB Ltd.) Farrukh Najmi (Individual) Shishir Pardikar (Citrix Systems) Sanjay Patil (SAP AG) Nuccio Piscopo (iFOSSF – International Free and Open Source Solutions Foundation) Michael Pizzo (Microsoft) Robert Richards (Mashery) Sumedha Rubasinghe (WSO2) James Snell (IBM) Jeffrey Turpin (Axway Software) John Willson (Individual) John Wilmes (Individual) Christopher Woodruff (Perficient, Inc.) Martin Zurmuehl (SAP AG)
0.557117
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 31, 32, 33, 34, 38, 39, 40, 41, 46, 47, 48, 49, 52, 53, 54, 55, 60, 61, 62, 67, 68, 69, 70, 74, 75, 76, 81, 82, 83, 84, 85, 88, 89, 90, 95, 96, 97, 104, 105, 106, 112, 113, 114, 119, 120, 121, 125, 126, 127, 132, 133, 134, 138, 139, 140, 145, 146, 151, 152, 153, 160, 161, 162, 168, 169, 170, 174, 175, 176, 180, 181, 182, 186, 187, 188, 189, 190, 194, 195, 196, 197, 202, 203, 204, 205, 209, 210, 211, 215, 216, 217, 218, 223, 224, 225, 226, 28, 29, 30, 35, 36, 37, 42, 43, 44, 45, 50, 51, 56, 57, 58, 59, 63, 64, 65, 66, 71, 72, 73, 77, 78, 79, 80, 86, 87, 91, 92, 93, 94, 98, 99, 100, 103, 101, 102, 107, 108, 109, 110, 111, 115, 116, 117, 118, 122, 123, 124, 128, 129, 130, 131, 135, 136, 137, 141, 142, 143, 144, 147, 148, 149, 150, 154, 155, 156, 159, 157, 158, 163, 164, 165, 166, 167, 171, 172, 173, 177, 178, 179, 183, 184, 185, 191, 192, 193, 198, 199, 200, 201, 206, 207, 208, 212, 213, 214, 219, 220, 221, 222, 227, 228, 229, 230 ]
odata-v4.0-wd04-part1-protocol-2013-09-20.docx
task-1603-63
65
[ [ 294, 96, 553, 127 ], [ 117, 141, 145, 158 ], [ 150, 141, 213, 158 ], [ 218, 141, 294, 158 ], [ 299, 141, 334, 158 ], [ 339, 141, 407, 158 ], [ 411, 141, 425, 158 ], [ 429, 141, 452, 158 ], [ 457, 141, 506, 158 ], [ 511, 141, 558, 158 ], [ 563, 141, 633, 158 ], [ 637, 141, 716, 158 ], [ 721, 141, 766, 158 ], [ 771, 141, 793, 158 ], [ 798, 141, 856, 158 ], [ 860, 141, 874, 158 ], [ 117, 155, 143, 173 ], [ 147, 155, 237, 173 ], [ 241, 155, 269, 173 ], [ 273, 155, 305, 173 ], [ 310, 155, 402, 173 ], [ 407, 155, 430, 173 ], [ 435, 155, 501, 173 ], [ 506, 155, 615, 173 ], [ 176, 175, 232, 192 ], [ 237, 175, 293, 192 ], [ 298, 175, 326, 192 ], [ 330, 175, 433, 192 ], [ 538, 175, 601, 192 ], [ 605, 175, 666, 192 ], [ 671, 175, 750, 192 ], [ 176, 189, 205, 207 ], [ 210, 189, 282, 207 ], [ 287, 189, 387, 207 ], [ 391, 189, 468, 207 ], [ 538, 189, 572, 207 ], [ 577, 189, 658, 207 ], [ 662, 189, 739, 207 ], [ 176, 204, 201, 221 ], [ 206, 204, 265, 221 ], [ 269, 204, 305, 221 ], [ 309, 204, 340, 221 ], [ 538, 204, 566, 221 ], [ 571, 204, 614, 221 ], [ 619, 204, 654, 221 ], [ 659, 204, 690, 221 ], [ 176, 218, 212, 236 ], [ 217, 218, 286, 236 ], [ 290, 218, 361, 236 ], [ 366, 218, 436, 236 ], [ 574, 218, 624, 236 ], [ 629, 218, 669, 236 ], [ 176, 233, 238, 250 ], [ 242, 233, 294, 250 ], [ 298, 233, 337, 250 ], [ 341, 233, 370, 250 ], [ 538, 233, 599, 250 ], [ 603, 233, 661, 250 ], [ 666, 233, 704, 250 ], [ 709, 233, 738, 250 ], [ 176, 247, 237, 265 ], [ 241, 247, 294, 265 ], [ 299, 247, 388, 265 ], [ 538, 247, 587, 265 ], [ 592, 247, 643, 265 ], [ 648, 247, 686, 265 ], [ 690, 247, 719, 265 ], [ 176, 262, 229, 279 ], [ 233, 262, 274, 279 ], [ 279, 262, 369, 279 ], [ 374, 262, 406, 279 ], [ 538, 262, 577, 279 ], [ 582, 262, 644, 279 ], [ 649, 262, 691, 279 ], [ 176, 276, 215, 294 ], [ 220, 276, 266, 294 ], [ 270, 276, 350, 294 ], [ 538, 276, 571, 294 ], [ 575, 276, 620, 294 ], [ 624, 276, 652, 294 ], [ 657, 276, 759, 294 ], [ 176, 291, 231, 308 ], [ 236, 291, 314, 308 ], [ 318, 291, 361, 308 ], [ 366, 291, 379, 308 ], [ 384, 291, 449, 308 ], [ 574, 291, 631, 308 ], [ 635, 291, 675, 308 ], [ 176, 305, 218, 323 ], [ 222, 305, 270, 323 ], [ 275, 305, 352, 323 ], [ 538, 305, 651, 323 ], [ 656, 305, 716, 323 ], [ 720, 305, 749, 323 ], [ 753, 305, 856, 323 ], [ 176, 320, 208, 337 ], [ 212, 320, 266, 337 ], [ 270, 320, 360, 337 ], [ 538, 320, 566, 337 ], [ 571, 320, 629, 337 ], [ 633, 320, 697, 337 ], [ 715, 320, 805, 337 ], [ 809, 320, 843, 337 ], [ 701, 322, 710, 336 ], [ 176, 334, 219, 352 ], [ 223, 334, 267, 352 ], [ 271, 334, 332, 352 ], [ 538, 334, 565, 352 ], [ 570, 334, 610, 352 ], [ 614, 334, 666, 352 ], [ 671, 334, 738, 352 ], [ 742, 334, 829, 352 ], [ 176, 349, 204, 366 ], [ 209, 349, 227, 366 ], [ 268, 349, 310, 366 ], [ 538, 349, 572, 366 ], [ 576, 349, 633, 366 ], [ 638, 349, 666, 366 ], [ 670, 349, 773, 366 ], [ 212, 364, 267, 381 ], [ 271, 364, 314, 381 ], [ 318, 364, 386, 381 ], [ 538, 364, 572, 381 ], [ 576, 364, 631, 381 ], [ 678, 364, 748, 381 ], [ 176, 378, 223, 395 ], [ 228, 378, 271, 395 ], [ 276, 378, 356, 395 ], [ 538, 378, 597, 395 ], [ 602, 378, 648, 395 ], [ 652, 378, 750, 395 ], [ 755, 378, 788, 395 ], [ 176, 393, 226, 410 ], [ 230, 393, 292, 410 ], [ 297, 393, 377, 410 ], [ 538, 393, 594, 410 ], [ 599, 393, 641, 410 ], [ 645, 393, 725, 410 ], [ 176, 407, 231, 424 ], [ 236, 407, 309, 424 ], [ 314, 407, 354, 424 ], [ 538, 407, 588, 424 ], [ 592, 407, 653, 424 ], [ 658, 407, 700, 424 ], [ 705, 407, 773, 424 ], [ 176, 422, 210, 439 ], [ 215, 422, 265, 439 ], [ 538, 422, 588, 439 ], [ 592, 422, 624, 439 ], [ 629, 422, 667, 439 ], [ 671, 422, 700, 439 ], [ 176, 436, 227, 453 ], [ 231, 436, 296, 453 ], [ 300, 436, 343, 453 ], [ 538, 436, 588, 453 ], [ 592, 436, 651, 453 ], [ 655, 436, 719, 453 ], [ 737, 436, 827, 453 ], [ 831, 436, 865, 453 ], [ 723, 438, 732, 452 ], [ 176, 451, 231, 468 ], [ 236, 451, 281, 468 ], [ 286, 451, 363, 468 ], [ 538, 451, 565, 468 ], [ 570, 451, 610, 468 ], [ 614, 451, 666, 468 ], [ 671, 451, 738, 468 ], [ 742, 451, 829, 468 ], [ 176, 465, 231, 483 ], [ 236, 465, 306, 483 ], [ 310, 465, 369, 483 ], [ 538, 465, 594, 483 ], [ 599, 465, 639, 483 ], [ 643, 465, 720, 483 ], [ 176, 480, 215, 497 ], [ 220, 480, 263, 497 ], [ 268, 480, 308, 497 ], [ 538, 480, 587, 497 ], [ 592, 480, 656, 497 ], [ 661, 480, 734, 497 ], [ 176, 494, 213, 512 ], [ 218, 494, 249, 512 ], [ 253, 494, 333, 512 ], [ 538, 494, 608, 512 ], [ 612, 494, 700, 512 ], [ 704, 494, 763, 512 ], [ 176, 509, 212, 526 ], [ 217, 509, 265, 526 ], [ 269, 509, 305, 526 ], [ 309, 509, 337, 526 ], [ 342, 509, 445, 526 ], [ 538, 509, 586, 526 ], [ 591, 509, 627, 526 ], [ 631, 509, 671, 526 ], [ 176, 523, 205, 541 ], [ 210, 523, 252, 541 ], [ 257, 523, 295, 541 ], [ 299, 523, 328, 541 ], [ 538, 523, 587, 541 ], [ 592, 523, 638, 541 ], [ 642, 523, 696, 541 ], [ 700, 523, 770, 541 ], [ 176, 538, 234, 555 ], [ 239, 538, 282, 555 ], [ 287, 538, 325, 555 ], [ 329, 538, 358, 555 ], [ 538, 538, 573, 555 ], [ 578, 538, 631, 555 ], [ 635, 538, 715, 555 ], [ 176, 552, 225, 570 ], [ 234, 552, 293, 570 ], [ 298, 552, 337, 570 ], [ 538, 552, 573, 570 ], [ 578, 552, 631, 570 ], [ 636, 552, 716, 570 ], [ 176, 567, 210, 584 ], [ 215, 567, 270, 584 ], [ 275, 567, 313, 584 ], [ 318, 567, 347, 584 ], [ 538, 567, 622, 584 ], [ 627, 567, 693, 584 ], [ 698, 567, 776, 584 ], [ 780, 567, 812, 584 ], [ 176, 581, 213, 599 ], [ 218, 581, 268, 599 ], [ 272, 581, 310, 599 ], [ 315, 581, 344, 599 ], [ 538, 581, 583, 599 ], [ 588, 581, 657, 599 ], [ 661, 581, 700, 599 ], [ 704, 581, 733, 599 ] ]
[ [ 294, 96, 553, 127 ], [ 117, 141, 145, 158 ], [ 150, 141, 213, 158 ], [ 218, 141, 294, 158 ], [ 299, 141, 334, 158 ], [ 339, 141, 407, 158 ], [ 411, 141, 425, 158 ], [ 429, 141, 452, 158 ], [ 457, 141, 506, 158 ], [ 511, 141, 558, 158 ], [ 563, 141, 633, 158 ], [ 637, 141, 716, 158 ], [ 721, 141, 766, 158 ], [ 771, 141, 793, 158 ], [ 798, 141, 856, 158 ], [ 860, 141, 874, 158 ], [ 117, 155, 143, 173 ], [ 147, 155, 237, 173 ], [ 241, 155, 269, 173 ], [ 273, 155, 305, 173 ], [ 310, 155, 402, 173 ], [ 407, 155, 430, 173 ], [ 435, 155, 501, 173 ], [ 506, 155, 615, 173 ], [ 176, 175, 232, 192 ], [ 237, 175, 293, 192 ], [ 298, 175, 326, 192 ], [ 330, 175, 433, 192 ], [ 176, 189, 205, 207 ], [ 210, 189, 282, 207 ], [ 287, 189, 387, 207 ], [ 391, 189, 468, 207 ], [ 176, 204, 201, 221 ], [ 206, 204, 265, 221 ], [ 269, 204, 305, 221 ], [ 309, 204, 340, 221 ], [ 176, 218, 212, 236 ], [ 217, 218, 286, 236 ], [ 290, 218, 361, 236 ], [ 366, 218, 436, 236 ], [ 176, 233, 238, 250 ], [ 242, 233, 294, 250 ], [ 298, 233, 337, 250 ], [ 341, 233, 370, 250 ], [ 176, 247, 237, 265 ], [ 241, 247, 294, 265 ], [ 299, 247, 388, 265 ], [ 176, 262, 229, 279 ], [ 233, 262, 274, 279 ], [ 279, 262, 369, 279 ], [ 374, 262, 406, 279 ], [ 176, 276, 215, 294 ], [ 220, 276, 266, 294 ], [ 270, 276, 350, 294 ], [ 176, 291, 231, 308 ], [ 236, 291, 314, 308 ], [ 318, 291, 361, 308 ], [ 366, 291, 379, 308 ], [ 384, 291, 449, 308 ], [ 176, 305, 218, 323 ], [ 222, 305, 270, 323 ], [ 275, 305, 352, 323 ], [ 176, 320, 208, 337 ], [ 212, 320, 266, 337 ], [ 270, 320, 360, 337 ], [ 176, 334, 219, 352 ], [ 223, 334, 267, 352 ], [ 271, 334, 332, 352 ], [ 176, 349, 204, 366 ], [ 209, 349, 227, 366 ], [ 268, 349, 310, 366 ], [ 212, 364, 267, 381 ], [ 271, 364, 314, 381 ], [ 318, 364, 386, 381 ], [ 176, 378, 223, 395 ], [ 228, 378, 271, 395 ], [ 276, 378, 356, 395 ], [ 176, 393, 226, 410 ], [ 230, 393, 292, 410 ], [ 297, 393, 377, 410 ], [ 176, 407, 231, 424 ], [ 236, 407, 309, 424 ], [ 314, 407, 354, 424 ], [ 176, 422, 210, 439 ], [ 215, 422, 265, 439 ], [ 176, 436, 227, 453 ], [ 231, 436, 296, 453 ], [ 300, 436, 343, 453 ], [ 176, 451, 231, 468 ], [ 236, 451, 281, 468 ], [ 286, 451, 363, 468 ], [ 176, 465, 231, 483 ], [ 236, 465, 306, 483 ], [ 310, 465, 369, 483 ], [ 176, 480, 215, 497 ], [ 220, 480, 263, 497 ], [ 268, 480, 308, 497 ], [ 176, 494, 213, 512 ], [ 218, 494, 249, 512 ], [ 253, 494, 333, 512 ], [ 176, 509, 212, 526 ], [ 217, 509, 265, 526 ], [ 269, 509, 305, 526 ], [ 309, 509, 337, 526 ], [ 342, 509, 445, 526 ], [ 176, 523, 205, 541 ], [ 210, 523, 252, 541 ], [ 257, 523, 295, 541 ], [ 299, 523, 328, 541 ], [ 176, 538, 234, 555 ], [ 239, 538, 282, 555 ], [ 287, 538, 325, 555 ], [ 329, 538, 358, 555 ], [ 176, 552, 225, 570 ], [ 234, 552, 293, 570 ], [ 298, 552, 337, 570 ], [ 176, 567, 210, 584 ], [ 215, 567, 270, 584 ], [ 275, 567, 313, 584 ], [ 318, 567, 347, 584 ], [ 176, 581, 213, 599 ], [ 218, 581, 268, 599 ], [ 272, 581, 310, 599 ], [ 315, 581, 344, 599 ], [ 538, 175, 601, 192 ], [ 605, 175, 666, 192 ], [ 671, 175, 750, 192 ], [ 538, 189, 572, 207 ], [ 577, 189, 658, 207 ], [ 662, 189, 739, 207 ], [ 538, 204, 566, 221 ], [ 571, 204, 614, 221 ], [ 619, 204, 654, 221 ], [ 659, 204, 690, 221 ], [ 574, 218, 624, 236 ], [ 629, 218, 669, 236 ], [ 538, 233, 599, 250 ], [ 603, 233, 661, 250 ], [ 666, 233, 704, 250 ], [ 709, 233, 738, 250 ], [ 538, 247, 587, 265 ], [ 592, 247, 643, 265 ], [ 648, 247, 686, 265 ], [ 690, 247, 719, 265 ], [ 538, 262, 577, 279 ], [ 582, 262, 644, 279 ], [ 649, 262, 691, 279 ], [ 538, 276, 571, 294 ], [ 575, 276, 620, 294 ], [ 624, 276, 652, 294 ], [ 657, 276, 759, 294 ], [ 574, 291, 631, 308 ], [ 635, 291, 675, 308 ], [ 538, 305, 651, 323 ], [ 656, 305, 716, 323 ], [ 720, 305, 749, 323 ], [ 753, 305, 856, 323 ], [ 538, 320, 566, 337 ], [ 571, 320, 629, 337 ], [ 633, 320, 697, 337 ], [ 701, 322, 710, 336 ], [ 715, 320, 805, 337 ], [ 809, 320, 843, 337 ], [ 538, 334, 565, 352 ], [ 570, 334, 610, 352 ], [ 614, 334, 666, 352 ], [ 671, 334, 738, 352 ], [ 742, 334, 829, 352 ], [ 538, 349, 572, 366 ], [ 576, 349, 633, 366 ], [ 638, 349, 666, 366 ], [ 670, 349, 773, 366 ], [ 538, 364, 572, 381 ], [ 576, 364, 631, 381 ], [ 678, 364, 748, 381 ], [ 538, 378, 597, 395 ], [ 602, 378, 648, 395 ], [ 652, 378, 750, 395 ], [ 755, 378, 788, 395 ], [ 538, 393, 594, 410 ], [ 599, 393, 641, 410 ], [ 645, 393, 725, 410 ], [ 538, 407, 588, 424 ], [ 592, 407, 653, 424 ], [ 658, 407, 700, 424 ], [ 705, 407, 773, 424 ], [ 538, 422, 588, 439 ], [ 592, 422, 624, 439 ], [ 629, 422, 667, 439 ], [ 671, 422, 700, 439 ], [ 538, 436, 588, 453 ], [ 592, 436, 651, 453 ], [ 655, 436, 719, 453 ], [ 723, 438, 732, 452 ], [ 737, 436, 827, 453 ], [ 831, 436, 865, 453 ], [ 538, 451, 565, 468 ], [ 570, 451, 610, 468 ], [ 614, 451, 666, 468 ], [ 671, 451, 738, 468 ], [ 742, 451, 829, 468 ], [ 538, 465, 594, 483 ], [ 599, 465, 639, 483 ], [ 643, 465, 720, 483 ], [ 538, 480, 587, 497 ], [ 592, 480, 656, 497 ], [ 661, 480, 734, 497 ], [ 538, 494, 608, 512 ], [ 612, 494, 700, 512 ], [ 704, 494, 763, 512 ], [ 538, 509, 586, 526 ], [ 591, 509, 627, 526 ], [ 631, 509, 671, 526 ], [ 538, 523, 587, 541 ], [ 592, 523, 638, 541 ], [ 642, 523, 696, 541 ], [ 700, 523, 770, 541 ], [ 538, 538, 573, 555 ], [ 578, 538, 631, 555 ], [ 635, 538, 715, 555 ], [ 538, 552, 573, 570 ], [ 578, 552, 631, 570 ], [ 636, 552, 716, 570 ], [ 538, 567, 622, 584 ], [ 627, 567, 693, 584 ], [ 698, 567, 776, 584 ], [ 780, 567, 812, 584 ], [ 538, 581, 583, 599 ], [ 588, 581, 657, 599 ], [ 661, 581, 700, 599 ], [ 704, 581, 733, 599 ] ]
Acknowledgments The following individuals were members of the OASIS OData Technical Committee during the creation of this specification and their contributions are gratefully acknowledged: Howard Abrams (CA Technologies) Gershon Janssen (Individual) Ken Baclawski (Northeastern University) Ram Jeyaraman (Microsoft) Jay Balunas (Red Hat) Ted (Red Hat) Mark Biamonte (Progress Software) Diane Jordan (IBM) Matthew Borges (SAP AG) Stephan Klevenz (SAP AG) Edmond Bourne (BlackBerry) Gerald Krause (SAP AG) Joseph Boyle (Planetwork, Inc.) Nuno Linhares (SDL) Brown (Individual) Paul Lipton (CA Technologies) Antonio Campanile (Bank of America) Susan Malaika (IBM) Pablo Castro (Microsoft) Ramanjaneyulu Malisetti (CA Technologies) Axel Conrad (BlackBerry) Neil McEvoy (iFOSSF International Free – Robin Cover (OASIS) and Open Source Solutions Foundation) Erik de Voogd (SDL) Stan Mitranic (CA Technologies) Downie (Citrix Systems) Dale Moberg Software) Stefan Drees (Individual) Graham Moore (BrightstarDB Ltd.) Patrick Durusau (Individual) Farrukh Najmi (Individual) Andrew Eisenberg (IBM) Shishir Pardikar (Citrix Systems) Chet Ensign (OASIS) Sanjay Patil (SAP AG) Davina Erasmus (SDL) Nuccio Piscopo (iFOSSF International Free – Colleen Evans (Microsoft) and Open Source Solutions Foundation) Senaka Fernando (WSO2) Michael Pizzo (Microsoft) Gross (IBM) Robert Richards (Mashery) Zhun Guo (Individual) Sumedha Rubasinghe (WSO2) Anila Kumar GVN (CA Technologies) James Snell (IBM) Ralf Handl (SAP AG) Jeffrey Turpin Software) Barbara Hartel (SAP AG) John Willson (Individual) Hubert Heijkers (IBM) John Wilmes (Individual) Jens Hüsken (SAP AG) Christopher Woodruff (Perficient, Inc.) Evan Ireland (SAP AG) Martin Zurmuehl (SAP AG)
Acknowledgments The following individuals were members of the OASIS OData Technical Committee during the creation of this specification and their contributions are gratefully acknowledged: Howard Abrams (CA Technologies) Ken Baclawski (Northeastern University) Jay Balunas (Red Hat) Mark Biamonte (Progress Software) Matthew Borges (SAP AG) Edmond Bourne (BlackBerry) Joseph Boyle (Planetwork, Inc.) Brown (Individual) Antonio Campanile (Bank of America) Pablo Castro (Microsoft) Axel Conrad (BlackBerry) Robin Cover (OASIS) Erik de Voogd (SDL) Downie (Citrix Systems) Stefan Drees (Individual) Patrick Durusau (Individual) Andrew Eisenberg (IBM) Chet Ensign (OASIS) Davina Erasmus (SDL) Colleen Evans (Microsoft) Senaka Fernando (WSO2) Gross (IBM) Zhun Guo (Individual) Anila Kumar GVN (CA Technologies) Ralf Handl (SAP AG) Barbara Hartel (SAP AG) Hubert Heijkers (IBM) Jens Hüsken (SAP AG) Evan Ireland (SAP AG) Gershon Janssen (Individual) Ram Jeyaraman (Microsoft) Ted (Red Hat) Diane Jordan (IBM) Stephan Klevenz (SAP AG) Gerald Krause (SAP AG) Nuno Linhares (SDL) Paul Lipton (CA Technologies) Susan Malaika (IBM) Ramanjaneyulu Malisetti (CA Technologies) Neil McEvoy (iFOSSF – International Free and Open Source Solutions Foundation) Stan Mitranic (CA Technologies) Dale Moberg Software) Graham Moore (BrightstarDB Ltd.) Farrukh Najmi (Individual) Shishir Pardikar (Citrix Systems) Sanjay Patil (SAP AG) Nuccio Piscopo (iFOSSF – International Free and Open Source Solutions Foundation) Michael Pizzo (Microsoft) Robert Richards (Mashery) Sumedha Rubasinghe (WSO2) James Snell (IBM) Jeffrey Turpin Software) John Willson (Individual) John Wilmes (Individual) Christopher Woodruff (Perficient, Inc.) Martin Zurmuehl (SAP AG)
0.554742
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 31, 32, 33, 34, 38, 39, 40, 41, 45, 46, 47, 48, 52, 53, 54, 55, 60, 61, 62, 67, 68, 69, 70, 74, 75, 80, 81, 82, 83, 84, 88, 89, 90, 95, 96, 97, 104, 105, 106, 112, 113, 114, 115, 120, 121, 122, 126, 127, 128, 133, 134, 135, 139, 140, 141, 146, 147, 148, 153, 154, 155, 162, 163, 164, 170, 171, 172, 176, 177, 181, 182, 183, 187, 188, 189, 190, 191, 195, 196, 197, 198, 202, 203, 204, 205, 209, 210, 211, 215, 216, 217, 218, 223, 224, 225, 226, 28, 29, 30, 35, 36, 37, 42, 43, 44, 49, 50, 51, 56, 57, 58, 59, 63, 64, 65, 66, 71, 72, 73, 76, 77, 78, 79, 85, 86, 87, 91, 92, 93, 94, 98, 99, 100, 103, 101, 102, 107, 108, 109, 110, 111, 116, 117, 118, 119, 123, 124, 125, 129, 130, 131, 132, 136, 137, 138, 142, 143, 144, 145, 149, 150, 151, 152, 156, 157, 158, 161, 159, 160, 165, 166, 167, 168, 169, 173, 174, 175, 178, 179, 180, 184, 185, 186, 192, 193, 194, 199, 200, 201, 206, 207, 208, 212, 213, 214, 219, 220, 221, 222, 227, 228, 229, 230 ]
odata-v4.0-wd04-part1-protocol-2013-09-27.docx
task-1603-64
66
[ [ 294, 96, 553, 127 ], [ 117, 141, 145, 158 ], [ 150, 141, 213, 158 ], [ 218, 141, 294, 158 ], [ 299, 141, 334, 158 ], [ 339, 141, 407, 158 ], [ 411, 141, 425, 158 ], [ 429, 141, 452, 158 ], [ 457, 141, 506, 158 ], [ 511, 141, 558, 158 ], [ 563, 141, 633, 158 ], [ 637, 141, 716, 158 ], [ 721, 141, 766, 158 ], [ 771, 141, 793, 158 ], [ 798, 141, 856, 158 ], [ 860, 141, 874, 158 ], [ 117, 155, 143, 173 ], [ 147, 155, 237, 173 ], [ 241, 155, 269, 173 ], [ 273, 155, 305, 173 ], [ 310, 155, 402, 173 ], [ 407, 155, 430, 173 ], [ 435, 155, 501, 173 ], [ 506, 155, 615, 173 ], [ 176, 175, 232, 192 ], [ 237, 175, 293, 192 ], [ 298, 175, 326, 192 ], [ 330, 175, 433, 192 ], [ 538, 175, 601, 192 ], [ 605, 175, 666, 192 ], [ 671, 175, 750, 192 ], [ 176, 189, 205, 207 ], [ 210, 189, 282, 207 ], [ 287, 189, 387, 207 ], [ 391, 189, 468, 207 ], [ 538, 189, 572, 207 ], [ 577, 189, 658, 207 ], [ 662, 189, 739, 207 ], [ 176, 204, 201, 221 ], [ 206, 204, 265, 221 ], [ 269, 204, 305, 221 ], [ 309, 204, 340, 221 ], [ 538, 204, 566, 221 ], [ 607, 204, 642, 221 ], [ 647, 204, 678, 221 ], [ 176, 218, 212, 236 ], [ 217, 218, 286, 236 ], [ 290, 218, 361, 236 ], [ 366, 218, 436, 236 ], [ 538, 218, 581, 236 ], [ 585, 218, 635, 236 ], [ 640, 218, 680, 236 ], [ 176, 233, 238, 250 ], [ 242, 233, 294, 250 ], [ 298, 233, 337, 250 ], [ 341, 233, 370, 250 ], [ 538, 233, 599, 250 ], [ 603, 233, 661, 250 ], [ 666, 233, 704, 250 ], [ 709, 233, 738, 250 ], [ 176, 247, 237, 265 ], [ 241, 247, 294, 265 ], [ 299, 247, 388, 265 ], [ 538, 247, 587, 265 ], [ 592, 247, 643, 265 ], [ 648, 247, 686, 265 ], [ 690, 247, 719, 265 ], [ 176, 262, 229, 279 ], [ 233, 262, 274, 279 ], [ 279, 262, 369, 279 ], [ 374, 262, 406, 279 ], [ 538, 262, 577, 279 ], [ 582, 262, 644, 279 ], [ 649, 262, 691, 279 ], [ 212, 276, 259, 294 ], [ 263, 276, 343, 294 ], [ 538, 276, 571, 294 ], [ 575, 276, 620, 294 ], [ 624, 276, 652, 294 ], [ 657, 276, 759, 294 ], [ 176, 291, 231, 308 ], [ 236, 291, 314, 308 ], [ 318, 291, 361, 308 ], [ 366, 291, 379, 308 ], [ 384, 291, 449, 308 ], [ 538, 291, 584, 308 ], [ 589, 291, 645, 308 ], [ 650, 291, 690, 308 ], [ 176, 305, 218, 323 ], [ 222, 305, 270, 323 ], [ 275, 305, 352, 323 ], [ 538, 305, 651, 323 ], [ 656, 305, 716, 323 ], [ 720, 305, 749, 323 ], [ 753, 305, 856, 323 ], [ 176, 320, 208, 337 ], [ 212, 320, 266, 337 ], [ 270, 320, 360, 337 ], [ 538, 320, 566, 337 ], [ 571, 320, 629, 337 ], [ 633, 320, 697, 337 ], [ 715, 320, 805, 337 ], [ 809, 320, 843, 337 ], [ 701, 322, 710, 336 ], [ 176, 334, 219, 352 ], [ 223, 334, 267, 352 ], [ 271, 334, 332, 352 ], [ 538, 334, 565, 352 ], [ 570, 334, 610, 352 ], [ 614, 334, 666, 352 ], [ 671, 334, 738, 352 ], [ 742, 334, 829, 352 ], [ 176, 349, 204, 366 ], [ 209, 349, 227, 366 ], [ 231, 349, 279, 366 ], [ 283, 349, 326, 366 ], [ 538, 349, 572, 366 ], [ 576, 349, 633, 366 ], [ 638, 349, 666, 366 ], [ 670, 349, 773, 366 ], [ 212, 364, 267, 381 ], [ 271, 364, 314, 381 ], [ 318, 364, 386, 381 ], [ 538, 364, 572, 381 ], [ 576, 364, 631, 381 ], [ 678, 364, 748, 381 ], [ 176, 378, 223, 395 ], [ 228, 378, 271, 395 ], [ 276, 378, 356, 395 ], [ 538, 378, 597, 395 ], [ 602, 378, 648, 395 ], [ 652, 378, 750, 395 ], [ 755, 378, 788, 395 ], [ 176, 393, 226, 410 ], [ 230, 393, 292, 410 ], [ 297, 393, 377, 410 ], [ 538, 393, 594, 410 ], [ 599, 393, 641, 410 ], [ 645, 393, 725, 410 ], [ 176, 407, 231, 424 ], [ 236, 407, 309, 424 ], [ 314, 407, 354, 424 ], [ 538, 407, 588, 424 ], [ 592, 407, 653, 424 ], [ 658, 407, 700, 424 ], [ 705, 407, 773, 424 ], [ 176, 422, 210, 439 ], [ 215, 422, 265, 439 ], [ 269, 422, 330, 439 ], [ 538, 422, 588, 439 ], [ 592, 422, 624, 439 ], [ 629, 422, 667, 439 ], [ 671, 422, 700, 439 ], [ 176, 436, 227, 453 ], [ 231, 436, 296, 453 ], [ 300, 436, 343, 453 ], [ 538, 436, 588, 453 ], [ 592, 436, 651, 453 ], [ 655, 436, 719, 453 ], [ 737, 436, 827, 453 ], [ 831, 436, 865, 453 ], [ 723, 438, 732, 452 ], [ 176, 451, 231, 468 ], [ 236, 451, 281, 468 ], [ 286, 451, 363, 468 ], [ 538, 451, 565, 468 ], [ 570, 451, 610, 468 ], [ 614, 451, 666, 468 ], [ 671, 451, 738, 468 ], [ 742, 451, 829, 468 ], [ 176, 465, 231, 483 ], [ 236, 465, 306, 483 ], [ 310, 465, 369, 483 ], [ 538, 465, 594, 483 ], [ 599, 465, 639, 483 ], [ 643, 465, 720, 483 ], [ 212, 480, 256, 497 ], [ 260, 480, 300, 497 ], [ 538, 480, 587, 497 ], [ 592, 480, 656, 497 ], [ 661, 480, 734, 497 ], [ 176, 494, 213, 512 ], [ 218, 494, 249, 512 ], [ 253, 494, 333, 512 ], [ 538, 494, 608, 512 ], [ 612, 494, 700, 512 ], [ 704, 494, 763, 512 ], [ 176, 509, 212, 526 ], [ 217, 509, 265, 526 ], [ 269, 509, 305, 526 ], [ 309, 509, 337, 526 ], [ 342, 509, 445, 526 ], [ 538, 509, 586, 526 ], [ 591, 509, 627, 526 ], [ 631, 509, 671, 526 ], [ 176, 523, 205, 541 ], [ 210, 523, 252, 541 ], [ 257, 523, 295, 541 ], [ 299, 523, 328, 541 ], [ 538, 523, 587, 541 ], [ 592, 523, 638, 541 ], [ 684, 523, 754, 541 ], [ 176, 538, 234, 555 ], [ 239, 538, 282, 555 ], [ 287, 538, 325, 555 ], [ 329, 538, 358, 555 ], [ 538, 538, 573, 555 ], [ 578, 538, 631, 555 ], [ 635, 538, 715, 555 ], [ 176, 552, 225, 570 ], [ 234, 552, 293, 570 ], [ 298, 552, 337, 570 ], [ 538, 552, 573, 570 ], [ 578, 552, 631, 570 ], [ 636, 552, 716, 570 ], [ 176, 567, 210, 584 ], [ 215, 567, 270, 584 ], [ 275, 567, 313, 584 ], [ 318, 567, 347, 584 ], [ 538, 567, 622, 584 ], [ 627, 567, 693, 584 ], [ 698, 567, 776, 584 ], [ 780, 567, 812, 584 ], [ 176, 581, 213, 599 ], [ 218, 581, 268, 599 ], [ 272, 581, 310, 599 ], [ 315, 581, 344, 599 ], [ 538, 581, 583, 599 ], [ 588, 581, 657, 599 ], [ 661, 581, 700, 599 ], [ 704, 581, 733, 599 ] ]
[ [ 294, 96, 553, 127 ], [ 117, 141, 145, 158 ], [ 150, 141, 213, 158 ], [ 218, 141, 294, 158 ], [ 299, 141, 334, 158 ], [ 339, 141, 407, 158 ], [ 411, 141, 425, 158 ], [ 429, 141, 452, 158 ], [ 457, 141, 506, 158 ], [ 511, 141, 558, 158 ], [ 563, 141, 633, 158 ], [ 637, 141, 716, 158 ], [ 721, 141, 766, 158 ], [ 771, 141, 793, 158 ], [ 798, 141, 856, 158 ], [ 860, 141, 874, 158 ], [ 117, 155, 143, 173 ], [ 147, 155, 237, 173 ], [ 241, 155, 269, 173 ], [ 273, 155, 305, 173 ], [ 310, 155, 402, 173 ], [ 407, 155, 430, 173 ], [ 435, 155, 501, 173 ], [ 506, 155, 615, 173 ], [ 176, 175, 232, 192 ], [ 237, 175, 293, 192 ], [ 298, 175, 326, 192 ], [ 330, 175, 433, 192 ], [ 176, 189, 205, 207 ], [ 210, 189, 282, 207 ], [ 287, 189, 387, 207 ], [ 391, 189, 468, 207 ], [ 176, 204, 201, 221 ], [ 206, 204, 265, 221 ], [ 269, 204, 305, 221 ], [ 309, 204, 340, 221 ], [ 176, 218, 212, 236 ], [ 217, 218, 286, 236 ], [ 290, 218, 361, 236 ], [ 366, 218, 436, 236 ], [ 176, 233, 238, 250 ], [ 242, 233, 294, 250 ], [ 298, 233, 337, 250 ], [ 341, 233, 370, 250 ], [ 176, 247, 237, 265 ], [ 241, 247, 294, 265 ], [ 299, 247, 388, 265 ], [ 176, 262, 229, 279 ], [ 233, 262, 274, 279 ], [ 279, 262, 369, 279 ], [ 374, 262, 406, 279 ], [ 212, 276, 259, 294 ], [ 263, 276, 343, 294 ], [ 176, 291, 231, 308 ], [ 236, 291, 314, 308 ], [ 318, 291, 361, 308 ], [ 366, 291, 379, 308 ], [ 384, 291, 449, 308 ], [ 176, 305, 218, 323 ], [ 222, 305, 270, 323 ], [ 275, 305, 352, 323 ], [ 176, 320, 208, 337 ], [ 212, 320, 266, 337 ], [ 270, 320, 360, 337 ], [ 176, 334, 219, 352 ], [ 223, 334, 267, 352 ], [ 271, 334, 332, 352 ], [ 176, 349, 204, 366 ], [ 209, 349, 227, 366 ], [ 231, 349, 279, 366 ], [ 283, 349, 326, 366 ], [ 212, 364, 267, 381 ], [ 271, 364, 314, 381 ], [ 318, 364, 386, 381 ], [ 176, 378, 223, 395 ], [ 228, 378, 271, 395 ], [ 276, 378, 356, 395 ], [ 176, 393, 226, 410 ], [ 230, 393, 292, 410 ], [ 297, 393, 377, 410 ], [ 176, 407, 231, 424 ], [ 236, 407, 309, 424 ], [ 314, 407, 354, 424 ], [ 176, 422, 210, 439 ], [ 215, 422, 265, 439 ], [ 269, 422, 330, 439 ], [ 176, 436, 227, 453 ], [ 231, 436, 296, 453 ], [ 300, 436, 343, 453 ], [ 176, 451, 231, 468 ], [ 236, 451, 281, 468 ], [ 286, 451, 363, 468 ], [ 176, 465, 231, 483 ], [ 236, 465, 306, 483 ], [ 310, 465, 369, 483 ], [ 212, 480, 256, 497 ], [ 260, 480, 300, 497 ], [ 176, 494, 213, 512 ], [ 218, 494, 249, 512 ], [ 253, 494, 333, 512 ], [ 176, 509, 212, 526 ], [ 217, 509, 265, 526 ], [ 269, 509, 305, 526 ], [ 309, 509, 337, 526 ], [ 342, 509, 445, 526 ], [ 176, 523, 205, 541 ], [ 210, 523, 252, 541 ], [ 257, 523, 295, 541 ], [ 299, 523, 328, 541 ], [ 176, 538, 234, 555 ], [ 239, 538, 282, 555 ], [ 287, 538, 325, 555 ], [ 329, 538, 358, 555 ], [ 176, 552, 225, 570 ], [ 234, 552, 293, 570 ], [ 298, 552, 337, 570 ], [ 176, 567, 210, 584 ], [ 215, 567, 270, 584 ], [ 275, 567, 313, 584 ], [ 318, 567, 347, 584 ], [ 176, 581, 213, 599 ], [ 218, 581, 268, 599 ], [ 272, 581, 310, 599 ], [ 315, 581, 344, 599 ], [ 538, 175, 601, 192 ], [ 605, 175, 666, 192 ], [ 671, 175, 750, 192 ], [ 538, 189, 572, 207 ], [ 577, 189, 658, 207 ], [ 662, 189, 739, 207 ], [ 538, 204, 566, 221 ], [ 607, 204, 642, 221 ], [ 647, 204, 678, 221 ], [ 538, 218, 581, 236 ], [ 585, 218, 635, 236 ], [ 640, 218, 680, 236 ], [ 538, 233, 599, 250 ], [ 603, 233, 661, 250 ], [ 666, 233, 704, 250 ], [ 709, 233, 738, 250 ], [ 538, 247, 587, 265 ], [ 592, 247, 643, 265 ], [ 648, 247, 686, 265 ], [ 690, 247, 719, 265 ], [ 538, 262, 577, 279 ], [ 582, 262, 644, 279 ], [ 649, 262, 691, 279 ], [ 538, 276, 571, 294 ], [ 575, 276, 620, 294 ], [ 624, 276, 652, 294 ], [ 657, 276, 759, 294 ], [ 538, 291, 584, 308 ], [ 589, 291, 645, 308 ], [ 650, 291, 690, 308 ], [ 538, 305, 651, 323 ], [ 656, 305, 716, 323 ], [ 720, 305, 749, 323 ], [ 753, 305, 856, 323 ], [ 538, 320, 566, 337 ], [ 571, 320, 629, 337 ], [ 633, 320, 697, 337 ], [ 701, 322, 710, 336 ], [ 715, 320, 805, 337 ], [ 809, 320, 843, 337 ], [ 538, 334, 565, 352 ], [ 570, 334, 610, 352 ], [ 614, 334, 666, 352 ], [ 671, 334, 738, 352 ], [ 742, 334, 829, 352 ], [ 538, 349, 572, 366 ], [ 576, 349, 633, 366 ], [ 638, 349, 666, 366 ], [ 670, 349, 773, 366 ], [ 538, 364, 572, 381 ], [ 576, 364, 631, 381 ], [ 678, 364, 748, 381 ], [ 538, 378, 597, 395 ], [ 602, 378, 648, 395 ], [ 652, 378, 750, 395 ], [ 755, 378, 788, 395 ], [ 538, 393, 594, 410 ], [ 599, 393, 641, 410 ], [ 645, 393, 725, 410 ], [ 538, 407, 588, 424 ], [ 592, 407, 653, 424 ], [ 658, 407, 700, 424 ], [ 705, 407, 773, 424 ], [ 538, 422, 588, 439 ], [ 592, 422, 624, 439 ], [ 629, 422, 667, 439 ], [ 671, 422, 700, 439 ], [ 538, 436, 588, 453 ], [ 592, 436, 651, 453 ], [ 655, 436, 719, 453 ], [ 723, 438, 732, 452 ], [ 737, 436, 827, 453 ], [ 831, 436, 865, 453 ], [ 538, 451, 565, 468 ], [ 570, 451, 610, 468 ], [ 614, 451, 666, 468 ], [ 671, 451, 738, 468 ], [ 742, 451, 829, 468 ], [ 538, 465, 594, 483 ], [ 599, 465, 639, 483 ], [ 643, 465, 720, 483 ], [ 538, 480, 587, 497 ], [ 592, 480, 656, 497 ], [ 661, 480, 734, 497 ], [ 538, 494, 608, 512 ], [ 612, 494, 700, 512 ], [ 704, 494, 763, 512 ], [ 538, 509, 586, 526 ], [ 591, 509, 627, 526 ], [ 631, 509, 671, 526 ], [ 538, 523, 587, 541 ], [ 592, 523, 638, 541 ], [ 684, 523, 754, 541 ], [ 538, 538, 573, 555 ], [ 578, 538, 631, 555 ], [ 635, 538, 715, 555 ], [ 538, 552, 573, 570 ], [ 578, 552, 631, 570 ], [ 636, 552, 716, 570 ], [ 538, 567, 622, 584 ], [ 627, 567, 693, 584 ], [ 698, 567, 776, 584 ], [ 780, 567, 812, 584 ], [ 538, 581, 583, 599 ], [ 588, 581, 657, 599 ], [ 661, 581, 700, 599 ], [ 704, 581, 733, 599 ] ]
"@Org.OData.Measures.V1.ISOCurrency":{ "@odata.path":"Currency" } Collection Expressions The dynamic expression edm:Collection is represented as a JSON array. Its items are representations of its child expressions according to the rules in this specification. Record Expressions The dynamic expression edm:Record is represented as a JSON object. The Type attribute of the edm:Record expression is represented as an @odata.type annotation. Each edm:PropertyValue child element is represented as a name/value pair with the value of the Property attribute as name. Its value expression is represented according to the rules in this specification. Example 48: annotation with edm:Record dynamic expression, one Boolean edm:PropertyValue and one with an edm:Collection value "@Capabilities.UpdateRestrictions":{ "Updatable":true, "NonUpdatableNavigationProperties":[ { "@odata.avigationPropertyPath" :"Supplier" }, { "@odata.avigationPropertyPath" :"Category" } ] } Comparison and Logical Operators and If Expression The dynamic expression edm:If and the logical expressions edm:Eq, edm:Ne, edm:Ge, edm:Gt, edm:Le, edm:Lt, edm:And, and edm:Or are represented are represented as JSON object with pair @odata. value is a JSON array with items that are representations of the child expressions according to the rules in this . Example 49: edm:If expression using an edm:Path expression as its condition and evaluating to one of two edm:String expressions "@org.example.display.DisplayName":{ "@odata." :[ { "@odata.ath" :"IsFemale" }, "Female",
"@Org.OData.Measures.V1.ISOCurrency":{ "@odata.path":"Currency" } Collection Expressions The dynamic expression edm:Collection is represented as a JSON array. Its items are representations of its child expressions according to the rules in this specification. Record Expressions The dynamic expression edm:Record is represented as a JSON object. The Type attribute of the edm:Record expression is represented as an @odata.type annotation. Each edm:PropertyValue child element is represented as a name/value pair with the value of the Property attribute as name. Its value expression is represented according to the rules in this specification. Example 48: annotation with edm:Record dynamic expression, one Boolean edm:PropertyValue and one with an edm:Collection value "@Capabilities.UpdateRestrictions":{ "Updatable":true, "NonUpdatableNavigationProperties":[ { "@odata.avigationPropertyPath" :"Supplier" }, { "@odata.avigationPropertyPath" :"Category" } ] } Comparison and Logical Operators and If Expression The dynamic expression edm:If and the logical expressions edm:Eq, edm:Ne, edm:Ge, edm:Gt, edm:Le, edm:Lt, edm:And, and edm:Or are represented are represented as JSON object with pair @odata. value is a JSON array with items that are representations of the child expressions according to the rules in this . Example 49: edm:If expression using an edm:Path expression as its condition and evaluating to one of two edm:String expressions "@org.example.display.DisplayName":{ "@odata." :[ { "@odata.ath" :"IsFemale" }, "Female",
1
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196 ]
odata-json-csdl-v4.0-wd01-2015-11-13.docx
task-1603-7
24
[ [ 152, 205, 488, 219 ], [ 170, 218, 382, 232 ], [ 152, 231, 161, 245 ], [ 182, 262, 277, 283 ], [ 283, 262, 399, 283 ], [ 117, 288, 145, 305 ], [ 150, 288, 211, 305 ], [ 215, 288, 294, 305 ], [ 299, 288, 407, 305 ], [ 411, 288, 423, 305 ], [ 428, 288, 515, 305 ], [ 519, 288, 537, 305 ], [ 541, 288, 550, 305 ], [ 555, 288, 598, 305 ], [ 603, 288, 644, 305 ], [ 649, 288, 666, 305 ], [ 671, 288, 710, 305 ], [ 714, 288, 738, 305 ], [ 742, 288, 855, 305 ], [ 860, 288, 873, 305 ], [ 117, 302, 133, 320 ], [ 138, 302, 172, 320 ], [ 176, 302, 263, 320 ], [ 268, 302, 339, 320 ], [ 343, 302, 357, 320 ], [ 361, 302, 384, 320 ], [ 389, 302, 424, 320 ], [ 428, 302, 441, 320 ], [ 446, 302, 471, 320 ], [ 476, 302, 570, 320 ], [ 182, 332, 250, 353 ], [ 255, 332, 372, 353 ], [ 117, 357, 145, 374 ], [ 150, 357, 211, 374 ], [ 215, 357, 294, 374 ], [ 299, 357, 388, 374 ], [ 392, 357, 404, 374 ], [ 409, 357, 496, 374 ], [ 500, 357, 517, 374 ], [ 522, 357, 531, 374 ], [ 536, 357, 579, 374 ], [ 584, 357, 632, 374 ], [ 636, 357, 664, 374 ], [ 669, 357, 705, 374 ], [ 710, 357, 769, 374 ], [ 773, 357, 787, 374 ], [ 791, 357, 814, 374 ], [ 117, 371, 206, 389 ], [ 211, 371, 290, 389 ], [ 294, 371, 306, 389 ], [ 310, 371, 398, 389 ], [ 402, 371, 419, 389 ], [ 424, 371, 442, 389 ], [ 447, 371, 540, 389 ], [ 544, 371, 625, 389 ], [ 629, 371, 667, 389 ], [ 671, 371, 811, 389 ], [ 815, 371, 849, 389 ], [ 117, 386, 175, 403 ], [ 180, 386, 192, 403 ], [ 196, 386, 283, 403 ], [ 288, 386, 305, 403 ], [ 310, 386, 319, 403 ], [ 323, 386, 408, 403 ], [ 412, 386, 439, 403 ], [ 444, 386, 473, 403 ], [ 477, 386, 500, 403 ], [ 505, 386, 544, 403 ], [ 548, 386, 562, 403 ], [ 566, 386, 589, 403 ], [ 594, 386, 655, 403 ], [ 660, 386, 719, 403 ], [ 723, 386, 741, 403 ], [ 745, 386, 791, 403 ], [ 795, 386, 812, 403 ], [ 817, 386, 856, 403 ], [ 117, 400, 196, 418 ], [ 201, 400, 212, 418 ], [ 217, 400, 304, 418 ], [ 309, 400, 380, 418 ], [ 384, 400, 398, 418 ], [ 402, 400, 425, 418 ], [ 429, 400, 465, 418 ], [ 469, 400, 482, 418 ], [ 487, 400, 512, 418 ], [ 517, 400, 611, 418 ], [ 152, 442, 209, 458 ], [ 213, 442, 234, 458 ], [ 238, 442, 306, 458 ], [ 310, 442, 336, 458 ], [ 341, 442, 421, 458 ], [ 425, 442, 479, 458 ], [ 484, 442, 559, 458 ], [ 563, 442, 587, 458 ], [ 591, 442, 645, 458 ], [ 649, 442, 775, 458 ], [ 779, 442, 804, 458 ], [ 808, 442, 832, 458 ], [ 836, 442, 863, 458 ], [ 152, 455, 168, 471 ], [ 172, 455, 270, 471 ], [ 274, 455, 309, 471 ], [ 152, 481, 470, 495 ], [ 170, 494, 320, 508 ], [ 170, 507, 488, 521 ], [ 188, 519, 197, 534 ], [ 205, 532, 470, 547 ], [ 152, 545, 250, 559 ], [ 188, 558, 205, 572 ], [ 188, 571, 197, 585 ], [ 205, 584, 470, 598 ], [ 152, 597, 250, 611 ], [ 188, 610, 197, 624 ], [ 170, 622, 179, 637 ], [ 152, 635, 161, 650 ], [ 182, 667, 297, 688 ], [ 302, 667, 337, 688 ], [ 342, 667, 411, 688 ], [ 416, 667, 510, 688 ], [ 516, 667, 550, 688 ], [ 556, 667, 568, 688 ], [ 573, 667, 679, 688 ], [ 117, 692, 145, 710 ], [ 150, 692, 211, 710 ], [ 215, 692, 294, 710 ], [ 299, 692, 344, 710 ], [ 349, 692, 376, 710 ], [ 380, 692, 403, 710 ], [ 408, 692, 454, 710 ], [ 458, 692, 546, 710 ], [ 550, 692, 611, 710 ], [ 615, 692, 677, 710 ], [ 682, 692, 744, 710 ], [ 749, 692, 807, 710 ], [ 811, 692, 870, 710 ], [ 117, 707, 172, 724 ], [ 176, 707, 246, 724 ], [ 251, 707, 278, 724 ], [ 282, 707, 337, 724 ], [ 341, 707, 365, 724 ], [ 369, 707, 457, 724 ], [ 461, 707, 485, 724 ], [ 489, 707, 576, 724 ], [ 581, 707, 598, 724 ], [ 603, 707, 646, 724 ], [ 651, 707, 694, 724 ], [ 699, 707, 728, 724 ], [ 809, 707, 836, 724 ], [ 117, 721, 179, 739 ], [ 188, 721, 227, 739 ], [ 232, 721, 244, 739 ], [ 248, 721, 257, 739 ], [ 262, 721, 305, 739 ], [ 310, 721, 347, 739 ], [ 352, 721, 381, 739 ], [ 385, 721, 424, 739 ], [ 429, 721, 456, 739 ], [ 460, 721, 484, 739 ], [ 489, 721, 601, 739 ], [ 606, 721, 619, 739 ], [ 624, 721, 646, 739 ], [ 651, 721, 685, 739 ], [ 689, 721, 776, 739 ], [ 781, 721, 852, 739 ], [ 856, 721, 870, 739 ], [ 117, 736, 140, 753 ], [ 144, 736, 180, 753 ], [ 184, 736, 197, 753 ], [ 202, 736, 227, 753 ], [ 231, 736, 236, 753 ], [ 152, 778, 209, 793 ], [ 213, 778, 234, 793 ], [ 238, 778, 278, 793 ], [ 283, 778, 354, 793 ], [ 358, 778, 393, 793 ], [ 397, 778, 413, 793 ], [ 417, 778, 480, 793 ], [ 484, 778, 555, 793 ], [ 560, 778, 575, 793 ], [ 579, 778, 594, 793 ], [ 598, 778, 657, 793 ], [ 661, 778, 685, 793 ], [ 689, 778, 756, 793 ], [ 760, 778, 773, 793 ], [ 777, 778, 801, 793 ], [ 805, 778, 818, 793 ], [ 822, 778, 845, 793 ], [ 152, 791, 223, 806 ], [ 227, 791, 305, 806 ], [ 152, 816, 470, 830 ], [ 170, 829, 250, 843 ], [ 152, 842, 170, 856 ], [ 188, 855, 197, 869 ], [ 205, 868, 311, 882 ], [ 152, 880, 250, 895 ], [ 188, 893, 205, 908 ], [ 188, 906, 267, 920 ] ]
[ [ 152, 205, 488, 219 ], [ 170, 218, 382, 232 ], [ 152, 231, 161, 245 ], [ 182, 262, 277, 283 ], [ 283, 262, 399, 283 ], [ 117, 288, 145, 305 ], [ 150, 288, 211, 305 ], [ 215, 288, 294, 305 ], [ 299, 288, 407, 305 ], [ 411, 288, 423, 305 ], [ 428, 288, 515, 305 ], [ 519, 288, 537, 305 ], [ 541, 288, 550, 305 ], [ 555, 288, 598, 305 ], [ 603, 288, 644, 305 ], [ 649, 288, 666, 305 ], [ 671, 288, 710, 305 ], [ 714, 288, 738, 305 ], [ 742, 288, 855, 305 ], [ 860, 288, 873, 305 ], [ 117, 302, 133, 320 ], [ 138, 302, 172, 320 ], [ 176, 302, 263, 320 ], [ 268, 302, 339, 320 ], [ 343, 302, 357, 320 ], [ 361, 302, 384, 320 ], [ 389, 302, 424, 320 ], [ 428, 302, 441, 320 ], [ 446, 302, 471, 320 ], [ 476, 302, 570, 320 ], [ 182, 332, 250, 353 ], [ 255, 332, 372, 353 ], [ 117, 357, 145, 374 ], [ 150, 357, 211, 374 ], [ 215, 357, 294, 374 ], [ 299, 357, 388, 374 ], [ 392, 357, 404, 374 ], [ 409, 357, 496, 374 ], [ 500, 357, 517, 374 ], [ 522, 357, 531, 374 ], [ 536, 357, 579, 374 ], [ 584, 357, 632, 374 ], [ 636, 357, 664, 374 ], [ 669, 357, 705, 374 ], [ 710, 357, 769, 374 ], [ 773, 357, 787, 374 ], [ 791, 357, 814, 374 ], [ 117, 371, 206, 389 ], [ 211, 371, 290, 389 ], [ 294, 371, 306, 389 ], [ 310, 371, 398, 389 ], [ 402, 371, 419, 389 ], [ 424, 371, 442, 389 ], [ 447, 371, 540, 389 ], [ 544, 371, 625, 389 ], [ 629, 371, 667, 389 ], [ 671, 371, 811, 389 ], [ 815, 371, 849, 389 ], [ 117, 386, 175, 403 ], [ 180, 386, 192, 403 ], [ 196, 386, 283, 403 ], [ 288, 386, 305, 403 ], [ 310, 386, 319, 403 ], [ 323, 386, 408, 403 ], [ 412, 386, 439, 403 ], [ 444, 386, 473, 403 ], [ 477, 386, 500, 403 ], [ 505, 386, 544, 403 ], [ 548, 386, 562, 403 ], [ 566, 386, 589, 403 ], [ 594, 386, 655, 403 ], [ 660, 386, 719, 403 ], [ 723, 386, 741, 403 ], [ 745, 386, 791, 403 ], [ 795, 386, 812, 403 ], [ 817, 386, 856, 403 ], [ 117, 400, 196, 418 ], [ 201, 400, 212, 418 ], [ 217, 400, 304, 418 ], [ 309, 400, 380, 418 ], [ 384, 400, 398, 418 ], [ 402, 400, 425, 418 ], [ 429, 400, 465, 418 ], [ 469, 400, 482, 418 ], [ 487, 400, 512, 418 ], [ 517, 400, 611, 418 ], [ 152, 442, 209, 458 ], [ 213, 442, 234, 458 ], [ 238, 442, 306, 458 ], [ 310, 442, 336, 458 ], [ 341, 442, 421, 458 ], [ 425, 442, 479, 458 ], [ 484, 442, 559, 458 ], [ 563, 442, 587, 458 ], [ 591, 442, 645, 458 ], [ 649, 442, 775, 458 ], [ 779, 442, 804, 458 ], [ 808, 442, 832, 458 ], [ 836, 442, 863, 458 ], [ 152, 455, 168, 471 ], [ 172, 455, 270, 471 ], [ 274, 455, 309, 471 ], [ 152, 481, 470, 495 ], [ 170, 494, 320, 508 ], [ 170, 507, 488, 521 ], [ 188, 519, 197, 534 ], [ 205, 532, 470, 547 ], [ 152, 545, 250, 559 ], [ 188, 558, 205, 572 ], [ 188, 571, 197, 585 ], [ 205, 584, 470, 598 ], [ 152, 597, 250, 611 ], [ 188, 610, 197, 624 ], [ 170, 622, 179, 637 ], [ 152, 635, 161, 650 ], [ 182, 667, 297, 688 ], [ 302, 667, 337, 688 ], [ 342, 667, 411, 688 ], [ 416, 667, 510, 688 ], [ 516, 667, 550, 688 ], [ 556, 667, 568, 688 ], [ 573, 667, 679, 688 ], [ 117, 692, 145, 710 ], [ 150, 692, 211, 710 ], [ 215, 692, 294, 710 ], [ 299, 692, 344, 710 ], [ 349, 692, 376, 710 ], [ 380, 692, 403, 710 ], [ 408, 692, 454, 710 ], [ 458, 692, 546, 710 ], [ 550, 692, 611, 710 ], [ 615, 692, 677, 710 ], [ 682, 692, 744, 710 ], [ 749, 692, 807, 710 ], [ 811, 692, 870, 710 ], [ 117, 707, 172, 724 ], [ 176, 707, 246, 724 ], [ 251, 707, 278, 724 ], [ 282, 707, 337, 724 ], [ 341, 707, 365, 724 ], [ 369, 707, 457, 724 ], [ 461, 707, 485, 724 ], [ 489, 707, 576, 724 ], [ 581, 707, 598, 724 ], [ 603, 707, 646, 724 ], [ 651, 707, 694, 724 ], [ 699, 707, 728, 724 ], [ 809, 707, 836, 724 ], [ 117, 721, 179, 739 ], [ 188, 721, 227, 739 ], [ 232, 721, 244, 739 ], [ 248, 721, 257, 739 ], [ 262, 721, 305, 739 ], [ 310, 721, 347, 739 ], [ 352, 721, 381, 739 ], [ 385, 721, 424, 739 ], [ 429, 721, 456, 739 ], [ 460, 721, 484, 739 ], [ 489, 721, 601, 739 ], [ 606, 721, 619, 739 ], [ 624, 721, 646, 739 ], [ 651, 721, 685, 739 ], [ 689, 721, 776, 739 ], [ 781, 721, 852, 739 ], [ 856, 721, 870, 739 ], [ 117, 736, 140, 753 ], [ 144, 736, 180, 753 ], [ 184, 736, 197, 753 ], [ 202, 736, 227, 753 ], [ 231, 736, 236, 753 ], [ 152, 778, 209, 793 ], [ 213, 778, 234, 793 ], [ 238, 778, 278, 793 ], [ 283, 778, 354, 793 ], [ 358, 778, 393, 793 ], [ 397, 778, 413, 793 ], [ 417, 778, 480, 793 ], [ 484, 778, 555, 793 ], [ 560, 778, 575, 793 ], [ 579, 778, 594, 793 ], [ 598, 778, 657, 793 ], [ 661, 778, 685, 793 ], [ 689, 778, 756, 793 ], [ 760, 778, 773, 793 ], [ 777, 778, 801, 793 ], [ 805, 778, 818, 793 ], [ 822, 778, 845, 793 ], [ 152, 791, 223, 806 ], [ 227, 791, 305, 806 ], [ 152, 816, 470, 830 ], [ 170, 829, 250, 843 ], [ 152, 842, 170, 856 ], [ 188, 855, 197, 869 ], [ 205, 868, 311, 882 ], [ 152, 880, 250, 895 ], [ 188, 893, 205, 908 ], [ 188, 906, 267, 920 ] ]
"format":"decimal", "multipleOf":1, "@odata.ath" :"Currency" } }, "Currency":{ "type":[ "string", "null" ], "maxLength":3 }, "Category":{ "anyOf":[ { "$ref":"#/definitions/ODataDemo.Category" } ], "relationship":{ "partner":"Products" } }, "Supplier":{ "anyOf":[ { "$ref":"#/definitions/ODataDemo.Supplier" }, { "type":"null" } ], "relationship":{ "partner":"Products" } } } }, "ODataDemo.Category":{ "type":"object", "keys":[ "ID" ], "properties":{ "ID":{ "type":"integer", "format":"int32" }, "Name":{ "type":"string", "@Core.IsLanguageDependent":true }, "Products":{ "items":{ "$ref":"#/definitions/ODataDemo.Product" }, "relationship":{ "partner":"Category", "onDelete":{ "action":"Cascade"
"format":"decimal", "multipleOf":1, "@odata.ath" :"Currency" } }, "Currency":{ "type":[ "string", "null" ], "maxLength":3 }, "Category":{ "anyOf":[ { "$ref":"#/definitions/ODataDemo.Category" } ], "relationship":{ "partner":"Products" } }, "Supplier":{ "anyOf":[ { "$ref":"#/definitions/ODataDemo.Supplier" }, { "type":"null" } ], "relationship":{ "partner":"Products" } } } }, "ODataDemo.Category":{ "type":"object", "keys":[ "ID" ], "properties":{ "ID":{ "type":"integer", "format":"int32" }, "Name":{ "type":"string", "@Core.IsLanguageDependent":true }, "Products":{ "items":{ "$ref":"#/definitions/ODataDemo.Product" }, "relationship":{ "partner":"Category", "onDelete":{ "action":"Cascade"
1
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59 ]
odata-json-csdl-v4.0-wd01-2015-11-13.docx
task-1603-7
34
[ [ 197, 89, 364, 103 ], [ 197, 102, 329, 116 ], [ 205, 128, 311, 142 ], [ 152, 141, 250, 155 ], [ 197, 154, 205, 168 ], [ 188, 167, 205, 181 ], [ 188, 179, 294, 194 ], [ 197, 192, 267, 206 ], [ 205, 205, 285, 219 ], [ 205, 218, 258, 232 ], [ 197, 231, 214, 245 ], [ 197, 244, 311, 258 ], [ 188, 257, 205, 271 ], [ 188, 269, 294, 284 ], [ 197, 282, 276, 297 ], [ 205, 295, 214, 309 ], [ 214, 308, 576, 322 ], [ 205, 321, 214, 335 ], [ 197, 334, 214, 348 ], [ 197, 347, 338, 361 ], [ 205, 360, 382, 374 ], [ 197, 372, 205, 387 ], [ 188, 385, 205, 400 ], [ 188, 398, 294, 412 ], [ 197, 411, 276, 425 ], [ 205, 424, 214, 438 ], [ 214, 437, 576, 451 ], [ 205, 450, 223, 464 ], [ 205, 463, 214, 477 ], [ 214, 475, 329, 490 ], [ 205, 488, 214, 503 ], [ 197, 501, 214, 515 ], [ 197, 514, 338, 528 ], [ 205, 527, 382, 541 ], [ 197, 540, 205, 554 ], [ 188, 553, 197, 567 ], [ 179, 566, 188, 580 ], [ 170, 578, 188, 593 ], [ 170, 591, 364, 606 ], [ 179, 604, 320, 618 ], [ 179, 617, 250, 631 ], [ 152, 643, 188, 657 ], [ 179, 669, 197, 683 ], [ 179, 681, 302, 696 ], [ 188, 694, 241, 708 ], [ 197, 707, 347, 721 ], [ 197, 720, 338, 734 ], [ 188, 733, 205, 747 ], [ 188, 746, 258, 760 ], [ 197, 759, 338, 773 ], [ 197, 772, 479, 786 ], [ 188, 784, 205, 799 ], [ 188, 797, 294, 811 ], [ 197, 823, 276, 837 ], [ 205, 836, 558, 850 ], [ 197, 849, 214, 863 ], [ 197, 862, 338, 876 ], [ 205, 875, 391, 889 ], [ 205, 887, 311, 902 ], [ 214, 900, 373, 914 ] ]
[ [ 197, 89, 364, 103 ], [ 197, 102, 329, 116 ], [ 205, 128, 311, 142 ], [ 152, 141, 250, 155 ], [ 197, 154, 205, 168 ], [ 188, 167, 205, 181 ], [ 188, 179, 294, 194 ], [ 197, 192, 267, 206 ], [ 205, 205, 285, 219 ], [ 205, 218, 258, 232 ], [ 197, 231, 214, 245 ], [ 197, 244, 311, 258 ], [ 188, 257, 205, 271 ], [ 188, 269, 294, 284 ], [ 197, 282, 276, 297 ], [ 205, 295, 214, 309 ], [ 214, 308, 576, 322 ], [ 205, 321, 214, 335 ], [ 197, 334, 214, 348 ], [ 197, 347, 338, 361 ], [ 205, 360, 382, 374 ], [ 197, 372, 205, 387 ], [ 188, 385, 205, 400 ], [ 188, 398, 294, 412 ], [ 197, 411, 276, 425 ], [ 205, 424, 214, 438 ], [ 214, 437, 576, 451 ], [ 205, 450, 223, 464 ], [ 205, 463, 214, 477 ], [ 214, 475, 329, 490 ], [ 205, 488, 214, 503 ], [ 197, 501, 214, 515 ], [ 197, 514, 338, 528 ], [ 205, 527, 382, 541 ], [ 197, 540, 205, 554 ], [ 188, 553, 197, 567 ], [ 179, 566, 188, 580 ], [ 170, 578, 188, 593 ], [ 170, 591, 364, 606 ], [ 179, 604, 320, 618 ], [ 179, 617, 250, 631 ], [ 152, 643, 188, 657 ], [ 179, 669, 197, 683 ], [ 179, 681, 302, 696 ], [ 188, 694, 241, 708 ], [ 197, 707, 347, 721 ], [ 197, 720, 338, 734 ], [ 188, 733, 205, 747 ], [ 188, 746, 258, 760 ], [ 197, 759, 338, 773 ], [ 197, 772, 479, 786 ], [ 188, 784, 205, 799 ], [ 188, 797, 294, 811 ], [ 197, 823, 276, 837 ], [ 205, 836, 558, 850 ], [ 197, 849, 214, 863 ], [ 197, 862, 338, 876 ], [ 205, 875, 391, 889 ], [ 205, 887, 311, 902 ], [ 214, 900, 373, 914 ] ]
DateTimeOffset add Duration results in a DateTimeOffset Duration add Duration results in a Duration Date add Duration results in a DateTimeOffset Subtraction The sub operator subtracts the right numeric operand from the left numeric operand. The sub operator is also valid for the following time-related operands: DateTimeOffset sub Duration results in a DateTimeOffset Duration sub Duration results in a Duration DateTimeOffset sub DateTimeOffset results in a Duration Date sub Duration results in a DateTimeOffset Date sub Date results in a Duration Negation The negation operator, represented by a minus (-) sign, changes the sign of its numeric or Duration operand. Multiplication The mul operator multiplies the left and right numeric operands. Division The div operator divides the left numeric operand by the right numeric operand. If the right operand is zero and the left operand is neither of type Edm.Single nor Edm.Double, the request fails. If the left operand is of type Edm.Single or Edm.Double, then positive div zero returns INF, negative div zero returns -INF, and zero div zero returns NaN. Modulo The mod operator returns the remainder when the left integral operand is divided by the right integral operand. If the right operand is negative, the sign of the result is the same as the sign of the left operand. If the right operand is zero, the request fails. Arithmetic Operator Examples The following examples illustrate the use and semantics of each of the Arithmetic operators. Example : all products with a Price of 2.55: http://host/service/Products?$filter=Price add 2.45 eq 5.00 Example : all products with a Price of 2.55: sub 0.55 eq 2.00 Example : all products with a Price of 2.55: mul 2.0 eq 5.10 Example : all products with a Price of 2.55: http://host/service/Products?$filter=Price div 2.55 eq 1
DateTimeOffset add Duration results in a DateTimeOffset Duration add Duration results in a Duration Date add Duration results in a DateTimeOffset Subtraction The sub operator subtracts the right numeric operand from the left numeric operand. The sub operator is also valid for the following time-related operands: DateTimeOffset sub Duration results in a DateTimeOffset Duration sub Duration results in a Duration DateTimeOffset sub DateTimeOffset results in a Duration Date sub Duration results in a DateTimeOffset Date sub Date results in a Duration Negation The negation operator, represented by a minus (-) sign, changes the sign of its numeric or Duration operand. Multiplication The mul operator multiplies the left and right numeric operands. Division The div operator divides the left numeric operand by the right numeric operand. If the right operand is zero and the left operand is neither of type Edm.Single nor Edm.Double, the request fails. If the left operand is of type Edm.Single or Edm.Double, then positive div zero returns INF, negative div zero returns -INF, and zero div zero returns NaN. Modulo The mod operator returns the remainder when the left integral operand is divided by the right integral operand. If the right operand is negative, the sign of the result is the same as the sign of the left operand. If the right operand is zero, the request fails. Arithmetic Operator Examples The following examples illustrate the use and semantics of each of the Arithmetic operators. Example : all products with a Price of 2.55: http://host/service/Products?$filter=Price add 2.45 eq 5.00 Example : all products with a Price of 2.55: sub 0.55 eq 2.00 Example : all products with a Price of 2.55: mul 2.0 eq 5.10 Example : all products with a Price of 2.55: http://host/service/Products?$filter=Price div 2.55 eq 1
1
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291 ]
odata-v4.0-wd08-part2-url-conventions-2016-02-17.docx
task-1603-73
19
[ [ 152, 89, 266, 106 ], [ 271, 89, 298, 106 ], [ 303, 89, 364, 106 ], [ 369, 89, 417, 106 ], [ 421, 89, 434, 106 ], [ 439, 89, 448, 106 ], [ 452, 89, 567, 106 ], [ 152, 108, 214, 126 ], [ 218, 108, 245, 126 ], [ 250, 108, 312, 126 ], [ 316, 108, 364, 126 ], [ 369, 108, 382, 126 ], [ 386, 108, 395, 126 ], [ 400, 108, 461, 126 ], [ 152, 128, 186, 145 ], [ 191, 128, 218, 145 ], [ 223, 128, 284, 145 ], [ 289, 128, 337, 145 ], [ 342, 128, 354, 145 ], [ 359, 128, 368, 145 ], [ 372, 128, 487, 145 ], [ 199, 157, 308, 178 ], [ 117, 182, 145, 200 ], [ 150, 182, 176, 200 ], [ 181, 182, 242, 200 ], [ 246, 182, 312, 200 ], [ 317, 182, 340, 200 ], [ 344, 182, 376, 200 ], [ 380, 182, 438, 200 ], [ 443, 182, 503, 200 ], [ 507, 182, 540, 200 ], [ 545, 182, 567, 200 ], [ 572, 182, 594, 200 ], [ 598, 182, 656, 200 ], [ 661, 182, 725, 200 ], [ 117, 202, 145, 219 ], [ 150, 202, 176, 219 ], [ 181, 202, 242, 219 ], [ 246, 202, 258, 219 ], [ 262, 202, 292, 219 ], [ 297, 202, 330, 219 ], [ 335, 202, 354, 219 ], [ 359, 202, 381, 219 ], [ 386, 202, 449, 219 ], [ 454, 202, 540, 219 ], [ 545, 202, 617, 219 ], [ 152, 222, 266, 239 ], [ 271, 222, 297, 239 ], [ 302, 222, 363, 239 ], [ 368, 222, 416, 239 ], [ 421, 222, 433, 239 ], [ 438, 222, 447, 239 ], [ 451, 222, 566, 239 ], [ 152, 241, 214, 259 ], [ 218, 241, 245, 259 ], [ 249, 241, 311, 259 ], [ 315, 241, 363, 259 ], [ 368, 241, 381, 259 ], [ 385, 241, 394, 259 ], [ 399, 241, 461, 259 ], [ 152, 261, 266, 278 ], [ 271, 261, 297, 278 ], [ 302, 261, 416, 278 ], [ 420, 261, 469, 278 ], [ 473, 261, 486, 278 ], [ 490, 261, 499, 278 ], [ 504, 261, 566, 278 ], [ 152, 280, 186, 298 ], [ 191, 280, 217, 298 ], [ 222, 280, 284, 298 ], [ 288, 280, 336, 298 ], [ 341, 280, 353, 298 ], [ 358, 280, 367, 298 ], [ 372, 280, 486, 298 ], [ 152, 300, 186, 317 ], [ 191, 300, 217, 317 ], [ 222, 300, 256, 317 ], [ 261, 300, 309, 317 ], [ 313, 300, 326, 317 ], [ 331, 300, 340, 317 ], [ 344, 300, 406, 317 ], [ 199, 329, 283, 350 ], [ 117, 355, 145, 372 ], [ 150, 355, 212, 372 ], [ 217, 355, 282, 372 ], [ 287, 355, 374, 372 ], [ 379, 355, 396, 372 ], [ 400, 355, 409, 372 ], [ 414, 355, 458, 372 ], [ 462, 355, 478, 372 ], [ 483, 355, 517, 372 ], [ 522, 355, 584, 372 ], [ 588, 355, 611, 372 ], [ 615, 355, 645, 372 ], [ 650, 355, 664, 372 ], [ 668, 355, 684, 372 ], [ 689, 355, 747, 372 ], [ 752, 355, 766, 372 ], [ 771, 355, 832, 372 ], [ 117, 369, 182, 386 ], [ 199, 398, 325, 419 ], [ 117, 424, 145, 441 ], [ 150, 424, 176, 441 ], [ 181, 424, 241, 441 ], [ 246, 424, 314, 441 ], [ 319, 424, 341, 441 ], [ 346, 424, 368, 441 ], [ 372, 424, 399, 441 ], [ 404, 424, 436, 441 ], [ 440, 424, 498, 441 ], [ 503, 424, 575, 441 ], [ 199, 453, 275, 474 ], [ 117, 478, 145, 496 ], [ 150, 478, 171, 496 ], [ 175, 478, 236, 496 ], [ 241, 478, 291, 496 ], [ 296, 478, 319, 496 ], [ 323, 478, 345, 496 ], [ 349, 478, 408, 496 ], [ 412, 478, 472, 496 ], [ 477, 478, 494, 496 ], [ 498, 478, 521, 496 ], [ 526, 478, 557, 496 ], [ 562, 478, 620, 496 ], [ 625, 478, 689, 496 ], [ 694, 478, 703, 496 ], [ 707, 478, 730, 496 ], [ 734, 478, 766, 496 ], [ 771, 478, 831, 496 ], [ 835, 478, 847, 496 ], [ 117, 493, 149, 510 ], [ 153, 493, 181, 510 ], [ 185, 493, 208, 510 ], [ 212, 493, 234, 510 ], [ 239, 493, 299, 510 ], [ 303, 493, 315, 510 ], [ 320, 493, 369, 510 ], [ 374, 493, 388, 510 ], [ 392, 493, 423, 510 ], [ 428, 493, 511, 510 ], [ 516, 493, 539, 510 ], [ 544, 493, 638, 510 ], [ 643, 493, 665, 510 ], [ 670, 493, 724, 510 ], [ 729, 493, 762, 510 ], [ 767, 493, 776, 510 ], [ 781, 493, 803, 510 ], [ 808, 493, 830, 510 ], [ 117, 507, 177, 525 ], [ 182, 507, 193, 525 ], [ 198, 507, 212, 525 ], [ 216, 507, 247, 525 ], [ 251, 507, 335, 525 ], [ 340, 507, 354, 525 ], [ 359, 507, 453, 525 ], [ 457, 507, 489, 525 ], [ 494, 507, 549, 525 ], [ 554, 507, 575, 525 ], [ 579, 507, 611, 525 ], [ 615, 507, 666, 525 ], [ 671, 507, 702, 525 ], [ 706, 507, 768, 525 ], [ 772, 507, 793, 525 ], [ 798, 507, 830, 525 ], [ 117, 522, 168, 539 ], [ 173, 522, 209, 539 ], [ 213, 522, 241, 539 ], [ 245, 522, 277, 539 ], [ 281, 522, 302, 539 ], [ 307, 522, 339, 539 ], [ 343, 522, 394, 539 ], [ 398, 522, 436, 539 ], [ 199, 551, 268, 572 ], [ 117, 577, 145, 594 ], [ 150, 577, 182, 594 ], [ 186, 577, 247, 594 ], [ 251, 577, 302, 594 ], [ 307, 577, 330, 594 ], [ 334, 577, 408, 594 ], [ 412, 577, 451, 594 ], [ 456, 577, 478, 594 ], [ 483, 577, 505, 594 ], [ 509, 577, 563, 594 ], [ 567, 577, 627, 594 ], [ 632, 577, 644, 594 ], [ 648, 577, 700, 594 ], [ 704, 577, 722, 594 ], [ 726, 577, 749, 594 ], [ 753, 577, 785, 594 ], [ 790, 577, 843, 594 ], [ 117, 591, 182, 609 ], [ 186, 591, 195, 609 ], [ 200, 591, 222, 609 ], [ 227, 591, 259, 609 ], [ 263, 591, 323, 609 ], [ 328, 591, 340, 609 ], [ 344, 591, 410, 609 ], [ 415, 591, 438, 609 ], [ 442, 591, 472, 609 ], [ 477, 591, 490, 609 ], [ 495, 591, 517, 609 ], [ 522, 591, 562, 609 ], [ 566, 591, 578, 609 ], [ 583, 591, 605, 609 ], [ 610, 591, 650, 609 ], [ 654, 591, 672, 609 ], [ 676, 591, 699, 609 ], [ 703, 591, 733, 609 ], [ 738, 591, 752, 609 ], [ 756, 591, 779, 609 ], [ 783, 591, 805, 609 ], [ 810, 591, 874, 609 ], [ 117, 606, 126, 623 ], [ 131, 606, 153, 623 ], [ 158, 606, 190, 623 ], [ 194, 606, 254, 623 ], [ 259, 606, 271, 623 ], [ 275, 606, 311, 623 ], [ 316, 606, 339, 623 ], [ 343, 606, 398, 623 ], [ 402, 606, 436, 623 ], [ 198, 635, 295, 656 ], [ 300, 635, 383, 656 ], [ 389, 635, 480, 656 ], [ 117, 660, 145, 678 ], [ 150, 660, 213, 678 ], [ 218, 660, 288, 678 ], [ 292, 660, 353, 678 ], [ 358, 660, 380, 678 ], [ 385, 660, 411, 678 ], [ 416, 660, 443, 678 ], [ 448, 660, 521, 678 ], [ 526, 660, 539, 678 ], [ 544, 660, 579, 678 ], [ 584, 660, 597, 678 ], [ 602, 660, 625, 678 ], [ 629, 660, 702, 678 ], [ 706, 660, 780, 678 ], [ 150, 683, 207, 698 ], [ 211, 683, 215, 698 ], [ 219, 683, 234, 698 ], [ 238, 683, 294, 698 ], [ 298, 683, 324, 698 ], [ 328, 683, 337, 698 ], [ 341, 683, 374, 698 ], [ 378, 683, 391, 698 ], [ 395, 683, 427, 698 ], [ 152, 708, 523, 722 ], [ 532, 708, 558, 722 ], [ 567, 708, 602, 722 ], [ 611, 708, 629, 722 ], [ 638, 708, 673, 722 ], [ 150, 733, 207, 748 ], [ 211, 733, 215, 748 ], [ 219, 733, 234, 748 ], [ 238, 733, 294, 748 ], [ 298, 733, 324, 748 ], [ 328, 733, 337, 748 ], [ 341, 733, 374, 748 ], [ 378, 733, 391, 748 ], [ 395, 733, 427, 748 ], [ 532, 758, 558, 772 ], [ 567, 758, 602, 772 ], [ 611, 758, 629, 772 ], [ 638, 758, 673, 772 ], [ 150, 783, 207, 798 ], [ 211, 783, 215, 798 ], [ 219, 783, 234, 798 ], [ 238, 783, 294, 798 ], [ 298, 783, 324, 798 ], [ 328, 783, 337, 798 ], [ 341, 783, 374, 798 ], [ 378, 783, 391, 798 ], [ 395, 783, 427, 798 ], [ 532, 808, 558, 822 ], [ 567, 808, 594, 822 ], [ 602, 808, 620, 822 ], [ 629, 808, 664, 822 ], [ 150, 832, 207, 848 ], [ 211, 832, 215, 848 ], [ 219, 832, 234, 848 ], [ 238, 832, 294, 848 ], [ 298, 832, 324, 848 ], [ 328, 832, 337, 848 ], [ 341, 832, 374, 848 ], [ 378, 832, 391, 848 ], [ 395, 832, 427, 848 ], [ 152, 858, 523, 872 ], [ 532, 858, 558, 872 ], [ 567, 858, 602, 872 ], [ 611, 858, 629, 872 ], [ 638, 858, 647, 872 ] ]
[ [ 152, 89, 266, 106 ], [ 271, 89, 298, 106 ], [ 303, 89, 364, 106 ], [ 369, 89, 417, 106 ], [ 421, 89, 434, 106 ], [ 439, 89, 448, 106 ], [ 452, 89, 567, 106 ], [ 152, 108, 214, 126 ], [ 218, 108, 245, 126 ], [ 250, 108, 312, 126 ], [ 316, 108, 364, 126 ], [ 369, 108, 382, 126 ], [ 386, 108, 395, 126 ], [ 400, 108, 461, 126 ], [ 152, 128, 186, 145 ], [ 191, 128, 218, 145 ], [ 223, 128, 284, 145 ], [ 289, 128, 337, 145 ], [ 342, 128, 354, 145 ], [ 359, 128, 368, 145 ], [ 372, 128, 487, 145 ], [ 199, 157, 308, 178 ], [ 117, 182, 145, 200 ], [ 150, 182, 176, 200 ], [ 181, 182, 242, 200 ], [ 246, 182, 312, 200 ], [ 317, 182, 340, 200 ], [ 344, 182, 376, 200 ], [ 380, 182, 438, 200 ], [ 443, 182, 503, 200 ], [ 507, 182, 540, 200 ], [ 545, 182, 567, 200 ], [ 572, 182, 594, 200 ], [ 598, 182, 656, 200 ], [ 661, 182, 725, 200 ], [ 117, 202, 145, 219 ], [ 150, 202, 176, 219 ], [ 181, 202, 242, 219 ], [ 246, 202, 258, 219 ], [ 262, 202, 292, 219 ], [ 297, 202, 330, 219 ], [ 335, 202, 354, 219 ], [ 359, 202, 381, 219 ], [ 386, 202, 449, 219 ], [ 454, 202, 540, 219 ], [ 545, 202, 617, 219 ], [ 152, 222, 266, 239 ], [ 271, 222, 297, 239 ], [ 302, 222, 363, 239 ], [ 368, 222, 416, 239 ], [ 421, 222, 433, 239 ], [ 438, 222, 447, 239 ], [ 451, 222, 566, 239 ], [ 152, 241, 214, 259 ], [ 218, 241, 245, 259 ], [ 249, 241, 311, 259 ], [ 315, 241, 363, 259 ], [ 368, 241, 381, 259 ], [ 385, 241, 394, 259 ], [ 399, 241, 461, 259 ], [ 152, 261, 266, 278 ], [ 271, 261, 297, 278 ], [ 302, 261, 416, 278 ], [ 420, 261, 469, 278 ], [ 473, 261, 486, 278 ], [ 490, 261, 499, 278 ], [ 504, 261, 566, 278 ], [ 152, 280, 186, 298 ], [ 191, 280, 217, 298 ], [ 222, 280, 284, 298 ], [ 288, 280, 336, 298 ], [ 341, 280, 353, 298 ], [ 358, 280, 367, 298 ], [ 372, 280, 486, 298 ], [ 152, 300, 186, 317 ], [ 191, 300, 217, 317 ], [ 222, 300, 256, 317 ], [ 261, 300, 309, 317 ], [ 313, 300, 326, 317 ], [ 331, 300, 340, 317 ], [ 344, 300, 406, 317 ], [ 199, 329, 283, 350 ], [ 117, 355, 145, 372 ], [ 150, 355, 212, 372 ], [ 217, 355, 282, 372 ], [ 287, 355, 374, 372 ], [ 379, 355, 396, 372 ], [ 400, 355, 409, 372 ], [ 414, 355, 458, 372 ], [ 462, 355, 478, 372 ], [ 483, 355, 517, 372 ], [ 522, 355, 584, 372 ], [ 588, 355, 611, 372 ], [ 615, 355, 645, 372 ], [ 650, 355, 664, 372 ], [ 668, 355, 684, 372 ], [ 689, 355, 747, 372 ], [ 752, 355, 766, 372 ], [ 771, 355, 832, 372 ], [ 117, 369, 182, 386 ], [ 199, 398, 325, 419 ], [ 117, 424, 145, 441 ], [ 150, 424, 176, 441 ], [ 181, 424, 241, 441 ], [ 246, 424, 314, 441 ], [ 319, 424, 341, 441 ], [ 346, 424, 368, 441 ], [ 372, 424, 399, 441 ], [ 404, 424, 436, 441 ], [ 440, 424, 498, 441 ], [ 503, 424, 575, 441 ], [ 199, 453, 275, 474 ], [ 117, 478, 145, 496 ], [ 150, 478, 171, 496 ], [ 175, 478, 236, 496 ], [ 241, 478, 291, 496 ], [ 296, 478, 319, 496 ], [ 323, 478, 345, 496 ], [ 349, 478, 408, 496 ], [ 412, 478, 472, 496 ], [ 477, 478, 494, 496 ], [ 498, 478, 521, 496 ], [ 526, 478, 557, 496 ], [ 562, 478, 620, 496 ], [ 625, 478, 689, 496 ], [ 694, 478, 703, 496 ], [ 707, 478, 730, 496 ], [ 734, 478, 766, 496 ], [ 771, 478, 831, 496 ], [ 835, 478, 847, 496 ], [ 117, 493, 149, 510 ], [ 153, 493, 181, 510 ], [ 185, 493, 208, 510 ], [ 212, 493, 234, 510 ], [ 239, 493, 299, 510 ], [ 303, 493, 315, 510 ], [ 320, 493, 369, 510 ], [ 374, 493, 388, 510 ], [ 392, 493, 423, 510 ], [ 428, 493, 511, 510 ], [ 516, 493, 539, 510 ], [ 544, 493, 638, 510 ], [ 643, 493, 665, 510 ], [ 670, 493, 724, 510 ], [ 729, 493, 762, 510 ], [ 767, 493, 776, 510 ], [ 781, 493, 803, 510 ], [ 808, 493, 830, 510 ], [ 117, 507, 177, 525 ], [ 182, 507, 193, 525 ], [ 198, 507, 212, 525 ], [ 216, 507, 247, 525 ], [ 251, 507, 335, 525 ], [ 340, 507, 354, 525 ], [ 359, 507, 453, 525 ], [ 457, 507, 489, 525 ], [ 494, 507, 549, 525 ], [ 554, 507, 575, 525 ], [ 579, 507, 611, 525 ], [ 615, 507, 666, 525 ], [ 671, 507, 702, 525 ], [ 706, 507, 768, 525 ], [ 772, 507, 793, 525 ], [ 798, 507, 830, 525 ], [ 117, 522, 168, 539 ], [ 173, 522, 209, 539 ], [ 213, 522, 241, 539 ], [ 245, 522, 277, 539 ], [ 281, 522, 302, 539 ], [ 307, 522, 339, 539 ], [ 343, 522, 394, 539 ], [ 398, 522, 436, 539 ], [ 199, 551, 268, 572 ], [ 117, 577, 145, 594 ], [ 150, 577, 182, 594 ], [ 186, 577, 247, 594 ], [ 251, 577, 302, 594 ], [ 307, 577, 330, 594 ], [ 334, 577, 408, 594 ], [ 412, 577, 451, 594 ], [ 456, 577, 478, 594 ], [ 483, 577, 505, 594 ], [ 509, 577, 563, 594 ], [ 567, 577, 627, 594 ], [ 632, 577, 644, 594 ], [ 648, 577, 700, 594 ], [ 704, 577, 722, 594 ], [ 726, 577, 749, 594 ], [ 753, 577, 785, 594 ], [ 790, 577, 843, 594 ], [ 117, 591, 182, 609 ], [ 186, 591, 195, 609 ], [ 200, 591, 222, 609 ], [ 227, 591, 259, 609 ], [ 263, 591, 323, 609 ], [ 328, 591, 340, 609 ], [ 344, 591, 410, 609 ], [ 415, 591, 438, 609 ], [ 442, 591, 472, 609 ], [ 477, 591, 490, 609 ], [ 495, 591, 517, 609 ], [ 522, 591, 562, 609 ], [ 566, 591, 578, 609 ], [ 583, 591, 605, 609 ], [ 610, 591, 650, 609 ], [ 654, 591, 672, 609 ], [ 676, 591, 699, 609 ], [ 703, 591, 733, 609 ], [ 738, 591, 752, 609 ], [ 756, 591, 779, 609 ], [ 783, 591, 805, 609 ], [ 810, 591, 874, 609 ], [ 117, 606, 126, 623 ], [ 131, 606, 153, 623 ], [ 158, 606, 190, 623 ], [ 194, 606, 254, 623 ], [ 259, 606, 271, 623 ], [ 275, 606, 311, 623 ], [ 316, 606, 339, 623 ], [ 343, 606, 398, 623 ], [ 402, 606, 436, 623 ], [ 198, 635, 295, 656 ], [ 300, 635, 383, 656 ], [ 389, 635, 480, 656 ], [ 117, 660, 145, 678 ], [ 150, 660, 213, 678 ], [ 218, 660, 288, 678 ], [ 292, 660, 353, 678 ], [ 358, 660, 380, 678 ], [ 385, 660, 411, 678 ], [ 416, 660, 443, 678 ], [ 448, 660, 521, 678 ], [ 526, 660, 539, 678 ], [ 544, 660, 579, 678 ], [ 584, 660, 597, 678 ], [ 602, 660, 625, 678 ], [ 629, 660, 702, 678 ], [ 706, 660, 780, 678 ], [ 150, 683, 207, 698 ], [ 211, 683, 215, 698 ], [ 219, 683, 234, 698 ], [ 238, 683, 294, 698 ], [ 298, 683, 324, 698 ], [ 328, 683, 337, 698 ], [ 341, 683, 374, 698 ], [ 378, 683, 391, 698 ], [ 395, 683, 427, 698 ], [ 152, 708, 523, 722 ], [ 532, 708, 558, 722 ], [ 567, 708, 602, 722 ], [ 611, 708, 629, 722 ], [ 638, 708, 673, 722 ], [ 150, 733, 207, 748 ], [ 211, 733, 215, 748 ], [ 219, 733, 234, 748 ], [ 238, 733, 294, 748 ], [ 298, 733, 324, 748 ], [ 328, 733, 337, 748 ], [ 341, 733, 374, 748 ], [ 378, 733, 391, 748 ], [ 395, 733, 427, 748 ], [ 532, 758, 558, 772 ], [ 567, 758, 602, 772 ], [ 611, 758, 629, 772 ], [ 638, 758, 673, 772 ], [ 150, 783, 207, 798 ], [ 211, 783, 215, 798 ], [ 219, 783, 234, 798 ], [ 238, 783, 294, 798 ], [ 298, 783, 324, 798 ], [ 328, 783, 337, 798 ], [ 341, 783, 374, 798 ], [ 378, 783, 391, 798 ], [ 395, 783, 427, 798 ], [ 532, 808, 558, 822 ], [ 567, 808, 594, 822 ], [ 602, 808, 620, 822 ], [ 629, 808, 664, 822 ], [ 150, 832, 207, 848 ], [ 211, 832, 215, 848 ], [ 219, 832, 234, 848 ], [ 238, 832, 294, 848 ], [ 298, 832, 324, 848 ], [ 328, 832, 337, 848 ], [ 341, 832, 374, 848 ], [ 378, 832, 391, 848 ], [ 395, 832, 427, 848 ], [ 152, 858, 523, 872 ], [ 532, 858, 558, 872 ], [ 567, 858, 602, 872 ], [ 611, 858, 629, 872 ], [ 638, 858, 647, 872 ] ]
Acknowledgments The following individuals were members of the OASIS OData Technical Committee during the creation of this specification and their contributions are gratefully acknowledged: Howard Abrams (CA Technologies) Jens Hüsken (SAP SE) Ken Baclawski (Northeastern University) Evan Ireland (SAP SE) Jay Balunas (Red Hat) Gershon Janssen (Individual) Stephen Berard (Schneider Electric Ram Jeyaraman (Microsoft) Industries SAS) Ted (Red Hat) Mark Biamonte (Progress Software) Diane Jordan (IBM) Matthew Borges (SAP SE) Stephan Klevenz (SAP SE) Edmond Bourne (BlackBerry) Gerald Krause (SAP SE) Joseph Boyle (Planetwork, Inc.) Nuno Linhares (SDL) Peter Brown (Individual) Paul Lipton (CA Technologies) Antonio Campanile (Bank of America) Susan Malaika (IBM) Pablo Castro (Microsoft) Ramanjaneyulu Malisetti (CA Technologies) Axel Conrad (BlackBerry) Neil McEvoy (iFOSSF International Free – Robin Cover (OASIS) and Open Source Solutions Foundation) Erik de Voogd (SDL) Stan Mitranic (CA Technologies) Yi Ding (Microsoft) Dale Moberg (Axway Software) Downie (Citrix Systems) Graham (BrightstarDB Ltd.) Patrick Durusau (Individual) Farrukh Najmi (Individual) Andrew Eisenberg (IBM) Shishir Pardikar (Citrix Systems) Chet Ensign (OASIS) Sanjay Patil (SAP SE) Davina Erasmus (SDL) Nuccio Piscopo (iFOSSF International Free – George Ericson (Dell) and Open Source Solutions Foundation) Colleen Evans (Microsoft) Michael Pizzo (Microsoft) Fam (IBM) Ramesh Reddy (Red Hat) Senaka Fernando (WSO2) Robert Richards (Mashery) Josh Gavant (Microsoft) Sumedha Rubasinghe (WSO2) Brent Gross (IBM) Snell (IBM) Zhun Guo (Individual) Jeffrey Turpin (Axway Software) Anila Kumar GVN (CA Technologies) John Willson (Individual) Stefan Hagen (Individual) John Wilmes (Individual) Ralf Handl (SAP SE) Christopher Woodruff (Perficient, Inc.) Barbara Hartel (SAP SE) Martin Zurmuehl (SAP SE) Hubert Heijkers (IBM)
Acknowledgments The following individuals were members of the OASIS OData Technical Committee during the creation of this specification and their contributions are gratefully acknowledged: Howard Abrams (CA Technologies) Ken Baclawski (Northeastern University) Jay Balunas (Red Hat) Stephen Berard (Schneider Electric Industries SAS) Mark Biamonte (Progress Software) Matthew Borges (SAP SE) Edmond Bourne (BlackBerry) Joseph Boyle (Planetwork, Inc.) Peter Brown (Individual) Antonio Campanile (Bank of America) Pablo Castro (Microsoft) Axel Conrad (BlackBerry) Robin Cover (OASIS) Erik de Voogd (SDL) Yi Ding (Microsoft) Downie (Citrix Systems) Patrick Durusau (Individual) Andrew Eisenberg (IBM) Chet Ensign (OASIS) Davina Erasmus (SDL) George Ericson (Dell) Colleen Evans (Microsoft) Fam (IBM) Senaka Fernando (WSO2) Josh Gavant (Microsoft) Brent Gross (IBM) Zhun Guo (Individual) Anila Kumar GVN (CA Technologies) Stefan Hagen (Individual) Ralf Handl (SAP SE) Barbara Hartel (SAP SE) Hubert Heijkers (IBM) Jens Hüsken (SAP SE) Evan Ireland (SAP SE) Gershon Janssen (Individual) Ram Jeyaraman (Microsoft) Ted (Red Hat) Diane Jordan (IBM) Stephan Klevenz (SAP SE) Gerald Krause (SAP SE) Nuno Linhares (SDL) Paul Lipton (CA Technologies) Susan Malaika (IBM) Ramanjaneyulu Malisetti (CA Technologies) Neil McEvoy (iFOSSF – International Free and Open Source Solutions Foundation) Stan Mitranic (CA Technologies) Dale Moberg (Axway Software) Graham (BrightstarDB Ltd.) Farrukh Najmi (Individual) Shishir Pardikar (Citrix Systems) Sanjay Patil (SAP SE) Nuccio Piscopo (iFOSSF – International Free and Open Source Solutions Foundation) Michael Pizzo (Microsoft) Ramesh Reddy (Red Hat) Robert Richards (Mashery) Sumedha Rubasinghe (WSO2) Snell (IBM) Jeffrey Turpin (Axway Software) John Willson (Individual) John Wilmes (Individual) Christopher Woodruff (Perficient, Inc.) Martin Zurmuehl (SAP SE)
0.558821
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 32, 33, 34, 35, 40, 41, 42, 43, 47, 48, 49, 50, 54, 55, 59, 60, 61, 62, 66, 67, 68, 69, 74, 75, 76, 81, 82, 83, 84, 88, 89, 90, 95, 96, 97, 98, 99, 103, 104, 105, 110, 111, 112, 119, 120, 121, 127, 128, 129, 130, 135, 136, 137, 142, 143, 144, 148, 149, 150, 154, 155, 156, 161, 162, 163, 168, 169, 170, 177, 178, 179, 185, 186, 187, 191, 192, 197, 198, 199, 203, 204, 205, 209, 210, 211, 214, 215, 216, 221, 222, 223, 224, 225, 229, 230, 231, 235, 236, 237, 238, 243, 244, 245, 246, 251, 252, 253, 28, 29, 30, 31, 36, 37, 38, 39, 44, 45, 46, 51, 52, 53, 56, 57, 58, 63, 64, 65, 70, 71, 72, 73, 77, 78, 79, 80, 85, 86, 87, 91, 92, 93, 94, 100, 101, 102, 106, 107, 108, 109, 113, 114, 115, 118, 116, 117, 122, 123, 124, 125, 126, 131, 132, 133, 134, 138, 139, 140, 141, 145, 146, 147, 151, 152, 153, 157, 158, 159, 160, 164, 165, 166, 167, 171, 172, 173, 176, 174, 175, 180, 181, 182, 183, 184, 188, 189, 190, 193, 194, 195, 196, 200, 201, 202, 206, 207, 208, 212, 213, 217, 218, 219, 220, 226, 227, 228, 232, 233, 234, 239, 240, 241, 242, 247, 248, 249, 250 ]
odata-v4.01-csprd03-part1-protocol.docx
task-1603-79
85
[ [ 294, 108, 553, 140 ], [ 117, 153, 145, 171 ], [ 150, 153, 213, 171 ], [ 218, 153, 294, 171 ], [ 299, 153, 334, 171 ], [ 339, 153, 407, 171 ], [ 411, 153, 425, 171 ], [ 429, 153, 452, 171 ], [ 457, 153, 506, 171 ], [ 511, 153, 558, 171 ], [ 563, 153, 633, 171 ], [ 637, 153, 716, 171 ], [ 721, 153, 766, 171 ], [ 771, 153, 793, 171 ], [ 798, 153, 856, 171 ], [ 860, 153, 874, 171 ], [ 117, 168, 143, 185 ], [ 147, 168, 237, 185 ], [ 241, 168, 269, 185 ], [ 273, 168, 305, 185 ], [ 310, 168, 402, 185 ], [ 407, 168, 430, 185 ], [ 435, 168, 501, 185 ], [ 506, 168, 615, 185 ], [ 176, 187, 232, 205 ], [ 237, 187, 293, 205 ], [ 298, 187, 326, 205 ], [ 330, 187, 433, 205 ], [ 538, 187, 572, 205 ], [ 577, 187, 632, 205 ], [ 637, 187, 675, 205 ], [ 680, 187, 707, 205 ], [ 176, 202, 205, 219 ], [ 210, 202, 282, 219 ], [ 287, 202, 387, 219 ], [ 391, 202, 468, 219 ], [ 538, 202, 575, 219 ], [ 580, 202, 630, 219 ], [ 634, 202, 672, 219 ], [ 677, 202, 704, 219 ], [ 176, 216, 201, 234 ], [ 206, 216, 265, 234 ], [ 269, 216, 305, 234 ], [ 309, 216, 340, 234 ], [ 538, 216, 601, 234 ], [ 605, 216, 666, 234 ], [ 671, 216, 750, 234 ], [ 176, 231, 237, 248 ], [ 241, 231, 290, 248 ], [ 295, 231, 374, 248 ], [ 378, 231, 432, 248 ], [ 538, 231, 572, 248 ], [ 577, 231, 658, 248 ], [ 662, 231, 739, 248 ], [ 176, 245, 247, 263 ], [ 251, 245, 289, 263 ], [ 538, 245, 566, 263 ], [ 607, 245, 642, 263 ], [ 647, 245, 678, 263 ], [ 176, 260, 212, 277 ], [ 217, 260, 286, 277 ], [ 290, 260, 361, 277 ], [ 366, 260, 436, 277 ], [ 538, 260, 581, 277 ], [ 585, 260, 635, 277 ], [ 640, 260, 680, 277 ], [ 176, 275, 238, 292 ], [ 242, 275, 294, 292 ], [ 298, 275, 337, 292 ], [ 341, 275, 368, 292 ], [ 538, 275, 599, 292 ], [ 603, 275, 661, 292 ], [ 666, 275, 704, 292 ], [ 709, 275, 736, 292 ], [ 176, 289, 237, 306 ], [ 241, 289, 294, 306 ], [ 299, 289, 388, 306 ], [ 538, 289, 587, 306 ], [ 592, 289, 643, 306 ], [ 648, 289, 686, 306 ], [ 690, 289, 718, 306 ], [ 176, 304, 229, 321 ], [ 233, 304, 274, 321 ], [ 279, 304, 369, 321 ], [ 374, 304, 406, 321 ], [ 538, 304, 577, 321 ], [ 582, 304, 644, 321 ], [ 649, 304, 691, 321 ], [ 176, 318, 215, 335 ], [ 220, 318, 266, 335 ], [ 270, 318, 350, 335 ], [ 538, 318, 571, 335 ], [ 575, 318, 620, 335 ], [ 624, 318, 652, 335 ], [ 657, 318, 759, 335 ], [ 176, 333, 231, 350 ], [ 236, 333, 314, 350 ], [ 318, 333, 361, 350 ], [ 366, 333, 379, 350 ], [ 384, 333, 449, 350 ], [ 538, 333, 584, 350 ], [ 589, 333, 645, 350 ], [ 650, 333, 690, 350 ], [ 176, 347, 218, 364 ], [ 222, 347, 270, 364 ], [ 275, 347, 352, 364 ], [ 538, 347, 651, 364 ], [ 656, 347, 716, 364 ], [ 720, 347, 749, 364 ], [ 753, 347, 856, 364 ], [ 176, 362, 208, 379 ], [ 212, 362, 266, 379 ], [ 270, 362, 360, 379 ], [ 538, 362, 566, 379 ], [ 571, 362, 629, 379 ], [ 633, 362, 697, 379 ], [ 715, 362, 805, 379 ], [ 809, 362, 843, 379 ], [ 701, 364, 710, 378 ], [ 176, 376, 219, 394 ], [ 223, 376, 267, 394 ], [ 271, 376, 332, 394 ], [ 538, 376, 565, 394 ], [ 570, 376, 610, 394 ], [ 614, 376, 666, 394 ], [ 671, 376, 738, 394 ], [ 742, 376, 829, 394 ], [ 176, 391, 204, 408 ], [ 209, 391, 227, 408 ], [ 231, 391, 279, 408 ], [ 283, 391, 326, 408 ], [ 538, 391, 572, 408 ], [ 576, 391, 633, 408 ], [ 638, 391, 666, 408 ], [ 670, 391, 773, 408 ], [ 176, 405, 190, 423 ], [ 195, 405, 229, 423 ], [ 233, 405, 310, 423 ], [ 538, 405, 572, 423 ], [ 576, 405, 631, 423 ], [ 636, 405, 690, 423 ], [ 694, 405, 764, 423 ], [ 212, 420, 267, 437 ], [ 271, 420, 314, 437 ], [ 318, 420, 386, 437 ], [ 538, 420, 597, 437 ], [ 638, 420, 736, 437 ], [ 740, 420, 773, 437 ], [ 176, 434, 226, 452 ], [ 230, 434, 292, 452 ], [ 297, 434, 377, 452 ], [ 538, 434, 594, 452 ], [ 599, 434, 641, 452 ], [ 645, 434, 725, 452 ], [ 176, 449, 231, 466 ], [ 236, 449, 309, 466 ], [ 314, 449, 354, 466 ], [ 538, 449, 588, 466 ], [ 592, 449, 653, 466 ], [ 658, 449, 700, 466 ], [ 705, 449, 773, 466 ], [ 176, 463, 210, 481 ], [ 215, 463, 265, 481 ], [ 269, 463, 330, 481 ], [ 538, 463, 588, 481 ], [ 592, 463, 624, 481 ], [ 629, 463, 667, 481 ], [ 671, 463, 699, 481 ], [ 176, 478, 227, 495 ], [ 231, 478, 296, 495 ], [ 300, 478, 343, 495 ], [ 538, 478, 588, 495 ], [ 592, 478, 651, 495 ], [ 655, 478, 719, 495 ], [ 737, 478, 827, 495 ], [ 831, 478, 865, 495 ], [ 723, 480, 732, 494 ], [ 176, 492, 230, 510 ], [ 235, 492, 289, 510 ], [ 294, 492, 333, 510 ], [ 538, 492, 565, 510 ], [ 570, 492, 610, 510 ], [ 614, 492, 666, 510 ], [ 671, 492, 738, 510 ], [ 742, 492, 829, 510 ], [ 176, 507, 231, 524 ], [ 236, 507, 281, 524 ], [ 286, 507, 363, 524 ], [ 538, 507, 594, 524 ], [ 599, 507, 639, 524 ], [ 643, 507, 720, 524 ], [ 212, 521, 245, 539 ], [ 249, 521, 289, 539 ], [ 538, 521, 599, 539 ], [ 603, 521, 651, 539 ], [ 655, 521, 690, 539 ], [ 695, 521, 726, 539 ], [ 176, 536, 231, 553 ], [ 236, 536, 306, 553 ], [ 310, 536, 369, 553 ], [ 538, 536, 587, 553 ], [ 592, 536, 656, 553 ], [ 661, 536, 734, 553 ], [ 176, 550, 210, 568 ], [ 215, 550, 268, 568 ], [ 272, 550, 349, 568 ], [ 538, 550, 608, 568 ], [ 612, 550, 700, 568 ], [ 704, 550, 763, 568 ], [ 176, 565, 215, 582 ], [ 220, 565, 263, 582 ], [ 268, 565, 308, 582 ], [ 574, 565, 611, 582 ], [ 615, 565, 655, 582 ], [ 176, 579, 213, 597 ], [ 218, 579, 249, 597 ], [ 253, 579, 333, 597 ], [ 538, 579, 587, 597 ], [ 592, 579, 638, 597 ], [ 642, 579, 696, 597 ], [ 700, 579, 770, 597 ], [ 176, 594, 212, 611 ], [ 217, 594, 265, 611 ], [ 269, 594, 305, 611 ], [ 309, 594, 337, 611 ], [ 342, 594, 445, 611 ], [ 538, 594, 573, 611 ], [ 578, 594, 631, 611 ], [ 635, 594, 715, 611 ], [ 176, 608, 223, 626 ], [ 228, 608, 276, 626 ], [ 280, 608, 360, 626 ], [ 538, 608, 573, 626 ], [ 578, 608, 631, 626 ], [ 636, 608, 716, 626 ], [ 176, 623, 205, 640 ], [ 210, 623, 252, 640 ], [ 257, 623, 295, 640 ], [ 299, 623, 327, 640 ], [ 538, 623, 622, 640 ], [ 627, 623, 693, 640 ], [ 698, 623, 776, 640 ], [ 780, 623, 812, 640 ], [ 176, 637, 234, 655 ], [ 239, 637, 282, 655 ], [ 287, 637, 325, 655 ], [ 329, 637, 357, 655 ], [ 538, 637, 583, 655 ], [ 588, 637, 657, 655 ], [ 661, 637, 700, 655 ], [ 704, 637, 731, 655 ], [ 176, 652, 225, 669 ], [ 230, 652, 289, 669 ], [ 293, 652, 333, 669 ] ]
[ [ 294, 108, 553, 140 ], [ 117, 153, 145, 171 ], [ 150, 153, 213, 171 ], [ 218, 153, 294, 171 ], [ 299, 153, 334, 171 ], [ 339, 153, 407, 171 ], [ 411, 153, 425, 171 ], [ 429, 153, 452, 171 ], [ 457, 153, 506, 171 ], [ 511, 153, 558, 171 ], [ 563, 153, 633, 171 ], [ 637, 153, 716, 171 ], [ 721, 153, 766, 171 ], [ 771, 153, 793, 171 ], [ 798, 153, 856, 171 ], [ 860, 153, 874, 171 ], [ 117, 168, 143, 185 ], [ 147, 168, 237, 185 ], [ 241, 168, 269, 185 ], [ 273, 168, 305, 185 ], [ 310, 168, 402, 185 ], [ 407, 168, 430, 185 ], [ 435, 168, 501, 185 ], [ 506, 168, 615, 185 ], [ 176, 187, 232, 205 ], [ 237, 187, 293, 205 ], [ 298, 187, 326, 205 ], [ 330, 187, 433, 205 ], [ 176, 202, 205, 219 ], [ 210, 202, 282, 219 ], [ 287, 202, 387, 219 ], [ 391, 202, 468, 219 ], [ 176, 216, 201, 234 ], [ 206, 216, 265, 234 ], [ 269, 216, 305, 234 ], [ 309, 216, 340, 234 ], [ 176, 231, 237, 248 ], [ 241, 231, 290, 248 ], [ 295, 231, 374, 248 ], [ 378, 231, 432, 248 ], [ 176, 245, 247, 263 ], [ 251, 245, 289, 263 ], [ 176, 260, 212, 277 ], [ 217, 260, 286, 277 ], [ 290, 260, 361, 277 ], [ 366, 260, 436, 277 ], [ 176, 275, 238, 292 ], [ 242, 275, 294, 292 ], [ 298, 275, 337, 292 ], [ 341, 275, 368, 292 ], [ 176, 289, 237, 306 ], [ 241, 289, 294, 306 ], [ 299, 289, 388, 306 ], [ 176, 304, 229, 321 ], [ 233, 304, 274, 321 ], [ 279, 304, 369, 321 ], [ 374, 304, 406, 321 ], [ 176, 318, 215, 335 ], [ 220, 318, 266, 335 ], [ 270, 318, 350, 335 ], [ 176, 333, 231, 350 ], [ 236, 333, 314, 350 ], [ 318, 333, 361, 350 ], [ 366, 333, 379, 350 ], [ 384, 333, 449, 350 ], [ 176, 347, 218, 364 ], [ 222, 347, 270, 364 ], [ 275, 347, 352, 364 ], [ 176, 362, 208, 379 ], [ 212, 362, 266, 379 ], [ 270, 362, 360, 379 ], [ 176, 376, 219, 394 ], [ 223, 376, 267, 394 ], [ 271, 376, 332, 394 ], [ 176, 391, 204, 408 ], [ 209, 391, 227, 408 ], [ 231, 391, 279, 408 ], [ 283, 391, 326, 408 ], [ 176, 405, 190, 423 ], [ 195, 405, 229, 423 ], [ 233, 405, 310, 423 ], [ 212, 420, 267, 437 ], [ 271, 420, 314, 437 ], [ 318, 420, 386, 437 ], [ 176, 434, 226, 452 ], [ 230, 434, 292, 452 ], [ 297, 434, 377, 452 ], [ 176, 449, 231, 466 ], [ 236, 449, 309, 466 ], [ 314, 449, 354, 466 ], [ 176, 463, 210, 481 ], [ 215, 463, 265, 481 ], [ 269, 463, 330, 481 ], [ 176, 478, 227, 495 ], [ 231, 478, 296, 495 ], [ 300, 478, 343, 495 ], [ 176, 492, 230, 510 ], [ 235, 492, 289, 510 ], [ 294, 492, 333, 510 ], [ 176, 507, 231, 524 ], [ 236, 507, 281, 524 ], [ 286, 507, 363, 524 ], [ 212, 521, 245, 539 ], [ 249, 521, 289, 539 ], [ 176, 536, 231, 553 ], [ 236, 536, 306, 553 ], [ 310, 536, 369, 553 ], [ 176, 550, 210, 568 ], [ 215, 550, 268, 568 ], [ 272, 550, 349, 568 ], [ 176, 565, 215, 582 ], [ 220, 565, 263, 582 ], [ 268, 565, 308, 582 ], [ 176, 579, 213, 597 ], [ 218, 579, 249, 597 ], [ 253, 579, 333, 597 ], [ 176, 594, 212, 611 ], [ 217, 594, 265, 611 ], [ 269, 594, 305, 611 ], [ 309, 594, 337, 611 ], [ 342, 594, 445, 611 ], [ 176, 608, 223, 626 ], [ 228, 608, 276, 626 ], [ 280, 608, 360, 626 ], [ 176, 623, 205, 640 ], [ 210, 623, 252, 640 ], [ 257, 623, 295, 640 ], [ 299, 623, 327, 640 ], [ 176, 637, 234, 655 ], [ 239, 637, 282, 655 ], [ 287, 637, 325, 655 ], [ 329, 637, 357, 655 ], [ 176, 652, 225, 669 ], [ 230, 652, 289, 669 ], [ 293, 652, 333, 669 ], [ 538, 187, 572, 205 ], [ 577, 187, 632, 205 ], [ 637, 187, 675, 205 ], [ 680, 187, 707, 205 ], [ 538, 202, 575, 219 ], [ 580, 202, 630, 219 ], [ 634, 202, 672, 219 ], [ 677, 202, 704, 219 ], [ 538, 216, 601, 234 ], [ 605, 216, 666, 234 ], [ 671, 216, 750, 234 ], [ 538, 231, 572, 248 ], [ 577, 231, 658, 248 ], [ 662, 231, 739, 248 ], [ 538, 245, 566, 263 ], [ 607, 245, 642, 263 ], [ 647, 245, 678, 263 ], [ 538, 260, 581, 277 ], [ 585, 260, 635, 277 ], [ 640, 260, 680, 277 ], [ 538, 275, 599, 292 ], [ 603, 275, 661, 292 ], [ 666, 275, 704, 292 ], [ 709, 275, 736, 292 ], [ 538, 289, 587, 306 ], [ 592, 289, 643, 306 ], [ 648, 289, 686, 306 ], [ 690, 289, 718, 306 ], [ 538, 304, 577, 321 ], [ 582, 304, 644, 321 ], [ 649, 304, 691, 321 ], [ 538, 318, 571, 335 ], [ 575, 318, 620, 335 ], [ 624, 318, 652, 335 ], [ 657, 318, 759, 335 ], [ 538, 333, 584, 350 ], [ 589, 333, 645, 350 ], [ 650, 333, 690, 350 ], [ 538, 347, 651, 364 ], [ 656, 347, 716, 364 ], [ 720, 347, 749, 364 ], [ 753, 347, 856, 364 ], [ 538, 362, 566, 379 ], [ 571, 362, 629, 379 ], [ 633, 362, 697, 379 ], [ 701, 364, 710, 378 ], [ 715, 362, 805, 379 ], [ 809, 362, 843, 379 ], [ 538, 376, 565, 394 ], [ 570, 376, 610, 394 ], [ 614, 376, 666, 394 ], [ 671, 376, 738, 394 ], [ 742, 376, 829, 394 ], [ 538, 391, 572, 408 ], [ 576, 391, 633, 408 ], [ 638, 391, 666, 408 ], [ 670, 391, 773, 408 ], [ 538, 405, 572, 423 ], [ 576, 405, 631, 423 ], [ 636, 405, 690, 423 ], [ 694, 405, 764, 423 ], [ 538, 420, 597, 437 ], [ 638, 420, 736, 437 ], [ 740, 420, 773, 437 ], [ 538, 434, 594, 452 ], [ 599, 434, 641, 452 ], [ 645, 434, 725, 452 ], [ 538, 449, 588, 466 ], [ 592, 449, 653, 466 ], [ 658, 449, 700, 466 ], [ 705, 449, 773, 466 ], [ 538, 463, 588, 481 ], [ 592, 463, 624, 481 ], [ 629, 463, 667, 481 ], [ 671, 463, 699, 481 ], [ 538, 478, 588, 495 ], [ 592, 478, 651, 495 ], [ 655, 478, 719, 495 ], [ 723, 480, 732, 494 ], [ 737, 478, 827, 495 ], [ 831, 478, 865, 495 ], [ 538, 492, 565, 510 ], [ 570, 492, 610, 510 ], [ 614, 492, 666, 510 ], [ 671, 492, 738, 510 ], [ 742, 492, 829, 510 ], [ 538, 507, 594, 524 ], [ 599, 507, 639, 524 ], [ 643, 507, 720, 524 ], [ 538, 521, 599, 539 ], [ 603, 521, 651, 539 ], [ 655, 521, 690, 539 ], [ 695, 521, 726, 539 ], [ 538, 536, 587, 553 ], [ 592, 536, 656, 553 ], [ 661, 536, 734, 553 ], [ 538, 550, 608, 568 ], [ 612, 550, 700, 568 ], [ 704, 550, 763, 568 ], [ 574, 565, 611, 582 ], [ 615, 565, 655, 582 ], [ 538, 579, 587, 597 ], [ 592, 579, 638, 597 ], [ 642, 579, 696, 597 ], [ 700, 579, 770, 597 ], [ 538, 594, 573, 611 ], [ 578, 594, 631, 611 ], [ 635, 594, 715, 611 ], [ 538, 608, 573, 626 ], [ 578, 608, 631, 626 ], [ 636, 608, 716, 626 ], [ 538, 623, 622, 640 ], [ 627, 623, 693, 640 ], [ 698, 623, 776, 640 ], [ 780, 623, 812, 640 ], [ 538, 637, 583, 655 ], [ 588, 637, 657, 655 ], [ 661, 637, 700, 655 ], [ 704, 637, 731, 655 ] ]
428-002 MERITOR AUTOMATIC REAR SLACK ($60.00) ADJUSTERS 41T-002 SYNTHETIC 75W-90 REAR AXLE LUBE STD Rear Suspension 622-1DF 30,000# FLAT LEAF SPRING REAR 150 ($1,693.00) SUSPENSION WITH HELPER AND RADIUS ROD 621-001 SPRING SUSPENSION - NO AXLE SPACERS N/C 431-001 STANDARD AXLE SEATS IN AXLE CLAMP N/C GROUP 623-005 FORE/AFT CONTROL RODS N/C Brake System 490-101 WABCO 4S/4M ABS WITH TRACTION $197.00 CONTROL 871-001 REINFORCED FABRIC BRAID AND WIRE STD BRAID CHASSIS AIR LINES 904-001 FIBER BRAID PARKING BRAKE HOSE STD 412-001 STANDARD BRAKE SYSTEM VALVES STD 432-003 RELAY VALVE WITH 5-8 PSI CRACK STD PRESSURE, NO REAR PROPORTIONING VALVE 480-009 BW AD-9 BRAKE LINE AIR DRYER WITH 20 N/C HEATER 483-998 NO AIR SYSTEM OIL FILTER STD 479-004 AIR DRYER MOUNTED OUTBOARD ON LH STD RAIL * 460-1AN ALUMINUM AIR BRAKE RESERVOIRS $361.00 MOUNTED INSIDE RAIL WITH NO OUTBOARD BRACKETS 607-026 FRAME RAILS (EXCEPT AIR DRYER) $63.00 OUTBOARD BOTH RAILS BACK OF CAB TO REAR SUSPENSION 477-019 BW DV-2 AUTO DRAIN VALVE WITH HEATER $79.00 TO WET TANK; DRAIN VALVE CABLES ON ALL OTHER TANKS Trailer Connections 914-012 AIR CONNECTIONS TO END OF FRAME WITH $5.00 GLAD HANDS FOR TRUCK WITH 36 INCHES ADDITIONAL LINE END OF FRAME 296-010 PRIMARY CONNECTOR/RECEPTACLE WIRED N/C FOR SEPARATE STOP/TURN, ABS CENTER PIN POWERED THROUGH IGNITION
428-002 MERITOR AUTOMATIC REAR SLACK ADJUSTERS ($60.00) 41T-002 SYNTHETIC 75W-90 REAR AXLE LUBE STD Rear Suspension 622-1DF 30,000# FLAT LEAF SPRING REAR SUSPENSION WITH HELPER AND RADIUS ROD 150 ($1,693.00) 621-001 SPRING SUSPENSION - NO AXLE SPACERS N/C 431-001 STANDARD AXLE SEATS IN AXLE CLAMP GROUP N/C 623-005 FORE/AFT CONTROL RODS N/C Brake System 490-101 WABCO 4S/4M ABS WITH TRACTION CONTROL $197.00 871-001 REINFORCED FABRIC BRAID AND WIRE BRAID CHASSIS AIR LINES STD 904-001 FIBER BRAID PARKING BRAKE HOSE STD 412-001 STANDARD BRAKE SYSTEM VALVES STD 432-003 RELAY VALVE WITH 5-8 PSI CRACK PRESSURE, NO REAR PROPORTIONING VALVE STD 480-009 BW AD-9 BRAKE LINE AIR DRYER WITH HEATER 20 N/C 483-998 NO AIR SYSTEM OIL FILTER STD 479-004 AIR DRYER MOUNTED OUTBOARD ON LH RAIL STD * 460-1AN ALUMINUM AIR BRAKE RESERVOIRS MOUNTED INSIDE RAIL WITH NO OUTBOARD BRACKETS $361.00 607-026 FRAME RAILS (EXCEPT AIR DRYER) OUTBOARD BOTH RAILS BACK OF CAB TO REAR SUSPENSION $63.00 477-019 BW DV-2 AUTO DRAIN VALVE WITH HEATER TO WET TANK; DRAIN VALVE CABLES ON ALL OTHER TANKS $79.00 Trailer Connections 914-012 AIR CONNECTIONS TO END OF FRAME WITH GLAD HANDS FOR TRUCK WITH 36 INCHES ADDITIONAL LINE END OF FRAME $5.00 296-010 PRIMARY CONNECTOR/RECEPTACLE WIRED FOR SEPARATE STOP/TURN, ABS CENTER PIN POWERED THROUGH IGNITION N/C
0.775389
[ 0, 1, 2, 3, 4, 6, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 25, 26, 27, 28, 29, 22, 23, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 60, 62, 63, 64, 65, 66, 67, 69, 70, 71, 72, 68, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 93, 99, 100, 101, 102, 103, 104, 105, 106, 109, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 125, 124, 126, 127, 128, 129, 130, 131, 133, 134, 135, 136, 137, 138, 139, 132, 140, 141, 142, 143, 144, 145, 147, 148, 149, 150, 151, 152, 153, 154, 155, 146, 156, 157, 158, 159, 160, 161, 162, 163, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 164, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 185, 198, 199, 200, 201, 203, 204, 205, 206, 207, 208, 209, 210, 211, 202 ]
ODOT%20chassis%20023-18%20Single%20axle%204700SF.docx
task-1603-801
6
[ [ 174, 226, 222, 240 ], [ 273, 226, 333, 240 ], [ 337, 226, 414, 240 ], [ 417, 226, 454, 240 ], [ 457, 226, 500, 240 ], [ 821, 226, 869, 240 ], [ 273, 238, 351, 252 ], [ 174, 255, 223, 269 ], [ 273, 255, 347, 269 ], [ 351, 255, 396, 269 ], [ 400, 255, 436, 269 ], [ 440, 255, 473, 269 ], [ 477, 255, 511, 269 ], [ 843, 255, 869, 269 ], [ 113, 271, 149, 288 ], [ 154, 271, 246, 288 ], [ 174, 293, 225, 307 ], [ 273, 293, 320, 307 ], [ 324, 293, 356, 307 ], [ 360, 293, 392, 307 ], [ 396, 293, 446, 307 ], [ 449, 293, 486, 307 ], [ 713, 293, 735, 307 ], [ 803, 293, 869, 307 ], [ 273, 305, 359, 318 ], [ 362, 305, 396, 318 ], [ 399, 305, 452, 318 ], [ 455, 305, 483, 318 ], [ 486, 305, 536, 318 ], [ 273, 316, 302, 330 ], [ 174, 333, 222, 347 ], [ 273, 333, 323, 347 ], [ 327, 333, 412, 347 ], [ 416, 333, 420, 347 ], [ 424, 333, 444, 347 ], [ 447, 333, 481, 347 ], [ 484, 333, 547, 347 ], [ 847, 333, 869, 347 ], [ 174, 350, 222, 363 ], [ 273, 350, 345, 363 ], [ 349, 350, 382, 363 ], [ 386, 350, 428, 363 ], [ 432, 350, 445, 363 ], [ 449, 350, 482, 363 ], [ 486, 350, 531, 363 ], [ 847, 350, 869, 363 ], [ 273, 361, 321, 375 ], [ 174, 378, 222, 392 ], [ 273, 378, 338, 392 ], [ 341, 378, 405, 392 ], [ 409, 378, 447, 392 ], [ 847, 378, 869, 392 ], [ 113, 394, 158, 412 ], [ 163, 394, 221, 412 ], [ 174, 416, 222, 430 ], [ 273, 416, 322, 430 ], [ 326, 416, 364, 430 ], [ 367, 416, 394, 430 ], [ 397, 416, 431, 430 ], [ 434, 416, 501, 430 ], [ 822, 416, 869, 430 ], [ 273, 428, 337, 442 ], [ 174, 444, 222, 458 ], [ 273, 444, 359, 458 ], [ 396, 444, 444, 458 ], [ 447, 444, 487, 458 ], [ 491, 444, 518, 458 ], [ 522, 444, 556, 458 ], [ 843, 444, 869, 458 ], [ 273, 456, 313, 470 ], [ 317, 456, 374, 470 ], [ 378, 456, 399, 470 ], [ 403, 456, 441, 470 ], [ 174, 473, 222, 487 ], [ 273, 473, 312, 487 ], [ 315, 473, 355, 487 ], [ 359, 473, 417, 487 ], [ 421, 473, 465, 487 ], [ 469, 473, 506, 487 ], [ 843, 473, 869, 487 ], [ 174, 489, 222, 503 ], [ 273, 489, 345, 503 ], [ 349, 489, 393, 503 ], [ 396, 489, 450, 503 ], [ 454, 489, 505, 503 ], [ 843, 489, 869, 503 ], [ 174, 506, 222, 520 ], [ 273, 506, 316, 520 ], [ 320, 506, 362, 520 ], [ 365, 506, 399, 520 ], [ 402, 506, 421, 520 ], [ 425, 506, 446, 520 ], [ 449, 506, 495, 520 ], [ 843, 506, 869, 520 ], [ 273, 518, 349, 532 ], [ 352, 518, 372, 532 ], [ 375, 518, 412, 532 ], [ 415, 518, 526, 532 ], [ 273, 529, 315, 543 ], [ 174, 546, 222, 560 ], [ 273, 546, 294, 560 ], [ 298, 546, 328, 560 ], [ 331, 546, 375, 560 ], [ 379, 546, 408, 560 ], [ 412, 546, 433, 560 ], [ 437, 546, 483, 560 ], [ 486, 546, 520, 560 ], [ 636, 546, 650, 560 ], [ 847, 546, 869, 560 ], [ 273, 558, 326, 571 ], [ 174, 574, 222, 588 ], [ 273, 574, 293, 588 ], [ 296, 574, 318, 588 ], [ 322, 574, 375, 588 ], [ 379, 574, 400, 588 ], [ 404, 574, 449, 588 ], [ 843, 574, 869, 588 ], [ 174, 591, 222, 605 ], [ 273, 591, 295, 605 ], [ 299, 591, 344, 605 ], [ 348, 591, 414, 605 ], [ 418, 591, 492, 605 ], [ 495, 591, 515, 605 ], [ 518, 591, 535, 605 ], [ 843, 591, 869, 605 ], [ 273, 602, 302, 616 ], [ 113, 619, 118, 633 ], [ 174, 619, 225, 633 ], [ 273, 619, 343, 633 ], [ 346, 619, 368, 633 ], [ 372, 619, 416, 633 ], [ 420, 619, 505, 633 ], [ 822, 619, 869, 633 ], [ 273, 631, 339, 645 ], [ 343, 631, 386, 645 ], [ 390, 631, 419, 645 ], [ 423, 631, 456, 645 ], [ 460, 631, 479, 645 ], [ 483, 631, 557, 645 ], [ 273, 642, 344, 656 ], [ 174, 659, 222, 673 ], [ 302, 659, 348, 673 ], [ 351, 659, 389, 673 ], [ 393, 659, 449, 673 ], [ 453, 659, 475, 673 ], [ 478, 659, 529, 673 ], [ 830, 659, 869, 673 ], [ 273, 671, 347, 685 ], [ 351, 671, 387, 685 ], [ 391, 671, 428, 685 ], [ 432, 671, 468, 685 ], [ 471, 671, 489, 685 ], [ 493, 671, 520, 685 ], [ 523, 671, 542, 685 ], [ 273, 682, 309, 696 ], [ 313, 682, 399, 696 ], [ 174, 699, 222, 713 ], [ 273, 699, 294, 713 ], [ 298, 699, 328, 713 ], [ 331, 699, 367, 713 ], [ 371, 699, 412, 713 ], [ 415, 699, 457, 713 ], [ 461, 699, 494, 713 ], [ 498, 699, 551, 713 ], [ 830, 699, 869, 713 ], [ 273, 711, 291, 724 ], [ 295, 711, 324, 724 ], [ 327, 711, 366, 724 ], [ 370, 711, 410, 724 ], [ 414, 711, 456, 724 ], [ 460, 711, 511, 724 ], [ 515, 711, 534, 724 ], [ 538, 711, 561, 724 ], [ 273, 722, 319, 736 ], [ 322, 722, 366, 736 ], [ 113, 739, 163, 756 ], [ 167, 739, 266, 756 ], [ 174, 761, 222, 774 ], [ 273, 761, 295, 774 ], [ 299, 761, 395, 774 ], [ 399, 761, 417, 774 ], [ 420, 761, 448, 774 ], [ 452, 761, 470, 774 ], [ 473, 761, 519, 774 ], [ 523, 761, 556, 774 ], [ 837, 761, 869, 774 ], [ 273, 772, 309, 786 ], [ 312, 772, 358, 786 ], [ 362, 772, 389, 786 ], [ 393, 772, 438, 786 ], [ 441, 772, 475, 786 ], [ 478, 772, 493, 786 ], [ 497, 772, 546, 786 ], [ 273, 784, 351, 798 ], [ 355, 784, 384, 798 ], [ 388, 784, 415, 798 ], [ 419, 784, 437, 798 ], [ 441, 784, 486, 798 ], [ 174, 800, 222, 814 ], [ 273, 800, 333, 814 ], [ 336, 800, 511, 814 ], [ 515, 800, 558, 814 ], [ 847, 800, 869, 814 ], [ 273, 812, 301, 826 ], [ 304, 812, 374, 826 ], [ 378, 812, 457, 826 ], [ 460, 812, 486, 826 ], [ 490, 812, 544, 826 ], [ 273, 824, 295, 838 ], [ 299, 824, 366, 838 ], [ 370, 824, 436, 838 ], [ 439, 824, 497, 838 ] ]
[ [ 174, 226, 222, 240 ], [ 273, 226, 333, 240 ], [ 337, 226, 414, 240 ], [ 417, 226, 454, 240 ], [ 457, 226, 500, 240 ], [ 273, 238, 351, 252 ], [ 821, 226, 869, 240 ], [ 174, 255, 223, 269 ], [ 273, 255, 347, 269 ], [ 351, 255, 396, 269 ], [ 400, 255, 436, 269 ], [ 440, 255, 473, 269 ], [ 477, 255, 511, 269 ], [ 843, 255, 869, 269 ], [ 113, 271, 149, 288 ], [ 154, 271, 246, 288 ], [ 174, 293, 225, 307 ], [ 273, 293, 320, 307 ], [ 324, 293, 356, 307 ], [ 360, 293, 392, 307 ], [ 396, 293, 446, 307 ], [ 449, 293, 486, 307 ], [ 273, 305, 359, 318 ], [ 362, 305, 396, 318 ], [ 399, 305, 452, 318 ], [ 455, 305, 483, 318 ], [ 486, 305, 536, 318 ], [ 273, 316, 302, 330 ], [ 713, 293, 735, 307 ], [ 803, 293, 869, 307 ], [ 174, 333, 222, 347 ], [ 273, 333, 323, 347 ], [ 327, 333, 412, 347 ], [ 416, 333, 420, 347 ], [ 424, 333, 444, 347 ], [ 447, 333, 481, 347 ], [ 484, 333, 547, 347 ], [ 847, 333, 869, 347 ], [ 174, 350, 222, 363 ], [ 273, 350, 345, 363 ], [ 349, 350, 382, 363 ], [ 386, 350, 428, 363 ], [ 432, 350, 445, 363 ], [ 449, 350, 482, 363 ], [ 486, 350, 531, 363 ], [ 273, 361, 321, 375 ], [ 847, 350, 869, 363 ], [ 174, 378, 222, 392 ], [ 273, 378, 338, 392 ], [ 341, 378, 405, 392 ], [ 409, 378, 447, 392 ], [ 847, 378, 869, 392 ], [ 113, 394, 158, 412 ], [ 163, 394, 221, 412 ], [ 174, 416, 222, 430 ], [ 273, 416, 322, 430 ], [ 326, 416, 364, 430 ], [ 367, 416, 394, 430 ], [ 397, 416, 431, 430 ], [ 434, 416, 501, 430 ], [ 273, 428, 337, 442 ], [ 822, 416, 869, 430 ], [ 174, 444, 222, 458 ], [ 273, 444, 359, 458 ], [ 396, 444, 444, 458 ], [ 447, 444, 487, 458 ], [ 491, 444, 518, 458 ], [ 522, 444, 556, 458 ], [ 273, 456, 313, 470 ], [ 317, 456, 374, 470 ], [ 378, 456, 399, 470 ], [ 403, 456, 441, 470 ], [ 843, 444, 869, 458 ], [ 174, 473, 222, 487 ], [ 273, 473, 312, 487 ], [ 315, 473, 355, 487 ], [ 359, 473, 417, 487 ], [ 421, 473, 465, 487 ], [ 469, 473, 506, 487 ], [ 843, 473, 869, 487 ], [ 174, 489, 222, 503 ], [ 273, 489, 345, 503 ], [ 349, 489, 393, 503 ], [ 396, 489, 450, 503 ], [ 454, 489, 505, 503 ], [ 843, 489, 869, 503 ], [ 174, 506, 222, 520 ], [ 273, 506, 316, 520 ], [ 320, 506, 362, 520 ], [ 365, 506, 399, 520 ], [ 402, 506, 421, 520 ], [ 425, 506, 446, 520 ], [ 449, 506, 495, 520 ], [ 273, 518, 349, 532 ], [ 352, 518, 372, 532 ], [ 375, 518, 412, 532 ], [ 415, 518, 526, 532 ], [ 273, 529, 315, 543 ], [ 843, 506, 869, 520 ], [ 174, 546, 222, 560 ], [ 273, 546, 294, 560 ], [ 298, 546, 328, 560 ], [ 331, 546, 375, 560 ], [ 379, 546, 408, 560 ], [ 412, 546, 433, 560 ], [ 437, 546, 483, 560 ], [ 486, 546, 520, 560 ], [ 273, 558, 326, 571 ], [ 636, 546, 650, 560 ], [ 847, 546, 869, 560 ], [ 174, 574, 222, 588 ], [ 273, 574, 293, 588 ], [ 296, 574, 318, 588 ], [ 322, 574, 375, 588 ], [ 379, 574, 400, 588 ], [ 404, 574, 449, 588 ], [ 843, 574, 869, 588 ], [ 174, 591, 222, 605 ], [ 273, 591, 295, 605 ], [ 299, 591, 344, 605 ], [ 348, 591, 414, 605 ], [ 418, 591, 492, 605 ], [ 495, 591, 515, 605 ], [ 518, 591, 535, 605 ], [ 273, 602, 302, 616 ], [ 843, 591, 869, 605 ], [ 113, 619, 118, 633 ], [ 174, 619, 225, 633 ], [ 273, 619, 343, 633 ], [ 346, 619, 368, 633 ], [ 372, 619, 416, 633 ], [ 420, 619, 505, 633 ], [ 273, 631, 339, 645 ], [ 343, 631, 386, 645 ], [ 390, 631, 419, 645 ], [ 423, 631, 456, 645 ], [ 460, 631, 479, 645 ], [ 483, 631, 557, 645 ], [ 273, 642, 344, 656 ], [ 822, 619, 869, 633 ], [ 174, 659, 222, 673 ], [ 302, 659, 348, 673 ], [ 351, 659, 389, 673 ], [ 393, 659, 449, 673 ], [ 453, 659, 475, 673 ], [ 478, 659, 529, 673 ], [ 273, 671, 347, 685 ], [ 351, 671, 387, 685 ], [ 391, 671, 428, 685 ], [ 432, 671, 468, 685 ], [ 471, 671, 489, 685 ], [ 493, 671, 520, 685 ], [ 523, 671, 542, 685 ], [ 273, 682, 309, 696 ], [ 313, 682, 399, 696 ], [ 830, 659, 869, 673 ], [ 174, 699, 222, 713 ], [ 273, 699, 294, 713 ], [ 298, 699, 328, 713 ], [ 331, 699, 367, 713 ], [ 371, 699, 412, 713 ], [ 415, 699, 457, 713 ], [ 461, 699, 494, 713 ], [ 498, 699, 551, 713 ], [ 273, 711, 291, 724 ], [ 295, 711, 324, 724 ], [ 327, 711, 366, 724 ], [ 370, 711, 410, 724 ], [ 414, 711, 456, 724 ], [ 460, 711, 511, 724 ], [ 515, 711, 534, 724 ], [ 538, 711, 561, 724 ], [ 273, 722, 319, 736 ], [ 322, 722, 366, 736 ], [ 830, 699, 869, 713 ], [ 113, 739, 163, 756 ], [ 167, 739, 266, 756 ], [ 174, 761, 222, 774 ], [ 273, 761, 295, 774 ], [ 299, 761, 395, 774 ], [ 399, 761, 417, 774 ], [ 420, 761, 448, 774 ], [ 452, 761, 470, 774 ], [ 473, 761, 519, 774 ], [ 523, 761, 556, 774 ], [ 273, 772, 309, 786 ], [ 312, 772, 358, 786 ], [ 362, 772, 389, 786 ], [ 393, 772, 438, 786 ], [ 441, 772, 475, 786 ], [ 478, 772, 493, 786 ], [ 497, 772, 546, 786 ], [ 273, 784, 351, 798 ], [ 355, 784, 384, 798 ], [ 388, 784, 415, 798 ], [ 419, 784, 437, 798 ], [ 441, 784, 486, 798 ], [ 837, 761, 869, 774 ], [ 174, 800, 222, 814 ], [ 273, 800, 333, 814 ], [ 336, 800, 511, 814 ], [ 515, 800, 558, 814 ], [ 273, 812, 301, 826 ], [ 304, 812, 374, 826 ], [ 378, 812, 457, 826 ], [ 460, 812, 486, 826 ], [ 490, 812, 544, 826 ], [ 273, 824, 295, 838 ], [ 299, 824, 366, 838 ], [ 370, 824, 436, 838 ], [ 439, 824, 497, 838 ], [ 847, 800, 869, 814 ] ]
PURPOSE OF SUGGESTED ODOUR STEPS ASSESSMENT To verify and investigate 1. Non‐analytical odour complaints assessment 2. Ambient sampling and measurement 3. Source sampling and measurement To comply with conditions 1. Source sampling and outlined measurement in operating/industrial 2. Ambient sampling and permits measurement To determine compliance 1. Source sampling and with odour legislation measurement 2. Ambient sampling and measurement To assess long-term odour 1. Non‐analytical exposure levels in an area assessment 2. Ambient sampling and measurement To rank potential odour 1. Source sampling and sources for measurements (OU or mitigation purposes individual compounds) To determine background 1. Ambient sampling and odour concentrations before measurement building a new facility
PURPOSE OF ODOUR ASSESSMENT SUGGESTED STEPS To verify and investigate odour complaints 1. Non‐analytical assessment 2. Ambient sampling and measurement 3. Source sampling and measurement To comply with conditions outlined in operating/industrial permits 1. Source sampling and measurement 2. Ambient sampling and measurement To determine compliance with odour legislation 1. Source sampling and measurement 2. Ambient sampling and measurement To assess long-term odour exposure levels in an area 1. Non‐analytical assessment 2. Ambient sampling and measurement To rank potential odour sources for mitigation purposes 1. Source sampling and measurements (OU or individual compounds) To determine background odour concentrations before building a new facility 1. Ambient sampling and measurement
0.603528
[ 0, 1, 3, 5, 2, 4, 6, 7, 8, 9, 12, 13, 10, 11, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 33, 35, 36, 41, 29, 30, 31, 32, 34, 37, 38, 39, 40, 42, 43, 44, 45, 50, 51, 52, 46, 47, 48, 49, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 65, 66, 67, 68, 69, 63, 64, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 84, 85, 89, 90, 80, 81, 82, 83, 86, 87, 88, 91, 92, 93, 94, 95, 100, 101, 102, 104, 105, 106, 107, 96, 97, 98, 99, 103 ]
Odour%20Assessment.docx
task-1603-818
12
[ [ 127, 110, 279, 143 ], [ 287, 110, 330, 143 ], [ 359, 110, 553, 143 ], [ 127, 144, 242, 177 ], [ 359, 144, 460, 177 ], [ 127, 178, 339, 211 ], [ 127, 240, 144, 258 ], [ 148, 240, 187, 258 ], [ 191, 240, 217, 258 ], [ 221, 240, 297, 258 ], [ 359, 240, 372, 258 ], [ 375, 240, 476, 258 ], [ 127, 262, 169, 280 ], [ 173, 262, 249, 280 ], [ 359, 262, 439, 280 ], [ 359, 285, 372, 303 ], [ 375, 285, 435, 303 ], [ 439, 285, 502, 303 ], [ 506, 285, 532, 303 ], [ 359, 308, 456, 326 ], [ 359, 330, 372, 349 ], [ 375, 330, 423, 349 ], [ 427, 330, 489, 349 ], [ 493, 330, 520, 349 ], [ 359, 353, 456, 371 ], [ 127, 392, 144, 410 ], [ 148, 392, 199, 410 ], [ 203, 392, 234, 410 ], [ 238, 392, 310, 410 ], [ 359, 392, 372, 410 ], [ 375, 392, 423, 410 ], [ 427, 392, 489, 410 ], [ 493, 392, 520, 410 ], [ 127, 415, 185, 433 ], [ 359, 415, 456, 433 ], [ 127, 437, 140, 456 ], [ 144, 437, 283, 456 ], [ 359, 437, 372, 456 ], [ 375, 437, 435, 456 ], [ 439, 437, 502, 456 ], [ 506, 437, 532, 456 ], [ 127, 460, 181, 478 ], [ 359, 460, 456, 478 ], [ 127, 499, 144, 517 ], [ 148, 499, 221, 517 ], [ 225, 499, 305, 517 ], [ 359, 499, 372, 517 ], [ 375, 499, 423, 517 ], [ 427, 499, 489, 517 ], [ 493, 499, 520, 517 ], [ 127, 522, 158, 540 ], [ 162, 522, 204, 540 ], [ 208, 522, 279, 540 ], [ 359, 522, 456, 540 ], [ 359, 544, 372, 563 ], [ 375, 544, 435, 563 ], [ 439, 544, 502, 563 ], [ 506, 544, 532, 563 ], [ 359, 567, 456, 585 ], [ 127, 606, 144, 624 ], [ 148, 606, 192, 624 ], [ 196, 606, 265, 624 ], [ 269, 606, 311, 624 ], [ 359, 606, 372, 624 ], [ 375, 606, 476, 624 ], [ 127, 629, 191, 647 ], [ 195, 629, 234, 647 ], [ 238, 629, 251, 647 ], [ 255, 629, 272, 647 ], [ 276, 629, 307, 647 ], [ 359, 629, 439, 647 ], [ 359, 651, 372, 670 ], [ 375, 651, 435, 670 ], [ 439, 651, 502, 670 ], [ 506, 651, 532, 670 ], [ 359, 674, 456, 692 ], [ 127, 713, 144, 731 ], [ 148, 713, 179, 731 ], [ 183, 713, 246, 731 ], [ 250, 713, 292, 731 ], [ 359, 713, 372, 731 ], [ 375, 713, 423, 731 ], [ 427, 713, 489, 731 ], [ 493, 713, 520, 731 ], [ 127, 736, 180, 754 ], [ 184, 736, 204, 754 ], [ 359, 736, 463, 754 ], [ 467, 736, 494, 754 ], [ 498, 736, 513, 754 ], [ 127, 758, 198, 777 ], [ 202, 758, 266, 777 ], [ 359, 758, 426, 777 ], [ 430, 758, 517, 777 ], [ 127, 797, 144, 815 ], [ 148, 797, 221, 815 ], [ 225, 797, 307, 815 ], [ 359, 797, 372, 815 ], [ 375, 797, 435, 815 ], [ 439, 797, 502, 815 ], [ 506, 797, 532, 815 ], [ 127, 820, 169, 838 ], [ 173, 820, 277, 838 ], [ 281, 820, 327, 838 ], [ 359, 820, 456, 838 ], [ 127, 843, 183, 861 ], [ 187, 843, 195, 861 ], [ 199, 843, 229, 861 ], [ 232, 843, 278, 861 ] ]
[ [ 127, 110, 279, 143 ], [ 287, 110, 330, 143 ], [ 127, 144, 242, 177 ], [ 127, 178, 339, 211 ], [ 359, 110, 553, 143 ], [ 359, 144, 460, 177 ], [ 127, 240, 144, 258 ], [ 148, 240, 187, 258 ], [ 191, 240, 217, 258 ], [ 221, 240, 297, 258 ], [ 127, 262, 169, 280 ], [ 173, 262, 249, 280 ], [ 359, 240, 372, 258 ], [ 375, 240, 476, 258 ], [ 359, 262, 439, 280 ], [ 359, 285, 372, 303 ], [ 375, 285, 435, 303 ], [ 439, 285, 502, 303 ], [ 506, 285, 532, 303 ], [ 359, 308, 456, 326 ], [ 359, 330, 372, 349 ], [ 375, 330, 423, 349 ], [ 427, 330, 489, 349 ], [ 493, 330, 520, 349 ], [ 359, 353, 456, 371 ], [ 127, 392, 144, 410 ], [ 148, 392, 199, 410 ], [ 203, 392, 234, 410 ], [ 238, 392, 310, 410 ], [ 127, 415, 185, 433 ], [ 127, 437, 140, 456 ], [ 144, 437, 283, 456 ], [ 127, 460, 181, 478 ], [ 359, 392, 372, 410 ], [ 375, 392, 423, 410 ], [ 427, 392, 489, 410 ], [ 493, 392, 520, 410 ], [ 359, 415, 456, 433 ], [ 359, 437, 372, 456 ], [ 375, 437, 435, 456 ], [ 439, 437, 502, 456 ], [ 506, 437, 532, 456 ], [ 359, 460, 456, 478 ], [ 127, 499, 144, 517 ], [ 148, 499, 221, 517 ], [ 225, 499, 305, 517 ], [ 127, 522, 158, 540 ], [ 162, 522, 204, 540 ], [ 208, 522, 279, 540 ], [ 359, 499, 372, 517 ], [ 375, 499, 423, 517 ], [ 427, 499, 489, 517 ], [ 493, 499, 520, 517 ], [ 359, 522, 456, 540 ], [ 359, 544, 372, 563 ], [ 375, 544, 435, 563 ], [ 439, 544, 502, 563 ], [ 506, 544, 532, 563 ], [ 359, 567, 456, 585 ], [ 127, 606, 144, 624 ], [ 148, 606, 192, 624 ], [ 196, 606, 265, 624 ], [ 269, 606, 311, 624 ], [ 127, 629, 191, 647 ], [ 195, 629, 234, 647 ], [ 238, 629, 251, 647 ], [ 255, 629, 272, 647 ], [ 276, 629, 307, 647 ], [ 359, 606, 372, 624 ], [ 375, 606, 476, 624 ], [ 359, 629, 439, 647 ], [ 359, 651, 372, 670 ], [ 375, 651, 435, 670 ], [ 439, 651, 502, 670 ], [ 506, 651, 532, 670 ], [ 359, 674, 456, 692 ], [ 127, 713, 144, 731 ], [ 148, 713, 179, 731 ], [ 183, 713, 246, 731 ], [ 250, 713, 292, 731 ], [ 127, 736, 180, 754 ], [ 184, 736, 204, 754 ], [ 127, 758, 198, 777 ], [ 202, 758, 266, 777 ], [ 359, 713, 372, 731 ], [ 375, 713, 423, 731 ], [ 427, 713, 489, 731 ], [ 493, 713, 520, 731 ], [ 359, 736, 463, 754 ], [ 467, 736, 494, 754 ], [ 498, 736, 513, 754 ], [ 359, 758, 426, 777 ], [ 430, 758, 517, 777 ], [ 127, 797, 144, 815 ], [ 148, 797, 221, 815 ], [ 225, 797, 307, 815 ], [ 127, 820, 169, 838 ], [ 173, 820, 277, 838 ], [ 281, 820, 327, 838 ], [ 127, 843, 183, 861 ], [ 187, 843, 195, 861 ], [ 199, 843, 229, 861 ], [ 232, 843, 278, 861 ], [ 359, 797, 372, 815 ], [ 375, 797, 435, 815 ], [ 439, 797, 502, 815 ], [ 506, 797, 532, 815 ], [ 359, 820, 456, 838 ] ]
Acknowledgments The following individuals were members of the OData Technical Committee during the creation of this specification and their contributions are gratefully acknowledged: Howard Abrams (CA Technologies) Jens Hüsken (SAP SE) Ken Baclawski (Northeastern University) Evan Ireland (SAP SE) Jay Balunas (Red Hat) Gershon Janssen (Individual) Stephen Berard (Schneider Electric Ram Jeyaraman (Microsoft) Industries SAS) Ted Jones (Red Hat) Mark Biamonte (Progress Software) Diane Jordan (IBM) Matthew Borges (SAP SE) Stephan Klevenz (SAP SE) Edmond Bourne (BlackBerry) Gerald Krause (SAP SE) Joseph Boyle (Planetwork, Inc.) Nuno Linhares (SDL) Peter Brown (Individual) Paul Lipton (CA Technologies) Antonio Campanile (Bank of America) Malaika (IBM) Pablo Castro (Microsoft) Ramanjaneyulu Malisetti (CA Technologies) Axel Conrad (BlackBerry) Neil McEvoy (iFOSSF International Free – Robin Cover (OASIS) and Open Source Solutions Foundation) Erik de (SDL) Stan Mitranic (CA Technologies) Yi Ding (Microsoft) Dale Moberg (Axway Software) Diane Downie (Citrix Systems) Graham Moore (BrightstarDB Ltd.) Patrick Durusau (Individual) Farrukh Najmi (Individual) Andrew Eisenberg (IBM) Shishir Pardikar (Citrix Systems) Chet Ensign (OASIS) Sanjay (SAP SE) Davina Erasmus (SDL) Nuccio Piscopo (iFOSSF International Free – George Ericson (Dell) and Open Source Solutions Foundation) Colleen Evans (Microsoft) Michael Pizzo (Microsoft) Jason Fam (IBM) Ramesh Reddy (Red Hat) Senaka Fernando (WSO2) Robert Richards (Mashery) Josh Gavant (Microsoft) Sumedha Rubasinghe (WSO2) Brent Gross (IBM) James Snell (IBM) Zhun Guo (Individual) Jeffrey Turpin (Axway Software) Anila Kumar GVN (CA Technologies) John Willson (Individual) Stefan Hagen (Individual) John Wilmes (Individual) Ralf Handl (SAP SE) Christopher Woodruff (Perficient, Inc.) Barbara Hartel (SAP SE) Martin Zurmuehl (SAP SE) Hubert Heijkers (IBM)
Acknowledgments The following individuals were members of the OData Technical Committee during the creation of this specification and their contributions are gratefully acknowledged: Howard Abrams (CA Technologies) Ken Baclawski (Northeastern University) Jay Balunas (Red Hat) Stephen Berard (Schneider Electric Industries SAS) Mark Biamonte (Progress Software) Matthew Borges (SAP SE) Edmond Bourne (BlackBerry) Joseph Boyle (Planetwork, Inc.) Peter Brown (Individual) Antonio Campanile (Bank of America) Pablo Castro (Microsoft) Axel Conrad (BlackBerry) Robin Cover (OASIS) Erik de (SDL) Yi Ding (Microsoft) Diane Downie (Citrix Systems) Patrick Durusau (Individual) Andrew Eisenberg (IBM) Chet Ensign (OASIS) Davina Erasmus (SDL) George Ericson (Dell) Colleen Evans (Microsoft) Jason Fam (IBM) Senaka Fernando (WSO2) Josh Gavant (Microsoft) Brent Gross (IBM) Zhun Guo (Individual) Anila Kumar GVN (CA Technologies) Stefan Hagen (Individual) Ralf Handl (SAP SE) Barbara Hartel (SAP SE) Hubert Heijkers (IBM) Jens Hüsken (SAP SE) Evan Ireland (SAP SE) Gershon Janssen (Individual) Ram Jeyaraman (Microsoft) Ted Jones (Red Hat) Diane Jordan (IBM) Stephan Klevenz (SAP SE) Gerald Krause (SAP SE) Nuno Linhares (SDL) Paul Lipton (CA Technologies) Malaika (IBM) Ramanjaneyulu Malisetti (CA Technologies) Neil McEvoy (iFOSSF – International Free and Open Source Solutions Foundation) Stan Mitranic (CA Technologies) Dale Moberg (Axway Software) Graham Moore (BrightstarDB Ltd.) Farrukh Najmi (Individual) Shishir Pardikar (Citrix Systems) Sanjay (SAP SE) Nuccio Piscopo (iFOSSF – International Free and Open Source Solutions Foundation) Michael Pizzo (Microsoft) Ramesh Reddy (Red Hat) Robert Richards (Mashery) Sumedha Rubasinghe (WSO2) James Snell (IBM) Jeffrey Turpin (Axway Software) John Willson (Individual) John Wilmes (Individual) Christopher Woodruff (Perficient, Inc.) Martin Zurmuehl (SAP SE)
0.561153
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 31, 32, 33, 34, 39, 40, 41, 42, 46, 47, 48, 49, 53, 54, 59, 60, 61, 62, 66, 67, 68, 69, 74, 75, 76, 81, 82, 83, 84, 88, 89, 90, 95, 96, 97, 98, 99, 102, 103, 104, 109, 110, 111, 118, 119, 120, 126, 127, 128, 133, 134, 135, 140, 141, 142, 143, 148, 149, 150, 154, 155, 156, 161, 162, 163, 167, 168, 169, 176, 177, 178, 184, 185, 186, 190, 191, 192, 197, 198, 199, 203, 204, 205, 209, 210, 211, 215, 216, 217, 222, 223, 224, 225, 226, 230, 231, 232, 236, 237, 238, 239, 244, 245, 246, 247, 252, 253, 254, 27, 28, 29, 30, 35, 36, 37, 38, 43, 44, 45, 50, 51, 52, 55, 56, 57, 58, 63, 64, 65, 70, 71, 72, 73, 77, 78, 79, 80, 85, 86, 87, 91, 92, 93, 94, 100, 101, 105, 106, 107, 108, 112, 113, 114, 117, 115, 116, 121, 122, 123, 124, 125, 129, 130, 131, 132, 136, 137, 138, 139, 144, 145, 146, 147, 151, 152, 153, 157, 158, 159, 160, 164, 165, 166, 170, 171, 172, 175, 173, 174, 179, 180, 181, 182, 183, 187, 188, 189, 193, 194, 195, 196, 200, 201, 202, 206, 207, 208, 212, 213, 214, 218, 219, 220, 221, 227, 228, 229, 233, 234, 235, 240, 241, 242, 243, 248, 249, 250, 251 ]
odata-v4.01-wd03-part1-protocol-2017-08-10.docx
task-1603-96
84
[ [ 294, 108, 553, 140 ], [ 117, 153, 145, 171 ], [ 150, 153, 213, 171 ], [ 218, 153, 294, 171 ], [ 299, 153, 334, 171 ], [ 339, 153, 407, 171 ], [ 411, 153, 425, 171 ], [ 429, 153, 452, 171 ], [ 493, 153, 540, 171 ], [ 545, 153, 614, 171 ], [ 619, 153, 698, 171 ], [ 702, 153, 748, 171 ], [ 752, 153, 775, 171 ], [ 780, 153, 838, 171 ], [ 842, 153, 856, 171 ], [ 117, 168, 143, 185 ], [ 147, 168, 237, 185 ], [ 241, 168, 269, 185 ], [ 273, 168, 305, 185 ], [ 310, 168, 402, 185 ], [ 407, 168, 430, 185 ], [ 435, 168, 501, 185 ], [ 506, 168, 615, 185 ], [ 185, 187, 241, 205 ], [ 246, 187, 302, 205 ], [ 306, 187, 335, 205 ], [ 339, 187, 442, 205 ], [ 543, 187, 577, 205 ], [ 582, 187, 637, 205 ], [ 642, 187, 680, 205 ], [ 684, 187, 711, 205 ], [ 185, 202, 214, 219 ], [ 218, 202, 291, 219 ], [ 296, 202, 395, 219 ], [ 400, 202, 477, 219 ], [ 543, 202, 580, 219 ], [ 584, 202, 634, 219 ], [ 639, 202, 677, 219 ], [ 681, 202, 709, 219 ], [ 185, 216, 210, 234 ], [ 215, 216, 274, 234 ], [ 278, 216, 314, 234 ], [ 318, 216, 349, 234 ], [ 543, 216, 605, 234 ], [ 610, 216, 671, 234 ], [ 675, 216, 755, 234 ], [ 185, 231, 246, 248 ], [ 250, 231, 299, 248 ], [ 304, 231, 383, 248 ], [ 387, 231, 441, 248 ], [ 543, 231, 577, 248 ], [ 582, 231, 662, 248 ], [ 667, 231, 744, 248 ], [ 185, 245, 256, 263 ], [ 260, 245, 298, 263 ], [ 543, 245, 571, 263 ], [ 575, 245, 619, 263 ], [ 623, 245, 659, 263 ], [ 663, 245, 694, 263 ], [ 185, 260, 221, 277 ], [ 226, 260, 295, 277 ], [ 299, 260, 370, 277 ], [ 374, 260, 444, 277 ], [ 543, 260, 585, 277 ], [ 590, 260, 640, 277 ], [ 644, 260, 684, 277 ], [ 185, 275, 247, 292 ], [ 251, 275, 303, 292 ], [ 307, 275, 345, 292 ], [ 350, 275, 377, 292 ], [ 543, 275, 603, 292 ], [ 608, 275, 666, 292 ], [ 671, 275, 709, 292 ], [ 713, 275, 740, 292 ], [ 185, 289, 246, 306 ], [ 250, 289, 303, 306 ], [ 307, 289, 397, 306 ], [ 543, 289, 592, 306 ], [ 596, 289, 648, 306 ], [ 652, 289, 691, 306 ], [ 695, 289, 722, 306 ], [ 185, 304, 237, 321 ], [ 242, 304, 283, 321 ], [ 287, 304, 378, 321 ], [ 383, 304, 414, 321 ], [ 543, 304, 582, 321 ], [ 586, 304, 649, 321 ], [ 653, 304, 696, 321 ], [ 185, 318, 224, 335 ], [ 228, 318, 275, 335 ], [ 279, 318, 359, 335 ], [ 543, 318, 575, 335 ], [ 580, 318, 624, 335 ], [ 629, 318, 657, 335 ], [ 662, 318, 764, 335 ], [ 185, 333, 240, 350 ], [ 245, 333, 323, 350 ], [ 327, 333, 370, 350 ], [ 375, 333, 388, 350 ], [ 393, 333, 458, 350 ], [ 579, 333, 635, 350 ], [ 640, 333, 680, 350 ], [ 185, 347, 227, 364 ], [ 231, 347, 279, 364 ], [ 284, 347, 361, 364 ], [ 543, 347, 656, 364 ], [ 661, 347, 721, 364 ], [ 725, 347, 753, 364 ], [ 758, 347, 860, 364 ], [ 185, 362, 217, 379 ], [ 221, 362, 275, 379 ], [ 279, 362, 369, 379 ], [ 543, 362, 571, 379 ], [ 575, 362, 633, 379 ], [ 638, 362, 701, 379 ], [ 720, 362, 809, 379 ], [ 814, 362, 847, 379 ], [ 706, 364, 715, 378 ], [ 185, 376, 227, 394 ], [ 232, 376, 276, 394 ], [ 280, 376, 341, 394 ], [ 543, 376, 570, 394 ], [ 574, 376, 614, 394 ], [ 619, 376, 671, 394 ], [ 675, 376, 742, 394 ], [ 747, 376, 834, 394 ], [ 185, 391, 213, 408 ], [ 217, 391, 236, 408 ], [ 276, 391, 319, 408 ], [ 543, 391, 576, 408 ], [ 581, 391, 638, 408 ], [ 642, 391, 671, 408 ], [ 675, 391, 778, 408 ], [ 185, 405, 199, 423 ], [ 204, 405, 237, 423 ], [ 242, 405, 319, 423 ], [ 543, 405, 576, 423 ], [ 581, 405, 636, 423 ], [ 641, 405, 694, 423 ], [ 699, 405, 769, 423 ], [ 185, 420, 227, 437 ], [ 232, 420, 286, 437 ], [ 291, 420, 334, 437 ], [ 338, 420, 406, 437 ], [ 543, 420, 602, 437 ], [ 606, 420, 652, 437 ], [ 657, 420, 755, 437 ], [ 760, 420, 792, 437 ], [ 185, 434, 235, 452 ], [ 239, 434, 301, 452 ], [ 305, 434, 385, 452 ], [ 543, 434, 599, 452 ], [ 603, 434, 645, 452 ], [ 650, 434, 730, 452 ], [ 185, 449, 240, 466 ], [ 245, 449, 318, 466 ], [ 323, 449, 363, 466 ], [ 543, 449, 593, 466 ], [ 597, 449, 658, 466 ], [ 662, 449, 705, 466 ], [ 710, 449, 778, 466 ], [ 185, 463, 219, 481 ], [ 224, 463, 274, 481 ], [ 278, 463, 339, 481 ], [ 543, 463, 593, 481 ], [ 633, 463, 671, 481 ], [ 676, 463, 703, 481 ], [ 185, 478, 236, 495 ], [ 240, 478, 305, 495 ], [ 309, 478, 352, 495 ], [ 543, 478, 593, 495 ], [ 597, 478, 655, 495 ], [ 660, 478, 723, 495 ], [ 741, 478, 831, 495 ], [ 836, 478, 869, 495 ], [ 728, 480, 737, 494 ], [ 185, 492, 239, 510 ], [ 244, 492, 298, 510 ], [ 303, 492, 342, 510 ], [ 543, 492, 570, 510 ], [ 574, 492, 614, 510 ], [ 619, 492, 671, 510 ], [ 675, 492, 742, 510 ], [ 747, 492, 834, 510 ], [ 185, 507, 240, 524 ], [ 245, 507, 290, 524 ], [ 295, 507, 372, 524 ], [ 543, 507, 599, 524 ], [ 603, 507, 643, 524 ], [ 648, 507, 725, 524 ], [ 185, 521, 228, 539 ], [ 233, 521, 266, 539 ], [ 270, 521, 310, 539 ], [ 543, 521, 603, 539 ], [ 608, 521, 655, 539 ], [ 660, 521, 695, 539 ], [ 700, 521, 731, 539 ], [ 185, 536, 240, 553 ], [ 245, 536, 315, 553 ], [ 319, 536, 378, 553 ], [ 543, 536, 592, 553 ], [ 596, 536, 661, 553 ], [ 665, 536, 739, 553 ], [ 185, 550, 219, 568 ], [ 224, 550, 276, 568 ], [ 281, 550, 358, 568 ], [ 543, 550, 613, 568 ], [ 617, 550, 704, 568 ], [ 709, 550, 768, 568 ], [ 185, 565, 224, 582 ], [ 228, 565, 272, 582 ], [ 276, 565, 316, 582 ], [ 543, 565, 591, 582 ], [ 595, 565, 632, 582 ], [ 636, 565, 676, 582 ], [ 185, 579, 222, 597 ], [ 227, 579, 257, 597 ], [ 262, 579, 342, 597 ], [ 543, 579, 592, 597 ], [ 596, 579, 642, 597 ], [ 647, 579, 701, 597 ], [ 705, 579, 775, 597 ], [ 185, 594, 221, 611 ], [ 226, 594, 274, 611 ], [ 278, 594, 314, 611 ], [ 318, 594, 346, 611 ], [ 351, 594, 453, 611 ], [ 543, 594, 578, 611 ], [ 583, 594, 635, 611 ], [ 640, 594, 720, 611 ], [ 185, 608, 232, 626 ], [ 237, 608, 285, 626 ], [ 289, 608, 369, 626 ], [ 543, 608, 578, 626 ], [ 583, 608, 636, 626 ], [ 641, 608, 721, 626 ], [ 185, 623, 214, 640 ], [ 218, 623, 261, 640 ], [ 266, 623, 304, 640 ], [ 308, 623, 335, 640 ], [ 543, 623, 627, 640 ], [ 632, 623, 698, 640 ], [ 702, 623, 780, 640 ], [ 785, 623, 817, 640 ], [ 185, 637, 243, 655 ], [ 247, 637, 291, 655 ], [ 296, 637, 334, 655 ], [ 338, 637, 365, 655 ], [ 543, 637, 588, 655 ], [ 593, 637, 662, 655 ], [ 666, 637, 704, 655 ], [ 709, 637, 736, 655 ], [ 185, 652, 234, 669 ], [ 238, 652, 297, 669 ], [ 302, 652, 342, 669 ] ]
[ [ 294, 108, 553, 140 ], [ 117, 153, 145, 171 ], [ 150, 153, 213, 171 ], [ 218, 153, 294, 171 ], [ 299, 153, 334, 171 ], [ 339, 153, 407, 171 ], [ 411, 153, 425, 171 ], [ 429, 153, 452, 171 ], [ 493, 153, 540, 171 ], [ 545, 153, 614, 171 ], [ 619, 153, 698, 171 ], [ 702, 153, 748, 171 ], [ 752, 153, 775, 171 ], [ 780, 153, 838, 171 ], [ 842, 153, 856, 171 ], [ 117, 168, 143, 185 ], [ 147, 168, 237, 185 ], [ 241, 168, 269, 185 ], [ 273, 168, 305, 185 ], [ 310, 168, 402, 185 ], [ 407, 168, 430, 185 ], [ 435, 168, 501, 185 ], [ 506, 168, 615, 185 ], [ 185, 187, 241, 205 ], [ 246, 187, 302, 205 ], [ 306, 187, 335, 205 ], [ 339, 187, 442, 205 ], [ 185, 202, 214, 219 ], [ 218, 202, 291, 219 ], [ 296, 202, 395, 219 ], [ 400, 202, 477, 219 ], [ 185, 216, 210, 234 ], [ 215, 216, 274, 234 ], [ 278, 216, 314, 234 ], [ 318, 216, 349, 234 ], [ 185, 231, 246, 248 ], [ 250, 231, 299, 248 ], [ 304, 231, 383, 248 ], [ 387, 231, 441, 248 ], [ 185, 245, 256, 263 ], [ 260, 245, 298, 263 ], [ 185, 260, 221, 277 ], [ 226, 260, 295, 277 ], [ 299, 260, 370, 277 ], [ 374, 260, 444, 277 ], [ 185, 275, 247, 292 ], [ 251, 275, 303, 292 ], [ 307, 275, 345, 292 ], [ 350, 275, 377, 292 ], [ 185, 289, 246, 306 ], [ 250, 289, 303, 306 ], [ 307, 289, 397, 306 ], [ 185, 304, 237, 321 ], [ 242, 304, 283, 321 ], [ 287, 304, 378, 321 ], [ 383, 304, 414, 321 ], [ 185, 318, 224, 335 ], [ 228, 318, 275, 335 ], [ 279, 318, 359, 335 ], [ 185, 333, 240, 350 ], [ 245, 333, 323, 350 ], [ 327, 333, 370, 350 ], [ 375, 333, 388, 350 ], [ 393, 333, 458, 350 ], [ 185, 347, 227, 364 ], [ 231, 347, 279, 364 ], [ 284, 347, 361, 364 ], [ 185, 362, 217, 379 ], [ 221, 362, 275, 379 ], [ 279, 362, 369, 379 ], [ 185, 376, 227, 394 ], [ 232, 376, 276, 394 ], [ 280, 376, 341, 394 ], [ 185, 391, 213, 408 ], [ 217, 391, 236, 408 ], [ 276, 391, 319, 408 ], [ 185, 405, 199, 423 ], [ 204, 405, 237, 423 ], [ 242, 405, 319, 423 ], [ 185, 420, 227, 437 ], [ 232, 420, 286, 437 ], [ 291, 420, 334, 437 ], [ 338, 420, 406, 437 ], [ 185, 434, 235, 452 ], [ 239, 434, 301, 452 ], [ 305, 434, 385, 452 ], [ 185, 449, 240, 466 ], [ 245, 449, 318, 466 ], [ 323, 449, 363, 466 ], [ 185, 463, 219, 481 ], [ 224, 463, 274, 481 ], [ 278, 463, 339, 481 ], [ 185, 478, 236, 495 ], [ 240, 478, 305, 495 ], [ 309, 478, 352, 495 ], [ 185, 492, 239, 510 ], [ 244, 492, 298, 510 ], [ 303, 492, 342, 510 ], [ 185, 507, 240, 524 ], [ 245, 507, 290, 524 ], [ 295, 507, 372, 524 ], [ 185, 521, 228, 539 ], [ 233, 521, 266, 539 ], [ 270, 521, 310, 539 ], [ 185, 536, 240, 553 ], [ 245, 536, 315, 553 ], [ 319, 536, 378, 553 ], [ 185, 550, 219, 568 ], [ 224, 550, 276, 568 ], [ 281, 550, 358, 568 ], [ 185, 565, 224, 582 ], [ 228, 565, 272, 582 ], [ 276, 565, 316, 582 ], [ 185, 579, 222, 597 ], [ 227, 579, 257, 597 ], [ 262, 579, 342, 597 ], [ 185, 594, 221, 611 ], [ 226, 594, 274, 611 ], [ 278, 594, 314, 611 ], [ 318, 594, 346, 611 ], [ 351, 594, 453, 611 ], [ 185, 608, 232, 626 ], [ 237, 608, 285, 626 ], [ 289, 608, 369, 626 ], [ 185, 623, 214, 640 ], [ 218, 623, 261, 640 ], [ 266, 623, 304, 640 ], [ 308, 623, 335, 640 ], [ 185, 637, 243, 655 ], [ 247, 637, 291, 655 ], [ 296, 637, 334, 655 ], [ 338, 637, 365, 655 ], [ 185, 652, 234, 669 ], [ 238, 652, 297, 669 ], [ 302, 652, 342, 669 ], [ 543, 187, 577, 205 ], [ 582, 187, 637, 205 ], [ 642, 187, 680, 205 ], [ 684, 187, 711, 205 ], [ 543, 202, 580, 219 ], [ 584, 202, 634, 219 ], [ 639, 202, 677, 219 ], [ 681, 202, 709, 219 ], [ 543, 216, 605, 234 ], [ 610, 216, 671, 234 ], [ 675, 216, 755, 234 ], [ 543, 231, 577, 248 ], [ 582, 231, 662, 248 ], [ 667, 231, 744, 248 ], [ 543, 245, 571, 263 ], [ 575, 245, 619, 263 ], [ 623, 245, 659, 263 ], [ 663, 245, 694, 263 ], [ 543, 260, 585, 277 ], [ 590, 260, 640, 277 ], [ 644, 260, 684, 277 ], [ 543, 275, 603, 292 ], [ 608, 275, 666, 292 ], [ 671, 275, 709, 292 ], [ 713, 275, 740, 292 ], [ 543, 289, 592, 306 ], [ 596, 289, 648, 306 ], [ 652, 289, 691, 306 ], [ 695, 289, 722, 306 ], [ 543, 304, 582, 321 ], [ 586, 304, 649, 321 ], [ 653, 304, 696, 321 ], [ 543, 318, 575, 335 ], [ 580, 318, 624, 335 ], [ 629, 318, 657, 335 ], [ 662, 318, 764, 335 ], [ 579, 333, 635, 350 ], [ 640, 333, 680, 350 ], [ 543, 347, 656, 364 ], [ 661, 347, 721, 364 ], [ 725, 347, 753, 364 ], [ 758, 347, 860, 364 ], [ 543, 362, 571, 379 ], [ 575, 362, 633, 379 ], [ 638, 362, 701, 379 ], [ 706, 364, 715, 378 ], [ 720, 362, 809, 379 ], [ 814, 362, 847, 379 ], [ 543, 376, 570, 394 ], [ 574, 376, 614, 394 ], [ 619, 376, 671, 394 ], [ 675, 376, 742, 394 ], [ 747, 376, 834, 394 ], [ 543, 391, 576, 408 ], [ 581, 391, 638, 408 ], [ 642, 391, 671, 408 ], [ 675, 391, 778, 408 ], [ 543, 405, 576, 423 ], [ 581, 405, 636, 423 ], [ 641, 405, 694, 423 ], [ 699, 405, 769, 423 ], [ 543, 420, 602, 437 ], [ 606, 420, 652, 437 ], [ 657, 420, 755, 437 ], [ 760, 420, 792, 437 ], [ 543, 434, 599, 452 ], [ 603, 434, 645, 452 ], [ 650, 434, 730, 452 ], [ 543, 449, 593, 466 ], [ 597, 449, 658, 466 ], [ 662, 449, 705, 466 ], [ 710, 449, 778, 466 ], [ 543, 463, 593, 481 ], [ 633, 463, 671, 481 ], [ 676, 463, 703, 481 ], [ 543, 478, 593, 495 ], [ 597, 478, 655, 495 ], [ 660, 478, 723, 495 ], [ 728, 480, 737, 494 ], [ 741, 478, 831, 495 ], [ 836, 478, 869, 495 ], [ 543, 492, 570, 510 ], [ 574, 492, 614, 510 ], [ 619, 492, 671, 510 ], [ 675, 492, 742, 510 ], [ 747, 492, 834, 510 ], [ 543, 507, 599, 524 ], [ 603, 507, 643, 524 ], [ 648, 507, 725, 524 ], [ 543, 521, 603, 539 ], [ 608, 521, 655, 539 ], [ 660, 521, 695, 539 ], [ 700, 521, 731, 539 ], [ 543, 536, 592, 553 ], [ 596, 536, 661, 553 ], [ 665, 536, 739, 553 ], [ 543, 550, 613, 568 ], [ 617, 550, 704, 568 ], [ 709, 550, 768, 568 ], [ 543, 565, 591, 582 ], [ 595, 565, 632, 582 ], [ 636, 565, 676, 582 ], [ 543, 579, 592, 597 ], [ 596, 579, 642, 597 ], [ 647, 579, 701, 597 ], [ 705, 579, 775, 597 ], [ 543, 594, 578, 611 ], [ 583, 594, 635, 611 ], [ 640, 594, 720, 611 ], [ 543, 608, 578, 626 ], [ 583, 608, 636, 626 ], [ 641, 608, 721, 626 ], [ 543, 623, 627, 640 ], [ 632, 623, 698, 640 ], [ 702, 623, 780, 640 ], [ 785, 623, 817, 640 ], [ 543, 637, 588, 655 ], [ 593, 637, 662, 655 ], [ 666, 637, 704, 655 ], [ 709, 637, 736, 655 ] ]
Alcohol and Drug (AOD) Assessment Officer Service Name: Odyssey House Organization Name: Odyssey House McGrath Foundation Location: Central East Sydney [Canterbury and Botany] – Application Closing Date: 28/06/2017 Position Description: Full time fixed term contract until 30th June 2018 (with possible extension) • 38hr week - Monday to Friday • Central East Sydney Locations • SCHADS Award Level 3 Pay Point 1 • Odyssey House McGrath Foundation is a not for profit organisation that provides rehabilitation and community services to individuals with alcohol and other drug dependencies. Odyssey House seeks an experienced alcohol and other drug professional to work with a dynamic new team in the new and expanding Odyssey House Community Services programs. These programs are non residential and will be located in the Central and Eastern Sydney region.(Botany/Mascot) The AOD Assessment Officer will provide the initial point of contact for clients, and services referring clients, to Odyssey House (OH) Community Services. They will conduct screening and assessments, evaluate eligibility, provide information and arrange appropriate services according to client needs. They will assist with creating linkages to relevant support services that will enhance recovery outcomes for clients. The Assessment Officer will contribute to the support of clients who are awaiting service provision. Position Requirements: SELECTION CRITERIA: Only applicants that address and meet the above selection criteria will be considered for interview. Minimum tertiary qualifications in Mental Health or Alcohol and Other Drugs, or equivalent; Demonstrated experience working with culturally diverse, complex, coerced and AOD / Mental Health populations; Demonstrated skills in written communication, including report writing, case notes and data recording; Proven experience conducting relevant assessments and support for individuals, carers and families within the AOD and MH fields Knowledge and/or experience responding to clients in crisis (e.g. presenting suicide/self-harm);
Alcohol and Drug (AOD) Assessment Officer Service Name: Odyssey House Organization Name: Odyssey House McGrath Foundation Location: Central East Sydney – [Canterbury and Botany] Application Closing Date: 28/06/2017 Position Description: • Full time fixed term contract until 30th June 2018 (with possible extension) • 38hr week - Monday to Friday • Central East Sydney Locations • SCHADS Award Level 3 Pay Point 1 Odyssey House McGrath Foundation is a not for profit organisation that provides rehabilitation and community services to individuals with alcohol and other drug dependencies. Odyssey House seeks an experienced alcohol and other drug professional to work with a dynamic new team in the new and expanding Odyssey House Community Services programs. These programs are non residential and will be located in the Central and Eastern Sydney region.(Botany/Mascot) The AOD Assessment Officer will provide the initial point of contact for clients, and services referring clients, to Odyssey House (OH) Community Services. They will conduct screening and assessments, evaluate eligibility, provide information and arrange appropriate services according to client needs. They will assist with creating linkages to relevant support services that will enhance recovery outcomes for clients. The Assessment Officer will contribute to the support of clients who are awaiting service provision. Position Requirements: SELECTION CRITERIA: Only applicants that address and meet the above selection criteria will be considered for interview. Minimum tertiary qualifications in Mental Health or Alcohol and Other Drugs, or equivalent; Demonstrated experience working with culturally diverse, complex, coerced and AOD / Mental Health populations; Demonstrated skills in written communication, including report writing, case notes and data recording; Proven experience conducting relevant assessments and support for individuals, carers and families within the AOD and MH fields Knowledge and/or experience responding to clients in crisis (e.g. presenting suicide/self-harm);
0.973859
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 23, 20, 21, 22, 24, 25, 26, 27, 28, 29, 42, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 49, 43, 44, 45, 46, 47, 48, 54, 50, 51, 52, 53, 62, 55, 56, 57, 58, 59, 60, 61, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290 ]
Odyssey-house_AOD-Assessment-Officer-Advertisement-CES-rewrite-mTz.docx
task-1604-139
0
[ [ 120, 84, 178, 102 ], [ 182, 84, 211, 102 ], [ 253, 84, 290, 102 ], [ 295, 84, 341, 102 ], [ 345, 84, 436, 102 ], [ 440, 84, 492, 102 ], [ 181, 116, 235, 134 ], [ 239, 116, 288, 134 ], [ 181, 132, 243, 150 ], [ 247, 132, 295, 150 ], [ 181, 148, 277, 166 ], [ 281, 148, 331, 166 ], [ 181, 164, 243, 182 ], [ 247, 164, 295, 182 ], [ 299, 164, 365, 182 ], [ 369, 164, 455, 182 ], [ 181, 180, 250, 198 ], [ 181, 196, 235, 214 ], [ 240, 196, 271, 214 ], [ 275, 196, 329, 214 ], [ 346, 196, 436, 214 ], [ 440, 196, 469, 214 ], [ 473, 196, 531, 214 ], [ 333, 200, 342, 213 ], [ 181, 212, 266, 230 ], [ 270, 212, 324, 230 ], [ 328, 212, 368, 230 ], [ 181, 228, 270, 246 ], [ 181, 261, 243, 279 ], [ 247, 261, 340, 279 ], [ 241, 293, 268, 311 ], [ 272, 293, 307, 311 ], [ 311, 293, 347, 311 ], [ 352, 293, 388, 311 ], [ 392, 293, 455, 311 ], [ 459, 293, 493, 311 ], [ 497, 293, 532, 311 ], [ 536, 293, 571, 311 ], [ 575, 293, 612, 311 ], [ 616, 293, 655, 311 ], [ 659, 293, 721, 311 ], [ 725, 293, 804, 311 ], [ 181, 297, 190, 310 ], [ 241, 309, 276, 327 ], [ 280, 309, 320, 327 ], [ 325, 309, 330, 327 ], [ 334, 309, 396, 327 ], [ 401, 309, 417, 327 ], [ 421, 309, 467, 327 ], [ 181, 313, 190, 326 ], [ 241, 325, 296, 343 ], [ 300, 325, 331, 343 ], [ 335, 325, 389, 343 ], [ 393, 325, 465, 343 ], [ 181, 329, 190, 342 ], [ 241, 341, 302, 359 ], [ 306, 341, 355, 359 ], [ 359, 341, 398, 359 ], [ 402, 341, 411, 359 ], [ 415, 341, 442, 359 ], [ 446, 341, 486, 359 ], [ 490, 341, 499, 359 ], [ 181, 345, 190, 358 ], [ 181, 373, 243, 391 ], [ 247, 373, 295, 391 ], [ 299, 373, 365, 391 ], [ 369, 373, 455, 391 ], [ 460, 373, 471, 391 ], [ 475, 373, 484, 391 ], [ 488, 373, 514, 391 ], [ 518, 373, 540, 391 ], [ 544, 373, 586, 391 ], [ 590, 373, 684, 391 ], [ 688, 373, 719, 391 ], [ 723, 373, 788, 391 ], [ 181, 389, 282, 407 ], [ 287, 389, 315, 407 ], [ 319, 389, 404, 407 ], [ 408, 389, 468, 407 ], [ 472, 389, 488, 407 ], [ 492, 389, 572, 407 ], [ 576, 389, 610, 407 ], [ 614, 389, 668, 407 ], [ 672, 389, 701, 407 ], [ 705, 389, 746, 407 ], [ 750, 389, 785, 407 ], [ 181, 405, 290, 423 ], [ 181, 437, 243, 455 ], [ 247, 437, 295, 455 ], [ 299, 437, 340, 455 ], [ 344, 437, 363, 455 ], [ 367, 437, 459, 455 ], [ 463, 437, 518, 455 ], [ 522, 437, 550, 455 ], [ 554, 437, 596, 455 ], [ 600, 437, 634, 455 ], [ 638, 437, 730, 455 ], [ 735, 437, 750, 455 ], [ 755, 437, 792, 455 ], [ 797, 437, 830, 455 ], [ 834, 437, 843, 455 ], [ 181, 453, 244, 470 ], [ 248, 453, 281, 470 ], [ 285, 453, 324, 470 ], [ 328, 453, 342, 470 ], [ 346, 453, 371, 470 ], [ 375, 453, 407, 470 ], [ 411, 453, 440, 470 ], [ 444, 453, 522, 470 ], [ 526, 453, 588, 470 ], [ 592, 453, 640, 470 ], [ 644, 453, 731, 470 ], [ 735, 453, 796, 470 ], [ 800, 453, 877, 470 ], [ 181, 468, 225, 486 ], [ 229, 468, 301, 486 ], [ 305, 468, 330, 486 ], [ 334, 468, 363, 486 ], [ 367, 468, 446, 486 ], [ 451, 468, 479, 486 ], [ 483, 468, 509, 486 ], [ 513, 468, 532, 486 ], [ 536, 468, 592, 486 ], [ 596, 468, 610, 486 ], [ 614, 468, 639, 486 ], [ 643, 468, 698, 486 ], [ 702, 468, 730, 486 ], [ 734, 468, 791, 486 ], [ 795, 468, 849, 486 ], [ 181, 484, 360, 502 ], [ 181, 516, 209, 534 ], [ 213, 516, 247, 534 ], [ 251, 516, 340, 534 ], [ 344, 516, 395, 534 ], [ 399, 516, 425, 534 ], [ 430, 516, 487, 534 ], [ 491, 516, 516, 534 ], [ 520, 516, 562, 534 ], [ 566, 516, 606, 534 ], [ 610, 516, 625, 534 ], [ 629, 516, 686, 534 ], [ 690, 516, 712, 534 ], [ 716, 516, 769, 534 ], [ 773, 516, 801, 534 ], [ 806, 516, 865, 534 ], [ 181, 535, 247, 553 ], [ 251, 535, 304, 553 ], [ 308, 535, 324, 553 ], [ 328, 535, 391, 553 ], [ 395, 535, 442, 553 ], [ 446, 535, 481, 553 ], [ 486, 535, 573, 553 ], [ 577, 535, 642, 553 ], [ 651, 535, 687, 553 ], [ 691, 535, 717, 553 ], [ 721, 535, 782, 553 ], [ 786, 535, 858, 553 ], [ 181, 553, 209, 571 ], [ 213, 553, 312, 571 ], [ 316, 553, 381, 571 ], [ 385, 553, 457, 571 ], [ 461, 553, 518, 571 ], [ 523, 553, 612, 571 ], [ 616, 553, 644, 571 ], [ 648, 553, 706, 571 ], [ 711, 553, 800, 571 ], [ 804, 553, 863, 571 ], [ 181, 571, 254, 589 ], [ 258, 571, 274, 589 ], [ 278, 571, 319, 589 ], [ 324, 571, 373, 589 ], [ 377, 571, 414, 589 ], [ 418, 571, 444, 589 ], [ 448, 571, 489, 589 ], [ 493, 571, 526, 589 ], [ 530, 571, 592, 589 ], [ 596, 571, 656, 589 ], [ 660, 571, 676, 589 ], [ 680, 571, 743, 589 ], [ 747, 571, 805, 589 ], [ 810, 571, 869, 589 ], [ 181, 590, 212, 608 ], [ 216, 590, 242, 608 ], [ 246, 590, 310, 608 ], [ 314, 590, 380, 608 ], [ 384, 590, 458, 608 ], [ 462, 590, 484, 608 ], [ 488, 590, 542, 608 ], [ 550, 590, 578, 608 ], [ 582, 590, 671, 608 ], [ 675, 590, 726, 608 ], [ 730, 590, 756, 608 ], [ 760, 590, 839, 608 ], [ 843, 590, 859, 608 ], [ 181, 608, 206, 626 ], [ 210, 608, 269, 626 ], [ 273, 608, 288, 626 ], [ 293, 608, 341, 626 ], [ 345, 608, 378, 626 ], [ 382, 608, 407, 626 ], [ 411, 608, 475, 626 ], [ 479, 608, 531, 626 ], [ 535, 608, 609, 626 ], [ 181, 643, 243, 661 ], [ 247, 643, 360, 661 ], [ 120, 676, 203, 694 ], [ 208, 676, 282, 694 ], [ 287, 676, 321, 693 ], [ 325, 676, 402, 693 ], [ 406, 676, 437, 693 ], [ 442, 676, 500, 693 ], [ 504, 676, 532, 693 ], [ 536, 676, 575, 693 ], [ 579, 676, 603, 693 ], [ 608, 676, 653, 693 ], [ 657, 676, 723, 693 ], [ 728, 676, 781, 693 ], [ 785, 676, 811, 693 ], [ 815, 676, 833, 693 ], [ 120, 692, 201, 709 ], [ 206, 692, 227, 709 ], [ 231, 692, 305, 709 ], [ 229, 724, 302, 742 ], [ 306, 724, 362, 742 ], [ 366, 724, 466, 742 ], [ 470, 724, 484, 742 ], [ 488, 724, 542, 742 ], [ 547, 724, 596, 742 ], [ 600, 724, 617, 742 ], [ 621, 724, 677, 742 ], [ 681, 724, 709, 742 ], [ 713, 724, 757, 742 ], [ 761, 724, 809, 742 ], [ 814, 724, 830, 742 ], [ 229, 740, 313, 758 ], [ 229, 756, 337, 774 ], [ 341, 756, 424, 774 ], [ 428, 756, 488, 774 ], [ 493, 756, 526, 774 ], [ 530, 756, 600, 774 ], [ 604, 756, 663, 774 ], [ 667, 756, 735, 774 ], [ 739, 756, 799, 774 ], [ 803, 756, 831, 774 ], [ 287, 772, 322, 790 ], [ 326, 772, 333, 790 ], [ 337, 772, 391, 790 ], [ 395, 772, 445, 790 ], [ 449, 772, 543, 790 ], [ 229, 788, 337, 806 ], [ 341, 788, 377, 806 ], [ 381, 788, 395, 806 ], [ 399, 788, 454, 806 ], [ 458, 788, 580, 806 ], [ 584, 788, 652, 806 ], [ 656, 788, 704, 806 ], [ 708, 788, 765, 806 ], [ 770, 788, 803, 806 ], [ 807, 788, 849, 806 ], [ 229, 804, 257, 822 ], [ 261, 804, 295, 822 ], [ 299, 804, 376, 822 ], [ 229, 820, 281, 838 ], [ 286, 820, 368, 838 ], [ 372, 820, 456, 838 ], [ 460, 820, 522, 838 ], [ 526, 820, 620, 838 ], [ 624, 820, 652, 838 ], [ 657, 820, 715, 838 ], [ 719, 820, 741, 838 ], [ 745, 820, 830, 838 ], [ 229, 836, 274, 854 ], [ 279, 836, 307, 854 ], [ 311, 836, 369, 854 ], [ 374, 836, 421, 854 ], [ 425, 836, 450, 854 ], [ 454, 836, 488, 854 ], [ 493, 836, 521, 854 ], [ 525, 836, 552, 854 ], [ 557, 836, 597, 854 ], [ 229, 852, 312, 870 ], [ 316, 852, 367, 870 ], [ 372, 852, 454, 870 ], [ 458, 852, 543, 870 ], [ 547, 852, 563, 870 ], [ 567, 852, 616, 870 ], [ 620, 852, 634, 870 ], [ 638, 852, 675, 870 ], [ 679, 852, 712, 870 ], [ 716, 852, 796, 870 ], [ 229, 868, 370, 886 ] ]
[ [ 120, 84, 178, 102 ], [ 182, 84, 211, 102 ], [ 253, 84, 290, 102 ], [ 295, 84, 341, 102 ], [ 345, 84, 436, 102 ], [ 440, 84, 492, 102 ], [ 181, 116, 235, 134 ], [ 239, 116, 288, 134 ], [ 181, 132, 243, 150 ], [ 247, 132, 295, 150 ], [ 181, 148, 277, 166 ], [ 281, 148, 331, 166 ], [ 181, 164, 243, 182 ], [ 247, 164, 295, 182 ], [ 299, 164, 365, 182 ], [ 369, 164, 455, 182 ], [ 181, 180, 250, 198 ], [ 181, 196, 235, 214 ], [ 240, 196, 271, 214 ], [ 275, 196, 329, 214 ], [ 333, 200, 342, 213 ], [ 346, 196, 436, 214 ], [ 440, 196, 469, 214 ], [ 473, 196, 531, 214 ], [ 181, 212, 266, 230 ], [ 270, 212, 324, 230 ], [ 328, 212, 368, 230 ], [ 181, 228, 270, 246 ], [ 181, 261, 243, 279 ], [ 247, 261, 340, 279 ], [ 181, 297, 190, 310 ], [ 241, 293, 268, 311 ], [ 272, 293, 307, 311 ], [ 311, 293, 347, 311 ], [ 352, 293, 388, 311 ], [ 392, 293, 455, 311 ], [ 459, 293, 493, 311 ], [ 497, 293, 532, 311 ], [ 536, 293, 571, 311 ], [ 575, 293, 612, 311 ], [ 616, 293, 655, 311 ], [ 659, 293, 721, 311 ], [ 725, 293, 804, 311 ], [ 181, 313, 190, 326 ], [ 241, 309, 276, 327 ], [ 280, 309, 320, 327 ], [ 325, 309, 330, 327 ], [ 334, 309, 396, 327 ], [ 401, 309, 417, 327 ], [ 421, 309, 467, 327 ], [ 181, 329, 190, 342 ], [ 241, 325, 296, 343 ], [ 300, 325, 331, 343 ], [ 335, 325, 389, 343 ], [ 393, 325, 465, 343 ], [ 181, 345, 190, 358 ], [ 241, 341, 302, 359 ], [ 306, 341, 355, 359 ], [ 359, 341, 398, 359 ], [ 402, 341, 411, 359 ], [ 415, 341, 442, 359 ], [ 446, 341, 486, 359 ], [ 490, 341, 499, 359 ], [ 181, 373, 243, 391 ], [ 247, 373, 295, 391 ], [ 299, 373, 365, 391 ], [ 369, 373, 455, 391 ], [ 460, 373, 471, 391 ], [ 475, 373, 484, 391 ], [ 488, 373, 514, 391 ], [ 518, 373, 540, 391 ], [ 544, 373, 586, 391 ], [ 590, 373, 684, 391 ], [ 688, 373, 719, 391 ], [ 723, 373, 788, 391 ], [ 181, 389, 282, 407 ], [ 287, 389, 315, 407 ], [ 319, 389, 404, 407 ], [ 408, 389, 468, 407 ], [ 472, 389, 488, 407 ], [ 492, 389, 572, 407 ], [ 576, 389, 610, 407 ], [ 614, 389, 668, 407 ], [ 672, 389, 701, 407 ], [ 705, 389, 746, 407 ], [ 750, 389, 785, 407 ], [ 181, 405, 290, 423 ], [ 181, 437, 243, 455 ], [ 247, 437, 295, 455 ], [ 299, 437, 340, 455 ], [ 344, 437, 363, 455 ], [ 367, 437, 459, 455 ], [ 463, 437, 518, 455 ], [ 522, 437, 550, 455 ], [ 554, 437, 596, 455 ], [ 600, 437, 634, 455 ], [ 638, 437, 730, 455 ], [ 735, 437, 750, 455 ], [ 755, 437, 792, 455 ], [ 797, 437, 830, 455 ], [ 834, 437, 843, 455 ], [ 181, 453, 244, 470 ], [ 248, 453, 281, 470 ], [ 285, 453, 324, 470 ], [ 328, 453, 342, 470 ], [ 346, 453, 371, 470 ], [ 375, 453, 407, 470 ], [ 411, 453, 440, 470 ], [ 444, 453, 522, 470 ], [ 526, 453, 588, 470 ], [ 592, 453, 640, 470 ], [ 644, 453, 731, 470 ], [ 735, 453, 796, 470 ], [ 800, 453, 877, 470 ], [ 181, 468, 225, 486 ], [ 229, 468, 301, 486 ], [ 305, 468, 330, 486 ], [ 334, 468, 363, 486 ], [ 367, 468, 446, 486 ], [ 451, 468, 479, 486 ], [ 483, 468, 509, 486 ], [ 513, 468, 532, 486 ], [ 536, 468, 592, 486 ], [ 596, 468, 610, 486 ], [ 614, 468, 639, 486 ], [ 643, 468, 698, 486 ], [ 702, 468, 730, 486 ], [ 734, 468, 791, 486 ], [ 795, 468, 849, 486 ], [ 181, 484, 360, 502 ], [ 181, 516, 209, 534 ], [ 213, 516, 247, 534 ], [ 251, 516, 340, 534 ], [ 344, 516, 395, 534 ], [ 399, 516, 425, 534 ], [ 430, 516, 487, 534 ], [ 491, 516, 516, 534 ], [ 520, 516, 562, 534 ], [ 566, 516, 606, 534 ], [ 610, 516, 625, 534 ], [ 629, 516, 686, 534 ], [ 690, 516, 712, 534 ], [ 716, 516, 769, 534 ], [ 773, 516, 801, 534 ], [ 806, 516, 865, 534 ], [ 181, 535, 247, 553 ], [ 251, 535, 304, 553 ], [ 308, 535, 324, 553 ], [ 328, 535, 391, 553 ], [ 395, 535, 442, 553 ], [ 446, 535, 481, 553 ], [ 486, 535, 573, 553 ], [ 577, 535, 642, 553 ], [ 651, 535, 687, 553 ], [ 691, 535, 717, 553 ], [ 721, 535, 782, 553 ], [ 786, 535, 858, 553 ], [ 181, 553, 209, 571 ], [ 213, 553, 312, 571 ], [ 316, 553, 381, 571 ], [ 385, 553, 457, 571 ], [ 461, 553, 518, 571 ], [ 523, 553, 612, 571 ], [ 616, 553, 644, 571 ], [ 648, 553, 706, 571 ], [ 711, 553, 800, 571 ], [ 804, 553, 863, 571 ], [ 181, 571, 254, 589 ], [ 258, 571, 274, 589 ], [ 278, 571, 319, 589 ], [ 324, 571, 373, 589 ], [ 377, 571, 414, 589 ], [ 418, 571, 444, 589 ], [ 448, 571, 489, 589 ], [ 493, 571, 526, 589 ], [ 530, 571, 592, 589 ], [ 596, 571, 656, 589 ], [ 660, 571, 676, 589 ], [ 680, 571, 743, 589 ], [ 747, 571, 805, 589 ], [ 810, 571, 869, 589 ], [ 181, 590, 212, 608 ], [ 216, 590, 242, 608 ], [ 246, 590, 310, 608 ], [ 314, 590, 380, 608 ], [ 384, 590, 458, 608 ], [ 462, 590, 484, 608 ], [ 488, 590, 542, 608 ], [ 550, 590, 578, 608 ], [ 582, 590, 671, 608 ], [ 675, 590, 726, 608 ], [ 730, 590, 756, 608 ], [ 760, 590, 839, 608 ], [ 843, 590, 859, 608 ], [ 181, 608, 206, 626 ], [ 210, 608, 269, 626 ], [ 273, 608, 288, 626 ], [ 293, 608, 341, 626 ], [ 345, 608, 378, 626 ], [ 382, 608, 407, 626 ], [ 411, 608, 475, 626 ], [ 479, 608, 531, 626 ], [ 535, 608, 609, 626 ], [ 181, 643, 243, 661 ], [ 247, 643, 360, 661 ], [ 120, 676, 203, 694 ], [ 208, 676, 282, 694 ], [ 287, 676, 321, 693 ], [ 325, 676, 402, 693 ], [ 406, 676, 437, 693 ], [ 442, 676, 500, 693 ], [ 504, 676, 532, 693 ], [ 536, 676, 575, 693 ], [ 579, 676, 603, 693 ], [ 608, 676, 653, 693 ], [ 657, 676, 723, 693 ], [ 728, 676, 781, 693 ], [ 785, 676, 811, 693 ], [ 815, 676, 833, 693 ], [ 120, 692, 201, 709 ], [ 206, 692, 227, 709 ], [ 231, 692, 305, 709 ], [ 229, 724, 302, 742 ], [ 306, 724, 362, 742 ], [ 366, 724, 466, 742 ], [ 470, 724, 484, 742 ], [ 488, 724, 542, 742 ], [ 547, 724, 596, 742 ], [ 600, 724, 617, 742 ], [ 621, 724, 677, 742 ], [ 681, 724, 709, 742 ], [ 713, 724, 757, 742 ], [ 761, 724, 809, 742 ], [ 814, 724, 830, 742 ], [ 229, 740, 313, 758 ], [ 229, 756, 337, 774 ], [ 341, 756, 424, 774 ], [ 428, 756, 488, 774 ], [ 493, 756, 526, 774 ], [ 530, 756, 600, 774 ], [ 604, 756, 663, 774 ], [ 667, 756, 735, 774 ], [ 739, 756, 799, 774 ], [ 803, 756, 831, 774 ], [ 287, 772, 322, 790 ], [ 326, 772, 333, 790 ], [ 337, 772, 391, 790 ], [ 395, 772, 445, 790 ], [ 449, 772, 543, 790 ], [ 229, 788, 337, 806 ], [ 341, 788, 377, 806 ], [ 381, 788, 395, 806 ], [ 399, 788, 454, 806 ], [ 458, 788, 580, 806 ], [ 584, 788, 652, 806 ], [ 656, 788, 704, 806 ], [ 708, 788, 765, 806 ], [ 770, 788, 803, 806 ], [ 807, 788, 849, 806 ], [ 229, 804, 257, 822 ], [ 261, 804, 295, 822 ], [ 299, 804, 376, 822 ], [ 229, 820, 281, 838 ], [ 286, 820, 368, 838 ], [ 372, 820, 456, 838 ], [ 460, 820, 522, 838 ], [ 526, 820, 620, 838 ], [ 624, 820, 652, 838 ], [ 657, 820, 715, 838 ], [ 719, 820, 741, 838 ], [ 745, 820, 830, 838 ], [ 229, 836, 274, 854 ], [ 279, 836, 307, 854 ], [ 311, 836, 369, 854 ], [ 374, 836, 421, 854 ], [ 425, 836, 450, 854 ], [ 454, 836, 488, 854 ], [ 493, 836, 521, 854 ], [ 525, 836, 552, 854 ], [ 557, 836, 597, 854 ], [ 229, 852, 312, 870 ], [ 316, 852, 367, 870 ], [ 372, 852, 454, 870 ], [ 458, 852, 543, 870 ], [ 547, 852, 563, 870 ], [ 567, 852, 616, 870 ], [ 620, 852, 634, 870 ], [ 638, 852, 675, 870 ], [ 679, 852, 712, 870 ], [ 716, 852, 796, 870 ], [ 229, 868, 370, 886 ] ]
Inappropriate behaviors at Richmond fall into misbehavior levels and are addressed according to level. Teacher judgment and behavior context will be taken into account. Consequences: Minor Offenses: (Supervising adult including Interventions: Classroom Level teacher, noon supervisor, or instructional aide) Not following directions Pull ticket, lose butterfly Setting classroom Inappropriate laughing, bucks, move down clip expectations sneering, notes, pictures Corrective Feedback Creating a classroom Teasing, Put-downs, Time out community name-calling, Eye-rolling, Loss of Privilege Providing reinforcing taunting (scissors, markers, line language to positive Interrupting, Distracting leader, walking to behaviors others, Excessive talking Misuse of materials bathroom Reminding students of Inappropriate language expectations Play fighting 1 Offenses: Consequences: Intervention: Classroom Level (Supervising teacher) Back-talking/arguing Mandatory Parent Contact Establish positive Obscene gestures, Teacher Consequence such relationship with student Disrespectful profanity as: Seat change Persistent Refusal to Think Sheet Role-play replacement Work Community Service behavior Play-fighting (2nd Apology Letter (s) parent/guardian Offense) Read a relevant accompany student to Cheating/lying Throwing inappropriate article or story. class objects Summarize or draw a Daily progress report Physical Aggression picture. Increase positive (without injury) Buddy Teacher recognition Unkind exclusion Timeout Goal setting with student Bullying (1st Offense) 2 Offenses: Consequences: Interventions Office Level (Administration)
Inappropriate behaviors at Richmond fall into misbehavior levels and are addressed according to level. Teacher judgment and behavior context will be taken into account. Minor Offenses: Classroom Level Consequences: (Supervising adult including teacher, noon supervisor, or instructional aide) Interventions: Not following directions Inappropriate laughing, sneering, notes, pictures Teasing, Put-downs, name-calling, Eye-rolling, taunting Interrupting, Distracting others, Excessive talking Misuse of materials Inappropriate language Play fighting Pull ticket, lose butterfly bucks, move down clip Corrective Feedback Time out Loss of Privilege (scissors, markers, line leader, walking to bathroom Setting classroom expectations Creating a classroom community Providing reinforcing language to positive behaviors Reminding students of expectations 1 Offenses: Classroom Level Consequences: (Supervising teacher) Intervention: Back-talking/arguing Obscene gestures, Disrespectful profanity Persistent Refusal to Work Play-fighting (2nd Offense) Cheating/lying Throwing inappropriate objects Physical Aggression (without injury) Unkind exclusion Bullying (1st Offense) Mandatory Parent Contact Teacher Consequence such as: Think Sheet Community Service Apology Letter (s) Read a relevant article or story. Summarize or draw a picture. Buddy Teacher Timeout Establish positive relationship with student Seat change Role-play replacement behavior parent/guardian accompany student to class Daily progress report Increase positive recognition Goal setting with student 2 Offenses: Office Level Consequences: (Administration) Interventions
0.410226
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 25, 26, 31, 32, 24, 27, 28, 29, 33, 34, 35, 36, 37, 38, 30, 39, 40, 41, 48, 49, 55, 56, 57, 63, 64, 68, 69, 75, 82, 83, 88, 89, 90, 91, 92, 93, 98, 99, 101, 102, 42, 43, 44, 45, 50, 51, 52, 53, 58, 59, 65, 66, 70, 71, 72, 76, 77, 78, 84, 85, 86, 94, 46, 47, 54, 60, 61, 62, 67, 73, 74, 79, 80, 81, 87, 95, 96, 97, 100, 103, 104, 107, 108, 105, 109, 110, 106, 111, 117, 118, 125, 126, 130, 131, 132, 137, 141, 142, 147, 154, 155, 156, 161, 169, 170, 174, 175, 179, 180, 186, 187, 188, 112, 113, 114, 119, 120, 121, 127, 133, 134, 138, 139, 143, 144, 145, 148, 149, 150, 157, 158, 159, 162, 163, 164, 165, 171, 176, 177, 181, 115, 116, 122, 123, 124, 128, 129, 135, 136, 140, 146, 151, 152, 153, 160, 166, 167, 168, 172, 173, 178, 182, 183, 184, 185, 189, 190, 193, 194, 191, 195, 192 ]
oDyzztCMAj8uTPS3rvClwhSiwCyUDd8tdvrM7Yk7GJ9FXntA.docx
task-1604-165
21
[ [ 117, 88, 233, 109 ], [ 242, 88, 327, 109 ], [ 337, 88, 353, 109 ], [ 362, 88, 451, 109 ], [ 460, 88, 485, 109 ], [ 495, 88, 526, 109 ], [ 536, 88, 641, 109 ], [ 651, 88, 701, 109 ], [ 710, 88, 743, 109 ], [ 753, 88, 781, 109 ], [ 790, 88, 882, 109 ], [ 117, 108, 202, 129 ], [ 212, 108, 229, 129 ], [ 281, 108, 327, 129 ], [ 347, 108, 419, 129 ], [ 429, 108, 510, 129 ], [ 520, 108, 553, 129 ], [ 563, 108, 639, 129 ], [ 649, 108, 712, 129 ], [ 722, 108, 750, 129 ], [ 760, 108, 782, 129 ], [ 792, 108, 840, 129 ], [ 850, 108, 882, 129 ], [ 117, 128, 191, 149 ], [ 366, 164, 560, 192 ], [ 77, 180, 148, 208 ], [ 155, 180, 275, 208 ], [ 366, 188, 474, 207 ], [ 479, 188, 522, 207 ], [ 527, 188, 607, 207 ], [ 649, 188, 822, 216 ], [ 77, 204, 169, 223 ], [ 174, 204, 220, 223 ], [ 366, 204, 435, 223 ], [ 440, 204, 483, 223 ], [ 488, 204, 585, 223 ], [ 590, 204, 608, 223 ], [ 366, 220, 473, 239 ], [ 478, 220, 520, 239 ], [ 135, 237, 166, 257 ], [ 171, 237, 248, 257 ], [ 253, 237, 337, 257 ], [ 425, 237, 457, 257 ], [ 463, 237, 514, 257 ], [ 519, 237, 555, 257 ], [ 561, 237, 630, 257 ], [ 708, 237, 769, 257 ], [ 774, 237, 863, 257 ], [ 135, 254, 251, 275 ], [ 256, 254, 336, 275 ], [ 425, 257, 481, 277 ], [ 487, 257, 535, 277 ], [ 540, 257, 587, 277 ], [ 592, 257, 622, 277 ], [ 708, 257, 818, 277 ], [ 135, 271, 216, 292 ], [ 221, 271, 275, 292 ], [ 280, 271, 349, 292 ], [ 425, 277, 514, 298 ], [ 519, 277, 605, 298 ], [ 708, 277, 782, 298 ], [ 787, 277, 798, 298 ], [ 803, 277, 893, 298 ], [ 135, 289, 211, 310 ], [ 216, 289, 314, 310 ], [ 425, 297, 468, 318 ], [ 474, 297, 501, 318 ], [ 708, 297, 802, 318 ], [ 135, 306, 252, 327 ], [ 257, 306, 355, 327 ], [ 425, 317, 466, 338 ], [ 471, 317, 488, 338 ], [ 493, 317, 568, 338 ], [ 708, 317, 789, 338 ], [ 795, 317, 886, 338 ], [ 135, 324, 205, 345 ], [ 425, 337, 507, 358 ], [ 513, 337, 589, 358 ], [ 594, 337, 625, 358 ], [ 708, 337, 788, 358 ], [ 794, 337, 810, 358 ], [ 815, 337, 882, 358 ], [ 135, 341, 240, 362 ], [ 245, 341, 338, 362 ], [ 425, 357, 484, 378 ], [ 490, 357, 555, 378 ], [ 561, 357, 577, 378 ], [ 708, 357, 793, 378 ], [ 135, 359, 195, 379 ], [ 201, 359, 289, 379 ], [ 294, 359, 351, 379 ], [ 135, 376, 197, 397 ], [ 203, 376, 219, 397 ], [ 225, 376, 304, 397 ], [ 425, 377, 507, 398 ], [ 708, 377, 801, 398 ], [ 807, 377, 881, 398 ], [ 886, 377, 903, 398 ], [ 135, 393, 251, 414 ], [ 256, 393, 337, 414 ], [ 708, 397, 818, 418 ], [ 135, 411, 173, 432 ], [ 179, 411, 242, 432 ], [ 139, 431, 153, 459 ], [ 161, 431, 281, 459 ], [ 366, 431, 560, 459 ], [ 649, 431, 807, 459 ], [ 77, 456, 169, 475 ], [ 174, 456, 220, 475 ], [ 366, 456, 474, 475 ], [ 479, 456, 549, 475 ], [ 135, 472, 313, 493 ], [ 395, 472, 488, 493 ], [ 493, 472, 551, 493 ], [ 556, 472, 624, 493 ], [ 708, 472, 787, 493 ], [ 793, 472, 859, 493 ], [ 135, 489, 214, 510 ], [ 219, 489, 300, 510 ], [ 395, 492, 467, 513 ], [ 472, 492, 593, 513 ], [ 599, 492, 640, 513 ], [ 708, 492, 808, 513 ], [ 813, 492, 848, 513 ], [ 854, 492, 918, 513 ], [ 135, 507, 249, 528 ], [ 254, 507, 329, 528 ], [ 395, 512, 421, 533 ], [ 708, 512, 748, 533 ], [ 753, 512, 818, 533 ], [ 135, 524, 222, 545 ], [ 228, 524, 294, 545 ], [ 300, 524, 316, 545 ], [ 454, 532, 502, 553 ], [ 507, 532, 559, 553 ], [ 708, 532, 790, 553 ], [ 796, 532, 904, 553 ], [ 135, 542, 181, 562 ], [ 454, 552, 553, 573 ], [ 559, 552, 624, 573 ], [ 708, 552, 783, 573 ], [ 135, 559, 243, 580 ], [ 249, 559, 288, 580 ], [ 454, 572, 525, 593 ], [ 530, 572, 580, 593 ], [ 586, 572, 609, 593 ], [ 708, 572, 845, 593 ], [ 135, 576, 210, 597 ], [ 454, 592, 501, 613 ], [ 506, 592, 517, 613 ], [ 523, 592, 592, 613 ], [ 708, 592, 808, 613 ], [ 813, 592, 878, 613 ], [ 883, 592, 899, 613 ], [ 135, 594, 260, 615 ], [ 135, 611, 216, 632 ], [ 221, 611, 336, 632 ], [ 454, 612, 506, 633 ], [ 512, 612, 529, 633 ], [ 535, 612, 582, 633 ], [ 708, 612, 752, 633 ], [ 135, 629, 197, 650 ], [ 454, 632, 553, 653 ], [ 559, 632, 576, 653 ], [ 581, 632, 624, 653 ], [ 629, 632, 640, 653 ], [ 708, 632, 751, 653 ], [ 757, 632, 833, 653 ], [ 838, 632, 890, 653 ], [ 135, 646, 215, 667 ], [ 220, 646, 328, 667 ], [ 454, 652, 518, 673 ], [ 708, 652, 783, 673 ], [ 788, 652, 855, 673 ], [ 135, 664, 211, 684 ], [ 217, 664, 277, 684 ], [ 454, 672, 510, 693 ], [ 515, 672, 587, 693 ], [ 708, 672, 804, 693 ], [ 135, 681, 196, 702 ], [ 202, 681, 284, 702 ], [ 454, 692, 525, 713 ], [ 708, 692, 749, 713 ], [ 754, 692, 812, 713 ], [ 818, 692, 852, 713 ], [ 858, 692, 922, 713 ], [ 135, 698, 213, 719 ], [ 218, 698, 253, 719 ], [ 258, 698, 338, 719 ], [ 139, 736, 153, 764 ], [ 161, 736, 281, 764 ], [ 366, 736, 560, 764 ], [ 649, 736, 813, 764 ], [ 77, 761, 127, 780 ], [ 132, 761, 178, 780 ], [ 366, 761, 504, 780 ] ]
[ [ 117, 88, 233, 109 ], [ 242, 88, 327, 109 ], [ 337, 88, 353, 109 ], [ 362, 88, 451, 109 ], [ 460, 88, 485, 109 ], [ 495, 88, 526, 109 ], [ 536, 88, 641, 109 ], [ 651, 88, 701, 109 ], [ 710, 88, 743, 109 ], [ 753, 88, 781, 109 ], [ 790, 88, 882, 109 ], [ 117, 108, 202, 129 ], [ 212, 108, 229, 129 ], [ 281, 108, 327, 129 ], [ 347, 108, 419, 129 ], [ 429, 108, 510, 129 ], [ 520, 108, 553, 129 ], [ 563, 108, 639, 129 ], [ 649, 108, 712, 129 ], [ 722, 108, 750, 129 ], [ 760, 108, 782, 129 ], [ 792, 108, 840, 129 ], [ 850, 108, 882, 129 ], [ 117, 128, 191, 149 ], [ 77, 180, 148, 208 ], [ 155, 180, 275, 208 ], [ 77, 204, 169, 223 ], [ 174, 204, 220, 223 ], [ 366, 164, 560, 192 ], [ 366, 188, 474, 207 ], [ 479, 188, 522, 207 ], [ 527, 188, 607, 207 ], [ 366, 204, 435, 223 ], [ 440, 204, 483, 223 ], [ 488, 204, 585, 223 ], [ 590, 204, 608, 223 ], [ 366, 220, 473, 239 ], [ 478, 220, 520, 239 ], [ 649, 188, 822, 216 ], [ 135, 237, 166, 257 ], [ 171, 237, 248, 257 ], [ 253, 237, 337, 257 ], [ 135, 254, 251, 275 ], [ 256, 254, 336, 275 ], [ 135, 271, 216, 292 ], [ 221, 271, 275, 292 ], [ 280, 271, 349, 292 ], [ 135, 289, 211, 310 ], [ 216, 289, 314, 310 ], [ 135, 306, 252, 327 ], [ 257, 306, 355, 327 ], [ 135, 324, 205, 345 ], [ 135, 341, 240, 362 ], [ 245, 341, 338, 362 ], [ 135, 359, 195, 379 ], [ 201, 359, 289, 379 ], [ 294, 359, 351, 379 ], [ 135, 376, 197, 397 ], [ 203, 376, 219, 397 ], [ 225, 376, 304, 397 ], [ 135, 393, 251, 414 ], [ 256, 393, 337, 414 ], [ 135, 411, 173, 432 ], [ 179, 411, 242, 432 ], [ 425, 237, 457, 257 ], [ 463, 237, 514, 257 ], [ 519, 237, 555, 257 ], [ 561, 237, 630, 257 ], [ 425, 257, 481, 277 ], [ 487, 257, 535, 277 ], [ 540, 257, 587, 277 ], [ 592, 257, 622, 277 ], [ 425, 277, 514, 298 ], [ 519, 277, 605, 298 ], [ 425, 297, 468, 318 ], [ 474, 297, 501, 318 ], [ 425, 317, 466, 338 ], [ 471, 317, 488, 338 ], [ 493, 317, 568, 338 ], [ 425, 337, 507, 358 ], [ 513, 337, 589, 358 ], [ 594, 337, 625, 358 ], [ 425, 357, 484, 378 ], [ 490, 357, 555, 378 ], [ 561, 357, 577, 378 ], [ 425, 377, 507, 398 ], [ 708, 237, 769, 257 ], [ 774, 237, 863, 257 ], [ 708, 257, 818, 277 ], [ 708, 277, 782, 298 ], [ 787, 277, 798, 298 ], [ 803, 277, 893, 298 ], [ 708, 297, 802, 318 ], [ 708, 317, 789, 338 ], [ 795, 317, 886, 338 ], [ 708, 337, 788, 358 ], [ 794, 337, 810, 358 ], [ 815, 337, 882, 358 ], [ 708, 357, 793, 378 ], [ 708, 377, 801, 398 ], [ 807, 377, 881, 398 ], [ 886, 377, 903, 398 ], [ 708, 397, 818, 418 ], [ 139, 431, 153, 459 ], [ 161, 431, 281, 459 ], [ 77, 456, 169, 475 ], [ 174, 456, 220, 475 ], [ 366, 431, 560, 459 ], [ 366, 456, 474, 475 ], [ 479, 456, 549, 475 ], [ 649, 431, 807, 459 ], [ 135, 472, 313, 493 ], [ 135, 489, 214, 510 ], [ 219, 489, 300, 510 ], [ 135, 507, 249, 528 ], [ 254, 507, 329, 528 ], [ 135, 524, 222, 545 ], [ 228, 524, 294, 545 ], [ 300, 524, 316, 545 ], [ 135, 542, 181, 562 ], [ 135, 559, 243, 580 ], [ 249, 559, 288, 580 ], [ 135, 576, 210, 597 ], [ 135, 594, 260, 615 ], [ 135, 611, 216, 632 ], [ 221, 611, 336, 632 ], [ 135, 629, 197, 650 ], [ 135, 646, 215, 667 ], [ 220, 646, 328, 667 ], [ 135, 664, 211, 684 ], [ 217, 664, 277, 684 ], [ 135, 681, 196, 702 ], [ 202, 681, 284, 702 ], [ 135, 698, 213, 719 ], [ 218, 698, 253, 719 ], [ 258, 698, 338, 719 ], [ 395, 472, 488, 493 ], [ 493, 472, 551, 493 ], [ 556, 472, 624, 493 ], [ 395, 492, 467, 513 ], [ 472, 492, 593, 513 ], [ 599, 492, 640, 513 ], [ 395, 512, 421, 533 ], [ 454, 532, 502, 553 ], [ 507, 532, 559, 553 ], [ 454, 552, 553, 573 ], [ 559, 552, 624, 573 ], [ 454, 572, 525, 593 ], [ 530, 572, 580, 593 ], [ 586, 572, 609, 593 ], [ 454, 592, 501, 613 ], [ 506, 592, 517, 613 ], [ 523, 592, 592, 613 ], [ 454, 612, 506, 633 ], [ 512, 612, 529, 633 ], [ 535, 612, 582, 633 ], [ 454, 632, 553, 653 ], [ 559, 632, 576, 653 ], [ 581, 632, 624, 653 ], [ 629, 632, 640, 653 ], [ 454, 652, 518, 673 ], [ 454, 672, 510, 693 ], [ 515, 672, 587, 693 ], [ 454, 692, 525, 713 ], [ 708, 472, 787, 493 ], [ 793, 472, 859, 493 ], [ 708, 492, 808, 513 ], [ 813, 492, 848, 513 ], [ 854, 492, 918, 513 ], [ 708, 512, 748, 533 ], [ 753, 512, 818, 533 ], [ 708, 532, 790, 553 ], [ 796, 532, 904, 553 ], [ 708, 552, 783, 573 ], [ 708, 572, 845, 593 ], [ 708, 592, 808, 613 ], [ 813, 592, 878, 613 ], [ 883, 592, 899, 613 ], [ 708, 612, 752, 633 ], [ 708, 632, 751, 653 ], [ 757, 632, 833, 653 ], [ 838, 632, 890, 653 ], [ 708, 652, 783, 673 ], [ 788, 652, 855, 673 ], [ 708, 672, 804, 693 ], [ 708, 692, 749, 713 ], [ 754, 692, 812, 713 ], [ 818, 692, 852, 713 ], [ 858, 692, 922, 713 ], [ 139, 736, 153, 764 ], [ 161, 736, 281, 764 ], [ 77, 761, 127, 780 ], [ 132, 761, 178, 780 ], [ 366, 736, 560, 764 ], [ 366, 761, 504, 780 ], [ 649, 736, 813, 764 ] ]
Initial Open Enrollment Queries and Templates (to be run and sent by Agencies) Target Send Population Query E-Mail Template Date Employees enrolled in Anthem Dental, EPIC Benefits+, OE_2019_DENTAL_INACTIVE_2019 9-20-18 Dental Wisconsin All employees who will be receiving emails via OE_2019_EE_MESSAGING 9-27-18 employee messaging (all employees with an OE event) All employees who should receive an initial OE notification (all active employees not in the DEF benefit OE_2019_INITIAL_EMAIL 10-1-18 program) All employees in the DEF benefit program (won’t OE_2019_DEF_BN_PROGRAM 10-1-18 automatically get an OE event) Employees who are currently in SMP will need to pick – a new plan if not in Forest County (note very few OE_2019_SMP_FLORENCE 10-5-18 – employees so your query might be blank) Employees whose home address in in Forest County – OE_2019_SMP_FOREST 10-5-18 to let them know SMP is only qualified health plan Employee who have a LOA listed on job. Agency can determine best method to contact these employees 1st week of OE_2019_EE_ON_LOA N/A about OE. Use the initial employee email template as a OE guide for your communication. Employees whose health insurance is waived and not enrolled in OOS. Agency to determine if they want to OE_2019_HEALTH_WAIVED_2018 N/A Set by agency contact these employees to let them know they may be eligible for the Opt-Out Stipend. Added 10-3-18: Employees currently enrolled in a health insurance without dental who are enrolled in Anthem, EPIC Benefits+, or Dental WI. They will not OE_2019_SUPP_DENTAL_NO_UDB 10-5-18 have basic and preventative services covered if they don’t enroll in health insurance with uniform dental benefits. The following emails are optional employees in these categories who have not made an election by the mid-point of OE will start – receiving emails via Employee Messaging. Employees enrolled in ERA (Healthcare/LPFSA, Dependent Day Care FSA and Parking/Transit ERA) to OE_2019_ERA_ENROLLED_2018 10-5-18 let them know they must re-enroll for next year
Initial Open Enrollment Queries and Templates (to be run and sent by Agencies) Population Query E-Mail Template Target Send Date Employees enrolled in Anthem Dental, EPIC Benefits+, Dental Wisconsin OE_2019_DENTAL_INACTIVE_2019 9-20-18 All employees who will be receiving emails via employee messaging (all employees with an OE event) OE_2019_EE_MESSAGING 9-27-18 All employees who should receive an initial OE notification (all active employees not in the DEF benefit program) OE_2019_INITIAL_EMAIL 10-1-18 All employees in the DEF benefit program (won’t automatically get an OE event) OE_2019_DEF_BN_PROGRAM 10-1-18 Employees who are currently in SMP – will need to pick a new plan if not in Forest County (note – very few employees so your query might be blank) OE_2019_SMP_FLORENCE 10-5-18 Employees whose home address in in Forest County – to let them know SMP is only qualified health plan OE_2019_SMP_FOREST 10-5-18 Employee who have a LOA listed on job. Agency can determine best method to contact these employees about OE. Use the initial employee email template as a guide for your communication. OE_2019_EE_ON_LOA N/A 1st week of OE Employees whose health insurance is waived and not enrolled in OOS. Agency to determine if they want to contact these employees to let them know they may be eligible for the Opt-Out Stipend. OE_2019_HEALTH_WAIVED_2018 N/A Set by agency Added 10-3-18: Employees currently enrolled in a health insurance without dental who are enrolled in Anthem, EPIC Benefits+, or Dental WI. They will not have basic and preventative services covered if they don’t enroll in health insurance with uniform dental benefits. OE_2019_SUPP_DENTAL_NO_UDB 10-5-18 The following emails are optional – employees in these categories who have not made an election by the mid-point of OE will start receiving emails via Employee Messaging. Employees enrolled in ERA (Healthcare/LPFSA, Dependent Day Care FSA and Parking/Transit ERA) to let them know they must re-enroll for next year OE_2019_ERA_ENROLLED_2018 10-5-18
0.80049
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 16, 17, 18, 13, 14, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 27, 28, 31, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 39, 40, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 68, 66, 67, 69, 70, 71, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83, 77, 78, 84, 85, 86, 87, 88, 89, 94, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 108, 104, 105, 109, 110, 111, 112, 113, 114, 115, 106, 107, 116, 117, 118, 119, 120, 121, 122, 123, 124, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 125, 126, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 170, 171, 172, 173, 157, 158, 154, 155, 156, 169, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 192, 193, 194, 195, 196, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 236, 237, 255, 256, 257, 258, 259, 277, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 298, 299, 300, 301, 302, 303, 304, 305, 306, 296, 297 ]
OE2019_Agency_Job_Aid.docx
task-1604-217
1
[ [ 94, 70, 160, 97 ], [ 166, 70, 225, 97 ], [ 230, 70, 357, 97 ], [ 362, 70, 449, 97 ], [ 454, 70, 496, 97 ], [ 561, 70, 678, 97 ], [ 684, 70, 717, 97 ], [ 722, 70, 749, 97 ], [ 755, 70, 795, 97 ], [ 801, 70, 843, 97 ], [ 848, 70, 896, 97 ], [ 94, 97, 121, 125 ], [ 127, 97, 236, 125 ], [ 858, 146, 902, 163 ], [ 906, 146, 939, 163 ], [ 207, 153, 281, 171 ], [ 547, 153, 589, 171 ], [ 714, 153, 758, 171 ], [ 761, 153, 826, 171 ], [ 883, 161, 915, 178 ], [ 58, 201, 130, 218 ], [ 134, 201, 189, 218 ], [ 193, 201, 205, 218 ], [ 209, 201, 262, 218 ], [ 266, 201, 314, 218 ], [ 317, 201, 347, 218 ], [ 350, 201, 417, 218 ], [ 448, 208, 680, 226 ], [ 873, 208, 924, 226 ], [ 58, 216, 102, 233 ], [ 106, 216, 173, 233 ], [ 58, 256, 75, 273 ], [ 79, 256, 151, 273 ], [ 155, 256, 184, 273 ], [ 187, 256, 210, 273 ], [ 214, 256, 231, 273 ], [ 234, 256, 294, 273 ], [ 298, 256, 341, 273 ], [ 344, 256, 363, 273 ], [ 448, 264, 622, 281 ], [ 873, 264, 924, 281 ], [ 58, 271, 124, 289 ], [ 128, 271, 197, 289 ], [ 201, 271, 221, 289 ], [ 225, 271, 297, 289 ], [ 301, 271, 330, 289 ], [ 334, 271, 350, 289 ], [ 354, 271, 373, 289 ], [ 376, 271, 419, 289 ], [ 58, 303, 75, 321 ], [ 79, 303, 151, 321 ], [ 155, 303, 184, 321 ], [ 187, 303, 232, 321 ], [ 235, 303, 284, 321 ], [ 287, 303, 304, 321 ], [ 307, 303, 344, 321 ], [ 348, 303, 367, 321 ], [ 58, 319, 135, 336 ], [ 138, 319, 159, 336 ], [ 162, 319, 202, 336 ], [ 205, 319, 277, 336 ], [ 281, 319, 304, 336 ], [ 307, 319, 320, 336 ], [ 323, 319, 346, 336 ], [ 349, 319, 375, 336 ], [ 379, 319, 426, 336 ], [ 448, 319, 614, 336 ], [ 873, 319, 924, 336 ], [ 58, 334, 120, 351 ], [ 58, 366, 75, 384 ], [ 79, 366, 151, 384 ], [ 155, 366, 167, 384 ], [ 171, 366, 193, 384 ], [ 197, 366, 222, 384 ], [ 226, 366, 273, 384 ], [ 277, 366, 334, 384 ], [ 338, 366, 381, 384 ], [ 448, 374, 648, 391 ], [ 873, 374, 924, 391 ], [ 58, 382, 148, 399 ], [ 152, 382, 173, 399 ], [ 177, 382, 194, 399 ], [ 197, 382, 216, 399 ], [ 220, 382, 262, 399 ], [ 58, 414, 130, 431 ], [ 134, 414, 163, 431 ], [ 167, 414, 188, 431 ], [ 192, 414, 252, 431 ], [ 256, 414, 268, 431 ], [ 272, 414, 302, 431 ], [ 317, 414, 340, 431 ], [ 344, 414, 377, 431 ], [ 381, 414, 395, 431 ], [ 399, 414, 425, 431 ], [ 305, 418, 313, 430 ], [ 58, 429, 66, 446 ], [ 70, 429, 98, 446 ], [ 102, 429, 131, 446 ], [ 134, 429, 143, 446 ], [ 147, 429, 169, 446 ], [ 173, 429, 185, 446 ], [ 189, 429, 231, 446 ], [ 235, 429, 282, 446 ], [ 286, 429, 321, 446 ], [ 337, 429, 365, 446 ], [ 369, 429, 394, 446 ], [ 448, 429, 623, 446 ], [ 873, 429, 924, 446 ], [ 325, 433, 333, 446 ], [ 58, 444, 130, 462 ], [ 134, 444, 149, 462 ], [ 153, 444, 183, 462 ], [ 187, 444, 225, 462 ], [ 229, 444, 267, 462 ], [ 271, 444, 288, 462 ], [ 291, 444, 332, 462 ], [ 58, 477, 130, 494 ], [ 134, 477, 177, 494 ], [ 181, 477, 219, 494 ], [ 223, 477, 275, 494 ], [ 278, 477, 291, 494 ], [ 294, 477, 307, 494 ], [ 310, 477, 352, 494 ], [ 356, 477, 403, 494 ], [ 407, 481, 415, 493 ], [ 448, 484, 605, 502 ], [ 873, 484, 924, 502 ], [ 58, 492, 72, 509 ], [ 76, 492, 93, 509 ], [ 97, 492, 132, 509 ], [ 136, 492, 172, 509 ], [ 176, 492, 206, 509 ], [ 210, 492, 220, 509 ], [ 223, 492, 252, 509 ], [ 255, 492, 313, 509 ], [ 317, 492, 359, 509 ], [ 363, 492, 392, 509 ], [ 58, 527, 124, 544 ], [ 128, 527, 156, 544 ], [ 160, 527, 192, 544 ], [ 196, 527, 204, 544 ], [ 207, 527, 234, 544 ], [ 238, 527, 274, 544 ], [ 278, 527, 295, 544 ], [ 299, 527, 324, 544 ], [ 331, 527, 379, 544 ], [ 383, 527, 406, 544 ], [ 58, 542, 128, 560 ], [ 131, 542, 160, 560 ], [ 164, 542, 216, 560 ], [ 220, 542, 234, 560 ], [ 238, 542, 287, 560 ], [ 291, 542, 328, 560 ], [ 331, 542, 403, 560 ], [ 861, 542, 881, 560 ], [ 884, 542, 920, 560 ], [ 923, 542, 937, 560 ], [ 448, 550, 597, 568 ], [ 757, 550, 783, 568 ], [ 58, 558, 97, 575 ], [ 101, 558, 124, 575 ], [ 131, 558, 156, 575 ], [ 160, 558, 182, 575 ], [ 186, 558, 223, 575 ], [ 226, 558, 292, 575 ], [ 296, 558, 332, 575 ], [ 336, 558, 396, 575 ], [ 400, 558, 414, 575 ], [ 418, 558, 426, 575 ], [ 889, 558, 908, 575 ], [ 58, 573, 95, 591 ], [ 99, 573, 118, 591 ], [ 122, 573, 152, 591 ], [ 156, 573, 263, 591 ], [ 58, 608, 130, 625 ], [ 134, 608, 177, 625 ], [ 181, 608, 223, 625 ], [ 227, 608, 291, 625 ], [ 295, 608, 305, 625 ], [ 309, 608, 356, 625 ], [ 360, 608, 385, 625 ], [ 389, 608, 411, 625 ], [ 58, 623, 114, 641 ], [ 117, 623, 130, 641 ], [ 133, 623, 166, 641 ], [ 170, 623, 218, 641 ], [ 222, 623, 236, 641 ], [ 240, 623, 309, 641 ], [ 313, 623, 322, 641 ], [ 325, 623, 355, 641 ], [ 359, 623, 392, 641 ], [ 396, 623, 410, 641 ], [ 448, 631, 673, 648 ], [ 757, 631, 783, 648 ], [ 853, 631, 874, 648 ], [ 878, 631, 894, 648 ], [ 898, 631, 944, 648 ], [ 58, 639, 108, 656 ], [ 112, 639, 148, 656 ], [ 152, 639, 224, 656 ], [ 228, 639, 242, 656 ], [ 246, 639, 263, 656 ], [ 267, 639, 302, 656 ], [ 306, 639, 342, 656 ], [ 346, 639, 375, 656 ], [ 379, 639, 407, 656 ], [ 411, 639, 427, 656 ], [ 58, 654, 106, 672 ], [ 109, 654, 129, 672 ], [ 132, 654, 155, 672 ], [ 158, 654, 213, 672 ], [ 217, 654, 271, 672 ], [ 58, 682, 102, 699 ], [ 105, 682, 161, 699 ], [ 165, 682, 237, 699 ], [ 240, 682, 300, 699 ], [ 304, 682, 359, 699 ], [ 363, 682, 375, 699 ], [ 379, 682, 387, 699 ], [ 58, 697, 101, 715 ], [ 104, 697, 169, 715 ], [ 172, 697, 224, 715 ], [ 228, 697, 270, 715 ], [ 274, 697, 303, 715 ], [ 307, 697, 328, 715 ], [ 332, 697, 387, 715 ], [ 391, 697, 403, 715 ], [ 58, 713, 116, 730 ], [ 119, 713, 149, 730 ], [ 152, 713, 219, 730 ], [ 222, 713, 237, 730 ], [ 240, 713, 284, 730 ], [ 288, 713, 311, 730 ], [ 314, 713, 346, 730 ], [ 350, 713, 373, 730 ], [ 377, 713, 399, 730 ], [ 448, 720, 679, 738 ], [ 873, 720, 924, 738 ], [ 58, 728, 90, 745 ], [ 94, 728, 127, 745 ], [ 131, 728, 156, 745 ], [ 160, 728, 244, 745 ], [ 248, 728, 301, 745 ], [ 304, 728, 358, 745 ], [ 361, 728, 370, 745 ], [ 374, 728, 403, 745 ], [ 58, 743, 94, 761 ], [ 97, 743, 136, 761 ], [ 139, 743, 152, 761 ], [ 155, 743, 198, 761 ], [ 201, 743, 266, 761 ], [ 270, 743, 299, 761 ], [ 303, 743, 356, 761 ], [ 360, 743, 402, 761 ], [ 58, 759, 116, 776 ], [ 59, 783, 85, 800 ], [ 88, 783, 152, 800 ], [ 155, 783, 199, 800 ], [ 203, 783, 225, 800 ], [ 229, 783, 286, 800 ], [ 301, 783, 375, 800 ], [ 379, 783, 391, 800 ], [ 395, 783, 432, 800 ], [ 436, 783, 506, 800 ], [ 510, 783, 539, 800 ], [ 543, 783, 576, 800 ], [ 579, 783, 603, 800 ], [ 606, 783, 645, 800 ], [ 648, 783, 665, 800 ], [ 669, 783, 723, 800 ], [ 727, 783, 743, 800 ], [ 747, 783, 770, 800 ], [ 773, 783, 840, 800 ], [ 844, 783, 858, 800 ], [ 862, 783, 881, 800 ], [ 884, 783, 909, 800 ], [ 912, 783, 944, 800 ], [ 289, 787, 297, 799 ], [ 360, 798, 421, 816 ], [ 425, 798, 469, 816 ], [ 473, 798, 493, 816 ], [ 496, 798, 563, 816 ], [ 567, 798, 643, 816 ], [ 58, 822, 130, 839 ], [ 134, 822, 189, 839 ], [ 193, 822, 205, 839 ], [ 209, 822, 235, 839 ], [ 239, 822, 366, 839 ], [ 58, 837, 133, 855 ], [ 136, 837, 161, 855 ], [ 165, 837, 195, 855 ], [ 199, 837, 224, 855 ], [ 227, 837, 252, 855 ], [ 256, 837, 357, 855 ], [ 361, 837, 392, 855 ], [ 396, 837, 410, 855 ], [ 448, 837, 662, 855 ], [ 873, 837, 924, 855 ], [ 58, 853, 76, 870 ], [ 79, 853, 115, 870 ], [ 118, 853, 155, 870 ], [ 158, 853, 188, 870 ], [ 191, 853, 225, 870 ], [ 229, 853, 286, 870 ], [ 290, 853, 309, 870 ], [ 313, 853, 342, 870 ], [ 345, 853, 374, 870 ] ]
[ [ 94, 70, 160, 97 ], [ 166, 70, 225, 97 ], [ 230, 70, 357, 97 ], [ 362, 70, 449, 97 ], [ 454, 70, 496, 97 ], [ 561, 70, 678, 97 ], [ 684, 70, 717, 97 ], [ 722, 70, 749, 97 ], [ 755, 70, 795, 97 ], [ 801, 70, 843, 97 ], [ 848, 70, 896, 97 ], [ 94, 97, 121, 125 ], [ 127, 97, 236, 125 ], [ 207, 153, 281, 171 ], [ 547, 153, 589, 171 ], [ 714, 153, 758, 171 ], [ 761, 153, 826, 171 ], [ 858, 146, 902, 163 ], [ 906, 146, 939, 163 ], [ 883, 161, 915, 178 ], [ 58, 201, 130, 218 ], [ 134, 201, 189, 218 ], [ 193, 201, 205, 218 ], [ 209, 201, 262, 218 ], [ 266, 201, 314, 218 ], [ 317, 201, 347, 218 ], [ 350, 201, 417, 218 ], [ 58, 216, 102, 233 ], [ 106, 216, 173, 233 ], [ 448, 208, 680, 226 ], [ 873, 208, 924, 226 ], [ 58, 256, 75, 273 ], [ 79, 256, 151, 273 ], [ 155, 256, 184, 273 ], [ 187, 256, 210, 273 ], [ 214, 256, 231, 273 ], [ 234, 256, 294, 273 ], [ 298, 256, 341, 273 ], [ 344, 256, 363, 273 ], [ 58, 271, 124, 289 ], [ 128, 271, 197, 289 ], [ 201, 271, 221, 289 ], [ 225, 271, 297, 289 ], [ 301, 271, 330, 289 ], [ 334, 271, 350, 289 ], [ 354, 271, 373, 289 ], [ 376, 271, 419, 289 ], [ 448, 264, 622, 281 ], [ 873, 264, 924, 281 ], [ 58, 303, 75, 321 ], [ 79, 303, 151, 321 ], [ 155, 303, 184, 321 ], [ 187, 303, 232, 321 ], [ 235, 303, 284, 321 ], [ 287, 303, 304, 321 ], [ 307, 303, 344, 321 ], [ 348, 303, 367, 321 ], [ 58, 319, 135, 336 ], [ 138, 319, 159, 336 ], [ 162, 319, 202, 336 ], [ 205, 319, 277, 336 ], [ 281, 319, 304, 336 ], [ 307, 319, 320, 336 ], [ 323, 319, 346, 336 ], [ 349, 319, 375, 336 ], [ 379, 319, 426, 336 ], [ 58, 334, 120, 351 ], [ 448, 319, 614, 336 ], [ 873, 319, 924, 336 ], [ 58, 366, 75, 384 ], [ 79, 366, 151, 384 ], [ 155, 366, 167, 384 ], [ 171, 366, 193, 384 ], [ 197, 366, 222, 384 ], [ 226, 366, 273, 384 ], [ 277, 366, 334, 384 ], [ 338, 366, 381, 384 ], [ 58, 382, 148, 399 ], [ 152, 382, 173, 399 ], [ 177, 382, 194, 399 ], [ 197, 382, 216, 399 ], [ 220, 382, 262, 399 ], [ 448, 374, 648, 391 ], [ 873, 374, 924, 391 ], [ 58, 414, 130, 431 ], [ 134, 414, 163, 431 ], [ 167, 414, 188, 431 ], [ 192, 414, 252, 431 ], [ 256, 414, 268, 431 ], [ 272, 414, 302, 431 ], [ 305, 418, 313, 430 ], [ 317, 414, 340, 431 ], [ 344, 414, 377, 431 ], [ 381, 414, 395, 431 ], [ 399, 414, 425, 431 ], [ 58, 429, 66, 446 ], [ 70, 429, 98, 446 ], [ 102, 429, 131, 446 ], [ 134, 429, 143, 446 ], [ 147, 429, 169, 446 ], [ 173, 429, 185, 446 ], [ 189, 429, 231, 446 ], [ 235, 429, 282, 446 ], [ 286, 429, 321, 446 ], [ 325, 433, 333, 446 ], [ 337, 429, 365, 446 ], [ 369, 429, 394, 446 ], [ 58, 444, 130, 462 ], [ 134, 444, 149, 462 ], [ 153, 444, 183, 462 ], [ 187, 444, 225, 462 ], [ 229, 444, 267, 462 ], [ 271, 444, 288, 462 ], [ 291, 444, 332, 462 ], [ 448, 429, 623, 446 ], [ 873, 429, 924, 446 ], [ 58, 477, 130, 494 ], [ 134, 477, 177, 494 ], [ 181, 477, 219, 494 ], [ 223, 477, 275, 494 ], [ 278, 477, 291, 494 ], [ 294, 477, 307, 494 ], [ 310, 477, 352, 494 ], [ 356, 477, 403, 494 ], [ 407, 481, 415, 493 ], [ 58, 492, 72, 509 ], [ 76, 492, 93, 509 ], [ 97, 492, 132, 509 ], [ 136, 492, 172, 509 ], [ 176, 492, 206, 509 ], [ 210, 492, 220, 509 ], [ 223, 492, 252, 509 ], [ 255, 492, 313, 509 ], [ 317, 492, 359, 509 ], [ 363, 492, 392, 509 ], [ 448, 484, 605, 502 ], [ 873, 484, 924, 502 ], [ 58, 527, 124, 544 ], [ 128, 527, 156, 544 ], [ 160, 527, 192, 544 ], [ 196, 527, 204, 544 ], [ 207, 527, 234, 544 ], [ 238, 527, 274, 544 ], [ 278, 527, 295, 544 ], [ 299, 527, 324, 544 ], [ 331, 527, 379, 544 ], [ 383, 527, 406, 544 ], [ 58, 542, 128, 560 ], [ 131, 542, 160, 560 ], [ 164, 542, 216, 560 ], [ 220, 542, 234, 560 ], [ 238, 542, 287, 560 ], [ 291, 542, 328, 560 ], [ 331, 542, 403, 560 ], [ 58, 558, 97, 575 ], [ 101, 558, 124, 575 ], [ 131, 558, 156, 575 ], [ 160, 558, 182, 575 ], [ 186, 558, 223, 575 ], [ 226, 558, 292, 575 ], [ 296, 558, 332, 575 ], [ 336, 558, 396, 575 ], [ 400, 558, 414, 575 ], [ 418, 558, 426, 575 ], [ 58, 573, 95, 591 ], [ 99, 573, 118, 591 ], [ 122, 573, 152, 591 ], [ 156, 573, 263, 591 ], [ 448, 550, 597, 568 ], [ 757, 550, 783, 568 ], [ 861, 542, 881, 560 ], [ 884, 542, 920, 560 ], [ 923, 542, 937, 560 ], [ 889, 558, 908, 575 ], [ 58, 608, 130, 625 ], [ 134, 608, 177, 625 ], [ 181, 608, 223, 625 ], [ 227, 608, 291, 625 ], [ 295, 608, 305, 625 ], [ 309, 608, 356, 625 ], [ 360, 608, 385, 625 ], [ 389, 608, 411, 625 ], [ 58, 623, 114, 641 ], [ 117, 623, 130, 641 ], [ 133, 623, 166, 641 ], [ 170, 623, 218, 641 ], [ 222, 623, 236, 641 ], [ 240, 623, 309, 641 ], [ 313, 623, 322, 641 ], [ 325, 623, 355, 641 ], [ 359, 623, 392, 641 ], [ 396, 623, 410, 641 ], [ 58, 639, 108, 656 ], [ 112, 639, 148, 656 ], [ 152, 639, 224, 656 ], [ 228, 639, 242, 656 ], [ 246, 639, 263, 656 ], [ 267, 639, 302, 656 ], [ 306, 639, 342, 656 ], [ 346, 639, 375, 656 ], [ 379, 639, 407, 656 ], [ 411, 639, 427, 656 ], [ 58, 654, 106, 672 ], [ 109, 654, 129, 672 ], [ 132, 654, 155, 672 ], [ 158, 654, 213, 672 ], [ 217, 654, 271, 672 ], [ 448, 631, 673, 648 ], [ 757, 631, 783, 648 ], [ 853, 631, 874, 648 ], [ 878, 631, 894, 648 ], [ 898, 631, 944, 648 ], [ 58, 682, 102, 699 ], [ 105, 682, 161, 699 ], [ 165, 682, 237, 699 ], [ 240, 682, 300, 699 ], [ 304, 682, 359, 699 ], [ 363, 682, 375, 699 ], [ 379, 682, 387, 699 ], [ 58, 697, 101, 715 ], [ 104, 697, 169, 715 ], [ 172, 697, 224, 715 ], [ 228, 697, 270, 715 ], [ 274, 697, 303, 715 ], [ 307, 697, 328, 715 ], [ 332, 697, 387, 715 ], [ 391, 697, 403, 715 ], [ 58, 713, 116, 730 ], [ 119, 713, 149, 730 ], [ 152, 713, 219, 730 ], [ 222, 713, 237, 730 ], [ 240, 713, 284, 730 ], [ 288, 713, 311, 730 ], [ 314, 713, 346, 730 ], [ 350, 713, 373, 730 ], [ 377, 713, 399, 730 ], [ 58, 728, 90, 745 ], [ 94, 728, 127, 745 ], [ 131, 728, 156, 745 ], [ 160, 728, 244, 745 ], [ 248, 728, 301, 745 ], [ 304, 728, 358, 745 ], [ 361, 728, 370, 745 ], [ 374, 728, 403, 745 ], [ 58, 743, 94, 761 ], [ 97, 743, 136, 761 ], [ 139, 743, 152, 761 ], [ 155, 743, 198, 761 ], [ 201, 743, 266, 761 ], [ 270, 743, 299, 761 ], [ 303, 743, 356, 761 ], [ 360, 743, 402, 761 ], [ 58, 759, 116, 776 ], [ 448, 720, 679, 738 ], [ 873, 720, 924, 738 ], [ 59, 783, 85, 800 ], [ 88, 783, 152, 800 ], [ 155, 783, 199, 800 ], [ 203, 783, 225, 800 ], [ 229, 783, 286, 800 ], [ 289, 787, 297, 799 ], [ 301, 783, 375, 800 ], [ 379, 783, 391, 800 ], [ 395, 783, 432, 800 ], [ 436, 783, 506, 800 ], [ 510, 783, 539, 800 ], [ 543, 783, 576, 800 ], [ 579, 783, 603, 800 ], [ 606, 783, 645, 800 ], [ 648, 783, 665, 800 ], [ 669, 783, 723, 800 ], [ 727, 783, 743, 800 ], [ 747, 783, 770, 800 ], [ 773, 783, 840, 800 ], [ 844, 783, 858, 800 ], [ 862, 783, 881, 800 ], [ 884, 783, 909, 800 ], [ 912, 783, 944, 800 ], [ 360, 798, 421, 816 ], [ 425, 798, 469, 816 ], [ 473, 798, 493, 816 ], [ 496, 798, 563, 816 ], [ 567, 798, 643, 816 ], [ 58, 822, 130, 839 ], [ 134, 822, 189, 839 ], [ 193, 822, 205, 839 ], [ 209, 822, 235, 839 ], [ 239, 822, 366, 839 ], [ 58, 837, 133, 855 ], [ 136, 837, 161, 855 ], [ 165, 837, 195, 855 ], [ 199, 837, 224, 855 ], [ 227, 837, 252, 855 ], [ 256, 837, 357, 855 ], [ 361, 837, 392, 855 ], [ 396, 837, 410, 855 ], [ 58, 853, 76, 870 ], [ 79, 853, 115, 870 ], [ 118, 853, 155, 870 ], [ 158, 853, 188, 870 ], [ 191, 853, 225, 870 ], [ 229, 853, 286, 870 ], [ 290, 853, 309, 870 ], [ 313, 853, 342, 870 ], [ 345, 853, 374, 870 ], [ 448, 837, 662, 855 ], [ 873, 837, 924, 855 ] ]
Will the work of this contract include subcontractors or suppliers? Yes__ No__ 1. 1a. If yes, please list all subcontractors and suppliers and report if they are a small contractor and/or a minority business enterprise. (defined on page 1 / use additional sheet if necessary) 1b. Will the work of this contract require additional subcontractors or suppliers other than those identified in 1a. above? Yes__ No__ PART IV - Bidder Employment Information Date: JOB OVERALL WHITE BLACK HISPANIC or AMERICAN CATEGORY* TOTALS (not of Hispanic (not of PACIFIC INDIAN or origin) Hispanic ISLANDER ALASKAN origin) NATIVE Male Female Male Female Male Female Male Female Male Female Management Business & Financial Ops Marketing & Sales Legal Occupations Computer Specialists Architecture/Engineering Office & Admin Support Bldg/ Grounds Cleaning/Maintenance Construction & Extraction Installation Maintenance & Repair Material Moving Workers Production Occupations TOTALS Total One Year Ago FORMAL ON THE JOB TRAINEES (ENTER FIGURES FOR THE SAME CATEGORIES AS ARE SHOWN ABOVE) Apprentices Trainees *NOTE: JOB CATEGORIES CAN BE CHANGED OR ADDED TO (EX. SALES CAN BE ADDED OR REPLACE CATEGORY NOT USED IN YOUR COMPANY) PART V Bidder Hiring and Recruitment Practices (Page 5) – 1. Which of the following recruitment sources are used 2. Check (X) any of by you? the below listed (Check yes or no, and report percent used requirements that you
1. Will the work of this contract include subcontractors or suppliers? Yes__ No__ 1a. If yes, please list all subcontractors and suppliers and report if they are a small contractor and/or a minority business enterprise. (defined on page 1 / use additional sheet if necessary) 1b. Will the work of this contract require additional subcontractors or suppliers other than those identified in 1a. above? Yes__ No__ PART IV - Bidder Employment Information Date: JOB CATEGORY* OVERALL TOTALS WHITE (not of Hispanic origin) BLACK (not of Hispanic origin) HISPANIC or PACIFIC ISLANDER AMERICAN INDIAN or ALASKAN NATIVE Male Female Male Female Male Female Male Female Male Female Management Business & Financial Ops Marketing & Sales Legal Occupations Computer Specialists Architecture/Engineering Office & Admin Support Bldg/ Grounds Cleaning/Maintenance Construction & Extraction Installation Maintenance & Repair Material Moving Workers Production Occupations TOTALS Total One Year Ago FORMAL ON THE JOB TRAINEES (ENTER FIGURES FOR THE SAME CATEGORIES AS ARE SHOWN ABOVE) Apprentices Trainees *NOTE: JOB CATEGORIES CAN BE CHANGED OR ADDED TO (EX. SALES CAN BE ADDED OR REPLACE CATEGORY NOT USED IN YOUR COMPANY) PART V – Bidder Hiring and Recruitment Practices (Page 5) 1. Which of the following recruitment sources are used by you? (Check yes or no, and report percent used 2. Check (X) any of the below listed requirements that you
0.867686
[ 12, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 80, 74, 81, 75, 82, 83, 84, 90, 76, 85, 86, 91, 94, 77, 78, 87, 92, 79, 88, 89, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 191, 184, 185, 186, 187, 188, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 200, 206, 207, 211, 212, 213, 214, 215, 216, 217, 218, 201, 202, 203, 204, 205, 208, 209, 210, 219, 220, 221 ]
OEC_Research_and_Evaluation_of_Community_Based_Programs_RFP__OEC-17-RE_%282%29_%283%29.docx
task-1604-305
57
[ [ 52, 61, 81, 78 ], [ 85, 61, 105, 78 ], [ 109, 61, 143, 78 ], [ 147, 61, 161, 78 ], [ 165, 61, 188, 78 ], [ 192, 61, 245, 78 ], [ 249, 61, 297, 78 ], [ 301, 61, 396, 78 ], [ 400, 61, 414, 78 ], [ 418, 61, 484, 78 ], [ 488, 61, 530, 78 ], [ 534, 61, 571, 78 ], [ 39, 64, 49, 77 ], [ 39, 90, 59, 107 ], [ 63, 90, 74, 107 ], [ 78, 90, 104, 107 ], [ 108, 90, 148, 107 ], [ 153, 90, 172, 107 ], [ 177, 90, 193, 107 ], [ 197, 90, 292, 107 ], [ 296, 90, 320, 107 ], [ 324, 90, 383, 107 ], [ 387, 90, 411, 107 ], [ 415, 90, 454, 107 ], [ 458, 90, 468, 107 ], [ 472, 90, 500, 107 ], [ 504, 90, 524, 107 ], [ 528, 90, 535, 107 ], [ 539, 90, 575, 107 ], [ 579, 90, 645, 107 ], [ 649, 90, 691, 107 ], [ 695, 90, 702, 107 ], [ 706, 90, 762, 107 ], [ 766, 90, 822, 107 ], [ 39, 105, 108, 121 ], [ 112, 105, 166, 121 ], [ 170, 105, 187, 121 ], [ 191, 105, 221, 121 ], [ 226, 105, 234, 121 ], [ 238, 105, 242, 121 ], [ 246, 105, 268, 121 ], [ 272, 105, 338, 121 ], [ 342, 105, 375, 121 ], [ 379, 105, 389, 121 ], [ 393, 105, 462, 121 ], [ 39, 148, 60, 165 ], [ 64, 148, 93, 165 ], [ 97, 148, 117, 165 ], [ 121, 148, 154, 165 ], [ 158, 148, 172, 165 ], [ 176, 148, 200, 165 ], [ 204, 148, 256, 165 ], [ 260, 148, 307, 165 ], [ 311, 148, 376, 165 ], [ 380, 148, 475, 165 ], [ 479, 148, 493, 165 ], [ 497, 148, 556, 165 ], [ 560, 148, 594, 165 ], [ 598, 148, 626, 165 ], [ 630, 148, 664, 165 ], [ 669, 148, 731, 165 ], [ 735, 148, 748, 165 ], [ 752, 148, 771, 165 ], [ 775, 148, 822, 165 ], [ 68, 163, 110, 180 ], [ 114, 163, 150, 180 ], [ 58, 192, 104, 211 ], [ 109, 192, 128, 211 ], [ 132, 192, 138, 211 ], [ 143, 192, 192, 211 ], [ 196, 192, 289, 211 ], [ 293, 192, 379, 211 ], [ 586, 192, 625, 211 ], [ 39, 209, 65, 224 ], [ 206, 209, 275, 224 ], [ 293, 209, 340, 224 ], [ 413, 209, 463, 224 ], [ 522, 209, 590, 224 ], [ 676, 209, 688, 224 ], [ 761, 209, 840, 224 ], [ 39, 222, 127, 237 ], [ 206, 222, 263, 237 ], [ 293, 222, 316, 237 ], [ 320, 222, 332, 237 ], [ 336, 222, 388, 237 ], [ 413, 222, 437, 237 ], [ 441, 222, 453, 237 ], [ 644, 222, 700, 237 ], [ 761, 222, 814, 237 ], [ 817, 222, 829, 237 ], [ 293, 235, 333, 250 ], [ 413, 235, 465, 250 ], [ 644, 235, 716, 250 ], [ 761, 235, 831, 250 ], [ 413, 248, 453, 263 ], [ 761, 248, 816, 263 ], [ 293, 270, 323, 285 ], [ 343, 270, 387, 285 ], [ 413, 270, 443, 285 ], [ 461, 270, 504, 285 ], [ 522, 270, 552, 285 ], [ 577, 270, 621, 285 ], [ 644, 270, 674, 285 ], [ 695, 270, 738, 285 ], [ 761, 270, 791, 285 ], [ 813, 270, 856, 285 ], [ 39, 284, 116, 299 ], [ 39, 297, 91, 312 ], [ 95, 297, 107, 312 ], [ 110, 297, 165, 312 ], [ 39, 310, 63, 326 ], [ 39, 324, 100, 339 ], [ 104, 324, 116, 339 ], [ 119, 324, 150, 339 ], [ 39, 338, 73, 353 ], [ 76, 338, 150, 353 ], [ 39, 351, 98, 367 ], [ 102, 351, 164, 367 ], [ 39, 365, 188, 380 ], [ 39, 379, 75, 395 ], [ 78, 379, 88, 395 ], [ 91, 379, 131, 395 ], [ 134, 379, 182, 395 ], [ 39, 395, 71, 411 ], [ 74, 395, 125, 411 ], [ 39, 424, 175, 440 ], [ 39, 453, 116, 469 ], [ 119, 453, 129, 469 ], [ 39, 469, 100, 485 ], [ 39, 499, 106, 514 ], [ 109, 499, 188, 514 ], [ 39, 514, 49, 530 ], [ 53, 514, 91, 530 ], [ 39, 544, 90, 559 ], [ 93, 544, 138, 559 ], [ 39, 560, 90, 575 ], [ 39, 589, 105, 604 ], [ 108, 589, 183, 604 ], [ 39, 618, 85, 634 ], [ 39, 647, 69, 663 ], [ 73, 647, 98, 663 ], [ 101, 647, 127, 663 ], [ 131, 647, 154, 663 ], [ 147, 676, 198, 692 ], [ 202, 676, 221, 692 ], [ 224, 676, 248, 692 ], [ 251, 676, 273, 692 ], [ 277, 676, 335, 692 ], [ 338, 676, 381, 692 ], [ 385, 676, 436, 692 ], [ 439, 676, 464, 692 ], [ 467, 676, 490, 692 ], [ 494, 676, 529, 692 ], [ 532, 676, 607, 692 ], [ 611, 676, 626, 692 ], [ 629, 676, 653, 692 ], [ 656, 676, 704, 692 ], [ 708, 676, 754, 692 ], [ 39, 706, 111, 721 ], [ 39, 735, 90, 751 ], [ 58, 764, 108, 781 ], [ 112, 764, 137, 781 ], [ 140, 764, 224, 781 ], [ 228, 764, 256, 781 ], [ 260, 764, 277, 781 ], [ 281, 764, 348, 781 ], [ 352, 764, 371, 781 ], [ 375, 764, 422, 781 ], [ 426, 764, 445, 781 ], [ 449, 764, 474, 781 ], [ 478, 764, 517, 781 ], [ 521, 764, 549, 781 ], [ 553, 764, 570, 781 ], [ 574, 764, 621, 781 ], [ 625, 764, 645, 781 ], [ 648, 764, 707, 781 ], [ 710, 764, 782, 781 ], [ 786, 764, 815, 781 ], [ 819, 764, 855, 781 ], [ 859, 764, 873, 781 ], [ 877, 764, 915, 781 ], [ 58, 782, 133, 799 ], [ 58, 812, 108, 832 ], [ 113, 812, 127, 832 ], [ 147, 812, 200, 832 ], [ 205, 812, 256, 832 ], [ 261, 812, 290, 832 ], [ 295, 812, 391, 832 ], [ 396, 812, 467, 832 ], [ 472, 812, 516, 832 ], [ 521, 812, 538, 832 ], [ 132, 814, 142, 831 ], [ 67, 845, 79, 862 ], [ 88, 845, 131, 862 ], [ 135, 845, 149, 862 ], [ 153, 845, 173, 862 ], [ 177, 845, 240, 862 ], [ 244, 845, 320, 862 ], [ 324, 845, 373, 862 ], [ 377, 845, 397, 862 ], [ 401, 845, 431, 862 ], [ 850, 845, 862, 862 ], [ 870, 845, 912, 862 ], [ 916, 845, 938, 862 ], [ 943, 845, 966, 862 ], [ 970, 845, 984, 862 ], [ 67, 860, 83, 877 ], [ 88, 860, 119, 877 ], [ 850, 860, 869, 877 ], [ 874, 860, 913, 877 ], [ 918, 860, 953, 877 ], [ 67, 874, 114, 891 ], [ 118, 874, 140, 891 ], [ 144, 874, 158, 891 ], [ 162, 874, 182, 891 ], [ 186, 874, 210, 891 ], [ 214, 874, 253, 891 ], [ 257, 874, 305, 891 ], [ 309, 874, 339, 891 ], [ 850, 874, 935, 891 ], [ 939, 874, 963, 891 ], [ 967, 874, 992, 891 ] ]
[ [ 39, 64, 49, 77 ], [ 52, 61, 81, 78 ], [ 85, 61, 105, 78 ], [ 109, 61, 143, 78 ], [ 147, 61, 161, 78 ], [ 165, 61, 188, 78 ], [ 192, 61, 245, 78 ], [ 249, 61, 297, 78 ], [ 301, 61, 396, 78 ], [ 400, 61, 414, 78 ], [ 418, 61, 484, 78 ], [ 488, 61, 530, 78 ], [ 534, 61, 571, 78 ], [ 39, 90, 59, 107 ], [ 63, 90, 74, 107 ], [ 78, 90, 104, 107 ], [ 108, 90, 148, 107 ], [ 153, 90, 172, 107 ], [ 177, 90, 193, 107 ], [ 197, 90, 292, 107 ], [ 296, 90, 320, 107 ], [ 324, 90, 383, 107 ], [ 387, 90, 411, 107 ], [ 415, 90, 454, 107 ], [ 458, 90, 468, 107 ], [ 472, 90, 500, 107 ], [ 504, 90, 524, 107 ], [ 528, 90, 535, 107 ], [ 539, 90, 575, 107 ], [ 579, 90, 645, 107 ], [ 649, 90, 691, 107 ], [ 695, 90, 702, 107 ], [ 706, 90, 762, 107 ], [ 766, 90, 822, 107 ], [ 39, 105, 108, 121 ], [ 112, 105, 166, 121 ], [ 170, 105, 187, 121 ], [ 191, 105, 221, 121 ], [ 226, 105, 234, 121 ], [ 238, 105, 242, 121 ], [ 246, 105, 268, 121 ], [ 272, 105, 338, 121 ], [ 342, 105, 375, 121 ], [ 379, 105, 389, 121 ], [ 393, 105, 462, 121 ], [ 39, 148, 60, 165 ], [ 64, 148, 93, 165 ], [ 97, 148, 117, 165 ], [ 121, 148, 154, 165 ], [ 158, 148, 172, 165 ], [ 176, 148, 200, 165 ], [ 204, 148, 256, 165 ], [ 260, 148, 307, 165 ], [ 311, 148, 376, 165 ], [ 380, 148, 475, 165 ], [ 479, 148, 493, 165 ], [ 497, 148, 556, 165 ], [ 560, 148, 594, 165 ], [ 598, 148, 626, 165 ], [ 630, 148, 664, 165 ], [ 669, 148, 731, 165 ], [ 735, 148, 748, 165 ], [ 752, 148, 771, 165 ], [ 775, 148, 822, 165 ], [ 68, 163, 110, 180 ], [ 114, 163, 150, 180 ], [ 58, 192, 104, 211 ], [ 109, 192, 128, 211 ], [ 132, 192, 138, 211 ], [ 143, 192, 192, 211 ], [ 196, 192, 289, 211 ], [ 293, 192, 379, 211 ], [ 586, 192, 625, 211 ], [ 39, 209, 65, 224 ], [ 39, 222, 127, 237 ], [ 206, 209, 275, 224 ], [ 206, 222, 263, 237 ], [ 293, 209, 340, 224 ], [ 293, 222, 316, 237 ], [ 320, 222, 332, 237 ], [ 336, 222, 388, 237 ], [ 293, 235, 333, 250 ], [ 413, 209, 463, 224 ], [ 413, 222, 437, 237 ], [ 441, 222, 453, 237 ], [ 413, 235, 465, 250 ], [ 413, 248, 453, 263 ], [ 522, 209, 590, 224 ], [ 676, 209, 688, 224 ], [ 644, 222, 700, 237 ], [ 644, 235, 716, 250 ], [ 761, 209, 840, 224 ], [ 761, 222, 814, 237 ], [ 817, 222, 829, 237 ], [ 761, 235, 831, 250 ], [ 761, 248, 816, 263 ], [ 293, 270, 323, 285 ], [ 343, 270, 387, 285 ], [ 413, 270, 443, 285 ], [ 461, 270, 504, 285 ], [ 522, 270, 552, 285 ], [ 577, 270, 621, 285 ], [ 644, 270, 674, 285 ], [ 695, 270, 738, 285 ], [ 761, 270, 791, 285 ], [ 813, 270, 856, 285 ], [ 39, 284, 116, 299 ], [ 39, 297, 91, 312 ], [ 95, 297, 107, 312 ], [ 110, 297, 165, 312 ], [ 39, 310, 63, 326 ], [ 39, 324, 100, 339 ], [ 104, 324, 116, 339 ], [ 119, 324, 150, 339 ], [ 39, 338, 73, 353 ], [ 76, 338, 150, 353 ], [ 39, 351, 98, 367 ], [ 102, 351, 164, 367 ], [ 39, 365, 188, 380 ], [ 39, 379, 75, 395 ], [ 78, 379, 88, 395 ], [ 91, 379, 131, 395 ], [ 134, 379, 182, 395 ], [ 39, 395, 71, 411 ], [ 74, 395, 125, 411 ], [ 39, 424, 175, 440 ], [ 39, 453, 116, 469 ], [ 119, 453, 129, 469 ], [ 39, 469, 100, 485 ], [ 39, 499, 106, 514 ], [ 109, 499, 188, 514 ], [ 39, 514, 49, 530 ], [ 53, 514, 91, 530 ], [ 39, 544, 90, 559 ], [ 93, 544, 138, 559 ], [ 39, 560, 90, 575 ], [ 39, 589, 105, 604 ], [ 108, 589, 183, 604 ], [ 39, 618, 85, 634 ], [ 39, 647, 69, 663 ], [ 73, 647, 98, 663 ], [ 101, 647, 127, 663 ], [ 131, 647, 154, 663 ], [ 147, 676, 198, 692 ], [ 202, 676, 221, 692 ], [ 224, 676, 248, 692 ], [ 251, 676, 273, 692 ], [ 277, 676, 335, 692 ], [ 338, 676, 381, 692 ], [ 385, 676, 436, 692 ], [ 439, 676, 464, 692 ], [ 467, 676, 490, 692 ], [ 494, 676, 529, 692 ], [ 532, 676, 607, 692 ], [ 611, 676, 626, 692 ], [ 629, 676, 653, 692 ], [ 656, 676, 704, 692 ], [ 708, 676, 754, 692 ], [ 39, 706, 111, 721 ], [ 39, 735, 90, 751 ], [ 58, 764, 108, 781 ], [ 112, 764, 137, 781 ], [ 140, 764, 224, 781 ], [ 228, 764, 256, 781 ], [ 260, 764, 277, 781 ], [ 281, 764, 348, 781 ], [ 352, 764, 371, 781 ], [ 375, 764, 422, 781 ], [ 426, 764, 445, 781 ], [ 449, 764, 474, 781 ], [ 478, 764, 517, 781 ], [ 521, 764, 549, 781 ], [ 553, 764, 570, 781 ], [ 574, 764, 621, 781 ], [ 625, 764, 645, 781 ], [ 648, 764, 707, 781 ], [ 710, 764, 782, 781 ], [ 786, 764, 815, 781 ], [ 819, 764, 855, 781 ], [ 859, 764, 873, 781 ], [ 877, 764, 915, 781 ], [ 58, 782, 133, 799 ], [ 58, 812, 108, 832 ], [ 113, 812, 127, 832 ], [ 132, 814, 142, 831 ], [ 147, 812, 200, 832 ], [ 205, 812, 256, 832 ], [ 261, 812, 290, 832 ], [ 295, 812, 391, 832 ], [ 396, 812, 467, 832 ], [ 472, 812, 516, 832 ], [ 521, 812, 538, 832 ], [ 67, 845, 79, 862 ], [ 88, 845, 131, 862 ], [ 135, 845, 149, 862 ], [ 153, 845, 173, 862 ], [ 177, 845, 240, 862 ], [ 244, 845, 320, 862 ], [ 324, 845, 373, 862 ], [ 377, 845, 397, 862 ], [ 401, 845, 431, 862 ], [ 67, 860, 83, 877 ], [ 88, 860, 119, 877 ], [ 67, 874, 114, 891 ], [ 118, 874, 140, 891 ], [ 144, 874, 158, 891 ], [ 162, 874, 182, 891 ], [ 186, 874, 210, 891 ], [ 214, 874, 253, 891 ], [ 257, 874, 305, 891 ], [ 309, 874, 339, 891 ], [ 850, 845, 862, 862 ], [ 870, 845, 912, 862 ], [ 916, 845, 938, 862 ], [ 943, 845, 966, 862 ], [ 970, 845, 984, 862 ], [ 850, 860, 869, 877 ], [ 874, 860, 913, 877 ], [ 918, 860, 953, 877 ], [ 850, 874, 935, 891 ], [ 939, 874, 963, 891 ], [ 967, 874, 992, 891 ] ]
FAO leadership and R.1 Enhance communication to profile and promote use of evaluation governance does not give R.2 Enhance consultation and dialogue with stakeholders to assure the credibility and usefulness serious support to evaluations and their use ** *** Outcomes to goal: R.3 Enforce the rule of avoiding conflict of interest (e.g. in hiring of consultants) External credibility R.4 Systematically organize feedback and consultation processes to discuss peer review compromised by lack of recommendations behavioral independence of R.5 External expert review focused on whether (a) the methodology is appropriate and clearly OED staff explained; (b) findings and conclusions are sufficiently based on evidences; and (c) recommendations are based on findings and concussions, and not too prescriptive Outputs to outcomes: ** ** R.6 Consultative OED work planning to balancing coverage, depth and quality Demand on OED staff goes R.7 Foster internal consultations and peer support within OED (both impromptu and at the regular beyond their capacity Evaluation Group Meeting) A2.4 Staff skills development topics relevant to support the Agenda – R.9 Outsourcing some evaluation work, such as project evaluations, components of thematic or country programme evaluations Outputs to outcomes: *** ** A2.1 skills development methodologies to deal with poor results-data situation – Weak R.10 OED Results” Strategy e.g. networking with programme/project M&E functions, “Promoting – management and monitoring supporting conducting self-assessments, systematic briefing in field missions on the need of of FAO programmes and results-focus and monitoring projects * low ** medium *** high
FAO leadership and governance does not give serious support to evaluations and their use R.1 Enhance communication to profile and promote use of evaluation R.2 Enhance consultation and dialogue with stakeholders to assure the credibility and usefulness Outcomes to goal: External credibility compromised by lack of behavioral independence of OED staff ** *** R.3 Enforce the rule of avoiding conflict of interest (e.g. in hiring of consultants) R.4 Systematically organize feedback and consultation processes to discuss peer review recommendations R.5 External expert review focused on whether (a) the methodology is appropriate and clearly explained; (b) findings and conclusions are sufficiently based on evidences; and (c) recommendations are based on findings and concussions, and not too prescriptive Outputs to outcomes: Demand on OED staff goes beyond their capacity ** ** R.6 Consultative OED work planning to balancing coverage, depth and quality R.7 Foster internal consultations and peer support within OED (both impromptu and at the regular Evaluation Group Meeting) A2.4 Staff skills development – topics relevant to support the Agenda R.9 Outsourcing some evaluation work, such as project evaluations, components of thematic or country programme evaluations Outputs to outcomes: Weak management and monitoring of FAO programmes and projects *** ** A2.1 skills development – methodologies to deal with poor results-data situation R.10 OED “Promoting Results” Strategy – e.g. networking with programme/project M&E functions, supporting conducting self-assessments, systematic briefing in field missions on the need of results-focus and monitoring * low ** medium *** high
0.776463
[ 0, 1, 2, 13, 14, 15, 16, 30, 31, 32, 33, 34, 35, 36, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 39, 40, 41, 56, 57, 69, 70, 71, 72, 74, 75, 76, 91, 92, 37, 38, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 73, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 132, 133, 134, 135, 136, 152, 153, 154, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 155, 156, 157, 158, 159, 160, 161, 168, 162, 163, 164, 165, 166, 167, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 201, 214, 215, 216, 229, 230, 231, 232, 236, 188, 189, 190, 191, 192, 200, 193, 194, 195, 196, 197, 198, 199, 202, 203, 212, 204, 205, 213, 206, 207, 208, 209, 210, 211, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 233, 234, 235, 237, 238, 239, 240, 241, 242 ]
OED_agenda_2016-2017.docx
task-1604-353
3
[ [ 91, 119, 114, 145 ], [ 117, 119, 172, 145 ], [ 175, 119, 195, 145 ], [ 390, 119, 407, 145 ], [ 413, 119, 459, 145 ], [ 462, 119, 544, 145 ], [ 547, 119, 559, 145 ], [ 586, 119, 620, 145 ], [ 623, 119, 643, 145 ], [ 646, 119, 693, 145 ], [ 696, 119, 714, 145 ], [ 717, 119, 728, 145 ], [ 731, 119, 787, 145 ], [ 91, 142, 153, 167 ], [ 156, 142, 182, 167 ], [ 185, 142, 203, 167 ], [ 206, 142, 227, 167 ], [ 390, 145, 407, 171 ], [ 413, 145, 459, 171 ], [ 462, 145, 527, 171 ], [ 530, 145, 550, 171 ], [ 553, 145, 599, 171 ], [ 602, 145, 625, 171 ], [ 628, 145, 696, 171 ], [ 699, 145, 710, 171 ], [ 713, 145, 748, 171 ], [ 751, 145, 768, 171 ], [ 771, 145, 824, 171 ], [ 827, 145, 847, 171 ], [ 850, 145, 906, 171 ], [ 91, 164, 129, 190 ], [ 132, 164, 174, 190 ], [ 177, 164, 188, 190 ], [ 91, 187, 152, 212 ], [ 155, 187, 175, 212 ], [ 178, 187, 204, 212 ], [ 207, 187, 225, 212 ], [ 262, 210, 275, 236 ], [ 337, 210, 357, 236 ], [ 91, 211, 147, 236 ], [ 150, 211, 161, 236 ], [ 164, 211, 191, 236 ], [ 390, 215, 407, 241 ], [ 413, 215, 454, 241 ], [ 457, 215, 475, 241 ], [ 478, 215, 499, 241 ], [ 501, 215, 512, 241 ], [ 515, 215, 560, 241 ], [ 563, 215, 602, 241 ], [ 605, 215, 616, 241 ], [ 619, 215, 660, 241 ], [ 663, 215, 686, 241 ], [ 689, 215, 699, 241 ], [ 702, 215, 733, 241 ], [ 735, 215, 746, 241 ], [ 749, 215, 814, 241 ], [ 91, 233, 135, 258 ], [ 138, 233, 190, 258 ], [ 390, 243, 407, 268 ], [ 413, 243, 489, 268 ], [ 492, 243, 537, 268 ], [ 540, 243, 589, 268 ], [ 592, 243, 611, 268 ], [ 614, 243, 680, 268 ], [ 683, 243, 735, 268 ], [ 738, 243, 750, 268 ], [ 753, 243, 790, 268 ], [ 793, 243, 818, 268 ], [ 820, 243, 856, 268 ], [ 91, 256, 164, 281 ], [ 167, 256, 180, 281 ], [ 183, 256, 204, 281 ], [ 207, 256, 218, 281 ], [ 390, 266, 487, 291 ], [ 91, 278, 147, 303 ], [ 150, 278, 226, 303 ], [ 229, 278, 240, 303 ], [ 390, 293, 407, 319 ], [ 413, 293, 457, 319 ], [ 460, 293, 494, 319 ], [ 497, 293, 533, 319 ], [ 536, 293, 578, 319 ], [ 581, 293, 594, 319 ], [ 597, 293, 642, 319 ], [ 645, 293, 659, 319 ], [ 662, 293, 680, 319 ], [ 683, 293, 754, 319 ], [ 757, 293, 765, 319 ], [ 768, 293, 831, 319 ], [ 834, 293, 854, 319 ], [ 856, 293, 891, 319 ], [ 91, 301, 114, 326 ], [ 117, 301, 141, 326 ], [ 390, 316, 445, 341 ], [ 448, 316, 463, 341 ], [ 466, 316, 508, 341 ], [ 511, 316, 531, 341 ], [ 534, 316, 595, 341 ], [ 598, 316, 616, 341 ], [ 619, 316, 677, 341 ], [ 680, 316, 711, 341 ], [ 714, 316, 728, 341 ], [ 731, 316, 787, 341 ], [ 790, 316, 810, 341 ], [ 813, 316, 826, 341 ], [ 390, 338, 487, 364 ], [ 490, 338, 508, 364 ], [ 511, 338, 542, 364 ], [ 545, 338, 559, 364 ], [ 562, 338, 604, 364 ], [ 607, 338, 627, 364 ], [ 630, 338, 696, 364 ], [ 699, 338, 719, 364 ], [ 722, 338, 740, 364 ], [ 743, 338, 762, 364 ], [ 765, 338, 827, 364 ], [ 91, 367, 136, 392 ], [ 138, 367, 150, 392 ], [ 153, 367, 210, 392 ], [ 262, 367, 275, 392 ], [ 337, 367, 350, 392 ], [ 390, 372, 407, 397 ], [ 413, 372, 479, 397 ], [ 482, 372, 505, 397 ], [ 508, 372, 535, 397 ], [ 538, 372, 584, 397 ], [ 587, 372, 598, 397 ], [ 601, 372, 652, 397 ], [ 655, 372, 706, 397 ], [ 709, 372, 741, 397 ], [ 743, 372, 763, 397 ], [ 766, 372, 803, 397 ], [ 91, 389, 136, 415 ], [ 139, 389, 153, 415 ], [ 156, 389, 179, 415 ], [ 182, 389, 206, 415 ], [ 209, 389, 233, 415 ], [ 390, 399, 407, 425 ], [ 413, 399, 447, 425 ], [ 450, 399, 491, 425 ], [ 494, 399, 565, 425 ], [ 568, 399, 588, 425 ], [ 591, 399, 615, 425 ], [ 618, 399, 660, 425 ], [ 663, 399, 696, 425 ], [ 699, 399, 722, 425 ], [ 725, 399, 754, 425 ], [ 757, 399, 817, 425 ], [ 820, 399, 840, 425 ], [ 843, 399, 854, 425 ], [ 857, 399, 874, 425 ], [ 877, 399, 915, 425 ], [ 91, 412, 131, 437 ], [ 134, 412, 160, 437 ], [ 162, 412, 206, 437 ], [ 390, 422, 446, 447 ], [ 449, 422, 483, 447 ], [ 485, 422, 534, 447 ], [ 390, 450, 415, 475 ], [ 420, 450, 445, 475 ], [ 448, 450, 473, 475 ], [ 476, 450, 547, 475 ], [ 559, 450, 591, 475 ], [ 594, 450, 638, 475 ], [ 641, 450, 652, 475 ], [ 655, 450, 696, 475 ], [ 699, 450, 717, 475 ], [ 720, 450, 760, 475 ], [ 550, 456, 556, 474 ], [ 390, 477, 407, 503 ], [ 413, 477, 478, 503 ], [ 481, 477, 510, 503 ], [ 513, 477, 569, 503 ], [ 572, 477, 602, 503 ], [ 605, 477, 629, 503 ], [ 632, 477, 643, 503 ], [ 646, 477, 684, 503 ], [ 687, 477, 751, 503 ], [ 754, 477, 820, 503 ], [ 823, 477, 834, 503 ], [ 837, 477, 884, 503 ], [ 887, 477, 899, 503 ], [ 390, 500, 431, 525 ], [ 434, 500, 497, 525 ], [ 500, 500, 561, 525 ], [ 91, 528, 136, 554 ], [ 138, 528, 150, 554 ], [ 153, 528, 210, 554 ], [ 262, 528, 282, 554 ], [ 337, 528, 350, 554 ], [ 390, 533, 415, 559 ], [ 447, 533, 472, 559 ], [ 475, 533, 545, 559 ], [ 558, 533, 637, 559 ], [ 640, 533, 651, 559 ], [ 654, 533, 677, 559 ], [ 680, 533, 703, 559 ], [ 706, 533, 731, 559 ], [ 734, 533, 798, 559 ], [ 801, 533, 847, 559 ], [ 548, 539, 555, 558 ], [ 91, 551, 122, 576 ], [ 390, 561, 414, 586 ], [ 420, 561, 443, 586 ], [ 510, 561, 554, 585 ], [ 557, 561, 601, 586 ], [ 613, 561, 632, 586 ], [ 635, 561, 696, 586 ], [ 699, 561, 722, 586 ], [ 725, 561, 831, 586 ], [ 834, 561, 860, 586 ], [ 863, 561, 916, 586 ], [ 446, 567, 507, 586 ], [ 604, 567, 610, 585 ], [ 91, 573, 162, 599 ], [ 165, 573, 185, 599 ], [ 188, 573, 247, 599 ], [ 390, 583, 448, 609 ], [ 475, 583, 534, 609 ], [ 537, 583, 629, 609 ], [ 632, 583, 689, 609 ], [ 692, 583, 732, 609 ], [ 735, 583, 745, 609 ], [ 748, 583, 771, 609 ], [ 774, 583, 820, 609 ], [ 823, 583, 837, 609 ], [ 840, 583, 857, 609 ], [ 860, 583, 887, 609 ], [ 890, 583, 901, 609 ], [ 91, 596, 102, 621 ], [ 105, 596, 127, 621 ], [ 130, 596, 198, 621 ], [ 201, 596, 221, 621 ], [ 390, 606, 458, 631 ], [ 461, 606, 481, 631 ], [ 484, 606, 543, 631 ], [ 91, 618, 134, 644 ], [ 111, 642, 118, 667 ], [ 121, 642, 140, 667 ], [ 143, 642, 156, 667 ], [ 159, 642, 203, 667 ], [ 206, 642, 225, 667 ], [ 228, 642, 251, 667 ] ]
[ [ 91, 119, 114, 145 ], [ 117, 119, 172, 145 ], [ 175, 119, 195, 145 ], [ 91, 142, 153, 167 ], [ 156, 142, 182, 167 ], [ 185, 142, 203, 167 ], [ 206, 142, 227, 167 ], [ 91, 164, 129, 190 ], [ 132, 164, 174, 190 ], [ 177, 164, 188, 190 ], [ 91, 187, 152, 212 ], [ 155, 187, 175, 212 ], [ 178, 187, 204, 212 ], [ 207, 187, 225, 212 ], [ 390, 119, 407, 145 ], [ 413, 119, 459, 145 ], [ 462, 119, 544, 145 ], [ 547, 119, 559, 145 ], [ 586, 119, 620, 145 ], [ 623, 119, 643, 145 ], [ 646, 119, 693, 145 ], [ 696, 119, 714, 145 ], [ 717, 119, 728, 145 ], [ 731, 119, 787, 145 ], [ 390, 145, 407, 171 ], [ 413, 145, 459, 171 ], [ 462, 145, 527, 171 ], [ 530, 145, 550, 171 ], [ 553, 145, 599, 171 ], [ 602, 145, 625, 171 ], [ 628, 145, 696, 171 ], [ 699, 145, 710, 171 ], [ 713, 145, 748, 171 ], [ 751, 145, 768, 171 ], [ 771, 145, 824, 171 ], [ 827, 145, 847, 171 ], [ 850, 145, 906, 171 ], [ 91, 211, 147, 236 ], [ 150, 211, 161, 236 ], [ 164, 211, 191, 236 ], [ 91, 233, 135, 258 ], [ 138, 233, 190, 258 ], [ 91, 256, 164, 281 ], [ 167, 256, 180, 281 ], [ 183, 256, 204, 281 ], [ 207, 256, 218, 281 ], [ 91, 278, 147, 303 ], [ 150, 278, 226, 303 ], [ 229, 278, 240, 303 ], [ 91, 301, 114, 326 ], [ 117, 301, 141, 326 ], [ 262, 210, 275, 236 ], [ 337, 210, 357, 236 ], [ 390, 215, 407, 241 ], [ 413, 215, 454, 241 ], [ 457, 215, 475, 241 ], [ 478, 215, 499, 241 ], [ 501, 215, 512, 241 ], [ 515, 215, 560, 241 ], [ 563, 215, 602, 241 ], [ 605, 215, 616, 241 ], [ 619, 215, 660, 241 ], [ 663, 215, 686, 241 ], [ 689, 215, 699, 241 ], [ 702, 215, 733, 241 ], [ 735, 215, 746, 241 ], [ 749, 215, 814, 241 ], [ 390, 243, 407, 268 ], [ 413, 243, 489, 268 ], [ 492, 243, 537, 268 ], [ 540, 243, 589, 268 ], [ 592, 243, 611, 268 ], [ 614, 243, 680, 268 ], [ 683, 243, 735, 268 ], [ 738, 243, 750, 268 ], [ 753, 243, 790, 268 ], [ 793, 243, 818, 268 ], [ 820, 243, 856, 268 ], [ 390, 266, 487, 291 ], [ 390, 293, 407, 319 ], [ 413, 293, 457, 319 ], [ 460, 293, 494, 319 ], [ 497, 293, 533, 319 ], [ 536, 293, 578, 319 ], [ 581, 293, 594, 319 ], [ 597, 293, 642, 319 ], [ 645, 293, 659, 319 ], [ 662, 293, 680, 319 ], [ 683, 293, 754, 319 ], [ 757, 293, 765, 319 ], [ 768, 293, 831, 319 ], [ 834, 293, 854, 319 ], [ 856, 293, 891, 319 ], [ 390, 316, 445, 341 ], [ 448, 316, 463, 341 ], [ 466, 316, 508, 341 ], [ 511, 316, 531, 341 ], [ 534, 316, 595, 341 ], [ 598, 316, 616, 341 ], [ 619, 316, 677, 341 ], [ 680, 316, 711, 341 ], [ 714, 316, 728, 341 ], [ 731, 316, 787, 341 ], [ 790, 316, 810, 341 ], [ 813, 316, 826, 341 ], [ 390, 338, 487, 364 ], [ 490, 338, 508, 364 ], [ 511, 338, 542, 364 ], [ 545, 338, 559, 364 ], [ 562, 338, 604, 364 ], [ 607, 338, 627, 364 ], [ 630, 338, 696, 364 ], [ 699, 338, 719, 364 ], [ 722, 338, 740, 364 ], [ 743, 338, 762, 364 ], [ 765, 338, 827, 364 ], [ 91, 367, 136, 392 ], [ 138, 367, 150, 392 ], [ 153, 367, 210, 392 ], [ 91, 389, 136, 415 ], [ 139, 389, 153, 415 ], [ 156, 389, 179, 415 ], [ 182, 389, 206, 415 ], [ 209, 389, 233, 415 ], [ 91, 412, 131, 437 ], [ 134, 412, 160, 437 ], [ 162, 412, 206, 437 ], [ 262, 367, 275, 392 ], [ 337, 367, 350, 392 ], [ 390, 372, 407, 397 ], [ 413, 372, 479, 397 ], [ 482, 372, 505, 397 ], [ 508, 372, 535, 397 ], [ 538, 372, 584, 397 ], [ 587, 372, 598, 397 ], [ 601, 372, 652, 397 ], [ 655, 372, 706, 397 ], [ 709, 372, 741, 397 ], [ 743, 372, 763, 397 ], [ 766, 372, 803, 397 ], [ 390, 399, 407, 425 ], [ 413, 399, 447, 425 ], [ 450, 399, 491, 425 ], [ 494, 399, 565, 425 ], [ 568, 399, 588, 425 ], [ 591, 399, 615, 425 ], [ 618, 399, 660, 425 ], [ 663, 399, 696, 425 ], [ 699, 399, 722, 425 ], [ 725, 399, 754, 425 ], [ 757, 399, 817, 425 ], [ 820, 399, 840, 425 ], [ 843, 399, 854, 425 ], [ 857, 399, 874, 425 ], [ 877, 399, 915, 425 ], [ 390, 422, 446, 447 ], [ 449, 422, 483, 447 ], [ 485, 422, 534, 447 ], [ 390, 450, 415, 475 ], [ 420, 450, 445, 475 ], [ 448, 450, 473, 475 ], [ 476, 450, 547, 475 ], [ 550, 456, 556, 474 ], [ 559, 450, 591, 475 ], [ 594, 450, 638, 475 ], [ 641, 450, 652, 475 ], [ 655, 450, 696, 475 ], [ 699, 450, 717, 475 ], [ 720, 450, 760, 475 ], [ 390, 477, 407, 503 ], [ 413, 477, 478, 503 ], [ 481, 477, 510, 503 ], [ 513, 477, 569, 503 ], [ 572, 477, 602, 503 ], [ 605, 477, 629, 503 ], [ 632, 477, 643, 503 ], [ 646, 477, 684, 503 ], [ 687, 477, 751, 503 ], [ 754, 477, 820, 503 ], [ 823, 477, 834, 503 ], [ 837, 477, 884, 503 ], [ 887, 477, 899, 503 ], [ 390, 500, 431, 525 ], [ 434, 500, 497, 525 ], [ 500, 500, 561, 525 ], [ 91, 528, 136, 554 ], [ 138, 528, 150, 554 ], [ 153, 528, 210, 554 ], [ 91, 551, 122, 576 ], [ 91, 573, 162, 599 ], [ 165, 573, 185, 599 ], [ 188, 573, 247, 599 ], [ 91, 596, 102, 621 ], [ 105, 596, 127, 621 ], [ 130, 596, 198, 621 ], [ 201, 596, 221, 621 ], [ 91, 618, 134, 644 ], [ 262, 528, 282, 554 ], [ 337, 528, 350, 554 ], [ 390, 533, 415, 559 ], [ 447, 533, 472, 559 ], [ 475, 533, 545, 559 ], [ 548, 539, 555, 558 ], [ 558, 533, 637, 559 ], [ 640, 533, 651, 559 ], [ 654, 533, 677, 559 ], [ 680, 533, 703, 559 ], [ 706, 533, 731, 559 ], [ 734, 533, 798, 559 ], [ 801, 533, 847, 559 ], [ 390, 561, 414, 586 ], [ 420, 561, 443, 586 ], [ 446, 567, 507, 586 ], [ 510, 561, 554, 585 ], [ 557, 561, 601, 586 ], [ 604, 567, 610, 585 ], [ 613, 561, 632, 586 ], [ 635, 561, 696, 586 ], [ 699, 561, 722, 586 ], [ 725, 561, 831, 586 ], [ 834, 561, 860, 586 ], [ 863, 561, 916, 586 ], [ 390, 583, 448, 609 ], [ 475, 583, 534, 609 ], [ 537, 583, 629, 609 ], [ 632, 583, 689, 609 ], [ 692, 583, 732, 609 ], [ 735, 583, 745, 609 ], [ 748, 583, 771, 609 ], [ 774, 583, 820, 609 ], [ 823, 583, 837, 609 ], [ 840, 583, 857, 609 ], [ 860, 583, 887, 609 ], [ 890, 583, 901, 609 ], [ 390, 606, 458, 631 ], [ 461, 606, 481, 631 ], [ 484, 606, 543, 631 ], [ 111, 642, 118, 667 ], [ 121, 642, 140, 667 ], [ 143, 642, 156, 667 ], [ 159, 642, 203, 667 ], [ 206, 642, 225, 667 ], [ 228, 642, 251, 667 ] ]
4a to Fully covered for: attractions Maximum 15 seniors with Maximum 20 staff/volunteers/caregivers admission Total: 35 pax fees Organisations are encouraged to contact the venue operator to source for concession rate available to charities Recce fee Restricted to 1 person per recce. Charities can claim for the cost of the admission ticket, up to $100 per funding period. Other charges relating to the recce such as transport, parking and food are not claimable. 4b Supermarket $20 per senior, with an additional buffer of $50 per outing. If the shopping seniors’ purchases exceed their allocated $20, each charity is entitled allowance to a $50 buffer to fund the excess. (applicable to clients only) *Each charity can only organise a maximum of two supermarket shopping outings during the funding period. 4c Festive Charities can spend up to $20 per senior to celebrate the festive celebrations season. This amount can be spent on items such as purchase of (Chinese New gifts, going out for a good meal or decorating the venue for parties. Year, Hari Raya Puasa, *Charities should not give outright cash gifts e.g. red packets to Deepavali, seniors. Christmas etc) 4d Visit to Charities are allowed to for cost incurred for activities conducted venues during outings. This allowance of up to $200 is applicable for outings without to locations without entrance fees or venue changes e.g. purchase of admission games/props to play games with seniors at Botanic Gardens etc. fees B. Application information The application is open from 1 October 15 November 2018 for the funding period from – December 2018 to September 2019. Charities would be notified on the result of their application by mid-December. CFS will make a 100% up-front disbursement to the charities upon approval in January. C. Application procedure Please complete the application form, together with Annex A1 A2 (proposed use of – funds), and submit to CFS by the 15 November 2018. A softcopy is to be emailed to and a signed hardcopy mailed to the following address: Outing for the Elderly Fund
4a to attractions with admission fees Recce fee Fully covered for: Maximum 15 seniors Maximum 20 staff/volunteers/caregivers Total: 35 pax Organisations are encouraged to contact the venue operator to source for concession rate available to charities Restricted to 1 person per recce. Charities can claim for the cost of the admission ticket, up to $100 per funding period. Other charges relating to the recce such as transport, parking and food are not claimable. 4b Supermarket shopping allowance (applicable to clients only) $20 per senior, with an additional buffer of $50 per outing. If the seniors’ purchases exceed their allocated $20, each charity is entitled to a $50 buffer to fund the excess. *Each charity can only organise a maximum of two supermarket shopping outings during the funding period. 4c Festive celebrations (Chinese New Year, Hari Raya Puasa, Deepavali, Christmas etc) Charities can spend up to $20 per senior to celebrate the festive season. This amount can be spent on items such as purchase of gifts, going out for a good meal or decorating the venue for parties. *Charities should not give outright cash gifts e.g. red packets to seniors. 4d Visit to venues without admission fees Charities are allowed to for cost incurred for activities conducted during outings. This allowance of up to $200 is applicable for outings to locations without entrance fees or venue changes e.g. purchase of games/props to play games with seniors at Botanic Gardens etc. B. Application information The application is open from 1 October – 15 November 2018 for the funding period from December 2018 to September 2019. Charities would be notified on the result of their application by mid-December. CFS will make a 100% up-front disbursement to the charities upon approval in January. C. Application procedure Please complete the application form, together with Annex A1 – A2 (proposed use of funds), and submit to CFS by the 15 November 2018. A softcopy is to be emailed to and a signed hardcopy mailed to the following address: Outing for the Elderly Fund
0.832466
[ 0, 1, 5, 9, 13, 17, 34, 35, 2, 3, 4, 6, 7, 8, 10, 11, 12, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 88, 99, 108, 109, 110, 111, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 142, 155, 156, 170, 171, 172, 173, 185, 187, 188, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 189, 190, 191, 202, 215, 227, 238, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 257, 249, 250, 251, 252, 253, 254, 255, 256, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 305, 301, 302, 303, 304, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336 ]
OEF2018-Guidelines-Application-form.docx
task-1604-373
2
[ [ 104, 124, 126, 144 ], [ 194, 124, 210, 144 ], [ 297, 124, 339, 144 ], [ 345, 124, 417, 144 ], [ 422, 124, 451, 144 ], [ 149, 141, 242, 160 ], [ 357, 141, 445, 160 ], [ 450, 141, 473, 160 ], [ 478, 141, 543, 160 ], [ 149, 157, 185, 177 ], [ 357, 157, 445, 177 ], [ 450, 157, 473, 177 ], [ 478, 157, 713, 177 ], [ 149, 174, 240, 193 ], [ 297, 174, 347, 193 ], [ 353, 174, 375, 193 ], [ 381, 174, 413, 193 ], [ 149, 190, 187, 210 ], [ 297, 206, 421, 226 ], [ 427, 206, 456, 226 ], [ 461, 206, 568, 226 ], [ 574, 206, 590, 226 ], [ 596, 206, 661, 226 ], [ 666, 206, 694, 226 ], [ 700, 206, 755, 226 ], [ 761, 206, 836, 226 ], [ 841, 206, 858, 226 ], [ 297, 223, 357, 242 ], [ 363, 223, 386, 242 ], [ 392, 223, 493, 242 ], [ 498, 223, 533, 242 ], [ 539, 223, 618, 242 ], [ 624, 223, 641, 242 ], [ 646, 223, 721, 242 ], [ 149, 256, 206, 275 ], [ 212, 256, 240, 275 ], [ 297, 256, 388, 275 ], [ 393, 256, 410, 275 ], [ 416, 256, 427, 275 ], [ 432, 256, 494, 275 ], [ 500, 256, 529, 275 ], [ 534, 256, 589, 275 ], [ 595, 256, 674, 275 ], [ 680, 256, 712, 275 ], [ 718, 256, 765, 275 ], [ 770, 256, 794, 275 ], [ 800, 256, 828, 275 ], [ 833, 256, 870, 275 ], [ 876, 256, 892, 275 ], [ 297, 272, 325, 291 ], [ 330, 272, 421, 291 ], [ 427, 272, 479, 291 ], [ 485, 272, 507, 291 ], [ 513, 272, 530, 291 ], [ 535, 272, 580, 291 ], [ 586, 272, 615, 291 ], [ 620, 272, 687, 291 ], [ 692, 272, 754, 291 ], [ 759, 272, 810, 291 ], [ 815, 272, 887, 291 ], [ 297, 288, 363, 308 ], [ 369, 288, 385, 308 ], [ 391, 288, 419, 308 ], [ 424, 288, 474, 308 ], [ 479, 288, 522, 308 ], [ 528, 288, 549, 308 ], [ 554, 288, 639, 308 ], [ 645, 288, 711, 308 ], [ 717, 288, 750, 308 ], [ 756, 288, 795, 308 ], [ 801, 288, 830, 308 ], [ 835, 288, 863, 308 ], [ 297, 305, 388, 324 ], [ 104, 322, 126, 341 ], [ 149, 322, 264, 341 ], [ 297, 322, 330, 341 ], [ 336, 322, 365, 341 ], [ 371, 322, 431, 341 ], [ 437, 322, 473, 341 ], [ 478, 322, 501, 341 ], [ 506, 322, 593, 341 ], [ 598, 322, 650, 341 ], [ 655, 322, 672, 341 ], [ 678, 322, 711, 341 ], [ 717, 322, 746, 341 ], [ 751, 322, 812, 341 ], [ 818, 322, 829, 341 ], [ 834, 322, 862, 341 ], [ 149, 338, 231, 358 ], [ 297, 338, 366, 356 ], [ 372, 338, 465, 358 ], [ 470, 338, 535, 358 ], [ 541, 338, 580, 358 ], [ 586, 338, 666, 358 ], [ 672, 338, 711, 358 ], [ 717, 338, 761, 358 ], [ 766, 338, 825, 358 ], [ 831, 338, 846, 358 ], [ 851, 338, 916, 358 ], [ 149, 354, 238, 374 ], [ 297, 354, 314, 374 ], [ 319, 354, 330, 374 ], [ 336, 354, 370, 374 ], [ 375, 354, 427, 374 ], [ 432, 354, 449, 374 ], [ 455, 354, 494, 374 ], [ 500, 354, 528, 374 ], [ 533, 354, 601, 374 ], [ 149, 371, 246, 390 ], [ 252, 371, 269, 390 ], [ 149, 387, 206, 407 ], [ 212, 387, 255, 407 ], [ 297, 387, 353, 407 ], [ 358, 387, 424, 407 ], [ 430, 387, 465, 407 ], [ 470, 387, 512, 407 ], [ 517, 387, 601, 407 ], [ 607, 387, 618, 407 ], [ 624, 387, 718, 407 ], [ 723, 387, 742, 407 ], [ 748, 387, 783, 407 ], [ 788, 387, 909, 407 ], [ 297, 404, 387, 423 ], [ 393, 404, 466, 423 ], [ 471, 404, 534, 423 ], [ 539, 404, 570, 423 ], [ 575, 404, 649, 423 ], [ 655, 404, 722, 423 ], [ 104, 421, 125, 440 ], [ 149, 421, 214, 440 ], [ 297, 421, 376, 440 ], [ 382, 421, 414, 440 ], [ 420, 421, 475, 440 ], [ 481, 421, 503, 440 ], [ 509, 421, 525, 440 ], [ 531, 421, 565, 440 ], [ 570, 421, 599, 440 ], [ 605, 421, 660, 440 ], [ 665, 421, 682, 440 ], [ 688, 421, 771, 440 ], [ 776, 421, 804, 440 ], [ 810, 421, 868, 440 ], [ 149, 437, 257, 457 ], [ 297, 437, 367, 457 ], [ 373, 437, 411, 457 ], [ 417, 437, 484, 457 ], [ 489, 437, 522, 457 ], [ 528, 437, 550, 457 ], [ 556, 437, 605, 457 ], [ 610, 437, 633, 457 ], [ 638, 437, 687, 457 ], [ 692, 437, 735, 457 ], [ 740, 437, 762, 457 ], [ 767, 437, 850, 457 ], [ 856, 437, 872, 457 ], [ 149, 453, 229, 473 ], [ 235, 453, 275, 473 ], [ 297, 453, 339, 473 ], [ 345, 453, 394, 473 ], [ 400, 453, 428, 473 ], [ 433, 453, 457, 473 ], [ 463, 453, 474, 473 ], [ 479, 453, 524, 473 ], [ 530, 453, 573, 473 ], [ 579, 453, 597, 473 ], [ 603, 453, 697, 473 ], [ 702, 453, 730, 473 ], [ 736, 453, 791, 473 ], [ 796, 453, 820, 473 ], [ 825, 453, 891, 473 ], [ 149, 470, 197, 489 ], [ 203, 470, 240, 489 ], [ 149, 486, 196, 506 ], [ 201, 486, 264, 506 ], [ 297, 486, 391, 506 ], [ 396, 486, 462, 506 ], [ 468, 486, 499, 506 ], [ 505, 486, 545, 506 ], [ 551, 486, 627, 506 ], [ 632, 486, 678, 506 ], [ 684, 486, 726, 506 ], [ 732, 486, 767, 506 ], [ 772, 486, 804, 506 ], [ 809, 486, 884, 506 ], [ 890, 486, 909, 506 ], [ 149, 503, 244, 522 ], [ 297, 503, 374, 522 ], [ 149, 519, 240, 539 ], [ 245, 519, 279, 539 ], [ 104, 536, 126, 556 ], [ 149, 536, 187, 556 ], [ 192, 536, 209, 556 ], [ 297, 536, 376, 556 ], [ 382, 536, 411, 556 ], [ 417, 536, 485, 556 ], [ 491, 536, 507, 556 ], [ 551, 536, 575, 556 ], [ 580, 536, 617, 556 ], [ 623, 536, 695, 556 ], [ 701, 536, 725, 556 ], [ 730, 536, 807, 556 ], [ 813, 536, 906, 556 ], [ 149, 552, 214, 572 ], [ 297, 552, 353, 572 ], [ 358, 552, 429, 572 ], [ 435, 552, 473, 572 ], [ 478, 552, 568, 572 ], [ 573, 552, 590, 572 ], [ 596, 552, 618, 572 ], [ 624, 552, 641, 572 ], [ 646, 552, 691, 572 ], [ 697, 552, 711, 572 ], [ 717, 552, 808, 572 ], [ 813, 552, 837, 572 ], [ 842, 552, 907, 572 ], [ 149, 569, 213, 588 ], [ 297, 569, 314, 588 ], [ 319, 569, 399, 588 ], [ 404, 569, 468, 588 ], [ 474, 569, 552, 588 ], [ 558, 569, 596, 588 ], [ 601, 569, 619, 588 ], [ 625, 569, 680, 588 ], [ 685, 569, 762, 588 ], [ 767, 569, 801, 588 ], [ 806, 569, 889, 588 ], [ 895, 569, 912, 588 ], [ 149, 585, 240, 605 ], [ 297, 585, 413, 605 ], [ 419, 585, 436, 605 ], [ 441, 585, 478, 605 ], [ 484, 585, 544, 605 ], [ 550, 585, 586, 605 ], [ 591, 585, 656, 605 ], [ 662, 585, 679, 605 ], [ 684, 585, 751, 605 ], [ 757, 585, 834, 605 ], [ 840, 585, 872, 605 ], [ 149, 601, 187, 621 ], [ 95, 684, 115, 704 ], [ 120, 684, 230, 704 ], [ 236, 684, 346, 704 ], [ 95, 717, 129, 736 ], [ 137, 717, 233, 736 ], [ 241, 717, 255, 736 ], [ 262, 717, 307, 736 ], [ 315, 717, 355, 736 ], [ 362, 717, 374, 736 ], [ 381, 717, 453, 736 ], [ 479, 717, 501, 736 ], [ 508, 717, 601, 736 ], [ 609, 717, 653, 736 ], [ 661, 717, 684, 736 ], [ 692, 717, 720, 736 ], [ 727, 717, 793, 736 ], [ 801, 717, 857, 736 ], [ 864, 717, 904, 736 ], [ 460, 719, 471, 735 ], [ 95, 733, 188, 753 ], [ 193, 733, 238, 753 ], [ 244, 733, 261, 753 ], [ 266, 733, 365, 753 ], [ 370, 733, 421, 753 ], [ 95, 766, 174, 786 ], [ 183, 766, 235, 786 ], [ 244, 766, 266, 786 ], [ 275, 766, 340, 786 ], [ 348, 766, 371, 786 ], [ 379, 766, 407, 786 ], [ 416, 766, 465, 786 ], [ 474, 766, 490, 786 ], [ 499, 766, 538, 786 ], [ 547, 766, 643, 786 ], [ 651, 766, 673, 786 ], [ 681, 766, 819, 786 ], [ 827, 766, 868, 786 ], [ 876, 766, 904, 786 ], [ 95, 782, 144, 802 ], [ 150, 782, 161, 802 ], [ 166, 782, 218, 802 ], [ 224, 782, 293, 802 ], [ 299, 782, 420, 802 ], [ 425, 782, 442, 802 ], [ 447, 782, 475, 802 ], [ 481, 782, 556, 802 ], [ 562, 782, 606, 802 ], [ 612, 782, 689, 802 ], [ 695, 782, 711, 802 ], [ 716, 782, 794, 802 ], [ 95, 815, 115, 835 ], [ 120, 815, 230, 835 ], [ 236, 815, 334, 835 ], [ 95, 848, 156, 868 ], [ 166, 848, 248, 868 ], [ 258, 848, 286, 868 ], [ 296, 848, 392, 868 ], [ 402, 848, 448, 868 ], [ 458, 848, 532, 868 ], [ 542, 848, 577, 868 ], [ 587, 848, 644, 868 ], [ 654, 848, 679, 868 ], [ 710, 848, 735, 868 ], [ 744, 848, 835, 868 ], [ 845, 848, 878, 868 ], [ 887, 848, 904, 868 ], [ 689, 850, 700, 866 ], [ 95, 864, 156, 884 ], [ 163, 864, 196, 884 ], [ 203, 864, 262, 884 ], [ 268, 864, 285, 884 ], [ 291, 864, 332, 884 ], [ 338, 864, 359, 884 ], [ 366, 864, 394, 884 ], [ 400, 864, 422, 884 ], [ 429, 864, 527, 884 ], [ 534, 864, 584, 884 ], [ 590, 864, 604, 884 ], [ 610, 864, 685, 884 ], [ 691, 864, 706, 884 ], [ 712, 864, 729, 884 ], [ 736, 864, 758, 884 ], [ 764, 864, 835, 884 ], [ 841, 864, 858, 884 ], [ 871, 864, 904, 884 ], [ 95, 881, 106, 900 ], [ 112, 881, 171, 900 ], [ 177, 881, 259, 900 ], [ 265, 881, 324, 900 ], [ 330, 881, 347, 900 ], [ 352, 881, 380, 900 ], [ 386, 881, 464, 900 ], [ 470, 881, 547, 900 ], [ 95, 914, 160, 933 ], [ 165, 914, 192, 933 ], [ 198, 914, 228, 933 ], [ 233, 914, 301, 933 ], [ 306, 914, 355, 933 ] ]
[ [ 104, 124, 126, 144 ], [ 194, 124, 210, 144 ], [ 149, 141, 242, 160 ], [ 149, 157, 185, 177 ], [ 149, 174, 240, 193 ], [ 149, 190, 187, 210 ], [ 149, 256, 206, 275 ], [ 212, 256, 240, 275 ], [ 297, 124, 339, 144 ], [ 345, 124, 417, 144 ], [ 422, 124, 451, 144 ], [ 357, 141, 445, 160 ], [ 450, 141, 473, 160 ], [ 478, 141, 543, 160 ], [ 357, 157, 445, 177 ], [ 450, 157, 473, 177 ], [ 478, 157, 713, 177 ], [ 297, 174, 347, 193 ], [ 353, 174, 375, 193 ], [ 381, 174, 413, 193 ], [ 297, 206, 421, 226 ], [ 427, 206, 456, 226 ], [ 461, 206, 568, 226 ], [ 574, 206, 590, 226 ], [ 596, 206, 661, 226 ], [ 666, 206, 694, 226 ], [ 700, 206, 755, 226 ], [ 761, 206, 836, 226 ], [ 841, 206, 858, 226 ], [ 297, 223, 357, 242 ], [ 363, 223, 386, 242 ], [ 392, 223, 493, 242 ], [ 498, 223, 533, 242 ], [ 539, 223, 618, 242 ], [ 624, 223, 641, 242 ], [ 646, 223, 721, 242 ], [ 297, 256, 388, 275 ], [ 393, 256, 410, 275 ], [ 416, 256, 427, 275 ], [ 432, 256, 494, 275 ], [ 500, 256, 529, 275 ], [ 534, 256, 589, 275 ], [ 595, 256, 674, 275 ], [ 680, 256, 712, 275 ], [ 718, 256, 765, 275 ], [ 770, 256, 794, 275 ], [ 800, 256, 828, 275 ], [ 833, 256, 870, 275 ], [ 876, 256, 892, 275 ], [ 297, 272, 325, 291 ], [ 330, 272, 421, 291 ], [ 427, 272, 479, 291 ], [ 485, 272, 507, 291 ], [ 513, 272, 530, 291 ], [ 535, 272, 580, 291 ], [ 586, 272, 615, 291 ], [ 620, 272, 687, 291 ], [ 692, 272, 754, 291 ], [ 759, 272, 810, 291 ], [ 815, 272, 887, 291 ], [ 297, 288, 363, 308 ], [ 369, 288, 385, 308 ], [ 391, 288, 419, 308 ], [ 424, 288, 474, 308 ], [ 479, 288, 522, 308 ], [ 528, 288, 549, 308 ], [ 554, 288, 639, 308 ], [ 645, 288, 711, 308 ], [ 717, 288, 750, 308 ], [ 756, 288, 795, 308 ], [ 801, 288, 830, 308 ], [ 835, 288, 863, 308 ], [ 297, 305, 388, 324 ], [ 104, 322, 126, 341 ], [ 149, 322, 264, 341 ], [ 149, 338, 231, 358 ], [ 149, 354, 238, 374 ], [ 149, 371, 246, 390 ], [ 252, 371, 269, 390 ], [ 149, 387, 206, 407 ], [ 212, 387, 255, 407 ], [ 297, 322, 330, 341 ], [ 336, 322, 365, 341 ], [ 371, 322, 431, 341 ], [ 437, 322, 473, 341 ], [ 478, 322, 501, 341 ], [ 506, 322, 593, 341 ], [ 598, 322, 650, 341 ], [ 655, 322, 672, 341 ], [ 678, 322, 711, 341 ], [ 717, 322, 746, 341 ], [ 751, 322, 812, 341 ], [ 818, 322, 829, 341 ], [ 834, 322, 862, 341 ], [ 297, 338, 366, 356 ], [ 372, 338, 465, 358 ], [ 470, 338, 535, 358 ], [ 541, 338, 580, 358 ], [ 586, 338, 666, 358 ], [ 672, 338, 711, 358 ], [ 717, 338, 761, 358 ], [ 766, 338, 825, 358 ], [ 831, 338, 846, 358 ], [ 851, 338, 916, 358 ], [ 297, 354, 314, 374 ], [ 319, 354, 330, 374 ], [ 336, 354, 370, 374 ], [ 375, 354, 427, 374 ], [ 432, 354, 449, 374 ], [ 455, 354, 494, 374 ], [ 500, 354, 528, 374 ], [ 533, 354, 601, 374 ], [ 297, 387, 353, 407 ], [ 358, 387, 424, 407 ], [ 430, 387, 465, 407 ], [ 470, 387, 512, 407 ], [ 517, 387, 601, 407 ], [ 607, 387, 618, 407 ], [ 624, 387, 718, 407 ], [ 723, 387, 742, 407 ], [ 748, 387, 783, 407 ], [ 788, 387, 909, 407 ], [ 297, 404, 387, 423 ], [ 393, 404, 466, 423 ], [ 471, 404, 534, 423 ], [ 539, 404, 570, 423 ], [ 575, 404, 649, 423 ], [ 655, 404, 722, 423 ], [ 104, 421, 125, 440 ], [ 149, 421, 214, 440 ], [ 149, 437, 257, 457 ], [ 149, 453, 229, 473 ], [ 235, 453, 275, 473 ], [ 149, 470, 197, 489 ], [ 203, 470, 240, 489 ], [ 149, 486, 196, 506 ], [ 201, 486, 264, 506 ], [ 149, 503, 244, 522 ], [ 149, 519, 240, 539 ], [ 245, 519, 279, 539 ], [ 297, 421, 376, 440 ], [ 382, 421, 414, 440 ], [ 420, 421, 475, 440 ], [ 481, 421, 503, 440 ], [ 509, 421, 525, 440 ], [ 531, 421, 565, 440 ], [ 570, 421, 599, 440 ], [ 605, 421, 660, 440 ], [ 665, 421, 682, 440 ], [ 688, 421, 771, 440 ], [ 776, 421, 804, 440 ], [ 810, 421, 868, 440 ], [ 297, 437, 367, 457 ], [ 373, 437, 411, 457 ], [ 417, 437, 484, 457 ], [ 489, 437, 522, 457 ], [ 528, 437, 550, 457 ], [ 556, 437, 605, 457 ], [ 610, 437, 633, 457 ], [ 638, 437, 687, 457 ], [ 692, 437, 735, 457 ], [ 740, 437, 762, 457 ], [ 767, 437, 850, 457 ], [ 856, 437, 872, 457 ], [ 297, 453, 339, 473 ], [ 345, 453, 394, 473 ], [ 400, 453, 428, 473 ], [ 433, 453, 457, 473 ], [ 463, 453, 474, 473 ], [ 479, 453, 524, 473 ], [ 530, 453, 573, 473 ], [ 579, 453, 597, 473 ], [ 603, 453, 697, 473 ], [ 702, 453, 730, 473 ], [ 736, 453, 791, 473 ], [ 796, 453, 820, 473 ], [ 825, 453, 891, 473 ], [ 297, 486, 391, 506 ], [ 396, 486, 462, 506 ], [ 468, 486, 499, 506 ], [ 505, 486, 545, 506 ], [ 551, 486, 627, 506 ], [ 632, 486, 678, 506 ], [ 684, 486, 726, 506 ], [ 732, 486, 767, 506 ], [ 772, 486, 804, 506 ], [ 809, 486, 884, 506 ], [ 890, 486, 909, 506 ], [ 297, 503, 374, 522 ], [ 104, 536, 126, 556 ], [ 149, 536, 187, 556 ], [ 192, 536, 209, 556 ], [ 149, 552, 214, 572 ], [ 149, 569, 213, 588 ], [ 149, 585, 240, 605 ], [ 149, 601, 187, 621 ], [ 297, 536, 376, 556 ], [ 382, 536, 411, 556 ], [ 417, 536, 485, 556 ], [ 491, 536, 507, 556 ], [ 551, 536, 575, 556 ], [ 580, 536, 617, 556 ], [ 623, 536, 695, 556 ], [ 701, 536, 725, 556 ], [ 730, 536, 807, 556 ], [ 813, 536, 906, 556 ], [ 297, 552, 353, 572 ], [ 358, 552, 429, 572 ], [ 435, 552, 473, 572 ], [ 478, 552, 568, 572 ], [ 573, 552, 590, 572 ], [ 596, 552, 618, 572 ], [ 624, 552, 641, 572 ], [ 646, 552, 691, 572 ], [ 697, 552, 711, 572 ], [ 717, 552, 808, 572 ], [ 813, 552, 837, 572 ], [ 842, 552, 907, 572 ], [ 297, 569, 314, 588 ], [ 319, 569, 399, 588 ], [ 404, 569, 468, 588 ], [ 474, 569, 552, 588 ], [ 558, 569, 596, 588 ], [ 601, 569, 619, 588 ], [ 625, 569, 680, 588 ], [ 685, 569, 762, 588 ], [ 767, 569, 801, 588 ], [ 806, 569, 889, 588 ], [ 895, 569, 912, 588 ], [ 297, 585, 413, 605 ], [ 419, 585, 436, 605 ], [ 441, 585, 478, 605 ], [ 484, 585, 544, 605 ], [ 550, 585, 586, 605 ], [ 591, 585, 656, 605 ], [ 662, 585, 679, 605 ], [ 684, 585, 751, 605 ], [ 757, 585, 834, 605 ], [ 840, 585, 872, 605 ], [ 95, 684, 115, 704 ], [ 120, 684, 230, 704 ], [ 236, 684, 346, 704 ], [ 95, 717, 129, 736 ], [ 137, 717, 233, 736 ], [ 241, 717, 255, 736 ], [ 262, 717, 307, 736 ], [ 315, 717, 355, 736 ], [ 362, 717, 374, 736 ], [ 381, 717, 453, 736 ], [ 460, 719, 471, 735 ], [ 479, 717, 501, 736 ], [ 508, 717, 601, 736 ], [ 609, 717, 653, 736 ], [ 661, 717, 684, 736 ], [ 692, 717, 720, 736 ], [ 727, 717, 793, 736 ], [ 801, 717, 857, 736 ], [ 864, 717, 904, 736 ], [ 95, 733, 188, 753 ], [ 193, 733, 238, 753 ], [ 244, 733, 261, 753 ], [ 266, 733, 365, 753 ], [ 370, 733, 421, 753 ], [ 95, 766, 174, 786 ], [ 183, 766, 235, 786 ], [ 244, 766, 266, 786 ], [ 275, 766, 340, 786 ], [ 348, 766, 371, 786 ], [ 379, 766, 407, 786 ], [ 416, 766, 465, 786 ], [ 474, 766, 490, 786 ], [ 499, 766, 538, 786 ], [ 547, 766, 643, 786 ], [ 651, 766, 673, 786 ], [ 681, 766, 819, 786 ], [ 827, 766, 868, 786 ], [ 876, 766, 904, 786 ], [ 95, 782, 144, 802 ], [ 150, 782, 161, 802 ], [ 166, 782, 218, 802 ], [ 224, 782, 293, 802 ], [ 299, 782, 420, 802 ], [ 425, 782, 442, 802 ], [ 447, 782, 475, 802 ], [ 481, 782, 556, 802 ], [ 562, 782, 606, 802 ], [ 612, 782, 689, 802 ], [ 695, 782, 711, 802 ], [ 716, 782, 794, 802 ], [ 95, 815, 115, 835 ], [ 120, 815, 230, 835 ], [ 236, 815, 334, 835 ], [ 95, 848, 156, 868 ], [ 166, 848, 248, 868 ], [ 258, 848, 286, 868 ], [ 296, 848, 392, 868 ], [ 402, 848, 448, 868 ], [ 458, 848, 532, 868 ], [ 542, 848, 577, 868 ], [ 587, 848, 644, 868 ], [ 654, 848, 679, 868 ], [ 689, 850, 700, 866 ], [ 710, 848, 735, 868 ], [ 744, 848, 835, 868 ], [ 845, 848, 878, 868 ], [ 887, 848, 904, 868 ], [ 95, 864, 156, 884 ], [ 163, 864, 196, 884 ], [ 203, 864, 262, 884 ], [ 268, 864, 285, 884 ], [ 291, 864, 332, 884 ], [ 338, 864, 359, 884 ], [ 366, 864, 394, 884 ], [ 400, 864, 422, 884 ], [ 429, 864, 527, 884 ], [ 534, 864, 584, 884 ], [ 590, 864, 604, 884 ], [ 610, 864, 685, 884 ], [ 691, 864, 706, 884 ], [ 712, 864, 729, 884 ], [ 736, 864, 758, 884 ], [ 764, 864, 835, 884 ], [ 841, 864, 858, 884 ], [ 871, 864, 904, 884 ], [ 95, 881, 106, 900 ], [ 112, 881, 171, 900 ], [ 177, 881, 259, 900 ], [ 265, 881, 324, 900 ], [ 330, 881, 347, 900 ], [ 352, 881, 380, 900 ], [ 386, 881, 464, 900 ], [ 470, 881, 547, 900 ], [ 95, 914, 160, 933 ], [ 165, 914, 192, 933 ], [ 198, 914, 228, 933 ], [ 233, 914, 301, 933 ], [ 306, 914, 355, 933 ] ]
Public Health - The science and practice of protecting and improving the health of a community, as by preventive medicine, health education, control of communicable diseases, application of sanitary measures, and monitoring of environmental hazards. - Information that is disseminated to the public via the news Public Information before, during, and/or after an emergency or disaster. Recovery - The stage of incident management that focuses on restoring operations to a normal or improved state of affairs. This stage occurs after the stabilization and recovery of essential functions. Examples of recovery activities might include: the restoration of non-vital functions, replacement of damaged equipment, and/or facility repairs. Response - The stage of incident management that includes those actions that are taken when a disruption or emergency occurs. It encompasses the activities that address the short-term, direct effects of an incident. Response activities in the healthcare setting can include activating emergency plans, triaging, and treating patients that have been affected by an incident. Strategic National Stockpile (SNS) - A federal resource to provide medicine and medical supplies to protect the public in the event of a public health emergency as a result of an act of terrorism or a large scale natural or human-caused disaster that is so severe local and state resources are inadequate or become overwhelmed. Vital Records, Files, and Databases - Records, files, documents, or databases, which if damaged or destroyed, would cause considerable inconvenience and/or require replacement or re-creation at considerable expense. For legal, regulatory, or operational reasons, these records cannot be irretrievably lost or damaged without materially impairing the organization's ability to conduct business. Functional and Access Needs Populations Access and functional needs – populations are patients who are pediatric, geriatric, disabled, or have serious chronic conditions or addictions. ACRONYMS AAR After Action Report AHRQ Agency for Healthcare Research and Quality CD Compact Disc CDC Centers for Disease Control and Prevention COOP Continuity of Operations Plan DHS Department of Homeland Security EOC Emergency Operations Center
Public Health - The science and practice of protecting and improving the health of a community, as by preventive medicine, health education, control of communicable diseases, application of sanitary measures, and monitoring of environmental hazards. Public Information - Information that is disseminated to the public via the news before, during, and/or after an emergency or disaster. Recovery - The stage of incident management that focuses on restoring operations to a normal or improved state of affairs. This stage occurs after the stabilization and recovery of essential functions. Examples of recovery activities might include: the restoration of non-vital functions, replacement of damaged equipment, and/or facility repairs. Response - The stage of incident management that includes those actions that are taken when a disruption or emergency occurs. It encompasses the activities that address the short-term, direct effects of an incident. Response activities in the healthcare setting can include activating emergency plans, triaging, and treating patients that have been affected by an incident. Strategic National Stockpile (SNS) - A federal resource to provide medicine and medical supplies to protect the public in the event of a public health emergency as a result of an act of terrorism or a large scale natural or human-caused disaster that is so severe local and state resources are inadequate or become overwhelmed. Vital Records, Files, and Databases - Records, files, documents, or databases, which if damaged or destroyed, would cause considerable inconvenience and/or require replacement or re-creation at considerable expense. For legal, regulatory, or operational reasons, these records cannot be irretrievably lost or damaged without materially impairing the organization's ability to conduct business. Functional and Access Needs Populations – Access and functional needs populations are patients who are pediatric, geriatric, disabled, or have serious chronic conditions or addictions. ACRONYMS AAR After Action Report AHRQ Agency for Healthcare Research and Quality CD Compact Disc CDC Centers for Disease Control and Prevention COOP Continuity of Operations Plan DHS Department of Homeland Security EOC Emergency Operations Center
0.97521
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 46, 47, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 275, 271, 272, 273, 274, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326 ]
OEPR%20template.docx
task-1604-633
30
[ [ 117, 106, 176, 127 ], [ 181, 106, 241, 127 ], [ 247, 106, 253, 127 ], [ 258, 106, 292, 127 ], [ 297, 106, 364, 127 ], [ 369, 106, 402, 127 ], [ 407, 106, 476, 127 ], [ 482, 106, 498, 127 ], [ 503, 106, 589, 127 ], [ 595, 106, 628, 127 ], [ 633, 106, 718, 127 ], [ 723, 106, 751, 127 ], [ 756, 106, 809, 127 ], [ 815, 106, 831, 127 ], [ 837, 106, 848, 127 ], [ 117, 123, 216, 144 ], [ 221, 123, 242, 144 ], [ 247, 123, 268, 144 ], [ 274, 123, 364, 144 ], [ 369, 123, 453, 144 ], [ 459, 123, 512, 144 ], [ 518, 123, 608, 144 ], [ 613, 123, 672, 144 ], [ 678, 123, 694, 144 ], [ 699, 123, 826, 144 ], [ 117, 141, 200, 161 ], [ 205, 141, 299, 161 ], [ 305, 141, 321, 161 ], [ 326, 141, 395, 161 ], [ 400, 141, 492, 161 ], [ 497, 141, 530, 161 ], [ 535, 141, 627, 161 ], [ 632, 141, 649, 161 ], [ 654, 141, 777, 161 ], [ 783, 141, 858, 161 ], [ 294, 175, 301, 196 ], [ 306, 175, 404, 196 ], [ 410, 175, 443, 196 ], [ 448, 175, 462, 196 ], [ 468, 175, 583, 196 ], [ 589, 175, 605, 196 ], [ 610, 175, 638, 196 ], [ 643, 175, 694, 196 ], [ 700, 175, 725, 196 ], [ 730, 175, 757, 196 ], [ 763, 175, 809, 196 ], [ 117, 176, 176, 196 ], [ 181, 176, 289, 196 ], [ 117, 193, 178, 214 ], [ 184, 193, 244, 214 ], [ 249, 193, 305, 214 ], [ 310, 193, 349, 214 ], [ 355, 193, 376, 214 ], [ 382, 193, 479, 214 ], [ 484, 193, 502, 214 ], [ 507, 193, 580, 214 ], [ 117, 228, 205, 249 ], [ 211, 228, 217, 249 ], [ 222, 228, 256, 249 ], [ 262, 228, 310, 249 ], [ 315, 228, 331, 249 ], [ 337, 228, 404, 249 ], [ 410, 228, 524, 249 ], [ 530, 228, 562, 249 ], [ 568, 228, 635, 249 ], [ 641, 228, 662, 249 ], [ 668, 228, 744, 249 ], [ 750, 228, 841, 249 ], [ 847, 228, 863, 249 ], [ 868, 228, 879, 249 ], [ 117, 245, 177, 266 ], [ 183, 245, 200, 266 ], [ 205, 245, 286, 266 ], [ 291, 245, 334, 266 ], [ 339, 245, 356, 266 ], [ 361, 245, 420, 266 ], [ 425, 245, 462, 266 ], [ 467, 245, 515, 266 ], [ 520, 245, 578, 266 ], [ 584, 245, 623, 266 ], [ 628, 245, 655, 266 ], [ 661, 245, 763, 266 ], [ 769, 245, 801, 266 ], [ 117, 263, 192, 283 ], [ 198, 263, 214, 283 ], [ 220, 263, 297, 283 ], [ 302, 263, 386, 283 ], [ 392, 263, 478, 283 ], [ 483, 263, 499, 283 ], [ 505, 263, 580, 283 ], [ 585, 263, 661, 283 ], [ 666, 263, 714, 283 ], [ 719, 263, 787, 283 ], [ 792, 263, 820, 283 ], [ 117, 280, 210, 301 ], [ 215, 280, 232, 301 ], [ 237, 280, 311, 301 ], [ 316, 280, 400, 301 ], [ 406, 280, 514, 301 ], [ 519, 280, 535, 301 ], [ 541, 280, 623, 301 ], [ 628, 280, 725, 301 ], [ 730, 280, 786, 301 ], [ 791, 280, 846, 301 ], [ 117, 297, 183, 318 ], [ 117, 332, 211, 353 ], [ 216, 332, 223, 353 ], [ 228, 332, 262, 353 ], [ 267, 332, 315, 353 ], [ 320, 332, 337, 353 ], [ 342, 332, 410, 353 ], [ 415, 332, 530, 353 ], [ 535, 332, 568, 353 ], [ 573, 332, 645, 353 ], [ 650, 332, 698, 353 ], [ 704, 332, 766, 353 ], [ 771, 332, 804, 353 ], [ 809, 332, 838, 353 ], [ 117, 350, 165, 370 ], [ 171, 350, 217, 370 ], [ 223, 350, 234, 370 ], [ 239, 350, 324, 370 ], [ 330, 350, 347, 370 ], [ 352, 350, 449, 370 ], [ 455, 350, 518, 370 ], [ 523, 350, 534, 370 ], [ 540, 350, 661, 370 ], [ 666, 350, 693, 370 ], [ 699, 350, 774, 370 ], [ 779, 350, 812, 370 ], [ 117, 367, 187, 388 ], [ 192, 367, 220, 388 ], [ 225, 367, 320, 388 ], [ 325, 367, 373, 388 ], [ 379, 367, 436, 388 ], [ 441, 367, 458, 388 ], [ 463, 367, 485, 388 ], [ 490, 367, 563, 388 ], [ 569, 367, 657, 388 ], [ 662, 367, 738, 388 ], [ 743, 367, 758, 388 ], [ 764, 367, 791, 388 ], [ 117, 385, 209, 405 ], [ 214, 385, 272, 405 ], [ 277, 385, 309, 405 ], [ 314, 385, 376, 405 ], [ 382, 385, 465, 405 ], [ 470, 385, 567, 405 ], [ 572, 385, 625, 405 ], [ 630, 385, 700, 405 ], [ 705, 385, 738, 405 ], [ 743, 385, 809, 405 ], [ 117, 402, 186, 423 ], [ 191, 402, 224, 423 ], [ 229, 402, 272, 423 ], [ 277, 402, 321, 423 ], [ 326, 402, 396, 423 ], [ 401, 402, 422, 423 ], [ 427, 402, 449, 423 ], [ 454, 402, 527, 423 ], [ 117, 454, 201, 475 ], [ 206, 454, 284, 475 ], [ 289, 454, 376, 475 ], [ 382, 454, 435, 475 ], [ 440, 454, 447, 475 ], [ 451, 454, 464, 475 ], [ 469, 454, 529, 475 ], [ 534, 454, 610, 475 ], [ 616, 454, 632, 475 ], [ 638, 454, 702, 475 ], [ 707, 454, 786, 475 ], [ 791, 454, 824, 475 ], [ 117, 472, 185, 492 ], [ 190, 472, 262, 492 ], [ 267, 472, 284, 492 ], [ 289, 472, 349, 492 ], [ 355, 472, 382, 492 ], [ 387, 472, 438, 492 ], [ 444, 472, 459, 492 ], [ 465, 472, 492, 492 ], [ 497, 472, 545, 492 ], [ 551, 472, 567, 492 ], [ 572, 472, 583, 492 ], [ 589, 472, 640, 492 ], [ 645, 472, 699, 492 ], [ 704, 472, 801, 492 ], [ 807, 472, 827, 492 ], [ 833, 472, 844, 492 ], [ 117, 489, 165, 510 ], [ 171, 489, 187, 510 ], [ 192, 489, 214, 510 ], [ 219, 489, 246, 510 ], [ 251, 489, 267, 510 ], [ 273, 489, 350, 510 ], [ 356, 489, 373, 510 ], [ 378, 489, 389, 510 ], [ 395, 489, 438, 510 ], [ 444, 489, 490, 510 ], [ 495, 489, 555, 510 ], [ 560, 489, 578, 510 ], [ 583, 489, 713, 510 ], [ 718, 489, 787, 510 ], [ 792, 489, 825, 510 ], [ 830, 489, 845, 510 ], [ 850, 489, 871, 510 ], [ 117, 506, 176, 527 ], [ 181, 506, 222, 527 ], [ 227, 506, 260, 527 ], [ 265, 506, 308, 527 ], [ 313, 506, 399, 527 ], [ 405, 506, 433, 527 ], [ 438, 506, 535, 527 ], [ 541, 506, 558, 527 ], [ 564, 506, 634, 527 ], [ 639, 506, 761, 527 ], [ 117, 541, 158, 562 ], [ 164, 541, 247, 562 ], [ 253, 541, 303, 562 ], [ 308, 541, 343, 562 ], [ 349, 541, 447, 562 ], [ 452, 541, 459, 562 ], [ 464, 541, 542, 562 ], [ 548, 541, 588, 562 ], [ 594, 541, 695, 562 ], [ 700, 541, 718, 562 ], [ 723, 541, 819, 562 ], [ 825, 541, 875, 562 ], [ 117, 559, 127, 580 ], [ 132, 559, 214, 580 ], [ 220, 559, 237, 580 ], [ 242, 559, 334, 580 ], [ 339, 559, 391, 580 ], [ 396, 559, 448, 580 ], [ 454, 559, 565, 580 ], [ 570, 559, 696, 580 ], [ 701, 559, 757, 580 ], [ 762, 559, 823, 580 ], [ 117, 576, 225, 597 ], [ 230, 576, 248, 597 ], [ 253, 576, 347, 597 ], [ 352, 576, 369, 597 ], [ 374, 576, 485, 597 ], [ 491, 576, 570, 597 ], [ 576, 576, 605, 597 ], [ 611, 576, 657, 597 ], [ 663, 576, 754, 597 ], [ 759, 576, 777, 597 ], [ 782, 576, 879, 597 ], [ 117, 594, 192, 614 ], [ 198, 594, 246, 614 ], [ 251, 594, 317, 614 ], [ 322, 594, 381, 614 ], [ 386, 594, 408, 614 ], [ 413, 594, 515, 614 ], [ 520, 594, 551, 614 ], [ 556, 594, 574, 614 ], [ 579, 594, 661, 614 ], [ 666, 594, 728, 614 ], [ 734, 594, 818, 614 ], [ 117, 611, 197, 632 ], [ 202, 611, 229, 632 ], [ 235, 611, 355, 632 ], [ 361, 611, 411, 632 ], [ 416, 611, 432, 632 ], [ 438, 611, 506, 632 ], [ 512, 611, 595, 632 ], [ 117, 646, 216, 667 ], [ 222, 646, 256, 667 ], [ 261, 646, 330, 667 ], [ 335, 646, 394, 667 ], [ 399, 646, 512, 667 ], [ 532, 646, 595, 667 ], [ 601, 646, 634, 667 ], [ 639, 646, 723, 667 ], [ 728, 646, 782, 667 ], [ 517, 648, 528, 665 ], [ 117, 663, 217, 684 ], [ 223, 663, 251, 684 ], [ 257, 663, 325, 684 ], [ 331, 663, 367, 684 ], [ 372, 663, 400, 684 ], [ 406, 663, 485, 684 ], [ 491, 663, 566, 684 ], [ 571, 663, 650, 684 ], [ 655, 663, 673, 684 ], [ 678, 663, 721, 684 ], [ 726, 663, 789, 684 ], [ 795, 663, 858, 684 ], [ 117, 681, 205, 702 ], [ 211, 681, 228, 702 ], [ 234, 681, 327, 702 ], [ 147, 731, 261, 752 ], [ 117, 766, 160, 787 ], [ 235, 766, 276, 787 ], [ 281, 766, 335, 787 ], [ 340, 766, 399, 787 ], [ 117, 784, 175, 804 ], [ 235, 784, 300, 804 ], [ 306, 784, 328, 804 ], [ 334, 784, 429, 804 ], [ 434, 784, 518, 804 ], [ 523, 784, 556, 804 ], [ 562, 784, 623, 804 ], [ 117, 801, 145, 822 ], [ 235, 801, 313, 822 ], [ 319, 801, 357, 822 ], [ 117, 818, 160, 839 ], [ 235, 818, 303, 839 ], [ 309, 818, 332, 839 ], [ 337, 818, 408, 839 ], [ 413, 818, 477, 839 ], [ 482, 818, 515, 839 ], [ 520, 818, 614, 839 ], [ 117, 836, 175, 857 ], [ 235, 836, 322, 857 ], [ 327, 836, 344, 857 ], [ 349, 836, 445, 857 ], [ 450, 836, 490, 857 ], [ 117, 853, 159, 874 ], [ 235, 853, 337, 874 ], [ 343, 853, 359, 874 ], [ 364, 853, 454, 874 ], [ 459, 853, 530, 874 ], [ 117, 871, 160, 892 ], [ 235, 871, 334, 891 ], [ 339, 871, 435, 891 ], [ 441, 871, 499, 891 ] ]
[ [ 117, 106, 176, 127 ], [ 181, 106, 241, 127 ], [ 247, 106, 253, 127 ], [ 258, 106, 292, 127 ], [ 297, 106, 364, 127 ], [ 369, 106, 402, 127 ], [ 407, 106, 476, 127 ], [ 482, 106, 498, 127 ], [ 503, 106, 589, 127 ], [ 595, 106, 628, 127 ], [ 633, 106, 718, 127 ], [ 723, 106, 751, 127 ], [ 756, 106, 809, 127 ], [ 815, 106, 831, 127 ], [ 837, 106, 848, 127 ], [ 117, 123, 216, 144 ], [ 221, 123, 242, 144 ], [ 247, 123, 268, 144 ], [ 274, 123, 364, 144 ], [ 369, 123, 453, 144 ], [ 459, 123, 512, 144 ], [ 518, 123, 608, 144 ], [ 613, 123, 672, 144 ], [ 678, 123, 694, 144 ], [ 699, 123, 826, 144 ], [ 117, 141, 200, 161 ], [ 205, 141, 299, 161 ], [ 305, 141, 321, 161 ], [ 326, 141, 395, 161 ], [ 400, 141, 492, 161 ], [ 497, 141, 530, 161 ], [ 535, 141, 627, 161 ], [ 632, 141, 649, 161 ], [ 654, 141, 777, 161 ], [ 783, 141, 858, 161 ], [ 117, 176, 176, 196 ], [ 181, 176, 289, 196 ], [ 294, 175, 301, 196 ], [ 306, 175, 404, 196 ], [ 410, 175, 443, 196 ], [ 448, 175, 462, 196 ], [ 468, 175, 583, 196 ], [ 589, 175, 605, 196 ], [ 610, 175, 638, 196 ], [ 643, 175, 694, 196 ], [ 700, 175, 725, 196 ], [ 730, 175, 757, 196 ], [ 763, 175, 809, 196 ], [ 117, 193, 178, 214 ], [ 184, 193, 244, 214 ], [ 249, 193, 305, 214 ], [ 310, 193, 349, 214 ], [ 355, 193, 376, 214 ], [ 382, 193, 479, 214 ], [ 484, 193, 502, 214 ], [ 507, 193, 580, 214 ], [ 117, 228, 205, 249 ], [ 211, 228, 217, 249 ], [ 222, 228, 256, 249 ], [ 262, 228, 310, 249 ], [ 315, 228, 331, 249 ], [ 337, 228, 404, 249 ], [ 410, 228, 524, 249 ], [ 530, 228, 562, 249 ], [ 568, 228, 635, 249 ], [ 641, 228, 662, 249 ], [ 668, 228, 744, 249 ], [ 750, 228, 841, 249 ], [ 847, 228, 863, 249 ], [ 868, 228, 879, 249 ], [ 117, 245, 177, 266 ], [ 183, 245, 200, 266 ], [ 205, 245, 286, 266 ], [ 291, 245, 334, 266 ], [ 339, 245, 356, 266 ], [ 361, 245, 420, 266 ], [ 425, 245, 462, 266 ], [ 467, 245, 515, 266 ], [ 520, 245, 578, 266 ], [ 584, 245, 623, 266 ], [ 628, 245, 655, 266 ], [ 661, 245, 763, 266 ], [ 769, 245, 801, 266 ], [ 117, 263, 192, 283 ], [ 198, 263, 214, 283 ], [ 220, 263, 297, 283 ], [ 302, 263, 386, 283 ], [ 392, 263, 478, 283 ], [ 483, 263, 499, 283 ], [ 505, 263, 580, 283 ], [ 585, 263, 661, 283 ], [ 666, 263, 714, 283 ], [ 719, 263, 787, 283 ], [ 792, 263, 820, 283 ], [ 117, 280, 210, 301 ], [ 215, 280, 232, 301 ], [ 237, 280, 311, 301 ], [ 316, 280, 400, 301 ], [ 406, 280, 514, 301 ], [ 519, 280, 535, 301 ], [ 541, 280, 623, 301 ], [ 628, 280, 725, 301 ], [ 730, 280, 786, 301 ], [ 791, 280, 846, 301 ], [ 117, 297, 183, 318 ], [ 117, 332, 211, 353 ], [ 216, 332, 223, 353 ], [ 228, 332, 262, 353 ], [ 267, 332, 315, 353 ], [ 320, 332, 337, 353 ], [ 342, 332, 410, 353 ], [ 415, 332, 530, 353 ], [ 535, 332, 568, 353 ], [ 573, 332, 645, 353 ], [ 650, 332, 698, 353 ], [ 704, 332, 766, 353 ], [ 771, 332, 804, 353 ], [ 809, 332, 838, 353 ], [ 117, 350, 165, 370 ], [ 171, 350, 217, 370 ], [ 223, 350, 234, 370 ], [ 239, 350, 324, 370 ], [ 330, 350, 347, 370 ], [ 352, 350, 449, 370 ], [ 455, 350, 518, 370 ], [ 523, 350, 534, 370 ], [ 540, 350, 661, 370 ], [ 666, 350, 693, 370 ], [ 699, 350, 774, 370 ], [ 779, 350, 812, 370 ], [ 117, 367, 187, 388 ], [ 192, 367, 220, 388 ], [ 225, 367, 320, 388 ], [ 325, 367, 373, 388 ], [ 379, 367, 436, 388 ], [ 441, 367, 458, 388 ], [ 463, 367, 485, 388 ], [ 490, 367, 563, 388 ], [ 569, 367, 657, 388 ], [ 662, 367, 738, 388 ], [ 743, 367, 758, 388 ], [ 764, 367, 791, 388 ], [ 117, 385, 209, 405 ], [ 214, 385, 272, 405 ], [ 277, 385, 309, 405 ], [ 314, 385, 376, 405 ], [ 382, 385, 465, 405 ], [ 470, 385, 567, 405 ], [ 572, 385, 625, 405 ], [ 630, 385, 700, 405 ], [ 705, 385, 738, 405 ], [ 743, 385, 809, 405 ], [ 117, 402, 186, 423 ], [ 191, 402, 224, 423 ], [ 229, 402, 272, 423 ], [ 277, 402, 321, 423 ], [ 326, 402, 396, 423 ], [ 401, 402, 422, 423 ], [ 427, 402, 449, 423 ], [ 454, 402, 527, 423 ], [ 117, 454, 201, 475 ], [ 206, 454, 284, 475 ], [ 289, 454, 376, 475 ], [ 382, 454, 435, 475 ], [ 440, 454, 447, 475 ], [ 451, 454, 464, 475 ], [ 469, 454, 529, 475 ], [ 534, 454, 610, 475 ], [ 616, 454, 632, 475 ], [ 638, 454, 702, 475 ], [ 707, 454, 786, 475 ], [ 791, 454, 824, 475 ], [ 117, 472, 185, 492 ], [ 190, 472, 262, 492 ], [ 267, 472, 284, 492 ], [ 289, 472, 349, 492 ], [ 355, 472, 382, 492 ], [ 387, 472, 438, 492 ], [ 444, 472, 459, 492 ], [ 465, 472, 492, 492 ], [ 497, 472, 545, 492 ], [ 551, 472, 567, 492 ], [ 572, 472, 583, 492 ], [ 589, 472, 640, 492 ], [ 645, 472, 699, 492 ], [ 704, 472, 801, 492 ], [ 807, 472, 827, 492 ], [ 833, 472, 844, 492 ], [ 117, 489, 165, 510 ], [ 171, 489, 187, 510 ], [ 192, 489, 214, 510 ], [ 219, 489, 246, 510 ], [ 251, 489, 267, 510 ], [ 273, 489, 350, 510 ], [ 356, 489, 373, 510 ], [ 378, 489, 389, 510 ], [ 395, 489, 438, 510 ], [ 444, 489, 490, 510 ], [ 495, 489, 555, 510 ], [ 560, 489, 578, 510 ], [ 583, 489, 713, 510 ], [ 718, 489, 787, 510 ], [ 792, 489, 825, 510 ], [ 830, 489, 845, 510 ], [ 850, 489, 871, 510 ], [ 117, 506, 176, 527 ], [ 181, 506, 222, 527 ], [ 227, 506, 260, 527 ], [ 265, 506, 308, 527 ], [ 313, 506, 399, 527 ], [ 405, 506, 433, 527 ], [ 438, 506, 535, 527 ], [ 541, 506, 558, 527 ], [ 564, 506, 634, 527 ], [ 639, 506, 761, 527 ], [ 117, 541, 158, 562 ], [ 164, 541, 247, 562 ], [ 253, 541, 303, 562 ], [ 308, 541, 343, 562 ], [ 349, 541, 447, 562 ], [ 452, 541, 459, 562 ], [ 464, 541, 542, 562 ], [ 548, 541, 588, 562 ], [ 594, 541, 695, 562 ], [ 700, 541, 718, 562 ], [ 723, 541, 819, 562 ], [ 825, 541, 875, 562 ], [ 117, 559, 127, 580 ], [ 132, 559, 214, 580 ], [ 220, 559, 237, 580 ], [ 242, 559, 334, 580 ], [ 339, 559, 391, 580 ], [ 396, 559, 448, 580 ], [ 454, 559, 565, 580 ], [ 570, 559, 696, 580 ], [ 701, 559, 757, 580 ], [ 762, 559, 823, 580 ], [ 117, 576, 225, 597 ], [ 230, 576, 248, 597 ], [ 253, 576, 347, 597 ], [ 352, 576, 369, 597 ], [ 374, 576, 485, 597 ], [ 491, 576, 570, 597 ], [ 576, 576, 605, 597 ], [ 611, 576, 657, 597 ], [ 663, 576, 754, 597 ], [ 759, 576, 777, 597 ], [ 782, 576, 879, 597 ], [ 117, 594, 192, 614 ], [ 198, 594, 246, 614 ], [ 251, 594, 317, 614 ], [ 322, 594, 381, 614 ], [ 386, 594, 408, 614 ], [ 413, 594, 515, 614 ], [ 520, 594, 551, 614 ], [ 556, 594, 574, 614 ], [ 579, 594, 661, 614 ], [ 666, 594, 728, 614 ], [ 734, 594, 818, 614 ], [ 117, 611, 197, 632 ], [ 202, 611, 229, 632 ], [ 235, 611, 355, 632 ], [ 361, 611, 411, 632 ], [ 416, 611, 432, 632 ], [ 438, 611, 506, 632 ], [ 512, 611, 595, 632 ], [ 117, 646, 216, 667 ], [ 222, 646, 256, 667 ], [ 261, 646, 330, 667 ], [ 335, 646, 394, 667 ], [ 399, 646, 512, 667 ], [ 517, 648, 528, 665 ], [ 532, 646, 595, 667 ], [ 601, 646, 634, 667 ], [ 639, 646, 723, 667 ], [ 728, 646, 782, 667 ], [ 117, 663, 217, 684 ], [ 223, 663, 251, 684 ], [ 257, 663, 325, 684 ], [ 331, 663, 367, 684 ], [ 372, 663, 400, 684 ], [ 406, 663, 485, 684 ], [ 491, 663, 566, 684 ], [ 571, 663, 650, 684 ], [ 655, 663, 673, 684 ], [ 678, 663, 721, 684 ], [ 726, 663, 789, 684 ], [ 795, 663, 858, 684 ], [ 117, 681, 205, 702 ], [ 211, 681, 228, 702 ], [ 234, 681, 327, 702 ], [ 147, 731, 261, 752 ], [ 117, 766, 160, 787 ], [ 235, 766, 276, 787 ], [ 281, 766, 335, 787 ], [ 340, 766, 399, 787 ], [ 117, 784, 175, 804 ], [ 235, 784, 300, 804 ], [ 306, 784, 328, 804 ], [ 334, 784, 429, 804 ], [ 434, 784, 518, 804 ], [ 523, 784, 556, 804 ], [ 562, 784, 623, 804 ], [ 117, 801, 145, 822 ], [ 235, 801, 313, 822 ], [ 319, 801, 357, 822 ], [ 117, 818, 160, 839 ], [ 235, 818, 303, 839 ], [ 309, 818, 332, 839 ], [ 337, 818, 408, 839 ], [ 413, 818, 477, 839 ], [ 482, 818, 515, 839 ], [ 520, 818, 614, 839 ], [ 117, 836, 175, 857 ], [ 235, 836, 322, 857 ], [ 327, 836, 344, 857 ], [ 349, 836, 445, 857 ], [ 450, 836, 490, 857 ], [ 117, 853, 159, 874 ], [ 235, 853, 337, 874 ], [ 343, 853, 359, 874 ], [ 364, 853, 454, 874 ], [ 459, 853, 530, 874 ], [ 117, 871, 160, 892 ], [ 235, 871, 334, 891 ], [ 339, 871, 435, 891 ], [ 441, 871, 499, 891 ] ]
Appendix-3 Programme Facilitators Dr. Som Naidu Dr. Sanjaya Mishra Prof. Mohan Menon Module Facilitators Ms. Jasmine Emmanuel Dr. Shironica Karunanayaka Mr. Vighnarajah Selvarajah svighna@wou.edu.my Ms. Deehbanjli Lakshmayya deehbanjlil@wou.edu.my Mr. Prakash Arumugam Moodle Administrator Ms. G.Mythili Appendix-4 List of Participants S.No. Name and Address S.No. Name and Address 1. Atul Thakur 2. Sanjiv Kumar Research Associate Associate Professor CEMCA School of Sciences 13/14 Sarv Priya Vihar Indira Gandhi National open University New Delhi Maidan Garhi, Delhi-110016 New Delhi-110068 India India E-mail: E-mail: sanjiv_sos@ignou.ac.in 3. Lakshmi Gade 4. Mostafa Azad Kamal Assistant Professor Professor
Appendix-3 Programme Facilitators Dr. Som Naidu Dr. Sanjaya Mishra Prof. Mohan Menon Module Facilitators Ms. Jasmine Emmanuel Dr. Shironica Karunanayaka Mr. Vighnarajah Selvarajah svighna@wou.edu.my Ms. Deehbanjli Lakshmayya deehbanjlil@wou.edu.my Mr. Prakash Arumugam Moodle Administrator Ms. G.Mythili Appendix-4 List of Participants S.No. Name and Address S.No. Name and Address 1. Atul Thakur Research Associate CEMCA 13/14 Sarv Priya Vihar New Delhi Delhi-110016 India E-mail: 2. Sanjiv Kumar Associate Professor School of Sciences Indira Gandhi National open University Maidan Garhi, New Delhi-110068 India E-mail: sanjiv_sos@ignou.ac.in 3. Lakshmi Gade Assistant Professor 4. Mostafa Azad Kamal Professor
0.759448
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 53, 54, 57, 61, 62, 63, 64, 70, 71, 74, 77, 79, 50, 51, 52, 55, 56, 58, 59, 60, 65, 66, 67, 68, 69, 72, 73, 75, 76, 78, 80, 81, 82, 83, 84, 89, 90, 85, 86, 87, 88, 91 ]
OER%20based%20elearning-Report%20by%20Mythili.docx
task-1604-648
30
[ [ 784, 141, 882, 162 ], [ 117, 168, 213, 188 ], [ 218, 168, 311, 188 ], [ 277, 193, 302, 213 ], [ 307, 193, 343, 213 ], [ 348, 193, 396, 213 ], [ 277, 266, 302, 286 ], [ 307, 266, 369, 286 ], [ 374, 266, 429, 286 ], [ 277, 292, 315, 312 ], [ 320, 292, 376, 312 ], [ 381, 292, 436, 312 ], [ 117, 368, 179, 388 ], [ 184, 368, 278, 388 ], [ 277, 384, 307, 404 ], [ 311, 384, 375, 404 ], [ 379, 384, 464, 404 ], [ 277, 410, 302, 430 ], [ 307, 410, 382, 430 ], [ 387, 410, 500, 430 ], [ 277, 436, 305, 457 ], [ 310, 437, 405, 456 ], [ 409, 437, 489, 456 ], [ 277, 454, 447, 473 ], [ 277, 471, 307, 491 ], [ 311, 471, 397, 491 ], [ 402, 471, 502, 491 ], [ 277, 489, 474, 508 ], [ 277, 505, 305, 525 ], [ 310, 505, 372, 525 ], [ 377, 505, 467, 525 ], [ 117, 558, 178, 577 ], [ 183, 558, 296, 577 ], [ 277, 574, 307, 594 ], [ 311, 574, 389, 594 ], [ 784, 600, 882, 621 ], [ 117, 626, 150, 647 ], [ 155, 626, 171, 647 ], [ 176, 626, 278, 647 ], [ 117, 703, 162, 723 ], [ 180, 703, 229, 724 ], [ 233, 703, 265, 724 ], [ 270, 703, 339, 724 ], [ 473, 703, 518, 724 ], [ 536, 703, 585, 724 ], [ 589, 703, 621, 724 ], [ 626, 703, 695, 724 ], [ 117, 722, 132, 742 ], [ 180, 722, 214, 742 ], [ 219, 722, 276, 742 ], [ 473, 722, 488, 742 ], [ 536, 722, 586, 742 ], [ 591, 722, 645, 742 ], [ 180, 739, 251, 760 ], [ 380, 739, 456, 760 ], [ 536, 739, 612, 760 ], [ 617, 739, 691, 760 ], [ 180, 757, 249, 777 ], [ 536, 757, 590, 777 ], [ 694, 757, 710, 777 ], [ 813, 757, 882, 777 ], [ 180, 774, 224, 794 ], [ 229, 774, 265, 794 ], [ 270, 774, 311, 794 ], [ 316, 774, 361, 794 ], [ 536, 774, 582, 794 ], [ 596, 774, 653, 794 ], [ 667, 774, 734, 794 ], [ 748, 774, 786, 794 ], [ 799, 774, 882, 794 ], [ 180, 792, 217, 812 ], [ 221, 792, 265, 812 ], [ 536, 792, 595, 812 ], [ 832, 792, 882, 812 ], [ 180, 809, 288, 829 ], [ 536, 809, 573, 829 ], [ 578, 809, 686, 829 ], [ 180, 826, 220, 847 ], [ 536, 826, 576, 847 ], [ 180, 844, 238, 864 ], [ 536, 844, 594, 864 ], [ 599, 844, 786, 864 ], [ 117, 863, 132, 883 ], [ 180, 863, 248, 883 ], [ 253, 863, 294, 883 ], [ 473, 863, 488, 883 ], [ 536, 863, 600, 883 ], [ 610, 863, 651, 883 ], [ 656, 863, 708, 883 ], [ 180, 880, 251, 900 ], [ 256, 880, 330, 900 ], [ 536, 880, 610, 900 ] ]
[ [ 784, 141, 882, 162 ], [ 117, 168, 213, 188 ], [ 218, 168, 311, 188 ], [ 277, 193, 302, 213 ], [ 307, 193, 343, 213 ], [ 348, 193, 396, 213 ], [ 277, 266, 302, 286 ], [ 307, 266, 369, 286 ], [ 374, 266, 429, 286 ], [ 277, 292, 315, 312 ], [ 320, 292, 376, 312 ], [ 381, 292, 436, 312 ], [ 117, 368, 179, 388 ], [ 184, 368, 278, 388 ], [ 277, 384, 307, 404 ], [ 311, 384, 375, 404 ], [ 379, 384, 464, 404 ], [ 277, 410, 302, 430 ], [ 307, 410, 382, 430 ], [ 387, 410, 500, 430 ], [ 277, 436, 305, 457 ], [ 310, 437, 405, 456 ], [ 409, 437, 489, 456 ], [ 277, 454, 447, 473 ], [ 277, 471, 307, 491 ], [ 311, 471, 397, 491 ], [ 402, 471, 502, 491 ], [ 277, 489, 474, 508 ], [ 277, 505, 305, 525 ], [ 310, 505, 372, 525 ], [ 377, 505, 467, 525 ], [ 117, 558, 178, 577 ], [ 183, 558, 296, 577 ], [ 277, 574, 307, 594 ], [ 311, 574, 389, 594 ], [ 784, 600, 882, 621 ], [ 117, 626, 150, 647 ], [ 155, 626, 171, 647 ], [ 176, 626, 278, 647 ], [ 117, 703, 162, 723 ], [ 180, 703, 229, 724 ], [ 233, 703, 265, 724 ], [ 270, 703, 339, 724 ], [ 473, 703, 518, 724 ], [ 536, 703, 585, 724 ], [ 589, 703, 621, 724 ], [ 626, 703, 695, 724 ], [ 117, 722, 132, 742 ], [ 180, 722, 214, 742 ], [ 219, 722, 276, 742 ], [ 180, 739, 251, 760 ], [ 380, 739, 456, 760 ], [ 180, 757, 249, 777 ], [ 180, 774, 224, 794 ], [ 229, 774, 265, 794 ], [ 270, 774, 311, 794 ], [ 316, 774, 361, 794 ], [ 180, 792, 217, 812 ], [ 221, 792, 265, 812 ], [ 180, 809, 288, 829 ], [ 180, 826, 220, 847 ], [ 180, 844, 238, 864 ], [ 473, 722, 488, 742 ], [ 536, 722, 586, 742 ], [ 591, 722, 645, 742 ], [ 536, 739, 612, 760 ], [ 617, 739, 691, 760 ], [ 536, 757, 590, 777 ], [ 694, 757, 710, 777 ], [ 813, 757, 882, 777 ], [ 536, 774, 582, 794 ], [ 596, 774, 653, 794 ], [ 667, 774, 734, 794 ], [ 748, 774, 786, 794 ], [ 799, 774, 882, 794 ], [ 536, 792, 595, 812 ], [ 832, 792, 882, 812 ], [ 536, 809, 573, 829 ], [ 578, 809, 686, 829 ], [ 536, 826, 576, 847 ], [ 536, 844, 594, 864 ], [ 599, 844, 786, 864 ], [ 117, 863, 132, 883 ], [ 180, 863, 248, 883 ], [ 253, 863, 294, 883 ], [ 180, 880, 251, 900 ], [ 256, 880, 330, 900 ], [ 473, 863, 488, 883 ], [ 536, 863, 600, 883 ], [ 610, 863, 651, 883 ], [ 656, 863, 708, 883 ], [ 536, 880, 610, 900 ] ]
vce IBS vill. thapkour p.o. badhroya tehsil Flat No. B-113, Krishna Apartments, H. nurpur district kangra h.p. 176403 NO. 8-3-324, Yellareddyguda nurpur Hyderabad kangra-1893 Andhra Pradesh-500073 Himachal pradesh India E-mail: indkon@gmail.com E-mail:rkmalhotra321@gmail.com 15. Dr. Anamika Ray 16. Dr. Rani Rajitha Madhuri Assistant Professor Assistant Professor Gauhati University Dr. B> R.Ambedkar Open University Qtr no:70A, GU campus, Jubliee Hills, Road No:46 Guwahati Hyderabad-500033 Assam Andhra Pradesh India INDIA E-mail: anamikadady@gmail.com E-mail: raniraj_k@yahoo.com 17. Rajeev Prasad 18. Dr. Rajesh Kumar Academic Officer(Chemistry) Regional Director National Institute of Open National Institute of Open Schooling Schooling RC Gandhi Nagar – A-24/25,Sector-62 M.S. Building, 'D' Block, 7th Floor, Near Noida - 201309 Pathikashram Uttar Pradesh Sector 11 INDIA Gandhi Nagar E-mail: Gujarat-382011 rajeev_madhu17@yahoo.com India E-mail: rdgandhinagar@nioc.ac.in 19. Dr. Anoma Ariyaratne 20. Aditi Ranjan Rout Assistant Professor National Institute of Open Schooling The Open University of Sri 10/1/H, Diamond Harbour Road, Head/Dept. of Early Childhood Kolkata-700027 and Primary Education West Bengal Faculty of Education The Open India University of Sri Lanka E-mail: Colombo Sri Lanka E-mail: 21. Dr. Jyotsna Dikshit 22.. THARKESHWAR NATH GIRI National Institute of Open Schooling L-02, Mahanadi Extension NIOS, Regional Centre, IGNOU Campus, Maidangarhi, YMCA Complex, Sector 11, New Delhi Chandigarh-160011 110068 U.T.Chandigarh New Delhi India India E-mail: tngiri@nios.ac.in
vce vill. thapkour p.o. badhroya tehsil nurpur district kangra h.p. 176403 nurpur kangra-1893 Himachal pradesh E-mail:rkmalhotra321@gmail.com IBS Flat No. B-113, Krishna Apartments, H. NO. 8-3-324, Yellareddyguda Hyderabad Andhra Pradesh-500073 India E-mail: indkon@gmail.com 15. Dr. Anamika Ray Assistant Professor Gauhati University Qtr no:70A, GU campus, Guwahati Assam India E-mail: anamikadady@gmail.com 16. Dr. Rani Rajitha Madhuri Assistant Professor Dr. B> R.Ambedkar Open University Jubliee Hills, Road No:46 Hyderabad-500033 Andhra Pradesh INDIA E-mail: raniraj_k@yahoo.com 17. Rajeev Prasad Academic Officer(Chemistry) National Institute of Open Schooling A-24/25,Sector-62 Noida - 201309 Uttar Pradesh INDIA E-mail: rajeev_madhu17@yahoo.com 18. Dr. Rajesh Kumar Regional Director National Institute of Open Schooling RC – Gandhi Nagar M.S. Building, 'D' Block, 7th Floor, Near Pathikashram Sector 11 Gandhi Nagar Gujarat-382011 India E-mail: rdgandhinagar@nioc.ac.in 19. Dr. Anoma Ariyaratne Assistant Professor The Open University of Sri Head/Dept. of Early Childhood and Primary Education Faculty of Education The Open University of Sri Lanka Colombo Sri Lanka E-mail: 20. Aditi Ranjan Rout National Institute of Open Schooling 10/1/H, Diamond Harbour Road, Kolkata-700027 West Bengal India E-mail: 21. Dr. Jyotsna Dikshit L-02, Mahanadi Extension IGNOU Campus, Maidangarhi, New Delhi 110068 New Delhi India 22.. THARKESHWAR NATH GIRI National Institute of Open Schooling NIOS, Regional Centre, YMCA Complex, Sector 11, Chandigarh-160011 U.T.Chandigarh India E-mail: tngiri@nios.ac.in
0.526748
[ 0, 2, 3, 4, 5, 6, 13, 14, 15, 16, 17, 21, 23, 26, 27, 31, 1, 7, 8, 9, 10, 11, 12, 18, 19, 20, 22, 24, 25, 28, 29, 30, 32, 33, 34, 35, 41, 42, 45, 46, 52, 53, 54, 55, 60, 62, 65, 67, 68, 36, 37, 38, 39, 40, 43, 44, 47, 48, 49, 50, 51, 56, 57, 58, 59, 61, 63, 64, 66, 69, 70, 71, 72, 73, 78, 79, 82, 83, 84, 85, 91, 96, 104, 105, 106, 108, 109, 112, 115, 117, 74, 75, 76, 77, 80, 81, 86, 87, 88, 89, 90, 92, 95, 93, 94, 97, 98, 99, 100, 101, 102, 103, 107, 110, 111, 113, 114, 116, 118, 119, 120, 121, 122, 123, 124, 129, 130, 136, 137, 138, 139, 140, 145, 146, 147, 148, 150, 151, 152, 155, 156, 157, 158, 159, 161, 162, 163, 164, 166, 167, 168, 169, 125, 126, 127, 128, 131, 132, 133, 134, 135, 141, 142, 143, 144, 149, 153, 154, 160, 165, 170, 171, 172, 173, 183, 184, 185, 189, 190, 191, 196, 197, 199, 201, 202, 204, 174, 175, 176, 177, 178, 179, 180, 181, 182, 186, 187, 188, 192, 193, 194, 195, 198, 200, 203, 205, 206 ]
OER%20based%20elearning-Report%20by%20Mythili.docx
task-1604-648
32
[ [ 180, 90, 207, 110 ], [ 536, 90, 566, 110 ], [ 180, 107, 211, 127 ], [ 218, 107, 288, 127 ], [ 296, 107, 325, 127 ], [ 333, 107, 406, 127 ], [ 413, 107, 456, 127 ], [ 536, 107, 566, 127 ], [ 577, 107, 606, 127 ], [ 617, 107, 671, 127 ], [ 682, 107, 744, 127 ], [ 755, 107, 852, 127 ], [ 863, 107, 882, 127 ], [ 180, 125, 232, 145 ], [ 237, 125, 291, 145 ], [ 296, 125, 349, 145 ], [ 354, 125, 384, 145 ], [ 389, 125, 447, 145 ], [ 536, 125, 569, 145 ], [ 574, 125, 641, 145 ], [ 646, 125, 771, 145 ], [ 180, 142, 232, 162 ], [ 536, 142, 622, 162 ], [ 180, 160, 279, 180 ], [ 536, 160, 594, 180 ], [ 599, 160, 727, 180 ], [ 180, 177, 256, 197 ], [ 261, 177, 322, 197 ], [ 536, 177, 576, 197 ], [ 536, 194, 594, 215 ], [ 599, 194, 755, 215 ], [ 180, 212, 455, 232 ], [ 117, 231, 142, 251 ], [ 180, 231, 205, 251 ], [ 210, 231, 282, 251 ], [ 287, 231, 318, 251 ], [ 473, 231, 498, 251 ], [ 536, 231, 561, 251 ], [ 566, 231, 603, 251 ], [ 608, 231, 665, 251 ], [ 669, 231, 737, 251 ], [ 180, 248, 251, 268 ], [ 256, 248, 330, 268 ], [ 536, 248, 607, 268 ], [ 612, 248, 686, 268 ], [ 180, 265, 242, 286 ], [ 246, 265, 329, 286 ], [ 536, 265, 561, 286 ], [ 579, 265, 603, 286 ], [ 621, 265, 721, 286 ], [ 739, 265, 781, 286 ], [ 799, 265, 882, 286 ], [ 180, 283, 206, 303 ], [ 237, 283, 300, 303 ], [ 332, 283, 360, 303 ], [ 391, 283, 456, 303 ], [ 541, 283, 596, 303 ], [ 601, 283, 644, 303 ], [ 649, 283, 690, 303 ], [ 695, 283, 744, 303 ], [ 180, 300, 256, 320 ], [ 536, 300, 687, 320 ], [ 180, 318, 233, 338 ], [ 536, 318, 594, 338 ], [ 599, 318, 661, 338 ], [ 180, 335, 220, 355 ], [ 536, 335, 591, 355 ], [ 180, 352, 238, 373 ], [ 243, 352, 449, 373 ], [ 536, 352, 594, 373 ], [ 599, 352, 775, 373 ], [ 117, 371, 142, 391 ], [ 180, 371, 234, 391 ], [ 239, 371, 291, 391 ], [ 473, 371, 498, 391 ], [ 536, 371, 561, 391 ], [ 668, 371, 721, 391 ], [ 827, 371, 882, 391 ], [ 180, 389, 259, 409 ], [ 304, 389, 456, 409 ], [ 536, 389, 606, 409 ], [ 817, 389, 882, 409 ], [ 180, 406, 247, 426 ], [ 276, 406, 340, 426 ], [ 368, 406, 385, 426 ], [ 413, 406, 456, 426 ], [ 536, 406, 603, 426 ], [ 622, 406, 686, 426 ], [ 705, 406, 722, 426 ], [ 741, 406, 783, 426 ], [ 802, 406, 882, 426 ], [ 180, 423, 259, 444 ], [ 536, 423, 562, 444 ], [ 708, 423, 766, 444 ], [ 834, 423, 882, 444 ], [ 630, 426, 640, 443 ], [ 180, 441, 326, 461 ], [ 536, 441, 574, 461 ], [ 582, 441, 656, 461 ], [ 664, 441, 685, 461 ], [ 694, 441, 746, 461 ], [ 754, 441, 779, 461 ], [ 788, 441, 835, 461 ], [ 844, 441, 882, 461 ], [ 180, 458, 227, 478 ], [ 232, 458, 239, 478 ], [ 244, 458, 303, 478 ], [ 536, 458, 642, 478 ], [ 180, 476, 220, 496 ], [ 225, 476, 287, 496 ], [ 536, 476, 586, 496 ], [ 591, 476, 610, 496 ], [ 180, 493, 235, 513 ], [ 536, 493, 593, 513 ], [ 598, 493, 646, 513 ], [ 180, 511, 238, 531 ], [ 536, 511, 660, 531 ], [ 180, 528, 415, 548 ], [ 536, 528, 576, 548 ], [ 536, 545, 594, 566 ], [ 599, 545, 807, 566 ], [ 117, 564, 142, 584 ], [ 180, 564, 205, 584 ], [ 210, 564, 268, 584 ], [ 273, 564, 356, 584 ], [ 473, 564, 498, 584 ], [ 536, 564, 576, 584 ], [ 581, 564, 636, 584 ], [ 641, 564, 679, 584 ], [ 180, 581, 251, 602 ], [ 256, 581, 330, 602 ], [ 536, 581, 603, 602 ], [ 622, 581, 686, 602 ], [ 705, 581, 722, 602 ], [ 741, 581, 783, 602 ], [ 802, 581, 882, 602 ], [ 180, 599, 210, 619 ], [ 219, 599, 261, 619 ], [ 270, 599, 352, 619 ], [ 361, 599, 377, 619 ], [ 386, 599, 409, 619 ], [ 536, 599, 595, 619 ], [ 600, 599, 673, 619 ], [ 678, 599, 743, 619 ], [ 748, 599, 794, 619 ], [ 180, 616, 269, 637 ], [ 284, 616, 301, 637 ], [ 316, 616, 358, 637 ], [ 373, 616, 456, 637 ], [ 536, 616, 663, 637 ], [ 180, 634, 208, 654 ], [ 260, 634, 324, 654 ], [ 376, 634, 456, 654 ], [ 536, 634, 576, 654 ], [ 581, 634, 636, 654 ], [ 180, 651, 238, 671 ], [ 250, 651, 267, 671 ], [ 279, 651, 358, 671 ], [ 371, 651, 401, 671 ], [ 413, 651, 456, 671 ], [ 536, 651, 576, 671 ], [ 180, 669, 262, 689 ], [ 267, 669, 284, 689 ], [ 288, 669, 311, 689 ], [ 316, 669, 365, 689 ], [ 536, 669, 594, 689 ], [ 180, 686, 253, 706 ], [ 180, 703, 202, 724 ], [ 207, 703, 256, 724 ], [ 180, 721, 238, 741 ], [ 117, 757, 142, 777 ], [ 180, 757, 205, 777 ], [ 210, 757, 269, 777 ], [ 274, 757, 331, 777 ], [ 473, 757, 503, 777 ], [ 536, 757, 686, 777 ], [ 691, 757, 745, 777 ], [ 750, 757, 790, 777 ], [ 536, 774, 603, 795 ], [ 608, 774, 672, 795 ], [ 677, 774, 693, 795 ], [ 698, 774, 741, 795 ], [ 746, 774, 825, 795 ], [ 180, 792, 223, 812 ], [ 261, 792, 339, 812 ], [ 377, 792, 456, 812 ], [ 536, 792, 586, 812 ], [ 670, 792, 741, 812 ], [ 825, 792, 882, 812 ], [ 180, 809, 243, 829 ], [ 262, 809, 331, 829 ], [ 351, 809, 456, 829 ], [ 536, 809, 594, 829 ], [ 640, 809, 717, 829 ], [ 762, 809, 812, 829 ], [ 857, 809, 882, 829 ], [ 180, 827, 217, 847 ], [ 412, 827, 456, 847 ], [ 536, 827, 692, 847 ], [ 180, 844, 238, 864 ], [ 536, 844, 663, 864 ], [ 180, 862, 217, 882 ], [ 221, 862, 265, 882 ], [ 536, 862, 576, 882 ], [ 180, 879, 220, 899 ], [ 536, 879, 594, 899 ], [ 599, 879, 735, 899 ] ]
[ [ 180, 90, 207, 110 ], [ 180, 107, 211, 127 ], [ 218, 107, 288, 127 ], [ 296, 107, 325, 127 ], [ 333, 107, 406, 127 ], [ 413, 107, 456, 127 ], [ 180, 125, 232, 145 ], [ 237, 125, 291, 145 ], [ 296, 125, 349, 145 ], [ 354, 125, 384, 145 ], [ 389, 125, 447, 145 ], [ 180, 142, 232, 162 ], [ 180, 160, 279, 180 ], [ 180, 177, 256, 197 ], [ 261, 177, 322, 197 ], [ 180, 212, 455, 232 ], [ 536, 90, 566, 110 ], [ 536, 107, 566, 127 ], [ 577, 107, 606, 127 ], [ 617, 107, 671, 127 ], [ 682, 107, 744, 127 ], [ 755, 107, 852, 127 ], [ 863, 107, 882, 127 ], [ 536, 125, 569, 145 ], [ 574, 125, 641, 145 ], [ 646, 125, 771, 145 ], [ 536, 142, 622, 162 ], [ 536, 160, 594, 180 ], [ 599, 160, 727, 180 ], [ 536, 177, 576, 197 ], [ 536, 194, 594, 215 ], [ 599, 194, 755, 215 ], [ 117, 231, 142, 251 ], [ 180, 231, 205, 251 ], [ 210, 231, 282, 251 ], [ 287, 231, 318, 251 ], [ 180, 248, 251, 268 ], [ 256, 248, 330, 268 ], [ 180, 265, 242, 286 ], [ 246, 265, 329, 286 ], [ 180, 283, 206, 303 ], [ 237, 283, 300, 303 ], [ 332, 283, 360, 303 ], [ 391, 283, 456, 303 ], [ 180, 300, 256, 320 ], [ 180, 318, 233, 338 ], [ 180, 335, 220, 355 ], [ 180, 352, 238, 373 ], [ 243, 352, 449, 373 ], [ 473, 231, 498, 251 ], [ 536, 231, 561, 251 ], [ 566, 231, 603, 251 ], [ 608, 231, 665, 251 ], [ 669, 231, 737, 251 ], [ 536, 248, 607, 268 ], [ 612, 248, 686, 268 ], [ 536, 265, 561, 286 ], [ 579, 265, 603, 286 ], [ 621, 265, 721, 286 ], [ 739, 265, 781, 286 ], [ 799, 265, 882, 286 ], [ 541, 283, 596, 303 ], [ 601, 283, 644, 303 ], [ 649, 283, 690, 303 ], [ 695, 283, 744, 303 ], [ 536, 300, 687, 320 ], [ 536, 318, 594, 338 ], [ 599, 318, 661, 338 ], [ 536, 335, 591, 355 ], [ 536, 352, 594, 373 ], [ 599, 352, 775, 373 ], [ 117, 371, 142, 391 ], [ 180, 371, 234, 391 ], [ 239, 371, 291, 391 ], [ 180, 389, 259, 409 ], [ 304, 389, 456, 409 ], [ 180, 406, 247, 426 ], [ 276, 406, 340, 426 ], [ 368, 406, 385, 426 ], [ 413, 406, 456, 426 ], [ 180, 423, 259, 444 ], [ 180, 441, 326, 461 ], [ 180, 458, 227, 478 ], [ 232, 458, 239, 478 ], [ 244, 458, 303, 478 ], [ 180, 476, 220, 496 ], [ 225, 476, 287, 496 ], [ 180, 493, 235, 513 ], [ 180, 511, 238, 531 ], [ 180, 528, 415, 548 ], [ 473, 371, 498, 391 ], [ 536, 371, 561, 391 ], [ 668, 371, 721, 391 ], [ 827, 371, 882, 391 ], [ 536, 389, 606, 409 ], [ 817, 389, 882, 409 ], [ 536, 406, 603, 426 ], [ 622, 406, 686, 426 ], [ 705, 406, 722, 426 ], [ 741, 406, 783, 426 ], [ 802, 406, 882, 426 ], [ 536, 423, 562, 444 ], [ 630, 426, 640, 443 ], [ 708, 423, 766, 444 ], [ 834, 423, 882, 444 ], [ 536, 441, 574, 461 ], [ 582, 441, 656, 461 ], [ 664, 441, 685, 461 ], [ 694, 441, 746, 461 ], [ 754, 441, 779, 461 ], [ 788, 441, 835, 461 ], [ 844, 441, 882, 461 ], [ 536, 458, 642, 478 ], [ 536, 476, 586, 496 ], [ 591, 476, 610, 496 ], [ 536, 493, 593, 513 ], [ 598, 493, 646, 513 ], [ 536, 511, 660, 531 ], [ 536, 528, 576, 548 ], [ 536, 545, 594, 566 ], [ 599, 545, 807, 566 ], [ 117, 564, 142, 584 ], [ 180, 564, 205, 584 ], [ 210, 564, 268, 584 ], [ 273, 564, 356, 584 ], [ 180, 581, 251, 602 ], [ 256, 581, 330, 602 ], [ 180, 599, 210, 619 ], [ 219, 599, 261, 619 ], [ 270, 599, 352, 619 ], [ 361, 599, 377, 619 ], [ 386, 599, 409, 619 ], [ 180, 616, 269, 637 ], [ 284, 616, 301, 637 ], [ 316, 616, 358, 637 ], [ 373, 616, 456, 637 ], [ 180, 634, 208, 654 ], [ 260, 634, 324, 654 ], [ 376, 634, 456, 654 ], [ 180, 651, 238, 671 ], [ 250, 651, 267, 671 ], [ 279, 651, 358, 671 ], [ 371, 651, 401, 671 ], [ 413, 651, 456, 671 ], [ 180, 669, 262, 689 ], [ 267, 669, 284, 689 ], [ 288, 669, 311, 689 ], [ 316, 669, 365, 689 ], [ 180, 686, 253, 706 ], [ 180, 703, 202, 724 ], [ 207, 703, 256, 724 ], [ 180, 721, 238, 741 ], [ 473, 564, 498, 584 ], [ 536, 564, 576, 584 ], [ 581, 564, 636, 584 ], [ 641, 564, 679, 584 ], [ 536, 581, 603, 602 ], [ 622, 581, 686, 602 ], [ 705, 581, 722, 602 ], [ 741, 581, 783, 602 ], [ 802, 581, 882, 602 ], [ 536, 599, 595, 619 ], [ 600, 599, 673, 619 ], [ 678, 599, 743, 619 ], [ 748, 599, 794, 619 ], [ 536, 616, 663, 637 ], [ 536, 634, 576, 654 ], [ 581, 634, 636, 654 ], [ 536, 651, 576, 671 ], [ 536, 669, 594, 689 ], [ 117, 757, 142, 777 ], [ 180, 757, 205, 777 ], [ 210, 757, 269, 777 ], [ 274, 757, 331, 777 ], [ 180, 792, 223, 812 ], [ 261, 792, 339, 812 ], [ 377, 792, 456, 812 ], [ 180, 809, 243, 829 ], [ 262, 809, 331, 829 ], [ 351, 809, 456, 829 ], [ 180, 827, 217, 847 ], [ 412, 827, 456, 847 ], [ 180, 844, 238, 864 ], [ 180, 862, 217, 882 ], [ 221, 862, 265, 882 ], [ 180, 879, 220, 899 ], [ 473, 757, 503, 777 ], [ 536, 757, 686, 777 ], [ 691, 757, 745, 777 ], [ 750, 757, 790, 777 ], [ 536, 774, 603, 795 ], [ 608, 774, 672, 795 ], [ 677, 774, 693, 795 ], [ 698, 774, 741, 795 ], [ 746, 774, 825, 795 ], [ 536, 792, 586, 812 ], [ 670, 792, 741, 812 ], [ 825, 792, 882, 812 ], [ 536, 809, 594, 829 ], [ 640, 809, 717, 829 ], [ 762, 809, 812, 829 ], [ 857, 809, 882, 829 ], [ 536, 827, 692, 847 ], [ 536, 844, 663, 864 ], [ 536, 862, 576, 882 ], [ 536, 879, 594, 899 ], [ 599, 879, 735, 899 ] ]
Focus Data Related Timing Personnel Location Preparation required Analysis Timing Personnel Cost collection hypotheses involved method involved method Identify online a, b, e, March/April BA online Survey bank questions SPSS from April Researcher teachers who survey 2013 13 use OER Teachers’ focus a, b, e, j at FlipCon, BA F2F Devise questions; Qualitative from July Researcher attitudes and groups June 2013 liaise with KA analysis 13 behaviour Discourse about Analysis openness Teachers use interviews a, b, e, j from BA F2F, Devise interview Critical of OER with April/May online questions and incidence Transcriber (reflective teachers 2013, as (mostly) schedule Discourse practice) results analysis emerge from survey Case Study: interviews a, j May/June BA F2F Arrange access; Qualitative Researcher Clintondale with 2013 devise questions and analysis High schedule Case Study: Interviews a, b, e, j? May/June BA F2F Arrange access; Qualitative Clintondale with 2013 devise questions and analysis Transcriber High teachers schedule
Focus Data collection method Related hypotheses Timing Personnel involved Location Preparation required Analysis method Timing Personnel involved Cost Identify teachers who use OER online survey a, b, e, March/April 2013 BA online Survey bank questions SPSS from April 13 Researcher Teachers’ attitudes and behaviour about openness focus groups a, b, e, j at FlipCon, June 2013 BA F2F Devise questions; liaise with KA Qualitative analysis Discourse Analysis from July 13 Researcher Teachers use of OER (reflective practice) interviews with teachers a, b, e, j from April/May 2013, as results emerge from survey BA F2F, online (mostly) Devise interview questions and schedule Critical incidence Discourse analysis Case Study: Clintondale High interviews with a, j May/June 2013 BA F2F Arrange access; devise questions and schedule Qualitative analysis Researcher Transcriber Case Study: Clintondale High Interviews with teachers a, b, e, j? May/June 2013 BA F2F Arrange access; devise questions and schedule Qualitative analysis Transcriber
0.315258
[ 0, 1, 12, 17, 2, 13, 3, 4, 14, 5, 6, 7, 8, 15, 9, 10, 16, 11, 18, 33, 34, 38, 39, 19, 35, 20, 21, 22, 23, 36, 24, 25, 26, 27, 28, 29, 30, 31, 37, 32, 40, 56, 57, 66, 68, 70, 41, 58, 42, 43, 44, 45, 46, 47, 59, 60, 48, 49, 50, 51, 61, 62, 63, 52, 64, 67, 69, 53, 54, 65, 55, 71, 72, 84, 85, 93, 100, 73, 86, 94, 74, 75, 76, 77, 78, 87, 95, 96, 101, 103, 104, 105, 79, 80, 88, 97, 81, 82, 89, 90, 98, 83, 91, 99, 102, 106, 107, 118, 125, 108, 119, 109, 110, 111, 120, 112, 113, 114, 115, 121, 122, 123, 126, 116, 124, 117, 92, 127, 128, 140, 148, 129, 141, 149, 130, 131, 132, 133, 134, 142, 135, 136, 137, 138, 143, 144, 145, 150, 139, 146, 147 ]
oerrh-research-framework-v1-0_final.docx
task-1604-676
11
[ [ 79, 261, 114, 284 ], [ 165, 261, 191, 284 ], [ 243, 261, 286, 284 ], [ 327, 261, 366, 284 ], [ 402, 261, 459, 284 ], [ 478, 261, 527, 284 ], [ 545, 261, 611, 284 ], [ 615, 261, 662, 284 ], [ 680, 261, 729, 284 ], [ 756, 261, 795, 284 ], [ 824, 261, 881, 284 ], [ 900, 261, 926, 284 ], [ 165, 280, 221, 304 ], [ 243, 280, 309, 304 ], [ 402, 280, 450, 304 ], [ 680, 280, 723, 304 ], [ 824, 280, 872, 304 ], [ 165, 300, 208, 323 ], [ 79, 338, 118, 361 ], [ 165, 338, 197, 361 ], [ 243, 338, 253, 361 ], [ 256, 338, 266, 361 ], [ 269, 338, 279, 361 ], [ 327, 338, 387, 361 ], [ 402, 338, 417, 361 ], [ 478, 338, 509, 361 ], [ 545, 338, 582, 361 ], [ 586, 338, 611, 361 ], [ 615, 338, 666, 361 ], [ 680, 338, 712, 361 ], [ 756, 338, 780, 361 ], [ 783, 338, 807, 361 ], [ 824, 338, 885, 361 ], [ 79, 357, 125, 380 ], [ 128, 357, 150, 380 ], [ 165, 357, 200, 380 ], [ 327, 357, 353, 380 ], [ 756, 357, 770, 380 ], [ 79, 376, 98, 399 ], [ 102, 376, 127, 399 ], [ 79, 414, 131, 436 ], [ 165, 414, 194, 437 ], [ 243, 414, 253, 437 ], [ 256, 414, 266, 437 ], [ 269, 414, 279, 437 ], [ 282, 414, 285, 437 ], [ 327, 414, 337, 437 ], [ 340, 414, 384, 437 ], [ 402, 414, 417, 437 ], [ 478, 414, 499, 437 ], [ 545, 414, 582, 437 ], [ 585, 414, 639, 437 ], [ 680, 414, 736, 437 ], [ 756, 414, 780, 437 ], [ 783, 414, 805, 437 ], [ 824, 414, 885, 437 ], [ 79, 433, 124, 456 ], [ 127, 433, 147, 456 ], [ 165, 433, 202, 456 ], [ 327, 433, 353, 456 ], [ 356, 433, 383, 456 ], [ 545, 433, 572, 456 ], [ 576, 433, 597, 456 ], [ 600, 433, 616, 456 ], [ 680, 433, 723, 456 ], [ 756, 433, 770, 456 ], [ 79, 453, 131, 476 ], [ 680, 453, 733, 476 ], [ 79, 472, 109, 495 ], [ 680, 472, 725, 495 ], [ 79, 491, 131, 514 ], [ 79, 529, 129, 552 ], [ 132, 529, 151, 552 ], [ 165, 529, 218, 552 ], [ 243, 529, 253, 552 ], [ 256, 529, 266, 552 ], [ 269, 529, 279, 552 ], [ 282, 529, 285, 552 ], [ 327, 529, 351, 552 ], [ 402, 529, 417, 552 ], [ 478, 529, 502, 552 ], [ 545, 529, 582, 552 ], [ 585, 529, 632, 552 ], [ 680, 529, 717, 552 ], [ 79, 548, 89, 572 ], [ 92, 548, 118, 572 ], [ 165, 548, 187, 572 ], [ 327, 548, 377, 572 ], [ 478, 548, 509, 572 ], [ 545, 548, 596, 572 ], [ 599, 548, 619, 572 ], [ 680, 548, 731, 572 ], [ 824, 548, 884, 572 ], [ 79, 568, 131, 591 ], [ 165, 568, 211, 591 ], [ 327, 568, 357, 591 ], [ 360, 568, 373, 591 ], [ 478, 568, 520, 591 ], [ 545, 568, 593, 591 ], [ 680, 568, 733, 591 ], [ 79, 587, 125, 610 ], [ 327, 587, 362, 610 ], [ 680, 587, 723, 610 ], [ 327, 606, 367, 630 ], [ 327, 626, 351, 649 ], [ 354, 626, 389, 649 ], [ 79, 664, 107, 687 ], [ 110, 664, 144, 687 ], [ 165, 664, 218, 687 ], [ 243, 664, 253, 687 ], [ 256, 664, 259, 687 ], [ 327, 664, 379, 687 ], [ 402, 664, 417, 687 ], [ 478, 664, 499, 687 ], [ 545, 664, 588, 687 ], [ 591, 664, 631, 687 ], [ 680, 664, 736, 687 ], [ 824, 664, 885, 687 ], [ 79, 683, 139, 706 ], [ 165, 683, 187, 706 ], [ 327, 683, 353, 706 ], [ 545, 683, 580, 706 ], [ 583, 683, 634, 706 ], [ 637, 683, 657, 706 ], [ 680, 683, 723, 706 ], [ 79, 702, 104, 725 ], [ 545, 702, 593, 725 ], [ 79, 759, 107, 782 ], [ 110, 759, 144, 782 ], [ 165, 759, 219, 782 ], [ 243, 759, 253, 782 ], [ 256, 759, 266, 782 ], [ 269, 759, 279, 782 ], [ 282, 759, 292, 782 ], [ 327, 759, 379, 782 ], [ 402, 759, 417, 782 ], [ 478, 759, 499, 782 ], [ 545, 759, 588, 782 ], [ 591, 759, 631, 782 ], [ 680, 759, 736, 782 ], [ 79, 779, 139, 802 ], [ 165, 779, 187, 802 ], [ 327, 779, 353, 802 ], [ 545, 779, 580, 802 ], [ 583, 779, 634, 802 ], [ 637, 779, 657, 802 ], [ 680, 779, 723, 802 ], [ 824, 779, 884, 802 ], [ 79, 798, 104, 821 ], [ 165, 798, 211, 821 ], [ 545, 798, 593, 821 ] ]
[ [ 79, 261, 114, 284 ], [ 165, 261, 191, 284 ], [ 165, 280, 221, 304 ], [ 165, 300, 208, 323 ], [ 243, 261, 286, 284 ], [ 243, 280, 309, 304 ], [ 327, 261, 366, 284 ], [ 402, 261, 459, 284 ], [ 402, 280, 450, 304 ], [ 478, 261, 527, 284 ], [ 545, 261, 611, 284 ], [ 615, 261, 662, 284 ], [ 680, 261, 729, 284 ], [ 680, 280, 723, 304 ], [ 756, 261, 795, 284 ], [ 824, 261, 881, 284 ], [ 824, 280, 872, 304 ], [ 900, 261, 926, 284 ], [ 79, 338, 118, 361 ], [ 79, 357, 125, 380 ], [ 128, 357, 150, 380 ], [ 79, 376, 98, 399 ], [ 102, 376, 127, 399 ], [ 165, 338, 197, 361 ], [ 165, 357, 200, 380 ], [ 243, 338, 253, 361 ], [ 256, 338, 266, 361 ], [ 269, 338, 279, 361 ], [ 327, 338, 387, 361 ], [ 327, 357, 353, 380 ], [ 402, 338, 417, 361 ], [ 478, 338, 509, 361 ], [ 545, 338, 582, 361 ], [ 586, 338, 611, 361 ], [ 615, 338, 666, 361 ], [ 680, 338, 712, 361 ], [ 756, 338, 780, 361 ], [ 783, 338, 807, 361 ], [ 756, 357, 770, 380 ], [ 824, 338, 885, 361 ], [ 79, 414, 131, 436 ], [ 79, 433, 124, 456 ], [ 127, 433, 147, 456 ], [ 79, 453, 131, 476 ], [ 79, 472, 109, 495 ], [ 79, 491, 131, 514 ], [ 165, 414, 194, 437 ], [ 165, 433, 202, 456 ], [ 243, 414, 253, 437 ], [ 256, 414, 266, 437 ], [ 269, 414, 279, 437 ], [ 282, 414, 285, 437 ], [ 327, 414, 337, 437 ], [ 340, 414, 384, 437 ], [ 327, 433, 353, 456 ], [ 356, 433, 383, 456 ], [ 402, 414, 417, 437 ], [ 478, 414, 499, 437 ], [ 545, 414, 582, 437 ], [ 585, 414, 639, 437 ], [ 545, 433, 572, 456 ], [ 576, 433, 597, 456 ], [ 600, 433, 616, 456 ], [ 680, 414, 736, 437 ], [ 680, 433, 723, 456 ], [ 680, 453, 733, 476 ], [ 680, 472, 725, 495 ], [ 756, 414, 780, 437 ], [ 783, 414, 805, 437 ], [ 756, 433, 770, 456 ], [ 824, 414, 885, 437 ], [ 79, 529, 129, 552 ], [ 132, 529, 151, 552 ], [ 79, 548, 89, 572 ], [ 92, 548, 118, 572 ], [ 79, 568, 131, 591 ], [ 79, 587, 125, 610 ], [ 165, 529, 218, 552 ], [ 165, 548, 187, 572 ], [ 165, 568, 211, 591 ], [ 243, 529, 253, 552 ], [ 256, 529, 266, 552 ], [ 269, 529, 279, 552 ], [ 282, 529, 285, 552 ], [ 327, 529, 351, 552 ], [ 327, 548, 377, 572 ], [ 327, 568, 357, 591 ], [ 360, 568, 373, 591 ], [ 327, 587, 362, 610 ], [ 327, 606, 367, 630 ], [ 327, 626, 351, 649 ], [ 354, 626, 389, 649 ], [ 402, 529, 417, 552 ], [ 478, 529, 502, 552 ], [ 478, 548, 509, 572 ], [ 478, 568, 520, 591 ], [ 545, 529, 582, 552 ], [ 585, 529, 632, 552 ], [ 545, 548, 596, 572 ], [ 599, 548, 619, 572 ], [ 545, 568, 593, 591 ], [ 680, 529, 717, 552 ], [ 680, 548, 731, 572 ], [ 680, 568, 733, 591 ], [ 680, 587, 723, 610 ], [ 79, 664, 107, 687 ], [ 110, 664, 144, 687 ], [ 79, 683, 139, 706 ], [ 79, 702, 104, 725 ], [ 165, 664, 218, 687 ], [ 165, 683, 187, 706 ], [ 243, 664, 253, 687 ], [ 256, 664, 259, 687 ], [ 327, 664, 379, 687 ], [ 327, 683, 353, 706 ], [ 402, 664, 417, 687 ], [ 478, 664, 499, 687 ], [ 545, 664, 588, 687 ], [ 591, 664, 631, 687 ], [ 545, 683, 580, 706 ], [ 583, 683, 634, 706 ], [ 637, 683, 657, 706 ], [ 545, 702, 593, 725 ], [ 680, 664, 736, 687 ], [ 680, 683, 723, 706 ], [ 824, 664, 885, 687 ], [ 824, 548, 884, 572 ], [ 79, 759, 107, 782 ], [ 110, 759, 144, 782 ], [ 79, 779, 139, 802 ], [ 79, 798, 104, 821 ], [ 165, 759, 219, 782 ], [ 165, 779, 187, 802 ], [ 165, 798, 211, 821 ], [ 243, 759, 253, 782 ], [ 256, 759, 266, 782 ], [ 269, 759, 279, 782 ], [ 282, 759, 292, 782 ], [ 327, 759, 379, 782 ], [ 327, 779, 353, 802 ], [ 402, 759, 417, 782 ], [ 478, 759, 499, 782 ], [ 545, 759, 588, 782 ], [ 591, 759, 631, 782 ], [ 545, 779, 580, 802 ], [ 583, 779, 634, 802 ], [ 637, 779, 657, 802 ], [ 545, 798, 593, 821 ], [ 680, 759, 736, 782 ], [ 680, 779, 723, 802 ], [ 824, 779, 884, 802 ] ]
Your Students’ Learning Experiences and Evidence to Time on Each Meet the OET022 Learning Outcomes Outcome Please provide in details the learning and assessment Estimate the time activities and exercises that students undergo in to spent on each learning meet all of the learning outcomes. You (as a faculty outcome. If you use member) are presenting one representative sample percentages, please syllabus that best describes your institution’s course. make sure that the Listing specific examples in your narratives below does total percentage not mean that the review panel is expecting other comes to be 100%. faculty at your institution teaching the same course to use the same methodologies/assessments. However, once the review panel approves a submission, the equivalent rigor from the presented learning activities to meet each TAG outcome is expected from other faculty. So please provide details about assignments and how each assignment meets the listed student learning outcomes. Student Learning Outcomes marked with an asterisk (*) are essential and must be met. Students will be able to: 1. Recall the history of control systems and programmable ___ days/weeks/ logic controllers (PLCs).* periods/percentage 2. Explain and describe the use of number systems.* ___ days/weeks/ periods/percentage 3. Demonstrate the use of ladder logic programming ___ days/weeks/ devices.* periods/percentage 4. Employ ladder logic in control circuit design.* ___ days/weeks/ periods/percentage 5. Use addressing to control Input/Output (I/O) modules.* ___ days/weeks/ periods/percentage
Your Students’ Learning Experiences and Evidence to Meet the OET022 Learning Outcomes Time on Each Outcome Please provide in details the learning and assessment activities and exercises that students undergo in to meet all of the learning outcomes. You (as a faculty member) are presenting one representative sample syllabus that best describes your institution’s course. Listing specific examples in your narratives below does not mean that the review panel is expecting other faculty at your institution teaching the same course to use the same methodologies/assessments. However, once the review panel approves a submission, the equivalent rigor from the presented learning activities to meet each TAG outcome is expected from other faculty. So please provide details about assignments and how each assignment meets the listed student learning outcomes. Estimate the time spent on each learning outcome. If you use percentages, please make sure that the total percentage comes to be 100%. Student Learning Outcomes marked with an asterisk (*) are essential and must be met. Students will be able to: 1. Recall the history of control systems and programmable logic controllers (PLCs).* ___ days/weeks/ periods/percentage 2. Explain and describe the use of number systems.* ___ days/weeks/ periods/percentage 3. Demonstrate the use of ladder logic programming devices.* ___ days/weeks/ periods/percentage 4. Employ ladder logic in control circuit design.* ___ days/weeks/ periods/percentage 5. Use addressing to control Input/Output (I/O) modules.* ___ days/weeks/ periods/percentage
0.842589
[ 0, 1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 14, 7, 8, 9, 15, 16, 17, 18, 19, 20, 21, 22, 23, 27, 28, 29, 30, 31, 32, 33, 34, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 53, 54, 55, 56, 57, 58, 61, 62, 63, 64, 65, 66, 67, 72, 73, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 88, 89, 90, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 24, 25, 26, 35, 36, 37, 38, 49, 50, 51, 52, 59, 60, 68, 69, 70, 71, 80, 81, 91, 92, 93, 94, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 180, 181, 182, 178, 179, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 206, 204, 205, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229 ]
OET022%20-%20Programmablel%20Logic%20Controllers%20-%20CEMS%20Match%20Submission%20Template%20Created%205-31-17.docx
task-1604-767
0
[ [ 456, 153, 483, 177 ], [ 486, 153, 541, 176 ], [ 544, 153, 594, 177 ], [ 597, 153, 665, 177 ], [ 668, 153, 690, 177 ], [ 693, 153, 745, 177 ], [ 748, 153, 760, 177 ], [ 806, 153, 835, 177 ], [ 838, 153, 853, 177 ], [ 856, 153, 883, 177 ], [ 501, 175, 532, 199 ], [ 535, 175, 554, 199 ], [ 557, 175, 601, 199 ], [ 604, 175, 654, 199 ], [ 657, 175, 716, 199 ], [ 818, 175, 871, 199 ], [ 449, 197, 486, 222 ], [ 489, 197, 532, 222 ], [ 535, 197, 546, 222 ], [ 549, 197, 586, 222 ], [ 589, 197, 608, 222 ], [ 611, 197, 657, 222 ], [ 660, 197, 681, 222 ], [ 684, 197, 750, 222 ], [ 780, 197, 830, 222 ], [ 833, 197, 852, 222 ], [ 855, 197, 881, 222 ], [ 449, 219, 499, 244 ], [ 503, 219, 524, 244 ], [ 527, 219, 578, 244 ], [ 582, 219, 605, 244 ], [ 608, 219, 657, 244 ], [ 660, 219, 707, 244 ], [ 711, 219, 721, 244 ], [ 750, 219, 762, 244 ], [ 780, 219, 812, 244 ], [ 815, 219, 830, 244 ], [ 833, 219, 860, 244 ], [ 863, 219, 909, 244 ], [ 449, 241, 479, 266 ], [ 482, 241, 495, 266 ], [ 498, 241, 510, 266 ], [ 513, 241, 532, 266 ], [ 535, 241, 581, 266 ], [ 584, 241, 643, 266 ], [ 650, 241, 671, 266 ], [ 674, 241, 690, 266 ], [ 694, 241, 700, 266 ], [ 703, 241, 741, 266 ], [ 780, 241, 834, 266 ], [ 841, 241, 848, 266 ], [ 851, 241, 872, 266 ], [ 876, 241, 895, 266 ], [ 449, 263, 502, 288 ], [ 505, 263, 523, 288 ], [ 526, 263, 587, 288 ], [ 590, 263, 611, 288 ], [ 615, 263, 697, 288 ], [ 700, 263, 741, 288 ], [ 780, 263, 853, 288 ], [ 856, 263, 893, 288 ], [ 449, 285, 494, 310 ], [ 497, 285, 521, 310 ], [ 524, 285, 548, 310 ], [ 551, 285, 604, 310 ], [ 607, 285, 633, 310 ], [ 636, 285, 703, 310 ], [ 706, 285, 748, 310 ], [ 780, 285, 811, 310 ], [ 815, 285, 839, 310 ], [ 842, 285, 865, 310 ], [ 868, 285, 887, 310 ], [ 449, 307, 486, 332 ], [ 489, 307, 531, 332 ], [ 534, 307, 587, 332 ], [ 590, 307, 601, 332 ], [ 604, 307, 630, 332 ], [ 633, 307, 690, 332 ], [ 693, 307, 727, 332 ], [ 730, 307, 757, 332 ], [ 780, 307, 807, 332 ], [ 810, 307, 874, 332 ], [ 449, 329, 469, 354 ], [ 472, 329, 504, 354 ], [ 507, 329, 530, 354 ], [ 533, 329, 552, 354 ], [ 555, 329, 593, 354 ], [ 596, 329, 628, 354 ], [ 631, 329, 640, 354 ], [ 643, 329, 697, 354 ], [ 700, 329, 731, 354 ], [ 780, 329, 817, 354 ], [ 820, 329, 832, 354 ], [ 835, 329, 849, 354 ], [ 853, 329, 887, 354 ], [ 449, 351, 488, 375 ], [ 491, 351, 502, 375 ], [ 505, 351, 531, 375 ], [ 534, 351, 592, 375 ], [ 595, 351, 644, 375 ], [ 647, 351, 666, 375 ], [ 669, 351, 699, 375 ], [ 702, 351, 740, 375 ], [ 743, 351, 755, 375 ], [ 449, 373, 469, 397 ], [ 472, 373, 491, 397 ], [ 494, 373, 524, 397 ], [ 527, 373, 691, 397 ], [ 698, 373, 752, 397 ], [ 449, 395, 477, 419 ], [ 480, 395, 499, 419 ], [ 502, 395, 540, 419 ], [ 543, 395, 574, 419 ], [ 578, 395, 630, 419 ], [ 633, 395, 639, 419 ], [ 643, 395, 709, 419 ], [ 712, 395, 731, 419 ], [ 449, 417, 509, 441 ], [ 512, 417, 539, 441 ], [ 542, 417, 570, 441 ], [ 573, 417, 592, 441 ], [ 595, 417, 652, 441 ], [ 655, 417, 701, 441 ], [ 704, 417, 754, 441 ], [ 449, 439, 461, 463 ], [ 465, 439, 494, 463 ], [ 497, 439, 524, 463 ], [ 527, 439, 551, 463 ], [ 554, 439, 604, 463 ], [ 607, 439, 616, 463 ], [ 619, 439, 671, 463 ], [ 674, 439, 702, 463 ], [ 705, 439, 736, 463 ], [ 449, 460, 491, 485 ], [ 497, 460, 511, 485 ], [ 514, 460, 551, 485 ], [ 554, 460, 597, 485 ], [ 600, 460, 637, 485 ], [ 640, 460, 674, 485 ], [ 677, 460, 747, 485 ], [ 449, 482, 471, 507 ], [ 474, 482, 498, 507 ], [ 502, 482, 528, 507 ], [ 531, 482, 596, 507 ], [ 599, 482, 634, 507 ], [ 637, 482, 656, 507 ], [ 659, 482, 690, 507 ], [ 693, 482, 736, 507 ], [ 449, 504, 495, 529 ], [ 499, 504, 558, 529 ], [ 90, 527, 135, 552 ], [ 138, 527, 186, 552 ], [ 190, 527, 247, 552 ], [ 250, 527, 294, 552 ], [ 297, 527, 322, 552 ], [ 325, 527, 339, 552 ], [ 342, 527, 385, 552 ], [ 388, 527, 404, 552 ], [ 407, 527, 425, 552 ], [ 428, 527, 478, 552 ], [ 481, 527, 502, 552 ], [ 506, 527, 534, 552 ], [ 537, 527, 551, 552 ], [ 555, 527, 581, 552 ], [ 90, 571, 140, 596 ], [ 143, 571, 163, 596 ], [ 166, 571, 180, 596 ], [ 183, 571, 207, 596 ], [ 211, 571, 226, 596 ], [ 90, 594, 101, 618 ], [ 107, 594, 141, 618 ], [ 144, 594, 162, 618 ], [ 166, 594, 205, 618 ], [ 208, 594, 219, 618 ], [ 222, 594, 263, 618 ], [ 266, 594, 311, 618 ], [ 314, 594, 336, 618 ], [ 339, 594, 422, 618 ], [ 779, 594, 800, 618 ], [ 803, 594, 875, 618 ], [ 107, 616, 134, 640 ], [ 137, 616, 197, 640 ], [ 201, 616, 245, 640 ], [ 779, 616, 890, 640 ], [ 90, 638, 101, 663 ], [ 104, 638, 144, 663 ], [ 148, 638, 169, 663 ], [ 172, 638, 220, 663 ], [ 223, 638, 242, 663 ], [ 245, 638, 264, 663 ], [ 268, 638, 279, 663 ], [ 282, 638, 327, 663 ], [ 330, 638, 386, 663 ], [ 779, 638, 800, 663 ], [ 803, 638, 875, 663 ], [ 796, 660, 908, 685 ], [ 90, 683, 101, 708 ], [ 104, 683, 178, 708 ], [ 181, 683, 200, 708 ], [ 203, 683, 223, 708 ], [ 226, 683, 238, 708 ], [ 241, 683, 277, 708 ], [ 280, 683, 306, 708 ], [ 309, 683, 386, 708 ], [ 780, 683, 801, 708 ], [ 804, 683, 876, 708 ], [ 108, 705, 160, 730 ], [ 780, 705, 892, 730 ], [ 90, 728, 101, 753 ], [ 104, 728, 146, 753 ], [ 149, 728, 185, 753 ], [ 188, 728, 215, 753 ], [ 218, 728, 228, 753 ], [ 231, 728, 272, 753 ], [ 275, 728, 310, 753 ], [ 313, 728, 360, 753 ], [ 780, 728, 801, 753 ], [ 804, 728, 876, 753 ], [ 780, 750, 892, 774 ], [ 90, 778, 101, 803 ], [ 104, 778, 125, 803 ], [ 128, 778, 189, 803 ], [ 192, 778, 204, 803 ], [ 208, 778, 248, 803 ], [ 251, 778, 327, 803 ], [ 330, 778, 356, 803 ], [ 360, 778, 418, 803 ], [ 780, 778, 801, 803 ], [ 804, 778, 876, 803 ], [ 780, 800, 892, 824 ] ]
[ [ 456, 153, 483, 177 ], [ 486, 153, 541, 176 ], [ 544, 153, 594, 177 ], [ 597, 153, 665, 177 ], [ 668, 153, 690, 177 ], [ 693, 153, 745, 177 ], [ 748, 153, 760, 177 ], [ 501, 175, 532, 199 ], [ 535, 175, 554, 199 ], [ 557, 175, 601, 199 ], [ 604, 175, 654, 199 ], [ 657, 175, 716, 199 ], [ 806, 153, 835, 177 ], [ 838, 153, 853, 177 ], [ 856, 153, 883, 177 ], [ 818, 175, 871, 199 ], [ 449, 197, 486, 222 ], [ 489, 197, 532, 222 ], [ 535, 197, 546, 222 ], [ 549, 197, 586, 222 ], [ 589, 197, 608, 222 ], [ 611, 197, 657, 222 ], [ 660, 197, 681, 222 ], [ 684, 197, 750, 222 ], [ 449, 219, 499, 244 ], [ 503, 219, 524, 244 ], [ 527, 219, 578, 244 ], [ 582, 219, 605, 244 ], [ 608, 219, 657, 244 ], [ 660, 219, 707, 244 ], [ 711, 219, 721, 244 ], [ 750, 219, 762, 244 ], [ 449, 241, 479, 266 ], [ 482, 241, 495, 266 ], [ 498, 241, 510, 266 ], [ 513, 241, 532, 266 ], [ 535, 241, 581, 266 ], [ 584, 241, 643, 266 ], [ 650, 241, 671, 266 ], [ 674, 241, 690, 266 ], [ 694, 241, 700, 266 ], [ 703, 241, 741, 266 ], [ 449, 263, 502, 288 ], [ 505, 263, 523, 288 ], [ 526, 263, 587, 288 ], [ 590, 263, 611, 288 ], [ 615, 263, 697, 288 ], [ 700, 263, 741, 288 ], [ 449, 285, 494, 310 ], [ 497, 285, 521, 310 ], [ 524, 285, 548, 310 ], [ 551, 285, 604, 310 ], [ 607, 285, 633, 310 ], [ 636, 285, 703, 310 ], [ 706, 285, 748, 310 ], [ 449, 307, 486, 332 ], [ 489, 307, 531, 332 ], [ 534, 307, 587, 332 ], [ 590, 307, 601, 332 ], [ 604, 307, 630, 332 ], [ 633, 307, 690, 332 ], [ 693, 307, 727, 332 ], [ 730, 307, 757, 332 ], [ 449, 329, 469, 354 ], [ 472, 329, 504, 354 ], [ 507, 329, 530, 354 ], [ 533, 329, 552, 354 ], [ 555, 329, 593, 354 ], [ 596, 329, 628, 354 ], [ 631, 329, 640, 354 ], [ 643, 329, 697, 354 ], [ 700, 329, 731, 354 ], [ 449, 351, 488, 375 ], [ 491, 351, 502, 375 ], [ 505, 351, 531, 375 ], [ 534, 351, 592, 375 ], [ 595, 351, 644, 375 ], [ 647, 351, 666, 375 ], [ 669, 351, 699, 375 ], [ 702, 351, 740, 375 ], [ 743, 351, 755, 375 ], [ 449, 373, 469, 397 ], [ 472, 373, 491, 397 ], [ 494, 373, 524, 397 ], [ 527, 373, 691, 397 ], [ 698, 373, 752, 397 ], [ 449, 395, 477, 419 ], [ 480, 395, 499, 419 ], [ 502, 395, 540, 419 ], [ 543, 395, 574, 419 ], [ 578, 395, 630, 419 ], [ 633, 395, 639, 419 ], [ 643, 395, 709, 419 ], [ 712, 395, 731, 419 ], [ 449, 417, 509, 441 ], [ 512, 417, 539, 441 ], [ 542, 417, 570, 441 ], [ 573, 417, 592, 441 ], [ 595, 417, 652, 441 ], [ 655, 417, 701, 441 ], [ 704, 417, 754, 441 ], [ 449, 439, 461, 463 ], [ 465, 439, 494, 463 ], [ 497, 439, 524, 463 ], [ 527, 439, 551, 463 ], [ 554, 439, 604, 463 ], [ 607, 439, 616, 463 ], [ 619, 439, 671, 463 ], [ 674, 439, 702, 463 ], [ 705, 439, 736, 463 ], [ 449, 460, 491, 485 ], [ 497, 460, 511, 485 ], [ 514, 460, 551, 485 ], [ 554, 460, 597, 485 ], [ 600, 460, 637, 485 ], [ 640, 460, 674, 485 ], [ 677, 460, 747, 485 ], [ 449, 482, 471, 507 ], [ 474, 482, 498, 507 ], [ 502, 482, 528, 507 ], [ 531, 482, 596, 507 ], [ 599, 482, 634, 507 ], [ 637, 482, 656, 507 ], [ 659, 482, 690, 507 ], [ 693, 482, 736, 507 ], [ 449, 504, 495, 529 ], [ 499, 504, 558, 529 ], [ 780, 197, 830, 222 ], [ 833, 197, 852, 222 ], [ 855, 197, 881, 222 ], [ 780, 219, 812, 244 ], [ 815, 219, 830, 244 ], [ 833, 219, 860, 244 ], [ 863, 219, 909, 244 ], [ 780, 241, 834, 266 ], [ 841, 241, 848, 266 ], [ 851, 241, 872, 266 ], [ 876, 241, 895, 266 ], [ 780, 263, 853, 288 ], [ 856, 263, 893, 288 ], [ 780, 285, 811, 310 ], [ 815, 285, 839, 310 ], [ 842, 285, 865, 310 ], [ 868, 285, 887, 310 ], [ 780, 307, 807, 332 ], [ 810, 307, 874, 332 ], [ 780, 329, 817, 354 ], [ 820, 329, 832, 354 ], [ 835, 329, 849, 354 ], [ 853, 329, 887, 354 ], [ 90, 527, 135, 552 ], [ 138, 527, 186, 552 ], [ 190, 527, 247, 552 ], [ 250, 527, 294, 552 ], [ 297, 527, 322, 552 ], [ 325, 527, 339, 552 ], [ 342, 527, 385, 552 ], [ 388, 527, 404, 552 ], [ 407, 527, 425, 552 ], [ 428, 527, 478, 552 ], [ 481, 527, 502, 552 ], [ 506, 527, 534, 552 ], [ 537, 527, 551, 552 ], [ 555, 527, 581, 552 ], [ 90, 571, 140, 596 ], [ 143, 571, 163, 596 ], [ 166, 571, 180, 596 ], [ 183, 571, 207, 596 ], [ 211, 571, 226, 596 ], [ 90, 594, 101, 618 ], [ 107, 594, 141, 618 ], [ 144, 594, 162, 618 ], [ 166, 594, 205, 618 ], [ 208, 594, 219, 618 ], [ 222, 594, 263, 618 ], [ 266, 594, 311, 618 ], [ 314, 594, 336, 618 ], [ 339, 594, 422, 618 ], [ 107, 616, 134, 640 ], [ 137, 616, 197, 640 ], [ 201, 616, 245, 640 ], [ 779, 594, 800, 618 ], [ 803, 594, 875, 618 ], [ 779, 616, 890, 640 ], [ 90, 638, 101, 663 ], [ 104, 638, 144, 663 ], [ 148, 638, 169, 663 ], [ 172, 638, 220, 663 ], [ 223, 638, 242, 663 ], [ 245, 638, 264, 663 ], [ 268, 638, 279, 663 ], [ 282, 638, 327, 663 ], [ 330, 638, 386, 663 ], [ 779, 638, 800, 663 ], [ 803, 638, 875, 663 ], [ 796, 660, 908, 685 ], [ 90, 683, 101, 708 ], [ 104, 683, 178, 708 ], [ 181, 683, 200, 708 ], [ 203, 683, 223, 708 ], [ 226, 683, 238, 708 ], [ 241, 683, 277, 708 ], [ 280, 683, 306, 708 ], [ 309, 683, 386, 708 ], [ 108, 705, 160, 730 ], [ 780, 683, 801, 708 ], [ 804, 683, 876, 708 ], [ 780, 705, 892, 730 ], [ 90, 728, 101, 753 ], [ 104, 728, 146, 753 ], [ 149, 728, 185, 753 ], [ 188, 728, 215, 753 ], [ 218, 728, 228, 753 ], [ 231, 728, 272, 753 ], [ 275, 728, 310, 753 ], [ 313, 728, 360, 753 ], [ 780, 728, 801, 753 ], [ 804, 728, 876, 753 ], [ 780, 750, 892, 774 ], [ 90, 778, 101, 803 ], [ 104, 778, 125, 803 ], [ 128, 778, 189, 803 ], [ 192, 778, 204, 803 ], [ 208, 778, 248, 803 ], [ 251, 778, 327, 803 ], [ 330, 778, 356, 803 ], [ 360, 778, 418, 803 ], [ 780, 778, 801, 803 ], [ 804, 778, 876, 803 ], [ 780, 800, 892, 824 ] ]
Chapter 5 Application Software: The Key to Digital Productivity Chapter Outline Key Terms Study Questions 5.1 Software’s Role in the application software How is application software different World of Computing from system software? What were some of the early application software programs? 5.2 The Many Types of What tasks can you accomplish with Application Software today's application software? How is today's application software different from early versions? Productivity Software: Getting productivity software What of applications are considered Work Done productivity software? How is productivity software bundled and sold to consumers? word processor software What features are included in today's Word Processor Software word processor applications? spreadsheet software What do spreadsheet applications do? Spreadsheet Software What are some examples of spreadsheet software packages in the marketplace? database software What does database software do? Database Software What does it offer that spreadsheet and word processor software do not? presentation software What are some examples of presentation Presentation Software software in the marketplace? On what concept is presentation software based? Calendar, Organizer, and calendar software What are some examples of calendar Contact Management organizer software software? Software contact management What features are combined in organizer software software? What does contact management software do? Who might use contact management software? Graphics, Multimedia, and Web graphics software What does graphics software do? Pages desktop publishing (DTP) Who uses graphics software? software What are some examples of graphics photo editing software software in the marketplace? screen capture software What categories of software are included multimedia software in multimedia software? animation software How is multimedia software used? audio software Where might you see the results of podcast multimedia software? video software web authoring software Entertainment and Personal Use entertainment software What types of software are produced for entertainment and personal use? Software Gets Professional What specific business needs are addressed by professional software?
Chapter 5 Application Software: The Key to Digital Productivity Chapter Outline Key Terms Study Questions 5.1 Software’s Role in the World of Computing application software How is application software different from system software? What were some of the early application software programs? 5.2 The Many Types of Application Software What tasks can you accomplish with today's application software? How is today's application software different from early versions? Productivity Software: Getting Work Done productivity software What of applications are considered productivity software? How is productivity software bundled and sold to consumers? Word Processor Software word processor software What features are included in today's word processor applications? Spreadsheet Software spreadsheet software What do spreadsheet applications do? What are some examples of spreadsheet software packages in the marketplace? Database Software database software What does database software do? What does it offer that spreadsheet and word processor software do not? Presentation Software presentation software What are some examples of presentation software in the marketplace? On what concept is presentation software based? Calendar, Organizer, and Contact Management Software calendar software organizer software contact management software What are some examples of calendar software? What features are combined in organizer software? What does contact management software do? Who might use contact management software? Graphics, Multimedia, and Web Pages graphics software desktop publishing (DTP) software photo editing software screen capture software multimedia software animation software audio software podcast video software web authoring software What does graphics software do? Who uses graphics software? What are some examples of graphics software in the marketplace? What categories of software are included in multimedia software? How is multimedia software used? Where might you see the results of multimedia software? Entertainment and Personal Use entertainment software What types of software are produced for entertainment and personal use? Software Gets Professional What specific business needs are addressed by professional software?
0.76527
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 27, 28, 29, 20, 21, 22, 23, 24, 25, 26, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 53, 54, 47, 48, 49, 50, 51, 52, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 77, 78, 70, 71, 72, 73, 74, 75, 76, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 99, 100, 101, 90, 91, 92, 93, 94, 95, 96, 97, 98, 102, 103, 104, 112, 113, 105, 106, 107, 108, 109, 110, 111, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 132, 133, 125, 126, 127, 128, 129, 130, 131, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 154, 155, 146, 147, 148, 149, 150, 151, 152, 153, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 178, 179, 183, 170, 171, 180, 181, 184, 185, 192, 172, 173, 174, 175, 176, 177, 182, 186, 187, 188, 189, 190, 191, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 217, 210, 211, 218, 219, 220, 225, 232, 233, 234, 239, 240, 241, 248, 249, 253, 254, 260, 261, 269, 272, 273, 274, 275, 276, 212, 213, 214, 215, 216, 221, 222, 223, 224, 226, 227, 228, 229, 230, 231, 235, 236, 237, 238, 242, 243, 244, 245, 246, 247, 250, 251, 252, 255, 256, 257, 258, 259, 262, 263, 264, 265, 266, 267, 268, 270, 271, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305 ]
ODW_Ch5_Study_Notes.docx
task-1604-88
0
[ [ 147, 89, 216, 110 ], [ 221, 89, 231, 110 ], [ 147, 107, 240, 127 ], [ 245, 107, 323, 127 ], [ 328, 107, 360, 127 ], [ 365, 107, 395, 127 ], [ 400, 107, 415, 127 ], [ 420, 107, 476, 127 ], [ 481, 107, 579, 127 ], [ 147, 142, 205, 160 ], [ 209, 142, 261, 160 ], [ 376, 142, 404, 160 ], [ 408, 142, 453, 160 ], [ 567, 142, 608, 160 ], [ 612, 142, 681, 160 ], [ 147, 158, 167, 176 ], [ 171, 158, 245, 176 ], [ 250, 158, 281, 176 ], [ 285, 158, 299, 176 ], [ 303, 158, 325, 176 ], [ 376, 158, 448, 175 ], [ 453, 158, 509, 175 ], [ 567, 158, 599, 175 ], [ 603, 158, 614, 175 ], [ 618, 158, 690, 175 ], [ 695, 158, 751, 175 ], [ 755, 158, 811, 175 ], [ 161, 173, 207, 191 ], [ 211, 173, 224, 191 ], [ 228, 173, 307, 191 ], [ 588, 173, 620, 190 ], [ 624, 173, 669, 190 ], [ 673, 173, 736, 190 ], [ 567, 188, 603, 205 ], [ 607, 188, 638, 205 ], [ 642, 188, 677, 205 ], [ 681, 188, 695, 205 ], [ 699, 188, 719, 205 ], [ 723, 188, 755, 205 ], [ 759, 188, 832, 205 ], [ 588, 203, 644, 220 ], [ 648, 203, 717, 220 ], [ 147, 219, 167, 237 ], [ 171, 219, 198, 237 ], [ 202, 219, 243, 237 ], [ 247, 219, 289, 237 ], [ 293, 219, 307, 237 ], [ 567, 219, 603, 236 ], [ 607, 219, 639, 236 ], [ 643, 219, 666, 236 ], [ 670, 219, 695, 236 ], [ 699, 219, 773, 236 ], [ 777, 219, 806, 236 ], [ 161, 234, 243, 252 ], [ 247, 234, 310, 252 ], [ 588, 234, 633, 251 ], [ 637, 234, 710, 251 ], [ 714, 234, 777, 251 ], [ 567, 249, 599, 266 ], [ 603, 249, 614, 266 ], [ 618, 249, 664, 266 ], [ 668, 249, 740, 266 ], [ 744, 249, 800, 266 ], [ 588, 265, 644, 281 ], [ 648, 265, 680, 281 ], [ 684, 265, 716, 281 ], [ 721, 265, 782, 281 ], [ 147, 280, 227, 297 ], [ 231, 280, 295, 297 ], [ 299, 280, 348, 297 ], [ 376, 280, 456, 297 ], [ 460, 280, 516, 297 ], [ 567, 280, 603, 297 ], [ 637, 280, 651, 297 ], [ 655, 280, 733, 297 ], [ 738, 280, 757, 297 ], [ 762, 280, 832, 297 ], [ 161, 296, 198, 312 ], [ 203, 296, 238, 312 ], [ 588, 296, 668, 312 ], [ 672, 296, 735, 312 ], [ 567, 311, 599, 328 ], [ 603, 311, 614, 328 ], [ 618, 311, 698, 328 ], [ 702, 311, 758, 328 ], [ 762, 311, 815, 328 ], [ 819, 311, 842, 328 ], [ 588, 326, 615, 343 ], [ 619, 326, 632, 343 ], [ 636, 326, 713, 343 ], [ 376, 342, 410, 358 ], [ 414, 342, 476, 358 ], [ 480, 342, 537, 358 ], [ 567, 342, 603, 358 ], [ 607, 342, 658, 358 ], [ 662, 342, 682, 358 ], [ 686, 342, 743, 358 ], [ 747, 342, 759, 358 ], [ 763, 342, 809, 358 ], [ 147, 343, 183, 358 ], [ 187, 343, 253, 358 ], [ 257, 343, 315, 358 ], [ 588, 357, 621, 374 ], [ 625, 357, 688, 374 ], [ 692, 357, 778, 374 ], [ 376, 373, 452, 389 ], [ 456, 373, 512, 389 ], [ 567, 373, 603, 389 ], [ 607, 373, 623, 389 ], [ 627, 373, 703, 389 ], [ 707, 373, 786, 389 ], [ 790, 373, 814, 389 ], [ 147, 374, 226, 389 ], [ 230, 374, 289, 389 ], [ 567, 388, 603, 405 ], [ 607, 388, 627, 405 ], [ 631, 388, 665, 405 ], [ 669, 388, 731, 405 ], [ 735, 388, 748, 405 ], [ 753, 388, 829, 405 ], [ 588, 403, 644, 420 ], [ 648, 403, 708, 420 ], [ 712, 403, 725, 420 ], [ 729, 403, 749, 420 ], [ 753, 403, 840, 420 ], [ 376, 419, 432, 435 ], [ 436, 419, 492, 435 ], [ 567, 419, 603, 435 ], [ 607, 419, 637, 435 ], [ 641, 419, 697, 435 ], [ 701, 419, 757, 435 ], [ 761, 419, 785, 435 ], [ 147, 420, 209, 435 ], [ 213, 420, 271, 435 ], [ 567, 434, 603, 451 ], [ 607, 434, 637, 451 ], [ 641, 434, 650, 451 ], [ 654, 434, 685, 451 ], [ 690, 434, 714, 451 ], [ 718, 434, 794, 451 ], [ 798, 434, 822, 451 ], [ 588, 449, 621, 466 ], [ 625, 449, 688, 466 ], [ 692, 449, 748, 466 ], [ 752, 449, 769, 466 ], [ 773, 449, 801, 466 ], [ 376, 465, 456, 482 ], [ 460, 465, 516, 482 ], [ 567, 465, 603, 482 ], [ 607, 465, 627, 482 ], [ 631, 465, 665, 482 ], [ 669, 465, 731, 482 ], [ 735, 465, 748, 482 ], [ 753, 465, 832, 482 ], [ 147, 466, 230, 481 ], [ 234, 466, 292, 481 ], [ 588, 480, 644, 497 ], [ 648, 480, 661, 497 ], [ 665, 480, 685, 497 ], [ 689, 480, 776, 497 ], [ 567, 495, 587, 512 ], [ 591, 495, 623, 512 ], [ 627, 495, 678, 512 ], [ 682, 495, 693, 512 ], [ 697, 495, 777, 512 ], [ 781, 495, 837, 512 ], [ 588, 510, 632, 527 ], [ 147, 526, 210, 543 ], [ 214, 526, 283, 543 ], [ 287, 526, 311, 543 ], [ 376, 526, 431, 543 ], [ 435, 526, 492, 543 ], [ 567, 526, 603, 543 ], [ 607, 526, 627, 543 ], [ 631, 526, 665, 543 ], [ 669, 526, 731, 543 ], [ 735, 526, 748, 543 ], [ 753, 526, 808, 543 ], [ 161, 541, 212, 558 ], [ 216, 541, 301, 558 ], [ 376, 541, 438, 558 ], [ 442, 541, 498, 558 ], [ 588, 541, 651, 558 ], [ 161, 556, 220, 573 ], [ 376, 556, 423, 573 ], [ 427, 556, 511, 573 ], [ 567, 556, 603, 573 ], [ 607, 556, 658, 573 ], [ 662, 556, 682, 573 ], [ 686, 556, 751, 573 ], [ 755, 556, 767, 573 ], [ 772, 556, 833, 573 ], [ 397, 571, 453, 588 ], [ 588, 571, 651, 588 ], [ 567, 587, 603, 603 ], [ 607, 587, 637, 603 ], [ 641, 587, 688, 603 ], [ 692, 587, 775, 603 ], [ 779, 587, 835, 603 ], [ 588, 602, 611, 619 ], [ 567, 617, 599, 634 ], [ 603, 617, 641, 634 ], [ 645, 617, 667, 634 ], [ 671, 617, 718, 634 ], [ 722, 617, 806, 634 ], [ 588, 632, 651, 649 ], [ 147, 648, 210, 665 ], [ 214, 648, 294, 665 ], [ 298, 648, 322, 665 ], [ 326, 648, 356, 665 ], [ 376, 648, 431, 665 ], [ 435, 648, 492, 665 ], [ 567, 648, 603, 665 ], [ 607, 648, 637, 665 ], [ 641, 648, 696, 665 ], [ 700, 648, 756, 665 ], [ 760, 648, 784, 665 ], [ 161, 663, 199, 680 ], [ 376, 663, 427, 680 ], [ 431, 663, 500, 680 ], [ 504, 663, 546, 680 ], [ 567, 663, 599, 680 ], [ 603, 663, 631, 680 ], [ 635, 663, 690, 680 ], [ 695, 663, 758, 680 ], [ 397, 678, 453, 695 ], [ 567, 678, 603, 695 ], [ 607, 678, 627, 695 ], [ 631, 678, 665, 695 ], [ 669, 678, 731, 695 ], [ 735, 678, 748, 695 ], [ 753, 678, 808, 695 ], [ 376, 693, 413, 710 ], [ 417, 693, 463, 710 ], [ 467, 693, 523, 710 ], [ 588, 693, 644, 710 ], [ 648, 693, 661, 710 ], [ 665, 693, 685, 710 ], [ 689, 693, 776, 710 ], [ 376, 708, 418, 725 ], [ 422, 708, 470, 725 ], [ 474, 708, 530, 725 ], [ 567, 708, 603, 725 ], [ 607, 708, 673, 725 ], [ 677, 708, 690, 725 ], [ 695, 708, 751, 725 ], [ 755, 708, 775, 725 ], [ 779, 708, 835, 725 ], [ 376, 724, 450, 740 ], [ 454, 724, 511, 740 ], [ 588, 724, 600, 740 ], [ 605, 724, 679, 740 ], [ 683, 724, 746, 740 ], [ 376, 739, 441, 756 ], [ 445, 739, 502, 756 ], [ 567, 739, 599, 756 ], [ 603, 739, 614, 756 ], [ 618, 739, 692, 756 ], [ 696, 739, 753, 756 ], [ 757, 739, 794, 756 ], [ 376, 754, 412, 771 ], [ 416, 754, 473, 771 ], [ 567, 754, 611, 771 ], [ 615, 754, 653, 771 ], [ 657, 754, 681, 771 ], [ 685, 754, 706, 771 ], [ 710, 754, 730, 771 ], [ 734, 754, 777, 771 ], [ 781, 754, 795, 771 ], [ 376, 769, 426, 786 ], [ 588, 769, 662, 786 ], [ 666, 769, 730, 786 ], [ 376, 784, 412, 801 ], [ 416, 784, 473, 801 ], [ 376, 799, 403, 816 ], [ 407, 799, 470, 816 ], [ 474, 799, 530, 816 ], [ 147, 814, 239, 831 ], [ 243, 814, 267, 831 ], [ 271, 814, 327, 831 ], [ 331, 814, 356, 831 ], [ 376, 814, 466, 831 ], [ 470, 814, 526, 831 ], [ 567, 814, 603, 831 ], [ 607, 814, 641, 831 ], [ 645, 814, 659, 831 ], [ 663, 814, 719, 831 ], [ 723, 814, 743, 831 ], [ 747, 814, 808, 831 ], [ 812, 814, 831, 831 ], [ 588, 830, 677, 846 ], [ 682, 830, 705, 846 ], [ 709, 830, 765, 846 ], [ 769, 830, 798, 846 ], [ 147, 845, 206, 862 ], [ 210, 845, 240, 862 ], [ 244, 845, 324, 862 ], [ 567, 845, 603, 862 ], [ 607, 845, 657, 862 ], [ 661, 845, 717, 862 ], [ 721, 845, 758, 862 ], [ 762, 845, 782, 862 ], [ 588, 861, 652, 877 ], [ 656, 861, 673, 877 ], [ 677, 861, 756, 877 ], [ 761, 861, 824, 877 ] ]
[ [ 147, 89, 216, 110 ], [ 221, 89, 231, 110 ], [ 147, 107, 240, 127 ], [ 245, 107, 323, 127 ], [ 328, 107, 360, 127 ], [ 365, 107, 395, 127 ], [ 400, 107, 415, 127 ], [ 420, 107, 476, 127 ], [ 481, 107, 579, 127 ], [ 147, 142, 205, 160 ], [ 209, 142, 261, 160 ], [ 376, 142, 404, 160 ], [ 408, 142, 453, 160 ], [ 567, 142, 608, 160 ], [ 612, 142, 681, 160 ], [ 147, 158, 167, 176 ], [ 171, 158, 245, 176 ], [ 250, 158, 281, 176 ], [ 285, 158, 299, 176 ], [ 303, 158, 325, 176 ], [ 161, 173, 207, 191 ], [ 211, 173, 224, 191 ], [ 228, 173, 307, 191 ], [ 376, 158, 448, 175 ], [ 453, 158, 509, 175 ], [ 567, 158, 599, 175 ], [ 603, 158, 614, 175 ], [ 618, 158, 690, 175 ], [ 695, 158, 751, 175 ], [ 755, 158, 811, 175 ], [ 588, 173, 620, 190 ], [ 624, 173, 669, 190 ], [ 673, 173, 736, 190 ], [ 567, 188, 603, 205 ], [ 607, 188, 638, 205 ], [ 642, 188, 677, 205 ], [ 681, 188, 695, 205 ], [ 699, 188, 719, 205 ], [ 723, 188, 755, 205 ], [ 759, 188, 832, 205 ], [ 588, 203, 644, 220 ], [ 648, 203, 717, 220 ], [ 147, 219, 167, 237 ], [ 171, 219, 198, 237 ], [ 202, 219, 243, 237 ], [ 247, 219, 289, 237 ], [ 293, 219, 307, 237 ], [ 161, 234, 243, 252 ], [ 247, 234, 310, 252 ], [ 567, 219, 603, 236 ], [ 607, 219, 639, 236 ], [ 643, 219, 666, 236 ], [ 670, 219, 695, 236 ], [ 699, 219, 773, 236 ], [ 777, 219, 806, 236 ], [ 588, 234, 633, 251 ], [ 637, 234, 710, 251 ], [ 714, 234, 777, 251 ], [ 567, 249, 599, 266 ], [ 603, 249, 614, 266 ], [ 618, 249, 664, 266 ], [ 668, 249, 740, 266 ], [ 744, 249, 800, 266 ], [ 588, 265, 644, 281 ], [ 648, 265, 680, 281 ], [ 684, 265, 716, 281 ], [ 721, 265, 782, 281 ], [ 147, 280, 227, 297 ], [ 231, 280, 295, 297 ], [ 299, 280, 348, 297 ], [ 161, 296, 198, 312 ], [ 203, 296, 238, 312 ], [ 376, 280, 456, 297 ], [ 460, 280, 516, 297 ], [ 567, 280, 603, 297 ], [ 637, 280, 651, 297 ], [ 655, 280, 733, 297 ], [ 738, 280, 757, 297 ], [ 762, 280, 832, 297 ], [ 588, 296, 668, 312 ], [ 672, 296, 735, 312 ], [ 567, 311, 599, 328 ], [ 603, 311, 614, 328 ], [ 618, 311, 698, 328 ], [ 702, 311, 758, 328 ], [ 762, 311, 815, 328 ], [ 819, 311, 842, 328 ], [ 588, 326, 615, 343 ], [ 619, 326, 632, 343 ], [ 636, 326, 713, 343 ], [ 147, 343, 183, 358 ], [ 187, 343, 253, 358 ], [ 257, 343, 315, 358 ], [ 376, 342, 410, 358 ], [ 414, 342, 476, 358 ], [ 480, 342, 537, 358 ], [ 567, 342, 603, 358 ], [ 607, 342, 658, 358 ], [ 662, 342, 682, 358 ], [ 686, 342, 743, 358 ], [ 747, 342, 759, 358 ], [ 763, 342, 809, 358 ], [ 588, 357, 621, 374 ], [ 625, 357, 688, 374 ], [ 692, 357, 778, 374 ], [ 147, 374, 226, 389 ], [ 230, 374, 289, 389 ], [ 376, 373, 452, 389 ], [ 456, 373, 512, 389 ], [ 567, 373, 603, 389 ], [ 607, 373, 623, 389 ], [ 627, 373, 703, 389 ], [ 707, 373, 786, 389 ], [ 790, 373, 814, 389 ], [ 567, 388, 603, 405 ], [ 607, 388, 627, 405 ], [ 631, 388, 665, 405 ], [ 669, 388, 731, 405 ], [ 735, 388, 748, 405 ], [ 753, 388, 829, 405 ], [ 588, 403, 644, 420 ], [ 648, 403, 708, 420 ], [ 712, 403, 725, 420 ], [ 729, 403, 749, 420 ], [ 753, 403, 840, 420 ], [ 147, 420, 209, 435 ], [ 213, 420, 271, 435 ], [ 376, 419, 432, 435 ], [ 436, 419, 492, 435 ], [ 567, 419, 603, 435 ], [ 607, 419, 637, 435 ], [ 641, 419, 697, 435 ], [ 701, 419, 757, 435 ], [ 761, 419, 785, 435 ], [ 567, 434, 603, 451 ], [ 607, 434, 637, 451 ], [ 641, 434, 650, 451 ], [ 654, 434, 685, 451 ], [ 690, 434, 714, 451 ], [ 718, 434, 794, 451 ], [ 798, 434, 822, 451 ], [ 588, 449, 621, 466 ], [ 625, 449, 688, 466 ], [ 692, 449, 748, 466 ], [ 752, 449, 769, 466 ], [ 773, 449, 801, 466 ], [ 147, 466, 230, 481 ], [ 234, 466, 292, 481 ], [ 376, 465, 456, 482 ], [ 460, 465, 516, 482 ], [ 567, 465, 603, 482 ], [ 607, 465, 627, 482 ], [ 631, 465, 665, 482 ], [ 669, 465, 731, 482 ], [ 735, 465, 748, 482 ], [ 753, 465, 832, 482 ], [ 588, 480, 644, 497 ], [ 648, 480, 661, 497 ], [ 665, 480, 685, 497 ], [ 689, 480, 776, 497 ], [ 567, 495, 587, 512 ], [ 591, 495, 623, 512 ], [ 627, 495, 678, 512 ], [ 682, 495, 693, 512 ], [ 697, 495, 777, 512 ], [ 781, 495, 837, 512 ], [ 588, 510, 632, 527 ], [ 147, 526, 210, 543 ], [ 214, 526, 283, 543 ], [ 287, 526, 311, 543 ], [ 161, 541, 212, 558 ], [ 216, 541, 301, 558 ], [ 161, 556, 220, 573 ], [ 376, 526, 431, 543 ], [ 435, 526, 492, 543 ], [ 376, 541, 438, 558 ], [ 442, 541, 498, 558 ], [ 376, 556, 423, 573 ], [ 427, 556, 511, 573 ], [ 397, 571, 453, 588 ], [ 567, 526, 603, 543 ], [ 607, 526, 627, 543 ], [ 631, 526, 665, 543 ], [ 669, 526, 731, 543 ], [ 735, 526, 748, 543 ], [ 753, 526, 808, 543 ], [ 588, 541, 651, 558 ], [ 567, 556, 603, 573 ], [ 607, 556, 658, 573 ], [ 662, 556, 682, 573 ], [ 686, 556, 751, 573 ], [ 755, 556, 767, 573 ], [ 772, 556, 833, 573 ], [ 588, 571, 651, 588 ], [ 567, 587, 603, 603 ], [ 607, 587, 637, 603 ], [ 641, 587, 688, 603 ], [ 692, 587, 775, 603 ], [ 779, 587, 835, 603 ], [ 588, 602, 611, 619 ], [ 567, 617, 599, 634 ], [ 603, 617, 641, 634 ], [ 645, 617, 667, 634 ], [ 671, 617, 718, 634 ], [ 722, 617, 806, 634 ], [ 588, 632, 651, 649 ], [ 147, 648, 210, 665 ], [ 214, 648, 294, 665 ], [ 298, 648, 322, 665 ], [ 326, 648, 356, 665 ], [ 161, 663, 199, 680 ], [ 376, 648, 431, 665 ], [ 435, 648, 492, 665 ], [ 376, 663, 427, 680 ], [ 431, 663, 500, 680 ], [ 504, 663, 546, 680 ], [ 397, 678, 453, 695 ], [ 376, 693, 413, 710 ], [ 417, 693, 463, 710 ], [ 467, 693, 523, 710 ], [ 376, 708, 418, 725 ], [ 422, 708, 470, 725 ], [ 474, 708, 530, 725 ], [ 376, 724, 450, 740 ], [ 454, 724, 511, 740 ], [ 376, 739, 441, 756 ], [ 445, 739, 502, 756 ], [ 376, 754, 412, 771 ], [ 416, 754, 473, 771 ], [ 376, 769, 426, 786 ], [ 376, 784, 412, 801 ], [ 416, 784, 473, 801 ], [ 376, 799, 403, 816 ], [ 407, 799, 470, 816 ], [ 474, 799, 530, 816 ], [ 567, 648, 603, 665 ], [ 607, 648, 637, 665 ], [ 641, 648, 696, 665 ], [ 700, 648, 756, 665 ], [ 760, 648, 784, 665 ], [ 567, 663, 599, 680 ], [ 603, 663, 631, 680 ], [ 635, 663, 690, 680 ], [ 695, 663, 758, 680 ], [ 567, 678, 603, 695 ], [ 607, 678, 627, 695 ], [ 631, 678, 665, 695 ], [ 669, 678, 731, 695 ], [ 735, 678, 748, 695 ], [ 753, 678, 808, 695 ], [ 588, 693, 644, 710 ], [ 648, 693, 661, 710 ], [ 665, 693, 685, 710 ], [ 689, 693, 776, 710 ], [ 567, 708, 603, 725 ], [ 607, 708, 673, 725 ], [ 677, 708, 690, 725 ], [ 695, 708, 751, 725 ], [ 755, 708, 775, 725 ], [ 779, 708, 835, 725 ], [ 588, 724, 600, 740 ], [ 605, 724, 679, 740 ], [ 683, 724, 746, 740 ], [ 567, 739, 599, 756 ], [ 603, 739, 614, 756 ], [ 618, 739, 692, 756 ], [ 696, 739, 753, 756 ], [ 757, 739, 794, 756 ], [ 567, 754, 611, 771 ], [ 615, 754, 653, 771 ], [ 657, 754, 681, 771 ], [ 685, 754, 706, 771 ], [ 710, 754, 730, 771 ], [ 734, 754, 777, 771 ], [ 781, 754, 795, 771 ], [ 588, 769, 662, 786 ], [ 666, 769, 730, 786 ], [ 147, 814, 239, 831 ], [ 243, 814, 267, 831 ], [ 271, 814, 327, 831 ], [ 331, 814, 356, 831 ], [ 376, 814, 466, 831 ], [ 470, 814, 526, 831 ], [ 567, 814, 603, 831 ], [ 607, 814, 641, 831 ], [ 645, 814, 659, 831 ], [ 663, 814, 719, 831 ], [ 723, 814, 743, 831 ], [ 747, 814, 808, 831 ], [ 812, 814, 831, 831 ], [ 588, 830, 677, 846 ], [ 682, 830, 705, 846 ], [ 709, 830, 765, 846 ], [ 769, 830, 798, 846 ], [ 147, 845, 206, 862 ], [ 210, 845, 240, 862 ], [ 244, 845, 324, 862 ], [ 567, 845, 603, 862 ], [ 607, 845, 657, 862 ], [ 661, 845, 717, 862 ], [ 721, 845, 758, 862 ], [ 762, 845, 782, 862 ], [ 588, 861, 652, 877 ], [ 656, 861, 673, 877 ], [ 677, 861, 756, 877 ], [ 761, 861, 824, 877 ] ]
Chapter 6 Communications and Network Technologies: Connecting Through Computers Chapter Outline Key Terms Study Questions 6.1 How Does the Use computer network What's the definition of a computer Networking? intranet network? extranet How are computer networks used? What's the difference between an intranet and an extranet? 6.2 Exploring communications system What are the components of a computer network protocol network as a communications system? Communications Systems How do we use networked communication systems in our everyday lives? What are network protocols? Types of Signals analog signal How do analog signals differ from digital digital signal signals? Why do analog signals need to be converted? What does a modem do? Transmission Speed frequency What factors affect transmission speed? bandwidth What is frequency and how does it affect broadband transmission speed? kilobit per second (Kbps) To what does bandwidth refer? megabit per second What is broadband? (Mbps) What are the various bandwidth gigabit per second (Gbps) measurements? terabit per second (Tbps) What are the typical speeds for the petabit per second (Pbps) various types of Internet connections? Take the Next Step: Activity What happens when you send a message 6.2.1 over a network? 6.3 Transmission Systems What are the two ways signals can be transmitted? Transmissions twisted-pair cable What media are used to carry wired coaxial cable signals? fiber-optic cable How do the various types of cable differ? Wireless Transmissions cellular network What types of wireless transmission cellular transmissions systems are in use today? microwave What are the differences among the four satellite communication generations of cellular transmission? What are the drawbacks of microwave transmission? How is satellite communication used? Take the Next Step: Activity How does infrared technology work? 6.3.1 6.4 Communications standards How do standards help devices talk to one Standards and Protocols American National another? Standards Institute What organizations develop standards? (ANSI) What is a protocol? Institute of Electrical and Electronics Engineers (IEEE) protocol
Chapter 6 Communications and Network Technologies: Connecting Through Computers Chapter Outline Key Terms Study Questions 6.1 How Does the Use Networking? computer network intranet extranet What's the definition of a computer network? How are computer networks used? What's the difference between an intranet and an extranet? 6.2 Exploring Communications Systems communications system network protocol What are the components of a computer network as a communications system? How do we use networked communication systems in our everyday lives? What are network protocols? Types of Signals analog signal digital signal How do analog signals differ from digital signals? Why do analog signals need to be converted? What does a modem do? Transmission Speed frequency bandwidth broadband kilobit per second (Kbps) megabit per second (Mbps) gigabit per second (Gbps) terabit per second (Tbps) petabit per second (Pbps) What factors affect transmission speed? What is frequency and how does it affect transmission speed? To what does bandwidth refer? What is broadband? What are the various bandwidth measurements? What are the typical speeds for the various types of Internet connections? Take the Next Step: Activity 6.2.1 What happens when you send a message over a network? 6.3 Transmission Systems What are the two ways signals can be transmitted? Transmissions twisted-pair cable coaxial cable fiber-optic cable What media are used to carry wired signals? How do the various types of cable differ? Wireless Transmissions cellular network cellular transmissions microwave satellite communication What types of wireless transmission systems are in use today? What are the differences among the four generations of cellular transmission? What are the drawbacks of microwave transmission? How is satellite communication used? Take the Next Step: Activity 6.3.1 How does infrared technology work? 6.4 Communications Standards and Protocols standards American National Standards Institute (ANSI) Institute of Electrical and Electronics Engineers (IEEE) protocol How do standards help devices talk to one another? What organizations develop standards? What is a protocol?
0.74336
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 28, 20, 21, 29, 31, 22, 23, 24, 25, 26, 27, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 64, 65, 48, 49, 57, 58, 50, 51, 52, 53, 54, 55, 56, 59, 60, 61, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 93, 94, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 117, 126, 129, 130, 131, 132, 138, 139, 140, 144, 150, 151, 152, 153, 155, 156, 157, 158, 166, 167, 168, 169, 112, 113, 114, 115, 116, 118, 119, 120, 121, 122, 123, 124, 125, 127, 128, 133, 134, 135, 136, 137, 141, 142, 143, 145, 146, 147, 148, 149, 154, 159, 160, 161, 162, 163, 164, 165, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 187, 180, 181, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 213, 214, 216, 217, 206, 207, 208, 209, 210, 211, 212, 215, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 235, 236, 242, 250, 251, 230, 231, 232, 233, 234, 237, 238, 239, 240, 241, 243, 244, 245, 246, 247, 248, 249, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 278, 273, 274, 275, 276, 277, 279, 280, 290, 291, 292, 281, 293, 294, 296, 297, 302, 307, 308, 309, 310, 311, 312, 313, 314, 282, 283, 284, 285, 286, 287, 288, 289, 295, 298, 299, 300, 301, 303, 304, 305, 306 ]
ODW_Ch6_Study_Notes.docx
task-1604-89
0
[ [ 147, 89, 216, 110 ], [ 221, 89, 231, 110 ], [ 147, 107, 285, 127 ], [ 290, 107, 320, 127 ], [ 325, 107, 394, 127 ], [ 399, 107, 513, 127 ], [ 518, 107, 611, 127 ], [ 616, 107, 688, 127 ], [ 693, 107, 781, 127 ], [ 147, 142, 205, 160 ], [ 209, 142, 261, 160 ], [ 376, 142, 404, 160 ], [ 408, 142, 453, 160 ], [ 567, 142, 608, 160 ], [ 612, 142, 681, 160 ], [ 147, 158, 167, 176 ], [ 171, 158, 204, 176 ], [ 208, 158, 241, 176 ], [ 245, 158, 267, 176 ], [ 311, 158, 336, 176 ], [ 376, 158, 441, 175 ], [ 445, 158, 500, 175 ], [ 567, 158, 612, 175 ], [ 616, 158, 636, 175 ], [ 640, 158, 703, 175 ], [ 707, 158, 721, 175 ], [ 725, 158, 732, 175 ], [ 736, 158, 798, 175 ], [ 161, 173, 252, 191 ], [ 376, 173, 429, 190 ], [ 588, 173, 649, 190 ], [ 376, 188, 432, 205 ], [ 567, 188, 599, 205 ], [ 603, 188, 623, 205 ], [ 627, 188, 689, 205 ], [ 693, 188, 753, 205 ], [ 757, 188, 794, 205 ], [ 567, 203, 612, 220 ], [ 616, 203, 636, 220 ], [ 640, 203, 706, 220 ], [ 710, 203, 764, 220 ], [ 769, 203, 784, 220 ], [ 788, 203, 838, 220 ], [ 588, 219, 611, 235 ], [ 615, 219, 631, 235 ], [ 635, 219, 695, 235 ], [ 147, 234, 167, 252 ], [ 171, 234, 241, 252 ], [ 376, 234, 486, 251 ], [ 490, 234, 536, 251 ], [ 567, 234, 603, 251 ], [ 607, 234, 627, 251 ], [ 631, 234, 651, 251 ], [ 655, 234, 734, 251 ], [ 738, 234, 751, 251 ], [ 755, 234, 763, 251 ], [ 767, 234, 828, 251 ], [ 376, 249, 432, 267 ], [ 435, 249, 491, 267 ], [ 588, 249, 641, 266 ], [ 645, 249, 659, 266 ], [ 663, 249, 670, 266 ], [ 674, 249, 782, 266 ], [ 786, 249, 839, 266 ], [ 161, 250, 280, 267 ], [ 284, 250, 340, 267 ], [ 567, 265, 599, 281 ], [ 603, 265, 619, 281 ], [ 623, 265, 642, 281 ], [ 647, 265, 668, 281 ], [ 672, 265, 741, 281 ], [ 588, 280, 689, 297 ], [ 693, 280, 745, 297 ], [ 749, 280, 762, 297 ], [ 766, 280, 788, 297 ], [ 588, 295, 648, 312 ], [ 652, 295, 690, 312 ], [ 567, 310, 603, 327 ], [ 607, 310, 627, 327 ], [ 631, 310, 684, 327 ], [ 688, 310, 756, 327 ], [ 147, 326, 186, 343 ], [ 191, 326, 204, 343 ], [ 208, 326, 256, 343 ], [ 376, 326, 420, 343 ], [ 424, 326, 462, 343 ], [ 567, 326, 599, 343 ], [ 603, 326, 619, 343 ], [ 623, 326, 667, 343 ], [ 671, 326, 716, 343 ], [ 720, 326, 757, 343 ], [ 761, 326, 793, 343 ], [ 797, 326, 838, 343 ], [ 376, 341, 417, 358 ], [ 420, 341, 458, 358 ], [ 588, 341, 640, 358 ], [ 567, 356, 599, 373 ], [ 603, 356, 619, 373 ], [ 623, 356, 667, 373 ], [ 671, 356, 716, 373 ], [ 720, 356, 751, 373 ], [ 755, 356, 768, 373 ], [ 772, 356, 788, 373 ], [ 588, 371, 659, 388 ], [ 567, 386, 603, 403 ], [ 607, 386, 637, 403 ], [ 641, 386, 648, 403 ], [ 652, 386, 701, 403 ], [ 705, 386, 729, 403 ], [ 147, 402, 235, 419 ], [ 239, 402, 279, 419 ], [ 376, 402, 443, 419 ], [ 567, 402, 603, 419 ], [ 607, 402, 651, 419 ], [ 655, 402, 692, 419 ], [ 696, 402, 779, 419 ], [ 783, 402, 827, 419 ], [ 376, 417, 448, 434 ], [ 567, 417, 603, 434 ], [ 607, 417, 617, 434 ], [ 622, 417, 687, 434 ], [ 691, 417, 714, 434 ], [ 719, 417, 747, 434 ], [ 751, 417, 781, 434 ], [ 785, 417, 794, 434 ], [ 798, 417, 835, 434 ], [ 376, 432, 449, 450 ], [ 588, 433, 670, 449 ], [ 674, 433, 719, 449 ], [ 376, 447, 417, 465 ], [ 421, 447, 443, 465 ], [ 447, 447, 494, 465 ], [ 498, 447, 540, 465 ], [ 567, 448, 585, 465 ], [ 589, 448, 621, 465 ], [ 625, 448, 655, 465 ], [ 659, 448, 728, 465 ], [ 732, 448, 770, 465 ], [ 376, 463, 430, 480 ], [ 434, 463, 456, 480 ], [ 460, 463, 507, 480 ], [ 567, 463, 603, 480 ], [ 607, 463, 617, 480 ], [ 622, 463, 698, 480 ], [ 397, 478, 444, 495 ], [ 567, 478, 603, 495 ], [ 607, 478, 627, 495 ], [ 631, 478, 651, 495 ], [ 655, 478, 703, 495 ], [ 707, 478, 776, 495 ], [ 376, 493, 421, 510 ], [ 424, 493, 447, 510 ], [ 450, 493, 498, 510 ], [ 501, 493, 545, 510 ], [ 588, 493, 688, 510 ], [ 376, 508, 421, 525 ], [ 425, 508, 447, 525 ], [ 451, 508, 498, 525 ], [ 501, 508, 543, 525 ], [ 567, 508, 603, 525 ], [ 607, 508, 627, 525 ], [ 631, 508, 651, 525 ], [ 655, 508, 699, 525 ], [ 703, 508, 747, 525 ], [ 751, 508, 770, 525 ], [ 774, 508, 794, 525 ], [ 376, 523, 424, 541 ], [ 427, 523, 450, 541 ], [ 454, 523, 501, 541 ], [ 504, 523, 546, 541 ], [ 588, 523, 636, 540 ], [ 640, 523, 674, 540 ], [ 678, 523, 692, 540 ], [ 696, 523, 747, 540 ], [ 751, 523, 836, 540 ], [ 147, 539, 179, 556 ], [ 183, 539, 203, 556 ], [ 207, 539, 239, 556 ], [ 243, 539, 277, 556 ], [ 281, 539, 334, 556 ], [ 567, 539, 603, 556 ], [ 607, 539, 660, 556 ], [ 664, 539, 700, 556 ], [ 704, 539, 728, 556 ], [ 732, 539, 762, 556 ], [ 766, 539, 774, 556 ], [ 778, 539, 833, 556 ], [ 161, 554, 194, 571 ], [ 588, 554, 617, 571 ], [ 621, 554, 628, 571 ], [ 632, 554, 693, 571 ], [ 147, 570, 167, 588 ], [ 171, 570, 265, 588 ], [ 270, 570, 326, 588 ], [ 567, 570, 603, 587 ], [ 607, 570, 627, 587 ], [ 631, 570, 651, 587 ], [ 655, 570, 679, 587 ], [ 683, 570, 717, 587 ], [ 721, 570, 766, 587 ], [ 770, 570, 793, 587 ], [ 797, 570, 812, 587 ], [ 588, 585, 668, 602 ], [ 182, 601, 277, 618 ], [ 376, 601, 456, 618 ], [ 460, 601, 495, 618 ], [ 567, 601, 603, 618 ], [ 607, 601, 646, 618 ], [ 651, 601, 670, 618 ], [ 675, 601, 704, 618 ], [ 709, 601, 721, 618 ], [ 725, 601, 759, 618 ], [ 763, 601, 800, 618 ], [ 376, 616, 422, 633 ], [ 425, 616, 461, 633 ], [ 588, 616, 640, 633 ], [ 376, 631, 445, 648 ], [ 449, 631, 484, 648 ], [ 567, 631, 599, 648 ], [ 603, 631, 619, 648 ], [ 623, 631, 643, 648 ], [ 647, 631, 696, 648 ], [ 700, 631, 734, 648 ], [ 738, 631, 752, 648 ], [ 756, 631, 790, 648 ], [ 794, 631, 838, 648 ], [ 147, 647, 204, 664 ], [ 208, 647, 302, 664 ], [ 376, 647, 424, 664 ], [ 428, 647, 484, 664 ], [ 567, 647, 603, 664 ], [ 607, 647, 641, 664 ], [ 645, 647, 659, 664 ], [ 663, 647, 716, 664 ], [ 720, 647, 803, 664 ], [ 376, 662, 424, 679 ], [ 428, 662, 519, 679 ], [ 588, 662, 639, 679 ], [ 644, 662, 663, 679 ], [ 668, 662, 680, 679 ], [ 684, 662, 706, 679 ], [ 710, 662, 754, 679 ], [ 376, 677, 449, 695 ], [ 567, 677, 603, 694 ], [ 607, 677, 627, 694 ], [ 631, 677, 651, 694 ], [ 655, 677, 727, 694 ], [ 731, 677, 776, 694 ], [ 780, 677, 800, 694 ], [ 804, 677, 831, 694 ], [ 376, 692, 429, 710 ], [ 432, 692, 536, 710 ], [ 588, 693, 663, 709 ], [ 667, 693, 681, 709 ], [ 685, 693, 734, 709 ], [ 738, 693, 828, 709 ], [ 567, 708, 603, 725 ], [ 607, 708, 627, 725 ], [ 631, 708, 651, 725 ], [ 655, 708, 724, 725 ], [ 729, 708, 742, 725 ], [ 746, 708, 819, 725 ], [ 588, 723, 678, 740 ], [ 567, 738, 599, 755 ], [ 603, 738, 614, 755 ], [ 618, 738, 669, 755 ], [ 673, 738, 774, 755 ], [ 778, 738, 816, 755 ], [ 147, 754, 179, 771 ], [ 183, 754, 203, 771 ], [ 207, 754, 239, 771 ], [ 243, 754, 277, 771 ], [ 281, 754, 334, 771 ], [ 567, 754, 599, 771 ], [ 603, 754, 633, 771 ], [ 637, 754, 689, 771 ], [ 693, 754, 765, 771 ], [ 769, 754, 810, 771 ], [ 161, 769, 194, 786 ], [ 147, 785, 167, 802 ], [ 171, 785, 290, 802 ], [ 376, 785, 441, 802 ], [ 567, 785, 599, 802 ], [ 603, 785, 619, 802 ], [ 623, 785, 685, 802 ], [ 689, 785, 717, 802 ], [ 721, 785, 770, 802 ], [ 774, 785, 799, 802 ], [ 803, 785, 816, 802 ], [ 820, 785, 843, 802 ], [ 161, 800, 233, 818 ], [ 237, 800, 263, 818 ], [ 267, 800, 333, 818 ], [ 376, 800, 439, 817 ], [ 443, 800, 499, 817 ], [ 588, 800, 644, 817 ], [ 397, 815, 463, 832 ], [ 467, 815, 523, 832 ], [ 567, 815, 603, 832 ], [ 607, 815, 695, 832 ], [ 699, 815, 750, 832 ], [ 754, 815, 823, 832 ], [ 397, 830, 438, 847 ], [ 567, 830, 603, 847 ], [ 607, 830, 617, 847 ], [ 622, 830, 629, 847 ], [ 633, 830, 695, 847 ], [ 376, 845, 432, 862 ], [ 436, 845, 449, 862 ], [ 453, 845, 513, 862 ], [ 517, 845, 542, 862 ], [ 397, 860, 469, 878 ], [ 472, 860, 537, 878 ], [ 397, 875, 434, 893 ], [ 376, 891, 432, 908 ] ]
[ [ 147, 89, 216, 110 ], [ 221, 89, 231, 110 ], [ 147, 107, 285, 127 ], [ 290, 107, 320, 127 ], [ 325, 107, 394, 127 ], [ 399, 107, 513, 127 ], [ 518, 107, 611, 127 ], [ 616, 107, 688, 127 ], [ 693, 107, 781, 127 ], [ 147, 142, 205, 160 ], [ 209, 142, 261, 160 ], [ 376, 142, 404, 160 ], [ 408, 142, 453, 160 ], [ 567, 142, 608, 160 ], [ 612, 142, 681, 160 ], [ 147, 158, 167, 176 ], [ 171, 158, 204, 176 ], [ 208, 158, 241, 176 ], [ 245, 158, 267, 176 ], [ 311, 158, 336, 176 ], [ 161, 173, 252, 191 ], [ 376, 158, 441, 175 ], [ 445, 158, 500, 175 ], [ 376, 173, 429, 190 ], [ 376, 188, 432, 205 ], [ 567, 158, 612, 175 ], [ 616, 158, 636, 175 ], [ 640, 158, 703, 175 ], [ 707, 158, 721, 175 ], [ 725, 158, 732, 175 ], [ 736, 158, 798, 175 ], [ 588, 173, 649, 190 ], [ 567, 188, 599, 205 ], [ 603, 188, 623, 205 ], [ 627, 188, 689, 205 ], [ 693, 188, 753, 205 ], [ 757, 188, 794, 205 ], [ 567, 203, 612, 220 ], [ 616, 203, 636, 220 ], [ 640, 203, 706, 220 ], [ 710, 203, 764, 220 ], [ 769, 203, 784, 220 ], [ 788, 203, 838, 220 ], [ 588, 219, 611, 235 ], [ 615, 219, 631, 235 ], [ 635, 219, 695, 235 ], [ 147, 234, 167, 252 ], [ 171, 234, 241, 252 ], [ 161, 250, 280, 267 ], [ 284, 250, 340, 267 ], [ 376, 234, 486, 251 ], [ 490, 234, 536, 251 ], [ 376, 249, 432, 267 ], [ 435, 249, 491, 267 ], [ 567, 234, 603, 251 ], [ 607, 234, 627, 251 ], [ 631, 234, 651, 251 ], [ 655, 234, 734, 251 ], [ 738, 234, 751, 251 ], [ 755, 234, 763, 251 ], [ 767, 234, 828, 251 ], [ 588, 249, 641, 266 ], [ 645, 249, 659, 266 ], [ 663, 249, 670, 266 ], [ 674, 249, 782, 266 ], [ 786, 249, 839, 266 ], [ 567, 265, 599, 281 ], [ 603, 265, 619, 281 ], [ 623, 265, 642, 281 ], [ 647, 265, 668, 281 ], [ 672, 265, 741, 281 ], [ 588, 280, 689, 297 ], [ 693, 280, 745, 297 ], [ 749, 280, 762, 297 ], [ 766, 280, 788, 297 ], [ 588, 295, 648, 312 ], [ 652, 295, 690, 312 ], [ 567, 310, 603, 327 ], [ 607, 310, 627, 327 ], [ 631, 310, 684, 327 ], [ 688, 310, 756, 327 ], [ 147, 326, 186, 343 ], [ 191, 326, 204, 343 ], [ 208, 326, 256, 343 ], [ 376, 326, 420, 343 ], [ 424, 326, 462, 343 ], [ 376, 341, 417, 358 ], [ 420, 341, 458, 358 ], [ 567, 326, 599, 343 ], [ 603, 326, 619, 343 ], [ 623, 326, 667, 343 ], [ 671, 326, 716, 343 ], [ 720, 326, 757, 343 ], [ 761, 326, 793, 343 ], [ 797, 326, 838, 343 ], [ 588, 341, 640, 358 ], [ 567, 356, 599, 373 ], [ 603, 356, 619, 373 ], [ 623, 356, 667, 373 ], [ 671, 356, 716, 373 ], [ 720, 356, 751, 373 ], [ 755, 356, 768, 373 ], [ 772, 356, 788, 373 ], [ 588, 371, 659, 388 ], [ 567, 386, 603, 403 ], [ 607, 386, 637, 403 ], [ 641, 386, 648, 403 ], [ 652, 386, 701, 403 ], [ 705, 386, 729, 403 ], [ 147, 402, 235, 419 ], [ 239, 402, 279, 419 ], [ 376, 402, 443, 419 ], [ 376, 417, 448, 434 ], [ 376, 432, 449, 450 ], [ 376, 447, 417, 465 ], [ 421, 447, 443, 465 ], [ 447, 447, 494, 465 ], [ 498, 447, 540, 465 ], [ 376, 463, 430, 480 ], [ 434, 463, 456, 480 ], [ 460, 463, 507, 480 ], [ 397, 478, 444, 495 ], [ 376, 493, 421, 510 ], [ 424, 493, 447, 510 ], [ 450, 493, 498, 510 ], [ 501, 493, 545, 510 ], [ 376, 508, 421, 525 ], [ 425, 508, 447, 525 ], [ 451, 508, 498, 525 ], [ 501, 508, 543, 525 ], [ 376, 523, 424, 541 ], [ 427, 523, 450, 541 ], [ 454, 523, 501, 541 ], [ 504, 523, 546, 541 ], [ 567, 402, 603, 419 ], [ 607, 402, 651, 419 ], [ 655, 402, 692, 419 ], [ 696, 402, 779, 419 ], [ 783, 402, 827, 419 ], [ 567, 417, 603, 434 ], [ 607, 417, 617, 434 ], [ 622, 417, 687, 434 ], [ 691, 417, 714, 434 ], [ 719, 417, 747, 434 ], [ 751, 417, 781, 434 ], [ 785, 417, 794, 434 ], [ 798, 417, 835, 434 ], [ 588, 433, 670, 449 ], [ 674, 433, 719, 449 ], [ 567, 448, 585, 465 ], [ 589, 448, 621, 465 ], [ 625, 448, 655, 465 ], [ 659, 448, 728, 465 ], [ 732, 448, 770, 465 ], [ 567, 463, 603, 480 ], [ 607, 463, 617, 480 ], [ 622, 463, 698, 480 ], [ 567, 478, 603, 495 ], [ 607, 478, 627, 495 ], [ 631, 478, 651, 495 ], [ 655, 478, 703, 495 ], [ 707, 478, 776, 495 ], [ 588, 493, 688, 510 ], [ 567, 508, 603, 525 ], [ 607, 508, 627, 525 ], [ 631, 508, 651, 525 ], [ 655, 508, 699, 525 ], [ 703, 508, 747, 525 ], [ 751, 508, 770, 525 ], [ 774, 508, 794, 525 ], [ 588, 523, 636, 540 ], [ 640, 523, 674, 540 ], [ 678, 523, 692, 540 ], [ 696, 523, 747, 540 ], [ 751, 523, 836, 540 ], [ 147, 539, 179, 556 ], [ 183, 539, 203, 556 ], [ 207, 539, 239, 556 ], [ 243, 539, 277, 556 ], [ 281, 539, 334, 556 ], [ 161, 554, 194, 571 ], [ 567, 539, 603, 556 ], [ 607, 539, 660, 556 ], [ 664, 539, 700, 556 ], [ 704, 539, 728, 556 ], [ 732, 539, 762, 556 ], [ 766, 539, 774, 556 ], [ 778, 539, 833, 556 ], [ 588, 554, 617, 571 ], [ 621, 554, 628, 571 ], [ 632, 554, 693, 571 ], [ 147, 570, 167, 588 ], [ 171, 570, 265, 588 ], [ 270, 570, 326, 588 ], [ 567, 570, 603, 587 ], [ 607, 570, 627, 587 ], [ 631, 570, 651, 587 ], [ 655, 570, 679, 587 ], [ 683, 570, 717, 587 ], [ 721, 570, 766, 587 ], [ 770, 570, 793, 587 ], [ 797, 570, 812, 587 ], [ 588, 585, 668, 602 ], [ 182, 601, 277, 618 ], [ 376, 601, 456, 618 ], [ 460, 601, 495, 618 ], [ 376, 616, 422, 633 ], [ 425, 616, 461, 633 ], [ 376, 631, 445, 648 ], [ 449, 631, 484, 648 ], [ 567, 601, 603, 618 ], [ 607, 601, 646, 618 ], [ 651, 601, 670, 618 ], [ 675, 601, 704, 618 ], [ 709, 601, 721, 618 ], [ 725, 601, 759, 618 ], [ 763, 601, 800, 618 ], [ 588, 616, 640, 633 ], [ 567, 631, 599, 648 ], [ 603, 631, 619, 648 ], [ 623, 631, 643, 648 ], [ 647, 631, 696, 648 ], [ 700, 631, 734, 648 ], [ 738, 631, 752, 648 ], [ 756, 631, 790, 648 ], [ 794, 631, 838, 648 ], [ 147, 647, 204, 664 ], [ 208, 647, 302, 664 ], [ 376, 647, 424, 664 ], [ 428, 647, 484, 664 ], [ 376, 662, 424, 679 ], [ 428, 662, 519, 679 ], [ 376, 677, 449, 695 ], [ 376, 692, 429, 710 ], [ 432, 692, 536, 710 ], [ 567, 647, 603, 664 ], [ 607, 647, 641, 664 ], [ 645, 647, 659, 664 ], [ 663, 647, 716, 664 ], [ 720, 647, 803, 664 ], [ 588, 662, 639, 679 ], [ 644, 662, 663, 679 ], [ 668, 662, 680, 679 ], [ 684, 662, 706, 679 ], [ 710, 662, 754, 679 ], [ 567, 677, 603, 694 ], [ 607, 677, 627, 694 ], [ 631, 677, 651, 694 ], [ 655, 677, 727, 694 ], [ 731, 677, 776, 694 ], [ 780, 677, 800, 694 ], [ 804, 677, 831, 694 ], [ 588, 693, 663, 709 ], [ 667, 693, 681, 709 ], [ 685, 693, 734, 709 ], [ 738, 693, 828, 709 ], [ 567, 708, 603, 725 ], [ 607, 708, 627, 725 ], [ 631, 708, 651, 725 ], [ 655, 708, 724, 725 ], [ 729, 708, 742, 725 ], [ 746, 708, 819, 725 ], [ 588, 723, 678, 740 ], [ 567, 738, 599, 755 ], [ 603, 738, 614, 755 ], [ 618, 738, 669, 755 ], [ 673, 738, 774, 755 ], [ 778, 738, 816, 755 ], [ 147, 754, 179, 771 ], [ 183, 754, 203, 771 ], [ 207, 754, 239, 771 ], [ 243, 754, 277, 771 ], [ 281, 754, 334, 771 ], [ 161, 769, 194, 786 ], [ 567, 754, 599, 771 ], [ 603, 754, 633, 771 ], [ 637, 754, 689, 771 ], [ 693, 754, 765, 771 ], [ 769, 754, 810, 771 ], [ 147, 785, 167, 802 ], [ 171, 785, 290, 802 ], [ 161, 800, 233, 818 ], [ 237, 800, 263, 818 ], [ 267, 800, 333, 818 ], [ 376, 785, 441, 802 ], [ 376, 800, 439, 817 ], [ 443, 800, 499, 817 ], [ 397, 815, 463, 832 ], [ 467, 815, 523, 832 ], [ 397, 830, 438, 847 ], [ 376, 845, 432, 862 ], [ 436, 845, 449, 862 ], [ 453, 845, 513, 862 ], [ 517, 845, 542, 862 ], [ 397, 860, 469, 878 ], [ 472, 860, 537, 878 ], [ 397, 875, 434, 893 ], [ 376, 891, 432, 908 ], [ 567, 785, 599, 802 ], [ 603, 785, 619, 802 ], [ 623, 785, 685, 802 ], [ 689, 785, 717, 802 ], [ 721, 785, 770, 802 ], [ 774, 785, 799, 802 ], [ 803, 785, 816, 802 ], [ 820, 785, 843, 802 ], [ 588, 800, 644, 817 ], [ 567, 815, 603, 832 ], [ 607, 815, 695, 832 ], [ 699, 815, 750, 832 ], [ 754, 815, 823, 832 ], [ 567, 830, 603, 847 ], [ 607, 830, 617, 847 ], [ 622, 830, 629, 847 ], [ 633, 830, 695, 847 ] ]
Goal: 5. Support Grants Function Primary Person & Others Involved: Reynolds/Licalsi/Chapman Objective: 5.1. Provide Resources to Campus for Assigned Groups: Grant Making, 5.2. Facilitate grants management. NA Action Plan: 5.1.1. Complete Grant Plate” Assessment Process: “Boiler Information, 5.1.2. Complete Grant handbook, 5.2.1. plate” information, Grant Handbook, “boiler Complete and maintain campus grant inventory, grant inventory, Grant Routing Form all 5.2.2. Finalize grant routing form. completed. Estimated Cost: none One Time Funding Source: Ongoing Time Line: November, 2009 February, 2010 May, 2010 Grant boiler plate information and grant handbook postponed to spring semester. Campus grant inventory created and maintained by Pam Chapman. Grant routing form finalized by OIE and is being used on campus. Change of Foundation leadership and staff support resulted in reorganizing and redirecting grant operations. Spring semester should be smoother.
Goal: 5. Support Grants Function Primary Person & Others Involved: Reynolds/Licalsi/Chapman Objective: 5.1. Provide Resources to Campus for Grant Making, 5.2. Facilitate grants management. Assigned Groups: NA Action Plan: 5.1.1. Complete Grant “Boiler Plate” Information, 5.1.2. Complete Grant handbook, 5.2.1. Complete and maintain campus grant inventory, 5.2.2. Finalize grant routing form. Assessment Process: “boiler plate” information, Grant Handbook, grant inventory, Grant Routing Form all completed. Estimated Cost: none One Time Funding Source: Ongoing Time Line: November, 2009 Grant boiler plate information and grant handbook postponed to spring semester. Campus grant inventory created and maintained by Pam Chapman. Grant routing form finalized by OIE and is being used on campus. Change of Foundation leadership and staff support resulted in reorganizing and redirecting grant operations. Spring semester should be smoother. February, 2010 May, 2010
0.841046
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 20, 21, 22, 23, 24, 25, 18, 19, 26, 27, 28, 29, 30, 31, 35, 32, 36, 37, 38, 39, 40, 41, 47, 48, 49, 50, 51, 52, 59, 60, 61, 62, 63, 33, 34, 46, 42, 43, 44, 45, 53, 54, 55, 56, 57, 58, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 77, 78, 79, 80 ]
Ofc%20President%20Progress%20Report%20-%20Nov'09.docx
task-1605-1
5
[ [ 110, 116, 150, 135 ], [ 158, 116, 171, 135 ], [ 175, 116, 234, 135 ], [ 238, 116, 286, 135 ], [ 290, 116, 354, 135 ], [ 524, 116, 582, 135 ], [ 586, 116, 638, 135 ], [ 642, 116, 655, 135 ], [ 659, 116, 709, 135 ], [ 713, 116, 782, 135 ], [ 524, 133, 716, 152 ], [ 117, 159, 193, 178 ], [ 201, 159, 229, 178 ], [ 233, 159, 288, 178 ], [ 292, 159, 367, 178 ], [ 371, 159, 386, 178 ], [ 390, 159, 449, 178 ], [ 453, 159, 474, 178 ], [ 524, 159, 590, 178 ], [ 594, 159, 653, 178 ], [ 117, 176, 159, 195 ], [ 163, 176, 221, 195 ], [ 225, 176, 253, 195 ], [ 257, 176, 323, 195 ], [ 327, 176, 373, 195 ], [ 377, 176, 479, 195 ], [ 524, 176, 546, 195 ], [ 117, 202, 165, 221 ], [ 170, 202, 207, 221 ], [ 211, 202, 252, 221 ], [ 256, 202, 327, 221 ], [ 331, 202, 372, 221 ], [ 431, 202, 475, 220 ], [ 524, 202, 612, 221 ], [ 616, 202, 677, 221 ], [ 376, 207, 427, 221 ], [ 117, 219, 209, 238 ], [ 213, 219, 254, 238 ], [ 258, 219, 329, 238 ], [ 333, 219, 374, 238 ], [ 378, 219, 456, 238 ], [ 460, 219, 501, 238 ], [ 613, 219, 658, 237 ], [ 662, 219, 753, 238 ], [ 757, 219, 799, 238 ], [ 803, 219, 883, 238 ], [ 560, 224, 609, 238 ], [ 117, 236, 188, 255 ], [ 192, 236, 220, 255 ], [ 224, 236, 288, 255 ], [ 292, 236, 349, 255 ], [ 353, 236, 392, 255 ], [ 396, 236, 470, 255 ], [ 524, 236, 562, 255 ], [ 566, 236, 641, 255 ], [ 645, 236, 686, 255 ], [ 691, 236, 747, 255 ], [ 751, 236, 790, 255 ], [ 794, 236, 810, 255 ], [ 117, 253, 158, 272 ], [ 162, 253, 217, 272 ], [ 221, 253, 260, 272 ], [ 264, 253, 317, 272 ], [ 321, 253, 361, 272 ], [ 524, 253, 606, 272 ], [ 117, 279, 192, 298 ], [ 196, 279, 234, 298 ], [ 238, 279, 276, 298 ], [ 322, 279, 352, 298 ], [ 356, 279, 392, 298 ], [ 524, 279, 583, 298 ], [ 587, 279, 643, 298 ], [ 322, 309, 383, 328 ], [ 524, 309, 561, 328 ], [ 565, 309, 600, 328 ], [ 117, 335, 199, 354 ], [ 203, 335, 239, 354 ], [ 390, 335, 459, 354 ], [ 464, 335, 500, 354 ], [ 657, 335, 693, 354 ], [ 697, 335, 734, 354 ], [ 117, 369, 159, 388 ], [ 163, 369, 205, 388 ], [ 209, 369, 246, 388 ], [ 250, 369, 337, 388 ], [ 341, 369, 369, 388 ], [ 117, 386, 156, 405 ], [ 160, 386, 233, 405 ], [ 237, 386, 316, 405 ], [ 320, 386, 336, 405 ], [ 117, 403, 162, 422 ], [ 166, 403, 238, 422 ], [ 242, 403, 300, 422 ], [ 304, 403, 343, 422 ], [ 117, 420, 187, 439 ], [ 191, 420, 247, 439 ], [ 251, 420, 278, 439 ], [ 282, 420, 365, 439 ], [ 117, 437, 135, 456 ], [ 139, 437, 171, 456 ], [ 175, 437, 249, 456 ], [ 253, 437, 295, 456 ], [ 299, 437, 352, 456 ], [ 117, 454, 153, 473 ], [ 157, 454, 218, 473 ], [ 222, 454, 240, 473 ], [ 244, 454, 269, 473 ], [ 273, 454, 301, 473 ], [ 305, 454, 316, 473 ], [ 320, 454, 360, 473 ], [ 117, 471, 152, 490 ], [ 156, 471, 175, 490 ], [ 179, 471, 240, 490 ], [ 244, 471, 298, 490 ], [ 303, 471, 318, 490 ], [ 117, 488, 201, 507 ], [ 205, 488, 281, 507 ], [ 285, 488, 313, 507 ], [ 317, 488, 349, 507 ], [ 117, 505, 174, 524 ], [ 178, 505, 238, 524 ], [ 242, 505, 256, 524 ], [ 260, 505, 351, 524 ], [ 117, 522, 145, 541 ], [ 149, 522, 228, 541 ], [ 232, 522, 271, 541 ], [ 275, 522, 358, 541 ], [ 117, 539, 163, 558 ], [ 167, 539, 235, 558 ], [ 239, 539, 288, 558 ], [ 292, 539, 310, 558 ], [ 117, 556, 193, 575 ] ]
[ [ 110, 116, 150, 135 ], [ 158, 116, 171, 135 ], [ 175, 116, 234, 135 ], [ 238, 116, 286, 135 ], [ 290, 116, 354, 135 ], [ 524, 116, 582, 135 ], [ 586, 116, 638, 135 ], [ 642, 116, 655, 135 ], [ 659, 116, 709, 135 ], [ 713, 116, 782, 135 ], [ 524, 133, 716, 152 ], [ 117, 159, 193, 178 ], [ 201, 159, 229, 178 ], [ 233, 159, 288, 178 ], [ 292, 159, 367, 178 ], [ 371, 159, 386, 178 ], [ 390, 159, 449, 178 ], [ 453, 159, 474, 178 ], [ 117, 176, 159, 195 ], [ 163, 176, 221, 195 ], [ 225, 176, 253, 195 ], [ 257, 176, 323, 195 ], [ 327, 176, 373, 195 ], [ 377, 176, 479, 195 ], [ 524, 159, 590, 178 ], [ 594, 159, 653, 178 ], [ 524, 176, 546, 195 ], [ 117, 202, 165, 221 ], [ 170, 202, 207, 221 ], [ 211, 202, 252, 221 ], [ 256, 202, 327, 221 ], [ 331, 202, 372, 221 ], [ 376, 207, 427, 221 ], [ 431, 202, 475, 220 ], [ 117, 219, 209, 238 ], [ 213, 219, 254, 238 ], [ 258, 219, 329, 238 ], [ 333, 219, 374, 238 ], [ 378, 219, 456, 238 ], [ 460, 219, 501, 238 ], [ 117, 236, 188, 255 ], [ 192, 236, 220, 255 ], [ 224, 236, 288, 255 ], [ 292, 236, 349, 255 ], [ 353, 236, 392, 255 ], [ 396, 236, 470, 255 ], [ 117, 253, 158, 272 ], [ 162, 253, 217, 272 ], [ 221, 253, 260, 272 ], [ 264, 253, 317, 272 ], [ 321, 253, 361, 272 ], [ 524, 202, 612, 221 ], [ 616, 202, 677, 221 ], [ 560, 224, 609, 238 ], [ 613, 219, 658, 237 ], [ 662, 219, 753, 238 ], [ 757, 219, 799, 238 ], [ 803, 219, 883, 238 ], [ 524, 236, 562, 255 ], [ 566, 236, 641, 255 ], [ 645, 236, 686, 255 ], [ 691, 236, 747, 255 ], [ 751, 236, 790, 255 ], [ 794, 236, 810, 255 ], [ 524, 253, 606, 272 ], [ 117, 279, 192, 298 ], [ 196, 279, 234, 298 ], [ 238, 279, 276, 298 ], [ 322, 279, 352, 298 ], [ 356, 279, 392, 298 ], [ 524, 279, 583, 298 ], [ 587, 279, 643, 298 ], [ 322, 309, 383, 328 ], [ 524, 309, 561, 328 ], [ 565, 309, 600, 328 ], [ 117, 335, 199, 354 ], [ 203, 335, 239, 354 ], [ 117, 369, 159, 388 ], [ 163, 369, 205, 388 ], [ 209, 369, 246, 388 ], [ 250, 369, 337, 388 ], [ 341, 369, 369, 388 ], [ 117, 386, 156, 405 ], [ 160, 386, 233, 405 ], [ 237, 386, 316, 405 ], [ 320, 386, 336, 405 ], [ 117, 403, 162, 422 ], [ 166, 403, 238, 422 ], [ 242, 403, 300, 422 ], [ 304, 403, 343, 422 ], [ 117, 420, 187, 439 ], [ 191, 420, 247, 439 ], [ 251, 420, 278, 439 ], [ 282, 420, 365, 439 ], [ 117, 437, 135, 456 ], [ 139, 437, 171, 456 ], [ 175, 437, 249, 456 ], [ 253, 437, 295, 456 ], [ 299, 437, 352, 456 ], [ 117, 454, 153, 473 ], [ 157, 454, 218, 473 ], [ 222, 454, 240, 473 ], [ 244, 454, 269, 473 ], [ 273, 454, 301, 473 ], [ 305, 454, 316, 473 ], [ 320, 454, 360, 473 ], [ 117, 471, 152, 490 ], [ 156, 471, 175, 490 ], [ 179, 471, 240, 490 ], [ 244, 471, 298, 490 ], [ 303, 471, 318, 490 ], [ 117, 488, 201, 507 ], [ 205, 488, 281, 507 ], [ 285, 488, 313, 507 ], [ 317, 488, 349, 507 ], [ 117, 505, 174, 524 ], [ 178, 505, 238, 524 ], [ 242, 505, 256, 524 ], [ 260, 505, 351, 524 ], [ 117, 522, 145, 541 ], [ 149, 522, 228, 541 ], [ 232, 522, 271, 541 ], [ 275, 522, 358, 541 ], [ 117, 539, 163, 558 ], [ 167, 539, 235, 558 ], [ 239, 539, 288, 558 ], [ 292, 539, 310, 558 ], [ 117, 556, 193, 575 ], [ 390, 335, 459, 354 ], [ 464, 335, 500, 354 ], [ 657, 335, 693, 354 ], [ 697, 335, 734, 354 ] ]
Parking Garages Base Special Special Services / Annual Fee Event Fee Hourly Rate B) Galvez Parking Garage Non Automated (Contract to begin on July 1, 2017 thru June 30, 2019) Fully Automated ** (Contract to on July 1, 2017 thru June 30, 2019) Renewable Option Non Automated Year 1 July 1, 2019 thru June 30, 2020 Renewable Option Fully Automated ** Year 1 July 1, 2019 thru June 30, 2020 Renewable Option Non Automated Year 2 July 1, 2020 thru June 30, 2021 Renewable Option Fully Automated ** Year 2 July 1, 2020 thru June 30, 2021 Renewable Option Non Automated Year 3 July 1, 2021 thru June 30, 2022 Renewable Option Fully Automated ** Year 3 July 1, 2021 thru June 30, 2022 **Fully Automated should include all cost, financing cost and fees.
Parking Garages Base Annual Fee Special Event Fee Special Services / Hourly Rate B) Galvez Parking Garage Non Automated (Contract to begin on July 1, 2017 thru June 30, 2019) Fully Automated ** (Contract to on July 1, 2017 thru June 30, 2019) Renewable Option Non Automated Year 1 July 1, 2019 thru June 30, 2020 Renewable Option Fully Automated ** Year 1 July 1, 2019 thru June 30, 2020 Renewable Option Non Automated Year 2 July 1, 2020 thru June 30, 2021 Renewable Option Fully Automated ** Year 2 July 1, 2020 thru June 30, 2021 Renewable Option Non Automated Year 3 July 1, 2021 thru June 30, 2022 Renewable Option Fully Automated ** Year 3 July 1, 2021 thru June 30, 2022 **Fully Automated should include all cost, financing cost and fees.
0.952028
[ 0, 1, 2, 7, 8, 3, 9, 10, 4, 5, 6, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133 ]
OFC-OSB%20-%20Request%20for%20Proposal%20Parking%20Management%20Services%20Pricing%20Sheet%20Exhibit%20B%202017.docx
task-1605-13
1
[ [ 158, 107, 218, 124 ], [ 223, 107, 288, 124 ], [ 390, 107, 429, 124 ], [ 550, 107, 607, 124 ], [ 703, 107, 761, 124 ], [ 765, 107, 832, 124 ], [ 837, 107, 841, 124 ], [ 365, 122, 421, 139 ], [ 425, 122, 453, 139 ], [ 540, 122, 584, 139 ], [ 589, 122, 617, 139 ], [ 726, 122, 778, 139 ], [ 783, 122, 818, 139 ], [ 126, 144, 141, 159 ], [ 150, 144, 197, 159 ], [ 201, 144, 255, 159 ], [ 259, 144, 310, 159 ], [ 126, 157, 155, 173 ], [ 159, 157, 235, 173 ], [ 126, 170, 186, 186 ], [ 190, 170, 203, 186 ], [ 207, 170, 243, 186 ], [ 247, 170, 263, 186 ], [ 267, 170, 293, 186 ], [ 298, 170, 310, 186 ], [ 126, 183, 159, 199 ], [ 163, 183, 188, 199 ], [ 192, 183, 224, 199 ], [ 228, 183, 249, 199 ], [ 253, 183, 290, 199 ], [ 126, 197, 160, 213 ], [ 164, 197, 241, 213 ], [ 249, 197, 261, 213 ], [ 126, 210, 186, 226 ], [ 190, 210, 203, 226 ], [ 235, 210, 251, 226 ], [ 255, 210, 281, 226 ], [ 285, 210, 297, 226 ], [ 126, 223, 159, 239 ], [ 163, 223, 188, 239 ], [ 192, 223, 224, 239 ], [ 228, 223, 249, 239 ], [ 253, 223, 290, 239 ], [ 126, 237, 200, 253 ], [ 204, 237, 247, 253 ], [ 126, 250, 155, 266 ], [ 159, 250, 235, 266 ], [ 126, 263, 157, 279 ], [ 161, 263, 169, 279 ], [ 126, 276, 152, 292 ], [ 156, 276, 168, 292 ], [ 173, 276, 205, 292 ], [ 209, 276, 235, 292 ], [ 239, 276, 271, 292 ], [ 275, 276, 295, 292 ], [ 126, 289, 159, 305 ], [ 126, 303, 200, 319 ], [ 204, 303, 247, 319 ], [ 126, 317, 160, 332 ], [ 164, 317, 241, 332 ], [ 249, 317, 261, 332 ], [ 126, 330, 157, 345 ], [ 161, 330, 169, 345 ], [ 126, 343, 152, 358 ], [ 156, 343, 168, 358 ], [ 173, 343, 205, 358 ], [ 209, 343, 235, 358 ], [ 239, 343, 271, 358 ], [ 275, 343, 295, 358 ], [ 126, 356, 159, 371 ], [ 126, 370, 200, 385 ], [ 204, 370, 247, 385 ], [ 126, 383, 155, 398 ], [ 159, 383, 235, 398 ], [ 126, 396, 157, 411 ], [ 161, 396, 169, 411 ], [ 126, 409, 152, 425 ], [ 156, 409, 168, 425 ], [ 173, 409, 205, 425 ], [ 209, 409, 235, 425 ], [ 239, 409, 271, 425 ], [ 275, 409, 295, 425 ], [ 126, 422, 159, 438 ], [ 126, 436, 200, 452 ], [ 204, 436, 247, 452 ], [ 126, 449, 160, 465 ], [ 164, 449, 241, 465 ], [ 249, 449, 261, 465 ], [ 126, 462, 157, 478 ], [ 161, 462, 169, 478 ], [ 126, 475, 152, 491 ], [ 156, 475, 168, 491 ], [ 173, 475, 205, 491 ], [ 209, 475, 235, 491 ], [ 239, 475, 271, 491 ], [ 275, 475, 295, 491 ], [ 126, 488, 159, 504 ], [ 126, 502, 200, 518 ], [ 204, 502, 247, 518 ], [ 126, 515, 155, 531 ], [ 159, 515, 235, 531 ], [ 126, 528, 157, 544 ], [ 161, 528, 169, 544 ], [ 126, 541, 152, 557 ], [ 156, 541, 168, 557 ], [ 173, 541, 205, 557 ], [ 209, 541, 235, 557 ], [ 239, 541, 271, 557 ], [ 275, 541, 295, 557 ], [ 126, 555, 159, 570 ], [ 126, 569, 200, 584 ], [ 204, 569, 247, 584 ], [ 126, 582, 160, 597 ], [ 164, 582, 241, 597 ], [ 249, 582, 261, 597 ], [ 126, 595, 157, 610 ], [ 161, 595, 169, 610 ], [ 126, 608, 152, 623 ], [ 156, 608, 168, 623 ], [ 173, 608, 205, 623 ], [ 209, 608, 235, 623 ], [ 239, 608, 271, 623 ], [ 275, 608, 295, 623 ], [ 126, 621, 159, 636 ], [ 117, 655, 163, 671 ], [ 167, 655, 244, 671 ], [ 248, 655, 296, 671 ], [ 300, 655, 351, 671 ], [ 355, 655, 372, 671 ], [ 376, 655, 410, 671 ], [ 414, 655, 479, 671 ], [ 484, 655, 514, 671 ], [ 518, 655, 544, 671 ], [ 548, 655, 582, 671 ] ]
[ [ 158, 107, 218, 124 ], [ 223, 107, 288, 124 ], [ 390, 107, 429, 124 ], [ 365, 122, 421, 139 ], [ 425, 122, 453, 139 ], [ 550, 107, 607, 124 ], [ 540, 122, 584, 139 ], [ 589, 122, 617, 139 ], [ 703, 107, 761, 124 ], [ 765, 107, 832, 124 ], [ 837, 107, 841, 124 ], [ 726, 122, 778, 139 ], [ 783, 122, 818, 139 ], [ 126, 144, 141, 159 ], [ 150, 144, 197, 159 ], [ 201, 144, 255, 159 ], [ 259, 144, 310, 159 ], [ 126, 157, 155, 173 ], [ 159, 157, 235, 173 ], [ 126, 170, 186, 186 ], [ 190, 170, 203, 186 ], [ 207, 170, 243, 186 ], [ 247, 170, 263, 186 ], [ 267, 170, 293, 186 ], [ 298, 170, 310, 186 ], [ 126, 183, 159, 199 ], [ 163, 183, 188, 199 ], [ 192, 183, 224, 199 ], [ 228, 183, 249, 199 ], [ 253, 183, 290, 199 ], [ 126, 197, 160, 213 ], [ 164, 197, 241, 213 ], [ 249, 197, 261, 213 ], [ 126, 210, 186, 226 ], [ 190, 210, 203, 226 ], [ 235, 210, 251, 226 ], [ 255, 210, 281, 226 ], [ 285, 210, 297, 226 ], [ 126, 223, 159, 239 ], [ 163, 223, 188, 239 ], [ 192, 223, 224, 239 ], [ 228, 223, 249, 239 ], [ 253, 223, 290, 239 ], [ 126, 237, 200, 253 ], [ 204, 237, 247, 253 ], [ 126, 250, 155, 266 ], [ 159, 250, 235, 266 ], [ 126, 263, 157, 279 ], [ 161, 263, 169, 279 ], [ 126, 276, 152, 292 ], [ 156, 276, 168, 292 ], [ 173, 276, 205, 292 ], [ 209, 276, 235, 292 ], [ 239, 276, 271, 292 ], [ 275, 276, 295, 292 ], [ 126, 289, 159, 305 ], [ 126, 303, 200, 319 ], [ 204, 303, 247, 319 ], [ 126, 317, 160, 332 ], [ 164, 317, 241, 332 ], [ 249, 317, 261, 332 ], [ 126, 330, 157, 345 ], [ 161, 330, 169, 345 ], [ 126, 343, 152, 358 ], [ 156, 343, 168, 358 ], [ 173, 343, 205, 358 ], [ 209, 343, 235, 358 ], [ 239, 343, 271, 358 ], [ 275, 343, 295, 358 ], [ 126, 356, 159, 371 ], [ 126, 370, 200, 385 ], [ 204, 370, 247, 385 ], [ 126, 383, 155, 398 ], [ 159, 383, 235, 398 ], [ 126, 396, 157, 411 ], [ 161, 396, 169, 411 ], [ 126, 409, 152, 425 ], [ 156, 409, 168, 425 ], [ 173, 409, 205, 425 ], [ 209, 409, 235, 425 ], [ 239, 409, 271, 425 ], [ 275, 409, 295, 425 ], [ 126, 422, 159, 438 ], [ 126, 436, 200, 452 ], [ 204, 436, 247, 452 ], [ 126, 449, 160, 465 ], [ 164, 449, 241, 465 ], [ 249, 449, 261, 465 ], [ 126, 462, 157, 478 ], [ 161, 462, 169, 478 ], [ 126, 475, 152, 491 ], [ 156, 475, 168, 491 ], [ 173, 475, 205, 491 ], [ 209, 475, 235, 491 ], [ 239, 475, 271, 491 ], [ 275, 475, 295, 491 ], [ 126, 488, 159, 504 ], [ 126, 502, 200, 518 ], [ 204, 502, 247, 518 ], [ 126, 515, 155, 531 ], [ 159, 515, 235, 531 ], [ 126, 528, 157, 544 ], [ 161, 528, 169, 544 ], [ 126, 541, 152, 557 ], [ 156, 541, 168, 557 ], [ 173, 541, 205, 557 ], [ 209, 541, 235, 557 ], [ 239, 541, 271, 557 ], [ 275, 541, 295, 557 ], [ 126, 555, 159, 570 ], [ 126, 569, 200, 584 ], [ 204, 569, 247, 584 ], [ 126, 582, 160, 597 ], [ 164, 582, 241, 597 ], [ 249, 582, 261, 597 ], [ 126, 595, 157, 610 ], [ 161, 595, 169, 610 ], [ 126, 608, 152, 623 ], [ 156, 608, 168, 623 ], [ 173, 608, 205, 623 ], [ 209, 608, 235, 623 ], [ 239, 608, 271, 623 ], [ 275, 608, 295, 623 ], [ 126, 621, 159, 636 ], [ 117, 655, 163, 671 ], [ 167, 655, 244, 671 ], [ 248, 655, 296, 671 ], [ 300, 655, 351, 671 ], [ 355, 655, 372, 671 ], [ 376, 655, 410, 671 ], [ 414, 655, 479, 671 ], [ 484, 655, 514, 671 ], [ 518, 655, 544, 671 ], [ 548, 655, 582, 671 ] ]
233 Broad Street, Bridgewater 508-697-8137 63 Main Street, Bridgewater 508-697-0050 Bruno’s Pizzeria 47 Broad Street, Bridgewater 508-697-1199 59 Street, Bridgewater 508-697-1104 8 Romney Rd, (RT 18) Bridgewater Burger King 508-697-2273 Campus Pizza Refill (Exxon) 155 Broad Street Bridgewater Chessmen's 18 Central Square Bridgewater 508-697-4114 NOW accepting your Connect Card 288 Street, Bridgewater, Ma 02324 508-697-9892 9-19 Summer St, Bridgewater Store and Pharmacy 508-697-6946 Photo Lab 508-697-6946. 233 Broad Street, Bridgewater 508-697-0600 Show us our BSC Connect Card and save 10% on your order! 3 Broad Street, Bridgewater 508-697-5500
63 Main Street, Bridgewater 508-697-0050 Bruno’s Pizzeria 59 Street, Bridgewater 508-697-1104 Burger King Campus Pizza Chessmen's 18 Central Square Bridgewater 508-697-4114 9-19 Summer St, Bridgewater Store and Pharmacy 508-697-6946 Photo Lab 508-697-6946. 3 Broad Street, Bridgewater 508-697-5500 233 Broad Street, Bridgewater 508-697-8137 47 Broad Street, Bridgewater 508-697-1199 8 Romney Rd, (RT 18) Bridgewater 508-697-2273 Refill (Exxon) 155 Broad Street Bridgewater NOW accepting your Connect Card 288 Street, Bridgewater, Ma 02324 508-697-9892 233 Broad Street, Bridgewater 508-697-0600 Show us our BSC Connect Card and save 10% on your order!
0.771834
[ 5, 6, 7, 8, 9, 10, 11, 17, 18, 19, 20, 27, 28, 30, 31, 38, 39, 40, 41, 42, 43, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 83, 84, 85, 86, 87, 0, 1, 2, 3, 4, 12, 13, 14, 15, 16, 21, 22, 23, 24, 25, 26, 29, 32, 33, 34, 35, 36, 37, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82 ]
Off%20Campus%20Merchants%20Currently%20Participating.docx
task-1605-302
1
[ [ 503, 89, 533, 109 ], [ 538, 89, 585, 109 ], [ 590, 89, 641, 109 ], [ 646, 89, 743, 109 ], [ 503, 106, 614, 126 ], [ 117, 144, 137, 164 ], [ 142, 144, 183, 164 ], [ 188, 144, 239, 164 ], [ 243, 144, 340, 164 ], [ 117, 161, 228, 181 ], [ 117, 213, 196, 238 ], [ 202, 213, 280, 238 ], [ 503, 213, 523, 234 ], [ 528, 213, 576, 234 ], [ 581, 213, 631, 234 ], [ 636, 213, 733, 234 ], [ 503, 231, 614, 251 ], [ 117, 252, 137, 272 ], [ 185, 252, 235, 272 ], [ 240, 252, 337, 272 ], [ 117, 269, 228, 289 ], [ 503, 338, 513, 359 ], [ 518, 338, 584, 359 ], [ 589, 338, 617, 359 ], [ 622, 338, 654, 359 ], [ 658, 338, 685, 359 ], [ 689, 338, 786, 359 ], [ 117, 356, 187, 381 ], [ 193, 356, 241, 381 ], [ 503, 356, 614, 376 ], [ 117, 394, 187, 415 ], [ 192, 394, 236, 415 ], [ 557, 426, 608, 450 ], [ 613, 426, 688, 450 ], [ 503, 463, 533, 484 ], [ 538, 463, 585, 484 ], [ 590, 463, 636, 484 ], [ 641, 463, 738, 484 ], [ 117, 464, 227, 488 ], [ 117, 501, 137, 521 ], [ 142, 501, 199, 521 ], [ 204, 501, 259, 521 ], [ 264, 501, 360, 521 ], [ 117, 519, 228, 539 ], [ 503, 570, 555, 592 ], [ 560, 570, 647, 592 ], [ 653, 570, 694, 592 ], [ 700, 570, 776, 592 ], [ 781, 570, 827, 592 ], [ 503, 606, 533, 626 ], [ 581, 606, 631, 626 ], [ 636, 606, 738, 626 ], [ 743, 606, 769, 626 ], [ 774, 606, 823, 626 ], [ 503, 623, 614, 644 ], [ 117, 661, 153, 681 ], [ 158, 661, 224, 681 ], [ 229, 661, 251, 681 ], [ 255, 661, 352, 681 ], [ 117, 679, 159, 699 ], [ 163, 679, 192, 699 ], [ 197, 679, 275, 699 ], [ 280, 679, 391, 699 ], [ 117, 696, 163, 716 ], [ 168, 696, 198, 716 ], [ 203, 696, 319, 716 ], [ 503, 766, 533, 786 ], [ 538, 766, 585, 786 ], [ 590, 766, 641, 786 ], [ 646, 766, 743, 786 ], [ 503, 783, 614, 803 ], [ 503, 818, 548, 838 ], [ 553, 818, 570, 838 ], [ 575, 818, 601, 838 ], [ 606, 818, 643, 838 ], [ 648, 818, 713, 838 ], [ 718, 818, 756, 838 ], [ 761, 818, 790, 838 ], [ 794, 818, 829, 838 ], [ 834, 818, 870, 838 ], [ 503, 836, 523, 856 ], [ 528, 836, 564, 856 ], [ 569, 836, 617, 856 ], [ 117, 839, 127, 859 ], [ 132, 839, 180, 859 ], [ 185, 839, 235, 859 ], [ 240, 839, 337, 859 ], [ 117, 856, 228, 876 ] ]
[ [ 117, 144, 137, 164 ], [ 142, 144, 183, 164 ], [ 188, 144, 239, 164 ], [ 243, 144, 340, 164 ], [ 117, 161, 228, 181 ], [ 117, 213, 196, 238 ], [ 202, 213, 280, 238 ], [ 117, 252, 137, 272 ], [ 185, 252, 235, 272 ], [ 240, 252, 337, 272 ], [ 117, 269, 228, 289 ], [ 117, 356, 187, 381 ], [ 193, 356, 241, 381 ], [ 117, 394, 187, 415 ], [ 192, 394, 236, 415 ], [ 117, 464, 227, 488 ], [ 117, 501, 137, 521 ], [ 142, 501, 199, 521 ], [ 204, 501, 259, 521 ], [ 264, 501, 360, 521 ], [ 117, 519, 228, 539 ], [ 117, 661, 153, 681 ], [ 158, 661, 224, 681 ], [ 229, 661, 251, 681 ], [ 255, 661, 352, 681 ], [ 117, 679, 159, 699 ], [ 163, 679, 192, 699 ], [ 197, 679, 275, 699 ], [ 280, 679, 391, 699 ], [ 117, 696, 163, 716 ], [ 168, 696, 198, 716 ], [ 203, 696, 319, 716 ], [ 117, 839, 127, 859 ], [ 132, 839, 180, 859 ], [ 185, 839, 235, 859 ], [ 240, 839, 337, 859 ], [ 117, 856, 228, 876 ], [ 503, 89, 533, 109 ], [ 538, 89, 585, 109 ], [ 590, 89, 641, 109 ], [ 646, 89, 743, 109 ], [ 503, 106, 614, 126 ], [ 503, 213, 523, 234 ], [ 528, 213, 576, 234 ], [ 581, 213, 631, 234 ], [ 636, 213, 733, 234 ], [ 503, 231, 614, 251 ], [ 503, 338, 513, 359 ], [ 518, 338, 584, 359 ], [ 589, 338, 617, 359 ], [ 622, 338, 654, 359 ], [ 658, 338, 685, 359 ], [ 689, 338, 786, 359 ], [ 503, 356, 614, 376 ], [ 557, 426, 608, 450 ], [ 613, 426, 688, 450 ], [ 503, 463, 533, 484 ], [ 538, 463, 585, 484 ], [ 590, 463, 636, 484 ], [ 641, 463, 738, 484 ], [ 503, 570, 555, 592 ], [ 560, 570, 647, 592 ], [ 653, 570, 694, 592 ], [ 700, 570, 776, 592 ], [ 781, 570, 827, 592 ], [ 503, 606, 533, 626 ], [ 581, 606, 631, 626 ], [ 636, 606, 738, 626 ], [ 743, 606, 769, 626 ], [ 774, 606, 823, 626 ], [ 503, 623, 614, 644 ], [ 503, 766, 533, 786 ], [ 538, 766, 585, 786 ], [ 590, 766, 641, 786 ], [ 646, 766, 743, 786 ], [ 503, 783, 614, 803 ], [ 503, 818, 548, 838 ], [ 553, 818, 570, 838 ], [ 575, 818, 601, 838 ], [ 606, 818, 643, 838 ], [ 648, 818, 713, 838 ], [ 718, 818, 756, 838 ], [ 761, 818, 790, 838 ], [ 794, 818, 829, 838 ], [ 834, 818, 870, 838 ], [ 503, 836, 523, 856 ], [ 528, 836, 564, 856 ], [ 569, 836, 617, 856 ] ]
June 2016 Progressive= Easy Pace Push Day Easy Pace Push Days Easy Pace 1st mi= 50%      2nd mi= 75%      Last mi= Race      Pace      Sunday Monday Tuesday Wednesday Thursday Friday Saturday 1 2 3 4 5 6 1 mile 2 miles 1 miles 2 miles Your Choice 2 miles 5 6 7 8 9 10 11 1 mile 2 miles 1 mile 2 miles Your Choice 2 miles 12-20min 12-20min 12 13 14 15 16 17 18 Your Choice 2 2 miles 2 miles 2 miles 2 miles 12-20min 12-20min 19 20 21 22 23 24 25 2 miles 2 miles 3 miles 2 miles Your Choice 3 12-18min 12-18min Father’s Day 26 27 28 29 30 1 July 2 2 miles 2 miles 3 miles 2 miles Your Choice 3 12-18min 12-18min
June 2016 Easy Pace Push Day Easy Pace Push Days Easy Pace Progressive=      1st mi= 50%      2nd mi= 75%      Last mi= Race      Pace Sunday Monday Tuesday Wednesday Thursday Friday Saturday 1 1 mile 2 2 miles 3 1 miles 4 2 miles 5 Your Choice 6 2 miles 5 6 1 mile 7 2 miles 12-20min 8 1 mile 9 2 miles 12-20min 10 Your Choice 11 2 miles 12 13 2 14 2 miles 12-20min 15 2 miles 16 2 miles 12-20min 17 Your Choice 18 2 miles 19 Father’s Day 20 2 miles 21 2 miles 12-18min 22 3 miles 23 2 miles 12-18min 24 Your Choice 25 3 26 27 2 miles 28 2 miles 12-18min 29 3 miles 30 2 miles 12-18min 1 July Your Choice 2 3
0.469083
[ 0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 2, 16, 17, 18, 19, 20, 13, 14, 15, 24, 25, 26, 27, 28, 21, 22, 23, 32, 33, 34, 35, 36, 29, 30, 31, 38, 39, 40, 41, 42, 37, 43, 44, 45, 46, 47, 48, 49, 50, 56, 57, 51, 58, 59, 52, 60, 61, 53, 62, 63, 54, 64, 65, 55, 66, 67, 68, 69, 75, 76, 70, 77, 78, 87, 71, 79, 80, 72, 81, 82, 88, 73, 83, 84, 74, 85, 86, 89, 90, 98, 91, 99, 100, 107, 92, 101, 102, 93, 103, 104, 108, 94, 96, 97, 95, 105, 106, 109, 129, 130, 110, 116, 117, 111, 118, 119, 127, 112, 120, 121, 113, 122, 123, 128, 114, 124, 125, 115, 126, 131, 132, 139, 140, 133, 141, 142, 150, 134, 143, 144, 135, 145, 146, 151, 136, 137, 147, 148, 138, 149 ]
Off-Season_XC_Workout.docx
task-1605-343
0
[ [ 436, 125, 500, 175 ], [ 508, 125, 570, 175 ], [ 810, 170, 900, 197 ], [ 131, 171, 164, 198 ], [ 168, 171, 206, 198 ], [ 286, 171, 320, 198 ], [ 324, 171, 353, 198 ], [ 404, 171, 437, 198 ], [ 442, 171, 479, 198 ], [ 543, 171, 576, 198 ], [ 580, 171, 616, 198 ], [ 663, 171, 696, 198 ], [ 700, 171, 738, 198 ], [ 826, 194, 845, 221 ], [ 849, 194, 876, 221 ], [ 880, 194, 908, 221 ], [ 203, 197, 212, 220 ], [ 346, 197, 355, 220 ], [ 472, 197, 481, 220 ], [ 611, 197, 620, 220 ], [ 733, 197, 742, 220 ], [ 826, 219, 854, 245 ], [ 858, 219, 884, 245 ], [ 888, 219, 917, 245 ], [ 203, 221, 212, 244 ], [ 346, 221, 355, 244 ], [ 472, 221, 481, 244 ], [ 611, 221, 620, 244 ], [ 733, 221, 742, 244 ], [ 826, 243, 854, 270 ], [ 858, 243, 885, 270 ], [ 889, 243, 928, 270 ], [ 203, 245, 212, 268 ], [ 346, 245, 355, 268 ], [ 472, 245, 481, 268 ], [ 611, 245, 620, 268 ], [ 733, 245, 742, 268 ], [ 826, 267, 865, 294 ], [ 203, 270, 212, 292 ], [ 346, 270, 355, 292 ], [ 472, 270, 481, 292 ], [ 611, 270, 620, 292 ], [ 733, 270, 742, 292 ], [ 62, 304, 126, 335 ], [ 160, 304, 232, 335 ], [ 295, 304, 366, 335 ], [ 421, 304, 524, 335 ], [ 565, 304, 640, 335 ], [ 713, 304, 765, 335 ], [ 846, 304, 922, 335 ], [ 140, 335, 152, 371 ], [ 265, 335, 277, 371 ], [ 409, 335, 420, 371 ], [ 550, 335, 561, 371 ], [ 669, 335, 680, 371 ], [ 822, 335, 833, 371 ], [ 140, 367, 152, 403 ], [ 157, 367, 199, 403 ], [ 265, 367, 277, 403 ], [ 282, 367, 333, 403 ], [ 409, 367, 420, 403 ], [ 426, 367, 476, 403 ], [ 550, 367, 561, 403 ], [ 566, 367, 617, 403 ], [ 669, 367, 713, 403 ], [ 718, 367, 790, 403 ], [ 822, 367, 833, 403 ], [ 839, 367, 887, 403 ], [ 61, 449, 72, 485 ], [ 140, 449, 152, 485 ], [ 265, 449, 277, 485 ], [ 409, 449, 420, 485 ], [ 550, 449, 561, 485 ], [ 669, 449, 691, 485 ], [ 822, 449, 845, 485 ], [ 140, 481, 152, 517 ], [ 157, 481, 199, 517 ], [ 265, 481, 277, 517 ], [ 282, 481, 333, 517 ], [ 409, 481, 420, 517 ], [ 426, 481, 468, 517 ], [ 550, 481, 561, 517 ], [ 566, 481, 617, 517 ], [ 669, 481, 713, 517 ], [ 718, 481, 790, 517 ], [ 822, 481, 833, 517 ], [ 839, 481, 887, 517 ], [ 265, 513, 355, 549 ], [ 550, 513, 639, 549 ], [ 61, 550, 83, 586 ], [ 140, 550, 163, 586 ], [ 265, 550, 288, 586 ], [ 409, 550, 432, 586 ], [ 550, 550, 572, 586 ], [ 669, 550, 691, 586 ], [ 822, 550, 845, 586 ], [ 669, 579, 713, 615 ], [ 718, 579, 790, 615 ], [ 140, 582, 152, 618 ], [ 265, 582, 277, 618 ], [ 282, 582, 333, 618 ], [ 409, 582, 420, 618 ], [ 426, 582, 476, 618 ], [ 550, 582, 561, 618 ], [ 566, 582, 617, 618 ], [ 822, 582, 833, 618 ], [ 839, 582, 887, 618 ], [ 265, 614, 355, 650 ], [ 550, 614, 639, 650 ], [ 61, 652, 83, 688 ], [ 140, 652, 163, 688 ], [ 265, 652, 288, 688 ], [ 409, 652, 432, 688 ], [ 550, 652, 572, 688 ], [ 669, 652, 691, 688 ], [ 822, 652, 845, 688 ], [ 140, 684, 152, 720 ], [ 157, 684, 208, 720 ], [ 265, 684, 277, 720 ], [ 282, 684, 333, 720 ], [ 409, 684, 420, 720 ], [ 426, 684, 476, 720 ], [ 550, 684, 561, 720 ], [ 566, 684, 617, 720 ], [ 669, 684, 713, 720 ], [ 718, 684, 790, 720 ], [ 822, 684, 833, 720 ], [ 265, 716, 355, 752 ], [ 550, 716, 639, 752 ], [ 61, 721, 109, 744 ], [ 61, 751, 86, 773 ], [ 61, 771, 83, 806 ], [ 140, 771, 163, 807 ], [ 265, 771, 288, 807 ], [ 409, 771, 432, 807 ], [ 550, 771, 572, 807 ], [ 669, 771, 680, 807 ], [ 686, 771, 724, 807 ], [ 822, 771, 833, 806 ], [ 140, 803, 152, 839 ], [ 157, 803, 208, 839 ], [ 265, 803, 277, 839 ], [ 282, 803, 333, 839 ], [ 409, 803, 420, 839 ], [ 426, 803, 476, 839 ], [ 550, 803, 561, 839 ], [ 566, 803, 617, 839 ], [ 669, 803, 713, 839 ], [ 718, 803, 790, 839 ], [ 822, 803, 833, 839 ], [ 265, 835, 355, 871 ], [ 550, 835, 639, 871 ] ]
[ [ 436, 125, 500, 175 ], [ 508, 125, 570, 175 ], [ 131, 171, 164, 198 ], [ 168, 171, 206, 198 ], [ 286, 171, 320, 198 ], [ 324, 171, 353, 198 ], [ 404, 171, 437, 198 ], [ 442, 171, 479, 198 ], [ 543, 171, 576, 198 ], [ 580, 171, 616, 198 ], [ 663, 171, 696, 198 ], [ 700, 171, 738, 198 ], [ 810, 170, 900, 197 ], [ 203, 197, 212, 220 ], [ 346, 197, 355, 220 ], [ 472, 197, 481, 220 ], [ 611, 197, 620, 220 ], [ 733, 197, 742, 220 ], [ 826, 194, 845, 221 ], [ 849, 194, 876, 221 ], [ 880, 194, 908, 221 ], [ 203, 221, 212, 244 ], [ 346, 221, 355, 244 ], [ 472, 221, 481, 244 ], [ 611, 221, 620, 244 ], [ 733, 221, 742, 244 ], [ 826, 219, 854, 245 ], [ 858, 219, 884, 245 ], [ 888, 219, 917, 245 ], [ 203, 245, 212, 268 ], [ 346, 245, 355, 268 ], [ 472, 245, 481, 268 ], [ 611, 245, 620, 268 ], [ 733, 245, 742, 268 ], [ 826, 243, 854, 270 ], [ 858, 243, 885, 270 ], [ 889, 243, 928, 270 ], [ 203, 270, 212, 292 ], [ 346, 270, 355, 292 ], [ 472, 270, 481, 292 ], [ 611, 270, 620, 292 ], [ 733, 270, 742, 292 ], [ 826, 267, 865, 294 ], [ 62, 304, 126, 335 ], [ 160, 304, 232, 335 ], [ 295, 304, 366, 335 ], [ 421, 304, 524, 335 ], [ 565, 304, 640, 335 ], [ 713, 304, 765, 335 ], [ 846, 304, 922, 335 ], [ 140, 335, 152, 371 ], [ 140, 367, 152, 403 ], [ 157, 367, 199, 403 ], [ 265, 335, 277, 371 ], [ 265, 367, 277, 403 ], [ 282, 367, 333, 403 ], [ 409, 335, 420, 371 ], [ 409, 367, 420, 403 ], [ 426, 367, 476, 403 ], [ 550, 335, 561, 371 ], [ 550, 367, 561, 403 ], [ 566, 367, 617, 403 ], [ 669, 335, 680, 371 ], [ 669, 367, 713, 403 ], [ 718, 367, 790, 403 ], [ 822, 335, 833, 371 ], [ 822, 367, 833, 403 ], [ 839, 367, 887, 403 ], [ 61, 449, 72, 485 ], [ 140, 449, 152, 485 ], [ 140, 481, 152, 517 ], [ 157, 481, 199, 517 ], [ 265, 449, 277, 485 ], [ 265, 481, 277, 517 ], [ 282, 481, 333, 517 ], [ 265, 513, 355, 549 ], [ 409, 449, 420, 485 ], [ 409, 481, 420, 517 ], [ 426, 481, 468, 517 ], [ 550, 449, 561, 485 ], [ 550, 481, 561, 517 ], [ 566, 481, 617, 517 ], [ 550, 513, 639, 549 ], [ 669, 449, 691, 485 ], [ 669, 481, 713, 517 ], [ 718, 481, 790, 517 ], [ 822, 449, 845, 485 ], [ 822, 481, 833, 517 ], [ 839, 481, 887, 517 ], [ 61, 550, 83, 586 ], [ 140, 550, 163, 586 ], [ 140, 582, 152, 618 ], [ 265, 550, 288, 586 ], [ 265, 582, 277, 618 ], [ 282, 582, 333, 618 ], [ 265, 614, 355, 650 ], [ 409, 550, 432, 586 ], [ 409, 582, 420, 618 ], [ 426, 582, 476, 618 ], [ 550, 550, 572, 586 ], [ 550, 582, 561, 618 ], [ 566, 582, 617, 618 ], [ 550, 614, 639, 650 ], [ 669, 550, 691, 586 ], [ 669, 579, 713, 615 ], [ 718, 579, 790, 615 ], [ 822, 550, 845, 586 ], [ 822, 582, 833, 618 ], [ 839, 582, 887, 618 ], [ 61, 652, 83, 688 ], [ 61, 721, 109, 744 ], [ 61, 751, 86, 773 ], [ 140, 652, 163, 688 ], [ 140, 684, 152, 720 ], [ 157, 684, 208, 720 ], [ 265, 652, 288, 688 ], [ 265, 684, 277, 720 ], [ 282, 684, 333, 720 ], [ 265, 716, 355, 752 ], [ 409, 652, 432, 688 ], [ 409, 684, 420, 720 ], [ 426, 684, 476, 720 ], [ 550, 652, 572, 688 ], [ 550, 684, 561, 720 ], [ 566, 684, 617, 720 ], [ 550, 716, 639, 752 ], [ 669, 652, 691, 688 ], [ 669, 684, 713, 720 ], [ 718, 684, 790, 720 ], [ 822, 652, 845, 688 ], [ 822, 684, 833, 720 ], [ 61, 771, 83, 806 ], [ 140, 771, 163, 807 ], [ 140, 803, 152, 839 ], [ 157, 803, 208, 839 ], [ 265, 771, 288, 807 ], [ 265, 803, 277, 839 ], [ 282, 803, 333, 839 ], [ 265, 835, 355, 871 ], [ 409, 771, 432, 807 ], [ 409, 803, 420, 839 ], [ 426, 803, 476, 839 ], [ 550, 771, 572, 807 ], [ 550, 803, 561, 839 ], [ 566, 803, 617, 839 ], [ 550, 835, 639, 871 ], [ 669, 771, 680, 807 ], [ 686, 771, 724, 807 ], [ 669, 803, 713, 839 ], [ 718, 803, 790, 839 ], [ 822, 771, 833, 806 ], [ 822, 803, 833, 839 ] ]
7 HPSM 3811 Motor Skills #1 Su’ 14 F’14 [Additional assessment that Striking addresses SPA fitness HPSM 3821 Motor Skills #2 standards Kicking (optional)] / HPSM 3831 Motor Skills #3 Fitness Throwing Assessment HPSM 3841 Fitness F’15 S’16 Assessment & Exercise Prescription I HPSM 3851 Fitness S’16 F’16 Assessment & Exercise Prescription II HPSM 4413 Research, S’16 F’16 Measurement, & Evaluation Each candidate is required to maintain Teacher Education Portfolio which is assessed at check points throughout the program. PORTFOLIO CHECKLIST BY CONCEPTUAL FRAMEWORK Faculty Course Section Artifact 5 4 3 2 1 Point Introduction 1 Intro Introduction A. *Title page-name, major 1 Intro Introduction B. *Table of contents 1 Intro Introduction C. *Individual Educational Plan to Teaching – 1 Intro Introduction E. *Autobiography 1 Intro Introduction F. *Resume Caring 2 Methods Caring A. * Lesson plans illustrating ability to plan for individual differences -Methods 2 Methods Caring B. * Unit plan(s); interdisciplinary when appropriate - Methods 2 Ed Psyc Caring C. * Development paper - Educational Psychology 3 Strategies Caring D. * Diversity - Classroom Strategies 2 Technology Caring E. * Technological artifacts -
7 [Additional assessment that addresses SPA standards (optional)] Fitness Assessment fitness / HPSM 3811 Motor Skills #1 Striking HPSM 3821 Motor Skills #2 Kicking HPSM 3831 Motor Skills #3 Throwing Su’ 14 F’14 HPSM 3841 Fitness Assessment & Exercise Prescription I F’15 S’16 HPSM 3851 Fitness Assessment & Exercise Prescription II S’16 F’16 HPSM 4413 Research, Measurement, & Evaluation S’16 F’16 Each candidate is required to maintain Teacher Education Portfolio which is assessed at check points throughout the program. PORTFOLIO CHECKLIST BY CONCEPTUAL FRAMEWORK Point Faculty Course Section Artifact 5 4 3 2 1 Introduction 1 Intro Introduction A. *Title page-name, major 1 Intro Introduction B. *Table of contents 1 Intro Introduction C. *Individual Educational Plan – to Teaching 1 Intro Introduction E. *Autobiography 1 Intro Introduction F. *Resume Caring 2 Methods Caring A. * Lesson plans illustrating ability to plan for individual differences -Methods 2 Methods Caring B. * Unit plan(s); interdisciplinary when appropriate - Methods 2 Ed Psyc Caring C. * Development paper - Educational Psychology 3 Strategies Caring D. * Diversity - Classroom Strategies 2 Technology Caring E. * Technological artifacts -
0.792462
[ 0, 9, 10, 11, 13, 14, 21, 23, 30, 32, 15, 24, 1, 2, 3, 4, 5, 12, 16, 17, 18, 19, 20, 22, 25, 26, 27, 28, 29, 31, 6, 7, 8, 33, 34, 35, 38, 39, 40, 41, 42, 36, 37, 43, 44, 45, 48, 49, 50, 51, 52, 46, 47, 53, 54, 55, 58, 59, 60, 56, 57, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 93, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 118, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184 ]
Off-site_BOE_Report__6-25-15__FINAL_Response_091515.docx
task-1605-353
6
[ [ 115, 159, 125, 179 ], [ 372, 159, 428, 179 ], [ 433, 159, 472, 179 ], [ 477, 159, 527, 179 ], [ 532, 159, 576, 179 ], [ 581, 159, 601, 179 ], [ 655, 159, 683, 177 ], [ 688, 159, 708, 179 ], [ 779, 159, 818, 179 ], [ 134, 160, 225, 178 ], [ 134, 177, 221, 196 ], [ 226, 177, 257, 196 ], [ 372, 177, 438, 196 ], [ 134, 194, 211, 213 ], [ 216, 194, 250, 213 ], [ 295, 194, 347, 214 ], [ 372, 194, 428, 214 ], [ 433, 194, 472, 214 ], [ 477, 194, 527, 214 ], [ 532, 194, 576, 214 ], [ 581, 194, 601, 214 ], [ 134, 212, 212, 230 ], [ 372, 212, 435, 231 ], [ 134, 228, 219, 248 ], [ 340, 229, 346, 249 ], [ 372, 229, 428, 249 ], [ 433, 229, 472, 249 ], [ 477, 229, 527, 249 ], [ 532, 229, 576, 249 ], [ 581, 229, 601, 249 ], [ 134, 246, 193, 266 ], [ 372, 246, 452, 266 ], [ 134, 264, 227, 283 ], [ 372, 282, 428, 301 ], [ 433, 282, 472, 301 ], [ 477, 282, 535, 301 ], [ 662, 282, 701, 301 ], [ 780, 282, 817, 301 ], [ 372, 299, 465, 319 ], [ 470, 299, 485, 319 ], [ 490, 299, 559, 319 ], [ 372, 317, 471, 336 ], [ 476, 317, 484, 336 ], [ 372, 335, 428, 354 ], [ 433, 335, 472, 354 ], [ 477, 335, 535, 354 ], [ 663, 335, 700, 354 ], [ 779, 335, 818, 354 ], [ 372, 352, 465, 372 ], [ 470, 352, 485, 372 ], [ 490, 352, 559, 372 ], [ 372, 370, 471, 389 ], [ 476, 370, 491, 389 ], [ 372, 388, 428, 407 ], [ 433, 388, 472, 407 ], [ 477, 388, 557, 407 ], [ 663, 388, 700, 407 ], [ 779, 388, 818, 407 ], [ 372, 405, 488, 425 ], [ 493, 405, 508, 425 ], [ 513, 405, 602, 425 ], [ 115, 441, 157, 460 ], [ 162, 441, 241, 460 ], [ 245, 441, 258, 460 ], [ 263, 441, 332, 460 ], [ 337, 441, 352, 460 ], [ 357, 441, 430, 460 ], [ 473, 441, 540, 460 ], [ 545, 441, 629, 460 ], [ 633, 441, 705, 460 ], [ 710, 441, 759, 460 ], [ 764, 441, 777, 460 ], [ 782, 441, 849, 460 ], [ 854, 441, 870, 460 ], [ 115, 458, 162, 478 ], [ 166, 458, 215, 478 ], [ 220, 458, 312, 478 ], [ 317, 458, 342, 478 ], [ 347, 458, 421, 478 ], [ 115, 493, 227, 512 ], [ 232, 493, 342, 512 ], [ 347, 493, 372, 512 ], [ 377, 493, 507, 512 ], [ 512, 493, 639, 512 ], [ 178, 528, 240, 548 ], [ 257, 528, 315, 548 ], [ 374, 528, 434, 548 ], [ 490, 528, 552, 548 ], [ 741, 528, 750, 548 ], [ 774, 528, 783, 548 ], [ 807, 528, 816, 548 ], [ 840, 528, 849, 548 ], [ 873, 528, 882, 548 ], [ 115, 546, 158, 565 ], [ 490, 564, 588, 583 ], [ 115, 583, 125, 601 ], [ 257, 583, 297, 601 ], [ 374, 583, 472, 601 ], [ 490, 583, 507, 601 ], [ 512, 583, 557, 601 ], [ 562, 583, 654, 601 ], [ 659, 583, 706, 601 ], [ 115, 602, 125, 620 ], [ 257, 602, 297, 620 ], [ 374, 602, 472, 620 ], [ 490, 602, 507, 620 ], [ 512, 602, 566, 620 ], [ 571, 602, 586, 620 ], [ 591, 602, 656, 620 ], [ 115, 621, 125, 639 ], [ 257, 621, 297, 639 ], [ 374, 621, 472, 639 ], [ 490, 621, 508, 639 ], [ 513, 621, 603, 639 ], [ 608, 621, 704, 639 ], [ 490, 638, 527, 656 ], [ 591, 638, 606, 656 ], [ 611, 638, 684, 656 ], [ 532, 639, 542, 656 ], [ 115, 656, 125, 675 ], [ 257, 656, 297, 675 ], [ 374, 656, 472, 675 ], [ 490, 656, 507, 675 ], [ 512, 656, 639, 675 ], [ 115, 675, 125, 693 ], [ 257, 675, 297, 693 ], [ 374, 675, 472, 693 ], [ 490, 675, 507, 693 ], [ 512, 675, 582, 693 ], [ 490, 693, 546, 713 ], [ 115, 712, 125, 731 ], [ 257, 712, 325, 731 ], [ 374, 712, 430, 731 ], [ 490, 712, 507, 731 ], [ 512, 712, 521, 731 ], [ 526, 712, 581, 731 ], [ 586, 712, 628, 731 ], [ 633, 712, 720, 731 ], [ 490, 730, 540, 748 ], [ 545, 730, 560, 748 ], [ 565, 730, 600, 748 ], [ 605, 730, 627, 748 ], [ 632, 730, 712, 748 ], [ 490, 747, 576, 766 ], [ 581, 747, 655, 766 ], [ 115, 765, 125, 784 ], [ 257, 765, 325, 784 ], [ 374, 765, 430, 784 ], [ 490, 765, 507, 784 ], [ 512, 765, 521, 784 ], [ 526, 765, 561, 784 ], [ 566, 765, 628, 784 ], [ 490, 783, 620, 801 ], [ 625, 783, 667, 801 ], [ 490, 800, 583, 819 ], [ 588, 800, 595, 819 ], [ 600, 800, 667, 819 ], [ 115, 818, 125, 837 ], [ 257, 818, 279, 837 ], [ 284, 818, 321, 837 ], [ 374, 818, 430, 837 ], [ 490, 818, 508, 837 ], [ 513, 818, 522, 837 ], [ 527, 818, 631, 837 ], [ 636, 818, 681, 837 ], [ 686, 818, 693, 837 ], [ 490, 836, 586, 854 ], [ 590, 836, 681, 854 ], [ 115, 854, 125, 872 ], [ 257, 854, 336, 872 ], [ 374, 854, 430, 872 ], [ 490, 854, 509, 872 ], [ 514, 854, 524, 872 ], [ 528, 854, 600, 872 ], [ 644, 854, 650, 872 ], [ 490, 871, 575, 890 ], [ 580, 871, 658, 890 ], [ 115, 889, 125, 908 ], [ 257, 889, 349, 908 ], [ 374, 889, 430, 908 ], [ 490, 889, 507, 908 ], [ 512, 889, 521, 908 ], [ 526, 889, 638, 908 ], [ 643, 889, 709, 908 ], [ 713, 889, 720, 908 ] ]
[ [ 115, 159, 125, 179 ], [ 134, 160, 225, 178 ], [ 134, 177, 221, 196 ], [ 226, 177, 257, 196 ], [ 134, 194, 211, 213 ], [ 216, 194, 250, 213 ], [ 134, 212, 212, 230 ], [ 134, 228, 219, 248 ], [ 134, 246, 193, 266 ], [ 134, 264, 227, 283 ], [ 295, 194, 347, 214 ], [ 340, 229, 346, 249 ], [ 372, 159, 428, 179 ], [ 433, 159, 472, 179 ], [ 477, 159, 527, 179 ], [ 532, 159, 576, 179 ], [ 581, 159, 601, 179 ], [ 372, 177, 438, 196 ], [ 372, 194, 428, 214 ], [ 433, 194, 472, 214 ], [ 477, 194, 527, 214 ], [ 532, 194, 576, 214 ], [ 581, 194, 601, 214 ], [ 372, 212, 435, 231 ], [ 372, 229, 428, 249 ], [ 433, 229, 472, 249 ], [ 477, 229, 527, 249 ], [ 532, 229, 576, 249 ], [ 581, 229, 601, 249 ], [ 372, 246, 452, 266 ], [ 655, 159, 683, 177 ], [ 688, 159, 708, 179 ], [ 779, 159, 818, 179 ], [ 372, 282, 428, 301 ], [ 433, 282, 472, 301 ], [ 477, 282, 535, 301 ], [ 372, 299, 465, 319 ], [ 470, 299, 485, 319 ], [ 490, 299, 559, 319 ], [ 372, 317, 471, 336 ], [ 476, 317, 484, 336 ], [ 662, 282, 701, 301 ], [ 780, 282, 817, 301 ], [ 372, 335, 428, 354 ], [ 433, 335, 472, 354 ], [ 477, 335, 535, 354 ], [ 372, 352, 465, 372 ], [ 470, 352, 485, 372 ], [ 490, 352, 559, 372 ], [ 372, 370, 471, 389 ], [ 476, 370, 491, 389 ], [ 663, 335, 700, 354 ], [ 779, 335, 818, 354 ], [ 372, 388, 428, 407 ], [ 433, 388, 472, 407 ], [ 477, 388, 557, 407 ], [ 372, 405, 488, 425 ], [ 493, 405, 508, 425 ], [ 513, 405, 602, 425 ], [ 663, 388, 700, 407 ], [ 779, 388, 818, 407 ], [ 115, 441, 157, 460 ], [ 162, 441, 241, 460 ], [ 245, 441, 258, 460 ], [ 263, 441, 332, 460 ], [ 337, 441, 352, 460 ], [ 357, 441, 430, 460 ], [ 473, 441, 540, 460 ], [ 545, 441, 629, 460 ], [ 633, 441, 705, 460 ], [ 710, 441, 759, 460 ], [ 764, 441, 777, 460 ], [ 782, 441, 849, 460 ], [ 854, 441, 870, 460 ], [ 115, 458, 162, 478 ], [ 166, 458, 215, 478 ], [ 220, 458, 312, 478 ], [ 317, 458, 342, 478 ], [ 347, 458, 421, 478 ], [ 115, 493, 227, 512 ], [ 232, 493, 342, 512 ], [ 347, 493, 372, 512 ], [ 377, 493, 507, 512 ], [ 512, 493, 639, 512 ], [ 115, 546, 158, 565 ], [ 178, 528, 240, 548 ], [ 257, 528, 315, 548 ], [ 374, 528, 434, 548 ], [ 490, 528, 552, 548 ], [ 741, 528, 750, 548 ], [ 774, 528, 783, 548 ], [ 807, 528, 816, 548 ], [ 840, 528, 849, 548 ], [ 873, 528, 882, 548 ], [ 490, 564, 588, 583 ], [ 115, 583, 125, 601 ], [ 257, 583, 297, 601 ], [ 374, 583, 472, 601 ], [ 490, 583, 507, 601 ], [ 512, 583, 557, 601 ], [ 562, 583, 654, 601 ], [ 659, 583, 706, 601 ], [ 115, 602, 125, 620 ], [ 257, 602, 297, 620 ], [ 374, 602, 472, 620 ], [ 490, 602, 507, 620 ], [ 512, 602, 566, 620 ], [ 571, 602, 586, 620 ], [ 591, 602, 656, 620 ], [ 115, 621, 125, 639 ], [ 257, 621, 297, 639 ], [ 374, 621, 472, 639 ], [ 490, 621, 508, 639 ], [ 513, 621, 603, 639 ], [ 608, 621, 704, 639 ], [ 490, 638, 527, 656 ], [ 532, 639, 542, 656 ], [ 591, 638, 606, 656 ], [ 611, 638, 684, 656 ], [ 115, 656, 125, 675 ], [ 257, 656, 297, 675 ], [ 374, 656, 472, 675 ], [ 490, 656, 507, 675 ], [ 512, 656, 639, 675 ], [ 115, 675, 125, 693 ], [ 257, 675, 297, 693 ], [ 374, 675, 472, 693 ], [ 490, 675, 507, 693 ], [ 512, 675, 582, 693 ], [ 490, 693, 546, 713 ], [ 115, 712, 125, 731 ], [ 257, 712, 325, 731 ], [ 374, 712, 430, 731 ], [ 490, 712, 507, 731 ], [ 512, 712, 521, 731 ], [ 526, 712, 581, 731 ], [ 586, 712, 628, 731 ], [ 633, 712, 720, 731 ], [ 490, 730, 540, 748 ], [ 545, 730, 560, 748 ], [ 565, 730, 600, 748 ], [ 605, 730, 627, 748 ], [ 632, 730, 712, 748 ], [ 490, 747, 576, 766 ], [ 581, 747, 655, 766 ], [ 115, 765, 125, 784 ], [ 257, 765, 325, 784 ], [ 374, 765, 430, 784 ], [ 490, 765, 507, 784 ], [ 512, 765, 521, 784 ], [ 526, 765, 561, 784 ], [ 566, 765, 628, 784 ], [ 490, 783, 620, 801 ], [ 625, 783, 667, 801 ], [ 490, 800, 583, 819 ], [ 588, 800, 595, 819 ], [ 600, 800, 667, 819 ], [ 115, 818, 125, 837 ], [ 257, 818, 279, 837 ], [ 284, 818, 321, 837 ], [ 374, 818, 430, 837 ], [ 490, 818, 508, 837 ], [ 513, 818, 522, 837 ], [ 527, 818, 631, 837 ], [ 636, 818, 681, 837 ], [ 686, 818, 693, 837 ], [ 490, 836, 586, 854 ], [ 590, 836, 681, 854 ], [ 115, 854, 125, 872 ], [ 257, 854, 336, 872 ], [ 374, 854, 430, 872 ], [ 490, 854, 509, 872 ], [ 514, 854, 524, 872 ], [ 528, 854, 600, 872 ], [ 644, 854, 650, 872 ], [ 490, 871, 575, 890 ], [ 580, 871, 658, 890 ], [ 115, 889, 125, 908 ], [ 257, 889, 349, 908 ], [ 374, 889, 430, 908 ], [ 490, 889, 507, 908 ], [ 512, 889, 521, 908 ], [ 526, 889, 638, 908 ], [ 643, 889, 709, 908 ], [ 713, 889, 720, 908 ] ]
Where ICT is a web page, it shall satisfy WCAG 2.0 Success Criterion 2.2.2 Pause, Stop, Hide: For moving, blinking, scrolling, or auto-updating information, all of the following are true: Moving, blinking, scrolling: For any moving, blinking or scrolling information that (1) starts automatically, (2) lasts more than five seconds, and (3) is presented in parallel with other content, there is a mechanism for the user to pause, stop, or hide it unless the movement, blinking, or scrolling is part of an activity where it is essential; and Auto-updating: For any auto-updating information that (1) starts automatically and (2) is presented in parallel with other content, there is a mechanism for the user to pause, stop, or hide it or to control the frequency of the update unless the auto-updating is part of an activity where it is essential. 9.2.19 Three flashes or below threshold Supported Where ICT is a web page, it shall satisfy WCAG 2.0 Success Criterion 2.3.1 Three Flashes or Below Threshold: Web pages do not contain anything that flashes more than three times in any one second period, or the flash is below the general flash and red flash thresholds. 9.2.20 Bypass blocks Supported Where ICT is a web page, it shall satisfy WCAG 2.0 Success Criterion 2.4.1 Bypass Blocks: A mechanism is available to bypass blocks of content that are repeated on multiple Web pages. 9.2.21 Page titled Supported Where ICT is a web page, it shall satisfy WCAG 2.0 Success Criterion 2.4.2 Page Titled: Web have titles that describe topic or purpose. 9.2.22 Focus Order Supported With - Focus order is incorrect Exceptions for the button to close Where ICT is a web page, it shall satisfy WCAG 2.0 Success "More options." Criterion 2.4.3 Focus Order: - Focus order goes to If a Web page can be navigated sequentially and the background when navigation sequences affect meaning or operation, navigating in the focusable components receive focus in an order that "Change your profile preserves meaning and operability. photo" and "Choose a cover photo" dialog boxes.
Where ICT is a web page, it shall satisfy WCAG 2.0 Success Criterion 2.2.2 Pause, Stop, Hide: For moving, blinking, scrolling, or auto-updating information, all of the following are true: Moving, blinking, scrolling: For any moving, blinking or scrolling information that (1) starts automatically, (2) lasts more than five seconds, and (3) is presented in parallel with other content, there is a mechanism for the user to pause, stop, or hide it unless the movement, blinking, or scrolling is part of an activity where it is essential; and Auto-updating: For any auto-updating information that (1) starts automatically and (2) is presented in parallel with other content, there is a mechanism for the user to pause, stop, or hide it or to control the frequency of the update unless the auto-updating is part of an activity where it is essential. 9.2.19 Three flashes or below threshold Where ICT is a web page, it shall satisfy WCAG 2.0 Success Criterion 2.3.1 Three Flashes or Below Threshold: Web pages do not contain anything that flashes more than three times in any one second period, or the flash is below the general flash and red flash thresholds. Supported 9.2.20 Bypass blocks Where ICT is a web page, it shall satisfy WCAG 2.0 Success Criterion 2.4.1 Bypass Blocks: A mechanism is available to bypass blocks of content that are repeated on multiple Web pages. Supported 9.2.21 Page titled Where ICT is a web page, it shall satisfy WCAG 2.0 Success Criterion 2.4.2 Page Titled: Web have titles that describe topic or purpose. Supported 9.2.22 Focus Order Where ICT is a web page, it shall satisfy WCAG 2.0 Success Criterion 2.4.3 Focus Order: If a Web page can be navigated sequentially and the navigation sequences affect meaning or operation, focusable components receive focus in an order that preserves meaning and operability. Supported With Exceptions - Focus order is incorrect for the button to close "More options." - Focus order goes to background when navigating in the "Change your profile photo" and "Choose a cover photo" dialog boxes.
0.897601
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 145, 194, 195, 196, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 197, 230, 231, 232, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 233, 258, 259, 260, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 288, 289, 290, 291, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 309, 310, 311, 312, 313, 314, 318, 319, 320, 321, 322, 323, 324, 325, 329, 330, 331, 332, 261, 262, 268, 263, 264, 265, 266, 267, 269, 270, 271, 272, 273, 286, 287, 292, 293, 294, 295, 296, 307, 308, 315, 316, 317, 326, 327, 328, 333, 334, 335, 336, 337, 338, 339, 340 ]
Office%20Delve.Web.EN_091917.DOCX
task-1605-714
5
[ [ 103, 92, 155, 111 ], [ 160, 92, 185, 111 ], [ 190, 92, 202, 111 ], [ 207, 92, 216, 111 ], [ 221, 92, 254, 111 ], [ 259, 92, 302, 111 ], [ 307, 92, 318, 111 ], [ 322, 92, 358, 111 ], [ 363, 92, 412, 111 ], [ 417, 92, 469, 111 ], [ 474, 92, 497, 111 ], [ 502, 92, 563, 111 ], [ 103, 110, 171, 129 ], [ 176, 110, 213, 129 ], [ 218, 110, 268, 129 ], [ 273, 110, 314, 129 ], [ 319, 110, 359, 129 ], [ 103, 134, 128, 153 ], [ 133, 134, 197, 153 ], [ 202, 134, 269, 153 ], [ 274, 134, 344, 153 ], [ 349, 134, 366, 153 ], [ 371, 134, 485, 153 ], [ 103, 152, 199, 171 ], [ 204, 152, 222, 171 ], [ 227, 152, 243, 171 ], [ 248, 152, 274, 171 ], [ 279, 152, 352, 171 ], [ 357, 152, 382, 171 ], [ 386, 152, 422, 171 ], [ 103, 176, 167, 195 ], [ 172, 176, 239, 195 ], [ 244, 176, 314, 195 ], [ 319, 176, 345, 195 ], [ 350, 176, 378, 195 ], [ 383, 176, 446, 195 ], [ 451, 176, 515, 195 ], [ 519, 176, 536, 195 ], [ 103, 194, 169, 213 ], [ 174, 194, 267, 213 ], [ 272, 194, 303, 213 ], [ 308, 194, 329, 213 ], [ 333, 194, 376, 213 ], [ 381, 194, 491, 213 ], [ 496, 194, 516, 213 ], [ 521, 194, 556, 213 ], [ 103, 213, 144, 232 ], [ 149, 213, 185, 232 ], [ 190, 213, 218, 232 ], [ 223, 213, 291, 232 ], [ 296, 213, 325, 232 ], [ 330, 213, 351, 232 ], [ 356, 213, 368, 232 ], [ 373, 213, 452, 232 ], [ 457, 213, 471, 232 ], [ 476, 213, 534, 232 ], [ 103, 231, 136, 250 ], [ 141, 231, 184, 250 ], [ 189, 231, 253, 250 ], [ 258, 231, 299, 250 ], [ 304, 231, 316, 250 ], [ 321, 231, 330, 250 ], [ 335, 231, 425, 250 ], [ 430, 231, 452, 250 ], [ 457, 231, 483, 250 ], [ 488, 231, 521, 250 ], [ 526, 231, 543, 250 ], [ 103, 250, 154, 269 ], [ 158, 250, 197, 269 ], [ 202, 250, 219, 269 ], [ 224, 250, 258, 269 ], [ 263, 250, 273, 269 ], [ 278, 250, 328, 269 ], [ 333, 250, 358, 269 ], [ 363, 250, 452, 269 ], [ 457, 250, 524, 269 ], [ 529, 250, 546, 269 ], [ 103, 268, 169, 287 ], [ 174, 268, 186, 287 ], [ 191, 268, 223, 287 ], [ 228, 268, 244, 287 ], [ 249, 268, 268, 287 ], [ 273, 268, 329, 287 ], [ 334, 268, 382, 287 ], [ 387, 268, 397, 287 ], [ 402, 268, 414, 287 ], [ 419, 268, 491, 287 ], [ 496, 268, 526, 287 ], [ 103, 292, 224, 311 ], [ 229, 292, 254, 311 ], [ 259, 292, 287, 311 ], [ 292, 292, 407, 311 ], [ 412, 292, 504, 311 ], [ 509, 292, 540, 311 ], [ 545, 292, 566, 311 ], [ 103, 310, 146, 329 ], [ 151, 310, 256, 329 ], [ 261, 310, 291, 329 ], [ 296, 310, 316, 329 ], [ 321, 310, 333, 329 ], [ 338, 310, 418, 329 ], [ 422, 310, 437, 329 ], [ 442, 310, 499, 329 ], [ 504, 310, 538, 329 ], [ 103, 329, 145, 348 ], [ 150, 329, 215, 348 ], [ 220, 329, 261, 348 ], [ 266, 329, 278, 348 ], [ 283, 329, 292, 348 ], [ 297, 329, 387, 348 ], [ 392, 329, 414, 348 ], [ 419, 329, 444, 348 ], [ 449, 329, 483, 348 ], [ 488, 329, 504, 348 ], [ 509, 329, 560, 348 ], [ 103, 347, 142, 366 ], [ 146, 347, 163, 366 ], [ 168, 347, 203, 366 ], [ 207, 347, 218, 366 ], [ 223, 347, 240, 366 ], [ 244, 347, 261, 366 ], [ 266, 347, 322, 366 ], [ 327, 347, 353, 366 ], [ 357, 347, 436, 366 ], [ 441, 347, 457, 366 ], [ 462, 347, 487, 366 ], [ 492, 347, 548, 366 ], [ 103, 365, 152, 385 ], [ 157, 365, 183, 385 ], [ 188, 365, 302, 385 ], [ 307, 365, 319, 385 ], [ 324, 365, 356, 385 ], [ 361, 365, 377, 385 ], [ 382, 365, 401, 385 ], [ 406, 365, 462, 385 ], [ 467, 365, 515, 385 ], [ 520, 365, 530, 385 ], [ 535, 365, 547, 385 ], [ 103, 384, 175, 403 ], [ 103, 410, 154, 430 ], [ 159, 410, 207, 430 ], [ 212, 410, 270, 430 ], [ 275, 410, 293, 430 ], [ 298, 410, 349, 430 ], [ 354, 410, 434, 430 ], [ 591, 410, 675, 429 ], [ 103, 434, 155, 453 ], [ 160, 434, 185, 453 ], [ 190, 434, 202, 453 ], [ 207, 434, 216, 453 ], [ 221, 434, 254, 453 ], [ 259, 434, 302, 453 ], [ 307, 434, 317, 453 ], [ 322, 434, 358, 453 ], [ 363, 434, 412, 453 ], [ 417, 434, 469, 453 ], [ 474, 434, 497, 453 ], [ 502, 434, 563, 453 ], [ 103, 452, 171, 471 ], [ 176, 452, 213, 471 ], [ 218, 452, 262, 471 ], [ 267, 452, 324, 471 ], [ 329, 452, 346, 471 ], [ 351, 452, 398, 471 ], [ 403, 452, 486, 471 ], [ 103, 476, 140, 495 ], [ 144, 476, 192, 495 ], [ 197, 476, 218, 495 ], [ 223, 476, 249, 495 ], [ 254, 476, 313, 495 ], [ 318, 476, 387, 495 ], [ 392, 476, 423, 495 ], [ 428, 476, 482, 495 ], [ 487, 476, 529, 495 ], [ 534, 476, 569, 495 ], [ 103, 494, 144, 513 ], [ 149, 494, 192, 513 ], [ 197, 494, 211, 513 ], [ 216, 494, 244, 513 ], [ 249, 494, 279, 513 ], [ 284, 494, 341, 513 ], [ 345, 494, 401, 513 ], [ 406, 494, 423, 513 ], [ 427, 494, 453, 513 ], [ 458, 494, 495, 513 ], [ 500, 494, 512, 513 ], [ 517, 494, 564, 513 ], [ 103, 513, 128, 532 ], [ 133, 513, 193, 532 ], [ 197, 513, 234, 532 ], [ 239, 513, 269, 532 ], [ 274, 513, 300, 532 ], [ 305, 513, 342, 532 ], [ 347, 513, 433, 532 ], [ 103, 539, 154, 558 ], [ 159, 539, 217, 558 ], [ 222, 539, 275, 558 ], [ 591, 539, 675, 558 ], [ 103, 563, 155, 582 ], [ 160, 563, 185, 582 ], [ 190, 563, 202, 582 ], [ 207, 563, 216, 582 ], [ 221, 563, 254, 582 ], [ 259, 563, 302, 582 ], [ 307, 563, 317, 582 ], [ 322, 563, 358, 582 ], [ 363, 563, 412, 582 ], [ 417, 563, 469, 582 ], [ 474, 563, 497, 582 ], [ 502, 563, 563, 582 ], [ 103, 581, 171, 600 ], [ 176, 581, 213, 600 ], [ 218, 581, 272, 600 ], [ 277, 581, 331, 600 ], [ 103, 605, 114, 624 ], [ 119, 605, 209, 624 ], [ 214, 605, 226, 624 ], [ 231, 605, 300, 624 ], [ 305, 605, 322, 624 ], [ 327, 605, 381, 624 ], [ 386, 605, 436, 624 ], [ 441, 605, 457, 624 ], [ 462, 605, 522, 624 ], [ 527, 605, 559, 624 ], [ 103, 623, 128, 642 ], [ 132, 623, 203, 642 ], [ 208, 623, 229, 642 ], [ 234, 623, 298, 642 ], [ 303, 623, 340, 642 ], [ 345, 623, 396, 642 ], [ 103, 650, 154, 669 ], [ 159, 650, 200, 669 ], [ 205, 650, 250, 669 ], [ 591, 650, 675, 669 ], [ 103, 673, 155, 692 ], [ 160, 673, 185, 692 ], [ 190, 673, 202, 692 ], [ 207, 673, 216, 692 ], [ 221, 673, 254, 692 ], [ 259, 673, 302, 692 ], [ 307, 673, 317, 692 ], [ 322, 673, 358, 692 ], [ 363, 673, 412, 692 ], [ 417, 673, 469, 692 ], [ 474, 673, 497, 692 ], [ 502, 673, 563, 692 ], [ 103, 692, 171, 711 ], [ 176, 692, 213, 711 ], [ 218, 692, 257, 711 ], [ 262, 692, 310, 711 ], [ 103, 715, 140, 734 ], [ 180, 715, 217, 734 ], [ 222, 715, 260, 734 ], [ 264, 715, 296, 734 ], [ 301, 715, 367, 734 ], [ 372, 715, 412, 734 ], [ 417, 715, 433, 734 ], [ 438, 715, 507, 734 ], [ 103, 741, 154, 761 ], [ 159, 741, 207, 761 ], [ 211, 741, 260, 761 ], [ 591, 741, 675, 760 ], [ 679, 741, 717, 760 ], [ 758, 741, 765, 760 ], [ 770, 741, 815, 760 ], [ 820, 741, 863, 760 ], [ 868, 741, 880, 760 ], [ 885, 741, 954, 760 ], [ 591, 760, 675, 779 ], [ 758, 760, 780, 779 ], [ 785, 760, 810, 779 ], [ 815, 760, 869, 779 ], [ 874, 760, 890, 779 ], [ 895, 760, 935, 779 ], [ 103, 765, 155, 784 ], [ 160, 765, 185, 784 ], [ 190, 765, 202, 784 ], [ 207, 765, 216, 784 ], [ 221, 765, 254, 784 ], [ 259, 765, 302, 784 ], [ 307, 765, 317, 784 ], [ 322, 765, 358, 784 ], [ 363, 765, 412, 784 ], [ 417, 765, 469, 784 ], [ 474, 765, 497, 784 ], [ 502, 765, 563, 784 ], [ 758, 778, 807, 797 ], [ 812, 778, 883, 797 ], [ 103, 783, 171, 802 ], [ 176, 783, 213, 802 ], [ 218, 783, 263, 802 ], [ 268, 783, 318, 802 ], [ 758, 797, 765, 816 ], [ 770, 797, 815, 816 ], [ 820, 797, 863, 816 ], [ 868, 797, 906, 816 ], [ 911, 797, 927, 816 ], [ 103, 807, 113, 826 ], [ 118, 807, 127, 826 ], [ 132, 807, 169, 826 ], [ 174, 807, 213, 826 ], [ 218, 807, 246, 826 ], [ 251, 807, 271, 826 ], [ 276, 807, 354, 826 ], [ 359, 807, 453, 826 ], [ 458, 807, 487, 826 ], [ 492, 807, 518, 826 ], [ 758, 815, 853, 834 ], [ 858, 815, 900, 834 ], [ 103, 825, 186, 844 ], [ 191, 825, 273, 844 ], [ 278, 825, 322, 844 ], [ 327, 825, 396, 844 ], [ 401, 825, 418, 844 ], [ 423, 825, 504, 844 ], [ 758, 834, 841, 853 ], [ 846, 834, 860, 853 ], [ 865, 834, 891, 853 ], [ 103, 844, 178, 863 ], [ 183, 844, 282, 863 ], [ 287, 844, 343, 863 ], [ 347, 844, 390, 863 ], [ 395, 844, 409, 863 ], [ 414, 844, 433, 863 ], [ 438, 844, 481, 863 ], [ 486, 844, 517, 863 ], [ 758, 852, 825, 871 ], [ 830, 852, 866, 871 ], [ 871, 852, 922, 871 ], [ 103, 862, 178, 881 ], [ 183, 862, 252, 881 ], [ 257, 862, 287, 881 ], [ 292, 862, 380, 881 ], [ 758, 871, 812, 890 ], [ 817, 871, 847, 890 ], [ 852, 871, 918, 890 ], [ 923, 871, 933, 890 ], [ 758, 889, 801, 908 ], [ 806, 889, 860, 908 ], [ 865, 889, 915, 908 ], [ 758, 908, 808, 927 ] ]
[ [ 103, 92, 155, 111 ], [ 160, 92, 185, 111 ], [ 190, 92, 202, 111 ], [ 207, 92, 216, 111 ], [ 221, 92, 254, 111 ], [ 259, 92, 302, 111 ], [ 307, 92, 318, 111 ], [ 322, 92, 358, 111 ], [ 363, 92, 412, 111 ], [ 417, 92, 469, 111 ], [ 474, 92, 497, 111 ], [ 502, 92, 563, 111 ], [ 103, 110, 171, 129 ], [ 176, 110, 213, 129 ], [ 218, 110, 268, 129 ], [ 273, 110, 314, 129 ], [ 319, 110, 359, 129 ], [ 103, 134, 128, 153 ], [ 133, 134, 197, 153 ], [ 202, 134, 269, 153 ], [ 274, 134, 344, 153 ], [ 349, 134, 366, 153 ], [ 371, 134, 485, 153 ], [ 103, 152, 199, 171 ], [ 204, 152, 222, 171 ], [ 227, 152, 243, 171 ], [ 248, 152, 274, 171 ], [ 279, 152, 352, 171 ], [ 357, 152, 382, 171 ], [ 386, 152, 422, 171 ], [ 103, 176, 167, 195 ], [ 172, 176, 239, 195 ], [ 244, 176, 314, 195 ], [ 319, 176, 345, 195 ], [ 350, 176, 378, 195 ], [ 383, 176, 446, 195 ], [ 451, 176, 515, 195 ], [ 519, 176, 536, 195 ], [ 103, 194, 169, 213 ], [ 174, 194, 267, 213 ], [ 272, 194, 303, 213 ], [ 308, 194, 329, 213 ], [ 333, 194, 376, 213 ], [ 381, 194, 491, 213 ], [ 496, 194, 516, 213 ], [ 521, 194, 556, 213 ], [ 103, 213, 144, 232 ], [ 149, 213, 185, 232 ], [ 190, 213, 218, 232 ], [ 223, 213, 291, 232 ], [ 296, 213, 325, 232 ], [ 330, 213, 351, 232 ], [ 356, 213, 368, 232 ], [ 373, 213, 452, 232 ], [ 457, 213, 471, 232 ], [ 476, 213, 534, 232 ], [ 103, 231, 136, 250 ], [ 141, 231, 184, 250 ], [ 189, 231, 253, 250 ], [ 258, 231, 299, 250 ], [ 304, 231, 316, 250 ], [ 321, 231, 330, 250 ], [ 335, 231, 425, 250 ], [ 430, 231, 452, 250 ], [ 457, 231, 483, 250 ], [ 488, 231, 521, 250 ], [ 526, 231, 543, 250 ], [ 103, 250, 154, 269 ], [ 158, 250, 197, 269 ], [ 202, 250, 219, 269 ], [ 224, 250, 258, 269 ], [ 263, 250, 273, 269 ], [ 278, 250, 328, 269 ], [ 333, 250, 358, 269 ], [ 363, 250, 452, 269 ], [ 457, 250, 524, 269 ], [ 529, 250, 546, 269 ], [ 103, 268, 169, 287 ], [ 174, 268, 186, 287 ], [ 191, 268, 223, 287 ], [ 228, 268, 244, 287 ], [ 249, 268, 268, 287 ], [ 273, 268, 329, 287 ], [ 334, 268, 382, 287 ], [ 387, 268, 397, 287 ], [ 402, 268, 414, 287 ], [ 419, 268, 491, 287 ], [ 496, 268, 526, 287 ], [ 103, 292, 224, 311 ], [ 229, 292, 254, 311 ], [ 259, 292, 287, 311 ], [ 292, 292, 407, 311 ], [ 412, 292, 504, 311 ], [ 509, 292, 540, 311 ], [ 545, 292, 566, 311 ], [ 103, 310, 146, 329 ], [ 151, 310, 256, 329 ], [ 261, 310, 291, 329 ], [ 296, 310, 316, 329 ], [ 321, 310, 333, 329 ], [ 338, 310, 418, 329 ], [ 422, 310, 437, 329 ], [ 442, 310, 499, 329 ], [ 504, 310, 538, 329 ], [ 103, 329, 145, 348 ], [ 150, 329, 215, 348 ], [ 220, 329, 261, 348 ], [ 266, 329, 278, 348 ], [ 283, 329, 292, 348 ], [ 297, 329, 387, 348 ], [ 392, 329, 414, 348 ], [ 419, 329, 444, 348 ], [ 449, 329, 483, 348 ], [ 488, 329, 504, 348 ], [ 509, 329, 560, 348 ], [ 103, 347, 142, 366 ], [ 146, 347, 163, 366 ], [ 168, 347, 203, 366 ], [ 207, 347, 218, 366 ], [ 223, 347, 240, 366 ], [ 244, 347, 261, 366 ], [ 266, 347, 322, 366 ], [ 327, 347, 353, 366 ], [ 357, 347, 436, 366 ], [ 441, 347, 457, 366 ], [ 462, 347, 487, 366 ], [ 492, 347, 548, 366 ], [ 103, 365, 152, 385 ], [ 157, 365, 183, 385 ], [ 188, 365, 302, 385 ], [ 307, 365, 319, 385 ], [ 324, 365, 356, 385 ], [ 361, 365, 377, 385 ], [ 382, 365, 401, 385 ], [ 406, 365, 462, 385 ], [ 467, 365, 515, 385 ], [ 520, 365, 530, 385 ], [ 535, 365, 547, 385 ], [ 103, 384, 175, 403 ], [ 103, 410, 154, 430 ], [ 159, 410, 207, 430 ], [ 212, 410, 270, 430 ], [ 275, 410, 293, 430 ], [ 298, 410, 349, 430 ], [ 354, 410, 434, 430 ], [ 103, 434, 155, 453 ], [ 160, 434, 185, 453 ], [ 190, 434, 202, 453 ], [ 207, 434, 216, 453 ], [ 221, 434, 254, 453 ], [ 259, 434, 302, 453 ], [ 307, 434, 317, 453 ], [ 322, 434, 358, 453 ], [ 363, 434, 412, 453 ], [ 417, 434, 469, 453 ], [ 474, 434, 497, 453 ], [ 502, 434, 563, 453 ], [ 103, 452, 171, 471 ], [ 176, 452, 213, 471 ], [ 218, 452, 262, 471 ], [ 267, 452, 324, 471 ], [ 329, 452, 346, 471 ], [ 351, 452, 398, 471 ], [ 403, 452, 486, 471 ], [ 103, 476, 140, 495 ], [ 144, 476, 192, 495 ], [ 197, 476, 218, 495 ], [ 223, 476, 249, 495 ], [ 254, 476, 313, 495 ], [ 318, 476, 387, 495 ], [ 392, 476, 423, 495 ], [ 428, 476, 482, 495 ], [ 487, 476, 529, 495 ], [ 534, 476, 569, 495 ], [ 103, 494, 144, 513 ], [ 149, 494, 192, 513 ], [ 197, 494, 211, 513 ], [ 216, 494, 244, 513 ], [ 249, 494, 279, 513 ], [ 284, 494, 341, 513 ], [ 345, 494, 401, 513 ], [ 406, 494, 423, 513 ], [ 427, 494, 453, 513 ], [ 458, 494, 495, 513 ], [ 500, 494, 512, 513 ], [ 517, 494, 564, 513 ], [ 103, 513, 128, 532 ], [ 133, 513, 193, 532 ], [ 197, 513, 234, 532 ], [ 239, 513, 269, 532 ], [ 274, 513, 300, 532 ], [ 305, 513, 342, 532 ], [ 347, 513, 433, 532 ], [ 591, 410, 675, 429 ], [ 103, 539, 154, 558 ], [ 159, 539, 217, 558 ], [ 222, 539, 275, 558 ], [ 103, 563, 155, 582 ], [ 160, 563, 185, 582 ], [ 190, 563, 202, 582 ], [ 207, 563, 216, 582 ], [ 221, 563, 254, 582 ], [ 259, 563, 302, 582 ], [ 307, 563, 317, 582 ], [ 322, 563, 358, 582 ], [ 363, 563, 412, 582 ], [ 417, 563, 469, 582 ], [ 474, 563, 497, 582 ], [ 502, 563, 563, 582 ], [ 103, 581, 171, 600 ], [ 176, 581, 213, 600 ], [ 218, 581, 272, 600 ], [ 277, 581, 331, 600 ], [ 103, 605, 114, 624 ], [ 119, 605, 209, 624 ], [ 214, 605, 226, 624 ], [ 231, 605, 300, 624 ], [ 305, 605, 322, 624 ], [ 327, 605, 381, 624 ], [ 386, 605, 436, 624 ], [ 441, 605, 457, 624 ], [ 462, 605, 522, 624 ], [ 527, 605, 559, 624 ], [ 103, 623, 128, 642 ], [ 132, 623, 203, 642 ], [ 208, 623, 229, 642 ], [ 234, 623, 298, 642 ], [ 303, 623, 340, 642 ], [ 345, 623, 396, 642 ], [ 591, 539, 675, 558 ], [ 103, 650, 154, 669 ], [ 159, 650, 200, 669 ], [ 205, 650, 250, 669 ], [ 103, 673, 155, 692 ], [ 160, 673, 185, 692 ], [ 190, 673, 202, 692 ], [ 207, 673, 216, 692 ], [ 221, 673, 254, 692 ], [ 259, 673, 302, 692 ], [ 307, 673, 317, 692 ], [ 322, 673, 358, 692 ], [ 363, 673, 412, 692 ], [ 417, 673, 469, 692 ], [ 474, 673, 497, 692 ], [ 502, 673, 563, 692 ], [ 103, 692, 171, 711 ], [ 176, 692, 213, 711 ], [ 218, 692, 257, 711 ], [ 262, 692, 310, 711 ], [ 103, 715, 140, 734 ], [ 180, 715, 217, 734 ], [ 222, 715, 260, 734 ], [ 264, 715, 296, 734 ], [ 301, 715, 367, 734 ], [ 372, 715, 412, 734 ], [ 417, 715, 433, 734 ], [ 438, 715, 507, 734 ], [ 591, 650, 675, 669 ], [ 103, 741, 154, 761 ], [ 159, 741, 207, 761 ], [ 211, 741, 260, 761 ], [ 103, 765, 155, 784 ], [ 160, 765, 185, 784 ], [ 190, 765, 202, 784 ], [ 207, 765, 216, 784 ], [ 221, 765, 254, 784 ], [ 259, 765, 302, 784 ], [ 307, 765, 317, 784 ], [ 322, 765, 358, 784 ], [ 363, 765, 412, 784 ], [ 417, 765, 469, 784 ], [ 474, 765, 497, 784 ], [ 502, 765, 563, 784 ], [ 103, 783, 171, 802 ], [ 176, 783, 213, 802 ], [ 218, 783, 263, 802 ], [ 268, 783, 318, 802 ], [ 103, 807, 113, 826 ], [ 118, 807, 127, 826 ], [ 132, 807, 169, 826 ], [ 174, 807, 213, 826 ], [ 218, 807, 246, 826 ], [ 251, 807, 271, 826 ], [ 276, 807, 354, 826 ], [ 359, 807, 453, 826 ], [ 458, 807, 487, 826 ], [ 492, 807, 518, 826 ], [ 103, 825, 186, 844 ], [ 191, 825, 273, 844 ], [ 278, 825, 322, 844 ], [ 327, 825, 396, 844 ], [ 401, 825, 418, 844 ], [ 423, 825, 504, 844 ], [ 103, 844, 178, 863 ], [ 183, 844, 282, 863 ], [ 287, 844, 343, 863 ], [ 347, 844, 390, 863 ], [ 395, 844, 409, 863 ], [ 414, 844, 433, 863 ], [ 438, 844, 481, 863 ], [ 486, 844, 517, 863 ], [ 103, 862, 178, 881 ], [ 183, 862, 252, 881 ], [ 257, 862, 287, 881 ], [ 292, 862, 380, 881 ], [ 591, 741, 675, 760 ], [ 679, 741, 717, 760 ], [ 591, 760, 675, 779 ], [ 758, 741, 765, 760 ], [ 770, 741, 815, 760 ], [ 820, 741, 863, 760 ], [ 868, 741, 880, 760 ], [ 885, 741, 954, 760 ], [ 758, 760, 780, 779 ], [ 785, 760, 810, 779 ], [ 815, 760, 869, 779 ], [ 874, 760, 890, 779 ], [ 895, 760, 935, 779 ], [ 758, 778, 807, 797 ], [ 812, 778, 883, 797 ], [ 758, 797, 765, 816 ], [ 770, 797, 815, 816 ], [ 820, 797, 863, 816 ], [ 868, 797, 906, 816 ], [ 911, 797, 927, 816 ], [ 758, 815, 853, 834 ], [ 858, 815, 900, 834 ], [ 758, 834, 841, 853 ], [ 846, 834, 860, 853 ], [ 865, 834, 891, 853 ], [ 758, 852, 825, 871 ], [ 830, 852, 866, 871 ], [ 871, 852, 922, 871 ], [ 758, 871, 812, 890 ], [ 817, 871, 847, 890 ], [ 852, 871, 918, 890 ], [ 923, 871, 933, 890 ], [ 758, 889, 801, 908 ], [ 806, 889, 860, 908 ], [ 865, 889, 915, 908 ], [ 758, 908, 808, 927 ] ]
Tue /Thu 12:30 13:30 MR WONG U KEI – N8-3012 8822-4481 Wed 09:30 11:30 – Mon 14:00 17:00 PROF WU MEI JIUN, E33-3024 – 8822-8731 Fri 13:00 16:00 – PROF YEUNG SIU KWAI Mon 14:00 17:00 – E33-1011 8822-8715 Tue 11:30 12:30 – Tue 10:00 12:30 PROF YU SHULIN E33-3007 – 8822-4647 Wed 13:30 18:30 – PROF ZHANG JUAN E33-3006 Tue 13:00 17:00 8822-4104 – Faculty of Education Office Hours of Academic Staff for the 1st Semester of AY2018/2019 Name Room Office Hours Office Contact Mon 16:00 18:30 PROF ZHANG ZE XUN – 8822-8724 E33-2005 Thu 12:00 16:30 – MR ZHOU QUAN, E33-3005 Tue / Fri 10:00 12:30 8822-8774 – PROF ZHOU MING MING E33-3050a Mon / Thu 11:30 13:30 8822-4103 – PROF ZHOU YISU 8822-8722 E33-3022 Mon / Thu 10:00 12:00 – Updated on 31/08/2018
MR WONG U KEI N8-3012 Tue /Thu 12:30 – 13:30 8822-4481 Wed 09:30 – 11:30 PROF WU MEI JIUN, E33-3024 Mon 14:00 – 17:00 8822-8731 Fri 13:00 – 16:00 PROF YEUNG SIU KWAI E33-1011 Mon 14:00 – 17:00 8822-8715 Tue 11:30 – 12:30 PROF YU SHULIN E33-3007 Tue 10:00 – 12:30 8822-4647 Wed 13:30 – 18:30 PROF ZHANG JUAN E33-3006 Tue 13:00 – 17:00 8822-4104 Faculty of Education Office Hours of Academic Staff for the 1st Semester of AY2018/2019 Name Room Office Hours Office Contact PROF ZHANG ZE XUN E33-2005 Mon 16:00 – 18:30 8822-8724 Thu 12:00 – 16:30 MR ZHOU QUAN, E33-3005 Tue / Fri 10:00 – 12:30 8822-8774 PROF ZHOU MING MING E33-3050a Mon / Thu 11:30 – 13:30 8822-4103 PROF ZHOU YISU E33-3022 Mon / Thu 10:00 – 12:00 8822-8722 Updated on 31/08/2018
0.538182
[ 4, 5, 6, 7, 9, 0, 1, 2, 8, 3, 10, 11, 12, 14, 13, 18, 19, 20, 21, 22, 15, 16, 23, 17, 24, 25, 26, 28, 27, 29, 30, 31, 32, 37, 33, 34, 36, 35, 38, 39, 40, 42, 41, 46, 47, 48, 49, 43, 44, 50, 45, 51, 52, 53, 55, 54, 56, 57, 58, 59, 60, 61, 64, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 88, 89, 90, 91, 94, 85, 86, 92, 87, 93, 95, 96, 98, 97, 99, 100, 101, 102, 103, 104, 105, 106, 109, 107, 108, 110, 111, 112, 113, 114, 115, 116, 117, 118, 121, 119, 120, 122, 123, 124, 126, 127, 128, 129, 130, 132, 131, 125, 133, 134, 135 ]
Office%20Hours%2018-19_1.docx
task-1605-724
3
[ [ 445, 44, 476, 63 ], [ 481, 44, 519, 63 ], [ 617, 44, 663, 63 ], [ 683, 44, 729, 63 ], [ 44, 46, 76, 65 ], [ 81, 46, 143, 65 ], [ 148, 46, 163, 65 ], [ 168, 46, 202, 65 ], [ 668, 46, 678, 62 ], [ 329, 54, 401, 73 ], [ 837, 54, 924, 74 ], [ 463, 66, 501, 85 ], [ 617, 66, 663, 85 ], [ 683, 66, 729, 85 ], [ 668, 68, 678, 84 ], [ 465, 88, 503, 107 ], [ 617, 88, 663, 107 ], [ 683, 88, 729, 107 ], [ 44, 90, 95, 109 ], [ 100, 90, 133, 109 ], [ 138, 90, 175, 109 ], [ 180, 90, 229, 109 ], [ 325, 90, 405, 109 ], [ 668, 90, 678, 106 ], [ 837, 98, 924, 118 ], [ 472, 110, 496, 129 ], [ 617, 110, 663, 129 ], [ 683, 110, 729, 129 ], [ 668, 112, 678, 128 ], [ 44, 131, 95, 150 ], [ 100, 131, 170, 150 ], [ 175, 131, 208, 150 ], [ 213, 131, 268, 150 ], [ 465, 131, 503, 150 ], [ 617, 131, 663, 150 ], [ 683, 131, 729, 150 ], [ 668, 133, 678, 149 ], [ 325, 140, 405, 159 ], [ 837, 140, 924, 160 ], [ 468, 152, 499, 171 ], [ 617, 152, 663, 171 ], [ 683, 152, 729, 171 ], [ 668, 155, 678, 171 ], [ 468, 175, 499, 194 ], [ 617, 175, 663, 194 ], [ 683, 175, 729, 194 ], [ 44, 177, 95, 196 ], [ 100, 177, 129, 196 ], [ 134, 177, 208, 196 ], [ 325, 177, 405, 196 ], [ 668, 178, 678, 194 ], [ 837, 186, 924, 205 ], [ 465, 198, 503, 217 ], [ 617, 198, 663, 217 ], [ 683, 198, 729, 217 ], [ 668, 200, 678, 216 ], [ 44, 223, 95, 242 ], [ 100, 223, 170, 242 ], [ 175, 223, 227, 242 ], [ 325, 223, 405, 242 ], [ 468, 232, 499, 251 ], [ 617, 232, 663, 251 ], [ 683, 232, 729, 251 ], [ 837, 232, 924, 251 ], [ 668, 234, 678, 250 ], [ 394, 537, 470, 560 ], [ 476, 537, 496, 560 ], [ 501, 537, 605, 560 ], [ 157, 556, 218, 579 ], [ 224, 556, 287, 579 ], [ 293, 556, 312, 579 ], [ 318, 556, 417, 579 ], [ 423, 556, 471, 579 ], [ 477, 556, 507, 579 ], [ 513, 556, 545, 579 ], [ 550, 556, 579, 579 ], [ 585, 556, 676, 579 ], [ 682, 556, 702, 579 ], [ 708, 556, 842, 579 ], [ 147, 587, 198, 606 ], [ 343, 587, 395, 606 ], [ 553, 587, 606, 606 ], [ 611, 587, 665, 606 ], [ 818, 587, 870, 606 ], [ 875, 587, 944, 606 ], [ 465, 618, 503, 637 ], [ 617, 618, 663, 637 ], [ 683, 618, 729, 637 ], [ 44, 620, 95, 639 ], [ 100, 620, 170, 639 ], [ 175, 620, 200, 639 ], [ 205, 620, 249, 639 ], [ 668, 620, 678, 636 ], [ 837, 620, 924, 640 ], [ 325, 628, 405, 647 ], [ 466, 641, 499, 660 ], [ 617, 641, 663, 660 ], [ 683, 641, 729, 660 ], [ 668, 643, 678, 659 ], [ 44, 666, 76, 685 ], [ 81, 666, 137, 685 ], [ 142, 666, 205, 685 ], [ 325, 674, 405, 693 ], [ 449, 674, 480, 693 ], [ 485, 674, 491, 693 ], [ 496, 674, 519, 693 ], [ 617, 674, 663, 693 ], [ 683, 674, 729, 693 ], [ 837, 674, 925, 694 ], [ 668, 676, 678, 692 ], [ 45, 709, 95, 728 ], [ 100, 709, 156, 728 ], [ 161, 709, 215, 728 ], [ 220, 709, 274, 728 ], [ 321, 718, 409, 737 ], [ 445, 718, 483, 737 ], [ 488, 718, 494, 737 ], [ 499, 718, 531, 737 ], [ 617, 718, 663, 737 ], [ 683, 718, 729, 737 ], [ 837, 718, 924, 737 ], [ 668, 720, 678, 736 ], [ 44, 753, 95, 772 ], [ 100, 753, 156, 772 ], [ 161, 753, 208, 772 ], [ 837, 754, 924, 773 ], [ 325, 762, 405, 781 ], [ 445, 762, 483, 781 ], [ 488, 762, 494, 781 ], [ 499, 762, 531, 781 ], [ 617, 762, 663, 781 ], [ 683, 762, 729, 781 ], [ 668, 764, 678, 780 ], [ 44, 792, 118, 812 ], [ 123, 792, 144, 812 ], [ 150, 792, 241, 812 ] ]
[ [ 44, 46, 76, 65 ], [ 81, 46, 143, 65 ], [ 148, 46, 163, 65 ], [ 168, 46, 202, 65 ], [ 329, 54, 401, 73 ], [ 445, 44, 476, 63 ], [ 481, 44, 519, 63 ], [ 617, 44, 663, 63 ], [ 668, 46, 678, 62 ], [ 683, 44, 729, 63 ], [ 837, 54, 924, 74 ], [ 463, 66, 501, 85 ], [ 617, 66, 663, 85 ], [ 668, 68, 678, 84 ], [ 683, 66, 729, 85 ], [ 44, 90, 95, 109 ], [ 100, 90, 133, 109 ], [ 138, 90, 175, 109 ], [ 180, 90, 229, 109 ], [ 325, 90, 405, 109 ], [ 465, 88, 503, 107 ], [ 617, 88, 663, 107 ], [ 668, 90, 678, 106 ], [ 683, 88, 729, 107 ], [ 837, 98, 924, 118 ], [ 472, 110, 496, 129 ], [ 617, 110, 663, 129 ], [ 668, 112, 678, 128 ], [ 683, 110, 729, 129 ], [ 44, 131, 95, 150 ], [ 100, 131, 170, 150 ], [ 175, 131, 208, 150 ], [ 213, 131, 268, 150 ], [ 325, 140, 405, 159 ], [ 465, 131, 503, 150 ], [ 617, 131, 663, 150 ], [ 668, 133, 678, 149 ], [ 683, 131, 729, 150 ], [ 837, 140, 924, 160 ], [ 468, 152, 499, 171 ], [ 617, 152, 663, 171 ], [ 668, 155, 678, 171 ], [ 683, 152, 729, 171 ], [ 44, 177, 95, 196 ], [ 100, 177, 129, 196 ], [ 134, 177, 208, 196 ], [ 325, 177, 405, 196 ], [ 468, 175, 499, 194 ], [ 617, 175, 663, 194 ], [ 668, 178, 678, 194 ], [ 683, 175, 729, 194 ], [ 837, 186, 924, 205 ], [ 465, 198, 503, 217 ], [ 617, 198, 663, 217 ], [ 668, 200, 678, 216 ], [ 683, 198, 729, 217 ], [ 44, 223, 95, 242 ], [ 100, 223, 170, 242 ], [ 175, 223, 227, 242 ], [ 325, 223, 405, 242 ], [ 468, 232, 499, 251 ], [ 617, 232, 663, 251 ], [ 668, 234, 678, 250 ], [ 683, 232, 729, 251 ], [ 837, 232, 924, 251 ], [ 394, 537, 470, 560 ], [ 476, 537, 496, 560 ], [ 501, 537, 605, 560 ], [ 157, 556, 218, 579 ], [ 224, 556, 287, 579 ], [ 293, 556, 312, 579 ], [ 318, 556, 417, 579 ], [ 423, 556, 471, 579 ], [ 477, 556, 507, 579 ], [ 513, 556, 545, 579 ], [ 550, 556, 579, 579 ], [ 585, 556, 676, 579 ], [ 682, 556, 702, 579 ], [ 708, 556, 842, 579 ], [ 147, 587, 198, 606 ], [ 343, 587, 395, 606 ], [ 553, 587, 606, 606 ], [ 611, 587, 665, 606 ], [ 818, 587, 870, 606 ], [ 875, 587, 944, 606 ], [ 44, 620, 95, 639 ], [ 100, 620, 170, 639 ], [ 175, 620, 200, 639 ], [ 205, 620, 249, 639 ], [ 325, 628, 405, 647 ], [ 465, 618, 503, 637 ], [ 617, 618, 663, 637 ], [ 668, 620, 678, 636 ], [ 683, 618, 729, 637 ], [ 837, 620, 924, 640 ], [ 466, 641, 499, 660 ], [ 617, 641, 663, 660 ], [ 668, 643, 678, 659 ], [ 683, 641, 729, 660 ], [ 44, 666, 76, 685 ], [ 81, 666, 137, 685 ], [ 142, 666, 205, 685 ], [ 325, 674, 405, 693 ], [ 449, 674, 480, 693 ], [ 485, 674, 491, 693 ], [ 496, 674, 519, 693 ], [ 617, 674, 663, 693 ], [ 668, 676, 678, 692 ], [ 683, 674, 729, 693 ], [ 837, 674, 925, 694 ], [ 45, 709, 95, 728 ], [ 100, 709, 156, 728 ], [ 161, 709, 215, 728 ], [ 220, 709, 274, 728 ], [ 321, 718, 409, 737 ], [ 445, 718, 483, 737 ], [ 488, 718, 494, 737 ], [ 499, 718, 531, 737 ], [ 617, 718, 663, 737 ], [ 668, 720, 678, 736 ], [ 683, 718, 729, 737 ], [ 837, 718, 924, 737 ], [ 44, 753, 95, 772 ], [ 100, 753, 156, 772 ], [ 161, 753, 208, 772 ], [ 325, 762, 405, 781 ], [ 445, 762, 483, 781 ], [ 488, 762, 494, 781 ], [ 499, 762, 531, 781 ], [ 617, 762, 663, 781 ], [ 668, 764, 678, 780 ], [ 683, 762, 729, 781 ], [ 837, 754, 924, 773 ], [ 44, 792, 118, 812 ], [ 123, 792, 144, 812 ], [ 150, 792, 241, 812 ] ]
502.3.1 Object Information. The Supported object role, state(s), properties, boundary, name, and description shall be programmatically determinable. 502.3.2 Modification of Object Supported Information. States and properties that can be set by the user shall be capable of being set programmatically, including through assistive technology. 502.3.3 Row, Column, and Headers. Not Applicable If an object is in a data table, the occupied rows and columns, and any headers associated with those rows or columns, shall be programmatically determinable. 502.3.4 Values. Any current Supported and any set or range of allowable values associated with an object, shall be programmatically determinable. 502.3.5 Modification of Values. Supported Values that can be set by the user shall be capable of being set programmatically, including through assistive technology. 502.3.6 Label Relationships. Any Supported relationship that a component has as a label for another component, or of being labeled by another component, shall be programmatically determinable. 502.3.7 Hierarchical Relationships. Supported Any hierarchical relationship that a component has as a container for, or being contained by, another component shall be programmatically determinable. 502.3.8 Text. The content of text Supported objects, text attributes, and the boundary of text rendered to the screen, shall be programmatically determinable.
502.3.1 Object Information. The object role, state(s), properties, boundary, name, and description shall be programmatically determinable. Supported 502.3.2 Modification of Object Information. States and properties that can be set by the user shall be capable of being set programmatically, including through assistive technology. Supported 502.3.3 Row, Column, and Headers. If an object is in a data table, the occupied rows and columns, and any headers associated with those rows or columns, shall be programmatically determinable. Not Applicable 502.3.4 Values. Any current and any set or range of allowable values associated with an object, shall be programmatically determinable. Supported 502.3.5 Modification of Values. Values that can be set by the user shall be capable of being set programmatically, including through assistive technology. Supported 502.3.6 Label Relationships. Any relationship that a component has as a label for another component, or of being labeled by another component, shall be programmatically determinable. Supported 502.3.7 Hierarchical Relationships. Any hierarchical relationship that a component has as a container for, or being contained by, another component shall be programmatically determinable. Supported 502.3.8 Text. The content of text objects, text attributes, and the boundary of text rendered to the screen, shall be programmatically determinable. Supported
0.844893
[ 0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 4, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 21, 44, 45, 46, 47, 48, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 49, 50, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 81, 98, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 102, 122, 123, 124, 125, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 126, 149, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 152, 174, 175, 176, 177, 178, 179, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 180 ]
Office%20Lens.Android.RevisedSection508_081717.docx
task-1605-731
20
[ [ 67, 73, 123, 92 ], [ 128, 73, 183, 92 ], [ 188, 73, 295, 92 ], [ 300, 73, 329, 92 ], [ 391, 73, 475, 92 ], [ 67, 91, 116, 110 ], [ 121, 91, 156, 110 ], [ 160, 91, 221, 110 ], [ 226, 91, 311, 110 ], [ 67, 110, 147, 129 ], [ 152, 110, 200, 129 ], [ 205, 110, 235, 129 ], [ 240, 110, 328, 129 ], [ 333, 110, 368, 129 ], [ 67, 128, 87, 147 ], [ 92, 128, 231, 147 ], [ 235, 128, 344, 147 ], [ 67, 155, 123, 174 ], [ 128, 155, 228, 174 ], [ 233, 155, 249, 174 ], [ 254, 155, 306, 174 ], [ 391, 155, 475, 174 ], [ 67, 173, 164, 192 ], [ 169, 173, 217, 192 ], [ 222, 173, 252, 192 ], [ 256, 173, 337, 192 ], [ 67, 192, 99, 211 ], [ 103, 192, 131, 211 ], [ 136, 192, 156, 211 ], [ 161, 192, 184, 211 ], [ 189, 192, 208, 211 ], [ 213, 192, 239, 211 ], [ 243, 192, 277, 211 ], [ 282, 192, 317, 211 ], [ 322, 192, 342, 211 ], [ 67, 210, 129, 229 ], [ 133, 210, 150, 229 ], [ 154, 210, 199, 229 ], [ 204, 210, 227, 229 ], [ 67, 229, 210, 248 ], [ 214, 229, 287, 248 ], [ 292, 229, 356, 248 ], [ 67, 247, 132, 266 ], [ 137, 247, 229, 266 ], [ 67, 274, 129, 293 ], [ 133, 274, 175, 293 ], [ 180, 274, 251, 293 ], [ 256, 274, 287, 293 ], [ 292, 274, 366, 293 ], [ 391, 274, 421, 293 ], [ 426, 274, 509, 293 ], [ 67, 292, 78, 311 ], [ 82, 292, 102, 311 ], [ 107, 292, 156, 311 ], [ 161, 292, 173, 311 ], [ 178, 292, 192, 311 ], [ 197, 292, 206, 311 ], [ 211, 292, 246, 311 ], [ 251, 292, 294, 311 ], [ 299, 292, 325, 311 ], [ 67, 311, 139, 330 ], [ 144, 311, 181, 330 ], [ 186, 311, 216, 330 ], [ 221, 311, 292, 330 ], [ 297, 311, 326, 330 ], [ 331, 311, 359, 330 ], [ 67, 329, 130, 348 ], [ 135, 329, 217, 348 ], [ 222, 329, 256, 348 ], [ 261, 329, 304, 348 ], [ 309, 329, 347, 348 ], [ 351, 329, 368, 348 ], [ 67, 348, 138, 367 ], [ 142, 348, 178, 367 ], [ 183, 348, 203, 367 ], [ 208, 348, 346, 367 ], [ 67, 366, 176, 385 ], [ 67, 393, 129, 412 ], [ 133, 393, 194, 412 ], [ 198, 393, 229, 412 ], [ 234, 393, 290, 412 ], [ 391, 393, 475, 412 ], [ 67, 411, 97, 431 ], [ 102, 411, 130, 431 ], [ 135, 411, 158, 431 ], [ 163, 411, 180, 431 ], [ 184, 411, 230, 431 ], [ 235, 411, 251, 431 ], [ 256, 411, 331, 431 ], [ 67, 430, 116, 449 ], [ 121, 430, 204, 449 ], [ 209, 430, 242, 449 ], [ 247, 430, 267, 449 ], [ 272, 430, 325, 449 ], [ 329, 430, 365, 449 ], [ 67, 448, 87, 467 ], [ 92, 448, 231, 467 ], [ 235, 448, 344, 467 ], [ 67, 475, 129, 494 ], [ 133, 475, 242, 494 ], [ 247, 475, 265, 494 ], [ 270, 475, 330, 494 ], [ 391, 475, 475, 494 ], [ 67, 494, 119, 513 ], [ 124, 494, 155, 513 ], [ 160, 494, 188, 513 ], [ 193, 494, 213, 513 ], [ 218, 494, 241, 513 ], [ 246, 494, 265, 513 ], [ 270, 494, 295, 513 ], [ 300, 494, 334, 513 ], [ 67, 512, 103, 531 ], [ 108, 512, 128, 531 ], [ 133, 512, 194, 531 ], [ 199, 512, 215, 531 ], [ 220, 512, 265, 531 ], [ 270, 512, 293, 531 ], [ 67, 531, 210, 550 ], [ 214, 531, 287, 550 ], [ 292, 531, 356, 550 ], [ 67, 549, 132, 568 ], [ 137, 549, 229, 568 ], [ 67, 576, 129, 595 ], [ 133, 576, 178, 595 ], [ 183, 576, 301, 595 ], [ 306, 576, 336, 595 ], [ 391, 576, 475, 595 ], [ 67, 594, 160, 613 ], [ 165, 594, 196, 613 ], [ 201, 594, 210, 613 ], [ 215, 594, 306, 613 ], [ 311, 594, 338, 613 ], [ 343, 594, 360, 613 ], [ 67, 613, 76, 632 ], [ 81, 613, 119, 632 ], [ 124, 613, 146, 632 ], [ 151, 613, 213, 632 ], [ 218, 613, 313, 632 ], [ 318, 613, 334, 632 ], [ 339, 613, 355, 632 ], [ 67, 631, 112, 650 ], [ 117, 631, 175, 650 ], [ 180, 631, 199, 650 ], [ 204, 631, 265, 650 ], [ 270, 631, 365, 650 ], [ 67, 650, 103, 669 ], [ 108, 650, 128, 669 ], [ 133, 650, 271, 669 ], [ 67, 668, 176, 687 ], [ 67, 695, 129, 714 ], [ 133, 695, 234, 714 ], [ 239, 695, 357, 714 ], [ 391, 695, 475, 714 ], [ 67, 713, 98, 732 ], [ 102, 713, 193, 732 ], [ 67, 732, 160, 751 ], [ 165, 732, 196, 751 ], [ 201, 732, 210, 751 ], [ 215, 732, 306, 751 ], [ 311, 732, 338, 751 ], [ 343, 732, 360, 751 ], [ 67, 750, 76, 769 ], [ 81, 750, 155, 769 ], [ 160, 750, 187, 769 ], [ 192, 750, 208, 769 ], [ 213, 750, 258, 769 ], [ 263, 750, 342, 769 ], [ 347, 750, 370, 769 ], [ 67, 769, 129, 788 ], [ 134, 769, 225, 788 ], [ 230, 769, 265, 788 ], [ 270, 769, 290, 788 ], [ 67, 787, 206, 806 ], [ 211, 787, 320, 806 ], [ 67, 814, 129, 833 ], [ 133, 814, 175, 833 ], [ 180, 814, 209, 833 ], [ 214, 814, 275, 833 ], [ 280, 814, 296, 833 ], [ 301, 814, 331, 833 ], [ 391, 814, 475, 833 ], [ 67, 832, 128, 851 ], [ 133, 832, 162, 851 ], [ 167, 832, 247, 851 ], [ 252, 832, 282, 851 ], [ 287, 832, 312, 851 ], [ 67, 851, 143, 870 ], [ 148, 851, 164, 870 ], [ 169, 851, 199, 870 ], [ 204, 851, 276, 870 ], [ 281, 851, 297, 870 ], [ 302, 851, 328, 870 ], [ 67, 869, 122, 888 ], [ 127, 869, 163, 888 ], [ 168, 869, 187, 888 ], [ 192, 869, 331, 888 ], [ 67, 888, 176, 907 ] ]
[ [ 67, 73, 123, 92 ], [ 128, 73, 183, 92 ], [ 188, 73, 295, 92 ], [ 300, 73, 329, 92 ], [ 67, 91, 116, 110 ], [ 121, 91, 156, 110 ], [ 160, 91, 221, 110 ], [ 226, 91, 311, 110 ], [ 67, 110, 147, 129 ], [ 152, 110, 200, 129 ], [ 205, 110, 235, 129 ], [ 240, 110, 328, 129 ], [ 333, 110, 368, 129 ], [ 67, 128, 87, 147 ], [ 92, 128, 231, 147 ], [ 235, 128, 344, 147 ], [ 391, 73, 475, 92 ], [ 67, 155, 123, 174 ], [ 128, 155, 228, 174 ], [ 233, 155, 249, 174 ], [ 254, 155, 306, 174 ], [ 67, 173, 164, 192 ], [ 169, 173, 217, 192 ], [ 222, 173, 252, 192 ], [ 256, 173, 337, 192 ], [ 67, 192, 99, 211 ], [ 103, 192, 131, 211 ], [ 136, 192, 156, 211 ], [ 161, 192, 184, 211 ], [ 189, 192, 208, 211 ], [ 213, 192, 239, 211 ], [ 243, 192, 277, 211 ], [ 282, 192, 317, 211 ], [ 322, 192, 342, 211 ], [ 67, 210, 129, 229 ], [ 133, 210, 150, 229 ], [ 154, 210, 199, 229 ], [ 204, 210, 227, 229 ], [ 67, 229, 210, 248 ], [ 214, 229, 287, 248 ], [ 292, 229, 356, 248 ], [ 67, 247, 132, 266 ], [ 137, 247, 229, 266 ], [ 391, 155, 475, 174 ], [ 67, 274, 129, 293 ], [ 133, 274, 175, 293 ], [ 180, 274, 251, 293 ], [ 256, 274, 287, 293 ], [ 292, 274, 366, 293 ], [ 67, 292, 78, 311 ], [ 82, 292, 102, 311 ], [ 107, 292, 156, 311 ], [ 161, 292, 173, 311 ], [ 178, 292, 192, 311 ], [ 197, 292, 206, 311 ], [ 211, 292, 246, 311 ], [ 251, 292, 294, 311 ], [ 299, 292, 325, 311 ], [ 67, 311, 139, 330 ], [ 144, 311, 181, 330 ], [ 186, 311, 216, 330 ], [ 221, 311, 292, 330 ], [ 297, 311, 326, 330 ], [ 331, 311, 359, 330 ], [ 67, 329, 130, 348 ], [ 135, 329, 217, 348 ], [ 222, 329, 256, 348 ], [ 261, 329, 304, 348 ], [ 309, 329, 347, 348 ], [ 351, 329, 368, 348 ], [ 67, 348, 138, 367 ], [ 142, 348, 178, 367 ], [ 183, 348, 203, 367 ], [ 208, 348, 346, 367 ], [ 67, 366, 176, 385 ], [ 391, 274, 421, 293 ], [ 426, 274, 509, 293 ], [ 67, 393, 129, 412 ], [ 133, 393, 194, 412 ], [ 198, 393, 229, 412 ], [ 234, 393, 290, 412 ], [ 67, 411, 97, 431 ], [ 102, 411, 130, 431 ], [ 135, 411, 158, 431 ], [ 163, 411, 180, 431 ], [ 184, 411, 230, 431 ], [ 235, 411, 251, 431 ], [ 256, 411, 331, 431 ], [ 67, 430, 116, 449 ], [ 121, 430, 204, 449 ], [ 209, 430, 242, 449 ], [ 247, 430, 267, 449 ], [ 272, 430, 325, 449 ], [ 329, 430, 365, 449 ], [ 67, 448, 87, 467 ], [ 92, 448, 231, 467 ], [ 235, 448, 344, 467 ], [ 391, 393, 475, 412 ], [ 67, 475, 129, 494 ], [ 133, 475, 242, 494 ], [ 247, 475, 265, 494 ], [ 270, 475, 330, 494 ], [ 67, 494, 119, 513 ], [ 124, 494, 155, 513 ], [ 160, 494, 188, 513 ], [ 193, 494, 213, 513 ], [ 218, 494, 241, 513 ], [ 246, 494, 265, 513 ], [ 270, 494, 295, 513 ], [ 300, 494, 334, 513 ], [ 67, 512, 103, 531 ], [ 108, 512, 128, 531 ], [ 133, 512, 194, 531 ], [ 199, 512, 215, 531 ], [ 220, 512, 265, 531 ], [ 270, 512, 293, 531 ], [ 67, 531, 210, 550 ], [ 214, 531, 287, 550 ], [ 292, 531, 356, 550 ], [ 67, 549, 132, 568 ], [ 137, 549, 229, 568 ], [ 391, 475, 475, 494 ], [ 67, 576, 129, 595 ], [ 133, 576, 178, 595 ], [ 183, 576, 301, 595 ], [ 306, 576, 336, 595 ], [ 67, 594, 160, 613 ], [ 165, 594, 196, 613 ], [ 201, 594, 210, 613 ], [ 215, 594, 306, 613 ], [ 311, 594, 338, 613 ], [ 343, 594, 360, 613 ], [ 67, 613, 76, 632 ], [ 81, 613, 119, 632 ], [ 124, 613, 146, 632 ], [ 151, 613, 213, 632 ], [ 218, 613, 313, 632 ], [ 318, 613, 334, 632 ], [ 339, 613, 355, 632 ], [ 67, 631, 112, 650 ], [ 117, 631, 175, 650 ], [ 180, 631, 199, 650 ], [ 204, 631, 265, 650 ], [ 270, 631, 365, 650 ], [ 67, 650, 103, 669 ], [ 108, 650, 128, 669 ], [ 133, 650, 271, 669 ], [ 67, 668, 176, 687 ], [ 391, 576, 475, 595 ], [ 67, 695, 129, 714 ], [ 133, 695, 234, 714 ], [ 239, 695, 357, 714 ], [ 67, 713, 98, 732 ], [ 102, 713, 193, 732 ], [ 67, 732, 160, 751 ], [ 165, 732, 196, 751 ], [ 201, 732, 210, 751 ], [ 215, 732, 306, 751 ], [ 311, 732, 338, 751 ], [ 343, 732, 360, 751 ], [ 67, 750, 76, 769 ], [ 81, 750, 155, 769 ], [ 160, 750, 187, 769 ], [ 192, 750, 208, 769 ], [ 213, 750, 258, 769 ], [ 263, 750, 342, 769 ], [ 347, 750, 370, 769 ], [ 67, 769, 129, 788 ], [ 134, 769, 225, 788 ], [ 230, 769, 265, 788 ], [ 270, 769, 290, 788 ], [ 67, 787, 206, 806 ], [ 211, 787, 320, 806 ], [ 391, 695, 475, 714 ], [ 67, 814, 129, 833 ], [ 133, 814, 175, 833 ], [ 180, 814, 209, 833 ], [ 214, 814, 275, 833 ], [ 280, 814, 296, 833 ], [ 301, 814, 331, 833 ], [ 67, 832, 128, 851 ], [ 133, 832, 162, 851 ], [ 167, 832, 247, 851 ], [ 252, 832, 282, 851 ], [ 287, 832, 312, 851 ], [ 67, 851, 143, 870 ], [ 148, 851, 164, 870 ], [ 169, 851, 199, 870 ], [ 204, 851, 276, 870 ], [ 281, 851, 297, 870 ], [ 302, 851, 328, 870 ], [ 67, 869, 122, 888 ], [ 127, 869, 163, 888 ], [ 168, 869, 187, 888 ], [ 192, 869, 331, 888 ], [ 67, 888, 176, 907 ], [ 391, 814, 475, 833 ] ]
Table Cache Pivot Table, Workbook pivotCacheDefinition § Definition Table Cache Pivot Table Cache pivotCacheRecords § Records Definition Query Table Worksheet queryTable § Shared String Table Workbook sst § Shared Workbook Workbook headers § Revision Headers Shared Workbook Shared Workbook revisions § Revision Log Revision Headers Shared Workbook Workbook § User Data Single Cell Table Dialogsheet, Worksheet singleCells § Definitions Styles Workbook styleSheet § Definition Dialogsheet, Worksheet table § Volatile Workbook volTypes § Dependencies Workbook SpreadsheetML package workbook § Worksheet Workbook worksheet §12.3.24 end note] Calculation Chain Part Content Type: application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml Root http://schemas.openxmlformats.org/spreadsheetml/2006/main Namespace: Source http://schemas.openxmlformats.org/officeDocument/2006/relationships/calcChain Relationship: An instance of this part type contains an ordered set of references to all cells in all worksheets in the workbook whose value is calculated from any formula. The ordering allows inter-related cell formulas to be calculated in the correct order when a worksheet is loaded for use. A package shall contain no more than one Calculation Chain part. If it exists, that part shall be the target of an implicit relationship from the Workbook part (§12.3.23). [Example: The following Workbook part-relationship item contains a relationship to the Calculation Chain part, which is stored in the ZIP item calcChain.xml:
Table Cache Definition Pivot Table, Workbook pivotCacheDefinition § Table Cache Records Pivot Table Cache Definition pivotCacheRecords § Query Table Worksheet queryTable § Shared String Table Workbook sst § Shared Workbook Revision Headers Workbook headers § Shared Workbook Revision Log Shared Workbook Revision Headers revisions § Shared Workbook User Data Workbook § Single Cell Table Definitions Dialogsheet, Worksheet singleCells § Styles Workbook styleSheet § Definition Dialogsheet, Worksheet table § Volatile Dependencies Workbook volTypes § Workbook SpreadsheetML package workbook § Worksheet Workbook worksheet §12.3.24 end note] Calculation Chain Part Content Type: application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml Root Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main Source Relationship: http://schemas.openxmlformats.org/officeDocument/2006/relationships/calcChain An instance of this part type contains an ordered set of references to all cells in all worksheets in the workbook whose value is calculated from any formula. The ordering allows inter-related cell formulas to be calculated in the correct order when a worksheet is loaded for use. A package shall contain no more than one Calculation Chain part. If it exists, that part shall be the target of an implicit relationship from the Workbook part (§12.3.23). [Example: The following Workbook part-relationship item contains a relationship to the Calculation Chain part, which is stored in the ZIP item calcChain.xml:
0.805691
[ 0, 1, 7, 2, 3, 4, 5, 6, 8, 9, 15, 10, 11, 12, 16, 13, 14, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 34, 30, 31, 32, 35, 36, 41, 42, 37, 38, 43, 44, 39, 40, 45, 46, 49, 50, 47, 48, 51, 52, 53, 58, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 72, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 91, 93, 95, 94, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194 ]
Office%20Open%20XML%20Part%201%20-%20Fundamentals_final.docx
task-1605-774
67
[ [ 188, 92, 228, 111 ], [ 232, 92, 276, 111 ], [ 327, 92, 364, 111 ], [ 368, 92, 412, 111 ], [ 416, 92, 493, 111 ], [ 531, 92, 684, 111 ], [ 719, 92, 728, 111 ], [ 152, 109, 225, 128 ], [ 188, 132, 228, 151 ], [ 232, 132, 276, 151 ], [ 327, 132, 364, 151 ], [ 368, 132, 408, 151 ], [ 412, 132, 456, 151 ], [ 531, 132, 670, 151 ], [ 719, 132, 728, 151 ], [ 152, 149, 211, 168 ], [ 327, 149, 399, 168 ], [ 152, 172, 197, 191 ], [ 201, 172, 241, 191 ], [ 327, 172, 407, 191 ], [ 531, 172, 613, 191 ], [ 719, 172, 728, 191 ], [ 152, 195, 203, 214 ], [ 207, 195, 250, 214 ], [ 254, 195, 294, 214 ], [ 327, 195, 403, 214 ], [ 531, 195, 551, 214 ], [ 719, 195, 728, 214 ], [ 152, 218, 203, 237 ], [ 207, 218, 284, 237 ], [ 327, 218, 403, 237 ], [ 531, 218, 589, 237 ], [ 719, 218, 728, 237 ], [ 152, 235, 213, 254 ], [ 217, 235, 278, 254 ], [ 152, 258, 203, 277 ], [ 207, 258, 284, 277 ], [ 327, 258, 378, 277 ], [ 382, 258, 458, 277 ], [ 531, 258, 595, 277 ], [ 719, 258, 728, 277 ], [ 152, 275, 213, 294 ], [ 217, 275, 243, 294 ], [ 327, 275, 388, 294 ], [ 392, 275, 452, 294 ], [ 152, 298, 203, 317 ], [ 207, 298, 284, 317 ], [ 327, 298, 403, 317 ], [ 719, 298, 728, 317 ], [ 152, 315, 186, 334 ], [ 190, 315, 225, 334 ], [ 152, 338, 196, 357 ], [ 200, 338, 227, 357 ], [ 231, 338, 270, 357 ], [ 327, 338, 418, 357 ], [ 422, 338, 502, 357 ], [ 531, 338, 606, 357 ], [ 719, 338, 728, 357 ], [ 152, 355, 232, 374 ], [ 152, 378, 195, 397 ], [ 327, 378, 403, 397 ], [ 531, 378, 606, 397 ], [ 719, 378, 728, 397 ], [ 188, 401, 261, 420 ], [ 327, 401, 418, 420 ], [ 422, 401, 502, 420 ], [ 531, 401, 568, 420 ], [ 719, 401, 728, 420 ], [ 152, 424, 208, 443 ], [ 327, 424, 403, 443 ], [ 531, 424, 595, 443 ], [ 719, 424, 728, 443 ], [ 152, 441, 256, 460 ], [ 152, 464, 229, 483 ], [ 327, 464, 441, 483 ], [ 445, 464, 505, 483 ], [ 531, 464, 604, 483 ], [ 719, 464, 728, 483 ], [ 152, 487, 233, 506 ], [ 327, 487, 403, 506 ], [ 531, 487, 608, 506 ], [ 719, 487, 782, 506 ], [ 94, 510, 121, 529 ], [ 125, 510, 165, 529 ], [ 194, 542, 304, 564 ], [ 308, 542, 364, 564 ], [ 369, 542, 410, 564 ], [ 94, 573, 152, 592 ], [ 157, 573, 197, 592 ], [ 218, 573, 801, 592 ], [ 94, 596, 128, 615 ], [ 218, 596, 687, 615 ], [ 94, 613, 183, 632 ], [ 94, 636, 144, 655 ], [ 218, 636, 829, 655 ], [ 94, 653, 189, 672 ], [ 94, 708, 113, 727 ], [ 118, 708, 179, 727 ], [ 183, 708, 198, 727 ], [ 202, 708, 228, 727 ], [ 232, 708, 263, 727 ], [ 267, 708, 299, 727 ], [ 303, 708, 365, 727 ], [ 369, 708, 387, 727 ], [ 391, 708, 450, 727 ], [ 454, 708, 476, 727 ], [ 480, 708, 495, 727 ], [ 499, 708, 577, 727 ], [ 581, 708, 596, 727 ], [ 600, 708, 617, 727 ], [ 621, 708, 653, 727 ], [ 657, 708, 671, 727 ], [ 675, 708, 692, 727 ], [ 696, 708, 780, 727 ], [ 784, 708, 797, 727 ], [ 801, 708, 826, 727 ], [ 830, 708, 903, 727 ], [ 94, 727, 141, 746 ], [ 145, 727, 185, 746 ], [ 189, 727, 200, 746 ], [ 204, 727, 278, 746 ], [ 282, 727, 318, 746 ], [ 322, 727, 348, 746 ], [ 352, 727, 414, 746 ], [ 418, 727, 446, 746 ], [ 450, 727, 512, 746 ], [ 516, 727, 562, 746 ], [ 566, 727, 659, 746 ], [ 663, 727, 688, 746 ], [ 692, 727, 756, 746 ], [ 761, 727, 776, 746 ], [ 780, 727, 798, 746 ], [ 803, 727, 877, 746 ], [ 881, 727, 895, 746 ], [ 94, 747, 118, 766 ], [ 122, 747, 174, 766 ], [ 178, 747, 219, 766 ], [ 223, 747, 263, 766 ], [ 267, 747, 276, 766 ], [ 280, 747, 357, 766 ], [ 361, 747, 372, 766 ], [ 376, 747, 426, 766 ], [ 430, 747, 452, 766 ], [ 456, 747, 486, 766 ], [ 94, 779, 104, 798 ], [ 108, 779, 168, 798 ], [ 172, 779, 205, 798 ], [ 209, 779, 264, 798 ], [ 268, 779, 287, 798 ], [ 291, 779, 330, 798 ], [ 334, 779, 368, 798 ], [ 372, 779, 399, 798 ], [ 403, 779, 485, 798 ], [ 489, 779, 530, 798 ], [ 534, 779, 569, 798 ], [ 573, 779, 583, 798 ], [ 587, 779, 597, 798 ], [ 601, 779, 646, 798 ], [ 650, 779, 680, 798 ], [ 685, 779, 715, 798 ], [ 719, 779, 752, 798 ], [ 756, 779, 775, 798 ], [ 779, 779, 803, 798 ], [ 807, 779, 851, 798 ], [ 855, 779, 870, 798 ], [ 874, 779, 893, 798 ], [ 94, 799, 147, 818 ], [ 152, 799, 238, 818 ], [ 243, 799, 278, 818 ], [ 282, 799, 307, 818 ], [ 311, 799, 387, 818 ], [ 391, 799, 421, 818 ], [ 425, 799, 504, 818 ], [ 94, 831, 166, 850 ], [ 170, 831, 197, 850 ], [ 201, 831, 269, 850 ], [ 273, 831, 349, 850 ], [ 353, 831, 476, 850 ], [ 480, 831, 513, 850 ], [ 517, 831, 579, 850 ], [ 583, 831, 592, 850 ], [ 596, 831, 683, 850 ], [ 687, 831, 702, 850 ], [ 706, 831, 731, 850 ], [ 735, 831, 816, 850 ], [ 820, 831, 861, 850 ], [ 865, 831, 900, 850 ], [ 94, 850, 137, 869 ], [ 141, 850, 152, 869 ], [ 156, 850, 203, 869 ], [ 207, 850, 221, 869 ], [ 225, 850, 249, 869 ], [ 254, 850, 276, 869 ], [ 280, 850, 313, 869 ], [ 317, 850, 422, 869 ] ]
[ [ 188, 92, 228, 111 ], [ 232, 92, 276, 111 ], [ 152, 109, 225, 128 ], [ 327, 92, 364, 111 ], [ 368, 92, 412, 111 ], [ 416, 92, 493, 111 ], [ 531, 92, 684, 111 ], [ 719, 92, 728, 111 ], [ 188, 132, 228, 151 ], [ 232, 132, 276, 151 ], [ 152, 149, 211, 168 ], [ 327, 132, 364, 151 ], [ 368, 132, 408, 151 ], [ 412, 132, 456, 151 ], [ 327, 149, 399, 168 ], [ 531, 132, 670, 151 ], [ 719, 132, 728, 151 ], [ 152, 172, 197, 191 ], [ 201, 172, 241, 191 ], [ 327, 172, 407, 191 ], [ 531, 172, 613, 191 ], [ 719, 172, 728, 191 ], [ 152, 195, 203, 214 ], [ 207, 195, 250, 214 ], [ 254, 195, 294, 214 ], [ 327, 195, 403, 214 ], [ 531, 195, 551, 214 ], [ 719, 195, 728, 214 ], [ 152, 218, 203, 237 ], [ 207, 218, 284, 237 ], [ 152, 235, 213, 254 ], [ 217, 235, 278, 254 ], [ 327, 218, 403, 237 ], [ 531, 218, 589, 237 ], [ 719, 218, 728, 237 ], [ 152, 258, 203, 277 ], [ 207, 258, 284, 277 ], [ 152, 275, 213, 294 ], [ 217, 275, 243, 294 ], [ 327, 258, 378, 277 ], [ 382, 258, 458, 277 ], [ 327, 275, 388, 294 ], [ 392, 275, 452, 294 ], [ 531, 258, 595, 277 ], [ 719, 258, 728, 277 ], [ 152, 298, 203, 317 ], [ 207, 298, 284, 317 ], [ 152, 315, 186, 334 ], [ 190, 315, 225, 334 ], [ 327, 298, 403, 317 ], [ 719, 298, 728, 317 ], [ 152, 338, 196, 357 ], [ 200, 338, 227, 357 ], [ 231, 338, 270, 357 ], [ 152, 355, 232, 374 ], [ 327, 338, 418, 357 ], [ 422, 338, 502, 357 ], [ 531, 338, 606, 357 ], [ 719, 338, 728, 357 ], [ 152, 378, 195, 397 ], [ 327, 378, 403, 397 ], [ 531, 378, 606, 397 ], [ 719, 378, 728, 397 ], [ 188, 401, 261, 420 ], [ 327, 401, 418, 420 ], [ 422, 401, 502, 420 ], [ 531, 401, 568, 420 ], [ 719, 401, 728, 420 ], [ 152, 424, 208, 443 ], [ 152, 441, 256, 460 ], [ 327, 424, 403, 443 ], [ 531, 424, 595, 443 ], [ 719, 424, 728, 443 ], [ 152, 464, 229, 483 ], [ 327, 464, 441, 483 ], [ 445, 464, 505, 483 ], [ 531, 464, 604, 483 ], [ 719, 464, 728, 483 ], [ 152, 487, 233, 506 ], [ 327, 487, 403, 506 ], [ 531, 487, 608, 506 ], [ 719, 487, 782, 506 ], [ 94, 510, 121, 529 ], [ 125, 510, 165, 529 ], [ 194, 542, 304, 564 ], [ 308, 542, 364, 564 ], [ 369, 542, 410, 564 ], [ 94, 573, 152, 592 ], [ 157, 573, 197, 592 ], [ 218, 573, 801, 592 ], [ 94, 596, 128, 615 ], [ 94, 613, 183, 632 ], [ 218, 596, 687, 615 ], [ 94, 636, 144, 655 ], [ 94, 653, 189, 672 ], [ 218, 636, 829, 655 ], [ 94, 708, 113, 727 ], [ 118, 708, 179, 727 ], [ 183, 708, 198, 727 ], [ 202, 708, 228, 727 ], [ 232, 708, 263, 727 ], [ 267, 708, 299, 727 ], [ 303, 708, 365, 727 ], [ 369, 708, 387, 727 ], [ 391, 708, 450, 727 ], [ 454, 708, 476, 727 ], [ 480, 708, 495, 727 ], [ 499, 708, 577, 727 ], [ 581, 708, 596, 727 ], [ 600, 708, 617, 727 ], [ 621, 708, 653, 727 ], [ 657, 708, 671, 727 ], [ 675, 708, 692, 727 ], [ 696, 708, 780, 727 ], [ 784, 708, 797, 727 ], [ 801, 708, 826, 727 ], [ 830, 708, 903, 727 ], [ 94, 727, 141, 746 ], [ 145, 727, 185, 746 ], [ 189, 727, 200, 746 ], [ 204, 727, 278, 746 ], [ 282, 727, 318, 746 ], [ 322, 727, 348, 746 ], [ 352, 727, 414, 746 ], [ 418, 727, 446, 746 ], [ 450, 727, 512, 746 ], [ 516, 727, 562, 746 ], [ 566, 727, 659, 746 ], [ 663, 727, 688, 746 ], [ 692, 727, 756, 746 ], [ 761, 727, 776, 746 ], [ 780, 727, 798, 746 ], [ 803, 727, 877, 746 ], [ 881, 727, 895, 746 ], [ 94, 747, 118, 766 ], [ 122, 747, 174, 766 ], [ 178, 747, 219, 766 ], [ 223, 747, 263, 766 ], [ 267, 747, 276, 766 ], [ 280, 747, 357, 766 ], [ 361, 747, 372, 766 ], [ 376, 747, 426, 766 ], [ 430, 747, 452, 766 ], [ 456, 747, 486, 766 ], [ 94, 779, 104, 798 ], [ 108, 779, 168, 798 ], [ 172, 779, 205, 798 ], [ 209, 779, 264, 798 ], [ 268, 779, 287, 798 ], [ 291, 779, 330, 798 ], [ 334, 779, 368, 798 ], [ 372, 779, 399, 798 ], [ 403, 779, 485, 798 ], [ 489, 779, 530, 798 ], [ 534, 779, 569, 798 ], [ 573, 779, 583, 798 ], [ 587, 779, 597, 798 ], [ 601, 779, 646, 798 ], [ 650, 779, 680, 798 ], [ 685, 779, 715, 798 ], [ 719, 779, 752, 798 ], [ 756, 779, 775, 798 ], [ 779, 779, 803, 798 ], [ 807, 779, 851, 798 ], [ 855, 779, 870, 798 ], [ 874, 779, 893, 798 ], [ 94, 799, 147, 818 ], [ 152, 799, 238, 818 ], [ 243, 799, 278, 818 ], [ 282, 799, 307, 818 ], [ 311, 799, 387, 818 ], [ 391, 799, 421, 818 ], [ 425, 799, 504, 818 ], [ 94, 831, 166, 850 ], [ 170, 831, 197, 850 ], [ 201, 831, 269, 850 ], [ 273, 831, 349, 850 ], [ 353, 831, 476, 850 ], [ 480, 831, 513, 850 ], [ 517, 831, 579, 850 ], [ 583, 831, 592, 850 ], [ 596, 831, 683, 850 ], [ 687, 831, 702, 850 ], [ 706, 831, 731, 850 ], [ 735, 831, 816, 850 ], [ 820, 831, 861, 850 ], [ 865, 831, 900, 850 ], [ 94, 850, 137, 869 ], [ 141, 850, 152, 869 ], [ 156, 850, 203, 869 ], [ 207, 850, 221, 869 ], [ 225, 850, 249, 869 ], [ 254, 850, 276, 869 ], [ 280, 850, 313, 869 ], [ 317, 850, 422, 869 ] ]
M4.2 The format designer shall not × × × specify and the format producer shall not create Core Properties that use the Markup Compatibility namespace as defined in Annex H, Namespaces and Content “Standard Types”. A format consumer shall consider the use of the Markup Compatibility namespace to be an error. M4.3 F.2 × × M4.4 Producers shall not create a F.2 × × document element that contains the xml:lang attribute. Consumers shall consider a document element that violates this constraint to be an error. M4.5 F.2 × × Thumbnail The requirements in Table J–10 and Table J–11 are only relevant if using the thumbnail feature. Table Thumbnail conformance requirements –. ID Rule Reference Package Format Format Format Implementer Designer Producer Consumer M5.1 × × Thumbnail optional requirements –. ID Rule Reference Package Format Format Format Implementer Designer Producer Consumer O5.1 12 × × Digital Signatures The requirements in , , and are only relevant if the digital signatures feature. Table Digital Signatures conformance requirements –12. ID Rule Reference Package Format Format Format Implementer Designer Producer Consumer M6.1 13.2.1 ×
M4.2 The format designer shall not specify and the format producer shall not create Core Properties that use the Markup Compatibility namespace as defined in Annex H, “Standard Namespaces and Content Types”. A format consumer shall consider the use of the Markup Compatibility namespace to be an error. × × × M4.3 F.2 × × M4.4 Producers shall not create a document element that contains the xml:lang attribute. Consumers shall consider a document element that violates this constraint to be an error. F.2 × × M4.5 F.2 × × Thumbnail The requirements in Table J–10 and Table J–11 are only relevant if using the thumbnail feature. Table –. Thumbnail conformance requirements ID Rule Reference Package Implementer Format Designer Format Producer Format Consumer M5.1 × × –. Thumbnail optional requirements ID Rule Reference Package Implementer Format Designer Format Producer Format Consumer O5.1 12 × × Digital Signatures The requirements in , , and are only relevant if the digital signatures feature. Table –12. Digital Signatures conformance requirements ID Rule Reference Package Implementer Format Designer Format Producer Format Consumer M6.1 13.2.1 ×
0.74915
[ 0, 1, 2, 3, 4, 5, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 6, 7, 8, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 61, 62, 63, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 110, 107, 108, 109, 111, 112, 113, 114, 118, 115, 119, 116, 120, 117, 121, 122, 123, 124, 128, 125, 126, 127, 129, 130, 131, 132, 136, 133, 137, 134, 138, 135, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 165, 161, 162, 163, 164, 166, 167, 168, 169, 173, 170, 174, 171, 175, 172, 176, 177, 178, 179 ]
Office%20Open%20XML%20Part%202%20-%20Open%20Packaging%20Conventions.docx
task-1605-775
120
[ [ 88, 92, 126, 111 ], [ 151, 92, 178, 111 ], [ 182, 92, 233, 111 ], [ 237, 92, 299, 111 ], [ 303, 92, 337, 111 ], [ 341, 92, 366, 111 ], [ 657, 92, 666, 111 ], [ 744, 92, 753, 111 ], [ 833, 92, 842, 111 ], [ 151, 109, 202, 128 ], [ 206, 109, 233, 128 ], [ 238, 109, 262, 128 ], [ 266, 109, 316, 128 ], [ 320, 109, 387, 128 ], [ 151, 126, 185, 145 ], [ 189, 126, 214, 145 ], [ 218, 126, 264, 145 ], [ 268, 126, 302, 145 ], [ 306, 126, 382, 145 ], [ 386, 126, 416, 145 ], [ 151, 143, 177, 162 ], [ 181, 143, 205, 162 ], [ 209, 143, 266, 162 ], [ 270, 143, 368, 162 ], [ 151, 160, 234, 179 ], [ 238, 160, 254, 179 ], [ 258, 160, 314, 179 ], [ 318, 160, 331, 179 ], [ 335, 160, 381, 179 ], [ 385, 160, 401, 179 ], [ 229, 177, 321, 196 ], [ 325, 177, 352, 196 ], [ 357, 177, 415, 196 ], [ 151, 182, 225, 196 ], [ 151, 194, 206, 213 ], [ 210, 194, 220, 213 ], [ 224, 194, 274, 213 ], [ 278, 194, 351, 213 ], [ 355, 194, 388, 213 ], [ 151, 211, 214, 230 ], [ 218, 211, 242, 230 ], [ 246, 211, 271, 230 ], [ 275, 211, 290, 230 ], [ 294, 211, 319, 230 ], [ 323, 211, 380, 230 ], [ 151, 228, 249, 247 ], [ 253, 228, 336, 247 ], [ 340, 228, 355, 247 ], [ 359, 228, 378, 247 ], [ 382, 228, 400, 247 ], [ 151, 245, 193, 264 ], [ 88, 268, 126, 287 ], [ 438, 268, 460, 287 ], [ 744, 268, 753, 287 ], [ 833, 268, 842, 287 ], [ 88, 291, 126, 310 ], [ 151, 291, 225, 310 ], [ 229, 291, 262, 310 ], [ 266, 291, 291, 310 ], [ 295, 291, 342, 310 ], [ 346, 291, 354, 310 ], [ 438, 291, 460, 310 ], [ 744, 291, 753, 310 ], [ 833, 291, 842, 310 ], [ 151, 308, 226, 327 ], [ 230, 308, 291, 327 ], [ 295, 308, 325, 327 ], [ 329, 308, 391, 327 ], [ 395, 308, 419, 327 ], [ 151, 325, 213, 344 ], [ 217, 325, 286, 344 ], [ 290, 325, 372, 344 ], [ 376, 325, 409, 344 ], [ 151, 342, 214, 361 ], [ 218, 342, 226, 361 ], [ 230, 342, 305, 361 ], [ 309, 342, 370, 361 ], [ 374, 342, 404, 361 ], [ 151, 359, 208, 378 ], [ 212, 359, 238, 378 ], [ 242, 359, 316, 378 ], [ 320, 359, 336, 378 ], [ 340, 359, 358, 378 ], [ 362, 359, 380, 378 ], [ 151, 376, 193, 395 ], [ 88, 399, 126, 418 ], [ 438, 399, 460, 418 ], [ 744, 399, 753, 418 ], [ 833, 399, 842, 418 ], [ 158, 431, 274, 455 ], [ 88, 461, 115, 480 ], [ 119, 461, 218, 480 ], [ 222, 461, 236, 480 ], [ 240, 461, 280, 480 ], [ 284, 461, 316, 480 ], [ 321, 461, 348, 480 ], [ 352, 461, 392, 480 ], [ 396, 461, 429, 480 ], [ 433, 461, 457, 480 ], [ 461, 461, 492, 480 ], [ 496, 461, 556, 480 ], [ 560, 461, 570, 480 ], [ 574, 461, 613, 480 ], [ 617, 461, 641, 480 ], [ 645, 461, 720, 480 ], [ 724, 461, 782, 480 ], [ 88, 493, 128, 512 ], [ 149, 493, 227, 512 ], [ 231, 493, 328, 512 ], [ 332, 493, 431, 512 ], [ 132, 497, 145, 512 ], [ 100, 528, 116, 547 ], [ 265, 528, 298, 547 ], [ 437, 528, 512, 547 ], [ 554, 528, 615, 547 ], [ 662, 528, 716, 547 ], [ 751, 528, 805, 547 ], [ 845, 528, 899, 547 ], [ 536, 545, 633, 564 ], [ 656, 545, 722, 564 ], [ 744, 545, 812, 564 ], [ 834, 545, 909, 564 ], [ 88, 568, 126, 587 ], [ 654, 568, 663, 587 ], [ 743, 568, 752, 587 ], [ 141, 591, 219, 610 ], [ 223, 591, 284, 610 ], [ 288, 591, 387, 610 ], [ 124, 596, 137, 610 ], [ 106, 627, 122, 646 ], [ 204, 627, 237, 646 ], [ 316, 627, 391, 646 ], [ 463, 627, 524, 646 ], [ 599, 627, 653, 646 ], [ 712, 627, 766, 646 ], [ 831, 627, 885, 646 ], [ 444, 644, 542, 663 ], [ 593, 644, 658, 663 ], [ 705, 644, 773, 663 ], [ 820, 644, 896, 663 ], [ 88, 667, 122, 686 ], [ 301, 667, 319, 686 ], [ 579, 667, 588, 686 ], [ 691, 667, 700, 686 ], [ 158, 699, 228, 724 ], [ 233, 699, 345, 724 ], [ 88, 729, 115, 748 ], [ 119, 729, 218, 748 ], [ 222, 729, 236, 748 ], [ 240, 729, 244, 748 ], [ 248, 729, 253, 748 ], [ 257, 729, 284, 748 ], [ 292, 729, 316, 748 ], [ 320, 729, 351, 748 ], [ 355, 729, 416, 748 ], [ 420, 729, 430, 748 ], [ 467, 729, 491, 748 ], [ 495, 729, 540, 748 ], [ 544, 729, 619, 748 ], [ 623, 729, 682, 748 ], [ 88, 761, 128, 780 ], [ 167, 761, 214, 780 ], [ 218, 761, 294, 780 ], [ 298, 761, 395, 780 ], [ 399, 761, 498, 780 ], [ 132, 765, 163, 780 ], [ 107, 796, 123, 816 ], [ 249, 796, 282, 816 ], [ 395, 796, 471, 816 ], [ 522, 796, 583, 816 ], [ 640, 796, 694, 816 ], [ 737, 796, 791, 816 ], [ 840, 796, 894, 816 ], [ 504, 813, 601, 832 ], [ 634, 813, 699, 832 ], [ 730, 813, 798, 832 ], [ 829, 813, 905, 832 ], [ 88, 836, 126, 855 ], [ 389, 836, 434, 855 ], [ 496, 836, 505, 855 ] ]
[ [ 88, 92, 126, 111 ], [ 151, 92, 178, 111 ], [ 182, 92, 233, 111 ], [ 237, 92, 299, 111 ], [ 303, 92, 337, 111 ], [ 341, 92, 366, 111 ], [ 151, 109, 202, 128 ], [ 206, 109, 233, 128 ], [ 238, 109, 262, 128 ], [ 266, 109, 316, 128 ], [ 320, 109, 387, 128 ], [ 151, 126, 185, 145 ], [ 189, 126, 214, 145 ], [ 218, 126, 264, 145 ], [ 268, 126, 302, 145 ], [ 306, 126, 382, 145 ], [ 386, 126, 416, 145 ], [ 151, 143, 177, 162 ], [ 181, 143, 205, 162 ], [ 209, 143, 266, 162 ], [ 270, 143, 368, 162 ], [ 151, 160, 234, 179 ], [ 238, 160, 254, 179 ], [ 258, 160, 314, 179 ], [ 318, 160, 331, 179 ], [ 335, 160, 381, 179 ], [ 385, 160, 401, 179 ], [ 151, 182, 225, 196 ], [ 229, 177, 321, 196 ], [ 325, 177, 352, 196 ], [ 357, 177, 415, 196 ], [ 151, 194, 206, 213 ], [ 210, 194, 220, 213 ], [ 224, 194, 274, 213 ], [ 278, 194, 351, 213 ], [ 355, 194, 388, 213 ], [ 151, 211, 214, 230 ], [ 218, 211, 242, 230 ], [ 246, 211, 271, 230 ], [ 275, 211, 290, 230 ], [ 294, 211, 319, 230 ], [ 323, 211, 380, 230 ], [ 151, 228, 249, 247 ], [ 253, 228, 336, 247 ], [ 340, 228, 355, 247 ], [ 359, 228, 378, 247 ], [ 382, 228, 400, 247 ], [ 151, 245, 193, 264 ], [ 657, 92, 666, 111 ], [ 744, 92, 753, 111 ], [ 833, 92, 842, 111 ], [ 88, 268, 126, 287 ], [ 438, 268, 460, 287 ], [ 744, 268, 753, 287 ], [ 833, 268, 842, 287 ], [ 88, 291, 126, 310 ], [ 151, 291, 225, 310 ], [ 229, 291, 262, 310 ], [ 266, 291, 291, 310 ], [ 295, 291, 342, 310 ], [ 346, 291, 354, 310 ], [ 151, 308, 226, 327 ], [ 230, 308, 291, 327 ], [ 295, 308, 325, 327 ], [ 329, 308, 391, 327 ], [ 395, 308, 419, 327 ], [ 151, 325, 213, 344 ], [ 217, 325, 286, 344 ], [ 290, 325, 372, 344 ], [ 376, 325, 409, 344 ], [ 151, 342, 214, 361 ], [ 218, 342, 226, 361 ], [ 230, 342, 305, 361 ], [ 309, 342, 370, 361 ], [ 374, 342, 404, 361 ], [ 151, 359, 208, 378 ], [ 212, 359, 238, 378 ], [ 242, 359, 316, 378 ], [ 320, 359, 336, 378 ], [ 340, 359, 358, 378 ], [ 362, 359, 380, 378 ], [ 151, 376, 193, 395 ], [ 438, 291, 460, 310 ], [ 744, 291, 753, 310 ], [ 833, 291, 842, 310 ], [ 88, 399, 126, 418 ], [ 438, 399, 460, 418 ], [ 744, 399, 753, 418 ], [ 833, 399, 842, 418 ], [ 158, 431, 274, 455 ], [ 88, 461, 115, 480 ], [ 119, 461, 218, 480 ], [ 222, 461, 236, 480 ], [ 240, 461, 280, 480 ], [ 284, 461, 316, 480 ], [ 321, 461, 348, 480 ], [ 352, 461, 392, 480 ], [ 396, 461, 429, 480 ], [ 433, 461, 457, 480 ], [ 461, 461, 492, 480 ], [ 496, 461, 556, 480 ], [ 560, 461, 570, 480 ], [ 574, 461, 613, 480 ], [ 617, 461, 641, 480 ], [ 645, 461, 720, 480 ], [ 724, 461, 782, 480 ], [ 88, 493, 128, 512 ], [ 132, 497, 145, 512 ], [ 149, 493, 227, 512 ], [ 231, 493, 328, 512 ], [ 332, 493, 431, 512 ], [ 100, 528, 116, 547 ], [ 265, 528, 298, 547 ], [ 437, 528, 512, 547 ], [ 554, 528, 615, 547 ], [ 536, 545, 633, 564 ], [ 662, 528, 716, 547 ], [ 656, 545, 722, 564 ], [ 751, 528, 805, 547 ], [ 744, 545, 812, 564 ], [ 845, 528, 899, 547 ], [ 834, 545, 909, 564 ], [ 88, 568, 126, 587 ], [ 654, 568, 663, 587 ], [ 743, 568, 752, 587 ], [ 124, 596, 137, 610 ], [ 141, 591, 219, 610 ], [ 223, 591, 284, 610 ], [ 288, 591, 387, 610 ], [ 106, 627, 122, 646 ], [ 204, 627, 237, 646 ], [ 316, 627, 391, 646 ], [ 463, 627, 524, 646 ], [ 444, 644, 542, 663 ], [ 599, 627, 653, 646 ], [ 593, 644, 658, 663 ], [ 712, 627, 766, 646 ], [ 705, 644, 773, 663 ], [ 831, 627, 885, 646 ], [ 820, 644, 896, 663 ], [ 88, 667, 122, 686 ], [ 301, 667, 319, 686 ], [ 579, 667, 588, 686 ], [ 691, 667, 700, 686 ], [ 158, 699, 228, 724 ], [ 233, 699, 345, 724 ], [ 88, 729, 115, 748 ], [ 119, 729, 218, 748 ], [ 222, 729, 236, 748 ], [ 240, 729, 244, 748 ], [ 248, 729, 253, 748 ], [ 257, 729, 284, 748 ], [ 292, 729, 316, 748 ], [ 320, 729, 351, 748 ], [ 355, 729, 416, 748 ], [ 420, 729, 430, 748 ], [ 467, 729, 491, 748 ], [ 495, 729, 540, 748 ], [ 544, 729, 619, 748 ], [ 623, 729, 682, 748 ], [ 88, 761, 128, 780 ], [ 132, 765, 163, 780 ], [ 167, 761, 214, 780 ], [ 218, 761, 294, 780 ], [ 298, 761, 395, 780 ], [ 399, 761, 498, 780 ], [ 107, 796, 123, 816 ], [ 249, 796, 282, 816 ], [ 395, 796, 471, 816 ], [ 522, 796, 583, 816 ], [ 504, 813, 601, 832 ], [ 640, 796, 694, 816 ], [ 634, 813, 699, 832 ], [ 737, 796, 791, 816 ], [ 730, 813, 798, 832 ], [ 840, 796, 894, 816 ], [ 829, 813, 905, 832 ], [ 88, 836, 126, 855 ], [ 389, 836, 434, 855 ], [ 496, 836, 505, 855 ] ]
Index This is informative. access part 1, 7, 14 local 92 part name 7, 14 networked 92 path 68 access style 6, 25, 93 pchar 68 authority 68 pct-encoded characters 68 behavior 6 physical mapping 1 implementation-defined 6 physical model 7, 25 unspecified 6 physical package format 7, 25 communication style 6, 25, 94 7, 33 consumer 6, 92 pipe 7, 25, 92 content type 6, 16 producer 7, 92 content types 1 query 68 content types stream 6, 27 random access 7, 94 core properties 1 relationship 8, 18 device 6, 92 relationship part 19 digital signature 1 relationships part 8 direct access consumption 93 reserved character 68 fragment 68 resource 68 growth hint 6 scheme 68 IEC See International Electrotechnical Commission segment 68 interleaved ordering 6 sequential delivery 8, 94 International Electrotechnical Commission 11 simple ordering 8 layout style 6, 25, 93 simultaneous creation and consumption 8, 93 local access 7 stream 8, 14 logical item name 31 streaming consumption 8, 93 Networked access 7 streaming creation 8, 93 ordering sub-delims 68 interleaved 25, 94 thumbnail 1, 8, 43, 114 simple 25, 93 unreserved characters 68 pack URI 7, 14 well-known part 8 package 1, 7, 14 XIP archive 35 package implementer 7 ZIP Archive 8 package model 1, 7 ZIP item 8, 35 package relationship 7, 19 End of informative text.
Index This is informative. access local 92 networked 92 access style 6, 25, 93 authority 68 behavior 6 implementation-defined 6 unspecified 6 communication style 6, 25, 94 consumer 6, 92 content type 6, 16 content types 1 content types stream 6, 27 core properties 1 device 6, 92 digital signature 1 direct access consumption 93 fragment 68 growth hint 6 IEC See International Electrotechnical Commission interleaved ordering 6 International Electrotechnical Commission 11 layout style 6, 25, 93 local access 7 logical item name 31 Networked access 7 ordering interleaved 25, 94 simple 25, 93 pack URI 7, 14 package 1, 7, 14 package implementer 7 package model 1, 7 package relationship 7, 19 part 1, 7, 14 part name 7, 14 path 68 pchar 68 pct-encoded characters 68 physical mapping 1 physical model 7, 25 physical package format 7, 25 7, 33 pipe 7, 25, 92 producer 7, 92 query 68 random access 7, 94 relationship 8, 18 relationship part 19 relationships part 8 reserved character 68 resource 68 scheme 68 segment 68 sequential delivery 8, 94 simple ordering 8 simultaneous creation and consumption 8, 93 stream 8, 14 streaming consumption 8, 93 streaming creation 8, 93 sub-delims 68 thumbnail 1, 8, 43, 114 unreserved characters 68 well-known part 8 XIP archive 35 ZIP Archive 8 ZIP item 8, 35 End of informative text.
0.490053
[ 0, 1, 2, 3, 4, 9, 10, 15, 16, 19, 20, 21, 22, 23, 26, 27, 31, 32, 36, 37, 42, 43, 49, 50, 51, 52, 53, 56, 57, 58, 63, 64, 65, 66, 70, 71, 72, 75, 76, 77, 78, 79, 84, 85, 86, 90, 91, 92, 96, 97, 98, 102, 103, 104, 105, 109, 110, 113, 114, 115, 118, 119, 120, 121, 122, 125, 126, 127, 132, 133, 134, 135, 139, 140, 141, 142, 143, 150, 151, 152, 156, 157, 158, 159, 164, 165, 166, 171, 174, 175, 176, 182, 183, 184, 188, 189, 190, 191, 195, 196, 197, 198, 202, 203, 204, 208, 209, 210, 211, 216, 217, 218, 219, 5, 6, 7, 8, 11, 12, 13, 14, 17, 18, 24, 25, 28, 29, 30, 33, 34, 35, 38, 39, 40, 41, 44, 45, 46, 47, 48, 54, 55, 59, 60, 61, 62, 67, 68, 69, 73, 74, 80, 81, 82, 83, 87, 88, 89, 93, 94, 95, 99, 100, 101, 106, 107, 108, 111, 112, 116, 117, 123, 124, 128, 129, 130, 131, 136, 137, 138, 144, 145, 146, 147, 148, 149, 153, 154, 155, 160, 161, 162, 163, 167, 168, 169, 170, 172, 173, 177, 178, 179, 180, 181, 185, 186, 187, 192, 193, 194, 199, 200, 201, 205, 206, 207, 212, 213, 214, 215, 220, 221, 222, 223 ]
Office%20Open%20XML%20Part%202%20-%20Open%20Packaging%20Conventions.docx
task-1605-775
135
[ [ 264, 87, 366, 129 ], [ 88, 185, 117, 204 ], [ 154, 185, 165, 204 ], [ 169, 185, 259, 204 ], [ 88, 249, 135, 268 ], [ 529, 249, 559, 268 ], [ 857, 249, 871, 268 ], [ 875, 249, 888, 268 ], [ 892, 249, 910, 269 ], [ 106, 266, 140, 285 ], [ 451, 266, 469, 285 ], [ 529, 266, 559, 285 ], [ 563, 266, 605, 285 ], [ 875, 266, 888, 285 ], [ 892, 266, 910, 285 ], [ 106, 283, 185, 302 ], [ 451, 283, 469, 302 ], [ 529, 283, 562, 302 ], [ 892, 283, 910, 302 ], [ 88, 300, 135, 319 ], [ 139, 300, 173, 319 ], [ 407, 300, 420, 319 ], [ 424, 300, 447, 319 ], [ 451, 300, 469, 319 ], [ 529, 300, 570, 319 ], [ 892, 300, 910, 319 ], [ 88, 317, 155, 336 ], [ 451, 317, 469, 336 ], [ 529, 317, 621, 336 ], [ 625, 317, 701, 336 ], [ 892, 317, 910, 336 ], [ 88, 334, 152, 353 ], [ 460, 334, 469, 353 ], [ 529, 334, 587, 353 ], [ 591, 334, 655, 353 ], [ 901, 334, 910, 353 ], [ 106, 351, 284, 370 ], [ 460, 351, 469, 370 ], [ 529, 351, 587, 370 ], [ 591, 351, 638, 370 ], [ 875, 351, 888, 370 ], [ 892, 351, 910, 370 ], [ 106, 368, 190, 387 ], [ 460, 368, 469, 387 ], [ 529, 368, 587, 387 ], [ 591, 368, 651, 387 ], [ 655, 368, 705, 387 ], [ 875, 368, 888, 387 ], [ 892, 368, 910, 387 ], [ 88, 385, 202, 404 ], [ 206, 385, 240, 404 ], [ 407, 385, 420, 404 ], [ 424, 385, 447, 404 ], [ 451, 385, 469, 404 ], [ 875, 385, 888, 404 ], [ 892, 385, 910, 404 ], [ 88, 402, 160, 421 ], [ 433, 402, 447, 421 ], [ 451, 402, 469, 421 ], [ 529, 402, 561, 421 ], [ 848, 402, 861, 421 ], [ 866, 402, 888, 421 ], [ 892, 402, 910, 421 ], [ 88, 419, 145, 438 ], [ 149, 419, 181, 438 ], [ 433, 419, 447, 438 ], [ 451, 419, 469, 438 ], [ 529, 419, 596, 438 ], [ 875, 419, 888, 438 ], [ 892, 419, 910, 438 ], [ 88, 436, 145, 455 ], [ 149, 436, 188, 455 ], [ 460, 436, 469, 455 ], [ 529, 436, 571, 455 ], [ 892, 436, 910, 455 ], [ 88, 453, 145, 472 ], [ 149, 453, 188, 472 ], [ 192, 453, 243, 472 ], [ 433, 453, 447, 472 ], [ 451, 453, 469, 472 ], [ 529, 453, 586, 472 ], [ 591, 453, 637, 472 ], [ 875, 453, 888, 472 ], [ 892, 453, 910, 472 ], [ 88, 470, 120, 489 ], [ 124, 470, 200, 489 ], [ 460, 470, 469, 489 ], [ 529, 470, 616, 489 ], [ 875, 470, 888, 489 ], [ 892, 470, 910, 489 ], [ 88, 487, 135, 506 ], [ 433, 487, 447, 506 ], [ 451, 487, 469, 506 ], [ 529, 487, 616, 506 ], [ 620, 487, 650, 506 ], [ 892, 487, 910, 506 ], [ 88, 504, 133, 523 ], [ 137, 504, 205, 523 ], [ 460, 504, 469, 523 ], [ 529, 504, 623, 523 ], [ 627, 504, 657, 523 ], [ 901, 504, 910, 523 ], [ 88, 521, 130, 540 ], [ 134, 521, 181, 540 ], [ 185, 521, 281, 540 ], [ 451, 521, 469, 540 ], [ 529, 521, 593, 540 ], [ 597, 521, 666, 540 ], [ 892, 521, 910, 540 ], [ 88, 538, 155, 557 ], [ 451, 538, 469, 557 ], [ 529, 538, 593, 557 ], [ 892, 538, 910, 557 ], [ 88, 555, 140, 574 ], [ 144, 555, 173, 574 ], [ 460, 555, 469, 574 ], [ 529, 555, 585, 574 ], [ 892, 555, 910, 574 ], [ 88, 571, 111, 591 ], [ 130, 571, 156, 591 ], [ 160, 571, 255, 591 ], [ 259, 571, 376, 591 ], [ 380, 571, 469, 591 ], [ 529, 571, 592, 591 ], [ 892, 571, 910, 591 ], [ 88, 588, 171, 608 ], [ 175, 588, 237, 608 ], [ 460, 588, 469, 608 ], [ 529, 588, 605, 608 ], [ 609, 588, 667, 608 ], [ 875, 588, 888, 608 ], [ 892, 588, 910, 608 ], [ 88, 605, 183, 624 ], [ 187, 605, 304, 624 ], [ 308, 605, 397, 624 ], [ 451, 605, 469, 624 ], [ 529, 605, 577, 624 ], [ 581, 605, 643, 624 ], [ 901, 605, 910, 625 ], [ 88, 622, 133, 641 ], [ 138, 622, 172, 641 ], [ 407, 622, 420, 641 ], [ 424, 622, 447, 641 ], [ 451, 622, 469, 642 ], [ 529, 622, 627, 641 ], [ 631, 622, 691, 641 ], [ 695, 622, 723, 641 ], [ 727, 622, 823, 641 ], [ 875, 622, 888, 641 ], [ 892, 622, 910, 642 ], [ 88, 639, 122, 658 ], [ 126, 639, 172, 658 ], [ 460, 639, 469, 658 ], [ 529, 639, 580, 658 ], [ 875, 639, 888, 658 ], [ 892, 639, 910, 658 ], [ 88, 656, 134, 675 ], [ 138, 656, 172, 675 ], [ 176, 656, 217, 675 ], [ 451, 656, 469, 675 ], [ 529, 656, 602, 675 ], [ 606, 656, 702, 675 ], [ 875, 656, 888, 675 ], [ 892, 656, 910, 675 ], [ 88, 673, 169, 692 ], [ 173, 673, 220, 692 ], [ 460, 673, 469, 692 ], [ 529, 673, 602, 692 ], [ 606, 673, 667, 692 ], [ 875, 673, 888, 692 ], [ 892, 673, 910, 692 ], [ 88, 690, 150, 709 ], [ 529, 690, 608, 709 ], [ 892, 690, 910, 709 ], [ 106, 707, 189, 726 ], [ 424, 707, 447, 726 ], [ 451, 707, 469, 726 ], [ 529, 707, 604, 726 ], [ 821, 707, 835, 726 ], [ 839, 707, 852, 726 ], [ 856, 707, 879, 726 ], [ 883, 707, 910, 726 ], [ 106, 724, 154, 743 ], [ 424, 724, 447, 743 ], [ 451, 724, 469, 743 ], [ 529, 724, 612, 743 ], [ 616, 724, 692, 743 ], [ 892, 724, 910, 743 ], [ 88, 741, 122, 760 ], [ 126, 741, 151, 760 ], [ 433, 741, 447, 760 ], [ 451, 741, 469, 760 ], [ 529, 741, 614, 760 ], [ 618, 741, 648, 760 ], [ 901, 741, 910, 760 ], [ 88, 758, 148, 777 ], [ 416, 758, 429, 777 ], [ 433, 758, 447, 777 ], [ 451, 758, 469, 777 ], [ 529, 758, 552, 777 ], [ 556, 758, 609, 777 ], [ 892, 758, 910, 777 ], [ 88, 775, 148, 794 ], [ 152, 775, 246, 794 ], [ 460, 775, 469, 794 ], [ 529, 775, 551, 794 ], [ 555, 775, 610, 794 ], [ 901, 775, 910, 794 ], [ 88, 792, 148, 811 ], [ 152, 792, 198, 811 ], [ 443, 792, 456, 811 ], [ 460, 792, 469, 811 ], [ 529, 792, 551, 811 ], [ 555, 792, 589, 811 ], [ 875, 792, 888, 811 ], [ 892, 792, 910, 811 ], [ 88, 809, 148, 828 ], [ 152, 809, 239, 828 ], [ 433, 809, 447, 828 ], [ 451, 809, 469, 828 ], [ 88, 826, 115, 845 ], [ 119, 826, 134, 845 ], [ 138, 826, 223, 845 ], [ 227, 826, 261, 845 ] ]
[ [ 264, 87, 366, 129 ], [ 88, 185, 117, 204 ], [ 154, 185, 165, 204 ], [ 169, 185, 259, 204 ], [ 88, 249, 135, 268 ], [ 106, 266, 140, 285 ], [ 451, 266, 469, 285 ], [ 106, 283, 185, 302 ], [ 451, 283, 469, 302 ], [ 88, 300, 135, 319 ], [ 139, 300, 173, 319 ], [ 407, 300, 420, 319 ], [ 424, 300, 447, 319 ], [ 451, 300, 469, 319 ], [ 88, 317, 155, 336 ], [ 451, 317, 469, 336 ], [ 88, 334, 152, 353 ], [ 460, 334, 469, 353 ], [ 106, 351, 284, 370 ], [ 460, 351, 469, 370 ], [ 106, 368, 190, 387 ], [ 460, 368, 469, 387 ], [ 88, 385, 202, 404 ], [ 206, 385, 240, 404 ], [ 407, 385, 420, 404 ], [ 424, 385, 447, 404 ], [ 451, 385, 469, 404 ], [ 88, 402, 160, 421 ], [ 433, 402, 447, 421 ], [ 451, 402, 469, 421 ], [ 88, 419, 145, 438 ], [ 149, 419, 181, 438 ], [ 433, 419, 447, 438 ], [ 451, 419, 469, 438 ], [ 88, 436, 145, 455 ], [ 149, 436, 188, 455 ], [ 460, 436, 469, 455 ], [ 88, 453, 145, 472 ], [ 149, 453, 188, 472 ], [ 192, 453, 243, 472 ], [ 433, 453, 447, 472 ], [ 451, 453, 469, 472 ], [ 88, 470, 120, 489 ], [ 124, 470, 200, 489 ], [ 460, 470, 469, 489 ], [ 88, 487, 135, 506 ], [ 433, 487, 447, 506 ], [ 451, 487, 469, 506 ], [ 88, 504, 133, 523 ], [ 137, 504, 205, 523 ], [ 460, 504, 469, 523 ], [ 88, 521, 130, 540 ], [ 134, 521, 181, 540 ], [ 185, 521, 281, 540 ], [ 451, 521, 469, 540 ], [ 88, 538, 155, 557 ], [ 451, 538, 469, 557 ], [ 88, 555, 140, 574 ], [ 144, 555, 173, 574 ], [ 460, 555, 469, 574 ], [ 88, 571, 111, 591 ], [ 130, 571, 156, 591 ], [ 160, 571, 255, 591 ], [ 259, 571, 376, 591 ], [ 380, 571, 469, 591 ], [ 88, 588, 171, 608 ], [ 175, 588, 237, 608 ], [ 460, 588, 469, 608 ], [ 88, 605, 183, 624 ], [ 187, 605, 304, 624 ], [ 308, 605, 397, 624 ], [ 451, 605, 469, 624 ], [ 88, 622, 133, 641 ], [ 138, 622, 172, 641 ], [ 407, 622, 420, 641 ], [ 424, 622, 447, 641 ], [ 451, 622, 469, 642 ], [ 88, 639, 122, 658 ], [ 126, 639, 172, 658 ], [ 460, 639, 469, 658 ], [ 88, 656, 134, 675 ], [ 138, 656, 172, 675 ], [ 176, 656, 217, 675 ], [ 451, 656, 469, 675 ], [ 88, 673, 169, 692 ], [ 173, 673, 220, 692 ], [ 460, 673, 469, 692 ], [ 88, 690, 150, 709 ], [ 106, 707, 189, 726 ], [ 424, 707, 447, 726 ], [ 451, 707, 469, 726 ], [ 106, 724, 154, 743 ], [ 424, 724, 447, 743 ], [ 451, 724, 469, 743 ], [ 88, 741, 122, 760 ], [ 126, 741, 151, 760 ], [ 433, 741, 447, 760 ], [ 451, 741, 469, 760 ], [ 88, 758, 148, 777 ], [ 416, 758, 429, 777 ], [ 433, 758, 447, 777 ], [ 451, 758, 469, 777 ], [ 88, 775, 148, 794 ], [ 152, 775, 246, 794 ], [ 460, 775, 469, 794 ], [ 88, 792, 148, 811 ], [ 152, 792, 198, 811 ], [ 443, 792, 456, 811 ], [ 460, 792, 469, 811 ], [ 88, 809, 148, 828 ], [ 152, 809, 239, 828 ], [ 433, 809, 447, 828 ], [ 451, 809, 469, 828 ], [ 529, 249, 559, 268 ], [ 857, 249, 871, 268 ], [ 875, 249, 888, 268 ], [ 892, 249, 910, 269 ], [ 529, 266, 559, 285 ], [ 563, 266, 605, 285 ], [ 875, 266, 888, 285 ], [ 892, 266, 910, 285 ], [ 529, 283, 562, 302 ], [ 892, 283, 910, 302 ], [ 529, 300, 570, 319 ], [ 892, 300, 910, 319 ], [ 529, 317, 621, 336 ], [ 625, 317, 701, 336 ], [ 892, 317, 910, 336 ], [ 529, 334, 587, 353 ], [ 591, 334, 655, 353 ], [ 901, 334, 910, 353 ], [ 529, 351, 587, 370 ], [ 591, 351, 638, 370 ], [ 875, 351, 888, 370 ], [ 892, 351, 910, 370 ], [ 529, 368, 587, 387 ], [ 591, 368, 651, 387 ], [ 655, 368, 705, 387 ], [ 875, 368, 888, 387 ], [ 892, 368, 910, 387 ], [ 875, 385, 888, 404 ], [ 892, 385, 910, 404 ], [ 529, 402, 561, 421 ], [ 848, 402, 861, 421 ], [ 866, 402, 888, 421 ], [ 892, 402, 910, 421 ], [ 529, 419, 596, 438 ], [ 875, 419, 888, 438 ], [ 892, 419, 910, 438 ], [ 529, 436, 571, 455 ], [ 892, 436, 910, 455 ], [ 529, 453, 586, 472 ], [ 591, 453, 637, 472 ], [ 875, 453, 888, 472 ], [ 892, 453, 910, 472 ], [ 529, 470, 616, 489 ], [ 875, 470, 888, 489 ], [ 892, 470, 910, 489 ], [ 529, 487, 616, 506 ], [ 620, 487, 650, 506 ], [ 892, 487, 910, 506 ], [ 529, 504, 623, 523 ], [ 627, 504, 657, 523 ], [ 901, 504, 910, 523 ], [ 529, 521, 593, 540 ], [ 597, 521, 666, 540 ], [ 892, 521, 910, 540 ], [ 529, 538, 593, 557 ], [ 892, 538, 910, 557 ], [ 529, 555, 585, 574 ], [ 892, 555, 910, 574 ], [ 529, 571, 592, 591 ], [ 892, 571, 910, 591 ], [ 529, 588, 605, 608 ], [ 609, 588, 667, 608 ], [ 875, 588, 888, 608 ], [ 892, 588, 910, 608 ], [ 529, 605, 577, 624 ], [ 581, 605, 643, 624 ], [ 901, 605, 910, 625 ], [ 529, 622, 627, 641 ], [ 631, 622, 691, 641 ], [ 695, 622, 723, 641 ], [ 727, 622, 823, 641 ], [ 875, 622, 888, 641 ], [ 892, 622, 910, 642 ], [ 529, 639, 580, 658 ], [ 875, 639, 888, 658 ], [ 892, 639, 910, 658 ], [ 529, 656, 602, 675 ], [ 606, 656, 702, 675 ], [ 875, 656, 888, 675 ], [ 892, 656, 910, 675 ], [ 529, 673, 602, 692 ], [ 606, 673, 667, 692 ], [ 875, 673, 888, 692 ], [ 892, 673, 910, 692 ], [ 529, 690, 608, 709 ], [ 892, 690, 910, 709 ], [ 529, 707, 604, 726 ], [ 821, 707, 835, 726 ], [ 839, 707, 852, 726 ], [ 856, 707, 879, 726 ], [ 883, 707, 910, 726 ], [ 529, 724, 612, 743 ], [ 616, 724, 692, 743 ], [ 892, 724, 910, 743 ], [ 529, 741, 614, 760 ], [ 618, 741, 648, 760 ], [ 901, 741, 910, 760 ], [ 529, 758, 552, 777 ], [ 556, 758, 609, 777 ], [ 892, 758, 910, 777 ], [ 529, 775, 551, 794 ], [ 555, 775, 610, 794 ], [ 901, 775, 910, 794 ], [ 529, 792, 551, 811 ], [ 555, 792, 589, 811 ], [ 875, 792, 888, 811 ], [ 892, 792, 910, 811 ], [ 88, 826, 115, 845 ], [ 119, 826, 134, 845 ], [ 138, 826, 223, 845 ], [ 227, 826, 261, 845 ] ]
Local File Header Yes (partially, details Yes (partially, details Yes below) below) File data Yes Yes Yes Data descriptor Yes Optional Optional Archive decryption No No No header Archive data No No No record Central directory Yes (partially, details Yes (partially, details Yes structure: below) below) File header Central directory Yes (ignore the Optional Optional structure: signature data) Digital signature Zip64 end of central Yes (partially, details Yes (partially, details Optional directory record V1 below) below, used only when (from spec version needed) 4.5) Zip64 end of central No No No directory record V2 (from spec version 6.2) end of central Yes (partially, details Yes (partially, details Optional directory locator below) below, used only when needed) End of central Yes (partially, details Yes (partially, details Yes directory record below, used only when needed) Table C–2, for record components”, specifies the requirements for package production, consumption, “Support and editing in regard to individual record components described in the ZIP Appnote.txt. C–2. Support for record components Record Field Supported Supported Pass on on through Consumption Production on editing Local File file Yes Yes Yes Header header signature
Local File Header Yes (partially, details below) Yes (partially, details below) Yes File data Yes Yes Yes Data descriptor Yes Optional Optional Archive decryption header No No No Archive data record No No No Central directory structure: File header Yes (partially, details below) Yes (partially, details below) Yes Central directory structure: Digital signature Yes (ignore the signature data) Optional Optional Zip64 end of central directory record V1 (from spec version 4.5) Yes (partially, details below) Yes (partially, details below, used only when needed) Optional Zip64 end of central directory record V2 (from spec version 6.2) No No No end of central directory locator Yes (partially, details below) Yes (partially, details below, used only when needed) Optional End of central directory record Yes (partially, details Yes (partially, details below, used only when needed) Yes Table C–2, “Support for record components”, specifies the requirements for package production, consumption, and editing in regard to individual record components described in the ZIP Appnote.txt. C–2. Support for record components Record Field Supported on Consumption Supported on Production Pass through on editing Local File Header file header signature Yes Yes Yes
0.53312
[ 0, 1, 2, 3, 4, 5, 10, 6, 7, 8, 11, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 27, 24, 25, 26, 28, 29, 33, 30, 31, 32, 34, 35, 43, 46, 47, 36, 37, 38, 44, 39, 40, 41, 45, 42, 48, 49, 55, 58, 59, 50, 51, 52, 56, 57, 53, 54, 60, 61, 62, 63, 71, 72, 73, 79, 80, 81, 83, 64, 65, 66, 74, 67, 68, 69, 75, 76, 77, 78, 82, 70, 84, 85, 86, 87, 91, 92, 93, 94, 95, 96, 97, 88, 89, 90, 98, 99, 100, 108, 109, 101, 102, 103, 110, 104, 105, 106, 111, 112, 113, 114, 115, 107, 116, 117, 118, 126, 127, 119, 120, 121, 122, 123, 124, 128, 129, 130, 131, 132, 125, 133, 134, 145, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 169, 172, 167, 170, 173, 168, 171, 174, 175, 176, 177, 182, 178, 183, 184, 179, 180, 181 ]
Office%20Open%20XML%20Part%202%20-%20Open%20Packaging%20Conventions_final.docx
task-1605-776
84
[ [ 88, 92, 125, 111 ], [ 129, 92, 155, 111 ], [ 159, 92, 212, 111 ], [ 270, 92, 295, 111 ], [ 299, 92, 368, 111 ], [ 372, 92, 420, 111 ], [ 454, 92, 479, 111 ], [ 483, 92, 552, 111 ], [ 556, 92, 604, 111 ], [ 643, 92, 668, 111 ], [ 270, 109, 320, 128 ], [ 454, 109, 504, 128 ], [ 88, 132, 113, 151 ], [ 117, 132, 150, 151 ], [ 270, 132, 295, 151 ], [ 454, 132, 479, 151 ], [ 643, 132, 668, 151 ], [ 88, 155, 122, 174 ], [ 126, 155, 201, 174 ], [ 270, 155, 295, 174 ], [ 454, 155, 517, 174 ], [ 643, 155, 706, 174 ], [ 88, 178, 143, 197 ], [ 147, 178, 225, 197 ], [ 270, 178, 291, 197 ], [ 454, 178, 475, 197 ], [ 643, 178, 664, 197 ], [ 88, 195, 139, 214 ], [ 88, 218, 143, 237 ], [ 180, 218, 212, 237 ], [ 270, 218, 291, 237 ], [ 454, 218, 475, 237 ], [ 643, 218, 664, 237 ], [ 88, 235, 136, 254 ], [ 88, 258, 141, 277 ], [ 145, 258, 211, 277 ], [ 270, 258, 295, 277 ], [ 299, 258, 368, 277 ], [ 372, 258, 420, 277 ], [ 454, 258, 479, 277 ], [ 483, 258, 552, 277 ], [ 556, 258, 604, 277 ], [ 643, 258, 668, 277 ], [ 88, 275, 159, 294 ], [ 270, 275, 320, 294 ], [ 454, 275, 504, 294 ], [ 88, 292, 113, 311 ], [ 117, 292, 169, 311 ], [ 88, 315, 141, 334 ], [ 145, 315, 211, 334 ], [ 270, 315, 295, 334 ], [ 299, 315, 351, 334 ], [ 355, 315, 379, 334 ], [ 454, 315, 517, 334 ], [ 643, 315, 706, 334 ], [ 88, 332, 159, 351 ], [ 270, 332, 338, 351 ], [ 342, 332, 380, 351 ], [ 88, 349, 134, 368 ], [ 138, 349, 207, 368 ], [ 88, 372, 128, 391 ], [ 132, 372, 160, 391 ], [ 164, 372, 179, 391 ], [ 183, 372, 234, 391 ], [ 270, 372, 295, 391 ], [ 299, 372, 368, 391 ], [ 372, 372, 420, 391 ], [ 454, 372, 479, 391 ], [ 483, 372, 552, 391 ], [ 556, 372, 604, 391 ], [ 643, 372, 706, 391 ], [ 88, 389, 154, 408 ], [ 158, 389, 206, 408 ], [ 210, 389, 229, 408 ], [ 270, 389, 320, 408 ], [ 454, 389, 503, 408 ], [ 507, 389, 542, 408 ], [ 546, 389, 577, 408 ], [ 581, 389, 622, 408 ], [ 88, 406, 129, 425 ], [ 133, 406, 166, 425 ], [ 170, 406, 223, 425 ], [ 454, 406, 515, 425 ], [ 88, 423, 116, 442 ], [ 88, 446, 128, 465 ], [ 132, 446, 160, 465 ], [ 164, 446, 179, 465 ], [ 183, 446, 234, 465 ], [ 270, 446, 291, 465 ], [ 454, 446, 475, 465 ], [ 643, 446, 664, 465 ], [ 88, 463, 154, 482 ], [ 158, 463, 206, 482 ], [ 210, 463, 229, 482 ], [ 88, 480, 129, 499 ], [ 133, 480, 166, 499 ], [ 170, 480, 223, 499 ], [ 88, 497, 116, 516 ], [ 124, 520, 151, 539 ], [ 156, 520, 170, 539 ], [ 175, 520, 225, 539 ], [ 270, 520, 295, 539 ], [ 299, 520, 368, 539 ], [ 372, 520, 420, 539 ], [ 454, 520, 479, 539 ], [ 483, 520, 552, 539 ], [ 556, 520, 604, 539 ], [ 643, 520, 706, 539 ], [ 88, 537, 154, 556 ], [ 158, 537, 209, 556 ], [ 270, 537, 320, 556 ], [ 454, 537, 503, 556 ], [ 507, 537, 542, 556 ], [ 546, 537, 577, 556 ], [ 581, 537, 622, 556 ], [ 454, 554, 515, 573 ], [ 88, 577, 115, 596 ], [ 119, 577, 134, 596 ], [ 138, 577, 189, 596 ], [ 270, 577, 295, 596 ], [ 299, 577, 368, 596 ], [ 372, 577, 420, 596 ], [ 454, 577, 479, 596 ], [ 483, 577, 552, 596 ], [ 556, 577, 604, 596 ], [ 643, 577, 668, 596 ], [ 88, 594, 154, 613 ], [ 158, 594, 206, 613 ], [ 454, 594, 503, 613 ], [ 507, 594, 542, 613 ], [ 546, 594, 577, 613 ], [ 581, 594, 622, 613 ], [ 454, 611, 515, 630 ], [ 88, 666, 128, 685 ], [ 132, 666, 164, 685 ], [ 238, 666, 259, 685 ], [ 263, 666, 311, 685 ], [ 315, 666, 418, 685 ], [ 422, 666, 485, 685 ], [ 489, 666, 513, 685 ], [ 517, 666, 616, 685 ], [ 620, 666, 642, 685 ], [ 646, 666, 706, 685 ], [ 710, 666, 795, 685 ], [ 799, 666, 899, 685 ], [ 168, 670, 234, 685 ], [ 88, 685, 115, 704 ], [ 119, 685, 170, 704 ], [ 174, 685, 187, 704 ], [ 191, 685, 239, 704 ], [ 243, 685, 259, 704 ], [ 263, 685, 334, 704 ], [ 338, 685, 386, 704 ], [ 390, 685, 481, 704 ], [ 485, 685, 556, 704 ], [ 560, 685, 574, 704 ], [ 578, 685, 602, 704 ], [ 606, 685, 629, 704 ], [ 633, 685, 725, 704 ], [ 124, 717, 156, 737 ], [ 160, 717, 218, 737 ], [ 222, 717, 243, 737 ], [ 247, 717, 295, 737 ], [ 299, 717, 391, 737 ], [ 97, 753, 150, 772 ], [ 215, 753, 251, 772 ], [ 317, 753, 395, 772 ], [ 427, 753, 505, 772 ], [ 544, 753, 577, 772 ], [ 347, 770, 366, 789 ], [ 456, 770, 476, 789 ], [ 531, 770, 591, 789 ], [ 306, 787, 406, 806 ], [ 425, 787, 507, 806 ], [ 551, 787, 570, 806 ], [ 535, 804, 587, 823 ], [ 88, 827, 125, 846 ], [ 129, 827, 155, 846 ], [ 214, 827, 237, 846 ], [ 306, 827, 331, 846 ], [ 425, 827, 450, 846 ], [ 526, 827, 551, 846 ], [ 88, 844, 141, 863 ], [ 178, 844, 230, 863 ], [ 178, 861, 247, 880 ] ]
[ [ 88, 92, 125, 111 ], [ 129, 92, 155, 111 ], [ 159, 92, 212, 111 ], [ 270, 92, 295, 111 ], [ 299, 92, 368, 111 ], [ 372, 92, 420, 111 ], [ 270, 109, 320, 128 ], [ 454, 92, 479, 111 ], [ 483, 92, 552, 111 ], [ 556, 92, 604, 111 ], [ 454, 109, 504, 128 ], [ 643, 92, 668, 111 ], [ 88, 132, 113, 151 ], [ 117, 132, 150, 151 ], [ 270, 132, 295, 151 ], [ 454, 132, 479, 151 ], [ 643, 132, 668, 151 ], [ 88, 155, 122, 174 ], [ 126, 155, 201, 174 ], [ 270, 155, 295, 174 ], [ 454, 155, 517, 174 ], [ 643, 155, 706, 174 ], [ 88, 178, 143, 197 ], [ 147, 178, 225, 197 ], [ 88, 195, 139, 214 ], [ 270, 178, 291, 197 ], [ 454, 178, 475, 197 ], [ 643, 178, 664, 197 ], [ 88, 218, 143, 237 ], [ 180, 218, 212, 237 ], [ 88, 235, 136, 254 ], [ 270, 218, 291, 237 ], [ 454, 218, 475, 237 ], [ 643, 218, 664, 237 ], [ 88, 258, 141, 277 ], [ 145, 258, 211, 277 ], [ 88, 275, 159, 294 ], [ 88, 292, 113, 311 ], [ 117, 292, 169, 311 ], [ 270, 258, 295, 277 ], [ 299, 258, 368, 277 ], [ 372, 258, 420, 277 ], [ 270, 275, 320, 294 ], [ 454, 258, 479, 277 ], [ 483, 258, 552, 277 ], [ 556, 258, 604, 277 ], [ 454, 275, 504, 294 ], [ 643, 258, 668, 277 ], [ 88, 315, 141, 334 ], [ 145, 315, 211, 334 ], [ 88, 332, 159, 351 ], [ 88, 349, 134, 368 ], [ 138, 349, 207, 368 ], [ 270, 315, 295, 334 ], [ 299, 315, 351, 334 ], [ 355, 315, 379, 334 ], [ 270, 332, 338, 351 ], [ 342, 332, 380, 351 ], [ 454, 315, 517, 334 ], [ 643, 315, 706, 334 ], [ 88, 372, 128, 391 ], [ 132, 372, 160, 391 ], [ 164, 372, 179, 391 ], [ 183, 372, 234, 391 ], [ 88, 389, 154, 408 ], [ 158, 389, 206, 408 ], [ 210, 389, 229, 408 ], [ 88, 406, 129, 425 ], [ 133, 406, 166, 425 ], [ 170, 406, 223, 425 ], [ 88, 423, 116, 442 ], [ 270, 372, 295, 391 ], [ 299, 372, 368, 391 ], [ 372, 372, 420, 391 ], [ 270, 389, 320, 408 ], [ 454, 372, 479, 391 ], [ 483, 372, 552, 391 ], [ 556, 372, 604, 391 ], [ 454, 389, 503, 408 ], [ 507, 389, 542, 408 ], [ 546, 389, 577, 408 ], [ 581, 389, 622, 408 ], [ 454, 406, 515, 425 ], [ 643, 372, 706, 391 ], [ 88, 446, 128, 465 ], [ 132, 446, 160, 465 ], [ 164, 446, 179, 465 ], [ 183, 446, 234, 465 ], [ 88, 463, 154, 482 ], [ 158, 463, 206, 482 ], [ 210, 463, 229, 482 ], [ 88, 480, 129, 499 ], [ 133, 480, 166, 499 ], [ 170, 480, 223, 499 ], [ 88, 497, 116, 516 ], [ 270, 446, 291, 465 ], [ 454, 446, 475, 465 ], [ 643, 446, 664, 465 ], [ 124, 520, 151, 539 ], [ 156, 520, 170, 539 ], [ 175, 520, 225, 539 ], [ 88, 537, 154, 556 ], [ 158, 537, 209, 556 ], [ 270, 520, 295, 539 ], [ 299, 520, 368, 539 ], [ 372, 520, 420, 539 ], [ 270, 537, 320, 556 ], [ 454, 520, 479, 539 ], [ 483, 520, 552, 539 ], [ 556, 520, 604, 539 ], [ 454, 537, 503, 556 ], [ 507, 537, 542, 556 ], [ 546, 537, 577, 556 ], [ 581, 537, 622, 556 ], [ 454, 554, 515, 573 ], [ 643, 520, 706, 539 ], [ 88, 577, 115, 596 ], [ 119, 577, 134, 596 ], [ 138, 577, 189, 596 ], [ 88, 594, 154, 613 ], [ 158, 594, 206, 613 ], [ 270, 577, 295, 596 ], [ 299, 577, 368, 596 ], [ 372, 577, 420, 596 ], [ 454, 577, 479, 596 ], [ 483, 577, 552, 596 ], [ 556, 577, 604, 596 ], [ 454, 594, 503, 613 ], [ 507, 594, 542, 613 ], [ 546, 594, 577, 613 ], [ 581, 594, 622, 613 ], [ 454, 611, 515, 630 ], [ 643, 577, 668, 596 ], [ 88, 666, 128, 685 ], [ 132, 666, 164, 685 ], [ 168, 670, 234, 685 ], [ 238, 666, 259, 685 ], [ 263, 666, 311, 685 ], [ 315, 666, 418, 685 ], [ 422, 666, 485, 685 ], [ 489, 666, 513, 685 ], [ 517, 666, 616, 685 ], [ 620, 666, 642, 685 ], [ 646, 666, 706, 685 ], [ 710, 666, 795, 685 ], [ 799, 666, 899, 685 ], [ 88, 685, 115, 704 ], [ 119, 685, 170, 704 ], [ 174, 685, 187, 704 ], [ 191, 685, 239, 704 ], [ 243, 685, 259, 704 ], [ 263, 685, 334, 704 ], [ 338, 685, 386, 704 ], [ 390, 685, 481, 704 ], [ 485, 685, 556, 704 ], [ 560, 685, 574, 704 ], [ 578, 685, 602, 704 ], [ 606, 685, 629, 704 ], [ 633, 685, 725, 704 ], [ 124, 717, 156, 737 ], [ 160, 717, 218, 737 ], [ 222, 717, 243, 737 ], [ 247, 717, 295, 737 ], [ 299, 717, 391, 737 ], [ 97, 753, 150, 772 ], [ 215, 753, 251, 772 ], [ 317, 753, 395, 772 ], [ 347, 770, 366, 789 ], [ 306, 787, 406, 806 ], [ 427, 753, 505, 772 ], [ 456, 770, 476, 789 ], [ 425, 787, 507, 806 ], [ 544, 753, 577, 772 ], [ 531, 770, 591, 789 ], [ 551, 787, 570, 806 ], [ 535, 804, 587, 823 ], [ 88, 827, 125, 846 ], [ 129, 827, 155, 846 ], [ 88, 844, 141, 863 ], [ 214, 827, 237, 846 ], [ 178, 844, 230, 863 ], [ 178, 861, 247, 880 ], [ 306, 827, 331, 846 ], [ 425, 827, 450, 846 ], [ 526, 827, 551, 846 ] ]
Amanda Jones CONTACT DETAILS 34 West Road, Chicago, IL Mobile: (123) 456 7890 Office Manager mymail@resume2017.net www.resume2017.net Personal statement OF EXPERTISE Diary management I am seeking a position as office manager in a professional company. Much experienced Human resources in providing full secretarial, administrative and office management support to work Staff reviews / training colleagues in a busy office environment. I have the skill and knowledge for managing key Delegating tasks areas of the team supervision and I have excellent problem-solving skills. An adaptable, Forward planning self-directed professional who successfully communicates at all levels. Data management WORK EXPERIENCE Space management Facilities management Office Manager Consulting Company, Chicago, IL - September 2014 Present – Responsibilities: Planned and managed day to day operations for corporate office. Coordinating meeting and networking events. Analyzed and organized work processes and procedures. Maintaining office equipment & arranging any repairs or replacements. Controlled accounts payable and accounts receivable. Creating and implementing new administrative systems. Liaised with partners, vendors, clients and external accountants. Maintained control of assets and inventory. Supervised office support staff. Administrative Assistant ACMD Medical, Chicago, IL - July 2013 - September 2014 Provided full administrative and secretarial support to the Sales department. PROFESSIONAL SKILLS KEY SKILLS AND COMPETENCIES Spanish speaker (fluently) Excellent administration skills. Italian speaker (good) Confident with the basic office software packages (Word, Excel, PowerPoint etc). Driving license Teambuilding & Supervision. Advanced First Aid Handling recruitment and arranging interviews. Setting up effective systems and processes in the office management. Dealing professionally with all correspondence, queries and complaints. General office maintenance. PERSONAL SKILLS Education Time management Nuneaton University 2010-2013 – Organisational skills BA (Hons) Business Administration 2:1 Communication skills Modules included: Adaptability Resources Management Attention to detail Business Mathematics Problem assessment Strategic Management Decision-making Accounting and Finance, E-commerce Multi tasking Nuneaton College 2007-2010 – Teamwork levels: Mathematics (A), History (A), Geography (B) REFERENCES available on request.
CONTACT DETAILS 34 West Road, Chicago, IL Mobile: (123) 456 7890 mymail@resume2017.net www.resume2017.net Amanda Jones Office Manager OF EXPERTISE Diary management Human resources Staff reviews / training Delegating tasks Forward planning Data management Space management Facilities management Personal statement I am seeking a position as office manager in a professional company. Much experienced in providing full secretarial, administrative and office management support to work colleagues in a busy office environment. I have the skill and knowledge for managing key areas of the team supervision and I have excellent problem-solving skills. An adaptable, self-directed professional who successfully communicates at all levels. WORK EXPERIENCE Office Manager Consulting Company, Chicago, IL - September 2014 – Present Responsibilities: Planned and managed day to day operations for corporate office. Coordinating meeting and networking events. Analyzed and organized work processes and procedures. Maintaining office equipment & arranging any repairs or replacements. Controlled accounts payable and accounts receivable. Creating and implementing new administrative systems. Liaised with partners, vendors, clients and external accountants. Maintained control of assets and inventory. Supervised office support staff. Administrative Assistant ACMD Medical, Chicago, IL - July 2013 - September 2014 Provided full administrative and secretarial support to the Sales department. PROFESSIONAL SKILLS Spanish speaker (fluently) Italian speaker (good) Driving license Advanced First Aid KEY SKILLS AND COMPETENCIES Excellent administration skills. Confident with the basic office software packages (Word, Excel, PowerPoint etc). Teambuilding & Supervision. Handling recruitment and arranging interviews. Setting up effective systems and processes in the office management. Dealing professionally with all correspondence, queries and complaints. General office maintenance. PERSONAL SKILLS Time management Organisational skills Communication skills Adaptability Attention to detail Problem assessment Decision-making Multi tasking Teamwork Education Nuneaton University – 2010-2013 BA (Hons) Business Administration 2:1 Modules included: Resources Management Business Mathematics Strategic Management Accounting and Finance, E-commerce Nuneaton College – 2007-2010 levels: Mathematics (A), History (A), Geography (B) REFERENCES available on request.
0.771341
[ 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 16, 0, 1, 13, 14, 19, 20, 21, 22, 37, 38, 50, 51, 52, 53, 69, 70, 84, 85, 94, 95, 98, 99, 100, 101, 17, 18, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 96, 97, 102, 103, 104, 105, 106, 107, 108, 109, 110, 112, 111, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 203, 204, 205, 209, 210, 211, 223, 224, 228, 229, 230, 199, 200, 201, 202, 206, 207, 208, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 225, 226, 227, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 260, 261, 266, 267, 273, 274, 277, 280, 281, 282, 285, 286, 289, 294, 295, 300, 259, 262, 263, 265, 264, 268, 269, 270, 271, 272, 275, 276, 278, 279, 283, 284, 287, 288, 290, 291, 292, 293, 296, 297, 299, 298, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311 ]
Office-Manager-resume-example-2017-2.docx
task-1605-913
0
[ [ 161, 45, 331, 94 ], [ 343, 45, 457, 94 ], [ 682, 48, 748, 64 ], [ 751, 48, 807, 64 ], [ 682, 69, 701, 87 ], [ 705, 69, 744, 87 ], [ 748, 69, 791, 87 ], [ 795, 69, 860, 87 ], [ 864, 69, 880, 87 ], [ 682, 84, 738, 102 ], [ 743, 84, 785, 102 ], [ 790, 84, 819, 102 ], [ 823, 84, 862, 102 ], [ 191, 97, 272, 130 ], [ 279, 97, 404, 130 ], [ 682, 100, 879, 117 ], [ 682, 115, 864, 133 ], [ 209, 158, 279, 178 ], [ 284, 158, 368, 178 ], [ 39, 159, 58, 175 ], [ 61, 159, 133, 175 ], [ 5, 181, 41, 197 ], [ 45, 181, 136, 197 ], [ 239, 184, 243, 202 ], [ 248, 184, 272, 202 ], [ 277, 184, 334, 202 ], [ 339, 184, 348, 202 ], [ 353, 184, 414, 202 ], [ 419, 184, 435, 202 ], [ 440, 184, 482, 202 ], [ 487, 184, 554, 202 ], [ 559, 184, 573, 202 ], [ 578, 184, 587, 202 ], [ 592, 184, 684, 202 ], [ 689, 184, 763, 202 ], [ 768, 184, 811, 202 ], [ 816, 184, 908, 202 ], [ 5, 198, 55, 214 ], [ 59, 198, 123, 214 ], [ 239, 200, 252, 218 ], [ 261, 200, 332, 218 ], [ 341, 200, 365, 218 ], [ 373, 200, 456, 218 ], [ 465, 200, 573, 218 ], [ 582, 200, 610, 218 ], [ 619, 200, 661, 218 ], [ 670, 200, 770, 218 ], [ 779, 200, 837, 218 ], [ 846, 200, 862, 218 ], [ 871, 200, 908, 218 ], [ 5, 214, 37, 230 ], [ 41, 214, 93, 230 ], [ 97, 214, 103, 230 ], [ 107, 214, 160, 230 ], [ 239, 216, 317, 234 ], [ 322, 216, 336, 234 ], [ 340, 216, 349, 234 ], [ 354, 216, 389, 234 ], [ 393, 216, 436, 234 ], [ 440, 216, 542, 234 ], [ 546, 216, 551, 234 ], [ 556, 216, 592, 234 ], [ 596, 216, 621, 234 ], [ 626, 216, 654, 234 ], [ 659, 216, 687, 234 ], [ 692, 216, 774, 234 ], [ 778, 216, 800, 234 ], [ 804, 216, 878, 234 ], [ 882, 216, 908, 234 ], [ 5, 231, 79, 247 ], [ 83, 231, 118, 247 ], [ 239, 232, 279, 250 ], [ 285, 232, 300, 250 ], [ 305, 232, 330, 250 ], [ 336, 232, 375, 250 ], [ 380, 232, 466, 250 ], [ 471, 232, 500, 250 ], [ 505, 232, 510, 250 ], [ 515, 232, 551, 250 ], [ 557, 232, 625, 250 ], [ 630, 232, 752, 250 ], [ 757, 232, 797, 250 ], [ 803, 232, 823, 250 ], [ 828, 232, 908, 250 ], [ 5, 248, 62, 264 ], [ 66, 248, 126, 264 ], [ 239, 248, 333, 266 ], [ 337, 248, 429, 266 ], [ 433, 248, 466, 266 ], [ 470, 248, 558, 266 ], [ 562, 248, 672, 266 ], [ 676, 248, 691, 266 ], [ 696, 248, 713, 266 ], [ 717, 248, 764, 266 ], [ 5, 264, 38, 280 ], [ 42, 264, 134, 280 ], [ 209, 277, 261, 297 ], [ 266, 277, 366, 297 ], [ 5, 281, 45, 297 ], [ 49, 281, 140, 297 ], [ 5, 298, 64, 314 ], [ 68, 298, 159, 314 ], [ 209, 304, 253, 322 ], [ 257, 304, 325, 322 ], [ 209, 320, 288, 337 ], [ 292, 320, 368, 337 ], [ 372, 320, 435, 337 ], [ 439, 320, 452, 337 ], [ 489, 320, 495, 337 ], [ 507, 320, 590, 337 ], [ 594, 320, 632, 337 ], [ 649, 320, 707, 337 ], [ 636, 324, 645, 337 ], [ 239, 343, 358, 361 ], [ 269, 362, 330, 380 ], [ 334, 362, 362, 380 ], [ 367, 362, 436, 380 ], [ 440, 362, 467, 380 ], [ 472, 362, 487, 380 ], [ 492, 362, 519, 380 ], [ 523, 362, 604, 380 ], [ 608, 362, 630, 380 ], [ 634, 362, 708, 380 ], [ 712, 362, 759, 380 ], [ 269, 378, 366, 396 ], [ 370, 378, 432, 396 ], [ 436, 378, 465, 396 ], [ 469, 378, 554, 396 ], [ 558, 378, 613, 396 ], [ 269, 394, 337, 412 ], [ 341, 394, 369, 412 ], [ 374, 394, 447, 412 ], [ 452, 394, 489, 412 ], [ 494, 394, 567, 412 ], [ 571, 394, 600, 412 ], [ 604, 394, 694, 412 ], [ 269, 410, 359, 428 ], [ 363, 410, 406, 428 ], [ 410, 410, 492, 428 ], [ 496, 410, 509, 428 ], [ 513, 410, 585, 428 ], [ 589, 410, 616, 428 ], [ 620, 410, 672, 428 ], [ 676, 410, 692, 428 ], [ 696, 410, 803, 428 ], [ 269, 426, 348, 444 ], [ 352, 426, 419, 444 ], [ 423, 426, 482, 444 ], [ 486, 426, 515, 444 ], [ 519, 426, 586, 444 ], [ 590, 426, 672, 444 ], [ 269, 442, 332, 459 ], [ 336, 442, 365, 459 ], [ 369, 442, 473, 459 ], [ 477, 442, 510, 459 ], [ 514, 442, 622, 459 ], [ 626, 442, 691, 459 ], [ 269, 457, 320, 475 ], [ 324, 457, 358, 475 ], [ 362, 457, 430, 475 ], [ 434, 457, 499, 475 ], [ 503, 457, 552, 475 ], [ 556, 457, 584, 475 ], [ 589, 457, 650, 475 ], [ 654, 457, 751, 475 ], [ 269, 473, 355, 491 ], [ 360, 473, 413, 491 ], [ 418, 473, 433, 491 ], [ 437, 473, 483, 491 ], [ 487, 473, 515, 491 ], [ 520, 473, 596, 491 ], [ 269, 489, 351, 507 ], [ 355, 489, 398, 507 ], [ 402, 489, 460, 507 ], [ 465, 489, 503, 507 ], [ 209, 521, 318, 539 ], [ 323, 521, 390, 539 ], [ 209, 537, 256, 555 ], [ 260, 537, 325, 555 ], [ 329, 537, 392, 555 ], [ 397, 537, 409, 555 ], [ 501, 537, 507, 555 ], [ 515, 537, 543, 555 ], [ 547, 537, 585, 555 ], [ 589, 537, 594, 555 ], [ 599, 537, 681, 555 ], [ 686, 537, 723, 555 ], [ 269, 561, 335, 579 ], [ 340, 561, 363, 579 ], [ 368, 561, 476, 579 ], [ 480, 561, 508, 579 ], [ 512, 561, 591, 579 ], [ 595, 561, 654, 579 ], [ 658, 561, 674, 579 ], [ 678, 561, 703, 579 ], [ 707, 561, 745, 579 ], [ 749, 561, 844, 579 ], [ 5, 591, 108, 607 ], [ 112, 591, 155, 607 ], [ 209, 593, 239, 612 ], [ 243, 593, 294, 612 ], [ 299, 593, 336, 612 ], [ 340, 593, 469, 612 ], [ 5, 612, 58, 628 ], [ 62, 612, 115, 628 ], [ 119, 612, 180, 628 ], [ 269, 619, 337, 637 ], [ 341, 619, 451, 637 ], [ 455, 619, 495, 637 ], [ 5, 629, 49, 645 ], [ 52, 629, 106, 645 ], [ 109, 629, 154, 645 ], [ 269, 635, 343, 653 ], [ 347, 635, 380, 653 ], [ 385, 635, 410, 653 ], [ 414, 635, 452, 653 ], [ 456, 635, 498, 653 ], [ 502, 635, 569, 653 ], [ 573, 635, 641, 653 ], [ 646, 635, 698, 653 ], [ 702, 635, 745, 653 ], [ 749, 635, 837, 653 ], [ 841, 635, 874, 653 ], [ 5, 646, 54, 662 ], [ 58, 646, 103, 662 ], [ 269, 651, 371, 669 ], [ 375, 651, 388, 669 ], [ 392, 651, 484, 669 ], [ 5, 662, 72, 678 ], [ 76, 662, 105, 678 ], [ 109, 662, 131, 678 ], [ 269, 667, 336, 685 ], [ 374, 667, 464, 685 ], [ 468, 667, 496, 685 ], [ 500, 667, 572, 685 ], [ 576, 667, 659, 685 ], [ 269, 683, 322, 701 ], [ 326, 683, 345, 701 ], [ 349, 683, 415, 701 ], [ 419, 683, 479, 701 ], [ 483, 683, 511, 701 ], [ 516, 683, 589, 701 ], [ 594, 683, 607, 701 ], [ 612, 683, 637, 701 ], [ 641, 683, 683, 701 ], [ 687, 683, 792, 701 ], [ 269, 699, 325, 717 ], [ 329, 699, 434, 717 ], [ 438, 699, 471, 717 ], [ 476, 699, 493, 717 ], [ 497, 699, 623, 717 ], [ 627, 699, 683, 717 ], [ 687, 699, 715, 717 ], [ 720, 699, 807, 717 ], [ 269, 715, 328, 733 ], [ 332, 715, 375, 733 ], [ 379, 715, 482, 733 ], [ 7, 742, 80, 758 ], [ 83, 742, 126, 758 ], [ 209, 744, 290, 763 ], [ 5, 763, 39, 779 ], [ 42, 763, 134, 779 ], [ 239, 770, 314, 788 ], [ 318, 770, 393, 788 ], [ 607, 770, 688, 788 ], [ 398, 774, 407, 787 ], [ 5, 780, 106, 796 ], [ 110, 780, 142, 796 ], [ 239, 786, 259, 804 ], [ 263, 786, 313, 804 ], [ 317, 786, 382, 804 ], [ 386, 786, 497, 804 ], [ 502, 786, 525, 804 ], [ 5, 797, 113, 813 ], [ 116, 797, 149, 813 ], [ 286, 802, 352, 820 ], [ 356, 802, 425, 820 ], [ 5, 813, 88, 830 ], [ 323, 818, 400, 836 ], [ 404, 818, 505, 836 ], [ 5, 830, 69, 846 ], [ 73, 830, 88, 846 ], [ 91, 830, 130, 846 ], [ 286, 834, 351, 852 ], [ 355, 834, 454, 852 ], [ 5, 847, 62, 863 ], [ 66, 847, 144, 863 ], [ 286, 850, 352, 868 ], [ 357, 850, 457, 868 ], [ 5, 863, 118, 880 ], [ 286, 866, 371, 884 ], [ 375, 866, 403, 884 ], [ 407, 866, 470, 884 ], [ 474, 866, 568, 884 ], [ 5, 880, 41, 896 ], [ 45, 880, 95, 896 ], [ 239, 889, 314, 907 ], [ 318, 889, 373, 907 ], [ 612, 889, 692, 907 ], [ 377, 893, 386, 906 ], [ 3, 897, 75, 913 ], [ 243, 905, 290, 923 ], [ 294, 905, 393, 923 ], [ 397, 905, 424, 923 ], [ 428, 905, 481, 923 ], [ 486, 905, 512, 923 ], [ 516, 905, 599, 923 ], [ 603, 905, 624, 923 ], [ 209, 935, 312, 954 ], [ 326, 936, 392, 954 ], [ 396, 936, 416, 954 ], [ 420, 936, 482, 954 ] ]
[ [ 682, 48, 748, 64 ], [ 751, 48, 807, 64 ], [ 682, 69, 701, 87 ], [ 705, 69, 744, 87 ], [ 748, 69, 791, 87 ], [ 795, 69, 860, 87 ], [ 864, 69, 880, 87 ], [ 682, 84, 738, 102 ], [ 743, 84, 785, 102 ], [ 790, 84, 819, 102 ], [ 823, 84, 862, 102 ], [ 682, 100, 879, 117 ], [ 682, 115, 864, 133 ], [ 161, 45, 331, 94 ], [ 343, 45, 457, 94 ], [ 191, 97, 272, 130 ], [ 279, 97, 404, 130 ], [ 39, 159, 58, 175 ], [ 61, 159, 133, 175 ], [ 5, 181, 41, 197 ], [ 45, 181, 136, 197 ], [ 5, 198, 55, 214 ], [ 59, 198, 123, 214 ], [ 5, 214, 37, 230 ], [ 41, 214, 93, 230 ], [ 97, 214, 103, 230 ], [ 107, 214, 160, 230 ], [ 5, 231, 79, 247 ], [ 83, 231, 118, 247 ], [ 5, 248, 62, 264 ], [ 66, 248, 126, 264 ], [ 5, 264, 38, 280 ], [ 42, 264, 134, 280 ], [ 5, 281, 45, 297 ], [ 49, 281, 140, 297 ], [ 5, 298, 64, 314 ], [ 68, 298, 159, 314 ], [ 209, 158, 279, 178 ], [ 284, 158, 368, 178 ], [ 239, 184, 243, 202 ], [ 248, 184, 272, 202 ], [ 277, 184, 334, 202 ], [ 339, 184, 348, 202 ], [ 353, 184, 414, 202 ], [ 419, 184, 435, 202 ], [ 440, 184, 482, 202 ], [ 487, 184, 554, 202 ], [ 559, 184, 573, 202 ], [ 578, 184, 587, 202 ], [ 592, 184, 684, 202 ], [ 689, 184, 763, 202 ], [ 768, 184, 811, 202 ], [ 816, 184, 908, 202 ], [ 239, 200, 252, 218 ], [ 261, 200, 332, 218 ], [ 341, 200, 365, 218 ], [ 373, 200, 456, 218 ], [ 465, 200, 573, 218 ], [ 582, 200, 610, 218 ], [ 619, 200, 661, 218 ], [ 670, 200, 770, 218 ], [ 779, 200, 837, 218 ], [ 846, 200, 862, 218 ], [ 871, 200, 908, 218 ], [ 239, 216, 317, 234 ], [ 322, 216, 336, 234 ], [ 340, 216, 349, 234 ], [ 354, 216, 389, 234 ], [ 393, 216, 436, 234 ], [ 440, 216, 542, 234 ], [ 546, 216, 551, 234 ], [ 556, 216, 592, 234 ], [ 596, 216, 621, 234 ], [ 626, 216, 654, 234 ], [ 659, 216, 687, 234 ], [ 692, 216, 774, 234 ], [ 778, 216, 800, 234 ], [ 804, 216, 878, 234 ], [ 882, 216, 908, 234 ], [ 239, 232, 279, 250 ], [ 285, 232, 300, 250 ], [ 305, 232, 330, 250 ], [ 336, 232, 375, 250 ], [ 380, 232, 466, 250 ], [ 471, 232, 500, 250 ], [ 505, 232, 510, 250 ], [ 515, 232, 551, 250 ], [ 557, 232, 625, 250 ], [ 630, 232, 752, 250 ], [ 757, 232, 797, 250 ], [ 803, 232, 823, 250 ], [ 828, 232, 908, 250 ], [ 239, 248, 333, 266 ], [ 337, 248, 429, 266 ], [ 433, 248, 466, 266 ], [ 470, 248, 558, 266 ], [ 562, 248, 672, 266 ], [ 676, 248, 691, 266 ], [ 696, 248, 713, 266 ], [ 717, 248, 764, 266 ], [ 209, 277, 261, 297 ], [ 266, 277, 366, 297 ], [ 209, 304, 253, 322 ], [ 257, 304, 325, 322 ], [ 209, 320, 288, 337 ], [ 292, 320, 368, 337 ], [ 372, 320, 435, 337 ], [ 439, 320, 452, 337 ], [ 489, 320, 495, 337 ], [ 507, 320, 590, 337 ], [ 594, 320, 632, 337 ], [ 636, 324, 645, 337 ], [ 649, 320, 707, 337 ], [ 239, 343, 358, 361 ], [ 269, 362, 330, 380 ], [ 334, 362, 362, 380 ], [ 367, 362, 436, 380 ], [ 440, 362, 467, 380 ], [ 472, 362, 487, 380 ], [ 492, 362, 519, 380 ], [ 523, 362, 604, 380 ], [ 608, 362, 630, 380 ], [ 634, 362, 708, 380 ], [ 712, 362, 759, 380 ], [ 269, 378, 366, 396 ], [ 370, 378, 432, 396 ], [ 436, 378, 465, 396 ], [ 469, 378, 554, 396 ], [ 558, 378, 613, 396 ], [ 269, 394, 337, 412 ], [ 341, 394, 369, 412 ], [ 374, 394, 447, 412 ], [ 452, 394, 489, 412 ], [ 494, 394, 567, 412 ], [ 571, 394, 600, 412 ], [ 604, 394, 694, 412 ], [ 269, 410, 359, 428 ], [ 363, 410, 406, 428 ], [ 410, 410, 492, 428 ], [ 496, 410, 509, 428 ], [ 513, 410, 585, 428 ], [ 589, 410, 616, 428 ], [ 620, 410, 672, 428 ], [ 676, 410, 692, 428 ], [ 696, 410, 803, 428 ], [ 269, 426, 348, 444 ], [ 352, 426, 419, 444 ], [ 423, 426, 482, 444 ], [ 486, 426, 515, 444 ], [ 519, 426, 586, 444 ], [ 590, 426, 672, 444 ], [ 269, 442, 332, 459 ], [ 336, 442, 365, 459 ], [ 369, 442, 473, 459 ], [ 477, 442, 510, 459 ], [ 514, 442, 622, 459 ], [ 626, 442, 691, 459 ], [ 269, 457, 320, 475 ], [ 324, 457, 358, 475 ], [ 362, 457, 430, 475 ], [ 434, 457, 499, 475 ], [ 503, 457, 552, 475 ], [ 556, 457, 584, 475 ], [ 589, 457, 650, 475 ], [ 654, 457, 751, 475 ], [ 269, 473, 355, 491 ], [ 360, 473, 413, 491 ], [ 418, 473, 433, 491 ], [ 437, 473, 483, 491 ], [ 487, 473, 515, 491 ], [ 520, 473, 596, 491 ], [ 269, 489, 351, 507 ], [ 355, 489, 398, 507 ], [ 402, 489, 460, 507 ], [ 465, 489, 503, 507 ], [ 209, 521, 318, 539 ], [ 323, 521, 390, 539 ], [ 209, 537, 256, 555 ], [ 260, 537, 325, 555 ], [ 329, 537, 392, 555 ], [ 397, 537, 409, 555 ], [ 501, 537, 507, 555 ], [ 515, 537, 543, 555 ], [ 547, 537, 585, 555 ], [ 589, 537, 594, 555 ], [ 599, 537, 681, 555 ], [ 686, 537, 723, 555 ], [ 269, 561, 335, 579 ], [ 340, 561, 363, 579 ], [ 368, 561, 476, 579 ], [ 480, 561, 508, 579 ], [ 512, 561, 591, 579 ], [ 595, 561, 654, 579 ], [ 658, 561, 674, 579 ], [ 678, 561, 703, 579 ], [ 707, 561, 745, 579 ], [ 749, 561, 844, 579 ], [ 5, 591, 108, 607 ], [ 112, 591, 155, 607 ], [ 5, 612, 58, 628 ], [ 62, 612, 115, 628 ], [ 119, 612, 180, 628 ], [ 5, 629, 49, 645 ], [ 52, 629, 106, 645 ], [ 109, 629, 154, 645 ], [ 5, 646, 54, 662 ], [ 58, 646, 103, 662 ], [ 5, 662, 72, 678 ], [ 76, 662, 105, 678 ], [ 109, 662, 131, 678 ], [ 209, 593, 239, 612 ], [ 243, 593, 294, 612 ], [ 299, 593, 336, 612 ], [ 340, 593, 469, 612 ], [ 269, 619, 337, 637 ], [ 341, 619, 451, 637 ], [ 455, 619, 495, 637 ], [ 269, 635, 343, 653 ], [ 347, 635, 380, 653 ], [ 385, 635, 410, 653 ], [ 414, 635, 452, 653 ], [ 456, 635, 498, 653 ], [ 502, 635, 569, 653 ], [ 573, 635, 641, 653 ], [ 646, 635, 698, 653 ], [ 702, 635, 745, 653 ], [ 749, 635, 837, 653 ], [ 841, 635, 874, 653 ], [ 269, 651, 371, 669 ], [ 375, 651, 388, 669 ], [ 392, 651, 484, 669 ], [ 269, 667, 336, 685 ], [ 374, 667, 464, 685 ], [ 468, 667, 496, 685 ], [ 500, 667, 572, 685 ], [ 576, 667, 659, 685 ], [ 269, 683, 322, 701 ], [ 326, 683, 345, 701 ], [ 349, 683, 415, 701 ], [ 419, 683, 479, 701 ], [ 483, 683, 511, 701 ], [ 516, 683, 589, 701 ], [ 594, 683, 607, 701 ], [ 612, 683, 637, 701 ], [ 641, 683, 683, 701 ], [ 687, 683, 792, 701 ], [ 269, 699, 325, 717 ], [ 329, 699, 434, 717 ], [ 438, 699, 471, 717 ], [ 476, 699, 493, 717 ], [ 497, 699, 623, 717 ], [ 627, 699, 683, 717 ], [ 687, 699, 715, 717 ], [ 720, 699, 807, 717 ], [ 269, 715, 328, 733 ], [ 332, 715, 375, 733 ], [ 379, 715, 482, 733 ], [ 7, 742, 80, 758 ], [ 83, 742, 126, 758 ], [ 5, 763, 39, 779 ], [ 42, 763, 134, 779 ], [ 5, 780, 106, 796 ], [ 110, 780, 142, 796 ], [ 5, 797, 113, 813 ], [ 116, 797, 149, 813 ], [ 5, 813, 88, 830 ], [ 5, 830, 69, 846 ], [ 73, 830, 88, 846 ], [ 91, 830, 130, 846 ], [ 5, 847, 62, 863 ], [ 66, 847, 144, 863 ], [ 5, 863, 118, 880 ], [ 5, 880, 41, 896 ], [ 45, 880, 95, 896 ], [ 3, 897, 75, 913 ], [ 209, 744, 290, 763 ], [ 239, 770, 314, 788 ], [ 318, 770, 393, 788 ], [ 398, 774, 407, 787 ], [ 607, 770, 688, 788 ], [ 239, 786, 259, 804 ], [ 263, 786, 313, 804 ], [ 317, 786, 382, 804 ], [ 386, 786, 497, 804 ], [ 502, 786, 525, 804 ], [ 286, 802, 352, 820 ], [ 356, 802, 425, 820 ], [ 323, 818, 400, 836 ], [ 404, 818, 505, 836 ], [ 286, 834, 351, 852 ], [ 355, 834, 454, 852 ], [ 286, 850, 352, 868 ], [ 357, 850, 457, 868 ], [ 286, 866, 371, 884 ], [ 375, 866, 403, 884 ], [ 407, 866, 470, 884 ], [ 474, 866, 568, 884 ], [ 239, 889, 314, 907 ], [ 318, 889, 373, 907 ], [ 377, 893, 386, 906 ], [ 612, 889, 692, 907 ], [ 243, 905, 290, 923 ], [ 294, 905, 393, 923 ], [ 397, 905, 424, 923 ], [ 428, 905, 481, 923 ], [ 486, 905, 512, 923 ], [ 516, 905, 599, 923 ], [ 603, 905, 624, 923 ], [ 209, 935, 312, 954 ], [ 326, 936, 392, 954 ], [ 396, 936, 416, 954 ], [ 420, 936, 482, 954 ] ]
Selecting and appropriate information systems tools and technology for a task analyse, evaluate, and apply relevant or a project information from a variety of sources Computer literacy Internet skills Inter-personal Team work show respect for the diverse opinions, values, Relationship management belief systems, and contributions of others Conflict resolution interact with others in groups or teams in ways Leadership that contribute to effective working Networking relationships and the achievement of goals Personal Managing self manage the use of time and other resources to Managing change and being complete projects flexible and adaptable take responsibility for one’s own actions, Engaging in reflective practice decisions, and consequences Demonstrating personal responsibility
Selecting and appropriate tools and technology for a task or a project Computer literacy Internet skills information systems analyse, evaluate, and apply relevant information from a variety of sources Inter-personal Team work Relationship management Conflict resolution Leadership Networking show respect for the diverse opinions, values, belief systems, and contributions of others interact with others in groups or teams in ways that contribute to effective working relationships and the achievement of goals Personal Managing self Managing change and being flexible and adaptable Engaging in reflective practice Demonstrating personal responsibility manage the use of time and other resources to complete projects take responsibility for one’s own actions, decisions, and consequences
0.643478
[ 0, 1, 2, 5, 6, 7, 8, 9, 10, 16, 17, 18, 25, 26, 27, 28, 3, 4, 11, 12, 13, 14, 15, 19, 20, 21, 22, 23, 24, 29, 30, 31, 39, 40, 47, 48, 58, 64, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 49, 50, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 83, 84, 85, 86, 89, 90, 91, 98, 99, 100, 101, 105, 106, 107, 74, 75, 76, 77, 78, 79, 80, 81, 82, 87, 88, 92, 93, 94, 95, 96, 97, 102, 103, 104 ]
office-of-academic-quality-cvs-application-georgian-college.docx
task-1605-922
4
[ [ 185, 286, 241, 312 ], [ 245, 286, 267, 312 ], [ 299, 286, 368, 312 ], [ 424, 286, 495, 312 ], [ 499, 286, 547, 312 ], [ 185, 309, 215, 335 ], [ 218, 309, 240, 335 ], [ 244, 309, 311, 335 ], [ 315, 309, 333, 335 ], [ 337, 309, 343, 335 ], [ 347, 309, 371, 335 ], [ 424, 310, 473, 336 ], [ 477, 310, 531, 336 ], [ 535, 310, 557, 336 ], [ 560, 310, 594, 336 ], [ 598, 310, 646, 336 ], [ 185, 331, 198, 357 ], [ 202, 331, 208, 357 ], [ 212, 331, 254, 357 ], [ 424, 332, 495, 359 ], [ 499, 332, 528, 359 ], [ 532, 332, 539, 359 ], [ 543, 332, 585, 359 ], [ 589, 332, 601, 359 ], [ 605, 332, 650, 359 ], [ 185, 354, 246, 380 ], [ 249, 354, 295, 380 ], [ 185, 376, 232, 402 ], [ 236, 376, 268, 402 ], [ 43, 424, 136, 451 ], [ 185, 424, 220, 450 ], [ 223, 424, 254, 450 ], [ 424, 424, 456, 450 ], [ 460, 424, 502, 450 ], [ 506, 424, 524, 450 ], [ 528, 424, 546, 450 ], [ 550, 424, 594, 450 ], [ 597, 424, 653, 450 ], [ 657, 424, 700, 450 ], [ 185, 447, 262, 473 ], [ 265, 447, 343, 473 ], [ 424, 447, 458, 473 ], [ 462, 447, 514, 473 ], [ 517, 447, 539, 473 ], [ 543, 447, 623, 473 ], [ 627, 447, 639, 473 ], [ 643, 447, 680, 473 ], [ 185, 469, 235, 495 ], [ 238, 469, 299, 495 ], [ 424, 471, 469, 497 ], [ 473, 471, 500, 497 ], [ 504, 471, 541, 497 ], [ 544, 471, 556, 497 ], [ 560, 471, 601, 497 ], [ 605, 471, 618, 497 ], [ 621, 471, 657, 497 ], [ 660, 471, 672, 497 ], [ 676, 471, 707, 497 ], [ 185, 492, 252, 518 ], [ 424, 493, 446, 519 ], [ 450, 493, 512, 519 ], [ 515, 493, 527, 519 ], [ 531, 493, 584, 519 ], [ 588, 493, 638, 519 ], [ 185, 514, 257, 540 ], [ 424, 516, 501, 542 ], [ 505, 516, 527, 542 ], [ 531, 516, 549, 542 ], [ 553, 516, 629, 542 ], [ 633, 516, 646, 542 ], [ 649, 516, 681, 542 ], [ 43, 539, 99, 566 ], [ 185, 539, 247, 565 ], [ 250, 539, 272, 565 ], [ 424, 539, 471, 565 ], [ 475, 539, 493, 565 ], [ 497, 539, 517, 565 ], [ 521, 539, 533, 565 ], [ 537, 539, 564, 565 ], [ 568, 539, 590, 565 ], [ 594, 539, 625, 565 ], [ 628, 539, 686, 565 ], [ 689, 539, 701, 565 ], [ 185, 562, 247, 588 ], [ 250, 562, 293, 588 ], [ 297, 562, 319, 588 ], [ 323, 562, 356, 588 ], [ 424, 562, 479, 588 ], [ 483, 562, 531, 588 ], [ 185, 584, 231, 610 ], [ 235, 584, 257, 610 ], [ 261, 584, 319, 610 ], [ 424, 585, 449, 611 ], [ 453, 585, 535, 611 ], [ 539, 585, 557, 611 ], [ 560, 585, 593, 611 ], [ 597, 585, 623, 611 ], [ 627, 585, 674, 611 ], [ 185, 607, 243, 633 ], [ 247, 607, 259, 633 ], [ 262, 607, 320, 633 ], [ 323, 607, 371, 633 ], [ 424, 608, 484, 634 ], [ 488, 608, 510, 634 ], [ 513, 608, 597, 634 ], [ 185, 629, 275, 655 ], [ 279, 629, 330, 655 ], [ 185, 652, 268, 678 ] ]
[ [ 185, 286, 241, 312 ], [ 245, 286, 267, 312 ], [ 299, 286, 368, 312 ], [ 185, 309, 215, 335 ], [ 218, 309, 240, 335 ], [ 244, 309, 311, 335 ], [ 315, 309, 333, 335 ], [ 337, 309, 343, 335 ], [ 347, 309, 371, 335 ], [ 185, 331, 198, 357 ], [ 202, 331, 208, 357 ], [ 212, 331, 254, 357 ], [ 185, 354, 246, 380 ], [ 249, 354, 295, 380 ], [ 185, 376, 232, 402 ], [ 236, 376, 268, 402 ], [ 424, 286, 495, 312 ], [ 499, 286, 547, 312 ], [ 424, 310, 473, 336 ], [ 477, 310, 531, 336 ], [ 535, 310, 557, 336 ], [ 560, 310, 594, 336 ], [ 598, 310, 646, 336 ], [ 424, 332, 495, 359 ], [ 499, 332, 528, 359 ], [ 532, 332, 539, 359 ], [ 543, 332, 585, 359 ], [ 589, 332, 601, 359 ], [ 605, 332, 650, 359 ], [ 43, 424, 136, 451 ], [ 185, 424, 220, 450 ], [ 223, 424, 254, 450 ], [ 185, 447, 262, 473 ], [ 265, 447, 343, 473 ], [ 185, 469, 235, 495 ], [ 238, 469, 299, 495 ], [ 185, 492, 252, 518 ], [ 185, 514, 257, 540 ], [ 424, 424, 456, 450 ], [ 460, 424, 502, 450 ], [ 506, 424, 524, 450 ], [ 528, 424, 546, 450 ], [ 550, 424, 594, 450 ], [ 597, 424, 653, 450 ], [ 657, 424, 700, 450 ], [ 424, 447, 458, 473 ], [ 462, 447, 514, 473 ], [ 517, 447, 539, 473 ], [ 543, 447, 623, 473 ], [ 627, 447, 639, 473 ], [ 643, 447, 680, 473 ], [ 424, 471, 469, 497 ], [ 473, 471, 500, 497 ], [ 504, 471, 541, 497 ], [ 544, 471, 556, 497 ], [ 560, 471, 601, 497 ], [ 605, 471, 618, 497 ], [ 621, 471, 657, 497 ], [ 660, 471, 672, 497 ], [ 676, 471, 707, 497 ], [ 424, 493, 446, 519 ], [ 450, 493, 512, 519 ], [ 515, 493, 527, 519 ], [ 531, 493, 584, 519 ], [ 588, 493, 638, 519 ], [ 424, 516, 501, 542 ], [ 505, 516, 527, 542 ], [ 531, 516, 549, 542 ], [ 553, 516, 629, 542 ], [ 633, 516, 646, 542 ], [ 649, 516, 681, 542 ], [ 43, 539, 99, 566 ], [ 185, 539, 247, 565 ], [ 250, 539, 272, 565 ], [ 185, 562, 247, 588 ], [ 250, 562, 293, 588 ], [ 297, 562, 319, 588 ], [ 323, 562, 356, 588 ], [ 185, 584, 231, 610 ], [ 235, 584, 257, 610 ], [ 261, 584, 319, 610 ], [ 185, 607, 243, 633 ], [ 247, 607, 259, 633 ], [ 262, 607, 320, 633 ], [ 323, 607, 371, 633 ], [ 185, 629, 275, 655 ], [ 279, 629, 330, 655 ], [ 185, 652, 268, 678 ], [ 424, 539, 471, 565 ], [ 475, 539, 493, 565 ], [ 497, 539, 517, 565 ], [ 521, 539, 533, 565 ], [ 537, 539, 564, 565 ], [ 568, 539, 590, 565 ], [ 594, 539, 625, 565 ], [ 628, 539, 686, 565 ], [ 689, 539, 701, 565 ], [ 424, 562, 479, 588 ], [ 483, 562, 531, 588 ], [ 424, 585, 449, 611 ], [ 453, 585, 535, 611 ], [ 539, 585, 557, 611 ], [ 560, 585, 593, 611 ], [ 597, 585, 623, 611 ], [ 627, 585, 674, 611 ], [ 424, 608, 484, 634 ], [ 488, 608, 510, 634 ], [ 513, 608, 597, 634 ] ]
Kilgore Chief patron: A BILL to and reenact §§ 5.1-88.3, 5.1-88.9, 46.2-361, 46.2-411, 46.2-412, and 46.2-708 of the Code of Virginia and to repeal Article 13 (§§ 46.2-417 through 46.2-429) of Chapter 3 of Title 46.2 of the Code of Virginia, relating to suspension of license for unsatisfied judgments and after certain accidents. 18102021D Summary as introduced: Suspension of license for unsatisfied judgments and after certain accidents. Repeals the suspension of license requirement for unsatisfied judgments and after certain accidents. The bill further provides that the Commissioner of the Department of Motor Vehicles shall return or reinstate any person's driver's license that was suspended solely for such purposes. 02/14/18 Senate: Referred to Committee on Transportation 02/21/18 Senate: Rereferred from Transportation (13-Y 0-N) 02/21/18 Senate: Rereferred to Courts of Justice 02/26/18 Senate: Committee amendments 02/26/18 Senate: Passed by indefinitely in Courts of Justice (8-Y 6-N) Virginia Fire Services Board; powers & duties, modular training program for volunteer firefighters. Head Chief patron: An Act to amend and reenact § 9.1-203 of the Code of Virginia, relating to the Virginia Fire Services Board; powers and duties; modular training program for volunteer firefighters. Summary as introduced: Virginia Fire Services Board; powers and duties; modular training program for volunteer firefighters. Directs the Virginia Fire Services Board to develop a modular training program for volunteer firefighters for adoption by local volunteer fire departments that shall include (i) Firefighter I and Firefighter II certification pursuant to standards developed by the National Fire Protection Association and (ii) an online training program. 03/06/18 House: Senate amendment agreed to by House (97-Y 0-N) 03/06/18 House: VOTE: ADOPTION (97-Y 0-N) 03/08/18 House: Enrolled 03/08/18 House: Bill text as passed House and Senate (HB729ER) 03/09/18 House: Impact statement from DPB (HB729ER) Emergency air medical transportation; informed decision. Ransone patron:
Chief patron: Kilgore A BILL to and reenact §§ 5.1-88.3, 5.1-88.9, 46.2-361, 46.2-411, 46.2-412, and 46.2-708 of the Code of Virginia and to repeal Article 13 (§§ 46.2-417 through 46.2-429) of Chapter 3 of Title 46.2 of the Code of Virginia, relating to suspension of license for unsatisfied judgments and after certain accidents. 18102021D Summary as introduced: Suspension of license for unsatisfied judgments and after certain accidents. Repeals the suspension of license requirement for unsatisfied judgments and after certain accidents. The bill further provides that the Commissioner of the Department of Motor Vehicles shall return or reinstate any person's driver's license that was suspended solely for such purposes. 02/14/18 Senate: Referred to Committee on Transportation 02/21/18 Senate: Rereferred from Transportation (13-Y 0-N) 02/21/18 Senate: Rereferred to Courts of Justice 02/26/18 Senate: Committee amendments 02/26/18 Senate: Passed by indefinitely in Courts of Justice (8-Y 6-N) Virginia Fire Services Board; powers & duties, modular training program for volunteer firefighters. Chief patron: Head An Act to amend and reenact § 9.1-203 of the Code of Virginia, relating to the Virginia Fire Services Board; powers and duties; modular training program for volunteer firefighters. Summary as introduced: Virginia Fire Services Board; powers and duties; modular training program for volunteer firefighters. Directs the Virginia Fire Services Board to develop a modular training program for volunteer firefighters for adoption by local volunteer fire departments that shall include (i) Firefighter I and Firefighter II certification pursuant to standards developed by the National Fire Protection Association and (ii) an online training program. 03/06/18 House: Senate amendment agreed to by House (97-Y 0-N) 03/06/18 House: VOTE: ADOPTION (97-Y 0-N) 03/08/18 House: Enrolled 03/08/18 House: Bill text as passed House and Senate (HB729ER) 03/09/18 House: Impact statement from DPB (HB729ER) Emergency air medical transportation; informed decision. patron: Ransone
0.976151
[ 1, 2, 0, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 158, 159, 157, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 296, 295 ]
Office-of-EMS-Legislative-Report-for-March-9-2018.docx
task-1605-939
6
[ [ 228, 89, 288, 109 ], [ 117, 90, 160, 109 ], [ 164, 90, 223, 109 ], [ 117, 124, 131, 144 ], [ 136, 124, 180, 144 ], [ 185, 124, 200, 144 ], [ 241, 124, 269, 144 ], [ 274, 124, 331, 144 ], [ 336, 124, 355, 144 ], [ 360, 124, 431, 144 ], [ 435, 124, 506, 144 ], [ 511, 124, 586, 144 ], [ 591, 124, 666, 144 ], [ 671, 124, 746, 144 ], [ 751, 124, 779, 144 ], [ 784, 124, 854, 144 ], [ 859, 124, 875, 144 ], [ 117, 141, 141, 161 ], [ 146, 141, 187, 161 ], [ 192, 141, 209, 161 ], [ 213, 141, 279, 161 ], [ 284, 141, 312, 161 ], [ 317, 141, 332, 161 ], [ 337, 141, 385, 161 ], [ 390, 141, 444, 161 ], [ 449, 141, 469, 161 ], [ 473, 141, 500, 161 ], [ 505, 141, 575, 161 ], [ 580, 141, 641, 161 ], [ 646, 141, 722, 161 ], [ 727, 141, 744, 161 ], [ 748, 141, 810, 161 ], [ 815, 141, 825, 161 ], [ 830, 141, 846, 161 ], [ 117, 159, 154, 179 ], [ 159, 159, 193, 179 ], [ 198, 159, 215, 179 ], [ 219, 159, 243, 179 ], [ 248, 159, 290, 179 ], [ 295, 159, 311, 179 ], [ 316, 159, 386, 179 ], [ 391, 159, 451, 179 ], [ 456, 159, 471, 179 ], [ 476, 159, 562, 179 ], [ 567, 159, 583, 179 ], [ 588, 159, 642, 179 ], [ 647, 159, 670, 179 ], [ 675, 159, 760, 179 ], [ 765, 159, 846, 179 ], [ 851, 159, 879, 179 ], [ 117, 176, 153, 196 ], [ 158, 176, 211, 196 ], [ 216, 176, 294, 196 ], [ 117, 211, 210, 231 ], [ 117, 248, 191, 266 ], [ 196, 248, 214, 266 ], [ 218, 248, 310, 266 ], [ 117, 264, 211, 285 ], [ 216, 264, 232, 285 ], [ 237, 264, 292, 285 ], [ 297, 264, 322, 285 ], [ 327, 264, 418, 285 ], [ 423, 264, 511, 285 ], [ 516, 264, 547, 285 ], [ 552, 264, 592, 285 ], [ 597, 264, 656, 285 ], [ 661, 264, 743, 285 ], [ 748, 264, 810, 284 ], [ 815, 264, 839, 284 ], [ 117, 281, 203, 301 ], [ 208, 281, 224, 301 ], [ 229, 281, 284, 301 ], [ 289, 281, 383, 301 ], [ 388, 281, 411, 301 ], [ 416, 281, 501, 301 ], [ 506, 281, 587, 301 ], [ 592, 281, 620, 301 ], [ 625, 281, 661, 301 ], [ 666, 281, 719, 301 ], [ 724, 281, 802, 301 ], [ 807, 281, 837, 301 ], [ 842, 281, 868, 301 ], [ 117, 298, 170, 319 ], [ 175, 298, 243, 319 ], [ 248, 298, 277, 319 ], [ 282, 298, 306, 319 ], [ 311, 298, 425, 319 ], [ 430, 298, 446, 319 ], [ 451, 298, 475, 319 ], [ 480, 298, 573, 319 ], [ 577, 298, 594, 319 ], [ 599, 298, 648, 319 ], [ 653, 298, 721, 319 ], [ 726, 298, 763, 319 ], [ 768, 298, 815, 319 ], [ 820, 298, 836, 319 ], [ 117, 316, 183, 336 ], [ 188, 316, 217, 336 ], [ 222, 316, 285, 336 ], [ 290, 316, 348, 336 ], [ 353, 316, 407, 336 ], [ 412, 316, 441, 336 ], [ 446, 316, 477, 336 ], [ 482, 316, 563, 336 ], [ 568, 316, 615, 336 ], [ 620, 316, 643, 336 ], [ 648, 316, 684, 336 ], [ 688, 316, 763, 336 ], [ 117, 351, 187, 371 ], [ 192, 351, 249, 371 ], [ 254, 351, 323, 371 ], [ 328, 351, 343, 371 ], [ 348, 351, 435, 371 ], [ 440, 351, 459, 371 ], [ 464, 351, 580, 371 ], [ 117, 368, 187, 389 ], [ 192, 368, 249, 389 ], [ 254, 368, 338, 389 ], [ 343, 368, 381, 389 ], [ 386, 368, 501, 389 ], [ 506, 368, 553, 389 ], [ 558, 368, 595, 389 ], [ 117, 386, 187, 406 ], [ 192, 386, 249, 406 ], [ 254, 386, 338, 406 ], [ 343, 386, 358, 406 ], [ 363, 386, 415, 406 ], [ 420, 386, 437, 406 ], [ 441, 386, 495, 406 ], [ 117, 403, 187, 423 ], [ 192, 403, 249, 423 ], [ 254, 403, 341, 423 ], [ 346, 403, 445, 423 ], [ 117, 421, 187, 441 ], [ 192, 421, 249, 441 ], [ 254, 421, 308, 441 ], [ 313, 421, 332, 441 ], [ 337, 421, 427, 441 ], [ 432, 421, 447, 441 ], [ 452, 421, 505, 441 ], [ 509, 421, 526, 441 ], [ 531, 421, 584, 441 ], [ 589, 421, 626, 441 ], [ 631, 421, 668, 441 ], [ 123, 456, 201, 479 ], [ 207, 456, 246, 479 ], [ 251, 456, 328, 479 ], [ 334, 456, 400, 479 ], [ 405, 456, 473, 479 ], [ 478, 456, 497, 479 ], [ 502, 456, 564, 479 ], [ 570, 456, 650, 479 ], [ 656, 456, 732, 479 ], [ 737, 456, 821, 479 ], [ 826, 456, 854, 479 ], [ 117, 475, 207, 499 ], [ 212, 475, 323, 499 ], [ 228, 513, 270, 533 ], [ 117, 514, 160, 533 ], [ 164, 514, 223, 533 ], [ 117, 548, 141, 568 ], [ 146, 548, 174, 568 ], [ 179, 548, 194, 568 ], [ 199, 548, 252, 568 ], [ 256, 548, 285, 568 ], [ 290, 548, 346, 568 ], [ 351, 548, 361, 568 ], [ 366, 548, 426, 568 ], [ 431, 548, 447, 568 ], [ 452, 548, 476, 568 ], [ 481, 548, 523, 568 ], [ 527, 548, 544, 568 ], [ 549, 548, 619, 568 ], [ 624, 548, 684, 568 ], [ 688, 548, 704, 568 ], [ 709, 548, 733, 568 ], [ 737, 548, 803, 568 ], [ 808, 548, 839, 568 ], [ 117, 565, 184, 585 ], [ 188, 565, 242, 585 ], [ 247, 565, 303, 585 ], [ 308, 565, 336, 585 ], [ 341, 565, 394, 585 ], [ 398, 565, 464, 585 ], [ 469, 565, 530, 585 ], [ 534, 565, 601, 585 ], [ 606, 565, 629, 585 ], [ 634, 565, 708, 585 ], [ 712, 565, 804, 585 ], [ 117, 602, 191, 620 ], [ 196, 602, 214, 620 ], [ 218, 602, 310, 620 ], [ 117, 618, 187, 639 ], [ 192, 618, 226, 639 ], [ 231, 618, 300, 639 ], [ 305, 618, 364, 639 ], [ 368, 618, 428, 639 ], [ 433, 618, 465, 639 ], [ 470, 618, 526, 639 ], [ 531, 618, 603, 639 ], [ 608, 618, 675, 639 ], [ 680, 618, 754, 639 ], [ 759, 618, 784, 639 ], [ 789, 618, 869, 639 ], [ 117, 635, 216, 656 ], [ 220, 635, 277, 655 ], [ 282, 635, 306, 655 ], [ 311, 635, 376, 655 ], [ 381, 635, 413, 655 ], [ 417, 635, 484, 655 ], [ 489, 635, 537, 655 ], [ 541, 635, 557, 655 ], [ 562, 635, 624, 655 ], [ 628, 635, 637, 655 ], [ 642, 635, 707, 655 ], [ 712, 635, 773, 655 ], [ 778, 635, 845, 655 ], [ 849, 635, 872, 655 ], [ 117, 653, 191, 673 ], [ 196, 653, 283, 673 ], [ 288, 653, 311, 673 ], [ 316, 653, 384, 673 ], [ 389, 653, 409, 673 ], [ 414, 653, 452, 673 ], [ 457, 653, 531, 673 ], [ 536, 653, 563, 673 ], [ 568, 653, 663, 673 ], [ 668, 653, 698, 673 ], [ 702, 653, 739, 673 ], [ 744, 653, 802, 673 ], [ 807, 653, 825, 673 ], [ 117, 670, 201, 690 ], [ 206, 670, 212, 690 ], [ 217, 670, 246, 690 ], [ 250, 670, 334, 690 ], [ 339, 670, 352, 690 ], [ 357, 670, 452, 690 ], [ 457, 670, 524, 690 ], [ 529, 670, 544, 690 ], [ 549, 670, 623, 690 ], [ 628, 670, 708, 690 ], [ 713, 670, 733, 690 ], [ 738, 670, 762, 690 ], [ 767, 670, 834, 690 ], [ 839, 670, 871, 690 ], [ 117, 687, 198, 708 ], [ 203, 687, 295, 708 ], [ 300, 687, 328, 708 ], [ 333, 687, 357, 708 ], [ 362, 687, 380, 708 ], [ 385, 687, 434, 708 ], [ 439, 687, 500, 708 ], [ 505, 687, 576, 708 ], [ 117, 722, 187, 743 ], [ 192, 722, 247, 743 ], [ 252, 722, 304, 743 ], [ 309, 722, 401, 743 ], [ 406, 722, 458, 743 ], [ 463, 722, 478, 743 ], [ 483, 722, 502, 743 ], [ 507, 722, 557, 743 ], [ 562, 722, 609, 743 ], [ 614, 722, 651, 743 ], [ 117, 740, 187, 760 ], [ 192, 740, 247, 760 ], [ 252, 740, 310, 760 ], [ 315, 740, 415, 760 ], [ 420, 740, 467, 760 ], [ 472, 740, 509, 760 ], [ 117, 757, 187, 778 ], [ 192, 757, 247, 778 ], [ 252, 757, 320, 778 ], [ 117, 775, 187, 795 ], [ 192, 775, 247, 795 ], [ 252, 775, 282, 795 ], [ 286, 775, 316, 795 ], [ 321, 775, 337, 795 ], [ 342, 775, 394, 795 ], [ 399, 775, 449, 795 ], [ 454, 775, 482, 795 ], [ 487, 775, 539, 795 ], [ 544, 775, 639, 795 ], [ 117, 792, 187, 812 ], [ 192, 792, 247, 812 ], [ 252, 792, 307, 812 ], [ 311, 792, 386, 812 ], [ 391, 792, 429, 812 ], [ 434, 792, 472, 812 ], [ 477, 792, 572, 812 ], [ 123, 827, 229, 851 ], [ 235, 827, 262, 851 ], [ 267, 827, 341, 851 ], [ 346, 827, 491, 851 ], [ 496, 827, 583, 851 ], [ 589, 827, 670, 851 ], [ 225, 865, 292, 885 ], [ 161, 866, 220, 885 ] ]
[ [ 117, 90, 160, 109 ], [ 164, 90, 223, 109 ], [ 228, 89, 288, 109 ], [ 117, 124, 131, 144 ], [ 136, 124, 180, 144 ], [ 185, 124, 200, 144 ], [ 241, 124, 269, 144 ], [ 274, 124, 331, 144 ], [ 336, 124, 355, 144 ], [ 360, 124, 431, 144 ], [ 435, 124, 506, 144 ], [ 511, 124, 586, 144 ], [ 591, 124, 666, 144 ], [ 671, 124, 746, 144 ], [ 751, 124, 779, 144 ], [ 784, 124, 854, 144 ], [ 859, 124, 875, 144 ], [ 117, 141, 141, 161 ], [ 146, 141, 187, 161 ], [ 192, 141, 209, 161 ], [ 213, 141, 279, 161 ], [ 284, 141, 312, 161 ], [ 317, 141, 332, 161 ], [ 337, 141, 385, 161 ], [ 390, 141, 444, 161 ], [ 449, 141, 469, 161 ], [ 473, 141, 500, 161 ], [ 505, 141, 575, 161 ], [ 580, 141, 641, 161 ], [ 646, 141, 722, 161 ], [ 727, 141, 744, 161 ], [ 748, 141, 810, 161 ], [ 815, 141, 825, 161 ], [ 830, 141, 846, 161 ], [ 117, 159, 154, 179 ], [ 159, 159, 193, 179 ], [ 198, 159, 215, 179 ], [ 219, 159, 243, 179 ], [ 248, 159, 290, 179 ], [ 295, 159, 311, 179 ], [ 316, 159, 386, 179 ], [ 391, 159, 451, 179 ], [ 456, 159, 471, 179 ], [ 476, 159, 562, 179 ], [ 567, 159, 583, 179 ], [ 588, 159, 642, 179 ], [ 647, 159, 670, 179 ], [ 675, 159, 760, 179 ], [ 765, 159, 846, 179 ], [ 851, 159, 879, 179 ], [ 117, 176, 153, 196 ], [ 158, 176, 211, 196 ], [ 216, 176, 294, 196 ], [ 117, 211, 210, 231 ], [ 117, 248, 191, 266 ], [ 196, 248, 214, 266 ], [ 218, 248, 310, 266 ], [ 117, 264, 211, 285 ], [ 216, 264, 232, 285 ], [ 237, 264, 292, 285 ], [ 297, 264, 322, 285 ], [ 327, 264, 418, 285 ], [ 423, 264, 511, 285 ], [ 516, 264, 547, 285 ], [ 552, 264, 592, 285 ], [ 597, 264, 656, 285 ], [ 661, 264, 743, 285 ], [ 748, 264, 810, 284 ], [ 815, 264, 839, 284 ], [ 117, 281, 203, 301 ], [ 208, 281, 224, 301 ], [ 229, 281, 284, 301 ], [ 289, 281, 383, 301 ], [ 388, 281, 411, 301 ], [ 416, 281, 501, 301 ], [ 506, 281, 587, 301 ], [ 592, 281, 620, 301 ], [ 625, 281, 661, 301 ], [ 666, 281, 719, 301 ], [ 724, 281, 802, 301 ], [ 807, 281, 837, 301 ], [ 842, 281, 868, 301 ], [ 117, 298, 170, 319 ], [ 175, 298, 243, 319 ], [ 248, 298, 277, 319 ], [ 282, 298, 306, 319 ], [ 311, 298, 425, 319 ], [ 430, 298, 446, 319 ], [ 451, 298, 475, 319 ], [ 480, 298, 573, 319 ], [ 577, 298, 594, 319 ], [ 599, 298, 648, 319 ], [ 653, 298, 721, 319 ], [ 726, 298, 763, 319 ], [ 768, 298, 815, 319 ], [ 820, 298, 836, 319 ], [ 117, 316, 183, 336 ], [ 188, 316, 217, 336 ], [ 222, 316, 285, 336 ], [ 290, 316, 348, 336 ], [ 353, 316, 407, 336 ], [ 412, 316, 441, 336 ], [ 446, 316, 477, 336 ], [ 482, 316, 563, 336 ], [ 568, 316, 615, 336 ], [ 620, 316, 643, 336 ], [ 648, 316, 684, 336 ], [ 688, 316, 763, 336 ], [ 117, 351, 187, 371 ], [ 192, 351, 249, 371 ], [ 254, 351, 323, 371 ], [ 328, 351, 343, 371 ], [ 348, 351, 435, 371 ], [ 440, 351, 459, 371 ], [ 464, 351, 580, 371 ], [ 117, 368, 187, 389 ], [ 192, 368, 249, 389 ], [ 254, 368, 338, 389 ], [ 343, 368, 381, 389 ], [ 386, 368, 501, 389 ], [ 506, 368, 553, 389 ], [ 558, 368, 595, 389 ], [ 117, 386, 187, 406 ], [ 192, 386, 249, 406 ], [ 254, 386, 338, 406 ], [ 343, 386, 358, 406 ], [ 363, 386, 415, 406 ], [ 420, 386, 437, 406 ], [ 441, 386, 495, 406 ], [ 117, 403, 187, 423 ], [ 192, 403, 249, 423 ], [ 254, 403, 341, 423 ], [ 346, 403, 445, 423 ], [ 117, 421, 187, 441 ], [ 192, 421, 249, 441 ], [ 254, 421, 308, 441 ], [ 313, 421, 332, 441 ], [ 337, 421, 427, 441 ], [ 432, 421, 447, 441 ], [ 452, 421, 505, 441 ], [ 509, 421, 526, 441 ], [ 531, 421, 584, 441 ], [ 589, 421, 626, 441 ], [ 631, 421, 668, 441 ], [ 123, 456, 201, 479 ], [ 207, 456, 246, 479 ], [ 251, 456, 328, 479 ], [ 334, 456, 400, 479 ], [ 405, 456, 473, 479 ], [ 478, 456, 497, 479 ], [ 502, 456, 564, 479 ], [ 570, 456, 650, 479 ], [ 656, 456, 732, 479 ], [ 737, 456, 821, 479 ], [ 826, 456, 854, 479 ], [ 117, 475, 207, 499 ], [ 212, 475, 323, 499 ], [ 117, 514, 160, 533 ], [ 164, 514, 223, 533 ], [ 228, 513, 270, 533 ], [ 117, 548, 141, 568 ], [ 146, 548, 174, 568 ], [ 179, 548, 194, 568 ], [ 199, 548, 252, 568 ], [ 256, 548, 285, 568 ], [ 290, 548, 346, 568 ], [ 351, 548, 361, 568 ], [ 366, 548, 426, 568 ], [ 431, 548, 447, 568 ], [ 452, 548, 476, 568 ], [ 481, 548, 523, 568 ], [ 527, 548, 544, 568 ], [ 549, 548, 619, 568 ], [ 624, 548, 684, 568 ], [ 688, 548, 704, 568 ], [ 709, 548, 733, 568 ], [ 737, 548, 803, 568 ], [ 808, 548, 839, 568 ], [ 117, 565, 184, 585 ], [ 188, 565, 242, 585 ], [ 247, 565, 303, 585 ], [ 308, 565, 336, 585 ], [ 341, 565, 394, 585 ], [ 398, 565, 464, 585 ], [ 469, 565, 530, 585 ], [ 534, 565, 601, 585 ], [ 606, 565, 629, 585 ], [ 634, 565, 708, 585 ], [ 712, 565, 804, 585 ], [ 117, 602, 191, 620 ], [ 196, 602, 214, 620 ], [ 218, 602, 310, 620 ], [ 117, 618, 187, 639 ], [ 192, 618, 226, 639 ], [ 231, 618, 300, 639 ], [ 305, 618, 364, 639 ], [ 368, 618, 428, 639 ], [ 433, 618, 465, 639 ], [ 470, 618, 526, 639 ], [ 531, 618, 603, 639 ], [ 608, 618, 675, 639 ], [ 680, 618, 754, 639 ], [ 759, 618, 784, 639 ], [ 789, 618, 869, 639 ], [ 117, 635, 216, 656 ], [ 220, 635, 277, 655 ], [ 282, 635, 306, 655 ], [ 311, 635, 376, 655 ], [ 381, 635, 413, 655 ], [ 417, 635, 484, 655 ], [ 489, 635, 537, 655 ], [ 541, 635, 557, 655 ], [ 562, 635, 624, 655 ], [ 628, 635, 637, 655 ], [ 642, 635, 707, 655 ], [ 712, 635, 773, 655 ], [ 778, 635, 845, 655 ], [ 849, 635, 872, 655 ], [ 117, 653, 191, 673 ], [ 196, 653, 283, 673 ], [ 288, 653, 311, 673 ], [ 316, 653, 384, 673 ], [ 389, 653, 409, 673 ], [ 414, 653, 452, 673 ], [ 457, 653, 531, 673 ], [ 536, 653, 563, 673 ], [ 568, 653, 663, 673 ], [ 668, 653, 698, 673 ], [ 702, 653, 739, 673 ], [ 744, 653, 802, 673 ], [ 807, 653, 825, 673 ], [ 117, 670, 201, 690 ], [ 206, 670, 212, 690 ], [ 217, 670, 246, 690 ], [ 250, 670, 334, 690 ], [ 339, 670, 352, 690 ], [ 357, 670, 452, 690 ], [ 457, 670, 524, 690 ], [ 529, 670, 544, 690 ], [ 549, 670, 623, 690 ], [ 628, 670, 708, 690 ], [ 713, 670, 733, 690 ], [ 738, 670, 762, 690 ], [ 767, 670, 834, 690 ], [ 839, 670, 871, 690 ], [ 117, 687, 198, 708 ], [ 203, 687, 295, 708 ], [ 300, 687, 328, 708 ], [ 333, 687, 357, 708 ], [ 362, 687, 380, 708 ], [ 385, 687, 434, 708 ], [ 439, 687, 500, 708 ], [ 505, 687, 576, 708 ], [ 117, 722, 187, 743 ], [ 192, 722, 247, 743 ], [ 252, 722, 304, 743 ], [ 309, 722, 401, 743 ], [ 406, 722, 458, 743 ], [ 463, 722, 478, 743 ], [ 483, 722, 502, 743 ], [ 507, 722, 557, 743 ], [ 562, 722, 609, 743 ], [ 614, 722, 651, 743 ], [ 117, 740, 187, 760 ], [ 192, 740, 247, 760 ], [ 252, 740, 310, 760 ], [ 315, 740, 415, 760 ], [ 420, 740, 467, 760 ], [ 472, 740, 509, 760 ], [ 117, 757, 187, 778 ], [ 192, 757, 247, 778 ], [ 252, 757, 320, 778 ], [ 117, 775, 187, 795 ], [ 192, 775, 247, 795 ], [ 252, 775, 282, 795 ], [ 286, 775, 316, 795 ], [ 321, 775, 337, 795 ], [ 342, 775, 394, 795 ], [ 399, 775, 449, 795 ], [ 454, 775, 482, 795 ], [ 487, 775, 539, 795 ], [ 544, 775, 639, 795 ], [ 117, 792, 187, 812 ], [ 192, 792, 247, 812 ], [ 252, 792, 307, 812 ], [ 311, 792, 386, 812 ], [ 391, 792, 429, 812 ], [ 434, 792, 472, 812 ], [ 477, 792, 572, 812 ], [ 123, 827, 229, 851 ], [ 235, 827, 262, 851 ], [ 267, 827, 341, 851 ], [ 346, 827, 491, 851 ], [ 496, 827, 583, 851 ], [ 589, 827, 670, 851 ], [ 161, 866, 220, 885 ], [ 225, 865, 292, 885 ] ]
American Society of Mechanical Engineers (ASME)—Advisor- Thiagarajan President - Alexander Roberts Vice President - Justin Ladner Treasurer - Andrew Roberts Secretary - Jake Kientz Pi Tau Sigma Honor Society—Advisor- Andrew Goupee President Michael Lyons — Vice President Kaitlyn Seehusen — PHYSICS (ENGINEERING PHYSICS) Society of Physics Students—Advisor- Tom Hess Updating Sigma Pi Sigma Honor Society—Advisor- Tom Hess No Officers are used for this Society SCHOOL OF ENGINEERING TECHNOLOGY American Congress on Surveying & Mapping Student Chapter—Advisor- Carlton Brown Updating ASHRAE—Advisor- David Dvorak Needs Updating Associated General Contractors Student Chapter—Advisor- Phil Dunn President Michael Mantoni – Vice President William Grover, III – Secretary Joseph LeBond, Jr. – Treasurer Sean Montibello – IEEE PES Advisor Paul Villeneuve – – President Michael Shea – Vice President Matthew Chambers – Treasurer Adam Hastings –
American Society of Mechanical Engineers (ASME)—Advisor- Thiagarajan President - Alexander Roberts Vice President - Justin Ladner Treasurer - Andrew Roberts Secretary - Jake Kientz Pi Tau Sigma Honor Society—Advisor- Andrew Goupee President — Michael Lyons Vice President — Kaitlyn Seehusen PHYSICS (ENGINEERING PHYSICS) Society of Physics Students—Advisor- Tom Hess Updating Sigma Pi Sigma Honor Society—Advisor- Tom Hess No Officers are used for this Society SCHOOL OF ENGINEERING TECHNOLOGY American Congress on Surveying & Mapping Student Chapter—Advisor- Carlton Brown Updating ASHRAE—Advisor- David Dvorak Needs Updating Associated General Contractors Student Chapter—Advisor- Phil Dunn President – Michael Mantoni Vice President – William Grover, III Secretary – Joseph LeBond, Jr. Treasurer – Sean Montibello IEEE PES – Advisor – Paul Villeneuve President – Michael Shea Vice President – Matthew Chambers Treasurer – Adam Hastings
0.739406
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 32, 33, 35, 36, 39, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 94, 92, 93, 95, 96, 100, 97, 98, 99, 101, 105, 102, 103, 104, 106, 109, 107, 108, 110, 111, 115, 112, 116, 113, 114, 117, 120, 118, 119, 121, 122, 125, 123, 124, 126, 129, 127, 128 ]
Officers-of-Societies-2016-17-2-col-1-1.docx
task-1606-123
2
[ [ 73, 46, 142, 64 ], [ 147, 46, 200, 64 ], [ 205, 46, 218, 64 ], [ 223, 46, 305, 64 ], [ 310, 46, 383, 64 ], [ 388, 46, 521, 64 ], [ 562, 46, 648, 64 ], [ 73, 61, 142, 78 ], [ 147, 61, 152, 78 ], [ 157, 61, 230, 78 ], [ 235, 61, 292, 78 ], [ 73, 75, 105, 93 ], [ 109, 75, 178, 93 ], [ 183, 75, 188, 93 ], [ 193, 75, 235, 93 ], [ 240, 75, 291, 93 ], [ 73, 90, 144, 107 ], [ 148, 90, 154, 107 ], [ 158, 90, 214, 107 ], [ 218, 90, 275, 107 ], [ 73, 104, 143, 122 ], [ 147, 104, 153, 122 ], [ 157, 104, 192, 122 ], [ 196, 104, 242, 122 ], [ 73, 133, 88, 151 ], [ 92, 133, 120, 151 ], [ 125, 133, 171, 151 ], [ 176, 133, 220, 151 ], [ 225, 133, 354, 151 ], [ 359, 133, 414, 151 ], [ 419, 133, 477, 151 ], [ 73, 148, 142, 165 ], [ 167, 148, 224, 165 ], [ 228, 148, 272, 165 ], [ 147, 150, 163, 164 ], [ 73, 163, 105, 180 ], [ 109, 163, 178, 180 ], [ 204, 163, 253, 180 ], [ 257, 163, 331, 180 ], [ 183, 165, 199, 179 ], [ 73, 192, 145, 209 ], [ 149, 192, 269, 209 ], [ 273, 192, 351, 209 ], [ 73, 206, 127, 223 ], [ 131, 206, 145, 223 ], [ 149, 206, 206, 223 ], [ 210, 206, 351, 223 ], [ 355, 206, 388, 223 ], [ 392, 206, 430, 223 ], [ 109, 221, 175, 238 ], [ 73, 250, 122, 267 ], [ 127, 250, 142, 267 ], [ 146, 250, 195, 267 ], [ 200, 250, 248, 267 ], [ 253, 250, 387, 267 ], [ 391, 250, 424, 267 ], [ 429, 250, 466, 267 ], [ 73, 264, 94, 282 ], [ 98, 264, 155, 282 ], [ 159, 264, 183, 282 ], [ 187, 264, 223, 282 ], [ 227, 264, 246, 282 ], [ 251, 264, 276, 282 ], [ 281, 264, 334, 282 ], [ 73, 293, 143, 311 ], [ 147, 293, 170, 311 ], [ 175, 293, 289, 311 ], [ 293, 293, 409, 311 ], [ 73, 308, 142, 325 ], [ 147, 308, 216, 325 ], [ 221, 308, 239, 325 ], [ 244, 308, 316, 325 ], [ 321, 308, 332, 325 ], [ 336, 308, 399, 325 ], [ 403, 308, 460, 325 ], [ 464, 308, 599, 325 ], [ 603, 308, 656, 325 ], [ 660, 308, 707, 325 ], [ 109, 322, 175, 340 ], [ 73, 351, 216, 369 ], [ 221, 351, 263, 369 ], [ 267, 351, 319, 369 ], [ 73, 366, 120, 383 ], [ 125, 366, 190, 383 ], [ 73, 395, 153, 412 ], [ 157, 395, 216, 412 ], [ 220, 395, 304, 412 ], [ 309, 395, 365, 412 ], [ 370, 395, 504, 412 ], [ 509, 395, 536, 412 ], [ 540, 395, 579, 412 ], [ 73, 409, 142, 427 ], [ 160, 409, 216, 427 ], [ 221, 409, 279, 427 ], [ 147, 411, 156, 426 ], [ 73, 424, 105, 441 ], [ 109, 424, 178, 441 ], [ 196, 424, 249, 441 ], [ 254, 424, 308, 441 ], [ 313, 424, 326, 441 ], [ 183, 426, 192, 440 ], [ 73, 438, 143, 456 ], [ 161, 438, 214, 456 ], [ 218, 438, 279, 456 ], [ 284, 438, 302, 456 ], [ 147, 441, 157, 455 ], [ 73, 453, 144, 470 ], [ 162, 453, 200, 470 ], [ 205, 453, 279, 470 ], [ 148, 455, 157, 469 ], [ 73, 482, 110, 499 ], [ 115, 482, 147, 499 ], [ 166, 482, 220, 499 ], [ 238, 482, 271, 499 ], [ 275, 482, 351, 499 ], [ 152, 484, 161, 498 ], [ 224, 484, 234, 498 ], [ 73, 496, 142, 514 ], [ 160, 496, 216, 514 ], [ 221, 496, 259, 514 ], [ 147, 499, 156, 513 ], [ 73, 511, 105, 528 ], [ 109, 511, 178, 528 ], [ 196, 511, 258, 528 ], [ 263, 511, 338, 528 ], [ 183, 513, 192, 527 ], [ 73, 526, 144, 543 ], [ 162, 526, 205, 543 ], [ 209, 526, 273, 543 ], [ 148, 528, 157, 542 ] ]
[ [ 73, 46, 142, 64 ], [ 147, 46, 200, 64 ], [ 205, 46, 218, 64 ], [ 223, 46, 305, 64 ], [ 310, 46, 383, 64 ], [ 388, 46, 521, 64 ], [ 562, 46, 648, 64 ], [ 73, 61, 142, 78 ], [ 147, 61, 152, 78 ], [ 157, 61, 230, 78 ], [ 235, 61, 292, 78 ], [ 73, 75, 105, 93 ], [ 109, 75, 178, 93 ], [ 183, 75, 188, 93 ], [ 193, 75, 235, 93 ], [ 240, 75, 291, 93 ], [ 73, 90, 144, 107 ], [ 148, 90, 154, 107 ], [ 158, 90, 214, 107 ], [ 218, 90, 275, 107 ], [ 73, 104, 143, 122 ], [ 147, 104, 153, 122 ], [ 157, 104, 192, 122 ], [ 196, 104, 242, 122 ], [ 73, 133, 88, 151 ], [ 92, 133, 120, 151 ], [ 125, 133, 171, 151 ], [ 176, 133, 220, 151 ], [ 225, 133, 354, 151 ], [ 359, 133, 414, 151 ], [ 419, 133, 477, 151 ], [ 73, 148, 142, 165 ], [ 147, 150, 163, 164 ], [ 167, 148, 224, 165 ], [ 228, 148, 272, 165 ], [ 73, 163, 105, 180 ], [ 109, 163, 178, 180 ], [ 183, 165, 199, 179 ], [ 204, 163, 253, 180 ], [ 257, 163, 331, 180 ], [ 73, 192, 145, 209 ], [ 149, 192, 269, 209 ], [ 273, 192, 351, 209 ], [ 73, 206, 127, 223 ], [ 131, 206, 145, 223 ], [ 149, 206, 206, 223 ], [ 210, 206, 351, 223 ], [ 355, 206, 388, 223 ], [ 392, 206, 430, 223 ], [ 109, 221, 175, 238 ], [ 73, 250, 122, 267 ], [ 127, 250, 142, 267 ], [ 146, 250, 195, 267 ], [ 200, 250, 248, 267 ], [ 253, 250, 387, 267 ], [ 391, 250, 424, 267 ], [ 429, 250, 466, 267 ], [ 73, 264, 94, 282 ], [ 98, 264, 155, 282 ], [ 159, 264, 183, 282 ], [ 187, 264, 223, 282 ], [ 227, 264, 246, 282 ], [ 251, 264, 276, 282 ], [ 281, 264, 334, 282 ], [ 73, 293, 143, 311 ], [ 147, 293, 170, 311 ], [ 175, 293, 289, 311 ], [ 293, 293, 409, 311 ], [ 73, 308, 142, 325 ], [ 147, 308, 216, 325 ], [ 221, 308, 239, 325 ], [ 244, 308, 316, 325 ], [ 321, 308, 332, 325 ], [ 336, 308, 399, 325 ], [ 403, 308, 460, 325 ], [ 464, 308, 599, 325 ], [ 603, 308, 656, 325 ], [ 660, 308, 707, 325 ], [ 109, 322, 175, 340 ], [ 73, 351, 216, 369 ], [ 221, 351, 263, 369 ], [ 267, 351, 319, 369 ], [ 73, 366, 120, 383 ], [ 125, 366, 190, 383 ], [ 73, 395, 153, 412 ], [ 157, 395, 216, 412 ], [ 220, 395, 304, 412 ], [ 309, 395, 365, 412 ], [ 370, 395, 504, 412 ], [ 509, 395, 536, 412 ], [ 540, 395, 579, 412 ], [ 73, 409, 142, 427 ], [ 147, 411, 156, 426 ], [ 160, 409, 216, 427 ], [ 221, 409, 279, 427 ], [ 73, 424, 105, 441 ], [ 109, 424, 178, 441 ], [ 183, 426, 192, 440 ], [ 196, 424, 249, 441 ], [ 254, 424, 308, 441 ], [ 313, 424, 326, 441 ], [ 73, 438, 143, 456 ], [ 147, 441, 157, 455 ], [ 161, 438, 214, 456 ], [ 218, 438, 279, 456 ], [ 284, 438, 302, 456 ], [ 73, 453, 144, 470 ], [ 148, 455, 157, 469 ], [ 162, 453, 200, 470 ], [ 205, 453, 279, 470 ], [ 73, 482, 110, 499 ], [ 115, 482, 147, 499 ], [ 152, 484, 161, 498 ], [ 166, 482, 220, 499 ], [ 224, 484, 234, 498 ], [ 238, 482, 271, 499 ], [ 275, 482, 351, 499 ], [ 73, 496, 142, 514 ], [ 147, 499, 156, 513 ], [ 160, 496, 216, 514 ], [ 221, 496, 259, 514 ], [ 73, 511, 105, 528 ], [ 109, 511, 178, 528 ], [ 183, 513, 192, 527 ], [ 196, 511, 258, 528 ], [ 263, 511, 338, 528 ], [ 73, 526, 144, 543 ], [ 148, 528, 157, 542 ], [ 162, 526, 205, 543 ], [ 209, 526, 273, 543 ] ]
If the property already has recycling, explain that you are trying to improve your recycling program, and discuss current and additional services. Summarize your discussion. Changes to services that increase diversion rate If the property has the correct containers Additional services they (e.g., occupant education, cooking grease recycling, composting) B.13 Conduct a waste and recycling container audit Auditing the property’s and recycling containers can help you assess compliance with the recycling program and improve your diversion rate. You can also make adjustments to services that save money. Use the checklist to conduct the audit. Waste and Recycling Container Audit Audit conducted by Date(s) Service provider(s) Description of services Hauling/pick-up schedule Not Item OK Notes or Action Required OK Common areas have Example: Add recycling adequate waste and container near west elevator recycling containers bank Common areas have recycling signage and recycling Example: See above. Recycling containers in common near west entrance overflowing. areas properly used Need recycling at elevators. Tenant spaces have adequate waste and recycling containers Tenant spaces have recycling signage Waste and recycling containers in tenant spaces properly used Waste and recycling dumpster area orderly and clean and recycling dumpsters do not contain e-waste/bulk items
If the property already has recycling, explain that you are trying to improve your recycling program, and discuss current and additional services. Summarize your discussion. Changes to services that increase diversion rate If the property has the correct containers Additional services they (e.g., occupant education, cooking grease recycling, composting) B.13 Conduct a waste and recycling container audit Auditing the property’s and recycling containers can help you assess compliance with the recycling program and improve your diversion rate. You can also make adjustments to services that save money. Use the checklist to conduct the audit. Waste and Recycling Container Audit Audit conducted by Date(s) Service provider(s) Description of services Hauling/pick-up schedule Item OK Not OK Notes or Action Required Common areas have adequate waste and recycling containers Example: Add recycling container near west elevator bank Common areas have recycling signage and recycling containers in common areas properly used Example: See above. Recycling near west entrance overflowing. Need recycling at elevators. Tenant spaces have adequate waste and recycling containers Tenant spaces have recycling signage Waste and recycling containers in tenant spaces properly used Waste and recycling dumpster area orderly and clean and recycling dumpsters do not contain e-waste/bulk items
0.895578
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 111, 112, 110, 117, 113, 114, 115, 116, 118, 119, 120, 124, 125, 126, 131, 132, 121, 122, 123, 127, 128, 129, 130, 133, 134, 135, 136, 137, 138, 139, 140, 145, 146, 147, 152, 153, 154, 141, 142, 143, 144, 148, 149, 150, 151, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196 ]
OfficeWorkbook.docx
task-1606-160
26
[ [ 235, 89, 245, 108 ], [ 250, 89, 275, 108 ], [ 280, 89, 346, 108 ], [ 351, 89, 410, 108 ], [ 414, 89, 443, 108 ], [ 448, 89, 524, 108 ], [ 529, 89, 586, 108 ], [ 591, 89, 621, 108 ], [ 626, 89, 655, 108 ], [ 660, 89, 686, 108 ], [ 691, 89, 735, 108 ], [ 740, 89, 755, 108 ], [ 235, 106, 299, 125 ], [ 304, 106, 339, 125 ], [ 344, 106, 415, 125 ], [ 420, 106, 491, 125 ], [ 496, 106, 526, 125 ], [ 531, 106, 591, 125 ], [ 596, 106, 652, 125 ], [ 657, 106, 687, 125 ], [ 692, 106, 769, 125 ], [ 235, 123, 306, 142 ], [ 311, 123, 402, 142 ], [ 406, 123, 441, 142 ], [ 446, 123, 535, 142 ], [ 235, 148, 307, 167 ], [ 312, 148, 327, 167 ], [ 332, 148, 398, 167 ], [ 403, 148, 433, 167 ], [ 471, 148, 539, 167 ], [ 544, 148, 616, 167 ], [ 621, 148, 652, 167 ], [ 235, 173, 245, 192 ], [ 250, 173, 275, 192 ], [ 280, 173, 346, 192 ], [ 351, 173, 380, 192 ], [ 385, 173, 409, 192 ], [ 414, 173, 469, 192 ], [ 474, 173, 557, 192 ], [ 235, 197, 314, 216 ], [ 319, 197, 385, 216 ], [ 390, 197, 424, 216 ], [ 462, 197, 503, 216 ], [ 508, 197, 581, 216 ], [ 586, 197, 669, 216 ], [ 674, 197, 736, 216 ], [ 741, 197, 796, 216 ], [ 235, 215, 311, 234 ], [ 316, 215, 414, 234 ], [ 176, 293, 217, 314 ], [ 223, 293, 302, 314 ], [ 308, 293, 319, 314 ], [ 324, 293, 378, 314 ], [ 384, 293, 419, 314 ], [ 424, 293, 510, 314 ], [ 516, 293, 604, 314 ], [ 609, 293, 656, 314 ], [ 176, 320, 241, 339 ], [ 246, 320, 271, 339 ], [ 276, 320, 355, 339 ], [ 394, 320, 424, 339 ], [ 429, 320, 499, 339 ], [ 504, 320, 587, 339 ], [ 592, 320, 621, 339 ], [ 626, 320, 660, 339 ], [ 665, 320, 694, 339 ], [ 699, 320, 755, 339 ], [ 176, 337, 267, 356 ], [ 272, 337, 304, 356 ], [ 309, 337, 334, 356 ], [ 339, 337, 410, 356 ], [ 415, 337, 482, 356 ], [ 486, 337, 516, 356 ], [ 521, 337, 585, 356 ], [ 590, 337, 625, 356 ], [ 630, 337, 702, 356 ], [ 707, 337, 743, 356 ], [ 748, 337, 780, 356 ], [ 785, 337, 814, 356 ], [ 176, 355, 209, 374 ], [ 214, 355, 258, 374 ], [ 263, 355, 360, 374 ], [ 365, 355, 380, 374 ], [ 385, 355, 451, 374 ], [ 456, 355, 485, 374 ], [ 490, 355, 528, 374 ], [ 533, 355, 592, 374 ], [ 597, 355, 629, 374 ], [ 634, 355, 659, 374 ], [ 664, 355, 733, 374 ], [ 738, 355, 753, 374 ], [ 758, 355, 821, 374 ], [ 176, 372, 201, 391 ], [ 206, 372, 250, 391 ], [ 340, 407, 393, 426 ], [ 398, 407, 430, 426 ], [ 435, 407, 520, 426 ], [ 524, 407, 608, 426 ], [ 613, 407, 659, 426 ], [ 176, 424, 217, 443 ], [ 222, 424, 305, 443 ], [ 310, 424, 329, 443 ], [ 176, 440, 235, 459 ], [ 176, 457, 236, 476 ], [ 241, 457, 327, 476 ], [ 176, 473, 266, 492 ], [ 271, 473, 286, 492 ], [ 291, 473, 357, 492 ], [ 176, 490, 300, 509 ], [ 305, 490, 377, 509 ], [ 481, 507, 511, 526 ], [ 264, 515, 301, 534 ], [ 421, 515, 448, 534 ], [ 597, 515, 647, 534 ], [ 652, 515, 670, 534 ], [ 675, 515, 731, 534 ], [ 736, 515, 814, 534 ], [ 481, 523, 508, 542 ], [ 176, 539, 249, 558 ], [ 254, 539, 299, 558 ], [ 304, 539, 343, 558 ], [ 558, 539, 633, 558 ], [ 638, 539, 670, 558 ], [ 675, 539, 746, 558 ], [ 176, 555, 251, 574 ], [ 256, 555, 303, 574 ], [ 308, 555, 338, 574 ], [ 558, 555, 632, 574 ], [ 637, 555, 673, 574 ], [ 678, 555, 715, 574 ], [ 720, 555, 784, 574 ], [ 176, 571, 247, 590 ], [ 252, 571, 335, 590 ], [ 558, 571, 597, 590 ], [ 176, 588, 249, 607 ], [ 254, 588, 299, 607 ], [ 304, 588, 343, 607 ], [ 176, 604, 247, 623 ], [ 252, 604, 315, 623 ], [ 216, 620, 246, 639 ], [ 251, 620, 322, 639 ], [ 558, 620, 633, 639 ], [ 638, 620, 670, 639 ], [ 675, 620, 729, 639 ], [ 734, 620, 812, 639 ], [ 176, 636, 259, 655 ], [ 264, 636, 278, 655 ], [ 283, 636, 352, 655 ], [ 558, 636, 594, 655 ], [ 599, 636, 636, 655 ], [ 641, 636, 711, 655 ], [ 716, 636, 812, 655 ], [ 176, 652, 221, 671 ], [ 226, 652, 291, 671 ], [ 296, 652, 335, 671 ], [ 558, 652, 601, 671 ], [ 606, 652, 677, 671 ], [ 682, 652, 697, 671 ], [ 702, 652, 780, 671 ], [ 176, 669, 232, 688 ], [ 237, 669, 294, 688 ], [ 299, 669, 338, 688 ], [ 176, 685, 251, 704 ], [ 256, 685, 303, 704 ], [ 308, 685, 338, 704 ], [ 176, 701, 247, 720 ], [ 252, 701, 335, 720 ], [ 176, 717, 232, 736 ], [ 237, 717, 294, 736 ], [ 299, 717, 338, 736 ], [ 176, 733, 247, 752 ], [ 252, 733, 315, 752 ], [ 176, 750, 227, 769 ], [ 232, 750, 262, 769 ], [ 267, 750, 338, 769 ], [ 176, 766, 259, 785 ], [ 264, 766, 278, 785 ], [ 283, 766, 333, 785 ], [ 176, 782, 233, 801 ], [ 238, 782, 303, 801 ], [ 308, 782, 347, 801 ], [ 176, 798, 227, 818 ], [ 232, 798, 262, 818 ], [ 267, 798, 338, 818 ], [ 176, 814, 251, 834 ], [ 256, 814, 292, 834 ], [ 297, 814, 352, 834 ], [ 357, 814, 387, 834 ], [ 176, 830, 219, 849 ], [ 216, 847, 246, 866 ], [ 251, 847, 322, 866 ], [ 176, 863, 260, 882 ], [ 265, 863, 285, 882 ], [ 290, 863, 315, 882 ], [ 320, 863, 378, 882 ], [ 176, 879, 277, 898 ], [ 282, 879, 325, 898 ] ]
[ [ 235, 89, 245, 108 ], [ 250, 89, 275, 108 ], [ 280, 89, 346, 108 ], [ 351, 89, 410, 108 ], [ 414, 89, 443, 108 ], [ 448, 89, 524, 108 ], [ 529, 89, 586, 108 ], [ 591, 89, 621, 108 ], [ 626, 89, 655, 108 ], [ 660, 89, 686, 108 ], [ 691, 89, 735, 108 ], [ 740, 89, 755, 108 ], [ 235, 106, 299, 125 ], [ 304, 106, 339, 125 ], [ 344, 106, 415, 125 ], [ 420, 106, 491, 125 ], [ 496, 106, 526, 125 ], [ 531, 106, 591, 125 ], [ 596, 106, 652, 125 ], [ 657, 106, 687, 125 ], [ 692, 106, 769, 125 ], [ 235, 123, 306, 142 ], [ 311, 123, 402, 142 ], [ 406, 123, 441, 142 ], [ 446, 123, 535, 142 ], [ 235, 148, 307, 167 ], [ 312, 148, 327, 167 ], [ 332, 148, 398, 167 ], [ 403, 148, 433, 167 ], [ 471, 148, 539, 167 ], [ 544, 148, 616, 167 ], [ 621, 148, 652, 167 ], [ 235, 173, 245, 192 ], [ 250, 173, 275, 192 ], [ 280, 173, 346, 192 ], [ 351, 173, 380, 192 ], [ 385, 173, 409, 192 ], [ 414, 173, 469, 192 ], [ 474, 173, 557, 192 ], [ 235, 197, 314, 216 ], [ 319, 197, 385, 216 ], [ 390, 197, 424, 216 ], [ 462, 197, 503, 216 ], [ 508, 197, 581, 216 ], [ 586, 197, 669, 216 ], [ 674, 197, 736, 216 ], [ 741, 197, 796, 216 ], [ 235, 215, 311, 234 ], [ 316, 215, 414, 234 ], [ 176, 293, 217, 314 ], [ 223, 293, 302, 314 ], [ 308, 293, 319, 314 ], [ 324, 293, 378, 314 ], [ 384, 293, 419, 314 ], [ 424, 293, 510, 314 ], [ 516, 293, 604, 314 ], [ 609, 293, 656, 314 ], [ 176, 320, 241, 339 ], [ 246, 320, 271, 339 ], [ 276, 320, 355, 339 ], [ 394, 320, 424, 339 ], [ 429, 320, 499, 339 ], [ 504, 320, 587, 339 ], [ 592, 320, 621, 339 ], [ 626, 320, 660, 339 ], [ 665, 320, 694, 339 ], [ 699, 320, 755, 339 ], [ 176, 337, 267, 356 ], [ 272, 337, 304, 356 ], [ 309, 337, 334, 356 ], [ 339, 337, 410, 356 ], [ 415, 337, 482, 356 ], [ 486, 337, 516, 356 ], [ 521, 337, 585, 356 ], [ 590, 337, 625, 356 ], [ 630, 337, 702, 356 ], [ 707, 337, 743, 356 ], [ 748, 337, 780, 356 ], [ 785, 337, 814, 356 ], [ 176, 355, 209, 374 ], [ 214, 355, 258, 374 ], [ 263, 355, 360, 374 ], [ 365, 355, 380, 374 ], [ 385, 355, 451, 374 ], [ 456, 355, 485, 374 ], [ 490, 355, 528, 374 ], [ 533, 355, 592, 374 ], [ 597, 355, 629, 374 ], [ 634, 355, 659, 374 ], [ 664, 355, 733, 374 ], [ 738, 355, 753, 374 ], [ 758, 355, 821, 374 ], [ 176, 372, 201, 391 ], [ 206, 372, 250, 391 ], [ 340, 407, 393, 426 ], [ 398, 407, 430, 426 ], [ 435, 407, 520, 426 ], [ 524, 407, 608, 426 ], [ 613, 407, 659, 426 ], [ 176, 424, 217, 443 ], [ 222, 424, 305, 443 ], [ 310, 424, 329, 443 ], [ 176, 440, 235, 459 ], [ 176, 457, 236, 476 ], [ 241, 457, 327, 476 ], [ 176, 473, 266, 492 ], [ 271, 473, 286, 492 ], [ 291, 473, 357, 492 ], [ 176, 490, 300, 509 ], [ 305, 490, 377, 509 ], [ 264, 515, 301, 534 ], [ 421, 515, 448, 534 ], [ 481, 507, 511, 526 ], [ 481, 523, 508, 542 ], [ 597, 515, 647, 534 ], [ 652, 515, 670, 534 ], [ 675, 515, 731, 534 ], [ 736, 515, 814, 534 ], [ 176, 539, 249, 558 ], [ 254, 539, 299, 558 ], [ 304, 539, 343, 558 ], [ 176, 555, 251, 574 ], [ 256, 555, 303, 574 ], [ 308, 555, 338, 574 ], [ 176, 571, 247, 590 ], [ 252, 571, 335, 590 ], [ 558, 539, 633, 558 ], [ 638, 539, 670, 558 ], [ 675, 539, 746, 558 ], [ 558, 555, 632, 574 ], [ 637, 555, 673, 574 ], [ 678, 555, 715, 574 ], [ 720, 555, 784, 574 ], [ 558, 571, 597, 590 ], [ 176, 588, 249, 607 ], [ 254, 588, 299, 607 ], [ 304, 588, 343, 607 ], [ 176, 604, 247, 623 ], [ 252, 604, 315, 623 ], [ 216, 620, 246, 639 ], [ 251, 620, 322, 639 ], [ 176, 636, 259, 655 ], [ 264, 636, 278, 655 ], [ 283, 636, 352, 655 ], [ 176, 652, 221, 671 ], [ 226, 652, 291, 671 ], [ 296, 652, 335, 671 ], [ 558, 620, 633, 639 ], [ 638, 620, 670, 639 ], [ 675, 620, 729, 639 ], [ 734, 620, 812, 639 ], [ 558, 636, 594, 655 ], [ 599, 636, 636, 655 ], [ 641, 636, 711, 655 ], [ 716, 636, 812, 655 ], [ 558, 652, 601, 671 ], [ 606, 652, 677, 671 ], [ 682, 652, 697, 671 ], [ 702, 652, 780, 671 ], [ 176, 669, 232, 688 ], [ 237, 669, 294, 688 ], [ 299, 669, 338, 688 ], [ 176, 685, 251, 704 ], [ 256, 685, 303, 704 ], [ 308, 685, 338, 704 ], [ 176, 701, 247, 720 ], [ 252, 701, 335, 720 ], [ 176, 717, 232, 736 ], [ 237, 717, 294, 736 ], [ 299, 717, 338, 736 ], [ 176, 733, 247, 752 ], [ 252, 733, 315, 752 ], [ 176, 750, 227, 769 ], [ 232, 750, 262, 769 ], [ 267, 750, 338, 769 ], [ 176, 766, 259, 785 ], [ 264, 766, 278, 785 ], [ 283, 766, 333, 785 ], [ 176, 782, 233, 801 ], [ 238, 782, 303, 801 ], [ 308, 782, 347, 801 ], [ 176, 798, 227, 818 ], [ 232, 798, 262, 818 ], [ 267, 798, 338, 818 ], [ 176, 814, 251, 834 ], [ 256, 814, 292, 834 ], [ 297, 814, 352, 834 ], [ 357, 814, 387, 834 ], [ 176, 830, 219, 849 ], [ 216, 847, 246, 866 ], [ 251, 847, 322, 866 ], [ 176, 863, 260, 882 ], [ 265, 863, 285, 882 ], [ 290, 863, 315, 882 ], [ 320, 863, 378, 882 ], [ 176, 879, 277, 898 ], [ 282, 879, 325, 898 ] ]
2.4 Invitation to the event which Develop and amend the invitation as per Vet and approve invite and the amended includes a short description on the feedback received from Fasset. invite (if applicable). service provider, short CVs of the Submit the invitation in line with Fasset speakers, the course outline and requirements. the course content.. 3. Course Deliverables The presentation of the course to Fasset members. Detailed outcomes and service levels required: No. Outcome Training Provider Responsibility Fasset Responsibility 3.1 Course to the Fasset Present the course according to the approved Advertising and invitation members host, venue and training schedule to the Fasset Registration of delegates at the members who are attending (group size may Registration of delegates for the event via the vary, but approximately 2200 delegates, in total Fasset online system. across different venues, are to be trained in class sizes of between 20 and 120, depending Reproduction and provision of training material in on demand). As class size may vary, trainers the form of a delegate to all delegates. must be familiar with techniques for small and Reproduction of the agenda, course evaluation large class management. etc. Present the course using the latest acceptable Provision of Fasset marketing material to technology e.g. PowerPoint Presentation via delegates at the event. Notebook/Computer (with DVD and sound Courier of documents and course packs to the capability to be provided by speaker) and using venue. a data projector (to be provided by Fasset). Securing and paying for the and catering. The trainers are expected to uphold the following criteria at the different courses and venues: Providing a flipchart and flipchart markers (or required equipment). Presentability
2.4 Invitation to the event which includes a short description on the service provider, short CVs of the speakers, the course outline and the course content.. Develop and amend the invitation as per feedback received from Fasset. Submit the invitation in line with Fasset requirements. Vet and approve invite and the amended invite (if applicable). 3. Course Deliverables The presentation of the course to Fasset members. Detailed outcomes and service levels required: No. Outcome Training Provider Responsibility Fasset Responsibility 3.1 Course to the Fasset members Present the course according to the approved host, venue and training schedule to the Fasset members who are attending (group size may vary, but approximately 2200 delegates, in total across different venues, are to be trained in class sizes of between 20 and 120, depending on demand). As class size may vary, trainers must be familiar with techniques for small and large class management. Present the course using the latest acceptable technology e.g. PowerPoint Presentation via Notebook/Computer (with DVD and sound capability to be provided by speaker) and using a data projector (to be provided by Fasset). The trainers are expected to uphold the following criteria at the different courses and venues: Presentability Advertising and invitation Registration of delegates at the Registration of delegates for the event via the Fasset online system. Reproduction and provision of training material in the form of a delegate to all delegates. Reproduction of the agenda, course evaluation etc. Provision of Fasset marketing material to delegates at the event. Courier of documents and course packs to the venue. Securing and paying for the and catering. Providing a flipchart and flipchart markers (or required equipment).
0.772004
[ 0, 1, 2, 3, 4, 5, 20, 21, 22, 23, 24, 25, 33, 34, 35, 36, 37, 38, 46, 47, 48, 49, 50, 52, 53, 54, 6, 7, 8, 9, 10, 11, 12, 26, 27, 28, 29, 39, 40, 41, 42, 43, 44, 45, 51, 13, 14, 15, 16, 17, 18, 19, 30, 31, 32, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 94, 84, 85, 86, 87, 88, 89, 90, 95, 96, 97, 98, 99, 100, 101, 102, 108, 109, 110, 111, 112, 113, 114, 123, 124, 125, 126, 127, 128, 129, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 156, 157, 158, 159, 160, 161, 162, 163, 172, 173, 174, 175, 176, 177, 178, 179, 186, 187, 188, 190, 191, 192, 193, 194, 195, 196, 203, 204, 205, 206, 207, 212, 213, 214, 215, 216, 225, 226, 227, 228, 229, 230, 231, 232, 234, 235, 236, 237, 238, 239, 240, 241, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 273, 91, 92, 93, 103, 104, 105, 106, 107, 115, 116, 117, 118, 119, 120, 121, 122, 130, 131, 132, 149, 150, 151, 152, 153, 154, 155, 164, 165, 166, 167, 168, 169, 170, 171, 180, 181, 182, 183, 184, 185, 189, 197, 198, 199, 200, 201, 202, 208, 209, 210, 211, 217, 218, 219, 220, 221, 222, 223, 224, 233, 242, 243, 244, 245, 246, 247, 248, 264, 265, 266, 267, 268, 269, 270, 271, 272 ]
Office_Etiquette_RFQ%20_Final.docx
task-1606-214
18
[ [ 67, 188, 85, 213 ], [ 126, 188, 178, 213 ], [ 182, 188, 192, 213 ], [ 196, 188, 214, 213 ], [ 218, 188, 250, 213 ], [ 253, 188, 287, 213 ], [ 364, 188, 412, 213 ], [ 416, 188, 437, 213 ], [ 441, 188, 481, 213 ], [ 485, 188, 503, 213 ], [ 506, 188, 558, 213 ], [ 561, 188, 575, 213 ], [ 579, 188, 598, 213 ], [ 674, 188, 694, 213 ], [ 698, 188, 719, 213 ], [ 723, 188, 770, 213 ], [ 774, 188, 804, 213 ], [ 808, 188, 830, 213 ], [ 833, 188, 852, 213 ], [ 855, 188, 910, 213 ], [ 126, 209, 174, 234 ], [ 177, 209, 184, 234 ], [ 188, 209, 217, 234 ], [ 221, 209, 284, 234 ], [ 288, 209, 302, 234 ], [ 306, 209, 324, 234 ], [ 364, 209, 417, 234 ], [ 421, 209, 470, 234 ], [ 474, 209, 500, 234 ], [ 503, 209, 546, 234 ], [ 674, 209, 705, 234 ], [ 709, 209, 719, 234 ], [ 723, 209, 790, 234 ], [ 126, 230, 167, 255 ], [ 171, 230, 221, 255 ], [ 225, 230, 254, 255 ], [ 258, 230, 282, 255 ], [ 286, 230, 297, 255 ], [ 301, 230, 319, 255 ], [ 364, 238, 405, 263 ], [ 408, 238, 426, 263 ], [ 430, 238, 482, 263 ], [ 485, 238, 495, 263 ], [ 499, 238, 519, 263 ], [ 523, 238, 546, 263 ], [ 550, 238, 589, 263 ], [ 126, 251, 182, 277 ], [ 186, 251, 204, 277 ], [ 208, 251, 247, 277 ], [ 250, 251, 289, 277 ], [ 293, 251, 314, 277 ], [ 364, 259, 444, 285 ], [ 126, 273, 144, 298 ], [ 147, 273, 187, 298 ], [ 190, 273, 240, 298 ], [ 67, 361, 81, 393 ], [ 90, 361, 147, 393 ], [ 152, 361, 250, 393 ], [ 67, 426, 89, 451 ], [ 93, 426, 165, 451 ], [ 168, 426, 179, 451 ], [ 183, 426, 201, 451 ], [ 205, 426, 244, 451 ], [ 248, 426, 258, 451 ], [ 262, 426, 301, 451 ], [ 305, 426, 363, 451 ], [ 370, 426, 418, 451 ], [ 422, 426, 478, 451 ], [ 482, 426, 504, 451 ], [ 507, 426, 549, 451 ], [ 552, 426, 586, 451 ], [ 589, 426, 641, 451 ], [ 67, 493, 88, 519 ], [ 106, 493, 163, 519 ], [ 309, 493, 360, 519 ], [ 364, 493, 417, 519 ], [ 421, 493, 510, 519 ], [ 627, 493, 668, 519 ], [ 672, 493, 761, 519 ], [ 67, 532, 85, 557 ], [ 127, 532, 169, 557 ], [ 173, 532, 184, 557 ], [ 188, 532, 206, 557 ], [ 209, 532, 249, 557 ], [ 330, 532, 375, 557 ], [ 379, 532, 397, 557 ], [ 401, 532, 440, 557 ], [ 444, 532, 500, 557 ], [ 504, 532, 515, 557 ], [ 518, 532, 536, 557 ], [ 540, 532, 595, 557 ], [ 648, 532, 713, 557 ], [ 717, 532, 738, 557 ], [ 742, 532, 793, 557 ], [ 127, 553, 182, 579 ], [ 330, 553, 359, 579 ], [ 362, 553, 398, 579 ], [ 401, 553, 423, 579 ], [ 427, 553, 470, 579 ], [ 473, 553, 526, 579 ], [ 529, 553, 540, 579 ], [ 544, 553, 562, 579 ], [ 566, 553, 605, 579 ], [ 648, 561, 718, 587 ], [ 722, 561, 733, 587 ], [ 736, 561, 793, 587 ], [ 796, 561, 807, 587 ], [ 811, 561, 829, 587 ], [ 330, 574, 385, 600 ], [ 388, 574, 412, 600 ], [ 416, 574, 435, 600 ], [ 439, 574, 492, 600 ], [ 496, 574, 534, 600 ], [ 537, 574, 560, 600 ], [ 564, 574, 589, 600 ], [ 648, 590, 718, 616 ], [ 722, 590, 733, 616 ], [ 736, 590, 793, 616 ], [ 796, 590, 812, 616 ], [ 815, 590, 833, 616 ], [ 837, 590, 869, 616 ], [ 873, 590, 889, 616 ], [ 893, 590, 911, 616 ], [ 330, 596, 359, 621 ], [ 362, 596, 380, 621 ], [ 384, 596, 465, 621 ], [ 469, 596, 498, 621 ], [ 505, 596, 566, 621 ], [ 569, 596, 579, 621 ], [ 583, 596, 608, 621 ], [ 648, 612, 688, 637 ], [ 691, 612, 726, 637 ], [ 730, 612, 775, 637 ], [ 330, 617, 369, 642 ], [ 372, 617, 420, 642 ], [ 423, 617, 469, 642 ], [ 473, 617, 491, 642 ], [ 495, 617, 506, 642 ], [ 510, 617, 524, 642 ], [ 528, 617, 568, 642 ], [ 571, 617, 581, 642 ], [ 330, 638, 360, 664 ], [ 364, 638, 394, 664 ], [ 397, 638, 408, 664 ], [ 412, 638, 461, 664 ], [ 465, 638, 479, 664 ], [ 483, 638, 505, 664 ], [ 508, 638, 534, 664 ], [ 537, 638, 598, 664 ], [ 648, 641, 726, 666 ], [ 730, 641, 751, 666 ], [ 755, 641, 807, 666 ], [ 811, 641, 822, 666 ], [ 825, 641, 868, 666 ], [ 872, 641, 918, 666 ], [ 922, 641, 932, 666 ], [ 330, 659, 345, 685 ], [ 349, 659, 404, 685 ], [ 407, 659, 423, 685 ], [ 426, 659, 456, 685 ], [ 460, 659, 483, 685 ], [ 486, 659, 511, 685 ], [ 515, 659, 543, 685 ], [ 547, 659, 590, 685 ], [ 648, 662, 666, 688 ], [ 670, 662, 696, 688 ], [ 700, 662, 711, 688 ], [ 714, 662, 722, 688 ], [ 725, 662, 775, 688 ], [ 804, 662, 814, 688 ], [ 818, 662, 831, 688 ], [ 835, 662, 895, 688 ], [ 330, 681, 359, 706 ], [ 362, 681, 377, 706 ], [ 380, 681, 423, 706 ], [ 426, 681, 449, 706 ], [ 453, 681, 516, 706 ], [ 520, 681, 535, 706 ], [ 539, 681, 569, 706 ], [ 573, 681, 595, 706 ], [ 648, 692, 726, 717 ], [ 730, 692, 741, 717 ], [ 744, 692, 762, 717 ], [ 766, 692, 813, 717 ], [ 817, 692, 856, 717 ], [ 860, 692, 919, 717 ], [ 330, 702, 359, 727 ], [ 363, 702, 393, 727 ], [ 396, 702, 476, 727 ], [ 648, 713, 669, 738 ], [ 330, 731, 375, 757 ], [ 379, 731, 397, 757 ], [ 401, 731, 440, 757 ], [ 444, 731, 475, 757 ], [ 478, 731, 497, 757 ], [ 500, 731, 531, 757 ], [ 535, 731, 598, 757 ], [ 648, 742, 702, 768 ], [ 706, 742, 717, 768 ], [ 720, 742, 759, 768 ], [ 763, 742, 820, 768 ], [ 824, 742, 870, 768 ], [ 874, 742, 885, 768 ], [ 330, 752, 394, 778 ], [ 397, 752, 419, 778 ], [ 423, 752, 489, 778 ], [ 493, 752, 566, 778 ], [ 570, 752, 587, 778 ], [ 648, 763, 705, 789 ], [ 709, 763, 719, 789 ], [ 723, 763, 741, 789 ], [ 745, 763, 780, 789 ], [ 330, 774, 447, 799 ], [ 451, 774, 478, 799 ], [ 482, 774, 510, 799 ], [ 513, 774, 535, 799 ], [ 539, 774, 574, 799 ], [ 648, 793, 691, 818 ], [ 695, 793, 706, 818 ], [ 709, 793, 773, 818 ], [ 777, 793, 799, 818 ], [ 802, 793, 841, 818 ], [ 845, 793, 879, 818 ], [ 883, 793, 894, 818 ], [ 897, 793, 915, 818 ], [ 330, 795, 385, 820 ], [ 388, 795, 399, 820 ], [ 403, 795, 417, 820 ], [ 421, 795, 471, 820 ], [ 475, 795, 489, 820 ], [ 492, 795, 543, 820 ], [ 547, 795, 568, 820 ], [ 572, 795, 603, 820 ], [ 648, 814, 688, 839 ], [ 330, 816, 338, 842 ], [ 341, 816, 367, 842 ], [ 370, 816, 421, 842 ], [ 425, 816, 440, 842 ], [ 444, 816, 458, 842 ], [ 462, 816, 512, 842 ], [ 515, 816, 529, 842 ], [ 533, 816, 580, 842 ], [ 648, 843, 700, 869 ], [ 703, 843, 725, 869 ], [ 729, 843, 767, 869 ], [ 771, 843, 786, 869 ], [ 790, 843, 808, 869 ], [ 836, 843, 858, 869 ], [ 862, 843, 912, 869 ], [ 330, 845, 353, 871 ], [ 356, 845, 400, 871 ], [ 404, 845, 423, 871 ], [ 426, 845, 479, 871 ], [ 483, 845, 494, 871 ], [ 497, 845, 536, 871 ], [ 540, 845, 558, 871 ], [ 562, 845, 613, 871 ], [ 330, 867, 370, 892 ], [ 373, 867, 384, 892 ], [ 388, 867, 406, 892 ], [ 409, 867, 457, 892 ], [ 460, 867, 506, 892 ], [ 510, 867, 531, 892 ], [ 535, 867, 581, 892 ], [ 648, 873, 703, 898 ], [ 706, 873, 714, 898 ], [ 717, 873, 763, 898 ], [ 767, 873, 788, 898 ], [ 792, 873, 838, 898 ], [ 841, 873, 889, 898 ], [ 892, 873, 908, 898 ], [ 673, 894, 721, 919 ], [ 725, 894, 794, 919 ], [ 348, 896, 427, 921 ] ]
[ [ 67, 188, 85, 213 ], [ 126, 188, 178, 213 ], [ 182, 188, 192, 213 ], [ 196, 188, 214, 213 ], [ 218, 188, 250, 213 ], [ 253, 188, 287, 213 ], [ 126, 209, 174, 234 ], [ 177, 209, 184, 234 ], [ 188, 209, 217, 234 ], [ 221, 209, 284, 234 ], [ 288, 209, 302, 234 ], [ 306, 209, 324, 234 ], [ 126, 230, 167, 255 ], [ 171, 230, 221, 255 ], [ 225, 230, 254, 255 ], [ 258, 230, 282, 255 ], [ 286, 230, 297, 255 ], [ 301, 230, 319, 255 ], [ 126, 251, 182, 277 ], [ 186, 251, 204, 277 ], [ 208, 251, 247, 277 ], [ 250, 251, 289, 277 ], [ 293, 251, 314, 277 ], [ 126, 273, 144, 298 ], [ 147, 273, 187, 298 ], [ 190, 273, 240, 298 ], [ 364, 188, 412, 213 ], [ 416, 188, 437, 213 ], [ 441, 188, 481, 213 ], [ 485, 188, 503, 213 ], [ 506, 188, 558, 213 ], [ 561, 188, 575, 213 ], [ 579, 188, 598, 213 ], [ 364, 209, 417, 234 ], [ 421, 209, 470, 234 ], [ 474, 209, 500, 234 ], [ 503, 209, 546, 234 ], [ 364, 238, 405, 263 ], [ 408, 238, 426, 263 ], [ 430, 238, 482, 263 ], [ 485, 238, 495, 263 ], [ 499, 238, 519, 263 ], [ 523, 238, 546, 263 ], [ 550, 238, 589, 263 ], [ 364, 259, 444, 285 ], [ 674, 188, 694, 213 ], [ 698, 188, 719, 213 ], [ 723, 188, 770, 213 ], [ 774, 188, 804, 213 ], [ 808, 188, 830, 213 ], [ 833, 188, 852, 213 ], [ 855, 188, 910, 213 ], [ 674, 209, 705, 234 ], [ 709, 209, 719, 234 ], [ 723, 209, 790, 234 ], [ 67, 361, 81, 393 ], [ 90, 361, 147, 393 ], [ 152, 361, 250, 393 ], [ 67, 426, 89, 451 ], [ 93, 426, 165, 451 ], [ 168, 426, 179, 451 ], [ 183, 426, 201, 451 ], [ 205, 426, 244, 451 ], [ 248, 426, 258, 451 ], [ 262, 426, 301, 451 ], [ 305, 426, 363, 451 ], [ 370, 426, 418, 451 ], [ 422, 426, 478, 451 ], [ 482, 426, 504, 451 ], [ 507, 426, 549, 451 ], [ 552, 426, 586, 451 ], [ 589, 426, 641, 451 ], [ 67, 493, 88, 519 ], [ 106, 493, 163, 519 ], [ 309, 493, 360, 519 ], [ 364, 493, 417, 519 ], [ 421, 493, 510, 519 ], [ 627, 493, 668, 519 ], [ 672, 493, 761, 519 ], [ 67, 532, 85, 557 ], [ 127, 532, 169, 557 ], [ 173, 532, 184, 557 ], [ 188, 532, 206, 557 ], [ 209, 532, 249, 557 ], [ 127, 553, 182, 579 ], [ 330, 532, 375, 557 ], [ 379, 532, 397, 557 ], [ 401, 532, 440, 557 ], [ 444, 532, 500, 557 ], [ 504, 532, 515, 557 ], [ 518, 532, 536, 557 ], [ 540, 532, 595, 557 ], [ 330, 553, 359, 579 ], [ 362, 553, 398, 579 ], [ 401, 553, 423, 579 ], [ 427, 553, 470, 579 ], [ 473, 553, 526, 579 ], [ 529, 553, 540, 579 ], [ 544, 553, 562, 579 ], [ 566, 553, 605, 579 ], [ 330, 574, 385, 600 ], [ 388, 574, 412, 600 ], [ 416, 574, 435, 600 ], [ 439, 574, 492, 600 ], [ 496, 574, 534, 600 ], [ 537, 574, 560, 600 ], [ 564, 574, 589, 600 ], [ 330, 596, 359, 621 ], [ 362, 596, 380, 621 ], [ 384, 596, 465, 621 ], [ 469, 596, 498, 621 ], [ 505, 596, 566, 621 ], [ 569, 596, 579, 621 ], [ 583, 596, 608, 621 ], [ 330, 617, 369, 642 ], [ 372, 617, 420, 642 ], [ 423, 617, 469, 642 ], [ 473, 617, 491, 642 ], [ 495, 617, 506, 642 ], [ 510, 617, 524, 642 ], [ 528, 617, 568, 642 ], [ 571, 617, 581, 642 ], [ 330, 638, 360, 664 ], [ 364, 638, 394, 664 ], [ 397, 638, 408, 664 ], [ 412, 638, 461, 664 ], [ 465, 638, 479, 664 ], [ 483, 638, 505, 664 ], [ 508, 638, 534, 664 ], [ 537, 638, 598, 664 ], [ 330, 659, 345, 685 ], [ 349, 659, 404, 685 ], [ 407, 659, 423, 685 ], [ 426, 659, 456, 685 ], [ 460, 659, 483, 685 ], [ 486, 659, 511, 685 ], [ 515, 659, 543, 685 ], [ 547, 659, 590, 685 ], [ 330, 681, 359, 706 ], [ 362, 681, 377, 706 ], [ 380, 681, 423, 706 ], [ 426, 681, 449, 706 ], [ 453, 681, 516, 706 ], [ 520, 681, 535, 706 ], [ 539, 681, 569, 706 ], [ 573, 681, 595, 706 ], [ 330, 702, 359, 727 ], [ 363, 702, 393, 727 ], [ 396, 702, 476, 727 ], [ 330, 731, 375, 757 ], [ 379, 731, 397, 757 ], [ 401, 731, 440, 757 ], [ 444, 731, 475, 757 ], [ 478, 731, 497, 757 ], [ 500, 731, 531, 757 ], [ 535, 731, 598, 757 ], [ 330, 752, 394, 778 ], [ 397, 752, 419, 778 ], [ 423, 752, 489, 778 ], [ 493, 752, 566, 778 ], [ 570, 752, 587, 778 ], [ 330, 774, 447, 799 ], [ 451, 774, 478, 799 ], [ 482, 774, 510, 799 ], [ 513, 774, 535, 799 ], [ 539, 774, 574, 799 ], [ 330, 795, 385, 820 ], [ 388, 795, 399, 820 ], [ 403, 795, 417, 820 ], [ 421, 795, 471, 820 ], [ 475, 795, 489, 820 ], [ 492, 795, 543, 820 ], [ 547, 795, 568, 820 ], [ 572, 795, 603, 820 ], [ 330, 816, 338, 842 ], [ 341, 816, 367, 842 ], [ 370, 816, 421, 842 ], [ 425, 816, 440, 842 ], [ 444, 816, 458, 842 ], [ 462, 816, 512, 842 ], [ 515, 816, 529, 842 ], [ 533, 816, 580, 842 ], [ 330, 845, 353, 871 ], [ 356, 845, 400, 871 ], [ 404, 845, 423, 871 ], [ 426, 845, 479, 871 ], [ 483, 845, 494, 871 ], [ 497, 845, 536, 871 ], [ 540, 845, 558, 871 ], [ 562, 845, 613, 871 ], [ 330, 867, 370, 892 ], [ 373, 867, 384, 892 ], [ 388, 867, 406, 892 ], [ 409, 867, 457, 892 ], [ 460, 867, 506, 892 ], [ 510, 867, 531, 892 ], [ 535, 867, 581, 892 ], [ 348, 896, 427, 921 ], [ 648, 532, 713, 557 ], [ 717, 532, 738, 557 ], [ 742, 532, 793, 557 ], [ 648, 561, 718, 587 ], [ 722, 561, 733, 587 ], [ 736, 561, 793, 587 ], [ 796, 561, 807, 587 ], [ 811, 561, 829, 587 ], [ 648, 590, 718, 616 ], [ 722, 590, 733, 616 ], [ 736, 590, 793, 616 ], [ 796, 590, 812, 616 ], [ 815, 590, 833, 616 ], [ 837, 590, 869, 616 ], [ 873, 590, 889, 616 ], [ 893, 590, 911, 616 ], [ 648, 612, 688, 637 ], [ 691, 612, 726, 637 ], [ 730, 612, 775, 637 ], [ 648, 641, 726, 666 ], [ 730, 641, 751, 666 ], [ 755, 641, 807, 666 ], [ 811, 641, 822, 666 ], [ 825, 641, 868, 666 ], [ 872, 641, 918, 666 ], [ 922, 641, 932, 666 ], [ 648, 662, 666, 688 ], [ 670, 662, 696, 688 ], [ 700, 662, 711, 688 ], [ 714, 662, 722, 688 ], [ 725, 662, 775, 688 ], [ 804, 662, 814, 688 ], [ 818, 662, 831, 688 ], [ 835, 662, 895, 688 ], [ 648, 692, 726, 717 ], [ 730, 692, 741, 717 ], [ 744, 692, 762, 717 ], [ 766, 692, 813, 717 ], [ 817, 692, 856, 717 ], [ 860, 692, 919, 717 ], [ 648, 713, 669, 738 ], [ 648, 742, 702, 768 ], [ 706, 742, 717, 768 ], [ 720, 742, 759, 768 ], [ 763, 742, 820, 768 ], [ 824, 742, 870, 768 ], [ 874, 742, 885, 768 ], [ 648, 763, 705, 789 ], [ 709, 763, 719, 789 ], [ 723, 763, 741, 789 ], [ 745, 763, 780, 789 ], [ 648, 793, 691, 818 ], [ 695, 793, 706, 818 ], [ 709, 793, 773, 818 ], [ 777, 793, 799, 818 ], [ 802, 793, 841, 818 ], [ 845, 793, 879, 818 ], [ 883, 793, 894, 818 ], [ 897, 793, 915, 818 ], [ 648, 814, 688, 839 ], [ 648, 843, 700, 869 ], [ 703, 843, 725, 869 ], [ 729, 843, 767, 869 ], [ 771, 843, 786, 869 ], [ 790, 843, 808, 869 ], [ 836, 843, 858, 869 ], [ 862, 843, 912, 869 ], [ 648, 873, 703, 898 ], [ 706, 873, 714, 898 ], [ 717, 873, 763, 898 ], [ 767, 873, 788, 898 ], [ 792, 873, 838, 898 ], [ 841, 873, 889, 898 ], [ 892, 873, 908, 898 ], [ 673, 894, 721, 919 ], [ 725, 894, 794, 919 ] ]
May Apply to Some Transactions: Source Form # Date Form Name Timeline Received VAR 100 Disclosure of Brokerage Relationship to Unrep. See Manual Section on Topic VAR 103 Disclosure of Designated Agency/Representation VAR 600D Home Inspection Addendum VAR 600E Home Inspection Removal of Contingency Addendum VAR Short Sale Addendum HUD HUD For your protection Get a Home Inspection 92564CN VAR 1000B Possession by Seller Agreement VAR 1200 Agreement for the Sale of Personal Property VAR 1350 Lead Paint Disclosure If Pre-1978, Provided by Seller VAR 1000A Possession by Purchaser Agreement BSR Broker Signature Required – Reviewed and Completed by Broker: Transaction Check List - Purchaser Agent MLS#: Contract Date: Property Address: _______ Ratification Date: Settlement Date: Required for All Transactions: Form # Date Form Name Timeline Received VAR 450, Exclusive or Non-Exclusive Right to Represent Buyer to showing 460 or Agreement (BSR) 465 VAR 600 Residential Contract of Purchase Writing the offer DPOR SUM1 SUM/Residential Property Disclosure Statement Provided by Seller /VAR EMD $ , Date Dep: Writing the offer, unless otherwise agreed by parties Lender Pre-Approval Letter Writing the offer VAR 640 Preoccupancy/Presettlement Inspection Just Prior to Settlement CD Settlement Statement (CD) Settlement
May Apply to Some Transactions: Source Form # Date Received Form Name Timeline VAR 100 Disclosure of Brokerage Relationship to Unrep. See Manual Section on Topic VAR 103 Disclosure of Designated Agency/Representation VAR 600D Home Inspection Addendum VAR 600E Home Inspection Removal of Contingency Addendum VAR Short Sale Addendum HUD HUD 92564CN For your protection Get a Home Inspection VAR 1000B Possession by Seller Agreement VAR 1200 Agreement for the Sale of Personal Property VAR 1350 Lead Paint Disclosure If Pre-1978, Provided by Seller VAR 1000A Possession by Purchaser Agreement BSR – Broker Signature Required Reviewed and Completed by Broker: Transaction Check List - Purchaser Agent MLS#: Contract Date: Property Address: _______ Ratification Date: Settlement Date: Required for All Transactions: Form # Date Received Form Name Timeline VAR 450, 460 or 465 Exclusive or Non-Exclusive Right to Represent Buyer Agreement (BSR) to showing VAR 600 Residential Contract of Purchase Writing the offer DPOR /VAR SUM1 SUM/Residential Property Disclosure Statement Provided by Seller EMD $ , Date Dep: Writing the offer, unless otherwise agreed by parties Lender Pre-Approval Letter Writing the offer VAR 640 Preoccupancy/Presettlement Inspection Just Prior to Settlement CD Settlement Statement (CD) Settlement
0.859569
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 12, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 58, 51, 52, 53, 54, 55, 56, 57, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 94, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 126, 123, 124, 125, 127, 128, 138, 139, 142, 129, 130, 131, 132, 133, 134, 135, 140, 141, 136, 137, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 161, 153, 154, 155, 156, 157, 158, 159, 160, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193 ]
Office_PPM_2016_Version.docx
task-1606-255
33
[ [ 117, 118, 149, 137 ], [ 155, 118, 199, 137 ], [ 204, 118, 220, 137 ], [ 226, 118, 270, 137 ], [ 275, 118, 382, 137 ], [ 117, 135, 168, 151 ], [ 214, 135, 252, 151 ], [ 257, 135, 269, 151 ], [ 310, 135, 345, 151 ], [ 405, 135, 443, 151 ], [ 448, 135, 491, 151 ], [ 743, 135, 806, 151 ], [ 310, 149, 377, 165 ], [ 117, 163, 144, 179 ], [ 214, 163, 238, 179 ], [ 405, 163, 471, 179 ], [ 476, 163, 488, 179 ], [ 493, 163, 559, 179 ], [ 563, 163, 642, 179 ], [ 647, 163, 659, 179 ], [ 664, 163, 707, 179 ], [ 743, 163, 766, 179 ], [ 775, 163, 822, 179 ], [ 830, 163, 877, 179 ], [ 886, 163, 902, 179 ], [ 743, 177, 777, 193 ], [ 117, 191, 144, 207 ], [ 214, 191, 238, 207 ], [ 405, 191, 471, 207 ], [ 476, 191, 488, 207 ], [ 493, 191, 565, 207 ], [ 570, 191, 720, 207 ], [ 117, 206, 144, 221 ], [ 214, 206, 248, 221 ], [ 405, 206, 443, 221 ], [ 448, 206, 515, 221 ], [ 520, 206, 589, 221 ], [ 117, 220, 144, 236 ], [ 214, 220, 246, 236 ], [ 405, 220, 443, 236 ], [ 448, 220, 515, 236 ], [ 520, 220, 575, 236 ], [ 580, 220, 593, 236 ], [ 597, 220, 677, 236 ], [ 681, 220, 751, 236 ], [ 117, 234, 144, 250 ], [ 405, 234, 440, 250 ], [ 445, 234, 472, 250 ], [ 476, 234, 546, 250 ], [ 117, 249, 147, 264 ], [ 214, 249, 244, 264 ], [ 405, 249, 426, 264 ], [ 431, 249, 460, 264 ], [ 464, 249, 530, 264 ], [ 534, 249, 557, 264 ], [ 561, 249, 569, 264 ], [ 573, 249, 611, 264 ], [ 616, 249, 683, 264 ], [ 214, 262, 273, 278 ], [ 117, 277, 144, 292 ], [ 214, 277, 255, 292 ], [ 405, 277, 475, 292 ], [ 480, 277, 495, 292 ], [ 500, 277, 535, 292 ], [ 540, 277, 611, 292 ], [ 117, 291, 144, 307 ], [ 214, 291, 246, 307 ], [ 405, 291, 476, 307 ], [ 481, 291, 499, 307 ], [ 503, 291, 524, 307 ], [ 529, 291, 556, 307 ], [ 560, 291, 573, 307 ], [ 578, 291, 633, 307 ], [ 637, 291, 692, 307 ], [ 117, 305, 144, 321 ], [ 214, 305, 246, 321 ], [ 405, 305, 436, 321 ], [ 474, 305, 506, 321 ], [ 511, 305, 576, 321 ], [ 743, 305, 753, 321 ], [ 758, 305, 821, 321 ], [ 826, 305, 882, 321 ], [ 887, 305, 902, 321 ], [ 743, 319, 778, 335 ], [ 117, 334, 144, 349 ], [ 214, 334, 255, 349 ], [ 405, 334, 475, 349 ], [ 480, 334, 495, 349 ], [ 500, 334, 563, 349 ], [ 568, 334, 639, 349 ], [ 117, 408, 149, 427 ], [ 170, 408, 222, 427 ], [ 227, 408, 303, 427 ], [ 308, 408, 379, 427 ], [ 154, 409, 164, 425 ], [ 117, 441, 193, 460 ], [ 199, 441, 228, 460 ], [ 234, 441, 318, 460 ], [ 324, 441, 342, 460 ], [ 348, 441, 406, 460 ], [ 117, 475, 223, 494 ], [ 228, 475, 283, 494 ], [ 288, 475, 320, 494 ], [ 326, 475, 333, 494 ], [ 339, 475, 429, 494 ], [ 434, 475, 488, 494 ], [ 117, 508, 169, 527 ], [ 529, 508, 596, 527 ], [ 601, 508, 645, 527 ], [ 117, 525, 184, 544 ], [ 190, 525, 259, 544 ], [ 352, 542, 421, 561 ], [ 529, 542, 617, 561 ], [ 623, 542, 666, 561 ], [ 529, 558, 614, 577 ], [ 620, 558, 664, 577 ], [ 117, 592, 188, 611 ], [ 193, 592, 215, 611 ], [ 221, 592, 240, 611 ], [ 245, 592, 352, 611 ], [ 185, 610, 223, 625 ], [ 227, 610, 239, 625 ], [ 259, 610, 294, 625 ], [ 354, 610, 392, 625 ], [ 397, 610, 440, 625 ], [ 714, 610, 777, 625 ], [ 259, 623, 326, 639 ], [ 117, 638, 144, 653 ], [ 185, 638, 213, 653 ], [ 354, 638, 413, 653 ], [ 418, 638, 431, 653 ], [ 436, 638, 527, 653 ], [ 531, 638, 565, 653 ], [ 570, 638, 583, 653 ], [ 588, 638, 653, 653 ], [ 658, 638, 695, 653 ], [ 747, 638, 760, 653 ], [ 765, 638, 818, 653 ], [ 185, 651, 209, 667 ], [ 227, 651, 240, 667 ], [ 354, 651, 425, 667 ], [ 430, 651, 467, 667 ], [ 185, 665, 209, 681 ], [ 117, 679, 144, 695 ], [ 185, 679, 209, 695 ], [ 354, 679, 425, 695 ], [ 429, 679, 484, 695 ], [ 488, 679, 501, 695 ], [ 506, 679, 564, 695 ], [ 714, 679, 761, 695 ], [ 765, 679, 786, 695 ], [ 791, 679, 821, 695 ], [ 117, 694, 155, 709 ], [ 185, 694, 222, 709 ], [ 354, 694, 459, 709 ], [ 464, 694, 519, 709 ], [ 523, 694, 589, 709 ], [ 594, 694, 660, 709 ], [ 714, 694, 770, 709 ], [ 775, 694, 790, 709 ], [ 795, 694, 831, 709 ], [ 117, 707, 149, 723 ], [ 354, 722, 384, 737 ], [ 389, 722, 397, 737 ], [ 472, 722, 477, 737 ], [ 481, 722, 511, 737 ], [ 530, 722, 561, 737 ], [ 714, 722, 761, 737 ], [ 769, 722, 789, 737 ], [ 797, 722, 832, 737 ], [ 840, 722, 881, 737 ], [ 714, 735, 777, 751 ], [ 799, 735, 843, 751 ], [ 865, 735, 881, 751 ], [ 714, 749, 758, 765 ], [ 354, 764, 399, 779 ], [ 403, 764, 487, 779 ], [ 491, 764, 529, 779 ], [ 714, 764, 761, 779 ], [ 765, 764, 786, 779 ], [ 791, 764, 821, 779 ], [ 117, 778, 144, 793 ], [ 185, 778, 209, 793 ], [ 354, 778, 539, 793 ], [ 543, 778, 610, 793 ], [ 714, 778, 740, 793 ], [ 745, 778, 775, 793 ], [ 779, 778, 792, 793 ], [ 797, 778, 867, 793 ], [ 117, 792, 136, 808 ], [ 354, 792, 424, 808 ], [ 429, 792, 496, 808 ], [ 500, 792, 530, 808 ], [ 714, 792, 784, 808 ] ]
[ [ 117, 118, 149, 137 ], [ 155, 118, 199, 137 ], [ 204, 118, 220, 137 ], [ 226, 118, 270, 137 ], [ 275, 118, 382, 137 ], [ 117, 135, 168, 151 ], [ 214, 135, 252, 151 ], [ 257, 135, 269, 151 ], [ 310, 135, 345, 151 ], [ 310, 149, 377, 165 ], [ 405, 135, 443, 151 ], [ 448, 135, 491, 151 ], [ 743, 135, 806, 151 ], [ 117, 163, 144, 179 ], [ 214, 163, 238, 179 ], [ 405, 163, 471, 179 ], [ 476, 163, 488, 179 ], [ 493, 163, 559, 179 ], [ 563, 163, 642, 179 ], [ 647, 163, 659, 179 ], [ 664, 163, 707, 179 ], [ 743, 163, 766, 179 ], [ 775, 163, 822, 179 ], [ 830, 163, 877, 179 ], [ 886, 163, 902, 179 ], [ 743, 177, 777, 193 ], [ 117, 191, 144, 207 ], [ 214, 191, 238, 207 ], [ 405, 191, 471, 207 ], [ 476, 191, 488, 207 ], [ 493, 191, 565, 207 ], [ 570, 191, 720, 207 ], [ 117, 206, 144, 221 ], [ 214, 206, 248, 221 ], [ 405, 206, 443, 221 ], [ 448, 206, 515, 221 ], [ 520, 206, 589, 221 ], [ 117, 220, 144, 236 ], [ 214, 220, 246, 236 ], [ 405, 220, 443, 236 ], [ 448, 220, 515, 236 ], [ 520, 220, 575, 236 ], [ 580, 220, 593, 236 ], [ 597, 220, 677, 236 ], [ 681, 220, 751, 236 ], [ 117, 234, 144, 250 ], [ 405, 234, 440, 250 ], [ 445, 234, 472, 250 ], [ 476, 234, 546, 250 ], [ 117, 249, 147, 264 ], [ 214, 249, 244, 264 ], [ 214, 262, 273, 278 ], [ 405, 249, 426, 264 ], [ 431, 249, 460, 264 ], [ 464, 249, 530, 264 ], [ 534, 249, 557, 264 ], [ 561, 249, 569, 264 ], [ 573, 249, 611, 264 ], [ 616, 249, 683, 264 ], [ 117, 277, 144, 292 ], [ 214, 277, 255, 292 ], [ 405, 277, 475, 292 ], [ 480, 277, 495, 292 ], [ 500, 277, 535, 292 ], [ 540, 277, 611, 292 ], [ 117, 291, 144, 307 ], [ 214, 291, 246, 307 ], [ 405, 291, 476, 307 ], [ 481, 291, 499, 307 ], [ 503, 291, 524, 307 ], [ 529, 291, 556, 307 ], [ 560, 291, 573, 307 ], [ 578, 291, 633, 307 ], [ 637, 291, 692, 307 ], [ 117, 305, 144, 321 ], [ 214, 305, 246, 321 ], [ 405, 305, 436, 321 ], [ 474, 305, 506, 321 ], [ 511, 305, 576, 321 ], [ 743, 305, 753, 321 ], [ 758, 305, 821, 321 ], [ 826, 305, 882, 321 ], [ 887, 305, 902, 321 ], [ 743, 319, 778, 335 ], [ 117, 334, 144, 349 ], [ 214, 334, 255, 349 ], [ 405, 334, 475, 349 ], [ 480, 334, 495, 349 ], [ 500, 334, 563, 349 ], [ 568, 334, 639, 349 ], [ 117, 408, 149, 427 ], [ 154, 409, 164, 425 ], [ 170, 408, 222, 427 ], [ 227, 408, 303, 427 ], [ 308, 408, 379, 427 ], [ 117, 441, 193, 460 ], [ 199, 441, 228, 460 ], [ 234, 441, 318, 460 ], [ 324, 441, 342, 460 ], [ 348, 441, 406, 460 ], [ 117, 475, 223, 494 ], [ 228, 475, 283, 494 ], [ 288, 475, 320, 494 ], [ 326, 475, 333, 494 ], [ 339, 475, 429, 494 ], [ 434, 475, 488, 494 ], [ 117, 508, 169, 527 ], [ 529, 508, 596, 527 ], [ 601, 508, 645, 527 ], [ 117, 525, 184, 544 ], [ 190, 525, 259, 544 ], [ 352, 542, 421, 561 ], [ 529, 542, 617, 561 ], [ 623, 542, 666, 561 ], [ 529, 558, 614, 577 ], [ 620, 558, 664, 577 ], [ 117, 592, 188, 611 ], [ 193, 592, 215, 611 ], [ 221, 592, 240, 611 ], [ 245, 592, 352, 611 ], [ 185, 610, 223, 625 ], [ 227, 610, 239, 625 ], [ 259, 610, 294, 625 ], [ 259, 623, 326, 639 ], [ 354, 610, 392, 625 ], [ 397, 610, 440, 625 ], [ 714, 610, 777, 625 ], [ 117, 638, 144, 653 ], [ 185, 638, 213, 653 ], [ 185, 651, 209, 667 ], [ 227, 651, 240, 667 ], [ 185, 665, 209, 681 ], [ 354, 638, 413, 653 ], [ 418, 638, 431, 653 ], [ 436, 638, 527, 653 ], [ 531, 638, 565, 653 ], [ 570, 638, 583, 653 ], [ 588, 638, 653, 653 ], [ 658, 638, 695, 653 ], [ 354, 651, 425, 667 ], [ 430, 651, 467, 667 ], [ 747, 638, 760, 653 ], [ 765, 638, 818, 653 ], [ 117, 679, 144, 695 ], [ 185, 679, 209, 695 ], [ 354, 679, 425, 695 ], [ 429, 679, 484, 695 ], [ 488, 679, 501, 695 ], [ 506, 679, 564, 695 ], [ 714, 679, 761, 695 ], [ 765, 679, 786, 695 ], [ 791, 679, 821, 695 ], [ 117, 694, 155, 709 ], [ 117, 707, 149, 723 ], [ 185, 694, 222, 709 ], [ 354, 694, 459, 709 ], [ 464, 694, 519, 709 ], [ 523, 694, 589, 709 ], [ 594, 694, 660, 709 ], [ 714, 694, 770, 709 ], [ 775, 694, 790, 709 ], [ 795, 694, 831, 709 ], [ 354, 722, 384, 737 ], [ 389, 722, 397, 737 ], [ 472, 722, 477, 737 ], [ 481, 722, 511, 737 ], [ 530, 722, 561, 737 ], [ 714, 722, 761, 737 ], [ 769, 722, 789, 737 ], [ 797, 722, 832, 737 ], [ 840, 722, 881, 737 ], [ 714, 735, 777, 751 ], [ 799, 735, 843, 751 ], [ 865, 735, 881, 751 ], [ 714, 749, 758, 765 ], [ 354, 764, 399, 779 ], [ 403, 764, 487, 779 ], [ 491, 764, 529, 779 ], [ 714, 764, 761, 779 ], [ 765, 764, 786, 779 ], [ 791, 764, 821, 779 ], [ 117, 778, 144, 793 ], [ 185, 778, 209, 793 ], [ 354, 778, 539, 793 ], [ 543, 778, 610, 793 ], [ 714, 778, 740, 793 ], [ 745, 778, 775, 793 ], [ 779, 778, 792, 793 ], [ 797, 778, 867, 793 ], [ 117, 792, 136, 808 ], [ 354, 792, 424, 808 ], [ 429, 792, 496, 808 ], [ 500, 792, 530, 808 ], [ 714, 792, 784, 808 ] ]
Classification Title Code/Title: 3460/Office Software Associate Exempt Status: Non-Exempt Pay Grade: 62 Job Summary: Provides specialized skills in the use of computer software such as graphics, presentations, desktop publishing, and/or data management activities. Essential Duties and Responsibilities Designs new formats to meet unique requirements. Prepares materials in standard and customized formats. Retrieves, prepares, and maintains materials on the internet. Enters and manipulates data in databases and spreadsheets. Makes recommendations on optimal formats and/or formats of presentations. Assists staff with the use of equipment and software. Operates scanning and other devises for input/conversion of data to new or existing data. Uses electronic media and local area networks to transmit materials to originator. Produces illustrations and graphics. Prepares slides, overheads, and other presentation materials. Prepares technical, statistical, and non-textual materials. Edits, proofs, and produces camera-ready copies for publication. Monitors office equipment for proper operations. with technical support personnel to solve computer problems. Performs other related duties as assigned. This document represents the major duties, responsibilities, and authorities of this job, and is not intended to be a complete list of all tasks and functions. Other duties may be assigned. Additional Responsibilities Minimum Requirements Education High School graduation or equivalent combination of training and experience. – Experience Three years of experience in the use of computer software such as graphics, presentations, desktop – publishing, or data management. Knowledge, Skills, Abilities Knowledge of computer software such as graphics, presentations, desktop publishing, or data management. Registration, Certification, or Licensure Supervision Received/Given .Works under general direction and generally does not supervise employees. Other Requirements * The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. *List physical demands
Classification Title Code/Title: 3460/Office Software Associate Exempt Status: Non-Exempt Pay Grade: 62 Job Summary: Provides specialized skills in the use of computer software such as graphics, presentations, desktop publishing, and/or data management activities. Essential Duties and Responsibilities Designs new formats to meet unique requirements. Prepares materials in standard and customized formats. Retrieves, prepares, and maintains materials on the internet. Enters and manipulates data in databases and spreadsheets. Makes recommendations on optimal formats and/or formats of presentations. Assists staff with the use of equipment and software. Operates scanning and other devises for input/conversion of data to new or existing data. Uses electronic media and local area networks to transmit materials to originator. Produces illustrations and graphics. Prepares slides, overheads, and other presentation materials. Prepares technical, statistical, and non-textual materials. Edits, proofs, and produces camera-ready copies for publication. Monitors office equipment for proper operations. with technical support personnel to solve computer problems. Performs other related duties as assigned. This document represents the major duties, responsibilities, and authorities of this job, and is not intended to be a complete list of all tasks and functions. Other duties may be assigned. Additional Responsibilities Minimum Requirements Education – High School graduation or equivalent combination of training and experience. Experience – Three years of experience in the use of computer software such as graphics, presentations, desktop publishing, or data management. Knowledge, Skills, Abilities Knowledge of computer software such as graphics, presentations, desktop publishing, or data management. Registration, Certification, or Licensure Supervision Received/Given .Works under general direction and generally does not supervise employees. Other Requirements * The physical demands described here are representative of those that must be met by an employee to successfully perform the essential functions of this job. Reasonable accommodations may be made to enable individuals with disabilities to perform the essential functions. *List physical demands
0.977371
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 202, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 219, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301 ]
Office_Software_Associate_TAMUS_JD.docx
task-1606-260
0
[ [ 58, 76, 175, 95 ], [ 180, 76, 217, 95 ], [ 222, 76, 315, 95 ], [ 325, 76, 421, 95 ], [ 425, 76, 501, 95 ], [ 506, 76, 591, 95 ], [ 58, 107, 123, 126 ], [ 128, 107, 189, 126 ], [ 194, 107, 300, 126 ], [ 58, 137, 90, 156 ], [ 95, 137, 153, 156 ], [ 163, 137, 183, 156 ], [ 58, 171, 87, 188 ], [ 92, 171, 172, 188 ], [ 176, 171, 240, 188 ], [ 244, 171, 325, 188 ], [ 330, 171, 365, 188 ], [ 370, 171, 382, 188 ], [ 387, 171, 410, 188 ], [ 414, 171, 440, 188 ], [ 445, 171, 459, 188 ], [ 463, 171, 531, 188 ], [ 536, 171, 597, 188 ], [ 602, 171, 636, 188 ], [ 641, 171, 658, 188 ], [ 663, 171, 729, 188 ], [ 734, 171, 836, 188 ], [ 841, 171, 898, 188 ], [ 58, 185, 136, 203 ], [ 141, 185, 187, 203 ], [ 192, 185, 224, 203 ], [ 228, 185, 323, 203 ], [ 328, 185, 395, 203 ], [ 58, 218, 130, 235 ], [ 135, 218, 184, 235 ], [ 189, 218, 218, 235 ], [ 223, 218, 348, 235 ], [ 88, 250, 144, 269 ], [ 148, 250, 179, 269 ], [ 183, 250, 240, 269 ], [ 244, 250, 260, 269 ], [ 264, 250, 302, 269 ], [ 306, 250, 357, 269 ], [ 361, 250, 465, 269 ], [ 469, 250, 533, 269 ], [ 538, 250, 606, 269 ], [ 610, 250, 623, 269 ], [ 627, 250, 692, 269 ], [ 696, 250, 724, 269 ], [ 728, 250, 811, 269 ], [ 815, 250, 877, 269 ], [ 88, 267, 160, 286 ], [ 164, 267, 234, 286 ], [ 238, 267, 265, 286 ], [ 269, 267, 341, 286 ], [ 345, 267, 413, 286 ], [ 417, 267, 436, 286 ], [ 440, 267, 464, 286 ], [ 469, 267, 532, 286 ], [ 536, 267, 583, 286 ], [ 587, 267, 614, 286 ], [ 618, 267, 708, 286 ], [ 712, 267, 745, 286 ], [ 749, 267, 763, 286 ], [ 767, 267, 840, 286 ], [ 844, 267, 872, 286 ], [ 88, 284, 189, 303 ], [ 193, 284, 241, 303 ], [ 246, 284, 379, 303 ], [ 383, 284, 402, 303 ], [ 406, 284, 462, 303 ], [ 466, 284, 523, 303 ], [ 527, 284, 578, 303 ], [ 582, 284, 639, 303 ], [ 643, 284, 658, 303 ], [ 662, 284, 767, 303 ], [ 88, 301, 136, 320 ], [ 140, 301, 173, 320 ], [ 177, 301, 209, 320 ], [ 214, 301, 238, 320 ], [ 242, 301, 267, 320 ], [ 271, 301, 286, 320 ], [ 290, 301, 371, 320 ], [ 375, 301, 402, 320 ], [ 406, 301, 475, 320 ], [ 479, 301, 546, 320 ], [ 550, 301, 615, 320 ], [ 619, 301, 646, 320 ], [ 650, 301, 690, 320 ], [ 694, 301, 748, 320 ], [ 752, 301, 773, 320 ], [ 777, 301, 902, 320 ], [ 907, 301, 921, 320 ], [ 88, 318, 120, 337 ], [ 124, 318, 140, 337 ], [ 144, 318, 175, 337 ], [ 179, 318, 195, 337 ], [ 199, 318, 255, 337 ], [ 259, 318, 296, 337 ], [ 304, 318, 339, 337 ], [ 343, 318, 415, 337 ], [ 419, 318, 465, 337 ], [ 469, 318, 496, 337 ], [ 500, 318, 534, 337 ], [ 538, 318, 571, 337 ], [ 575, 318, 643, 337 ], [ 647, 318, 662, 337 ], [ 667, 318, 728, 337 ], [ 732, 318, 800, 337 ], [ 804, 318, 820, 337 ], [ 824, 318, 901, 337 ], [ 88, 335, 155, 354 ], [ 159, 335, 245, 354 ], [ 249, 335, 276, 354 ], [ 281, 335, 346, 354 ], [ 350, 335, 415, 354 ], [ 419, 335, 464, 354 ], [ 468, 335, 549, 354 ], [ 553, 335, 580, 354 ], [ 584, 335, 624, 354 ], [ 628, 335, 722, 354 ], [ 726, 335, 799, 354 ], [ 803, 335, 868, 354 ], [ 88, 352, 158, 371 ], [ 162, 352, 236, 371 ], [ 240, 352, 267, 371 ], [ 271, 352, 356, 371 ], [ 360, 352, 433, 371 ], [ 441, 352, 481, 371 ], [ 485, 352, 536, 371 ], [ 540, 352, 568, 371 ], [ 572, 352, 640, 371 ], [ 644, 352, 745, 371 ], [ 749, 352, 795, 371 ], [ 799, 352, 821, 371 ], [ 825, 352, 911, 371 ], [ 88, 369, 155, 388 ], [ 159, 369, 200, 388 ], [ 204, 369, 284, 388 ], [ 288, 369, 309, 388 ], [ 313, 369, 363, 388 ], [ 367, 369, 451, 388 ], [ 495, 369, 527, 388 ], [ 531, 369, 597, 388 ], [ 601, 369, 658, 388 ], [ 662, 369, 735, 388 ], [ 739, 369, 755, 388 ], [ 759, 369, 796, 388 ], [ 800, 369, 872, 388 ], [ 88, 386, 161, 405 ], [ 88, 402, 154, 420 ], [ 159, 402, 196, 420 ], [ 200, 402, 250, 420 ], [ 255, 402, 298, 420 ], [ 303, 402, 320, 420 ], [ 325, 402, 395, 420 ], [ 58, 432, 86, 447 ], [ 90, 432, 155, 447 ], [ 159, 432, 228, 447 ], [ 232, 432, 253, 447 ], [ 257, 432, 294, 447 ], [ 298, 432, 341, 447 ], [ 345, 432, 446, 447 ], [ 450, 432, 474, 447 ], [ 478, 432, 546, 447 ], [ 550, 432, 562, 447 ], [ 566, 432, 589, 447 ], [ 593, 432, 617, 447 ], [ 621, 432, 646, 447 ], [ 650, 432, 660, 447 ], [ 664, 432, 685, 447 ], [ 689, 432, 745, 447 ], [ 749, 432, 762, 447 ], [ 766, 432, 782, 447 ], [ 786, 432, 794, 447 ], [ 798, 432, 858, 447 ], [ 862, 432, 880, 447 ], [ 884, 432, 896, 447 ], [ 58, 447, 73, 462 ], [ 77, 447, 111, 462 ], [ 115, 447, 140, 462 ], [ 144, 447, 207, 462 ], [ 211, 447, 248, 462 ], [ 252, 447, 291, 462 ], [ 295, 447, 323, 462 ], [ 327, 447, 343, 462 ], [ 347, 447, 410, 462 ], [ 58, 474, 138, 492 ], [ 143, 474, 268, 492 ], [ 58, 518, 130, 535 ], [ 135, 518, 243, 535 ], [ 58, 547, 131, 564 ], [ 149, 547, 183, 564 ], [ 187, 547, 237, 564 ], [ 242, 547, 319, 564 ], [ 323, 547, 338, 564 ], [ 342, 547, 417, 564 ], [ 421, 547, 509, 564 ], [ 514, 547, 528, 564 ], [ 532, 547, 586, 564 ], [ 590, 547, 618, 564 ], [ 622, 547, 706, 564 ], [ 135, 549, 145, 563 ], [ 58, 574, 140, 591 ], [ 158, 574, 201, 591 ], [ 205, 574, 245, 591 ], [ 250, 574, 263, 591 ], [ 268, 574, 348, 591 ], [ 352, 574, 365, 591 ], [ 370, 574, 392, 591 ], [ 397, 574, 423, 591 ], [ 428, 574, 441, 591 ], [ 446, 574, 514, 591 ], [ 519, 574, 580, 591 ], [ 585, 574, 619, 591 ], [ 624, 574, 641, 591 ], [ 646, 574, 712, 591 ], [ 716, 574, 819, 591 ], [ 823, 574, 881, 591 ], [ 145, 576, 154, 590 ], [ 58, 588, 136, 606 ], [ 141, 588, 155, 606 ], [ 160, 588, 192, 606 ], [ 196, 588, 296, 606 ], [ 58, 616, 150, 633 ], [ 154, 616, 202, 633 ], [ 206, 616, 270, 633 ], [ 58, 643, 139, 660 ], [ 144, 643, 157, 660 ], [ 162, 643, 230, 660 ], [ 234, 643, 296, 660 ], [ 301, 643, 335, 660 ], [ 340, 643, 357, 660 ], [ 361, 643, 428, 660 ], [ 432, 643, 535, 660 ], [ 539, 643, 597, 660 ], [ 601, 643, 679, 660 ], [ 684, 643, 698, 660 ], [ 703, 643, 735, 660 ], [ 739, 643, 839, 660 ], [ 58, 670, 158, 687 ], [ 163, 670, 262, 687 ], [ 267, 670, 283, 687 ], [ 288, 670, 365, 687 ], [ 58, 712, 152, 729 ], [ 156, 712, 278, 729 ], [ 58, 726, 109, 743 ], [ 114, 726, 155, 743 ], [ 160, 726, 214, 743 ], [ 219, 726, 281, 743 ], [ 285, 726, 312, 743 ], [ 317, 726, 383, 743 ], [ 388, 726, 423, 743 ], [ 428, 726, 450, 743 ], [ 455, 726, 525, 743 ], [ 529, 726, 613, 743 ], [ 58, 755, 102, 772 ], [ 106, 755, 215, 772 ], [ 88, 784, 94, 801 ], [ 58, 811, 86, 829 ], [ 91, 811, 150, 829 ], [ 155, 811, 222, 829 ], [ 226, 811, 297, 829 ], [ 302, 811, 334, 829 ], [ 339, 811, 362, 829 ], [ 367, 811, 470, 829 ], [ 475, 811, 489, 829 ], [ 493, 811, 533, 829 ], [ 538, 811, 565, 829 ], [ 569, 811, 605, 829 ], [ 609, 811, 627, 829 ], [ 632, 811, 659, 829 ], [ 664, 811, 681, 829 ], [ 686, 811, 704, 829 ], [ 708, 811, 779, 829 ], [ 784, 811, 797, 829 ], [ 802, 811, 890, 829 ], [ 58, 826, 115, 843 ], [ 119, 826, 142, 843 ], [ 146, 826, 211, 843 ], [ 215, 826, 281, 843 ], [ 285, 826, 299, 843 ], [ 303, 826, 329, 843 ], [ 333, 826, 360, 843 ], [ 364, 826, 451, 843 ], [ 456, 826, 579, 843 ], [ 584, 826, 615, 843 ], [ 619, 826, 637, 843 ], [ 642, 826, 683, 843 ], [ 687, 826, 701, 843 ], [ 705, 826, 755, 843 ], [ 759, 826, 835, 843 ], [ 840, 826, 869, 843 ], [ 58, 840, 134, 858 ], [ 138, 840, 152, 858 ], [ 156, 840, 213, 858 ], [ 217, 840, 240, 858 ], [ 244, 840, 309, 858 ], [ 313, 840, 383, 858 ], [ 88, 867, 120, 885 ], [ 124, 867, 183, 885 ], [ 188, 867, 255, 885 ] ]
[ [ 58, 76, 175, 95 ], [ 180, 76, 217, 95 ], [ 222, 76, 315, 95 ], [ 325, 76, 421, 95 ], [ 425, 76, 501, 95 ], [ 506, 76, 591, 95 ], [ 58, 107, 123, 126 ], [ 128, 107, 189, 126 ], [ 194, 107, 300, 126 ], [ 58, 137, 90, 156 ], [ 95, 137, 153, 156 ], [ 163, 137, 183, 156 ], [ 58, 171, 87, 188 ], [ 92, 171, 172, 188 ], [ 176, 171, 240, 188 ], [ 244, 171, 325, 188 ], [ 330, 171, 365, 188 ], [ 370, 171, 382, 188 ], [ 387, 171, 410, 188 ], [ 414, 171, 440, 188 ], [ 445, 171, 459, 188 ], [ 463, 171, 531, 188 ], [ 536, 171, 597, 188 ], [ 602, 171, 636, 188 ], [ 641, 171, 658, 188 ], [ 663, 171, 729, 188 ], [ 734, 171, 836, 188 ], [ 841, 171, 898, 188 ], [ 58, 185, 136, 203 ], [ 141, 185, 187, 203 ], [ 192, 185, 224, 203 ], [ 228, 185, 323, 203 ], [ 328, 185, 395, 203 ], [ 58, 218, 130, 235 ], [ 135, 218, 184, 235 ], [ 189, 218, 218, 235 ], [ 223, 218, 348, 235 ], [ 88, 250, 144, 269 ], [ 148, 250, 179, 269 ], [ 183, 250, 240, 269 ], [ 244, 250, 260, 269 ], [ 264, 250, 302, 269 ], [ 306, 250, 357, 269 ], [ 361, 250, 465, 269 ], [ 469, 250, 533, 269 ], [ 538, 250, 606, 269 ], [ 610, 250, 623, 269 ], [ 627, 250, 692, 269 ], [ 696, 250, 724, 269 ], [ 728, 250, 811, 269 ], [ 815, 250, 877, 269 ], [ 88, 267, 160, 286 ], [ 164, 267, 234, 286 ], [ 238, 267, 265, 286 ], [ 269, 267, 341, 286 ], [ 345, 267, 413, 286 ], [ 417, 267, 436, 286 ], [ 440, 267, 464, 286 ], [ 469, 267, 532, 286 ], [ 536, 267, 583, 286 ], [ 587, 267, 614, 286 ], [ 618, 267, 708, 286 ], [ 712, 267, 745, 286 ], [ 749, 267, 763, 286 ], [ 767, 267, 840, 286 ], [ 844, 267, 872, 286 ], [ 88, 284, 189, 303 ], [ 193, 284, 241, 303 ], [ 246, 284, 379, 303 ], [ 383, 284, 402, 303 ], [ 406, 284, 462, 303 ], [ 466, 284, 523, 303 ], [ 527, 284, 578, 303 ], [ 582, 284, 639, 303 ], [ 643, 284, 658, 303 ], [ 662, 284, 767, 303 ], [ 88, 301, 136, 320 ], [ 140, 301, 173, 320 ], [ 177, 301, 209, 320 ], [ 214, 301, 238, 320 ], [ 242, 301, 267, 320 ], [ 271, 301, 286, 320 ], [ 290, 301, 371, 320 ], [ 375, 301, 402, 320 ], [ 406, 301, 475, 320 ], [ 479, 301, 546, 320 ], [ 550, 301, 615, 320 ], [ 619, 301, 646, 320 ], [ 650, 301, 690, 320 ], [ 694, 301, 748, 320 ], [ 752, 301, 773, 320 ], [ 777, 301, 902, 320 ], [ 907, 301, 921, 320 ], [ 88, 318, 120, 337 ], [ 124, 318, 140, 337 ], [ 144, 318, 175, 337 ], [ 179, 318, 195, 337 ], [ 199, 318, 255, 337 ], [ 259, 318, 296, 337 ], [ 304, 318, 339, 337 ], [ 343, 318, 415, 337 ], [ 419, 318, 465, 337 ], [ 469, 318, 496, 337 ], [ 500, 318, 534, 337 ], [ 538, 318, 571, 337 ], [ 575, 318, 643, 337 ], [ 647, 318, 662, 337 ], [ 667, 318, 728, 337 ], [ 732, 318, 800, 337 ], [ 804, 318, 820, 337 ], [ 824, 318, 901, 337 ], [ 88, 335, 155, 354 ], [ 159, 335, 245, 354 ], [ 249, 335, 276, 354 ], [ 281, 335, 346, 354 ], [ 350, 335, 415, 354 ], [ 419, 335, 464, 354 ], [ 468, 335, 549, 354 ], [ 553, 335, 580, 354 ], [ 584, 335, 624, 354 ], [ 628, 335, 722, 354 ], [ 726, 335, 799, 354 ], [ 803, 335, 868, 354 ], [ 88, 352, 158, 371 ], [ 162, 352, 236, 371 ], [ 240, 352, 267, 371 ], [ 271, 352, 356, 371 ], [ 360, 352, 433, 371 ], [ 441, 352, 481, 371 ], [ 485, 352, 536, 371 ], [ 540, 352, 568, 371 ], [ 572, 352, 640, 371 ], [ 644, 352, 745, 371 ], [ 749, 352, 795, 371 ], [ 799, 352, 821, 371 ], [ 825, 352, 911, 371 ], [ 88, 369, 155, 388 ], [ 159, 369, 200, 388 ], [ 204, 369, 284, 388 ], [ 288, 369, 309, 388 ], [ 313, 369, 363, 388 ], [ 367, 369, 451, 388 ], [ 495, 369, 527, 388 ], [ 531, 369, 597, 388 ], [ 601, 369, 658, 388 ], [ 662, 369, 735, 388 ], [ 739, 369, 755, 388 ], [ 759, 369, 796, 388 ], [ 800, 369, 872, 388 ], [ 88, 386, 161, 405 ], [ 88, 402, 154, 420 ], [ 159, 402, 196, 420 ], [ 200, 402, 250, 420 ], [ 255, 402, 298, 420 ], [ 303, 402, 320, 420 ], [ 325, 402, 395, 420 ], [ 58, 432, 86, 447 ], [ 90, 432, 155, 447 ], [ 159, 432, 228, 447 ], [ 232, 432, 253, 447 ], [ 257, 432, 294, 447 ], [ 298, 432, 341, 447 ], [ 345, 432, 446, 447 ], [ 450, 432, 474, 447 ], [ 478, 432, 546, 447 ], [ 550, 432, 562, 447 ], [ 566, 432, 589, 447 ], [ 593, 432, 617, 447 ], [ 621, 432, 646, 447 ], [ 650, 432, 660, 447 ], [ 664, 432, 685, 447 ], [ 689, 432, 745, 447 ], [ 749, 432, 762, 447 ], [ 766, 432, 782, 447 ], [ 786, 432, 794, 447 ], [ 798, 432, 858, 447 ], [ 862, 432, 880, 447 ], [ 884, 432, 896, 447 ], [ 58, 447, 73, 462 ], [ 77, 447, 111, 462 ], [ 115, 447, 140, 462 ], [ 144, 447, 207, 462 ], [ 211, 447, 248, 462 ], [ 252, 447, 291, 462 ], [ 295, 447, 323, 462 ], [ 327, 447, 343, 462 ], [ 347, 447, 410, 462 ], [ 58, 474, 138, 492 ], [ 143, 474, 268, 492 ], [ 58, 518, 130, 535 ], [ 135, 518, 243, 535 ], [ 58, 547, 131, 564 ], [ 135, 549, 145, 563 ], [ 149, 547, 183, 564 ], [ 187, 547, 237, 564 ], [ 242, 547, 319, 564 ], [ 323, 547, 338, 564 ], [ 342, 547, 417, 564 ], [ 421, 547, 509, 564 ], [ 514, 547, 528, 564 ], [ 532, 547, 586, 564 ], [ 590, 547, 618, 564 ], [ 622, 547, 706, 564 ], [ 58, 574, 140, 591 ], [ 145, 576, 154, 590 ], [ 158, 574, 201, 591 ], [ 205, 574, 245, 591 ], [ 250, 574, 263, 591 ], [ 268, 574, 348, 591 ], [ 352, 574, 365, 591 ], [ 370, 574, 392, 591 ], [ 397, 574, 423, 591 ], [ 428, 574, 441, 591 ], [ 446, 574, 514, 591 ], [ 519, 574, 580, 591 ], [ 585, 574, 619, 591 ], [ 624, 574, 641, 591 ], [ 646, 574, 712, 591 ], [ 716, 574, 819, 591 ], [ 823, 574, 881, 591 ], [ 58, 588, 136, 606 ], [ 141, 588, 155, 606 ], [ 160, 588, 192, 606 ], [ 196, 588, 296, 606 ], [ 58, 616, 150, 633 ], [ 154, 616, 202, 633 ], [ 206, 616, 270, 633 ], [ 58, 643, 139, 660 ], [ 144, 643, 157, 660 ], [ 162, 643, 230, 660 ], [ 234, 643, 296, 660 ], [ 301, 643, 335, 660 ], [ 340, 643, 357, 660 ], [ 361, 643, 428, 660 ], [ 432, 643, 535, 660 ], [ 539, 643, 597, 660 ], [ 601, 643, 679, 660 ], [ 684, 643, 698, 660 ], [ 703, 643, 735, 660 ], [ 739, 643, 839, 660 ], [ 58, 670, 158, 687 ], [ 163, 670, 262, 687 ], [ 267, 670, 283, 687 ], [ 288, 670, 365, 687 ], [ 58, 712, 152, 729 ], [ 156, 712, 278, 729 ], [ 58, 726, 109, 743 ], [ 114, 726, 155, 743 ], [ 160, 726, 214, 743 ], [ 219, 726, 281, 743 ], [ 285, 726, 312, 743 ], [ 317, 726, 383, 743 ], [ 388, 726, 423, 743 ], [ 428, 726, 450, 743 ], [ 455, 726, 525, 743 ], [ 529, 726, 613, 743 ], [ 58, 755, 102, 772 ], [ 106, 755, 215, 772 ], [ 88, 784, 94, 801 ], [ 58, 811, 86, 829 ], [ 91, 811, 150, 829 ], [ 155, 811, 222, 829 ], [ 226, 811, 297, 829 ], [ 302, 811, 334, 829 ], [ 339, 811, 362, 829 ], [ 367, 811, 470, 829 ], [ 475, 811, 489, 829 ], [ 493, 811, 533, 829 ], [ 538, 811, 565, 829 ], [ 569, 811, 605, 829 ], [ 609, 811, 627, 829 ], [ 632, 811, 659, 829 ], [ 664, 811, 681, 829 ], [ 686, 811, 704, 829 ], [ 708, 811, 779, 829 ], [ 784, 811, 797, 829 ], [ 802, 811, 890, 829 ], [ 58, 826, 115, 843 ], [ 119, 826, 142, 843 ], [ 146, 826, 211, 843 ], [ 215, 826, 281, 843 ], [ 285, 826, 299, 843 ], [ 303, 826, 329, 843 ], [ 333, 826, 360, 843 ], [ 364, 826, 451, 843 ], [ 456, 826, 579, 843 ], [ 584, 826, 615, 843 ], [ 619, 826, 637, 843 ], [ 642, 826, 683, 843 ], [ 687, 826, 701, 843 ], [ 705, 826, 755, 843 ], [ 759, 826, 835, 843 ], [ 840, 826, 869, 843 ], [ 58, 840, 134, 858 ], [ 138, 840, 152, 858 ], [ 156, 840, 213, 858 ], [ 217, 840, 240, 858 ], [ 244, 840, 309, 858 ], [ 313, 840, 383, 858 ], [ 88, 867, 120, 885 ], [ 124, 867, 183, 885 ], [ 188, 867, 255, 885 ] ]
on the left, and validate admin is able to add and verify custom “domain” domain which hosts AAAA records in the DNS. Click in the right corner, and validate admin is able to launch console for “Admin” each service; and “Exchange”, “Lync”, “SharePoint”. Click your account name on the right corner and click sign out, and validate admin is able to sign out. Expected results Administrator can successfully manage Office 365 Admin Portal over IPv6. Pass/fail Observed results Environment Comments or information
“domain” on the left, and validate admin is able to add and verify custom domain which hosts AAAA records in the DNS. Click “Admin” in the right corner, and validate admin is able to launch console for each service; “Exchange”, “Lync”, and “SharePoint”. Click your account name on the right corner and click sign out, and validate admin is able to sign out. Expected results Administrator can successfully manage Office 365 Admin Portal over IPv6. Pass/fail Observed results Environment Comments or information
0.880814
[ 13, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 22, 36, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 40, 41, 39, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81 ]
Office365_IPv6TestPlan.docx
task-1606-34
22
[ [ 456, 89, 471, 107 ], [ 475, 89, 493, 107 ], [ 497, 89, 519, 107 ], [ 522, 89, 545, 107 ], [ 548, 89, 595, 107 ], [ 598, 89, 635, 107 ], [ 639, 89, 648, 107 ], [ 652, 89, 677, 107 ], [ 681, 89, 692, 107 ], [ 696, 89, 718, 107 ], [ 722, 89, 744, 107 ], [ 748, 89, 780, 107 ], [ 784, 89, 827, 107 ], [ 399, 91, 452, 106 ], [ 370, 106, 414, 123 ], [ 417, 106, 452, 123 ], [ 455, 106, 487, 123 ], [ 491, 106, 527, 123 ], [ 530, 106, 575, 123 ], [ 579, 106, 589, 123 ], [ 593, 106, 612, 123 ], [ 615, 106, 647, 123 ], [ 370, 123, 399, 140 ], [ 453, 123, 463, 140 ], [ 467, 123, 486, 140 ], [ 490, 123, 516, 140 ], [ 519, 123, 561, 140 ], [ 565, 123, 587, 140 ], [ 591, 123, 637, 140 ], [ 641, 123, 677, 140 ], [ 681, 123, 691, 140 ], [ 694, 123, 720, 140 ], [ 723, 123, 735, 140 ], [ 738, 123, 778, 140 ], [ 781, 123, 828, 140 ], [ 831, 123, 847, 140 ], [ 402, 124, 449, 139 ], [ 370, 139, 399, 157 ], [ 402, 139, 449, 157 ], [ 573, 139, 595, 157 ], [ 452, 141, 525, 157 ], [ 528, 141, 569, 157 ], [ 599, 141, 678, 157 ], [ 370, 173, 399, 190 ], [ 402, 173, 428, 190 ], [ 432, 173, 479, 190 ], [ 483, 173, 516, 190 ], [ 520, 173, 535, 190 ], [ 539, 173, 557, 190 ], [ 561, 173, 587, 190 ], [ 591, 173, 629, 190 ], [ 633, 173, 655, 190 ], [ 659, 173, 685, 190 ], [ 688, 173, 713, 190 ], [ 717, 173, 739, 190 ], [ 743, 173, 765, 190 ], [ 769, 173, 815, 190 ], [ 819, 173, 855, 190 ], [ 859, 173, 869, 190 ], [ 370, 189, 395, 207 ], [ 399, 189, 410, 207 ], [ 414, 189, 438, 207 ], [ 442, 189, 464, 207 ], [ 126, 210, 182, 227 ], [ 186, 210, 225, 227 ], [ 311, 210, 390, 227 ], [ 393, 210, 415, 227 ], [ 419, 210, 491, 227 ], [ 495, 210, 543, 227 ], [ 547, 210, 582, 227 ], [ 586, 210, 608, 227 ], [ 612, 210, 650, 227 ], [ 653, 210, 688, 227 ], [ 692, 210, 718, 227 ], [ 722, 210, 752, 227 ], [ 126, 231, 177, 248 ], [ 126, 251, 184, 269 ], [ 188, 251, 227, 269 ], [ 126, 272, 201, 290 ], [ 126, 293, 191, 310 ], [ 194, 293, 206, 310 ], [ 210, 293, 276, 310 ] ]
[ [ 399, 91, 452, 106 ], [ 456, 89, 471, 107 ], [ 475, 89, 493, 107 ], [ 497, 89, 519, 107 ], [ 522, 89, 545, 107 ], [ 548, 89, 595, 107 ], [ 598, 89, 635, 107 ], [ 639, 89, 648, 107 ], [ 652, 89, 677, 107 ], [ 681, 89, 692, 107 ], [ 696, 89, 718, 107 ], [ 722, 89, 744, 107 ], [ 748, 89, 780, 107 ], [ 784, 89, 827, 107 ], [ 370, 106, 414, 123 ], [ 417, 106, 452, 123 ], [ 455, 106, 487, 123 ], [ 491, 106, 527, 123 ], [ 530, 106, 575, 123 ], [ 579, 106, 589, 123 ], [ 593, 106, 612, 123 ], [ 615, 106, 647, 123 ], [ 370, 123, 399, 140 ], [ 402, 124, 449, 139 ], [ 453, 123, 463, 140 ], [ 467, 123, 486, 140 ], [ 490, 123, 516, 140 ], [ 519, 123, 561, 140 ], [ 565, 123, 587, 140 ], [ 591, 123, 637, 140 ], [ 641, 123, 677, 140 ], [ 681, 123, 691, 140 ], [ 694, 123, 720, 140 ], [ 723, 123, 735, 140 ], [ 738, 123, 778, 140 ], [ 781, 123, 828, 140 ], [ 831, 123, 847, 140 ], [ 370, 139, 399, 157 ], [ 402, 139, 449, 157 ], [ 452, 141, 525, 157 ], [ 528, 141, 569, 157 ], [ 573, 139, 595, 157 ], [ 599, 141, 678, 157 ], [ 370, 173, 399, 190 ], [ 402, 173, 428, 190 ], [ 432, 173, 479, 190 ], [ 483, 173, 516, 190 ], [ 520, 173, 535, 190 ], [ 539, 173, 557, 190 ], [ 561, 173, 587, 190 ], [ 591, 173, 629, 190 ], [ 633, 173, 655, 190 ], [ 659, 173, 685, 190 ], [ 688, 173, 713, 190 ], [ 717, 173, 739, 190 ], [ 743, 173, 765, 190 ], [ 769, 173, 815, 190 ], [ 819, 173, 855, 190 ], [ 859, 173, 869, 190 ], [ 370, 189, 395, 207 ], [ 399, 189, 410, 207 ], [ 414, 189, 438, 207 ], [ 442, 189, 464, 207 ], [ 126, 210, 182, 227 ], [ 186, 210, 225, 227 ], [ 311, 210, 390, 227 ], [ 393, 210, 415, 227 ], [ 419, 210, 491, 227 ], [ 495, 210, 543, 227 ], [ 547, 210, 582, 227 ], [ 586, 210, 608, 227 ], [ 612, 210, 650, 227 ], [ 653, 210, 688, 227 ], [ 692, 210, 718, 227 ], [ 722, 210, 752, 227 ], [ 126, 231, 177, 248 ], [ 126, 251, 184, 269 ], [ 188, 251, 227, 269 ], [ 126, 272, 201, 290 ], [ 126, 293, 191, 310 ], [ 194, 293, 206, 310 ], [ 210, 293, 276, 310 ] ]
LIST IN PRIORITY ORDER* Please type. CONFERENCE: Is this Attended umpire How many Any 2013 Number of working total previous and/or conference your Division III NCAA post 2014 games conference games did season Clinic assigned tournament this umpire experience? Umpire Address City ST Zip E-mail Home Phone Work Phone (Y/N)? this season? this year? work? (list years) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Instructions Return to: A. List any umpire that has met the NCAA assignment criteria and you believe is qualified to be considered for postseason assignment(s). Conference Coordinator: Eric Breece NCAA Approved by: P.O. Box 6222 B. List your recommendations in priority order Commissioner Indianapolis, Indiana 46206 E-mail: ebreece@ncaa.org Date: Fax: 317/917-6237 C. Return this form by November 30, 2013 (e-mail preferred)
LIST IN PRIORITY ORDER* Please type. CONFERENCE: Umpire Address City ST Zip E-mail Home Phone Work Phone Attended 2013 and/or 2014 Clinic (Y/N)? Number of conference games assigned this season? Is this umpire working your conference tournament this year? How many total Division III games did this umpire work? Any previous NCAA post season experience? (list years) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Instructions Return to: A. List any umpire that has met the NCAA assignment criteria and you believe is qualified to be considered for postseason assignment(s). Eric Breece NCAA P.O. Box 6222 Indianapolis, Indiana 46206 E-mail: ebreece@ncaa.org Fax: 317/917-6237 Conference Coordinator: Approved by: B. List your recommendations in priority order Commissioner Date: C. Return this form by November 30, 2013 (e-mail preferred)
0.688828
[ 0, 1, 2, 3, 4, 5, 6, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 9, 14, 20, 27, 33, 49, 15, 16, 21, 28, 34, 50, 51, 7, 8, 10, 17, 22, 29, 35, 52, 53, 11, 12, 18, 23, 24, 30, 31, 36, 37, 54, 13, 19, 25, 26, 32, 38, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 109, 110, 111, 114, 115, 116, 125, 126, 127, 128, 129, 131, 132, 107, 108, 112, 113, 117, 118, 119, 120, 121, 122, 123, 124, 130, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142 ]
OFFICIALS_DIIIBSE_Officials_Recommendation_Form_2014.docx
task-1606-445
0
[ [ 27, 74, 50, 92 ], [ 52, 74, 64, 92 ], [ 66, 74, 117, 92 ], [ 119, 74, 161, 92 ], [ 171, 74, 198, 92 ], [ 200, 74, 221, 92 ], [ 673, 74, 747, 92 ], [ 829, 108, 835, 123 ], [ 837, 108, 850, 123 ], [ 712, 120, 744, 135 ], [ 826, 120, 852, 135 ], [ 877, 120, 893, 135 ], [ 895, 120, 915, 135 ], [ 946, 120, 960, 135 ], [ 720, 133, 737, 147 ], [ 763, 133, 792, 147 ], [ 795, 133, 801, 147 ], [ 825, 133, 854, 147 ], [ 888, 133, 904, 147 ], [ 938, 133, 968, 147 ], [ 717, 145, 740, 159 ], [ 763, 145, 801, 159 ], [ 831, 145, 847, 159 ], [ 876, 145, 904, 159 ], [ 906, 145, 916, 159 ], [ 933, 145, 956, 159 ], [ 958, 145, 973, 159 ], [ 720, 157, 737, 172 ], [ 771, 157, 793, 172 ], [ 820, 157, 858, 172 ], [ 878, 157, 900, 172 ], [ 902, 157, 914, 172 ], [ 941, 157, 964, 172 ], [ 718, 169, 739, 184 ], [ 768, 169, 797, 184 ], [ 818, 169, 860, 184 ], [ 876, 169, 888, 184 ], [ 891, 169, 916, 184 ], [ 932, 169, 974, 184 ], [ 90, 181, 117, 196 ], [ 214, 181, 243, 196 ], [ 329, 181, 344, 196 ], [ 388, 181, 398, 196 ], [ 421, 181, 433, 196 ], [ 501, 181, 524, 196 ], [ 587, 181, 608, 196 ], [ 610, 181, 631, 196 ], [ 649, 181, 670, 196 ], [ 672, 181, 694, 196 ], [ 716, 181, 740, 196 ], [ 761, 181, 774, 196 ], [ 776, 181, 803, 196 ], [ 822, 181, 835, 196 ], [ 837, 181, 856, 196 ], [ 885, 181, 907, 196 ], [ 934, 181, 948, 196 ], [ 950, 181, 971, 196 ], [ 30, 207, 34, 221 ], [ 30, 232, 34, 247 ], [ 30, 257, 34, 272 ], [ 30, 282, 34, 297 ], [ 30, 308, 34, 322 ], [ 30, 333, 34, 348 ], [ 30, 358, 34, 373 ], [ 30, 383, 34, 398 ], [ 30, 409, 34, 423 ], [ 28, 434, 36, 449 ], [ 28, 459, 36, 474 ], [ 28, 484, 36, 499 ], [ 28, 510, 36, 524 ], [ 28, 535, 36, 550 ], [ 28, 560, 36, 575 ], [ 28, 585, 36, 600 ], [ 28, 611, 36, 625 ], [ 28, 636, 36, 650 ], [ 28, 661, 36, 676 ], [ 28, 686, 36, 701 ], [ 28, 712, 36, 726 ], [ 28, 737, 36, 751 ], [ 28, 762, 36, 777 ], [ 28, 787, 36, 802 ], [ 28, 812, 36, 827 ], [ 27, 838, 69, 852 ], [ 534, 838, 559, 852 ], [ 561, 838, 570, 852 ], [ 27, 854, 35, 869 ], [ 39, 854, 53, 869 ], [ 55, 854, 67, 869 ], [ 69, 854, 95, 869 ], [ 97, 854, 111, 869 ], [ 113, 854, 125, 869 ], [ 127, 854, 140, 869 ], [ 142, 854, 153, 869 ], [ 155, 854, 179, 869 ], [ 181, 854, 220, 869 ], [ 222, 854, 248, 869 ], [ 250, 854, 263, 869 ], [ 266, 854, 278, 869 ], [ 280, 854, 305, 869 ], [ 307, 854, 312, 869 ], [ 314, 854, 345, 869 ], [ 347, 854, 354, 869 ], [ 356, 854, 364, 869 ], [ 366, 854, 404, 869 ], [ 406, 854, 417, 869 ], [ 419, 854, 456, 869 ], [ 458, 854, 508, 869 ], [ 659, 854, 699, 869 ], [ 701, 854, 747, 869 ], [ 534, 856, 549, 870 ], [ 551, 856, 574, 870 ], [ 534, 868, 557, 882 ], [ 699, 871, 734, 886 ], [ 736, 871, 747, 886 ], [ 534, 880, 549, 895 ], [ 551, 880, 565, 895 ], [ 567, 880, 583, 895 ], [ 27, 888, 34, 903 ], [ 38, 888, 52, 903 ], [ 54, 888, 71, 903 ], [ 73, 888, 135, 903 ], [ 137, 888, 144, 903 ], [ 146, 888, 173, 903 ], [ 175, 888, 195, 903 ], [ 837, 888, 887, 903 ], [ 534, 892, 579, 907 ], [ 581, 892, 609, 907 ], [ 613, 892, 633, 907 ], [ 534, 904, 560, 919 ], [ 562, 904, 626, 919 ], [ 728, 905, 747, 920 ], [ 534, 917, 550, 931 ], [ 552, 917, 598, 931 ], [ 27, 922, 35, 937 ], [ 39, 922, 64, 937 ], [ 66, 922, 79, 937 ], [ 81, 922, 98, 937 ], [ 100, 922, 109, 937 ], [ 111, 922, 147, 937 ], [ 149, 922, 160, 937 ], [ 162, 922, 178, 937 ], [ 182, 922, 207, 937 ], [ 209, 922, 245, 937 ] ]
[ [ 27, 74, 50, 92 ], [ 52, 74, 64, 92 ], [ 66, 74, 117, 92 ], [ 119, 74, 161, 92 ], [ 171, 74, 198, 92 ], [ 200, 74, 221, 92 ], [ 673, 74, 747, 92 ], [ 90, 181, 117, 196 ], [ 214, 181, 243, 196 ], [ 329, 181, 344, 196 ], [ 388, 181, 398, 196 ], [ 421, 181, 433, 196 ], [ 501, 181, 524, 196 ], [ 587, 181, 608, 196 ], [ 610, 181, 631, 196 ], [ 649, 181, 670, 196 ], [ 672, 181, 694, 196 ], [ 712, 120, 744, 135 ], [ 720, 133, 737, 147 ], [ 717, 145, 740, 159 ], [ 720, 157, 737, 172 ], [ 718, 169, 739, 184 ], [ 716, 181, 740, 196 ], [ 763, 133, 792, 147 ], [ 795, 133, 801, 147 ], [ 763, 145, 801, 159 ], [ 771, 157, 793, 172 ], [ 768, 169, 797, 184 ], [ 761, 181, 774, 196 ], [ 776, 181, 803, 196 ], [ 829, 108, 835, 123 ], [ 837, 108, 850, 123 ], [ 826, 120, 852, 135 ], [ 825, 133, 854, 147 ], [ 831, 145, 847, 159 ], [ 820, 157, 858, 172 ], [ 818, 169, 860, 184 ], [ 822, 181, 835, 196 ], [ 837, 181, 856, 196 ], [ 877, 120, 893, 135 ], [ 895, 120, 915, 135 ], [ 888, 133, 904, 147 ], [ 876, 145, 904, 159 ], [ 906, 145, 916, 159 ], [ 878, 157, 900, 172 ], [ 902, 157, 914, 172 ], [ 876, 169, 888, 184 ], [ 891, 169, 916, 184 ], [ 885, 181, 907, 196 ], [ 946, 120, 960, 135 ], [ 938, 133, 968, 147 ], [ 933, 145, 956, 159 ], [ 958, 145, 973, 159 ], [ 941, 157, 964, 172 ], [ 932, 169, 974, 184 ], [ 934, 181, 948, 196 ], [ 950, 181, 971, 196 ], [ 30, 207, 34, 221 ], [ 30, 232, 34, 247 ], [ 30, 257, 34, 272 ], [ 30, 282, 34, 297 ], [ 30, 308, 34, 322 ], [ 30, 333, 34, 348 ], [ 30, 358, 34, 373 ], [ 30, 383, 34, 398 ], [ 30, 409, 34, 423 ], [ 28, 434, 36, 449 ], [ 28, 459, 36, 474 ], [ 28, 484, 36, 499 ], [ 28, 510, 36, 524 ], [ 28, 535, 36, 550 ], [ 28, 560, 36, 575 ], [ 28, 585, 36, 600 ], [ 28, 611, 36, 625 ], [ 28, 636, 36, 650 ], [ 28, 661, 36, 676 ], [ 28, 686, 36, 701 ], [ 28, 712, 36, 726 ], [ 28, 737, 36, 751 ], [ 28, 762, 36, 777 ], [ 28, 787, 36, 802 ], [ 28, 812, 36, 827 ], [ 27, 838, 69, 852 ], [ 534, 838, 559, 852 ], [ 561, 838, 570, 852 ], [ 27, 854, 35, 869 ], [ 39, 854, 53, 869 ], [ 55, 854, 67, 869 ], [ 69, 854, 95, 869 ], [ 97, 854, 111, 869 ], [ 113, 854, 125, 869 ], [ 127, 854, 140, 869 ], [ 142, 854, 153, 869 ], [ 155, 854, 179, 869 ], [ 181, 854, 220, 869 ], [ 222, 854, 248, 869 ], [ 250, 854, 263, 869 ], [ 266, 854, 278, 869 ], [ 280, 854, 305, 869 ], [ 307, 854, 312, 869 ], [ 314, 854, 345, 869 ], [ 347, 854, 354, 869 ], [ 356, 854, 364, 869 ], [ 366, 854, 404, 869 ], [ 406, 854, 417, 869 ], [ 419, 854, 456, 869 ], [ 458, 854, 508, 869 ], [ 534, 856, 549, 870 ], [ 551, 856, 574, 870 ], [ 534, 868, 557, 882 ], [ 534, 880, 549, 895 ], [ 551, 880, 565, 895 ], [ 567, 880, 583, 895 ], [ 534, 892, 579, 907 ], [ 581, 892, 609, 907 ], [ 613, 892, 633, 907 ], [ 534, 904, 560, 919 ], [ 562, 904, 626, 919 ], [ 534, 917, 550, 931 ], [ 552, 917, 598, 931 ], [ 659, 854, 699, 869 ], [ 701, 854, 747, 869 ], [ 699, 871, 734, 886 ], [ 736, 871, 747, 886 ], [ 27, 888, 34, 903 ], [ 38, 888, 52, 903 ], [ 54, 888, 71, 903 ], [ 73, 888, 135, 903 ], [ 137, 888, 144, 903 ], [ 146, 888, 173, 903 ], [ 175, 888, 195, 903 ], [ 837, 888, 887, 903 ], [ 728, 905, 747, 920 ], [ 27, 922, 35, 937 ], [ 39, 922, 64, 937 ], [ 66, 922, 79, 937 ], [ 81, 922, 98, 937 ], [ 100, 922, 109, 937 ], [ 111, 922, 147, 937 ], [ 149, 922, 160, 937 ], [ 162, 922, 178, 937 ], [ 182, 922, 207, 937 ], [ 209, 922, 245, 937 ] ]
Serving the Community together Music by THE UPTOWN BAND with CAWALLA & JENIFER KINDER 4 8 PM to PM Jim Dietrich Park Muhlenberg Township at in Saturday, August 22nd (Rain Date, Sunday August 23rd) food, wine Bring your own table & chairs We’ll sell you the – Cover charge $10.00 in advance $15.00 at the gate For tickets call Bill Sandel 610-921-2620 or pick them up at the Muhlenberg Parks & Recreation office or at the event (Must be 21 years old or older)
Serving the Community together Music by THE UPTOWN BAND with CAWALLA & JENIFER KINDER 4 PM to 8 PM at Jim Dietrich Park in Muhlenberg Township Saturday, August 22nd (Rain Date, Sunday August 23rd) Bring your own food, table & chairs – We’ll sell you the wine Cover charge $10.00 in advance $15.00 at the gate For tickets call Bill Sandel 610-921-2620 or pick them up at the Muhlenberg Parks & Recreation office or at the event (Must be 21 years old or older)
0.787194
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 16, 17, 15, 18, 24, 19, 20, 21, 25, 22, 23, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 38, 34, 39, 40, 41, 46, 42, 43, 44, 45, 35, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83 ]
OfficialWineDinePoster8.5X112015.docx
task-1606-451
0
[ [ 278, 42, 378, 77 ], [ 385, 42, 431, 77 ], [ 438, 42, 596, 77 ], [ 603, 42, 721, 77 ], [ 446, 112, 517, 143 ], [ 524, 112, 553, 143 ], [ 58, 146, 116, 185 ], [ 124, 146, 262, 185 ], [ 270, 146, 356, 185 ], [ 470, 188, 529, 223 ], [ 319, 226, 469, 266 ], [ 478, 226, 503, 266 ], [ 512, 226, 632, 266 ], [ 640, 226, 755, 266 ], [ 58, 269, 78, 311 ], [ 173, 269, 193, 311 ], [ 86, 274, 130, 309 ], [ 138, 274, 166, 309 ], [ 200, 274, 245, 309 ], [ 174, 318, 236, 367 ], [ 246, 318, 392, 367 ], [ 403, 318, 485, 367 ], [ 528, 326, 707, 364 ], [ 715, 326, 856, 364 ], [ 143, 332, 167, 363 ], [ 495, 332, 517, 363 ], [ 304, 362, 468, 407 ], [ 478, 362, 597, 407 ], [ 607, 362, 695, 407 ], [ 331, 403, 385, 431 ], [ 391, 403, 448, 431 ], [ 454, 403, 531, 431 ], [ 537, 403, 611, 431 ], [ 617, 403, 674, 431 ], [ 295, 427, 371, 464 ], [ 828, 427, 898, 465 ], [ 86, 429, 155, 464 ], [ 162, 429, 223, 464 ], [ 230, 429, 288, 464 ], [ 379, 429, 446, 464 ], [ 453, 429, 476, 464 ], [ 483, 429, 561, 464 ], [ 592, 429, 661, 464 ], [ 668, 429, 712, 464 ], [ 720, 429, 769, 464 ], [ 776, 429, 820, 464 ], [ 569, 438, 585, 463 ], [ 201, 461, 270, 492 ], [ 277, 461, 357, 492 ], [ 364, 461, 446, 492 ], [ 452, 461, 474, 492 ], [ 481, 461, 580, 492 ], [ 587, 461, 669, 492 ], [ 676, 461, 700, 492 ], [ 706, 461, 746, 492 ], [ 753, 461, 805, 492 ], [ 86, 489, 129, 523 ], [ 137, 489, 223, 523 ], [ 231, 489, 275, 523 ], [ 283, 489, 323, 523 ], [ 330, 489, 419, 523 ], [ 426, 489, 612, 523 ], [ 619, 489, 648, 523 ], [ 655, 489, 708, 523 ], [ 716, 489, 786, 523 ], [ 793, 489, 828, 523 ], [ 835, 489, 862, 523 ], [ 869, 489, 913, 523 ], [ 145, 520, 308, 554 ], [ 315, 520, 387, 554 ], [ 394, 520, 417, 554 ], [ 424, 520, 568, 554 ], [ 575, 520, 650, 554 ], [ 657, 520, 686, 554 ], [ 693, 520, 720, 554 ], [ 727, 520, 771, 554 ], [ 779, 520, 854, 554 ], [ 335, 551, 398, 579 ], [ 404, 551, 431, 579 ], [ 437, 551, 463, 579 ], [ 469, 551, 526, 579 ], [ 532, 551, 565, 579 ], [ 571, 551, 594, 579 ], [ 600, 551, 664, 579 ] ]
[ [ 278, 42, 378, 77 ], [ 385, 42, 431, 77 ], [ 438, 42, 596, 77 ], [ 603, 42, 721, 77 ], [ 446, 112, 517, 143 ], [ 524, 112, 553, 143 ], [ 58, 146, 116, 185 ], [ 124, 146, 262, 185 ], [ 270, 146, 356, 185 ], [ 470, 188, 529, 223 ], [ 319, 226, 469, 266 ], [ 478, 226, 503, 266 ], [ 512, 226, 632, 266 ], [ 640, 226, 755, 266 ], [ 58, 269, 78, 311 ], [ 86, 274, 130, 309 ], [ 138, 274, 166, 309 ], [ 173, 269, 193, 311 ], [ 200, 274, 245, 309 ], [ 143, 332, 167, 363 ], [ 174, 318, 236, 367 ], [ 246, 318, 392, 367 ], [ 403, 318, 485, 367 ], [ 495, 332, 517, 363 ], [ 528, 326, 707, 364 ], [ 715, 326, 856, 364 ], [ 304, 362, 468, 407 ], [ 478, 362, 597, 407 ], [ 607, 362, 695, 407 ], [ 331, 403, 385, 431 ], [ 391, 403, 448, 431 ], [ 454, 403, 531, 431 ], [ 537, 403, 611, 431 ], [ 617, 403, 674, 431 ], [ 86, 429, 155, 464 ], [ 162, 429, 223, 464 ], [ 230, 429, 288, 464 ], [ 295, 427, 371, 464 ], [ 379, 429, 446, 464 ], [ 453, 429, 476, 464 ], [ 483, 429, 561, 464 ], [ 569, 438, 585, 463 ], [ 592, 429, 661, 464 ], [ 668, 429, 712, 464 ], [ 720, 429, 769, 464 ], [ 776, 429, 820, 464 ], [ 828, 427, 898, 465 ], [ 201, 461, 270, 492 ], [ 277, 461, 357, 492 ], [ 364, 461, 446, 492 ], [ 452, 461, 474, 492 ], [ 481, 461, 580, 492 ], [ 587, 461, 669, 492 ], [ 676, 461, 700, 492 ], [ 706, 461, 746, 492 ], [ 753, 461, 805, 492 ], [ 86, 489, 129, 523 ], [ 137, 489, 223, 523 ], [ 231, 489, 275, 523 ], [ 283, 489, 323, 523 ], [ 330, 489, 419, 523 ], [ 426, 489, 612, 523 ], [ 619, 489, 648, 523 ], [ 655, 489, 708, 523 ], [ 716, 489, 786, 523 ], [ 793, 489, 828, 523 ], [ 835, 489, 862, 523 ], [ 869, 489, 913, 523 ], [ 145, 520, 308, 554 ], [ 315, 520, 387, 554 ], [ 394, 520, 417, 554 ], [ 424, 520, 568, 554 ], [ 575, 520, 650, 554 ], [ 657, 520, 686, 554 ], [ 693, 520, 720, 554 ], [ 727, 520, 771, 554 ], [ 779, 520, 854, 554 ], [ 335, 551, 398, 579 ], [ 404, 551, 431, 579 ], [ 437, 551, 463, 579 ], [ 469, 551, 526, 579 ], [ 532, 551, 565, 579 ], [ 571, 551, 594, 579 ], [ 600, 551, 664, 579 ] ]
some outstanding performances. Over the years Glasgow Life staff have supported the championships in every way possible and SDS certainly concurs with the Glasgow 2014 slogan Make “People Glasgow” and wish to acknowledge their continued efforts. The Junior Championships are one of the longest running in the national calendar organised by SDS. It is extremely exciting for all involved in swimming that the IPC World Championships will take place in 2015 at this venue between 13 19 July. Make a note for your diary and if you would like to – volunteer at this event please consult the SDS website for more information. This championship has seen some memorable battles over the years and has enabled swimmers to access high quality competition against their peers which normally acts as a barometer of the swimmers’ progress and development, with many swimmers who made their mark at these championships continuing to perform with distinction on a national and international stage. This year was no different with some of the swimmers present today representing Scotland at the British Gas Open Short Course Championships in Manchester and indeed returning with the team title. Reagan Doig (Perth & Kinross) and Shannon Crosbie (Lothian) who – both travelled to Manchester - enjoyed success at Tollcross finishing first and second respectively in three events, with Reagan securing gold in two further events. Reagan underlined her dominance by securing no fewer than four new championship records with only – her 2012 time in the 50m Backstroke surviving this year’s record blitz. It was little wonder that Reagan secured the title of Top Girl performer at the championships. Another highlight of the championships was the battle between Dean Brannen (Highland) and Rhys Handleigh (Dumfries & Galloway). The swimmers from polar opposite ends of the country competed against each other in five races with the formidable Highland swimmer winning the first four races. Rhys got his deserved spotlight however with a thrilling victory in the final race of the day, the 100m
some outstanding performances. Over the years Glasgow Life staff have supported the championships in every way possible and SDS certainly concurs with the Glasgow 2014 slogan “People Make Glasgow” and wish to acknowledge their continued efforts. The Junior Championships are one of the longest running in the national calendar organised by SDS. It is extremely exciting for all involved in swimming that the IPC World Championships will take place in 2015 at this venue between 13 – 19 July. Make a note for your diary and if you would like to volunteer at this event please consult the SDS website for more information. This championship has seen some memorable battles over the years and has enabled swimmers to access high quality competition against their peers which normally acts as a barometer of the swimmers’ progress and development, with many swimmers who made their mark at these championships continuing to perform with distinction on a national and international stage. This year was no different with some of the swimmers present today representing Scotland at the British Gas Open Short Course Championships in Manchester and indeed returning with the team title. Reagan Doig (Perth & Kinross) and Shannon Crosbie (Lothian) – who both travelled to Manchester - enjoyed success at Tollcross finishing first and second respectively in three events, with Reagan securing gold in two further events. Reagan underlined her dominance by securing no fewer than four new championship records – with only her 2012 time in the 50m Backstroke surviving this year’s record blitz. It was little wonder that Reagan secured the title of Top Girl performer at the championships. Another highlight of the championships was the battle between Dean Brannen (Highland) and Rhys Handleigh (Dumfries & Galloway). The swimmers from polar opposite ends of the country competed against each other in five races with the formidable Highland swimmer winning the first four races. Rhys got his deserved spotlight however with a thrilling victory in the final race of the day, the 100m
0.959472
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 27, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 90, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 199, 198, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 240, 238, 239, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331 ]
Official_Report.docx
task-1606-486
6
[ [ 359, 238, 399, 256 ], [ 404, 238, 494, 256 ], [ 498, 238, 607, 256 ], [ 611, 238, 647, 256 ], [ 651, 238, 677, 256 ], [ 681, 238, 721, 256 ], [ 725, 238, 789, 256 ], [ 793, 238, 819, 256 ], [ 824, 238, 857, 256 ], [ 359, 256, 395, 274 ], [ 399, 256, 476, 274 ], [ 481, 256, 506, 274 ], [ 510, 256, 622, 274 ], [ 626, 256, 640, 274 ], [ 645, 256, 686, 274 ], [ 690, 256, 721, 274 ], [ 725, 256, 786, 274 ], [ 790, 256, 819, 274 ], [ 823, 256, 851, 274 ], [ 359, 274, 424, 292 ], [ 428, 274, 486, 292 ], [ 490, 274, 524, 292 ], [ 528, 274, 553, 292 ], [ 557, 274, 621, 292 ], [ 625, 274, 662, 292 ], [ 666, 274, 715, 292 ], [ 782, 274, 825, 292 ], [ 719, 279, 778, 292 ], [ 359, 293, 430, 310 ], [ 434, 293, 462, 311 ], [ 466, 293, 501, 311 ], [ 505, 293, 521, 311 ], [ 525, 293, 624, 311 ], [ 628, 293, 664, 311 ], [ 668, 293, 744, 311 ], [ 748, 293, 803, 311 ], [ 807, 293, 835, 311 ], [ 359, 311, 404, 329 ], [ 408, 311, 523, 329 ], [ 527, 311, 552, 329 ], [ 556, 311, 584, 329 ], [ 589, 311, 604, 329 ], [ 608, 311, 633, 329 ], [ 637, 311, 692, 329 ], [ 697, 311, 755, 329 ], [ 759, 311, 773, 329 ], [ 777, 311, 802, 329 ], [ 806, 311, 868, 329 ], [ 359, 329, 423, 347 ], [ 427, 329, 501, 347 ], [ 505, 329, 523, 347 ], [ 528, 329, 561, 347 ], [ 359, 360, 369, 378 ], [ 374, 360, 385, 378 ], [ 389, 360, 465, 378 ], [ 469, 360, 527, 378 ], [ 531, 360, 553, 378 ], [ 557, 360, 574, 378 ], [ 578, 360, 642, 378 ], [ 646, 360, 660, 378 ], [ 664, 360, 741, 378 ], [ 745, 360, 776, 378 ], [ 780, 360, 805, 378 ], [ 809, 360, 833, 378 ], [ 359, 378, 405, 396 ], [ 409, 378, 524, 396 ], [ 528, 378, 554, 396 ], [ 558, 378, 591, 396 ], [ 595, 378, 635, 396 ], [ 639, 378, 653, 396 ], [ 657, 378, 694, 396 ], [ 699, 378, 714, 396 ], [ 718, 378, 745, 396 ], [ 749, 378, 795, 396 ], [ 799, 378, 866, 396 ], [ 359, 396, 377, 414 ], [ 395, 396, 414, 414 ], [ 418, 396, 451, 414 ], [ 455, 396, 497, 414 ], [ 501, 396, 510, 414 ], [ 514, 396, 549, 414 ], [ 553, 396, 575, 414 ], [ 579, 396, 613, 414 ], [ 617, 396, 655, 414 ], [ 659, 396, 687, 414 ], [ 692, 396, 701, 414 ], [ 706, 396, 733, 414 ], [ 738, 396, 784, 414 ], [ 788, 396, 814, 414 ], [ 819, 396, 834, 414 ], [ 381, 401, 391, 414 ], [ 359, 415, 431, 433 ], [ 435, 415, 450, 433 ], [ 455, 415, 482, 433 ], [ 486, 415, 529, 433 ], [ 533, 415, 581, 433 ], [ 585, 415, 640, 433 ], [ 644, 415, 669, 433 ], [ 673, 415, 702, 433 ], [ 706, 415, 765, 433 ], [ 769, 415, 791, 433 ], [ 795, 415, 835, 433 ], [ 359, 433, 452, 451 ], [ 359, 463, 389, 481 ], [ 393, 463, 498, 481 ], [ 502, 463, 528, 481 ], [ 532, 463, 568, 481 ], [ 572, 463, 613, 481 ], [ 617, 463, 704, 481 ], [ 708, 463, 759, 481 ], [ 764, 463, 797, 481 ], [ 801, 463, 827, 481 ], [ 831, 463, 871, 481 ], [ 359, 482, 387, 500 ], [ 391, 482, 417, 500 ], [ 421, 482, 481, 500 ], [ 486, 482, 563, 500 ], [ 567, 482, 583, 500 ], [ 587, 482, 635, 500 ], [ 639, 482, 671, 500 ], [ 676, 482, 727, 500 ], [ 731, 482, 822, 500 ], [ 359, 500, 412, 518 ], [ 416, 500, 452, 518 ], [ 456, 500, 498, 518 ], [ 502, 500, 547, 518 ], [ 551, 500, 617, 518 ], [ 622, 500, 652, 518 ], [ 656, 500, 672, 518 ], [ 676, 500, 685, 518 ], [ 689, 500, 769, 518 ], [ 774, 500, 789, 518 ], [ 793, 500, 818, 518 ], [ 359, 518, 440, 536 ], [ 444, 518, 509, 536 ], [ 513, 518, 541, 536 ], [ 546, 518, 650, 536 ], [ 654, 518, 687, 536 ], [ 692, 518, 733, 536 ], [ 737, 518, 814, 536 ], [ 819, 518, 851, 536 ], [ 359, 537, 401, 555 ], [ 405, 537, 441, 555 ], [ 445, 537, 484, 555 ], [ 488, 537, 503, 555 ], [ 507, 537, 548, 555 ], [ 553, 537, 665, 555 ], [ 669, 537, 749, 555 ], [ 753, 537, 769, 555 ], [ 773, 537, 835, 555 ], [ 839, 537, 873, 555 ], [ 359, 555, 437, 573 ], [ 442, 555, 461, 573 ], [ 465, 555, 474, 573 ], [ 478, 555, 540, 573 ], [ 544, 555, 572, 573 ], [ 576, 555, 674, 573 ], [ 678, 555, 723, 573 ], [ 727, 555, 757, 573 ], [ 761, 555, 794, 573 ], [ 798, 555, 827, 573 ], [ 831, 555, 851, 573 ], [ 359, 573, 424, 591 ], [ 429, 573, 462, 591 ], [ 466, 573, 507, 591 ], [ 511, 573, 527, 591 ], [ 531, 573, 556, 591 ], [ 560, 573, 637, 591 ], [ 641, 573, 699, 591 ], [ 703, 573, 746, 591 ], [ 750, 573, 846, 591 ], [ 359, 592, 423, 610 ], [ 427, 592, 442, 610 ], [ 447, 592, 472, 610 ], [ 476, 592, 524, 610 ], [ 528, 592, 556, 610 ], [ 560, 592, 601, 610 ], [ 605, 592, 645, 610 ], [ 650, 592, 702, 610 ], [ 706, 592, 821, 610 ], [ 825, 592, 839, 610 ], [ 359, 610, 449, 628 ], [ 453, 610, 481, 628 ], [ 485, 610, 537, 628 ], [ 541, 610, 611, 628 ], [ 615, 610, 649, 628 ], [ 653, 610, 678, 628 ], [ 682, 610, 721, 628 ], [ 725, 610, 760, 628 ], [ 359, 640, 414, 658 ], [ 418, 640, 452, 658 ], [ 456, 640, 503, 658 ], [ 507, 640, 520, 658 ], [ 524, 640, 584, 658 ], [ 588, 640, 616, 658 ], [ 620, 640, 686, 658 ], [ 690, 640, 747, 658 ], [ 751, 640, 818, 658 ], [ 836, 640, 868, 658 ], [ 822, 644, 831, 658 ], [ 359, 659, 394, 677 ], [ 398, 659, 464, 677 ], [ 469, 659, 484, 677 ], [ 489, 659, 579, 677 ], [ 583, 659, 588, 677 ], [ 593, 659, 653, 677 ], [ 657, 659, 713, 677 ], [ 717, 659, 732, 677 ], [ 737, 659, 802, 677 ], [ 806, 659, 870, 677 ], [ 359, 677, 388, 695 ], [ 392, 677, 421, 695 ], [ 425, 677, 478, 695 ], [ 482, 677, 572, 695 ], [ 577, 677, 591, 695 ], [ 595, 677, 635, 695 ], [ 640, 677, 694, 695 ], [ 698, 677, 731, 695 ], [ 736, 677, 791, 695 ], [ 795, 677, 858, 695 ], [ 359, 695, 391, 713 ], [ 395, 695, 409, 713 ], [ 413, 695, 442, 713 ], [ 446, 695, 500, 713 ], [ 504, 695, 558, 713 ], [ 563, 695, 618, 713 ], [ 622, 695, 704, 713 ], [ 708, 695, 733, 713 ], [ 737, 695, 821, 713 ], [ 825, 695, 843, 713 ], [ 359, 714, 422, 732 ], [ 426, 714, 445, 732 ], [ 449, 714, 493, 732 ], [ 497, 714, 532, 732 ], [ 536, 714, 567, 732 ], [ 571, 714, 603, 732 ], [ 608, 714, 713, 732 ], [ 717, 714, 774, 732 ], [ 791, 714, 825, 732 ], [ 829, 714, 861, 732 ], [ 778, 718, 787, 731 ], [ 359, 732, 384, 750 ], [ 388, 732, 425, 750 ], [ 430, 732, 464, 750 ], [ 468, 732, 482, 750 ], [ 486, 732, 511, 750 ], [ 515, 732, 549, 750 ], [ 553, 732, 635, 750 ], [ 639, 732, 706, 750 ], [ 711, 732, 738, 750 ], [ 742, 732, 787, 750 ], [ 791, 732, 840, 750 ], [ 359, 750, 395, 768 ], [ 399, 750, 410, 768 ], [ 414, 750, 443, 768 ], [ 447, 750, 482, 768 ], [ 486, 750, 544, 768 ], [ 548, 750, 579, 768 ], [ 583, 750, 638, 768 ], [ 643, 750, 702, 768 ], [ 706, 750, 731, 768 ], [ 735, 750, 765, 768 ], [ 769, 750, 785, 768 ], [ 789, 750, 817, 768 ], [ 821, 750, 848, 768 ], [ 359, 769, 436, 787 ], [ 440, 769, 455, 787 ], [ 459, 769, 484, 787 ], [ 489, 769, 606, 787 ], [ 359, 799, 420, 817 ], [ 424, 799, 490, 817 ], [ 494, 799, 509, 817 ], [ 513, 799, 538, 817 ], [ 543, 799, 655, 817 ], [ 659, 799, 689, 817 ], [ 693, 799, 718, 817 ], [ 722, 799, 766, 817 ], [ 771, 799, 837, 817 ], [ 359, 817, 398, 835 ], [ 402, 817, 465, 835 ], [ 470, 817, 547, 835 ], [ 552, 817, 580, 835 ], [ 584, 817, 619, 835 ], [ 624, 817, 699, 835 ], [ 703, 817, 778, 835 ], [ 782, 817, 794, 835 ], [ 799, 817, 878, 835 ], [ 359, 836, 386, 853 ], [ 391, 836, 468, 853 ], [ 472, 836, 508, 853 ], [ 513, 836, 551, 853 ], [ 556, 836, 621, 853 ], [ 625, 836, 661, 853 ], [ 665, 836, 681, 853 ], [ 685, 836, 710, 853 ], [ 714, 836, 772, 853 ], [ 776, 836, 853, 853 ], [ 359, 854, 412, 872 ], [ 416, 854, 452, 872 ], [ 456, 854, 497, 872 ], [ 502, 854, 515, 872 ], [ 520, 854, 547, 872 ], [ 551, 854, 591, 872 ], [ 595, 854, 628, 872 ], [ 632, 854, 657, 872 ], [ 662, 854, 744, 872 ], [ 748, 854, 815, 872 ], [ 359, 872, 428, 890 ], [ 432, 872, 492, 890 ], [ 496, 872, 521, 890 ], [ 525, 872, 555, 890 ], [ 559, 872, 591, 890 ], [ 595, 872, 639, 890 ], [ 643, 872, 679, 890 ], [ 683, 872, 707, 890 ], [ 711, 872, 733, 890 ], [ 737, 872, 806, 890 ], [ 810, 872, 876, 890 ], [ 359, 891, 424, 909 ], [ 429, 891, 462, 909 ], [ 466, 891, 475, 909 ], [ 479, 891, 537, 909 ], [ 541, 891, 592, 909 ], [ 596, 891, 610, 909 ], [ 614, 891, 639, 909 ], [ 643, 891, 676, 909 ], [ 680, 891, 712, 909 ], [ 717, 891, 732, 909 ], [ 736, 891, 761, 909 ], [ 765, 891, 797, 909 ], [ 801, 891, 826, 909 ], [ 830, 891, 873, 909 ] ]
[ [ 359, 238, 399, 256 ], [ 404, 238, 494, 256 ], [ 498, 238, 607, 256 ], [ 611, 238, 647, 256 ], [ 651, 238, 677, 256 ], [ 681, 238, 721, 256 ], [ 725, 238, 789, 256 ], [ 793, 238, 819, 256 ], [ 824, 238, 857, 256 ], [ 359, 256, 395, 274 ], [ 399, 256, 476, 274 ], [ 481, 256, 506, 274 ], [ 510, 256, 622, 274 ], [ 626, 256, 640, 274 ], [ 645, 256, 686, 274 ], [ 690, 256, 721, 274 ], [ 725, 256, 786, 274 ], [ 790, 256, 819, 274 ], [ 823, 256, 851, 274 ], [ 359, 274, 424, 292 ], [ 428, 274, 486, 292 ], [ 490, 274, 524, 292 ], [ 528, 274, 553, 292 ], [ 557, 274, 621, 292 ], [ 625, 274, 662, 292 ], [ 666, 274, 715, 292 ], [ 719, 279, 778, 292 ], [ 782, 274, 825, 292 ], [ 359, 293, 430, 310 ], [ 434, 293, 462, 311 ], [ 466, 293, 501, 311 ], [ 505, 293, 521, 311 ], [ 525, 293, 624, 311 ], [ 628, 293, 664, 311 ], [ 668, 293, 744, 311 ], [ 748, 293, 803, 311 ], [ 807, 293, 835, 311 ], [ 359, 311, 404, 329 ], [ 408, 311, 523, 329 ], [ 527, 311, 552, 329 ], [ 556, 311, 584, 329 ], [ 589, 311, 604, 329 ], [ 608, 311, 633, 329 ], [ 637, 311, 692, 329 ], [ 697, 311, 755, 329 ], [ 759, 311, 773, 329 ], [ 777, 311, 802, 329 ], [ 806, 311, 868, 329 ], [ 359, 329, 423, 347 ], [ 427, 329, 501, 347 ], [ 505, 329, 523, 347 ], [ 528, 329, 561, 347 ], [ 359, 360, 369, 378 ], [ 374, 360, 385, 378 ], [ 389, 360, 465, 378 ], [ 469, 360, 527, 378 ], [ 531, 360, 553, 378 ], [ 557, 360, 574, 378 ], [ 578, 360, 642, 378 ], [ 646, 360, 660, 378 ], [ 664, 360, 741, 378 ], [ 745, 360, 776, 378 ], [ 780, 360, 805, 378 ], [ 809, 360, 833, 378 ], [ 359, 378, 405, 396 ], [ 409, 378, 524, 396 ], [ 528, 378, 554, 396 ], [ 558, 378, 591, 396 ], [ 595, 378, 635, 396 ], [ 639, 378, 653, 396 ], [ 657, 378, 694, 396 ], [ 699, 378, 714, 396 ], [ 718, 378, 745, 396 ], [ 749, 378, 795, 396 ], [ 799, 378, 866, 396 ], [ 359, 396, 377, 414 ], [ 381, 401, 391, 414 ], [ 395, 396, 414, 414 ], [ 418, 396, 451, 414 ], [ 455, 396, 497, 414 ], [ 501, 396, 510, 414 ], [ 514, 396, 549, 414 ], [ 553, 396, 575, 414 ], [ 579, 396, 613, 414 ], [ 617, 396, 655, 414 ], [ 659, 396, 687, 414 ], [ 692, 396, 701, 414 ], [ 706, 396, 733, 414 ], [ 738, 396, 784, 414 ], [ 788, 396, 814, 414 ], [ 819, 396, 834, 414 ], [ 359, 415, 431, 433 ], [ 435, 415, 450, 433 ], [ 455, 415, 482, 433 ], [ 486, 415, 529, 433 ], [ 533, 415, 581, 433 ], [ 585, 415, 640, 433 ], [ 644, 415, 669, 433 ], [ 673, 415, 702, 433 ], [ 706, 415, 765, 433 ], [ 769, 415, 791, 433 ], [ 795, 415, 835, 433 ], [ 359, 433, 452, 451 ], [ 359, 463, 389, 481 ], [ 393, 463, 498, 481 ], [ 502, 463, 528, 481 ], [ 532, 463, 568, 481 ], [ 572, 463, 613, 481 ], [ 617, 463, 704, 481 ], [ 708, 463, 759, 481 ], [ 764, 463, 797, 481 ], [ 801, 463, 827, 481 ], [ 831, 463, 871, 481 ], [ 359, 482, 387, 500 ], [ 391, 482, 417, 500 ], [ 421, 482, 481, 500 ], [ 486, 482, 563, 500 ], [ 567, 482, 583, 500 ], [ 587, 482, 635, 500 ], [ 639, 482, 671, 500 ], [ 676, 482, 727, 500 ], [ 731, 482, 822, 500 ], [ 359, 500, 412, 518 ], [ 416, 500, 452, 518 ], [ 456, 500, 498, 518 ], [ 502, 500, 547, 518 ], [ 551, 500, 617, 518 ], [ 622, 500, 652, 518 ], [ 656, 500, 672, 518 ], [ 676, 500, 685, 518 ], [ 689, 500, 769, 518 ], [ 774, 500, 789, 518 ], [ 793, 500, 818, 518 ], [ 359, 518, 440, 536 ], [ 444, 518, 509, 536 ], [ 513, 518, 541, 536 ], [ 546, 518, 650, 536 ], [ 654, 518, 687, 536 ], [ 692, 518, 733, 536 ], [ 737, 518, 814, 536 ], [ 819, 518, 851, 536 ], [ 359, 537, 401, 555 ], [ 405, 537, 441, 555 ], [ 445, 537, 484, 555 ], [ 488, 537, 503, 555 ], [ 507, 537, 548, 555 ], [ 553, 537, 665, 555 ], [ 669, 537, 749, 555 ], [ 753, 537, 769, 555 ], [ 773, 537, 835, 555 ], [ 839, 537, 873, 555 ], [ 359, 555, 437, 573 ], [ 442, 555, 461, 573 ], [ 465, 555, 474, 573 ], [ 478, 555, 540, 573 ], [ 544, 555, 572, 573 ], [ 576, 555, 674, 573 ], [ 678, 555, 723, 573 ], [ 727, 555, 757, 573 ], [ 761, 555, 794, 573 ], [ 798, 555, 827, 573 ], [ 831, 555, 851, 573 ], [ 359, 573, 424, 591 ], [ 429, 573, 462, 591 ], [ 466, 573, 507, 591 ], [ 511, 573, 527, 591 ], [ 531, 573, 556, 591 ], [ 560, 573, 637, 591 ], [ 641, 573, 699, 591 ], [ 703, 573, 746, 591 ], [ 750, 573, 846, 591 ], [ 359, 592, 423, 610 ], [ 427, 592, 442, 610 ], [ 447, 592, 472, 610 ], [ 476, 592, 524, 610 ], [ 528, 592, 556, 610 ], [ 560, 592, 601, 610 ], [ 605, 592, 645, 610 ], [ 650, 592, 702, 610 ], [ 706, 592, 821, 610 ], [ 825, 592, 839, 610 ], [ 359, 610, 449, 628 ], [ 453, 610, 481, 628 ], [ 485, 610, 537, 628 ], [ 541, 610, 611, 628 ], [ 615, 610, 649, 628 ], [ 653, 610, 678, 628 ], [ 682, 610, 721, 628 ], [ 725, 610, 760, 628 ], [ 359, 640, 414, 658 ], [ 418, 640, 452, 658 ], [ 456, 640, 503, 658 ], [ 507, 640, 520, 658 ], [ 524, 640, 584, 658 ], [ 588, 640, 616, 658 ], [ 620, 640, 686, 658 ], [ 690, 640, 747, 658 ], [ 751, 640, 818, 658 ], [ 822, 644, 831, 658 ], [ 836, 640, 868, 658 ], [ 359, 659, 394, 677 ], [ 398, 659, 464, 677 ], [ 469, 659, 484, 677 ], [ 489, 659, 579, 677 ], [ 583, 659, 588, 677 ], [ 593, 659, 653, 677 ], [ 657, 659, 713, 677 ], [ 717, 659, 732, 677 ], [ 737, 659, 802, 677 ], [ 806, 659, 870, 677 ], [ 359, 677, 388, 695 ], [ 392, 677, 421, 695 ], [ 425, 677, 478, 695 ], [ 482, 677, 572, 695 ], [ 577, 677, 591, 695 ], [ 595, 677, 635, 695 ], [ 640, 677, 694, 695 ], [ 698, 677, 731, 695 ], [ 736, 677, 791, 695 ], [ 795, 677, 858, 695 ], [ 359, 695, 391, 713 ], [ 395, 695, 409, 713 ], [ 413, 695, 442, 713 ], [ 446, 695, 500, 713 ], [ 504, 695, 558, 713 ], [ 563, 695, 618, 713 ], [ 622, 695, 704, 713 ], [ 708, 695, 733, 713 ], [ 737, 695, 821, 713 ], [ 825, 695, 843, 713 ], [ 359, 714, 422, 732 ], [ 426, 714, 445, 732 ], [ 449, 714, 493, 732 ], [ 497, 714, 532, 732 ], [ 536, 714, 567, 732 ], [ 571, 714, 603, 732 ], [ 608, 714, 713, 732 ], [ 717, 714, 774, 732 ], [ 778, 718, 787, 731 ], [ 791, 714, 825, 732 ], [ 829, 714, 861, 732 ], [ 359, 732, 384, 750 ], [ 388, 732, 425, 750 ], [ 430, 732, 464, 750 ], [ 468, 732, 482, 750 ], [ 486, 732, 511, 750 ], [ 515, 732, 549, 750 ], [ 553, 732, 635, 750 ], [ 639, 732, 706, 750 ], [ 711, 732, 738, 750 ], [ 742, 732, 787, 750 ], [ 791, 732, 840, 750 ], [ 359, 750, 395, 768 ], [ 399, 750, 410, 768 ], [ 414, 750, 443, 768 ], [ 447, 750, 482, 768 ], [ 486, 750, 544, 768 ], [ 548, 750, 579, 768 ], [ 583, 750, 638, 768 ], [ 643, 750, 702, 768 ], [ 706, 750, 731, 768 ], [ 735, 750, 765, 768 ], [ 769, 750, 785, 768 ], [ 789, 750, 817, 768 ], [ 821, 750, 848, 768 ], [ 359, 769, 436, 787 ], [ 440, 769, 455, 787 ], [ 459, 769, 484, 787 ], [ 489, 769, 606, 787 ], [ 359, 799, 420, 817 ], [ 424, 799, 490, 817 ], [ 494, 799, 509, 817 ], [ 513, 799, 538, 817 ], [ 543, 799, 655, 817 ], [ 659, 799, 689, 817 ], [ 693, 799, 718, 817 ], [ 722, 799, 766, 817 ], [ 771, 799, 837, 817 ], [ 359, 817, 398, 835 ], [ 402, 817, 465, 835 ], [ 470, 817, 547, 835 ], [ 552, 817, 580, 835 ], [ 584, 817, 619, 835 ], [ 624, 817, 699, 835 ], [ 703, 817, 778, 835 ], [ 782, 817, 794, 835 ], [ 799, 817, 878, 835 ], [ 359, 836, 386, 853 ], [ 391, 836, 468, 853 ], [ 472, 836, 508, 853 ], [ 513, 836, 551, 853 ], [ 556, 836, 621, 853 ], [ 625, 836, 661, 853 ], [ 665, 836, 681, 853 ], [ 685, 836, 710, 853 ], [ 714, 836, 772, 853 ], [ 776, 836, 853, 853 ], [ 359, 854, 412, 872 ], [ 416, 854, 452, 872 ], [ 456, 854, 497, 872 ], [ 502, 854, 515, 872 ], [ 520, 854, 547, 872 ], [ 551, 854, 591, 872 ], [ 595, 854, 628, 872 ], [ 632, 854, 657, 872 ], [ 662, 854, 744, 872 ], [ 748, 854, 815, 872 ], [ 359, 872, 428, 890 ], [ 432, 872, 492, 890 ], [ 496, 872, 521, 890 ], [ 525, 872, 555, 890 ], [ 559, 872, 591, 890 ], [ 595, 872, 639, 890 ], [ 643, 872, 679, 890 ], [ 683, 872, 707, 890 ], [ 711, 872, 733, 890 ], [ 737, 872, 806, 890 ], [ 810, 872, 876, 890 ], [ 359, 891, 424, 909 ], [ 429, 891, 462, 909 ], [ 466, 891, 475, 909 ], [ 479, 891, 537, 909 ], [ 541, 891, 592, 909 ], [ 596, 891, 610, 909 ], [ 614, 891, 639, 909 ], [ 643, 891, 676, 909 ], [ 680, 891, 712, 909 ], [ 717, 891, 732, 909 ], [ 736, 891, 761, 909 ], [ 765, 891, 797, 909 ], [ 801, 891, 826, 909 ], [ 830, 891, 873, 909 ] ]
FORM S1A Ministry of New and Renewable Energy (Jawaharlal National Solar Mission) Project Proposals for Grid Connected Rooftop and Small SPV Power Plants (1-5 kWp Capacity) (List Mode) Brief Name, Complete Name and Specifications of Grid Purchase Address, Email, Complete PV Module, Connectivity Admissible Phone, Fax, Address of the Inverter, Meter, Level Subsidy Subsidy and Photo and ID Mobile No. of Agency/ Structure, 230/400/440/ Costs of PV From From Price Net Proof of the Beneficiary Company Plant Electric Wires, 11 kV/33 kV Module, and MNRE States, If Beneficiary Remarks/ Sl. and Plant Installed/Will Size Battery Bank (If Single/Three Total Cost Claimed any (in to Be Given/ Any Other No. Location Install the (kWp) any), etc. Phase (in INR) (in INR) INR) (INR/kWh) Attached Information 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. PV Module…… Inverter…... Meter…….. BOS……… Any Total (in INR) 2. 3 Signature _______ Name and Designation of Authorized Signatory* of Implementing Agency
FORM S1A Ministry of New and Renewable Energy (Jawaharlal National Solar Mission) Project Proposals for Grid Connected Rooftop and Small SPV Power Plants (1-5 kWp Capacity) (List Mode) Sl. No. Name, Complete Address, Email, Phone, Fax, Mobile No. of the Beneficiary and Plant Location Name and Complete Address of the Agency/ Company Installed/Will Install the Plant Size (kWp) Brief Specifications of PV Module, Inverter, Meter, Structure, Electric Wires, Battery Bank (If any), etc. Grid Connectivity Level 230/400/440/ 11 kV/33 kV Single/Three Phase Costs of PV Module, and Total Cost (in INR) Admissible Subsidy From MNRE Claimed (in INR) Subsidy From States, If any (in INR) Purchase and Price Net (INR/kWh) Photo and ID Proof of Beneficiary to Be Given/ Attached Remarks/ Any Other Information 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. PV Module…… Inverter…... Meter…….. BOS……… Any Total (in INR) 2. 3 Signature _______ Name and Designation of Authorized Signatory* of Implementing Agency
0.558909
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 89, 108, 29, 30, 37, 38, 44, 45, 58, 59, 60, 73, 74, 90, 91, 109, 31, 32, 39, 46, 47, 48, 61, 75, 92, 110, 111, 76, 93, 112, 28, 33, 34, 40, 41, 49, 50, 62, 77, 78, 94, 95, 96, 113, 114, 35, 42, 51, 63, 79, 80, 81, 97, 115, 64, 65, 66, 82, 83, 98, 99, 116, 117, 43, 52, 67, 84, 100, 118, 119, 53, 68, 85, 86, 101, 102, 120, 36, 54, 69, 70, 121, 55, 56, 57, 71, 72, 87, 103, 104, 105, 122, 88, 106, 107, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157 ]
Offline-Subsidy-Forms.docx
task-1606-524
0
[ [ 85, 118, 119, 145 ], [ 123, 118, 145, 145 ], [ 375, 159, 425, 184 ], [ 429, 159, 441, 184 ], [ 444, 159, 471, 184 ], [ 475, 159, 498, 184 ], [ 502, 159, 570, 184 ], [ 574, 159, 618, 184 ], [ 367, 180, 438, 206 ], [ 472, 180, 524, 206 ], [ 528, 180, 560, 206 ], [ 564, 180, 617, 206 ], [ 167, 231, 211, 256 ], [ 215, 231, 278, 256 ], [ 281, 231, 299, 256 ], [ 302, 231, 329, 256 ], [ 333, 231, 400, 256 ], [ 404, 231, 454, 256 ], [ 458, 231, 481, 256 ], [ 484, 231, 519, 256 ], [ 523, 231, 549, 256 ], [ 553, 231, 592, 256 ], [ 595, 231, 635, 256 ], [ 638, 231, 661, 256 ], [ 665, 231, 693, 256 ], [ 696, 231, 755, 256 ], [ 759, 231, 786, 256 ], [ 790, 231, 828, 256 ], [ 382, 293, 409, 316 ], [ 122, 312, 158, 335 ], [ 161, 312, 215, 335 ], [ 230, 312, 263, 335 ], [ 266, 312, 287, 335 ], [ 348, 312, 428, 335 ], [ 432, 312, 443, 335 ], [ 474, 312, 498, 335 ], [ 724, 312, 778, 335 ], [ 124, 331, 175, 354 ], [ 178, 331, 213, 354 ], [ 232, 331, 286, 354 ], [ 363, 331, 379, 354 ], [ 382, 331, 427, 354 ], [ 451, 331, 522, 354 ], [ 596, 331, 660, 354 ], [ 135, 351, 175, 374 ], [ 178, 351, 202, 374 ], [ 217, 351, 265, 374 ], [ 268, 351, 279, 374 ], [ 282, 351, 300, 374 ], [ 353, 351, 400, 374 ], [ 403, 351, 438, 374 ], [ 471, 351, 501, 374 ], [ 605, 351, 651, 374 ], [ 666, 351, 712, 374 ], [ 745, 351, 766, 374 ], [ 784, 351, 818, 374 ], [ 821, 351, 842, 374 ], [ 845, 351, 857, 374 ], [ 131, 370, 169, 393 ], [ 172, 370, 191, 393 ], [ 194, 370, 206, 393 ], [ 236, 370, 282, 393 ], [ 367, 370, 423, 393 ], [ 452, 370, 521, 393 ], [ 528, 370, 561, 393 ], [ 564, 370, 575, 393 ], [ 579, 370, 594, 393 ], [ 613, 370, 643, 393 ], [ 674, 370, 704, 393 ], [ 724, 370, 753, 393 ], [ 757, 370, 776, 393 ], [ 798, 370, 829, 393 ], [ 832, 370, 843, 393 ], [ 126, 389, 144, 412 ], [ 147, 389, 211, 412 ], [ 232, 389, 286, 412 ], [ 308, 389, 337, 412 ], [ 354, 389, 397, 412 ], [ 401, 389, 436, 412 ], [ 454, 389, 467, 412 ], [ 470, 389, 501, 412 ], [ 504, 389, 519, 412 ], [ 526, 389, 571, 412 ], [ 575, 389, 596, 412 ], [ 611, 389, 646, 412 ], [ 665, 389, 704, 412 ], [ 707, 389, 714, 412 ], [ 789, 389, 853, 412 ], [ 866, 389, 919, 412 ], [ 96, 409, 111, 432 ], [ 142, 409, 163, 432 ], [ 166, 409, 195, 432 ], [ 222, 409, 295, 432 ], [ 311, 409, 335, 432 ], [ 351, 409, 392, 432 ], [ 396, 409, 425, 432 ], [ 428, 409, 439, 432 ], [ 451, 409, 522, 432 ], [ 532, 409, 560, 432 ], [ 564, 409, 590, 432 ], [ 605, 409, 651, 432 ], [ 670, 409, 691, 432 ], [ 694, 409, 708, 432 ], [ 786, 409, 797, 432 ], [ 800, 409, 816, 432 ], [ 819, 409, 855, 432 ], [ 864, 409, 886, 432 ], [ 889, 409, 921, 432 ], [ 94, 428, 113, 451 ], [ 144, 428, 193, 451 ], [ 217, 428, 251, 451 ], [ 254, 428, 272, 451 ], [ 306, 428, 339, 451 ], [ 370, 428, 397, 451 ], [ 401, 428, 421, 451 ], [ 469, 428, 504, 451 ], [ 540, 428, 554, 451 ], [ 558, 428, 582, 451 ], [ 607, 428, 622, 451 ], [ 625, 428, 649, 451 ], [ 677, 428, 702, 451 ], [ 724, 428, 781, 451 ], [ 795, 428, 846, 451 ], [ 860, 428, 925, 451 ], [ 98, 446, 108, 469 ], [ 164, 446, 173, 469 ], [ 254, 446, 264, 469 ], [ 318, 446, 328, 469 ], [ 390, 446, 400, 469 ], [ 469, 446, 479, 469 ], [ 556, 446, 566, 469 ], [ 615, 446, 625, 469 ], [ 684, 446, 694, 469 ], [ 742, 446, 759, 469 ], [ 812, 446, 829, 469 ], [ 884, 446, 901, 469 ], [ 553, 463, 569, 486 ], [ 530, 480, 592, 502 ], [ 530, 499, 592, 522 ], [ 531, 517, 591, 540 ], [ 531, 534, 591, 556 ], [ 532, 551, 552, 574 ], [ 528, 570, 555, 594 ], [ 558, 570, 571, 594 ], [ 528, 590, 553, 613 ], [ 98, 628, 108, 651 ], [ 100, 665, 107, 688 ], [ 140, 685, 196, 710 ], [ 199, 685, 250, 710 ], [ 598, 706, 633, 731 ], [ 637, 706, 658, 731 ], [ 662, 706, 731, 731 ], [ 735, 706, 746, 731 ], [ 749, 706, 812, 731 ], [ 815, 706, 875, 731 ], [ 732, 727, 743, 753 ], [ 746, 727, 825, 753 ], [ 828, 727, 872, 753 ] ]
[ [ 85, 118, 119, 145 ], [ 123, 118, 145, 145 ], [ 375, 159, 425, 184 ], [ 429, 159, 441, 184 ], [ 444, 159, 471, 184 ], [ 475, 159, 498, 184 ], [ 502, 159, 570, 184 ], [ 574, 159, 618, 184 ], [ 367, 180, 438, 206 ], [ 472, 180, 524, 206 ], [ 528, 180, 560, 206 ], [ 564, 180, 617, 206 ], [ 167, 231, 211, 256 ], [ 215, 231, 278, 256 ], [ 281, 231, 299, 256 ], [ 302, 231, 329, 256 ], [ 333, 231, 400, 256 ], [ 404, 231, 454, 256 ], [ 458, 231, 481, 256 ], [ 484, 231, 519, 256 ], [ 523, 231, 549, 256 ], [ 553, 231, 592, 256 ], [ 595, 231, 635, 256 ], [ 638, 231, 661, 256 ], [ 665, 231, 693, 256 ], [ 696, 231, 755, 256 ], [ 759, 231, 786, 256 ], [ 790, 231, 828, 256 ], [ 96, 409, 111, 432 ], [ 94, 428, 113, 451 ], [ 122, 312, 158, 335 ], [ 161, 312, 215, 335 ], [ 124, 331, 175, 354 ], [ 178, 331, 213, 354 ], [ 135, 351, 175, 374 ], [ 178, 351, 202, 374 ], [ 131, 370, 169, 393 ], [ 172, 370, 191, 393 ], [ 194, 370, 206, 393 ], [ 126, 389, 144, 412 ], [ 147, 389, 211, 412 ], [ 142, 409, 163, 432 ], [ 166, 409, 195, 432 ], [ 144, 428, 193, 451 ], [ 230, 312, 263, 335 ], [ 266, 312, 287, 335 ], [ 232, 331, 286, 354 ], [ 217, 351, 265, 374 ], [ 268, 351, 279, 374 ], [ 282, 351, 300, 374 ], [ 236, 370, 282, 393 ], [ 232, 389, 286, 412 ], [ 222, 409, 295, 432 ], [ 217, 428, 251, 451 ], [ 254, 428, 272, 451 ], [ 308, 389, 337, 412 ], [ 311, 409, 335, 432 ], [ 306, 428, 339, 451 ], [ 382, 293, 409, 316 ], [ 348, 312, 428, 335 ], [ 432, 312, 443, 335 ], [ 363, 331, 379, 354 ], [ 382, 331, 427, 354 ], [ 353, 351, 400, 374 ], [ 403, 351, 438, 374 ], [ 367, 370, 423, 393 ], [ 354, 389, 397, 412 ], [ 401, 389, 436, 412 ], [ 351, 409, 392, 432 ], [ 396, 409, 425, 432 ], [ 428, 409, 439, 432 ], [ 370, 428, 397, 451 ], [ 401, 428, 421, 451 ], [ 474, 312, 498, 335 ], [ 451, 331, 522, 354 ], [ 471, 351, 501, 374 ], [ 452, 370, 521, 393 ], [ 454, 389, 467, 412 ], [ 470, 389, 501, 412 ], [ 504, 389, 519, 412 ], [ 451, 409, 522, 432 ], [ 469, 428, 504, 451 ], [ 528, 370, 561, 393 ], [ 564, 370, 575, 393 ], [ 579, 370, 594, 393 ], [ 526, 389, 571, 412 ], [ 575, 389, 596, 412 ], [ 532, 409, 560, 432 ], [ 564, 409, 590, 432 ], [ 540, 428, 554, 451 ], [ 558, 428, 582, 451 ], [ 596, 331, 660, 354 ], [ 605, 351, 651, 374 ], [ 613, 370, 643, 393 ], [ 611, 389, 646, 412 ], [ 605, 409, 651, 432 ], [ 607, 428, 622, 451 ], [ 625, 428, 649, 451 ], [ 666, 351, 712, 374 ], [ 674, 370, 704, 393 ], [ 665, 389, 704, 412 ], [ 707, 389, 714, 412 ], [ 670, 409, 691, 432 ], [ 694, 409, 708, 432 ], [ 677, 428, 702, 451 ], [ 724, 312, 778, 335 ], [ 745, 351, 766, 374 ], [ 724, 370, 753, 393 ], [ 757, 370, 776, 393 ], [ 724, 428, 781, 451 ], [ 784, 351, 818, 374 ], [ 821, 351, 842, 374 ], [ 845, 351, 857, 374 ], [ 798, 370, 829, 393 ], [ 832, 370, 843, 393 ], [ 789, 389, 853, 412 ], [ 786, 409, 797, 432 ], [ 800, 409, 816, 432 ], [ 819, 409, 855, 432 ], [ 795, 428, 846, 451 ], [ 866, 389, 919, 412 ], [ 864, 409, 886, 432 ], [ 889, 409, 921, 432 ], [ 860, 428, 925, 451 ], [ 98, 446, 108, 469 ], [ 164, 446, 173, 469 ], [ 254, 446, 264, 469 ], [ 318, 446, 328, 469 ], [ 390, 446, 400, 469 ], [ 469, 446, 479, 469 ], [ 556, 446, 566, 469 ], [ 615, 446, 625, 469 ], [ 684, 446, 694, 469 ], [ 742, 446, 759, 469 ], [ 812, 446, 829, 469 ], [ 884, 446, 901, 469 ], [ 553, 463, 569, 486 ], [ 530, 480, 592, 502 ], [ 530, 499, 592, 522 ], [ 531, 517, 591, 540 ], [ 531, 534, 591, 556 ], [ 532, 551, 552, 574 ], [ 528, 570, 555, 594 ], [ 558, 570, 571, 594 ], [ 528, 590, 553, 613 ], [ 98, 628, 108, 651 ], [ 100, 665, 107, 688 ], [ 140, 685, 196, 710 ], [ 199, 685, 250, 710 ], [ 598, 706, 633, 731 ], [ 637, 706, 658, 731 ], [ 662, 706, 731, 731 ], [ 735, 706, 746, 731 ], [ 749, 706, 812, 731 ], [ 815, 706, 875, 731 ], [ 732, 727, 743, 753 ], [ 746, 727, 825, 753 ], [ 828, 727, 872, 753 ] ]
Applicants may also submit application via fax 703–225–2338 or by email . For additional assistance, please call the OVC TTAC Call Center at 1–866–682–8822 or TTY 1–866–682–8880. You may also visit our website . Checklist to Ensure an Application is Complete Applicant clearly stated how long they have been Applicant provided operating and training budget totals. providing direct victim services. Applicant wrote a minimum of five sentences Applicant a minimum of three sentences regarding training regarding their duties and responsibilities. budget comments, if applicable. Applicant wrote a minimum of five sentences If this is an MDT application, the team identified an MDT regarding what they will gain from attending the leader to oversee all applications. event. Applicant indicated whether they or their agency MDT members are prepared to submit their applications within had received a scholarship previously (to the best of 48-hours of each other. their knowledge). Applicant requested all travel expenses needed to MDT members will provide required budgetary details specific attend the event. to their organizations.
Applicants may also submit application via fax 703–225–2338 or by email . For additional assistance, please call the OVC TTAC Call Center at 1–866–682–8822 or TTY 1–866–682–8880. You may also visit our website . Checklist to Ensure an Application is Complete Applicant clearly stated how long they have been providing direct victim services. Applicant provided operating and training budget totals. Applicant wrote a minimum of five sentences regarding their duties and responsibilities. Applicant a minimum of three sentences regarding training budget comments, if applicable. Applicant wrote a minimum of five sentences regarding what they will gain from attending the event. If this is an MDT application, the team identified an MDT leader to oversee all applications. Applicant indicated whether they or their agency had received a scholarship previously (to the best of their knowledge). MDT members are prepared to submit their applications within 48-hours of each other. Applicant requested all travel expenses needed to attend the event. MDT members will provide required budgetary details specific to their organizations.
0.829869
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 56, 57, 58, 59, 49, 50, 51, 52, 53, 54, 55, 60, 61, 62, 63, 64, 65, 66, 75, 76, 77, 78, 79, 67, 68, 69, 70, 71, 72, 73, 74, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 102, 103, 104, 105, 106, 107, 108, 109, 115, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 132, 133, 134, 135, 136, 137, 138, 139, 140, 145, 146, 123, 124, 125, 126, 127, 128, 129, 130, 131, 141, 142, 143, 144, 147, 148, 149, 150, 151, 152, 153, 162, 163, 164, 154, 155, 156, 157, 158, 159, 160, 161, 165, 166, 167 ]
OfficeOfVictimsofCrimeProfessionalDevelopmentScholarshipApplication_508c_062917_DM.docx
task-1606-66
5
[ [ 255, 49, 325, 66 ], [ 329, 49, 358, 66 ], [ 362, 49, 388, 66 ], [ 392, 49, 437, 66 ], [ 471, 49, 543, 66 ], [ 547, 49, 567, 66 ], [ 572, 49, 592, 66 ], [ 596, 49, 694, 66 ], [ 699, 49, 712, 66 ], [ 716, 49, 733, 66 ], [ 737, 49, 773, 66 ], [ 777, 49, 781, 66 ], [ 150, 74, 172, 91 ], [ 176, 74, 242, 91 ], [ 246, 74, 315, 91 ], [ 319, 74, 360, 91 ], [ 364, 74, 388, 91 ], [ 392, 74, 412, 91 ], [ 416, 74, 450, 91 ], [ 454, 74, 497, 91 ], [ 501, 74, 528, 91 ], [ 532, 74, 576, 91 ], [ 580, 74, 592, 91 ], [ 596, 74, 710, 91 ], [ 714, 74, 728, 91 ], [ 732, 74, 764, 91 ], [ 768, 74, 886, 91 ], [ 412, 90, 441, 107 ], [ 445, 90, 473, 107 ], [ 477, 90, 503, 107 ], [ 507, 90, 535, 107 ], [ 539, 90, 561, 107 ], [ 565, 90, 615, 107 ], [ 619, 90, 623, 107 ], [ 306, 117, 378, 136 ], [ 382, 117, 397, 136 ], [ 402, 117, 457, 136 ], [ 461, 117, 480, 136 ], [ 485, 117, 574, 136 ], [ 579, 117, 591, 136 ], [ 595, 117, 669, 136 ], [ 97, 137, 162, 154 ], [ 166, 137, 210, 154 ], [ 214, 137, 252, 154 ], [ 256, 137, 284, 154 ], [ 288, 137, 318, 154 ], [ 322, 137, 350, 154 ], [ 354, 137, 385, 154 ], [ 389, 137, 420, 154 ], [ 497, 144, 561, 161 ], [ 565, 144, 623, 161 ], [ 627, 144, 689, 161 ], [ 693, 144, 717, 161 ], [ 721, 144, 771, 161 ], [ 776, 144, 820, 161 ], [ 824, 144, 864, 161 ], [ 97, 151, 161, 168 ], [ 165, 151, 202, 168 ], [ 206, 151, 248, 168 ], [ 252, 151, 308, 168 ], [ 97, 167, 162, 183 ], [ 166, 167, 203, 183 ], [ 207, 167, 214, 183 ], [ 218, 167, 282, 183 ], [ 286, 167, 299, 183 ], [ 304, 167, 329, 183 ], [ 333, 167, 395, 183 ], [ 497, 167, 561, 183 ], [ 596, 167, 603, 183 ], [ 607, 167, 670, 183 ], [ 674, 167, 688, 183 ], [ 692, 167, 725, 183 ], [ 729, 167, 791, 183 ], [ 795, 167, 858, 183 ], [ 862, 167, 913, 183 ], [ 97, 181, 160, 198 ], [ 164, 181, 194, 198 ], [ 198, 181, 237, 198 ], [ 241, 181, 265, 198 ], [ 269, 181, 371, 198 ], [ 497, 181, 541, 198 ], [ 545, 181, 616, 198 ], [ 621, 181, 630, 198 ], [ 635, 181, 706, 198 ], [ 97, 196, 162, 213 ], [ 166, 196, 203, 213 ], [ 207, 196, 214, 213 ], [ 218, 196, 282, 213 ], [ 286, 196, 299, 213 ], [ 304, 196, 329, 213 ], [ 333, 196, 395, 213 ], [ 497, 204, 508, 220 ], [ 512, 204, 535, 220 ], [ 539, 204, 550, 220 ], [ 554, 204, 570, 220 ], [ 574, 204, 610, 220 ], [ 614, 204, 691, 220 ], [ 695, 204, 715, 220 ], [ 719, 204, 751, 220 ], [ 755, 204, 817, 220 ], [ 821, 204, 837, 220 ], [ 841, 204, 877, 220 ], [ 97, 211, 160, 228 ], [ 164, 211, 196, 228 ], [ 200, 211, 228, 228 ], [ 232, 211, 257, 228 ], [ 261, 211, 289, 228 ], [ 294, 211, 325, 228 ], [ 329, 211, 390, 228 ], [ 394, 211, 414, 228 ], [ 497, 218, 537, 235 ], [ 541, 218, 553, 235 ], [ 557, 218, 607, 235 ], [ 611, 218, 628, 235 ], [ 632, 218, 715, 235 ], [ 97, 225, 137, 242 ], [ 97, 240, 162, 257 ], [ 166, 240, 225, 257 ], [ 230, 240, 282, 257 ], [ 286, 240, 314, 257 ], [ 318, 240, 332, 257 ], [ 336, 240, 366, 257 ], [ 370, 240, 416, 257 ], [ 497, 248, 533, 265 ], [ 537, 248, 597, 265 ], [ 601, 248, 621, 265 ], [ 625, 248, 682, 265 ], [ 686, 248, 699, 265 ], [ 703, 248, 747, 265 ], [ 752, 248, 781, 265 ], [ 786, 248, 864, 265 ], [ 868, 248, 910, 265 ], [ 97, 255, 121, 272 ], [ 125, 255, 180, 272 ], [ 184, 255, 191, 272 ], [ 196, 255, 270, 272 ], [ 274, 255, 343, 272 ], [ 347, 255, 365, 272 ], [ 369, 255, 389, 272 ], [ 393, 255, 420, 272 ], [ 424, 255, 437, 272 ], [ 497, 262, 555, 279 ], [ 559, 262, 573, 279 ], [ 577, 262, 606, 279 ], [ 611, 262, 648, 279 ], [ 97, 269, 127, 286 ], [ 131, 269, 212, 286 ], [ 97, 287, 162, 304 ], [ 166, 287, 228, 304 ], [ 232, 287, 249, 304 ], [ 253, 287, 290, 304 ], [ 294, 287, 353, 304 ], [ 357, 287, 403, 304 ], [ 407, 287, 420, 304 ], [ 497, 287, 533, 304 ], [ 537, 287, 597, 304 ], [ 601, 287, 626, 304 ], [ 630, 287, 680, 304 ], [ 684, 287, 739, 304 ], [ 743, 287, 808, 304 ], [ 812, 287, 855, 304 ], [ 859, 287, 910, 304 ], [ 97, 302, 137, 319 ], [ 141, 302, 161, 319 ], [ 165, 302, 205, 319 ], [ 497, 302, 509, 319 ], [ 514, 302, 543, 319 ], [ 547, 302, 640, 319 ] ]
[ [ 255, 49, 325, 66 ], [ 329, 49, 358, 66 ], [ 362, 49, 388, 66 ], [ 392, 49, 437, 66 ], [ 471, 49, 543, 66 ], [ 547, 49, 567, 66 ], [ 572, 49, 592, 66 ], [ 596, 49, 694, 66 ], [ 699, 49, 712, 66 ], [ 716, 49, 733, 66 ], [ 737, 49, 773, 66 ], [ 777, 49, 781, 66 ], [ 150, 74, 172, 91 ], [ 176, 74, 242, 91 ], [ 246, 74, 315, 91 ], [ 319, 74, 360, 91 ], [ 364, 74, 388, 91 ], [ 392, 74, 412, 91 ], [ 416, 74, 450, 91 ], [ 454, 74, 497, 91 ], [ 501, 74, 528, 91 ], [ 532, 74, 576, 91 ], [ 580, 74, 592, 91 ], [ 596, 74, 710, 91 ], [ 714, 74, 728, 91 ], [ 732, 74, 764, 91 ], [ 768, 74, 886, 91 ], [ 412, 90, 441, 107 ], [ 445, 90, 473, 107 ], [ 477, 90, 503, 107 ], [ 507, 90, 535, 107 ], [ 539, 90, 561, 107 ], [ 565, 90, 615, 107 ], [ 619, 90, 623, 107 ], [ 306, 117, 378, 136 ], [ 382, 117, 397, 136 ], [ 402, 117, 457, 136 ], [ 461, 117, 480, 136 ], [ 485, 117, 574, 136 ], [ 579, 117, 591, 136 ], [ 595, 117, 669, 136 ], [ 97, 137, 162, 154 ], [ 166, 137, 210, 154 ], [ 214, 137, 252, 154 ], [ 256, 137, 284, 154 ], [ 288, 137, 318, 154 ], [ 322, 137, 350, 154 ], [ 354, 137, 385, 154 ], [ 389, 137, 420, 154 ], [ 97, 151, 161, 168 ], [ 165, 151, 202, 168 ], [ 206, 151, 248, 168 ], [ 252, 151, 308, 168 ], [ 497, 144, 561, 161 ], [ 565, 144, 623, 161 ], [ 627, 144, 689, 161 ], [ 693, 144, 717, 161 ], [ 721, 144, 771, 161 ], [ 776, 144, 820, 161 ], [ 824, 144, 864, 161 ], [ 97, 167, 162, 183 ], [ 166, 167, 203, 183 ], [ 207, 167, 214, 183 ], [ 218, 167, 282, 183 ], [ 286, 167, 299, 183 ], [ 304, 167, 329, 183 ], [ 333, 167, 395, 183 ], [ 97, 181, 160, 198 ], [ 164, 181, 194, 198 ], [ 198, 181, 237, 198 ], [ 241, 181, 265, 198 ], [ 269, 181, 371, 198 ], [ 497, 167, 561, 183 ], [ 596, 167, 603, 183 ], [ 607, 167, 670, 183 ], [ 674, 167, 688, 183 ], [ 692, 167, 725, 183 ], [ 729, 167, 791, 183 ], [ 795, 167, 858, 183 ], [ 862, 167, 913, 183 ], [ 497, 181, 541, 198 ], [ 545, 181, 616, 198 ], [ 621, 181, 630, 198 ], [ 635, 181, 706, 198 ], [ 97, 196, 162, 213 ], [ 166, 196, 203, 213 ], [ 207, 196, 214, 213 ], [ 218, 196, 282, 213 ], [ 286, 196, 299, 213 ], [ 304, 196, 329, 213 ], [ 333, 196, 395, 213 ], [ 97, 211, 160, 228 ], [ 164, 211, 196, 228 ], [ 200, 211, 228, 228 ], [ 232, 211, 257, 228 ], [ 261, 211, 289, 228 ], [ 294, 211, 325, 228 ], [ 329, 211, 390, 228 ], [ 394, 211, 414, 228 ], [ 97, 225, 137, 242 ], [ 497, 204, 508, 220 ], [ 512, 204, 535, 220 ], [ 539, 204, 550, 220 ], [ 554, 204, 570, 220 ], [ 574, 204, 610, 220 ], [ 614, 204, 691, 220 ], [ 695, 204, 715, 220 ], [ 719, 204, 751, 220 ], [ 755, 204, 817, 220 ], [ 821, 204, 837, 220 ], [ 841, 204, 877, 220 ], [ 497, 218, 537, 235 ], [ 541, 218, 553, 235 ], [ 557, 218, 607, 235 ], [ 611, 218, 628, 235 ], [ 632, 218, 715, 235 ], [ 97, 240, 162, 257 ], [ 166, 240, 225, 257 ], [ 230, 240, 282, 257 ], [ 286, 240, 314, 257 ], [ 318, 240, 332, 257 ], [ 336, 240, 366, 257 ], [ 370, 240, 416, 257 ], [ 97, 255, 121, 272 ], [ 125, 255, 180, 272 ], [ 184, 255, 191, 272 ], [ 196, 255, 270, 272 ], [ 274, 255, 343, 272 ], [ 347, 255, 365, 272 ], [ 369, 255, 389, 272 ], [ 393, 255, 420, 272 ], [ 424, 255, 437, 272 ], [ 97, 269, 127, 286 ], [ 131, 269, 212, 286 ], [ 497, 248, 533, 265 ], [ 537, 248, 597, 265 ], [ 601, 248, 621, 265 ], [ 625, 248, 682, 265 ], [ 686, 248, 699, 265 ], [ 703, 248, 747, 265 ], [ 752, 248, 781, 265 ], [ 786, 248, 864, 265 ], [ 868, 248, 910, 265 ], [ 497, 262, 555, 279 ], [ 559, 262, 573, 279 ], [ 577, 262, 606, 279 ], [ 611, 262, 648, 279 ], [ 97, 287, 162, 304 ], [ 166, 287, 228, 304 ], [ 232, 287, 249, 304 ], [ 253, 287, 290, 304 ], [ 294, 287, 353, 304 ], [ 357, 287, 403, 304 ], [ 407, 287, 420, 304 ], [ 97, 302, 137, 319 ], [ 141, 302, 161, 319 ], [ 165, 302, 205, 319 ], [ 497, 287, 533, 304 ], [ 537, 287, 597, 304 ], [ 601, 287, 626, 304 ], [ 630, 287, 680, 304 ], [ 684, 287, 739, 304 ], [ 743, 287, 808, 304 ], [ 812, 287, 855, 304 ], [ 859, 287, 910, 304 ], [ 497, 302, 509, 319 ], [ 514, 302, 543, 319 ], [ 547, 302, 640, 319 ] ]
Is there an ergonomic Yes Yes or No chair and adequately sized work surfaces? Is a fire extinguisher No A fire extinguisher Yes or No readily available? will need to purchased Is a first aid kit Yes Yes or No easily accessible? Are exits from the work Yes Yes or No area clear and unobstructed? Are all electrical cords Yes Yes or No and appliances safely secured? Are there any tripping No Yes or No hazards? Are all floor coverings Yes Yes or No safe and non-slip? Are appropriate No No stairs on Yes or No handrails on any property stairs? Is the lighting Yes Yes or No appropriate for the work undertaken? Is there proper Yes Yes or No ventilation and
Is there an ergonomic chair and adequately sized work surfaces? Yes Yes or No Is a fire extinguisher readily available? No A fire extinguisher will need to purchased Yes or No Is a first aid kit easily accessible? Yes Yes or No Are exits from the work area clear and unobstructed? Yes Yes or No Are all electrical cords and appliances safely secured? Yes Yes or No Are there any tripping hazards? No Yes or No Are all floor coverings safe and non-slip? Yes Yes or No Are appropriate handrails on any stairs? No No stairs on property Yes or No Is the lighting appropriate for the work undertaken? Yes Yes or No Is there proper ventilation and Yes Yes or No
0.522917
[ 0, 1, 2, 3, 8, 9, 10, 11, 12, 13, 4, 5, 6, 7, 14, 15, 16, 17, 25, 26, 18, 19, 20, 21, 27, 28, 29, 30, 22, 23, 24, 31, 32, 33, 34, 35, 40, 41, 36, 37, 38, 39, 42, 43, 44, 45, 46, 51, 52, 53, 54, 47, 48, 49, 50, 55, 56, 57, 58, 63, 64, 65, 66, 59, 60, 61, 62, 67, 68, 69, 70, 75, 71, 72, 73, 74, 76, 77, 78, 79, 84, 85, 86, 80, 81, 82, 83, 87, 88, 96, 97, 98, 100, 89, 90, 91, 92, 99, 93, 94, 95, 101, 102, 103, 108, 109, 110, 111, 112, 104, 105, 106, 107, 113, 114, 115, 120, 121, 116, 117, 118, 119 ]
Offsite%20WHS%20selfassessment.docx
task-1606-812
2
[ [ 117, 89, 129, 105 ], [ 133, 89, 166, 105 ], [ 170, 89, 187, 105 ], [ 191, 89, 259, 105 ], [ 288, 90, 313, 109 ], [ 589, 90, 614, 109 ], [ 618, 90, 634, 109 ], [ 638, 90, 659, 109 ], [ 117, 105, 149, 120 ], [ 153, 105, 178, 120 ], [ 182, 105, 254, 120 ], [ 117, 120, 151, 135 ], [ 156, 120, 187, 135 ], [ 191, 120, 254, 135 ], [ 117, 175, 129, 190 ], [ 133, 175, 141, 190 ], [ 145, 175, 165, 190 ], [ 169, 175, 249, 190 ], [ 288, 175, 309, 194 ], [ 381, 175, 391, 190 ], [ 395, 175, 415, 190 ], [ 419, 175, 498, 190 ], [ 589, 175, 614, 194 ], [ 618, 175, 634, 194 ], [ 638, 175, 659, 194 ], [ 117, 190, 160, 206 ], [ 165, 190, 231, 206 ], [ 381, 190, 401, 206 ], [ 405, 190, 438, 206 ], [ 442, 190, 454, 206 ], [ 381, 205, 449, 221 ], [ 117, 260, 129, 276 ], [ 133, 260, 141, 276 ], [ 173, 260, 196, 276 ], [ 200, 260, 220, 276 ], [ 224, 260, 239, 276 ], [ 288, 260, 313, 279 ], [ 589, 260, 614, 279 ], [ 618, 260, 634, 279 ], [ 638, 260, 659, 279 ], [ 117, 275, 155, 291 ], [ 159, 275, 236, 291 ], [ 117, 346, 140, 361 ], [ 144, 346, 174, 361 ], [ 178, 346, 208, 361 ], [ 212, 346, 232, 361 ], [ 236, 346, 267, 361 ], [ 288, 346, 313, 365 ], [ 589, 346, 614, 365 ], [ 618, 346, 634, 365 ], [ 638, 346, 659, 365 ], [ 117, 361, 147, 376 ], [ 151, 361, 183, 376 ], [ 187, 361, 211, 376 ], [ 117, 376, 210, 391 ], [ 117, 431, 140, 447 ], [ 144, 431, 159, 447 ], [ 163, 431, 221, 447 ], [ 225, 431, 261, 447 ], [ 288, 431, 313, 450 ], [ 589, 431, 614, 450 ], [ 618, 431, 634, 450 ], [ 638, 431, 659, 450 ], [ 117, 446, 142, 462 ], [ 146, 446, 216, 462 ], [ 220, 446, 259, 462 ], [ 117, 461, 178, 477 ], [ 117, 516, 140, 532 ], [ 144, 516, 178, 532 ], [ 182, 516, 205, 532 ], [ 209, 516, 258, 532 ], [ 288, 517, 309, 536 ], [ 589, 517, 614, 536 ], [ 618, 517, 634, 536 ], [ 638, 517, 659, 536 ], [ 117, 532, 178, 547 ], [ 117, 602, 140, 618 ], [ 144, 602, 159, 618 ], [ 163, 602, 191, 618 ], [ 196, 602, 258, 618 ], [ 288, 602, 313, 621 ], [ 589, 602, 614, 621 ], [ 618, 602, 634, 621 ], [ 638, 602, 659, 621 ], [ 117, 617, 145, 633 ], [ 149, 617, 174, 633 ], [ 178, 617, 237, 633 ], [ 117, 687, 140, 703 ], [ 172, 687, 246, 703 ], [ 288, 687, 309, 706 ], [ 381, 687, 400, 703 ], [ 404, 687, 439, 703 ], [ 443, 687, 459, 703 ], [ 589, 687, 614, 706 ], [ 618, 687, 634, 706 ], [ 638, 687, 659, 706 ], [ 117, 702, 177, 718 ], [ 181, 702, 197, 718 ], [ 201, 702, 225, 718 ], [ 381, 702, 435, 718 ], [ 117, 717, 160, 733 ], [ 117, 773, 129, 788 ], [ 133, 773, 153, 788 ], [ 157, 773, 204, 788 ], [ 288, 773, 313, 792 ], [ 589, 773, 614, 792 ], [ 618, 773, 634, 792 ], [ 638, 773, 659, 792 ], [ 117, 788, 192, 803 ], [ 196, 788, 213, 803 ], [ 217, 788, 237, 803 ], [ 117, 803, 148, 818 ], [ 180, 803, 262, 818 ], [ 117, 858, 129, 874 ], [ 133, 858, 166, 874 ], [ 170, 858, 213, 874 ], [ 288, 858, 313, 877 ], [ 589, 858, 614, 877 ], [ 618, 858, 634, 877 ], [ 638, 858, 659, 877 ], [ 117, 873, 183, 889 ], [ 187, 873, 212, 889 ] ]
[ [ 117, 89, 129, 105 ], [ 133, 89, 166, 105 ], [ 170, 89, 187, 105 ], [ 191, 89, 259, 105 ], [ 117, 105, 149, 120 ], [ 153, 105, 178, 120 ], [ 182, 105, 254, 120 ], [ 117, 120, 151, 135 ], [ 156, 120, 187, 135 ], [ 191, 120, 254, 135 ], [ 288, 90, 313, 109 ], [ 589, 90, 614, 109 ], [ 618, 90, 634, 109 ], [ 638, 90, 659, 109 ], [ 117, 175, 129, 190 ], [ 133, 175, 141, 190 ], [ 145, 175, 165, 190 ], [ 169, 175, 249, 190 ], [ 117, 190, 160, 206 ], [ 165, 190, 231, 206 ], [ 288, 175, 309, 194 ], [ 381, 175, 391, 190 ], [ 395, 175, 415, 190 ], [ 419, 175, 498, 190 ], [ 381, 190, 401, 206 ], [ 405, 190, 438, 206 ], [ 442, 190, 454, 206 ], [ 381, 205, 449, 221 ], [ 589, 175, 614, 194 ], [ 618, 175, 634, 194 ], [ 638, 175, 659, 194 ], [ 117, 260, 129, 276 ], [ 133, 260, 141, 276 ], [ 173, 260, 196, 276 ], [ 200, 260, 220, 276 ], [ 224, 260, 239, 276 ], [ 117, 275, 155, 291 ], [ 159, 275, 236, 291 ], [ 288, 260, 313, 279 ], [ 589, 260, 614, 279 ], [ 618, 260, 634, 279 ], [ 638, 260, 659, 279 ], [ 117, 346, 140, 361 ], [ 144, 346, 174, 361 ], [ 178, 346, 208, 361 ], [ 212, 346, 232, 361 ], [ 236, 346, 267, 361 ], [ 117, 361, 147, 376 ], [ 151, 361, 183, 376 ], [ 187, 361, 211, 376 ], [ 117, 376, 210, 391 ], [ 288, 346, 313, 365 ], [ 589, 346, 614, 365 ], [ 618, 346, 634, 365 ], [ 638, 346, 659, 365 ], [ 117, 431, 140, 447 ], [ 144, 431, 159, 447 ], [ 163, 431, 221, 447 ], [ 225, 431, 261, 447 ], [ 117, 446, 142, 462 ], [ 146, 446, 216, 462 ], [ 220, 446, 259, 462 ], [ 117, 461, 178, 477 ], [ 288, 431, 313, 450 ], [ 589, 431, 614, 450 ], [ 618, 431, 634, 450 ], [ 638, 431, 659, 450 ], [ 117, 516, 140, 532 ], [ 144, 516, 178, 532 ], [ 182, 516, 205, 532 ], [ 209, 516, 258, 532 ], [ 117, 532, 178, 547 ], [ 288, 517, 309, 536 ], [ 589, 517, 614, 536 ], [ 618, 517, 634, 536 ], [ 638, 517, 659, 536 ], [ 117, 602, 140, 618 ], [ 144, 602, 159, 618 ], [ 163, 602, 191, 618 ], [ 196, 602, 258, 618 ], [ 117, 617, 145, 633 ], [ 149, 617, 174, 633 ], [ 178, 617, 237, 633 ], [ 288, 602, 313, 621 ], [ 589, 602, 614, 621 ], [ 618, 602, 634, 621 ], [ 638, 602, 659, 621 ], [ 117, 687, 140, 703 ], [ 172, 687, 246, 703 ], [ 117, 702, 177, 718 ], [ 181, 702, 197, 718 ], [ 201, 702, 225, 718 ], [ 117, 717, 160, 733 ], [ 288, 687, 309, 706 ], [ 381, 687, 400, 703 ], [ 404, 687, 439, 703 ], [ 443, 687, 459, 703 ], [ 381, 702, 435, 718 ], [ 589, 687, 614, 706 ], [ 618, 687, 634, 706 ], [ 638, 687, 659, 706 ], [ 117, 773, 129, 788 ], [ 133, 773, 153, 788 ], [ 157, 773, 204, 788 ], [ 117, 788, 192, 803 ], [ 196, 788, 213, 803 ], [ 217, 788, 237, 803 ], [ 117, 803, 148, 818 ], [ 180, 803, 262, 818 ], [ 288, 773, 313, 792 ], [ 589, 773, 614, 792 ], [ 618, 773, 634, 792 ], [ 638, 773, 659, 792 ], [ 117, 858, 129, 874 ], [ 133, 858, 166, 874 ], [ 170, 858, 213, 874 ], [ 117, 873, 183, 889 ], [ 187, 873, 212, 889 ], [ 288, 858, 313, 877 ], [ 589, 858, 614, 877 ], [ 618, 858, 634, 877 ], [ 638, 858, 659, 877 ] ]
Advertiser Info THE OUTLOOK MONMOUTH UNIVERSITY – Company Name Contact’s Person’s Name Fax Alt. Phone (999-999-9999) Order Date E-mail (m/d/yy) Billing Address Billing Address City/State/Zip – Mailing Add. if different from billing –- Mailing Add. City/State/Zip – Ad Info: Please use one form for each different ad or ad size. Headline, Title or Order/Ref. # Print Date(s) Deadline AD AD AD DISPLAY ADS Cols. Width Height SPRING 2018 SIZE COST Wide Inches Inches CODE Size Description 24-Jan-18 Jan. 17 3 $141.00 4H 1/4 Page Horizontal 6.0 7.75 Jan. 24 31-Jan-18 2 $94.00 4V 1/4 Page Vertical 3.8 7.75 07-Feb-18 Jan. 31 5 $236.00 2 1/2 Page Horizontal 10.0 7.75 27-Sept-17 Sept. 20 14-Feb-18 Feb. 07 5 04-Oct-17 Sept. 27 $480.00 FPI Full Page Interior 10.0 15.7 21-Feb-18 Feb. 14 11-Oct-17 Oct. 04 28-Feb-18 Feb. 21 25-Oct-17 Oct. 18 07-Mar-18 Feb. 28 01-Nov-17 Oct. 25 Ad Status: No Spring Recess 14-Mar-18 Outlook 08-Nov-17 Nov. 01 21-Mar-18 Mar. 14 Camera-ready file attached 15-Nov-17 Nov. 08 28-Mar-18 Mar. 21 Thanksgiving fee) No Outlook Outlook staff must prepare ad ($10 design Print Date(s) Deadline 23-Nov-17 04-Apr-18 Mar. 28 FALL 2017 29-Nov-17 Nov. 22 11-Apr-18 Apr. 04 13-Sept-17 Sept. 06 Nov. 29 06-Dec-17 18-Apr-18 Apr. 11 20-Sept-17 Sept. 13 Payment Info: We will contact you for credit card information. (Indicate payment method below.) Choose one: Check # Invoice Credit card: VISA MasterCard Discover CC # Exp. Date: Security Code:
Advertiser Info THE OUTLOOK – MONMOUTH UNIVERSITY Company Name Contact’s Person’s Name (999-999-9999) Fax Alt. Phone Order Date (m/d/yy) E-mail Billing Address Billing Address – City/State/Zip Mailing Add. –- if different from billing Mailing Add. – City/State/Zip Ad Info: Please use one form for each different ad or ad size. Headline, Title or Order/Ref. # AD AD AD DISPLAY ADS Cols. Width Height SIZE CODE COST Size Description Wide Inches Inches 4H $141.00 1/4 Page Horizontal 3 6.0 7.75 4V $94.00 1/4 Page Vertical 2 3.8 7.75 2 $236.00 1/2 Page Horizontal 5 10.0 7.75 FPI $480.00 Full Page Interior 5 10.0 15.7 Ad Status: Camera-ready file attached Outlook staff must prepare ad ($10 design fee) Print Date(s) Deadline FALL 2017 13-Sept-17 Sept. 06 20-Sept-17 Sept. 13 27-Sept-17 Sept. 20 04-Oct-17 Sept. 27 11-Oct-17 Oct. 04 25-Oct-17 Oct. 18 01-Nov-17 Oct. 25 08-Nov-17 Nov. 01 15-Nov-17 Nov. 08 Thanksgiving 23-Nov-17 No Outlook 29-Nov-17 Nov. 22 06-Dec-17 Nov. 29 Print Date(s) Deadline SPRING 2018 24-Jan-18 Jan. 17 31-Jan-18 Jan. 24 07-Feb-18 Jan. 31 14-Feb-18 Feb. 07 21-Feb-18 Feb. 14 28-Feb-18 Feb. 21 07-Mar-18 Feb. 28 Spring Recess 14-Mar-18 No Outlook 21-Mar-18 Mar. 14 28-Mar-18 Mar. 21 04-Apr-18 Mar. 28 11-Apr-18 Apr. 04 18-Apr-18 Apr. 11 Payment Info: We will contact you for credit card information. (Indicate payment method below.) Choose one: Check # Invoice Credit card: VISA MasterCard Discover CC # Exp. Date: Security Code:
0.50195
[ 0, 1, 2, 3, 6, 4, 5, 7, 8, 9, 10, 11, 15, 12, 13, 14, 16, 17, 19, 18, 20, 21, 22, 23, 25, 24, 26, 27, 32, 28, 29, 30, 31, 33, 34, 36, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 59, 60, 58, 61, 62, 63, 64, 65, 68, 73, 69, 74, 75, 70, 71, 72, 81, 80, 82, 83, 84, 79, 85, 86, 92, 91, 93, 94, 95, 90, 96, 97, 103, 102, 104, 105, 106, 101, 107, 108, 120, 119, 121, 122, 123, 115, 124, 125, 144, 145, 157, 158, 159, 170, 171, 172, 173, 174, 175, 176, 167, 177, 178, 179, 184, 185, 192, 193, 194, 201, 202, 203, 109, 110, 111, 116, 117, 118, 129, 130, 131, 135, 136, 137, 141, 142, 143, 151, 152, 153, 160, 161, 162, 166, 180, 168, 169, 186, 187, 188, 197, 195, 196, 55, 56, 57, 66, 67, 76, 77, 78, 89, 87, 88, 98, 99, 100, 112, 113, 114, 126, 127, 128, 132, 133, 134, 138, 139, 140, 147, 148, 149, 146, 150, 154, 155, 156, 163, 164, 165, 181, 182, 183, 189, 190, 191, 198, 199, 200, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233 ]
Off_Campus_Ad_Form.docx
task-1606-835
0
[ [ 58, 52, 225, 84 ], [ 233, 52, 282, 84 ], [ 388, 52, 455, 84 ], [ 465, 52, 628, 84 ], [ 659, 54, 795, 83 ], [ 802, 54, 938, 83 ], [ 636, 57, 651, 81 ], [ 179, 89, 242, 108 ], [ 246, 89, 285, 108 ], [ 119, 110, 180, 129 ], [ 184, 110, 242, 129 ], [ 246, 110, 285, 129 ], [ 512, 134, 537, 153 ], [ 723, 134, 744, 153 ], [ 748, 134, 791, 153 ], [ 202, 137, 285, 153 ], [ 165, 158, 202, 177 ], [ 206, 158, 237, 177 ], [ 512, 158, 554, 177 ], [ 242, 161, 285, 177 ], [ 188, 183, 227, 202 ], [ 231, 183, 285, 202 ], [ 83, 206, 122, 225 ], [ 126, 206, 180, 225 ], [ 197, 206, 285, 225 ], [ 184, 208, 193, 224 ], [ 70, 231, 117, 250 ], [ 121, 231, 151, 250 ], [ 170, 234, 177, 250 ], [ 180, 234, 223, 250 ], [ 227, 234, 251, 250 ], [ 254, 234, 285, 250 ], [ 155, 235, 167, 250 ], [ 99, 254, 146, 273 ], [ 150, 254, 180, 273 ], [ 197, 254, 285, 273 ], [ 184, 256, 193, 272 ], [ 58, 275, 101, 307 ], [ 109, 275, 166, 307 ], [ 174, 284, 234, 304 ], [ 240, 284, 271, 304 ], [ 277, 284, 311, 305 ], [ 317, 284, 360, 305 ], [ 366, 284, 389, 304 ], [ 394, 284, 437, 304 ], [ 442, 284, 520, 305 ], [ 526, 284, 548, 304 ], [ 553, 284, 571, 304 ], [ 576, 284, 598, 304 ], [ 603, 284, 644, 305 ], [ 89, 308, 151, 327 ], [ 155, 308, 183, 327 ], [ 187, 308, 200, 327 ], [ 204, 308, 273, 327 ], [ 277, 308, 285, 327 ], [ 781, 336, 808, 352 ], [ 811, 336, 852, 352 ], [ 874, 336, 924, 352 ], [ 164, 339, 188, 357 ], [ 60, 340, 79, 357 ], [ 105, 340, 125, 357 ], [ 220, 340, 291, 358 ], [ 296, 340, 330, 358 ], [ 352, 341, 388, 356 ], [ 409, 341, 450, 356 ], [ 466, 341, 512, 356 ], [ 802, 352, 854, 369 ], [ 858, 352, 887, 369 ], [ 55, 355, 84, 372 ], [ 153, 355, 199, 372 ], [ 353, 355, 386, 371 ], [ 408, 355, 451, 371 ], [ 467, 355, 511, 371 ], [ 98, 356, 133, 371 ], [ 222, 356, 251, 371 ], [ 255, 356, 328, 371 ], [ 796, 369, 857, 387 ], [ 879, 369, 905, 386 ], [ 908, 369, 923, 386 ], [ 365, 371, 375, 394 ], [ 147, 372, 202, 392 ], [ 92, 374, 113, 391 ], [ 213, 374, 232, 391 ], [ 235, 374, 267, 391 ], [ 270, 374, 331, 391 ], [ 420, 375, 438, 389 ], [ 476, 375, 502, 389 ], [ 879, 386, 905, 404 ], [ 908, 386, 923, 404 ], [ 796, 387, 857, 404 ], [ 365, 391, 375, 414 ], [ 155, 393, 202, 413 ], [ 92, 394, 112, 412 ], [ 213, 394, 232, 411 ], [ 235, 394, 267, 411 ], [ 270, 394, 315, 411 ], [ 420, 396, 438, 410 ], [ 476, 396, 502, 410 ], [ 795, 404, 858, 421 ], [ 879, 404, 905, 421 ], [ 908, 404, 923, 421 ], [ 365, 412, 375, 435 ], [ 147, 413, 202, 433 ], [ 92, 415, 101, 432 ], [ 213, 415, 232, 432 ], [ 235, 415, 267, 432 ], [ 270, 415, 331, 432 ], [ 417, 416, 442, 430 ], [ 476, 416, 502, 430 ], [ 570, 416, 638, 433 ], [ 661, 416, 692, 433 ], [ 696, 416, 711, 433 ], [ 794, 421, 857, 439 ], [ 879, 421, 906, 439 ], [ 910, 421, 925, 439 ], [ 365, 433, 375, 455 ], [ 573, 433, 634, 451 ], [ 661, 433, 692, 451 ], [ 696, 433, 711, 451 ], [ 147, 434, 202, 454 ], [ 92, 435, 117, 453 ], [ 213, 435, 235, 453 ], [ 238, 435, 270, 453 ], [ 273, 435, 315, 453 ], [ 417, 437, 442, 451 ], [ 476, 437, 502, 451 ], [ 795, 439, 858, 456 ], [ 879, 439, 906, 456 ], [ 910, 439, 925, 456 ], [ 573, 451, 634, 469 ], [ 664, 451, 689, 468 ], [ 692, 451, 707, 468 ], [ 795, 456, 858, 474 ], [ 879, 456, 906, 474 ], [ 910, 456, 925, 474 ], [ 573, 469, 634, 486 ], [ 664, 469, 689, 486 ], [ 692, 469, 707, 486 ], [ 795, 474, 858, 491 ], [ 879, 474, 906, 491 ], [ 910, 474, 925, 491 ], [ 572, 487, 636, 504 ], [ 664, 487, 689, 504 ], [ 692, 487, 707, 504 ], [ 58, 488, 101, 520 ], [ 109, 488, 200, 520 ], [ 879, 490, 894, 504 ], [ 794, 491, 823, 503 ], [ 826, 491, 859, 503 ], [ 801, 501, 851, 515 ], [ 879, 502, 920, 516 ], [ 572, 504, 636, 522 ], [ 663, 504, 690, 522 ], [ 694, 504, 709, 522 ], [ 795, 515, 858, 532 ], [ 879, 515, 906, 532 ], [ 910, 515, 925, 532 ], [ 66, 522, 152, 539 ], [ 155, 522, 173, 539 ], [ 176, 522, 228, 539 ], [ 572, 522, 636, 540 ], [ 663, 522, 690, 539 ], [ 694, 522, 709, 539 ], [ 795, 532, 858, 550 ], [ 879, 532, 906, 550 ], [ 910, 532, 925, 550 ], [ 581, 539, 642, 551 ], [ 338, 543, 364, 563 ], [ 657, 543, 671, 557 ], [ 674, 543, 715, 557 ], [ 66, 545, 116, 562 ], [ 120, 545, 148, 562 ], [ 152, 545, 184, 562 ], [ 188, 545, 237, 562 ], [ 241, 545, 256, 562 ], [ 260, 545, 287, 562 ], [ 290, 545, 334, 562 ], [ 89, 547, 116, 562 ], [ 119, 547, 160, 562 ], [ 190, 547, 240, 562 ], [ 589, 549, 634, 561 ], [ 796, 550, 857, 567 ], [ 879, 550, 906, 567 ], [ 910, 550, 925, 567 ], [ 120, 560, 155, 577 ], [ 158, 560, 188, 577 ], [ 572, 561, 636, 578 ], [ 663, 561, 690, 578 ], [ 694, 561, 709, 578 ], [ 796, 567, 857, 585 ], [ 879, 567, 904, 585 ], [ 908, 567, 923, 585 ], [ 99, 576, 167, 594 ], [ 190, 576, 221, 594 ], [ 225, 576, 240, 594 ], [ 663, 578, 690, 596 ], [ 694, 578, 709, 596 ], [ 572, 579, 636, 596 ], [ 796, 585, 857, 602 ], [ 879, 585, 904, 602 ], [ 908, 585, 923, 602 ], [ 99, 594, 167, 612 ], [ 190, 594, 221, 611 ], [ 225, 594, 240, 611 ], [ 57, 617, 198, 648 ], [ 206, 617, 263, 648 ], [ 271, 625, 301, 646 ], [ 306, 625, 338, 646 ], [ 343, 625, 413, 646 ], [ 418, 625, 453, 646 ], [ 458, 625, 481, 646 ], [ 487, 625, 526, 646 ], [ 531, 625, 562, 646 ], [ 566, 625, 650, 646 ], [ 655, 625, 716, 646 ], [ 721, 625, 782, 646 ], [ 787, 625, 841, 646 ], [ 845, 625, 897, 646 ], [ 57, 649, 108, 668 ], [ 112, 649, 141, 668 ], [ 153, 649, 198, 668 ], [ 202, 649, 210, 668 ], [ 279, 649, 330, 668 ], [ 359, 649, 401, 668 ], [ 405, 649, 441, 668 ], [ 462, 649, 495, 668 ], [ 528, 649, 605, 668 ], [ 626, 649, 683, 668 ], [ 57, 672, 79, 691 ], [ 83, 672, 91, 691 ], [ 152, 672, 182, 691 ], [ 186, 672, 221, 691 ], [ 288, 672, 341, 691 ], [ 345, 672, 384, 691 ] ]
[ [ 58, 52, 225, 84 ], [ 233, 52, 282, 84 ], [ 388, 52, 455, 84 ], [ 465, 52, 628, 84 ], [ 636, 57, 651, 81 ], [ 659, 54, 795, 83 ], [ 802, 54, 938, 83 ], [ 179, 89, 242, 108 ], [ 246, 89, 285, 108 ], [ 119, 110, 180, 129 ], [ 184, 110, 242, 129 ], [ 246, 110, 285, 129 ], [ 202, 137, 285, 153 ], [ 512, 134, 537, 153 ], [ 723, 134, 744, 153 ], [ 748, 134, 791, 153 ], [ 165, 158, 202, 177 ], [ 206, 158, 237, 177 ], [ 242, 161, 285, 177 ], [ 512, 158, 554, 177 ], [ 188, 183, 227, 202 ], [ 231, 183, 285, 202 ], [ 83, 206, 122, 225 ], [ 126, 206, 180, 225 ], [ 184, 208, 193, 224 ], [ 197, 206, 285, 225 ], [ 70, 231, 117, 250 ], [ 121, 231, 151, 250 ], [ 155, 235, 167, 250 ], [ 170, 234, 177, 250 ], [ 180, 234, 223, 250 ], [ 227, 234, 251, 250 ], [ 254, 234, 285, 250 ], [ 99, 254, 146, 273 ], [ 150, 254, 180, 273 ], [ 184, 256, 193, 272 ], [ 197, 254, 285, 273 ], [ 58, 275, 101, 307 ], [ 109, 275, 166, 307 ], [ 174, 284, 234, 304 ], [ 240, 284, 271, 304 ], [ 277, 284, 311, 305 ], [ 317, 284, 360, 305 ], [ 366, 284, 389, 304 ], [ 394, 284, 437, 304 ], [ 442, 284, 520, 305 ], [ 526, 284, 548, 304 ], [ 553, 284, 571, 304 ], [ 576, 284, 598, 304 ], [ 603, 284, 644, 305 ], [ 89, 308, 151, 327 ], [ 155, 308, 183, 327 ], [ 187, 308, 200, 327 ], [ 204, 308, 273, 327 ], [ 277, 308, 285, 327 ], [ 60, 340, 79, 357 ], [ 105, 340, 125, 357 ], [ 164, 339, 188, 357 ], [ 220, 340, 291, 358 ], [ 296, 340, 330, 358 ], [ 352, 341, 388, 356 ], [ 409, 341, 450, 356 ], [ 466, 341, 512, 356 ], [ 55, 355, 84, 372 ], [ 98, 356, 133, 371 ], [ 153, 355, 199, 372 ], [ 222, 356, 251, 371 ], [ 255, 356, 328, 371 ], [ 353, 355, 386, 371 ], [ 408, 355, 451, 371 ], [ 467, 355, 511, 371 ], [ 92, 374, 113, 391 ], [ 147, 372, 202, 392 ], [ 213, 374, 232, 391 ], [ 235, 374, 267, 391 ], [ 270, 374, 331, 391 ], [ 365, 371, 375, 394 ], [ 420, 375, 438, 389 ], [ 476, 375, 502, 389 ], [ 92, 394, 112, 412 ], [ 155, 393, 202, 413 ], [ 213, 394, 232, 411 ], [ 235, 394, 267, 411 ], [ 270, 394, 315, 411 ], [ 365, 391, 375, 414 ], [ 420, 396, 438, 410 ], [ 476, 396, 502, 410 ], [ 92, 415, 101, 432 ], [ 147, 413, 202, 433 ], [ 213, 415, 232, 432 ], [ 235, 415, 267, 432 ], [ 270, 415, 331, 432 ], [ 365, 412, 375, 435 ], [ 417, 416, 442, 430 ], [ 476, 416, 502, 430 ], [ 92, 435, 117, 453 ], [ 147, 434, 202, 454 ], [ 213, 435, 235, 453 ], [ 238, 435, 270, 453 ], [ 273, 435, 315, 453 ], [ 365, 433, 375, 455 ], [ 417, 437, 442, 451 ], [ 476, 437, 502, 451 ], [ 58, 488, 101, 520 ], [ 109, 488, 200, 520 ], [ 66, 522, 152, 539 ], [ 155, 522, 173, 539 ], [ 176, 522, 228, 539 ], [ 66, 545, 116, 562 ], [ 120, 545, 148, 562 ], [ 152, 545, 184, 562 ], [ 188, 545, 237, 562 ], [ 241, 545, 256, 562 ], [ 260, 545, 287, 562 ], [ 290, 545, 334, 562 ], [ 338, 543, 364, 563 ], [ 89, 547, 116, 562 ], [ 119, 547, 160, 562 ], [ 190, 547, 240, 562 ], [ 120, 560, 155, 577 ], [ 158, 560, 188, 577 ], [ 99, 576, 167, 594 ], [ 190, 576, 221, 594 ], [ 225, 576, 240, 594 ], [ 99, 594, 167, 612 ], [ 190, 594, 221, 611 ], [ 225, 594, 240, 611 ], [ 570, 416, 638, 433 ], [ 661, 416, 692, 433 ], [ 696, 416, 711, 433 ], [ 573, 433, 634, 451 ], [ 661, 433, 692, 451 ], [ 696, 433, 711, 451 ], [ 573, 451, 634, 469 ], [ 664, 451, 689, 468 ], [ 692, 451, 707, 468 ], [ 573, 469, 634, 486 ], [ 664, 469, 689, 486 ], [ 692, 469, 707, 486 ], [ 572, 487, 636, 504 ], [ 664, 487, 689, 504 ], [ 692, 487, 707, 504 ], [ 572, 504, 636, 522 ], [ 663, 504, 690, 522 ], [ 694, 504, 709, 522 ], [ 572, 522, 636, 540 ], [ 663, 522, 690, 539 ], [ 694, 522, 709, 539 ], [ 581, 539, 642, 551 ], [ 589, 549, 634, 561 ], [ 657, 543, 671, 557 ], [ 674, 543, 715, 557 ], [ 572, 561, 636, 578 ], [ 663, 561, 690, 578 ], [ 694, 561, 709, 578 ], [ 572, 579, 636, 596 ], [ 663, 578, 690, 596 ], [ 694, 578, 709, 596 ], [ 781, 336, 808, 352 ], [ 811, 336, 852, 352 ], [ 874, 336, 924, 352 ], [ 802, 352, 854, 369 ], [ 858, 352, 887, 369 ], [ 796, 369, 857, 387 ], [ 879, 369, 905, 386 ], [ 908, 369, 923, 386 ], [ 796, 387, 857, 404 ], [ 879, 386, 905, 404 ], [ 908, 386, 923, 404 ], [ 795, 404, 858, 421 ], [ 879, 404, 905, 421 ], [ 908, 404, 923, 421 ], [ 794, 421, 857, 439 ], [ 879, 421, 906, 439 ], [ 910, 421, 925, 439 ], [ 795, 439, 858, 456 ], [ 879, 439, 906, 456 ], [ 910, 439, 925, 456 ], [ 795, 456, 858, 474 ], [ 879, 456, 906, 474 ], [ 910, 456, 925, 474 ], [ 795, 474, 858, 491 ], [ 879, 474, 906, 491 ], [ 910, 474, 925, 491 ], [ 794, 491, 823, 503 ], [ 826, 491, 859, 503 ], [ 801, 501, 851, 515 ], [ 879, 490, 894, 504 ], [ 879, 502, 920, 516 ], [ 795, 515, 858, 532 ], [ 879, 515, 906, 532 ], [ 910, 515, 925, 532 ], [ 795, 532, 858, 550 ], [ 879, 532, 906, 550 ], [ 910, 532, 925, 550 ], [ 796, 550, 857, 567 ], [ 879, 550, 906, 567 ], [ 910, 550, 925, 567 ], [ 796, 567, 857, 585 ], [ 879, 567, 904, 585 ], [ 908, 567, 923, 585 ], [ 796, 585, 857, 602 ], [ 879, 585, 904, 602 ], [ 908, 585, 923, 602 ], [ 57, 617, 198, 648 ], [ 206, 617, 263, 648 ], [ 271, 625, 301, 646 ], [ 306, 625, 338, 646 ], [ 343, 625, 413, 646 ], [ 418, 625, 453, 646 ], [ 458, 625, 481, 646 ], [ 487, 625, 526, 646 ], [ 531, 625, 562, 646 ], [ 566, 625, 650, 646 ], [ 655, 625, 716, 646 ], [ 721, 625, 782, 646 ], [ 787, 625, 841, 646 ], [ 845, 625, 897, 646 ], [ 57, 649, 108, 668 ], [ 112, 649, 141, 668 ], [ 153, 649, 198, 668 ], [ 202, 649, 210, 668 ], [ 279, 649, 330, 668 ], [ 359, 649, 401, 668 ], [ 405, 649, 441, 668 ], [ 462, 649, 495, 668 ], [ 528, 649, 605, 668 ], [ 626, 649, 683, 668 ], [ 57, 672, 79, 691 ], [ 83, 672, 91, 691 ], [ 152, 672, 182, 691 ], [ 186, 672, 221, 691 ], [ 288, 672, 341, 691 ], [ 345, 672, 384, 691 ] ]
Last name names Address: (street number and name, and apartment/unit number) Telephone No. Fax (include area code) () ___-___ Number (include Fire Department Name/Address: (street number and name) area code) () Telephone No. Fax (include area code) () ___-___ Number (include area code) () a
Last name names Address: (street number and name, and apartment/unit number) Telephone No. (include area code) () ___-___ Fax Number (include area code) () Fire Department Name/Address: (street number and name) Telephone No. (include area code) () ___-___ Fax Number (include area code) () a
0.70692
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 13, 19, 20, 28, 29, 30, 21, 22, 23, 24, 25, 26, 27, 31, 32, 34, 35, 36, 37, 38, 33, 39, 40, 41, 42, 43, 44 ]
OFMEM%20Grandfathering%20Application%20Form%20-2018.docx
task-1607-103
1
[ [ 52, 35, 75, 48 ], [ 78, 35, 106, 48 ], [ 908, 46, 942, 60 ], [ 52, 62, 99, 76 ], [ 102, 64, 131, 76 ], [ 134, 64, 168, 76 ], [ 171, 64, 188, 76 ], [ 191, 64, 218, 76 ], [ 221, 64, 238, 76 ], [ 241, 64, 307, 76 ], [ 310, 64, 349, 76 ], [ 52, 92, 108, 105 ], [ 111, 92, 130, 105 ], [ 908, 92, 928, 105 ], [ 133, 93, 171, 105 ], [ 174, 93, 193, 105 ], [ 195, 93, 221, 105 ], [ 52, 103, 66, 123 ], [ 70, 103, 136, 123 ], [ 908, 103, 951, 117 ], [ 908, 115, 946, 127 ], [ 52, 121, 73, 134 ], [ 77, 121, 138, 134 ], [ 142, 121, 223, 134 ], [ 226, 122, 255, 134 ], [ 258, 122, 292, 134 ], [ 295, 122, 312, 134 ], [ 315, 122, 343, 134 ], [ 908, 125, 927, 137 ], [ 908, 135, 934, 147 ], [ 908, 145, 921, 165 ], [ 52, 150, 108, 163 ], [ 111, 150, 130, 163 ], [ 908, 150, 928, 163 ], [ 133, 151, 171, 163 ], [ 174, 151, 193, 163 ], [ 195, 151, 221, 163 ], [ 52, 161, 66, 181 ], [ 70, 161, 136, 181 ], [ 908, 161, 951, 175 ], [ 908, 173, 946, 185 ], [ 908, 183, 927, 195 ], [ 908, 193, 934, 205 ], [ 908, 203, 921, 223 ], [ 52, 384, 58, 395 ] ]
[ [ 52, 35, 75, 48 ], [ 78, 35, 106, 48 ], [ 908, 46, 942, 60 ], [ 52, 62, 99, 76 ], [ 102, 64, 131, 76 ], [ 134, 64, 168, 76 ], [ 171, 64, 188, 76 ], [ 191, 64, 218, 76 ], [ 221, 64, 238, 76 ], [ 241, 64, 307, 76 ], [ 310, 64, 349, 76 ], [ 52, 92, 108, 105 ], [ 111, 92, 130, 105 ], [ 133, 93, 171, 105 ], [ 174, 93, 193, 105 ], [ 195, 93, 221, 105 ], [ 52, 103, 66, 123 ], [ 70, 103, 136, 123 ], [ 908, 92, 928, 105 ], [ 908, 103, 951, 117 ], [ 908, 115, 946, 127 ], [ 908, 125, 927, 137 ], [ 908, 135, 934, 147 ], [ 908, 145, 921, 165 ], [ 52, 121, 73, 134 ], [ 77, 121, 138, 134 ], [ 142, 121, 223, 134 ], [ 226, 122, 255, 134 ], [ 258, 122, 292, 134 ], [ 295, 122, 312, 134 ], [ 315, 122, 343, 134 ], [ 52, 150, 108, 163 ], [ 111, 150, 130, 163 ], [ 133, 151, 171, 163 ], [ 174, 151, 193, 163 ], [ 195, 151, 221, 163 ], [ 52, 161, 66, 181 ], [ 70, 161, 136, 181 ], [ 908, 150, 928, 163 ], [ 908, 161, 951, 175 ], [ 908, 173, 946, 185 ], [ 908, 183, 927, 195 ], [ 908, 193, 934, 205 ], [ 908, 203, 921, 223 ], [ 52, 384, 58, 395 ] ]
Email the lead inspector the following documents: Yes/no Last updated Person responsible The school’s self-evaluation Yes September Gillian Kemp 2014 School Improvement Plan Yes April 2014 Gillian Kemp Behaviour and Safety / Leadership and Management Teaching and Learning (Raising Attainment Plan) Achievement and Standards (Data Pack) Timetables for the two days of No September Gillian Kemp / inspection with any or subject 2014 Shoshannah codes required Thompson – A list Yes Staffing September Nichola Ahmed / Allocation 2014 Gillian Kemp Details of any interruptions to normal Print shared Vicky Sykes routines calendar and inform Gill of any events Management Structure September Nichola Ahmed 2014 OFSTED: Preparation Timeline 1.00pm Take phone call and WRITE DOWN DETAILS! Gill / Shosh SEF position CVs of inspectors Logistics/Hypotheses/Requests to call Gill 1.10pm Notify SLT 1.10 pm Jess, Helen, Amy and Sarah Nichola SB / Shosh NB 1.10pm Send basic operational documents, such as See list above Gill timetables etc., etc. and key documents such as SEF to inspector 1.20pm Notify Chair of Governors / GB on stand by Gill to to Nichola and Gill Kemp / Nichola to include attachment Nichola Ahmed Email governors up-to-date: ‘SEF of the Summary and SEF’ within the notification to Goals
Email the lead inspector the following documents: Yes/no Last updated Person responsible The school’s self-evaluation Yes September 2014 Gillian Kemp School Improvement Plan Behaviour and Safety / Leadership and Management Teaching and Learning (Raising Attainment Plan) Achievement and Standards (Data Pack) Yes April 2014 Gillian Kemp Timetables for the two days of inspection with any or subject codes required No September 2014 Gillian Kemp / Shoshannah Thompson A list Yes – Staffing Allocation September 2014 Nichola Ahmed / Gillian Kemp Details of any interruptions to normal routines Print shared calendar and inform Gill of any events Vicky Sykes Management Structure September 2014 Nichola Ahmed OFSTED: Preparation Timeline 1.00pm Take phone call and WRITE DOWN DETAILS! SEF position CVs of inspectors Logistics/Hypotheses/Requests to call Gill Gill / Shosh 1.10pm Notify SLT 1.10 pm Jess, Helen, Amy and Sarah Nichola SB / Shosh NB 1.10pm Send basic operational documents, such as timetables etc., etc. and key documents such as SEF to inspector See list above Gill 1.20pm Notify Chair of Governors / GB on stand by Email governors up-to-date: Goals Gill to to Nichola and Nichola to include attachment of the ‘SEF Summary and SEF’ within the notification to Gill Kemp / Nichola Ahmed
0.712329
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 19, 17, 18, 20, 21, 22, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 23, 24, 25, 26, 27, 46, 47, 48, 49, 50, 51, 57, 58, 59, 60, 61, 64, 65, 52, 53, 62, 54, 55, 56, 63, 66, 68, 69, 70, 67, 71, 76, 72, 77, 73, 74, 75, 78, 79, 80, 81, 82, 83, 84, 85, 90, 86, 87, 91, 92, 93, 94, 95, 96, 97, 88, 89, 98, 99, 100, 103, 101, 102, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 118, 119, 120, 121, 122, 123, 124, 125, 126, 115, 116, 117, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 149, 150, 151, 152, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 188, 189, 190, 201, 174, 175, 176, 177, 178, 182, 183, 184, 185, 192, 193, 191, 194, 195, 196, 197, 198, 199, 200, 179, 180, 181, 186, 187 ]
Ofsted%20-%20Pre%20Visit%20Form%20September%2014%20V2.docx
task-1607-210
2
[ [ 69, 125, 107, 142 ], [ 112, 125, 137, 142 ], [ 141, 125, 171, 142 ], [ 176, 125, 243, 142 ], [ 248, 125, 273, 142 ], [ 277, 125, 341, 142 ], [ 346, 125, 427, 142 ], [ 448, 158, 499, 174 ], [ 611, 158, 642, 174 ], [ 647, 158, 705, 174 ], [ 738, 158, 786, 174 ], [ 791, 158, 872, 174 ], [ 137, 175, 165, 191 ], [ 169, 175, 225, 191 ], [ 229, 175, 336, 191 ], [ 448, 175, 474, 191 ], [ 611, 175, 691, 191 ], [ 738, 175, 782, 191 ], [ 787, 175, 825, 191 ], [ 611, 192, 646, 208 ], [ 78, 209, 126, 226 ], [ 131, 209, 227, 226 ], [ 232, 209, 260, 226 ], [ 448, 209, 474, 226 ], [ 611, 209, 647, 226 ], [ 651, 209, 687, 226 ], [ 738, 209, 782, 226 ], [ 787, 209, 825, 226 ], [ 137, 226, 207, 242 ], [ 212, 226, 237, 242 ], [ 242, 226, 292, 242 ], [ 297, 226, 305, 242 ], [ 309, 226, 389, 242 ], [ 393, 226, 418, 242 ], [ 137, 242, 227, 259 ], [ 137, 259, 201, 276 ], [ 206, 259, 231, 276 ], [ 236, 259, 297, 276 ], [ 302, 259, 357, 276 ], [ 137, 276, 219, 292 ], [ 224, 276, 258, 292 ], [ 137, 293, 230, 309 ], [ 234, 293, 260, 309 ], [ 264, 293, 339, 309 ], [ 344, 293, 384, 309 ], [ 389, 293, 427, 309 ], [ 137, 310, 217, 326 ], [ 221, 310, 245, 326 ], [ 250, 310, 274, 326 ], [ 279, 310, 305, 326 ], [ 310, 310, 342, 326 ], [ 347, 310, 363, 326 ], [ 448, 310, 469, 326 ], [ 611, 310, 691, 326 ], [ 738, 310, 782, 326 ], [ 787, 310, 825, 326 ], [ 829, 310, 837, 326 ], [ 137, 327, 209, 343 ], [ 214, 327, 245, 343 ], [ 250, 327, 274, 343 ], [ 314, 327, 330, 343 ], [ 335, 327, 390, 343 ], [ 611, 327, 646, 343 ], [ 738, 327, 824, 343 ], [ 137, 343, 178, 360 ], [ 183, 343, 244, 360 ], [ 738, 343, 810, 360 ], [ 479, 360, 486, 377 ], [ 137, 361, 148, 377 ], [ 189, 361, 212, 377 ], [ 448, 361, 474, 377 ], [ 490, 361, 553, 377 ], [ 611, 361, 691, 377 ], [ 738, 361, 792, 377 ], [ 797, 361, 847, 377 ], [ 851, 361, 859, 377 ], [ 448, 377, 520, 394 ], [ 611, 377, 646, 394 ], [ 738, 377, 782, 394 ], [ 787, 377, 825, 394 ], [ 137, 395, 188, 411 ], [ 192, 395, 208, 411 ], [ 213, 395, 237, 411 ], [ 242, 395, 337, 411 ], [ 341, 395, 357, 411 ], [ 361, 395, 409, 411 ], [ 448, 395, 484, 411 ], [ 488, 395, 538, 411 ], [ 738, 395, 777, 411 ], [ 782, 395, 825, 411 ], [ 137, 412, 196, 428 ], [ 448, 412, 510, 428 ], [ 514, 412, 539, 428 ], [ 544, 412, 592, 428 ], [ 448, 428, 472, 445 ], [ 476, 428, 492, 445 ], [ 497, 428, 521, 445 ], [ 526, 428, 573, 445 ], [ 137, 446, 227, 462 ], [ 232, 446, 305, 462 ], [ 611, 446, 691, 462 ], [ 738, 446, 792, 462 ], [ 797, 446, 847, 462 ], [ 611, 462, 646, 479 ], [ 330, 529, 410, 553 ], [ 421, 529, 533, 553 ], [ 539, 529, 621, 553 ], [ 55, 599, 110, 618 ], [ 148, 599, 182, 618 ], [ 186, 599, 233, 618 ], [ 237, 599, 261, 618 ], [ 265, 599, 293, 618 ], [ 297, 599, 345, 618 ], [ 349, 599, 399, 618 ], [ 403, 599, 468, 618 ], [ 808, 599, 831, 618 ], [ 835, 599, 842, 618 ], [ 846, 599, 890, 618 ], [ 171, 631, 196, 650 ], [ 200, 631, 259, 650 ], [ 171, 648, 198, 667 ], [ 202, 648, 217, 667 ], [ 221, 648, 296, 667 ], [ 171, 665, 398, 684 ], [ 207, 682, 222, 701 ], [ 226, 682, 251, 701 ], [ 255, 682, 278, 701 ], [ 55, 699, 110, 719 ], [ 148, 699, 192, 719 ], [ 196, 699, 221, 719 ], [ 225, 699, 257, 719 ], [ 261, 699, 285, 719 ], [ 553, 699, 586, 719 ], [ 590, 699, 637, 719 ], [ 641, 699, 674, 719 ], [ 678, 699, 705, 719 ], [ 709, 699, 751, 719 ], [ 808, 699, 863, 719 ], [ 867, 699, 885, 719 ], [ 889, 699, 896, 719 ], [ 808, 719, 851, 738 ], [ 855, 719, 877, 738 ], [ 55, 752, 110, 771 ], [ 148, 752, 184, 771 ], [ 188, 752, 224, 771 ], [ 229, 752, 313, 771 ], [ 317, 752, 403, 771 ], [ 407, 752, 441, 771 ], [ 445, 752, 460, 771 ], [ 553, 752, 579, 771 ], [ 583, 752, 604, 771 ], [ 608, 752, 653, 771 ], [ 808, 752, 831, 771 ], [ 148, 771, 225, 790 ], [ 229, 771, 261, 790 ], [ 265, 771, 292, 790 ], [ 296, 771, 323, 790 ], [ 327, 771, 353, 790 ], [ 357, 771, 438, 790 ], [ 442, 771, 476, 790 ], [ 480, 771, 496, 790 ], [ 500, 771, 525, 790 ], [ 148, 791, 163, 810 ], [ 167, 791, 235, 810 ], [ 55, 823, 110, 843 ], [ 148, 823, 192, 843 ], [ 196, 823, 234, 843 ], [ 238, 823, 253, 843 ], [ 257, 823, 334, 843 ], [ 338, 823, 345, 843 ], [ 349, 823, 370, 843 ], [ 374, 823, 393, 843 ], [ 397, 823, 437, 843 ], [ 442, 823, 459, 843 ], [ 553, 825, 576, 842 ], [ 581, 825, 596, 842 ], [ 637, 825, 652, 842 ], [ 657, 825, 711, 842 ], [ 715, 825, 740, 842 ], [ 808, 825, 831, 842 ], [ 836, 825, 874, 842 ], [ 879, 825, 886, 842 ], [ 553, 844, 607, 861 ], [ 611, 844, 627, 861 ], [ 631, 844, 682, 861 ], [ 686, 844, 770, 861 ], [ 808, 844, 862, 861 ], [ 866, 844, 916, 861 ], [ 148, 857, 186, 874 ], [ 190, 857, 262, 874 ], [ 266, 857, 348, 874 ], [ 603, 863, 635, 880 ], [ 553, 864, 569, 880 ], [ 573, 864, 598, 880 ], [ 640, 864, 706, 880 ], [ 711, 864, 736, 880 ], [ 741, 864, 773, 880 ], [ 553, 883, 596, 899 ], [ 601, 883, 626, 899 ], [ 630, 883, 714, 899 ], [ 719, 883, 734, 899 ], [ 265, 889, 304, 906 ] ]
[ [ 69, 125, 107, 142 ], [ 112, 125, 137, 142 ], [ 141, 125, 171, 142 ], [ 176, 125, 243, 142 ], [ 248, 125, 273, 142 ], [ 277, 125, 341, 142 ], [ 346, 125, 427, 142 ], [ 448, 158, 499, 174 ], [ 611, 158, 642, 174 ], [ 647, 158, 705, 174 ], [ 738, 158, 786, 174 ], [ 791, 158, 872, 174 ], [ 137, 175, 165, 191 ], [ 169, 175, 225, 191 ], [ 229, 175, 336, 191 ], [ 448, 175, 474, 191 ], [ 611, 175, 691, 191 ], [ 611, 192, 646, 208 ], [ 738, 175, 782, 191 ], [ 787, 175, 825, 191 ], [ 78, 209, 126, 226 ], [ 131, 209, 227, 226 ], [ 232, 209, 260, 226 ], [ 137, 226, 207, 242 ], [ 212, 226, 237, 242 ], [ 242, 226, 292, 242 ], [ 297, 226, 305, 242 ], [ 309, 226, 389, 242 ], [ 393, 226, 418, 242 ], [ 137, 242, 227, 259 ], [ 137, 259, 201, 276 ], [ 206, 259, 231, 276 ], [ 236, 259, 297, 276 ], [ 302, 259, 357, 276 ], [ 137, 276, 219, 292 ], [ 224, 276, 258, 292 ], [ 137, 293, 230, 309 ], [ 234, 293, 260, 309 ], [ 264, 293, 339, 309 ], [ 344, 293, 384, 309 ], [ 389, 293, 427, 309 ], [ 448, 209, 474, 226 ], [ 611, 209, 647, 226 ], [ 651, 209, 687, 226 ], [ 738, 209, 782, 226 ], [ 787, 209, 825, 226 ], [ 137, 310, 217, 326 ], [ 221, 310, 245, 326 ], [ 250, 310, 274, 326 ], [ 279, 310, 305, 326 ], [ 310, 310, 342, 326 ], [ 347, 310, 363, 326 ], [ 137, 327, 209, 343 ], [ 214, 327, 245, 343 ], [ 250, 327, 274, 343 ], [ 314, 327, 330, 343 ], [ 335, 327, 390, 343 ], [ 137, 343, 178, 360 ], [ 183, 343, 244, 360 ], [ 448, 310, 469, 326 ], [ 611, 310, 691, 326 ], [ 611, 327, 646, 343 ], [ 738, 310, 782, 326 ], [ 787, 310, 825, 326 ], [ 829, 310, 837, 326 ], [ 738, 327, 824, 343 ], [ 738, 343, 810, 360 ], [ 137, 361, 148, 377 ], [ 189, 361, 212, 377 ], [ 448, 361, 474, 377 ], [ 479, 360, 486, 377 ], [ 490, 361, 553, 377 ], [ 448, 377, 520, 394 ], [ 611, 361, 691, 377 ], [ 611, 377, 646, 394 ], [ 738, 361, 792, 377 ], [ 797, 361, 847, 377 ], [ 851, 361, 859, 377 ], [ 738, 377, 782, 394 ], [ 787, 377, 825, 394 ], [ 137, 395, 188, 411 ], [ 192, 395, 208, 411 ], [ 213, 395, 237, 411 ], [ 242, 395, 337, 411 ], [ 341, 395, 357, 411 ], [ 361, 395, 409, 411 ], [ 137, 412, 196, 428 ], [ 448, 395, 484, 411 ], [ 488, 395, 538, 411 ], [ 448, 412, 510, 428 ], [ 514, 412, 539, 428 ], [ 544, 412, 592, 428 ], [ 448, 428, 472, 445 ], [ 476, 428, 492, 445 ], [ 497, 428, 521, 445 ], [ 526, 428, 573, 445 ], [ 738, 395, 777, 411 ], [ 782, 395, 825, 411 ], [ 137, 446, 227, 462 ], [ 232, 446, 305, 462 ], [ 611, 446, 691, 462 ], [ 611, 462, 646, 479 ], [ 738, 446, 792, 462 ], [ 797, 446, 847, 462 ], [ 330, 529, 410, 553 ], [ 421, 529, 533, 553 ], [ 539, 529, 621, 553 ], [ 55, 599, 110, 618 ], [ 148, 599, 182, 618 ], [ 186, 599, 233, 618 ], [ 237, 599, 261, 618 ], [ 265, 599, 293, 618 ], [ 297, 599, 345, 618 ], [ 349, 599, 399, 618 ], [ 403, 599, 468, 618 ], [ 171, 631, 196, 650 ], [ 200, 631, 259, 650 ], [ 171, 648, 198, 667 ], [ 202, 648, 217, 667 ], [ 221, 648, 296, 667 ], [ 171, 665, 398, 684 ], [ 207, 682, 222, 701 ], [ 226, 682, 251, 701 ], [ 255, 682, 278, 701 ], [ 808, 599, 831, 618 ], [ 835, 599, 842, 618 ], [ 846, 599, 890, 618 ], [ 55, 699, 110, 719 ], [ 148, 699, 192, 719 ], [ 196, 699, 221, 719 ], [ 225, 699, 257, 719 ], [ 261, 699, 285, 719 ], [ 553, 699, 586, 719 ], [ 590, 699, 637, 719 ], [ 641, 699, 674, 719 ], [ 678, 699, 705, 719 ], [ 709, 699, 751, 719 ], [ 808, 699, 863, 719 ], [ 867, 699, 885, 719 ], [ 889, 699, 896, 719 ], [ 808, 719, 851, 738 ], [ 855, 719, 877, 738 ], [ 55, 752, 110, 771 ], [ 148, 752, 184, 771 ], [ 188, 752, 224, 771 ], [ 229, 752, 313, 771 ], [ 317, 752, 403, 771 ], [ 407, 752, 441, 771 ], [ 445, 752, 460, 771 ], [ 148, 771, 225, 790 ], [ 229, 771, 261, 790 ], [ 265, 771, 292, 790 ], [ 296, 771, 323, 790 ], [ 327, 771, 353, 790 ], [ 357, 771, 438, 790 ], [ 442, 771, 476, 790 ], [ 480, 771, 496, 790 ], [ 500, 771, 525, 790 ], [ 148, 791, 163, 810 ], [ 167, 791, 235, 810 ], [ 553, 752, 579, 771 ], [ 583, 752, 604, 771 ], [ 608, 752, 653, 771 ], [ 808, 752, 831, 771 ], [ 55, 823, 110, 843 ], [ 148, 823, 192, 843 ], [ 196, 823, 234, 843 ], [ 238, 823, 253, 843 ], [ 257, 823, 334, 843 ], [ 338, 823, 345, 843 ], [ 349, 823, 370, 843 ], [ 374, 823, 393, 843 ], [ 397, 823, 437, 843 ], [ 442, 823, 459, 843 ], [ 148, 857, 186, 874 ], [ 190, 857, 262, 874 ], [ 266, 857, 348, 874 ], [ 265, 889, 304, 906 ], [ 553, 825, 576, 842 ], [ 581, 825, 596, 842 ], [ 637, 825, 652, 842 ], [ 657, 825, 711, 842 ], [ 715, 825, 740, 842 ], [ 553, 844, 607, 861 ], [ 611, 844, 627, 861 ], [ 631, 844, 682, 861 ], [ 686, 844, 770, 861 ], [ 553, 864, 569, 880 ], [ 573, 864, 598, 880 ], [ 603, 863, 635, 880 ], [ 640, 864, 706, 880 ], [ 711, 864, 736, 880 ], [ 741, 864, 773, 880 ], [ 553, 883, 596, 899 ], [ 601, 883, 626, 899 ], [ 630, 883, 714, 899 ], [ 719, 883, 734, 899 ], [ 808, 825, 831, 842 ], [ 836, 825, 874, 842 ], [ 879, 825, 886, 842 ], [ 808, 844, 862, 861 ], [ 866, 844, 916, 861 ] ]
have previously had How do you promote healthy eating? exceptionally high rates of HRBS results relating to the following topics: Do you hold a health fair? absence is rising quickly Bullying Do you have before and after school towards the national Attitudes to school clubs? average. Feeling safe at school How do you promote positive mental Pupils’ impeccable conduct Trusting school staff health? reflects the school’s Keeping safe online Could you provide examples of the effective strategies to Emotion Health and Well-being (dealing with promote high standards of feelings, being confident) strategic steps your school takes to behaviour. Pupils are Relationships (with parents, other adults) create a positive environment that Incidences of Domestic violence promotes pupil’s health and well-being? disruption are Risk taking behaviours (smoking, alcohol or extremely rare. 2. Policy development: For individuals or groups - Who did you consult to develop your with particular there is Percentage Tables in Health Related Behaviour anti-bullying policy? sustained improvement in Survey. pupils’ behaviour. Where At the back of the HRBs document there are % tables 3. Learning and teaching, curriculum standards of behaviour relating to various topics including: planning and resourcing: were already excellent, - Personal development, behaviour and welfare How do you teach about e-safety? they have been maintained. (PDBW) score How do you teach about positive body Pupils work hard with the - Pride in achievement and commitment to learning, image? school to prevent all forms supported by a positive culture across the whole How do you teach about healthy of bullying, including online provider bullying and relationships? - Self-confidence, self-awareness and understanding of based bullying. how to be a successful learner How is PE and sport helping pupils Staff and pupils deal - Managing behaviour develop a healthy lifestyle? effectively with the very - Understanding of how to keep themselves safe from rare instances of bullying relevant risks such as abuse, sexual exploitation and
based have previously had exceptionally high rates of absence is rising quickly towards the national average. Pupils’ impeccable conduct reflects the school’s effective strategies to promote high standards of behaviour. Pupils are Incidences of disruption are extremely rare. For individuals or groups with particular there is sustained improvement in pupils’ behaviour. Where standards of behaviour were already excellent, they have been maintained. Pupils work hard with the school to prevent all forms of bullying, including online bullying and bullying. Staff and pupils deal effectively with the very rare instances of bullying How do you promote healthy eating? Do you hold a health fair? Do you have before and after school clubs? How do you promote positive mental health? Could you provide examples of the strategic steps your school takes to create a positive environment that promotes pupil’s health and well-being? 2. Policy development: - Who did you consult to develop your anti-bullying policy? 3. Learning and teaching, curriculum planning and resourcing: How do you teach about e-safety? How do you teach about positive body image? How do you teach about healthy relationships? How is PE and sport helping pupils develop a healthy lifestyle? HRBS results relating to the following topics: Bullying Attitudes to school Feeling safe at school Trusting school staff Keeping safe online Emotion Health and Well-being (dealing with feelings, being confident) Relationships (with parents, other adults) Domestic violence Risk taking behaviours (smoking, alcohol or Percentage Tables in Health Related Behaviour Survey. At the back of the HRBs document there are % tables relating to various topics including: - Personal development, behaviour and welfare (PDBW) score - Pride in achievement and commitment to learning, supported by a positive culture across the whole provider - Self-confidence, self-awareness and understanding of how to be a successful learner - Managing behaviour - Understanding of how to keep themselves safe from relevant risks such as abuse, sexual exploitation and
0.628232
[ 265, 0, 1, 2, 9, 10, 11, 12, 26, 27, 28, 29, 38, 39, 40, 45, 56, 57, 58, 63, 64, 65, 75, 76, 77, 84, 85, 86, 87, 97, 98, 99, 110, 111, 119, 120, 127, 128, 132, 133, 134, 135, 144, 145, 146, 147, 156, 157, 158, 160, 161, 162, 179, 180, 181, 190, 191, 192, 205, 206, 207, 208, 218, 219, 220, 221, 222, 232, 233, 234, 235, 236, 251, 252, 253, 254, 256, 257, 266, 280, 281, 282, 283, 291, 292, 293, 294, 304, 305, 306, 307, 3, 4, 5, 6, 7, 8, 20, 21, 22, 23, 24, 25, 31, 32, 33, 34, 35, 36, 37, 44, 50, 51, 52, 53, 54, 55, 62, 69, 70, 71, 72, 73, 74, 91, 92, 93, 94, 95, 96, 105, 106, 107, 108, 109, 114, 115, 116, 117, 118, 129, 130, 131, 136, 137, 138, 139, 140, 141, 142, 143, 154, 155, 174, 175, 176, 177, 178, 187, 188, 189, 199, 200, 201, 202, 203, 204, 211, 212, 213, 214, 215, 216, 217, 231, 245, 246, 247, 248, 249, 250, 258, 273, 274, 275, 276, 277, 278, 279, 287, 288, 289, 290, 13, 14, 15, 16, 17, 18, 19, 30, 41, 42, 43, 46, 47, 48, 49, 59, 60, 61, 66, 67, 68, 78, 79, 80, 81, 82, 83, 88, 89, 90, 100, 101, 102, 103, 104, 112, 113, 121, 122, 123, 124, 125, 126, 148, 149, 150, 151, 152, 153, 159, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 182, 183, 184, 185, 186, 193, 194, 195, 196, 197, 198, 209, 210, 223, 224, 225, 226, 227, 228, 229, 230, 237, 238, 239, 240, 241, 242, 243, 244, 255, 259, 260, 261, 262, 263, 264, 267, 268, 269, 270, 271, 272, 284, 285, 286, 295, 296, 297, 298, 299, 300, 301, 302, 303, 308, 309, 310, 311, 312, 313, 314, 315 ]
Ofsted%20mapping%20tool.docx
task-1607-216
18
[ [ 128, 154, 155, 179 ], [ 159, 154, 217, 179 ], [ 221, 154, 243, 179 ], [ 345, 154, 370, 179 ], [ 374, 154, 389, 179 ], [ 393, 154, 414, 179 ], [ 418, 154, 466, 179 ], [ 470, 154, 512, 179 ], [ 516, 154, 558, 179 ], [ 128, 176, 202, 202 ], [ 206, 176, 231, 202 ], [ 235, 176, 264, 202 ], [ 268, 176, 279, 202 ], [ 597, 176, 633, 202 ], [ 637, 176, 682, 202 ], [ 685, 176, 737, 202 ], [ 740, 176, 754, 202 ], [ 758, 176, 779, 202 ], [ 783, 176, 844, 202 ], [ 848, 176, 892, 202 ], [ 345, 180, 361, 205 ], [ 365, 180, 386, 205 ], [ 390, 180, 414, 205 ], [ 418, 180, 425, 205 ], [ 429, 180, 465, 205 ], [ 469, 180, 494, 205 ], [ 128, 199, 175, 224 ], [ 179, 199, 188, 224 ], [ 192, 199, 223, 224 ], [ 227, 199, 266, 224 ], [ 639, 199, 684, 224 ], [ 345, 206, 361, 231 ], [ 365, 206, 386, 231 ], [ 390, 206, 417, 231 ], [ 421, 206, 458, 231 ], [ 462, 206, 484, 231 ], [ 488, 206, 515, 231 ], [ 519, 206, 555, 231 ], [ 128, 221, 174, 246 ], [ 178, 221, 196, 246 ], [ 200, 221, 246, 246 ], [ 639, 221, 690, 247 ], [ 694, 221, 706, 247 ], [ 710, 221, 746, 247 ], [ 345, 232, 380, 257 ], [ 128, 243, 178, 269 ], [ 639, 244, 680, 269 ], [ 684, 244, 708, 269 ], [ 712, 244, 723, 269 ], [ 727, 244, 764, 269 ], [ 345, 258, 370, 283 ], [ 374, 258, 389, 283 ], [ 393, 258, 414, 283 ], [ 418, 258, 466, 283 ], [ 470, 258, 514, 283 ], [ 518, 258, 557, 283 ], [ 128, 266, 164, 289 ], [ 168, 266, 232, 291 ], [ 236, 266, 281, 291 ], [ 639, 267, 687, 292 ], [ 691, 267, 727, 292 ], [ 731, 267, 756, 292 ], [ 345, 284, 386, 309 ], [ 128, 288, 170, 313 ], [ 174, 288, 192, 313 ], [ 196, 288, 241, 313 ], [ 639, 289, 685, 315 ], [ 689, 289, 713, 315 ], [ 717, 289, 752, 315 ], [ 345, 309, 377, 335 ], [ 381, 309, 402, 335 ], [ 406, 309, 449, 335 ], [ 453, 309, 507, 335 ], [ 511, 309, 522, 335 ], [ 526, 309, 545, 335 ], [ 128, 310, 177, 336 ], [ 181, 310, 237, 336 ], [ 241, 310, 252, 336 ], [ 639, 312, 686, 337 ], [ 690, 312, 728, 337 ], [ 732, 312, 753, 337 ], [ 757, 312, 818, 337 ], [ 822, 312, 868, 337 ], [ 873, 312, 897, 337 ], [ 128, 332, 176, 358 ], [ 180, 332, 205, 358 ], [ 209, 332, 265, 358 ], [ 269, 332, 280, 358 ], [ 639, 334, 687, 360 ], [ 692, 334, 723, 360 ], [ 727, 334, 785, 360 ], [ 345, 335, 394, 361 ], [ 398, 335, 428, 361 ], [ 432, 335, 458, 361 ], [ 462, 335, 498, 361 ], [ 502, 335, 533, 361 ], [ 537, 335, 548, 361 ], [ 128, 355, 189, 380 ], [ 193, 355, 226, 380 ], [ 230, 355, 249, 380 ], [ 639, 357, 715, 382 ], [ 719, 357, 748, 382 ], [ 752, 357, 799, 382 ], [ 829, 357, 860, 382 ], [ 864, 357, 903, 382 ], [ 345, 361, 380, 386 ], [ 384, 361, 391, 386 ], [ 395, 361, 439, 386 ], [ 443, 361, 515, 386 ], [ 520, 361, 542, 386 ], [ 195, 377, 257, 402 ], [ 261, 377, 272, 402 ], [ 639, 379, 692, 405 ], [ 696, 379, 743, 405 ], [ 345, 387, 399, 412 ], [ 403, 387, 439, 412 ], [ 443, 387, 479, 412 ], [ 483, 387, 504, 412 ], [ 508, 387, 573, 412 ], [ 178, 399, 235, 425 ], [ 239, 399, 258, 425 ], [ 639, 402, 663, 427 ], [ 667, 402, 702, 427 ], [ 706, 402, 769, 427 ], [ 773, 402, 830, 427 ], [ 834, 402, 874, 427 ], [ 878, 402, 890, 427 ], [ 128, 422, 184, 447 ], [ 188, 422, 216, 447 ], [ 302, 429, 314, 455 ], [ 318, 429, 357, 455 ], [ 361, 429, 451, 455 ], [ 128, 444, 146, 469 ], [ 150, 444, 211, 469 ], [ 215, 444, 226, 469 ], [ 230, 444, 270, 469 ], [ 345, 451, 349, 477 ], [ 354, 451, 380, 477 ], [ 384, 451, 401, 477 ], [ 405, 451, 426, 477 ], [ 430, 451, 471, 477 ], [ 475, 451, 486, 477 ], [ 491, 451, 535, 477 ], [ 539, 451, 565, 477 ], [ 128, 466, 152, 492 ], [ 156, 466, 210, 492 ], [ 244, 466, 274, 492 ], [ 278, 466, 287, 492 ], [ 597, 469, 671, 495 ], [ 675, 469, 717, 495 ], [ 721, 469, 733, 495 ], [ 737, 469, 780, 495 ], [ 784, 469, 834, 495 ], [ 838, 469, 905, 495 ], [ 345, 478, 415, 503 ], [ 419, 478, 458, 503 ], [ 128, 489, 182, 514 ], [ 186, 489, 262, 514 ], [ 266, 489, 276, 514 ], [ 597, 492, 646, 517 ], [ 128, 511, 164, 535 ], [ 168, 511, 229, 536 ], [ 233, 511, 270, 536 ], [ 597, 514, 609, 539 ], [ 613, 514, 631, 539 ], [ 635, 514, 662, 539 ], [ 666, 514, 677, 539 ], [ 681, 514, 700, 539 ], [ 704, 514, 734, 539 ], [ 739, 514, 796, 539 ], [ 800, 514, 830, 539 ], [ 834, 514, 852, 539 ], [ 856, 514, 869, 539 ], [ 873, 514, 907, 539 ], [ 302, 520, 314, 545 ], [ 318, 520, 376, 545 ], [ 380, 520, 404, 545 ], [ 408, 520, 469, 545 ], [ 472, 520, 543, 545 ], [ 128, 533, 184, 559 ], [ 188, 533, 199, 559 ], [ 203, 533, 260, 559 ], [ 597, 536, 640, 562 ], [ 644, 536, 655, 562 ], [ 659, 536, 701, 562 ], [ 705, 536, 738, 562 ], [ 742, 536, 798, 562 ], [ 302, 542, 359, 568 ], [ 363, 542, 387, 568 ], [ 391, 542, 466, 568 ], [ 128, 555, 156, 581 ], [ 160, 555, 202, 581 ], [ 206, 555, 261, 581 ], [ 597, 559, 601, 584 ], [ 605, 559, 654, 584 ], [ 658, 559, 736, 584 ], [ 740, 559, 797, 584 ], [ 801, 559, 823, 584 ], [ 827, 559, 869, 584 ], [ 345, 565, 370, 590 ], [ 374, 565, 389, 590 ], [ 393, 565, 414, 590 ], [ 418, 565, 449, 590 ], [ 453, 565, 486, 590 ], [ 490, 565, 542, 590 ], [ 128, 578, 153, 603 ], [ 157, 578, 184, 603 ], [ 188, 578, 217, 603 ], [ 221, 578, 288, 603 ], [ 597, 581, 642, 606 ], [ 646, 581, 677, 606 ], [ 345, 591, 370, 616 ], [ 374, 591, 389, 616 ], [ 393, 591, 414, 616 ], [ 418, 591, 449, 616 ], [ 453, 591, 486, 616 ], [ 490, 591, 534, 616 ], [ 538, 591, 566, 616 ], [ 128, 600, 161, 625 ], [ 165, 600, 193, 625 ], [ 197, 600, 223, 625 ], [ 228, 600, 252, 625 ], [ 256, 600, 274, 625 ], [ 597, 603, 601, 629 ], [ 605, 603, 634, 629 ], [ 638, 603, 649, 629 ], [ 653, 603, 726, 629 ], [ 730, 603, 751, 629 ], [ 755, 603, 827, 629 ], [ 831, 603, 842, 629 ], [ 847, 603, 897, 629 ], [ 345, 617, 386, 642 ], [ 128, 622, 164, 648 ], [ 168, 622, 180, 648 ], [ 184, 622, 227, 648 ], [ 232, 622, 244, 648 ], [ 248, 622, 281, 648 ], [ 597, 625, 654, 651 ], [ 658, 625, 672, 651 ], [ 676, 625, 683, 651 ], [ 687, 625, 731, 651 ], [ 735, 625, 775, 651 ], [ 779, 625, 815, 651 ], [ 819, 625, 837, 651 ], [ 842, 625, 875, 651 ], [ 345, 642, 370, 668 ], [ 374, 642, 389, 668 ], [ 393, 642, 414, 668 ], [ 418, 642, 449, 668 ], [ 453, 642, 486, 668 ], [ 490, 642, 532, 668 ], [ 128, 645, 139, 670 ], [ 143, 645, 191, 670 ], [ 196, 645, 247, 670 ], [ 251, 645, 285, 670 ], [ 597, 648, 644, 673 ], [ 128, 667, 172, 692 ], [ 176, 667, 198, 692 ], [ 345, 668, 423, 694 ], [ 597, 670, 601, 695 ], [ 605, 670, 697, 695 ], [ 701, 670, 787, 695 ], [ 791, 670, 812, 695 ], [ 816, 670, 898, 695 ], [ 902, 670, 914, 695 ], [ 128, 689, 162, 715 ], [ 166, 689, 214, 715 ], [ 597, 692, 621, 718 ], [ 625, 692, 636, 718 ], [ 640, 692, 654, 718 ], [ 658, 692, 665, 718 ], [ 669, 692, 727, 718 ], [ 731, 692, 772, 718 ], [ 345, 694, 370, 719 ], [ 374, 694, 383, 719 ], [ 387, 694, 402, 719 ], [ 406, 694, 427, 719 ], [ 431, 694, 460, 719 ], [ 465, 694, 506, 719 ], [ 510, 694, 544, 719 ], [ 128, 712, 155, 737 ], [ 159, 712, 180, 737 ], [ 184, 712, 218, 737 ], [ 222, 712, 246, 737 ], [ 597, 715, 601, 740 ], [ 605, 715, 661, 740 ], [ 665, 715, 722, 740 ], [ 345, 720, 389, 745 ], [ 394, 720, 400, 745 ], [ 404, 720, 447, 745 ], [ 451, 720, 500, 745 ], [ 128, 734, 186, 759 ], [ 190, 734, 214, 759 ], [ 219, 734, 237, 759 ], [ 241, 734, 266, 759 ], [ 597, 737, 601, 762 ], [ 605, 737, 689, 762 ], [ 693, 737, 704, 762 ], [ 708, 737, 732, 762 ], [ 737, 737, 748, 762 ], [ 752, 737, 780, 762 ], [ 784, 737, 848, 762 ], [ 852, 737, 876, 762 ], [ 880, 737, 907, 762 ], [ 128, 756, 151, 782 ], [ 155, 756, 208, 782 ], [ 212, 756, 224, 782 ], [ 228, 756, 272, 782 ], [ 597, 759, 643, 785 ], [ 647, 759, 673, 785 ], [ 677, 759, 703, 785 ], [ 707, 759, 720, 785 ], [ 724, 759, 762, 785 ], [ 766, 759, 803, 785 ], [ 807, 759, 873, 785 ], [ 877, 759, 899, 785 ] ]
[ [ 128, 689, 162, 715 ], [ 128, 154, 155, 179 ], [ 159, 154, 217, 179 ], [ 221, 154, 243, 179 ], [ 128, 176, 202, 202 ], [ 206, 176, 231, 202 ], [ 235, 176, 264, 202 ], [ 268, 176, 279, 202 ], [ 128, 199, 175, 224 ], [ 179, 199, 188, 224 ], [ 192, 199, 223, 224 ], [ 227, 199, 266, 224 ], [ 128, 221, 174, 246 ], [ 178, 221, 196, 246 ], [ 200, 221, 246, 246 ], [ 128, 243, 178, 269 ], [ 128, 266, 164, 289 ], [ 168, 266, 232, 291 ], [ 236, 266, 281, 291 ], [ 128, 288, 170, 313 ], [ 174, 288, 192, 313 ], [ 196, 288, 241, 313 ], [ 128, 310, 177, 336 ], [ 181, 310, 237, 336 ], [ 241, 310, 252, 336 ], [ 128, 332, 176, 358 ], [ 180, 332, 205, 358 ], [ 209, 332, 265, 358 ], [ 269, 332, 280, 358 ], [ 128, 355, 189, 380 ], [ 193, 355, 226, 380 ], [ 230, 355, 249, 380 ], [ 195, 377, 257, 402 ], [ 261, 377, 272, 402 ], [ 178, 399, 235, 425 ], [ 239, 399, 258, 425 ], [ 128, 422, 184, 447 ], [ 188, 422, 216, 447 ], [ 128, 444, 146, 469 ], [ 150, 444, 211, 469 ], [ 215, 444, 226, 469 ], [ 230, 444, 270, 469 ], [ 128, 466, 152, 492 ], [ 156, 466, 210, 492 ], [ 244, 466, 274, 492 ], [ 278, 466, 287, 492 ], [ 128, 489, 182, 514 ], [ 186, 489, 262, 514 ], [ 266, 489, 276, 514 ], [ 128, 511, 164, 535 ], [ 168, 511, 229, 536 ], [ 233, 511, 270, 536 ], [ 128, 533, 184, 559 ], [ 188, 533, 199, 559 ], [ 203, 533, 260, 559 ], [ 128, 555, 156, 581 ], [ 160, 555, 202, 581 ], [ 206, 555, 261, 581 ], [ 128, 578, 153, 603 ], [ 157, 578, 184, 603 ], [ 188, 578, 217, 603 ], [ 221, 578, 288, 603 ], [ 128, 600, 161, 625 ], [ 165, 600, 193, 625 ], [ 197, 600, 223, 625 ], [ 228, 600, 252, 625 ], [ 256, 600, 274, 625 ], [ 128, 622, 164, 648 ], [ 168, 622, 180, 648 ], [ 184, 622, 227, 648 ], [ 232, 622, 244, 648 ], [ 248, 622, 281, 648 ], [ 128, 645, 139, 670 ], [ 143, 645, 191, 670 ], [ 196, 645, 247, 670 ], [ 251, 645, 285, 670 ], [ 128, 667, 172, 692 ], [ 176, 667, 198, 692 ], [ 166, 689, 214, 715 ], [ 128, 712, 155, 737 ], [ 159, 712, 180, 737 ], [ 184, 712, 218, 737 ], [ 222, 712, 246, 737 ], [ 128, 734, 186, 759 ], [ 190, 734, 214, 759 ], [ 219, 734, 237, 759 ], [ 241, 734, 266, 759 ], [ 128, 756, 151, 782 ], [ 155, 756, 208, 782 ], [ 212, 756, 224, 782 ], [ 228, 756, 272, 782 ], [ 345, 154, 370, 179 ], [ 374, 154, 389, 179 ], [ 393, 154, 414, 179 ], [ 418, 154, 466, 179 ], [ 470, 154, 512, 179 ], [ 516, 154, 558, 179 ], [ 345, 180, 361, 205 ], [ 365, 180, 386, 205 ], [ 390, 180, 414, 205 ], [ 418, 180, 425, 205 ], [ 429, 180, 465, 205 ], [ 469, 180, 494, 205 ], [ 345, 206, 361, 231 ], [ 365, 206, 386, 231 ], [ 390, 206, 417, 231 ], [ 421, 206, 458, 231 ], [ 462, 206, 484, 231 ], [ 488, 206, 515, 231 ], [ 519, 206, 555, 231 ], [ 345, 232, 380, 257 ], [ 345, 258, 370, 283 ], [ 374, 258, 389, 283 ], [ 393, 258, 414, 283 ], [ 418, 258, 466, 283 ], [ 470, 258, 514, 283 ], [ 518, 258, 557, 283 ], [ 345, 284, 386, 309 ], [ 345, 309, 377, 335 ], [ 381, 309, 402, 335 ], [ 406, 309, 449, 335 ], [ 453, 309, 507, 335 ], [ 511, 309, 522, 335 ], [ 526, 309, 545, 335 ], [ 345, 335, 394, 361 ], [ 398, 335, 428, 361 ], [ 432, 335, 458, 361 ], [ 462, 335, 498, 361 ], [ 502, 335, 533, 361 ], [ 537, 335, 548, 361 ], [ 345, 361, 380, 386 ], [ 384, 361, 391, 386 ], [ 395, 361, 439, 386 ], [ 443, 361, 515, 386 ], [ 520, 361, 542, 386 ], [ 345, 387, 399, 412 ], [ 403, 387, 439, 412 ], [ 443, 387, 479, 412 ], [ 483, 387, 504, 412 ], [ 508, 387, 573, 412 ], [ 302, 429, 314, 455 ], [ 318, 429, 357, 455 ], [ 361, 429, 451, 455 ], [ 345, 451, 349, 477 ], [ 354, 451, 380, 477 ], [ 384, 451, 401, 477 ], [ 405, 451, 426, 477 ], [ 430, 451, 471, 477 ], [ 475, 451, 486, 477 ], [ 491, 451, 535, 477 ], [ 539, 451, 565, 477 ], [ 345, 478, 415, 503 ], [ 419, 478, 458, 503 ], [ 302, 520, 314, 545 ], [ 318, 520, 376, 545 ], [ 380, 520, 404, 545 ], [ 408, 520, 469, 545 ], [ 472, 520, 543, 545 ], [ 302, 542, 359, 568 ], [ 363, 542, 387, 568 ], [ 391, 542, 466, 568 ], [ 345, 565, 370, 590 ], [ 374, 565, 389, 590 ], [ 393, 565, 414, 590 ], [ 418, 565, 449, 590 ], [ 453, 565, 486, 590 ], [ 490, 565, 542, 590 ], [ 345, 591, 370, 616 ], [ 374, 591, 389, 616 ], [ 393, 591, 414, 616 ], [ 418, 591, 449, 616 ], [ 453, 591, 486, 616 ], [ 490, 591, 534, 616 ], [ 538, 591, 566, 616 ], [ 345, 617, 386, 642 ], [ 345, 642, 370, 668 ], [ 374, 642, 389, 668 ], [ 393, 642, 414, 668 ], [ 418, 642, 449, 668 ], [ 453, 642, 486, 668 ], [ 490, 642, 532, 668 ], [ 345, 668, 423, 694 ], [ 345, 694, 370, 719 ], [ 374, 694, 383, 719 ], [ 387, 694, 402, 719 ], [ 406, 694, 427, 719 ], [ 431, 694, 460, 719 ], [ 465, 694, 506, 719 ], [ 510, 694, 544, 719 ], [ 345, 720, 389, 745 ], [ 394, 720, 400, 745 ], [ 404, 720, 447, 745 ], [ 451, 720, 500, 745 ], [ 597, 176, 633, 202 ], [ 637, 176, 682, 202 ], [ 685, 176, 737, 202 ], [ 740, 176, 754, 202 ], [ 758, 176, 779, 202 ], [ 783, 176, 844, 202 ], [ 848, 176, 892, 202 ], [ 639, 199, 684, 224 ], [ 639, 221, 690, 247 ], [ 694, 221, 706, 247 ], [ 710, 221, 746, 247 ], [ 639, 244, 680, 269 ], [ 684, 244, 708, 269 ], [ 712, 244, 723, 269 ], [ 727, 244, 764, 269 ], [ 639, 267, 687, 292 ], [ 691, 267, 727, 292 ], [ 731, 267, 756, 292 ], [ 639, 289, 685, 315 ], [ 689, 289, 713, 315 ], [ 717, 289, 752, 315 ], [ 639, 312, 686, 337 ], [ 690, 312, 728, 337 ], [ 732, 312, 753, 337 ], [ 757, 312, 818, 337 ], [ 822, 312, 868, 337 ], [ 873, 312, 897, 337 ], [ 639, 334, 687, 360 ], [ 692, 334, 723, 360 ], [ 727, 334, 785, 360 ], [ 639, 357, 715, 382 ], [ 719, 357, 748, 382 ], [ 752, 357, 799, 382 ], [ 829, 357, 860, 382 ], [ 864, 357, 903, 382 ], [ 639, 379, 692, 405 ], [ 696, 379, 743, 405 ], [ 639, 402, 663, 427 ], [ 667, 402, 702, 427 ], [ 706, 402, 769, 427 ], [ 773, 402, 830, 427 ], [ 834, 402, 874, 427 ], [ 878, 402, 890, 427 ], [ 597, 469, 671, 495 ], [ 675, 469, 717, 495 ], [ 721, 469, 733, 495 ], [ 737, 469, 780, 495 ], [ 784, 469, 834, 495 ], [ 838, 469, 905, 495 ], [ 597, 492, 646, 517 ], [ 597, 514, 609, 539 ], [ 613, 514, 631, 539 ], [ 635, 514, 662, 539 ], [ 666, 514, 677, 539 ], [ 681, 514, 700, 539 ], [ 704, 514, 734, 539 ], [ 739, 514, 796, 539 ], [ 800, 514, 830, 539 ], [ 834, 514, 852, 539 ], [ 856, 514, 869, 539 ], [ 873, 514, 907, 539 ], [ 597, 536, 640, 562 ], [ 644, 536, 655, 562 ], [ 659, 536, 701, 562 ], [ 705, 536, 738, 562 ], [ 742, 536, 798, 562 ], [ 597, 559, 601, 584 ], [ 605, 559, 654, 584 ], [ 658, 559, 736, 584 ], [ 740, 559, 797, 584 ], [ 801, 559, 823, 584 ], [ 827, 559, 869, 584 ], [ 597, 581, 642, 606 ], [ 646, 581, 677, 606 ], [ 597, 603, 601, 629 ], [ 605, 603, 634, 629 ], [ 638, 603, 649, 629 ], [ 653, 603, 726, 629 ], [ 730, 603, 751, 629 ], [ 755, 603, 827, 629 ], [ 831, 603, 842, 629 ], [ 847, 603, 897, 629 ], [ 597, 625, 654, 651 ], [ 658, 625, 672, 651 ], [ 676, 625, 683, 651 ], [ 687, 625, 731, 651 ], [ 735, 625, 775, 651 ], [ 779, 625, 815, 651 ], [ 819, 625, 837, 651 ], [ 842, 625, 875, 651 ], [ 597, 648, 644, 673 ], [ 597, 670, 601, 695 ], [ 605, 670, 697, 695 ], [ 701, 670, 787, 695 ], [ 791, 670, 812, 695 ], [ 816, 670, 898, 695 ], [ 902, 670, 914, 695 ], [ 597, 692, 621, 718 ], [ 625, 692, 636, 718 ], [ 640, 692, 654, 718 ], [ 658, 692, 665, 718 ], [ 669, 692, 727, 718 ], [ 731, 692, 772, 718 ], [ 597, 715, 601, 740 ], [ 605, 715, 661, 740 ], [ 665, 715, 722, 740 ], [ 597, 737, 601, 762 ], [ 605, 737, 689, 762 ], [ 693, 737, 704, 762 ], [ 708, 737, 732, 762 ], [ 737, 737, 748, 762 ], [ 752, 737, 780, 762 ], [ 784, 737, 848, 762 ], [ 852, 737, 876, 762 ], [ 880, 737, 907, 762 ], [ 597, 759, 643, 785 ], [ 647, 759, 673, 785 ], [ 677, 759, 703, 785 ], [ 707, 759, 720, 785 ], [ 724, 759, 762, 785 ], [ 766, 759, 803, 785 ], [ 807, 759, 873, 785 ], [ 877, 759, 899, 785 ] ]
Teachers plan PSHE and Is PSHE being taught in every class? understand how they can progress in PSHE? RSE lessons very How do you know this? How often is it taught? effectively, making What evidence can you provide for PSHE Observations: Do you observe PSHE lessons? maximum use of lesson What evidence do you collect? How do you lessons? (e.g. schemes of work, time and coordinating annotated lesson plans) identify teachers who need support/training? lesson resources well. They What evidence of PSHE assessment can What impact has this training had? How can manage pupils’ behaviour you evidence the impact of this training? you provide? highly effectively with clear Staff questionnaires: Do you use staff Is your PSHE curriculum covering key rules that are consistently questionnaires to assess staff’s confidence in areas in every year group with a clear enforced. delivering and assessing PSHE you use this progression of skills:: –Do Teachers provide adequate i.e. to identify confident members of staff and time for practice to embed those who need further training? - Healthy Relationships the pupils’ knowledge, Curriculum: Does your PSHE provision cover the - Recognising feelings understanding and skills - Managing feelings key areas in column 2? How do you know these securely. They introduce topics are being taught? - Relationships and sex education subject content - Drugs and Alcohol Education Evidence of lessons: Evidence of PSHE books progressively and - Healthy Lifestyle including positive body and work scrutiny. Discuss pupils learning with constantly demand more of image them and record their responses. pupils. Teachers identify - E-Safety Evidence of assessment: Provide evidence of and support any pupil who - Positive self-confidence and self esteem how PSHE is assessed in each year group. How is falling behind, and - Equality and diversity are pupils encouraged to continue to develop enable almost all to catch - Challenging stereotypes the skills taught? up. - Resilience Teachers check pupils’ - Respect and tolerance for all understanding - Awareness of the wider community and systematically and wider world effectively in PSHE and RSE - Conflict resolution lessons, offering clearly - Rights and responsibilities
Teachers plan PSHE and RSE lessons very effectively, making maximum use of lesson time and coordinating lesson resources well. They manage pupils’ behaviour highly effectively with clear rules that are consistently enforced. Teachers provide adequate time for practice to embed the pupils’ knowledge, understanding and skills securely. They introduce subject content progressively and constantly demand more of pupils. Teachers identify and support any pupil who is falling behind, and enable almost all to catch up. Teachers check pupils’ understanding systematically and effectively in PSHE and RSE lessons, offering clearly Is PSHE being taught in every class? How often is it taught? What evidence can you provide for PSHE lessons? (e.g. schemes of work, annotated lesson plans) What evidence of PSHE assessment can you provide? Is your PSHE curriculum covering key areas in every year group with a clear progression of skills:: i.e. - Healthy Relationships - Recognising feelings - Managing feelings - Relationships and sex education - Drugs and Alcohol Education - Healthy Lifestyle including positive body image - E-Safety - Positive self-confidence and self esteem - Equality and diversity - Challenging stereotypes - Resilience - Respect and tolerance for all - Awareness of the wider community and wider world - Conflict resolution - Rights and responsibilities understand how they can progress in PSHE? How do you know this? Observations: Do you observe PSHE lessons? What evidence do you collect? How do you identify teachers who need support/training? What impact has this training had? How can you evidence the impact of this training? Staff questionnaires: Do you use staff questionnaires to assess staff’s confidence in delivering and assessing PSHE –Do you use this to identify confident members of staff and those who need further training? Curriculum: Does your PSHE provision cover the key areas in column 2? How do you know these topics are being taught? Evidence of lessons: Evidence of PSHE books and work scrutiny. Discuss pupils learning with them and record their responses. Evidence of assessment: Provide evidence of how PSHE is assessed in each year group. How are pupils encouraged to continue to develop the skills taught?
0.637032
[ 0, 1, 2, 3, 18, 19, 20, 31, 32, 46, 47, 48, 49, 63, 64, 65, 74, 75, 76, 77, 92, 93, 94, 104, 105, 106, 107, 120, 121, 122, 123, 138, 150, 151, 152, 161, 162, 163, 164, 165, 174, 175, 176, 187, 188, 189, 203, 204, 205, 215, 216, 229, 230, 244, 245, 246, 247, 254, 255, 256, 265, 266, 267, 268, 269, 285, 286, 287, 288, 300, 301, 302, 303, 304, 311, 314, 315, 316, 323, 331, 332, 335, 336, 337, 338, 339, 343, 344, 345, 4, 5, 6, 7, 8, 9, 10, 26, 27, 28, 29, 30, 33, 34, 35, 36, 37, 38, 39, 58, 59, 60, 61, 62, 66, 67, 68, 78, 79, 80, 81, 82, 83, 102, 103, 114, 115, 116, 117, 118, 119, 130, 131, 132, 133, 134, 135, 136, 137, 146, 147, 148, 153, 171, 172, 173, 184, 185, 186, 190, 191, 192, 210, 211, 212, 213, 214, 217, 218, 219, 220, 221, 231, 232, 233, 234, 235, 236, 248, 257, 258, 270, 271, 272, 273, 274, 275, 289, 290, 291, 292, 305, 306, 307, 312, 313, 317, 318, 319, 320, 321, 322, 324, 325, 326, 327, 328, 329, 330, 333, 334, 340, 341, 342, 346, 347, 348, 349, 11, 12, 13, 14, 15, 16, 17, 21, 22, 23, 24, 25, 40, 41, 42, 43, 44, 45, 50, 51, 52, 53, 54, 55, 56, 57, 69, 70, 71, 72, 73, 84, 85, 86, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 100, 101, 108, 109, 110, 111, 112, 113, 124, 125, 126, 127, 128, 129, 139, 140, 141, 142, 149, 143, 144, 145, 154, 155, 156, 157, 158, 159, 160, 166, 167, 168, 169, 170, 177, 178, 179, 180, 181, 182, 183, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 206, 207, 208, 209, 222, 223, 224, 225, 226, 227, 228, 237, 238, 239, 240, 241, 242, 243, 249, 250, 251, 252, 253, 259, 260, 261, 262, 263, 264, 276, 277, 278, 279, 280, 281, 282, 283, 284, 293, 294, 295, 296, 297, 298, 299, 308, 309, 310 ]
Ofsted%20mapping%20tool.docx
task-1607-216
13
[ [ 128, 154, 180, 179 ], [ 184, 154, 208, 179 ], [ 212, 154, 243, 179 ], [ 247, 154, 268, 179 ], [ 345, 154, 355, 179 ], [ 359, 154, 390, 179 ], [ 394, 154, 426, 179 ], [ 430, 154, 467, 179 ], [ 471, 154, 481, 179 ], [ 486, 154, 517, 179 ], [ 521, 154, 555, 179 ], [ 639, 154, 704, 179 ], [ 708, 154, 732, 179 ], [ 736, 154, 761, 179 ], [ 766, 154, 786, 179 ], [ 790, 154, 839, 179 ], [ 843, 154, 853, 179 ], [ 858, 154, 894, 179 ], [ 128, 176, 151, 202 ], [ 155, 176, 196, 202 ], [ 200, 176, 225, 202 ], [ 639, 176, 665, 202 ], [ 669, 176, 683, 202 ], [ 687, 176, 708, 202 ], [ 712, 176, 743, 202 ], [ 747, 176, 774, 202 ], [ 345, 177, 370, 202 ], [ 374, 177, 404, 202 ], [ 408, 177, 417, 202 ], [ 421, 177, 428, 202 ], [ 432, 177, 476, 202 ], [ 128, 199, 190, 224 ], [ 194, 199, 236, 224 ], [ 345, 199, 375, 224 ], [ 379, 199, 430, 224 ], [ 434, 199, 454, 224 ], [ 458, 199, 479, 224 ], [ 483, 199, 525, 224 ], [ 530, 199, 545, 224 ], [ 550, 199, 580, 224 ], [ 639, 199, 719, 224 ], [ 722, 199, 738, 224 ], [ 743, 199, 763, 224 ], [ 767, 199, 813, 224 ], [ 817, 199, 847, 224 ], [ 851, 199, 899, 224 ], [ 128, 221, 184, 246 ], [ 188, 221, 208, 246 ], [ 212, 221, 224, 246 ], [ 228, 221, 264, 246 ], [ 639, 221, 670, 247 ], [ 674, 221, 724, 247 ], [ 728, 221, 743, 247 ], [ 747, 221, 768, 247 ], [ 772, 221, 814, 247 ], [ 818, 221, 844, 247 ], [ 848, 221, 862, 247 ], [ 866, 221, 887, 247 ], [ 345, 222, 393, 247 ], [ 397, 222, 424, 247 ], [ 428, 222, 477, 247 ], [ 481, 222, 493, 247 ], [ 497, 222, 529, 247 ], [ 128, 243, 153, 269 ], [ 157, 243, 178, 269 ], [ 182, 243, 254, 269 ], [ 345, 244, 403, 269 ], [ 407, 244, 443, 269 ], [ 447, 244, 482, 269 ], [ 639, 244, 682, 269 ], [ 686, 244, 735, 269 ], [ 739, 244, 763, 269 ], [ 767, 244, 795, 269 ], [ 799, 244, 898, 269 ], [ 128, 266, 164, 291 ], [ 168, 266, 223, 291 ], [ 227, 266, 253, 291 ], [ 258, 266, 286, 291 ], [ 345, 266, 375, 292 ], [ 379, 266, 430, 292 ], [ 434, 266, 445, 292 ], [ 449, 266, 480, 292 ], [ 484, 266, 550, 292 ], [ 554, 266, 574, 292 ], [ 639, 266, 670, 291 ], [ 674, 266, 712, 291 ], [ 716, 266, 736, 291 ], [ 740, 266, 761, 291 ], [ 765, 266, 808, 291 ], [ 812, 266, 840, 291 ], [ 844, 266, 870, 291 ], [ 874, 266, 894, 291 ], [ 128, 288, 174, 313 ], [ 178, 288, 214, 311 ], [ 218, 288, 275, 313 ], [ 639, 288, 660, 314 ], [ 664, 288, 715, 314 ], [ 719, 288, 737, 314 ], [ 742, 288, 780, 314 ], [ 784, 288, 795, 314 ], [ 799, 288, 820, 314 ], [ 824, 288, 874, 314 ], [ 345, 289, 366, 314 ], [ 370, 289, 418, 314 ], [ 128, 310, 162, 336 ], [ 166, 310, 224, 336 ], [ 228, 310, 253, 336 ], [ 257, 310, 284, 336 ], [ 639, 310, 666, 336 ], [ 670, 310, 758, 336 ], [ 762, 310, 778, 336 ], [ 782, 310, 803, 336 ], [ 807, 310, 827, 336 ], [ 831, 310, 857, 336 ], [ 345, 311, 355, 337 ], [ 359, 311, 385, 337 ], [ 389, 311, 420, 337 ], [ 424, 311, 484, 337 ], [ 488, 311, 537, 337 ], [ 541, 311, 561, 337 ], [ 128, 332, 155, 358 ], [ 160, 332, 182, 358 ], [ 186, 332, 205, 358 ], [ 209, 332, 276, 358 ], [ 639, 333, 723, 358 ], [ 727, 333, 738, 358 ], [ 742, 333, 779, 358 ], [ 783, 333, 817, 358 ], [ 821, 333, 883, 358 ], [ 887, 333, 898, 358 ], [ 345, 334, 376, 359 ], [ 380, 334, 390, 359 ], [ 394, 334, 426, 359 ], [ 430, 334, 455, 359 ], [ 459, 334, 492, 359 ], [ 496, 334, 521, 359 ], [ 525, 334, 532, 359 ], [ 536, 334, 563, 359 ], [ 128, 355, 182, 380 ], [ 639, 355, 695, 381 ], [ 699, 355, 720, 381 ], [ 724, 355, 779, 381 ], [ 783, 355, 814, 381 ], [ 845, 355, 866, 381 ], [ 870, 355, 890, 381 ], [ 894, 355, 914, 381 ], [ 345, 356, 411, 381 ], [ 416, 356, 427, 381 ], [ 431, 356, 467, 381 ], [ 818, 357, 841, 381 ], [ 128, 377, 180, 402 ], [ 184, 377, 226, 402 ], [ 231, 377, 284, 402 ], [ 345, 378, 362, 404 ], [ 639, 378, 651, 403 ], [ 655, 378, 697, 403 ], [ 701, 378, 755, 403 ], [ 759, 378, 812, 403 ], [ 816, 378, 827, 403 ], [ 831, 378, 857, 403 ], [ 861, 378, 882, 403 ], [ 128, 399, 153, 425 ], [ 157, 399, 173, 425 ], [ 177, 399, 222, 425 ], [ 226, 399, 238, 425 ], [ 242, 399, 281, 425 ], [ 639, 400, 671, 425 ], [ 675, 400, 699, 425 ], [ 703, 400, 731, 425 ], [ 735, 400, 775, 425 ], [ 779, 400, 829, 425 ], [ 345, 401, 349, 426 ], [ 354, 401, 397, 426 ], [ 401, 401, 477, 426 ], [ 128, 422, 146, 447 ], [ 150, 422, 187, 445 ], [ 191, 422, 256, 447 ], [ 639, 422, 706, 448 ], [ 710, 422, 739, 448 ], [ 743, 422, 768, 448 ], [ 772, 422, 803, 448 ], [ 807, 422, 859, 448 ], [ 863, 422, 894, 448 ], [ 898, 422, 917, 448 ], [ 345, 423, 349, 448 ], [ 354, 423, 422, 448 ], [ 426, 423, 471, 448 ], [ 128, 444, 210, 469 ], [ 214, 444, 236, 469 ], [ 240, 444, 267, 469 ], [ 345, 445, 349, 471 ], [ 354, 445, 409, 471 ], [ 413, 445, 457, 471 ], [ 639, 445, 659, 470 ], [ 663, 445, 694, 470 ], [ 698, 445, 709, 470 ], [ 713, 445, 754, 470 ], [ 758, 445, 772, 470 ], [ 776, 445, 801, 470 ], [ 806, 445, 820, 470 ], [ 824, 445, 845, 470 ], [ 849, 445, 879, 470 ], [ 883, 445, 915, 470 ], [ 128, 466, 179, 492 ], [ 183, 466, 211, 492 ], [ 215, 466, 269, 492 ], [ 639, 467, 673, 493 ], [ 677, 467, 695, 493 ], [ 699, 467, 731, 493 ], [ 735, 467, 779, 493 ], [ 345, 468, 349, 493 ], [ 354, 468, 429, 493 ], [ 433, 468, 455, 493 ], [ 459, 468, 478, 493 ], [ 482, 468, 538, 493 ], [ 128, 489, 169, 514 ], [ 173, 489, 216, 514 ], [ 345, 490, 349, 515 ], [ 354, 490, 387, 515 ], [ 391, 490, 413, 515 ], [ 417, 490, 458, 515 ], [ 462, 490, 519, 515 ], [ 639, 490, 690, 515 ], [ 694, 490, 706, 515 ], [ 710, 490, 756, 515 ], [ 760, 490, 811, 515 ], [ 815, 490, 827, 515 ], [ 831, 490, 861, 515 ], [ 865, 490, 899, 515 ], [ 128, 511, 203, 536 ], [ 207, 511, 229, 536 ], [ 345, 512, 349, 538 ], [ 354, 512, 397, 538 ], [ 401, 512, 448, 538 ], [ 452, 512, 504, 538 ], [ 508, 512, 551, 538 ], [ 556, 512, 584, 538 ], [ 639, 512, 661, 538 ], [ 665, 512, 693, 538 ], [ 697, 512, 746, 538 ], [ 750, 512, 792, 538 ], [ 796, 512, 830, 538 ], [ 834, 512, 880, 538 ], [ 884, 512, 909, 538 ], [ 128, 533, 186, 559 ], [ 190, 533, 237, 559 ], [ 241, 533, 271, 559 ], [ 275, 533, 286, 559 ], [ 345, 535, 380, 560 ], [ 639, 535, 669, 560 ], [ 673, 535, 694, 560 ], [ 698, 535, 735, 560 ], [ 739, 535, 765, 560 ], [ 769, 535, 831, 560 ], [ 128, 555, 165, 581 ], [ 169, 555, 221, 581 ], [ 225, 555, 268, 581 ], [ 345, 557, 349, 582 ], [ 354, 557, 402, 582 ], [ 639, 557, 690, 582 ], [ 694, 557, 706, 582 ], [ 710, 557, 781, 582 ], [ 785, 557, 828, 582 ], [ 832, 557, 882, 582 ], [ 886, 557, 898, 582 ], [ 128, 578, 149, 603 ], [ 153, 578, 197, 603 ], [ 201, 578, 222, 603 ], [ 226, 578, 253, 603 ], [ 257, 578, 281, 603 ], [ 345, 579, 349, 605 ], [ 354, 579, 397, 605 ], [ 401, 579, 488, 605 ], [ 492, 579, 513, 605 ], [ 517, 579, 537, 605 ], [ 541, 579, 583, 605 ], [ 639, 579, 663, 605 ], [ 667, 579, 698, 605 ], [ 702, 579, 711, 605 ], [ 715, 579, 766, 605 ], [ 770, 579, 780, 605 ], [ 785, 579, 812, 605 ], [ 816, 579, 841, 605 ], [ 845, 579, 882, 605 ], [ 886, 579, 912, 605 ], [ 128, 600, 137, 625 ], [ 141, 600, 175, 625 ], [ 179, 600, 222, 625 ], [ 226, 600, 247, 625 ], [ 345, 601, 349, 627 ], [ 354, 601, 399, 627 ], [ 403, 601, 424, 627 ], [ 428, 601, 476, 627 ], [ 639, 602, 658, 627 ], [ 662, 602, 695, 627 ], [ 699, 602, 767, 627 ], [ 771, 602, 782, 627 ], [ 786, 602, 836, 627 ], [ 840, 602, 851, 627 ], [ 855, 602, 900, 627 ], [ 128, 622, 166, 648 ], [ 170, 622, 208, 648 ], [ 212, 622, 225, 648 ], [ 229, 622, 240, 648 ], [ 244, 622, 275, 648 ], [ 345, 624, 349, 649 ], [ 354, 624, 420, 649 ], [ 424, 624, 491, 649 ], [ 639, 624, 658, 649 ], [ 662, 624, 689, 649 ], [ 693, 624, 737, 649 ], [ 128, 645, 146, 670 ], [ 345, 646, 349, 671 ], [ 354, 646, 410, 671 ], [ 128, 667, 180, 692 ], [ 184, 667, 217, 692 ], [ 221, 667, 257, 691 ], [ 345, 668, 349, 694 ], [ 354, 668, 399, 694 ], [ 403, 668, 424, 694 ], [ 428, 668, 481, 694 ], [ 485, 668, 501, 694 ], [ 505, 668, 518, 694 ], [ 128, 689, 210, 715 ], [ 345, 691, 349, 716 ], [ 354, 691, 415, 716 ], [ 419, 691, 431, 716 ], [ 435, 691, 453, 716 ], [ 457, 691, 489, 716 ], [ 493, 691, 556, 716 ], [ 560, 691, 582, 716 ], [ 128, 712, 208, 737 ], [ 212, 712, 233, 737 ], [ 345, 713, 376, 738 ], [ 380, 713, 412, 738 ], [ 128, 734, 186, 759 ], [ 190, 734, 200, 759 ], [ 205, 734, 235, 759 ], [ 239, 734, 261, 759 ], [ 265, 734, 287, 759 ], [ 345, 735, 349, 761 ], [ 354, 735, 396, 761 ], [ 400, 735, 457, 761 ], [ 128, 756, 173, 782 ], [ 178, 756, 222, 782 ], [ 226, 756, 263, 782 ], [ 345, 758, 349, 783 ], [ 354, 758, 389, 783 ], [ 393, 758, 415, 783 ], [ 419, 758, 503, 783 ] ]
[ [ 128, 154, 180, 179 ], [ 184, 154, 208, 179 ], [ 212, 154, 243, 179 ], [ 247, 154, 268, 179 ], [ 128, 176, 151, 202 ], [ 155, 176, 196, 202 ], [ 200, 176, 225, 202 ], [ 128, 199, 190, 224 ], [ 194, 199, 236, 224 ], [ 128, 221, 184, 246 ], [ 188, 221, 208, 246 ], [ 212, 221, 224, 246 ], [ 228, 221, 264, 246 ], [ 128, 243, 153, 269 ], [ 157, 243, 178, 269 ], [ 182, 243, 254, 269 ], [ 128, 266, 164, 291 ], [ 168, 266, 223, 291 ], [ 227, 266, 253, 291 ], [ 258, 266, 286, 291 ], [ 128, 288, 174, 313 ], [ 178, 288, 214, 311 ], [ 218, 288, 275, 313 ], [ 128, 310, 162, 336 ], [ 166, 310, 224, 336 ], [ 228, 310, 253, 336 ], [ 257, 310, 284, 336 ], [ 128, 332, 155, 358 ], [ 160, 332, 182, 358 ], [ 186, 332, 205, 358 ], [ 209, 332, 276, 358 ], [ 128, 355, 182, 380 ], [ 128, 377, 180, 402 ], [ 184, 377, 226, 402 ], [ 231, 377, 284, 402 ], [ 128, 399, 153, 425 ], [ 157, 399, 173, 425 ], [ 177, 399, 222, 425 ], [ 226, 399, 238, 425 ], [ 242, 399, 281, 425 ], [ 128, 422, 146, 447 ], [ 150, 422, 187, 445 ], [ 191, 422, 256, 447 ], [ 128, 444, 210, 469 ], [ 214, 444, 236, 469 ], [ 240, 444, 267, 469 ], [ 128, 466, 179, 492 ], [ 183, 466, 211, 492 ], [ 215, 466, 269, 492 ], [ 128, 489, 169, 514 ], [ 173, 489, 216, 514 ], [ 128, 511, 203, 536 ], [ 207, 511, 229, 536 ], [ 128, 533, 186, 559 ], [ 190, 533, 237, 559 ], [ 241, 533, 271, 559 ], [ 275, 533, 286, 559 ], [ 128, 555, 165, 581 ], [ 169, 555, 221, 581 ], [ 225, 555, 268, 581 ], [ 128, 578, 149, 603 ], [ 153, 578, 197, 603 ], [ 201, 578, 222, 603 ], [ 226, 578, 253, 603 ], [ 257, 578, 281, 603 ], [ 128, 600, 137, 625 ], [ 141, 600, 175, 625 ], [ 179, 600, 222, 625 ], [ 226, 600, 247, 625 ], [ 128, 622, 166, 648 ], [ 170, 622, 208, 648 ], [ 212, 622, 225, 648 ], [ 229, 622, 240, 648 ], [ 244, 622, 275, 648 ], [ 128, 645, 146, 670 ], [ 128, 667, 180, 692 ], [ 184, 667, 217, 692 ], [ 221, 667, 257, 691 ], [ 128, 689, 210, 715 ], [ 128, 712, 208, 737 ], [ 212, 712, 233, 737 ], [ 128, 734, 186, 759 ], [ 190, 734, 200, 759 ], [ 205, 734, 235, 759 ], [ 239, 734, 261, 759 ], [ 265, 734, 287, 759 ], [ 128, 756, 173, 782 ], [ 178, 756, 222, 782 ], [ 226, 756, 263, 782 ], [ 345, 154, 355, 179 ], [ 359, 154, 390, 179 ], [ 394, 154, 426, 179 ], [ 430, 154, 467, 179 ], [ 471, 154, 481, 179 ], [ 486, 154, 517, 179 ], [ 521, 154, 555, 179 ], [ 345, 177, 370, 202 ], [ 374, 177, 404, 202 ], [ 408, 177, 417, 202 ], [ 421, 177, 428, 202 ], [ 432, 177, 476, 202 ], [ 345, 199, 375, 224 ], [ 379, 199, 430, 224 ], [ 434, 199, 454, 224 ], [ 458, 199, 479, 224 ], [ 483, 199, 525, 224 ], [ 530, 199, 545, 224 ], [ 550, 199, 580, 224 ], [ 345, 222, 393, 247 ], [ 397, 222, 424, 247 ], [ 428, 222, 477, 247 ], [ 481, 222, 493, 247 ], [ 497, 222, 529, 247 ], [ 345, 244, 403, 269 ], [ 407, 244, 443, 269 ], [ 447, 244, 482, 269 ], [ 345, 266, 375, 292 ], [ 379, 266, 430, 292 ], [ 434, 266, 445, 292 ], [ 449, 266, 480, 292 ], [ 484, 266, 550, 292 ], [ 554, 266, 574, 292 ], [ 345, 289, 366, 314 ], [ 370, 289, 418, 314 ], [ 345, 311, 355, 337 ], [ 359, 311, 385, 337 ], [ 389, 311, 420, 337 ], [ 424, 311, 484, 337 ], [ 488, 311, 537, 337 ], [ 541, 311, 561, 337 ], [ 345, 334, 376, 359 ], [ 380, 334, 390, 359 ], [ 394, 334, 426, 359 ], [ 430, 334, 455, 359 ], [ 459, 334, 492, 359 ], [ 496, 334, 521, 359 ], [ 525, 334, 532, 359 ], [ 536, 334, 563, 359 ], [ 345, 356, 411, 381 ], [ 416, 356, 427, 381 ], [ 431, 356, 467, 381 ], [ 345, 378, 362, 404 ], [ 345, 401, 349, 426 ], [ 354, 401, 397, 426 ], [ 401, 401, 477, 426 ], [ 345, 423, 349, 448 ], [ 354, 423, 422, 448 ], [ 426, 423, 471, 448 ], [ 345, 445, 349, 471 ], [ 354, 445, 409, 471 ], [ 413, 445, 457, 471 ], [ 345, 468, 349, 493 ], [ 354, 468, 429, 493 ], [ 433, 468, 455, 493 ], [ 459, 468, 478, 493 ], [ 482, 468, 538, 493 ], [ 345, 490, 349, 515 ], [ 354, 490, 387, 515 ], [ 391, 490, 413, 515 ], [ 417, 490, 458, 515 ], [ 462, 490, 519, 515 ], [ 345, 512, 349, 538 ], [ 354, 512, 397, 538 ], [ 401, 512, 448, 538 ], [ 452, 512, 504, 538 ], [ 508, 512, 551, 538 ], [ 556, 512, 584, 538 ], [ 345, 535, 380, 560 ], [ 345, 557, 349, 582 ], [ 354, 557, 402, 582 ], [ 345, 579, 349, 605 ], [ 354, 579, 397, 605 ], [ 401, 579, 488, 605 ], [ 492, 579, 513, 605 ], [ 517, 579, 537, 605 ], [ 541, 579, 583, 605 ], [ 345, 601, 349, 627 ], [ 354, 601, 399, 627 ], [ 403, 601, 424, 627 ], [ 428, 601, 476, 627 ], [ 345, 624, 349, 649 ], [ 354, 624, 420, 649 ], [ 424, 624, 491, 649 ], [ 345, 646, 349, 671 ], [ 354, 646, 410, 671 ], [ 345, 668, 349, 694 ], [ 354, 668, 399, 694 ], [ 403, 668, 424, 694 ], [ 428, 668, 481, 694 ], [ 485, 668, 501, 694 ], [ 505, 668, 518, 694 ], [ 345, 691, 349, 716 ], [ 354, 691, 415, 716 ], [ 419, 691, 431, 716 ], [ 435, 691, 453, 716 ], [ 457, 691, 489, 716 ], [ 493, 691, 556, 716 ], [ 560, 691, 582, 716 ], [ 345, 713, 376, 738 ], [ 380, 713, 412, 738 ], [ 345, 735, 349, 761 ], [ 354, 735, 396, 761 ], [ 400, 735, 457, 761 ], [ 345, 758, 349, 783 ], [ 354, 758, 389, 783 ], [ 393, 758, 415, 783 ], [ 419, 758, 503, 783 ], [ 639, 154, 704, 179 ], [ 708, 154, 732, 179 ], [ 736, 154, 761, 179 ], [ 766, 154, 786, 179 ], [ 790, 154, 839, 179 ], [ 843, 154, 853, 179 ], [ 858, 154, 894, 179 ], [ 639, 176, 665, 202 ], [ 669, 176, 683, 202 ], [ 687, 176, 708, 202 ], [ 712, 176, 743, 202 ], [ 747, 176, 774, 202 ], [ 639, 199, 719, 224 ], [ 722, 199, 738, 224 ], [ 743, 199, 763, 224 ], [ 767, 199, 813, 224 ], [ 817, 199, 847, 224 ], [ 851, 199, 899, 224 ], [ 639, 221, 670, 247 ], [ 674, 221, 724, 247 ], [ 728, 221, 743, 247 ], [ 747, 221, 768, 247 ], [ 772, 221, 814, 247 ], [ 818, 221, 844, 247 ], [ 848, 221, 862, 247 ], [ 866, 221, 887, 247 ], [ 639, 244, 682, 269 ], [ 686, 244, 735, 269 ], [ 739, 244, 763, 269 ], [ 767, 244, 795, 269 ], [ 799, 244, 898, 269 ], [ 639, 266, 670, 291 ], [ 674, 266, 712, 291 ], [ 716, 266, 736, 291 ], [ 740, 266, 761, 291 ], [ 765, 266, 808, 291 ], [ 812, 266, 840, 291 ], [ 844, 266, 870, 291 ], [ 874, 266, 894, 291 ], [ 639, 288, 660, 314 ], [ 664, 288, 715, 314 ], [ 719, 288, 737, 314 ], [ 742, 288, 780, 314 ], [ 784, 288, 795, 314 ], [ 799, 288, 820, 314 ], [ 824, 288, 874, 314 ], [ 639, 310, 666, 336 ], [ 670, 310, 758, 336 ], [ 762, 310, 778, 336 ], [ 782, 310, 803, 336 ], [ 807, 310, 827, 336 ], [ 831, 310, 857, 336 ], [ 639, 333, 723, 358 ], [ 727, 333, 738, 358 ], [ 742, 333, 779, 358 ], [ 783, 333, 817, 358 ], [ 821, 333, 883, 358 ], [ 887, 333, 898, 358 ], [ 639, 355, 695, 381 ], [ 699, 355, 720, 381 ], [ 724, 355, 779, 381 ], [ 783, 355, 814, 381 ], [ 818, 357, 841, 381 ], [ 845, 355, 866, 381 ], [ 870, 355, 890, 381 ], [ 894, 355, 914, 381 ], [ 639, 378, 651, 403 ], [ 655, 378, 697, 403 ], [ 701, 378, 755, 403 ], [ 759, 378, 812, 403 ], [ 816, 378, 827, 403 ], [ 831, 378, 857, 403 ], [ 861, 378, 882, 403 ], [ 639, 400, 671, 425 ], [ 675, 400, 699, 425 ], [ 703, 400, 731, 425 ], [ 735, 400, 775, 425 ], [ 779, 400, 829, 425 ], [ 639, 422, 706, 448 ], [ 710, 422, 739, 448 ], [ 743, 422, 768, 448 ], [ 772, 422, 803, 448 ], [ 807, 422, 859, 448 ], [ 863, 422, 894, 448 ], [ 898, 422, 917, 448 ], [ 639, 445, 659, 470 ], [ 663, 445, 694, 470 ], [ 698, 445, 709, 470 ], [ 713, 445, 754, 470 ], [ 758, 445, 772, 470 ], [ 776, 445, 801, 470 ], [ 806, 445, 820, 470 ], [ 824, 445, 845, 470 ], [ 849, 445, 879, 470 ], [ 883, 445, 915, 470 ], [ 639, 467, 673, 493 ], [ 677, 467, 695, 493 ], [ 699, 467, 731, 493 ], [ 735, 467, 779, 493 ], [ 639, 490, 690, 515 ], [ 694, 490, 706, 515 ], [ 710, 490, 756, 515 ], [ 760, 490, 811, 515 ], [ 815, 490, 827, 515 ], [ 831, 490, 861, 515 ], [ 865, 490, 899, 515 ], [ 639, 512, 661, 538 ], [ 665, 512, 693, 538 ], [ 697, 512, 746, 538 ], [ 750, 512, 792, 538 ], [ 796, 512, 830, 538 ], [ 834, 512, 880, 538 ], [ 884, 512, 909, 538 ], [ 639, 535, 669, 560 ], [ 673, 535, 694, 560 ], [ 698, 535, 735, 560 ], [ 739, 535, 765, 560 ], [ 769, 535, 831, 560 ], [ 639, 557, 690, 582 ], [ 694, 557, 706, 582 ], [ 710, 557, 781, 582 ], [ 785, 557, 828, 582 ], [ 832, 557, 882, 582 ], [ 886, 557, 898, 582 ], [ 639, 579, 663, 605 ], [ 667, 579, 698, 605 ], [ 702, 579, 711, 605 ], [ 715, 579, 766, 605 ], [ 770, 579, 780, 605 ], [ 785, 579, 812, 605 ], [ 816, 579, 841, 605 ], [ 845, 579, 882, 605 ], [ 886, 579, 912, 605 ], [ 639, 602, 658, 627 ], [ 662, 602, 695, 627 ], [ 699, 602, 767, 627 ], [ 771, 602, 782, 627 ], [ 786, 602, 836, 627 ], [ 840, 602, 851, 627 ], [ 855, 602, 900, 627 ], [ 639, 624, 658, 649 ], [ 662, 624, 689, 649 ], [ 693, 624, 737, 649 ] ]
April Of Mice and Men – Monday Tuesday Wednesday Thursday Friday 6 7 Snow Day! Start OMAM Intro note and discussion 10 11 12 13 14 Chapter #1 Chapter #2 Chapter #3 Chapter #4 Good Friday (LONG) 17 18 19 (I’m away) 20 21 Character Easter Monday Chapter #5 Note/Film a Mouse…” Sketch “To Chapter #6 Assignment 24 (I’m Away) 25 (I’m Away) 26 (I’m Away) 27 28 OMAM Final Start And Then Character OMAM Test OMAM Test Test There Were Sketch Review/Character Review/Character Murder None Sketch/Film Sketch/Film Mystery genre
April – Of Mice and Men Monday Tuesday Wednesday Thursday Friday 6 Start OMAM Intro note and discussion 7 Snow Day! 10 Chapter #1 11 Chapter #2 12 Chapter #3 (LONG) 13 Chapter #4 14 Good Friday 17 Easter Monday 18 Chapter #5 19 (I’m away) Note/Film 20 “To a Mouse…” Chapter #6 21 Character Sketch Assignment 24 (I’m Away) Character Sketch 25 (I’m Away) OMAM Test Review/Character Sketch/Film 26 (I’m Away) OMAM Test Review/Character Sketch/Film 27 OMAM Final Test 28 Start And Then There Were None Murder Mystery genre
0.300769
[ 0, 5, 1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 15, 16, 17, 18, 19, 20, 12, 13, 14, 21, 26, 27, 22, 28, 29, 23, 30, 31, 36, 24, 32, 33, 25, 34, 35, 37, 45, 46, 38, 47, 48, 39, 40, 41, 49, 42, 53, 50, 51, 54, 55, 43, 44, 52, 56, 57, 58, 59, 73, 81, 60, 61, 62, 74, 75, 82, 86, 63, 64, 65, 76, 77, 83, 87, 66, 68, 69, 78, 67, 70, 71, 72, 79, 80, 85, 84, 88, 89 ]
of_mice_and_men_calendar_2017_spring.docx
task-1607-310
0
[ [ 117, 176, 199, 215 ], [ 235, 178, 273, 214 ], [ 282, 178, 356, 214 ], [ 365, 178, 420, 214 ], [ 429, 178, 497, 214 ], [ 208, 181, 226, 211 ], [ 156, 223, 226, 244 ], [ 310, 223, 380, 244 ], [ 456, 223, 553, 244 ], [ 617, 223, 699, 244 ], [ 779, 223, 835, 244 ], [ 592, 241, 602, 261 ], [ 741, 241, 751, 261 ], [ 763, 258, 807, 279 ], [ 812, 258, 851, 279 ], [ 592, 276, 629, 296 ], [ 634, 276, 697, 296 ], [ 592, 293, 631, 313 ], [ 635, 293, 669, 313 ], [ 674, 293, 702, 313 ], [ 592, 311, 674, 331 ], [ 126, 329, 146, 349 ], [ 274, 329, 294, 349 ], [ 433, 329, 453, 349 ], [ 592, 329, 612, 349 ], [ 741, 329, 761, 349 ], [ 126, 364, 188, 384 ], [ 193, 364, 212, 384 ], [ 274, 364, 336, 384 ], [ 341, 364, 361, 384 ], [ 433, 364, 495, 384 ], [ 500, 364, 520, 384 ], [ 592, 364, 654, 384 ], [ 659, 364, 679, 384 ], [ 741, 364, 785, 384 ], [ 790, 364, 841, 384 ], [ 433, 381, 501, 401 ], [ 126, 399, 146, 419 ], [ 274, 399, 294, 419 ], [ 433, 399, 453, 419 ], [ 458, 399, 493, 419 ], [ 498, 399, 546, 419 ], [ 592, 399, 612, 419 ], [ 741, 399, 761, 419 ], [ 741, 416, 817, 437 ], [ 126, 434, 175, 454 ], [ 180, 434, 245, 454 ], [ 274, 434, 336, 454 ], [ 341, 434, 361, 454 ], [ 433, 434, 514, 454 ], [ 628, 434, 636, 454 ], [ 641, 434, 723, 453 ], [ 741, 434, 794, 454 ], [ 592, 436, 623, 454 ], [ 592, 451, 654, 472 ], [ 659, 451, 679, 472 ], [ 741, 451, 835, 472 ], [ 126, 469, 146, 490 ], [ 150, 469, 185, 490 ], [ 190, 469, 244, 490 ], [ 274, 469, 294, 490 ], [ 299, 469, 334, 490 ], [ 338, 469, 392, 490 ], [ 433, 469, 453, 490 ], [ 458, 469, 493, 490 ], [ 498, 469, 551, 490 ], [ 592, 469, 612, 490 ], [ 741, 469, 761, 490 ], [ 592, 487, 656, 507 ], [ 661, 487, 701, 507 ], [ 741, 487, 778, 507 ], [ 783, 488, 815, 507 ], [ 819, 488, 859, 507 ], [ 126, 504, 202, 524 ], [ 274, 504, 337, 524 ], [ 342, 504, 376, 524 ], [ 433, 504, 497, 524 ], [ 502, 504, 535, 524 ], [ 592, 504, 626, 524 ], [ 741, 506, 787, 524 ], [ 792, 506, 833, 524 ], [ 126, 522, 179, 542 ], [ 274, 522, 416, 542 ], [ 433, 522, 575, 542 ], [ 787, 522, 846, 542 ], [ 741, 523, 782, 542 ], [ 274, 539, 370, 559 ], [ 433, 539, 529, 559 ], [ 741, 539, 806, 559 ], [ 811, 539, 855, 559 ] ]
[ [ 117, 176, 199, 215 ], [ 208, 181, 226, 211 ], [ 235, 178, 273, 214 ], [ 282, 178, 356, 214 ], [ 365, 178, 420, 214 ], [ 429, 178, 497, 214 ], [ 156, 223, 226, 244 ], [ 310, 223, 380, 244 ], [ 456, 223, 553, 244 ], [ 617, 223, 699, 244 ], [ 779, 223, 835, 244 ], [ 592, 241, 602, 261 ], [ 592, 276, 629, 296 ], [ 634, 276, 697, 296 ], [ 592, 293, 631, 313 ], [ 635, 293, 669, 313 ], [ 674, 293, 702, 313 ], [ 592, 311, 674, 331 ], [ 741, 241, 751, 261 ], [ 763, 258, 807, 279 ], [ 812, 258, 851, 279 ], [ 126, 329, 146, 349 ], [ 126, 364, 188, 384 ], [ 193, 364, 212, 384 ], [ 274, 329, 294, 349 ], [ 274, 364, 336, 384 ], [ 341, 364, 361, 384 ], [ 433, 329, 453, 349 ], [ 433, 364, 495, 384 ], [ 500, 364, 520, 384 ], [ 433, 381, 501, 401 ], [ 592, 329, 612, 349 ], [ 592, 364, 654, 384 ], [ 659, 364, 679, 384 ], [ 741, 329, 761, 349 ], [ 741, 364, 785, 384 ], [ 790, 364, 841, 384 ], [ 126, 399, 146, 419 ], [ 126, 434, 175, 454 ], [ 180, 434, 245, 454 ], [ 274, 399, 294, 419 ], [ 274, 434, 336, 454 ], [ 341, 434, 361, 454 ], [ 433, 399, 453, 419 ], [ 458, 399, 493, 419 ], [ 498, 399, 546, 419 ], [ 433, 434, 514, 454 ], [ 592, 399, 612, 419 ], [ 592, 436, 623, 454 ], [ 628, 434, 636, 454 ], [ 641, 434, 723, 453 ], [ 592, 451, 654, 472 ], [ 659, 451, 679, 472 ], [ 741, 399, 761, 419 ], [ 741, 416, 817, 437 ], [ 741, 434, 794, 454 ], [ 741, 451, 835, 472 ], [ 126, 469, 146, 490 ], [ 150, 469, 185, 490 ], [ 190, 469, 244, 490 ], [ 126, 504, 202, 524 ], [ 126, 522, 179, 542 ], [ 274, 469, 294, 490 ], [ 299, 469, 334, 490 ], [ 338, 469, 392, 490 ], [ 274, 504, 337, 524 ], [ 342, 504, 376, 524 ], [ 274, 522, 416, 542 ], [ 274, 539, 370, 559 ], [ 433, 469, 453, 490 ], [ 458, 469, 493, 490 ], [ 498, 469, 551, 490 ], [ 433, 504, 497, 524 ], [ 502, 504, 535, 524 ], [ 433, 522, 575, 542 ], [ 433, 539, 529, 559 ], [ 592, 469, 612, 490 ], [ 592, 487, 656, 507 ], [ 661, 487, 701, 507 ], [ 592, 504, 626, 524 ], [ 741, 469, 761, 490 ], [ 741, 487, 778, 507 ], [ 783, 488, 815, 507 ], [ 819, 488, 859, 507 ], [ 741, 506, 787, 524 ], [ 792, 506, 833, 524 ], [ 741, 523, 782, 542 ], [ 787, 522, 846, 542 ], [ 741, 539, 806, 559 ], [ 811, 539, 855, 559 ] ]
Prior to submitting the application, you may wish to obtain a copy of the Legislative Rules of the Division of Environmental Protection, Title 47, Series 26, Water Pollution Control Permit Fee Schedules, effective . A copy of these Rules is available from the Secretary of State's Office, , . To help the applicant, the application fees have been calculated by acreage in each precipitation zone in . These application fees have been prepared using the NPDES Fee structure to simplify the application submittal process. The following table lists the application fee by zone for acres of disturbed area. To determine which zone the project is located refer to the Precipitation Zone Map. PERMIT APPLICATION FEES BY PRECIPITATION ZONE ZONE 1 ZONE 2 3-3.9 Acres = $ 700 3-4.9 Acres = $ 700 4-38.9 Acres = $ 1170 5-43.9 Acres = $ 1170 39-76.9 Acres = $ 1400 44-87.9 Acres = $ 1400 77 or more = $ 1750 88 Acres or more = $ 1750 ZONE 3 ZONE 4 3-3 .9 Acres = $ 700 3-4.9 Acres = $ 700 4-31.9 Acres = $ 1170 5-45.9 Acres = $ 1170 32-63.9 Acres = $ 1400 46-90.9 Acres = $ 1400 64 or more = $ 1750 91 Acres or more = $ 1750 PRECIPITATION IN WEST VIRGINIA
Prior to submitting the application, you may wish to obtain a copy of the Legislative Rules of the Division of Environmental Protection, Title 47, Series 26, Water Pollution Control Permit Fee Schedules, effective . A copy of these Rules is available from the Secretary of State's Office, , . To help the applicant, the application fees have been calculated by acreage in each precipitation zone in . These application fees have been prepared using the NPDES Fee structure to simplify the application submittal process. The following table lists the application fee by zone for acres of disturbed area. To determine which zone the project is located refer to the Precipitation Zone Map. PERMIT APPLICATION FEES BY PRECIPITATION ZONE ZONE 1 ZONE 2 3-3.9 Acres = $ 700 3-4.9 Acres = $ 700 4-38.9 Acres = $ 1170 5-43.9 Acres = $ 1170 39-76.9 Acres = $ 1400 44-87.9 Acres = $ 1400 77 or more = $ 1750 88 Acres or more = $ 1750 ZONE 3 ZONE 4 3-3 .9 Acres = $ 700 3-4.9 Acres = $ 700 4-31.9 Acres = $ 1170 5-45.9 Acres = $ 1170 32-63.9 Acres = $ 1400 46-90.9 Acres = $ 1400 64 or more = $ 1750 91 Acres or more = $ 1750 PRECIPITATION IN WEST VIRGINIA
1
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216 ]
OG%20SRA%20Instructions%20revised%202.docx
task-1607-339
2
[ [ 117, 72, 156, 93 ], [ 161, 72, 177, 93 ], [ 182, 72, 266, 93 ], [ 271, 72, 295, 93 ], [ 300, 72, 392, 93 ], [ 397, 72, 426, 93 ], [ 431, 72, 465, 93 ], [ 470, 72, 507, 93 ], [ 512, 72, 528, 93 ], [ 533, 72, 582, 93 ], [ 587, 72, 596, 93 ], [ 601, 72, 639, 93 ], [ 644, 72, 660, 93 ], [ 666, 72, 689, 93 ], [ 695, 72, 782, 93 ], [ 787, 72, 831, 93 ], [ 836, 72, 853, 93 ], [ 858, 72, 882, 93 ], [ 117, 90, 185, 110 ], [ 192, 90, 208, 110 ], [ 215, 90, 332, 110 ], [ 339, 90, 424, 110 ], [ 431, 90, 468, 110 ], [ 475, 90, 500, 110 ], [ 507, 90, 555, 110 ], [ 562, 90, 586, 110 ], [ 593, 90, 641, 110 ], [ 648, 90, 720, 110 ], [ 727, 90, 787, 110 ], [ 794, 90, 846, 110 ], [ 854, 90, 882, 110 ], [ 117, 107, 201, 127 ], [ 206, 107, 275, 127 ], [ 280, 107, 285, 127 ], [ 290, 107, 304, 127 ], [ 309, 107, 347, 127 ], [ 352, 107, 368, 127 ], [ 373, 107, 413, 127 ], [ 418, 107, 463, 127 ], [ 468, 107, 481, 127 ], [ 485, 107, 556, 127 ], [ 561, 107, 599, 127 ], [ 604, 107, 628, 127 ], [ 633, 107, 707, 127 ], [ 712, 107, 728, 127 ], [ 733, 107, 783, 127 ], [ 788, 107, 843, 127 ], [ 848, 107, 853, 127 ], [ 858, 107, 863, 127 ], [ 117, 142, 139, 162 ], [ 144, 142, 178, 162 ], [ 182, 142, 206, 162 ], [ 211, 142, 288, 162 ], [ 293, 142, 317, 162 ], [ 322, 142, 409, 162 ], [ 414, 142, 445, 162 ], [ 450, 142, 487, 162 ], [ 492, 142, 529, 162 ], [ 534, 142, 613, 162 ], [ 618, 142, 638, 162 ], [ 643, 142, 702, 162 ], [ 707, 142, 722, 162 ], [ 727, 142, 763, 162 ], [ 768, 142, 867, 162 ], [ 117, 159, 154, 180 ], [ 159, 159, 174, 180 ], [ 179, 159, 184, 180 ], [ 189, 159, 236, 180 ], [ 241, 159, 328, 180 ], [ 333, 159, 364, 180 ], [ 369, 159, 406, 180 ], [ 411, 159, 448, 180 ], [ 453, 159, 521, 180 ], [ 526, 159, 569, 180 ], [ 574, 159, 597, 180 ], [ 602, 159, 664, 180 ], [ 669, 159, 698, 180 ], [ 703, 159, 771, 180 ], [ 776, 159, 791, 180 ], [ 796, 159, 861, 180 ], [ 117, 177, 141, 197 ], [ 146, 177, 233, 197 ], [ 238, 177, 311, 197 ], [ 316, 177, 379, 197 ], [ 389, 177, 420, 197 ], [ 424, 177, 501, 197 ], [ 506, 177, 544, 197 ], [ 549, 177, 580, 197 ], [ 585, 177, 609, 197 ], [ 614, 177, 701, 197 ], [ 706, 177, 730, 197 ], [ 735, 177, 754, 197 ], [ 759, 177, 796, 197 ], [ 801, 177, 824, 197 ], [ 829, 177, 869, 197 ], [ 117, 194, 133, 215 ], [ 138, 194, 211, 215 ], [ 216, 194, 254, 215 ], [ 264, 194, 285, 215 ], [ 290, 194, 368, 215 ], [ 373, 194, 421, 215 ], [ 426, 194, 463, 215 ], [ 468, 194, 492, 215 ], [ 497, 194, 551, 215 ], [ 556, 194, 569, 215 ], [ 574, 194, 631, 215 ], [ 636, 194, 672, 215 ], [ 677, 194, 693, 215 ], [ 698, 194, 721, 215 ], [ 726, 194, 826, 215 ], [ 831, 194, 872, 215 ], [ 117, 212, 158, 232 ], [ 235, 247, 313, 268 ], [ 318, 247, 455, 268 ], [ 460, 247, 509, 268 ], [ 514, 247, 541, 268 ], [ 546, 247, 704, 268 ], [ 709, 247, 764, 268 ], [ 176, 280, 227, 300 ], [ 231, 280, 240, 300 ], [ 588, 280, 639, 300 ], [ 643, 280, 652, 300 ], [ 117, 312, 155, 331 ], [ 159, 312, 201, 331 ], [ 294, 312, 304, 331 ], [ 308, 312, 317, 331 ], [ 322, 312, 349, 331 ], [ 529, 312, 566, 331 ], [ 571, 312, 613, 331 ], [ 705, 312, 716, 331 ], [ 720, 312, 729, 331 ], [ 733, 312, 760, 331 ], [ 117, 328, 164, 347 ], [ 168, 328, 210, 347 ], [ 294, 328, 304, 347 ], [ 308, 328, 317, 347 ], [ 322, 328, 358, 347 ], [ 529, 328, 575, 347 ], [ 580, 328, 622, 347 ], [ 705, 328, 716, 347 ], [ 720, 328, 729, 347 ], [ 733, 328, 769, 347 ], [ 117, 344, 173, 363 ], [ 177, 344, 219, 363 ], [ 294, 344, 304, 363 ], [ 308, 344, 317, 363 ], [ 322, 344, 358, 363 ], [ 529, 344, 584, 363 ], [ 589, 344, 631, 363 ], [ 705, 344, 716, 363 ], [ 720, 344, 729, 363 ], [ 733, 344, 769, 363 ], [ 117, 360, 135, 379 ], [ 179, 360, 194, 379 ], [ 198, 360, 235, 379 ], [ 294, 360, 304, 379 ], [ 308, 360, 317, 379 ], [ 322, 360, 358, 379 ], [ 529, 360, 547, 379 ], [ 551, 360, 593, 379 ], [ 598, 360, 613, 379 ], [ 617, 360, 654, 379 ], [ 705, 360, 716, 379 ], [ 720, 360, 729, 379 ], [ 733, 360, 769, 379 ], [ 176, 392, 227, 411 ], [ 231, 392, 240, 411 ], [ 588, 392, 639, 411 ], [ 643, 392, 652, 411 ], [ 117, 424, 141, 442 ], [ 146, 424, 159, 442 ], [ 164, 424, 205, 442 ], [ 294, 424, 304, 442 ], [ 308, 424, 317, 442 ], [ 322, 424, 349, 442 ], [ 529, 424, 566, 442 ], [ 571, 424, 613, 442 ], [ 705, 424, 716, 442 ], [ 720, 424, 729, 442 ], [ 733, 424, 760, 442 ], [ 117, 440, 164, 458 ], [ 168, 440, 210, 458 ], [ 294, 440, 304, 458 ], [ 308, 440, 317, 458 ], [ 322, 440, 358, 458 ], [ 529, 440, 575, 458 ], [ 580, 440, 622, 458 ], [ 705, 440, 716, 458 ], [ 720, 440, 729, 458 ], [ 733, 440, 769, 458 ], [ 117, 456, 173, 474 ], [ 177, 456, 219, 474 ], [ 294, 456, 304, 474 ], [ 308, 456, 317, 474 ], [ 322, 456, 358, 474 ], [ 529, 456, 584, 474 ], [ 589, 456, 631, 474 ], [ 705, 456, 716, 474 ], [ 720, 456, 729, 474 ], [ 733, 456, 769, 474 ], [ 117, 472, 135, 490 ], [ 179, 472, 194, 490 ], [ 198, 472, 235, 490 ], [ 294, 472, 304, 490 ], [ 308, 472, 317, 490 ], [ 322, 472, 358, 490 ], [ 529, 472, 547, 490 ], [ 551, 472, 593, 490 ], [ 598, 472, 613, 490 ], [ 617, 472, 654, 490 ], [ 705, 472, 716, 490 ], [ 720, 472, 729, 490 ], [ 733, 472, 769, 490 ], [ 176, 504, 334, 525 ], [ 386, 504, 408, 525 ], [ 413, 504, 469, 525 ], [ 474, 504, 569, 525 ] ]
[ [ 117, 72, 156, 93 ], [ 161, 72, 177, 93 ], [ 182, 72, 266, 93 ], [ 271, 72, 295, 93 ], [ 300, 72, 392, 93 ], [ 397, 72, 426, 93 ], [ 431, 72, 465, 93 ], [ 470, 72, 507, 93 ], [ 512, 72, 528, 93 ], [ 533, 72, 582, 93 ], [ 587, 72, 596, 93 ], [ 601, 72, 639, 93 ], [ 644, 72, 660, 93 ], [ 666, 72, 689, 93 ], [ 695, 72, 782, 93 ], [ 787, 72, 831, 93 ], [ 836, 72, 853, 93 ], [ 858, 72, 882, 93 ], [ 117, 90, 185, 110 ], [ 192, 90, 208, 110 ], [ 215, 90, 332, 110 ], [ 339, 90, 424, 110 ], [ 431, 90, 468, 110 ], [ 475, 90, 500, 110 ], [ 507, 90, 555, 110 ], [ 562, 90, 586, 110 ], [ 593, 90, 641, 110 ], [ 648, 90, 720, 110 ], [ 727, 90, 787, 110 ], [ 794, 90, 846, 110 ], [ 854, 90, 882, 110 ], [ 117, 107, 201, 127 ], [ 206, 107, 275, 127 ], [ 280, 107, 285, 127 ], [ 290, 107, 304, 127 ], [ 309, 107, 347, 127 ], [ 352, 107, 368, 127 ], [ 373, 107, 413, 127 ], [ 418, 107, 463, 127 ], [ 468, 107, 481, 127 ], [ 485, 107, 556, 127 ], [ 561, 107, 599, 127 ], [ 604, 107, 628, 127 ], [ 633, 107, 707, 127 ], [ 712, 107, 728, 127 ], [ 733, 107, 783, 127 ], [ 788, 107, 843, 127 ], [ 848, 107, 853, 127 ], [ 858, 107, 863, 127 ], [ 117, 142, 139, 162 ], [ 144, 142, 178, 162 ], [ 182, 142, 206, 162 ], [ 211, 142, 288, 162 ], [ 293, 142, 317, 162 ], [ 322, 142, 409, 162 ], [ 414, 142, 445, 162 ], [ 450, 142, 487, 162 ], [ 492, 142, 529, 162 ], [ 534, 142, 613, 162 ], [ 618, 142, 638, 162 ], [ 643, 142, 702, 162 ], [ 707, 142, 722, 162 ], [ 727, 142, 763, 162 ], [ 768, 142, 867, 162 ], [ 117, 159, 154, 180 ], [ 159, 159, 174, 180 ], [ 179, 159, 184, 180 ], [ 189, 159, 236, 180 ], [ 241, 159, 328, 180 ], [ 333, 159, 364, 180 ], [ 369, 159, 406, 180 ], [ 411, 159, 448, 180 ], [ 453, 159, 521, 180 ], [ 526, 159, 569, 180 ], [ 574, 159, 597, 180 ], [ 602, 159, 664, 180 ], [ 669, 159, 698, 180 ], [ 703, 159, 771, 180 ], [ 776, 159, 791, 180 ], [ 796, 159, 861, 180 ], [ 117, 177, 141, 197 ], [ 146, 177, 233, 197 ], [ 238, 177, 311, 197 ], [ 316, 177, 379, 197 ], [ 389, 177, 420, 197 ], [ 424, 177, 501, 197 ], [ 506, 177, 544, 197 ], [ 549, 177, 580, 197 ], [ 585, 177, 609, 197 ], [ 614, 177, 701, 197 ], [ 706, 177, 730, 197 ], [ 735, 177, 754, 197 ], [ 759, 177, 796, 197 ], [ 801, 177, 824, 197 ], [ 829, 177, 869, 197 ], [ 117, 194, 133, 215 ], [ 138, 194, 211, 215 ], [ 216, 194, 254, 215 ], [ 264, 194, 285, 215 ], [ 290, 194, 368, 215 ], [ 373, 194, 421, 215 ], [ 426, 194, 463, 215 ], [ 468, 194, 492, 215 ], [ 497, 194, 551, 215 ], [ 556, 194, 569, 215 ], [ 574, 194, 631, 215 ], [ 636, 194, 672, 215 ], [ 677, 194, 693, 215 ], [ 698, 194, 721, 215 ], [ 726, 194, 826, 215 ], [ 831, 194, 872, 215 ], [ 117, 212, 158, 232 ], [ 235, 247, 313, 268 ], [ 318, 247, 455, 268 ], [ 460, 247, 509, 268 ], [ 514, 247, 541, 268 ], [ 546, 247, 704, 268 ], [ 709, 247, 764, 268 ], [ 176, 280, 227, 300 ], [ 231, 280, 240, 300 ], [ 588, 280, 639, 300 ], [ 643, 280, 652, 300 ], [ 117, 312, 155, 331 ], [ 159, 312, 201, 331 ], [ 294, 312, 304, 331 ], [ 308, 312, 317, 331 ], [ 322, 312, 349, 331 ], [ 529, 312, 566, 331 ], [ 571, 312, 613, 331 ], [ 705, 312, 716, 331 ], [ 720, 312, 729, 331 ], [ 733, 312, 760, 331 ], [ 117, 328, 164, 347 ], [ 168, 328, 210, 347 ], [ 294, 328, 304, 347 ], [ 308, 328, 317, 347 ], [ 322, 328, 358, 347 ], [ 529, 328, 575, 347 ], [ 580, 328, 622, 347 ], [ 705, 328, 716, 347 ], [ 720, 328, 729, 347 ], [ 733, 328, 769, 347 ], [ 117, 344, 173, 363 ], [ 177, 344, 219, 363 ], [ 294, 344, 304, 363 ], [ 308, 344, 317, 363 ], [ 322, 344, 358, 363 ], [ 529, 344, 584, 363 ], [ 589, 344, 631, 363 ], [ 705, 344, 716, 363 ], [ 720, 344, 729, 363 ], [ 733, 344, 769, 363 ], [ 117, 360, 135, 379 ], [ 179, 360, 194, 379 ], [ 198, 360, 235, 379 ], [ 294, 360, 304, 379 ], [ 308, 360, 317, 379 ], [ 322, 360, 358, 379 ], [ 529, 360, 547, 379 ], [ 551, 360, 593, 379 ], [ 598, 360, 613, 379 ], [ 617, 360, 654, 379 ], [ 705, 360, 716, 379 ], [ 720, 360, 729, 379 ], [ 733, 360, 769, 379 ], [ 176, 392, 227, 411 ], [ 231, 392, 240, 411 ], [ 588, 392, 639, 411 ], [ 643, 392, 652, 411 ], [ 117, 424, 141, 442 ], [ 146, 424, 159, 442 ], [ 164, 424, 205, 442 ], [ 294, 424, 304, 442 ], [ 308, 424, 317, 442 ], [ 322, 424, 349, 442 ], [ 529, 424, 566, 442 ], [ 571, 424, 613, 442 ], [ 705, 424, 716, 442 ], [ 720, 424, 729, 442 ], [ 733, 424, 760, 442 ], [ 117, 440, 164, 458 ], [ 168, 440, 210, 458 ], [ 294, 440, 304, 458 ], [ 308, 440, 317, 458 ], [ 322, 440, 358, 458 ], [ 529, 440, 575, 458 ], [ 580, 440, 622, 458 ], [ 705, 440, 716, 458 ], [ 720, 440, 729, 458 ], [ 733, 440, 769, 458 ], [ 117, 456, 173, 474 ], [ 177, 456, 219, 474 ], [ 294, 456, 304, 474 ], [ 308, 456, 317, 474 ], [ 322, 456, 358, 474 ], [ 529, 456, 584, 474 ], [ 589, 456, 631, 474 ], [ 705, 456, 716, 474 ], [ 720, 456, 729, 474 ], [ 733, 456, 769, 474 ], [ 117, 472, 135, 490 ], [ 179, 472, 194, 490 ], [ 198, 472, 235, 490 ], [ 294, 472, 304, 490 ], [ 308, 472, 317, 490 ], [ 322, 472, 358, 490 ], [ 529, 472, 547, 490 ], [ 551, 472, 593, 490 ], [ 598, 472, 613, 490 ], [ 617, 472, 654, 490 ], [ 705, 472, 716, 490 ], [ 720, 472, 729, 490 ], [ 733, 472, 769, 490 ], [ 176, 504, 334, 525 ], [ 386, 504, 408, 525 ], [ 413, 504, 469, 525 ], [ 474, 504, 569, 525 ] ]
Increased insulin resistance due to anti-insulin hormaones (glucagons, cortisol, human placenta lactogen) Usually in second or early third trimester Risk Factors Hx of GDM FHx of DM Previous macrosmic baby Ethnicity Diagnosis At screening Retrospective HbA1c testing Maternal and symptoms Management Dietary advice BM monitoring Regular scans Obstetric Cholestasis Features Late second early third trimester Pale fatty stools Severe pruritis of soles and palms Dark urine No rash Decreased appetite Investigations AST/ALT USS for gallstones etc ↑ bilirubin ↑ Management Cholestyramine or antihistamine (reduce Featl monitoring itching) Deliver fetus if mature vitamin K (prevent haemorrhage) Counselling Complications PPH distress in labour IUD or neonatal intracranial haemorrhage Preterm labour
Increased insulin resistance due to anti-insulin hormaones (glucagons, cortisol, human placenta lactogen) Usually in second or early third trimester Risk Factors Hx of GDM Previous macrosmic baby FHx of DM Ethnicity Diagnosis At screening Maternal and symptoms Retrospective HbA1c testing Management Dietary advice BM monitoring Regular scans Obstetric Cholestasis Features Late second early third trimester Severe pruritis of soles and palms No rash Pale fatty stools Dark urine Decreased appetite Investigations ↑ AST/ALT ↑ bilirubin USS for gallstones etc Management Cholestyramine or antihistamine (reduce itching) vitamin K (prevent haemorrhage) Featl monitoring Deliver fetus if mature Counselling Complications PPH IUD Preterm labour distress in labour or neonatal intracranial haemorrhage
0.649215
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 27, 28, 29, 24, 25, 26, 30, 31, 32, 33, 37, 38, 39, 34, 35, 36, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 58, 59, 60, 61, 62, 63, 66, 67, 55, 56, 57, 64, 65, 68, 69, 70, 76, 71, 78, 77, 72, 73, 74, 75, 79, 80, 81, 82, 83, 86, 91, 92, 93, 94, 84, 85, 87, 88, 89, 90, 95, 96, 97, 101, 106, 107, 98, 99, 100, 102, 103, 104, 105 ]
OG-Revision-Notes.docx
task-1607-390
12
[ [ 120, 41, 200, 60 ], [ 204, 41, 258, 60 ], [ 262, 41, 345, 60 ], [ 350, 41, 381, 60 ], [ 386, 41, 403, 60 ], [ 407, 41, 499, 60 ], [ 503, 41, 596, 60 ], [ 601, 41, 693, 60 ], [ 698, 41, 764, 60 ], [ 768, 41, 826, 60 ], [ 830, 41, 901, 60 ], [ 120, 58, 197, 78 ], [ 120, 76, 180, 95 ], [ 184, 76, 200, 95 ], [ 204, 76, 262, 95 ], [ 267, 76, 285, 95 ], [ 289, 76, 330, 95 ], [ 334, 76, 374, 95 ], [ 378, 76, 454, 95 ], [ 60, 110, 94, 130 ], [ 98, 110, 159, 130 ], [ 120, 128, 142, 147 ], [ 146, 128, 163, 147 ], [ 168, 128, 210, 147 ], [ 590, 128, 620, 147 ], [ 625, 128, 642, 147 ], [ 646, 128, 676, 147 ], [ 120, 145, 191, 165 ], [ 195, 145, 284, 165 ], [ 289, 145, 329, 165 ], [ 590, 145, 661, 165 ], [ 60, 180, 141, 200 ], [ 120, 197, 139, 217 ], [ 143, 197, 222, 217 ], [ 590, 197, 702, 217 ], [ 707, 197, 761, 217 ], [ 765, 197, 821, 217 ], [ 120, 215, 196, 234 ], [ 238, 215, 269, 234 ], [ 273, 215, 358, 234 ], [ 60, 250, 174, 269 ], [ 120, 267, 180, 287 ], [ 185, 267, 237, 287 ], [ 433, 267, 461, 287 ], [ 466, 267, 557, 287 ], [ 746, 267, 808, 287 ], [ 813, 267, 857, 287 ], [ 60, 302, 137, 321 ], [ 142, 302, 235, 321 ], [ 60, 337, 132, 356 ], [ 120, 354, 155, 374 ], [ 160, 354, 218, 374 ], [ 223, 354, 263, 374 ], [ 268, 354, 307, 374 ], [ 312, 354, 388, 374 ], [ 590, 354, 624, 374 ], [ 629, 354, 667, 374 ], [ 672, 354, 720, 374 ], [ 120, 371, 176, 391 ], [ 180, 371, 239, 391 ], [ 244, 371, 261, 391 ], [ 265, 371, 306, 391 ], [ 311, 371, 342, 391 ], [ 346, 371, 395, 391 ], [ 590, 371, 628, 391 ], [ 632, 371, 675, 391 ], [ 120, 389, 144, 408 ], [ 149, 389, 184, 408 ], [ 590, 389, 676, 408 ], [ 680, 389, 749, 408 ], [ 60, 424, 178, 443 ], [ 143, 441, 212, 461 ], [ 590, 441, 621, 461 ], [ 626, 441, 649, 461 ], [ 654, 441, 736, 461 ], [ 741, 441, 766, 461 ], [ 120, 446, 139, 460 ], [ 143, 458, 211, 478 ], [ 120, 463, 139, 477 ], [ 60, 493, 174, 513 ], [ 120, 511, 249, 530 ], [ 253, 511, 271, 530 ], [ 275, 511, 388, 530 ], [ 392, 511, 455, 530 ], [ 590, 511, 630, 530 ], [ 635, 511, 725, 530 ], [ 120, 528, 182, 548 ], [ 590, 528, 647, 548 ], [ 652, 528, 693, 548 ], [ 698, 528, 709, 548 ], [ 713, 528, 773, 548 ], [ 161, 545, 222, 565 ], [ 227, 545, 237, 565 ], [ 242, 545, 312, 565 ], [ 316, 545, 433, 565 ], [ 590, 545, 684, 565 ], [ 60, 580, 178, 600 ], [ 120, 598, 154, 617 ], [ 630, 598, 693, 617 ], [ 697, 598, 712, 617 ], [ 717, 598, 770, 617 ], [ 120, 615, 151, 635 ], [ 630, 615, 648, 635 ], [ 652, 615, 725, 635 ], [ 729, 615, 822, 635 ], [ 827, 615, 938, 635 ], [ 120, 632, 188, 652 ], [ 192, 632, 245, 652 ] ]
[ [ 120, 41, 200, 60 ], [ 204, 41, 258, 60 ], [ 262, 41, 345, 60 ], [ 350, 41, 381, 60 ], [ 386, 41, 403, 60 ], [ 407, 41, 499, 60 ], [ 503, 41, 596, 60 ], [ 601, 41, 693, 60 ], [ 698, 41, 764, 60 ], [ 768, 41, 826, 60 ], [ 830, 41, 901, 60 ], [ 120, 58, 197, 78 ], [ 120, 76, 180, 95 ], [ 184, 76, 200, 95 ], [ 204, 76, 262, 95 ], [ 267, 76, 285, 95 ], [ 289, 76, 330, 95 ], [ 334, 76, 374, 95 ], [ 378, 76, 454, 95 ], [ 60, 110, 94, 130 ], [ 98, 110, 159, 130 ], [ 120, 128, 142, 147 ], [ 146, 128, 163, 147 ], [ 168, 128, 210, 147 ], [ 120, 145, 191, 165 ], [ 195, 145, 284, 165 ], [ 289, 145, 329, 165 ], [ 590, 128, 620, 147 ], [ 625, 128, 642, 147 ], [ 646, 128, 676, 147 ], [ 590, 145, 661, 165 ], [ 60, 180, 141, 200 ], [ 120, 197, 139, 217 ], [ 143, 197, 222, 217 ], [ 120, 215, 196, 234 ], [ 238, 215, 269, 234 ], [ 273, 215, 358, 234 ], [ 590, 197, 702, 217 ], [ 707, 197, 761, 217 ], [ 765, 197, 821, 217 ], [ 60, 250, 174, 269 ], [ 120, 267, 180, 287 ], [ 185, 267, 237, 287 ], [ 433, 267, 461, 287 ], [ 466, 267, 557, 287 ], [ 746, 267, 808, 287 ], [ 813, 267, 857, 287 ], [ 60, 302, 137, 321 ], [ 142, 302, 235, 321 ], [ 60, 337, 132, 356 ], [ 120, 354, 155, 374 ], [ 160, 354, 218, 374 ], [ 223, 354, 263, 374 ], [ 268, 354, 307, 374 ], [ 312, 354, 388, 374 ], [ 120, 371, 176, 391 ], [ 180, 371, 239, 391 ], [ 244, 371, 261, 391 ], [ 265, 371, 306, 391 ], [ 311, 371, 342, 391 ], [ 346, 371, 395, 391 ], [ 120, 389, 144, 408 ], [ 149, 389, 184, 408 ], [ 590, 354, 624, 374 ], [ 629, 354, 667, 374 ], [ 672, 354, 720, 374 ], [ 590, 371, 628, 391 ], [ 632, 371, 675, 391 ], [ 590, 389, 676, 408 ], [ 680, 389, 749, 408 ], [ 60, 424, 178, 443 ], [ 120, 446, 139, 460 ], [ 143, 441, 212, 461 ], [ 120, 463, 139, 477 ], [ 143, 458, 211, 478 ], [ 590, 441, 621, 461 ], [ 626, 441, 649, 461 ], [ 654, 441, 736, 461 ], [ 741, 441, 766, 461 ], [ 60, 493, 174, 513 ], [ 120, 511, 249, 530 ], [ 253, 511, 271, 530 ], [ 275, 511, 388, 530 ], [ 392, 511, 455, 530 ], [ 120, 528, 182, 548 ], [ 161, 545, 222, 565 ], [ 227, 545, 237, 565 ], [ 242, 545, 312, 565 ], [ 316, 545, 433, 565 ], [ 590, 511, 630, 530 ], [ 635, 511, 725, 530 ], [ 590, 528, 647, 548 ], [ 652, 528, 693, 548 ], [ 698, 528, 709, 548 ], [ 713, 528, 773, 548 ], [ 590, 545, 684, 565 ], [ 60, 580, 178, 600 ], [ 120, 598, 154, 617 ], [ 120, 615, 151, 635 ], [ 120, 632, 188, 652 ], [ 192, 632, 245, 652 ], [ 630, 598, 693, 617 ], [ 697, 598, 712, 617 ], [ 717, 598, 770, 617 ], [ 630, 615, 648, 635 ], [ 652, 615, 725, 635 ], [ 729, 615, 822, 635 ], [ 827, 615, 938, 635 ] ]
Principal Investigator Co-Principal Investigator (If Applicable) BY: BY: __________________________________ __________________________________ TITLE: TITLE: ______________________________ ______________________________ DATE: DATE: ______________________________ ______________________________ Appendices: Appendix 1– Description of the Research Project Appendix 2 Project Budget – Appendix 3 License Options –
Principal Investigator BY: __________________________________ TITLE: ______________________________ DATE: ______________________________ Co-Principal Investigator (If Applicable) BY: __________________________________ TITLE: ______________________________ DATE: ______________________________ Appendices: Appendix 1– Description of the Research Project Appendix 2 – Project Budget Appendix 3 – License Options
0.514887
[ 0, 1, 6, 8, 10, 12, 14, 16, 2, 3, 4, 5, 7, 9, 11, 13, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 28, 29, 31, 32, 35, 33, 34 ]
ogc-sc750.docx
task-1607-575
14
[ [ 126, 183, 197, 204 ], [ 202, 183, 295, 204 ], [ 508, 183, 608, 204 ], [ 613, 183, 707, 204 ], [ 712, 186, 729, 203 ], [ 733, 186, 817, 203 ], [ 126, 218, 159, 238 ], [ 508, 218, 541, 238 ], [ 126, 236, 459, 256 ], [ 508, 236, 842, 256 ], [ 126, 270, 186, 291 ], [ 508, 270, 568, 291 ], [ 126, 288, 420, 308 ], [ 508, 288, 802, 308 ], [ 126, 323, 184, 343 ], [ 508, 323, 566, 343 ], [ 126, 340, 420, 360 ], [ 508, 340, 802, 360 ], [ 117, 376, 215, 396 ], [ 117, 393, 194, 413 ], [ 199, 393, 219, 412 ], [ 224, 393, 315, 413 ], [ 320, 393, 336, 413 ], [ 341, 393, 365, 413 ], [ 370, 393, 442, 413 ], [ 447, 393, 502, 413 ], [ 117, 411, 194, 431 ], [ 199, 411, 209, 431 ], [ 229, 411, 284, 431 ], [ 289, 411, 346, 431 ], [ 214, 413, 224, 430 ], [ 117, 428, 194, 448 ], [ 199, 428, 209, 448 ], [ 229, 428, 290, 448 ], [ 295, 428, 357, 448 ], [ 214, 430, 224, 447 ] ]
[ [ 126, 183, 197, 204 ], [ 202, 183, 295, 204 ], [ 126, 218, 159, 238 ], [ 126, 236, 459, 256 ], [ 126, 270, 186, 291 ], [ 126, 288, 420, 308 ], [ 126, 323, 184, 343 ], [ 126, 340, 420, 360 ], [ 508, 183, 608, 204 ], [ 613, 183, 707, 204 ], [ 712, 186, 729, 203 ], [ 733, 186, 817, 203 ], [ 508, 218, 541, 238 ], [ 508, 236, 842, 256 ], [ 508, 270, 568, 291 ], [ 508, 288, 802, 308 ], [ 508, 323, 566, 343 ], [ 508, 340, 802, 360 ], [ 117, 376, 215, 396 ], [ 117, 393, 194, 413 ], [ 199, 393, 219, 412 ], [ 224, 393, 315, 413 ], [ 320, 393, 336, 413 ], [ 341, 393, 365, 413 ], [ 370, 393, 442, 413 ], [ 447, 393, 502, 413 ], [ 117, 411, 194, 431 ], [ 199, 411, 209, 431 ], [ 214, 413, 224, 430 ], [ 229, 411, 284, 431 ], [ 289, 411, 346, 431 ], [ 117, 428, 194, 448 ], [ 199, 428, 209, 448 ], [ 214, 430, 224, 447 ], [ 229, 428, 290, 448 ], [ 295, 428, 357, 448 ] ]
Regents of the University of Minnesota Recommended for approval: By: By: Name: Name: Title: Title: Date: Date: By: By: Name: Name: Title: Title: Date: Date: Approved: By: By: Name: Meredith McQuaid Name: Title: Associate Vice President and Dean Title: of International Programs Date: Date: By: By: Name: Karen Hanson Name: Title: Executive Vice President and Provost Title: Date: Date:
Regents of the University of Minnesota Recommended for approval: By: Name: Title: Date: By: Name: Title: Date: By: Name: Title: Date: By: Name: Title: Date: Approved: By: Name: Meredith McQuaid Title: Associate Vice President and Dean of International Programs Date: By: Name: Title: Date: By: Name: Karen Hanson Title: Executive Vice President and Provost Date: By: Name: Title: Date:
0.5343
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 15, 10, 12, 14, 16, 17, 19, 21, 23, 18, 20, 22, 24, 25, 26, 28, 29, 30, 32, 33, 34, 35, 36, 37, 39, 40, 41, 43, 27, 31, 38, 42, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 57, 45, 49, 56, 58 ]
ogc-sc902.docx
task-1607-582
4
[ [ 126, 89, 192, 110 ], [ 197, 89, 214, 110 ], [ 218, 89, 245, 110 ], [ 250, 89, 337, 110 ], [ 341, 89, 358, 110 ], [ 363, 89, 451, 110 ], [ 126, 125, 245, 144 ], [ 249, 125, 273, 144 ], [ 278, 125, 356, 144 ], [ 126, 158, 154, 179 ], [ 517, 158, 545, 179 ], [ 126, 176, 178, 196 ], [ 517, 176, 569, 196 ], [ 126, 193, 168, 213 ], [ 517, 193, 559, 213 ], [ 126, 211, 168, 231 ], [ 517, 211, 559, 231 ], [ 126, 245, 154, 266 ], [ 517, 245, 545, 266 ], [ 126, 263, 178, 283 ], [ 517, 263, 569, 283 ], [ 126, 280, 168, 300 ], [ 517, 280, 559, 300 ], [ 126, 298, 168, 318 ], [ 517, 298, 559, 318 ], [ 126, 351, 210, 371 ], [ 126, 385, 154, 405 ], [ 510, 385, 538, 405 ], [ 126, 402, 178, 422 ], [ 185, 402, 257, 422 ], [ 262, 402, 336, 422 ], [ 510, 402, 562, 422 ], [ 126, 420, 168, 440 ], [ 185, 420, 261, 440 ], [ 266, 420, 303, 440 ], [ 308, 420, 381, 440 ], [ 386, 420, 414, 440 ], [ 419, 420, 460, 440 ], [ 510, 420, 552, 440 ], [ 185, 437, 201, 457 ], [ 206, 437, 306, 457 ], [ 311, 437, 386, 457 ], [ 510, 437, 552, 457 ], [ 126, 454, 168, 475 ], [ 126, 489, 154, 510 ], [ 510, 489, 538, 510 ], [ 126, 507, 178, 527 ], [ 185, 507, 233, 527 ], [ 238, 507, 297, 527 ], [ 510, 507, 562, 527 ], [ 126, 524, 168, 544 ], [ 185, 524, 263, 544 ], [ 268, 524, 305, 544 ], [ 310, 524, 383, 544 ], [ 388, 524, 416, 544 ], [ 421, 524, 481, 544 ], [ 510, 524, 552, 544 ], [ 126, 542, 168, 562 ], [ 510, 542, 552, 562 ] ]
[ [ 126, 89, 192, 110 ], [ 197, 89, 214, 110 ], [ 218, 89, 245, 110 ], [ 250, 89, 337, 110 ], [ 341, 89, 358, 110 ], [ 363, 89, 451, 110 ], [ 126, 125, 245, 144 ], [ 249, 125, 273, 144 ], [ 278, 125, 356, 144 ], [ 126, 158, 154, 179 ], [ 126, 176, 178, 196 ], [ 126, 193, 168, 213 ], [ 126, 211, 168, 231 ], [ 517, 158, 545, 179 ], [ 517, 176, 569, 196 ], [ 517, 193, 559, 213 ], [ 517, 211, 559, 231 ], [ 126, 245, 154, 266 ], [ 126, 263, 178, 283 ], [ 126, 280, 168, 300 ], [ 126, 298, 168, 318 ], [ 517, 245, 545, 266 ], [ 517, 263, 569, 283 ], [ 517, 280, 559, 300 ], [ 517, 298, 559, 318 ], [ 126, 351, 210, 371 ], [ 126, 385, 154, 405 ], [ 126, 402, 178, 422 ], [ 185, 402, 257, 422 ], [ 262, 402, 336, 422 ], [ 126, 420, 168, 440 ], [ 185, 420, 261, 440 ], [ 266, 420, 303, 440 ], [ 308, 420, 381, 440 ], [ 386, 420, 414, 440 ], [ 419, 420, 460, 440 ], [ 185, 437, 201, 457 ], [ 206, 437, 306, 457 ], [ 311, 437, 386, 457 ], [ 126, 454, 168, 475 ], [ 510, 385, 538, 405 ], [ 510, 402, 562, 422 ], [ 510, 420, 552, 440 ], [ 510, 437, 552, 457 ], [ 126, 489, 154, 510 ], [ 126, 507, 178, 527 ], [ 185, 507, 233, 527 ], [ 238, 507, 297, 527 ], [ 126, 524, 168, 544 ], [ 185, 524, 263, 544 ], [ 268, 524, 305, 544 ], [ 310, 524, 383, 544 ], [ 388, 524, 416, 544 ], [ 421, 524, 481, 544 ], [ 126, 542, 168, 562 ], [ 510, 489, 538, 510 ], [ 510, 507, 562, 527 ], [ 510, 524, 552, 544 ], [ 510, 542, 552, 562 ] ]
This law will regulate the management of revenue especially with reference to the granting of tax incentives so that government can generate more revenue for social services delivery. Tax incentives are presently granted in a discretionary manner and without a cost-benefit analysis. Also, there is no accountability in the tax incentives granted by government does currently not report or publish the tax incentives granted. The law shall require government to publish a statement of its tax expenditure, detailing all tax exemptions, the beneficiaries and revenue forgone in a bid to promote transparency. It shall require producing and publishing annually a cost-benefit analysis on the need to grant tax incentive and hence the public be well-informed on the rationale for granting tax incentives. OGP’s Networking Mechanism is helping government and civil society connect with the expertise they need to support these efforts. Consultations during the NAP Development In February 2014, His Excellency the President Dr. Ernest Bai Koroma announced that the Open Government Initiative (OGI) with technical support from the Millennium Challenge Coordinating Unit will implement the OGP. A group of 17 Government Ministries, Departments and Agencies (MDAs) and 17 Civil Society Organizations were nominated to serve on the Steering Committee chaired by Rt. Rev. Canon Ajayi-Nicol of the Inter-Religious Council of Sierra Leone. Weekly Meetings were held since March, 2014 that led to the development of the National Action Plan. Sensitization campaigns were undertaken in March 2014, by the OGI in partnership with the National Federation of Civil Society and Media Organizations in 14 Districts and in the Diaspora (Guinea, Belgium, USA and UK) to gain buy-in on the OGP Process. Consultations were also held in April 2014, in 13 Districts, the Action Plan was validated by His Excellency after incorporation of consultation results. Challenges in the Action Plan development: Mistrust between CSOs and government at the initial stages Misconception versus MCC –OGP Funding Timeframe How it was overcome: The President was committed to the process and gave his assurance; Quick to understand that the grand challenges coincides with the open governance approach already in existence;
This law will regulate the management of revenue especially with reference to the granting of tax incentives so that government can generate more revenue for social services delivery. Tax incentives are presently granted in a discretionary manner and without a cost-benefit analysis. Also, there is no accountability in the tax incentives granted by government does currently not report or publish the tax incentives granted. The law shall require government to publish a statement of its tax expenditure, detailing all tax exemptions, the beneficiaries and revenue forgone in a bid to promote transparency. It shall require producing and publishing annually a cost-benefit analysis on the need to grant tax incentive and hence the public be well-informed on the rationale for granting tax incentives. OGP’s Networking Mechanism is helping government and civil society connect with the expertise they need to support these efforts. Consultations during the NAP Development In February 2014, His Excellency the President Dr. Ernest Bai Koroma announced that the Open Government Initiative (OGI) with technical support from the Millennium Challenge Coordinating Unit will implement the OGP. A group of 17 Government Ministries, Departments and Agencies (MDAs) and 17 Civil Society Organizations were nominated to serve on the Steering Committee chaired by Rt. Rev. Canon Ajayi-Nicol of the Inter-Religious Council of Sierra Leone. Weekly Meetings were held since March, 2014 that led to the development of the National Action Plan. Sensitization campaigns were undertaken in March 2014, by the OGI in partnership with the National Federation of Civil Society and Media Organizations in 14 Districts and in the Diaspora (Guinea, Belgium, USA and UK) to gain buy-in on the OGP Process. Consultations were also held in April 2014, in 13 Districts, the Action Plan was validated by His Excellency after incorporation of consultation results. Challenges in the Action Plan development: Mistrust between CSOs and government at the initial stages Misconception –OGP versus MCC Funding Timeframe How it was overcome: The President was committed to the process and gave his assurance; Quick to understand that the grand challenges coincides with the open governance approach already in existence;
0.989797
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 312, 310, 311, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345 ]
OGP%20SELF%20ASSESSMENT%20REPORT-FINAL.docx
task-1607-910
3
[ [ 117, 89, 146, 108 ], [ 154, 89, 180, 108 ], [ 187, 89, 213, 108 ], [ 220, 89, 281, 108 ], [ 289, 89, 313, 108 ], [ 321, 89, 418, 108 ], [ 426, 89, 441, 108 ], [ 448, 89, 508, 108 ], [ 516, 89, 587, 108 ], [ 595, 89, 627, 108 ], [ 635, 89, 705, 108 ], [ 713, 89, 729, 108 ], [ 736, 89, 761, 108 ], [ 768, 89, 829, 108 ], [ 837, 89, 852, 108 ], [ 859, 89, 882, 108 ], [ 117, 108, 191, 128 ], [ 197, 108, 213, 128 ], [ 219, 108, 249, 128 ], [ 255, 108, 345, 128 ], [ 351, 108, 376, 128 ], [ 382, 108, 448, 128 ], [ 454, 108, 493, 128 ], [ 499, 108, 559, 128 ], [ 565, 108, 586, 128 ], [ 592, 108, 633, 128 ], [ 639, 108, 697, 128 ], [ 703, 108, 765, 128 ], [ 777, 108, 802, 128 ], [ 808, 108, 882, 128 ], [ 117, 128, 141, 147 ], [ 147, 128, 215, 147 ], [ 222, 128, 279, 147 ], [ 285, 128, 298, 147 ], [ 305, 128, 313, 147 ], [ 319, 128, 415, 147 ], [ 421, 128, 478, 147 ], [ 484, 128, 512, 147 ], [ 518, 128, 575, 147 ], [ 581, 128, 590, 147 ], [ 596, 128, 684, 147 ], [ 690, 128, 752, 147 ], [ 758, 128, 794, 147 ], [ 800, 128, 839, 147 ], [ 846, 128, 857, 147 ], [ 863, 128, 882, 147 ], [ 117, 147, 220, 167 ], [ 225, 147, 238, 167 ], [ 243, 147, 268, 167 ], [ 273, 147, 295, 167 ], [ 300, 147, 374, 167 ], [ 379, 147, 436, 167 ], [ 441, 147, 459, 167 ], [ 464, 147, 553, 167 ], [ 558, 147, 593, 167 ], [ 598, 147, 665, 167 ], [ 670, 147, 695, 167 ], [ 700, 147, 746, 167 ], [ 751, 147, 767, 167 ], [ 772, 147, 825, 167 ], [ 830, 147, 854, 167 ], [ 859, 147, 882, 167 ], [ 117, 167, 191, 186 ], [ 195, 167, 257, 186 ], [ 117, 199, 144, 218 ], [ 153, 199, 179, 218 ], [ 188, 199, 221, 218 ], [ 230, 199, 283, 218 ], [ 292, 199, 381, 218 ], [ 390, 199, 406, 218 ], [ 415, 199, 468, 218 ], [ 477, 199, 485, 218 ], [ 494, 199, 569, 218 ], [ 578, 199, 593, 218 ], [ 602, 199, 619, 218 ], [ 628, 199, 651, 218 ], [ 660, 199, 753, 218 ], [ 762, 199, 825, 218 ], [ 834, 199, 851, 218 ], [ 859, 199, 882, 218 ], [ 117, 219, 207, 238 ], [ 214, 219, 238, 238 ], [ 244, 219, 337, 238 ], [ 344, 219, 371, 238 ], [ 378, 219, 438, 238 ], [ 444, 219, 502, 238 ], [ 508, 219, 522, 238 ], [ 528, 219, 537, 238 ], [ 543, 219, 566, 238 ], [ 573, 219, 588, 238 ], [ 595, 219, 659, 238 ], [ 665, 219, 765, 238 ], [ 772, 219, 782, 238 ], [ 789, 219, 822, 238 ], [ 828, 219, 882, 238 ], [ 117, 238, 191, 257 ], [ 196, 238, 223, 257 ], [ 229, 238, 304, 257 ], [ 309, 238, 371, 257 ], [ 376, 238, 385, 257 ], [ 390, 238, 478, 257 ], [ 483, 238, 540, 257 ], [ 545, 238, 564, 257 ], [ 569, 238, 594, 257 ], [ 599, 238, 636, 257 ], [ 641, 238, 656, 257 ], [ 661, 238, 700, 257 ], [ 705, 238, 728, 257 ], [ 733, 238, 800, 257 ], [ 805, 238, 832, 257 ], [ 838, 238, 882, 257 ], [ 117, 258, 142, 277 ], [ 146, 258, 190, 277 ], [ 194, 258, 212, 277 ], [ 216, 258, 319, 277 ], [ 323, 258, 342, 277 ], [ 346, 258, 371, 277 ], [ 375, 258, 440, 277 ], [ 444, 258, 465, 277 ], [ 470, 258, 530, 277 ], [ 534, 258, 557, 277 ], [ 561, 258, 639, 277 ], [ 117, 290, 161, 309 ], [ 167, 290, 252, 309 ], [ 258, 290, 343, 309 ], [ 348, 290, 360, 309 ], [ 365, 290, 419, 309 ], [ 425, 290, 514, 309 ], [ 520, 290, 547, 309 ], [ 553, 290, 581, 309 ], [ 587, 290, 638, 309 ], [ 644, 290, 702, 309 ], [ 708, 290, 740, 309 ], [ 746, 290, 770, 309 ], [ 776, 290, 844, 309 ], [ 849, 290, 882, 309 ], [ 117, 309, 154, 328 ], [ 158, 309, 173, 328 ], [ 177, 309, 235, 328 ], [ 239, 309, 279, 328 ], [ 283, 309, 336, 328 ], [ 117, 341, 229, 362 ], [ 233, 341, 286, 362 ], [ 290, 341, 317, 362 ], [ 322, 341, 357, 362 ], [ 361, 341, 472, 362 ], [ 117, 375, 131, 394 ], [ 140, 375, 206, 394 ], [ 215, 375, 256, 394 ], [ 265, 375, 287, 394 ], [ 296, 375, 372, 394 ], [ 381, 375, 405, 394 ], [ 415, 375, 484, 394 ], [ 493, 375, 515, 394 ], [ 524, 375, 571, 394 ], [ 580, 375, 602, 394 ], [ 612, 375, 669, 394 ], [ 678, 375, 760, 394 ], [ 769, 375, 799, 394 ], [ 809, 375, 833, 394 ], [ 842, 375, 882, 394 ], [ 117, 395, 209, 414 ], [ 213, 395, 277, 414 ], [ 282, 395, 320, 414 ], [ 324, 395, 357, 414 ], [ 361, 395, 427, 414 ], [ 431, 395, 488, 414 ], [ 492, 395, 527, 414 ], [ 531, 395, 556, 414 ], [ 560, 395, 643, 414 ], [ 647, 395, 719, 414 ], [ 723, 395, 817, 414 ], [ 821, 395, 853, 414 ], [ 857, 395, 882, 414 ], [ 117, 414, 197, 433 ], [ 201, 414, 225, 433 ], [ 229, 414, 266, 433 ], [ 117, 446, 128, 465 ], [ 138, 446, 181, 465 ], [ 192, 446, 207, 465 ], [ 217, 446, 236, 465 ], [ 246, 446, 338, 465 ], [ 349, 446, 426, 465 ], [ 436, 446, 532, 465 ], [ 543, 446, 571, 465 ], [ 581, 446, 646, 465 ], [ 657, 446, 711, 465 ], [ 722, 446, 749, 465 ], [ 760, 446, 778, 465 ], [ 789, 446, 819, 465 ], [ 829, 446, 882, 465 ], [ 117, 466, 218, 485 ], [ 222, 466, 259, 485 ], [ 263, 466, 343, 485 ], [ 347, 466, 363, 485 ], [ 367, 466, 406, 485 ], [ 410, 466, 429, 485 ], [ 433, 466, 458, 485 ], [ 462, 466, 522, 485 ], [ 527, 466, 608, 485 ], [ 613, 466, 667, 485 ], [ 671, 466, 689, 485 ], [ 693, 466, 713, 485 ], [ 718, 466, 749, 485 ], [ 753, 466, 800, 485 ], [ 804, 466, 882, 485 ], [ 117, 485, 132, 504 ], [ 136, 485, 161, 504 ], [ 165, 485, 271, 504 ], [ 275, 485, 328, 504 ], [ 333, 485, 347, 504 ], [ 352, 485, 394, 504 ], [ 398, 485, 447, 504 ], [ 117, 517, 171, 537 ], [ 175, 517, 244, 537 ], [ 248, 517, 285, 537 ], [ 289, 517, 321, 537 ], [ 325, 517, 362, 537 ], [ 366, 517, 418, 537 ], [ 422, 517, 458, 537 ], [ 462, 517, 492, 537 ], [ 496, 517, 519, 537 ], [ 523, 517, 538, 537 ], [ 542, 517, 567, 537 ], [ 571, 517, 668, 537 ], [ 672, 517, 687, 537 ], [ 691, 517, 715, 537 ], [ 719, 517, 781, 537 ], [ 785, 517, 832, 537 ], [ 837, 517, 872, 537 ], [ 117, 550, 210, 569 ], [ 216, 550, 293, 569 ], [ 299, 550, 336, 569 ], [ 342, 550, 427, 569 ], [ 433, 550, 447, 569 ], [ 453, 550, 500, 569 ], [ 506, 550, 547, 569 ], [ 553, 550, 570, 569 ], [ 576, 550, 601, 569 ], [ 607, 550, 634, 569 ], [ 641, 550, 654, 569 ], [ 660, 550, 745, 569 ], [ 751, 550, 783, 569 ], [ 789, 550, 814, 569 ], [ 820, 550, 882, 569 ], [ 117, 569, 197, 588 ], [ 201, 569, 216, 588 ], [ 220, 569, 251, 588 ], [ 255, 569, 307, 588 ], [ 312, 569, 339, 588 ], [ 344, 569, 390, 588 ], [ 395, 569, 495, 588 ], [ 500, 569, 513, 588 ], [ 518, 569, 536, 588 ], [ 540, 569, 600, 588 ], [ 604, 569, 632, 588 ], [ 636, 569, 650, 588 ], [ 654, 569, 678, 588 ], [ 683, 569, 748, 588 ], [ 752, 569, 814, 588 ], [ 818, 569, 882, 588 ], [ 117, 589, 147, 608 ], [ 151, 589, 179, 608 ], [ 183, 589, 209, 608 ], [ 213, 589, 229, 608 ], [ 233, 589, 263, 608 ], [ 267, 589, 314, 608 ], [ 318, 589, 337, 608 ], [ 341, 589, 365, 608 ], [ 369, 589, 401, 608 ], [ 406, 589, 466, 608 ], [ 117, 621, 217, 640 ], [ 226, 621, 263, 640 ], [ 272, 621, 301, 640 ], [ 310, 621, 342, 640 ], [ 351, 621, 365, 640 ], [ 374, 621, 408, 640 ], [ 417, 621, 458, 640 ], [ 467, 621, 480, 640 ], [ 489, 621, 508, 640 ], [ 517, 621, 580, 640 ], [ 589, 621, 614, 640 ], [ 623, 621, 670, 640 ], [ 679, 621, 710, 640 ], [ 719, 621, 748, 640 ], [ 757, 621, 824, 640 ], [ 833, 621, 850, 640 ], [ 860, 621, 882, 640 ], [ 117, 640, 193, 659 ], [ 197, 640, 232, 659 ], [ 236, 640, 336, 659 ], [ 340, 640, 355, 659 ], [ 359, 640, 449, 659 ], [ 453, 640, 507, 659 ], [ 117, 672, 196, 691 ], [ 200, 672, 213, 691 ], [ 217, 672, 242, 691 ], [ 246, 672, 293, 691 ], [ 297, 672, 328, 691 ], [ 332, 672, 434, 691 ], [ 176, 704, 237, 724 ], [ 241, 704, 306, 724 ], [ 310, 704, 347, 724 ], [ 351, 704, 378, 724 ], [ 382, 704, 472, 724 ], [ 476, 704, 490, 724 ], [ 494, 704, 519, 724 ], [ 523, 704, 563, 724 ], [ 567, 704, 613, 724 ], [ 176, 724, 284, 743 ], [ 334, 724, 380, 743 ], [ 384, 724, 419, 743 ], [ 288, 728, 329, 743 ], [ 176, 743, 235, 763 ], [ 176, 763, 256, 782 ], [ 117, 795, 151, 814 ], [ 155, 795, 165, 814 ], [ 169, 795, 197, 814 ], [ 201, 795, 279, 814 ], [ 176, 827, 203, 846 ], [ 207, 827, 277, 846 ], [ 281, 827, 309, 846 ], [ 313, 827, 393, 846 ], [ 397, 827, 413, 846 ], [ 417, 827, 441, 846 ], [ 445, 827, 501, 846 ], [ 505, 827, 533, 846 ], [ 537, 827, 571, 846 ], [ 575, 827, 596, 846 ], [ 600, 827, 677, 846 ], [ 176, 847, 217, 866 ], [ 221, 847, 237, 866 ], [ 241, 847, 325, 866 ], [ 329, 847, 359, 866 ], [ 363, 847, 388, 866 ], [ 392, 847, 434, 866 ], [ 438, 847, 514, 866 ], [ 519, 847, 586, 866 ], [ 590, 847, 623, 866 ], [ 627, 847, 651, 866 ], [ 655, 847, 692, 866 ], [ 697, 847, 782, 866 ], [ 786, 847, 855, 866 ], [ 176, 866, 230, 885 ], [ 234, 866, 248, 885 ], [ 252, 866, 325, 885 ] ]
[ [ 117, 89, 146, 108 ], [ 154, 89, 180, 108 ], [ 187, 89, 213, 108 ], [ 220, 89, 281, 108 ], [ 289, 89, 313, 108 ], [ 321, 89, 418, 108 ], [ 426, 89, 441, 108 ], [ 448, 89, 508, 108 ], [ 516, 89, 587, 108 ], [ 595, 89, 627, 108 ], [ 635, 89, 705, 108 ], [ 713, 89, 729, 108 ], [ 736, 89, 761, 108 ], [ 768, 89, 829, 108 ], [ 837, 89, 852, 108 ], [ 859, 89, 882, 108 ], [ 117, 108, 191, 128 ], [ 197, 108, 213, 128 ], [ 219, 108, 249, 128 ], [ 255, 108, 345, 128 ], [ 351, 108, 376, 128 ], [ 382, 108, 448, 128 ], [ 454, 108, 493, 128 ], [ 499, 108, 559, 128 ], [ 565, 108, 586, 128 ], [ 592, 108, 633, 128 ], [ 639, 108, 697, 128 ], [ 703, 108, 765, 128 ], [ 777, 108, 802, 128 ], [ 808, 108, 882, 128 ], [ 117, 128, 141, 147 ], [ 147, 128, 215, 147 ], [ 222, 128, 279, 147 ], [ 285, 128, 298, 147 ], [ 305, 128, 313, 147 ], [ 319, 128, 415, 147 ], [ 421, 128, 478, 147 ], [ 484, 128, 512, 147 ], [ 518, 128, 575, 147 ], [ 581, 128, 590, 147 ], [ 596, 128, 684, 147 ], [ 690, 128, 752, 147 ], [ 758, 128, 794, 147 ], [ 800, 128, 839, 147 ], [ 846, 128, 857, 147 ], [ 863, 128, 882, 147 ], [ 117, 147, 220, 167 ], [ 225, 147, 238, 167 ], [ 243, 147, 268, 167 ], [ 273, 147, 295, 167 ], [ 300, 147, 374, 167 ], [ 379, 147, 436, 167 ], [ 441, 147, 459, 167 ], [ 464, 147, 553, 167 ], [ 558, 147, 593, 167 ], [ 598, 147, 665, 167 ], [ 670, 147, 695, 167 ], [ 700, 147, 746, 167 ], [ 751, 147, 767, 167 ], [ 772, 147, 825, 167 ], [ 830, 147, 854, 167 ], [ 859, 147, 882, 167 ], [ 117, 167, 191, 186 ], [ 195, 167, 257, 186 ], [ 117, 199, 144, 218 ], [ 153, 199, 179, 218 ], [ 188, 199, 221, 218 ], [ 230, 199, 283, 218 ], [ 292, 199, 381, 218 ], [ 390, 199, 406, 218 ], [ 415, 199, 468, 218 ], [ 477, 199, 485, 218 ], [ 494, 199, 569, 218 ], [ 578, 199, 593, 218 ], [ 602, 199, 619, 218 ], [ 628, 199, 651, 218 ], [ 660, 199, 753, 218 ], [ 762, 199, 825, 218 ], [ 834, 199, 851, 218 ], [ 859, 199, 882, 218 ], [ 117, 219, 207, 238 ], [ 214, 219, 238, 238 ], [ 244, 219, 337, 238 ], [ 344, 219, 371, 238 ], [ 378, 219, 438, 238 ], [ 444, 219, 502, 238 ], [ 508, 219, 522, 238 ], [ 528, 219, 537, 238 ], [ 543, 219, 566, 238 ], [ 573, 219, 588, 238 ], [ 595, 219, 659, 238 ], [ 665, 219, 765, 238 ], [ 772, 219, 782, 238 ], [ 789, 219, 822, 238 ], [ 828, 219, 882, 238 ], [ 117, 238, 191, 257 ], [ 196, 238, 223, 257 ], [ 229, 238, 304, 257 ], [ 309, 238, 371, 257 ], [ 376, 238, 385, 257 ], [ 390, 238, 478, 257 ], [ 483, 238, 540, 257 ], [ 545, 238, 564, 257 ], [ 569, 238, 594, 257 ], [ 599, 238, 636, 257 ], [ 641, 238, 656, 257 ], [ 661, 238, 700, 257 ], [ 705, 238, 728, 257 ], [ 733, 238, 800, 257 ], [ 805, 238, 832, 257 ], [ 838, 238, 882, 257 ], [ 117, 258, 142, 277 ], [ 146, 258, 190, 277 ], [ 194, 258, 212, 277 ], [ 216, 258, 319, 277 ], [ 323, 258, 342, 277 ], [ 346, 258, 371, 277 ], [ 375, 258, 440, 277 ], [ 444, 258, 465, 277 ], [ 470, 258, 530, 277 ], [ 534, 258, 557, 277 ], [ 561, 258, 639, 277 ], [ 117, 290, 161, 309 ], [ 167, 290, 252, 309 ], [ 258, 290, 343, 309 ], [ 348, 290, 360, 309 ], [ 365, 290, 419, 309 ], [ 425, 290, 514, 309 ], [ 520, 290, 547, 309 ], [ 553, 290, 581, 309 ], [ 587, 290, 638, 309 ], [ 644, 290, 702, 309 ], [ 708, 290, 740, 309 ], [ 746, 290, 770, 309 ], [ 776, 290, 844, 309 ], [ 849, 290, 882, 309 ], [ 117, 309, 154, 328 ], [ 158, 309, 173, 328 ], [ 177, 309, 235, 328 ], [ 239, 309, 279, 328 ], [ 283, 309, 336, 328 ], [ 117, 341, 229, 362 ], [ 233, 341, 286, 362 ], [ 290, 341, 317, 362 ], [ 322, 341, 357, 362 ], [ 361, 341, 472, 362 ], [ 117, 375, 131, 394 ], [ 140, 375, 206, 394 ], [ 215, 375, 256, 394 ], [ 265, 375, 287, 394 ], [ 296, 375, 372, 394 ], [ 381, 375, 405, 394 ], [ 415, 375, 484, 394 ], [ 493, 375, 515, 394 ], [ 524, 375, 571, 394 ], [ 580, 375, 602, 394 ], [ 612, 375, 669, 394 ], [ 678, 375, 760, 394 ], [ 769, 375, 799, 394 ], [ 809, 375, 833, 394 ], [ 842, 375, 882, 394 ], [ 117, 395, 209, 414 ], [ 213, 395, 277, 414 ], [ 282, 395, 320, 414 ], [ 324, 395, 357, 414 ], [ 361, 395, 427, 414 ], [ 431, 395, 488, 414 ], [ 492, 395, 527, 414 ], [ 531, 395, 556, 414 ], [ 560, 395, 643, 414 ], [ 647, 395, 719, 414 ], [ 723, 395, 817, 414 ], [ 821, 395, 853, 414 ], [ 857, 395, 882, 414 ], [ 117, 414, 197, 433 ], [ 201, 414, 225, 433 ], [ 229, 414, 266, 433 ], [ 117, 446, 128, 465 ], [ 138, 446, 181, 465 ], [ 192, 446, 207, 465 ], [ 217, 446, 236, 465 ], [ 246, 446, 338, 465 ], [ 349, 446, 426, 465 ], [ 436, 446, 532, 465 ], [ 543, 446, 571, 465 ], [ 581, 446, 646, 465 ], [ 657, 446, 711, 465 ], [ 722, 446, 749, 465 ], [ 760, 446, 778, 465 ], [ 789, 446, 819, 465 ], [ 829, 446, 882, 465 ], [ 117, 466, 218, 485 ], [ 222, 466, 259, 485 ], [ 263, 466, 343, 485 ], [ 347, 466, 363, 485 ], [ 367, 466, 406, 485 ], [ 410, 466, 429, 485 ], [ 433, 466, 458, 485 ], [ 462, 466, 522, 485 ], [ 527, 466, 608, 485 ], [ 613, 466, 667, 485 ], [ 671, 466, 689, 485 ], [ 693, 466, 713, 485 ], [ 718, 466, 749, 485 ], [ 753, 466, 800, 485 ], [ 804, 466, 882, 485 ], [ 117, 485, 132, 504 ], [ 136, 485, 161, 504 ], [ 165, 485, 271, 504 ], [ 275, 485, 328, 504 ], [ 333, 485, 347, 504 ], [ 352, 485, 394, 504 ], [ 398, 485, 447, 504 ], [ 117, 517, 171, 537 ], [ 175, 517, 244, 537 ], [ 248, 517, 285, 537 ], [ 289, 517, 321, 537 ], [ 325, 517, 362, 537 ], [ 366, 517, 418, 537 ], [ 422, 517, 458, 537 ], [ 462, 517, 492, 537 ], [ 496, 517, 519, 537 ], [ 523, 517, 538, 537 ], [ 542, 517, 567, 537 ], [ 571, 517, 668, 537 ], [ 672, 517, 687, 537 ], [ 691, 517, 715, 537 ], [ 719, 517, 781, 537 ], [ 785, 517, 832, 537 ], [ 837, 517, 872, 537 ], [ 117, 550, 210, 569 ], [ 216, 550, 293, 569 ], [ 299, 550, 336, 569 ], [ 342, 550, 427, 569 ], [ 433, 550, 447, 569 ], [ 453, 550, 500, 569 ], [ 506, 550, 547, 569 ], [ 553, 550, 570, 569 ], [ 576, 550, 601, 569 ], [ 607, 550, 634, 569 ], [ 641, 550, 654, 569 ], [ 660, 550, 745, 569 ], [ 751, 550, 783, 569 ], [ 789, 550, 814, 569 ], [ 820, 550, 882, 569 ], [ 117, 569, 197, 588 ], [ 201, 569, 216, 588 ], [ 220, 569, 251, 588 ], [ 255, 569, 307, 588 ], [ 312, 569, 339, 588 ], [ 344, 569, 390, 588 ], [ 395, 569, 495, 588 ], [ 500, 569, 513, 588 ], [ 518, 569, 536, 588 ], [ 540, 569, 600, 588 ], [ 604, 569, 632, 588 ], [ 636, 569, 650, 588 ], [ 654, 569, 678, 588 ], [ 683, 569, 748, 588 ], [ 752, 569, 814, 588 ], [ 818, 569, 882, 588 ], [ 117, 589, 147, 608 ], [ 151, 589, 179, 608 ], [ 183, 589, 209, 608 ], [ 213, 589, 229, 608 ], [ 233, 589, 263, 608 ], [ 267, 589, 314, 608 ], [ 318, 589, 337, 608 ], [ 341, 589, 365, 608 ], [ 369, 589, 401, 608 ], [ 406, 589, 466, 608 ], [ 117, 621, 217, 640 ], [ 226, 621, 263, 640 ], [ 272, 621, 301, 640 ], [ 310, 621, 342, 640 ], [ 351, 621, 365, 640 ], [ 374, 621, 408, 640 ], [ 417, 621, 458, 640 ], [ 467, 621, 480, 640 ], [ 489, 621, 508, 640 ], [ 517, 621, 580, 640 ], [ 589, 621, 614, 640 ], [ 623, 621, 670, 640 ], [ 679, 621, 710, 640 ], [ 719, 621, 748, 640 ], [ 757, 621, 824, 640 ], [ 833, 621, 850, 640 ], [ 860, 621, 882, 640 ], [ 117, 640, 193, 659 ], [ 197, 640, 232, 659 ], [ 236, 640, 336, 659 ], [ 340, 640, 355, 659 ], [ 359, 640, 449, 659 ], [ 453, 640, 507, 659 ], [ 117, 672, 196, 691 ], [ 200, 672, 213, 691 ], [ 217, 672, 242, 691 ], [ 246, 672, 293, 691 ], [ 297, 672, 328, 691 ], [ 332, 672, 434, 691 ], [ 176, 704, 237, 724 ], [ 241, 704, 306, 724 ], [ 310, 704, 347, 724 ], [ 351, 704, 378, 724 ], [ 382, 704, 472, 724 ], [ 476, 704, 490, 724 ], [ 494, 704, 519, 724 ], [ 523, 704, 563, 724 ], [ 567, 704, 613, 724 ], [ 176, 724, 284, 743 ], [ 288, 728, 329, 743 ], [ 334, 724, 380, 743 ], [ 384, 724, 419, 743 ], [ 176, 743, 235, 763 ], [ 176, 763, 256, 782 ], [ 117, 795, 151, 814 ], [ 155, 795, 165, 814 ], [ 169, 795, 197, 814 ], [ 201, 795, 279, 814 ], [ 176, 827, 203, 846 ], [ 207, 827, 277, 846 ], [ 281, 827, 309, 846 ], [ 313, 827, 393, 846 ], [ 397, 827, 413, 846 ], [ 417, 827, 441, 846 ], [ 445, 827, 501, 846 ], [ 505, 827, 533, 846 ], [ 537, 827, 571, 846 ], [ 575, 827, 596, 846 ], [ 600, 827, 677, 846 ], [ 176, 847, 217, 866 ], [ 221, 847, 237, 866 ], [ 241, 847, 325, 866 ], [ 329, 847, 359, 866 ], [ 363, 847, 388, 866 ], [ 392, 847, 434, 866 ], [ 438, 847, 514, 866 ], [ 519, 847, 586, 866 ], [ 590, 847, 623, 866 ], [ 627, 847, 651, 866 ], [ 655, 847, 692, 866 ], [ 697, 847, 782, 866 ], [ 786, 847, 855, 866 ], [ 176, 866, 230, 885 ], [ 234, 866, 248, 885 ], [ 252, 866, 325, 885 ] ]
Commitment 4 4. Increase compliance with audit measures to improve transparency and accountability in public resource spending. Strategy and Policy Unit, Office of the President. Lead implementing agency Names of responsible person Professor Strasser-King From implementing agency Title, Department Director, Strategy and Policy Unit Email Phone Others Government Audit Service Sierra Leone, Performance Management & Service Actors Delivery Directorate. Open Government Partnership Steering Involved Committee, Parliament. CSOs, private Budget Advocacy Network, Federation of Civil Society and Reporter sector, working Union. groups multilaterals To ensure that MDAs comply with recommendation of the Audit Service Sierra Leone in order to improve transparency and accountability in Main objective public resource spending and reducing public wastage and promoting value for money across Government. Every year billion of Leones is unaccounted for the same issues. There is Brief description of not much improvement on the side of MDAs to adhere to the Commitment recommendations on the Auditor General’s report and even the Public (140 character Account Committee of Parliament. This commitment is to ensure that
Commitment 4 4. Increase compliance with audit measures to improve transparency and accountability in public resource spending. Lead implementing agency Strategy and Policy Unit, Office of the President. Names of responsible person From implementing agency Professor Strasser-King Title, Department Director, Strategy and Policy Unit Email Phone Others Government Actors Involved CSOs, private sector, working groups multilaterals Audit Service Sierra Leone, Performance Management & Service Delivery Directorate. Open Government Partnership Steering Committee, Parliament. Budget Advocacy Network, Federation of Civil Society and Reporter Union. Main objective To ensure that MDAs comply with recommendation of the Audit Service Sierra Leone in order to improve transparency and accountability in public resource spending and reducing public wastage and promoting value for money across Government. Brief description of Commitment (140 character Every year billion of Leones is unaccounted for the same issues. There is not much improvement on the side of MDAs to adhere to the recommendations on the Auditor General’s report and even the Public Account Committee of Parliament. This commitment is to ensure that
0.783266
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 25, 26, 27, 17, 18, 19, 20, 21, 22, 23, 24, 28, 29, 30, 31, 34, 35, 36, 32, 33, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 56, 63, 66, 67, 77, 78, 80, 81, 48, 49, 50, 51, 52, 53, 54, 55, 57, 58, 59, 60, 61, 62, 64, 65, 68, 69, 70, 71, 72, 73, 74, 75, 76, 79, 103, 104, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 132, 133, 134, 147, 158, 159, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169 ]
OGP%20SELF%20ASSESSMENT%20REPORT-FINAL.docx
task-1607-910
15
[ [ 137, 391, 236, 410 ], [ 240, 391, 249, 410 ], [ 117, 425, 131, 444 ], [ 140, 425, 201, 444 ], [ 210, 425, 293, 444 ], [ 302, 425, 335, 444 ], [ 343, 425, 381, 444 ], [ 390, 425, 460, 444 ], [ 469, 425, 485, 444 ], [ 494, 425, 554, 444 ], [ 563, 425, 659, 444 ], [ 668, 425, 695, 444 ], [ 704, 425, 807, 444 ], [ 815, 425, 829, 444 ], [ 838, 425, 882, 444 ], [ 117, 442, 181, 461 ], [ 185, 442, 256, 461 ], [ 354, 460, 415, 479 ], [ 419, 460, 446, 479 ], [ 450, 460, 493, 479 ], [ 497, 460, 532, 479 ], [ 537, 460, 580, 479 ], [ 584, 460, 599, 479 ], [ 603, 460, 627, 479 ], [ 632, 460, 705, 479 ], [ 117, 468, 152, 487 ], [ 156, 468, 257, 487 ], [ 261, 468, 313, 487 ], [ 117, 493, 168, 512 ], [ 172, 493, 187, 512 ], [ 191, 493, 275, 512 ], [ 279, 493, 330, 512 ], [ 354, 493, 423, 512 ], [ 431, 493, 526, 512 ], [ 117, 510, 155, 529 ], [ 160, 510, 261, 529 ], [ 265, 510, 316, 529 ], [ 117, 528, 154, 547 ], [ 158, 528, 247, 547 ], [ 354, 528, 418, 547 ], [ 422, 528, 483, 547 ], [ 487, 528, 514, 547 ], [ 518, 528, 561, 547 ], [ 565, 528, 596, 547 ], [ 117, 551, 157, 570 ], [ 117, 579, 164, 598 ], [ 117, 602, 167, 621 ], [ 220, 602, 312, 621 ], [ 358, 602, 397, 621 ], [ 409, 602, 462, 621 ], [ 474, 602, 516, 621 ], [ 528, 602, 577, 621 ], [ 589, 602, 683, 621 ], [ 695, 602, 793, 621 ], [ 805, 602, 818, 621 ], [ 830, 602, 882, 621 ], [ 117, 619, 164, 638 ], [ 354, 619, 414, 638 ], [ 434, 619, 522, 638 ], [ 543, 619, 582, 638 ], [ 603, 619, 695, 638 ], [ 716, 619, 801, 638 ], [ 821, 619, 882, 638 ], [ 117, 636, 179, 655 ], [ 354, 636, 440, 655 ], [ 444, 636, 528, 655 ], [ 117, 670, 158, 689 ], [ 162, 670, 214, 689 ], [ 354, 670, 406, 689 ], [ 415, 670, 484, 689 ], [ 493, 670, 560, 689 ], [ 569, 670, 648, 689 ], [ 657, 670, 672, 689 ], [ 681, 670, 711, 689 ], [ 720, 670, 772, 689 ], [ 781, 670, 808, 689 ], [ 817, 670, 882, 689 ], [ 223, 687, 273, 706 ], [ 277, 687, 335, 706 ], [ 354, 687, 402, 706 ], [ 227, 704, 277, 723 ], [ 223, 721, 314, 740 ], [ 354, 739, 372, 758 ], [ 376, 739, 426, 758 ], [ 431, 739, 461, 758 ], [ 465, 739, 509, 758 ], [ 513, 739, 566, 758 ], [ 571, 739, 603, 758 ], [ 607, 739, 734, 758 ], [ 738, 739, 753, 758 ], [ 757, 739, 782, 758 ], [ 786, 739, 825, 758 ], [ 830, 739, 882, 758 ], [ 354, 756, 396, 775 ], [ 404, 756, 449, 775 ], [ 457, 756, 470, 775 ], [ 478, 756, 518, 775 ], [ 526, 756, 542, 775 ], [ 550, 756, 611, 775 ], [ 619, 756, 714, 775 ], [ 722, 756, 750, 775 ], [ 758, 756, 860, 775 ], [ 868, 756, 882, 775 ], [ 117, 764, 155, 783 ], [ 159, 764, 226, 783 ], [ 354, 772, 398, 792 ], [ 405, 772, 469, 792 ], [ 475, 772, 542, 792 ], [ 548, 772, 576, 792 ], [ 582, 772, 646, 792 ], [ 653, 772, 697, 792 ], [ 704, 772, 764, 792 ], [ 771, 772, 798, 792 ], [ 805, 772, 882, 792 ], [ 354, 789, 393, 809 ], [ 397, 789, 418, 809 ], [ 422, 789, 473, 809 ], [ 477, 789, 523, 809 ], [ 527, 789, 624, 809 ], [ 354, 807, 394, 826 ], [ 398, 807, 430, 826 ], [ 435, 807, 479, 826 ], [ 484, 807, 499, 826 ], [ 503, 807, 555, 826 ], [ 559, 807, 570, 826 ], [ 574, 807, 670, 826 ], [ 674, 807, 695, 826 ], [ 700, 807, 724, 826 ], [ 728, 807, 767, 826 ], [ 772, 807, 820, 826 ], [ 824, 807, 866, 826 ], [ 871, 807, 882, 826 ], [ 117, 816, 152, 835 ], [ 156, 816, 238, 835 ], [ 242, 816, 257, 835 ], [ 354, 824, 379, 843 ], [ 390, 824, 431, 843 ], [ 442, 824, 542, 843 ], [ 553, 824, 572, 843 ], [ 583, 824, 608, 843 ], [ 619, 824, 648, 843 ], [ 660, 824, 675, 843 ], [ 686, 824, 730, 843 ], [ 741, 824, 757, 843 ], [ 768, 824, 819, 843 ], [ 831, 824, 846, 843 ], [ 858, 824, 882, 843 ], [ 117, 832, 214, 852 ], [ 354, 841, 487, 860 ], [ 493, 841, 512, 860 ], [ 517, 841, 542, 860 ], [ 547, 841, 602, 860 ], [ 608, 841, 677, 860 ], [ 682, 841, 729, 860 ], [ 734, 841, 762, 860 ], [ 767, 841, 803, 860 ], [ 808, 841, 832, 860 ], [ 838, 841, 882, 860 ], [ 117, 849, 150, 869 ], [ 154, 849, 223, 869 ], [ 354, 858, 414, 877 ], [ 420, 858, 502, 877 ], [ 508, 858, 523, 877 ], [ 529, 858, 614, 877 ], [ 620, 858, 649, 877 ], [ 655, 858, 750, 877 ], [ 756, 858, 767, 877 ], [ 774, 858, 789, 877 ], [ 796, 858, 846, 877 ], [ 852, 858, 882, 877 ] ]
[ [ 137, 391, 236, 410 ], [ 240, 391, 249, 410 ], [ 117, 425, 131, 444 ], [ 140, 425, 201, 444 ], [ 210, 425, 293, 444 ], [ 302, 425, 335, 444 ], [ 343, 425, 381, 444 ], [ 390, 425, 460, 444 ], [ 469, 425, 485, 444 ], [ 494, 425, 554, 444 ], [ 563, 425, 659, 444 ], [ 668, 425, 695, 444 ], [ 704, 425, 807, 444 ], [ 815, 425, 829, 444 ], [ 838, 425, 882, 444 ], [ 117, 442, 181, 461 ], [ 185, 442, 256, 461 ], [ 117, 468, 152, 487 ], [ 156, 468, 257, 487 ], [ 261, 468, 313, 487 ], [ 354, 460, 415, 479 ], [ 419, 460, 446, 479 ], [ 450, 460, 493, 479 ], [ 497, 460, 532, 479 ], [ 537, 460, 580, 479 ], [ 584, 460, 599, 479 ], [ 603, 460, 627, 479 ], [ 632, 460, 705, 479 ], [ 117, 493, 168, 512 ], [ 172, 493, 187, 512 ], [ 191, 493, 275, 512 ], [ 279, 493, 330, 512 ], [ 117, 510, 155, 529 ], [ 160, 510, 261, 529 ], [ 265, 510, 316, 529 ], [ 354, 493, 423, 512 ], [ 431, 493, 526, 512 ], [ 117, 528, 154, 547 ], [ 158, 528, 247, 547 ], [ 354, 528, 418, 547 ], [ 422, 528, 483, 547 ], [ 487, 528, 514, 547 ], [ 518, 528, 561, 547 ], [ 565, 528, 596, 547 ], [ 117, 551, 157, 570 ], [ 117, 579, 164, 598 ], [ 117, 602, 167, 621 ], [ 220, 602, 312, 621 ], [ 117, 619, 164, 638 ], [ 117, 636, 179, 655 ], [ 117, 670, 158, 689 ], [ 162, 670, 214, 689 ], [ 223, 687, 273, 706 ], [ 277, 687, 335, 706 ], [ 227, 704, 277, 723 ], [ 223, 721, 314, 740 ], [ 358, 602, 397, 621 ], [ 409, 602, 462, 621 ], [ 474, 602, 516, 621 ], [ 528, 602, 577, 621 ], [ 589, 602, 683, 621 ], [ 695, 602, 793, 621 ], [ 805, 602, 818, 621 ], [ 830, 602, 882, 621 ], [ 354, 619, 414, 638 ], [ 434, 619, 522, 638 ], [ 543, 619, 582, 638 ], [ 603, 619, 695, 638 ], [ 716, 619, 801, 638 ], [ 821, 619, 882, 638 ], [ 354, 636, 440, 655 ], [ 444, 636, 528, 655 ], [ 354, 670, 406, 689 ], [ 415, 670, 484, 689 ], [ 493, 670, 560, 689 ], [ 569, 670, 648, 689 ], [ 657, 670, 672, 689 ], [ 681, 670, 711, 689 ], [ 720, 670, 772, 689 ], [ 781, 670, 808, 689 ], [ 817, 670, 882, 689 ], [ 354, 687, 402, 706 ], [ 117, 764, 155, 783 ], [ 159, 764, 226, 783 ], [ 354, 739, 372, 758 ], [ 376, 739, 426, 758 ], [ 431, 739, 461, 758 ], [ 465, 739, 509, 758 ], [ 513, 739, 566, 758 ], [ 571, 739, 603, 758 ], [ 607, 739, 734, 758 ], [ 738, 739, 753, 758 ], [ 757, 739, 782, 758 ], [ 786, 739, 825, 758 ], [ 830, 739, 882, 758 ], [ 354, 756, 396, 775 ], [ 404, 756, 449, 775 ], [ 457, 756, 470, 775 ], [ 478, 756, 518, 775 ], [ 526, 756, 542, 775 ], [ 550, 756, 611, 775 ], [ 619, 756, 714, 775 ], [ 722, 756, 750, 775 ], [ 758, 756, 860, 775 ], [ 868, 756, 882, 775 ], [ 354, 772, 398, 792 ], [ 405, 772, 469, 792 ], [ 475, 772, 542, 792 ], [ 548, 772, 576, 792 ], [ 582, 772, 646, 792 ], [ 653, 772, 697, 792 ], [ 704, 772, 764, 792 ], [ 771, 772, 798, 792 ], [ 805, 772, 882, 792 ], [ 354, 789, 393, 809 ], [ 397, 789, 418, 809 ], [ 422, 789, 473, 809 ], [ 477, 789, 523, 809 ], [ 527, 789, 624, 809 ], [ 117, 816, 152, 835 ], [ 156, 816, 238, 835 ], [ 242, 816, 257, 835 ], [ 117, 832, 214, 852 ], [ 117, 849, 150, 869 ], [ 154, 849, 223, 869 ], [ 354, 807, 394, 826 ], [ 398, 807, 430, 826 ], [ 435, 807, 479, 826 ], [ 484, 807, 499, 826 ], [ 503, 807, 555, 826 ], [ 559, 807, 570, 826 ], [ 574, 807, 670, 826 ], [ 674, 807, 695, 826 ], [ 700, 807, 724, 826 ], [ 728, 807, 767, 826 ], [ 772, 807, 820, 826 ], [ 824, 807, 866, 826 ], [ 871, 807, 882, 826 ], [ 354, 824, 379, 843 ], [ 390, 824, 431, 843 ], [ 442, 824, 542, 843 ], [ 553, 824, 572, 843 ], [ 583, 824, 608, 843 ], [ 619, 824, 648, 843 ], [ 660, 824, 675, 843 ], [ 686, 824, 730, 843 ], [ 741, 824, 757, 843 ], [ 768, 824, 819, 843 ], [ 831, 824, 846, 843 ], [ 858, 824, 882, 843 ], [ 354, 841, 487, 860 ], [ 493, 841, 512, 860 ], [ 517, 841, 542, 860 ], [ 547, 841, 602, 860 ], [ 608, 841, 677, 860 ], [ 682, 841, 729, 860 ], [ 734, 841, 762, 860 ], [ 767, 841, 803, 860 ], [ 808, 841, 832, 860 ], [ 838, 841, 882, 860 ], [ 354, 858, 414, 877 ], [ 420, 858, 502, 877 ], [ 508, 858, 523, 877 ], [ 529, 858, 614, 877 ], [ 620, 858, 649, 877 ], [ 655, 858, 750, 877 ], [ 756, 858, 767, 877 ], [ 774, 858, 789, 877 ], [ 796, 858, 846, 877 ], [ 852, 858, 882, 877 ] ]
Others Government Ministry of Mines & Mineral Resources, Ministry of Finance & Actors Economic Development, Ministry of Justice and Attorney- General, Involved Extractive Industry Transparency Initiative Unit, Petroleum Directorate, Strategic Policy Unit, National Mineral Agency and OGP Office. CSOs, private sector, working Transparency Initiative, Justice Sector Coordinating Unit, Anti- groups Corruption Commission, SDI, CARL, SLUDI, National Federation of Civil multilaterals Society. To create more access points for the public in order to engage in Main objective national debate on lease agreement and contracts in the Mining and Agriculture sectors. 70 % of mining and agricultural lease agreements and contracts are accessible to the public and through and Open data on both the Ministry of Finance & Economic Development and the National Mineral Agency websites. In addition to ensure that the Ministry of Mines & Mineral Resources, Ministry of Agriculture, Food & Forestry and the Petroleum Directorate develop and publish procedures Brief description of and guidelines for the allocation of licenses. Commitment Also contracts awards and executions discussed by the (140 character limit) CSOs,private sector partners, relevant communities, and Government in a bi-yearly symposium and the report disseminated to stakeholders. Public Participation in contractual discourse before signature and Cooperate Social responsibility policies and yearly work plan monitored through a yearly assessment by the National Mineral Agency. Contractual and lease agreement procedures remains a concern for credible and transparent governance. The relevance of this commitment therefore speaks to public accountability, fiscal transparency and civic participation Relevance and governance. A start-up with the two thriving sectors namely: agriculture and mining is a pointer to this. If well practiced, it clarifies the public apprehensions around accountability and transparency on the process. Our ambition is to the feedback loop regarding the two sectors for which the people are so interested to see progress regarding accountability and transparency. Therefore been able to account through disclosure on all data and information on all contracts and Ambition lease, is the way forward to the above. Both NMA and Ministry of Agriculture websites would serve as the conduits to achieve the stated objective.
Others Government Actors Involved CSOs, private sector, working groups multilaterals Ministry of Mines & Mineral Resources, Ministry of Finance & Economic Development, Ministry of Justice and Attorney- General, Extractive Industry Transparency Initiative Unit, Petroleum Directorate, Strategic Policy Unit, National Mineral Agency and OGP Office. Transparency Initiative, Justice Sector Coordinating Unit, Anti- Corruption Commission, SDI, CARL, SLUDI, National Federation of Civil Society. Main objective To create more access points for the public in order to engage in national debate on lease agreement and contracts in the Mining and Agriculture sectors. Brief description of Commitment (140 character limit) 70 % of mining and agricultural lease agreements and contracts are accessible to the public and through and Open data on both the Ministry of Finance & Economic Development and the National Mineral Agency websites. In addition to ensure that the Ministry of Mines & Mineral Resources, Ministry of Agriculture, Food & Forestry and the Petroleum Directorate develop and publish procedures and guidelines for the allocation of licenses. Also contracts awards and executions discussed by the CSOs,private sector partners, relevant communities, and Government in a bi-yearly symposium and the report disseminated to stakeholders. Public Participation in contractual discourse before signature and Cooperate Social responsibility policies and yearly work plan monitored through a yearly assessment by the National Mineral Agency. Relevance Contractual and lease agreement procedures remains a concern for credible and transparent governance. The relevance of this commitment therefore speaks to public accountability, fiscal transparency and civic participation and governance. A start-up with the two thriving sectors namely: agriculture and mining is a pointer to this. If well practiced, it clarifies the public apprehensions around accountability and transparency on the process. Ambition Our ambition is to the feedback loop regarding the two sectors for which the people are so interested to see progress regarding accountability and transparency. Therefore been able to account through disclosure on all data and information on all contracts and lease, is the way forward to the above. Both NMA and Ministry of Agriculture websites would serve as the conduits to achieve the stated objective.
0.897919
[ 0, 1, 12, 21, 38, 39, 40, 41, 49, 59, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 74, 75, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 150, 151, 152, 160, 169, 170, 171, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 153, 154, 155, 156, 157, 158, 159, 161, 162, 163, 164, 165, 166, 167, 168, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 243, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 318, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343 ]
OGP%20SELF%20ASSESSMENT%20REPORT-FINAL.docx
task-1607-910
30
[ [ 117, 90, 167, 109 ], [ 220, 90, 312, 109 ], [ 361, 90, 422, 109 ], [ 434, 90, 449, 109 ], [ 461, 90, 506, 109 ], [ 518, 90, 530, 109 ], [ 542, 90, 599, 109 ], [ 611, 90, 690, 109 ], [ 702, 90, 762, 109 ], [ 774, 90, 789, 109 ], [ 801, 90, 858, 109 ], [ 870, 90, 882, 109 ], [ 117, 107, 164, 126 ], [ 361, 107, 432, 126 ], [ 441, 107, 544, 126 ], [ 553, 107, 614, 126 ], [ 623, 107, 638, 126 ], [ 646, 107, 695, 126 ], [ 704, 107, 732, 126 ], [ 741, 107, 811, 126 ], [ 820, 107, 882, 126 ], [ 117, 124, 179, 143 ], [ 361, 124, 433, 143 ], [ 438, 124, 498, 143 ], [ 502, 124, 601, 143 ], [ 605, 124, 669, 143 ], [ 673, 124, 709, 143 ], [ 713, 124, 790, 143 ], [ 794, 124, 882, 143 ], [ 361, 140, 425, 160 ], [ 430, 140, 472, 160 ], [ 476, 140, 512, 160 ], [ 516, 140, 578, 160 ], [ 582, 140, 639, 160 ], [ 643, 140, 696, 160 ], [ 700, 140, 727, 160 ], [ 731, 140, 764, 160 ], [ 768, 140, 816, 160 ], [ 178, 157, 220, 176 ], [ 224, 157, 275, 176 ], [ 223, 174, 273, 193 ], [ 277, 174, 335, 193 ], [ 361, 174, 460, 193 ], [ 475, 174, 544, 193 ], [ 559, 174, 608, 193 ], [ 623, 174, 670, 193 ], [ 685, 174, 780, 193 ], [ 795, 174, 831, 193 ], [ 846, 174, 882, 193 ], [ 227, 191, 277, 210 ], [ 361, 191, 441, 210 ], [ 446, 191, 540, 210 ], [ 545, 191, 573, 210 ], [ 579, 191, 621, 210 ], [ 626, 191, 673, 210 ], [ 679, 191, 741, 210 ], [ 746, 191, 826, 210 ], [ 831, 191, 846, 210 ], [ 852, 191, 882, 210 ], [ 223, 208, 314, 227 ], [ 361, 208, 418, 227 ], [ 361, 260, 379, 279 ], [ 388, 260, 434, 279 ], [ 442, 260, 481, 279 ], [ 490, 260, 536, 279 ], [ 545, 260, 590, 279 ], [ 598, 260, 620, 279 ], [ 628, 260, 652, 279 ], [ 661, 260, 705, 279 ], [ 713, 260, 727, 279 ], [ 735, 260, 775, 279 ], [ 783, 260, 799, 279 ], [ 807, 260, 860, 279 ], [ 868, 260, 882, 279 ], [ 117, 277, 155, 296 ], [ 159, 277, 226, 296 ], [ 361, 277, 421, 296 ], [ 427, 277, 479, 296 ], [ 485, 277, 504, 296 ], [ 510, 277, 547, 296 ], [ 553, 277, 633, 296 ], [ 639, 277, 667, 296 ], [ 673, 277, 741, 296 ], [ 747, 277, 761, 296 ], [ 767, 277, 791, 296 ], [ 797, 277, 848, 296 ], [ 854, 277, 882, 296 ], [ 361, 294, 442, 313 ], [ 446, 294, 503, 313 ], [ 449, 311, 468, 330 ], [ 477, 311, 490, 330 ], [ 499, 311, 514, 330 ], [ 523, 311, 573, 330 ], [ 582, 311, 610, 330 ], [ 619, 311, 702, 330 ], [ 711, 311, 749, 330 ], [ 758, 311, 845, 330 ], [ 854, 311, 882, 330 ], [ 449, 328, 517, 347 ], [ 526, 328, 550, 347 ], [ 559, 328, 632, 347 ], [ 641, 328, 656, 347 ], [ 665, 328, 689, 347 ], [ 698, 328, 742, 347 ], [ 751, 328, 778, 347 ], [ 787, 328, 846, 347 ], [ 854, 328, 882, 347 ], [ 449, 345, 489, 364 ], [ 497, 345, 529, 364 ], [ 537, 345, 556, 364 ], [ 563, 345, 598, 364 ], [ 605, 345, 630, 364 ], [ 637, 345, 697, 364 ], [ 705, 345, 720, 364 ], [ 727, 345, 784, 364 ], [ 791, 345, 804, 364 ], [ 811, 345, 882, 364 ], [ 449, 362, 548, 381 ], [ 552, 362, 580, 381 ], [ 584, 362, 608, 381 ], [ 612, 362, 674, 381 ], [ 678, 362, 735, 381 ], [ 739, 362, 792, 381 ], [ 796, 362, 865, 381 ], [ 449, 379, 463, 398 ], [ 468, 379, 529, 398 ], [ 534, 379, 549, 398 ], [ 554, 379, 604, 398 ], [ 609, 379, 639, 398 ], [ 644, 379, 668, 398 ], [ 673, 379, 734, 398 ], [ 738, 379, 753, 398 ], [ 758, 379, 803, 398 ], [ 808, 379, 820, 398 ], [ 825, 379, 882, 398 ], [ 449, 396, 528, 415 ], [ 536, 396, 597, 415 ], [ 605, 396, 620, 415 ], [ 628, 396, 713, 415 ], [ 721, 396, 758, 415 ], [ 766, 396, 778, 415 ], [ 786, 396, 846, 415 ], [ 854, 396, 882, 415 ], [ 449, 413, 474, 432 ], [ 478, 413, 555, 432 ], [ 559, 413, 643, 432 ], [ 647, 413, 705, 432 ], [ 710, 413, 737, 432 ], [ 742, 413, 795, 432 ], [ 799, 413, 882, 432 ], [ 117, 421, 152, 441 ], [ 156, 421, 238, 441 ], [ 242, 421, 257, 441 ], [ 449, 430, 477, 449 ], [ 481, 430, 555, 449 ], [ 559, 430, 580, 449 ], [ 584, 430, 609, 449 ], [ 613, 430, 684, 449 ], [ 688, 430, 703, 449 ], [ 707, 430, 769, 449 ], [ 117, 438, 214, 457 ], [ 449, 447, 481, 466 ], [ 489, 447, 557, 466 ], [ 566, 447, 619, 466 ], [ 628, 447, 655, 466 ], [ 664, 447, 743, 466 ], [ 752, 447, 822, 466 ], [ 831, 447, 849, 466 ], [ 857, 447, 882, 466 ], [ 117, 455, 150, 474 ], [ 154, 455, 223, 474 ], [ 227, 455, 265, 474 ], [ 449, 464, 542, 483 ], [ 550, 464, 596, 483 ], [ 604, 464, 670, 483 ], [ 678, 464, 739, 483 ], [ 747, 464, 846, 483 ], [ 854, 464, 882, 483 ], [ 449, 481, 542, 500 ], [ 552, 481, 566, 500 ], [ 576, 481, 585, 500 ], [ 595, 481, 658, 500 ], [ 669, 481, 752, 500 ], [ 763, 481, 790, 500 ], [ 801, 481, 825, 500 ], [ 835, 481, 882, 500 ], [ 449, 498, 547, 517 ], [ 551, 498, 566, 517 ], [ 571, 498, 668, 517 ], [ 449, 515, 493, 534 ], [ 510, 515, 603, 534 ], [ 619, 515, 632, 534 ], [ 649, 515, 732, 534 ], [ 748, 515, 817, 534 ], [ 833, 515, 882, 534 ], [ 449, 532, 518, 551 ], [ 524, 532, 552, 551 ], [ 558, 532, 635, 551 ], [ 641, 532, 683, 551 ], [ 689, 532, 787, 551 ], [ 793, 532, 848, 551 ], [ 854, 532, 882, 551 ], [ 449, 549, 494, 568 ], [ 500, 549, 537, 568 ], [ 544, 549, 575, 568 ], [ 582, 549, 659, 568 ], [ 666, 549, 725, 568 ], [ 731, 549, 740, 568 ], [ 747, 549, 791, 568 ], [ 797, 549, 882, 568 ], [ 449, 566, 467, 585 ], [ 471, 566, 495, 585 ], [ 500, 566, 562, 585 ], [ 566, 566, 622, 585 ], [ 626, 566, 684, 585 ], [ 449, 583, 535, 602 ], [ 543, 583, 571, 602 ], [ 579, 583, 617, 602 ], [ 626, 583, 706, 602 ], [ 714, 583, 797, 602 ], [ 806, 583, 865, 602 ], [ 873, 583, 882, 602 ], [ 449, 600, 508, 619 ], [ 519, 600, 540, 619 ], [ 550, 600, 609, 619 ], [ 620, 600, 647, 619 ], [ 658, 600, 744, 619 ], [ 754, 600, 844, 619 ], [ 855, 600, 882, 619 ], [ 449, 617, 520, 636 ], [ 527, 617, 542, 636 ], [ 549, 617, 575, 636 ], [ 582, 617, 677, 636 ], [ 683, 617, 753, 636 ], [ 760, 617, 809, 636 ], [ 816, 617, 831, 636 ], [ 838, 617, 882, 636 ], [ 449, 634, 557, 653 ], [ 565, 634, 602, 653 ], [ 610, 634, 705, 653 ], [ 714, 634, 741, 653 ], [ 749, 634, 781, 653 ], [ 789, 634, 882, 653 ], [ 117, 651, 192, 670 ], [ 449, 651, 477, 670 ], [ 481, 651, 571, 670 ], [ 449, 668, 460, 687 ], [ 464, 668, 522, 687 ], [ 526, 668, 559, 687 ], [ 563, 668, 587, 687 ], [ 591, 668, 620, 687 ], [ 624, 668, 680, 687 ], [ 684, 668, 736, 687 ], [ 740, 668, 799, 687 ], [ 803, 668, 882, 687 ], [ 449, 685, 477, 704 ], [ 482, 685, 532, 704 ], [ 537, 685, 548, 704 ], [ 553, 685, 562, 704 ], [ 567, 685, 621, 704 ], [ 626, 685, 641, 704 ], [ 646, 685, 678, 704 ], [ 683, 685, 693, 704 ], [ 698, 685, 728, 704 ], [ 733, 685, 805, 704 ], [ 810, 685, 821, 704 ], [ 826, 685, 882, 704 ], [ 449, 702, 474, 721 ], [ 489, 702, 533, 721 ], [ 547, 702, 655, 721 ], [ 670, 702, 722, 721 ], [ 737, 702, 840, 721 ], [ 854, 702, 882, 721 ], [ 449, 719, 545, 738 ], [ 549, 719, 568, 738 ], [ 572, 719, 597, 738 ], [ 601, 719, 661, 738 ], [ 361, 736, 389, 755 ], [ 393, 736, 459, 755 ], [ 463, 736, 474, 755 ], [ 479, 736, 494, 755 ], [ 532, 736, 556, 755 ], [ 561, 736, 627, 755 ], [ 631, 736, 664, 755 ], [ 668, 736, 738, 755 ], [ 743, 736, 767, 755 ], [ 771, 736, 800, 755 ], [ 804, 736, 856, 755 ], [ 861, 736, 882, 755 ], [ 361, 753, 405, 772 ], [ 417, 753, 442, 772 ], [ 454, 753, 505, 772 ], [ 517, 753, 541, 772 ], [ 554, 753, 570, 772 ], [ 583, 753, 658, 772 ], [ 671, 753, 686, 772 ], [ 699, 753, 724, 772 ], [ 736, 753, 799, 772 ], [ 812, 753, 882, 772 ], [ 361, 770, 464, 789 ], [ 475, 770, 502, 789 ], [ 513, 770, 613, 789 ], [ 624, 770, 697, 789 ], [ 708, 770, 744, 789 ], [ 755, 770, 786, 789 ], [ 797, 770, 813, 789 ], [ 824, 770, 882, 789 ], [ 361, 787, 420, 806 ], [ 427, 787, 501, 806 ], [ 508, 787, 527, 806 ], [ 535, 787, 551, 806 ], [ 559, 787, 592, 806 ], [ 599, 787, 626, 806 ], [ 634, 787, 721, 806 ], [ 728, 787, 747, 806 ], [ 755, 787, 771, 806 ], [ 779, 787, 847, 806 ], [ 854, 787, 882, 806 ], [ 117, 793, 184, 812 ], [ 361, 804, 403, 823 ], [ 411, 804, 422, 823 ], [ 430, 804, 454, 823 ], [ 462, 804, 491, 823 ], [ 499, 804, 557, 823 ], [ 565, 804, 580, 823 ], [ 588, 804, 612, 823 ], [ 620, 804, 669, 823 ], [ 677, 804, 711, 823 ], [ 719, 804, 756, 823 ], [ 764, 804, 791, 823 ], [ 799, 804, 859, 823 ], [ 867, 804, 882, 823 ], [ 361, 821, 442, 840 ], [ 447, 821, 511, 840 ], [ 516, 821, 561, 840 ], [ 566, 821, 605, 840 ], [ 610, 821, 625, 840 ], [ 630, 821, 654, 840 ], [ 659, 821, 722, 840 ], [ 726, 821, 742, 840 ], [ 746, 821, 802, 840 ], [ 807, 821, 831, 840 ], [ 836, 821, 882, 840 ], [ 361, 838, 433, 857 ] ]
[ [ 117, 90, 167, 109 ], [ 220, 90, 312, 109 ], [ 117, 107, 164, 126 ], [ 117, 124, 179, 143 ], [ 178, 157, 220, 176 ], [ 224, 157, 275, 176 ], [ 223, 174, 273, 193 ], [ 277, 174, 335, 193 ], [ 227, 191, 277, 210 ], [ 223, 208, 314, 227 ], [ 361, 90, 422, 109 ], [ 434, 90, 449, 109 ], [ 461, 90, 506, 109 ], [ 518, 90, 530, 109 ], [ 542, 90, 599, 109 ], [ 611, 90, 690, 109 ], [ 702, 90, 762, 109 ], [ 774, 90, 789, 109 ], [ 801, 90, 858, 109 ], [ 870, 90, 882, 109 ], [ 361, 107, 432, 126 ], [ 441, 107, 544, 126 ], [ 553, 107, 614, 126 ], [ 623, 107, 638, 126 ], [ 646, 107, 695, 126 ], [ 704, 107, 732, 126 ], [ 741, 107, 811, 126 ], [ 820, 107, 882, 126 ], [ 361, 124, 433, 143 ], [ 438, 124, 498, 143 ], [ 502, 124, 601, 143 ], [ 605, 124, 669, 143 ], [ 673, 124, 709, 143 ], [ 713, 124, 790, 143 ], [ 794, 124, 882, 143 ], [ 361, 140, 425, 160 ], [ 430, 140, 472, 160 ], [ 476, 140, 512, 160 ], [ 516, 140, 578, 160 ], [ 582, 140, 639, 160 ], [ 643, 140, 696, 160 ], [ 700, 140, 727, 160 ], [ 731, 140, 764, 160 ], [ 768, 140, 816, 160 ], [ 361, 174, 460, 193 ], [ 475, 174, 544, 193 ], [ 559, 174, 608, 193 ], [ 623, 174, 670, 193 ], [ 685, 174, 780, 193 ], [ 795, 174, 831, 193 ], [ 846, 174, 882, 193 ], [ 361, 191, 441, 210 ], [ 446, 191, 540, 210 ], [ 545, 191, 573, 210 ], [ 579, 191, 621, 210 ], [ 626, 191, 673, 210 ], [ 679, 191, 741, 210 ], [ 746, 191, 826, 210 ], [ 831, 191, 846, 210 ], [ 852, 191, 882, 210 ], [ 361, 208, 418, 227 ], [ 117, 277, 155, 296 ], [ 159, 277, 226, 296 ], [ 361, 260, 379, 279 ], [ 388, 260, 434, 279 ], [ 442, 260, 481, 279 ], [ 490, 260, 536, 279 ], [ 545, 260, 590, 279 ], [ 598, 260, 620, 279 ], [ 628, 260, 652, 279 ], [ 661, 260, 705, 279 ], [ 713, 260, 727, 279 ], [ 735, 260, 775, 279 ], [ 783, 260, 799, 279 ], [ 807, 260, 860, 279 ], [ 868, 260, 882, 279 ], [ 361, 277, 421, 296 ], [ 427, 277, 479, 296 ], [ 485, 277, 504, 296 ], [ 510, 277, 547, 296 ], [ 553, 277, 633, 296 ], [ 639, 277, 667, 296 ], [ 673, 277, 741, 296 ], [ 747, 277, 761, 296 ], [ 767, 277, 791, 296 ], [ 797, 277, 848, 296 ], [ 854, 277, 882, 296 ], [ 361, 294, 442, 313 ], [ 446, 294, 503, 313 ], [ 117, 421, 152, 441 ], [ 156, 421, 238, 441 ], [ 242, 421, 257, 441 ], [ 117, 438, 214, 457 ], [ 117, 455, 150, 474 ], [ 154, 455, 223, 474 ], [ 227, 455, 265, 474 ], [ 449, 311, 468, 330 ], [ 477, 311, 490, 330 ], [ 499, 311, 514, 330 ], [ 523, 311, 573, 330 ], [ 582, 311, 610, 330 ], [ 619, 311, 702, 330 ], [ 711, 311, 749, 330 ], [ 758, 311, 845, 330 ], [ 854, 311, 882, 330 ], [ 449, 328, 517, 347 ], [ 526, 328, 550, 347 ], [ 559, 328, 632, 347 ], [ 641, 328, 656, 347 ], [ 665, 328, 689, 347 ], [ 698, 328, 742, 347 ], [ 751, 328, 778, 347 ], [ 787, 328, 846, 347 ], [ 854, 328, 882, 347 ], [ 449, 345, 489, 364 ], [ 497, 345, 529, 364 ], [ 537, 345, 556, 364 ], [ 563, 345, 598, 364 ], [ 605, 345, 630, 364 ], [ 637, 345, 697, 364 ], [ 705, 345, 720, 364 ], [ 727, 345, 784, 364 ], [ 791, 345, 804, 364 ], [ 811, 345, 882, 364 ], [ 449, 362, 548, 381 ], [ 552, 362, 580, 381 ], [ 584, 362, 608, 381 ], [ 612, 362, 674, 381 ], [ 678, 362, 735, 381 ], [ 739, 362, 792, 381 ], [ 796, 362, 865, 381 ], [ 449, 379, 463, 398 ], [ 468, 379, 529, 398 ], [ 534, 379, 549, 398 ], [ 554, 379, 604, 398 ], [ 609, 379, 639, 398 ], [ 644, 379, 668, 398 ], [ 673, 379, 734, 398 ], [ 738, 379, 753, 398 ], [ 758, 379, 803, 398 ], [ 808, 379, 820, 398 ], [ 825, 379, 882, 398 ], [ 449, 396, 528, 415 ], [ 536, 396, 597, 415 ], [ 605, 396, 620, 415 ], [ 628, 396, 713, 415 ], [ 721, 396, 758, 415 ], [ 766, 396, 778, 415 ], [ 786, 396, 846, 415 ], [ 854, 396, 882, 415 ], [ 449, 413, 474, 432 ], [ 478, 413, 555, 432 ], [ 559, 413, 643, 432 ], [ 647, 413, 705, 432 ], [ 710, 413, 737, 432 ], [ 742, 413, 795, 432 ], [ 799, 413, 882, 432 ], [ 449, 430, 477, 449 ], [ 481, 430, 555, 449 ], [ 559, 430, 580, 449 ], [ 584, 430, 609, 449 ], [ 613, 430, 684, 449 ], [ 688, 430, 703, 449 ], [ 707, 430, 769, 449 ], [ 449, 447, 481, 466 ], [ 489, 447, 557, 466 ], [ 566, 447, 619, 466 ], [ 628, 447, 655, 466 ], [ 664, 447, 743, 466 ], [ 752, 447, 822, 466 ], [ 831, 447, 849, 466 ], [ 857, 447, 882, 466 ], [ 449, 464, 542, 483 ], [ 550, 464, 596, 483 ], [ 604, 464, 670, 483 ], [ 678, 464, 739, 483 ], [ 747, 464, 846, 483 ], [ 854, 464, 882, 483 ], [ 449, 481, 542, 500 ], [ 552, 481, 566, 500 ], [ 576, 481, 585, 500 ], [ 595, 481, 658, 500 ], [ 669, 481, 752, 500 ], [ 763, 481, 790, 500 ], [ 801, 481, 825, 500 ], [ 835, 481, 882, 500 ], [ 449, 498, 547, 517 ], [ 551, 498, 566, 517 ], [ 571, 498, 668, 517 ], [ 449, 515, 493, 534 ], [ 510, 515, 603, 534 ], [ 619, 515, 632, 534 ], [ 649, 515, 732, 534 ], [ 748, 515, 817, 534 ], [ 833, 515, 882, 534 ], [ 449, 532, 518, 551 ], [ 524, 532, 552, 551 ], [ 558, 532, 635, 551 ], [ 641, 532, 683, 551 ], [ 689, 532, 787, 551 ], [ 793, 532, 848, 551 ], [ 854, 532, 882, 551 ], [ 449, 549, 494, 568 ], [ 500, 549, 537, 568 ], [ 544, 549, 575, 568 ], [ 582, 549, 659, 568 ], [ 666, 549, 725, 568 ], [ 731, 549, 740, 568 ], [ 747, 549, 791, 568 ], [ 797, 549, 882, 568 ], [ 449, 566, 467, 585 ], [ 471, 566, 495, 585 ], [ 500, 566, 562, 585 ], [ 566, 566, 622, 585 ], [ 626, 566, 684, 585 ], [ 117, 651, 192, 670 ], [ 449, 583, 535, 602 ], [ 543, 583, 571, 602 ], [ 579, 583, 617, 602 ], [ 626, 583, 706, 602 ], [ 714, 583, 797, 602 ], [ 806, 583, 865, 602 ], [ 873, 583, 882, 602 ], [ 449, 600, 508, 619 ], [ 519, 600, 540, 619 ], [ 550, 600, 609, 619 ], [ 620, 600, 647, 619 ], [ 658, 600, 744, 619 ], [ 754, 600, 844, 619 ], [ 855, 600, 882, 619 ], [ 449, 617, 520, 636 ], [ 527, 617, 542, 636 ], [ 549, 617, 575, 636 ], [ 582, 617, 677, 636 ], [ 683, 617, 753, 636 ], [ 760, 617, 809, 636 ], [ 816, 617, 831, 636 ], [ 838, 617, 882, 636 ], [ 449, 634, 557, 653 ], [ 565, 634, 602, 653 ], [ 610, 634, 705, 653 ], [ 714, 634, 741, 653 ], [ 749, 634, 781, 653 ], [ 789, 634, 882, 653 ], [ 449, 651, 477, 670 ], [ 481, 651, 571, 670 ], [ 449, 668, 460, 687 ], [ 464, 668, 522, 687 ], [ 526, 668, 559, 687 ], [ 563, 668, 587, 687 ], [ 591, 668, 620, 687 ], [ 624, 668, 680, 687 ], [ 684, 668, 736, 687 ], [ 740, 668, 799, 687 ], [ 803, 668, 882, 687 ], [ 449, 685, 477, 704 ], [ 482, 685, 532, 704 ], [ 537, 685, 548, 704 ], [ 553, 685, 562, 704 ], [ 567, 685, 621, 704 ], [ 626, 685, 641, 704 ], [ 646, 685, 678, 704 ], [ 683, 685, 693, 704 ], [ 698, 685, 728, 704 ], [ 733, 685, 805, 704 ], [ 810, 685, 821, 704 ], [ 826, 685, 882, 704 ], [ 449, 702, 474, 721 ], [ 489, 702, 533, 721 ], [ 547, 702, 655, 721 ], [ 670, 702, 722, 721 ], [ 737, 702, 840, 721 ], [ 854, 702, 882, 721 ], [ 449, 719, 545, 738 ], [ 549, 719, 568, 738 ], [ 572, 719, 597, 738 ], [ 601, 719, 661, 738 ], [ 117, 793, 184, 812 ], [ 361, 736, 389, 755 ], [ 393, 736, 459, 755 ], [ 463, 736, 474, 755 ], [ 479, 736, 494, 755 ], [ 532, 736, 556, 755 ], [ 561, 736, 627, 755 ], [ 631, 736, 664, 755 ], [ 668, 736, 738, 755 ], [ 743, 736, 767, 755 ], [ 771, 736, 800, 755 ], [ 804, 736, 856, 755 ], [ 861, 736, 882, 755 ], [ 361, 753, 405, 772 ], [ 417, 753, 442, 772 ], [ 454, 753, 505, 772 ], [ 517, 753, 541, 772 ], [ 554, 753, 570, 772 ], [ 583, 753, 658, 772 ], [ 671, 753, 686, 772 ], [ 699, 753, 724, 772 ], [ 736, 753, 799, 772 ], [ 812, 753, 882, 772 ], [ 361, 770, 464, 789 ], [ 475, 770, 502, 789 ], [ 513, 770, 613, 789 ], [ 624, 770, 697, 789 ], [ 708, 770, 744, 789 ], [ 755, 770, 786, 789 ], [ 797, 770, 813, 789 ], [ 824, 770, 882, 789 ], [ 361, 787, 420, 806 ], [ 427, 787, 501, 806 ], [ 508, 787, 527, 806 ], [ 535, 787, 551, 806 ], [ 559, 787, 592, 806 ], [ 599, 787, 626, 806 ], [ 634, 787, 721, 806 ], [ 728, 787, 747, 806 ], [ 755, 787, 771, 806 ], [ 779, 787, 847, 806 ], [ 854, 787, 882, 806 ], [ 361, 804, 403, 823 ], [ 411, 804, 422, 823 ], [ 430, 804, 454, 823 ], [ 462, 804, 491, 823 ], [ 499, 804, 557, 823 ], [ 565, 804, 580, 823 ], [ 588, 804, 612, 823 ], [ 620, 804, 669, 823 ], [ 677, 804, 711, 823 ], [ 719, 804, 756, 823 ], [ 764, 804, 791, 823 ], [ 799, 804, 859, 823 ], [ 867, 804, 882, 823 ], [ 361, 821, 442, 840 ], [ 447, 821, 511, 840 ], [ 516, 821, 561, 840 ], [ 566, 821, 605, 840 ], [ 610, 821, 625, 840 ], [ 630, 821, 654, 840 ], [ 659, 821, 722, 840 ], [ 726, 821, 742, 840 ], [ 746, 821, 802, 840 ], [ 807, 821, 831, 840 ], [ 836, 821, 882, 840 ], [ 361, 838, 433, 857 ] ]
public service monitoring with delivery. innovative monitoring SDIFs have been tools. established in the Eastern Cape province (Provincial Coordinating and Monitoring Team, lead by the Office of the Premier or OTP); province (Operation Sukuma Sakhe, lead by the OTP); Western Cape province (Provincial Top Management & Human Capital Forums); and Limpopo province (Executive Mayors` IGR Forum) Enhance the The DPSA has In 2012/13, the As far as we are capacity and developed a guide DPSA will assist there was already a capabilities of that will be used to three provinces guide available, which communities to mobilize to intensify we commented on. access and government their their departments to participation in rights participate more the campaign. through the actively in the The DPSA will of national KYSRR campaign. also intensify the public education In the interim, the roll-out of KYSRR campaigns, DPSA has rolled out Campaign specifically a the out KYSSR through public outreach campaign in schools community campaign on Know in the Limpopo and radio, Your Service Rights Eastern Cape community and provinces where 36 newspapers and Responsibilities 700 Your partnerships “Know (KYSR&R) to Service Rights and with rights-based inform citizens Responsibilities” civil society about their service booklets were organisations, rights, dispatched to Florence?) responsibilities, Community and legal Development mechanisms Worker (CDW) available to hold coordinators for
public service delivery. SDIFs have been established in the Eastern Cape province (Provincial Coordinating and Monitoring Team, lead by the Office of the Premier or OTP); province (Operation Sukuma Sakhe, lead by the OTP); Western Cape province (Provincial Top Management & Human Capital Forums); and Limpopo province (Executive Mayors` IGR Forum) monitoring with innovative monitoring tools. Enhance the capacity and capabilities of communities to access and their rights through the of national public education campaigns, specifically a public outreach campaign on Know Your Service Rights and Responsibilities (KYSR&R) to inform citizens about their service rights, responsibilities, and legal mechanisms available to hold The DPSA has developed a guide that will be used to mobilize government departments to participate more actively in the KYSRR campaign. In the interim, the DPSA has rolled out the out KYSSR campaign in schools in the Limpopo and Eastern Cape provinces where 36 700 “Know Your Service Rights and Responsibilities” booklets were dispatched to Community Development Worker (CDW) coordinators for In 2012/13, the DPSA will assist three provinces to intensify their participation in the campaign. The DPSA will also intensify the roll-out of KYSRR Campaign through community radio, community newspapers and partnerships with rights-based civil society organisations, Florence?) As far as we are there was already a guide available, which we commented on.
0.483916
[ 0, 1, 4, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 2, 3, 5, 6, 10, 56, 57, 69, 70, 81, 82, 93, 94, 101, 102, 105, 110, 115, 116, 123, 124, 130, 131, 139, 145, 146, 151, 152, 157, 158, 159, 165, 166, 167, 171, 177, 182, 183, 189, 190, 194, 195, 196, 200, 204, 206, 207, 209, 212, 213, 214, 58, 59, 60, 71, 72, 73, 83, 84, 85, 86, 87, 95, 103, 106, 107, 111, 112, 117, 118, 119, 125, 126, 132, 133, 134, 135, 140, 141, 142, 143, 147, 148, 149, 153, 154, 155, 160, 161, 162, 163, 168, 169, 172, 173, 174, 178, 181, 179, 184, 185, 186, 191, 197, 198, 201, 202, 205, 208, 210, 211, 215, 216, 61, 62, 63, 74, 75, 76, 88, 89, 96, 97, 104, 108, 109, 113, 114, 120, 121, 122, 127, 128, 129, 136, 137, 138, 144, 150, 156, 164, 170, 175, 176, 180, 187, 188, 192, 193, 199, 203, 64, 65, 66, 67, 68, 77, 78, 79, 80, 90, 91, 92, 98, 99, 100 ]
ogp-commitments_progress-report_21-september.docx
task-1607-918
48
[ [ 304, 85, 359, 105 ], [ 421, 85, 485, 105 ], [ 646, 85, 744, 105 ], [ 829, 85, 869, 105 ], [ 304, 102, 384, 121 ], [ 646, 102, 740, 121 ], [ 771, 102, 869, 121 ], [ 298, 118, 345, 138 ], [ 372, 118, 414, 138 ], [ 441, 118, 485, 138 ], [ 646, 118, 697, 138 ], [ 298, 135, 400, 154 ], [ 419, 135, 436, 154 ], [ 455, 135, 485, 154 ], [ 298, 151, 366, 171 ], [ 440, 151, 485, 171 ], [ 298, 168, 376, 187 ], [ 389, 168, 485, 187 ], [ 298, 184, 413, 204 ], [ 452, 184, 485, 204 ], [ 298, 201, 394, 221 ], [ 427, 201, 485, 221 ], [ 298, 218, 337, 237 ], [ 351, 218, 372, 237 ], [ 386, 218, 416, 237 ], [ 430, 218, 485, 237 ], [ 298, 234, 317, 254 ], [ 333, 234, 363, 254 ], [ 379, 234, 450, 254 ], [ 466, 234, 485, 254 ], [ 298, 251, 350, 270 ], [ 407, 267, 485, 287 ], [ 298, 284, 396, 303 ], [ 416, 284, 485, 303 ], [ 298, 300, 358, 320 ], [ 370, 300, 409, 320 ], [ 421, 300, 443, 320 ], [ 455, 300, 485, 320 ], [ 298, 317, 350, 336 ], [ 358, 317, 432, 336 ], [ 440, 317, 485, 336 ], [ 298, 333, 376, 353 ], [ 389, 333, 485, 353 ], [ 298, 350, 332, 370 ], [ 344, 350, 459, 370 ], [ 471, 350, 485, 370 ], [ 298, 367, 361, 386 ], [ 421, 367, 485, 386 ], [ 298, 383, 378, 403 ], [ 452, 383, 485, 403 ], [ 298, 400, 375, 419 ], [ 407, 400, 485, 419 ], [ 298, 416, 393, 436 ], [ 413, 416, 485, 436 ], [ 298, 433, 329, 452 ], [ 335, 433, 400, 452 ], [ 120, 469, 196, 488 ], [ 266, 469, 296, 488 ], [ 298, 469, 332, 488 ], [ 371, 469, 416, 488 ], [ 455, 469, 485, 488 ], [ 487, 469, 504, 488 ], [ 518, 469, 599, 488 ], [ 614, 469, 644, 488 ], [ 646, 469, 666, 488 ], [ 678, 469, 703, 488 ], [ 715, 469, 734, 488 ], [ 745, 469, 771, 488 ], [ 782, 469, 812, 488 ], [ 120, 485, 196, 505 ], [ 263, 485, 296, 505 ], [ 304, 485, 398, 505 ], [ 411, 485, 422, 505 ], [ 436, 485, 485, 505 ], [ 492, 485, 537, 505 ], [ 550, 485, 582, 505 ], [ 595, 485, 644, 505 ], [ 646, 485, 695, 505 ], [ 716, 485, 749, 505 ], [ 770, 485, 837, 505 ], [ 858, 485, 869, 505 ], [ 120, 502, 224, 521 ], [ 278, 502, 296, 521 ], [ 304, 502, 342, 521 ], [ 349, 502, 382, 521 ], [ 389, 502, 411, 521 ], [ 418, 502, 459, 521 ], [ 466, 502, 485, 521 ], [ 492, 502, 541, 521 ], [ 558, 502, 644, 521 ], [ 646, 502, 695, 521 ], [ 711, 502, 800, 521 ], [ 816, 502, 869, 521 ], [ 120, 518, 235, 538 ], [ 277, 518, 296, 538 ], [ 304, 518, 381, 538 ], [ 492, 518, 511, 538 ], [ 566, 518, 644, 538 ], [ 646, 518, 672, 538 ], [ 678, 518, 785, 538 ], [ 791, 518, 820, 538 ], [ 120, 535, 178, 555 ], [ 202, 535, 234, 555 ], [ 304, 535, 412, 555 ], [ 492, 535, 535, 555 ], [ 120, 552, 164, 571 ], [ 304, 552, 419, 571 ], [ 466, 552, 485, 571 ], [ 492, 552, 608, 571 ], [ 627, 552, 644, 571 ], [ 245, 568, 296, 588 ], [ 304, 568, 404, 588 ], [ 439, 568, 485, 588 ], [ 492, 568, 522, 588 ], [ 528, 568, 621, 588 ], [ 120, 585, 190, 604 ], [ 221, 585, 251, 604 ], [ 304, 585, 375, 604 ], [ 407, 585, 424, 604 ], [ 455, 585, 485, 604 ], [ 487, 585, 521, 604 ], [ 543, 585, 589, 604 ], [ 611, 585, 644, 604 ], [ 176, 601, 195, 621 ], [ 219, 601, 296, 621 ], [ 304, 601, 361, 621 ], [ 367, 601, 460, 621 ], [ 487, 601, 523, 621 ], [ 529, 601, 607, 621 ], [ 614, 601, 644, 621 ], [ 120, 618, 178, 637 ], [ 202, 618, 296, 637 ], [ 298, 618, 315, 637 ], [ 327, 618, 357, 637 ], [ 369, 618, 443, 637 ], [ 455, 618, 485, 637 ], [ 487, 618, 555, 637 ], [ 562, 618, 580, 637 ], [ 587, 618, 644, 637 ], [ 120, 634, 225, 654 ], [ 304, 634, 350, 654 ], [ 357, 634, 387, 654 ], [ 395, 634, 447, 654 ], [ 455, 634, 485, 654 ], [ 487, 634, 575, 654 ], [ 120, 651, 222, 670 ], [ 285, 651, 296, 670 ], [ 304, 651, 334, 670 ], [ 368, 651, 397, 670 ], [ 431, 651, 485, 670 ], [ 487, 651, 557, 670 ], [ 120, 667, 176, 687 ], [ 216, 667, 296, 687 ], [ 304, 667, 390, 687 ], [ 397, 667, 414, 687 ], [ 420, 667, 485, 687 ], [ 487, 667, 587, 687 ], [ 120, 684, 206, 704 ], [ 216, 684, 238, 704 ], [ 247, 684, 296, 704 ], [ 304, 684, 321, 704 ], [ 329, 684, 359, 704 ], [ 367, 684, 444, 704 ], [ 452, 684, 485, 704 ], [ 487, 684, 541, 704 ], [ 120, 700, 162, 720 ], [ 169, 700, 234, 720 ], [ 241, 700, 296, 720 ], [ 304, 700, 372, 720 ], [ 440, 700, 485, 720 ], [ 487, 700, 587, 720 ], [ 120, 717, 153, 737 ], [ 304, 717, 390, 737 ], [ 399, 717, 455, 737 ], [ 464, 717, 485, 737 ], [ 487, 717, 592, 737 ], [ 611, 717, 644, 737 ], [ 120, 734, 260, 753 ], [ 304, 734, 336, 753 ], [ 443, 734, 485, 753 ], [ 487, 734, 599, 753 ], [ 360, 736, 419, 753 ], [ 120, 750, 206, 770 ], [ 277, 750, 296, 770 ], [ 304, 750, 369, 770 ], [ 383, 750, 439, 770 ], [ 452, 750, 485, 770 ], [ 487, 750, 527, 770 ], [ 533, 750, 644, 770 ], [ 120, 767, 180, 786 ], [ 227, 767, 296, 786 ], [ 304, 767, 457, 785 ], [ 487, 767, 525, 786 ], [ 580, 767, 644, 786 ], [ 120, 783, 172, 803 ], [ 180, 783, 224, 803 ], [ 232, 783, 296, 803 ], [ 304, 783, 380, 803 ], [ 440, 783, 485, 803 ], [ 487, 783, 613, 803 ], [ 120, 800, 179, 819 ], [ 304, 800, 403, 819 ], [ 466, 800, 485, 819 ], [ 487, 800, 580, 819 ], [ 120, 816, 263, 836 ], [ 304, 816, 406, 836 ], [ 120, 833, 153, 852 ], [ 252, 833, 296, 852 ], [ 304, 833, 423, 852 ], [ 120, 849, 230, 869 ], [ 304, 849, 369, 869 ], [ 428, 849, 485, 869 ], [ 120, 866, 202, 886 ], [ 220, 866, 239, 886 ], [ 257, 866, 296, 886 ], [ 304, 866, 417, 886 ], [ 459, 866, 485, 886 ] ]
[ [ 304, 85, 359, 105 ], [ 421, 85, 485, 105 ], [ 304, 102, 384, 121 ], [ 298, 118, 345, 138 ], [ 372, 118, 414, 138 ], [ 441, 118, 485, 138 ], [ 298, 135, 400, 154 ], [ 419, 135, 436, 154 ], [ 455, 135, 485, 154 ], [ 298, 151, 366, 171 ], [ 440, 151, 485, 171 ], [ 298, 168, 376, 187 ], [ 389, 168, 485, 187 ], [ 298, 184, 413, 204 ], [ 452, 184, 485, 204 ], [ 298, 201, 394, 221 ], [ 427, 201, 485, 221 ], [ 298, 218, 337, 237 ], [ 351, 218, 372, 237 ], [ 386, 218, 416, 237 ], [ 430, 218, 485, 237 ], [ 298, 234, 317, 254 ], [ 333, 234, 363, 254 ], [ 379, 234, 450, 254 ], [ 466, 234, 485, 254 ], [ 298, 251, 350, 270 ], [ 407, 267, 485, 287 ], [ 298, 284, 396, 303 ], [ 416, 284, 485, 303 ], [ 298, 300, 358, 320 ], [ 370, 300, 409, 320 ], [ 421, 300, 443, 320 ], [ 455, 300, 485, 320 ], [ 298, 317, 350, 336 ], [ 358, 317, 432, 336 ], [ 440, 317, 485, 336 ], [ 298, 333, 376, 353 ], [ 389, 333, 485, 353 ], [ 298, 350, 332, 370 ], [ 344, 350, 459, 370 ], [ 471, 350, 485, 370 ], [ 298, 367, 361, 386 ], [ 421, 367, 485, 386 ], [ 298, 383, 378, 403 ], [ 452, 383, 485, 403 ], [ 298, 400, 375, 419 ], [ 407, 400, 485, 419 ], [ 298, 416, 393, 436 ], [ 413, 416, 485, 436 ], [ 298, 433, 329, 452 ], [ 335, 433, 400, 452 ], [ 646, 85, 744, 105 ], [ 829, 85, 869, 105 ], [ 646, 102, 740, 121 ], [ 771, 102, 869, 121 ], [ 646, 118, 697, 138 ], [ 120, 469, 196, 488 ], [ 266, 469, 296, 488 ], [ 120, 485, 196, 505 ], [ 263, 485, 296, 505 ], [ 120, 502, 224, 521 ], [ 278, 502, 296, 521 ], [ 120, 518, 235, 538 ], [ 277, 518, 296, 538 ], [ 120, 535, 178, 555 ], [ 202, 535, 234, 555 ], [ 120, 552, 164, 571 ], [ 245, 568, 296, 588 ], [ 120, 585, 190, 604 ], [ 221, 585, 251, 604 ], [ 176, 601, 195, 621 ], [ 219, 601, 296, 621 ], [ 120, 618, 178, 637 ], [ 202, 618, 296, 637 ], [ 120, 634, 225, 654 ], [ 120, 651, 222, 670 ], [ 285, 651, 296, 670 ], [ 120, 667, 176, 687 ], [ 216, 667, 296, 687 ], [ 120, 684, 206, 704 ], [ 216, 684, 238, 704 ], [ 247, 684, 296, 704 ], [ 120, 700, 162, 720 ], [ 169, 700, 234, 720 ], [ 241, 700, 296, 720 ], [ 120, 717, 153, 737 ], [ 120, 734, 260, 753 ], [ 120, 750, 206, 770 ], [ 277, 750, 296, 770 ], [ 120, 767, 180, 786 ], [ 227, 767, 296, 786 ], [ 120, 783, 172, 803 ], [ 180, 783, 224, 803 ], [ 232, 783, 296, 803 ], [ 120, 800, 179, 819 ], [ 120, 816, 263, 836 ], [ 120, 833, 153, 852 ], [ 252, 833, 296, 852 ], [ 120, 849, 230, 869 ], [ 120, 866, 202, 886 ], [ 220, 866, 239, 886 ], [ 257, 866, 296, 886 ], [ 298, 469, 332, 488 ], [ 371, 469, 416, 488 ], [ 455, 469, 485, 488 ], [ 304, 485, 398, 505 ], [ 411, 485, 422, 505 ], [ 436, 485, 485, 505 ], [ 304, 502, 342, 521 ], [ 349, 502, 382, 521 ], [ 389, 502, 411, 521 ], [ 418, 502, 459, 521 ], [ 466, 502, 485, 521 ], [ 304, 518, 381, 538 ], [ 304, 535, 412, 555 ], [ 304, 552, 419, 571 ], [ 466, 552, 485, 571 ], [ 304, 568, 404, 588 ], [ 439, 568, 485, 588 ], [ 304, 585, 375, 604 ], [ 407, 585, 424, 604 ], [ 455, 585, 485, 604 ], [ 304, 601, 361, 621 ], [ 367, 601, 460, 621 ], [ 298, 618, 315, 637 ], [ 327, 618, 357, 637 ], [ 369, 618, 443, 637 ], [ 455, 618, 485, 637 ], [ 304, 634, 350, 654 ], [ 357, 634, 387, 654 ], [ 395, 634, 447, 654 ], [ 455, 634, 485, 654 ], [ 304, 651, 334, 670 ], [ 368, 651, 397, 670 ], [ 431, 651, 485, 670 ], [ 304, 667, 390, 687 ], [ 397, 667, 414, 687 ], [ 420, 667, 485, 687 ], [ 304, 684, 321, 704 ], [ 329, 684, 359, 704 ], [ 367, 684, 444, 704 ], [ 452, 684, 485, 704 ], [ 304, 700, 372, 720 ], [ 440, 700, 485, 720 ], [ 304, 717, 390, 737 ], [ 399, 717, 455, 737 ], [ 464, 717, 485, 737 ], [ 304, 734, 336, 753 ], [ 360, 736, 419, 753 ], [ 443, 734, 485, 753 ], [ 304, 750, 369, 770 ], [ 383, 750, 439, 770 ], [ 452, 750, 485, 770 ], [ 304, 767, 457, 785 ], [ 304, 783, 380, 803 ], [ 440, 783, 485, 803 ], [ 304, 800, 403, 819 ], [ 466, 800, 485, 819 ], [ 304, 816, 406, 836 ], [ 304, 833, 423, 852 ], [ 304, 849, 369, 869 ], [ 428, 849, 485, 869 ], [ 304, 866, 417, 886 ], [ 459, 866, 485, 886 ], [ 487, 469, 504, 488 ], [ 518, 469, 599, 488 ], [ 614, 469, 644, 488 ], [ 492, 485, 537, 505 ], [ 550, 485, 582, 505 ], [ 595, 485, 644, 505 ], [ 492, 502, 541, 521 ], [ 558, 502, 644, 521 ], [ 492, 518, 511, 538 ], [ 566, 518, 644, 538 ], [ 492, 535, 535, 555 ], [ 492, 552, 608, 571 ], [ 627, 552, 644, 571 ], [ 492, 568, 522, 588 ], [ 528, 568, 621, 588 ], [ 487, 585, 521, 604 ], [ 543, 585, 589, 604 ], [ 611, 585, 644, 604 ], [ 487, 601, 523, 621 ], [ 529, 601, 607, 621 ], [ 614, 601, 644, 621 ], [ 487, 618, 555, 637 ], [ 562, 618, 580, 637 ], [ 587, 618, 644, 637 ], [ 487, 634, 575, 654 ], [ 487, 651, 557, 670 ], [ 487, 667, 587, 687 ], [ 487, 684, 541, 704 ], [ 487, 700, 587, 720 ], [ 487, 717, 592, 737 ], [ 611, 717, 644, 737 ], [ 487, 734, 599, 753 ], [ 487, 750, 527, 770 ], [ 533, 750, 644, 770 ], [ 487, 767, 525, 786 ], [ 580, 767, 644, 786 ], [ 487, 783, 613, 803 ], [ 487, 800, 580, 819 ], [ 646, 469, 666, 488 ], [ 678, 469, 703, 488 ], [ 715, 469, 734, 488 ], [ 745, 469, 771, 488 ], [ 782, 469, 812, 488 ], [ 646, 485, 695, 505 ], [ 716, 485, 749, 505 ], [ 770, 485, 837, 505 ], [ 858, 485, 869, 505 ], [ 646, 502, 695, 521 ], [ 711, 502, 800, 521 ], [ 816, 502, 869, 521 ], [ 646, 518, 672, 538 ], [ 678, 518, 785, 538 ], [ 791, 518, 820, 538 ] ]
County Organization Extension Educator, Family & Consumer Sciences 7. Seek the advice and counsel of Extension Educator 7. Provide advice and counsel, but do not engage in whenever conducting fund raising projects and carrying out any fund raising activity. Oklahoma activities in keeping with the needs of the State University & OCES will not serve as a community. purchasing agent for Oklahoma Home and Community Education, Inc. 8. Educator serves as liaison with local group(s) by participating in a minimum of 1 or 2 meetings of each local group, each year. At each local group meeting, provide leaders lesson, mini-lesson or other educational information.
County Organization 7. Seek the advice and counsel of Extension Educator whenever conducting fund raising projects and activities in keeping with the needs of the community. Extension Educator, Family & Consumer Sciences 7. Provide advice and counsel, but do not engage in carrying out any fund raising activity. Oklahoma State University & OCES will not serve as a purchasing agent for Oklahoma Home and Community Education, Inc. 8. Educator serves as liaison with local group(s) by participating in a minimum of 1 or 2 meetings of each local group, each year. At each local group meeting, provide leaders lesson, mini-lesson or other educational information.
0.880318
[ 0, 1, 8, 9, 10, 11, 12, 13, 14, 15, 16, 27, 28, 29, 30, 31, 32, 40, 41, 42, 43, 44, 45, 46, 47, 57, 2, 3, 4, 5, 6, 7, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 33, 34, 35, 36, 37, 38, 39, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103 ]
ohce-memorandum-of-understanding.docx
task-1608-259
3
[ [ 82, 105, 134, 124 ], [ 138, 105, 231, 124 ], [ 517, 105, 588, 124 ], [ 592, 105, 662, 124 ], [ 666, 105, 714, 124 ], [ 718, 105, 730, 124 ], [ 734, 105, 809, 124 ], [ 813, 105, 875, 124 ], [ 82, 135, 95, 154 ], [ 117, 135, 151, 154 ], [ 157, 135, 181, 154 ], [ 186, 135, 233, 154 ], [ 238, 135, 266, 154 ], [ 271, 135, 327, 154 ], [ 332, 135, 347, 154 ], [ 352, 135, 423, 154 ], [ 428, 135, 494, 154 ], [ 517, 135, 531, 154 ], [ 552, 135, 608, 154 ], [ 614, 135, 661, 154 ], [ 668, 135, 695, 154 ], [ 701, 135, 762, 154 ], [ 768, 135, 793, 154 ], [ 800, 135, 818, 154 ], [ 825, 135, 850, 154 ], [ 856, 135, 909, 154 ], [ 915, 135, 929, 154 ], [ 117, 150, 190, 169 ], [ 201, 150, 282, 169 ], [ 293, 150, 327, 169 ], [ 337, 150, 385, 169 ], [ 396, 150, 455, 169 ], [ 466, 150, 494, 169 ], [ 552, 150, 611, 169 ], [ 619, 150, 644, 169 ], [ 651, 150, 677, 169 ], [ 685, 150, 719, 169 ], [ 726, 150, 774, 169 ], [ 782, 150, 839, 169 ], [ 854, 150, 929, 169 ], [ 117, 165, 182, 184 ], [ 196, 165, 210, 184 ], [ 224, 165, 282, 184 ], [ 296, 165, 328, 184 ], [ 343, 165, 367, 184 ], [ 382, 165, 425, 184 ], [ 440, 165, 455, 184 ], [ 469, 165, 494, 184 ], [ 552, 165, 590, 184 ], [ 603, 165, 676, 184 ], [ 689, 165, 701, 184 ], [ 714, 165, 752, 184 ], [ 765, 165, 790, 184 ], [ 803, 165, 828, 184 ], [ 840, 165, 879, 184 ], [ 892, 165, 908, 184 ], [ 920, 165, 929, 184 ], [ 117, 180, 205, 199 ], [ 552, 180, 632, 199 ], [ 650, 180, 691, 199 ], [ 709, 180, 730, 199 ], [ 748, 180, 822, 199 ], [ 840, 180, 884, 199 ], [ 901, 180, 929, 199 ], [ 552, 195, 637, 215 ], [ 641, 195, 719, 215 ], [ 723, 195, 749, 215 ], [ 517, 226, 531, 245 ], [ 552, 226, 618, 245 ], [ 626, 226, 672, 245 ], [ 681, 226, 696, 245 ], [ 704, 226, 751, 245 ], [ 760, 226, 792, 245 ], [ 800, 226, 834, 245 ], [ 842, 226, 903, 245 ], [ 911, 226, 929, 245 ], [ 552, 241, 645, 260 ], [ 651, 241, 665, 260 ], [ 672, 241, 680, 260 ], [ 687, 241, 757, 260 ], [ 764, 241, 779, 260 ], [ 786, 241, 795, 260 ], [ 802, 241, 817, 260 ], [ 824, 241, 833, 260 ], [ 840, 241, 907, 260 ], [ 914, 241, 929, 260 ], [ 552, 256, 587, 275 ], [ 594, 256, 628, 275 ], [ 635, 256, 682, 275 ], [ 689, 256, 724, 275 ], [ 730, 256, 767, 275 ], [ 780, 256, 797, 275 ], [ 804, 256, 838, 275 ], [ 845, 256, 879, 275 ], [ 886, 256, 929, 275 ], [ 552, 271, 617, 290 ], [ 628, 271, 683, 290 ], [ 694, 271, 747, 290 ], [ 758, 271, 808, 290 ], [ 819, 271, 903, 290 ], [ 913, 271, 929, 290 ], [ 552, 286, 593, 305 ], [ 597, 286, 682, 305 ], [ 686, 286, 778, 305 ] ]
[ [ 82, 105, 134, 124 ], [ 138, 105, 231, 124 ], [ 82, 135, 95, 154 ], [ 117, 135, 151, 154 ], [ 157, 135, 181, 154 ], [ 186, 135, 233, 154 ], [ 238, 135, 266, 154 ], [ 271, 135, 327, 154 ], [ 332, 135, 347, 154 ], [ 352, 135, 423, 154 ], [ 428, 135, 494, 154 ], [ 117, 150, 190, 169 ], [ 201, 150, 282, 169 ], [ 293, 150, 327, 169 ], [ 337, 150, 385, 169 ], [ 396, 150, 455, 169 ], [ 466, 150, 494, 169 ], [ 117, 165, 182, 184 ], [ 196, 165, 210, 184 ], [ 224, 165, 282, 184 ], [ 296, 165, 328, 184 ], [ 343, 165, 367, 184 ], [ 382, 165, 425, 184 ], [ 440, 165, 455, 184 ], [ 469, 165, 494, 184 ], [ 117, 180, 205, 199 ], [ 517, 105, 588, 124 ], [ 592, 105, 662, 124 ], [ 666, 105, 714, 124 ], [ 718, 105, 730, 124 ], [ 734, 105, 809, 124 ], [ 813, 105, 875, 124 ], [ 517, 135, 531, 154 ], [ 552, 135, 608, 154 ], [ 614, 135, 661, 154 ], [ 668, 135, 695, 154 ], [ 701, 135, 762, 154 ], [ 768, 135, 793, 154 ], [ 800, 135, 818, 154 ], [ 825, 135, 850, 154 ], [ 856, 135, 909, 154 ], [ 915, 135, 929, 154 ], [ 552, 150, 611, 169 ], [ 619, 150, 644, 169 ], [ 651, 150, 677, 169 ], [ 685, 150, 719, 169 ], [ 726, 150, 774, 169 ], [ 782, 150, 839, 169 ], [ 854, 150, 929, 169 ], [ 552, 165, 590, 184 ], [ 603, 165, 676, 184 ], [ 689, 165, 701, 184 ], [ 714, 165, 752, 184 ], [ 765, 165, 790, 184 ], [ 803, 165, 828, 184 ], [ 840, 165, 879, 184 ], [ 892, 165, 908, 184 ], [ 920, 165, 929, 184 ], [ 552, 180, 632, 199 ], [ 650, 180, 691, 199 ], [ 709, 180, 730, 199 ], [ 748, 180, 822, 199 ], [ 840, 180, 884, 199 ], [ 901, 180, 929, 199 ], [ 552, 195, 637, 215 ], [ 641, 195, 719, 215 ], [ 723, 195, 749, 215 ], [ 517, 226, 531, 245 ], [ 552, 226, 618, 245 ], [ 626, 226, 672, 245 ], [ 681, 226, 696, 245 ], [ 704, 226, 751, 245 ], [ 760, 226, 792, 245 ], [ 800, 226, 834, 245 ], [ 842, 226, 903, 245 ], [ 911, 226, 929, 245 ], [ 552, 241, 645, 260 ], [ 651, 241, 665, 260 ], [ 672, 241, 680, 260 ], [ 687, 241, 757, 260 ], [ 764, 241, 779, 260 ], [ 786, 241, 795, 260 ], [ 802, 241, 817, 260 ], [ 824, 241, 833, 260 ], [ 840, 241, 907, 260 ], [ 914, 241, 929, 260 ], [ 552, 256, 587, 275 ], [ 594, 256, 628, 275 ], [ 635, 256, 682, 275 ], [ 689, 256, 724, 275 ], [ 730, 256, 767, 275 ], [ 780, 256, 797, 275 ], [ 804, 256, 838, 275 ], [ 845, 256, 879, 275 ], [ 886, 256, 929, 275 ], [ 552, 271, 617, 290 ], [ 628, 271, 683, 290 ], [ 694, 271, 747, 290 ], [ 758, 271, 808, 290 ], [ 819, 271, 903, 290 ], [ 913, 271, 929, 290 ], [ 552, 286, 593, 305 ], [ 597, 286, 682, 305 ], [ 686, 286, 778, 305 ] ]
Date of Session Location Time available (if child) Will others be in attendance if so how many? – Introduction Presentation Demonstration Observation/Practise Question/Answers - Discussion Feedback/ Summarising Time Structure/Activity/ Content Resources/Materials Required (objectives) Delivery Method
Date of Session Location Time available (if child) Will others be in attendance – if so how many? Introduction Presentation Demonstration Observation/Practise Question/Answers - Discussion Feedback/ Summarising Time Structure/Activity/ Delivery Method Content (objectives) Resources/Materials Required
0.748771
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 17, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 33, 34, 29, 32, 30, 31 ]
OHEIndividualSessionLessonPlan.docx
task-1608-292
2
[ [ 53, 145, 83, 170 ], [ 87, 145, 100, 170 ], [ 104, 145, 157, 170 ], [ 53, 183, 111, 208 ], [ 53, 219, 86, 244 ], [ 89, 219, 148, 244 ], [ 53, 257, 66, 282 ], [ 70, 257, 107, 282 ], [ 111, 257, 136, 282 ], [ 139, 257, 182, 282 ], [ 186, 257, 202, 282 ], [ 206, 257, 218, 282 ], [ 222, 257, 295, 282 ], [ 311, 257, 319, 282 ], [ 323, 257, 339, 282 ], [ 343, 257, 371, 282 ], [ 375, 257, 419, 282 ], [ 299, 260, 307, 280 ], [ 53, 321, 134, 346 ], [ 368, 321, 452, 346 ], [ 635, 321, 733, 346 ], [ 53, 367, 192, 392 ], [ 368, 367, 490, 392 ], [ 497, 367, 502, 392 ], [ 506, 367, 580, 392 ], [ 635, 367, 703, 392 ], [ 707, 367, 795, 392 ], [ 24, 415, 57, 440 ], [ 123, 415, 242, 440 ], [ 434, 415, 487, 440 ], [ 712, 415, 847, 440 ], [ 851, 415, 911, 440 ], [ 434, 436, 512, 460 ], [ 123, 446, 177, 471 ], [ 180, 446, 230, 471 ] ]
[ [ 53, 145, 83, 170 ], [ 87, 145, 100, 170 ], [ 104, 145, 157, 170 ], [ 53, 183, 111, 208 ], [ 53, 219, 86, 244 ], [ 89, 219, 148, 244 ], [ 53, 257, 66, 282 ], [ 70, 257, 107, 282 ], [ 111, 257, 136, 282 ], [ 139, 257, 182, 282 ], [ 186, 257, 202, 282 ], [ 206, 257, 218, 282 ], [ 222, 257, 295, 282 ], [ 299, 260, 307, 280 ], [ 311, 257, 319, 282 ], [ 323, 257, 339, 282 ], [ 343, 257, 371, 282 ], [ 375, 257, 419, 282 ], [ 53, 321, 134, 346 ], [ 368, 321, 452, 346 ], [ 635, 321, 733, 346 ], [ 53, 367, 192, 392 ], [ 368, 367, 490, 392 ], [ 497, 367, 502, 392 ], [ 506, 367, 580, 392 ], [ 635, 367, 703, 392 ], [ 707, 367, 795, 392 ], [ 24, 415, 57, 440 ], [ 123, 415, 242, 440 ], [ 123, 446, 177, 471 ], [ 180, 446, 230, 471 ], [ 434, 415, 487, 440 ], [ 434, 436, 512, 460 ], [ 712, 415, 847, 440 ], [ 851, 415, 911, 440 ] ]
TTY User Does Not Type GA Get Live Person/Rep Dispatch Pizza, Taxi, etc. Conversation Being Recorded – Customer Referral Guidelines Dial Number from Recorded Announcement V-T Calls answered by Fax VCO Customer Requests Conference Calls Holding for Inbound prior to out dial Relay Number Request for Company Information Mail Retrieval Request for M/F Agent VCO & Voices Request Specific Agent Prompting Agent Knows Customer Data Transmission Box Request for Relay Number Prompting VCO on Hold Customer Requests to Call Service Requests VCO/HCO Request for Calling From Number HCO Request Telephone Number Referral Requests VCO/HCO Request for Date/Time Alternate Call Type Recording User Requests Agent to Modify Call Bridge Left Open Call Take Over FCC Rule VCO Procedures Protocol & process flow VCO-VCO TTY-Voice and Voice-TTY HCO ASCII VCO-TTY & TTY-VCO Customer Service Functions Procedures Language Services Transparency Non-Emergency Calls Network Failure Emergency Center Evacuation Emergency Call Emergency Calls Intro TTY-Emergency TTY Call Release Procedures Emergency Services Internet-Emergency FCC Requirements Instant Messenger (IM) Emergency Emergency Call Processing Emergency Call Processing Variations Emergency Reporting Emergency Form TTY-Emergency Voice-Emergency Federal Service FedRelay Intro FedRelay Confidentiality Policy FedRelay Announcement FedRelay Customer Information Requests FedRelay Service Explanation FedRelay Customer Contacts FedRelay Procedures FedRelay Reporting FedRelay call types STS STS Introduction & History Ways to Reduce/Streamline STS Description Standard Abbreviations (STS) Disabilities Characteristics of STS users Voice-STS Stereotypes STS VCO-Voice Clarifying Phrases VCO (TTY answer) Phrases to Voice-STS VCO (VCO answer) STS Image STS VCO -- 2 Line VCO STS Agent Tools TTY-STS Consistency STS-TTY Patience Non-branded HCO-STS Ask Yes/No Questions STS-HCO No Personal Conversation STS Hold Message Phrases STS Call Takeover STS Alphabet Confidentiality & Transparency Transparency/Call Control/ Confidentiality Personal Conversations requests STS Variations Healthy Detachment Healthy Detachment Intro Perception Objectives Ways to Reduce Stress Survival Skills Hospitality Traps Phrases Healthy Relay Introduction Setting up Workstation Objectives GUAM - Get Up and Move Ergonomics Ergonomic Relief Stretching Exercises Slowing the Customer Down Agent Reinforcement Overtime
TTY User Does Not Type GA Dispatch – Pizza, Taxi, etc. Customer Referral Guidelines V-T Calls answered by Fax Customer Requests Holding for Inbound prior to out dial Request for Company Information Request for M/F Agent Request Specific Agent Agent Knows Customer Request for Relay Number Customer Requests to Call Service Request for Calling From Number Request Telephone Number Referral Request for Date/Time User Requests Agent to Modify Call Get Live Person/Rep Conversation Being Recorded Dial Number from Recorded Announcement VCO Conference Calls Relay Number Mail Retrieval VCO & Voices Prompting Data Transmission Box Prompting VCO on Hold Requests VCO/HCO HCO Requests VCO/HCO Alternate Call Type Recording Bridge Left Open Call Take Over Procedures FCC Rule Protocol & process flow TTY-Voice and Voice-TTY ASCII VCO VCO-VCO HCO VCO-TTY & TTY-VCO Customer Service Functions Language Services Procedures Transparency Non-Emergency Calls Emergency Center Evacuation Network Failure Emergency Call Procedures Emergency Calls Intro Emergency Services FCC Requirements Emergency Call Processing Emergency Reporting TTY-Emergency TTY-Emergency TTY Call Release Internet-Emergency Instant Messenger (IM) Emergency Emergency Call Processing Variations Emergency Form Voice-Emergency Federal Service FedRelay Intro FedRelay Announcement FedRelay Service Explanation FedRelay Procedures FedRelay call types FedRelay Confidentiality Policy FedRelay Customer Information Requests FedRelay Customer Contacts FedRelay Reporting STS STS Introduction & History STS Description Disabilities Characteristics of STS users Stereotypes Clarifying Phrases Phrases to STS Image STS Agent Tools Consistency Patience Ask Yes/No Questions No Personal Conversation Phrases STS Alphabet Transparency/Call Control/ Confidentiality Ways to Reduce/Streamline Standard Abbreviations (STS) Voice-STS STS VCO-Voice VCO (TTY answer) Voice-STS VCO (VCO answer) STS VCO -- 2 Line VCO TTY-STS STS-TTY Non-branded HCO-STS STS-HCO STS Hold Message STS Call Takeover Confidentiality & Transparency Personal Conversations requests STS Variations Healthy Detachment Healthy Detachment Intro Objectives Survival Skills Traps Perception Ways to Reduce Stress Hospitality Phrases Healthy Relay Introduction Objectives Ergonomics Stretching Exercises Agent Reinforcement Setting up Workstation GUAM - Get Up and Move Ergonomic Relief Slowing the Customer Down Overtime
0.498674
[ 0, 1, 2, 3, 4, 5, 9, 16, 10, 11, 12, 17, 18, 19, 25, 26, 27, 28, 29, 31, 32, 35, 36, 37, 38, 39, 40, 41, 44, 45, 46, 47, 50, 51, 52, 53, 57, 58, 59, 61, 62, 63, 67, 68, 69, 70, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 88, 89, 90, 91, 94, 95, 96, 101, 102, 103, 104, 105, 106, 6, 7, 8, 13, 14, 15, 20, 21, 22, 23, 24, 30, 33, 34, 42, 43, 48, 49, 54, 55, 56, 60, 64, 65, 66, 71, 72, 73, 74, 80, 81, 87, 92, 93, 97, 98, 99, 100, 107, 108, 109, 110, 111, 112, 116, 113, 114, 117, 118, 119, 120, 122, 123, 124, 126, 115, 121, 125, 127, 128, 129, 130, 131, 132, 134, 135, 133, 136, 137, 138, 141, 142, 143, 139, 140, 144, 145, 153, 146, 147, 148, 154, 155, 157, 158, 163, 164, 165, 170, 171, 174, 149, 150, 151, 152, 156, 159, 160, 161, 162, 166, 167, 168, 169, 172, 173, 175, 176, 177, 178, 179, 183, 184, 189, 190, 191, 195, 196, 199, 200, 201, 180, 181, 182, 185, 186, 187, 188, 192, 193, 194, 197, 198, 202, 203, 204, 205, 206, 210, 211, 215, 216, 217, 218, 219, 221, 224, 225, 229, 230, 235, 236, 243, 244, 245, 247, 249, 252, 253, 254, 256, 257, 258, 262, 266, 267, 271, 272, 273, 207, 208, 209, 212, 213, 214, 220, 222, 223, 226, 227, 228, 231, 232, 233, 234, 237, 238, 239, 240, 241, 242, 246, 248, 250, 251, 255, 259, 260, 261, 263, 264, 265, 268, 269, 270, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 285, 290, 291, 293, 284, 286, 287, 288, 289, 292, 294, 295, 296, 297, 301, 308, 311, 312, 317, 318, 298, 299, 300, 302, 303, 304, 305, 306, 307, 309, 310, 313, 314, 315, 316, 319 ]
Ohio%20TRS%20FCC%20Recertification%20Year%202018-23.docx
task-1608-367
46
[ [ 308, 103, 330, 119 ], [ 334, 103, 359, 119 ], [ 362, 103, 391, 119 ], [ 394, 103, 413, 119 ], [ 416, 103, 443, 119 ], [ 446, 103, 464, 119 ], [ 602, 103, 621, 119 ], [ 624, 103, 647, 119 ], [ 650, 103, 714, 119 ], [ 308, 116, 354, 132 ], [ 395, 116, 427, 132 ], [ 431, 116, 457, 132 ], [ 460, 116, 480, 132 ], [ 602, 116, 673, 132 ], [ 676, 116, 707, 132 ], [ 710, 116, 762, 132 ], [ 385, 118, 391, 131 ], [ 308, 129, 360, 145 ], [ 363, 129, 406, 145 ], [ 409, 129, 466, 145 ], [ 602, 129, 622, 145 ], [ 626, 129, 669, 145 ], [ 672, 129, 696, 145 ], [ 699, 129, 752, 145 ], [ 755, 129, 836, 145 ], [ 308, 142, 327, 158 ], [ 330, 142, 357, 158 ], [ 360, 142, 413, 158 ], [ 416, 142, 429, 158 ], [ 432, 142, 452, 158 ], [ 602, 142, 628, 158 ], [ 308, 155, 360, 171 ], [ 363, 155, 414, 171 ], [ 602, 155, 664, 171 ], [ 667, 155, 694, 171 ], [ 308, 168, 348, 184 ], [ 352, 168, 366, 184 ], [ 369, 168, 413, 184 ], [ 416, 168, 440, 184 ], [ 444, 168, 454, 184 ], [ 457, 168, 474, 184 ], [ 477, 168, 496, 184 ], [ 628, 168, 659, 184 ], [ 663, 168, 705, 184 ], [ 308, 181, 352, 197 ], [ 356, 181, 370, 197 ], [ 373, 181, 425, 197 ], [ 428, 181, 488, 197 ], [ 628, 181, 651, 197 ], [ 654, 181, 701, 197 ], [ 308, 194, 352, 210 ], [ 356, 194, 370, 210 ], [ 373, 194, 394, 210 ], [ 397, 194, 429, 210 ], [ 602, 194, 628, 210 ], [ 658, 194, 666, 210 ], [ 669, 194, 705, 210 ], [ 308, 207, 352, 223 ], [ 356, 207, 398, 223 ], [ 401, 207, 433, 223 ], [ 602, 207, 657, 223 ], [ 308, 220, 339, 236 ], [ 342, 220, 379, 236 ], [ 382, 220, 434, 236 ], [ 602, 220, 627, 236 ], [ 630, 220, 702, 236 ], [ 705, 220, 726, 236 ], [ 308, 234, 352, 249 ], [ 356, 234, 370, 249 ], [ 373, 234, 404, 249 ], [ 407, 234, 450, 249 ], [ 602, 234, 657, 249 ], [ 660, 234, 686, 249 ], [ 689, 234, 703, 249 ], [ 706, 234, 731, 249 ], [ 308, 247, 360, 262 ], [ 363, 247, 414, 262 ], [ 417, 247, 427, 262 ], [ 431, 247, 452, 262 ], [ 482, 247, 522, 262 ], [ 602, 247, 653, 262 ], [ 656, 247, 712, 262 ], [ 308, 260, 352, 275 ], [ 356, 260, 370, 275 ], [ 373, 260, 410, 275 ], [ 413, 260, 441, 275 ], [ 445, 260, 488, 275 ], [ 602, 260, 628, 275 ], [ 308, 273, 352, 288 ], [ 356, 273, 413, 288 ], [ 416, 273, 459, 288 ], [ 462, 273, 505, 288 ], [ 602, 273, 653, 288 ], [ 656, 273, 712, 288 ], [ 308, 286, 352, 301 ], [ 356, 286, 370, 301 ], [ 373, 286, 429, 301 ], [ 602, 286, 650, 301 ], [ 653, 286, 674, 301 ], [ 677, 286, 704, 301 ], [ 707, 286, 762, 301 ], [ 308, 299, 333, 314 ], [ 336, 299, 387, 314 ], [ 391, 299, 422, 314 ], [ 425, 299, 436, 314 ], [ 439, 299, 474, 314 ], [ 478, 299, 498, 314 ], [ 602, 299, 636, 314 ], [ 640, 299, 660, 314 ], [ 663, 299, 693, 314 ], [ 155, 312, 176, 328 ], [ 179, 312, 206, 328 ], [ 210, 312, 236, 328 ], [ 308, 312, 332, 328 ], [ 336, 312, 360, 328 ], [ 602, 312, 628, 328 ], [ 155, 325, 217, 341 ], [ 308, 325, 352, 341 ], [ 355, 325, 363, 341 ], [ 366, 325, 409, 341 ], [ 412, 325, 433, 341 ], [ 602, 325, 658, 341 ], [ 308, 338, 364, 354 ], [ 368, 338, 388, 354 ], [ 391, 338, 448, 354 ], [ 602, 338, 628, 354 ], [ 308, 352, 339, 367 ], [ 602, 352, 654, 367 ], [ 658, 352, 666, 367 ], [ 669, 352, 722, 367 ], [ 155, 365, 208, 381 ], [ 211, 365, 251, 381 ], [ 308, 365, 360, 381 ], [ 602, 365, 663, 381 ], [ 308, 378, 361, 394 ], [ 365, 378, 411, 394 ], [ 155, 392, 229, 407 ], [ 308, 392, 395, 407 ], [ 398, 392, 425, 407 ], [ 602, 392, 646, 407 ], [ 649, 392, 686, 407 ], [ 308, 405, 368, 421 ], [ 372, 405, 408, 421 ], [ 411, 405, 471, 421 ], [ 155, 419, 216, 434 ], [ 220, 419, 240, 434 ], [ 308, 419, 368, 434 ], [ 372, 419, 399, 434 ], [ 402, 419, 426, 434 ], [ 602, 419, 689, 434 ], [ 693, 419, 715, 434 ], [ 719, 419, 740, 434 ], [ 743, 419, 787, 434 ], [ 155, 432, 217, 447 ], [ 308, 432, 368, 447 ], [ 372, 432, 418, 447 ], [ 602, 432, 707, 447 ], [ 308, 445, 332, 460 ], [ 336, 445, 411, 460 ], [ 602, 445, 638, 460 ], [ 641, 445, 701, 460 ], [ 704, 445, 726, 460 ], [ 729, 445, 790, 460 ], [ 308, 458, 368, 473 ], [ 372, 458, 393, 473 ], [ 396, 458, 456, 473 ], [ 602, 458, 663, 473 ], [ 666, 458, 687, 473 ], [ 690, 458, 750, 473 ], [ 753, 458, 807, 473 ], [ 308, 471, 368, 486 ], [ 372, 471, 424, 486 ], [ 602, 471, 663, 486 ], [ 666, 471, 694, 486 ], [ 308, 484, 395, 499 ], [ 602, 484, 697, 499 ], [ 155, 497, 196, 513 ], [ 226, 497, 267, 513 ], [ 308, 497, 359, 513 ], [ 362, 497, 387, 513 ], [ 602, 497, 653, 513 ], [ 657, 497, 732, 513 ], [ 736, 497, 768, 513 ], [ 308, 511, 359, 526 ], [ 362, 511, 444, 526 ], [ 602, 511, 653, 526 ], [ 657, 511, 709, 526 ], [ 712, 511, 772, 526 ], [ 776, 511, 827, 526 ], [ 308, 524, 359, 539 ], [ 362, 524, 403, 539 ], [ 406, 524, 469, 539 ], [ 602, 524, 653, 539 ], [ 657, 524, 709, 539 ], [ 712, 524, 760, 539 ], [ 308, 537, 359, 552 ], [ 362, 537, 424, 552 ], [ 602, 537, 653, 552 ], [ 657, 537, 709, 552 ], [ 308, 550, 359, 565 ], [ 362, 550, 381, 565 ], [ 384, 550, 413, 565 ], [ 155, 563, 179, 579 ], [ 308, 563, 331, 579 ], [ 334, 563, 397, 579 ], [ 401, 563, 409, 579 ], [ 412, 563, 449, 579 ], [ 602, 563, 632, 579 ], [ 635, 563, 645, 579 ], [ 649, 563, 751, 579 ], [ 308, 576, 331, 592 ], [ 334, 576, 395, 592 ], [ 602, 576, 651, 592 ], [ 654, 576, 727, 592 ], [ 730, 576, 762, 592 ], [ 308, 589, 365, 605 ], [ 308, 602, 387, 618 ], [ 391, 602, 401, 618 ], [ 404, 602, 427, 618 ], [ 431, 602, 460, 618 ], [ 602, 602, 659, 618 ], [ 308, 615, 372, 631 ], [ 602, 615, 625, 631 ], [ 628, 615, 689, 631 ], [ 308, 628, 358, 644 ], [ 361, 628, 405, 644 ], [ 656, 628, 682, 644 ], [ 685, 628, 712, 644 ], [ 715, 628, 758, 644 ], [ 308, 642, 352, 657 ], [ 355, 642, 365, 657 ], [ 602, 642, 659, 657 ], [ 663, 642, 689, 657 ], [ 692, 642, 722, 657 ], [ 725, 642, 768, 657 ], [ 308, 655, 331, 670 ], [ 361, 655, 395, 670 ], [ 602, 655, 625, 670 ], [ 628, 655, 654, 670 ], [ 658, 655, 666, 670 ], [ 669, 655, 676, 670 ], [ 679, 655, 702, 670 ], [ 705, 655, 732, 670 ], [ 308, 668, 331, 683 ], [ 334, 668, 366, 683 ], [ 369, 668, 399, 683 ], [ 602, 668, 652, 683 ], [ 308, 681, 373, 696 ], [ 602, 681, 652, 696 ], [ 308, 694, 354, 709 ], [ 602, 694, 672, 709 ], [ 675, 694, 729, 709 ], [ 308, 707, 328, 722 ], [ 331, 707, 370, 722 ], [ 374, 707, 428, 722 ], [ 602, 707, 656, 722 ], [ 308, 720, 323, 735 ], [ 326, 720, 374, 735 ], [ 377, 720, 448, 735 ], [ 602, 720, 625, 735 ], [ 628, 720, 653, 735 ], [ 657, 720, 705, 735 ], [ 308, 733, 352, 748 ], [ 602, 733, 625, 748 ], [ 628, 733, 649, 748 ], [ 652, 733, 703, 748 ], [ 308, 746, 331, 761 ], [ 334, 746, 382, 761 ], [ 602, 746, 677, 761 ], [ 681, 746, 689, 761 ], [ 692, 746, 766, 761 ], [ 308, 759, 405, 774 ], [ 409, 759, 451, 774 ], [ 454, 759, 530, 774 ], [ 602, 759, 649, 774 ], [ 653, 759, 730, 774 ], [ 733, 759, 779, 774 ], [ 602, 772, 625, 788 ], [ 628, 772, 682, 788 ], [ 155, 786, 196, 801 ], [ 200, 786, 265, 801 ], [ 308, 786, 348, 801 ], [ 352, 786, 417, 801 ], [ 420, 786, 444, 801 ], [ 602, 786, 659, 801 ], [ 308, 799, 364, 814 ], [ 602, 799, 632, 814 ], [ 635, 799, 645, 814 ], [ 649, 799, 690, 814 ], [ 693, 799, 728, 814 ], [ 308, 812, 350, 827 ], [ 354, 812, 382, 827 ], [ 602, 812, 657, 827 ], [ 334, 825, 365, 840 ], [ 602, 825, 646, 840 ], [ 155, 838, 196, 854 ], [ 200, 838, 230, 854 ], [ 308, 838, 371, 854 ], [ 602, 838, 639, 854 ], [ 643, 838, 656, 854 ], [ 659, 838, 723, 854 ], [ 308, 851, 364, 867 ], [ 602, 851, 638, 867 ], [ 641, 851, 645, 867 ], [ 648, 851, 668, 867 ], [ 671, 851, 687, 867 ], [ 690, 851, 710, 867 ], [ 713, 851, 743, 867 ], [ 308, 864, 371, 880 ], [ 602, 864, 659, 880 ], [ 663, 864, 693, 880 ], [ 308, 877, 362, 893 ], [ 365, 877, 417, 893 ], [ 602, 877, 644, 893 ], [ 647, 877, 664, 893 ], [ 667, 877, 720, 893 ], [ 723, 877, 754, 893 ], [ 308, 891, 339, 906 ], [ 342, 891, 421, 906 ], [ 602, 891, 651, 906 ] ]
[ [ 308, 103, 330, 119 ], [ 334, 103, 359, 119 ], [ 362, 103, 391, 119 ], [ 394, 103, 413, 119 ], [ 416, 103, 443, 119 ], [ 446, 103, 464, 119 ], [ 308, 116, 354, 132 ], [ 385, 118, 391, 131 ], [ 395, 116, 427, 132 ], [ 431, 116, 457, 132 ], [ 460, 116, 480, 132 ], [ 308, 129, 360, 145 ], [ 363, 129, 406, 145 ], [ 409, 129, 466, 145 ], [ 308, 142, 327, 158 ], [ 330, 142, 357, 158 ], [ 360, 142, 413, 158 ], [ 416, 142, 429, 158 ], [ 432, 142, 452, 158 ], [ 308, 155, 360, 171 ], [ 363, 155, 414, 171 ], [ 308, 168, 348, 184 ], [ 352, 168, 366, 184 ], [ 369, 168, 413, 184 ], [ 416, 168, 440, 184 ], [ 444, 168, 454, 184 ], [ 457, 168, 474, 184 ], [ 477, 168, 496, 184 ], [ 308, 181, 352, 197 ], [ 356, 181, 370, 197 ], [ 373, 181, 425, 197 ], [ 428, 181, 488, 197 ], [ 308, 194, 352, 210 ], [ 356, 194, 370, 210 ], [ 373, 194, 394, 210 ], [ 397, 194, 429, 210 ], [ 308, 207, 352, 223 ], [ 356, 207, 398, 223 ], [ 401, 207, 433, 223 ], [ 308, 220, 339, 236 ], [ 342, 220, 379, 236 ], [ 382, 220, 434, 236 ], [ 308, 234, 352, 249 ], [ 356, 234, 370, 249 ], [ 373, 234, 404, 249 ], [ 407, 234, 450, 249 ], [ 308, 247, 360, 262 ], [ 363, 247, 414, 262 ], [ 417, 247, 427, 262 ], [ 431, 247, 452, 262 ], [ 482, 247, 522, 262 ], [ 308, 260, 352, 275 ], [ 356, 260, 370, 275 ], [ 373, 260, 410, 275 ], [ 413, 260, 441, 275 ], [ 445, 260, 488, 275 ], [ 308, 273, 352, 288 ], [ 356, 273, 413, 288 ], [ 416, 273, 459, 288 ], [ 462, 273, 505, 288 ], [ 308, 286, 352, 301 ], [ 356, 286, 370, 301 ], [ 373, 286, 429, 301 ], [ 308, 299, 333, 314 ], [ 336, 299, 387, 314 ], [ 391, 299, 422, 314 ], [ 425, 299, 436, 314 ], [ 439, 299, 474, 314 ], [ 478, 299, 498, 314 ], [ 602, 103, 621, 119 ], [ 624, 103, 647, 119 ], [ 650, 103, 714, 119 ], [ 602, 116, 673, 132 ], [ 676, 116, 707, 132 ], [ 710, 116, 762, 132 ], [ 602, 129, 622, 145 ], [ 626, 129, 669, 145 ], [ 672, 129, 696, 145 ], [ 699, 129, 752, 145 ], [ 755, 129, 836, 145 ], [ 602, 142, 628, 158 ], [ 602, 155, 664, 171 ], [ 667, 155, 694, 171 ], [ 628, 168, 659, 184 ], [ 663, 168, 705, 184 ], [ 628, 181, 651, 197 ], [ 654, 181, 701, 197 ], [ 602, 194, 628, 210 ], [ 658, 194, 666, 210 ], [ 669, 194, 705, 210 ], [ 602, 207, 657, 223 ], [ 602, 220, 627, 236 ], [ 630, 220, 702, 236 ], [ 705, 220, 726, 236 ], [ 602, 234, 657, 249 ], [ 660, 234, 686, 249 ], [ 689, 234, 703, 249 ], [ 706, 234, 731, 249 ], [ 602, 247, 653, 262 ], [ 656, 247, 712, 262 ], [ 602, 260, 628, 275 ], [ 602, 273, 653, 288 ], [ 656, 273, 712, 288 ], [ 602, 286, 650, 301 ], [ 653, 286, 674, 301 ], [ 677, 286, 704, 301 ], [ 707, 286, 762, 301 ], [ 602, 299, 636, 314 ], [ 640, 299, 660, 314 ], [ 663, 299, 693, 314 ], [ 155, 312, 176, 328 ], [ 179, 312, 206, 328 ], [ 210, 312, 236, 328 ], [ 155, 325, 217, 341 ], [ 308, 312, 332, 328 ], [ 336, 312, 360, 328 ], [ 308, 325, 352, 341 ], [ 355, 325, 363, 341 ], [ 366, 325, 409, 341 ], [ 412, 325, 433, 341 ], [ 308, 338, 364, 354 ], [ 368, 338, 388, 354 ], [ 391, 338, 448, 354 ], [ 308, 352, 339, 367 ], [ 602, 312, 628, 328 ], [ 602, 325, 658, 341 ], [ 602, 338, 628, 354 ], [ 602, 352, 654, 367 ], [ 658, 352, 666, 367 ], [ 669, 352, 722, 367 ], [ 155, 365, 208, 381 ], [ 211, 365, 251, 381 ], [ 308, 365, 360, 381 ], [ 308, 378, 361, 394 ], [ 365, 378, 411, 394 ], [ 602, 365, 663, 381 ], [ 155, 392, 229, 407 ], [ 308, 392, 395, 407 ], [ 398, 392, 425, 407 ], [ 308, 405, 368, 421 ], [ 372, 405, 408, 421 ], [ 411, 405, 471, 421 ], [ 602, 392, 646, 407 ], [ 649, 392, 686, 407 ], [ 155, 419, 216, 434 ], [ 220, 419, 240, 434 ], [ 155, 432, 217, 447 ], [ 308, 419, 368, 434 ], [ 372, 419, 399, 434 ], [ 402, 419, 426, 434 ], [ 308, 432, 368, 447 ], [ 372, 432, 418, 447 ], [ 308, 445, 332, 460 ], [ 336, 445, 411, 460 ], [ 308, 458, 368, 473 ], [ 372, 458, 393, 473 ], [ 396, 458, 456, 473 ], [ 308, 471, 368, 486 ], [ 372, 471, 424, 486 ], [ 308, 484, 395, 499 ], [ 602, 419, 689, 434 ], [ 693, 419, 715, 434 ], [ 719, 419, 740, 434 ], [ 743, 419, 787, 434 ], [ 602, 432, 707, 447 ], [ 602, 445, 638, 460 ], [ 641, 445, 701, 460 ], [ 704, 445, 726, 460 ], [ 729, 445, 790, 460 ], [ 602, 458, 663, 473 ], [ 666, 458, 687, 473 ], [ 690, 458, 750, 473 ], [ 753, 458, 807, 473 ], [ 602, 471, 663, 486 ], [ 666, 471, 694, 486 ], [ 602, 484, 697, 499 ], [ 155, 497, 196, 513 ], [ 226, 497, 267, 513 ], [ 308, 497, 359, 513 ], [ 362, 497, 387, 513 ], [ 308, 511, 359, 526 ], [ 362, 511, 444, 526 ], [ 308, 524, 359, 539 ], [ 362, 524, 403, 539 ], [ 406, 524, 469, 539 ], [ 308, 537, 359, 552 ], [ 362, 537, 424, 552 ], [ 308, 550, 359, 565 ], [ 362, 550, 381, 565 ], [ 384, 550, 413, 565 ], [ 602, 497, 653, 513 ], [ 657, 497, 732, 513 ], [ 736, 497, 768, 513 ], [ 602, 511, 653, 526 ], [ 657, 511, 709, 526 ], [ 712, 511, 772, 526 ], [ 776, 511, 827, 526 ], [ 602, 524, 653, 539 ], [ 657, 524, 709, 539 ], [ 712, 524, 760, 539 ], [ 602, 537, 653, 552 ], [ 657, 537, 709, 552 ], [ 155, 563, 179, 579 ], [ 308, 563, 331, 579 ], [ 334, 563, 397, 579 ], [ 401, 563, 409, 579 ], [ 412, 563, 449, 579 ], [ 308, 576, 331, 592 ], [ 334, 576, 395, 592 ], [ 308, 589, 365, 605 ], [ 308, 602, 387, 618 ], [ 391, 602, 401, 618 ], [ 404, 602, 427, 618 ], [ 431, 602, 460, 618 ], [ 308, 615, 372, 631 ], [ 308, 628, 358, 644 ], [ 361, 628, 405, 644 ], [ 308, 642, 352, 657 ], [ 355, 642, 365, 657 ], [ 308, 655, 331, 670 ], [ 361, 655, 395, 670 ], [ 308, 668, 331, 683 ], [ 334, 668, 366, 683 ], [ 369, 668, 399, 683 ], [ 308, 681, 373, 696 ], [ 308, 694, 354, 709 ], [ 308, 707, 328, 722 ], [ 331, 707, 370, 722 ], [ 374, 707, 428, 722 ], [ 308, 720, 323, 735 ], [ 326, 720, 374, 735 ], [ 377, 720, 448, 735 ], [ 308, 733, 352, 748 ], [ 308, 746, 331, 761 ], [ 334, 746, 382, 761 ], [ 308, 759, 405, 774 ], [ 409, 759, 451, 774 ], [ 454, 759, 530, 774 ], [ 602, 563, 632, 579 ], [ 635, 563, 645, 579 ], [ 649, 563, 751, 579 ], [ 602, 576, 651, 592 ], [ 654, 576, 727, 592 ], [ 730, 576, 762, 592 ], [ 602, 602, 659, 618 ], [ 602, 615, 625, 631 ], [ 628, 615, 689, 631 ], [ 656, 628, 682, 644 ], [ 685, 628, 712, 644 ], [ 715, 628, 758, 644 ], [ 602, 642, 659, 657 ], [ 663, 642, 689, 657 ], [ 692, 642, 722, 657 ], [ 725, 642, 768, 657 ], [ 602, 655, 625, 670 ], [ 628, 655, 654, 670 ], [ 658, 655, 666, 670 ], [ 669, 655, 676, 670 ], [ 679, 655, 702, 670 ], [ 705, 655, 732, 670 ], [ 602, 668, 652, 683 ], [ 602, 681, 652, 696 ], [ 602, 694, 672, 709 ], [ 675, 694, 729, 709 ], [ 602, 707, 656, 722 ], [ 602, 720, 625, 735 ], [ 628, 720, 653, 735 ], [ 657, 720, 705, 735 ], [ 602, 733, 625, 748 ], [ 628, 733, 649, 748 ], [ 652, 733, 703, 748 ], [ 602, 746, 677, 761 ], [ 681, 746, 689, 761 ], [ 692, 746, 766, 761 ], [ 602, 759, 649, 774 ], [ 653, 759, 730, 774 ], [ 733, 759, 779, 774 ], [ 602, 772, 625, 788 ], [ 628, 772, 682, 788 ], [ 155, 786, 196, 801 ], [ 200, 786, 265, 801 ], [ 308, 786, 348, 801 ], [ 352, 786, 417, 801 ], [ 420, 786, 444, 801 ], [ 308, 799, 364, 814 ], [ 308, 812, 350, 827 ], [ 354, 812, 382, 827 ], [ 334, 825, 365, 840 ], [ 602, 786, 659, 801 ], [ 602, 799, 632, 814 ], [ 635, 799, 645, 814 ], [ 649, 799, 690, 814 ], [ 693, 799, 728, 814 ], [ 602, 812, 657, 827 ], [ 602, 825, 646, 840 ], [ 155, 838, 196, 854 ], [ 200, 838, 230, 854 ], [ 308, 838, 371, 854 ], [ 308, 851, 364, 867 ], [ 308, 864, 371, 880 ], [ 308, 877, 362, 893 ], [ 365, 877, 417, 893 ], [ 308, 891, 339, 906 ], [ 342, 891, 421, 906 ], [ 602, 838, 639, 854 ], [ 643, 838, 656, 854 ], [ 659, 838, 723, 854 ], [ 602, 851, 638, 867 ], [ 641, 851, 645, 867 ], [ 648, 851, 668, 867 ], [ 671, 851, 687, 867 ], [ 690, 851, 710, 867 ], [ 713, 851, 743, 867 ], [ 602, 864, 659, 880 ], [ 663, 864, 693, 880 ], [ 602, 877, 644, 893 ], [ 647, 877, 664, 893 ], [ 667, 877, 720, 893 ], [ 723, 877, 754, 893 ], [ 602, 891, 651, 906 ] ]
Margery Huron, BSN, RN, margery.huron@cchmc.org Cincinnati Children’s Research Nurse II Infectious CCE, CPN Gamble Program for Disease Clinical Studies Health Karen Ibanez, RN The Lindner Center for Operational Cardiovascular Research and Manager and Cancer Education Research Trials The Christ Hospital Izzo, RN CTI Clinical Trials and Study Manager Oncology and Consulting Services Type I Diabetes Knochelmann, RN carol.knochelmann@uc.edu University of Senior Clinical Cardiology Cincinnati Research Coordinator Carolyn Lindeman, MSN, RN, Carolyn_lindeman@trihealth.com TriHealth Hatton Clinical Research Women’s CRCC Research Institute Nurse Studies/MFMU Sara Loveless, BSN, RN, Cincinnati Children’s Research Nurse II Bone Marrow CPON, BMTCN Cancer and Blood Transplant Diseases Institute Research Pam Manfresca, BSN, RN, Pam.Manfresca@thechristhospital.com The Christ Hospital Research Nurse Oncology OCN Cancer Research McCartney, BSN, RN, Sarah.McCartney@cchmc.org Cincinnati Children’s Research Nurse III Pediatrics and CCRC, CPN Gamble Program for Infectious Clinical Studies Diseases Angela Molloy, RN, CCRP Angela.molloy@uc.edu University of NeuroNEXT Department of Cincinnati Clinical Trials Neurology and Manager Rehabilitation Medicine/NIH Clinical Trials Margo Moore, MS, BSN, RN Margo.Moore@cchmc.org Cincinnati Children’s Research Nurse II NICU, Cystic Division of Psychiatry Fibrosis and Autism Michele Nguyen, BSN, RN Oncology Hematology Research Nurse II Care
Margery Huron, BSN, RN, CCE, CPN margery.huron@cchmc.org Cincinnati Children’s Gamble Program for Clinical Studies Research Nurse II Infectious Disease Health Karen Ibanez, RN The Lindner Center for Research and Education The Christ Hospital Operational Manager Cardiovascular and Cancer Research Trials Izzo, RN CTI Clinical Trials and Consulting Services Study Manager Oncology and Type I Diabetes Knochelmann, RN carol.knochelmann@uc.edu University of Cincinnati Senior Clinical Research Coordinator Cardiology Carolyn Lindeman, MSN, RN, CRCC Carolyn_lindeman@trihealth.com TriHealth Hatton Research Institute Clinical Research Nurse Women’s Studies/MFMU Sara Loveless, BSN, RN, CPON, BMTCN Cincinnati Children’s Cancer and Blood Diseases Institute Research Nurse II Bone Marrow Transplant Research Pam Manfresca, BSN, RN, OCN Pam.Manfresca@thechristhospital.com The Christ Hospital Cancer Research Research Nurse Oncology McCartney, BSN, RN, CCRC, CPN Sarah.McCartney@cchmc.org Cincinnati Children’s Gamble Program for Clinical Studies Research Nurse III Pediatrics and Infectious Diseases Angela Molloy, RN, CCRP Angela.molloy@uc.edu University of Cincinnati NeuroNEXT Clinical Trials Manager Department of Neurology and Rehabilitation Medicine/NIH Clinical Trials Margo Moore, MS, BSN, RN Margo.Moore@cchmc.org Cincinnati Children’s Division of Psychiatry Research Nurse II NICU, Cystic Fibrosis and Autism Michele Nguyen, BSN, RN Oncology Hematology Care Research Nurse II
0.525095
[ 0, 1, 2, 3, 11, 12, 4, 5, 6, 13, 14, 15, 17, 18, 7, 8, 9, 10, 16, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 34, 37, 38, 39, 27, 31, 28, 32, 33, 35, 36, 40, 41, 42, 43, 44, 45, 50, 51, 46, 47, 48, 49, 52, 53, 54, 55, 56, 57, 58, 59, 63, 60, 61, 64, 65, 62, 66, 67, 68, 69, 76, 70, 71, 72, 77, 78, 73, 74, 79, 75, 80, 81, 82, 83, 84, 92, 93, 85, 86, 94, 95, 96, 98, 99, 87, 88, 89, 90, 91, 97, 100, 101, 102, 103, 104, 112, 105, 106, 107, 108, 113, 114, 109, 110, 111, 115, 116, 117, 126, 127, 118, 119, 120, 128, 129, 130, 132, 133, 121, 122, 123, 124, 125, 131, 134, 135, 136, 137, 138, 139, 140, 141, 145, 142, 146, 147, 150, 143, 144, 148, 149, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 168, 169, 170, 163, 164, 165, 166, 167, 171, 172, 173, 174, 175, 176, 177, 178, 179, 183, 180, 181, 182 ]
Ohio%20Valley%20IACRN%20contact%20list_02_14_2017.docx
task-1608-369
2
[ [ 97, 116, 145, 141 ], [ 148, 116, 187, 141 ], [ 190, 116, 217, 141 ], [ 220, 116, 240, 141 ], [ 279, 116, 434, 141 ], [ 540, 116, 596, 141 ], [ 599, 116, 655, 141 ], [ 682, 116, 734, 141 ], [ 737, 116, 770, 141 ], [ 773, 116, 780, 141 ], [ 801, 116, 857, 141 ], [ 97, 138, 122, 163 ], [ 125, 138, 149, 163 ], [ 540, 138, 584, 163 ], [ 587, 138, 636, 163 ], [ 639, 138, 655, 163 ], [ 801, 138, 844, 163 ], [ 540, 160, 580, 185 ], [ 583, 160, 624, 185 ], [ 821, 182, 858, 207 ], [ 97, 205, 130, 229 ], [ 133, 205, 174, 229 ], [ 177, 205, 193, 229 ], [ 540, 205, 561, 229 ], [ 564, 205, 607, 229 ], [ 610, 205, 648, 229 ], [ 651, 205, 667, 229 ], [ 682, 205, 749, 229 ], [ 801, 205, 884, 229 ], [ 540, 227, 591, 251 ], [ 595, 227, 616, 251 ], [ 682, 227, 733, 251 ], [ 801, 227, 823, 251 ], [ 826, 227, 865, 251 ], [ 540, 249, 596, 273 ], [ 801, 249, 853, 273 ], [ 856, 249, 886, 273 ], [ 540, 270, 561, 295 ], [ 564, 270, 597, 295 ], [ 600, 270, 646, 295 ], [ 125, 293, 150, 318 ], [ 153, 293, 170, 318 ], [ 540, 293, 558, 318 ], [ 561, 293, 601, 318 ], [ 604, 293, 634, 318 ], [ 637, 293, 658, 318 ], [ 682, 293, 714, 318 ], [ 717, 293, 768, 318 ], [ 801, 293, 854, 318 ], [ 858, 293, 879, 318 ], [ 540, 315, 600, 340 ], [ 603, 315, 649, 340 ], [ 801, 315, 829, 340 ], [ 832, 315, 835, 340 ], [ 838, 315, 888, 340 ], [ 125, 338, 206, 363 ], [ 209, 338, 225, 363 ], [ 279, 338, 437, 363 ], [ 540, 338, 597, 363 ], [ 600, 338, 612, 363 ], [ 682, 338, 718, 363 ], [ 721, 338, 761, 363 ], [ 801, 338, 861, 363 ], [ 540, 360, 596, 385 ], [ 682, 360, 734, 385 ], [ 682, 382, 750, 407 ], [ 97, 405, 140, 429 ], [ 143, 405, 202, 429 ], [ 205, 405, 236, 429 ], [ 239, 405, 259, 429 ], [ 279, 405, 470, 429 ], [ 540, 405, 592, 429 ], [ 595, 405, 635, 429 ], [ 682, 405, 722, 429 ], [ 725, 405, 777, 429 ], [ 801, 405, 855, 429 ], [ 97, 427, 127, 451 ], [ 540, 427, 591, 451 ], [ 595, 427, 642, 451 ], [ 682, 427, 716, 451 ], [ 801, 427, 887, 451 ], [ 97, 449, 122, 474 ], [ 125, 449, 176, 474 ], [ 179, 449, 205, 474 ], [ 208, 449, 228, 474 ], [ 540, 449, 596, 474 ], [ 599, 449, 655, 474 ], [ 682, 449, 734, 474 ], [ 737, 449, 770, 474 ], [ 773, 449, 780, 474 ], [ 801, 449, 831, 474 ], [ 834, 449, 879, 474 ], [ 97, 471, 133, 496 ], [ 137, 471, 179, 496 ], [ 540, 471, 579, 496 ], [ 582, 471, 603, 496 ], [ 607, 471, 639, 496 ], [ 801, 471, 861, 496 ], [ 540, 493, 589, 518 ], [ 592, 493, 639, 518 ], [ 801, 493, 853, 518 ], [ 97, 516, 122, 541 ], [ 125, 516, 188, 541 ], [ 192, 516, 218, 541 ], [ 221, 516, 241, 541 ], [ 279, 516, 502, 541 ], [ 540, 516, 561, 541 ], [ 564, 516, 597, 541 ], [ 600, 516, 646, 541 ], [ 682, 516, 734, 541 ], [ 737, 516, 770, 541 ], [ 801, 516, 854, 541 ], [ 97, 538, 123, 563 ], [ 540, 538, 579, 563 ], [ 582, 538, 634, 563 ], [ 125, 561, 190, 585 ], [ 193, 561, 220, 585 ], [ 223, 561, 243, 585 ], [ 279, 561, 446, 585 ], [ 540, 561, 596, 585 ], [ 599, 561, 655, 585 ], [ 682, 561, 734, 585 ], [ 737, 561, 770, 585 ], [ 773, 561, 784, 585 ], [ 801, 561, 857, 585 ], [ 860, 561, 881, 585 ], [ 97, 583, 130, 607 ], [ 134, 583, 157, 607 ], [ 540, 583, 584, 607 ], [ 587, 583, 636, 607 ], [ 639, 583, 655, 607 ], [ 801, 583, 857, 607 ], [ 540, 605, 580, 629 ], [ 583, 605, 624, 629 ], [ 801, 605, 850, 629 ], [ 97, 627, 136, 652 ], [ 139, 627, 182, 652 ], [ 185, 627, 205, 652 ], [ 208, 627, 237, 652 ], [ 279, 627, 410, 652 ], [ 540, 627, 597, 652 ], [ 600, 627, 612, 652 ], [ 682, 627, 747, 652 ], [ 801, 627, 870, 652 ], [ 873, 627, 885, 652 ], [ 540, 649, 596, 674 ], [ 682, 649, 722, 674 ], [ 725, 649, 755, 674 ], [ 801, 649, 860, 674 ], [ 863, 649, 884, 674 ], [ 682, 671, 733, 696 ], [ 801, 671, 880, 696 ], [ 801, 693, 880, 718 ], [ 801, 715, 841, 740 ], [ 845, 715, 875, 740 ], [ 97, 738, 134, 762 ], [ 138, 738, 179, 762 ], [ 182, 738, 204, 762 ], [ 207, 738, 234, 762 ], [ 237, 738, 253, 762 ], [ 279, 738, 428, 762 ], [ 540, 738, 596, 762 ], [ 599, 738, 655, 762 ], [ 682, 738, 734, 762 ], [ 737, 738, 770, 762 ], [ 773, 738, 780, 762 ], [ 801, 738, 834, 762 ], [ 837, 738, 870, 762 ], [ 540, 760, 584, 784 ], [ 588, 760, 599, 784 ], [ 602, 760, 660, 784 ], [ 801, 760, 844, 784 ], [ 848, 760, 869, 784 ], [ 801, 782, 841, 806 ], [ 97, 804, 142, 829 ], [ 146, 804, 192, 829 ], [ 195, 804, 222, 829 ], [ 225, 804, 241, 829 ], [ 540, 804, 593, 829 ], [ 596, 804, 665, 829 ], [ 682, 804, 734, 829 ], [ 737, 804, 770, 829 ], [ 773, 804, 780, 829 ], [ 540, 826, 566, 851 ] ]
[ [ 97, 116, 145, 141 ], [ 148, 116, 187, 141 ], [ 190, 116, 217, 141 ], [ 220, 116, 240, 141 ], [ 97, 138, 122, 163 ], [ 125, 138, 149, 163 ], [ 279, 116, 434, 141 ], [ 540, 116, 596, 141 ], [ 599, 116, 655, 141 ], [ 540, 138, 584, 163 ], [ 587, 138, 636, 163 ], [ 639, 138, 655, 163 ], [ 540, 160, 580, 185 ], [ 583, 160, 624, 185 ], [ 682, 116, 734, 141 ], [ 737, 116, 770, 141 ], [ 773, 116, 780, 141 ], [ 801, 116, 857, 141 ], [ 801, 138, 844, 163 ], [ 821, 182, 858, 207 ], [ 97, 205, 130, 229 ], [ 133, 205, 174, 229 ], [ 177, 205, 193, 229 ], [ 540, 205, 561, 229 ], [ 564, 205, 607, 229 ], [ 610, 205, 648, 229 ], [ 651, 205, 667, 229 ], [ 540, 227, 591, 251 ], [ 595, 227, 616, 251 ], [ 540, 249, 596, 273 ], [ 540, 270, 561, 295 ], [ 564, 270, 597, 295 ], [ 600, 270, 646, 295 ], [ 682, 205, 749, 229 ], [ 682, 227, 733, 251 ], [ 801, 205, 884, 229 ], [ 801, 227, 823, 251 ], [ 826, 227, 865, 251 ], [ 801, 249, 853, 273 ], [ 856, 249, 886, 273 ], [ 125, 293, 150, 318 ], [ 153, 293, 170, 318 ], [ 540, 293, 558, 318 ], [ 561, 293, 601, 318 ], [ 604, 293, 634, 318 ], [ 637, 293, 658, 318 ], [ 540, 315, 600, 340 ], [ 603, 315, 649, 340 ], [ 682, 293, 714, 318 ], [ 717, 293, 768, 318 ], [ 801, 293, 854, 318 ], [ 858, 293, 879, 318 ], [ 801, 315, 829, 340 ], [ 832, 315, 835, 340 ], [ 838, 315, 888, 340 ], [ 125, 338, 206, 363 ], [ 209, 338, 225, 363 ], [ 279, 338, 437, 363 ], [ 540, 338, 597, 363 ], [ 600, 338, 612, 363 ], [ 540, 360, 596, 385 ], [ 682, 338, 718, 363 ], [ 721, 338, 761, 363 ], [ 682, 360, 734, 385 ], [ 682, 382, 750, 407 ], [ 801, 338, 861, 363 ], [ 97, 405, 140, 429 ], [ 143, 405, 202, 429 ], [ 205, 405, 236, 429 ], [ 239, 405, 259, 429 ], [ 97, 427, 127, 451 ], [ 279, 405, 470, 429 ], [ 540, 405, 592, 429 ], [ 595, 405, 635, 429 ], [ 540, 427, 591, 451 ], [ 595, 427, 642, 451 ], [ 682, 405, 722, 429 ], [ 725, 405, 777, 429 ], [ 682, 427, 716, 451 ], [ 801, 405, 855, 429 ], [ 801, 427, 887, 451 ], [ 97, 449, 122, 474 ], [ 125, 449, 176, 474 ], [ 179, 449, 205, 474 ], [ 208, 449, 228, 474 ], [ 97, 471, 133, 496 ], [ 137, 471, 179, 496 ], [ 540, 449, 596, 474 ], [ 599, 449, 655, 474 ], [ 540, 471, 579, 496 ], [ 582, 471, 603, 496 ], [ 607, 471, 639, 496 ], [ 540, 493, 589, 518 ], [ 592, 493, 639, 518 ], [ 682, 449, 734, 474 ], [ 737, 449, 770, 474 ], [ 773, 449, 780, 474 ], [ 801, 449, 831, 474 ], [ 834, 449, 879, 474 ], [ 801, 471, 861, 496 ], [ 801, 493, 853, 518 ], [ 97, 516, 122, 541 ], [ 125, 516, 188, 541 ], [ 192, 516, 218, 541 ], [ 221, 516, 241, 541 ], [ 97, 538, 123, 563 ], [ 279, 516, 502, 541 ], [ 540, 516, 561, 541 ], [ 564, 516, 597, 541 ], [ 600, 516, 646, 541 ], [ 540, 538, 579, 563 ], [ 582, 538, 634, 563 ], [ 682, 516, 734, 541 ], [ 737, 516, 770, 541 ], [ 801, 516, 854, 541 ], [ 125, 561, 190, 585 ], [ 193, 561, 220, 585 ], [ 223, 561, 243, 585 ], [ 97, 583, 130, 607 ], [ 134, 583, 157, 607 ], [ 279, 561, 446, 585 ], [ 540, 561, 596, 585 ], [ 599, 561, 655, 585 ], [ 540, 583, 584, 607 ], [ 587, 583, 636, 607 ], [ 639, 583, 655, 607 ], [ 540, 605, 580, 629 ], [ 583, 605, 624, 629 ], [ 682, 561, 734, 585 ], [ 737, 561, 770, 585 ], [ 773, 561, 784, 585 ], [ 801, 561, 857, 585 ], [ 860, 561, 881, 585 ], [ 801, 583, 857, 607 ], [ 801, 605, 850, 629 ], [ 97, 627, 136, 652 ], [ 139, 627, 182, 652 ], [ 185, 627, 205, 652 ], [ 208, 627, 237, 652 ], [ 279, 627, 410, 652 ], [ 540, 627, 597, 652 ], [ 600, 627, 612, 652 ], [ 540, 649, 596, 674 ], [ 682, 627, 747, 652 ], [ 682, 649, 722, 674 ], [ 725, 649, 755, 674 ], [ 682, 671, 733, 696 ], [ 801, 627, 870, 652 ], [ 873, 627, 885, 652 ], [ 801, 649, 860, 674 ], [ 863, 649, 884, 674 ], [ 801, 671, 880, 696 ], [ 801, 693, 880, 718 ], [ 801, 715, 841, 740 ], [ 845, 715, 875, 740 ], [ 97, 738, 134, 762 ], [ 138, 738, 179, 762 ], [ 182, 738, 204, 762 ], [ 207, 738, 234, 762 ], [ 237, 738, 253, 762 ], [ 279, 738, 428, 762 ], [ 540, 738, 596, 762 ], [ 599, 738, 655, 762 ], [ 540, 760, 584, 784 ], [ 588, 760, 599, 784 ], [ 602, 760, 660, 784 ], [ 682, 738, 734, 762 ], [ 737, 738, 770, 762 ], [ 773, 738, 780, 762 ], [ 801, 738, 834, 762 ], [ 837, 738, 870, 762 ], [ 801, 760, 844, 784 ], [ 848, 760, 869, 784 ], [ 801, 782, 841, 806 ], [ 97, 804, 142, 829 ], [ 146, 804, 192, 829 ], [ 195, 804, 222, 829 ], [ 225, 804, 241, 829 ], [ 540, 804, 593, 829 ], [ 596, 804, 665, 829 ], [ 540, 826, 566, 851 ], [ 682, 804, 734, 829 ], [ 737, 804, 770, 829 ], [ 773, 804, 780, 829 ] ]
Elected to on a non-partisan ballot The Legislative Branch Two House Congress—called the (it’s the 131st) Senators: Representatives: Meet at the State House (Executive Branch offices are on the first floor) Miscellaneous Facts about Ohio The Beginnings Name came from the word Means or creek” “” “large Admitted in Considered a Midwestern State Known as the Breakdown of Ohio counties in Ohio is Ohio’s largest county with 711 square miles Lake is Ohio’s county with 232 square miles Cities: #1. 787,033 – #2. 396,815 – #3. Cincinnati 296,943 – #4. Toledo 287,208 – #10. 64,097 – #14. Elyria 54,533 – Compared to States… 34th largest state in the United States 17th state admitted into the Union Ranked 7th among the 50 state in population Our Flag Accepted in The triangles formed on the flag represent the and represent the roads and waterways 13 stars represent original 13 in the represents the Emblems
Elected to on a non-partisan ballot The Legislative Branch Two House Congress—called the (it’s the 131st) Senators: Representatives: Meet at the State House (Executive Branch offices are on the first floor) Miscellaneous Facts about Ohio The Beginnings Name came from the word Means “” or “large creek” Admitted in Considered a Midwestern State Known as the Breakdown of Ohio counties in Ohio is Ohio’s largest county with 711 square miles Lake is Ohio’s county with 232 square miles Cities: #1. – 787,033 #2. – 396,815 #3. Cincinnati – 296,943 #4. Toledo – 287,208 #10. – 64,097 #14. Elyria – 54,533 Compared to States… 34th largest state in the United States 17th state admitted into the Union Ranked 7th among the 50 state in population Our Flag Accepted in The triangles formed on the flag represent the and represent the roads and waterways 13 stars represent original 13 in the represents the Emblems
0.861421
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 45, 43, 46, 44, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 81, 80, 82, 84, 83, 85, 86, 88, 87, 89, 90, 92, 91, 93, 95, 94, 96, 97, 99, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151 ]
Ohio+Guided+Notes.docx
task-1608-372
2
[ [ 176, 44, 230, 63 ], [ 234, 44, 249, 63 ], [ 253, 44, 272, 63 ], [ 276, 44, 285, 63 ], [ 289, 44, 382, 63 ], [ 386, 44, 428, 63 ], [ 58, 69, 85, 88 ], [ 89, 69, 165, 88 ], [ 170, 69, 221, 88 ], [ 117, 94, 148, 113 ], [ 152, 94, 198, 113 ], [ 202, 94, 328, 113 ], [ 332, 94, 356, 113 ], [ 360, 94, 387, 113 ], [ 391, 94, 416, 113 ], [ 420, 94, 465, 113 ], [ 176, 120, 245, 139 ], [ 176, 145, 298, 164 ], [ 117, 171, 156, 190 ], [ 160, 171, 175, 190 ], [ 179, 171, 203, 190 ], [ 208, 171, 245, 190 ], [ 249, 171, 295, 190 ], [ 300, 171, 375, 190 ], [ 379, 171, 430, 190 ], [ 434, 171, 482, 190 ], [ 486, 171, 510, 190 ], [ 514, 171, 533, 190 ], [ 537, 171, 561, 190 ], [ 565, 171, 594, 190 ], [ 598, 171, 638, 190 ], [ 58, 205, 165, 225 ], [ 169, 205, 207, 225 ], [ 211, 205, 255, 225 ], [ 259, 205, 295, 225 ], [ 58, 231, 85, 250 ], [ 90, 231, 169, 250 ], [ 117, 256, 161, 275 ], [ 165, 256, 204, 275 ], [ 208, 256, 244, 275 ], [ 248, 256, 272, 275 ], [ 276, 256, 314, 275 ], [ 117, 282, 167, 301 ], [ 190, 282, 205, 301 ], [ 257, 282, 305, 300 ], [ 171, 286, 186, 300 ], [ 209, 286, 253, 301 ], [ 117, 307, 186, 326 ], [ 190, 307, 203, 326 ], [ 117, 332, 200, 352 ], [ 204, 332, 212, 352 ], [ 217, 332, 305, 352 ], [ 309, 332, 347, 352 ], [ 117, 358, 168, 377 ], [ 172, 358, 187, 377 ], [ 191, 358, 216, 377 ], [ 58, 383, 141, 402 ], [ 145, 383, 160, 402 ], [ 164, 383, 199, 402 ], [ 92, 409, 154, 428 ], [ 158, 409, 171, 428 ], [ 175, 409, 210, 428 ], [ 151, 434, 162, 453 ], [ 166, 434, 212, 453 ], [ 216, 434, 266, 453 ], [ 270, 434, 320, 453 ], [ 324, 434, 356, 453 ], [ 360, 434, 388, 453 ], [ 392, 434, 441, 453 ], [ 445, 434, 484, 453 ], [ 147, 460, 180, 479 ], [ 184, 460, 195, 479 ], [ 199, 460, 246, 479 ], [ 250, 460, 300, 479 ], [ 304, 460, 336, 479 ], [ 340, 460, 367, 479 ], [ 371, 460, 421, 479 ], [ 425, 460, 464, 479 ], [ 88, 485, 132, 504 ], [ 147, 511, 169, 530 ], [ 186, 511, 245, 530 ], [ 173, 515, 182, 529 ], [ 147, 536, 169, 555 ], [ 186, 536, 245, 555 ], [ 173, 540, 182, 554 ], [ 147, 561, 169, 580 ], [ 173, 561, 246, 580 ], [ 263, 561, 322, 580 ], [ 250, 566, 259, 580 ], [ 147, 587, 169, 606 ], [ 173, 587, 223, 606 ], [ 240, 587, 299, 606 ], [ 227, 591, 236, 605 ], [ 147, 612, 178, 631 ], [ 195, 612, 245, 631 ], [ 182, 617, 191, 631 ], [ 147, 638, 178, 657 ], [ 182, 638, 222, 657 ], [ 239, 638, 289, 657 ], [ 226, 642, 235, 656 ], [ 58, 663, 134, 682 ], [ 138, 663, 154, 682 ], [ 194, 663, 251, 682 ], [ 117, 689, 151, 708 ], [ 155, 689, 204, 708 ], [ 208, 689, 245, 708 ], [ 249, 689, 262, 708 ], [ 267, 689, 291, 708 ], [ 295, 689, 344, 708 ], [ 348, 689, 393, 708 ], [ 117, 714, 151, 733 ], [ 155, 714, 191, 733 ], [ 195, 714, 262, 733 ], [ 266, 714, 295, 733 ], [ 300, 714, 324, 733 ], [ 328, 714, 372, 733 ], [ 117, 739, 171, 758 ], [ 176, 739, 200, 758 ], [ 204, 739, 254, 758 ], [ 258, 739, 283, 758 ], [ 287, 739, 305, 758 ], [ 309, 739, 346, 758 ], [ 350, 739, 363, 758 ], [ 367, 739, 447, 758 ], [ 58, 765, 86, 784 ], [ 90, 765, 119, 784 ], [ 117, 790, 185, 809 ], [ 190, 790, 203, 809 ], [ 117, 816, 144, 835 ], [ 148, 816, 211, 835 ], [ 215, 816, 269, 835 ], [ 273, 816, 292, 835 ], [ 296, 816, 321, 835 ], [ 325, 816, 351, 835 ], [ 355, 816, 427, 835 ], [ 431, 816, 455, 835 ], [ 459, 816, 487, 835 ], [ 117, 841, 188, 860 ], [ 192, 841, 217, 860 ], [ 221, 841, 262, 860 ], [ 266, 841, 293, 860 ], [ 297, 841, 376, 860 ], [ 117, 867, 135, 886 ], [ 139, 867, 174, 886 ], [ 178, 867, 250, 886 ], [ 254, 867, 308, 886 ], [ 312, 867, 330, 886 ], [ 339, 867, 352, 886 ], [ 356, 867, 381, 886 ], [ 176, 892, 254, 911 ], [ 258, 892, 283, 911 ], [ 94, 917, 161, 937 ] ]
[ [ 176, 44, 230, 63 ], [ 234, 44, 249, 63 ], [ 253, 44, 272, 63 ], [ 276, 44, 285, 63 ], [ 289, 44, 382, 63 ], [ 386, 44, 428, 63 ], [ 58, 69, 85, 88 ], [ 89, 69, 165, 88 ], [ 170, 69, 221, 88 ], [ 117, 94, 148, 113 ], [ 152, 94, 198, 113 ], [ 202, 94, 328, 113 ], [ 332, 94, 356, 113 ], [ 360, 94, 387, 113 ], [ 391, 94, 416, 113 ], [ 420, 94, 465, 113 ], [ 176, 120, 245, 139 ], [ 176, 145, 298, 164 ], [ 117, 171, 156, 190 ], [ 160, 171, 175, 190 ], [ 179, 171, 203, 190 ], [ 208, 171, 245, 190 ], [ 249, 171, 295, 190 ], [ 300, 171, 375, 190 ], [ 379, 171, 430, 190 ], [ 434, 171, 482, 190 ], [ 486, 171, 510, 190 ], [ 514, 171, 533, 190 ], [ 537, 171, 561, 190 ], [ 565, 171, 594, 190 ], [ 598, 171, 638, 190 ], [ 58, 205, 165, 225 ], [ 169, 205, 207, 225 ], [ 211, 205, 255, 225 ], [ 259, 205, 295, 225 ], [ 58, 231, 85, 250 ], [ 90, 231, 169, 250 ], [ 117, 256, 161, 275 ], [ 165, 256, 204, 275 ], [ 208, 256, 244, 275 ], [ 248, 256, 272, 275 ], [ 276, 256, 314, 275 ], [ 117, 282, 167, 301 ], [ 171, 286, 186, 300 ], [ 190, 282, 205, 301 ], [ 209, 286, 253, 301 ], [ 257, 282, 305, 300 ], [ 117, 307, 186, 326 ], [ 190, 307, 203, 326 ], [ 117, 332, 200, 352 ], [ 204, 332, 212, 352 ], [ 217, 332, 305, 352 ], [ 309, 332, 347, 352 ], [ 117, 358, 168, 377 ], [ 172, 358, 187, 377 ], [ 191, 358, 216, 377 ], [ 58, 383, 141, 402 ], [ 145, 383, 160, 402 ], [ 164, 383, 199, 402 ], [ 92, 409, 154, 428 ], [ 158, 409, 171, 428 ], [ 175, 409, 210, 428 ], [ 151, 434, 162, 453 ], [ 166, 434, 212, 453 ], [ 216, 434, 266, 453 ], [ 270, 434, 320, 453 ], [ 324, 434, 356, 453 ], [ 360, 434, 388, 453 ], [ 392, 434, 441, 453 ], [ 445, 434, 484, 453 ], [ 147, 460, 180, 479 ], [ 184, 460, 195, 479 ], [ 199, 460, 246, 479 ], [ 250, 460, 300, 479 ], [ 304, 460, 336, 479 ], [ 340, 460, 367, 479 ], [ 371, 460, 421, 479 ], [ 425, 460, 464, 479 ], [ 88, 485, 132, 504 ], [ 147, 511, 169, 530 ], [ 173, 515, 182, 529 ], [ 186, 511, 245, 530 ], [ 147, 536, 169, 555 ], [ 173, 540, 182, 554 ], [ 186, 536, 245, 555 ], [ 147, 561, 169, 580 ], [ 173, 561, 246, 580 ], [ 250, 566, 259, 580 ], [ 263, 561, 322, 580 ], [ 147, 587, 169, 606 ], [ 173, 587, 223, 606 ], [ 227, 591, 236, 605 ], [ 240, 587, 299, 606 ], [ 147, 612, 178, 631 ], [ 182, 617, 191, 631 ], [ 195, 612, 245, 631 ], [ 147, 638, 178, 657 ], [ 182, 638, 222, 657 ], [ 226, 642, 235, 656 ], [ 239, 638, 289, 657 ], [ 58, 663, 134, 682 ], [ 138, 663, 154, 682 ], [ 194, 663, 251, 682 ], [ 117, 689, 151, 708 ], [ 155, 689, 204, 708 ], [ 208, 689, 245, 708 ], [ 249, 689, 262, 708 ], [ 267, 689, 291, 708 ], [ 295, 689, 344, 708 ], [ 348, 689, 393, 708 ], [ 117, 714, 151, 733 ], [ 155, 714, 191, 733 ], [ 195, 714, 262, 733 ], [ 266, 714, 295, 733 ], [ 300, 714, 324, 733 ], [ 328, 714, 372, 733 ], [ 117, 739, 171, 758 ], [ 176, 739, 200, 758 ], [ 204, 739, 254, 758 ], [ 258, 739, 283, 758 ], [ 287, 739, 305, 758 ], [ 309, 739, 346, 758 ], [ 350, 739, 363, 758 ], [ 367, 739, 447, 758 ], [ 58, 765, 86, 784 ], [ 90, 765, 119, 784 ], [ 117, 790, 185, 809 ], [ 190, 790, 203, 809 ], [ 117, 816, 144, 835 ], [ 148, 816, 211, 835 ], [ 215, 816, 269, 835 ], [ 273, 816, 292, 835 ], [ 296, 816, 321, 835 ], [ 325, 816, 351, 835 ], [ 355, 816, 427, 835 ], [ 431, 816, 455, 835 ], [ 459, 816, 487, 835 ], [ 117, 841, 188, 860 ], [ 192, 841, 217, 860 ], [ 221, 841, 262, 860 ], [ 266, 841, 293, 860 ], [ 297, 841, 376, 860 ], [ 117, 867, 135, 886 ], [ 139, 867, 174, 886 ], [ 178, 867, 250, 886 ], [ 254, 867, 308, 886 ], [ 312, 867, 330, 886 ], [ 339, 867, 352, 886 ], [ 356, 867, 381, 886 ], [ 176, 892, 254, 911 ], [ 258, 892, 283, 911 ], [ 94, 917, 161, 937 ] ]
Basic Information Name Title Department Date form completed 2/24/2017 Date(s) of proposed event / activity Description of proposed / activity Marketing Plan Information Please describe how information about the event / activity will be distributed. Account Information Charitable Must list FR account can leave blank if this is a new fundraiser along with the Foundation – – Account number that all funds will be deposited into post-event. Foundation Account Name Foundation Account Number Non-charitable Proceeds Must list FR account can leave blank if this is a new fundraiser along with the Foundation – – Account number that all funds will be deposited into post-event. Account Name Account Number for the Event / Activity Please describe how the event / activity will be paid for. Click the [+] to the right of the (describe)” row to add an additional item. “Other Per-person cost Category Cost Description Meals Refreshments Gifts Entrance fees
Basic Information Name Title Department Date form completed 2/24/2017 Date(s) of proposed event / activity Description of proposed / activity Marketing Plan Information Please describe how information about the event / activity will be distributed. Account Information Charitable Must list FR account – can leave blank if this is a new fundraiser – along with the Foundation Account number that all funds will be deposited into post-event. Foundation Account Name Foundation Account Number Non-charitable Proceeds Must list FR account – can leave blank if this is a new fundraiser – along with the Foundation Account number that all funds will be deposited into post-event. Account Name Account Number for the Event / Activity Please describe how the event / activity will be paid for. Click the [+] to the right of the “Other (describe)” row to add an additional item. Per-person cost Category Cost Description Meals Refreshments Gifts Entrance fees
0.890461
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 55, 42, 43, 44, 45, 46, 47, 48, 49, 50, 56, 51, 52, 53, 54, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 92, 79, 80, 81, 82, 83, 84, 85, 86, 87, 93, 88, 89, 90, 91, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 139, 132, 133, 134, 135, 136, 137, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149 ]
OHIO-Fundraising-clearance-form-2-24-17.docx
task-1608-394
0
[ [ 117, 152, 176, 180 ], [ 182, 152, 316, 180 ], [ 117, 179, 161, 198 ], [ 117, 196, 150, 215 ], [ 117, 213, 208, 232 ], [ 117, 230, 153, 249 ], [ 157, 230, 193, 249 ], [ 197, 230, 277, 249 ], [ 441, 230, 518, 249 ], [ 117, 247, 171, 266 ], [ 175, 247, 190, 266 ], [ 194, 247, 265, 266 ], [ 269, 247, 312, 266 ], [ 316, 247, 323, 266 ], [ 327, 247, 382, 266 ], [ 117, 264, 203, 283 ], [ 207, 264, 222, 283 ], [ 226, 264, 297, 283 ], [ 335, 264, 343, 283 ], [ 347, 264, 402, 283 ], [ 117, 295, 232, 322 ], [ 238, 295, 287, 322 ], [ 293, 295, 427, 322 ], [ 117, 321, 164, 340 ], [ 168, 321, 230, 340 ], [ 234, 321, 266, 340 ], [ 270, 321, 356, 340 ], [ 360, 321, 403, 340 ], [ 408, 321, 432, 340 ], [ 436, 321, 477, 340 ], [ 481, 321, 488, 340 ], [ 492, 321, 545, 340 ], [ 549, 321, 574, 340 ], [ 578, 321, 597, 340 ], [ 601, 321, 686, 340 ], [ 117, 369, 208, 397 ], [ 214, 369, 349, 397 ], [ 147, 398, 240, 420 ], [ 147, 419, 184, 438 ], [ 188, 419, 210, 438 ], [ 214, 419, 232, 438 ], [ 236, 419, 294, 438 ], [ 311, 419, 337, 438 ], [ 341, 419, 379, 438 ], [ 383, 419, 423, 438 ], [ 427, 419, 437, 438 ], [ 441, 419, 468, 438 ], [ 472, 419, 483, 438 ], [ 487, 419, 495, 438 ], [ 499, 419, 531, 438 ], [ 535, 419, 610, 438 ], [ 627, 419, 667, 438 ], [ 671, 419, 703, 438 ], [ 707, 419, 732, 438 ], [ 736, 419, 820, 438 ], [ 298, 424, 307, 437 ], [ 614, 424, 623, 437 ], [ 147, 436, 206, 455 ], [ 211, 436, 268, 455 ], [ 272, 436, 302, 455 ], [ 307, 436, 323, 455 ], [ 327, 436, 368, 455 ], [ 372, 436, 398, 455 ], [ 402, 436, 420, 455 ], [ 424, 436, 497, 455 ], [ 501, 436, 530, 455 ], [ 534, 436, 617, 455 ], [ 147, 453, 232, 472 ], [ 236, 453, 297, 472 ], [ 301, 453, 346, 472 ], [ 147, 470, 232, 489 ], [ 236, 470, 297, 489 ], [ 301, 470, 362, 489 ], [ 147, 506, 283, 528 ], [ 287, 506, 370, 528 ], [ 147, 527, 184, 546 ], [ 188, 527, 210, 546 ], [ 214, 527, 232, 546 ], [ 236, 527, 294, 546 ], [ 311, 527, 337, 546 ], [ 341, 527, 379, 546 ], [ 383, 527, 423, 546 ], [ 427, 527, 437, 546 ], [ 441, 527, 468, 546 ], [ 472, 527, 483, 546 ], [ 487, 527, 495, 546 ], [ 499, 527, 531, 546 ], [ 535, 527, 610, 546 ], [ 627, 527, 667, 546 ], [ 671, 527, 703, 546 ], [ 707, 527, 732, 546 ], [ 736, 527, 820, 546 ], [ 298, 532, 307, 546 ], [ 614, 532, 623, 546 ], [ 147, 544, 206, 563 ], [ 211, 544, 268, 563 ], [ 272, 544, 302, 563 ], [ 307, 544, 323, 563 ], [ 327, 544, 368, 563 ], [ 372, 544, 398, 563 ], [ 402, 544, 420, 563 ], [ 424, 544, 497, 563 ], [ 501, 544, 530, 563 ], [ 534, 544, 617, 563 ], [ 147, 561, 208, 580 ], [ 212, 561, 256, 580 ], [ 147, 578, 208, 597 ], [ 212, 578, 273, 597 ], [ 176, 650, 209, 677 ], [ 215, 650, 251, 677 ], [ 256, 650, 321, 677 ], [ 326, 650, 339, 677 ], [ 345, 650, 431, 677 ], [ 117, 676, 164, 695 ], [ 168, 676, 230, 695 ], [ 234, 676, 266, 695 ], [ 270, 676, 294, 695 ], [ 298, 676, 340, 695 ], [ 344, 676, 351, 695 ], [ 355, 676, 407, 695 ], [ 411, 676, 437, 695 ], [ 441, 676, 459, 695 ], [ 463, 676, 495, 695 ], [ 499, 676, 524, 695 ], [ 117, 693, 151, 712 ], [ 155, 693, 180, 712 ], [ 184, 693, 205, 712 ], [ 209, 693, 224, 712 ], [ 228, 693, 253, 712 ], [ 257, 693, 293, 712 ], [ 297, 693, 312, 712 ], [ 316, 693, 341, 712 ], [ 399, 693, 480, 712 ], [ 484, 693, 513, 712 ], [ 517, 693, 533, 712 ], [ 537, 693, 566, 712 ], [ 570, 693, 589, 712 ], [ 593, 693, 669, 712 ], [ 673, 693, 712, 712 ], [ 345, 698, 395, 712 ], [ 147, 712, 248, 735 ], [ 253, 712, 289, 735 ], [ 147, 734, 214, 753 ], [ 316, 734, 348, 753 ], [ 437, 734, 521, 753 ], [ 147, 750, 191, 770 ], [ 147, 767, 248, 786 ], [ 147, 784, 181, 803 ], [ 147, 801, 212, 820 ], [ 216, 801, 246, 820 ] ]
[ [ 117, 152, 176, 180 ], [ 182, 152, 316, 180 ], [ 117, 179, 161, 198 ], [ 117, 196, 150, 215 ], [ 117, 213, 208, 232 ], [ 117, 230, 153, 249 ], [ 157, 230, 193, 249 ], [ 197, 230, 277, 249 ], [ 441, 230, 518, 249 ], [ 117, 247, 171, 266 ], [ 175, 247, 190, 266 ], [ 194, 247, 265, 266 ], [ 269, 247, 312, 266 ], [ 316, 247, 323, 266 ], [ 327, 247, 382, 266 ], [ 117, 264, 203, 283 ], [ 207, 264, 222, 283 ], [ 226, 264, 297, 283 ], [ 335, 264, 343, 283 ], [ 347, 264, 402, 283 ], [ 117, 295, 232, 322 ], [ 238, 295, 287, 322 ], [ 293, 295, 427, 322 ], [ 117, 321, 164, 340 ], [ 168, 321, 230, 340 ], [ 234, 321, 266, 340 ], [ 270, 321, 356, 340 ], [ 360, 321, 403, 340 ], [ 408, 321, 432, 340 ], [ 436, 321, 477, 340 ], [ 481, 321, 488, 340 ], [ 492, 321, 545, 340 ], [ 549, 321, 574, 340 ], [ 578, 321, 597, 340 ], [ 601, 321, 686, 340 ], [ 117, 369, 208, 397 ], [ 214, 369, 349, 397 ], [ 147, 398, 240, 420 ], [ 147, 419, 184, 438 ], [ 188, 419, 210, 438 ], [ 214, 419, 232, 438 ], [ 236, 419, 294, 438 ], [ 298, 424, 307, 437 ], [ 311, 419, 337, 438 ], [ 341, 419, 379, 438 ], [ 383, 419, 423, 438 ], [ 427, 419, 437, 438 ], [ 441, 419, 468, 438 ], [ 472, 419, 483, 438 ], [ 487, 419, 495, 438 ], [ 499, 419, 531, 438 ], [ 535, 419, 610, 438 ], [ 614, 424, 623, 437 ], [ 627, 419, 667, 438 ], [ 671, 419, 703, 438 ], [ 707, 419, 732, 438 ], [ 736, 419, 820, 438 ], [ 147, 436, 206, 455 ], [ 211, 436, 268, 455 ], [ 272, 436, 302, 455 ], [ 307, 436, 323, 455 ], [ 327, 436, 368, 455 ], [ 372, 436, 398, 455 ], [ 402, 436, 420, 455 ], [ 424, 436, 497, 455 ], [ 501, 436, 530, 455 ], [ 534, 436, 617, 455 ], [ 147, 453, 232, 472 ], [ 236, 453, 297, 472 ], [ 301, 453, 346, 472 ], [ 147, 470, 232, 489 ], [ 236, 470, 297, 489 ], [ 301, 470, 362, 489 ], [ 147, 506, 283, 528 ], [ 287, 506, 370, 528 ], [ 147, 527, 184, 546 ], [ 188, 527, 210, 546 ], [ 214, 527, 232, 546 ], [ 236, 527, 294, 546 ], [ 298, 532, 307, 546 ], [ 311, 527, 337, 546 ], [ 341, 527, 379, 546 ], [ 383, 527, 423, 546 ], [ 427, 527, 437, 546 ], [ 441, 527, 468, 546 ], [ 472, 527, 483, 546 ], [ 487, 527, 495, 546 ], [ 499, 527, 531, 546 ], [ 535, 527, 610, 546 ], [ 614, 532, 623, 546 ], [ 627, 527, 667, 546 ], [ 671, 527, 703, 546 ], [ 707, 527, 732, 546 ], [ 736, 527, 820, 546 ], [ 147, 544, 206, 563 ], [ 211, 544, 268, 563 ], [ 272, 544, 302, 563 ], [ 307, 544, 323, 563 ], [ 327, 544, 368, 563 ], [ 372, 544, 398, 563 ], [ 402, 544, 420, 563 ], [ 424, 544, 497, 563 ], [ 501, 544, 530, 563 ], [ 534, 544, 617, 563 ], [ 147, 561, 208, 580 ], [ 212, 561, 256, 580 ], [ 147, 578, 208, 597 ], [ 212, 578, 273, 597 ], [ 176, 650, 209, 677 ], [ 215, 650, 251, 677 ], [ 256, 650, 321, 677 ], [ 326, 650, 339, 677 ], [ 345, 650, 431, 677 ], [ 117, 676, 164, 695 ], [ 168, 676, 230, 695 ], [ 234, 676, 266, 695 ], [ 270, 676, 294, 695 ], [ 298, 676, 340, 695 ], [ 344, 676, 351, 695 ], [ 355, 676, 407, 695 ], [ 411, 676, 437, 695 ], [ 441, 676, 459, 695 ], [ 463, 676, 495, 695 ], [ 499, 676, 524, 695 ], [ 117, 693, 151, 712 ], [ 155, 693, 180, 712 ], [ 184, 693, 205, 712 ], [ 209, 693, 224, 712 ], [ 228, 693, 253, 712 ], [ 257, 693, 293, 712 ], [ 297, 693, 312, 712 ], [ 316, 693, 341, 712 ], [ 345, 698, 395, 712 ], [ 399, 693, 480, 712 ], [ 484, 693, 513, 712 ], [ 517, 693, 533, 712 ], [ 537, 693, 566, 712 ], [ 570, 693, 589, 712 ], [ 593, 693, 669, 712 ], [ 673, 693, 712, 712 ], [ 147, 712, 248, 735 ], [ 253, 712, 289, 735 ], [ 147, 734, 214, 753 ], [ 316, 734, 348, 753 ], [ 437, 734, 521, 753 ], [ 147, 750, 191, 770 ], [ 147, 767, 248, 786 ], [ 147, 784, 181, 803 ], [ 147, 801, 212, 820 ], [ 216, 801, 246, 820 ] ]
Objectives: Check Service Packs, critical updates,  Ensure that the overall Groove system is patches, and related items. implemented and can be operated securely. Uninstall unnecessary components.  Intended Results:  Disable unnecessary OS services. An onsite Groove Server system that can Verify logon accounts.  operate securely as a production service to Apply NIC protocol filters.  the enterprise. Once anti-intrusion Implement perimeter network  hardening is completed, the system is ready infrastructure restrictions and for production acceptance testing. and tune intrusion detection  system. See Also: Acceptance-Testing the Production System When the system is completed, test it prior to promoting it to production readiness. The following table itemizes testing tasks. Acceptance-Testing the Production System Task Breakdown Objectives: Test Groove Manager functionality.  Evaluate the overall functionality and Test Groove functionality.  production readiness of the onsite server Test Groove Manager to Relay SOAP  system as it relates to the system's communications for each relay server. architecture and design. Test Groove client to Manager and  Intended Results: communications from public Internet A production ready and fully operational and private intranet zones on all ports: onsite server system suitable for hosting the 80/TCP for Groove Manager and expected user community. 80/TCP, 443/TCP, and 2492/TCP for Groove Relay. Test Groove Relay-to-Relay single-hop  fanout communications on port 2492/TCP between each onsite relay
Objectives: Ensure that the overall Groove system is implemented and can be operated securely. Intended Results: An onsite Groove Server system that can operate securely as a production service to the enterprise. Once anti-intrusion hardening is completed, the system is ready for production acceptance testing.  Check Service Packs, critical updates, patches, and related items.  Uninstall unnecessary components.  Disable unnecessary OS services.  Verify logon accounts.  Apply NIC protocol filters.  Implement perimeter network infrastructure restrictions and  and tune intrusion detection system. See Also: Acceptance-Testing the Production System When the system is completed, test it prior to promoting it to production readiness. The following table itemizes testing tasks. Acceptance-Testing the Production System Task Breakdown Objectives: Evaluate the overall functionality and production readiness of the onsite server system as it relates to the system's architecture and design. Intended Results: A production ready and fully operational onsite server system suitable for hosting the expected user community.  Test Groove Manager functionality.  Test Groove functionality.  Test Groove Manager to Relay SOAP communications for each relay server.  Test Groove client to Manager and communications from public Internet and private intranet zones on all ports: 80/TCP for Groove Manager and 80/TCP, 443/TCP, and 2492/TCP for Groove Relay.  Test Groove Relay-to-Relay single-hop fanout communications on port 2492/TCP between each onsite relay
0.709487
[ 0, 7, 8, 9, 10, 11, 12, 13, 18, 19, 20, 21, 22, 23, 28, 29, 35, 36, 37, 38, 39, 40, 41, 46, 47, 48, 49, 50, 51, 52, 58, 59, 60, 61, 66, 67, 68, 69, 70, 71, 72, 76, 77, 78, 79, 6, 1, 2, 3, 4, 5, 14, 15, 16, 17, 27, 24, 25, 26, 30, 31, 32, 33, 34, 45, 42, 43, 44, 57, 53, 54, 55, 56, 65, 62, 63, 64, 73, 74, 75, 84, 80, 81, 82, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 124, 125, 126, 127, 128, 133, 134, 135, 136, 137, 138, 146, 147, 148, 149, 150, 151, 152, 158, 159, 160, 168, 169, 174, 175, 176, 177, 178, 179, 187, 188, 189, 190, 191, 192, 193, 199, 200, 201, 123, 119, 120, 121, 122, 132, 129, 130, 131, 145, 139, 140, 141, 142, 143, 144, 153, 154, 155, 156, 157, 167, 161, 162, 163, 164, 165, 166, 170, 171, 172, 173, 180, 181, 182, 183, 184, 185, 186, 194, 195, 196, 197, 198, 202, 203, 204, 205, 206, 207, 208, 213, 209, 210, 211, 212, 214, 215, 216, 217, 218, 219, 220, 221, 222 ]
OGrooveDeployment.docx
task-1608-48
32
[ [ 147, 137, 236, 157 ], [ 536, 138, 586, 158 ], [ 591, 138, 649, 158 ], [ 654, 138, 705, 158 ], [ 710, 138, 764, 158 ], [ 769, 138, 834, 158 ], [ 506, 139, 515, 157 ], [ 147, 155, 201, 175 ], [ 206, 155, 235, 175 ], [ 240, 155, 264, 175 ], [ 269, 155, 323, 175 ], [ 328, 155, 387, 175 ], [ 392, 155, 446, 175 ], [ 451, 155, 464, 175 ], [ 536, 156, 599, 176 ], [ 604, 156, 633, 176 ], [ 637, 156, 691, 176 ], [ 696, 156, 743, 176 ], [ 147, 172, 249, 192 ], [ 254, 172, 282, 192 ], [ 287, 172, 314, 192 ], [ 319, 172, 337, 192 ], [ 342, 172, 410, 192 ], [ 415, 172, 485, 192 ], [ 536, 174, 608, 194 ], [ 612, 174, 708, 194 ], [ 713, 174, 813, 194 ], [ 506, 175, 515, 193 ], [ 147, 189, 215, 210 ], [ 220, 189, 283, 210 ], [ 506, 193, 515, 212 ], [ 536, 193, 596, 213 ], [ 600, 193, 696, 213 ], [ 701, 193, 726, 213 ], [ 731, 193, 799, 213 ], [ 147, 207, 171, 227 ], [ 175, 207, 222, 227 ], [ 227, 207, 286, 227 ], [ 291, 207, 342, 227 ], [ 347, 207, 401, 227 ], [ 406, 207, 436, 227 ], [ 440, 207, 468, 227 ], [ 536, 211, 587, 231 ], [ 592, 211, 636, 231 ], [ 641, 211, 715, 231 ], [ 506, 212, 515, 231 ], [ 147, 224, 204, 244 ], [ 209, 224, 274, 244 ], [ 279, 224, 296, 244 ], [ 300, 224, 309, 244 ], [ 314, 224, 399, 244 ], [ 404, 224, 459, 244 ], [ 464, 224, 479, 244 ], [ 536, 230, 585, 250 ], [ 590, 230, 623, 250 ], [ 628, 230, 694, 250 ], [ 699, 230, 749, 250 ], [ 506, 231, 515, 249 ], [ 147, 242, 171, 262 ], [ 175, 242, 257, 262 ], [ 262, 242, 304, 262 ], [ 309, 242, 414, 262 ], [ 536, 248, 621, 269 ], [ 626, 248, 701, 269 ], [ 705, 248, 770, 269 ], [ 506, 249, 515, 268 ], [ 147, 259, 225, 279 ], [ 230, 259, 243, 279 ], [ 248, 259, 334, 279 ], [ 339, 259, 363, 279 ], [ 368, 259, 422, 279 ], [ 427, 259, 440, 279 ], [ 445, 259, 489, 279 ], [ 536, 266, 641, 286 ], [ 646, 266, 733, 286 ], [ 738, 266, 766, 286 ], [ 147, 276, 169, 297 ], [ 174, 276, 259, 297 ], [ 264, 276, 350, 297 ], [ 355, 276, 412, 297 ], [ 579, 302, 607, 322 ], [ 612, 302, 646, 322 ], [ 651, 302, 720, 322 ], [ 725, 302, 797, 322 ], [ 506, 303, 515, 321 ], [ 536, 319, 595, 339 ], [ 147, 355, 175, 376 ], [ 180, 355, 223, 376 ], [ 147, 429, 338, 454 ], [ 344, 429, 374, 454 ], [ 380, 429, 489, 454 ], [ 495, 429, 565, 454 ], [ 147, 454, 193, 474 ], [ 198, 454, 222, 474 ], [ 227, 454, 282, 474 ], [ 286, 454, 299, 474 ], [ 304, 454, 391, 474 ], [ 396, 454, 423, 474 ], [ 428, 454, 439, 474 ], [ 444, 454, 482, 474 ], [ 487, 454, 502, 474 ], [ 507, 454, 588, 474 ], [ 593, 454, 604, 474 ], [ 609, 454, 624, 474 ], [ 629, 454, 714, 474 ], [ 719, 454, 797, 474 ], [ 802, 454, 832, 474 ], [ 147, 471, 223, 491 ], [ 228, 471, 266, 491 ], [ 271, 471, 336, 491 ], [ 341, 471, 393, 491 ], [ 398, 471, 442, 491 ], [ 147, 507, 270, 523 ], [ 273, 507, 293, 523 ], [ 297, 507, 367, 523 ], [ 371, 507, 416, 523 ], [ 506, 507, 537, 523 ], [ 541, 507, 614, 523 ], [ 147, 520, 236, 540 ], [ 536, 521, 569, 542 ], [ 574, 521, 633, 542 ], [ 638, 521, 708, 542 ], [ 713, 521, 817, 542 ], [ 506, 522, 515, 541 ], [ 147, 538, 215, 558 ], [ 220, 538, 244, 558 ], [ 249, 538, 303, 558 ], [ 308, 538, 408, 558 ], [ 413, 538, 441, 558 ], [ 536, 540, 569, 560 ], [ 574, 540, 633, 560 ], [ 681, 540, 786, 560 ], [ 506, 541, 515, 559 ], [ 147, 555, 231, 575 ], [ 236, 555, 309, 575 ], [ 314, 555, 330, 575 ], [ 335, 555, 359, 575 ], [ 364, 555, 411, 575 ], [ 416, 555, 464, 575 ], [ 536, 558, 569, 579 ], [ 574, 558, 633, 579 ], [ 638, 558, 708, 579 ], [ 713, 558, 728, 579 ], [ 733, 558, 778, 579 ], [ 783, 558, 833, 579 ], [ 506, 559, 515, 578 ], [ 147, 573, 201, 593 ], [ 206, 573, 222, 593 ], [ 227, 573, 238, 593 ], [ 243, 573, 294, 593 ], [ 299, 573, 314, 593 ], [ 319, 573, 343, 593 ], [ 348, 573, 413, 593 ], [ 536, 576, 665, 596 ], [ 670, 576, 693, 596 ], [ 698, 576, 734, 596 ], [ 739, 576, 778, 596 ], [ 783, 576, 835, 596 ], [ 147, 590, 239, 610 ], [ 244, 590, 272, 610 ], [ 277, 590, 333, 610 ], [ 536, 594, 569, 615 ], [ 574, 594, 633, 615 ], [ 638, 594, 681, 615 ], [ 686, 594, 702, 615 ], [ 706, 594, 776, 615 ], [ 781, 594, 809, 615 ], [ 506, 595, 515, 614 ], [ 147, 607, 215, 628 ], [ 220, 607, 283, 628 ], [ 536, 612, 665, 632 ], [ 670, 612, 708, 632 ], [ 713, 612, 762, 632 ], [ 767, 612, 828, 632 ], [ 147, 625, 161, 645 ], [ 166, 625, 251, 645 ], [ 255, 625, 299, 645 ], [ 304, 625, 332, 645 ], [ 337, 625, 374, 645 ], [ 379, 625, 467, 645 ], [ 536, 629, 564, 650 ], [ 569, 629, 623, 650 ], [ 628, 629, 688, 650 ], [ 693, 629, 737, 650 ], [ 742, 629, 762, 650 ], [ 767, 629, 786, 650 ], [ 791, 629, 836, 650 ], [ 147, 642, 193, 662 ], [ 198, 642, 246, 662 ], [ 251, 642, 305, 662 ], [ 310, 642, 371, 662 ], [ 376, 642, 399, 662 ], [ 404, 642, 462, 662 ], [ 466, 642, 490, 662 ], [ 536, 647, 597, 667 ], [ 602, 647, 624, 667 ], [ 629, 647, 688, 667 ], [ 693, 647, 763, 667 ], [ 768, 647, 796, 667 ], [ 147, 660, 216, 680 ], [ 221, 660, 254, 680 ], [ 259, 660, 353, 680 ], [ 536, 664, 602, 684 ], [ 606, 664, 682, 684 ], [ 687, 664, 715, 684 ], [ 720, 664, 801, 684 ], [ 806, 664, 829, 684 ], [ 536, 682, 594, 702 ], [ 599, 682, 650, 702 ], [ 536, 700, 569, 720 ], [ 574, 700, 633, 720 ], [ 638, 700, 758, 720 ], [ 763, 700, 845, 720 ], [ 506, 701, 515, 719 ], [ 536, 718, 586, 738 ], [ 591, 718, 720, 738 ], [ 725, 718, 745, 738 ], [ 750, 718, 781, 738 ], [ 536, 735, 616, 755 ], [ 621, 735, 686, 755 ], [ 691, 735, 727, 755 ], [ 732, 735, 779, 755 ], [ 784, 735, 823, 755 ] ]
[ [ 147, 137, 236, 157 ], [ 147, 155, 201, 175 ], [ 206, 155, 235, 175 ], [ 240, 155, 264, 175 ], [ 269, 155, 323, 175 ], [ 328, 155, 387, 175 ], [ 392, 155, 446, 175 ], [ 451, 155, 464, 175 ], [ 147, 172, 249, 192 ], [ 254, 172, 282, 192 ], [ 287, 172, 314, 192 ], [ 319, 172, 337, 192 ], [ 342, 172, 410, 192 ], [ 415, 172, 485, 192 ], [ 147, 189, 215, 210 ], [ 220, 189, 283, 210 ], [ 147, 207, 171, 227 ], [ 175, 207, 222, 227 ], [ 227, 207, 286, 227 ], [ 291, 207, 342, 227 ], [ 347, 207, 401, 227 ], [ 406, 207, 436, 227 ], [ 440, 207, 468, 227 ], [ 147, 224, 204, 244 ], [ 209, 224, 274, 244 ], [ 279, 224, 296, 244 ], [ 300, 224, 309, 244 ], [ 314, 224, 399, 244 ], [ 404, 224, 459, 244 ], [ 464, 224, 479, 244 ], [ 147, 242, 171, 262 ], [ 175, 242, 257, 262 ], [ 262, 242, 304, 262 ], [ 309, 242, 414, 262 ], [ 147, 259, 225, 279 ], [ 230, 259, 243, 279 ], [ 248, 259, 334, 279 ], [ 339, 259, 363, 279 ], [ 368, 259, 422, 279 ], [ 427, 259, 440, 279 ], [ 445, 259, 489, 279 ], [ 147, 276, 169, 297 ], [ 174, 276, 259, 297 ], [ 264, 276, 350, 297 ], [ 355, 276, 412, 297 ], [ 506, 139, 515, 157 ], [ 536, 138, 586, 158 ], [ 591, 138, 649, 158 ], [ 654, 138, 705, 158 ], [ 710, 138, 764, 158 ], [ 769, 138, 834, 158 ], [ 536, 156, 599, 176 ], [ 604, 156, 633, 176 ], [ 637, 156, 691, 176 ], [ 696, 156, 743, 176 ], [ 506, 175, 515, 193 ], [ 536, 174, 608, 194 ], [ 612, 174, 708, 194 ], [ 713, 174, 813, 194 ], [ 506, 193, 515, 212 ], [ 536, 193, 596, 213 ], [ 600, 193, 696, 213 ], [ 701, 193, 726, 213 ], [ 731, 193, 799, 213 ], [ 506, 212, 515, 231 ], [ 536, 211, 587, 231 ], [ 592, 211, 636, 231 ], [ 641, 211, 715, 231 ], [ 506, 231, 515, 249 ], [ 536, 230, 585, 250 ], [ 590, 230, 623, 250 ], [ 628, 230, 694, 250 ], [ 699, 230, 749, 250 ], [ 506, 249, 515, 268 ], [ 536, 248, 621, 269 ], [ 626, 248, 701, 269 ], [ 705, 248, 770, 269 ], [ 536, 266, 641, 286 ], [ 646, 266, 733, 286 ], [ 738, 266, 766, 286 ], [ 506, 303, 515, 321 ], [ 579, 302, 607, 322 ], [ 612, 302, 646, 322 ], [ 651, 302, 720, 322 ], [ 725, 302, 797, 322 ], [ 536, 319, 595, 339 ], [ 147, 355, 175, 376 ], [ 180, 355, 223, 376 ], [ 147, 429, 338, 454 ], [ 344, 429, 374, 454 ], [ 380, 429, 489, 454 ], [ 495, 429, 565, 454 ], [ 147, 454, 193, 474 ], [ 198, 454, 222, 474 ], [ 227, 454, 282, 474 ], [ 286, 454, 299, 474 ], [ 304, 454, 391, 474 ], [ 396, 454, 423, 474 ], [ 428, 454, 439, 474 ], [ 444, 454, 482, 474 ], [ 487, 454, 502, 474 ], [ 507, 454, 588, 474 ], [ 593, 454, 604, 474 ], [ 609, 454, 624, 474 ], [ 629, 454, 714, 474 ], [ 719, 454, 797, 474 ], [ 802, 454, 832, 474 ], [ 147, 471, 223, 491 ], [ 228, 471, 266, 491 ], [ 271, 471, 336, 491 ], [ 341, 471, 393, 491 ], [ 398, 471, 442, 491 ], [ 147, 507, 270, 523 ], [ 273, 507, 293, 523 ], [ 297, 507, 367, 523 ], [ 371, 507, 416, 523 ], [ 506, 507, 537, 523 ], [ 541, 507, 614, 523 ], [ 147, 520, 236, 540 ], [ 147, 538, 215, 558 ], [ 220, 538, 244, 558 ], [ 249, 538, 303, 558 ], [ 308, 538, 408, 558 ], [ 413, 538, 441, 558 ], [ 147, 555, 231, 575 ], [ 236, 555, 309, 575 ], [ 314, 555, 330, 575 ], [ 335, 555, 359, 575 ], [ 364, 555, 411, 575 ], [ 416, 555, 464, 575 ], [ 147, 573, 201, 593 ], [ 206, 573, 222, 593 ], [ 227, 573, 238, 593 ], [ 243, 573, 294, 593 ], [ 299, 573, 314, 593 ], [ 319, 573, 343, 593 ], [ 348, 573, 413, 593 ], [ 147, 590, 239, 610 ], [ 244, 590, 272, 610 ], [ 277, 590, 333, 610 ], [ 147, 607, 215, 628 ], [ 220, 607, 283, 628 ], [ 147, 625, 161, 645 ], [ 166, 625, 251, 645 ], [ 255, 625, 299, 645 ], [ 304, 625, 332, 645 ], [ 337, 625, 374, 645 ], [ 379, 625, 467, 645 ], [ 147, 642, 193, 662 ], [ 198, 642, 246, 662 ], [ 251, 642, 305, 662 ], [ 310, 642, 371, 662 ], [ 376, 642, 399, 662 ], [ 404, 642, 462, 662 ], [ 466, 642, 490, 662 ], [ 147, 660, 216, 680 ], [ 221, 660, 254, 680 ], [ 259, 660, 353, 680 ], [ 506, 522, 515, 541 ], [ 536, 521, 569, 542 ], [ 574, 521, 633, 542 ], [ 638, 521, 708, 542 ], [ 713, 521, 817, 542 ], [ 506, 541, 515, 559 ], [ 536, 540, 569, 560 ], [ 574, 540, 633, 560 ], [ 681, 540, 786, 560 ], [ 506, 559, 515, 578 ], [ 536, 558, 569, 579 ], [ 574, 558, 633, 579 ], [ 638, 558, 708, 579 ], [ 713, 558, 728, 579 ], [ 733, 558, 778, 579 ], [ 783, 558, 833, 579 ], [ 536, 576, 665, 596 ], [ 670, 576, 693, 596 ], [ 698, 576, 734, 596 ], [ 739, 576, 778, 596 ], [ 783, 576, 835, 596 ], [ 506, 595, 515, 614 ], [ 536, 594, 569, 615 ], [ 574, 594, 633, 615 ], [ 638, 594, 681, 615 ], [ 686, 594, 702, 615 ], [ 706, 594, 776, 615 ], [ 781, 594, 809, 615 ], [ 536, 612, 665, 632 ], [ 670, 612, 708, 632 ], [ 713, 612, 762, 632 ], [ 767, 612, 828, 632 ], [ 536, 629, 564, 650 ], [ 569, 629, 623, 650 ], [ 628, 629, 688, 650 ], [ 693, 629, 737, 650 ], [ 742, 629, 762, 650 ], [ 767, 629, 786, 650 ], [ 791, 629, 836, 650 ], [ 536, 647, 597, 667 ], [ 602, 647, 624, 667 ], [ 629, 647, 688, 667 ], [ 693, 647, 763, 667 ], [ 768, 647, 796, 667 ], [ 536, 664, 602, 684 ], [ 606, 664, 682, 684 ], [ 687, 664, 715, 684 ], [ 720, 664, 801, 684 ], [ 806, 664, 829, 684 ], [ 536, 682, 594, 702 ], [ 599, 682, 650, 702 ], [ 506, 701, 515, 719 ], [ 536, 700, 569, 720 ], [ 574, 700, 633, 720 ], [ 638, 700, 758, 720 ], [ 763, 700, 845, 720 ], [ 536, 718, 586, 738 ], [ 591, 718, 720, 738 ], [ 725, 718, 745, 738 ], [ 750, 718, 781, 738 ], [ 536, 735, 616, 755 ], [ 621, 735, 686, 755 ], [ 691, 735, 727, 755 ], [ 732, 735, 779, 755 ], [ 784, 735, 823, 755 ] ]
PROVIDER REPORTS: All providers presented 3rd quarter reports (07/1/2014-09/30//2014) Provider Individuals Status of Total Total Count Status of Served 3rd Allegations of Counts Occurred by Complaint Quarter and Alleged Type Cases Neglect by Type A Beautiful Mind 10 0 0 0 0 B & M Group 5 0 0 0 0 Home Compasión, 199 0 0 0 0 LLC Divinely 10 0 0 0 0 Directed Services Dreamz, LLC 0 0 0 0 0 Essential Family 50 0 0 1 0 Services Faith, LLC 2 0 0 0 0 Family 30 0 0 0 0 Determination, LLC Jen & C Home 9 0 0 0 0 Care Neighborhood Not Present Not Present Not Not Present Not Present Empowerment Present and Transformation (NEAT) Renaissance 5 0 0 0 0 Family Care Sister Choice 3 0 0 0 0
PROVIDER REPORTS: All providers presented 3rd quarter reports (07/1/2014-09/30//2014) Provider Individuals Served 3rd Quarter Status of Allegations of and Neglect Total Counts Alleged by Type Total Count Occurred by Type Status of Complaint Cases A Beautiful Mind 10 0 0 0 0 B & M Group Home 5 0 0 0 0 Compasión, LLC 199 0 0 0 0 Divinely Directed Services 10 0 0 0 0 Dreamz, LLC 0 0 0 0 0 Essential Family Services 50 0 0 1 0 Faith, LLC 2 0 0 0 0 Family Determination, LLC 30 0 0 0 0 Jen & C Home Care 9 0 0 0 0 Neighborhood Empowerment and Transformation (NEAT) Not Present Not Present Not Present Not Present Not Present Renaissance Family Care 5 0 0 0 0 Sister Choice 3 0 0 0 0
0.592695
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 18, 19, 26, 11, 12, 20, 21, 27, 31, 13, 22, 28, 32, 33, 14, 15, 23, 24, 29, 16, 17, 25, 30, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 51, 46, 47, 48, 49, 50, 52, 58, 53, 54, 55, 56, 57, 59, 65, 66, 60, 61, 62, 63, 64, 67, 68, 69, 70, 71, 72, 73, 74, 75, 81, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 89, 95, 96, 90, 91, 92, 93, 94, 97, 98, 99, 100, 106, 101, 102, 103, 104, 105, 107, 117, 119, 120, 121, 108, 109, 110, 111, 112, 118, 113, 114, 115, 116, 122, 128, 129, 123, 124, 125, 126, 127, 130, 131, 132, 133, 134, 135, 136 ]
ohr-lhrc%20ocean%20view%20reg%20%20lhrc%2010-20-14%20minutes%20(2).docx
task-1608-666
2
[ [ 117, 119, 219, 140 ], [ 225, 119, 325, 140 ], [ 117, 137, 137, 156 ], [ 142, 137, 216, 156 ], [ 221, 137, 301, 156 ], [ 306, 137, 332, 156 ], [ 337, 137, 394, 156 ], [ 399, 137, 455, 156 ], [ 460, 137, 652, 156 ], [ 117, 169, 187, 189 ], [ 273, 169, 361, 189 ], [ 411, 169, 465, 189 ], [ 470, 169, 486, 189 ], [ 552, 169, 594, 189 ], [ 655, 169, 697, 189 ], [ 702, 169, 752, 189 ], [ 778, 169, 831, 189 ], [ 836, 169, 852, 189 ], [ 273, 189, 332, 209 ], [ 337, 189, 364, 209 ], [ 411, 189, 503, 209 ], [ 509, 189, 524, 209 ], [ 552, 189, 612, 209 ], [ 655, 189, 733, 209 ], [ 738, 189, 758, 209 ], [ 778, 189, 862, 209 ], [ 273, 208, 336, 228 ], [ 453, 208, 484, 228 ], [ 552, 208, 615, 228 ], [ 655, 208, 697, 228 ], [ 778, 208, 831, 228 ], [ 411, 227, 475, 247 ], [ 552, 227, 572, 247 ], [ 577, 227, 619, 247 ], [ 117, 259, 130, 279 ], [ 135, 259, 208, 279 ], [ 213, 259, 254, 279 ], [ 273, 259, 294, 279 ], [ 411, 259, 422, 279 ], [ 552, 259, 563, 279 ], [ 655, 259, 666, 279 ], [ 778, 259, 788, 279 ], [ 117, 292, 130, 312 ], [ 135, 292, 147, 312 ], [ 153, 292, 168, 312 ], [ 173, 292, 226, 312 ], [ 278, 292, 288, 312 ], [ 417, 292, 427, 312 ], [ 552, 292, 563, 312 ], [ 655, 292, 666, 312 ], [ 778, 292, 788, 312 ], [ 117, 311, 167, 331 ], [ 117, 344, 217, 364 ], [ 273, 344, 304, 364 ], [ 411, 344, 422, 364 ], [ 552, 344, 563, 364 ], [ 655, 344, 664, 361 ], [ 778, 344, 788, 364 ], [ 117, 363, 152, 383 ], [ 117, 395, 183, 415 ], [ 273, 395, 294, 415 ], [ 411, 395, 422, 415 ], [ 552, 395, 563, 415 ], [ 655, 395, 666, 415 ], [ 778, 395, 788, 415 ], [ 117, 414, 187, 434 ], [ 117, 434, 189, 454 ], [ 117, 466, 188, 486 ], [ 193, 466, 228, 486 ], [ 273, 466, 283, 486 ], [ 411, 466, 422, 486 ], [ 552, 466, 563, 486 ], [ 655, 466, 666, 486 ], [ 778, 466, 788, 486 ], [ 117, 499, 193, 519 ], [ 199, 499, 254, 519 ], [ 273, 499, 294, 519 ], [ 411, 499, 422, 519 ], [ 552, 499, 562, 518 ], [ 655, 499, 666, 519 ], [ 778, 499, 788, 519 ], [ 117, 518, 189, 538 ], [ 117, 550, 164, 570 ], [ 169, 550, 204, 570 ], [ 273, 550, 283, 570 ], [ 411, 550, 422, 570 ], [ 552, 550, 563, 570 ], [ 655, 550, 666, 570 ], [ 778, 550, 788, 570 ], [ 117, 583, 172, 603 ], [ 273, 583, 294, 603 ], [ 411, 583, 422, 603 ], [ 552, 583, 563, 603 ], [ 655, 583, 666, 603 ], [ 778, 583, 788, 603 ], [ 117, 602, 239, 622 ], [ 117, 621, 152, 641 ], [ 117, 654, 147, 674 ], [ 153, 654, 165, 674 ], [ 170, 654, 184, 674 ], [ 189, 654, 239, 674 ], [ 273, 654, 283, 674 ], [ 411, 654, 422, 674 ], [ 552, 654, 563, 674 ], [ 655, 654, 666, 674 ], [ 778, 654, 788, 674 ], [ 117, 673, 158, 693 ], [ 117, 705, 235, 725 ], [ 273, 705, 302, 725 ], [ 307, 705, 372, 725 ], [ 411, 705, 439, 724 ], [ 444, 705, 506, 724 ], [ 552, 705, 582, 725 ], [ 655, 705, 685, 725 ], [ 690, 705, 755, 725 ], [ 778, 705, 807, 725 ], [ 812, 705, 877, 725 ], [ 117, 724, 238, 744 ], [ 552, 724, 617, 744 ], [ 117, 744, 148, 764 ], [ 117, 763, 243, 783 ], [ 117, 782, 180, 802 ], [ 117, 814, 226, 834 ], [ 273, 814, 283, 834 ], [ 411, 814, 422, 834 ], [ 552, 814, 563, 834 ], [ 655, 814, 666, 834 ], [ 778, 814, 788, 834 ], [ 117, 834, 172, 854 ], [ 178, 834, 218, 854 ], [ 117, 866, 165, 886 ], [ 170, 866, 229, 886 ], [ 273, 866, 283, 886 ], [ 411, 866, 422, 886 ], [ 552, 866, 563, 886 ], [ 655, 866, 666, 886 ], [ 778, 866, 788, 886 ] ]
[ [ 117, 119, 219, 140 ], [ 225, 119, 325, 140 ], [ 117, 137, 137, 156 ], [ 142, 137, 216, 156 ], [ 221, 137, 301, 156 ], [ 306, 137, 332, 156 ], [ 337, 137, 394, 156 ], [ 399, 137, 455, 156 ], [ 460, 137, 652, 156 ], [ 117, 169, 187, 189 ], [ 273, 169, 361, 189 ], [ 273, 189, 332, 209 ], [ 337, 189, 364, 209 ], [ 273, 208, 336, 228 ], [ 411, 169, 465, 189 ], [ 470, 169, 486, 189 ], [ 411, 189, 503, 209 ], [ 509, 189, 524, 209 ], [ 453, 208, 484, 228 ], [ 411, 227, 475, 247 ], [ 552, 169, 594, 189 ], [ 552, 189, 612, 209 ], [ 552, 208, 615, 228 ], [ 552, 227, 572, 247 ], [ 577, 227, 619, 247 ], [ 655, 169, 697, 189 ], [ 702, 169, 752, 189 ], [ 655, 189, 733, 209 ], [ 738, 189, 758, 209 ], [ 655, 208, 697, 228 ], [ 778, 169, 831, 189 ], [ 836, 169, 852, 189 ], [ 778, 189, 862, 209 ], [ 778, 208, 831, 228 ], [ 117, 259, 130, 279 ], [ 135, 259, 208, 279 ], [ 213, 259, 254, 279 ], [ 273, 259, 294, 279 ], [ 411, 259, 422, 279 ], [ 552, 259, 563, 279 ], [ 655, 259, 666, 279 ], [ 778, 259, 788, 279 ], [ 117, 292, 130, 312 ], [ 135, 292, 147, 312 ], [ 153, 292, 168, 312 ], [ 173, 292, 226, 312 ], [ 117, 311, 167, 331 ], [ 278, 292, 288, 312 ], [ 417, 292, 427, 312 ], [ 552, 292, 563, 312 ], [ 655, 292, 666, 312 ], [ 778, 292, 788, 312 ], [ 117, 344, 217, 364 ], [ 117, 363, 152, 383 ], [ 273, 344, 304, 364 ], [ 411, 344, 422, 364 ], [ 552, 344, 563, 364 ], [ 655, 344, 664, 361 ], [ 778, 344, 788, 364 ], [ 117, 395, 183, 415 ], [ 117, 414, 187, 434 ], [ 117, 434, 189, 454 ], [ 273, 395, 294, 415 ], [ 411, 395, 422, 415 ], [ 552, 395, 563, 415 ], [ 655, 395, 666, 415 ], [ 778, 395, 788, 415 ], [ 117, 466, 188, 486 ], [ 193, 466, 228, 486 ], [ 273, 466, 283, 486 ], [ 411, 466, 422, 486 ], [ 552, 466, 563, 486 ], [ 655, 466, 666, 486 ], [ 778, 466, 788, 486 ], [ 117, 499, 193, 519 ], [ 199, 499, 254, 519 ], [ 117, 518, 189, 538 ], [ 273, 499, 294, 519 ], [ 411, 499, 422, 519 ], [ 552, 499, 562, 518 ], [ 655, 499, 666, 519 ], [ 778, 499, 788, 519 ], [ 117, 550, 164, 570 ], [ 169, 550, 204, 570 ], [ 273, 550, 283, 570 ], [ 411, 550, 422, 570 ], [ 552, 550, 563, 570 ], [ 655, 550, 666, 570 ], [ 778, 550, 788, 570 ], [ 117, 583, 172, 603 ], [ 117, 602, 239, 622 ], [ 117, 621, 152, 641 ], [ 273, 583, 294, 603 ], [ 411, 583, 422, 603 ], [ 552, 583, 563, 603 ], [ 655, 583, 666, 603 ], [ 778, 583, 788, 603 ], [ 117, 654, 147, 674 ], [ 153, 654, 165, 674 ], [ 170, 654, 184, 674 ], [ 189, 654, 239, 674 ], [ 117, 673, 158, 693 ], [ 273, 654, 283, 674 ], [ 411, 654, 422, 674 ], [ 552, 654, 563, 674 ], [ 655, 654, 666, 674 ], [ 778, 654, 788, 674 ], [ 117, 705, 235, 725 ], [ 117, 724, 238, 744 ], [ 117, 744, 148, 764 ], [ 117, 763, 243, 783 ], [ 117, 782, 180, 802 ], [ 273, 705, 302, 725 ], [ 307, 705, 372, 725 ], [ 411, 705, 439, 724 ], [ 444, 705, 506, 724 ], [ 552, 705, 582, 725 ], [ 552, 724, 617, 744 ], [ 655, 705, 685, 725 ], [ 690, 705, 755, 725 ], [ 778, 705, 807, 725 ], [ 812, 705, 877, 725 ], [ 117, 814, 226, 834 ], [ 117, 834, 172, 854 ], [ 178, 834, 218, 854 ], [ 273, 814, 283, 834 ], [ 411, 814, 422, 834 ], [ 552, 814, 563, 834 ], [ 655, 814, 666, 834 ], [ 778, 814, 788, 834 ], [ 117, 866, 165, 886 ], [ 170, 866, 229, 886 ], [ 273, 866, 283, 886 ], [ 411, 866, 422, 886 ], [ 552, 866, 563, 886 ], [ 655, 866, 666, 886 ], [ 778, 866, 788, 886 ] ]
LOCAL HUMAN RIGHTS COMMITTEE MINUTES November 13, 2014 The Roanoke Local Human Rights Committee met on November 13, 2014 at 3:00 pm at Goodwill Industries of the Valleys at 2502 Melrose Avenue, Roanoke, VA. Members Present Gloria Ferguson, New Summer Matics, New Vice Chair Joseph Kinchloe Nikki Corcoran Ann Patterson Members Absent None Affiliates Represented A New Inspiration Alleghany Highlands Community Services Nancy Curry – Austin Residential and Mental Health Support Services Rita Allen – Family Insight Heather Moor – Goodwill Industries of the Valleys Linda Edghill – It’s About Time, Inc Day Support & In Home Service Jessica King, Jessica James – Key Living Options, Inc. Daniel Key – Mainstream Mental Health Services, Inc Kristine Benson, Krista Mobley – Mountain River Counseling, LLC Brigid Hundley – New Choices Counseling, Inc. Roanoke Resource, LLC Celia McCauley-Wittl, Courtni Sandras – TransformED Support Services Virginia Home Based Counseling Services & Virginia Support Services Candace Berry – United Support Services, LLC Jessica Rill – Affiliates Not Represented Berry Mental Support Services Commonwealth Lifespan Services Betty Crance – Dominion Day Services Marvin Fields – Leumas Lighting Life. LLC Phoenix, LLC Youth Advocacy Programs (YAP) Others Present Dwayne Human Rights Advocate, DBHDS-OHR Jock Wedlowe, LHRC Administrative Support, Alleghany Highlands Community Services.
LOCAL HUMAN RIGHTS COMMITTEE MINUTES November 13, 2014 The Roanoke Local Human Rights Committee met on November 13, 2014 at 3:00 pm at Goodwill Industries of the Valleys at 2502 Melrose Avenue, Roanoke, VA. Members Present Gloria Ferguson, New Summer Matics, New Vice Chair Joseph Kinchloe Nikki Corcoran Ann Patterson Members Absent None Affiliates Represented A New Inspiration Alleghany Highlands Community Services – Nancy Curry Austin Residential and Mental Health Support Services – Rita Allen Family Insight – Heather Moor Goodwill Industries of the Valleys – Linda Edghill It’s About Time, Inc Day Support & In Home Service – Jessica King, Jessica James Key Living Options, Inc. – Daniel Key Mainstream Mental Health Services, Inc – Kristine Benson, Krista Mobley Mountain River Counseling, LLC – Brigid Hundley New Choices Counseling, Inc. Roanoke Resource, LLC – Celia McCauley-Wittl, Courtni Sandras TransformED Support Services Virginia Home Based Counseling Services & Virginia Support Services – Candace Berry United Support Services, LLC – Jessica Rill Affiliates Not Represented Berry Mental Support Services Commonwealth Lifespan Services – Betty Crance Dominion Day Services – Marvin Fields Leumas Lighting Life. LLC Phoenix, LLC Youth Advocacy Programs (YAP) Others Present Dwayne Human Rights Advocate, DBHDS-OHR Jock Wedlowe, LHRC Administrative Support, Alleghany Highlands Community Services.
0.760391
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 64, 62, 63, 65, 66, 67, 68, 69, 70, 71, 74, 72, 73, 75, 76, 79, 77, 78, 80, 81, 82, 83, 84, 87, 85, 86, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 102, 98, 99, 100, 101, 103, 104, 105, 106, 109, 107, 108, 110, 111, 112, 113, 114, 119, 115, 116, 117, 118, 120, 121, 122, 123, 126, 124, 125, 127, 128, 129, 130, 131, 132, 133, 138, 134, 135, 136, 137, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 153, 151, 152, 154, 155, 156, 157, 160, 158, 159, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 173, 171, 172, 174, 175, 176, 179, 177, 178, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205 ]
ohr-lhrc%20roanoke%20minutes%2011-14.docx
task-1608-671
0
[ [ 328, 88, 396, 109 ], [ 401, 88, 474, 109 ], [ 479, 88, 553, 109 ], [ 559, 88, 676, 109 ], [ 458, 106, 546, 127 ], [ 411, 141, 507, 162 ], [ 512, 141, 539, 162 ], [ 545, 141, 588, 162 ], [ 117, 175, 151, 196 ], [ 156, 175, 235, 196 ], [ 240, 175, 287, 196 ], [ 293, 175, 356, 196 ], [ 361, 175, 417, 196 ], [ 422, 175, 517, 196 ], [ 522, 175, 555, 196 ], [ 560, 175, 582, 196 ], [ 588, 175, 678, 196 ], [ 684, 175, 711, 196 ], [ 716, 175, 760, 196 ], [ 765, 175, 782, 196 ], [ 787, 175, 825, 196 ], [ 831, 175, 858, 196 ], [ 863, 175, 880, 196 ], [ 117, 193, 192, 214 ], [ 198, 193, 283, 214 ], [ 288, 193, 304, 214 ], [ 310, 193, 337, 214 ], [ 343, 193, 406, 214 ], [ 411, 193, 428, 214 ], [ 433, 193, 477, 214 ], [ 482, 193, 552, 214 ], [ 557, 193, 629, 214 ], [ 634, 193, 718, 214 ], [ 724, 193, 755, 214 ], [ 117, 228, 199, 249 ], [ 204, 228, 272, 249 ], [ 117, 245, 169, 266 ], [ 175, 245, 263, 266 ], [ 269, 245, 308, 266 ], [ 117, 263, 191, 283 ], [ 197, 263, 259, 283 ], [ 264, 263, 303, 283 ], [ 309, 263, 347, 283 ], [ 352, 263, 399, 283 ], [ 117, 280, 180, 301 ], [ 186, 280, 261, 301 ], [ 117, 297, 160, 318 ], [ 165, 297, 246, 318 ], [ 117, 315, 152, 336 ], [ 157, 315, 241, 336 ], [ 117, 350, 199, 370 ], [ 204, 350, 265, 370 ], [ 117, 367, 164, 388 ], [ 117, 402, 191, 423 ], [ 197, 402, 309, 423 ], [ 117, 419, 130, 440 ], [ 136, 419, 175, 440 ], [ 180, 419, 271, 440 ], [ 117, 437, 203, 458 ], [ 209, 437, 296, 458 ], [ 301, 437, 400, 458 ], [ 406, 437, 481, 458 ], [ 503, 437, 558, 458 ], [ 564, 437, 612, 458 ], [ 486, 439, 497, 456 ], [ 117, 454, 172, 475 ], [ 177, 454, 274, 475 ], [ 279, 454, 312, 475 ], [ 318, 454, 376, 475 ], [ 382, 454, 438, 475 ], [ 444, 454, 513, 475 ], [ 518, 454, 593, 475 ], [ 615, 454, 650, 475 ], [ 655, 454, 699, 475 ], [ 599, 457, 609, 474 ], [ 117, 472, 175, 492 ], [ 180, 472, 238, 492 ], [ 260, 472, 330, 492 ], [ 335, 472, 380, 492 ], [ 243, 474, 254, 491 ], [ 117, 489, 192, 510 ], [ 198, 489, 283, 510 ], [ 288, 489, 304, 510 ], [ 310, 489, 337, 510 ], [ 343, 489, 406, 510 ], [ 428, 489, 475, 510 ], [ 481, 489, 540, 510 ], [ 411, 492, 422, 509 ], [ 117, 506, 142, 527 ], [ 148, 506, 199, 527 ], [ 204, 506, 253, 527 ], [ 259, 506, 285, 527 ], [ 290, 506, 325, 527 ], [ 331, 506, 399, 527 ], [ 405, 506, 418, 527 ], [ 423, 506, 439, 527 ], [ 445, 506, 497, 527 ], [ 503, 506, 568, 527 ], [ 590, 506, 655, 527 ], [ 660, 506, 705, 527 ], [ 711, 506, 776, 527 ], [ 781, 506, 839, 527 ], [ 573, 509, 584, 526 ], [ 117, 524, 151, 545 ], [ 156, 524, 208, 545 ], [ 213, 524, 286, 545 ], [ 291, 524, 323, 545 ], [ 345, 524, 400, 545 ], [ 406, 524, 439, 545 ], [ 328, 526, 339, 543 ], [ 117, 541, 220, 562 ], [ 225, 541, 284, 562 ], [ 289, 541, 346, 562 ], [ 351, 541, 432, 562 ], [ 437, 541, 463, 562 ], [ 485, 541, 551, 562 ], [ 556, 541, 628, 562 ], [ 633, 541, 683, 562 ], [ 689, 541, 752, 562 ], [ 469, 544, 480, 561 ], [ 117, 559, 198, 580 ], [ 203, 559, 249, 580 ], [ 254, 559, 358, 580 ], [ 363, 559, 399, 580 ], [ 421, 559, 471, 580 ], [ 477, 559, 549, 580 ], [ 405, 561, 416, 578 ], [ 117, 576, 156, 597 ], [ 162, 576, 233, 597 ], [ 238, 576, 342, 597 ], [ 347, 576, 379, 597 ], [ 117, 594, 196, 614 ], [ 201, 594, 290, 614 ], [ 296, 594, 332, 614 ], [ 354, 594, 398, 614 ], [ 404, 594, 541, 614 ], [ 546, 594, 609, 614 ], [ 615, 594, 688, 614 ], [ 337, 596, 348, 613 ], [ 117, 611, 234, 632 ], [ 239, 611, 308, 632 ], [ 313, 611, 388, 632 ], [ 117, 628, 183, 649 ], [ 188, 628, 240, 649 ], [ 246, 628, 301, 649 ], [ 307, 628, 405, 649 ], [ 410, 628, 485, 649 ], [ 491, 628, 504, 649 ], [ 509, 628, 575, 649 ], [ 580, 628, 649, 649 ], [ 654, 628, 729, 649 ], [ 751, 628, 829, 649 ], [ 835, 628, 882, 649 ], [ 735, 631, 746, 648 ], [ 117, 646, 174, 667 ], [ 179, 646, 248, 667 ], [ 253, 646, 334, 667 ], [ 339, 646, 375, 667 ], [ 397, 646, 462, 667 ], [ 468, 646, 495, 667 ], [ 381, 648, 392, 665 ], [ 117, 681, 191, 702 ], [ 197, 681, 227, 702 ], [ 233, 681, 345, 702 ], [ 117, 698, 164, 719 ], [ 169, 698, 228, 719 ], [ 234, 698, 302, 719 ], [ 308, 698, 383, 719 ], [ 117, 716, 253, 736 ], [ 259, 716, 333, 736 ], [ 338, 716, 413, 736 ], [ 435, 716, 480, 736 ], [ 485, 716, 548, 736 ], [ 419, 718, 430, 735 ], [ 117, 733, 200, 754 ], [ 205, 733, 240, 754 ], [ 246, 733, 321, 754 ], [ 343, 733, 401, 754 ], [ 407, 733, 459, 754 ], [ 326, 736, 337, 752 ], [ 117, 750, 187, 771 ], [ 192, 750, 261, 771 ], [ 266, 750, 303, 771 ], [ 309, 750, 345, 771 ], [ 117, 768, 193, 789 ], [ 199, 768, 235, 789 ], [ 117, 785, 168, 806 ], [ 174, 785, 259, 806 ], [ 264, 785, 349, 806 ], [ 355, 785, 407, 806 ], [ 117, 820, 176, 841 ], [ 181, 820, 249, 841 ], [ 117, 838, 188, 858 ], [ 237, 838, 300, 858 ], [ 306, 838, 361, 858 ], [ 367, 838, 454, 858 ], [ 459, 838, 578, 858 ], [ 117, 855, 157, 876 ], [ 163, 855, 249, 876 ], [ 254, 855, 308, 876 ], [ 313, 855, 436, 876 ], [ 442, 855, 516, 876 ], [ 521, 855, 607, 876 ], [ 613, 855, 700, 876 ], [ 705, 855, 804, 876 ], [ 117, 872, 198, 893 ] ]
[ [ 328, 88, 396, 109 ], [ 401, 88, 474, 109 ], [ 479, 88, 553, 109 ], [ 559, 88, 676, 109 ], [ 458, 106, 546, 127 ], [ 411, 141, 507, 162 ], [ 512, 141, 539, 162 ], [ 545, 141, 588, 162 ], [ 117, 175, 151, 196 ], [ 156, 175, 235, 196 ], [ 240, 175, 287, 196 ], [ 293, 175, 356, 196 ], [ 361, 175, 417, 196 ], [ 422, 175, 517, 196 ], [ 522, 175, 555, 196 ], [ 560, 175, 582, 196 ], [ 588, 175, 678, 196 ], [ 684, 175, 711, 196 ], [ 716, 175, 760, 196 ], [ 765, 175, 782, 196 ], [ 787, 175, 825, 196 ], [ 831, 175, 858, 196 ], [ 863, 175, 880, 196 ], [ 117, 193, 192, 214 ], [ 198, 193, 283, 214 ], [ 288, 193, 304, 214 ], [ 310, 193, 337, 214 ], [ 343, 193, 406, 214 ], [ 411, 193, 428, 214 ], [ 433, 193, 477, 214 ], [ 482, 193, 552, 214 ], [ 557, 193, 629, 214 ], [ 634, 193, 718, 214 ], [ 724, 193, 755, 214 ], [ 117, 228, 199, 249 ], [ 204, 228, 272, 249 ], [ 117, 245, 169, 266 ], [ 175, 245, 263, 266 ], [ 269, 245, 308, 266 ], [ 117, 263, 191, 283 ], [ 197, 263, 259, 283 ], [ 264, 263, 303, 283 ], [ 309, 263, 347, 283 ], [ 352, 263, 399, 283 ], [ 117, 280, 180, 301 ], [ 186, 280, 261, 301 ], [ 117, 297, 160, 318 ], [ 165, 297, 246, 318 ], [ 117, 315, 152, 336 ], [ 157, 315, 241, 336 ], [ 117, 350, 199, 370 ], [ 204, 350, 265, 370 ], [ 117, 367, 164, 388 ], [ 117, 402, 191, 423 ], [ 197, 402, 309, 423 ], [ 117, 419, 130, 440 ], [ 136, 419, 175, 440 ], [ 180, 419, 271, 440 ], [ 117, 437, 203, 458 ], [ 209, 437, 296, 458 ], [ 301, 437, 400, 458 ], [ 406, 437, 481, 458 ], [ 486, 439, 497, 456 ], [ 503, 437, 558, 458 ], [ 564, 437, 612, 458 ], [ 117, 454, 172, 475 ], [ 177, 454, 274, 475 ], [ 279, 454, 312, 475 ], [ 318, 454, 376, 475 ], [ 382, 454, 438, 475 ], [ 444, 454, 513, 475 ], [ 518, 454, 593, 475 ], [ 599, 457, 609, 474 ], [ 615, 454, 650, 475 ], [ 655, 454, 699, 475 ], [ 117, 472, 175, 492 ], [ 180, 472, 238, 492 ], [ 243, 474, 254, 491 ], [ 260, 472, 330, 492 ], [ 335, 472, 380, 492 ], [ 117, 489, 192, 510 ], [ 198, 489, 283, 510 ], [ 288, 489, 304, 510 ], [ 310, 489, 337, 510 ], [ 343, 489, 406, 510 ], [ 411, 492, 422, 509 ], [ 428, 489, 475, 510 ], [ 481, 489, 540, 510 ], [ 117, 506, 142, 527 ], [ 148, 506, 199, 527 ], [ 204, 506, 253, 527 ], [ 259, 506, 285, 527 ], [ 290, 506, 325, 527 ], [ 331, 506, 399, 527 ], [ 405, 506, 418, 527 ], [ 423, 506, 439, 527 ], [ 445, 506, 497, 527 ], [ 503, 506, 568, 527 ], [ 573, 509, 584, 526 ], [ 590, 506, 655, 527 ], [ 660, 506, 705, 527 ], [ 711, 506, 776, 527 ], [ 781, 506, 839, 527 ], [ 117, 524, 151, 545 ], [ 156, 524, 208, 545 ], [ 213, 524, 286, 545 ], [ 291, 524, 323, 545 ], [ 328, 526, 339, 543 ], [ 345, 524, 400, 545 ], [ 406, 524, 439, 545 ], [ 117, 541, 220, 562 ], [ 225, 541, 284, 562 ], [ 289, 541, 346, 562 ], [ 351, 541, 432, 562 ], [ 437, 541, 463, 562 ], [ 469, 544, 480, 561 ], [ 485, 541, 551, 562 ], [ 556, 541, 628, 562 ], [ 633, 541, 683, 562 ], [ 689, 541, 752, 562 ], [ 117, 559, 198, 580 ], [ 203, 559, 249, 580 ], [ 254, 559, 358, 580 ], [ 363, 559, 399, 580 ], [ 405, 561, 416, 578 ], [ 421, 559, 471, 580 ], [ 477, 559, 549, 580 ], [ 117, 576, 156, 597 ], [ 162, 576, 233, 597 ], [ 238, 576, 342, 597 ], [ 347, 576, 379, 597 ], [ 117, 594, 196, 614 ], [ 201, 594, 290, 614 ], [ 296, 594, 332, 614 ], [ 337, 596, 348, 613 ], [ 354, 594, 398, 614 ], [ 404, 594, 541, 614 ], [ 546, 594, 609, 614 ], [ 615, 594, 688, 614 ], [ 117, 611, 234, 632 ], [ 239, 611, 308, 632 ], [ 313, 611, 388, 632 ], [ 117, 628, 183, 649 ], [ 188, 628, 240, 649 ], [ 246, 628, 301, 649 ], [ 307, 628, 405, 649 ], [ 410, 628, 485, 649 ], [ 491, 628, 504, 649 ], [ 509, 628, 575, 649 ], [ 580, 628, 649, 649 ], [ 654, 628, 729, 649 ], [ 735, 631, 746, 648 ], [ 751, 628, 829, 649 ], [ 835, 628, 882, 649 ], [ 117, 646, 174, 667 ], [ 179, 646, 248, 667 ], [ 253, 646, 334, 667 ], [ 339, 646, 375, 667 ], [ 381, 648, 392, 665 ], [ 397, 646, 462, 667 ], [ 468, 646, 495, 667 ], [ 117, 681, 191, 702 ], [ 197, 681, 227, 702 ], [ 233, 681, 345, 702 ], [ 117, 698, 164, 719 ], [ 169, 698, 228, 719 ], [ 234, 698, 302, 719 ], [ 308, 698, 383, 719 ], [ 117, 716, 253, 736 ], [ 259, 716, 333, 736 ], [ 338, 716, 413, 736 ], [ 419, 718, 430, 735 ], [ 435, 716, 480, 736 ], [ 485, 716, 548, 736 ], [ 117, 733, 200, 754 ], [ 205, 733, 240, 754 ], [ 246, 733, 321, 754 ], [ 326, 736, 337, 752 ], [ 343, 733, 401, 754 ], [ 407, 733, 459, 754 ], [ 117, 750, 187, 771 ], [ 192, 750, 261, 771 ], [ 266, 750, 303, 771 ], [ 309, 750, 345, 771 ], [ 117, 768, 193, 789 ], [ 199, 768, 235, 789 ], [ 117, 785, 168, 806 ], [ 174, 785, 259, 806 ], [ 264, 785, 349, 806 ], [ 355, 785, 407, 806 ], [ 117, 820, 176, 841 ], [ 181, 820, 249, 841 ], [ 117, 838, 188, 858 ], [ 237, 838, 300, 858 ], [ 306, 838, 361, 858 ], [ 367, 838, 454, 858 ], [ 459, 838, 578, 858 ], [ 117, 855, 157, 876 ], [ 163, 855, 249, 876 ], [ 254, 855, 308, 876 ], [ 313, 855, 436, 876 ], [ 442, 855, 516, 876 ], [ 521, 855, 607, 876 ], [ 613, 855, 700, 876 ], [ 705, 855, 804, 876 ], [ 117, 872, 198, 893 ] ]
bears the onus of proving that the reason alleged in the complaint was not a substantial reason for the conduct. S. 78E(3) amended by No. 68/2009 s. 97(Sch. item 90.20). (3) It is a defence to a proceeding for a contravention of section 78A or 78C if the accused proves that— conduct was reasonable in the circumstances; and S. 78E(3)(b) amended by No. 67/2013 s. 649(Sch. 9 item 25(4)). substantial reason for the conduct was to comply with the requirements of this Act or with the Workplace Injury Rehabilitation and Compensation Act 2013. (4) The making of an order in a proceeding for a contravention of section 78A does not prevent the bringing of a proceeding for an offence against section 76 in respect of the same conduct. (5) If the Industrial Division of the Magistrates' Court makes an order under section 78D in a proceeding for a contravention of section 78A, the court cannot make an order under section 78 in a proceeding for an offence against section 76 in respect of the same conduct. (6) If the court makes an order under section 78 in a proceeding for an offence against section 76, the Industrial Division of the Magistrates' Court cannot make an order under section 78D in a proceeding for a contravention of section 78A in respect of the same conduct. s. 78E
bears the onus of proving that the reason alleged in the complaint was not a substantial reason for the conduct. S. 78E(3) amended by No. 68/2009 s. 97(Sch. item 90.20). (3) It is a defence to a proceeding for a contravention of section 78A or 78C if the accused proves that— conduct was reasonable in the circumstances; and S. 78E(3)(b) amended by No. 67/2013 s. 649(Sch. 9 item 25(4)). substantial reason for the conduct was to comply with the requirements of this Act or with the Workplace Injury Rehabilitation and Compensation Act 2013. (4) The making of an order in a proceeding for a contravention of section 78A does not prevent the bringing of a proceeding for an offence against section 76 in respect of the same conduct. (5) If the Industrial Division of the Magistrates' Court makes an order under section 78D in a proceeding for a contravention of section 78A, the court cannot make an order under section 78 in a proceeding for an offence against section 76 in respect of the same conduct. (6) If the court makes an order under section 78 in a proceeding for an offence against section 76, the Industrial Division of the Magistrates' Court cannot make an order under section 78D in a proceeding for a contravention of section 78A in respect of the same conduct. s. 78E
1
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225 ]
OHS-Act-2004.docx
task-1608-779
107
[ [ 352, 268, 394, 287 ], [ 399, 268, 424, 287 ], [ 429, 268, 467, 287 ], [ 472, 268, 489, 287 ], [ 494, 268, 557, 287 ], [ 562, 268, 592, 287 ], [ 597, 268, 622, 287 ], [ 627, 268, 679, 287 ], [ 684, 268, 742, 287 ], [ 352, 285, 368, 304 ], [ 373, 285, 397, 304 ], [ 402, 285, 483, 304 ], [ 488, 285, 519, 304 ], [ 524, 285, 550, 304 ], [ 555, 285, 564, 304 ], [ 569, 285, 655, 304 ], [ 660, 285, 713, 304 ], [ 718, 285, 741, 304 ], [ 352, 301, 377, 320 ], [ 382, 301, 450, 320 ], [ 238, 325, 249, 338 ], [ 251, 325, 288, 338 ], [ 290, 325, 344, 338 ], [ 346, 325, 360, 338 ], [ 362, 325, 382, 338 ], [ 384, 325, 428, 338 ], [ 430, 325, 440, 338 ], [ 442, 325, 485, 338 ], [ 487, 325, 512, 338 ], [ 514, 325, 551, 338 ], [ 319, 343, 342, 362 ], [ 352, 343, 364, 362 ], [ 369, 343, 383, 362 ], [ 388, 343, 397, 362 ], [ 402, 343, 464, 362 ], [ 469, 343, 485, 362 ], [ 490, 343, 499, 362 ], [ 504, 343, 593, 362 ], [ 598, 343, 622, 362 ], [ 627, 343, 636, 362 ], [ 641, 343, 752, 362 ], [ 352, 359, 369, 378 ], [ 374, 359, 431, 378 ], [ 436, 359, 470, 378 ], [ 476, 359, 492, 378 ], [ 497, 359, 531, 378 ], [ 536, 359, 548, 378 ], [ 553, 359, 578, 378 ], [ 583, 359, 647, 378 ], [ 652, 359, 705, 378 ], [ 710, 359, 761, 377 ], [ 415, 383, 479, 402 ], [ 484, 383, 515, 402 ], [ 520, 383, 606, 402 ], [ 611, 383, 627, 402 ], [ 632, 383, 656, 402 ], [ 395, 399, 514, 418 ], [ 519, 399, 548, 418 ], [ 238, 423, 249, 436 ], [ 251, 423, 302, 436 ], [ 304, 423, 358, 436 ], [ 360, 423, 375, 436 ], [ 377, 423, 397, 436 ], [ 399, 423, 443, 436 ], [ 445, 423, 455, 436 ], [ 457, 423, 506, 436 ], [ 508, 423, 516, 436 ], [ 518, 423, 543, 436 ], [ 545, 423, 580, 436 ], [ 399, 441, 485, 460 ], [ 490, 441, 543, 460 ], [ 548, 441, 571, 460 ], [ 576, 441, 601, 460 ], [ 606, 441, 670, 460 ], [ 675, 441, 706, 460 ], [ 711, 441, 727, 460 ], [ 395, 457, 455, 476 ], [ 460, 457, 496, 476 ], [ 501, 457, 526, 476 ], [ 531, 457, 636, 476 ], [ 641, 457, 658, 476 ], [ 663, 457, 692, 476 ], [ 697, 457, 726, 476 ], [ 731, 457, 748, 476 ], [ 395, 473, 431, 492 ], [ 436, 473, 460, 492 ], [ 465, 473, 560, 493 ], [ 565, 473, 621, 493 ], [ 626, 473, 749, 493 ], [ 395, 490, 427, 510 ], [ 432, 490, 557, 510 ], [ 562, 490, 592, 510 ], [ 597, 490, 642, 509 ], [ 319, 513, 342, 532 ], [ 352, 513, 383, 532 ], [ 388, 513, 449, 532 ], [ 454, 513, 470, 532 ], [ 476, 513, 495, 532 ], [ 500, 513, 542, 532 ], [ 547, 513, 563, 532 ], [ 568, 513, 577, 532 ], [ 582, 513, 671, 532 ], [ 676, 513, 700, 532 ], [ 705, 513, 714, 532 ], [ 352, 530, 463, 549 ], [ 468, 530, 484, 549 ], [ 489, 530, 547, 549 ], [ 552, 530, 586, 549 ], [ 591, 530, 628, 549 ], [ 633, 530, 659, 549 ], [ 664, 530, 724, 549 ], [ 729, 530, 754, 549 ], [ 352, 546, 420, 565 ], [ 425, 546, 442, 565 ], [ 447, 546, 456, 565 ], [ 461, 546, 550, 565 ], [ 556, 546, 579, 565 ], [ 584, 546, 603, 565 ], [ 608, 546, 668, 565 ], [ 674, 546, 731, 565 ], [ 352, 562, 409, 581 ], [ 414, 562, 434, 581 ], [ 439, 562, 455, 581 ], [ 460, 562, 517, 581 ], [ 522, 562, 539, 581 ], [ 544, 562, 568, 581 ], [ 573, 562, 615, 581 ], [ 620, 562, 689, 581 ], [ 319, 586, 342, 605 ], [ 352, 586, 365, 605 ], [ 370, 586, 395, 605 ], [ 400, 586, 477, 605 ], [ 482, 586, 552, 605 ], [ 557, 586, 573, 605 ], [ 578, 586, 603, 605 ], [ 608, 586, 706, 605 ], [ 711, 586, 757, 605 ], [ 352, 602, 403, 621 ], [ 408, 602, 427, 621 ], [ 432, 602, 475, 621 ], [ 480, 602, 526, 621 ], [ 531, 602, 588, 621 ], [ 593, 602, 628, 621 ], [ 633, 602, 648, 621 ], [ 653, 602, 662, 621 ], [ 667, 602, 757, 621 ], [ 352, 619, 375, 638 ], [ 380, 619, 389, 638 ], [ 394, 619, 505, 638 ], [ 510, 619, 527, 638 ], [ 532, 619, 589, 638 ], [ 594, 619, 634, 638 ], [ 639, 619, 663, 638 ], [ 668, 619, 710, 638 ], [ 352, 635, 406, 654 ], [ 411, 635, 454, 654 ], [ 459, 635, 478, 654 ], [ 483, 635, 526, 654 ], [ 531, 635, 577, 654 ], [ 582, 635, 639, 654 ], [ 644, 635, 664, 654 ], [ 669, 635, 685, 654 ], [ 690, 635, 699, 654 ], [ 352, 651, 441, 670 ], [ 446, 651, 470, 670 ], [ 475, 651, 494, 670 ], [ 499, 651, 559, 670 ], [ 564, 651, 621, 670 ], [ 626, 651, 683, 670 ], [ 689, 651, 709, 670 ], [ 714, 651, 729, 670 ], [ 352, 668, 409, 687 ], [ 414, 668, 431, 687 ], [ 436, 668, 460, 687 ], [ 465, 668, 507, 687 ], [ 512, 668, 581, 687 ], [ 319, 691, 342, 710 ], [ 352, 691, 365, 710 ], [ 370, 691, 395, 710 ], [ 400, 691, 441, 710 ], [ 446, 691, 498, 710 ], [ 503, 691, 522, 710 ], [ 527, 691, 569, 710 ], [ 574, 691, 620, 710 ], [ 625, 691, 682, 710 ], [ 687, 691, 708, 710 ], [ 713, 691, 728, 710 ], [ 733, 691, 742, 710 ], [ 352, 708, 441, 727 ], [ 446, 708, 470, 727 ], [ 475, 708, 494, 727 ], [ 499, 708, 559, 727 ], [ 564, 708, 621, 727 ], [ 626, 708, 683, 727 ], [ 689, 708, 714, 727 ], [ 719, 708, 743, 727 ], [ 352, 724, 429, 743 ], [ 434, 724, 503, 743 ], [ 509, 724, 525, 743 ], [ 530, 724, 555, 743 ], [ 560, 724, 658, 743 ], [ 663, 724, 708, 743 ], [ 352, 741, 406, 760 ], [ 411, 741, 454, 760 ], [ 459, 741, 478, 760 ], [ 483, 741, 526, 760 ], [ 531, 741, 577, 760 ], [ 582, 741, 639, 760 ], [ 644, 741, 679, 760 ], [ 684, 741, 699, 760 ], [ 704, 741, 713, 760 ], [ 352, 757, 441, 776 ], [ 446, 757, 470, 776 ], [ 475, 757, 484, 776 ], [ 489, 757, 600, 776 ], [ 605, 757, 621, 776 ], [ 627, 757, 684, 776 ], [ 689, 757, 723, 776 ], [ 728, 757, 744, 776 ], [ 352, 773, 409, 792 ], [ 414, 773, 431, 792 ], [ 436, 773, 460, 792 ], [ 465, 773, 507, 792 ], [ 512, 773, 581, 792 ], [ 245, 792, 255, 809 ], [ 258, 792, 285, 809 ] ]
[ [ 352, 268, 394, 287 ], [ 399, 268, 424, 287 ], [ 429, 268, 467, 287 ], [ 472, 268, 489, 287 ], [ 494, 268, 557, 287 ], [ 562, 268, 592, 287 ], [ 597, 268, 622, 287 ], [ 627, 268, 679, 287 ], [ 684, 268, 742, 287 ], [ 352, 285, 368, 304 ], [ 373, 285, 397, 304 ], [ 402, 285, 483, 304 ], [ 488, 285, 519, 304 ], [ 524, 285, 550, 304 ], [ 555, 285, 564, 304 ], [ 569, 285, 655, 304 ], [ 660, 285, 713, 304 ], [ 718, 285, 741, 304 ], [ 352, 301, 377, 320 ], [ 382, 301, 450, 320 ], [ 238, 325, 249, 338 ], [ 251, 325, 288, 338 ], [ 290, 325, 344, 338 ], [ 346, 325, 360, 338 ], [ 362, 325, 382, 338 ], [ 384, 325, 428, 338 ], [ 430, 325, 440, 338 ], [ 442, 325, 485, 338 ], [ 487, 325, 512, 338 ], [ 514, 325, 551, 338 ], [ 319, 343, 342, 362 ], [ 352, 343, 364, 362 ], [ 369, 343, 383, 362 ], [ 388, 343, 397, 362 ], [ 402, 343, 464, 362 ], [ 469, 343, 485, 362 ], [ 490, 343, 499, 362 ], [ 504, 343, 593, 362 ], [ 598, 343, 622, 362 ], [ 627, 343, 636, 362 ], [ 641, 343, 752, 362 ], [ 352, 359, 369, 378 ], [ 374, 359, 431, 378 ], [ 436, 359, 470, 378 ], [ 476, 359, 492, 378 ], [ 497, 359, 531, 378 ], [ 536, 359, 548, 378 ], [ 553, 359, 578, 378 ], [ 583, 359, 647, 378 ], [ 652, 359, 705, 378 ], [ 710, 359, 761, 377 ], [ 415, 383, 479, 402 ], [ 484, 383, 515, 402 ], [ 520, 383, 606, 402 ], [ 611, 383, 627, 402 ], [ 632, 383, 656, 402 ], [ 395, 399, 514, 418 ], [ 519, 399, 548, 418 ], [ 238, 423, 249, 436 ], [ 251, 423, 302, 436 ], [ 304, 423, 358, 436 ], [ 360, 423, 375, 436 ], [ 377, 423, 397, 436 ], [ 399, 423, 443, 436 ], [ 445, 423, 455, 436 ], [ 457, 423, 506, 436 ], [ 508, 423, 516, 436 ], [ 518, 423, 543, 436 ], [ 545, 423, 580, 436 ], [ 399, 441, 485, 460 ], [ 490, 441, 543, 460 ], [ 548, 441, 571, 460 ], [ 576, 441, 601, 460 ], [ 606, 441, 670, 460 ], [ 675, 441, 706, 460 ], [ 711, 441, 727, 460 ], [ 395, 457, 455, 476 ], [ 460, 457, 496, 476 ], [ 501, 457, 526, 476 ], [ 531, 457, 636, 476 ], [ 641, 457, 658, 476 ], [ 663, 457, 692, 476 ], [ 697, 457, 726, 476 ], [ 731, 457, 748, 476 ], [ 395, 473, 431, 492 ], [ 436, 473, 460, 492 ], [ 465, 473, 560, 493 ], [ 565, 473, 621, 493 ], [ 626, 473, 749, 493 ], [ 395, 490, 427, 510 ], [ 432, 490, 557, 510 ], [ 562, 490, 592, 510 ], [ 597, 490, 642, 509 ], [ 319, 513, 342, 532 ], [ 352, 513, 383, 532 ], [ 388, 513, 449, 532 ], [ 454, 513, 470, 532 ], [ 476, 513, 495, 532 ], [ 500, 513, 542, 532 ], [ 547, 513, 563, 532 ], [ 568, 513, 577, 532 ], [ 582, 513, 671, 532 ], [ 676, 513, 700, 532 ], [ 705, 513, 714, 532 ], [ 352, 530, 463, 549 ], [ 468, 530, 484, 549 ], [ 489, 530, 547, 549 ], [ 552, 530, 586, 549 ], [ 591, 530, 628, 549 ], [ 633, 530, 659, 549 ], [ 664, 530, 724, 549 ], [ 729, 530, 754, 549 ], [ 352, 546, 420, 565 ], [ 425, 546, 442, 565 ], [ 447, 546, 456, 565 ], [ 461, 546, 550, 565 ], [ 556, 546, 579, 565 ], [ 584, 546, 603, 565 ], [ 608, 546, 668, 565 ], [ 674, 546, 731, 565 ], [ 352, 562, 409, 581 ], [ 414, 562, 434, 581 ], [ 439, 562, 455, 581 ], [ 460, 562, 517, 581 ], [ 522, 562, 539, 581 ], [ 544, 562, 568, 581 ], [ 573, 562, 615, 581 ], [ 620, 562, 689, 581 ], [ 319, 586, 342, 605 ], [ 352, 586, 365, 605 ], [ 370, 586, 395, 605 ], [ 400, 586, 477, 605 ], [ 482, 586, 552, 605 ], [ 557, 586, 573, 605 ], [ 578, 586, 603, 605 ], [ 608, 586, 706, 605 ], [ 711, 586, 757, 605 ], [ 352, 602, 403, 621 ], [ 408, 602, 427, 621 ], [ 432, 602, 475, 621 ], [ 480, 602, 526, 621 ], [ 531, 602, 588, 621 ], [ 593, 602, 628, 621 ], [ 633, 602, 648, 621 ], [ 653, 602, 662, 621 ], [ 667, 602, 757, 621 ], [ 352, 619, 375, 638 ], [ 380, 619, 389, 638 ], [ 394, 619, 505, 638 ], [ 510, 619, 527, 638 ], [ 532, 619, 589, 638 ], [ 594, 619, 634, 638 ], [ 639, 619, 663, 638 ], [ 668, 619, 710, 638 ], [ 352, 635, 406, 654 ], [ 411, 635, 454, 654 ], [ 459, 635, 478, 654 ], [ 483, 635, 526, 654 ], [ 531, 635, 577, 654 ], [ 582, 635, 639, 654 ], [ 644, 635, 664, 654 ], [ 669, 635, 685, 654 ], [ 690, 635, 699, 654 ], [ 352, 651, 441, 670 ], [ 446, 651, 470, 670 ], [ 475, 651, 494, 670 ], [ 499, 651, 559, 670 ], [ 564, 651, 621, 670 ], [ 626, 651, 683, 670 ], [ 689, 651, 709, 670 ], [ 714, 651, 729, 670 ], [ 352, 668, 409, 687 ], [ 414, 668, 431, 687 ], [ 436, 668, 460, 687 ], [ 465, 668, 507, 687 ], [ 512, 668, 581, 687 ], [ 319, 691, 342, 710 ], [ 352, 691, 365, 710 ], [ 370, 691, 395, 710 ], [ 400, 691, 441, 710 ], [ 446, 691, 498, 710 ], [ 503, 691, 522, 710 ], [ 527, 691, 569, 710 ], [ 574, 691, 620, 710 ], [ 625, 691, 682, 710 ], [ 687, 691, 708, 710 ], [ 713, 691, 728, 710 ], [ 733, 691, 742, 710 ], [ 352, 708, 441, 727 ], [ 446, 708, 470, 727 ], [ 475, 708, 494, 727 ], [ 499, 708, 559, 727 ], [ 564, 708, 621, 727 ], [ 626, 708, 683, 727 ], [ 689, 708, 714, 727 ], [ 719, 708, 743, 727 ], [ 352, 724, 429, 743 ], [ 434, 724, 503, 743 ], [ 509, 724, 525, 743 ], [ 530, 724, 555, 743 ], [ 560, 724, 658, 743 ], [ 663, 724, 708, 743 ], [ 352, 741, 406, 760 ], [ 411, 741, 454, 760 ], [ 459, 741, 478, 760 ], [ 483, 741, 526, 760 ], [ 531, 741, 577, 760 ], [ 582, 741, 639, 760 ], [ 644, 741, 679, 760 ], [ 684, 741, 699, 760 ], [ 704, 741, 713, 760 ], [ 352, 757, 441, 776 ], [ 446, 757, 470, 776 ], [ 475, 757, 484, 776 ], [ 489, 757, 600, 776 ], [ 605, 757, 621, 776 ], [ 627, 757, 684, 776 ], [ 689, 757, 723, 776 ], [ 728, 757, 744, 776 ], [ 352, 773, 409, 792 ], [ 414, 773, 431, 792 ], [ 436, 773, 460, 792 ], [ 465, 773, 507, 792 ], [ 512, 773, 581, 792 ], [ 245, 792, 255, 809 ], [ 258, 792, 285, 809 ] ]
s. 175 The Governor in Council may make regulations in relation to any matters of a transitional nature that may arise out of the enactment of this Act, the repeal of the old Act or amendments made by this Act. S. 177 inserted by No. 34/2009 s. 7. 177 Proceedings for contravention of section 78A or 78C A proceeding for a contravention of section 78A or 78C must not be brought in respect of conduct that occurred before the commencement of section 6 of the Occupational Health and Safety Amendment (Employee Protection) Act 2009. __________________ Part 15 (Heading and ss 177–186) amended by No. 31/2005 s. 38, repealed by No. 28/2007 s. 3(Sch. item 48). * * * * * s. 178 ENDNOTES
s. 175 The Governor in Council may make regulations in relation to any matters of a transitional nature that may arise out of the enactment of this Act, the repeal of the old Act or amendments made by this Act. S. 177 inserted by No. 34/2009 s. 7. 177 Proceedings for contravention of section 78A or 78C A proceeding for a contravention of section 78A or 78C must not be brought in respect of conduct that occurred before the commencement of section 6 of the Occupational Health and Safety Amendment (Employee Protection) Act 2009. __________________ Part 15 (Heading and ss 177–186) amended by No. 31/2005 s. 38, repealed by No. 28/2007 s. 3(Sch. item 48). * * * * * s. 178 ENDNOTES
1
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122 ]
OHS-Act-2004.docx
task-1608-779
206
[ [ 245, 269, 255, 285 ], [ 258, 269, 282, 285 ], [ 352, 291, 383, 310 ], [ 388, 291, 465, 310 ], [ 470, 291, 486, 310 ], [ 491, 291, 555, 310 ], [ 560, 291, 595, 310 ], [ 600, 291, 643, 310 ], [ 648, 291, 738, 310 ], [ 743, 291, 759, 310 ], [ 352, 308, 413, 327 ], [ 418, 308, 434, 327 ], [ 439, 308, 468, 327 ], [ 473, 308, 532, 327 ], [ 538, 308, 554, 327 ], [ 559, 308, 568, 327 ], [ 573, 308, 664, 327 ], [ 669, 308, 719, 327 ], [ 724, 308, 754, 327 ], [ 352, 324, 387, 343 ], [ 392, 324, 430, 343 ], [ 435, 324, 460, 343 ], [ 465, 324, 482, 343 ], [ 487, 324, 512, 343 ], [ 517, 324, 600, 343 ], [ 605, 324, 621, 343 ], [ 626, 324, 656, 343 ], [ 661, 324, 695, 343 ], [ 700, 324, 724, 343 ], [ 352, 340, 401, 359 ], [ 406, 340, 423, 359 ], [ 428, 340, 453, 359 ], [ 458, 340, 483, 359 ], [ 488, 340, 517, 359 ], [ 522, 340, 539, 359 ], [ 544, 340, 646, 359 ], [ 651, 340, 695, 359 ], [ 700, 340, 720, 359 ], [ 725, 340, 754, 359 ], [ 352, 357, 386, 376 ], [ 238, 381, 249, 394 ], [ 251, 381, 272, 394 ], [ 274, 381, 321, 394 ], [ 323, 381, 337, 394 ], [ 340, 381, 359, 394 ], [ 362, 381, 405, 394 ], [ 407, 381, 417, 394 ], [ 419, 381, 430, 394 ], [ 264, 398, 295, 418 ], [ 309, 398, 413, 418 ], [ 418, 398, 444, 418 ], [ 449, 398, 569, 418 ], [ 574, 398, 590, 418 ], [ 595, 398, 655, 418 ], [ 660, 398, 694, 418 ], [ 699, 398, 718, 418 ], [ 723, 398, 758, 418 ], [ 352, 422, 366, 441 ], [ 371, 422, 461, 441 ], [ 466, 422, 490, 441 ], [ 495, 422, 503, 441 ], [ 509, 422, 619, 441 ], [ 624, 422, 641, 441 ], [ 646, 422, 703, 441 ], [ 708, 422, 743, 441 ], [ 352, 438, 369, 457 ], [ 374, 438, 407, 457 ], [ 412, 438, 452, 457 ], [ 457, 438, 482, 457 ], [ 487, 438, 506, 457 ], [ 511, 438, 574, 457 ], [ 579, 438, 595, 457 ], [ 600, 438, 657, 457 ], [ 662, 438, 679, 457 ], [ 684, 438, 747, 457 ], [ 352, 455, 382, 474 ], [ 387, 455, 458, 474 ], [ 463, 455, 514, 474 ], [ 519, 455, 544, 474 ], [ 549, 455, 676, 474 ], [ 681, 455, 698, 474 ], [ 352, 471, 409, 490 ], [ 414, 471, 424, 490 ], [ 429, 471, 446, 490 ], [ 451, 471, 476, 490 ], [ 481, 471, 596, 491 ], [ 601, 471, 659, 491 ], [ 664, 471, 697, 491 ], [ 702, 471, 755, 491 ], [ 352, 488, 458, 507 ], [ 463, 488, 555, 507 ], [ 560, 488, 656, 507 ], [ 661, 488, 691, 507 ], [ 696, 488, 742, 506 ], [ 409, 511, 590, 530 ], [ 238, 538, 261, 551 ], [ 263, 538, 277, 551 ], [ 279, 538, 331, 551 ], [ 333, 538, 355, 551 ], [ 357, 538, 371, 551 ], [ 373, 538, 424, 551 ], [ 426, 538, 480, 551 ], [ 482, 538, 497, 551 ], [ 499, 538, 519, 551 ], [ 521, 538, 565, 551 ], [ 567, 538, 577, 551 ], [ 579, 538, 596, 551 ], [ 598, 538, 647, 551 ], [ 649, 538, 664, 551 ], [ 666, 538, 686, 551 ], [ 688, 538, 732, 551 ], [ 238, 549, 248, 562 ], [ 250, 549, 286, 562 ], [ 288, 549, 313, 562 ], [ 315, 549, 336, 562 ], [ 347, 567, 357, 586 ], [ 442, 567, 452, 586 ], [ 537, 567, 547, 586 ], [ 632, 567, 642, 586 ], [ 728, 567, 738, 586 ], [ 245, 706, 255, 723 ], [ 258, 706, 282, 723 ], [ 449, 787, 550, 805 ] ]
[ [ 245, 269, 255, 285 ], [ 258, 269, 282, 285 ], [ 352, 291, 383, 310 ], [ 388, 291, 465, 310 ], [ 470, 291, 486, 310 ], [ 491, 291, 555, 310 ], [ 560, 291, 595, 310 ], [ 600, 291, 643, 310 ], [ 648, 291, 738, 310 ], [ 743, 291, 759, 310 ], [ 352, 308, 413, 327 ], [ 418, 308, 434, 327 ], [ 439, 308, 468, 327 ], [ 473, 308, 532, 327 ], [ 538, 308, 554, 327 ], [ 559, 308, 568, 327 ], [ 573, 308, 664, 327 ], [ 669, 308, 719, 327 ], [ 724, 308, 754, 327 ], [ 352, 324, 387, 343 ], [ 392, 324, 430, 343 ], [ 435, 324, 460, 343 ], [ 465, 324, 482, 343 ], [ 487, 324, 512, 343 ], [ 517, 324, 600, 343 ], [ 605, 324, 621, 343 ], [ 626, 324, 656, 343 ], [ 661, 324, 695, 343 ], [ 700, 324, 724, 343 ], [ 352, 340, 401, 359 ], [ 406, 340, 423, 359 ], [ 428, 340, 453, 359 ], [ 458, 340, 483, 359 ], [ 488, 340, 517, 359 ], [ 522, 340, 539, 359 ], [ 544, 340, 646, 359 ], [ 651, 340, 695, 359 ], [ 700, 340, 720, 359 ], [ 725, 340, 754, 359 ], [ 352, 357, 386, 376 ], [ 238, 381, 249, 394 ], [ 251, 381, 272, 394 ], [ 274, 381, 321, 394 ], [ 323, 381, 337, 394 ], [ 340, 381, 359, 394 ], [ 362, 381, 405, 394 ], [ 407, 381, 417, 394 ], [ 419, 381, 430, 394 ], [ 264, 398, 295, 418 ], [ 309, 398, 413, 418 ], [ 418, 398, 444, 418 ], [ 449, 398, 569, 418 ], [ 574, 398, 590, 418 ], [ 595, 398, 655, 418 ], [ 660, 398, 694, 418 ], [ 699, 398, 718, 418 ], [ 723, 398, 758, 418 ], [ 352, 422, 366, 441 ], [ 371, 422, 461, 441 ], [ 466, 422, 490, 441 ], [ 495, 422, 503, 441 ], [ 509, 422, 619, 441 ], [ 624, 422, 641, 441 ], [ 646, 422, 703, 441 ], [ 708, 422, 743, 441 ], [ 352, 438, 369, 457 ], [ 374, 438, 407, 457 ], [ 412, 438, 452, 457 ], [ 457, 438, 482, 457 ], [ 487, 438, 506, 457 ], [ 511, 438, 574, 457 ], [ 579, 438, 595, 457 ], [ 600, 438, 657, 457 ], [ 662, 438, 679, 457 ], [ 684, 438, 747, 457 ], [ 352, 455, 382, 474 ], [ 387, 455, 458, 474 ], [ 463, 455, 514, 474 ], [ 519, 455, 544, 474 ], [ 549, 455, 676, 474 ], [ 681, 455, 698, 474 ], [ 352, 471, 409, 490 ], [ 414, 471, 424, 490 ], [ 429, 471, 446, 490 ], [ 451, 471, 476, 490 ], [ 481, 471, 596, 491 ], [ 601, 471, 659, 491 ], [ 664, 471, 697, 491 ], [ 702, 471, 755, 491 ], [ 352, 488, 458, 507 ], [ 463, 488, 555, 507 ], [ 560, 488, 656, 507 ], [ 661, 488, 691, 507 ], [ 696, 488, 742, 506 ], [ 409, 511, 590, 530 ], [ 238, 538, 261, 551 ], [ 263, 538, 277, 551 ], [ 279, 538, 331, 551 ], [ 333, 538, 355, 551 ], [ 357, 538, 371, 551 ], [ 373, 538, 424, 551 ], [ 426, 538, 480, 551 ], [ 482, 538, 497, 551 ], [ 499, 538, 519, 551 ], [ 521, 538, 565, 551 ], [ 567, 538, 577, 551 ], [ 579, 538, 596, 551 ], [ 598, 538, 647, 551 ], [ 649, 538, 664, 551 ], [ 666, 538, 686, 551 ], [ 688, 538, 732, 551 ], [ 238, 549, 248, 562 ], [ 250, 549, 286, 562 ], [ 288, 549, 313, 562 ], [ 315, 549, 336, 562 ], [ 347, 567, 357, 586 ], [ 442, 567, 452, 586 ], [ 537, 567, 547, 586 ], [ 632, 567, 642, 586 ], [ 728, 567, 738, 586 ], [ 245, 706, 255, 723 ], [ 258, 706, 282, 723 ], [ 449, 787, 550, 805 ] ]
The Remuneration Tribunal is an independent statutory body that determines the remuneration and allowances for all members of OGTR committees. Committee members are part-time office holders for the purposes of the Remuneration Tribunal and are paid in accordance with the current determination for part-time office holders. GTECCC 2011–14 Table 26: Members of GTECCC at 30 June 2014 Professor Susan Dodds Dean of the Faculty of Arts and Professor of Philosophy, University of Tasmania (Tasmania) 4 This appendix provides information on Australian Public Service (APS) staff employed by the OGTR in 2013–14 under the Public Service Act 1999. Tables 27 to 30 provide details on staff numbers and aggregated information on salary, performance pay and non-salary benefits provided to staff during the year under the Department of Health Enterprise Agreement 2011–2014 and Individual Flexibility Arrangement. Tables 31 to 33 show the staff training and development activities conducted in 2013–14. Table 27: OGTR staff numbers by classification and contract type at 30 June 2014 Headcount by contract TRIBUNAL EA IFA Section 24 Total 1 HOPO 1 SES 1 2 2 EL2 6 6 EL1 13 13 LEGAL 2 1 1 APS6 21 21 APS5 6 6 APS4 1 1 APS3 2 2 1 Total 43 7 2 53 Table 28: OGTR staff numbers by gender at 30 June 2014 Headcount by gender and employee group Employee Female Male Total
The Remuneration Tribunal is an independent statutory body that determines the remuneration and allowances for all members of OGTR committees. Committee members are part-time office holders for the purposes of the Remuneration Tribunal and are paid in accordance with the current determination for part-time office holders. GTECCC 2011–14 Table 26: Members of GTECCC at 30 June 2014 Professor Susan Dodds Dean of the Faculty of Arts and Professor of Philosophy, University of Tasmania (Tasmania) 4 This appendix provides information on Australian Public Service (APS) staff employed by the OGTR in 2013–14 under the Public Service Act 1999. Tables 27 to 30 provide details on staff numbers and aggregated information on salary, performance pay and non-salary benefits provided to staff during the year under the Department of Health Enterprise Agreement 2011–2014 and Individual Flexibility Arrangement. Tables 31 to 33 show the staff training and development activities conducted in 2013–14. Table 27: OGTR staff numbers by classification and contract type at 30 June 2014 Headcount by contract EA IFA Section 24 TRIBUNAL Total HOPO 1 1 SES 1 2 2 EL2 6 6 EL1 13 13 LEGAL 2 1 1 APS6 21 21 APS5 6 6 APS4 1 1 APS3 2 2 Total 43 7 2 1 53 Table 28: OGTR staff numbers by gender at 30 June 2014 Headcount by gender and employee group Employee Female Male Total
0.958413
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 166, 167, 168, 169, 165, 170, 172, 171, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 201, 202, 203, 204, 200, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226 ]
OGTR%20Annual%20Report%202013%E2%80%9314.docx
task-1608-84
45
[ [ 60, 67, 86, 82 ], [ 90, 67, 185, 82 ], [ 189, 67, 244, 82 ], [ 248, 67, 259, 82 ], [ 263, 67, 280, 82 ], [ 284, 67, 368, 82 ], [ 372, 67, 430, 82 ], [ 434, 67, 467, 82 ], [ 471, 67, 496, 82 ], [ 500, 67, 575, 82 ], [ 579, 67, 600, 82 ], [ 604, 67, 694, 82 ], [ 698, 67, 723, 82 ], [ 727, 67, 802, 82 ], [ 806, 67, 824, 82 ], [ 828, 67, 843, 82 ], [ 847, 67, 910, 82 ], [ 915, 67, 927, 82 ], [ 60, 82, 104, 97 ], [ 108, 82, 189, 97 ], [ 194, 82, 267, 97 ], [ 271, 82, 334, 97 ], [ 338, 82, 360, 97 ], [ 364, 82, 424, 97 ], [ 428, 82, 464, 97 ], [ 468, 82, 518, 97 ], [ 522, 82, 540, 97 ], [ 544, 82, 565, 97 ], [ 569, 82, 631, 97 ], [ 635, 82, 648, 97 ], [ 652, 82, 673, 97 ], [ 677, 82, 772, 97 ], [ 777, 82, 831, 97 ], [ 835, 82, 861, 97 ], [ 865, 82, 887, 97 ], [ 891, 82, 919, 97 ], [ 60, 97, 72, 111 ], [ 76, 97, 154, 111 ], [ 158, 97, 185, 111 ], [ 189, 97, 210, 111 ], [ 215, 97, 262, 111 ], [ 266, 97, 357, 111 ], [ 362, 97, 379, 111 ], [ 383, 97, 443, 111 ], [ 447, 97, 483, 111 ], [ 488, 97, 541, 111 ], [ 60, 124, 145, 144 ], [ 239, 124, 317, 144 ], [ 60, 151, 98, 166 ], [ 102, 151, 123, 166 ], [ 127, 151, 190, 166 ], [ 194, 151, 207, 166 ], [ 211, 151, 275, 166 ], [ 279, 151, 292, 166 ], [ 296, 151, 313, 166 ], [ 317, 151, 350, 166 ], [ 354, 151, 388, 166 ], [ 60, 170, 125, 185 ], [ 129, 170, 172, 185 ], [ 176, 170, 220, 185 ], [ 295, 170, 332, 185 ], [ 336, 170, 348, 185 ], [ 353, 170, 374, 185 ], [ 378, 170, 427, 185 ], [ 431, 170, 443, 185 ], [ 447, 170, 474, 185 ], [ 479, 170, 504, 185 ], [ 508, 170, 573, 185 ], [ 577, 170, 589, 185 ], [ 594, 170, 672, 185 ], [ 676, 170, 742, 185 ], [ 747, 170, 759, 185 ], [ 763, 170, 830, 185 ], [ 834, 170, 910, 185 ], [ 174, 234, 188, 259 ], [ 60, 266, 98, 285 ], [ 104, 266, 186, 285 ], [ 191, 266, 267, 285 ], [ 273, 266, 373, 285 ], [ 378, 266, 401, 285 ], [ 406, 266, 496, 285 ], [ 501, 266, 556, 285 ], [ 562, 266, 629, 285 ], [ 635, 266, 688, 285 ], [ 694, 266, 732, 285 ], [ 738, 266, 825, 285 ], [ 831, 266, 852, 285 ], [ 858, 266, 886, 285 ], [ 60, 285, 118, 305 ], [ 124, 285, 139, 305 ], [ 145, 285, 224, 305 ], [ 229, 285, 281, 305 ], [ 286, 285, 314, 305 ], [ 320, 286, 375, 305 ], [ 380, 286, 448, 305 ], [ 453, 286, 482, 305 ], [ 488, 286, 538, 305 ], [ 60, 312, 105, 327 ], [ 110, 312, 126, 327 ], [ 131, 312, 143, 327 ], [ 147, 312, 164, 327 ], [ 168, 312, 218, 327 ], [ 222, 312, 266, 327 ], [ 270, 312, 287, 327 ], [ 291, 312, 320, 327 ], [ 324, 312, 383, 327 ], [ 387, 312, 412, 327 ], [ 416, 312, 493, 327 ], [ 497, 312, 572, 327 ], [ 576, 312, 593, 327 ], [ 597, 312, 641, 327 ], [ 646, 312, 731, 327 ], [ 735, 312, 759, 327 ], [ 763, 312, 789, 327 ], [ 793, 312, 863, 327 ], [ 868, 312, 920, 327 ], [ 60, 327, 118, 342 ], [ 122, 327, 135, 342 ], [ 139, 327, 168, 342 ], [ 172, 327, 214, 342 ], [ 218, 327, 239, 342 ], [ 243, 327, 273, 342 ], [ 277, 327, 315, 342 ], [ 320, 327, 341, 342 ], [ 345, 327, 424, 342 ], [ 428, 327, 441, 342 ], [ 445, 327, 488, 342 ], [ 493, 327, 562, 342 ], [ 566, 327, 640, 342 ], [ 644, 327, 720, 342 ], [ 724, 327, 749, 342 ], [ 753, 327, 817, 342 ], [ 821, 327, 883, 342 ], [ 60, 342, 152, 357 ], [ 60, 363, 105, 378 ], [ 110, 363, 126, 378 ], [ 131, 363, 143, 378 ], [ 147, 363, 164, 378 ], [ 168, 363, 204, 378 ], [ 208, 363, 229, 378 ], [ 233, 363, 262, 378 ], [ 266, 363, 315, 378 ], [ 320, 363, 345, 378 ], [ 349, 363, 436, 378 ], [ 440, 363, 498, 378 ], [ 502, 363, 572, 378 ], [ 576, 363, 588, 378 ], [ 592, 363, 655, 378 ], [ 60, 418, 98, 433 ], [ 102, 418, 123, 433 ], [ 127, 418, 171, 433 ], [ 175, 418, 204, 433 ], [ 208, 418, 267, 433 ], [ 271, 418, 287, 433 ], [ 291, 418, 377, 433 ], [ 381, 418, 406, 433 ], [ 410, 418, 464, 433 ], [ 468, 418, 497, 433 ], [ 501, 418, 514, 433 ], [ 518, 418, 535, 433 ], [ 539, 418, 572, 433 ], [ 576, 418, 609, 433 ], [ 180, 452, 264, 470 ], [ 268, 452, 287, 470 ], [ 291, 452, 355, 470 ], [ 712, 483, 790, 501 ], [ 410, 515, 430, 533 ], [ 458, 515, 483, 533 ], [ 563, 515, 620, 533 ], [ 624, 515, 643, 533 ], [ 832, 515, 872, 533 ], [ 781, 531, 790, 549 ], [ 68, 546, 113, 564 ], [ 862, 546, 872, 564 ], [ 68, 577, 94, 595 ], [ 98, 577, 107, 595 ], [ 633, 577, 643, 595 ], [ 862, 577, 872, 595 ], [ 68, 607, 94, 625 ], [ 473, 607, 483, 625 ], [ 862, 607, 872, 625 ], [ 68, 638, 94, 656 ], [ 411, 638, 430, 656 ], [ 853, 638, 872, 656 ], [ 68, 669, 115, 687 ], [ 119, 669, 128, 687 ], [ 473, 669, 483, 687 ], [ 862, 669, 872, 687 ], [ 68, 700, 106, 718 ], [ 411, 700, 430, 718 ], [ 853, 700, 872, 718 ], [ 68, 730, 106, 748 ], [ 420, 730, 430, 748 ], [ 862, 730, 872, 748 ], [ 68, 761, 106, 779 ], [ 420, 761, 430, 779 ], [ 862, 761, 872, 779 ], [ 68, 792, 106, 810 ], [ 420, 792, 430, 810 ], [ 862, 792, 872, 810 ], [ 781, 808, 790, 826 ], [ 68, 823, 107, 841 ], [ 411, 823, 430, 841 ], [ 473, 823, 483, 841 ], [ 633, 823, 643, 841 ], [ 853, 823, 872, 841 ], [ 60, 846, 98, 860 ], [ 102, 846, 123, 860 ], [ 127, 846, 171, 860 ], [ 175, 846, 204, 860 ], [ 208, 846, 267, 860 ], [ 271, 846, 287, 860 ], [ 291, 846, 338, 860 ], [ 342, 846, 355, 860 ], [ 359, 846, 376, 860 ], [ 380, 846, 413, 860 ], [ 417, 846, 451, 860 ], [ 90, 865, 174, 883 ], [ 178, 865, 197, 883 ], [ 201, 865, 255, 883 ], [ 259, 865, 288, 883 ], [ 126, 880, 203, 898 ], [ 207, 880, 252, 898 ], [ 68, 898, 144, 916 ], [ 330, 898, 385, 916 ], [ 450, 898, 489, 916 ], [ 535, 898, 574, 916 ] ]
[ [ 60, 67, 86, 82 ], [ 90, 67, 185, 82 ], [ 189, 67, 244, 82 ], [ 248, 67, 259, 82 ], [ 263, 67, 280, 82 ], [ 284, 67, 368, 82 ], [ 372, 67, 430, 82 ], [ 434, 67, 467, 82 ], [ 471, 67, 496, 82 ], [ 500, 67, 575, 82 ], [ 579, 67, 600, 82 ], [ 604, 67, 694, 82 ], [ 698, 67, 723, 82 ], [ 727, 67, 802, 82 ], [ 806, 67, 824, 82 ], [ 828, 67, 843, 82 ], [ 847, 67, 910, 82 ], [ 915, 67, 927, 82 ], [ 60, 82, 104, 97 ], [ 108, 82, 189, 97 ], [ 194, 82, 267, 97 ], [ 271, 82, 334, 97 ], [ 338, 82, 360, 97 ], [ 364, 82, 424, 97 ], [ 428, 82, 464, 97 ], [ 468, 82, 518, 97 ], [ 522, 82, 540, 97 ], [ 544, 82, 565, 97 ], [ 569, 82, 631, 97 ], [ 635, 82, 648, 97 ], [ 652, 82, 673, 97 ], [ 677, 82, 772, 97 ], [ 777, 82, 831, 97 ], [ 835, 82, 861, 97 ], [ 865, 82, 887, 97 ], [ 891, 82, 919, 97 ], [ 60, 97, 72, 111 ], [ 76, 97, 154, 111 ], [ 158, 97, 185, 111 ], [ 189, 97, 210, 111 ], [ 215, 97, 262, 111 ], [ 266, 97, 357, 111 ], [ 362, 97, 379, 111 ], [ 383, 97, 443, 111 ], [ 447, 97, 483, 111 ], [ 488, 97, 541, 111 ], [ 60, 124, 145, 144 ], [ 239, 124, 317, 144 ], [ 60, 151, 98, 166 ], [ 102, 151, 123, 166 ], [ 127, 151, 190, 166 ], [ 194, 151, 207, 166 ], [ 211, 151, 275, 166 ], [ 279, 151, 292, 166 ], [ 296, 151, 313, 166 ], [ 317, 151, 350, 166 ], [ 354, 151, 388, 166 ], [ 60, 170, 125, 185 ], [ 129, 170, 172, 185 ], [ 176, 170, 220, 185 ], [ 295, 170, 332, 185 ], [ 336, 170, 348, 185 ], [ 353, 170, 374, 185 ], [ 378, 170, 427, 185 ], [ 431, 170, 443, 185 ], [ 447, 170, 474, 185 ], [ 479, 170, 504, 185 ], [ 508, 170, 573, 185 ], [ 577, 170, 589, 185 ], [ 594, 170, 672, 185 ], [ 676, 170, 742, 185 ], [ 747, 170, 759, 185 ], [ 763, 170, 830, 185 ], [ 834, 170, 910, 185 ], [ 174, 234, 188, 259 ], [ 60, 266, 98, 285 ], [ 104, 266, 186, 285 ], [ 191, 266, 267, 285 ], [ 273, 266, 373, 285 ], [ 378, 266, 401, 285 ], [ 406, 266, 496, 285 ], [ 501, 266, 556, 285 ], [ 562, 266, 629, 285 ], [ 635, 266, 688, 285 ], [ 694, 266, 732, 285 ], [ 738, 266, 825, 285 ], [ 831, 266, 852, 285 ], [ 858, 266, 886, 285 ], [ 60, 285, 118, 305 ], [ 124, 285, 139, 305 ], [ 145, 285, 224, 305 ], [ 229, 285, 281, 305 ], [ 286, 285, 314, 305 ], [ 320, 286, 375, 305 ], [ 380, 286, 448, 305 ], [ 453, 286, 482, 305 ], [ 488, 286, 538, 305 ], [ 60, 312, 105, 327 ], [ 110, 312, 126, 327 ], [ 131, 312, 143, 327 ], [ 147, 312, 164, 327 ], [ 168, 312, 218, 327 ], [ 222, 312, 266, 327 ], [ 270, 312, 287, 327 ], [ 291, 312, 320, 327 ], [ 324, 312, 383, 327 ], [ 387, 312, 412, 327 ], [ 416, 312, 493, 327 ], [ 497, 312, 572, 327 ], [ 576, 312, 593, 327 ], [ 597, 312, 641, 327 ], [ 646, 312, 731, 327 ], [ 735, 312, 759, 327 ], [ 763, 312, 789, 327 ], [ 793, 312, 863, 327 ], [ 868, 312, 920, 327 ], [ 60, 327, 118, 342 ], [ 122, 327, 135, 342 ], [ 139, 327, 168, 342 ], [ 172, 327, 214, 342 ], [ 218, 327, 239, 342 ], [ 243, 327, 273, 342 ], [ 277, 327, 315, 342 ], [ 320, 327, 341, 342 ], [ 345, 327, 424, 342 ], [ 428, 327, 441, 342 ], [ 445, 327, 488, 342 ], [ 493, 327, 562, 342 ], [ 566, 327, 640, 342 ], [ 644, 327, 720, 342 ], [ 724, 327, 749, 342 ], [ 753, 327, 817, 342 ], [ 821, 327, 883, 342 ], [ 60, 342, 152, 357 ], [ 60, 363, 105, 378 ], [ 110, 363, 126, 378 ], [ 131, 363, 143, 378 ], [ 147, 363, 164, 378 ], [ 168, 363, 204, 378 ], [ 208, 363, 229, 378 ], [ 233, 363, 262, 378 ], [ 266, 363, 315, 378 ], [ 320, 363, 345, 378 ], [ 349, 363, 436, 378 ], [ 440, 363, 498, 378 ], [ 502, 363, 572, 378 ], [ 576, 363, 588, 378 ], [ 592, 363, 655, 378 ], [ 60, 418, 98, 433 ], [ 102, 418, 123, 433 ], [ 127, 418, 171, 433 ], [ 175, 418, 204, 433 ], [ 208, 418, 267, 433 ], [ 271, 418, 287, 433 ], [ 291, 418, 377, 433 ], [ 381, 418, 406, 433 ], [ 410, 418, 464, 433 ], [ 468, 418, 497, 433 ], [ 501, 418, 514, 433 ], [ 518, 418, 535, 433 ], [ 539, 418, 572, 433 ], [ 576, 418, 609, 433 ], [ 180, 452, 264, 470 ], [ 268, 452, 287, 470 ], [ 291, 452, 355, 470 ], [ 410, 515, 430, 533 ], [ 458, 515, 483, 533 ], [ 563, 515, 620, 533 ], [ 624, 515, 643, 533 ], [ 712, 483, 790, 501 ], [ 832, 515, 872, 533 ], [ 68, 546, 113, 564 ], [ 781, 531, 790, 549 ], [ 862, 546, 872, 564 ], [ 68, 577, 94, 595 ], [ 98, 577, 107, 595 ], [ 633, 577, 643, 595 ], [ 862, 577, 872, 595 ], [ 68, 607, 94, 625 ], [ 473, 607, 483, 625 ], [ 862, 607, 872, 625 ], [ 68, 638, 94, 656 ], [ 411, 638, 430, 656 ], [ 853, 638, 872, 656 ], [ 68, 669, 115, 687 ], [ 119, 669, 128, 687 ], [ 473, 669, 483, 687 ], [ 862, 669, 872, 687 ], [ 68, 700, 106, 718 ], [ 411, 700, 430, 718 ], [ 853, 700, 872, 718 ], [ 68, 730, 106, 748 ], [ 420, 730, 430, 748 ], [ 862, 730, 872, 748 ], [ 68, 761, 106, 779 ], [ 420, 761, 430, 779 ], [ 862, 761, 872, 779 ], [ 68, 792, 106, 810 ], [ 420, 792, 430, 810 ], [ 862, 792, 872, 810 ], [ 68, 823, 107, 841 ], [ 411, 823, 430, 841 ], [ 473, 823, 483, 841 ], [ 633, 823, 643, 841 ], [ 781, 808, 790, 826 ], [ 853, 823, 872, 841 ], [ 60, 846, 98, 860 ], [ 102, 846, 123, 860 ], [ 127, 846, 171, 860 ], [ 175, 846, 204, 860 ], [ 208, 846, 267, 860 ], [ 271, 846, 287, 860 ], [ 291, 846, 338, 860 ], [ 342, 846, 355, 860 ], [ 359, 846, 376, 860 ], [ 380, 846, 413, 860 ], [ 417, 846, 451, 860 ], [ 90, 865, 174, 883 ], [ 178, 865, 197, 883 ], [ 201, 865, 255, 883 ], [ 259, 865, 288, 883 ], [ 126, 880, 203, 898 ], [ 207, 880, 252, 898 ], [ 68, 898, 144, 916 ], [ 330, 898, 385, 916 ], [ 450, 898, 489, 916 ], [ 535, 898, 574, 916 ] ]
Agency resource statement and summary Mandatory 11(7) resource tables by outcomes 12 Management and accountability Corporate governance 12(1) Agency are required to certify that their Mandatory agency complies with the ‘Commonwealth Fraud Control Guidelines’ 12(2) Statement of the main corporate governance Mandatory practices in place Names of the senior executive and their Suggested 12(3) responsibilities 12(3) Senior management committees and their Suggested roles 12(3) Corporate and operational plans and Suggested associated performance reporting and review Internal audit arrangements including Suggested 12(3) approach adopted to identifying areas of significant financial or operational risk and arrangements to manage those risks 12(3) Policy and practices on the establishment Suggested and maintenance of appropriate ethical standards 12(3) How nature and amount of remuneration for Suggested senior executive service officers is determined External scrutiny Significant developments in external Mandatory 12(4) scrutiny Judicial decisions and decisions of Mandatory 12(4) administrative tribunals and by the Australian Information Commissioner Reports by the Auditor-General, a Mandatory 12(4) Parliamentary Committee. the Commonwealth Ombudsman or an agency capability review Management of human resources 12(5) Assessment of effectiveness in managing Mandatory and developing human resources to achieve departmental objectives 12(6) Workforce planning, retention and Suggested turnover Impact and features of enterprise or Suggested 12(6) collective agreements, individual flexibility arrangements (IFAs), determinations,
11(7) Agency resource statement and summary resource tables by outcomes Mandatory 12 Management and accountability Corporate governance 12(1) Agency are required to certify that their agency complies with the ‘Commonwealth Fraud Control Guidelines’ Mandatory 12(2) Statement of the main corporate governance practices in place Mandatory 12(3) Names of the senior executive and their responsibilities Suggested 12(3) Senior management committees and their roles Suggested 12(3) Corporate and operational plans and associated performance reporting and review Suggested 12(3) Internal audit arrangements including approach adopted to identifying areas of significant financial or operational risk and arrangements to manage those risks Suggested 12(3) Policy and practices on the establishment and maintenance of appropriate ethical standards Suggested 12(3) How nature and amount of remuneration for senior executive service officers is determined Suggested External scrutiny 12(4) Significant developments in external scrutiny Mandatory 12(4) Judicial decisions and decisions of administrative tribunals and by the Australian Information Commissioner Mandatory 12(4) Reports by the Auditor-General, a Parliamentary Committee. the Commonwealth Ombudsman or an agency capability review Mandatory Management of human resources 12(5) Assessment of effectiveness in managing and developing human resources to achieve departmental objectives Mandatory 12(6) Workforce planning, retention and turnover Suggested 12(6) Impact and features of enterprise or collective agreements, individual flexibility arrangements (IFAs), determinations, Suggested
0.70079
[ 6, 0, 1, 2, 3, 4, 7, 8, 9, 10, 5, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 25, 34, 35, 36, 37, 38, 39, 40, 42, 43, 44, 41, 53, 45, 46, 47, 48, 49, 50, 51, 54, 52, 55, 56, 57, 58, 59, 60, 62, 61, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 69, 80, 75, 76, 77, 78, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 79, 98, 99, 100, 101, 102, 103, 104, 106, 107, 108, 109, 110, 111, 105, 112, 113, 114, 115, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 120, 127, 128, 134, 129, 130, 131, 132, 135, 133, 142, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 149, 150, 141, 157, 151, 152, 153, 154, 155, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 156, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 179, 180, 181, 182, 183, 184, 185, 186, 178, 187, 188, 189, 190, 191, 193, 192, 201, 194, 195, 196, 197, 198, 199, 202, 203, 204, 205, 206, 207, 208, 200 ]
OGTR%20Annual%20Report%202013%E2%80%9314.docx
task-1608-84
54
[ [ 296, 75, 359, 94 ], [ 364, 75, 432, 94 ], [ 437, 75, 514, 94 ], [ 519, 75, 548, 94 ], [ 553, 75, 628, 94 ], [ 680, 75, 768, 94 ], [ 80, 76, 109, 88 ], [ 296, 91, 364, 111 ], [ 369, 91, 416, 111 ], [ 421, 91, 442, 111 ], [ 447, 91, 524, 111 ], [ 87, 109, 101, 122 ], [ 148, 109, 253, 128 ], [ 148, 125, 177, 144 ], [ 148, 142, 262, 161 ], [ 148, 159, 228, 178 ], [ 148, 175, 241, 194 ], [ 80, 193, 109, 206 ], [ 296, 193, 359, 212 ], [ 401, 193, 426, 212 ], [ 431, 193, 498, 212 ], [ 503, 193, 519, 212 ], [ 524, 193, 576, 212 ], [ 581, 193, 612, 212 ], [ 617, 193, 653, 212 ], [ 680, 193, 768, 212 ], [ 296, 209, 353, 228 ], [ 358, 209, 431, 228 ], [ 436, 209, 472, 228 ], [ 477, 209, 501, 228 ], [ 506, 211, 642, 228 ], [ 296, 225, 343, 244 ], [ 348, 225, 410, 244 ], [ 415, 225, 509, 243 ], [ 80, 243, 109, 256 ], [ 296, 243, 377, 262 ], [ 382, 243, 398, 262 ], [ 403, 243, 428, 262 ], [ 433, 243, 473, 262 ], [ 478, 243, 555, 262 ], [ 560, 243, 652, 262 ], [ 680, 243, 768, 262 ], [ 296, 259, 368, 278 ], [ 373, 259, 388, 278 ], [ 393, 259, 436, 278 ], [ 296, 276, 352, 295 ], [ 357, 276, 374, 295 ], [ 379, 276, 404, 295 ], [ 409, 276, 458, 295 ], [ 463, 276, 540, 295 ], [ 545, 276, 574, 295 ], [ 579, 276, 616, 295 ], [ 680, 276, 763, 295 ], [ 80, 277, 109, 289 ], [ 296, 293, 418, 312 ], [ 80, 310, 109, 323 ], [ 296, 310, 349, 329 ], [ 354, 310, 457, 329 ], [ 462, 310, 555, 329 ], [ 560, 310, 589, 329 ], [ 594, 310, 631, 329 ], [ 680, 310, 763, 329 ], [ 296, 326, 335, 345 ], [ 80, 344, 109, 357 ], [ 296, 344, 377, 363 ], [ 382, 344, 411, 363 ], [ 416, 344, 506, 363 ], [ 511, 344, 554, 363 ], [ 559, 344, 588, 363 ], [ 680, 344, 763, 363 ], [ 296, 360, 379, 379 ], [ 384, 360, 486, 379 ], [ 491, 360, 565, 379 ], [ 570, 360, 599, 379 ], [ 604, 360, 659, 379 ], [ 296, 377, 359, 396 ], [ 364, 377, 404, 396 ], [ 409, 377, 518, 396 ], [ 523, 377, 599, 396 ], [ 680, 377, 763, 396 ], [ 80, 378, 109, 390 ], [ 296, 394, 370, 413 ], [ 375, 394, 439, 413 ], [ 444, 394, 459, 413 ], [ 464, 394, 553, 413 ], [ 558, 394, 599, 413 ], [ 604, 394, 621, 413 ], [ 296, 410, 381, 429 ], [ 386, 410, 457, 429 ], [ 462, 410, 478, 429 ], [ 483, 410, 574, 429 ], [ 579, 410, 609, 429 ], [ 614, 410, 643, 429 ], [ 296, 426, 405, 445 ], [ 410, 426, 425, 445 ], [ 430, 426, 493, 445 ], [ 498, 426, 541, 445 ], [ 546, 426, 584, 445 ], [ 80, 444, 109, 457 ], [ 296, 444, 348, 463 ], [ 353, 444, 382, 463 ], [ 387, 444, 458, 463 ], [ 463, 444, 483, 463 ], [ 489, 444, 513, 463 ], [ 518, 444, 629, 463 ], [ 680, 444, 763, 463 ], [ 296, 460, 325, 479 ], [ 330, 460, 432, 479 ], [ 437, 460, 454, 479 ], [ 459, 460, 551, 479 ], [ 556, 460, 609, 479 ], [ 296, 476, 372, 495 ], [ 80, 494, 109, 507 ], [ 296, 494, 335, 513 ], [ 340, 494, 391, 513 ], [ 396, 494, 425, 513 ], [ 430, 494, 490, 513 ], [ 495, 494, 512, 513 ], [ 517, 494, 625, 513 ], [ 630, 494, 653, 513 ], [ 680, 494, 763, 513 ], [ 296, 510, 345, 529 ], [ 350, 510, 428, 529 ], [ 433, 510, 490, 529 ], [ 495, 510, 556, 529 ], [ 561, 510, 575, 529 ], [ 296, 526, 387, 546 ], [ 148, 544, 216, 563 ], [ 148, 560, 213, 579 ], [ 296, 577, 384, 596 ], [ 389, 577, 501, 596 ], [ 506, 577, 522, 596 ], [ 527, 577, 592, 596 ], [ 680, 577, 768, 596 ], [ 80, 578, 109, 591 ], [ 296, 594, 361, 613 ], [ 296, 611, 359, 630 ], [ 364, 611, 439, 630 ], [ 444, 611, 473, 630 ], [ 478, 611, 553, 630 ], [ 558, 611, 575, 630 ], [ 680, 611, 768, 630 ], [ 80, 612, 109, 624 ], [ 296, 628, 411, 647 ], [ 416, 628, 487, 647 ], [ 492, 628, 521, 647 ], [ 526, 628, 546, 647 ], [ 551, 628, 576, 647 ], [ 296, 644, 380, 663 ], [ 385, 644, 481, 663 ], [ 486, 644, 604, 663 ], [ 296, 661, 359, 680 ], [ 364, 661, 384, 680 ], [ 389, 661, 414, 680 ], [ 419, 661, 557, 680 ], [ 562, 661, 571, 680 ], [ 680, 661, 768, 680 ], [ 80, 662, 109, 674 ], [ 296, 678, 409, 697 ], [ 414, 678, 509, 697 ], [ 514, 678, 538, 697 ], [ 296, 694, 425, 713 ], [ 430, 694, 533, 713 ], [ 538, 694, 555, 713 ], [ 560, 694, 579, 713 ], [ 584, 694, 641, 713 ], [ 296, 710, 375, 729 ], [ 380, 710, 435, 729 ], [ 148, 728, 253, 747 ], [ 258, 728, 275, 747 ], [ 148, 744, 203, 763 ], [ 148, 760, 224, 779 ], [ 80, 778, 109, 791 ], [ 296, 778, 391, 797 ], [ 396, 778, 413, 797 ], [ 418, 778, 523, 797 ], [ 528, 778, 544, 797 ], [ 549, 778, 628, 797 ], [ 680, 778, 768, 797 ], [ 296, 794, 325, 813 ], [ 330, 794, 420, 813 ], [ 425, 794, 480, 813 ], [ 485, 794, 561, 813 ], [ 566, 794, 581, 813 ], [ 587, 794, 648, 813 ], [ 296, 810, 401, 829 ], [ 406, 810, 488, 829 ], [ 80, 828, 109, 841 ], [ 296, 828, 383, 847 ], [ 388, 828, 464, 847 ], [ 506, 828, 578, 847 ], [ 583, 828, 612, 847 ], [ 680, 828, 763, 847 ], [ 296, 844, 364, 863 ], [ 296, 861, 352, 880 ], [ 357, 861, 386, 880 ], [ 391, 861, 455, 880 ], [ 460, 861, 477, 880 ], [ 482, 861, 561, 880 ], [ 566, 861, 583, 880 ], [ 680, 861, 763, 880 ], [ 80, 862, 109, 875 ], [ 296, 878, 374, 897 ], [ 379, 878, 476, 897 ], [ 481, 878, 563, 897 ], [ 568, 878, 647, 897 ], [ 296, 894, 405, 913 ], [ 410, 894, 468, 913 ], [ 473, 894, 598, 913 ] ]
[ [ 80, 76, 109, 88 ], [ 296, 75, 359, 94 ], [ 364, 75, 432, 94 ], [ 437, 75, 514, 94 ], [ 519, 75, 548, 94 ], [ 553, 75, 628, 94 ], [ 296, 91, 364, 111 ], [ 369, 91, 416, 111 ], [ 421, 91, 442, 111 ], [ 447, 91, 524, 111 ], [ 680, 75, 768, 94 ], [ 87, 109, 101, 122 ], [ 148, 109, 253, 128 ], [ 148, 125, 177, 144 ], [ 148, 142, 262, 161 ], [ 148, 159, 228, 178 ], [ 148, 175, 241, 194 ], [ 80, 193, 109, 206 ], [ 296, 193, 359, 212 ], [ 401, 193, 426, 212 ], [ 431, 193, 498, 212 ], [ 503, 193, 519, 212 ], [ 524, 193, 576, 212 ], [ 581, 193, 612, 212 ], [ 617, 193, 653, 212 ], [ 296, 209, 353, 228 ], [ 358, 209, 431, 228 ], [ 436, 209, 472, 228 ], [ 477, 209, 501, 228 ], [ 506, 211, 642, 228 ], [ 296, 225, 343, 244 ], [ 348, 225, 410, 244 ], [ 415, 225, 509, 243 ], [ 680, 193, 768, 212 ], [ 80, 243, 109, 256 ], [ 296, 243, 377, 262 ], [ 382, 243, 398, 262 ], [ 403, 243, 428, 262 ], [ 433, 243, 473, 262 ], [ 478, 243, 555, 262 ], [ 560, 243, 652, 262 ], [ 296, 259, 368, 278 ], [ 373, 259, 388, 278 ], [ 393, 259, 436, 278 ], [ 680, 243, 768, 262 ], [ 80, 277, 109, 289 ], [ 296, 276, 352, 295 ], [ 357, 276, 374, 295 ], [ 379, 276, 404, 295 ], [ 409, 276, 458, 295 ], [ 463, 276, 540, 295 ], [ 545, 276, 574, 295 ], [ 579, 276, 616, 295 ], [ 296, 293, 418, 312 ], [ 680, 276, 763, 295 ], [ 80, 310, 109, 323 ], [ 296, 310, 349, 329 ], [ 354, 310, 457, 329 ], [ 462, 310, 555, 329 ], [ 560, 310, 589, 329 ], [ 594, 310, 631, 329 ], [ 296, 326, 335, 345 ], [ 680, 310, 763, 329 ], [ 80, 344, 109, 357 ], [ 296, 344, 377, 363 ], [ 382, 344, 411, 363 ], [ 416, 344, 506, 363 ], [ 511, 344, 554, 363 ], [ 559, 344, 588, 363 ], [ 296, 360, 379, 379 ], [ 384, 360, 486, 379 ], [ 491, 360, 565, 379 ], [ 570, 360, 599, 379 ], [ 604, 360, 659, 379 ], [ 680, 344, 763, 363 ], [ 80, 378, 109, 390 ], [ 296, 377, 359, 396 ], [ 364, 377, 404, 396 ], [ 409, 377, 518, 396 ], [ 523, 377, 599, 396 ], [ 296, 394, 370, 413 ], [ 375, 394, 439, 413 ], [ 444, 394, 459, 413 ], [ 464, 394, 553, 413 ], [ 558, 394, 599, 413 ], [ 604, 394, 621, 413 ], [ 296, 410, 381, 429 ], [ 386, 410, 457, 429 ], [ 462, 410, 478, 429 ], [ 483, 410, 574, 429 ], [ 579, 410, 609, 429 ], [ 614, 410, 643, 429 ], [ 296, 426, 405, 445 ], [ 410, 426, 425, 445 ], [ 430, 426, 493, 445 ], [ 498, 426, 541, 445 ], [ 546, 426, 584, 445 ], [ 680, 377, 763, 396 ], [ 80, 444, 109, 457 ], [ 296, 444, 348, 463 ], [ 353, 444, 382, 463 ], [ 387, 444, 458, 463 ], [ 463, 444, 483, 463 ], [ 489, 444, 513, 463 ], [ 518, 444, 629, 463 ], [ 296, 460, 325, 479 ], [ 330, 460, 432, 479 ], [ 437, 460, 454, 479 ], [ 459, 460, 551, 479 ], [ 556, 460, 609, 479 ], [ 296, 476, 372, 495 ], [ 680, 444, 763, 463 ], [ 80, 494, 109, 507 ], [ 296, 494, 335, 513 ], [ 340, 494, 391, 513 ], [ 396, 494, 425, 513 ], [ 430, 494, 490, 513 ], [ 495, 494, 512, 513 ], [ 517, 494, 625, 513 ], [ 630, 494, 653, 513 ], [ 296, 510, 345, 529 ], [ 350, 510, 428, 529 ], [ 433, 510, 490, 529 ], [ 495, 510, 556, 529 ], [ 561, 510, 575, 529 ], [ 296, 526, 387, 546 ], [ 680, 494, 763, 513 ], [ 148, 544, 216, 563 ], [ 148, 560, 213, 579 ], [ 80, 578, 109, 591 ], [ 296, 577, 384, 596 ], [ 389, 577, 501, 596 ], [ 506, 577, 522, 596 ], [ 527, 577, 592, 596 ], [ 296, 594, 361, 613 ], [ 680, 577, 768, 596 ], [ 80, 612, 109, 624 ], [ 296, 611, 359, 630 ], [ 364, 611, 439, 630 ], [ 444, 611, 473, 630 ], [ 478, 611, 553, 630 ], [ 558, 611, 575, 630 ], [ 296, 628, 411, 647 ], [ 416, 628, 487, 647 ], [ 492, 628, 521, 647 ], [ 526, 628, 546, 647 ], [ 551, 628, 576, 647 ], [ 296, 644, 380, 663 ], [ 385, 644, 481, 663 ], [ 486, 644, 604, 663 ], [ 680, 611, 768, 630 ], [ 80, 662, 109, 674 ], [ 296, 661, 359, 680 ], [ 364, 661, 384, 680 ], [ 389, 661, 414, 680 ], [ 419, 661, 557, 680 ], [ 562, 661, 571, 680 ], [ 296, 678, 409, 697 ], [ 414, 678, 509, 697 ], [ 514, 678, 538, 697 ], [ 296, 694, 425, 713 ], [ 430, 694, 533, 713 ], [ 538, 694, 555, 713 ], [ 560, 694, 579, 713 ], [ 584, 694, 641, 713 ], [ 296, 710, 375, 729 ], [ 380, 710, 435, 729 ], [ 680, 661, 768, 680 ], [ 148, 728, 253, 747 ], [ 258, 728, 275, 747 ], [ 148, 744, 203, 763 ], [ 148, 760, 224, 779 ], [ 80, 778, 109, 791 ], [ 296, 778, 391, 797 ], [ 396, 778, 413, 797 ], [ 418, 778, 523, 797 ], [ 528, 778, 544, 797 ], [ 549, 778, 628, 797 ], [ 296, 794, 325, 813 ], [ 330, 794, 420, 813 ], [ 425, 794, 480, 813 ], [ 485, 794, 561, 813 ], [ 566, 794, 581, 813 ], [ 587, 794, 648, 813 ], [ 296, 810, 401, 829 ], [ 406, 810, 488, 829 ], [ 680, 778, 768, 797 ], [ 80, 828, 109, 841 ], [ 296, 828, 383, 847 ], [ 388, 828, 464, 847 ], [ 506, 828, 578, 847 ], [ 583, 828, 612, 847 ], [ 296, 844, 364, 863 ], [ 680, 828, 763, 847 ], [ 80, 862, 109, 875 ], [ 296, 861, 352, 880 ], [ 357, 861, 386, 880 ], [ 391, 861, 455, 880 ], [ 460, 861, 477, 880 ], [ 482, 861, 561, 880 ], [ 566, 861, 583, 880 ], [ 296, 878, 374, 897 ], [ 379, 878, 476, 897 ], [ 481, 878, 563, 897 ], [ 568, 878, 647, 897 ], [ 296, 894, 405, 913 ], [ 410, 894, 468, 913 ], [ 473, 894, 598, 913 ], [ 680, 861, 763, 880 ] ]
The is to be updated when OHS training needs are identified and completed. OHS Training Register Employee name: Job / position title: School / Work location: Training required Has the If no, when If yes, Employee’s signature For all Safe Work Workplace Manager training is the specify Procedures has signature – been training date the the employee completed? planned for? training been assessed as (Yes/No) was competent? completed (Yes/No/N/A) The Workplace Manager and/or Management OHS Nominee are to maintain completed forms.
The OHS Training Register is to be updated when OHS training needs are identified and completed. Employee name: Job / position title: School / Work location: Training required Has the training been completed? (Yes/No) If no, when is the training planned for? If yes, specify date the training was completed Employee’s signature For all Safe Work Procedures – has the employee been assessed as competent? (Yes/No/N/A) Workplace Manager signature The Workplace Manager and/or Management OHS Nominee are to maintain completed forms.
0.605229
[ 0, 13, 14, 15, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 43, 51, 57, 64, 30, 31, 32, 44, 45, 52, 58, 59, 33, 34, 46, 53, 54, 60, 65, 67, 35, 36, 37, 38, 39, 40, 47, 50, 48, 55, 56, 61, 62, 63, 66, 68, 41, 42, 49, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80 ]
ohstrainingregister.docx
task-1608-846
0
[ [ 211, 158, 233, 184 ], [ 372, 158, 381, 184 ], [ 385, 158, 396, 184 ], [ 399, 158, 414, 184 ], [ 417, 158, 465, 184 ], [ 468, 158, 499, 184 ], [ 503, 158, 531, 184 ], [ 535, 158, 578, 184 ], [ 581, 158, 617, 184 ], [ 621, 158, 640, 184 ], [ 643, 158, 695, 184 ], [ 699, 158, 721, 184 ], [ 724, 158, 788, 184 ], [ 237, 159, 265, 184 ], [ 269, 159, 316, 184 ], [ 319, 159, 368, 184 ], [ 67, 199, 129, 225 ], [ 132, 199, 171, 225 ], [ 67, 220, 90, 246 ], [ 94, 220, 97, 246 ], [ 101, 220, 152, 246 ], [ 155, 220, 183, 246 ], [ 67, 242, 110, 267 ], [ 114, 242, 118, 267 ], [ 121, 242, 154, 267 ], [ 157, 242, 212, 267 ], [ 61, 283, 113, 308 ], [ 116, 283, 169, 308 ], [ 199, 283, 223, 308 ], [ 226, 283, 246, 308 ], [ 285, 283, 293, 308 ], [ 297, 283, 317, 308 ], [ 320, 283, 354, 308 ], [ 378, 283, 386, 308 ], [ 390, 283, 415, 308 ], [ 462, 283, 535, 308 ], [ 538, 283, 597, 308 ], [ 640, 283, 661, 308 ], [ 665, 283, 679, 308 ], [ 683, 283, 710, 309 ], [ 714, 283, 747, 309 ], [ 765, 283, 831, 308 ], [ 835, 283, 889, 308 ], [ 199, 304, 247, 330 ], [ 285, 304, 296, 330 ], [ 300, 304, 319, 330 ], [ 378, 304, 423, 330 ], [ 640, 304, 712, 330 ], [ 726, 304, 749, 330 ], [ 765, 304, 824, 330 ], [ 715, 307, 723, 328 ], [ 199, 326, 229, 351 ], [ 285, 326, 333, 351 ], [ 378, 326, 405, 351 ], [ 408, 326, 428, 351 ], [ 640, 326, 660, 351 ], [ 663, 326, 723, 351 ], [ 199, 347, 272, 372 ], [ 285, 347, 335, 372 ], [ 339, 347, 364, 372 ], [ 378, 347, 426, 372 ], [ 640, 347, 670, 372 ], [ 674, 347, 733, 372 ], [ 736, 347, 751, 372 ], [ 199, 368, 250, 393 ], [ 378, 368, 403, 393 ], [ 640, 368, 714, 393 ], [ 378, 389, 443, 415 ], [ 640, 389, 717, 415 ], [ 227, 781, 249, 806 ], [ 253, 781, 315, 806 ], [ 318, 781, 370, 806 ], [ 374, 781, 411, 806 ], [ 414, 781, 490, 806 ], [ 494, 781, 522, 806 ], [ 526, 781, 578, 806 ], [ 582, 781, 601, 806 ], [ 604, 781, 615, 806 ], [ 619, 781, 668, 806 ], [ 672, 781, 732, 806 ], [ 736, 781, 772, 806 ] ]
[ [ 211, 158, 233, 184 ], [ 237, 159, 265, 184 ], [ 269, 159, 316, 184 ], [ 319, 159, 368, 184 ], [ 372, 158, 381, 184 ], [ 385, 158, 396, 184 ], [ 399, 158, 414, 184 ], [ 417, 158, 465, 184 ], [ 468, 158, 499, 184 ], [ 503, 158, 531, 184 ], [ 535, 158, 578, 184 ], [ 581, 158, 617, 184 ], [ 621, 158, 640, 184 ], [ 643, 158, 695, 184 ], [ 699, 158, 721, 184 ], [ 724, 158, 788, 184 ], [ 67, 199, 129, 225 ], [ 132, 199, 171, 225 ], [ 67, 220, 90, 246 ], [ 94, 220, 97, 246 ], [ 101, 220, 152, 246 ], [ 155, 220, 183, 246 ], [ 67, 242, 110, 267 ], [ 114, 242, 118, 267 ], [ 121, 242, 154, 267 ], [ 157, 242, 212, 267 ], [ 61, 283, 113, 308 ], [ 116, 283, 169, 308 ], [ 199, 283, 223, 308 ], [ 226, 283, 246, 308 ], [ 199, 304, 247, 330 ], [ 199, 326, 229, 351 ], [ 199, 347, 272, 372 ], [ 199, 368, 250, 393 ], [ 285, 283, 293, 308 ], [ 297, 283, 317, 308 ], [ 320, 283, 354, 308 ], [ 285, 304, 296, 330 ], [ 300, 304, 319, 330 ], [ 285, 326, 333, 351 ], [ 285, 347, 335, 372 ], [ 339, 347, 364, 372 ], [ 378, 283, 386, 308 ], [ 390, 283, 415, 308 ], [ 378, 304, 423, 330 ], [ 378, 326, 405, 351 ], [ 408, 326, 428, 351 ], [ 378, 347, 426, 372 ], [ 378, 368, 403, 393 ], [ 378, 389, 443, 415 ], [ 462, 283, 535, 308 ], [ 538, 283, 597, 308 ], [ 640, 283, 661, 308 ], [ 665, 283, 679, 308 ], [ 683, 283, 710, 309 ], [ 714, 283, 747, 309 ], [ 640, 304, 712, 330 ], [ 715, 307, 723, 328 ], [ 726, 304, 749, 330 ], [ 640, 326, 660, 351 ], [ 663, 326, 723, 351 ], [ 640, 347, 670, 372 ], [ 674, 347, 733, 372 ], [ 736, 347, 751, 372 ], [ 640, 368, 714, 393 ], [ 640, 389, 717, 415 ], [ 765, 283, 831, 308 ], [ 835, 283, 889, 308 ], [ 765, 304, 824, 330 ], [ 227, 781, 249, 806 ], [ 253, 781, 315, 806 ], [ 318, 781, 370, 806 ], [ 374, 781, 411, 806 ], [ 414, 781, 490, 806 ], [ 494, 781, 522, 806 ], [ 526, 781, 578, 806 ], [ 582, 781, 601, 806 ], [ 604, 781, 615, 806 ], [ 619, 781, 668, 806 ], [ 672, 781, 732, 806 ], [ 736, 781, 772, 806 ] ]
R E S P E C T F O R A L L Sexual Harassment Awareness Workshop Participant 10 Table of contents What is Scenarios 12 Discrimination and Scenario 1: Student seeks suppor t Harassment? Scenario 2: Postdoc problems with persistence Scenario 3: Patient perpetrators 4 Scenario 4: Facult y foibles Scenario 5: Resident resolve Resolution and Scenario 6: Employee elusiveness Reporting Scenario 7: Manager 9 Bystander Intervention and Allyship Strategies 27 Confidential Reporting Flow Chart 29 Resources and Support Where to Report a Concern 30
R E S P E C T F O R A L L Sexual Harassment Awareness Workshop Participant Table of contents What is Discrimination and Harassment? 4 Resolution and Reporting 9 Confidential Resources and Support 10 Scenarios 12 Scenario 1: Student seeks suppor t Scenario 2: Postdoc problems with persistence Scenario 3: Patient perpetrators Scenario 4: Facult y foibles Scenario 5: Resident resolve Scenario 6: Employee elusiveness Scenario 7: Manager Bystander Intervention and Allyship Strategies 27 Reporting Flow Chart 29 Where to Report a Concern 30
0.698053
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 26, 27, 34, 45, 55, 56, 61, 65, 72, 77, 78, 79, 18, 24, 25, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 57, 58, 59, 60, 62, 63, 64, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 80, 81, 82, 83, 84, 85 ]
OHSURespectParticipantGUIDEFNL.docx
task-1608-852
2
[ [ 90, 84, 96, 96 ], [ 99, 84, 105, 96 ], [ 107, 84, 113, 96 ], [ 115, 84, 121, 96 ], [ 124, 84, 129, 96 ], [ 132, 84, 138, 96 ], [ 141, 84, 146, 96 ], [ 151, 84, 157, 96 ], [ 159, 84, 167, 96 ], [ 170, 84, 176, 96 ], [ 181, 84, 188, 96 ], [ 191, 84, 195, 96 ], [ 198, 84, 203, 96 ], [ 56, 124, 210, 187 ], [ 223, 124, 509, 187 ], [ 523, 124, 783, 187 ], [ 54, 177, 301, 239 ], [ 314, 177, 574, 239 ], [ 913, 266, 937, 290 ], [ 57, 267, 108, 291 ], [ 113, 267, 132, 291 ], [ 137, 267, 218, 291 ], [ 45, 306, 96, 331 ], [ 101, 306, 116, 331 ], [ 423, 313, 511, 337 ], [ 920, 313, 943, 337 ], [ 45, 328, 180, 352 ], [ 185, 328, 220, 352 ], [ 423, 348, 483, 366 ], [ 487, 348, 500, 366 ], [ 504, 348, 559, 366 ], [ 563, 348, 601, 366 ], [ 605, 348, 654, 366 ], [ 657, 348, 663, 366 ], [ 45, 350, 167, 374 ], [ 423, 367, 483, 386 ], [ 487, 367, 500, 386 ], [ 504, 367, 560, 386 ], [ 563, 367, 629, 386 ], [ 633, 367, 664, 386 ], [ 668, 367, 748, 386 ], [ 423, 387, 483, 405 ], [ 487, 387, 500, 405 ], [ 504, 387, 554, 405 ], [ 558, 387, 646, 405 ], [ 45, 393, 57, 417 ], [ 423, 406, 483, 424 ], [ 487, 406, 500, 424 ], [ 504, 406, 546, 424 ], [ 550, 406, 558, 424 ], [ 561, 406, 608, 424 ], [ 423, 425, 483, 443 ], [ 487, 425, 500, 443 ], [ 504, 425, 565, 443 ], [ 569, 425, 619, 443 ], [ 46, 440, 145, 464 ], [ 151, 440, 186, 464 ], [ 423, 444, 483, 462 ], [ 487, 444, 500, 462 ], [ 504, 444, 573, 462 ], [ 577, 444, 656, 462 ], [ 46, 461, 138, 486 ], [ 423, 463, 483, 482 ], [ 487, 463, 500, 482 ], [ 504, 463, 567, 482 ], [ 46, 505, 58, 529 ], [ 423, 506, 517, 530 ], [ 522, 506, 637, 530 ], [ 642, 506, 677, 530 ], [ 682, 506, 755, 530 ], [ 760, 506, 852, 530 ], [ 923, 506, 947, 530 ], [ 47, 552, 160, 576 ], [ 423, 553, 514, 577 ], [ 519, 553, 563, 577 ], [ 569, 553, 619, 577 ], [ 915, 553, 938, 577 ], [ 47, 573, 141, 597 ], [ 147, 573, 181, 597 ], [ 47, 595, 121, 619 ], [ 422, 600, 485, 624 ], [ 490, 600, 509, 624 ], [ 515, 600, 578, 624 ], [ 583, 600, 594, 624 ], [ 599, 600, 677, 624 ], [ 912, 600, 935, 624 ] ]
[ [ 90, 84, 96, 96 ], [ 99, 84, 105, 96 ], [ 107, 84, 113, 96 ], [ 115, 84, 121, 96 ], [ 124, 84, 129, 96 ], [ 132, 84, 138, 96 ], [ 141, 84, 146, 96 ], [ 151, 84, 157, 96 ], [ 159, 84, 167, 96 ], [ 170, 84, 176, 96 ], [ 181, 84, 188, 96 ], [ 191, 84, 195, 96 ], [ 198, 84, 203, 96 ], [ 56, 124, 210, 187 ], [ 223, 124, 509, 187 ], [ 523, 124, 783, 187 ], [ 54, 177, 301, 239 ], [ 314, 177, 574, 239 ], [ 57, 267, 108, 291 ], [ 113, 267, 132, 291 ], [ 137, 267, 218, 291 ], [ 45, 306, 96, 331 ], [ 101, 306, 116, 331 ], [ 45, 328, 180, 352 ], [ 185, 328, 220, 352 ], [ 45, 350, 167, 374 ], [ 45, 393, 57, 417 ], [ 46, 440, 145, 464 ], [ 151, 440, 186, 464 ], [ 46, 461, 138, 486 ], [ 46, 505, 58, 529 ], [ 47, 552, 160, 576 ], [ 47, 573, 141, 597 ], [ 147, 573, 181, 597 ], [ 47, 595, 121, 619 ], [ 913, 266, 937, 290 ], [ 423, 313, 511, 337 ], [ 920, 313, 943, 337 ], [ 423, 348, 483, 366 ], [ 487, 348, 500, 366 ], [ 504, 348, 559, 366 ], [ 563, 348, 601, 366 ], [ 605, 348, 654, 366 ], [ 657, 348, 663, 366 ], [ 423, 367, 483, 386 ], [ 487, 367, 500, 386 ], [ 504, 367, 560, 386 ], [ 563, 367, 629, 386 ], [ 633, 367, 664, 386 ], [ 668, 367, 748, 386 ], [ 423, 387, 483, 405 ], [ 487, 387, 500, 405 ], [ 504, 387, 554, 405 ], [ 558, 387, 646, 405 ], [ 423, 406, 483, 424 ], [ 487, 406, 500, 424 ], [ 504, 406, 546, 424 ], [ 550, 406, 558, 424 ], [ 561, 406, 608, 424 ], [ 423, 425, 483, 443 ], [ 487, 425, 500, 443 ], [ 504, 425, 565, 443 ], [ 569, 425, 619, 443 ], [ 423, 444, 483, 462 ], [ 487, 444, 500, 462 ], [ 504, 444, 573, 462 ], [ 577, 444, 656, 462 ], [ 423, 463, 483, 482 ], [ 487, 463, 500, 482 ], [ 504, 463, 567, 482 ], [ 423, 506, 517, 530 ], [ 522, 506, 637, 530 ], [ 642, 506, 677, 530 ], [ 682, 506, 755, 530 ], [ 760, 506, 852, 530 ], [ 923, 506, 947, 530 ], [ 423, 553, 514, 577 ], [ 519, 553, 563, 577 ], [ 569, 553, 619, 577 ], [ 915, 553, 938, 577 ], [ 422, 600, 485, 624 ], [ 490, 600, 509, 624 ], [ 515, 600, 578, 624 ], [ 583, 600, 594, 624 ], [ 599, 600, 677, 624 ], [ 912, 600, 935, 624 ] ]
Direct Seeding- Risk Assessment Form For each project site, a Project Risk Assessment Report must be completed by the Landcare Support Person. If an accident occurs, the Project Risk Assessment may be required for legal proceedings. A sample risk assessment form is below and can be adapted to suit the site conditions and activities. PROJECT RISK ASSESSMENT FORM PROJECT NAME………… Direct Seeding………………………………………………………………………………………………… GROUP NAME…………………………………………………… PROJECT LOCATION………………………………………………. PROJECT COORDINATOR………………………………………………………………..ASSESSMENT DATE……………………. RISK RISK TASKS PROCEED LEVEL* INVOLVING MITIGATION (CONTROL) STRATEGIES Yes / No (prior to (after HAZARDS mitigation) mitigation) Vehicle Rollover, Walk area with Project Supervisor before load shifting and direct seeding operation to gain a good falling. understanding of the terrain to be General vehicle traversed, noting to be avoided re, movement and hazards, potholes, wet areas, eroded terrain banks etc. Be aware of charged electric fences, utilise unit On/Off switch. Ensure before crossing waterways, gullies that crossing is a designated crossing and that it is safe to cross. Ensure area to be traversed is safe to do so to avoid dropping into holes with vehicle. Loading Direct Take additional care when climbing on Seeder direct seeder. Falling off seeder, Do not ride on direct seeder while it is in entanglement, motion. falling, tripping Walk with care and avoid slippery areas. Avoid working beneath remnant trees. Ensure overhanging branches are at all times clear and free overheads parts of vehicle. Injury to handler or Operator to be experienced and trained in others from sharp safe equipment operating procedures, and blades. ensure safe practices around workers. Injury to eyes and Equipment operators to wear PPE body from moving appropriate to task: eye protection, gloves, debris. safety footwear, ear protection and safety vest.
Direct Seeding- Risk Assessment Form For each project site, a Project Risk Assessment Report must be completed by the Landcare Support Person. If an accident occurs, the Project Risk Assessment may be required for legal proceedings. A sample risk assessment form is below and can be adapted to suit the site conditions and activities. PROJECT RISK ASSESSMENT FORM PROJECT NAME………… Direct Seeding………………………………………………………………………………………………… GROUP NAME…………………………………………………… PROJECT LOCATION………………………………………………. PROJECT COORDINATOR………………………………………………………………..ASSESSMENT DATE……………………. TASKS INVOLVING HAZARDS RISK LEVEL* (prior to mitigation) MITIGATION (CONTROL) STRATEGIES RISK (after mitigation) PROCEED Yes / No Vehicle Rollover, load shifting and falling. General vehicle movement and terrain Walk area with Project Supervisor before direct seeding operation to gain a good understanding of the terrain to be traversed, noting to be avoided re, hazards, potholes, wet areas, eroded banks etc. Be aware of charged electric fences, utilise unit On/Off switch. Ensure before crossing waterways, gullies that crossing is a designated crossing and that it is safe to cross. Ensure area to be traversed is safe to do so to avoid dropping into holes with vehicle. Loading Direct Seeder Falling off seeder, entanglement, falling, tripping Take additional care when climbing on direct seeder. Do not ride on direct seeder while it is in motion. Walk with care and avoid slippery areas. Avoid working beneath remnant trees. Ensure overhanging branches are at all times clear and free overheads parts of vehicle. Injury to handler or others from sharp blades. Injury to eyes and body from moving debris. Operator to be experienced and trained in safe equipment operating procedures, and ensure safe practices around workers. Equipment operators to wear PPE appropriate to task: eye protection, gloves, safety footwear, ear protection and safety vest.
0.798414
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 71, 74, 84, 69, 73, 81, 82, 85, 75, 76, 77, 70, 83, 86, 72, 78, 79, 80, 87, 88, 95, 96, 97, 105, 112, 113, 120, 121, 127, 89, 90, 91, 92, 93, 94, 98, 99, 100, 101, 102, 103, 104, 106, 107, 108, 109, 110, 111, 114, 115, 116, 117, 118, 119, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 183, 186, 187, 188, 199, 201, 202, 177, 178, 179, 180, 181, 182, 184, 185, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 200, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 240, 241, 242, 248, 254, 255, 256, 257, 263, 264, 265, 272, 233, 234, 235, 236, 237, 238, 239, 243, 244, 245, 246, 247, 249, 250, 251, 252, 253, 258, 259, 260, 261, 262, 266, 267, 268, 269, 270, 271, 273, 274, 275, 276, 277, 278, 279 ]
OHS_Management_Plan_and_Templates_for_Landcare_and_Community_Groups.docx
task-1608-865
24
[ [ 295, 231, 360, 254 ], [ 365, 231, 455, 254 ], [ 460, 231, 508, 254 ], [ 513, 231, 640, 254 ], [ 645, 231, 703, 254 ], [ 120, 269, 144, 285 ], [ 150, 269, 184, 285 ], [ 190, 269, 241, 285 ], [ 246, 269, 277, 285 ], [ 282, 269, 291, 285 ], [ 296, 269, 348, 285 ], [ 353, 269, 383, 285 ], [ 388, 269, 475, 285 ], [ 480, 269, 529, 285 ], [ 535, 269, 571, 285 ], [ 577, 269, 595, 285 ], [ 600, 269, 676, 285 ], [ 682, 269, 699, 285 ], [ 705, 269, 728, 285 ], [ 734, 269, 801, 285 ], [ 806, 269, 864, 285 ], [ 120, 285, 176, 302 ], [ 181, 285, 192, 302 ], [ 198, 285, 216, 302 ], [ 221, 285, 282, 302 ], [ 288, 285, 340, 302 ], [ 345, 285, 369, 302 ], [ 374, 285, 426, 302 ], [ 431, 285, 461, 302 ], [ 466, 285, 553, 302 ], [ 558, 285, 590, 302 ], [ 595, 285, 613, 302 ], [ 618, 285, 680, 302 ], [ 685, 285, 705, 302 ], [ 711, 285, 745, 302 ], [ 750, 285, 845, 302 ], [ 850, 285, 860, 302 ], [ 120, 302, 173, 318 ], [ 178, 302, 204, 318 ], [ 209, 302, 294, 318 ], [ 300, 302, 334, 318 ], [ 340, 302, 351, 318 ], [ 356, 302, 400, 318 ], [ 405, 302, 432, 318 ], [ 438, 302, 463, 318 ], [ 469, 302, 487, 318 ], [ 492, 302, 552, 318 ], [ 557, 302, 572, 318 ], [ 577, 302, 603, 318 ], [ 609, 302, 632, 318 ], [ 638, 302, 663, 318 ], [ 669, 302, 743, 318 ], [ 749, 302, 776, 318 ], [ 781, 302, 850, 318 ], [ 333, 330, 417, 353 ], [ 423, 330, 466, 353 ], [ 472, 330, 601, 353 ], [ 606, 330, 666, 353 ], [ 120, 365, 187, 383 ], [ 191, 365, 291, 382 ], [ 295, 365, 341, 383 ], [ 345, 365, 878, 382 ], [ 120, 395, 177, 413 ], [ 181, 395, 485, 412 ], [ 493, 395, 560, 413 ], [ 564, 395, 878, 413 ], [ 120, 425, 187, 443 ], [ 191, 425, 725, 443 ], [ 729, 425, 877, 443 ], [ 300, 442, 334, 460 ], [ 722, 442, 757, 460 ], [ 163, 447, 211, 465 ], [ 801, 455, 873, 473 ], [ 290, 458, 344, 476 ], [ 143, 463, 231, 481 ], [ 390, 463, 487, 481 ], [ 491, 463, 576, 481 ], [ 581, 463, 673, 481 ], [ 806, 471, 832, 489 ], [ 836, 471, 843, 489 ], [ 847, 471, 869, 489 ], [ 291, 474, 326, 489 ], [ 329, 474, 342, 489 ], [ 722, 474, 757, 489 ], [ 151, 479, 224, 497 ], [ 283, 487, 351, 502 ], [ 706, 487, 773, 502 ], [ 120, 501, 166, 515 ], [ 170, 501, 226, 515 ], [ 418, 501, 449, 515 ], [ 453, 501, 480, 515 ], [ 483, 501, 510, 515 ], [ 514, 501, 557, 515 ], [ 561, 501, 626, 515 ], [ 629, 501, 670, 515 ], [ 120, 514, 148, 529 ], [ 151, 514, 198, 529 ], [ 201, 514, 225, 529 ], [ 418, 514, 454, 528 ], [ 457, 514, 505, 528 ], [ 508, 514, 568, 528 ], [ 572, 514, 585, 528 ], [ 588, 514, 614, 528 ], [ 617, 514, 625, 528 ], [ 628, 514, 659, 528 ], [ 120, 527, 163, 542 ], [ 418, 527, 507, 541 ], [ 511, 527, 523, 541 ], [ 527, 527, 547, 541 ], [ 551, 527, 592, 541 ], [ 596, 527, 609, 541 ], [ 612, 527, 628, 541 ], [ 120, 540, 169, 554 ], [ 172, 540, 214, 554 ], [ 418, 540, 480, 555 ], [ 484, 540, 523, 555 ], [ 555, 540, 568, 555 ], [ 571, 540, 586, 555 ], [ 590, 540, 639, 555 ], [ 642, 540, 659, 555 ], [ 120, 553, 186, 567 ], [ 190, 553, 213, 567 ], [ 418, 553, 469, 568 ], [ 473, 553, 530, 568 ], [ 534, 553, 557, 568 ], [ 560, 553, 597, 568 ], [ 601, 553, 645, 568 ], [ 120, 566, 162, 580 ], [ 418, 566, 454, 581 ], [ 457, 566, 480, 581 ], [ 418, 579, 434, 594 ], [ 437, 579, 475, 594 ], [ 479, 579, 491, 594 ], [ 495, 579, 544, 594 ], [ 548, 579, 593, 594 ], [ 596, 579, 640, 594 ], [ 643, 579, 680, 594 ], [ 418, 592, 442, 607 ], [ 446, 592, 489, 607 ], [ 492, 592, 536, 607 ], [ 418, 605, 460, 620 ], [ 463, 605, 504, 620 ], [ 508, 605, 558, 620 ], [ 561, 605, 631, 620 ], [ 635, 605, 674, 620 ], [ 418, 618, 443, 633 ], [ 447, 618, 497, 633 ], [ 500, 618, 510, 633 ], [ 513, 618, 520, 633 ], [ 524, 618, 591, 633 ], [ 595, 618, 645, 633 ], [ 648, 618, 671, 633 ], [ 418, 631, 443, 646 ], [ 447, 631, 455, 646 ], [ 459, 631, 468, 646 ], [ 472, 631, 497, 646 ], [ 500, 631, 513, 646 ], [ 517, 631, 552, 646 ], [ 422, 644, 463, 659 ], [ 467, 644, 494, 659 ], [ 498, 644, 511, 659 ], [ 514, 644, 529, 659 ], [ 533, 644, 591, 659 ], [ 595, 644, 604, 659 ], [ 608, 644, 633, 659 ], [ 636, 644, 649, 659 ], [ 653, 644, 669, 659 ], [ 418, 657, 432, 672 ], [ 435, 657, 448, 672 ], [ 452, 657, 485, 672 ], [ 489, 657, 544, 672 ], [ 548, 657, 572, 672 ], [ 575, 657, 608, 672 ], [ 612, 657, 639, 672 ], [ 418, 670, 465, 685 ], [ 120, 684, 169, 699 ], [ 173, 684, 211, 699 ], [ 418, 684, 447, 699 ], [ 451, 684, 512, 699 ], [ 516, 684, 542, 699 ], [ 545, 684, 580, 699 ], [ 583, 684, 635, 699 ], [ 638, 684, 654, 699 ], [ 120, 697, 164, 712 ], [ 418, 697, 454, 712 ], [ 457, 697, 503, 712 ], [ 120, 710, 161, 725 ], [ 165, 710, 181, 725 ], [ 185, 710, 229, 725 ], [ 418, 710, 435, 725 ], [ 439, 710, 460, 725 ], [ 463, 710, 487, 725 ], [ 491, 710, 507, 725 ], [ 510, 710, 546, 725 ], [ 549, 710, 591, 725 ], [ 594, 710, 627, 725 ], [ 631, 710, 639, 725 ], [ 643, 710, 652, 725 ], [ 655, 710, 667, 725 ], [ 120, 723, 210, 738 ], [ 418, 723, 466, 738 ], [ 120, 736, 163, 751 ], [ 166, 736, 214, 751 ], [ 418, 736, 449, 751 ], [ 453, 736, 480, 751 ], [ 483, 736, 510, 751 ], [ 513, 736, 536, 751 ], [ 540, 736, 573, 751 ], [ 576, 736, 625, 751 ], [ 628, 736, 665, 751 ], [ 418, 749, 453, 764 ], [ 456, 749, 506, 764 ], [ 509, 749, 560, 764 ], [ 564, 749, 617, 764 ], [ 620, 749, 655, 764 ], [ 418, 762, 460, 777 ], [ 463, 762, 540, 777 ], [ 543, 762, 599, 777 ], [ 603, 762, 623, 777 ], [ 626, 762, 638, 777 ], [ 642, 762, 656, 777 ], [ 418, 775, 452, 790 ], [ 456, 775, 485, 790 ], [ 489, 775, 512, 790 ], [ 515, 775, 540, 790 ], [ 544, 775, 608, 790 ], [ 611, 775, 643, 790 ], [ 646, 775, 659, 790 ], [ 418, 788, 465, 803 ], [ 120, 802, 157, 817 ], [ 160, 802, 174, 817 ], [ 177, 802, 226, 817 ], [ 229, 802, 243, 817 ], [ 410, 802, 466, 817 ], [ 469, 802, 482, 817 ], [ 486, 802, 501, 817 ], [ 505, 802, 580, 817 ], [ 584, 802, 607, 817 ], [ 610, 802, 655, 817 ], [ 658, 802, 669, 817 ], [ 120, 815, 161, 830 ], [ 164, 815, 195, 830 ], [ 198, 815, 233, 830 ], [ 410, 815, 435, 830 ], [ 438, 815, 506, 830 ], [ 509, 815, 569, 830 ], [ 572, 815, 646, 830 ], [ 649, 815, 672, 830 ], [ 120, 828, 165, 843 ], [ 410, 828, 452, 843 ], [ 455, 828, 481, 843 ], [ 484, 828, 539, 843 ], [ 543, 828, 587, 843 ], [ 618, 828, 672, 843 ], [ 120, 841, 157, 856 ], [ 160, 841, 174, 856 ], [ 177, 841, 206, 856 ], [ 209, 841, 233, 856 ], [ 410, 841, 477, 856 ], [ 480, 841, 541, 856 ], [ 544, 841, 557, 856 ], [ 560, 841, 591, 856 ], [ 595, 841, 618, 856 ], [ 120, 854, 152, 869 ], [ 155, 854, 186, 869 ], [ 189, 854, 236, 869 ], [ 410, 854, 483, 869 ], [ 486, 854, 499, 869 ], [ 502, 854, 532, 869 ], [ 535, 854, 557, 869 ], [ 560, 854, 629, 869 ], [ 632, 854, 675, 869 ], [ 120, 867, 163, 882 ], [ 410, 867, 447, 882 ], [ 450, 867, 511, 882 ], [ 514, 867, 534, 882 ], [ 537, 867, 602, 882 ], [ 605, 867, 628, 882 ], [ 632, 867, 669, 882 ], [ 410, 880, 439, 895 ] ]
[ [ 295, 231, 360, 254 ], [ 365, 231, 455, 254 ], [ 460, 231, 508, 254 ], [ 513, 231, 640, 254 ], [ 645, 231, 703, 254 ], [ 120, 269, 144, 285 ], [ 150, 269, 184, 285 ], [ 190, 269, 241, 285 ], [ 246, 269, 277, 285 ], [ 282, 269, 291, 285 ], [ 296, 269, 348, 285 ], [ 353, 269, 383, 285 ], [ 388, 269, 475, 285 ], [ 480, 269, 529, 285 ], [ 535, 269, 571, 285 ], [ 577, 269, 595, 285 ], [ 600, 269, 676, 285 ], [ 682, 269, 699, 285 ], [ 705, 269, 728, 285 ], [ 734, 269, 801, 285 ], [ 806, 269, 864, 285 ], [ 120, 285, 176, 302 ], [ 181, 285, 192, 302 ], [ 198, 285, 216, 302 ], [ 221, 285, 282, 302 ], [ 288, 285, 340, 302 ], [ 345, 285, 369, 302 ], [ 374, 285, 426, 302 ], [ 431, 285, 461, 302 ], [ 466, 285, 553, 302 ], [ 558, 285, 590, 302 ], [ 595, 285, 613, 302 ], [ 618, 285, 680, 302 ], [ 685, 285, 705, 302 ], [ 711, 285, 745, 302 ], [ 750, 285, 845, 302 ], [ 850, 285, 860, 302 ], [ 120, 302, 173, 318 ], [ 178, 302, 204, 318 ], [ 209, 302, 294, 318 ], [ 300, 302, 334, 318 ], [ 340, 302, 351, 318 ], [ 356, 302, 400, 318 ], [ 405, 302, 432, 318 ], [ 438, 302, 463, 318 ], [ 469, 302, 487, 318 ], [ 492, 302, 552, 318 ], [ 557, 302, 572, 318 ], [ 577, 302, 603, 318 ], [ 609, 302, 632, 318 ], [ 638, 302, 663, 318 ], [ 669, 302, 743, 318 ], [ 749, 302, 776, 318 ], [ 781, 302, 850, 318 ], [ 333, 330, 417, 353 ], [ 423, 330, 466, 353 ], [ 472, 330, 601, 353 ], [ 606, 330, 666, 353 ], [ 120, 365, 187, 383 ], [ 191, 365, 291, 382 ], [ 295, 365, 341, 383 ], [ 345, 365, 878, 382 ], [ 120, 395, 177, 413 ], [ 181, 395, 485, 412 ], [ 493, 395, 560, 413 ], [ 564, 395, 878, 413 ], [ 120, 425, 187, 443 ], [ 191, 425, 725, 443 ], [ 729, 425, 877, 443 ], [ 163, 447, 211, 465 ], [ 143, 463, 231, 481 ], [ 151, 479, 224, 497 ], [ 300, 442, 334, 460 ], [ 290, 458, 344, 476 ], [ 291, 474, 326, 489 ], [ 329, 474, 342, 489 ], [ 283, 487, 351, 502 ], [ 390, 463, 487, 481 ], [ 491, 463, 576, 481 ], [ 581, 463, 673, 481 ], [ 722, 442, 757, 460 ], [ 722, 474, 757, 489 ], [ 706, 487, 773, 502 ], [ 801, 455, 873, 473 ], [ 806, 471, 832, 489 ], [ 836, 471, 843, 489 ], [ 847, 471, 869, 489 ], [ 120, 501, 166, 515 ], [ 170, 501, 226, 515 ], [ 120, 514, 148, 529 ], [ 151, 514, 198, 529 ], [ 201, 514, 225, 529 ], [ 120, 527, 163, 542 ], [ 120, 540, 169, 554 ], [ 172, 540, 214, 554 ], [ 120, 553, 186, 567 ], [ 190, 553, 213, 567 ], [ 120, 566, 162, 580 ], [ 418, 501, 449, 515 ], [ 453, 501, 480, 515 ], [ 483, 501, 510, 515 ], [ 514, 501, 557, 515 ], [ 561, 501, 626, 515 ], [ 629, 501, 670, 515 ], [ 418, 514, 454, 528 ], [ 457, 514, 505, 528 ], [ 508, 514, 568, 528 ], [ 572, 514, 585, 528 ], [ 588, 514, 614, 528 ], [ 617, 514, 625, 528 ], [ 628, 514, 659, 528 ], [ 418, 527, 507, 541 ], [ 511, 527, 523, 541 ], [ 527, 527, 547, 541 ], [ 551, 527, 592, 541 ], [ 596, 527, 609, 541 ], [ 612, 527, 628, 541 ], [ 418, 540, 480, 555 ], [ 484, 540, 523, 555 ], [ 555, 540, 568, 555 ], [ 571, 540, 586, 555 ], [ 590, 540, 639, 555 ], [ 642, 540, 659, 555 ], [ 418, 553, 469, 568 ], [ 473, 553, 530, 568 ], [ 534, 553, 557, 568 ], [ 560, 553, 597, 568 ], [ 601, 553, 645, 568 ], [ 418, 566, 454, 581 ], [ 457, 566, 480, 581 ], [ 418, 579, 434, 594 ], [ 437, 579, 475, 594 ], [ 479, 579, 491, 594 ], [ 495, 579, 544, 594 ], [ 548, 579, 593, 594 ], [ 596, 579, 640, 594 ], [ 643, 579, 680, 594 ], [ 418, 592, 442, 607 ], [ 446, 592, 489, 607 ], [ 492, 592, 536, 607 ], [ 418, 605, 460, 620 ], [ 463, 605, 504, 620 ], [ 508, 605, 558, 620 ], [ 561, 605, 631, 620 ], [ 635, 605, 674, 620 ], [ 418, 618, 443, 633 ], [ 447, 618, 497, 633 ], [ 500, 618, 510, 633 ], [ 513, 618, 520, 633 ], [ 524, 618, 591, 633 ], [ 595, 618, 645, 633 ], [ 648, 618, 671, 633 ], [ 418, 631, 443, 646 ], [ 447, 631, 455, 646 ], [ 459, 631, 468, 646 ], [ 472, 631, 497, 646 ], [ 500, 631, 513, 646 ], [ 517, 631, 552, 646 ], [ 422, 644, 463, 659 ], [ 467, 644, 494, 659 ], [ 498, 644, 511, 659 ], [ 514, 644, 529, 659 ], [ 533, 644, 591, 659 ], [ 595, 644, 604, 659 ], [ 608, 644, 633, 659 ], [ 636, 644, 649, 659 ], [ 653, 644, 669, 659 ], [ 418, 657, 432, 672 ], [ 435, 657, 448, 672 ], [ 452, 657, 485, 672 ], [ 489, 657, 544, 672 ], [ 548, 657, 572, 672 ], [ 575, 657, 608, 672 ], [ 612, 657, 639, 672 ], [ 418, 670, 465, 685 ], [ 120, 684, 169, 699 ], [ 173, 684, 211, 699 ], [ 120, 697, 164, 712 ], [ 120, 710, 161, 725 ], [ 165, 710, 181, 725 ], [ 185, 710, 229, 725 ], [ 120, 723, 210, 738 ], [ 120, 736, 163, 751 ], [ 166, 736, 214, 751 ], [ 418, 684, 447, 699 ], [ 451, 684, 512, 699 ], [ 516, 684, 542, 699 ], [ 545, 684, 580, 699 ], [ 583, 684, 635, 699 ], [ 638, 684, 654, 699 ], [ 418, 697, 454, 712 ], [ 457, 697, 503, 712 ], [ 418, 710, 435, 725 ], [ 439, 710, 460, 725 ], [ 463, 710, 487, 725 ], [ 491, 710, 507, 725 ], [ 510, 710, 546, 725 ], [ 549, 710, 591, 725 ], [ 594, 710, 627, 725 ], [ 631, 710, 639, 725 ], [ 643, 710, 652, 725 ], [ 655, 710, 667, 725 ], [ 418, 723, 466, 738 ], [ 418, 736, 449, 751 ], [ 453, 736, 480, 751 ], [ 483, 736, 510, 751 ], [ 513, 736, 536, 751 ], [ 540, 736, 573, 751 ], [ 576, 736, 625, 751 ], [ 628, 736, 665, 751 ], [ 418, 749, 453, 764 ], [ 456, 749, 506, 764 ], [ 509, 749, 560, 764 ], [ 564, 749, 617, 764 ], [ 620, 749, 655, 764 ], [ 418, 762, 460, 777 ], [ 463, 762, 540, 777 ], [ 543, 762, 599, 777 ], [ 603, 762, 623, 777 ], [ 626, 762, 638, 777 ], [ 642, 762, 656, 777 ], [ 418, 775, 452, 790 ], [ 456, 775, 485, 790 ], [ 489, 775, 512, 790 ], [ 515, 775, 540, 790 ], [ 544, 775, 608, 790 ], [ 611, 775, 643, 790 ], [ 646, 775, 659, 790 ], [ 418, 788, 465, 803 ], [ 120, 802, 157, 817 ], [ 160, 802, 174, 817 ], [ 177, 802, 226, 817 ], [ 229, 802, 243, 817 ], [ 120, 815, 161, 830 ], [ 164, 815, 195, 830 ], [ 198, 815, 233, 830 ], [ 120, 828, 165, 843 ], [ 120, 841, 157, 856 ], [ 160, 841, 174, 856 ], [ 177, 841, 206, 856 ], [ 209, 841, 233, 856 ], [ 120, 854, 152, 869 ], [ 155, 854, 186, 869 ], [ 189, 854, 236, 869 ], [ 120, 867, 163, 882 ], [ 410, 802, 466, 817 ], [ 469, 802, 482, 817 ], [ 486, 802, 501, 817 ], [ 505, 802, 580, 817 ], [ 584, 802, 607, 817 ], [ 610, 802, 655, 817 ], [ 658, 802, 669, 817 ], [ 410, 815, 435, 830 ], [ 438, 815, 506, 830 ], [ 509, 815, 569, 830 ], [ 572, 815, 646, 830 ], [ 649, 815, 672, 830 ], [ 410, 828, 452, 843 ], [ 455, 828, 481, 843 ], [ 484, 828, 539, 843 ], [ 543, 828, 587, 843 ], [ 618, 828, 672, 843 ], [ 410, 841, 477, 856 ], [ 480, 841, 541, 856 ], [ 544, 841, 557, 856 ], [ 560, 841, 591, 856 ], [ 595, 841, 618, 856 ], [ 410, 854, 483, 869 ], [ 486, 854, 499, 869 ], [ 502, 854, 532, 869 ], [ 535, 854, 557, 869 ], [ 560, 854, 629, 869 ], [ 632, 854, 675, 869 ], [ 410, 867, 447, 882 ], [ 450, 867, 511, 882 ], [ 514, 867, 534, 882 ], [ 537, 867, 602, 882 ], [ 605, 867, 628, 882 ], [ 632, 867, 669, 882 ], [ 410, 880, 439, 895 ] ]
seeking comments on the RARMP from prescribed experts, agencies and authorities and the public considering all comments relating to the protection of human health and safety and the environment in finalising the RARMP confirming the applicant’s suitability, including their capacity to meet licence conditions, and considering policy principles and any relevant policy guidelines issued by the LGFGT. Once these actions are completed, the Regulator can make a decision on whether or not to grant a licence and the conditions which are to be included in the licence if issued. The statutory timeframes for making decisions on DIR licences effectively extend over approximately 12 months, and or nine months for limited and controlled releases, as they exclude weekends and public holidays observed in the Australian Capital Territory. This time limit may be extended, that is, the clock may be stopped, if the process is unable to continue, for example, because of an unresolved application for declaration of CCI or because additional information is sought from the applicant. The Act and the Gene Technology Regulations 2001 (the Regulations) mandate a minimum timeframe for public consultation on the RARMP of 30 days, or 50 days if the Regulator identifies a significant risk to people or the environment from the proposed dealings. However, consultation periods longer than minimum timeframes are usually allowed to facilitate the provision of information and promote involvement in the decision-making process, particularly by the community. The following table shows the progress of applications for DIR licences undergoing evaluation during the quarter. Applications Notifications of Consultation Consultation Licences received applications* on application on RARMP issued DIR 129 DIR 128 DIR 124 DIR 126 *Although not required under the Act, all new limited and controlled release DIR applications are notified on the OGTR website under ‘What’s New’ and notified to all individuals and organisations on the OGTR mailing list Applications received for Dealings involving Intentional Release licences The Regulator received no applications for a DIR licence in the quarter. Consultation on applications and RARMPs for Dealings involving Intentional Release licences. Although not required by the Act, the Regulator issued a of Licence ‘Notification Application’ for one limited and controlled DIR licence application. This notification was posted on the OGTR website and sent to people and organisations on the OGTR mailing list to advise receipt of the applications and indicate when the RARMP is expected to be released for public comment:
seeking comments on the RARMP from prescribed experts, agencies and authorities and the public considering all comments relating to the protection of human health and safety and the environment in finalising the RARMP confirming the applicant’s suitability, including their capacity to meet licence conditions, and considering policy principles and any relevant policy guidelines issued by the LGFGT. Once these actions are completed, the Regulator can make a decision on whether or not to grant a licence and the conditions which are to be included in the licence if issued. The statutory timeframes for making decisions on DIR licences effectively extend over approximately 12 months, and or nine months for limited and controlled releases, as they exclude weekends and public holidays observed in the Australian Capital Territory. This time limit may be extended, that is, the clock may be stopped, if the process is unable to continue, for example, because of an unresolved application for declaration of CCI or because additional information is sought from the applicant. The Act and the Gene Technology Regulations 2001 (the Regulations) mandate a minimum timeframe for public consultation on the RARMP of 30 days, or 50 days if the Regulator identifies a significant risk to people or the environment from the proposed dealings. However, consultation periods longer than minimum timeframes are usually allowed to facilitate the provision of information and promote involvement in the decision-making process, particularly by the community. The following table shows the progress of applications for DIR licences undergoing evaluation during the quarter. Applications received Notifications of applications* Consultation on application Consultation on RARMP Licences issued DIR 129 DIR 128 DIR 124 DIR 126 *Although not required under the Act, all new limited and controlled release DIR applications are notified on the OGTR website under ‘What’s New’ and notified to all individuals and organisations on the OGTR mailing list Applications received for Dealings involving Intentional Release licences The Regulator received no applications for a DIR licence in the quarter. Consultation on applications and RARMPs for Dealings involving Intentional Release licences. Although not required by the Act, the Regulator issued a ‘Notification of Licence Application’ for one limited and controlled DIR licence application. This notification was posted on the OGTR website and sent to people and organisations on the OGTR mailing list to advise receipt of the applications and indicate when the RARMP is expected to be released for public comment:
0.968223
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 257, 252, 253, 258, 254, 259, 260, 255, 261, 262, 256, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 350, 348, 349, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397 ]
OGTR%20Quarterly%20Report%20-%20June%202014.docx
task-1608-89
9
[ [ 211, 83, 273, 102 ], [ 278, 83, 360, 102 ], [ 366, 83, 386, 102 ], [ 391, 83, 415, 102 ], [ 420, 83, 491, 102 ], [ 496, 83, 535, 102 ], [ 540, 83, 624, 102 ], [ 629, 83, 692, 102 ], [ 697, 83, 767, 102 ], [ 772, 83, 801, 102 ], [ 211, 100, 296, 119 ], [ 301, 100, 330, 119 ], [ 335, 100, 360, 119 ], [ 365, 100, 415, 119 ], [ 211, 120, 305, 139 ], [ 310, 120, 330, 139 ], [ 335, 120, 418, 139 ], [ 423, 120, 485, 139 ], [ 490, 120, 505, 139 ], [ 510, 120, 535, 139 ], [ 540, 120, 622, 139 ], [ 627, 120, 643, 139 ], [ 648, 120, 703, 139 ], [ 708, 120, 758, 139 ], [ 763, 120, 792, 139 ], [ 797, 120, 845, 139 ], [ 211, 136, 240, 155 ], [ 245, 136, 270, 155 ], [ 275, 136, 377, 155 ], [ 382, 136, 397, 155 ], [ 402, 136, 479, 155 ], [ 484, 136, 508, 155 ], [ 513, 136, 584, 155 ], [ 211, 156, 301, 175 ], [ 306, 156, 330, 175 ], [ 335, 156, 424, 175 ], [ 429, 156, 514, 175 ], [ 519, 156, 595, 175 ], [ 600, 156, 637, 175 ], [ 642, 156, 709, 175 ], [ 714, 156, 730, 175 ], [ 735, 156, 774, 175 ], [ 779, 156, 836, 175 ], [ 211, 172, 300, 191 ], [ 305, 172, 334, 191 ], [ 339, 172, 433, 191 ], [ 438, 172, 489, 191 ], [ 494, 172, 573, 191 ], [ 578, 172, 607, 191 ], [ 612, 172, 641, 191 ], [ 646, 172, 711, 191 ], [ 716, 172, 767, 191 ], [ 211, 189, 294, 208 ], [ 299, 189, 349, 208 ], [ 354, 189, 375, 208 ], [ 380, 189, 404, 208 ], [ 409, 189, 479, 208 ], [ 151, 212, 193, 231 ], [ 198, 212, 240, 231 ], [ 245, 212, 302, 231 ], [ 307, 212, 331, 231 ], [ 336, 212, 425, 231 ], [ 430, 212, 455, 231 ], [ 460, 212, 539, 231 ], [ 544, 212, 572, 231 ], [ 577, 212, 621, 231 ], [ 626, 212, 635, 231 ], [ 640, 212, 707, 231 ], [ 712, 212, 732, 231 ], [ 737, 212, 802, 231 ], [ 807, 212, 824, 231 ], [ 151, 229, 176, 248 ], [ 181, 229, 197, 248 ], [ 202, 229, 244, 248 ], [ 249, 229, 258, 248 ], [ 263, 229, 320, 248 ], [ 325, 229, 354, 248 ], [ 359, 229, 383, 248 ], [ 388, 229, 472, 248 ], [ 477, 229, 527, 248 ], [ 532, 229, 556, 248 ], [ 561, 229, 577, 248 ], [ 582, 229, 601, 248 ], [ 606, 229, 675, 248 ], [ 680, 229, 696, 248 ], [ 701, 229, 726, 248 ], [ 731, 229, 788, 248 ], [ 793, 229, 805, 248 ], [ 151, 245, 206, 264 ], [ 151, 269, 182, 288 ], [ 187, 269, 258, 288 ], [ 263, 269, 353, 288 ], [ 358, 269, 382, 288 ], [ 387, 269, 447, 288 ], [ 452, 269, 527, 288 ], [ 532, 269, 552, 288 ], [ 557, 269, 592, 288 ], [ 597, 269, 662, 288 ], [ 667, 269, 753, 288 ], [ 758, 269, 812, 288 ], [ 151, 285, 186, 304 ], [ 192, 285, 308, 304 ], [ 313, 285, 333, 304 ], [ 338, 285, 402, 304 ], [ 407, 285, 437, 304 ], [ 479, 285, 496, 304 ], [ 501, 285, 536, 304 ], [ 541, 285, 600, 304 ], [ 605, 285, 628, 304 ], [ 633, 285, 690, 304 ], [ 696, 285, 725, 304 ], [ 730, 285, 811, 304 ], [ 151, 301, 219, 320 ], [ 224, 301, 241, 320 ], [ 246, 301, 281, 320 ], [ 286, 301, 349, 320 ], [ 354, 301, 433, 320 ], [ 438, 301, 467, 320 ], [ 472, 301, 523, 320 ], [ 528, 301, 596, 320 ], [ 601, 301, 674, 320 ], [ 679, 301, 694, 320 ], [ 699, 301, 724, 320 ], [ 729, 301, 813, 320 ], [ 151, 318, 209, 337 ], [ 214, 318, 292, 337 ], [ 151, 341, 186, 360 ], [ 192, 341, 227, 360 ], [ 232, 341, 270, 360 ], [ 275, 341, 310, 360 ], [ 315, 341, 334, 360 ], [ 339, 341, 417, 360 ], [ 422, 341, 452, 360 ], [ 457, 341, 476, 360 ], [ 481, 341, 505, 360 ], [ 510, 341, 554, 360 ], [ 559, 341, 594, 360 ], [ 599, 341, 618, 360 ], [ 623, 341, 690, 360 ], [ 695, 341, 708, 360 ], [ 713, 341, 737, 360 ], [ 216, 358, 277, 377 ], [ 282, 358, 295, 377 ], [ 300, 358, 354, 377 ], [ 359, 358, 374, 377 ], [ 379, 358, 454, 377 ], [ 459, 358, 482, 377 ], [ 487, 358, 561, 377 ], [ 566, 358, 629, 377 ], [ 634, 358, 651, 377 ], [ 656, 358, 675, 377 ], [ 680, 358, 769, 377 ], [ 151, 374, 240, 393 ], [ 245, 374, 269, 393 ], [ 274, 374, 363, 393 ], [ 368, 374, 385, 393 ], [ 390, 374, 424, 393 ], [ 429, 374, 445, 393 ], [ 450, 374, 514, 393 ], [ 519, 374, 600, 393 ], [ 605, 374, 700, 393 ], [ 705, 374, 718, 393 ], [ 723, 374, 777, 393 ], [ 782, 374, 821, 393 ], [ 151, 390, 175, 409 ], [ 180, 390, 259, 409 ], [ 151, 414, 182, 433 ], [ 187, 414, 216, 433 ], [ 221, 414, 250, 433 ], [ 255, 414, 280, 433 ], [ 285, 414, 327, 433 ], [ 332, 414, 429, 433 ], [ 434, 414, 530, 433 ], [ 535, 414, 575, 433 ], [ 580, 414, 612, 433 ], [ 617, 414, 720, 433 ], [ 725, 414, 793, 433 ], [ 798, 414, 807, 433 ], [ 151, 430, 229, 449 ], [ 234, 430, 317, 449 ], [ 322, 430, 345, 449 ], [ 350, 430, 401, 449 ], [ 406, 430, 504, 449 ], [ 509, 430, 529, 449 ], [ 534, 430, 559, 449 ], [ 564, 430, 635, 449 ], [ 640, 430, 656, 449 ], [ 661, 430, 682, 449 ], [ 687, 430, 729, 449 ], [ 734, 430, 750, 449 ], [ 755, 430, 776, 449 ], [ 781, 430, 818, 449 ], [ 823, 430, 835, 449 ], [ 151, 447, 175, 466 ], [ 180, 447, 260, 466 ], [ 265, 447, 340, 466 ], [ 345, 447, 354, 466 ], [ 359, 447, 444, 466 ], [ 449, 447, 479, 466 ], [ 484, 447, 500, 466 ], [ 505, 447, 558, 466 ], [ 563, 447, 580, 466 ], [ 585, 447, 610, 466 ], [ 615, 447, 717, 466 ], [ 722, 447, 761, 466 ], [ 766, 447, 790, 466 ], [ 151, 463, 225, 482 ], [ 230, 463, 302, 482 ], [ 307, 463, 386, 482 ], [ 391, 463, 489, 482 ], [ 494, 463, 553, 482 ], [ 559, 463, 610, 482 ], [ 615, 463, 650, 482 ], [ 655, 463, 733, 482 ], [ 738, 463, 829, 482 ], [ 151, 480, 175, 499 ], [ 180, 480, 238, 499 ], [ 244, 480, 307, 499 ], [ 312, 480, 328, 499 ], [ 333, 480, 403, 499 ], [ 408, 480, 433, 499 ], [ 438, 480, 514, 499 ], [ 519, 480, 536, 499 ], [ 541, 480, 636, 499 ], [ 641, 480, 670, 499 ], [ 675, 480, 742, 499 ], [ 747, 480, 848, 499 ], [ 151, 496, 166, 515 ], [ 171, 496, 196, 515 ], [ 201, 496, 335, 515 ], [ 340, 496, 406, 515 ], [ 411, 496, 504, 515 ], [ 509, 496, 529, 515 ], [ 534, 496, 558, 515 ], [ 563, 496, 660, 515 ], [ 665, 496, 697, 515 ], [ 702, 496, 780, 515 ], [ 785, 496, 824, 515 ], [ 151, 512, 201, 531 ], [ 206, 512, 231, 531 ], [ 236, 512, 304, 531 ], [ 309, 512, 326, 531 ], [ 331, 512, 428, 531 ], [ 433, 512, 457, 531 ], [ 462, 512, 496, 531 ], [ 501, 512, 566, 531 ], [ 571, 512, 663, 531 ], [ 668, 512, 752, 531 ], [ 757, 512, 810, 531 ], [ 815, 512, 839, 531 ], [ 151, 529, 213, 548 ], [ 151, 560, 259, 580 ], [ 279, 560, 389, 580 ], [ 394, 560, 410, 580 ], [ 434, 560, 544, 580 ], [ 584, 560, 694, 580 ], [ 735, 560, 809, 580 ], [ 151, 576, 222, 596 ], [ 279, 576, 393, 596 ], [ 434, 576, 455, 596 ], [ 460, 576, 556, 596 ], [ 584, 576, 605, 596 ], [ 610, 576, 685, 596 ], [ 735, 576, 788, 596 ], [ 312, 608, 347, 627 ], [ 352, 608, 382, 627 ], [ 584, 608, 618, 627 ], [ 623, 608, 654, 627 ], [ 735, 608, 770, 627 ], [ 775, 608, 805, 627 ], [ 735, 631, 770, 650 ], [ 775, 631, 805, 650 ], [ 151, 660, 214, 673 ], [ 217, 660, 237, 673 ], [ 241, 660, 293, 673 ], [ 296, 660, 332, 673 ], [ 335, 660, 354, 673 ], [ 358, 660, 381, 673 ], [ 385, 660, 401, 673 ], [ 405, 660, 429, 673 ], [ 433, 660, 475, 673 ], [ 479, 660, 501, 673 ], [ 505, 660, 567, 673 ], [ 571, 660, 615, 673 ], [ 618, 660, 644, 673 ], [ 647, 660, 722, 673 ], [ 726, 660, 746, 673 ], [ 750, 660, 796, 673 ], [ 800, 660, 815, 673 ], [ 819, 660, 837, 673 ], [ 151, 673, 190, 686 ], [ 194, 673, 239, 686 ], [ 243, 673, 278, 686 ], [ 282, 673, 330, 686 ], [ 334, 673, 366, 685 ], [ 369, 673, 392, 686 ], [ 396, 673, 442, 686 ], [ 446, 673, 457, 686 ], [ 461, 673, 477, 686 ], [ 481, 673, 548, 686 ], [ 552, 673, 574, 686 ], [ 578, 673, 661, 686 ], [ 665, 673, 680, 686 ], [ 684, 673, 703, 686 ], [ 706, 673, 746, 686 ], [ 750, 673, 796, 686 ], [ 799, 673, 818, 686 ], [ 151, 698, 259, 717 ], [ 264, 698, 336, 717 ], [ 341, 698, 367, 717 ], [ 372, 698, 445, 717 ], [ 451, 698, 530, 717 ], [ 535, 698, 630, 717 ], [ 635, 698, 700, 717 ], [ 705, 698, 771, 717 ], [ 151, 721, 182, 740 ], [ 187, 721, 266, 740 ], [ 271, 721, 340, 740 ], [ 345, 721, 365, 740 ], [ 370, 721, 467, 740 ], [ 472, 721, 496, 740 ], [ 501, 721, 510, 740 ], [ 515, 721, 549, 740 ], [ 554, 721, 611, 740 ], [ 616, 721, 632, 740 ], [ 637, 721, 662, 740 ], [ 667, 721, 729, 741 ], [ 151, 752, 262, 772 ], [ 267, 752, 288, 772 ], [ 293, 752, 397, 772 ], [ 402, 752, 435, 772 ], [ 440, 752, 522, 772 ], [ 527, 752, 553, 772 ], [ 558, 752, 632, 772 ], [ 637, 752, 717, 772 ], [ 722, 752, 817, 772 ], [ 151, 768, 216, 788 ], [ 221, 768, 292, 787 ], [ 151, 792, 227, 811 ], [ 232, 792, 258, 811 ], [ 263, 792, 330, 811 ], [ 335, 792, 355, 811 ], [ 360, 792, 385, 811 ], [ 390, 792, 424, 811 ], [ 429, 792, 453, 811 ], [ 458, 792, 538, 811 ], [ 543, 792, 593, 811 ], [ 598, 792, 607, 811 ], [ 721, 792, 738, 811 ], [ 743, 792, 807, 811 ], [ 612, 794, 716, 811 ], [ 151, 808, 252, 826 ], [ 258, 808, 281, 827 ], [ 286, 808, 315, 827 ], [ 320, 808, 377, 827 ], [ 382, 808, 411, 827 ], [ 416, 808, 498, 827 ], [ 503, 808, 538, 827 ], [ 543, 808, 600, 827 ], [ 605, 808, 699, 827 ], [ 709, 808, 745, 827 ], [ 750, 808, 843, 827 ], [ 151, 824, 182, 843 ], [ 187, 824, 240, 843 ], [ 245, 824, 265, 843 ], [ 270, 824, 294, 843 ], [ 300, 824, 354, 843 ], [ 359, 824, 421, 843 ], [ 426, 824, 455, 843 ], [ 460, 824, 493, 843 ], [ 498, 824, 513, 843 ], [ 518, 824, 572, 843 ], [ 577, 824, 606, 843 ], [ 611, 824, 718, 843 ], [ 724, 824, 744, 843 ], [ 749, 824, 773, 843 ], [ 778, 824, 833, 843 ], [ 151, 841, 212, 860 ], [ 217, 841, 242, 860 ], [ 247, 841, 263, 860 ], [ 268, 841, 319, 860 ], [ 324, 841, 379, 860 ], [ 384, 841, 401, 860 ], [ 406, 841, 430, 860 ], [ 435, 841, 533, 860 ], [ 538, 841, 567, 860 ], [ 572, 841, 635, 860 ], [ 640, 841, 684, 860 ], [ 689, 841, 714, 860 ], [ 719, 841, 789, 860 ], [ 794, 841, 808, 860 ], [ 151, 857, 222, 876 ], [ 227, 857, 243, 876 ], [ 248, 857, 267, 876 ], [ 272, 857, 338, 876 ], [ 343, 857, 366, 876 ], [ 372, 857, 422, 876 ], [ 427, 857, 507, 876 ] ]
[ [ 211, 83, 273, 102 ], [ 278, 83, 360, 102 ], [ 366, 83, 386, 102 ], [ 391, 83, 415, 102 ], [ 420, 83, 491, 102 ], [ 496, 83, 535, 102 ], [ 540, 83, 624, 102 ], [ 629, 83, 692, 102 ], [ 697, 83, 767, 102 ], [ 772, 83, 801, 102 ], [ 211, 100, 296, 119 ], [ 301, 100, 330, 119 ], [ 335, 100, 360, 119 ], [ 365, 100, 415, 119 ], [ 211, 120, 305, 139 ], [ 310, 120, 330, 139 ], [ 335, 120, 418, 139 ], [ 423, 120, 485, 139 ], [ 490, 120, 505, 139 ], [ 510, 120, 535, 139 ], [ 540, 120, 622, 139 ], [ 627, 120, 643, 139 ], [ 648, 120, 703, 139 ], [ 708, 120, 758, 139 ], [ 763, 120, 792, 139 ], [ 797, 120, 845, 139 ], [ 211, 136, 240, 155 ], [ 245, 136, 270, 155 ], [ 275, 136, 377, 155 ], [ 382, 136, 397, 155 ], [ 402, 136, 479, 155 ], [ 484, 136, 508, 155 ], [ 513, 136, 584, 155 ], [ 211, 156, 301, 175 ], [ 306, 156, 330, 175 ], [ 335, 156, 424, 175 ], [ 429, 156, 514, 175 ], [ 519, 156, 595, 175 ], [ 600, 156, 637, 175 ], [ 642, 156, 709, 175 ], [ 714, 156, 730, 175 ], [ 735, 156, 774, 175 ], [ 779, 156, 836, 175 ], [ 211, 172, 300, 191 ], [ 305, 172, 334, 191 ], [ 339, 172, 433, 191 ], [ 438, 172, 489, 191 ], [ 494, 172, 573, 191 ], [ 578, 172, 607, 191 ], [ 612, 172, 641, 191 ], [ 646, 172, 711, 191 ], [ 716, 172, 767, 191 ], [ 211, 189, 294, 208 ], [ 299, 189, 349, 208 ], [ 354, 189, 375, 208 ], [ 380, 189, 404, 208 ], [ 409, 189, 479, 208 ], [ 151, 212, 193, 231 ], [ 198, 212, 240, 231 ], [ 245, 212, 302, 231 ], [ 307, 212, 331, 231 ], [ 336, 212, 425, 231 ], [ 430, 212, 455, 231 ], [ 460, 212, 539, 231 ], [ 544, 212, 572, 231 ], [ 577, 212, 621, 231 ], [ 626, 212, 635, 231 ], [ 640, 212, 707, 231 ], [ 712, 212, 732, 231 ], [ 737, 212, 802, 231 ], [ 807, 212, 824, 231 ], [ 151, 229, 176, 248 ], [ 181, 229, 197, 248 ], [ 202, 229, 244, 248 ], [ 249, 229, 258, 248 ], [ 263, 229, 320, 248 ], [ 325, 229, 354, 248 ], [ 359, 229, 383, 248 ], [ 388, 229, 472, 248 ], [ 477, 229, 527, 248 ], [ 532, 229, 556, 248 ], [ 561, 229, 577, 248 ], [ 582, 229, 601, 248 ], [ 606, 229, 675, 248 ], [ 680, 229, 696, 248 ], [ 701, 229, 726, 248 ], [ 731, 229, 788, 248 ], [ 793, 229, 805, 248 ], [ 151, 245, 206, 264 ], [ 151, 269, 182, 288 ], [ 187, 269, 258, 288 ], [ 263, 269, 353, 288 ], [ 358, 269, 382, 288 ], [ 387, 269, 447, 288 ], [ 452, 269, 527, 288 ], [ 532, 269, 552, 288 ], [ 557, 269, 592, 288 ], [ 597, 269, 662, 288 ], [ 667, 269, 753, 288 ], [ 758, 269, 812, 288 ], [ 151, 285, 186, 304 ], [ 192, 285, 308, 304 ], [ 313, 285, 333, 304 ], [ 338, 285, 402, 304 ], [ 407, 285, 437, 304 ], [ 479, 285, 496, 304 ], [ 501, 285, 536, 304 ], [ 541, 285, 600, 304 ], [ 605, 285, 628, 304 ], [ 633, 285, 690, 304 ], [ 696, 285, 725, 304 ], [ 730, 285, 811, 304 ], [ 151, 301, 219, 320 ], [ 224, 301, 241, 320 ], [ 246, 301, 281, 320 ], [ 286, 301, 349, 320 ], [ 354, 301, 433, 320 ], [ 438, 301, 467, 320 ], [ 472, 301, 523, 320 ], [ 528, 301, 596, 320 ], [ 601, 301, 674, 320 ], [ 679, 301, 694, 320 ], [ 699, 301, 724, 320 ], [ 729, 301, 813, 320 ], [ 151, 318, 209, 337 ], [ 214, 318, 292, 337 ], [ 151, 341, 186, 360 ], [ 192, 341, 227, 360 ], [ 232, 341, 270, 360 ], [ 275, 341, 310, 360 ], [ 315, 341, 334, 360 ], [ 339, 341, 417, 360 ], [ 422, 341, 452, 360 ], [ 457, 341, 476, 360 ], [ 481, 341, 505, 360 ], [ 510, 341, 554, 360 ], [ 559, 341, 594, 360 ], [ 599, 341, 618, 360 ], [ 623, 341, 690, 360 ], [ 695, 341, 708, 360 ], [ 713, 341, 737, 360 ], [ 216, 358, 277, 377 ], [ 282, 358, 295, 377 ], [ 300, 358, 354, 377 ], [ 359, 358, 374, 377 ], [ 379, 358, 454, 377 ], [ 459, 358, 482, 377 ], [ 487, 358, 561, 377 ], [ 566, 358, 629, 377 ], [ 634, 358, 651, 377 ], [ 656, 358, 675, 377 ], [ 680, 358, 769, 377 ], [ 151, 374, 240, 393 ], [ 245, 374, 269, 393 ], [ 274, 374, 363, 393 ], [ 368, 374, 385, 393 ], [ 390, 374, 424, 393 ], [ 429, 374, 445, 393 ], [ 450, 374, 514, 393 ], [ 519, 374, 600, 393 ], [ 605, 374, 700, 393 ], [ 705, 374, 718, 393 ], [ 723, 374, 777, 393 ], [ 782, 374, 821, 393 ], [ 151, 390, 175, 409 ], [ 180, 390, 259, 409 ], [ 151, 414, 182, 433 ], [ 187, 414, 216, 433 ], [ 221, 414, 250, 433 ], [ 255, 414, 280, 433 ], [ 285, 414, 327, 433 ], [ 332, 414, 429, 433 ], [ 434, 414, 530, 433 ], [ 535, 414, 575, 433 ], [ 580, 414, 612, 433 ], [ 617, 414, 720, 433 ], [ 725, 414, 793, 433 ], [ 798, 414, 807, 433 ], [ 151, 430, 229, 449 ], [ 234, 430, 317, 449 ], [ 322, 430, 345, 449 ], [ 350, 430, 401, 449 ], [ 406, 430, 504, 449 ], [ 509, 430, 529, 449 ], [ 534, 430, 559, 449 ], [ 564, 430, 635, 449 ], [ 640, 430, 656, 449 ], [ 661, 430, 682, 449 ], [ 687, 430, 729, 449 ], [ 734, 430, 750, 449 ], [ 755, 430, 776, 449 ], [ 781, 430, 818, 449 ], [ 823, 430, 835, 449 ], [ 151, 447, 175, 466 ], [ 180, 447, 260, 466 ], [ 265, 447, 340, 466 ], [ 345, 447, 354, 466 ], [ 359, 447, 444, 466 ], [ 449, 447, 479, 466 ], [ 484, 447, 500, 466 ], [ 505, 447, 558, 466 ], [ 563, 447, 580, 466 ], [ 585, 447, 610, 466 ], [ 615, 447, 717, 466 ], [ 722, 447, 761, 466 ], [ 766, 447, 790, 466 ], [ 151, 463, 225, 482 ], [ 230, 463, 302, 482 ], [ 307, 463, 386, 482 ], [ 391, 463, 489, 482 ], [ 494, 463, 553, 482 ], [ 559, 463, 610, 482 ], [ 615, 463, 650, 482 ], [ 655, 463, 733, 482 ], [ 738, 463, 829, 482 ], [ 151, 480, 175, 499 ], [ 180, 480, 238, 499 ], [ 244, 480, 307, 499 ], [ 312, 480, 328, 499 ], [ 333, 480, 403, 499 ], [ 408, 480, 433, 499 ], [ 438, 480, 514, 499 ], [ 519, 480, 536, 499 ], [ 541, 480, 636, 499 ], [ 641, 480, 670, 499 ], [ 675, 480, 742, 499 ], [ 747, 480, 848, 499 ], [ 151, 496, 166, 515 ], [ 171, 496, 196, 515 ], [ 201, 496, 335, 515 ], [ 340, 496, 406, 515 ], [ 411, 496, 504, 515 ], [ 509, 496, 529, 515 ], [ 534, 496, 558, 515 ], [ 563, 496, 660, 515 ], [ 665, 496, 697, 515 ], [ 702, 496, 780, 515 ], [ 785, 496, 824, 515 ], [ 151, 512, 201, 531 ], [ 206, 512, 231, 531 ], [ 236, 512, 304, 531 ], [ 309, 512, 326, 531 ], [ 331, 512, 428, 531 ], [ 433, 512, 457, 531 ], [ 462, 512, 496, 531 ], [ 501, 512, 566, 531 ], [ 571, 512, 663, 531 ], [ 668, 512, 752, 531 ], [ 757, 512, 810, 531 ], [ 815, 512, 839, 531 ], [ 151, 529, 213, 548 ], [ 151, 560, 259, 580 ], [ 151, 576, 222, 596 ], [ 279, 560, 389, 580 ], [ 394, 560, 410, 580 ], [ 279, 576, 393, 596 ], [ 434, 560, 544, 580 ], [ 434, 576, 455, 596 ], [ 460, 576, 556, 596 ], [ 584, 560, 694, 580 ], [ 584, 576, 605, 596 ], [ 610, 576, 685, 596 ], [ 735, 560, 809, 580 ], [ 735, 576, 788, 596 ], [ 312, 608, 347, 627 ], [ 352, 608, 382, 627 ], [ 584, 608, 618, 627 ], [ 623, 608, 654, 627 ], [ 735, 608, 770, 627 ], [ 775, 608, 805, 627 ], [ 735, 631, 770, 650 ], [ 775, 631, 805, 650 ], [ 151, 660, 214, 673 ], [ 217, 660, 237, 673 ], [ 241, 660, 293, 673 ], [ 296, 660, 332, 673 ], [ 335, 660, 354, 673 ], [ 358, 660, 381, 673 ], [ 385, 660, 401, 673 ], [ 405, 660, 429, 673 ], [ 433, 660, 475, 673 ], [ 479, 660, 501, 673 ], [ 505, 660, 567, 673 ], [ 571, 660, 615, 673 ], [ 618, 660, 644, 673 ], [ 647, 660, 722, 673 ], [ 726, 660, 746, 673 ], [ 750, 660, 796, 673 ], [ 800, 660, 815, 673 ], [ 819, 660, 837, 673 ], [ 151, 673, 190, 686 ], [ 194, 673, 239, 686 ], [ 243, 673, 278, 686 ], [ 282, 673, 330, 686 ], [ 334, 673, 366, 685 ], [ 369, 673, 392, 686 ], [ 396, 673, 442, 686 ], [ 446, 673, 457, 686 ], [ 461, 673, 477, 686 ], [ 481, 673, 548, 686 ], [ 552, 673, 574, 686 ], [ 578, 673, 661, 686 ], [ 665, 673, 680, 686 ], [ 684, 673, 703, 686 ], [ 706, 673, 746, 686 ], [ 750, 673, 796, 686 ], [ 799, 673, 818, 686 ], [ 151, 698, 259, 717 ], [ 264, 698, 336, 717 ], [ 341, 698, 367, 717 ], [ 372, 698, 445, 717 ], [ 451, 698, 530, 717 ], [ 535, 698, 630, 717 ], [ 635, 698, 700, 717 ], [ 705, 698, 771, 717 ], [ 151, 721, 182, 740 ], [ 187, 721, 266, 740 ], [ 271, 721, 340, 740 ], [ 345, 721, 365, 740 ], [ 370, 721, 467, 740 ], [ 472, 721, 496, 740 ], [ 501, 721, 510, 740 ], [ 515, 721, 549, 740 ], [ 554, 721, 611, 740 ], [ 616, 721, 632, 740 ], [ 637, 721, 662, 740 ], [ 667, 721, 729, 741 ], [ 151, 752, 262, 772 ], [ 267, 752, 288, 772 ], [ 293, 752, 397, 772 ], [ 402, 752, 435, 772 ], [ 440, 752, 522, 772 ], [ 527, 752, 553, 772 ], [ 558, 752, 632, 772 ], [ 637, 752, 717, 772 ], [ 722, 752, 817, 772 ], [ 151, 768, 216, 788 ], [ 221, 768, 292, 787 ], [ 151, 792, 227, 811 ], [ 232, 792, 258, 811 ], [ 263, 792, 330, 811 ], [ 335, 792, 355, 811 ], [ 360, 792, 385, 811 ], [ 390, 792, 424, 811 ], [ 429, 792, 453, 811 ], [ 458, 792, 538, 811 ], [ 543, 792, 593, 811 ], [ 598, 792, 607, 811 ], [ 612, 794, 716, 811 ], [ 721, 792, 738, 811 ], [ 743, 792, 807, 811 ], [ 151, 808, 252, 826 ], [ 258, 808, 281, 827 ], [ 286, 808, 315, 827 ], [ 320, 808, 377, 827 ], [ 382, 808, 411, 827 ], [ 416, 808, 498, 827 ], [ 503, 808, 538, 827 ], [ 543, 808, 600, 827 ], [ 605, 808, 699, 827 ], [ 709, 808, 745, 827 ], [ 750, 808, 843, 827 ], [ 151, 824, 182, 843 ], [ 187, 824, 240, 843 ], [ 245, 824, 265, 843 ], [ 270, 824, 294, 843 ], [ 300, 824, 354, 843 ], [ 359, 824, 421, 843 ], [ 426, 824, 455, 843 ], [ 460, 824, 493, 843 ], [ 498, 824, 513, 843 ], [ 518, 824, 572, 843 ], [ 577, 824, 606, 843 ], [ 611, 824, 718, 843 ], [ 724, 824, 744, 843 ], [ 749, 824, 773, 843 ], [ 778, 824, 833, 843 ], [ 151, 841, 212, 860 ], [ 217, 841, 242, 860 ], [ 247, 841, 263, 860 ], [ 268, 841, 319, 860 ], [ 324, 841, 379, 860 ], [ 384, 841, 401, 860 ], [ 406, 841, 430, 860 ], [ 435, 841, 533, 860 ], [ 538, 841, 567, 860 ], [ 572, 841, 635, 860 ], [ 640, 841, 684, 860 ], [ 689, 841, 714, 860 ], [ 719, 841, 789, 860 ], [ 794, 841, 808, 860 ], [ 151, 857, 222, 876 ], [ 227, 857, 243, 876 ], [ 248, 857, 267, 876 ], [ 272, 857, 338, 876 ], [ 343, 857, 366, 876 ], [ 372, 857, 422, 876 ], [ 427, 857, 507, 876 ] ]
There are different levels of severity of otitis media, and complications, particularly if not monitored and treated where necessary, can result in hearing loss. Some forms of otitis media are treatable either through antibiotics or surgery, but public health strategies focus on prevention, awareness and early identification for best results (Burns and Thomson 2013; DoHA 2015). Generally, the incidence of otitis peaks in two age groups: between 6 and 24 months (when many infants are weaned and exposed to environmental conditions); and at 4-5 years (when children start kindergarten) (Kong and Coates 2009; Burns and Thomson 2013). Aboriginal and Torres Strait Islander children under three years of age are at the highest risk of ear disease this is the most critical development period for speech — development, underpinning communication, learning, and social and emotional development (Aithal, Yonovitz and Aithal 2008; Brouwer et al. 2005; Couzos, Metcalf and Murray 2007; Williams and Jacobs 2009). Severe cases of otitis media can lead to ongoing medical complications that negatively affect a child’s early acquisition of language, intellectual development, social skills and educational attainment, and employment outcomes later in life. Hearing loss can have long term effects on overall wellbeing (AIHW 2014; WHO 2016). Factors identified as increasing the risk of ear health issues include: social disadvantage; limited access to primary health care and treatment (see section 8.1); nutritional problems (see section 8.5); crowded housing conditions (see section 10.1); inadequate access to water, functioning sewerage and waste removal systems (see section 10.3); and passive smoking (see section 8.4). Breastfeeding is associated with a reduced risk of otitis media (Bowatte et al. 2015; Burns and Thomson 2013). Prevalence of hearing conditions in children Figure 6.7.1 Prevalence of hearing conditions in children aged 014 years, by age, 2001 to 2014-15a
There are different levels of severity of otitis media, and complications, particularly if not monitored and treated where necessary, can result in hearing loss. Some forms of otitis media are treatable either through antibiotics or surgery, but public health strategies focus on prevention, awareness and early identification for best results (Burns and Thomson 2013; DoHA 2015). Generally, the incidence of otitis peaks in two age groups: between 6 and 24 months (when many infants are weaned and exposed to environmental conditions); and at 4-5 years (when children start kindergarten) (Kong and Coates 2009; Burns and Thomson 2013). Aboriginal and Torres Strait Islander children under three years of age are at the highest risk of ear disease — this is the most critical development period for speech development, underpinning communication, learning, and social and emotional development (Aithal, Yonovitz and Aithal 2008; Brouwer et al. 2005; Couzos, Metcalf and Murray 2007; Williams and Jacobs 2009). Severe cases of otitis media can lead to ongoing medical complications that negatively affect a child’s early acquisition of language, intellectual development, social skills and educational attainment, and employment outcomes later in life. Hearing loss can have long term effects on overall wellbeing (AIHW 2014; WHO 2016). Factors identified as increasing the risk of ear health issues include: social disadvantage; limited access to primary health care and treatment (see section 8.1); nutritional problems (see section 8.5); crowded housing conditions (see section 10.1); inadequate access to water, functioning sewerage and waste removal systems (see section 10.3); and passive smoking (see section 8.4). Breastfeeding is associated with a reduced risk of otitis media (Bowatte et al. 2015; Burns and Thomson 2013). Prevalence of hearing conditions in children Figure 6.7.1 Prevalence of hearing conditions in children aged 014 years, by age, 2001 to 2014-15a
0.987106
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 125, 116, 117, 118, 119, 120, 121, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293 ]
oid-2016-chapter6-early-child-development.docx
task-1609-1
37
[ [ 109, 121, 156, 140 ], [ 162, 121, 187, 140 ], [ 193, 121, 262, 140 ], [ 268, 121, 315, 140 ], [ 322, 121, 338, 140 ], [ 345, 121, 408, 140 ], [ 415, 121, 431, 140 ], [ 438, 121, 478, 140 ], [ 484, 121, 538, 140 ], [ 544, 121, 574, 140 ], [ 580, 121, 698, 140 ], [ 704, 121, 797, 140 ], [ 803, 121, 815, 140 ], [ 821, 121, 847, 140 ], [ 109, 139, 192, 158 ], [ 200, 139, 229, 158 ], [ 237, 139, 292, 158 ], [ 300, 139, 349, 158 ], [ 357, 139, 440, 158 ], [ 448, 139, 476, 158 ], [ 484, 139, 529, 158 ], [ 537, 139, 552, 158 ], [ 560, 139, 621, 158 ], [ 629, 139, 665, 158 ], [ 673, 139, 719, 158 ], [ 727, 139, 774, 158 ], [ 782, 139, 799, 158 ], [ 807, 139, 847, 158 ], [ 109, 157, 158, 176 ], [ 164, 157, 189, 176 ], [ 195, 157, 265, 176 ], [ 271, 157, 317, 176 ], [ 323, 157, 386, 176 ], [ 392, 157, 476, 176 ], [ 482, 157, 499, 176 ], [ 505, 157, 571, 176 ], [ 577, 157, 603, 176 ], [ 609, 157, 659, 176 ], [ 666, 157, 715, 176 ], [ 721, 157, 797, 176 ], [ 804, 157, 847, 176 ], [ 109, 175, 129, 194 ], [ 147, 175, 238, 194 ], [ 255, 175, 338, 194 ], [ 356, 175, 385, 194 ], [ 402, 175, 442, 194 ], [ 460, 175, 567, 194 ], [ 585, 175, 608, 194 ], [ 626, 175, 658, 194 ], [ 676, 175, 728, 194 ], [ 746, 175, 801, 194 ], [ 818, 175, 847, 194 ], [ 109, 193, 185, 212 ], [ 190, 193, 236, 212 ], [ 241, 193, 295, 212 ], [ 300, 193, 352, 212 ], [ 109, 225, 193, 244 ], [ 200, 225, 225, 244 ], [ 231, 225, 308, 244 ], [ 315, 225, 332, 244 ], [ 339, 225, 379, 244 ], [ 425, 225, 470, 244 ], [ 477, 225, 493, 244 ], [ 499, 225, 530, 244 ], [ 536, 225, 564, 244 ], [ 571, 225, 631, 244 ], [ 638, 225, 705, 244 ], [ 712, 225, 722, 244 ], [ 727, 225, 756, 244 ], [ 763, 225, 783, 244 ], [ 788, 225, 847, 244 ], [ 109, 243, 159, 262 ], [ 172, 243, 216, 262 ], [ 229, 243, 284, 262 ], [ 296, 243, 320, 262 ], [ 333, 243, 394, 262 ], [ 406, 243, 436, 262 ], [ 448, 243, 514, 262 ], [ 526, 243, 542, 262 ], [ 554, 243, 670, 262 ], [ 683, 243, 779, 262 ], [ 791, 243, 820, 262 ], [ 833, 243, 847, 262 ], [ 109, 260, 136, 279 ], [ 141, 260, 183, 279 ], [ 199, 260, 249, 279 ], [ 265, 260, 331, 279 ], [ 347, 260, 381, 279 ], [ 397, 260, 505, 279 ], [ 521, 260, 573, 279 ], [ 588, 260, 617, 279 ], [ 633, 260, 688, 279 ], [ 693, 260, 739, 279 ], [ 754, 260, 802, 279 ], [ 818, 260, 847, 279 ], [ 109, 278, 185, 297 ], [ 190, 278, 242, 297 ], [ 248, 278, 335, 297 ], [ 340, 278, 369, 297 ], [ 374, 278, 427, 297 ], [ 432, 278, 476, 297 ], [ 481, 278, 546, 297 ], [ 551, 278, 617, 297 ], [ 623, 278, 669, 297 ], [ 674, 278, 714, 297 ], [ 719, 278, 762, 297 ], [ 767, 278, 784, 297 ], [ 789, 278, 817, 297 ], [ 823, 278, 847, 297 ], [ 109, 296, 124, 315 ], [ 129, 296, 154, 315 ], [ 160, 296, 218, 315 ], [ 224, 296, 254, 315 ], [ 260, 296, 277, 315 ], [ 283, 296, 308, 315 ], [ 314, 296, 372, 315 ], [ 404, 296, 433, 315 ], [ 439, 296, 452, 315 ], [ 458, 296, 483, 315 ], [ 489, 296, 528, 315 ], [ 534, 296, 590, 315 ], [ 596, 296, 700, 315 ], [ 706, 296, 757, 315 ], [ 763, 296, 786, 315 ], [ 792, 296, 847, 315 ], [ 378, 298, 398, 314 ], [ 109, 314, 218, 333 ], [ 237, 314, 345, 333 ], [ 364, 314, 494, 333 ], [ 513, 314, 584, 333 ], [ 604, 314, 633, 333 ], [ 652, 314, 699, 333 ], [ 718, 314, 747, 333 ], [ 767, 314, 847, 333 ], [ 109, 332, 213, 351 ], [ 218, 332, 280, 351 ], [ 286, 332, 361, 351 ], [ 366, 332, 395, 351 ], [ 401, 332, 451, 351 ], [ 456, 332, 502, 351 ], [ 507, 332, 578, 351 ], [ 583, 332, 598, 351 ], [ 603, 332, 623, 351 ], [ 628, 332, 674, 351 ], [ 679, 332, 745, 351 ], [ 750, 332, 813, 351 ], [ 818, 332, 847, 351 ], [ 109, 349, 169, 368 ], [ 174, 349, 220, 368 ], [ 225, 349, 299, 368 ], [ 304, 349, 333, 368 ], [ 338, 349, 392, 368 ], [ 397, 349, 449, 368 ], [ 109, 381, 164, 400 ], [ 172, 381, 215, 400 ], [ 223, 381, 240, 400 ], [ 248, 381, 289, 400 ], [ 297, 381, 346, 400 ], [ 354, 381, 382, 400 ], [ 391, 381, 424, 400 ], [ 433, 381, 448, 400 ], [ 457, 381, 523, 400 ], [ 531, 381, 595, 400 ], [ 603, 381, 716, 400 ], [ 725, 381, 755, 400 ], [ 763, 381, 847, 400 ], [ 109, 399, 155, 418 ], [ 163, 399, 172, 418 ], [ 180, 399, 235, 418 ], [ 243, 399, 283, 418 ], [ 291, 399, 379, 418 ], [ 387, 399, 404, 418 ], [ 412, 399, 490, 418 ], [ 498, 399, 587, 418 ], [ 595, 399, 704, 418 ], [ 712, 399, 759, 418 ], [ 767, 399, 810, 418 ], [ 818, 399, 847, 418 ], [ 109, 417, 202, 436 ], [ 207, 417, 297, 436 ], [ 303, 417, 332, 436 ], [ 338, 417, 438, 436 ], [ 444, 417, 521, 436 ], [ 527, 417, 562, 436 ], [ 568, 417, 584, 436 ], [ 589, 417, 621, 436 ], [ 627, 417, 692, 436 ], [ 697, 417, 729, 436 ], [ 734, 417, 762, 436 ], [ 768, 417, 806, 436 ], [ 811, 417, 847, 436 ], [ 109, 435, 146, 454 ], [ 151, 435, 205, 454 ], [ 210, 435, 230, 454 ], [ 235, 435, 291, 454 ], [ 296, 435, 375, 454 ], [ 380, 435, 442, 454 ], [ 447, 435, 493, 454 ], [ 498, 435, 546, 454 ], [ 551, 435, 603, 454 ], [ 109, 467, 168, 486 ], [ 175, 467, 253, 486 ], [ 260, 467, 277, 486 ], [ 284, 467, 366, 486 ], [ 374, 467, 398, 486 ], [ 405, 467, 436, 486 ], [ 443, 467, 460, 486 ], [ 467, 467, 491, 486 ], [ 499, 467, 548, 486 ], [ 555, 467, 603, 486 ], [ 610, 467, 675, 486 ], [ 682, 467, 729, 486 ], [ 736, 467, 847, 486 ], [ 109, 485, 166, 504 ], [ 173, 485, 224, 504 ], [ 230, 485, 246, 504 ], [ 253, 485, 316, 504 ], [ 323, 485, 372, 504 ], [ 379, 485, 412, 504 ], [ 419, 485, 448, 504 ], [ 454, 485, 530, 504 ], [ 537, 485, 569, 504 ], [ 576, 485, 633, 504 ], [ 638, 485, 675, 504 ], [ 682, 485, 766, 504 ], [ 772, 485, 847, 504 ], [ 109, 503, 141, 522 ], [ 151, 503, 208, 522 ], [ 218, 503, 256, 522 ], [ 265, 503, 335, 522 ], [ 344, 503, 408, 522 ], [ 418, 503, 502, 522 ], [ 512, 503, 544, 522 ], [ 554, 503, 611, 522 ], [ 616, 503, 664, 522 ], [ 673, 503, 761, 522 ], [ 770, 503, 822, 522 ], [ 831, 503, 847, 522 ], [ 109, 520, 159, 539 ], [ 167, 520, 260, 539 ], [ 269, 520, 344, 539 ], [ 352, 520, 381, 539 ], [ 390, 520, 436, 539 ], [ 444, 520, 510, 539 ], [ 519, 520, 582, 539 ], [ 591, 520, 624, 539 ], [ 632, 520, 689, 539 ], [ 694, 520, 742, 539 ], [ 750, 520, 779, 539 ], [ 788, 520, 847, 539 ], [ 109, 538, 178, 557 ], [ 185, 538, 218, 557 ], [ 225, 538, 282, 557 ], [ 287, 538, 324, 557 ], [ 331, 538, 443, 557 ], [ 450, 538, 463, 557 ], [ 470, 538, 553, 557 ], [ 560, 538, 596, 557 ], [ 603, 538, 612, 557 ], [ 619, 538, 683, 557 ], [ 690, 538, 720, 557 ], [ 727, 538, 744, 557 ], [ 751, 538, 791, 557 ], [ 798, 538, 847, 557 ], [ 109, 556, 183, 575 ], [ 188, 556, 202, 575 ], [ 207, 556, 227, 575 ], [ 232, 556, 278, 575 ], [ 283, 556, 331, 575 ], [ 336, 556, 365, 575 ], [ 370, 556, 446, 575 ], [ 451, 556, 503, 575 ], [ 109, 638, 224, 659 ], [ 230, 638, 251, 659 ], [ 257, 638, 336, 659 ], [ 342, 638, 452, 659 ], [ 458, 638, 477, 659 ], [ 484, 638, 568, 659 ], [ 121, 691, 178, 710 ], [ 184, 691, 228, 710 ], [ 245, 691, 351, 710 ], [ 357, 691, 376, 710 ], [ 381, 691, 454, 710 ], [ 460, 691, 561, 710 ], [ 567, 691, 585, 710 ], [ 590, 691, 669, 710 ], [ 674, 691, 721, 710 ], [ 727, 691, 761, 710 ], [ 766, 691, 824, 710 ], [ 245, 707, 268, 727 ], [ 274, 707, 314, 727 ], [ 320, 707, 365, 727 ], [ 370, 707, 389, 727 ], [ 395, 707, 480, 727 ] ]
[ [ 109, 121, 156, 140 ], [ 162, 121, 187, 140 ], [ 193, 121, 262, 140 ], [ 268, 121, 315, 140 ], [ 322, 121, 338, 140 ], [ 345, 121, 408, 140 ], [ 415, 121, 431, 140 ], [ 438, 121, 478, 140 ], [ 484, 121, 538, 140 ], [ 544, 121, 574, 140 ], [ 580, 121, 698, 140 ], [ 704, 121, 797, 140 ], [ 803, 121, 815, 140 ], [ 821, 121, 847, 140 ], [ 109, 139, 192, 158 ], [ 200, 139, 229, 158 ], [ 237, 139, 292, 158 ], [ 300, 139, 349, 158 ], [ 357, 139, 440, 158 ], [ 448, 139, 476, 158 ], [ 484, 139, 529, 158 ], [ 537, 139, 552, 158 ], [ 560, 139, 621, 158 ], [ 629, 139, 665, 158 ], [ 673, 139, 719, 158 ], [ 727, 139, 774, 158 ], [ 782, 139, 799, 158 ], [ 807, 139, 847, 158 ], [ 109, 157, 158, 176 ], [ 164, 157, 189, 176 ], [ 195, 157, 265, 176 ], [ 271, 157, 317, 176 ], [ 323, 157, 386, 176 ], [ 392, 157, 476, 176 ], [ 482, 157, 499, 176 ], [ 505, 157, 571, 176 ], [ 577, 157, 603, 176 ], [ 609, 157, 659, 176 ], [ 666, 157, 715, 176 ], [ 721, 157, 797, 176 ], [ 804, 157, 847, 176 ], [ 109, 175, 129, 194 ], [ 147, 175, 238, 194 ], [ 255, 175, 338, 194 ], [ 356, 175, 385, 194 ], [ 402, 175, 442, 194 ], [ 460, 175, 567, 194 ], [ 585, 175, 608, 194 ], [ 626, 175, 658, 194 ], [ 676, 175, 728, 194 ], [ 746, 175, 801, 194 ], [ 818, 175, 847, 194 ], [ 109, 193, 185, 212 ], [ 190, 193, 236, 212 ], [ 241, 193, 295, 212 ], [ 300, 193, 352, 212 ], [ 109, 225, 193, 244 ], [ 200, 225, 225, 244 ], [ 231, 225, 308, 244 ], [ 315, 225, 332, 244 ], [ 339, 225, 379, 244 ], [ 425, 225, 470, 244 ], [ 477, 225, 493, 244 ], [ 499, 225, 530, 244 ], [ 536, 225, 564, 244 ], [ 571, 225, 631, 244 ], [ 638, 225, 705, 244 ], [ 712, 225, 722, 244 ], [ 727, 225, 756, 244 ], [ 763, 225, 783, 244 ], [ 788, 225, 847, 244 ], [ 109, 243, 159, 262 ], [ 172, 243, 216, 262 ], [ 229, 243, 284, 262 ], [ 296, 243, 320, 262 ], [ 333, 243, 394, 262 ], [ 406, 243, 436, 262 ], [ 448, 243, 514, 262 ], [ 526, 243, 542, 262 ], [ 554, 243, 670, 262 ], [ 683, 243, 779, 262 ], [ 791, 243, 820, 262 ], [ 833, 243, 847, 262 ], [ 109, 260, 136, 279 ], [ 141, 260, 183, 279 ], [ 199, 260, 249, 279 ], [ 265, 260, 331, 279 ], [ 347, 260, 381, 279 ], [ 397, 260, 505, 279 ], [ 521, 260, 573, 279 ], [ 588, 260, 617, 279 ], [ 633, 260, 688, 279 ], [ 693, 260, 739, 279 ], [ 754, 260, 802, 279 ], [ 818, 260, 847, 279 ], [ 109, 278, 185, 297 ], [ 190, 278, 242, 297 ], [ 248, 278, 335, 297 ], [ 340, 278, 369, 297 ], [ 374, 278, 427, 297 ], [ 432, 278, 476, 297 ], [ 481, 278, 546, 297 ], [ 551, 278, 617, 297 ], [ 623, 278, 669, 297 ], [ 674, 278, 714, 297 ], [ 719, 278, 762, 297 ], [ 767, 278, 784, 297 ], [ 789, 278, 817, 297 ], [ 823, 278, 847, 297 ], [ 109, 296, 124, 315 ], [ 129, 296, 154, 315 ], [ 160, 296, 218, 315 ], [ 224, 296, 254, 315 ], [ 260, 296, 277, 315 ], [ 283, 296, 308, 315 ], [ 314, 296, 372, 315 ], [ 378, 298, 398, 314 ], [ 404, 296, 433, 315 ], [ 439, 296, 452, 315 ], [ 458, 296, 483, 315 ], [ 489, 296, 528, 315 ], [ 534, 296, 590, 315 ], [ 596, 296, 700, 315 ], [ 706, 296, 757, 315 ], [ 763, 296, 786, 315 ], [ 792, 296, 847, 315 ], [ 109, 314, 218, 333 ], [ 237, 314, 345, 333 ], [ 364, 314, 494, 333 ], [ 513, 314, 584, 333 ], [ 604, 314, 633, 333 ], [ 652, 314, 699, 333 ], [ 718, 314, 747, 333 ], [ 767, 314, 847, 333 ], [ 109, 332, 213, 351 ], [ 218, 332, 280, 351 ], [ 286, 332, 361, 351 ], [ 366, 332, 395, 351 ], [ 401, 332, 451, 351 ], [ 456, 332, 502, 351 ], [ 507, 332, 578, 351 ], [ 583, 332, 598, 351 ], [ 603, 332, 623, 351 ], [ 628, 332, 674, 351 ], [ 679, 332, 745, 351 ], [ 750, 332, 813, 351 ], [ 818, 332, 847, 351 ], [ 109, 349, 169, 368 ], [ 174, 349, 220, 368 ], [ 225, 349, 299, 368 ], [ 304, 349, 333, 368 ], [ 338, 349, 392, 368 ], [ 397, 349, 449, 368 ], [ 109, 381, 164, 400 ], [ 172, 381, 215, 400 ], [ 223, 381, 240, 400 ], [ 248, 381, 289, 400 ], [ 297, 381, 346, 400 ], [ 354, 381, 382, 400 ], [ 391, 381, 424, 400 ], [ 433, 381, 448, 400 ], [ 457, 381, 523, 400 ], [ 531, 381, 595, 400 ], [ 603, 381, 716, 400 ], [ 725, 381, 755, 400 ], [ 763, 381, 847, 400 ], [ 109, 399, 155, 418 ], [ 163, 399, 172, 418 ], [ 180, 399, 235, 418 ], [ 243, 399, 283, 418 ], [ 291, 399, 379, 418 ], [ 387, 399, 404, 418 ], [ 412, 399, 490, 418 ], [ 498, 399, 587, 418 ], [ 595, 399, 704, 418 ], [ 712, 399, 759, 418 ], [ 767, 399, 810, 418 ], [ 818, 399, 847, 418 ], [ 109, 417, 202, 436 ], [ 207, 417, 297, 436 ], [ 303, 417, 332, 436 ], [ 338, 417, 438, 436 ], [ 444, 417, 521, 436 ], [ 527, 417, 562, 436 ], [ 568, 417, 584, 436 ], [ 589, 417, 621, 436 ], [ 627, 417, 692, 436 ], [ 697, 417, 729, 436 ], [ 734, 417, 762, 436 ], [ 768, 417, 806, 436 ], [ 811, 417, 847, 436 ], [ 109, 435, 146, 454 ], [ 151, 435, 205, 454 ], [ 210, 435, 230, 454 ], [ 235, 435, 291, 454 ], [ 296, 435, 375, 454 ], [ 380, 435, 442, 454 ], [ 447, 435, 493, 454 ], [ 498, 435, 546, 454 ], [ 551, 435, 603, 454 ], [ 109, 467, 168, 486 ], [ 175, 467, 253, 486 ], [ 260, 467, 277, 486 ], [ 284, 467, 366, 486 ], [ 374, 467, 398, 486 ], [ 405, 467, 436, 486 ], [ 443, 467, 460, 486 ], [ 467, 467, 491, 486 ], [ 499, 467, 548, 486 ], [ 555, 467, 603, 486 ], [ 610, 467, 675, 486 ], [ 682, 467, 729, 486 ], [ 736, 467, 847, 486 ], [ 109, 485, 166, 504 ], [ 173, 485, 224, 504 ], [ 230, 485, 246, 504 ], [ 253, 485, 316, 504 ], [ 323, 485, 372, 504 ], [ 379, 485, 412, 504 ], [ 419, 485, 448, 504 ], [ 454, 485, 530, 504 ], [ 537, 485, 569, 504 ], [ 576, 485, 633, 504 ], [ 638, 485, 675, 504 ], [ 682, 485, 766, 504 ], [ 772, 485, 847, 504 ], [ 109, 503, 141, 522 ], [ 151, 503, 208, 522 ], [ 218, 503, 256, 522 ], [ 265, 503, 335, 522 ], [ 344, 503, 408, 522 ], [ 418, 503, 502, 522 ], [ 512, 503, 544, 522 ], [ 554, 503, 611, 522 ], [ 616, 503, 664, 522 ], [ 673, 503, 761, 522 ], [ 770, 503, 822, 522 ], [ 831, 503, 847, 522 ], [ 109, 520, 159, 539 ], [ 167, 520, 260, 539 ], [ 269, 520, 344, 539 ], [ 352, 520, 381, 539 ], [ 390, 520, 436, 539 ], [ 444, 520, 510, 539 ], [ 519, 520, 582, 539 ], [ 591, 520, 624, 539 ], [ 632, 520, 689, 539 ], [ 694, 520, 742, 539 ], [ 750, 520, 779, 539 ], [ 788, 520, 847, 539 ], [ 109, 538, 178, 557 ], [ 185, 538, 218, 557 ], [ 225, 538, 282, 557 ], [ 287, 538, 324, 557 ], [ 331, 538, 443, 557 ], [ 450, 538, 463, 557 ], [ 470, 538, 553, 557 ], [ 560, 538, 596, 557 ], [ 603, 538, 612, 557 ], [ 619, 538, 683, 557 ], [ 690, 538, 720, 557 ], [ 727, 538, 744, 557 ], [ 751, 538, 791, 557 ], [ 798, 538, 847, 557 ], [ 109, 556, 183, 575 ], [ 188, 556, 202, 575 ], [ 207, 556, 227, 575 ], [ 232, 556, 278, 575 ], [ 283, 556, 331, 575 ], [ 336, 556, 365, 575 ], [ 370, 556, 446, 575 ], [ 451, 556, 503, 575 ], [ 109, 638, 224, 659 ], [ 230, 638, 251, 659 ], [ 257, 638, 336, 659 ], [ 342, 638, 452, 659 ], [ 458, 638, 477, 659 ], [ 484, 638, 568, 659 ], [ 121, 691, 178, 710 ], [ 184, 691, 228, 710 ], [ 245, 691, 351, 710 ], [ 357, 691, 376, 710 ], [ 381, 691, 454, 710 ], [ 460, 691, 561, 710 ], [ 567, 691, 585, 710 ], [ 590, 691, 669, 710 ], [ 674, 691, 721, 710 ], [ 727, 691, 761, 710 ], [ 766, 691, 824, 710 ], [ 245, 707, 268, 727 ], [ 274, 707, 314, 727 ], [ 320, 707, 365, 727 ], [ 370, 707, 389, 727 ], [ 395, 707, 480, 727 ] ]
indicating that there had been a beneficial’ change. Seven responses (4.3%) to ‘quite this question were neutral. Four respondents (2.4%) indicated that they had observed a small beneficial change and just two responded that there had been no beneficial change at all (). Finally, 102 respondents (79% of those who responded to this question) indicated that the performance had been very beneficial for their practice, with a further 19 (14.7%) agreeing that it had been quite beneficial in this regard. Six (4.7%) answered with a neutral response, while just two (1.6%) indicated that the performance had not been beneficial for their practice (). Table 4: Overall responses Do you N Quite A little Not think this relevant relevant relevant show was Relevant at all relevant to 148 18 4 0 the needs (87.1%) (10.6%) of your 0 children? Do you Very Quite A little Not think this engaged bit at all engaged 127 31 5 2 0 your (77%) (18.8%) (3%) (1.2%) students? Do you Very Quite A little Not think this beneficial bit at all provoked a 132 19 7 4 2 beneficial 8 (77.2%) (11.1%) (2.4%) (1.2%) change in your students? How Very Quite A little Not beneficial beneficial bit did you at all find the 102 19 6 0 2 to your (79.1%) (14.7%) (1.6%) practice? 9 Differences between PMLD TUBE and ASD TUBE The responses from PMLD and ASD versions of (the show) were compared. ‘TUBE’ 5 sets out the mean scores and standard deviations (an indication of the range of scores) for the four questions. All of the standard deviations are fairly small, indicating little variation in the responses. The largest variation was found amongst PMLD TUBE responses to the questions relating to a) beneficial change amongst the students and b) beneficial change to practice. The least amount of variation amongst responses was found amongst ASD TUBE responses to the question regarding the relevance of the show. The highest mean scores (most positive responses) amongst both groups were with regard to relevance of the show. The lowest mean score
indicating that there had been a ‘quite beneficial’ change. Seven responses (4.3%) to this question were neutral. Four respondents (2.4%) indicated that they had observed a small beneficial change and just two responded that there had been no beneficial change at all (). Finally, 102 respondents (79% of those who responded to this question) indicated that the performance had been very beneficial for their practice, with a further 19 (14.7%) agreeing that it had been quite beneficial in this regard. Six (4.7%) answered with a neutral response, while just two (1.6%) indicated that the performance had not been beneficial for their practice (). Table 4: Overall responses Do you think this show was relevant to the needs of your children? N Relevant Quite relevant A little relevant Not relevant at all 148 (87.1%) 18 (10.6%) 4 0 0 Do you think this engaged your students? Very engaged Quite A little bit Not at all 127 (77%) 31 (18.8%) 5 (3%) 2 (1.2%) 0 Do you think this provoked a beneficial change in your students? Very beneficial Quite A little bit Not at all 132 (77.2%) 19 (11.1%) 7 4 (2.4%) 2 (1.2%) How beneficial did you find the to your practice? Very beneficial Quite A little bit Not at all 102 (79.1%) 19 (14.7%) 6 0 2 (1.6%) Differences between PMLD TUBE and ASD TUBE The responses from PMLD and ASD versions of ‘TUBE’ (the show) were compared. 5 sets out the mean scores and standard deviations (an indication of the range of scores) for the four questions. All of the standard deviations are fairly small, indicating little variation in the responses. The largest variation was found amongst PMLD TUBE responses to the questions relating to a) beneficial change amongst the students and b) beneficial change to practice. The least amount of variation amongst responses was found amongst ASD TUBE responses to the question regarding the relevance of the show. The highest mean scores (most positive responses) amongst both groups were with regard to relevance of the show. The lowest mean score 8 9
0.746612
[ 0, 1, 2, 3, 4, 5, 12, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 114, 115, 119, 120, 124, 125, 130, 131, 134, 135, 137, 109, 121, 110, 116, 111, 112, 117, 113, 118, 122, 123, 126, 132, 127, 133, 128, 136, 129, 138, 139, 145, 146, 151, 157, 162, 140, 147, 141, 142, 143, 148, 144, 149, 150, 152, 158, 153, 159, 154, 160, 155, 161, 156, 163, 164, 170, 171, 176, 177, 183, 189, 190, 191, 192, 165, 172, 166, 167, 168, 173, 169, 174, 175, 178, 185, 179, 186, 180, 181, 187, 182, 188, 193, 199, 202, 203, 206, 207, 213, 214, 218, 194, 200, 195, 196, 197, 201, 198, 204, 205, 208, 215, 209, 216, 210, 211, 212, 217, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 239, 235, 236, 237, 238, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 184, 219 ]
Oily%20Cart%20IoE%20Report%20with%20photos.docx
task-1609-145
12
[ [ 120, 83, 206, 103 ], [ 211, 83, 245, 103 ], [ 250, 83, 296, 103 ], [ 302, 83, 336, 103 ], [ 341, 83, 386, 103 ], [ 392, 83, 403, 103 ], [ 463, 83, 552, 101 ], [ 558, 83, 630, 103 ], [ 635, 83, 692, 103 ], [ 698, 83, 791, 103 ], [ 797, 83, 856, 103 ], [ 862, 83, 879, 103 ], [ 409, 85, 457, 103 ], [ 120, 102, 152, 122 ], [ 166, 102, 242, 122 ], [ 256, 102, 300, 122 ], [ 314, 102, 381, 122 ], [ 396, 102, 437, 122 ], [ 451, 102, 562, 122 ], [ 576, 102, 636, 122 ], [ 650, 102, 731, 122 ], [ 745, 102, 778, 122 ], [ 793, 102, 831, 122 ], [ 845, 102, 879, 122 ], [ 120, 121, 203, 140 ], [ 211, 121, 222, 140 ], [ 229, 121, 276, 140 ], [ 283, 121, 368, 140 ], [ 376, 121, 442, 140 ], [ 449, 121, 483, 140 ], [ 490, 121, 521, 140 ], [ 528, 121, 560, 140 ], [ 567, 121, 662, 140 ], [ 669, 121, 703, 140 ], [ 710, 121, 756, 140 ], [ 763, 121, 797, 140 ], [ 804, 121, 849, 140 ], [ 856, 121, 879, 140 ], [ 120, 140, 206, 159 ], [ 211, 140, 277, 159 ], [ 283, 140, 300, 159 ], [ 305, 140, 325, 159 ], [ 331, 140, 350, 159 ], [ 120, 177, 184, 197 ], [ 193, 177, 226, 197 ], [ 235, 177, 346, 197 ], [ 354, 177, 401, 197 ], [ 410, 177, 426, 197 ], [ 435, 177, 484, 197 ], [ 492, 177, 529, 197 ], [ 538, 177, 633, 197 ], [ 642, 177, 658, 197 ], [ 667, 177, 698, 197 ], [ 707, 177, 789, 197 ], [ 798, 177, 879, 197 ], [ 120, 196, 154, 216 ], [ 163, 196, 191, 216 ], [ 200, 196, 313, 216 ], [ 322, 196, 355, 216 ], [ 364, 196, 409, 216 ], [ 418, 196, 456, 216 ], [ 465, 196, 550, 216 ], [ 559, 196, 582, 216 ], [ 591, 196, 630, 216 ], [ 639, 196, 715, 216 ], [ 724, 196, 760, 216 ], [ 769, 196, 780, 216 ], [ 789, 196, 847, 216 ], [ 856, 196, 879, 216 ], [ 120, 215, 191, 235 ], [ 197, 215, 275, 235 ], [ 281, 215, 314, 235 ], [ 320, 215, 330, 235 ], [ 335, 215, 369, 235 ], [ 375, 215, 419, 235 ], [ 425, 215, 469, 235 ], [ 474, 215, 559, 235 ], [ 565, 215, 581, 235 ], [ 586, 215, 618, 235 ], [ 623, 215, 687, 235 ], [ 693, 215, 721, 235 ], [ 726, 215, 786, 235 ], [ 791, 215, 879, 235 ], [ 120, 234, 156, 253 ], [ 162, 234, 173, 253 ], [ 179, 234, 241, 253 ], [ 247, 234, 335, 253 ], [ 341, 234, 387, 253 ], [ 393, 234, 424, 253 ], [ 430, 234, 461, 253 ], [ 467, 234, 526, 253 ], [ 532, 234, 613, 253 ], [ 619, 234, 652, 253 ], [ 658, 234, 686, 253 ], [ 692, 234, 805, 253 ], [ 811, 234, 845, 253 ], [ 851, 234, 879, 253 ], [ 120, 253, 165, 272 ], [ 171, 253, 256, 272 ], [ 262, 253, 285, 272 ], [ 291, 253, 330, 272 ], [ 335, 253, 406, 272 ], [ 412, 253, 431, 272 ], [ 120, 291, 162, 309 ], [ 167, 291, 181, 309 ], [ 185, 291, 240, 309 ], [ 245, 291, 322, 309 ], [ 125, 315, 146, 330 ], [ 150, 315, 177, 330 ], [ 219, 315, 230, 330 ], [ 364, 315, 401, 330 ], [ 475, 315, 485, 330 ], [ 489, 315, 516, 330 ], [ 547, 315, 571, 330 ], [ 125, 328, 162, 342 ], [ 166, 328, 193, 342 ], [ 356, 328, 409, 342 ], [ 468, 328, 522, 342 ], [ 532, 328, 586, 342 ], [ 125, 340, 164, 355 ], [ 168, 340, 197, 355 ], [ 283, 340, 343, 355 ], [ 543, 340, 556, 355 ], [ 560, 340, 575, 355 ], [ 125, 352, 183, 367 ], [ 188, 352, 202, 367 ], [ 320, 353, 346, 368 ], [ 393, 353, 409, 368 ], [ 450, 353, 458, 368 ], [ 577, 353, 586, 368 ], [ 125, 365, 148, 379 ], [ 152, 365, 196, 379 ], [ 293, 365, 346, 380 ], [ 357, 365, 409, 380 ], [ 125, 377, 140, 392 ], [ 144, 377, 177, 392 ], [ 224, 377, 232, 392 ], [ 125, 389, 193, 404 ], [ 125, 402, 146, 417 ], [ 150, 402, 177, 417 ], [ 315, 402, 346, 417 ], [ 373, 402, 409, 417 ], [ 481, 402, 491, 417 ], [ 495, 402, 522, 417 ], [ 562, 402, 586, 417 ], [ 125, 414, 162, 429 ], [ 166, 414, 193, 429 ], [ 287, 414, 346, 429 ], [ 506, 414, 522, 429 ], [ 554, 427, 567, 441 ], [ 571, 427, 586, 441 ], [ 125, 451, 188, 466 ], [ 320, 452, 346, 467 ], [ 393, 452, 409, 467 ], [ 450, 452, 458, 467 ], [ 514, 452, 522, 467 ], [ 577, 452, 586, 467 ], [ 125, 464, 158, 478 ], [ 305, 464, 346, 479 ], [ 357, 464, 409, 479 ], [ 426, 464, 458, 479 ], [ 477, 464, 522, 479 ], [ 125, 476, 198, 491 ], [ 125, 489, 146, 504 ], [ 150, 489, 177, 504 ], [ 315, 489, 346, 504 ], [ 373, 489, 409, 504 ], [ 481, 489, 491, 504 ], [ 495, 489, 522, 504 ], [ 562, 489, 586, 504 ], [ 125, 501, 162, 516 ], [ 166, 501, 193, 516 ], [ 282, 502, 346, 516 ], [ 506, 502, 522, 516 ], [ 554, 514, 567, 529 ], [ 571, 514, 586, 529 ], [ 125, 538, 193, 553 ], [ 198, 538, 206, 553 ], [ 320, 539, 346, 554 ], [ 393, 539, 409, 554 ], [ 450, 539, 458, 554 ], [ 514, 539, 522, 554 ], [ 577, 539, 586, 554 ], [ 125, 551, 195, 565 ], [ 262, 551, 270, 566 ], [ 293, 551, 346, 566 ], [ 357, 551, 409, 566 ], [ 477, 551, 522, 566 ], [ 541, 551, 586, 566 ], [ 125, 563, 178, 578 ], [ 183, 563, 196, 578 ], [ 125, 575, 158, 590 ], [ 125, 587, 198, 602 ], [ 125, 601, 157, 615 ], [ 315, 601, 346, 615 ], [ 373, 601, 409, 615 ], [ 481, 601, 491, 615 ], [ 495, 601, 522, 615 ], [ 562, 601, 586, 615 ], [ 125, 613, 195, 628 ], [ 282, 613, 346, 627 ], [ 506, 613, 522, 627 ], [ 125, 625, 148, 640 ], [ 152, 625, 179, 640 ], [ 554, 625, 567, 640 ], [ 571, 625, 586, 640 ], [ 125, 637, 153, 652 ], [ 157, 637, 180, 652 ], [ 320, 650, 346, 665 ], [ 393, 650, 409, 665 ], [ 450, 650, 458, 665 ], [ 514, 650, 522, 665 ], [ 577, 650, 586, 665 ], [ 146, 662, 161, 677 ], [ 165, 662, 198, 677 ], [ 293, 663, 346, 677 ], [ 357, 663, 409, 677 ], [ 541, 663, 586, 677 ], [ 125, 674, 193, 689 ], [ 224, 675, 232, 690 ], [ 120, 723, 235, 744 ], [ 240, 723, 326, 744 ], [ 331, 723, 390, 744 ], [ 395, 723, 450, 744 ], [ 455, 723, 493, 744 ], [ 498, 723, 539, 744 ], [ 544, 723, 599, 744 ], [ 120, 744, 155, 763 ], [ 162, 744, 255, 763 ], [ 261, 744, 301, 763 ], [ 308, 744, 364, 763 ], [ 370, 744, 404, 763 ], [ 410, 744, 452, 763 ], [ 458, 744, 533, 763 ], [ 540, 744, 556, 763 ], [ 632, 744, 667, 763 ], [ 673, 744, 727, 763 ], [ 733, 744, 777, 763 ], [ 783, 744, 879, 763 ], [ 563, 746, 625, 762 ], [ 166, 763, 177, 782 ], [ 184, 763, 221, 782 ], [ 227, 763, 255, 782 ], [ 262, 763, 290, 782 ], [ 296, 763, 347, 782 ], [ 353, 763, 413, 782 ], [ 419, 763, 453, 782 ], [ 460, 763, 538, 782 ], [ 544, 763, 635, 782 ], [ 642, 763, 671, 782 ], [ 677, 763, 763, 782 ], [ 769, 763, 786, 782 ], [ 792, 763, 820, 782 ], [ 827, 763, 879, 782 ], [ 120, 781, 137, 801 ], [ 147, 781, 213, 801 ], [ 223, 781, 246, 801 ], [ 256, 781, 284, 801 ], [ 294, 781, 329, 801 ], [ 338, 781, 430, 801 ], [ 450, 781, 472, 801 ], [ 482, 781, 499, 801 ], [ 508, 781, 536, 801 ], [ 546, 781, 625, 801 ], [ 634, 781, 725, 801 ], [ 735, 781, 764, 801 ], [ 774, 781, 816, 801 ], [ 826, 781, 879, 801 ], [ 120, 800, 206, 820 ], [ 213, 800, 249, 820 ], [ 257, 800, 333, 820 ], [ 340, 800, 356, 820 ], [ 364, 800, 392, 820 ], [ 399, 800, 498, 820 ], [ 506, 800, 540, 820 ], [ 548, 800, 608, 820 ], [ 616, 800, 692, 820 ], [ 700, 800, 736, 820 ], [ 743, 800, 794, 820 ], [ 801, 800, 879, 820 ], [ 120, 819, 176, 839 ], [ 182, 819, 236, 839 ], [ 241, 819, 334, 839 ], [ 340, 819, 357, 839 ], [ 362, 819, 390, 839 ], [ 396, 819, 482, 839 ], [ 488, 819, 554, 839 ], [ 559, 819, 576, 839 ], [ 582, 819, 600, 839 ], [ 605, 819, 690, 839 ], [ 696, 819, 762, 839 ], [ 768, 819, 845, 839 ], [ 851, 819, 879, 839 ], [ 120, 838, 197, 858 ], [ 203, 838, 236, 858 ], [ 242, 838, 260, 858 ], [ 266, 838, 351, 858 ], [ 357, 838, 423, 858 ], [ 429, 838, 446, 858 ], [ 452, 838, 528, 858 ], [ 534, 838, 569, 858 ], [ 575, 838, 617, 858 ], [ 623, 838, 690, 858 ], [ 696, 838, 713, 858 ], [ 719, 838, 795, 858 ], [ 801, 838, 879, 858 ], [ 120, 857, 213, 876 ], [ 221, 857, 256, 876 ], [ 264, 857, 314, 876 ], [ 321, 857, 399, 876 ], [ 406, 857, 447, 876 ], [ 454, 857, 508, 876 ], [ 515, 857, 608, 876 ], [ 616, 857, 632, 876 ], [ 640, 857, 668, 876 ], [ 675, 857, 751, 876 ], [ 758, 857, 843, 876 ], [ 851, 857, 879, 876 ], [ 120, 876, 208, 895 ], [ 214, 876, 231, 895 ], [ 237, 876, 265, 895 ], [ 271, 876, 324, 895 ], [ 330, 876, 365, 895 ], [ 371, 876, 436, 895 ], [ 442, 876, 493, 895 ], [ 499, 876, 558, 895 ], [ 564, 876, 615, 895 ], [ 621, 876, 689, 895 ], [ 695, 876, 795, 895 ], [ 801, 876, 879, 895 ], [ 120, 895, 160, 914 ], [ 169, 895, 231, 914 ], [ 241, 895, 284, 914 ], [ 294, 895, 330, 914 ], [ 340, 895, 398, 914 ], [ 408, 895, 424, 914 ], [ 434, 895, 522, 914 ], [ 531, 895, 548, 914 ], [ 558, 895, 586, 914 ], [ 595, 895, 648, 914 ], [ 658, 895, 693, 914 ], [ 702, 895, 759, 914 ], [ 769, 895, 820, 914 ], [ 829, 895, 879, 914 ] ]
[ [ 120, 83, 206, 103 ], [ 211, 83, 245, 103 ], [ 250, 83, 296, 103 ], [ 302, 83, 336, 103 ], [ 341, 83, 386, 103 ], [ 392, 83, 403, 103 ], [ 409, 85, 457, 103 ], [ 463, 83, 552, 101 ], [ 558, 83, 630, 103 ], [ 635, 83, 692, 103 ], [ 698, 83, 791, 103 ], [ 797, 83, 856, 103 ], [ 862, 83, 879, 103 ], [ 120, 102, 152, 122 ], [ 166, 102, 242, 122 ], [ 256, 102, 300, 122 ], [ 314, 102, 381, 122 ], [ 396, 102, 437, 122 ], [ 451, 102, 562, 122 ], [ 576, 102, 636, 122 ], [ 650, 102, 731, 122 ], [ 745, 102, 778, 122 ], [ 793, 102, 831, 122 ], [ 845, 102, 879, 122 ], [ 120, 121, 203, 140 ], [ 211, 121, 222, 140 ], [ 229, 121, 276, 140 ], [ 283, 121, 368, 140 ], [ 376, 121, 442, 140 ], [ 449, 121, 483, 140 ], [ 490, 121, 521, 140 ], [ 528, 121, 560, 140 ], [ 567, 121, 662, 140 ], [ 669, 121, 703, 140 ], [ 710, 121, 756, 140 ], [ 763, 121, 797, 140 ], [ 804, 121, 849, 140 ], [ 856, 121, 879, 140 ], [ 120, 140, 206, 159 ], [ 211, 140, 277, 159 ], [ 283, 140, 300, 159 ], [ 305, 140, 325, 159 ], [ 331, 140, 350, 159 ], [ 120, 177, 184, 197 ], [ 193, 177, 226, 197 ], [ 235, 177, 346, 197 ], [ 354, 177, 401, 197 ], [ 410, 177, 426, 197 ], [ 435, 177, 484, 197 ], [ 492, 177, 529, 197 ], [ 538, 177, 633, 197 ], [ 642, 177, 658, 197 ], [ 667, 177, 698, 197 ], [ 707, 177, 789, 197 ], [ 798, 177, 879, 197 ], [ 120, 196, 154, 216 ], [ 163, 196, 191, 216 ], [ 200, 196, 313, 216 ], [ 322, 196, 355, 216 ], [ 364, 196, 409, 216 ], [ 418, 196, 456, 216 ], [ 465, 196, 550, 216 ], [ 559, 196, 582, 216 ], [ 591, 196, 630, 216 ], [ 639, 196, 715, 216 ], [ 724, 196, 760, 216 ], [ 769, 196, 780, 216 ], [ 789, 196, 847, 216 ], [ 856, 196, 879, 216 ], [ 120, 215, 191, 235 ], [ 197, 215, 275, 235 ], [ 281, 215, 314, 235 ], [ 320, 215, 330, 235 ], [ 335, 215, 369, 235 ], [ 375, 215, 419, 235 ], [ 425, 215, 469, 235 ], [ 474, 215, 559, 235 ], [ 565, 215, 581, 235 ], [ 586, 215, 618, 235 ], [ 623, 215, 687, 235 ], [ 693, 215, 721, 235 ], [ 726, 215, 786, 235 ], [ 791, 215, 879, 235 ], [ 120, 234, 156, 253 ], [ 162, 234, 173, 253 ], [ 179, 234, 241, 253 ], [ 247, 234, 335, 253 ], [ 341, 234, 387, 253 ], [ 393, 234, 424, 253 ], [ 430, 234, 461, 253 ], [ 467, 234, 526, 253 ], [ 532, 234, 613, 253 ], [ 619, 234, 652, 253 ], [ 658, 234, 686, 253 ], [ 692, 234, 805, 253 ], [ 811, 234, 845, 253 ], [ 851, 234, 879, 253 ], [ 120, 253, 165, 272 ], [ 171, 253, 256, 272 ], [ 262, 253, 285, 272 ], [ 291, 253, 330, 272 ], [ 335, 253, 406, 272 ], [ 412, 253, 431, 272 ], [ 120, 291, 162, 309 ], [ 167, 291, 181, 309 ], [ 185, 291, 240, 309 ], [ 245, 291, 322, 309 ], [ 125, 315, 146, 330 ], [ 150, 315, 177, 330 ], [ 125, 328, 162, 342 ], [ 166, 328, 193, 342 ], [ 125, 340, 164, 355 ], [ 168, 340, 197, 355 ], [ 125, 352, 183, 367 ], [ 188, 352, 202, 367 ], [ 125, 365, 148, 379 ], [ 152, 365, 196, 379 ], [ 125, 377, 140, 392 ], [ 144, 377, 177, 392 ], [ 125, 389, 193, 404 ], [ 219, 315, 230, 330 ], [ 283, 340, 343, 355 ], [ 364, 315, 401, 330 ], [ 356, 328, 409, 342 ], [ 475, 315, 485, 330 ], [ 489, 315, 516, 330 ], [ 468, 328, 522, 342 ], [ 547, 315, 571, 330 ], [ 532, 328, 586, 342 ], [ 543, 340, 556, 355 ], [ 560, 340, 575, 355 ], [ 320, 353, 346, 368 ], [ 293, 365, 346, 380 ], [ 393, 353, 409, 368 ], [ 357, 365, 409, 380 ], [ 450, 353, 458, 368 ], [ 224, 377, 232, 392 ], [ 577, 353, 586, 368 ], [ 125, 402, 146, 417 ], [ 150, 402, 177, 417 ], [ 125, 414, 162, 429 ], [ 166, 414, 193, 429 ], [ 125, 451, 188, 466 ], [ 125, 464, 158, 478 ], [ 125, 476, 198, 491 ], [ 315, 402, 346, 417 ], [ 287, 414, 346, 429 ], [ 373, 402, 409, 417 ], [ 481, 402, 491, 417 ], [ 495, 402, 522, 417 ], [ 506, 414, 522, 429 ], [ 562, 402, 586, 417 ], [ 554, 427, 567, 441 ], [ 571, 427, 586, 441 ], [ 320, 452, 346, 467 ], [ 305, 464, 346, 479 ], [ 393, 452, 409, 467 ], [ 357, 464, 409, 479 ], [ 450, 452, 458, 467 ], [ 426, 464, 458, 479 ], [ 514, 452, 522, 467 ], [ 477, 464, 522, 479 ], [ 577, 452, 586, 467 ], [ 125, 489, 146, 504 ], [ 150, 489, 177, 504 ], [ 125, 501, 162, 516 ], [ 166, 501, 193, 516 ], [ 125, 538, 193, 553 ], [ 198, 538, 206, 553 ], [ 125, 551, 195, 565 ], [ 125, 563, 178, 578 ], [ 183, 563, 196, 578 ], [ 125, 575, 158, 590 ], [ 125, 587, 198, 602 ], [ 315, 489, 346, 504 ], [ 282, 502, 346, 516 ], [ 373, 489, 409, 504 ], [ 481, 489, 491, 504 ], [ 495, 489, 522, 504 ], [ 506, 502, 522, 516 ], [ 562, 489, 586, 504 ], [ 554, 514, 567, 529 ], [ 571, 514, 586, 529 ], [ 320, 539, 346, 554 ], [ 293, 551, 346, 566 ], [ 393, 539, 409, 554 ], [ 357, 551, 409, 566 ], [ 450, 539, 458, 554 ], [ 514, 539, 522, 554 ], [ 477, 551, 522, 566 ], [ 577, 539, 586, 554 ], [ 541, 551, 586, 566 ], [ 125, 601, 157, 615 ], [ 125, 613, 195, 628 ], [ 125, 625, 148, 640 ], [ 152, 625, 179, 640 ], [ 125, 637, 153, 652 ], [ 157, 637, 180, 652 ], [ 146, 662, 161, 677 ], [ 165, 662, 198, 677 ], [ 125, 674, 193, 689 ], [ 315, 601, 346, 615 ], [ 282, 613, 346, 627 ], [ 373, 601, 409, 615 ], [ 481, 601, 491, 615 ], [ 495, 601, 522, 615 ], [ 506, 613, 522, 627 ], [ 562, 601, 586, 615 ], [ 554, 625, 567, 640 ], [ 571, 625, 586, 640 ], [ 320, 650, 346, 665 ], [ 293, 663, 346, 677 ], [ 393, 650, 409, 665 ], [ 357, 663, 409, 677 ], [ 450, 650, 458, 665 ], [ 514, 650, 522, 665 ], [ 577, 650, 586, 665 ], [ 541, 663, 586, 677 ], [ 120, 723, 235, 744 ], [ 240, 723, 326, 744 ], [ 331, 723, 390, 744 ], [ 395, 723, 450, 744 ], [ 455, 723, 493, 744 ], [ 498, 723, 539, 744 ], [ 544, 723, 599, 744 ], [ 120, 744, 155, 763 ], [ 162, 744, 255, 763 ], [ 261, 744, 301, 763 ], [ 308, 744, 364, 763 ], [ 370, 744, 404, 763 ], [ 410, 744, 452, 763 ], [ 458, 744, 533, 763 ], [ 540, 744, 556, 763 ], [ 563, 746, 625, 762 ], [ 632, 744, 667, 763 ], [ 673, 744, 727, 763 ], [ 733, 744, 777, 763 ], [ 783, 744, 879, 763 ], [ 166, 763, 177, 782 ], [ 184, 763, 221, 782 ], [ 227, 763, 255, 782 ], [ 262, 763, 290, 782 ], [ 296, 763, 347, 782 ], [ 353, 763, 413, 782 ], [ 419, 763, 453, 782 ], [ 460, 763, 538, 782 ], [ 544, 763, 635, 782 ], [ 642, 763, 671, 782 ], [ 677, 763, 763, 782 ], [ 769, 763, 786, 782 ], [ 792, 763, 820, 782 ], [ 827, 763, 879, 782 ], [ 120, 781, 137, 801 ], [ 147, 781, 213, 801 ], [ 223, 781, 246, 801 ], [ 256, 781, 284, 801 ], [ 294, 781, 329, 801 ], [ 338, 781, 430, 801 ], [ 450, 781, 472, 801 ], [ 482, 781, 499, 801 ], [ 508, 781, 536, 801 ], [ 546, 781, 625, 801 ], [ 634, 781, 725, 801 ], [ 735, 781, 764, 801 ], [ 774, 781, 816, 801 ], [ 826, 781, 879, 801 ], [ 120, 800, 206, 820 ], [ 213, 800, 249, 820 ], [ 257, 800, 333, 820 ], [ 340, 800, 356, 820 ], [ 364, 800, 392, 820 ], [ 399, 800, 498, 820 ], [ 506, 800, 540, 820 ], [ 548, 800, 608, 820 ], [ 616, 800, 692, 820 ], [ 700, 800, 736, 820 ], [ 743, 800, 794, 820 ], [ 801, 800, 879, 820 ], [ 120, 819, 176, 839 ], [ 182, 819, 236, 839 ], [ 241, 819, 334, 839 ], [ 340, 819, 357, 839 ], [ 362, 819, 390, 839 ], [ 396, 819, 482, 839 ], [ 488, 819, 554, 839 ], [ 559, 819, 576, 839 ], [ 582, 819, 600, 839 ], [ 605, 819, 690, 839 ], [ 696, 819, 762, 839 ], [ 768, 819, 845, 839 ], [ 851, 819, 879, 839 ], [ 120, 838, 197, 858 ], [ 203, 838, 236, 858 ], [ 242, 838, 260, 858 ], [ 266, 838, 351, 858 ], [ 357, 838, 423, 858 ], [ 429, 838, 446, 858 ], [ 452, 838, 528, 858 ], [ 534, 838, 569, 858 ], [ 575, 838, 617, 858 ], [ 623, 838, 690, 858 ], [ 696, 838, 713, 858 ], [ 719, 838, 795, 858 ], [ 801, 838, 879, 858 ], [ 120, 857, 213, 876 ], [ 221, 857, 256, 876 ], [ 264, 857, 314, 876 ], [ 321, 857, 399, 876 ], [ 406, 857, 447, 876 ], [ 454, 857, 508, 876 ], [ 515, 857, 608, 876 ], [ 616, 857, 632, 876 ], [ 640, 857, 668, 876 ], [ 675, 857, 751, 876 ], [ 758, 857, 843, 876 ], [ 851, 857, 879, 876 ], [ 120, 876, 208, 895 ], [ 214, 876, 231, 895 ], [ 237, 876, 265, 895 ], [ 271, 876, 324, 895 ], [ 330, 876, 365, 895 ], [ 371, 876, 436, 895 ], [ 442, 876, 493, 895 ], [ 499, 876, 558, 895 ], [ 564, 876, 615, 895 ], [ 621, 876, 689, 895 ], [ 695, 876, 795, 895 ], [ 801, 876, 879, 895 ], [ 120, 895, 160, 914 ], [ 169, 895, 231, 914 ], [ 241, 895, 284, 914 ], [ 294, 895, 330, 914 ], [ 340, 895, 398, 914 ], [ 408, 895, 424, 914 ], [ 434, 895, 522, 914 ], [ 531, 895, 548, 914 ], [ 558, 895, 586, 914 ], [ 595, 895, 648, 914 ], [ 658, 895, 693, 914 ], [ 702, 895, 759, 914 ], [ 769, 895, 820, 914 ], [ 829, 895, 879, 914 ], [ 262, 551, 270, 566 ], [ 224, 675, 232, 690 ] ]
A refinery is a hydrocarbon distillation facility. Refinery RFI Radio frequency interference Request for proposal RFP RIB Remote instrument building Root mean square RMS RORC Rate Of Return On Capital Regulatory Reporting Canada RRCA RRF Risk Reduction Factor Resistance Temperature Detector/Device RTD RTP Royalty Trigger Point Remote Terminal Unit RTU S Solenoid S S&W Sediments and Water (Used to be referred to as BS&W) Stream Allocation Factor SAF SAGD Assisted Gravity Drainage Speed Alarm (High) SAH SAHL Speed Alarm (High/Low) Alarm (Low) SAL SAP System Application Product Site Acceptance Test SAT SC Sample Connection Supervisory control and data acquisition SCADA SCID Condensate Instrument Detection Steam Condensate Management System SCMS SCO Synthetic Crude Oil Shutdown SD SDK Shutdown Key Supplier data requirement SDR SDS Shutdown System Separator SEP SGS Safeguarding System Shrinkage is the amount a product is reduced during the extraction of another Shrinkage product (e.g., the total amount that gas is reduced due to propane extraction.) SI International Systems of Units Shut In SI SI Speed Indicator Safety In Design SID SIF Safety instrumented function System integration and functionality test SIFT
Refinery A refinery is a hydrocarbon distillation facility. RFI Radio frequency interference RFP Request for proposal RIB Remote instrument building RMS Root mean square RORC Rate Of Return On Capital RRCA Regulatory Reporting Canada RRF Risk Reduction Factor RTD Resistance Temperature Detector/Device RTP Royalty Trigger Point RTU Remote Terminal Unit S S Solenoid S&W Sediments and Water (Used to be referred to as BS&W) SAF Stream Allocation Factor SAGD Assisted Gravity Drainage SAH Speed Alarm (High) SAHL Speed Alarm (High/Low) SAL Alarm (Low) SAP System Application Product SAT Site Acceptance Test SC Sample Connection SCADA Supervisory control and data acquisition SCID Condensate Instrument Detection SCMS Steam Condensate Management System SCO Synthetic Crude Oil SD Shutdown SDK Shutdown Key SDR Supplier data requirement SDS Shutdown System SEP Separator SGS Safeguarding System Shrinkage Shrinkage is the amount a product is reduced during the extraction of another product (e.g., the total amount that gas is reduced due to propane extraction.) SI International Systems of Units SI Shut In SI Speed Indicator SID Safety In Design SIF Safety instrumented function SIFT System integration and functionality test
0.574446
[ 7, 0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 15, 12, 13, 14, 16, 17, 18, 19, 23, 20, 21, 22, 24, 25, 26, 27, 28, 29, 33, 30, 31, 32, 34, 35, 36, 37, 41, 38, 39, 40, 42, 43, 44, 45, 49, 46, 47, 48, 50, 52, 51, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 67, 64, 65, 66, 68, 69, 70, 71, 75, 72, 73, 74, 76, 77, 78, 79, 82, 80, 81, 83, 84, 85, 86, 90, 87, 88, 89, 91, 92, 93, 99, 94, 95, 96, 97, 98, 100, 101, 102, 103, 108, 104, 105, 106, 107, 109, 110, 111, 112, 114, 113, 115, 116, 117, 121, 118, 119, 120, 122, 123, 124, 126, 125, 127, 128, 129, 143, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 164, 162, 163, 165, 166, 167, 171, 168, 169, 170, 172, 173, 174, 175, 181, 176, 177, 178, 179, 180 ]
oil_and_gas_acronyms.docx
task-1609-147
12
[ [ 302, 89, 313, 108 ], [ 317, 89, 376, 108 ], [ 381, 89, 392, 108 ], [ 396, 89, 405, 108 ], [ 409, 89, 505, 108 ], [ 509, 89, 588, 108 ], [ 592, 89, 647, 108 ], [ 126, 90, 189, 110 ], [ 126, 109, 149, 128 ], [ 302, 109, 345, 128 ], [ 349, 109, 424, 128 ], [ 428, 109, 520, 128 ], [ 302, 129, 363, 148 ], [ 367, 129, 389, 148 ], [ 393, 129, 458, 148 ], [ 126, 130, 154, 149 ], [ 126, 149, 151, 168 ], [ 302, 149, 361, 168 ], [ 365, 149, 448, 168 ], [ 452, 149, 512, 168 ], [ 302, 169, 338, 188 ], [ 342, 169, 384, 188 ], [ 388, 169, 439, 188 ], [ 126, 170, 160, 189 ], [ 126, 188, 168, 208 ], [ 302, 188, 337, 208 ], [ 341, 188, 359, 208 ], [ 363, 188, 414, 208 ], [ 418, 188, 439, 208 ], [ 444, 188, 495, 208 ], [ 302, 208, 384, 227 ], [ 388, 208, 461, 227 ], [ 465, 208, 521, 227 ], [ 126, 210, 167, 229 ], [ 126, 228, 154, 247 ], [ 302, 228, 333, 247 ], [ 337, 228, 413, 247 ], [ 417, 228, 464, 247 ], [ 302, 248, 382, 267 ], [ 386, 248, 483, 267 ], [ 487, 248, 610, 267 ], [ 126, 250, 156, 269 ], [ 126, 268, 155, 287 ], [ 302, 268, 359, 287 ], [ 363, 268, 415, 287 ], [ 419, 268, 458, 287 ], [ 302, 288, 361, 307 ], [ 365, 288, 431, 307 ], [ 435, 288, 467, 307 ], [ 126, 289, 157, 308 ], [ 534, 309, 545, 333 ], [ 302, 334, 367, 353 ], [ 126, 335, 134, 354 ], [ 126, 354, 163, 373 ], [ 302, 354, 381, 373 ], [ 385, 354, 413, 373 ], [ 417, 354, 464, 373 ], [ 468, 354, 511, 373 ], [ 515, 354, 531, 373 ], [ 535, 354, 554, 373 ], [ 558, 354, 619, 373 ], [ 623, 354, 639, 373 ], [ 643, 354, 659, 373 ], [ 663, 354, 716, 373 ], [ 302, 373, 356, 393 ], [ 360, 373, 436, 393 ], [ 440, 373, 487, 393 ], [ 126, 375, 154, 394 ], [ 126, 393, 168, 412 ], [ 339, 393, 401, 412 ], [ 405, 393, 459, 412 ], [ 464, 393, 531, 412 ], [ 302, 413, 348, 432 ], [ 352, 413, 397, 432 ], [ 402, 413, 447, 432 ], [ 126, 415, 157, 434 ], [ 126, 433, 164, 452 ], [ 302, 433, 348, 452 ], [ 352, 433, 397, 452 ], [ 402, 433, 485, 452 ], [ 339, 453, 385, 472 ], [ 389, 453, 430, 472 ], [ 126, 454, 153, 474 ], [ 126, 473, 155, 492 ], [ 302, 473, 356, 492 ], [ 361, 473, 446, 492 ], [ 450, 473, 508, 492 ], [ 302, 493, 331, 512 ], [ 335, 493, 420, 512 ], [ 425, 493, 456, 512 ], [ 126, 494, 154, 513 ], [ 126, 513, 144, 532 ], [ 302, 513, 357, 532 ], [ 362, 513, 446, 532 ], [ 302, 533, 390, 552 ], [ 394, 533, 448, 552 ], [ 452, 533, 480, 552 ], [ 484, 533, 518, 552 ], [ 522, 533, 603, 552 ], [ 126, 534, 177, 553 ], [ 126, 552, 160, 572 ], [ 339, 552, 428, 572 ], [ 432, 552, 515, 572 ], [ 519, 552, 592, 572 ], [ 302, 572, 350, 591 ], [ 354, 572, 442, 591 ], [ 446, 572, 546, 591 ], [ 550, 572, 604, 591 ], [ 126, 574, 168, 593 ], [ 126, 592, 156, 611 ], [ 302, 592, 372, 611 ], [ 376, 592, 420, 611 ], [ 424, 592, 445, 611 ], [ 302, 612, 379, 631 ], [ 126, 614, 146, 633 ], [ 126, 632, 156, 651 ], [ 302, 632, 379, 651 ], [ 383, 632, 410, 651 ], [ 302, 652, 364, 671 ], [ 368, 652, 402, 671 ], [ 406, 652, 500, 671 ], [ 126, 653, 156, 672 ], [ 126, 672, 154, 691 ], [ 302, 672, 379, 691 ], [ 383, 672, 437, 691 ], [ 302, 692, 376, 711 ], [ 126, 693, 153, 712 ], [ 126, 712, 154, 731 ], [ 302, 712, 400, 731 ], [ 404, 712, 458, 731 ], [ 302, 731, 376, 751 ], [ 380, 731, 392, 751 ], [ 396, 731, 421, 751 ], [ 459, 731, 518, 751 ], [ 522, 731, 531, 751 ], [ 535, 731, 593, 751 ], [ 597, 731, 609, 751 ], [ 613, 731, 674, 751 ], [ 678, 731, 726, 751 ], [ 730, 731, 755, 751 ], [ 759, 731, 835, 751 ], [ 839, 731, 855, 751 ], [ 859, 731, 918, 751 ], [ 126, 742, 200, 761 ], [ 302, 748, 361, 767 ], [ 365, 748, 403, 767 ], [ 407, 748, 431, 767 ], [ 436, 748, 471, 767 ], [ 475, 748, 534, 767 ], [ 538, 748, 569, 767 ], [ 573, 748, 597, 767 ], [ 601, 748, 613, 767 ], [ 617, 748, 678, 767 ], [ 682, 748, 710, 767 ], [ 714, 748, 730, 767 ], [ 734, 748, 797, 767 ], [ 801, 748, 888, 767 ], [ 126, 770, 139, 789 ], [ 302, 770, 400, 789 ], [ 404, 770, 465, 789 ], [ 469, 770, 485, 789 ], [ 489, 770, 528, 789 ], [ 302, 790, 336, 809 ], [ 340, 790, 355, 809 ], [ 126, 792, 139, 811 ], [ 126, 810, 139, 829 ], [ 302, 810, 348, 829 ], [ 352, 810, 419, 829 ], [ 302, 830, 349, 849 ], [ 353, 830, 368, 849 ], [ 372, 830, 422, 849 ], [ 126, 831, 151, 850 ], [ 126, 850, 147, 869 ], [ 302, 850, 349, 869 ], [ 353, 850, 455, 869 ], [ 459, 850, 521, 869 ], [ 302, 870, 356, 889 ], [ 361, 870, 443, 889 ], [ 448, 870, 476, 889 ], [ 480, 870, 574, 889 ], [ 579, 870, 607, 889 ], [ 126, 871, 156, 890 ] ]
[ [ 126, 90, 189, 110 ], [ 302, 89, 313, 108 ], [ 317, 89, 376, 108 ], [ 381, 89, 392, 108 ], [ 396, 89, 405, 108 ], [ 409, 89, 505, 108 ], [ 509, 89, 588, 108 ], [ 592, 89, 647, 108 ], [ 126, 109, 149, 128 ], [ 302, 109, 345, 128 ], [ 349, 109, 424, 128 ], [ 428, 109, 520, 128 ], [ 126, 130, 154, 149 ], [ 302, 129, 363, 148 ], [ 367, 129, 389, 148 ], [ 393, 129, 458, 148 ], [ 126, 149, 151, 168 ], [ 302, 149, 361, 168 ], [ 365, 149, 448, 168 ], [ 452, 149, 512, 168 ], [ 126, 170, 160, 189 ], [ 302, 169, 338, 188 ], [ 342, 169, 384, 188 ], [ 388, 169, 439, 188 ], [ 126, 188, 168, 208 ], [ 302, 188, 337, 208 ], [ 341, 188, 359, 208 ], [ 363, 188, 414, 208 ], [ 418, 188, 439, 208 ], [ 444, 188, 495, 208 ], [ 126, 210, 167, 229 ], [ 302, 208, 384, 227 ], [ 388, 208, 461, 227 ], [ 465, 208, 521, 227 ], [ 126, 228, 154, 247 ], [ 302, 228, 333, 247 ], [ 337, 228, 413, 247 ], [ 417, 228, 464, 247 ], [ 126, 250, 156, 269 ], [ 302, 248, 382, 267 ], [ 386, 248, 483, 267 ], [ 487, 248, 610, 267 ], [ 126, 268, 155, 287 ], [ 302, 268, 359, 287 ], [ 363, 268, 415, 287 ], [ 419, 268, 458, 287 ], [ 126, 289, 157, 308 ], [ 302, 288, 361, 307 ], [ 365, 288, 431, 307 ], [ 435, 288, 467, 307 ], [ 534, 309, 545, 333 ], [ 126, 335, 134, 354 ], [ 302, 334, 367, 353 ], [ 126, 354, 163, 373 ], [ 302, 354, 381, 373 ], [ 385, 354, 413, 373 ], [ 417, 354, 464, 373 ], [ 468, 354, 511, 373 ], [ 515, 354, 531, 373 ], [ 535, 354, 554, 373 ], [ 558, 354, 619, 373 ], [ 623, 354, 639, 373 ], [ 643, 354, 659, 373 ], [ 663, 354, 716, 373 ], [ 126, 375, 154, 394 ], [ 302, 373, 356, 393 ], [ 360, 373, 436, 393 ], [ 440, 373, 487, 393 ], [ 126, 393, 168, 412 ], [ 339, 393, 401, 412 ], [ 405, 393, 459, 412 ], [ 464, 393, 531, 412 ], [ 126, 415, 157, 434 ], [ 302, 413, 348, 432 ], [ 352, 413, 397, 432 ], [ 402, 413, 447, 432 ], [ 126, 433, 164, 452 ], [ 302, 433, 348, 452 ], [ 352, 433, 397, 452 ], [ 402, 433, 485, 452 ], [ 126, 454, 153, 474 ], [ 339, 453, 385, 472 ], [ 389, 453, 430, 472 ], [ 126, 473, 155, 492 ], [ 302, 473, 356, 492 ], [ 361, 473, 446, 492 ], [ 450, 473, 508, 492 ], [ 126, 494, 154, 513 ], [ 302, 493, 331, 512 ], [ 335, 493, 420, 512 ], [ 425, 493, 456, 512 ], [ 126, 513, 144, 532 ], [ 302, 513, 357, 532 ], [ 362, 513, 446, 532 ], [ 126, 534, 177, 553 ], [ 302, 533, 390, 552 ], [ 394, 533, 448, 552 ], [ 452, 533, 480, 552 ], [ 484, 533, 518, 552 ], [ 522, 533, 603, 552 ], [ 126, 552, 160, 572 ], [ 339, 552, 428, 572 ], [ 432, 552, 515, 572 ], [ 519, 552, 592, 572 ], [ 126, 574, 168, 593 ], [ 302, 572, 350, 591 ], [ 354, 572, 442, 591 ], [ 446, 572, 546, 591 ], [ 550, 572, 604, 591 ], [ 126, 592, 156, 611 ], [ 302, 592, 372, 611 ], [ 376, 592, 420, 611 ], [ 424, 592, 445, 611 ], [ 126, 614, 146, 633 ], [ 302, 612, 379, 631 ], [ 126, 632, 156, 651 ], [ 302, 632, 379, 651 ], [ 383, 632, 410, 651 ], [ 126, 653, 156, 672 ], [ 302, 652, 364, 671 ], [ 368, 652, 402, 671 ], [ 406, 652, 500, 671 ], [ 126, 672, 154, 691 ], [ 302, 672, 379, 691 ], [ 383, 672, 437, 691 ], [ 126, 693, 153, 712 ], [ 302, 692, 376, 711 ], [ 126, 712, 154, 731 ], [ 302, 712, 400, 731 ], [ 404, 712, 458, 731 ], [ 126, 742, 200, 761 ], [ 302, 731, 376, 751 ], [ 380, 731, 392, 751 ], [ 396, 731, 421, 751 ], [ 459, 731, 518, 751 ], [ 522, 731, 531, 751 ], [ 535, 731, 593, 751 ], [ 597, 731, 609, 751 ], [ 613, 731, 674, 751 ], [ 678, 731, 726, 751 ], [ 730, 731, 755, 751 ], [ 759, 731, 835, 751 ], [ 839, 731, 855, 751 ], [ 859, 731, 918, 751 ], [ 302, 748, 361, 767 ], [ 365, 748, 403, 767 ], [ 407, 748, 431, 767 ], [ 436, 748, 471, 767 ], [ 475, 748, 534, 767 ], [ 538, 748, 569, 767 ], [ 573, 748, 597, 767 ], [ 601, 748, 613, 767 ], [ 617, 748, 678, 767 ], [ 682, 748, 710, 767 ], [ 714, 748, 730, 767 ], [ 734, 748, 797, 767 ], [ 801, 748, 888, 767 ], [ 126, 770, 139, 789 ], [ 302, 770, 400, 789 ], [ 404, 770, 465, 789 ], [ 469, 770, 485, 789 ], [ 489, 770, 528, 789 ], [ 126, 792, 139, 811 ], [ 302, 790, 336, 809 ], [ 340, 790, 355, 809 ], [ 126, 810, 139, 829 ], [ 302, 810, 348, 829 ], [ 352, 810, 419, 829 ], [ 126, 831, 151, 850 ], [ 302, 830, 349, 849 ], [ 353, 830, 368, 849 ], [ 372, 830, 422, 849 ], [ 126, 850, 147, 869 ], [ 302, 850, 349, 869 ], [ 353, 850, 455, 869 ], [ 459, 850, 521, 869 ], [ 126, 871, 156, 890 ], [ 302, 870, 356, 889 ], [ 361, 870, 443, 889 ], [ 448, 870, 476, 889 ], [ 480, 870, 574, 889 ], [ 579, 870, 607, 889 ] ]
Aff - NU - Several SQ thumpers to oil market Oil markets face volatility—Iranian sanctions, Norwegian worker strikes, and low interest rates Reuters 7/9 (Mike Dolan, in Europe, Middle East and Africa, Flagging world economy relying on unstable energy boost”, 7/9/12, , “Analysis: Accessed 7/18/12, Chan) counterbalancing economic effects Long-term futures prices are certainly encouraging for policymakers trying to see through the fog. But the of spot prices go both ways and worries about oil supplies as much as demand come into play.¶ No sooner had Fresh nerves about the Iranian nuclear last month's EU summit lifted world markets generally, correlated spot oil prices perked back up too.¶ standoff and oil workers' strikes in Norway pumped crude back briefly above $100 per concern about barrel from fears that new money printing has tended to lows below $90 last month.¶ And from the developed-world central banks for years now "leak" into commodity markets means the latest wave of monetary easing tends to and prices at least underpin oil prices there too.¶ IMF economists poring over the question are quick to point out that the world economy has adapted relatively well to the supply disruptions and a pervasive market fear of long-term four-fold increase in oil prices in a decade but acknowledge that scarcity make price spikes higher a constant threat.¶ IMF In a recent article on the impact of oil prices on world growth, economist Decressin said growing consumption of oil-exporting countries used to recycle Jorg oil revenues in that windfalls back into western debt markets this buffer for western economies may be weakened means -- not because western interest rates are rock bottom least now anyway.
Aff - NU - Several SQ thumpers to oil market Oil markets face volatility—Iranian sanctions, Norwegian worker strikes, and low interest rates Reuters 7/9 (Mike Dolan, in Europe, Middle East and Africa, “Analysis: Flagging world economy relying on unstable energy boost”, 7/9/12, , Accessed 7/18/12, Chan) Long-term futures prices are certainly encouraging for policymakers trying to see through the fog. But the counterbalancing economic effects of spot prices go both ways and worries about oil supplies as much as demand come into play.¶ No sooner had last month's EU summit lifted world markets generally, correlated spot oil prices perked back up too.¶ Fresh nerves about the Iranian nuclear standoff and concern about oil workers' strikes in Norway pumped crude back briefly above $100 per barrel from lows below $90 last month.¶ And fears that new money printing from the developed-world central banks has for years now tended to "leak" into commodity markets and prices means the latest wave of monetary easing tends to at least underpin oil prices there too.¶ IMF economists poring over the question are quick to point out that the world economy has adapted relatively well to the four-fold increase in oil prices in a decade but acknowledge that supply disruptions and a pervasive market fear of long-term scarcity make price spikes higher a constant threat.¶ In a recent article on the impact of oil prices on world growth, IMF economist Jorg Decressin said growing consumption of oil revenues in oil-exporting countries that used to recycle windfalls back into western debt markets means this buffer for western economies may be weakened -- not least because western interest rates are rock bottom now anyway.
0.794054
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 42, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 46, 47, 48, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 86, 87, 88, 89, 90, 91, 108, 109, 122, 123, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 124, 125, 134, 135, 136, 137, 138, 139, 126, 127, 128, 129, 130, 140, 141, 142, 143, 144, 131, 145, 146, 147, 132, 133, 148, 149, 150, 151, 161, 162, 152, 153, 154, 155, 156, 157, 158, 159, 160, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 191, 192, 193, 194, 195, 196, 197, 198, 199, 211, 212, 213, 214, 215, 216, 217, 218, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 219, 233, 244, 234, 235, 236, 237, 238, 245, 246, 247, 239, 240, 248, 241, 242, 243, 249, 250, 251, 252, 253, 254, 263, 255, 256, 257, 258, 259, 260, 261, 262, 264, 265, 273, 266, 267, 268, 269, 270, 271, 272, 274, 275 ]
Oil_DA___Sophomores___NDI_20122.docx
task-1609-164
67
[ [ 260, 101, 292, 129 ], [ 298, 101, 306, 129 ], [ 312, 101, 346, 129 ], [ 352, 101, 360, 129 ], [ 366, 101, 446, 129 ], [ 452, 101, 482, 129 ], [ 488, 101, 593, 129 ], [ 599, 101, 622, 129 ], [ 628, 101, 655, 129 ], [ 661, 101, 739, 129 ], [ 117, 156, 142, 178 ], [ 147, 156, 219, 178 ], [ 223, 156, 260, 178 ], [ 265, 156, 424, 178 ], [ 429, 156, 517, 178 ], [ 522, 156, 618, 178 ], [ 623, 156, 686, 178 ], [ 691, 156, 755, 178 ], [ 759, 156, 793, 178 ], [ 797, 156, 830, 178 ], [ 117, 176, 186, 198 ], [ 191, 176, 235, 198 ], [ 117, 196, 173, 215 ], [ 178, 196, 203, 215 ], [ 207, 200, 237, 214 ], [ 240, 200, 275, 214 ], [ 280, 200, 290, 214 ], [ 293, 200, 335, 214 ], [ 337, 200, 375, 214 ], [ 378, 200, 400, 214 ], [ 403, 200, 423, 214 ], [ 426, 200, 460, 214 ], [ 518, 200, 561, 214 ], [ 564, 200, 595, 214 ], [ 598, 200, 647, 214 ], [ 650, 200, 686, 214 ], [ 689, 200, 702, 214 ], [ 705, 200, 751, 214 ], [ 754, 200, 790, 214 ], [ 793, 200, 832, 214 ], [ 835, 200, 875, 214 ], [ 878, 200, 881, 214 ], [ 463, 203, 515, 214 ], [ 117, 213, 166, 227 ], [ 169, 213, 215, 227 ], [ 218, 213, 249, 227 ], [ 610, 242, 737, 261 ], [ 741, 242, 812, 261 ], [ 816, 242, 865, 261 ], [ 117, 248, 165, 260 ], [ 168, 248, 202, 260 ], [ 204, 248, 232, 260 ], [ 234, 248, 249, 260 ], [ 252, 248, 292, 260 ], [ 295, 248, 352, 260 ], [ 355, 248, 368, 260 ], [ 371, 248, 432, 260 ], [ 435, 248, 462, 260 ], [ 464, 248, 474, 260 ], [ 477, 248, 492, 260 ], [ 495, 248, 532, 260 ], [ 535, 248, 550, 260 ], [ 553, 248, 571, 260 ], [ 573, 248, 589, 260 ], [ 592, 248, 607, 260 ], [ 117, 259, 132, 278 ], [ 136, 259, 168, 278 ], [ 172, 259, 216, 278 ], [ 220, 259, 238, 278 ], [ 242, 259, 276, 278 ], [ 280, 259, 317, 278 ], [ 321, 259, 348, 278 ], [ 352, 259, 407, 278 ], [ 411, 259, 454, 278 ], [ 458, 259, 476, 278 ], [ 480, 259, 539, 278 ], [ 544, 259, 559, 278 ], [ 563, 259, 604, 278 ], [ 608, 259, 624, 278 ], [ 628, 259, 688, 278 ], [ 692, 259, 732, 278 ], [ 736, 259, 765, 278 ], [ 770, 259, 808, 276 ], [ 811, 265, 824, 277 ], [ 827, 265, 859, 277 ], [ 862, 265, 879, 277 ], [ 593, 276, 633, 295 ], [ 637, 276, 686, 295 ], [ 690, 276, 733, 295 ], [ 737, 276, 761, 295 ], [ 765, 276, 816, 295 ], [ 820, 276, 875, 295 ], [ 117, 281, 134, 294 ], [ 136, 281, 174, 294 ], [ 177, 281, 190, 294 ], [ 192, 281, 227, 294 ], [ 230, 281, 254, 294 ], [ 257, 281, 284, 294 ], [ 286, 281, 324, 294 ], [ 326, 281, 372, 294 ], [ 375, 281, 423, 294 ], [ 425, 281, 446, 294 ], [ 448, 281, 459, 294 ], [ 462, 281, 490, 294 ], [ 492, 281, 525, 294 ], [ 527, 281, 549, 294 ], [ 551, 281, 563, 294 ], [ 566, 281, 590, 293 ], [ 117, 293, 178, 312 ], [ 182, 293, 210, 312 ], [ 285, 293, 303, 312 ], [ 307, 293, 370, 312 ], [ 374, 293, 421, 312 ], [ 425, 293, 439, 312 ], [ 443, 293, 500, 312 ], [ 504, 293, 565, 312 ], [ 569, 293, 611, 312 ], [ 615, 293, 648, 312 ], [ 653, 293, 699, 312 ], [ 703, 293, 748, 312 ], [ 752, 293, 788, 312 ], [ 792, 293, 817, 312 ], [ 214, 298, 251, 311 ], [ 254, 298, 281, 311 ], [ 821, 298, 849, 311 ], [ 851, 298, 874, 311 ], [ 274, 310, 310, 329 ], [ 314, 310, 344, 329 ], [ 349, 310, 380, 329 ], [ 384, 310, 434, 329 ], [ 438, 310, 495, 329 ], [ 689, 310, 714, 329 ], [ 786, 310, 838, 329 ], [ 842, 310, 858, 329 ], [ 117, 315, 138, 328 ], [ 141, 315, 170, 328 ], [ 172, 315, 189, 328 ], [ 192, 315, 208, 328 ], [ 211, 315, 251, 327 ], [ 253, 315, 271, 328 ], [ 499, 315, 522, 328 ], [ 525, 315, 540, 328 ], [ 543, 315, 622, 328 ], [ 625, 315, 657, 328 ], [ 660, 315, 687, 328 ], [ 718, 315, 732, 328 ], [ 735, 315, 759, 328 ], [ 762, 315, 782, 328 ], [ 117, 327, 161, 346 ], [ 165, 327, 194, 346 ], [ 198, 327, 281, 346 ], [ 285, 327, 345, 346 ], [ 401, 327, 449, 346 ], [ 453, 327, 477, 346 ], [ 481, 327, 522, 346 ], [ 526, 327, 565, 346 ], [ 569, 327, 584, 346 ], [ 588, 327, 659, 346 ], [ 663, 327, 710, 346 ], [ 714, 327, 754, 346 ], [ 759, 327, 774, 346 ], [ 349, 332, 366, 344 ], [ 369, 332, 397, 344 ], [ 778, 332, 787, 344 ], [ 790, 332, 812, 344 ], [ 117, 344, 184, 363 ], [ 188, 344, 205, 363 ], [ 209, 344, 253, 363 ], [ 257, 349, 282, 361 ], [ 285, 349, 309, 361 ], [ 312, 349, 330, 361 ], [ 332, 349, 385, 361 ], [ 388, 349, 418, 361 ], [ 420, 349, 441, 361 ], [ 444, 349, 459, 361 ], [ 462, 349, 503, 361 ], [ 505, 349, 520, 361 ], [ 523, 349, 548, 361 ], [ 550, 349, 560, 361 ], [ 563, 349, 587, 361 ], [ 590, 349, 606, 361 ], [ 608, 349, 627, 361 ], [ 630, 349, 645, 361 ], [ 648, 349, 675, 361 ], [ 677, 349, 720, 361 ], [ 723, 349, 739, 361 ], [ 741, 349, 780, 361 ], [ 782, 349, 825, 361 ], [ 828, 349, 847, 361 ], [ 849, 349, 859, 361 ], [ 862, 349, 877, 361 ], [ 417, 361, 464, 380 ], [ 468, 361, 550, 380 ], [ 554, 361, 582, 380 ], [ 586, 361, 594, 380 ], [ 598, 361, 668, 380 ], [ 672, 361, 724, 380 ], [ 728, 361, 758, 380 ], [ 762, 361, 777, 380 ], [ 781, 361, 853, 380 ], [ 117, 366, 158, 378 ], [ 161, 366, 200, 378 ], [ 202, 366, 211, 378 ], [ 213, 366, 225, 378 ], [ 227, 366, 255, 378 ], [ 257, 366, 266, 378 ], [ 269, 366, 274, 378 ], [ 277, 366, 310, 378 ], [ 313, 366, 329, 378 ], [ 331, 366, 392, 378 ], [ 395, 366, 414, 378 ], [ 117, 378, 172, 397 ], [ 177, 378, 217, 397 ], [ 221, 378, 257, 397 ], [ 261, 378, 306, 397 ], [ 310, 378, 356, 397 ], [ 360, 378, 369, 397 ], [ 373, 378, 437, 397 ], [ 441, 378, 496, 395 ], [ 788, 378, 816, 397 ], [ 498, 383, 507, 395 ], [ 510, 383, 515, 395 ], [ 518, 383, 548, 395 ], [ 551, 383, 580, 395 ], [ 582, 383, 594, 395 ], [ 597, 383, 612, 395 ], [ 615, 383, 647, 395 ], [ 649, 383, 659, 395 ], [ 661, 383, 673, 395 ], [ 675, 383, 703, 395 ], [ 706, 383, 718, 395 ], [ 720, 383, 747, 395 ], [ 750, 383, 786, 395 ], [ 117, 395, 194, 414 ], [ 218, 395, 288, 414 ], [ 292, 395, 321, 414 ], [ 325, 395, 384, 414 ], [ 388, 395, 484, 414 ], [ 488, 395, 503, 414 ], [ 579, 395, 672, 414 ], [ 676, 395, 745, 414 ], [ 770, 395, 805, 414 ], [ 809, 395, 825, 414 ], [ 829, 395, 880, 414 ], [ 196, 400, 215, 412 ], [ 507, 400, 519, 412 ], [ 521, 400, 564, 412 ], [ 566, 400, 575, 412 ], [ 749, 400, 768, 412 ], [ 117, 412, 182, 431 ], [ 186, 412, 220, 431 ], [ 224, 412, 253, 431 ], [ 257, 412, 317, 431 ], [ 321, 412, 355, 431 ], [ 359, 412, 418, 431 ], [ 455, 412, 482, 431 ], [ 486, 412, 531, 431 ], [ 535, 412, 556, 431 ], [ 560, 412, 620, 431 ], [ 624, 412, 703, 431 ], [ 707, 412, 738, 431 ], [ 742, 412, 761, 431 ], [ 765, 412, 840, 431 ], [ 422, 417, 453, 429 ], [ 844, 417, 851, 429 ], [ 854, 417, 870, 429 ], [ 143, 429, 203, 448 ], [ 207, 429, 267, 448 ], [ 271, 429, 327, 448 ], [ 332, 429, 368, 448 ], [ 372, 429, 396, 448 ], [ 400, 429, 432, 448 ], [ 436, 429, 491, 448 ], [ 117, 434, 139, 446 ], [ 495, 434, 515, 446 ], [ 517, 434, 556, 446 ] ]
[ [ 260, 101, 292, 129 ], [ 298, 101, 306, 129 ], [ 312, 101, 346, 129 ], [ 352, 101, 360, 129 ], [ 366, 101, 446, 129 ], [ 452, 101, 482, 129 ], [ 488, 101, 593, 129 ], [ 599, 101, 622, 129 ], [ 628, 101, 655, 129 ], [ 661, 101, 739, 129 ], [ 117, 156, 142, 178 ], [ 147, 156, 219, 178 ], [ 223, 156, 260, 178 ], [ 265, 156, 424, 178 ], [ 429, 156, 517, 178 ], [ 522, 156, 618, 178 ], [ 623, 156, 686, 178 ], [ 691, 156, 755, 178 ], [ 759, 156, 793, 178 ], [ 797, 156, 830, 178 ], [ 117, 176, 186, 198 ], [ 191, 176, 235, 198 ], [ 117, 196, 173, 215 ], [ 178, 196, 203, 215 ], [ 207, 200, 237, 214 ], [ 240, 200, 275, 214 ], [ 280, 200, 290, 214 ], [ 293, 200, 335, 214 ], [ 337, 200, 375, 214 ], [ 378, 200, 400, 214 ], [ 403, 200, 423, 214 ], [ 426, 200, 460, 214 ], [ 463, 203, 515, 214 ], [ 518, 200, 561, 214 ], [ 564, 200, 595, 214 ], [ 598, 200, 647, 214 ], [ 650, 200, 686, 214 ], [ 689, 200, 702, 214 ], [ 705, 200, 751, 214 ], [ 754, 200, 790, 214 ], [ 793, 200, 832, 214 ], [ 835, 200, 875, 214 ], [ 878, 200, 881, 214 ], [ 117, 213, 166, 227 ], [ 169, 213, 215, 227 ], [ 218, 213, 249, 227 ], [ 117, 248, 165, 260 ], [ 168, 248, 202, 260 ], [ 204, 248, 232, 260 ], [ 234, 248, 249, 260 ], [ 252, 248, 292, 260 ], [ 295, 248, 352, 260 ], [ 355, 248, 368, 260 ], [ 371, 248, 432, 260 ], [ 435, 248, 462, 260 ], [ 464, 248, 474, 260 ], [ 477, 248, 492, 260 ], [ 495, 248, 532, 260 ], [ 535, 248, 550, 260 ], [ 553, 248, 571, 260 ], [ 573, 248, 589, 260 ], [ 592, 248, 607, 260 ], [ 610, 242, 737, 261 ], [ 741, 242, 812, 261 ], [ 816, 242, 865, 261 ], [ 117, 259, 132, 278 ], [ 136, 259, 168, 278 ], [ 172, 259, 216, 278 ], [ 220, 259, 238, 278 ], [ 242, 259, 276, 278 ], [ 280, 259, 317, 278 ], [ 321, 259, 348, 278 ], [ 352, 259, 407, 278 ], [ 411, 259, 454, 278 ], [ 458, 259, 476, 278 ], [ 480, 259, 539, 278 ], [ 544, 259, 559, 278 ], [ 563, 259, 604, 278 ], [ 608, 259, 624, 278 ], [ 628, 259, 688, 278 ], [ 692, 259, 732, 278 ], [ 736, 259, 765, 278 ], [ 770, 259, 808, 276 ], [ 811, 265, 824, 277 ], [ 827, 265, 859, 277 ], [ 862, 265, 879, 277 ], [ 117, 281, 134, 294 ], [ 136, 281, 174, 294 ], [ 177, 281, 190, 294 ], [ 192, 281, 227, 294 ], [ 230, 281, 254, 294 ], [ 257, 281, 284, 294 ], [ 286, 281, 324, 294 ], [ 326, 281, 372, 294 ], [ 375, 281, 423, 294 ], [ 425, 281, 446, 294 ], [ 448, 281, 459, 294 ], [ 462, 281, 490, 294 ], [ 492, 281, 525, 294 ], [ 527, 281, 549, 294 ], [ 551, 281, 563, 294 ], [ 566, 281, 590, 293 ], [ 593, 276, 633, 295 ], [ 637, 276, 686, 295 ], [ 690, 276, 733, 295 ], [ 737, 276, 761, 295 ], [ 765, 276, 816, 295 ], [ 820, 276, 875, 295 ], [ 117, 293, 178, 312 ], [ 182, 293, 210, 312 ], [ 214, 298, 251, 311 ], [ 254, 298, 281, 311 ], [ 285, 293, 303, 312 ], [ 307, 293, 370, 312 ], [ 374, 293, 421, 312 ], [ 425, 293, 439, 312 ], [ 443, 293, 500, 312 ], [ 504, 293, 565, 312 ], [ 569, 293, 611, 312 ], [ 615, 293, 648, 312 ], [ 653, 293, 699, 312 ], [ 703, 293, 748, 312 ], [ 752, 293, 788, 312 ], [ 792, 293, 817, 312 ], [ 821, 298, 849, 311 ], [ 851, 298, 874, 311 ], [ 117, 315, 138, 328 ], [ 141, 315, 170, 328 ], [ 172, 315, 189, 328 ], [ 192, 315, 208, 328 ], [ 211, 315, 251, 327 ], [ 253, 315, 271, 328 ], [ 274, 310, 310, 329 ], [ 314, 310, 344, 329 ], [ 349, 310, 380, 329 ], [ 384, 310, 434, 329 ], [ 438, 310, 495, 329 ], [ 499, 315, 522, 328 ], [ 525, 315, 540, 328 ], [ 543, 315, 622, 328 ], [ 625, 315, 657, 328 ], [ 660, 315, 687, 328 ], [ 689, 310, 714, 329 ], [ 718, 315, 732, 328 ], [ 735, 315, 759, 328 ], [ 762, 315, 782, 328 ], [ 786, 310, 838, 329 ], [ 842, 310, 858, 329 ], [ 117, 327, 161, 346 ], [ 165, 327, 194, 346 ], [ 198, 327, 281, 346 ], [ 285, 327, 345, 346 ], [ 349, 332, 366, 344 ], [ 369, 332, 397, 344 ], [ 401, 327, 449, 346 ], [ 453, 327, 477, 346 ], [ 481, 327, 522, 346 ], [ 526, 327, 565, 346 ], [ 569, 327, 584, 346 ], [ 588, 327, 659, 346 ], [ 663, 327, 710, 346 ], [ 714, 327, 754, 346 ], [ 759, 327, 774, 346 ], [ 778, 332, 787, 344 ], [ 790, 332, 812, 344 ], [ 117, 344, 184, 363 ], [ 188, 344, 205, 363 ], [ 209, 344, 253, 363 ], [ 257, 349, 282, 361 ], [ 285, 349, 309, 361 ], [ 312, 349, 330, 361 ], [ 332, 349, 385, 361 ], [ 388, 349, 418, 361 ], [ 420, 349, 441, 361 ], [ 444, 349, 459, 361 ], [ 462, 349, 503, 361 ], [ 505, 349, 520, 361 ], [ 523, 349, 548, 361 ], [ 550, 349, 560, 361 ], [ 563, 349, 587, 361 ], [ 590, 349, 606, 361 ], [ 608, 349, 627, 361 ], [ 630, 349, 645, 361 ], [ 648, 349, 675, 361 ], [ 677, 349, 720, 361 ], [ 723, 349, 739, 361 ], [ 741, 349, 780, 361 ], [ 782, 349, 825, 361 ], [ 828, 349, 847, 361 ], [ 849, 349, 859, 361 ], [ 862, 349, 877, 361 ], [ 117, 366, 158, 378 ], [ 161, 366, 200, 378 ], [ 202, 366, 211, 378 ], [ 213, 366, 225, 378 ], [ 227, 366, 255, 378 ], [ 257, 366, 266, 378 ], [ 269, 366, 274, 378 ], [ 277, 366, 310, 378 ], [ 313, 366, 329, 378 ], [ 331, 366, 392, 378 ], [ 395, 366, 414, 378 ], [ 417, 361, 464, 380 ], [ 468, 361, 550, 380 ], [ 554, 361, 582, 380 ], [ 586, 361, 594, 380 ], [ 598, 361, 668, 380 ], [ 672, 361, 724, 380 ], [ 728, 361, 758, 380 ], [ 762, 361, 777, 380 ], [ 781, 361, 853, 380 ], [ 117, 378, 172, 397 ], [ 177, 378, 217, 397 ], [ 221, 378, 257, 397 ], [ 261, 378, 306, 397 ], [ 310, 378, 356, 397 ], [ 360, 378, 369, 397 ], [ 373, 378, 437, 397 ], [ 441, 378, 496, 395 ], [ 498, 383, 507, 395 ], [ 510, 383, 515, 395 ], [ 518, 383, 548, 395 ], [ 551, 383, 580, 395 ], [ 582, 383, 594, 395 ], [ 597, 383, 612, 395 ], [ 615, 383, 647, 395 ], [ 649, 383, 659, 395 ], [ 661, 383, 673, 395 ], [ 675, 383, 703, 395 ], [ 706, 383, 718, 395 ], [ 720, 383, 747, 395 ], [ 750, 383, 786, 395 ], [ 788, 378, 816, 397 ], [ 117, 395, 194, 414 ], [ 196, 400, 215, 412 ], [ 218, 395, 288, 414 ], [ 292, 395, 321, 414 ], [ 325, 395, 384, 414 ], [ 388, 395, 484, 414 ], [ 488, 395, 503, 414 ], [ 507, 400, 519, 412 ], [ 521, 400, 564, 412 ], [ 566, 400, 575, 412 ], [ 579, 395, 672, 414 ], [ 676, 395, 745, 414 ], [ 749, 400, 768, 412 ], [ 770, 395, 805, 414 ], [ 809, 395, 825, 414 ], [ 829, 395, 880, 414 ], [ 117, 412, 182, 431 ], [ 186, 412, 220, 431 ], [ 224, 412, 253, 431 ], [ 257, 412, 317, 431 ], [ 321, 412, 355, 431 ], [ 359, 412, 418, 431 ], [ 422, 417, 453, 429 ], [ 455, 412, 482, 431 ], [ 486, 412, 531, 431 ], [ 535, 412, 556, 431 ], [ 560, 412, 620, 431 ], [ 624, 412, 703, 431 ], [ 707, 412, 738, 431 ], [ 742, 412, 761, 431 ], [ 765, 412, 840, 431 ], [ 844, 417, 851, 429 ], [ 854, 417, 870, 429 ], [ 117, 434, 139, 446 ], [ 143, 429, 203, 448 ], [ 207, 429, 267, 448 ], [ 271, 429, 327, 448 ], [ 332, 429, 368, 448 ], [ 372, 429, 396, 448 ], [ 400, 429, 432, 448 ], [ 436, 429, 491, 448 ], [ 495, 434, 515, 446 ], [ 517, 434, 556, 446 ] ]
The New Technical Architecture Our Mission: Provide production and development environments that • support cloud, package, and custom applications for Administrative units and their interfaces. Provide an Administrative Systems Technical Architecture that • is component-based, flexible, predictable, resilient, secure, and scalable. Enable University developers to focus their IT • skills on solving business problems, not figuring out architecture, tools, and environments. Follow ITIL and CMMI practices to build environments, • processes, and tools that support these goals. 4
The New Technical Architecture Our Mission: • Provide production and development environments that support cloud, package, and custom applications for Administrative units and their interfaces. • Provide an Administrative Systems Technical Architecture that is component-based, flexible, predictable, resilient, secure, and scalable. • Enable University developers to focus their IT skills on solving business problems, not figuring out architecture, tools, and environments. • Follow ITIL and CMMI practices to build environments, processes, and tools that support these goals. 4
0.790148
[ 0, 1, 2, 3, 4, 5, 12, 6, 7, 8, 9, 10, 11, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 32, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 40, 48, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 69, 61, 62, 63, 64, 65, 66, 67, 68, 70, 71, 72, 73, 74, 75, 76, 77 ]
OIT%2006.24.2015%20Meeting%20Packet.docx
task-1609-269
23
[ [ 198, 111, 274, 192 ], [ 287, 111, 376, 192 ], [ 388, 111, 578, 192 ], [ 590, 111, 827, 192 ], [ 388, 183, 462, 264 ], [ 474, 183, 637, 264 ], [ 168, 280, 262, 331 ], [ 269, 280, 399, 331 ], [ 407, 280, 453, 331 ], [ 461, 280, 620, 331 ], [ 627, 280, 794, 331 ], [ 802, 280, 848, 331 ], [ 130, 287, 140, 328 ], [ 168, 325, 261, 376 ], [ 268, 325, 342, 376 ], [ 350, 325, 463, 376 ], [ 470, 325, 517, 376 ], [ 524, 325, 614, 376 ], [ 622, 325, 768, 376 ], [ 776, 325, 808, 376 ], [ 168, 369, 342, 420 ], [ 350, 369, 409, 420 ], [ 416, 369, 463, 420 ], [ 470, 369, 524, 420 ], [ 532, 369, 660, 420 ], [ 168, 453, 262, 504 ], [ 269, 453, 300, 504 ], [ 308, 453, 482, 504 ], [ 490, 453, 596, 504 ], [ 604, 453, 723, 504 ], [ 731, 453, 879, 504 ], [ 886, 453, 933, 504 ], [ 130, 459, 140, 500 ], [ 168, 497, 188, 548 ], [ 196, 497, 426, 548 ], [ 433, 497, 528, 548 ], [ 535, 497, 679, 548 ], [ 686, 497, 790, 548 ], [ 797, 497, 889, 548 ], [ 168, 542, 214, 592 ], [ 222, 542, 332, 592 ], [ 168, 617, 254, 668 ], [ 262, 617, 384, 668 ], [ 391, 617, 527, 668 ], [ 535, 617, 558, 668 ], [ 566, 617, 632, 668 ], [ 640, 617, 694, 668 ], [ 701, 617, 726, 668 ], [ 130, 624, 140, 665 ], [ 168, 662, 228, 713 ], [ 236, 662, 267, 713 ], [ 274, 662, 361, 713 ], [ 369, 662, 478, 713 ], [ 486, 662, 608, 713 ], [ 615, 662, 654, 713 ], [ 662, 662, 753, 713 ], [ 168, 706, 207, 757 ], [ 214, 706, 367, 757 ], [ 375, 706, 441, 757 ], [ 449, 706, 495, 757 ], [ 503, 706, 677, 757 ], [ 161, 789, 241, 840 ], [ 249, 789, 296, 840 ], [ 304, 789, 350, 840 ], [ 358, 789, 432, 840 ], [ 440, 789, 551, 840 ], [ 559, 789, 582, 840 ], [ 589, 789, 648, 840 ], [ 656, 789, 830, 840 ], [ 131, 796, 140, 837 ], [ 162, 834, 296, 885 ], [ 304, 834, 350, 885 ], [ 358, 834, 417, 885 ], [ 424, 834, 471, 885 ], [ 478, 834, 571, 885 ], [ 578, 834, 646, 885 ], [ 654, 834, 728, 885 ], [ 958, 959, 966, 985 ] ]
[ [ 198, 111, 274, 192 ], [ 287, 111, 376, 192 ], [ 388, 111, 578, 192 ], [ 590, 111, 827, 192 ], [ 388, 183, 462, 264 ], [ 474, 183, 637, 264 ], [ 130, 287, 140, 328 ], [ 168, 280, 262, 331 ], [ 269, 280, 399, 331 ], [ 407, 280, 453, 331 ], [ 461, 280, 620, 331 ], [ 627, 280, 794, 331 ], [ 802, 280, 848, 331 ], [ 168, 325, 261, 376 ], [ 268, 325, 342, 376 ], [ 350, 325, 463, 376 ], [ 470, 325, 517, 376 ], [ 524, 325, 614, 376 ], [ 622, 325, 768, 376 ], [ 776, 325, 808, 376 ], [ 168, 369, 342, 420 ], [ 350, 369, 409, 420 ], [ 416, 369, 463, 420 ], [ 470, 369, 524, 420 ], [ 532, 369, 660, 420 ], [ 130, 459, 140, 500 ], [ 168, 453, 262, 504 ], [ 269, 453, 300, 504 ], [ 308, 453, 482, 504 ], [ 490, 453, 596, 504 ], [ 604, 453, 723, 504 ], [ 731, 453, 879, 504 ], [ 886, 453, 933, 504 ], [ 168, 497, 188, 548 ], [ 196, 497, 426, 548 ], [ 433, 497, 528, 548 ], [ 535, 497, 679, 548 ], [ 686, 497, 790, 548 ], [ 797, 497, 889, 548 ], [ 168, 542, 214, 592 ], [ 222, 542, 332, 592 ], [ 130, 624, 140, 665 ], [ 168, 617, 254, 668 ], [ 262, 617, 384, 668 ], [ 391, 617, 527, 668 ], [ 535, 617, 558, 668 ], [ 566, 617, 632, 668 ], [ 640, 617, 694, 668 ], [ 701, 617, 726, 668 ], [ 168, 662, 228, 713 ], [ 236, 662, 267, 713 ], [ 274, 662, 361, 713 ], [ 369, 662, 478, 713 ], [ 486, 662, 608, 713 ], [ 615, 662, 654, 713 ], [ 662, 662, 753, 713 ], [ 168, 706, 207, 757 ], [ 214, 706, 367, 757 ], [ 375, 706, 441, 757 ], [ 449, 706, 495, 757 ], [ 503, 706, 677, 757 ], [ 131, 796, 140, 837 ], [ 161, 789, 241, 840 ], [ 249, 789, 296, 840 ], [ 304, 789, 350, 840 ], [ 358, 789, 432, 840 ], [ 440, 789, 551, 840 ], [ 559, 789, 582, 840 ], [ 589, 789, 648, 840 ], [ 656, 789, 830, 840 ], [ 162, 834, 296, 885 ], [ 304, 834, 350, 885 ], [ 358, 834, 417, 885 ], [ 424, 834, 471, 885 ], [ 478, 834, 571, 885 ], [ 578, 834, 646, 885 ], [ 654, 834, 728, 885 ], [ 958, 959, 966, 985 ] ]
TAI Milestones TAI Start Release 1 Release 2 Release 3 Release 4 05/2015 01/2016 06/2016 11/2016 04/2017 2017 Q2 Q3 Q4 Q1 Q2 Q3 Q4 Q1 Q2 2015 2016 2017 Today -Sauce Labs -Apache Jmeter -Oracle Exadata -SeleniumHQ -Apache -Stonebranch -IaaS Backup and Restore -Kofax Products Source SonarQube -Jenkins -IaaS One Stop Shop -ADC: Citrix Netscaler -JIRA -MuleSoft (Alpha Release) -EMC Documentum -Parasoft -IaaS Windows -Jama (Alpha Release) -Portal as a Service -Open Text Brava Viewer -Development Testing Platform -Linux Mgmt Tools -Oracle Database Hosting -Kofax Multifunction -Splunk -Checkmarx Static Code -Thoughtworks Go! (General Release) Capture -Zenoss SaaS Analyser -HP Exstream: Document -MuleSoft (General Release) -Exoprise -GitHub Enterprise 7 Generation -New Relic SaaS
TAI Milestones TAI Start 05/2015 Release 1 01/2016 Release 2 06/2016 Release 3 11/2016 Release 4 04/2017 2015 Q2 Q3 Q4 Q1 2016 Q2 Q3 Q4 Q1 Q2 2017 2017 Today -MuleSoft (Alpha Release) -Jama (Alpha Release) -Oracle Database Hosting (General Release) -MuleSoft (General Release) -Oracle Exadata -IaaS Backup and Restore -IaaS One Stop Shop -EMC Documentum -Open Text Brava Viewer -Splunk -Zenoss SaaS -Stonebranch -Kofax Products -ADC: Citrix Netscaler -IaaS Windows -Linux Mgmt Tools -Checkmarx Static Code Analyser -GitHub Enterprise -Sauce Labs -SeleniumHQ Source SonarQube -Portal as a Service -Kofax Multifunction Capture -Exoprise -New Relic SaaS -Apache Jmeter -Apache -Jenkins -JIRA -Parasoft -Development Testing Platform -Thoughtworks Go! -HP Exstream: Document Generation 7
0.30478
[ 0, 1, 2, 3, 12, 4, 5, 13, 6, 7, 14, 8, 9, 15, 10, 11, 16, 27, 18, 19, 20, 21, 28, 22, 23, 24, 25, 26, 29, 17, 30, 57, 58, 59, 65, 66, 67, 82, 83, 84, 93, 94, 102, 103, 104, 35, 36, 40, 41, 42, 43, 49, 50, 51, 52, 60, 61, 72, 73, 74, 75, 87, 96, 97, 39, 44, 45, 53, 54, 55, 63, 64, 79, 80, 81, 88, 89, 90, 98, 106, 107, 31, 32, 37, 46, 47, 68, 69, 70, 71, 85, 86, 95, 105, 110, 111, 112, 33, 34, 38, 48, 56, 62, 76, 77, 78, 91, 92, 99, 100, 101, 109, 108 ]
OIT%2006.24.2015%20Meeting%20Packet.docx
task-1609-269
28
[ [ 392, 87, 461, 168 ], [ 473, 87, 685, 168 ], [ 144, 437, 175, 477 ], [ 180, 437, 224, 477 ], [ 367, 471, 439, 512 ], [ 444, 471, 455, 512 ], [ 533, 471, 604, 512 ], [ 609, 471, 620, 512 ], [ 688, 471, 760, 512 ], [ 765, 471, 776, 512 ], [ 861, 471, 932, 512 ], [ 937, 471, 948, 512 ], [ 143, 478, 219, 518 ], [ 368, 507, 444, 548 ], [ 533, 507, 609, 547 ], [ 687, 507, 763, 548 ], [ 860, 507, 936, 548 ], [ 912, 623, 963, 669 ], [ 80, 629, 106, 670 ], [ 167, 629, 193, 670 ], [ 256, 629, 282, 670 ], [ 345, 629, 371, 670 ], [ 434, 629, 460, 670 ], [ 522, 629, 548, 670 ], [ 611, 629, 637, 670 ], [ 700, 629, 726, 670 ], [ 787, 629, 813, 670 ], [ 10, 630, 60, 676 ], [ 346, 659, 391, 700 ], [ 700, 659, 745, 700 ], [ 127, 736, 182, 777 ], [ 614, 738, 652, 764 ], [ 655, 738, 681, 764 ], [ 773, 738, 820, 764 ], [ 823, 738, 863, 764 ], [ 281, 755, 322, 781 ], [ 326, 755, 371, 781 ], [ 614, 760, 690, 786 ], [ 773, 760, 820, 786 ], [ 452, 761, 529, 786 ], [ 281, 777, 309, 803 ], [ 312, 777, 354, 803 ], [ 357, 777, 379, 803 ], [ 382, 777, 427, 803 ], [ 452, 783, 489, 809 ], [ 492, 783, 543, 809 ], [ 647, 783, 686, 808 ], [ 690, 783, 754, 808 ], [ 773, 783, 819, 808 ], [ 281, 800, 309, 825 ], [ 312, 800, 336, 825 ], [ 339, 800, 365, 825 ], [ 368, 800, 397, 825 ], [ 452, 805, 484, 831 ], [ 488, 805, 518, 831 ], [ 521, 805, 575, 831 ], [ 773, 805, 802, 830 ], [ 2, 811, 60, 836 ], [ 63, 811, 101, 836 ], [ 104, 811, 153, 836 ], [ 281, 822, 311, 847 ], [ 314, 822, 393, 847 ], [ 773, 827, 825, 853 ], [ 452, 828, 480, 853 ], [ 483, 828, 537, 853 ], [ 2, 833, 36, 859 ], [ 39, 833, 77, 859 ], [ 80, 833, 129, 859 ], [ 614, 843, 654, 869 ], [ 657, 843, 669, 869 ], [ 672, 843, 679, 869 ], [ 682, 843, 723, 869 ], [ 281, 844, 316, 870 ], [ 319, 844, 344, 870 ], [ 348, 844, 381, 870 ], [ 384, 844, 425, 870 ], [ 773, 849, 855, 875 ], [ 858, 849, 900, 875 ], [ 903, 849, 954, 875 ], [ 452, 850, 487, 875 ], [ 490, 850, 525, 875 ], [ 528, 850, 558, 875 ], [ 2, 855, 44, 881 ], [ 47, 855, 101, 881 ], [ 104, 855, 148, 881 ], [ 614, 865, 651, 891 ], [ 654, 865, 734, 891 ], [ 281, 866, 324, 892 ], [ 452, 872, 520, 897 ], [ 523, 872, 555, 897 ], [ 558, 872, 587, 897 ], [ 773, 872, 860, 897 ], [ 863, 872, 884, 897 ], [ 2, 878, 52, 903 ], [ 55, 878, 104, 903 ], [ 614, 888, 660, 913 ], [ 281, 889, 325, 914 ], [ 328, 889, 355, 914 ], [ 452, 894, 502, 920 ], [ 773, 894, 793, 919 ], [ 797, 894, 854, 919 ], [ 857, 894, 917, 919 ], [ 2, 900, 60, 925 ], [ 63, 900, 113, 925 ], [ 116, 900, 165, 925 ], [ 614, 910, 668, 935 ], [ 452, 916, 497, 942 ], [ 500, 916, 559, 942 ], [ 956, 922, 964, 948 ], [ 773, 923, 838, 948 ], [ 614, 932, 645, 958 ], [ 648, 932, 676, 958 ], [ 679, 932, 706, 958 ] ]
[ [ 392, 87, 461, 168 ], [ 473, 87, 685, 168 ], [ 144, 437, 175, 477 ], [ 180, 437, 224, 477 ], [ 143, 478, 219, 518 ], [ 367, 471, 439, 512 ], [ 444, 471, 455, 512 ], [ 368, 507, 444, 548 ], [ 533, 471, 604, 512 ], [ 609, 471, 620, 512 ], [ 533, 507, 609, 547 ], [ 688, 471, 760, 512 ], [ 765, 471, 776, 512 ], [ 687, 507, 763, 548 ], [ 861, 471, 932, 512 ], [ 937, 471, 948, 512 ], [ 860, 507, 936, 548 ], [ 10, 630, 60, 676 ], [ 80, 629, 106, 670 ], [ 167, 629, 193, 670 ], [ 256, 629, 282, 670 ], [ 345, 629, 371, 670 ], [ 346, 659, 391, 700 ], [ 434, 629, 460, 670 ], [ 522, 629, 548, 670 ], [ 611, 629, 637, 670 ], [ 700, 629, 726, 670 ], [ 787, 629, 813, 670 ], [ 700, 659, 745, 700 ], [ 912, 623, 963, 669 ], [ 127, 736, 182, 777 ], [ 2, 811, 60, 836 ], [ 63, 811, 101, 836 ], [ 104, 811, 153, 836 ], [ 2, 833, 36, 859 ], [ 39, 833, 77, 859 ], [ 80, 833, 129, 859 ], [ 2, 855, 44, 881 ], [ 47, 855, 101, 881 ], [ 104, 855, 148, 881 ], [ 2, 878, 52, 903 ], [ 55, 878, 104, 903 ], [ 2, 900, 60, 925 ], [ 63, 900, 113, 925 ], [ 116, 900, 165, 925 ], [ 281, 755, 322, 781 ], [ 326, 755, 371, 781 ], [ 281, 777, 309, 803 ], [ 312, 777, 354, 803 ], [ 357, 777, 379, 803 ], [ 382, 777, 427, 803 ], [ 281, 800, 309, 825 ], [ 312, 800, 336, 825 ], [ 339, 800, 365, 825 ], [ 368, 800, 397, 825 ], [ 281, 822, 311, 847 ], [ 314, 822, 393, 847 ], [ 281, 844, 316, 870 ], [ 319, 844, 344, 870 ], [ 348, 844, 381, 870 ], [ 384, 844, 425, 870 ], [ 281, 866, 324, 892 ], [ 281, 889, 325, 914 ], [ 328, 889, 355, 914 ], [ 452, 761, 529, 786 ], [ 452, 783, 489, 809 ], [ 492, 783, 543, 809 ], [ 452, 805, 484, 831 ], [ 488, 805, 518, 831 ], [ 521, 805, 575, 831 ], [ 452, 828, 480, 853 ], [ 483, 828, 537, 853 ], [ 452, 850, 487, 875 ], [ 490, 850, 525, 875 ], [ 528, 850, 558, 875 ], [ 452, 872, 520, 897 ], [ 523, 872, 555, 897 ], [ 558, 872, 587, 897 ], [ 452, 894, 502, 920 ], [ 452, 916, 497, 942 ], [ 500, 916, 559, 942 ], [ 614, 738, 652, 764 ], [ 655, 738, 681, 764 ], [ 614, 760, 690, 786 ], [ 647, 783, 686, 808 ], [ 690, 783, 754, 808 ], [ 614, 843, 654, 869 ], [ 657, 843, 669, 869 ], [ 672, 843, 679, 869 ], [ 682, 843, 723, 869 ], [ 614, 865, 651, 891 ], [ 654, 865, 734, 891 ], [ 614, 888, 660, 913 ], [ 614, 910, 668, 935 ], [ 614, 932, 645, 958 ], [ 648, 932, 676, 958 ], [ 679, 932, 706, 958 ], [ 773, 738, 820, 764 ], [ 823, 738, 863, 764 ], [ 773, 760, 820, 786 ], [ 773, 783, 819, 808 ], [ 773, 805, 802, 830 ], [ 773, 827, 825, 853 ], [ 773, 849, 855, 875 ], [ 858, 849, 900, 875 ], [ 903, 849, 954, 875 ], [ 773, 872, 860, 897 ], [ 863, 872, 884, 897 ], [ 773, 894, 793, 919 ], [ 797, 894, 854, 919 ], [ 857, 894, 917, 919 ], [ 773, 923, 838, 948 ], [ 956, 922, 964, 948 ] ]
Parent Event # of Students % of total Needs Factors Root Causes Involvement represented students Contributing PK- 39 PK- 39 Open House K-49 K-49 8-25-2016 1st- 54 1st- 54 2nd- 62 2nd- 62 3rd- 54 3rd- 54 4th-46 4th-46 5th-60 5th-60 Total- 364 Total- 364 PK- 3 PK-4 % SIT 9-6-2016 K-2 K- 3% 1st- 2 1st- 2% 2nd- 3 2nd-4 % 3rd- 4 3rd- 5% 4th-0 4th-0% 5th- 4 5th- 5% Total- 18 Total 1% PK- 28 PK-41 % Parent Teacher K-28 K-35% Conferences 1st-28 1st-34% 2nd-31 2nd-37% 3rd-31 3rd-35% 4th-19 4th- 27% 5th-29 5th-34% Total 5% PK- 3 PK-4 % SIT 11-3-16 K-2 K-3 % 1st- 2 1st-2 % 2nd- 3 2nd- 4% 3rd- 4 3rd- 5% 4th- 0 4th- 0% 5th- 4 5th- 5%
Parent Involvement Event # of Students represented % of total students Needs Factors Contributing Root Causes Open House 8-25-2016 PK- 39 K-49 1st- 54 2nd- 62 3rd- 54 4th-46 5th-60 Total- 364 PK- 39 K-49 1st- 54 2nd- 62 3rd- 54 4th-46 5th-60 Total- 364 SIT 9-6-2016 PK- 3 K-2 1st- 2 2nd- 3 3rd- 4 4th-0 5th- 4 Total- 18 PK-4 % K- 3% 1st- 2% 2nd-4 % 3rd- 5% 4th-0% 5th- 5% Total 1% Parent Teacher Conferences PK- 28 K-28 1st-28 2nd-31 3rd-31 4th-19 5th-29 PK-41 % K-35% 1st-34% 2nd-37% 3rd-35% 4th- 27% 5th-34% Total 5% SIT 11-3-16 PK- 3 K-2 1st- 2 2nd- 3 3rd- 4 4th- 0 5th- 4 PK-4 % K-3 % 1st-2 % 2nd- 4% 3rd- 5% 4th- 0% 5th- 5%
0.202976
[ 0, 12, 1, 2, 3, 4, 13, 5, 6, 7, 14, 8, 9, 15, 10, 11, 20, 21, 24, 16, 17, 22, 25, 26, 29, 30, 33, 34, 37, 39, 41, 42, 18, 19, 23, 27, 28, 31, 32, 35, 36, 38, 40, 43, 44, 49, 50, 45, 46, 51, 54, 55, 58, 59, 62, 63, 66, 68, 69, 72, 73, 47, 48, 52, 53, 56, 57, 60, 61, 64, 65, 67, 70, 71, 74, 75, 80, 81, 84, 76, 77, 82, 85, 87, 89, 91, 94, 78, 79, 83, 86, 88, 90, 92, 93, 95, 96, 97, 102, 103, 98, 99, 104, 107, 108, 111, 112, 115, 116, 119, 120, 123, 124, 100, 101, 105, 106, 109, 110, 113, 114, 117, 118, 121, 122, 125, 126 ]
oJI3wIUceVFdb4h3gG40rdnDJxz8Cbcb27MFT6CFWNNl5Nsp.docx
task-1609-397
96
[ [ 90, 116, 129, 142 ], [ 209, 116, 245, 142 ], [ 328, 116, 336, 142 ], [ 339, 116, 352, 142 ], [ 356, 116, 408, 142 ], [ 447, 116, 459, 142 ], [ 463, 116, 476, 142 ], [ 483, 116, 510, 142 ], [ 566, 116, 603, 142 ], [ 684, 116, 729, 142 ], [ 803, 116, 833, 142 ], [ 837, 116, 879, 142 ], [ 90, 138, 167, 164 ], [ 328, 138, 398, 164 ], [ 447, 138, 496, 164 ], [ 684, 138, 762, 164 ], [ 328, 162, 354, 189 ], [ 358, 162, 373, 189 ], [ 447, 162, 473, 189 ], [ 477, 162, 492, 189 ], [ 209, 164, 240, 187 ], [ 243, 164, 279, 187 ], [ 328, 184, 360, 211 ], [ 447, 184, 479, 211 ], [ 209, 187, 272, 210 ], [ 328, 207, 352, 234 ], [ 355, 207, 371, 234 ], [ 447, 207, 470, 234 ], [ 474, 207, 489, 234 ], [ 328, 229, 358, 257 ], [ 361, 229, 376, 257 ], [ 447, 229, 476, 257 ], [ 480, 229, 495, 257 ], [ 328, 252, 356, 279 ], [ 360, 252, 375, 279 ], [ 447, 252, 475, 279 ], [ 478, 252, 494, 279 ], [ 328, 274, 369, 302 ], [ 447, 274, 488, 302 ], [ 328, 297, 369, 324 ], [ 447, 297, 488, 324 ], [ 328, 320, 368, 347 ], [ 371, 320, 394, 347 ], [ 447, 320, 486, 347 ], [ 490, 320, 513, 347 ], [ 328, 343, 354, 370 ], [ 358, 343, 365, 370 ], [ 447, 343, 480, 370 ], [ 484, 343, 499, 370 ], [ 209, 346, 233, 368 ], [ 237, 346, 292, 368 ], [ 328, 365, 352, 393 ], [ 447, 365, 464, 393 ], [ 467, 365, 490, 393 ], [ 328, 388, 352, 415 ], [ 355, 388, 363, 415 ], [ 447, 388, 470, 415 ], [ 474, 388, 497, 415 ], [ 328, 411, 358, 438 ], [ 361, 411, 369, 438 ], [ 447, 411, 484, 438 ], [ 488, 411, 503, 438 ], [ 328, 433, 356, 460 ], [ 360, 433, 367, 460 ], [ 447, 433, 475, 460 ], [ 478, 433, 501, 460 ], [ 328, 456, 362, 483 ], [ 447, 456, 496, 483 ], [ 328, 478, 354, 505 ], [ 358, 478, 365, 505 ], [ 447, 478, 473, 505 ], [ 477, 478, 499, 505 ], [ 328, 501, 368, 528 ], [ 371, 501, 387, 528 ], [ 447, 501, 481, 528 ], [ 485, 501, 508, 528 ], [ 328, 524, 354, 551 ], [ 358, 524, 373, 551 ], [ 447, 524, 488, 551 ], [ 492, 524, 507, 551 ], [ 209, 527, 248, 549 ], [ 252, 527, 300, 549 ], [ 328, 547, 360, 574 ], [ 447, 547, 494, 574 ], [ 209, 549, 282, 572 ], [ 328, 569, 367, 596 ], [ 447, 569, 501, 596 ], [ 328, 592, 373, 619 ], [ 447, 592, 507, 619 ], [ 328, 614, 371, 641 ], [ 447, 614, 505, 641 ], [ 328, 637, 369, 664 ], [ 447, 637, 473, 664 ], [ 477, 637, 507, 664 ], [ 328, 659, 369, 687 ], [ 447, 659, 503, 687 ], [ 447, 682, 481, 709 ], [ 485, 682, 508, 709 ], [ 328, 705, 354, 732 ], [ 358, 705, 365, 732 ], [ 447, 705, 480, 732 ], [ 484, 705, 499, 732 ], [ 209, 708, 233, 730 ], [ 237, 708, 280, 730 ], [ 328, 728, 352, 755 ], [ 447, 728, 471, 755 ], [ 475, 728, 490, 755 ], [ 328, 750, 352, 778 ], [ 355, 750, 363, 778 ], [ 447, 750, 478, 778 ], [ 482, 750, 497, 778 ], [ 328, 773, 358, 800 ], [ 361, 773, 369, 800 ], [ 447, 773, 476, 800 ], [ 480, 773, 503, 800 ], [ 328, 795, 356, 823 ], [ 360, 795, 367, 823 ], [ 447, 795, 475, 823 ], [ 478, 795, 501, 823 ], [ 328, 818, 354, 845 ], [ 358, 818, 365, 845 ], [ 447, 818, 473, 845 ], [ 477, 818, 499, 845 ], [ 328, 841, 354, 868 ], [ 358, 841, 365, 868 ], [ 447, 841, 473, 868 ], [ 477, 841, 499, 868 ] ]
[ [ 90, 116, 129, 142 ], [ 90, 138, 167, 164 ], [ 209, 116, 245, 142 ], [ 328, 116, 336, 142 ], [ 339, 116, 352, 142 ], [ 356, 116, 408, 142 ], [ 328, 138, 398, 164 ], [ 447, 116, 459, 142 ], [ 463, 116, 476, 142 ], [ 483, 116, 510, 142 ], [ 447, 138, 496, 164 ], [ 566, 116, 603, 142 ], [ 684, 116, 729, 142 ], [ 684, 138, 762, 164 ], [ 803, 116, 833, 142 ], [ 837, 116, 879, 142 ], [ 209, 164, 240, 187 ], [ 243, 164, 279, 187 ], [ 209, 187, 272, 210 ], [ 328, 162, 354, 189 ], [ 358, 162, 373, 189 ], [ 328, 184, 360, 211 ], [ 328, 207, 352, 234 ], [ 355, 207, 371, 234 ], [ 328, 229, 358, 257 ], [ 361, 229, 376, 257 ], [ 328, 252, 356, 279 ], [ 360, 252, 375, 279 ], [ 328, 274, 369, 302 ], [ 328, 297, 369, 324 ], [ 328, 320, 368, 347 ], [ 371, 320, 394, 347 ], [ 447, 162, 473, 189 ], [ 477, 162, 492, 189 ], [ 447, 184, 479, 211 ], [ 447, 207, 470, 234 ], [ 474, 207, 489, 234 ], [ 447, 229, 476, 257 ], [ 480, 229, 495, 257 ], [ 447, 252, 475, 279 ], [ 478, 252, 494, 279 ], [ 447, 274, 488, 302 ], [ 447, 297, 488, 324 ], [ 447, 320, 486, 347 ], [ 490, 320, 513, 347 ], [ 209, 346, 233, 368 ], [ 237, 346, 292, 368 ], [ 328, 343, 354, 370 ], [ 358, 343, 365, 370 ], [ 328, 365, 352, 393 ], [ 328, 388, 352, 415 ], [ 355, 388, 363, 415 ], [ 328, 411, 358, 438 ], [ 361, 411, 369, 438 ], [ 328, 433, 356, 460 ], [ 360, 433, 367, 460 ], [ 328, 456, 362, 483 ], [ 328, 478, 354, 505 ], [ 358, 478, 365, 505 ], [ 328, 501, 368, 528 ], [ 371, 501, 387, 528 ], [ 447, 343, 480, 370 ], [ 484, 343, 499, 370 ], [ 447, 365, 464, 393 ], [ 467, 365, 490, 393 ], [ 447, 388, 470, 415 ], [ 474, 388, 497, 415 ], [ 447, 411, 484, 438 ], [ 488, 411, 503, 438 ], [ 447, 433, 475, 460 ], [ 478, 433, 501, 460 ], [ 447, 456, 496, 483 ], [ 447, 478, 473, 505 ], [ 477, 478, 499, 505 ], [ 447, 501, 481, 528 ], [ 485, 501, 508, 528 ], [ 209, 527, 248, 549 ], [ 252, 527, 300, 549 ], [ 209, 549, 282, 572 ], [ 328, 524, 354, 551 ], [ 358, 524, 373, 551 ], [ 328, 547, 360, 574 ], [ 328, 569, 367, 596 ], [ 328, 592, 373, 619 ], [ 328, 614, 371, 641 ], [ 328, 637, 369, 664 ], [ 328, 659, 369, 687 ], [ 447, 524, 488, 551 ], [ 492, 524, 507, 551 ], [ 447, 547, 494, 574 ], [ 447, 569, 501, 596 ], [ 447, 592, 507, 619 ], [ 447, 614, 505, 641 ], [ 447, 637, 473, 664 ], [ 477, 637, 507, 664 ], [ 447, 659, 503, 687 ], [ 447, 682, 481, 709 ], [ 485, 682, 508, 709 ], [ 209, 708, 233, 730 ], [ 237, 708, 280, 730 ], [ 328, 705, 354, 732 ], [ 358, 705, 365, 732 ], [ 328, 728, 352, 755 ], [ 328, 750, 352, 778 ], [ 355, 750, 363, 778 ], [ 328, 773, 358, 800 ], [ 361, 773, 369, 800 ], [ 328, 795, 356, 823 ], [ 360, 795, 367, 823 ], [ 328, 818, 354, 845 ], [ 358, 818, 365, 845 ], [ 328, 841, 354, 868 ], [ 358, 841, 365, 868 ], [ 447, 705, 480, 732 ], [ 484, 705, 499, 732 ], [ 447, 728, 471, 755 ], [ 475, 728, 490, 755 ], [ 447, 750, 478, 778 ], [ 482, 750, 497, 778 ], [ 447, 773, 476, 800 ], [ 480, 773, 503, 800 ], [ 447, 795, 475, 823 ], [ 478, 795, 501, 823 ], [ 447, 818, 473, 845 ], [ 477, 818, 499, 845 ], [ 447, 841, 473, 868 ], [ 477, 841, 499, 868 ] ]
100 5 100 4.5 100 4 99 4.9 99 4.4 99 3.9 98 4.8 98 4.3 98 3.8 97 4.7 97 4.2 97 3.7 4.6 4.1 3.6 96 96 96 95 4.5 95 4 95 3.5 94 4.4 94 3.9 94 3.4 93 4.3 93 3.8 93 3.3 92 4.2 92 3.7 92 3.2 91 4.1 91 3.6 91 3.1 90 4 90 3.5 90 3 89 3.9 89 3.4 89 2.9 88 3.8 88 3.3 88 2.8 3.7 3.2 2.7 87 87 87 86 3.6 86 3.1 86 2.6 85 3.5 85 3 85 2.5 84 3.4 84 2.9 84 2.4 83 3.3 83 2.8 83 2.3 82 3.2 82 2.7 82 2.2 81 3.1 81 2.6 81 2.1 80 3 80 2.5 80 2 79 2.9 79 2.4 79 1.9 78 2.8 78 2.3 78 1.8 77 2.7 77 2.2 77 1.7 76 2.6 76 2.1 76 1.6 75 2.5 75 2 75 1.5 74 2.4 74 1.9 74 1.4 73 2.3 73 1.8 73 1.3 72 2.2 72 1.7 72 1.2 71 2.1 71 1.6 71 1.1 70 2 70 1.5 70 1
100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 5 4.9 4.8 4.7 4.6 4.5 4.4 4.3 4.2 4.1 4 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3 2.9 2.8 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 4.5 4.4 4.3 4.2 4.1 4 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3 2.9 2.8 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2 1.9 1.8 1.7 1.6 1.5 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 4 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3 2.9 2.8 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2 1.9 1.8 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1
0
[ 0, 6, 12, 18, 27, 30, 36, 42, 48, 54, 60, 66, 72, 81, 84, 90, 96, 102, 108, 114, 120, 126, 132, 138, 144, 150, 156, 162, 168, 174, 180, 1, 7, 13, 19, 24, 31, 37, 43, 49, 55, 61, 67, 73, 78, 85, 91, 97, 103, 109, 115, 121, 127, 133, 139, 145, 151, 157, 163, 169, 175, 181, 2, 8, 14, 20, 28, 32, 38, 44, 50, 56, 62, 68, 74, 82, 86, 92, 98, 104, 110, 116, 122, 128, 134, 140, 146, 152, 158, 164, 170, 176, 182, 3, 9, 15, 21, 25, 33, 39, 45, 51, 57, 63, 69, 75, 79, 87, 93, 99, 105, 111, 117, 123, 129, 135, 141, 147, 153, 159, 165, 171, 177, 183, 4, 10, 16, 22, 29, 34, 40, 46, 52, 58, 64, 70, 76, 83, 88, 94, 100, 106, 112, 118, 124, 130, 136, 142, 148, 154, 160, 166, 172, 178, 184, 5, 11, 17, 23, 26, 35, 41, 47, 53, 59, 65, 71, 77, 80, 89, 95, 101, 107, 113, 119, 125, 131, 137, 143, 149, 155, 161, 167, 173, 179, 185 ]
oik15dAqlcEqJZLAxtBBchvtc9L0oTcZJjwW21p3wcXzvPm7.docx
task-1609-45
19
[ [ 200, 114, 227, 131 ], [ 255, 114, 264, 131 ], [ 458, 114, 486, 131 ], [ 516, 114, 539, 131 ], [ 717, 114, 744, 131 ], [ 785, 114, 794, 131 ], [ 205, 134, 223, 151 ], [ 255, 134, 278, 151 ], [ 465, 134, 484, 151 ], [ 516, 134, 539, 151 ], [ 721, 134, 739, 151 ], [ 778, 134, 801, 151 ], [ 205, 154, 223, 171 ], [ 255, 154, 278, 171 ], [ 465, 154, 484, 171 ], [ 516, 154, 539, 171 ], [ 721, 154, 739, 171 ], [ 778, 154, 801, 171 ], [ 205, 174, 223, 191 ], [ 255, 174, 278, 191 ], [ 465, 174, 484, 191 ], [ 516, 174, 539, 191 ], [ 721, 174, 739, 191 ], [ 778, 174, 801, 191 ], [ 255, 193, 278, 211 ], [ 516, 193, 539, 211 ], [ 778, 193, 801, 211 ], [ 205, 194, 223, 211 ], [ 465, 194, 484, 211 ], [ 721, 194, 739, 211 ], [ 205, 213, 223, 231 ], [ 255, 213, 278, 231 ], [ 465, 213, 484, 231 ], [ 523, 213, 532, 231 ], [ 721, 213, 739, 231 ], [ 778, 213, 801, 231 ], [ 205, 233, 223, 251 ], [ 255, 233, 278, 251 ], [ 465, 233, 484, 251 ], [ 516, 233, 539, 251 ], [ 721, 233, 739, 251 ], [ 778, 233, 801, 251 ], [ 205, 253, 223, 271 ], [ 255, 253, 278, 270 ], [ 465, 253, 484, 271 ], [ 516, 253, 539, 270 ], [ 721, 253, 739, 271 ], [ 778, 253, 801, 270 ], [ 205, 273, 223, 290 ], [ 255, 273, 278, 290 ], [ 465, 273, 484, 290 ], [ 516, 273, 539, 290 ], [ 721, 273, 739, 290 ], [ 778, 273, 801, 290 ], [ 205, 293, 223, 310 ], [ 255, 293, 278, 310 ], [ 465, 293, 484, 310 ], [ 516, 293, 539, 310 ], [ 721, 293, 739, 310 ], [ 778, 293, 801, 310 ], [ 205, 313, 223, 330 ], [ 255, 313, 264, 330 ], [ 465, 313, 484, 330 ], [ 516, 313, 539, 330 ], [ 721, 313, 739, 330 ], [ 785, 313, 794, 330 ], [ 205, 333, 223, 350 ], [ 255, 333, 278, 350 ], [ 465, 333, 484, 350 ], [ 516, 333, 539, 350 ], [ 721, 333, 739, 350 ], [ 778, 333, 801, 350 ], [ 205, 353, 223, 370 ], [ 255, 353, 278, 370 ], [ 465, 353, 484, 370 ], [ 516, 353, 539, 370 ], [ 721, 353, 739, 370 ], [ 778, 353, 801, 370 ], [ 255, 372, 278, 390 ], [ 516, 372, 539, 390 ], [ 778, 372, 801, 390 ], [ 205, 373, 223, 390 ], [ 465, 373, 484, 390 ], [ 721, 373, 739, 390 ], [ 205, 392, 223, 410 ], [ 255, 392, 278, 410 ], [ 465, 392, 484, 410 ], [ 516, 392, 539, 410 ], [ 721, 392, 739, 410 ], [ 778, 392, 801, 410 ], [ 205, 412, 223, 430 ], [ 255, 412, 278, 430 ], [ 465, 412, 484, 430 ], [ 523, 412, 532, 430 ], [ 721, 412, 739, 430 ], [ 778, 412, 801, 430 ], [ 205, 432, 223, 450 ], [ 255, 432, 278, 449 ], [ 465, 432, 484, 450 ], [ 516, 432, 539, 449 ], [ 721, 432, 739, 450 ], [ 778, 432, 801, 449 ], [ 205, 452, 223, 469 ], [ 255, 452, 278, 469 ], [ 465, 452, 484, 469 ], [ 516, 452, 539, 469 ], [ 721, 452, 739, 469 ], [ 778, 452, 801, 469 ], [ 205, 472, 223, 489 ], [ 255, 472, 278, 489 ], [ 465, 472, 484, 489 ], [ 516, 472, 539, 489 ], [ 721, 472, 739, 489 ], [ 778, 472, 801, 489 ], [ 205, 492, 223, 509 ], [ 255, 492, 278, 509 ], [ 465, 492, 484, 509 ], [ 516, 492, 539, 509 ], [ 721, 492, 739, 509 ], [ 778, 492, 801, 509 ], [ 205, 512, 223, 529 ], [ 255, 512, 264, 529 ], [ 465, 512, 484, 529 ], [ 516, 512, 539, 529 ], [ 721, 512, 739, 529 ], [ 785, 512, 794, 529 ], [ 205, 532, 223, 549 ], [ 255, 532, 278, 549 ], [ 465, 532, 484, 549 ], [ 516, 532, 539, 549 ], [ 721, 532, 739, 549 ], [ 778, 532, 801, 549 ], [ 205, 551, 223, 569 ], [ 255, 551, 278, 569 ], [ 465, 551, 484, 569 ], [ 516, 551, 539, 569 ], [ 721, 551, 739, 569 ], [ 778, 551, 801, 569 ], [ 205, 571, 223, 589 ], [ 255, 571, 278, 589 ], [ 465, 571, 484, 589 ], [ 516, 571, 539, 589 ], [ 721, 571, 739, 589 ], [ 778, 571, 801, 589 ], [ 205, 591, 223, 609 ], [ 255, 591, 278, 609 ], [ 465, 591, 484, 609 ], [ 516, 591, 539, 609 ], [ 721, 591, 739, 609 ], [ 778, 591, 801, 609 ], [ 205, 611, 223, 629 ], [ 255, 611, 278, 628 ], [ 465, 611, 484, 629 ], [ 523, 611, 532, 628 ], [ 721, 611, 739, 629 ], [ 778, 611, 801, 628 ], [ 205, 631, 223, 648 ], [ 255, 631, 278, 648 ], [ 465, 631, 484, 648 ], [ 516, 631, 539, 648 ], [ 721, 631, 739, 648 ], [ 778, 631, 801, 648 ], [ 205, 651, 223, 668 ], [ 255, 651, 278, 668 ], [ 465, 651, 484, 668 ], [ 516, 651, 539, 668 ], [ 721, 651, 739, 668 ], [ 778, 651, 801, 668 ], [ 205, 671, 223, 688 ], [ 255, 671, 278, 688 ], [ 465, 671, 484, 688 ], [ 516, 671, 539, 688 ], [ 721, 671, 739, 688 ], [ 778, 671, 801, 688 ], [ 205, 691, 223, 708 ], [ 255, 691, 278, 708 ], [ 465, 691, 484, 708 ], [ 516, 691, 539, 708 ], [ 721, 691, 739, 708 ], [ 778, 691, 801, 708 ], [ 205, 711, 223, 728 ], [ 255, 711, 264, 728 ], [ 465, 711, 484, 728 ], [ 516, 711, 539, 728 ], [ 721, 711, 739, 728 ], [ 785, 711, 794, 728 ] ]
[ [ 200, 114, 227, 131 ], [ 205, 134, 223, 151 ], [ 205, 154, 223, 171 ], [ 205, 174, 223, 191 ], [ 205, 194, 223, 211 ], [ 205, 213, 223, 231 ], [ 205, 233, 223, 251 ], [ 205, 253, 223, 271 ], [ 205, 273, 223, 290 ], [ 205, 293, 223, 310 ], [ 205, 313, 223, 330 ], [ 205, 333, 223, 350 ], [ 205, 353, 223, 370 ], [ 205, 373, 223, 390 ], [ 205, 392, 223, 410 ], [ 205, 412, 223, 430 ], [ 205, 432, 223, 450 ], [ 205, 452, 223, 469 ], [ 205, 472, 223, 489 ], [ 205, 492, 223, 509 ], [ 205, 512, 223, 529 ], [ 205, 532, 223, 549 ], [ 205, 551, 223, 569 ], [ 205, 571, 223, 589 ], [ 205, 591, 223, 609 ], [ 205, 611, 223, 629 ], [ 205, 631, 223, 648 ], [ 205, 651, 223, 668 ], [ 205, 671, 223, 688 ], [ 205, 691, 223, 708 ], [ 205, 711, 223, 728 ], [ 255, 114, 264, 131 ], [ 255, 134, 278, 151 ], [ 255, 154, 278, 171 ], [ 255, 174, 278, 191 ], [ 255, 193, 278, 211 ], [ 255, 213, 278, 231 ], [ 255, 233, 278, 251 ], [ 255, 253, 278, 270 ], [ 255, 273, 278, 290 ], [ 255, 293, 278, 310 ], [ 255, 313, 264, 330 ], [ 255, 333, 278, 350 ], [ 255, 353, 278, 370 ], [ 255, 372, 278, 390 ], [ 255, 392, 278, 410 ], [ 255, 412, 278, 430 ], [ 255, 432, 278, 449 ], [ 255, 452, 278, 469 ], [ 255, 472, 278, 489 ], [ 255, 492, 278, 509 ], [ 255, 512, 264, 529 ], [ 255, 532, 278, 549 ], [ 255, 551, 278, 569 ], [ 255, 571, 278, 589 ], [ 255, 591, 278, 609 ], [ 255, 611, 278, 628 ], [ 255, 631, 278, 648 ], [ 255, 651, 278, 668 ], [ 255, 671, 278, 688 ], [ 255, 691, 278, 708 ], [ 255, 711, 264, 728 ], [ 458, 114, 486, 131 ], [ 465, 134, 484, 151 ], [ 465, 154, 484, 171 ], [ 465, 174, 484, 191 ], [ 465, 194, 484, 211 ], [ 465, 213, 484, 231 ], [ 465, 233, 484, 251 ], [ 465, 253, 484, 271 ], [ 465, 273, 484, 290 ], [ 465, 293, 484, 310 ], [ 465, 313, 484, 330 ], [ 465, 333, 484, 350 ], [ 465, 353, 484, 370 ], [ 465, 373, 484, 390 ], [ 465, 392, 484, 410 ], [ 465, 412, 484, 430 ], [ 465, 432, 484, 450 ], [ 465, 452, 484, 469 ], [ 465, 472, 484, 489 ], [ 465, 492, 484, 509 ], [ 465, 512, 484, 529 ], [ 465, 532, 484, 549 ], [ 465, 551, 484, 569 ], [ 465, 571, 484, 589 ], [ 465, 591, 484, 609 ], [ 465, 611, 484, 629 ], [ 465, 631, 484, 648 ], [ 465, 651, 484, 668 ], [ 465, 671, 484, 688 ], [ 465, 691, 484, 708 ], [ 465, 711, 484, 728 ], [ 516, 114, 539, 131 ], [ 516, 134, 539, 151 ], [ 516, 154, 539, 171 ], [ 516, 174, 539, 191 ], [ 516, 193, 539, 211 ], [ 523, 213, 532, 231 ], [ 516, 233, 539, 251 ], [ 516, 253, 539, 270 ], [ 516, 273, 539, 290 ], [ 516, 293, 539, 310 ], [ 516, 313, 539, 330 ], [ 516, 333, 539, 350 ], [ 516, 353, 539, 370 ], [ 516, 372, 539, 390 ], [ 516, 392, 539, 410 ], [ 523, 412, 532, 430 ], [ 516, 432, 539, 449 ], [ 516, 452, 539, 469 ], [ 516, 472, 539, 489 ], [ 516, 492, 539, 509 ], [ 516, 512, 539, 529 ], [ 516, 532, 539, 549 ], [ 516, 551, 539, 569 ], [ 516, 571, 539, 589 ], [ 516, 591, 539, 609 ], [ 523, 611, 532, 628 ], [ 516, 631, 539, 648 ], [ 516, 651, 539, 668 ], [ 516, 671, 539, 688 ], [ 516, 691, 539, 708 ], [ 516, 711, 539, 728 ], [ 717, 114, 744, 131 ], [ 721, 134, 739, 151 ], [ 721, 154, 739, 171 ], [ 721, 174, 739, 191 ], [ 721, 194, 739, 211 ], [ 721, 213, 739, 231 ], [ 721, 233, 739, 251 ], [ 721, 253, 739, 271 ], [ 721, 273, 739, 290 ], [ 721, 293, 739, 310 ], [ 721, 313, 739, 330 ], [ 721, 333, 739, 350 ], [ 721, 353, 739, 370 ], [ 721, 373, 739, 390 ], [ 721, 392, 739, 410 ], [ 721, 412, 739, 430 ], [ 721, 432, 739, 450 ], [ 721, 452, 739, 469 ], [ 721, 472, 739, 489 ], [ 721, 492, 739, 509 ], [ 721, 512, 739, 529 ], [ 721, 532, 739, 549 ], [ 721, 551, 739, 569 ], [ 721, 571, 739, 589 ], [ 721, 591, 739, 609 ], [ 721, 611, 739, 629 ], [ 721, 631, 739, 648 ], [ 721, 651, 739, 668 ], [ 721, 671, 739, 688 ], [ 721, 691, 739, 708 ], [ 721, 711, 739, 728 ], [ 785, 114, 794, 131 ], [ 778, 134, 801, 151 ], [ 778, 154, 801, 171 ], [ 778, 174, 801, 191 ], [ 778, 193, 801, 211 ], [ 778, 213, 801, 231 ], [ 778, 233, 801, 251 ], [ 778, 253, 801, 270 ], [ 778, 273, 801, 290 ], [ 778, 293, 801, 310 ], [ 785, 313, 794, 330 ], [ 778, 333, 801, 350 ], [ 778, 353, 801, 370 ], [ 778, 372, 801, 390 ], [ 778, 392, 801, 410 ], [ 778, 412, 801, 430 ], [ 778, 432, 801, 449 ], [ 778, 452, 801, 469 ], [ 778, 472, 801, 489 ], [ 778, 492, 801, 509 ], [ 785, 512, 794, 529 ], [ 778, 532, 801, 549 ], [ 778, 551, 801, 569 ], [ 778, 571, 801, 589 ], [ 778, 591, 801, 609 ], [ 778, 611, 801, 628 ], [ 778, 631, 801, 648 ], [ 778, 651, 801, 668 ], [ 778, 671, 801, 688 ], [ 778, 691, 801, 708 ], [ 785, 711, 794, 728 ] ]
On-the-Job Training (OJT) Training Plan OJT Contract No: Section 1: Contact and OJT Information State ID#: Complete the contact information for the Business and the Participant. BUSINESS NAME: CRS # OR FEIN: CONTACT PERSON: EMAIL: BUSINESS TYPE: TELEPHONE #: EMAIL ADDRESS (if applicable): TELEPHONE #: BUSINESS ADDRESS: PARTICIPANT NAME: REIMBURSEMENT RATE: % MAXIMUM REIMBURSEMENT: $ PROJECTED START DATE: PROJECTED END DATE: TOTAL TRAINING HOURS: HOURLY WAGE RATE: $ Section 2: Occupational Information Complete the occupational information for the Trainee’s skill level. Add additional lines as needed. : Max SVP Range: Hours/Week: JOB TITLE: : Section 3: Training Information Complete the training outline and estimated time for each skill. Add additional lines as needed. SKILLS/TASKS TO BE LEARNED: TRAINING HOURS TRAINING HOURS DEDUCTED HOURS This section is for skills not already possessed by the job seeker at a NEEDED FOR FOR SKILLS NEEDED FOR proficient level TASK BASED ALREADY THIS ON UNSKILLED POSSESSED PARTICIPANT PARTICIPANT: 1. 2. 3. 4. 5. 6. 7. 8. 9. Hours determined by skill gap: Section 4: Signatures All parties to provide or obtain training for the skills outlined in this Training Plan.
On-the-Job Training (OJT) Training Plan OJT Contract No: Section 1: Contact and OJT Information State ID#: Complete the contact information for the Business and the Participant. BUSINESS NAME: CRS # OR FEIN: BUSINESS TYPE: CONTACT PERSON: EMAIL: TELEPHONE #: BUSINESS ADDRESS: EMAIL ADDRESS (if applicable): TELEPHONE #: PARTICIPANT NAME: REIMBURSEMENT RATE: % MAXIMUM REIMBURSEMENT: $ PROJECTED START DATE: PROJECTED END DATE: TOTAL TRAINING HOURS: HOURLY WAGE RATE: $ Section 2: Occupational Information Complete the occupational information for the Trainee’s skill level. Add additional lines as needed. JOB TITLE: : Max SVP Range: Hours/Week: : Section 3: Training Information Complete the training outline and estimated time for each skill. Add additional lines as needed. SKILLS/TASKS TO BE LEARNED: This section is for skills not already possessed by the job seeker at a proficient level TRAINING HOURS NEEDED FOR TASK BASED ON UNSKILLED PARTICIPANT: HOURS DEDUCTED FOR SKILLS ALREADY POSSESSED TRAINING HOURS NEEDED FOR THIS PARTICIPANT 1. 2. 3. 4. 5. 6. 7. 8. 9. Hours determined by skill gap: Section 4: Signatures All parties to provide or obtain training for the skills outlined in this Training Plan.
0.835573
[ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 35, 36, 32, 33, 34, 37, 38, 45, 46, 39, 40, 41, 42, 43, 44, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 91, 92, 86, 87, 88, 89, 90, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 143, 144, 117, 120, 137, 138, 145, 146, 149, 150, 153, 118, 121, 139, 140, 147, 151, 119, 122, 141, 142, 148, 152, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185 ]
ojt_training_plan_100218.docx
task-1609-493
0
[ [ 316, 108, 421, 132 ], [ 427, 108, 502, 132 ], [ 507, 108, 556, 132 ], [ 561, 108, 637, 132 ], [ 642, 108, 683, 132 ], [ 766, 133, 793, 152 ], [ 797, 133, 861, 152 ], [ 865, 133, 891, 152 ], [ 35, 149, 112, 174 ], [ 117, 149, 137, 174 ], [ 147, 149, 226, 174 ], [ 231, 149, 271, 174 ], [ 276, 149, 314, 174 ], [ 319, 149, 447, 174 ], [ 741, 155, 778, 172 ], [ 782, 155, 814, 173 ], [ 35, 171, 99, 188 ], [ 103, 171, 125, 188 ], [ 129, 171, 178, 188 ], [ 182, 171, 261, 188 ], [ 265, 171, 284, 188 ], [ 288, 171, 310, 188 ], [ 314, 171, 371, 188 ], [ 374, 171, 399, 188 ], [ 403, 171, 425, 188 ], [ 429, 171, 505, 188 ], [ 57, 187, 128, 206 ], [ 132, 187, 183, 206 ], [ 661, 187, 689, 206 ], [ 693, 187, 702, 206 ], [ 706, 187, 728, 206 ], [ 732, 187, 770, 206 ], [ 367, 221, 438, 240 ], [ 442, 221, 506, 240 ], [ 661, 221, 713, 240 ], [ 57, 224, 128, 243 ], [ 132, 224, 172, 243 ], [ 367, 239, 454, 258 ], [ 458, 239, 472, 258 ], [ 367, 259, 414, 278 ], [ 418, 259, 485, 278 ], [ 490, 259, 505, 278 ], [ 509, 259, 593, 278 ], [ 661, 259, 748, 278 ], [ 752, 259, 766, 278 ], [ 57, 262, 128, 281 ], [ 132, 262, 204, 281 ], [ 57, 304, 154, 323 ], [ 158, 304, 209, 323 ], [ 367, 304, 498, 323 ], [ 502, 304, 545, 323 ], [ 594, 304, 607, 323 ], [ 661, 321, 743, 340 ], [ 747, 321, 883, 340 ], [ 887, 321, 896, 340 ], [ 57, 338, 140, 357 ], [ 144, 338, 190, 357 ], [ 194, 338, 238, 357 ], [ 367, 338, 451, 357 ], [ 455, 338, 486, 357 ], [ 490, 338, 534, 357 ], [ 661, 338, 709, 357 ], [ 713, 338, 785, 357 ], [ 789, 338, 847, 357 ], [ 57, 356, 118, 375 ], [ 122, 356, 168, 375 ], [ 172, 356, 215, 375 ], [ 219, 356, 228, 375 ], [ 35, 403, 112, 427 ], [ 117, 403, 137, 427 ], [ 147, 403, 285, 427 ], [ 290, 403, 418, 427 ], [ 35, 425, 99, 442 ], [ 103, 425, 125, 442 ], [ 129, 425, 214, 442 ], [ 218, 425, 297, 442 ], [ 300, 425, 320, 442 ], [ 323, 425, 345, 442 ], [ 349, 425, 410, 442 ], [ 413, 425, 438, 442 ], [ 442, 425, 477, 442 ], [ 485, 425, 511, 442 ], [ 515, 425, 582, 442 ], [ 585, 425, 616, 442 ], [ 620, 425, 634, 442 ], [ 637, 425, 692, 442 ], [ 424, 440, 429, 460 ], [ 658, 440, 690, 460 ], [ 694, 440, 722, 460 ], [ 746, 440, 796, 460 ], [ 816, 440, 913, 460 ], [ 59, 443, 87, 462 ], [ 91, 443, 134, 462 ], [ 59, 461, 64, 480 ], [ 35, 527, 112, 551 ], [ 117, 527, 137, 551 ], [ 142, 527, 233, 551 ], [ 238, 527, 366, 551 ], [ 35, 549, 99, 566 ], [ 103, 549, 125, 566 ], [ 129, 549, 180, 566 ], [ 184, 549, 231, 566 ], [ 234, 549, 259, 566 ], [ 263, 549, 330, 566 ], [ 333, 549, 364, 566 ], [ 367, 549, 387, 566 ], [ 390, 549, 422, 566 ], [ 425, 549, 455, 566 ], [ 462, 549, 489, 566 ], [ 492, 549, 559, 566 ], [ 563, 549, 593, 566 ], [ 597, 549, 611, 566 ], [ 615, 549, 669, 566 ], [ 45, 565, 146, 584 ], [ 150, 565, 171, 584 ], [ 175, 565, 194, 584 ], [ 198, 565, 272, 584 ], [ 626, 565, 694, 582 ], [ 744, 565, 793, 582 ], [ 845, 565, 912, 582 ], [ 626, 580, 675, 598 ], [ 744, 580, 818, 598 ], [ 845, 580, 894, 598 ], [ 45, 582, 75, 601 ], [ 79, 582, 133, 601 ], [ 137, 582, 148, 601 ], [ 153, 582, 174, 601 ], [ 178, 582, 214, 601 ], [ 218, 582, 244, 601 ], [ 248, 582, 304, 601 ], [ 308, 582, 383, 601 ], [ 387, 582, 406, 601 ], [ 410, 582, 435, 601 ], [ 439, 582, 463, 601 ], [ 467, 582, 516, 601 ], [ 520, 582, 535, 601 ], [ 539, 582, 548, 601 ], [ 626, 596, 681, 613 ], [ 685, 596, 713, 613 ], [ 744, 596, 771, 613 ], [ 775, 596, 818, 613 ], [ 845, 596, 900, 613 ], [ 904, 596, 931, 613 ], [ 45, 599, 118, 618 ], [ 122, 599, 157, 618 ], [ 626, 611, 661, 628 ], [ 664, 611, 709, 628 ], [ 744, 611, 806, 628 ], [ 845, 611, 875, 628 ], [ 626, 626, 648, 644 ], [ 651, 626, 726, 644 ], [ 744, 626, 820, 644 ], [ 845, 626, 935, 644 ], [ 626, 642, 721, 659 ], [ 45, 658, 59, 677 ], [ 45, 678, 59, 697 ], [ 45, 698, 59, 717 ], [ 45, 719, 59, 738 ], [ 45, 739, 59, 758 ], [ 45, 759, 59, 779 ], [ 45, 780, 59, 799 ], [ 45, 800, 59, 819 ], [ 45, 821, 59, 840 ], [ 45, 841, 88, 860 ], [ 93, 841, 178, 860 ], [ 182, 841, 200, 860 ], [ 204, 841, 232, 860 ], [ 236, 841, 267, 860 ], [ 35, 889, 112, 913 ], [ 117, 889, 137, 913 ], [ 142, 889, 254, 913 ], [ 35, 910, 53, 929 ], [ 57, 910, 108, 929 ], [ 145, 910, 161, 929 ], [ 165, 910, 220, 929 ], [ 224, 910, 240, 929 ], [ 244, 910, 291, 929 ], [ 295, 910, 352, 929 ], [ 356, 910, 377, 929 ], [ 381, 910, 405, 929 ], [ 410, 910, 444, 929 ], [ 448, 910, 509, 929 ], [ 513, 910, 527, 929 ], [ 531, 910, 557, 929 ], [ 561, 910, 621, 929 ], [ 625, 910, 661, 929 ] ]
[ [ 316, 108, 421, 132 ], [ 427, 108, 502, 132 ], [ 507, 108, 556, 132 ], [ 561, 108, 637, 132 ], [ 642, 108, 683, 132 ], [ 766, 133, 793, 152 ], [ 797, 133, 861, 152 ], [ 865, 133, 891, 152 ], [ 35, 149, 112, 174 ], [ 117, 149, 137, 174 ], [ 147, 149, 226, 174 ], [ 231, 149, 271, 174 ], [ 276, 149, 314, 174 ], [ 319, 149, 447, 174 ], [ 741, 155, 778, 172 ], [ 782, 155, 814, 173 ], [ 35, 171, 99, 188 ], [ 103, 171, 125, 188 ], [ 129, 171, 178, 188 ], [ 182, 171, 261, 188 ], [ 265, 171, 284, 188 ], [ 288, 171, 310, 188 ], [ 314, 171, 371, 188 ], [ 374, 171, 399, 188 ], [ 403, 171, 425, 188 ], [ 429, 171, 505, 188 ], [ 57, 187, 128, 206 ], [ 132, 187, 183, 206 ], [ 661, 187, 689, 206 ], [ 693, 187, 702, 206 ], [ 706, 187, 728, 206 ], [ 732, 187, 770, 206 ], [ 57, 224, 128, 243 ], [ 132, 224, 172, 243 ], [ 367, 221, 438, 240 ], [ 442, 221, 506, 240 ], [ 661, 221, 713, 240 ], [ 367, 239, 454, 258 ], [ 458, 239, 472, 258 ], [ 57, 262, 128, 281 ], [ 132, 262, 204, 281 ], [ 367, 259, 414, 278 ], [ 418, 259, 485, 278 ], [ 490, 259, 505, 278 ], [ 509, 259, 593, 278 ], [ 661, 259, 748, 278 ], [ 752, 259, 766, 278 ], [ 57, 304, 154, 323 ], [ 158, 304, 209, 323 ], [ 367, 304, 498, 323 ], [ 502, 304, 545, 323 ], [ 594, 304, 607, 323 ], [ 661, 321, 743, 340 ], [ 747, 321, 883, 340 ], [ 887, 321, 896, 340 ], [ 57, 338, 140, 357 ], [ 144, 338, 190, 357 ], [ 194, 338, 238, 357 ], [ 367, 338, 451, 357 ], [ 455, 338, 486, 357 ], [ 490, 338, 534, 357 ], [ 661, 338, 709, 357 ], [ 713, 338, 785, 357 ], [ 789, 338, 847, 357 ], [ 57, 356, 118, 375 ], [ 122, 356, 168, 375 ], [ 172, 356, 215, 375 ], [ 219, 356, 228, 375 ], [ 35, 403, 112, 427 ], [ 117, 403, 137, 427 ], [ 147, 403, 285, 427 ], [ 290, 403, 418, 427 ], [ 35, 425, 99, 442 ], [ 103, 425, 125, 442 ], [ 129, 425, 214, 442 ], [ 218, 425, 297, 442 ], [ 300, 425, 320, 442 ], [ 323, 425, 345, 442 ], [ 349, 425, 410, 442 ], [ 413, 425, 438, 442 ], [ 442, 425, 477, 442 ], [ 485, 425, 511, 442 ], [ 515, 425, 582, 442 ], [ 585, 425, 616, 442 ], [ 620, 425, 634, 442 ], [ 637, 425, 692, 442 ], [ 59, 443, 87, 462 ], [ 91, 443, 134, 462 ], [ 424, 440, 429, 460 ], [ 658, 440, 690, 460 ], [ 694, 440, 722, 460 ], [ 746, 440, 796, 460 ], [ 816, 440, 913, 460 ], [ 59, 461, 64, 480 ], [ 35, 527, 112, 551 ], [ 117, 527, 137, 551 ], [ 142, 527, 233, 551 ], [ 238, 527, 366, 551 ], [ 35, 549, 99, 566 ], [ 103, 549, 125, 566 ], [ 129, 549, 180, 566 ], [ 184, 549, 231, 566 ], [ 234, 549, 259, 566 ], [ 263, 549, 330, 566 ], [ 333, 549, 364, 566 ], [ 367, 549, 387, 566 ], [ 390, 549, 422, 566 ], [ 425, 549, 455, 566 ], [ 462, 549, 489, 566 ], [ 492, 549, 559, 566 ], [ 563, 549, 593, 566 ], [ 597, 549, 611, 566 ], [ 615, 549, 669, 566 ], [ 45, 565, 146, 584 ], [ 150, 565, 171, 584 ], [ 175, 565, 194, 584 ], [ 198, 565, 272, 584 ], [ 45, 582, 75, 601 ], [ 79, 582, 133, 601 ], [ 137, 582, 148, 601 ], [ 153, 582, 174, 601 ], [ 178, 582, 214, 601 ], [ 218, 582, 244, 601 ], [ 248, 582, 304, 601 ], [ 308, 582, 383, 601 ], [ 387, 582, 406, 601 ], [ 410, 582, 435, 601 ], [ 439, 582, 463, 601 ], [ 467, 582, 516, 601 ], [ 520, 582, 535, 601 ], [ 539, 582, 548, 601 ], [ 45, 599, 118, 618 ], [ 122, 599, 157, 618 ], [ 626, 565, 694, 582 ], [ 626, 580, 675, 598 ], [ 626, 596, 681, 613 ], [ 685, 596, 713, 613 ], [ 626, 611, 661, 628 ], [ 664, 611, 709, 628 ], [ 626, 626, 648, 644 ], [ 651, 626, 726, 644 ], [ 626, 642, 721, 659 ], [ 744, 565, 793, 582 ], [ 744, 580, 818, 598 ], [ 744, 596, 771, 613 ], [ 775, 596, 818, 613 ], [ 744, 611, 806, 628 ], [ 744, 626, 820, 644 ], [ 845, 565, 912, 582 ], [ 845, 580, 894, 598 ], [ 845, 596, 900, 613 ], [ 904, 596, 931, 613 ], [ 845, 611, 875, 628 ], [ 845, 626, 935, 644 ], [ 45, 658, 59, 677 ], [ 45, 678, 59, 697 ], [ 45, 698, 59, 717 ], [ 45, 719, 59, 738 ], [ 45, 739, 59, 758 ], [ 45, 759, 59, 779 ], [ 45, 780, 59, 799 ], [ 45, 800, 59, 819 ], [ 45, 821, 59, 840 ], [ 45, 841, 88, 860 ], [ 93, 841, 178, 860 ], [ 182, 841, 200, 860 ], [ 204, 841, 232, 860 ], [ 236, 841, 267, 860 ], [ 35, 889, 112, 913 ], [ 117, 889, 137, 913 ], [ 142, 889, 254, 913 ], [ 35, 910, 53, 929 ], [ 57, 910, 108, 929 ], [ 145, 910, 161, 929 ], [ 165, 910, 220, 929 ], [ 224, 910, 240, 929 ], [ 244, 910, 291, 929 ], [ 295, 910, 352, 929 ], [ 356, 910, 377, 929 ], [ 381, 910, 405, 929 ], [ 410, 910, 444, 929 ], [ 448, 910, 509, 929 ], [ 513, 910, 527, 929 ], [ 531, 910, 557, 929 ], [ 561, 910, 621, 929 ], [ 625, 910, 661, 929 ] ]