In [1]:
import louvain
import igraph as ig
import networkx as nx
In [ ]:
in_file = "./../networks/twitter_geo_network_pagerank_directed.graphml"
out_file = ""
In [2]:
G = ig.load()
In [4]:
part = louvain.find_partition(G, method='Modularity', weight="weight");
In [1]:
G.vs["group"] = part.membership
NameErrorTraceback (most recent call last)
<ipython-input-1-302e919d3922> in <module>()
----> 1 G.vs["group"] = part.membership
NameError: name 'part' is not defined
In [6]:
G.save("./../networks/twitter_geo_network_pagerank_directed_community.graphml", format="graphml")
In [3]:
G_tmp = nx.read_graphml("./networks/twitter_geo_network_pagerank_directed_community.graphml")
In [4]:
G_tmp_3 = nx.relabel_nodes(G_tmp,nx.get_node_attributes(G_tmp, "id"))
In [5]:
G_tmp_3.node["LA3"]
Out[5]:
{'group': 1.0, 'id': u'LA3', 'pagerank': 0.00022953}
In [6]:
from networkx_additional_algorithms import brokerage
In [8]:
roles = brokerage.getBrokerageRoles(G_tmp_3, "group")
In [9]:
roles
Out[9]:
{u'EH21': {'consultant': 771,
'coordinator': 17735,
'gatekeeper': 37264,
'liaison': 24932,
'representative': 36803},
u'EH20': {'consultant': 120,
'coordinator': 9627,
'gatekeeper': 10318,
'liaison': 3851,
'representative': 13065},
u'EH23': {'consultant': 38,
'coordinator': 2148,
'gatekeeper': 2857,
'liaison': 819,
'representative': 2773},
u'EH22': {'consultant': 89,
'coordinator': 11932,
'gatekeeper': 9027,
'liaison': 2588,
'representative': 10722},
u'EH25': {'consultant': 26,
'coordinator': 3715,
'gatekeeper': 3129,
'liaison': 681,
'representative': 2972},
u'EH24': {'consultant': 6,
'coordinator': 1098,
'gatekeeper': 732,
'liaison': 117,
'representative': 800},
u'EH27': {'consultant': 1648,
'coordinator': 19526,
'gatekeeper': 48403,
'liaison': 35704,
'representative': 45269},
u'EH26': {'consultant': 115,
'coordinator': 4657,
'gatekeeper': 6071,
'liaison': 2712,
'representative': 7344},
u'EH29': {'consultant': 692,
'coordinator': 17124,
'gatekeeper': 36670,
'liaison': 27550,
'representative': 43611},
u'EH28': {'consultant': 184,
'coordinator': 13986,
'gatekeeper': 15552,
'liaison': 5105,
'representative': 16816},
u'L70': {'consultant': 369,
'coordinator': 8916,
'gatekeeper': 15827,
'liaison': 9708,
'representative': 16979},
u'L71': {'consultant': 1951,
'coordinator': 15801,
'gatekeeper': 44136,
'liaison': 50073,
'representative': 50891},
u'L74': {'consultant': 6394,
'coordinator': 25673,
'gatekeeper': 105690,
'liaison': 186168,
'representative': 115037},
u'L75': {'consultant': 117,
'coordinator': 6314,
'gatekeeper': 8735,
'liaison': 3496,
'representative': 9081},
u'SN6': {'consultant': 1391,
'coordinator': 1470,
'gatekeeper': 9274,
'liaison': 22493,
'representative': 9247},
u'SN7': {'consultant': 4139,
'coordinator': 2622,
'gatekeeper': 20132,
'liaison': 79790,
'representative': 20265},
u'SN4': {'consultant': 1573,
'coordinator': 1538,
'gatekeeper': 10433,
'liaison': 19239,
'representative': 8184},
u'SN5': {'consultant': 8769,
'coordinator': 6726,
'gatekeeper': 48421,
'liaison': 163409,
'representative': 55530},
u'SN2': {'consultant': 1688,
'coordinator': 1800,
'gatekeeper': 10583,
'liaison': 20398,
'representative': 10874},
u'SN3': {'consultant': 8891,
'coordinator': 5028,
'gatekeeper': 49342,
'liaison': 157503,
'representative': 43283},
u'NE21': {'consultant': 1391,
'coordinator': 1934,
'gatekeeper': 17824,
'liaison': 30228,
'representative': 16625},
u'SN1': {'consultant': 5777,
'coordinator': 3183,
'gatekeeper': 31129,
'liaison': 105888,
'representative': 31073},
u'SN8': {'consultant': 2941,
'coordinator': 2223,
'gatekeeper': 13703,
'liaison': 38770,
'representative': 11800},
u'SN9': {'consultant': 1652,
'coordinator': 1143,
'gatekeeper': 6689,
'liaison': 18011,
'representative': 6320},
u'G5': {'consultant': 763,
'coordinator': 21385,
'gatekeeper': 38310,
'liaison': 22820,
'representative': 43529},
u'G4': {'consultant': 5250,
'coordinator': 40067,
'gatekeeper': 119995,
'liaison': 136940,
'representative': 126322},
u'G3': {'consultant': 12587,
'coordinator': 61657,
'gatekeeper': 217369,
'liaison': 333364,
'representative': 223794},
u'G2': {'consultant': 11635,
'coordinator': 63829,
'gatekeeper': 196701,
'liaison': 268468,
'representative': 211350},
u'G1': {'consultant': 20133,
'coordinator': 84402,
'gatekeeper': 310532,
'liaison': 512614,
'representative': 302296},
u'EN1': {'consultant': 6418,
'coordinator': 7645,
'gatekeeper': 42260,
'liaison': 80493,
'representative': 41201},
u'NG23': {'consultant': 9828,
'coordinator': 2200,
'gatekeeper': 31117,
'liaison': 192274,
'representative': 32055},
u'NG22': {'consultant': 3936,
'coordinator': 895,
'gatekeeper': 12267,
'liaison': 59988,
'representative': 13363},
u'NG21': {'consultant': 12570,
'coordinator': 3492,
'gatekeeper': 37268,
'liaison': 181787,
'representative': 38226},
u'EC50': {'consultant': 24867,
'coordinator': 14522,
'gatekeeper': 144646,
'liaison': 516573,
'representative': 142774},
u'NG25': {'consultant': 1637,
'coordinator': 1616,
'gatekeeper': 13427,
'liaison': 44946,
'representative': 13294},
u'NG24': {'consultant': 15925,
'coordinator': 3881,
'gatekeeper': 50845,
'liaison': 324740,
'representative': 52783},
u'L72': {'consultant': 60,
'coordinator': 2738,
'gatekeeper': 5051,
'liaison': 1863,
'representative': 4642},
u'NE20': {'consultant': 27,
'coordinator': 278,
'gatekeeper': 744,
'liaison': 447,
'representative': 886},
u'L73': {'consultant': 11752,
'coordinator': 28009,
'gatekeeper': 124918,
'liaison': 279177,
'representative': 160398},
u'LE2': {'consultant': 5672,
'coordinator': 2166,
'gatekeeper': 25793,
'liaison': 128636,
'representative': 27057},
u'EN5': {'consultant': 11753,
'coordinator': 7374,
'gatekeeper': 54726,
'liaison': 157239,
'representative': 62863},
u'SP8': {'consultant': 2107,
'coordinator': 4785,
'gatekeeper': 17024,
'liaison': 18692,
'representative': 15507},
u'SP9': {'consultant': 3355,
'coordinator': 4107,
'gatekeeper': 25237,
'liaison': 71252,
'representative': 25916},
u'TR17': {'consultant': 221,
'coordinator': 1395,
'gatekeeper': 3791,
'liaison': 4168,
'representative': 5151},
u'SP1': {'consultant': 15181,
'coordinator': 9125,
'gatekeeper': 65714,
'liaison': 234431,
'representative': 64771},
u'SP2': {'consultant': 2782,
'coordinator': 2884,
'gatekeeper': 15779,
'liaison': 34749,
'representative': 14902},
u'SP3': {'consultant': 2391,
'coordinator': 1532,
'gatekeeper': 13443,
'liaison': 38091,
'representative': 9949},
u'SP4': {'consultant': 13046,
'coordinator': 7793,
'gatekeeper': 60502,
'liaison': 247053,
'representative': 64645},
u'SP5': {'consultant': 26,
'coordinator': 160,
'gatekeeper': 343,
'liaison': 471,
'representative': 542},
u'SP6': {'consultant': 705,
'coordinator': 2510,
'gatekeeper': 9085,
'liaison': 11594,
'representative': 8282},
u'SP7': {'consultant': 2157,
'coordinator': 2507,
'gatekeeper': 12784,
'liaison': 25585,
'representative': 13652},
u'KY9': {'consultant': 31,
'coordinator': 2142,
'gatekeeper': 3386,
'liaison': 850,
'representative': 2083},
u'KY8': {'consultant': 169,
'coordinator': 9951,
'gatekeeper': 13915,
'liaison': 5351,
'representative': 13520},
u'KY3': {'consultant': 57,
'coordinator': 4874,
'gatekeeper': 5796,
'liaison': 1726,
'representative': 6181},
u'KY2': {'consultant': 772,
'coordinator': 17999,
'gatekeeper': 37456,
'liaison': 21943,
'representative': 35492},
u'KY1': {'consultant': 81,
'coordinator': 7346,
'gatekeeper': 6549,
'liaison': 1567,
'representative': 6998},
u'KY7': {'consultant': 1494,
'coordinator': 13375,
'gatekeeper': 41562,
'liaison': 37932,
'representative': 43329},
u'KY6': {'consultant': 150,
'coordinator': 9871,
'gatekeeper': 15714,
'liaison': 5656,
'representative': 14872},
u'KY5': {'consultant': 83,
'coordinator': 9582,
'gatekeeper': 9451,
'liaison': 2568,
'representative': 10239},
u'KY4': {'consultant': 105,
'coordinator': 11561,
'gatekeeper': 10179,
'liaison': 2721,
'representative': 9908},
u'B29': {'consultant': 11769,
'coordinator': 11894,
'gatekeeper': 96662,
'liaison': 265375,
'representative': 87949},
u'B28': {'consultant': 1277,
'coordinator': 3935,
'gatekeeper': 19847,
'liaison': 30071,
'representative': 21874},
u'B27': {'consultant': 1893,
'coordinator': 4295,
'gatekeeper': 27649,
'liaison': 45642,
'representative': 26125},
u'B26': {'consultant': 9559,
'coordinator': 8525,
'gatekeeper': 85112,
'liaison': 264712,
'representative': 80303},
u'B25': {'consultant': 378,
'coordinator': 2944,
'gatekeeper': 12397,
'liaison': 12535,
'representative': 13075},
u'B24': {'consultant': 2655,
'coordinator': 6416,
'gatekeeper': 38789,
'liaison': 64299,
'representative': 34874},
u'B23': {'consultant': 1235,
'coordinator': 4398,
'gatekeeper': 21679,
'liaison': 30570,
'representative': 22427},
u'B21': {'consultant': 690,
'coordinator': 3846,
'gatekeeper': 16270,
'liaison': 18087,
'representative': 17988},
u'B20': {'consultant': 254,
'coordinator': 1818,
'gatekeeper': 8727,
'liaison': 6676,
'representative': 7846},
u'BN18': {'consultant': 2017,
'coordinator': 964,
'gatekeeper': 8438,
'liaison': 30206,
'representative': 10265},
u'BN17': {'consultant': 4395,
'coordinator': 1536,
'gatekeeper': 15464,
'liaison': 62292,
'representative': 15556},
u'BN16': {'consultant': 3861,
'coordinator': 2050,
'gatekeeper': 17811,
'liaison': 52547,
'representative': 16309},
u'BN15': {'consultant': 2161,
'coordinator': 1793,
'gatekeeper': 11726,
'liaison': 30485,
'representative': 12860},
u'BN14': {'consultant': 514,
'coordinator': 413,
'gatekeeper': 3977,
'liaison': 8729,
'representative': 3642},
u'BN13': {'consultant': 453,
'coordinator': 598,
'gatekeeper': 2979,
'liaison': 5436,
'representative': 3414},
u'BN12': {'consultant': 1569,
'coordinator': 1126,
'gatekeeper': 8245,
'liaison': 19044,
'representative': 7896},
u'BN11': {'consultant': 3522,
'coordinator': 1436,
'gatekeeper': 15488,
'liaison': 53324,
'representative': 14332},
u'BN10': {'consultant': 880,
'coordinator': 1036,
'gatekeeper': 6387,
'liaison': 11690,
'representative': 6208},
u'CT50': {'consultant': 4563,
'coordinator': 2515,
'gatekeeper': 22935,
'liaison': 76176,
'representative': 22584},
u'IV16': {'consultant': 2,
'coordinator': 1772,
'gatekeeper': 418,
'liaison': 35,
'representative': 517},
u'LL19': {'consultant': 1274,
'coordinator': 18342,
'gatekeeper': 34470,
'liaison': 28403,
'representative': 36519},
u'LL18': {'consultant': 2437,
'coordinator': 19053,
'gatekeeper': 54958,
'liaison': 69291,
'representative': 60352},
u'LL17': {'consultant': 527,
'coordinator': 3153,
'gatekeeper': 10219,
'liaison': 12268,
'representative': 10675},
u'LL16': {'consultant': 93,
'coordinator': 3562,
'gatekeeper': 7166,
'liaison': 3628,
'representative': 5725},
u'LL15': {'consultant': 754,
'coordinator': 7941,
'gatekeeper': 18796,
'liaison': 20364,
'representative': 20090},
u'LL14': {'consultant': 2205,
'coordinator': 7715,
'gatekeeper': 30366,
'liaison': 47001,
'representative': 31139},
u'LL13': {'consultant': 2620,
'coordinator': 14143,
'gatekeeper': 44227,
'liaison': 51894,
'representative': 40516},
u'LL12': {'consultant': 3479,
'coordinator': 16415,
'gatekeeper': 58811,
'liaison': 88684,
'representative': 60188},
u'LL11': {'consultant': 358,
'coordinator': 3907,
'gatekeeper': 9104,
'liaison': 9093,
'representative': 10182},
u'RM20': {'consultant': 2165,
'coordinator': 2831,
'gatekeeper': 12120,
'liaison': 21975,
'representative': 13161},
u'TR13': {'consultant': 530,
'coordinator': 4098,
'gatekeeper': 13765,
'liaison': 14669,
'representative': 12931},
u'IP29': {'consultant': 238,
'coordinator': 1453,
'gatekeeper': 4237,
'liaison': 3853,
'representative': 3938},
u'IP28': {'consultant': 1987,
'coordinator': 6872,
'gatekeeper': 25909,
'liaison': 41924,
'representative': 26324},
u'IP25': {'consultant': 475,
'coordinator': 3150,
'gatekeeper': 8622,
'liaison': 10108,
'representative': 9706},
u'IP24': {'consultant': 2539,
'coordinator': 7723,
'gatekeeper': 33007,
'liaison': 56198,
'representative': 30859},
u'IP27': {'consultant': 2721,
'coordinator': 13709,
'gatekeeper': 37731,
'liaison': 47961,
'representative': 35554},
u'IP26': {'consultant': 47,
'coordinator': 1200,
'gatekeeper': 2361,
'liaison': 1564,
'representative': 2549},
u'IP21': {'consultant': 59,
'coordinator': 1877,
'gatekeeper': 3589,
'liaison': 1648,
'representative': 2755},
u'IP20': {'consultant': 44,
'coordinator': 1291,
'gatekeeper': 2235,
'liaison': 1101,
'representative': 2493},
u'IP23': {'consultant': 68,
'coordinator': 2710,
'gatekeeper': 4129,
'liaison': 1997,
'representative': 4094},
u'IP22': {'consultant': 76,
'coordinator': 2814,
'gatekeeper': 4152,
'liaison': 1956,
'representative': 3710},
u'RG27': {'consultant': 5504,
'coordinator': 9352,
'gatekeeper': 39976,
'liaison': 81600,
'representative': 37882},
u'RG26': {'consultant': 1047,
'coordinator': 3123,
'gatekeeper': 12169,
'liaison': 22693,
'representative': 13121},
u'RG25': {'consultant': 2229,
'coordinator': 4655,
'gatekeeper': 17438,
'liaison': 27985,
'representative': 17480},
u'RG24': {'consultant': 4668,
'coordinator': 10095,
'gatekeeper': 39779,
'liaison': 83779,
'representative': 41467},
u'RG23': {'consultant': 507,
'coordinator': 3055,
'gatekeeper': 10572,
'liaison': 15338,
'representative': 10369},
u'RG22': {'consultant': 4277,
'coordinator': 8687,
'gatekeeper': 39741,
'liaison': 81866,
'representative': 36984},
u'RG21': {'consultant': 10358,
'coordinator': 12605,
'gatekeeper': 71320,
'liaison': 198041,
'representative': 68434},
u'RG20': {'consultant': 4958,
'coordinator': 5387,
'gatekeeper': 32776,
'liaison': 98468,
'representative': 33185},
u'RG29': {'consultant': 453,
'coordinator': 2619,
'gatekeeper': 8194,
'liaison': 9083,
'representative': 6800},
u'RG28': {'consultant': 3863,
'coordinator': 7258,
'gatekeeper': 34986,
'liaison': 92567,
'representative': 38740},
u'BB94': {'consultant': 565,
'coordinator': 1416,
'gatekeeper': 5016,
'liaison': 6218,
'representative': 5946},
u'OX44': {'consultant': 853,
'coordinator': 1946,
'gatekeeper': 7151,
'liaison': 17533,
'representative': 9293},
u'ST15': {'consultant': 19007,
'coordinator': 5963,
'gatekeeper': 68479,
'liaison': 299332,
'representative': 78298},
u'NG90': {'consultant': 15233,
'coordinator': 3913,
'gatekeeper': 55479,
'liaison': 351169,
'representative': 56620},
u'OX49': {'consultant': 91,
'coordinator': 664,
'gatekeeper': 1668,
'liaison': 1904,
'representative': 1865},
u'NG20': {'consultant': 1402,
'coordinator': 703,
'gatekeeper': 6280,
'liaison': 17109,
'representative': 6049},
u'HA3': {'consultant': 12394,
'coordinator': 9447,
'gatekeeper': 86272,
'liaison': 261123,
'representative': 87950},
u'EX21': {'consultant': 32,
'coordinator': 1036,
'gatekeeper': 1900,
'liaison': 795,
'representative': 1724},
u'EX20': {'consultant': 502,
'coordinator': 7550,
'gatekeeper': 14926,
'liaison': 13421,
'representative': 17970},
u'EX23': {'consultant': 1159,
'coordinator': 7072,
'gatekeeper': 19424,
'liaison': 26005,
'representative': 24284},
u'EX22': {'consultant': 31,
'coordinator': 1645,
'gatekeeper': 2457,
'liaison': 729,
'representative': 1582},
u'G9': {'consultant': 1390,
'coordinator': 38787,
'gatekeeper': 65469,
'liaison': 35970,
'representative': 57995},
u'DE99': {'consultant': 46113,
'coordinator': 5543,
'gatekeeper': 107773,
'liaison': 1035149,
'representative': 112330},
u'DA16': {'consultant': 3154,
'coordinator': 4631,
'gatekeeper': 27030,
'liaison': 51426,
'representative': 25232},
u'DA17': {'consultant': 535,
'coordinator': 1479,
'gatekeeper': 5849,
'liaison': 8570,
'representative': 6056},
u'DA14': {'consultant': 2553,
'coordinator': 3002,
'gatekeeper': 17062,
'liaison': 34336,
'representative': 18480},
u'DA15': {'consultant': 6613,
'coordinator': 6516,
'gatekeeper': 42342,
'liaison': 99713,
'representative': 42389},
u'DA12': {'consultant': 4912,
'coordinator': 2091,
'gatekeeper': 19260,
'liaison': 69985,
'representative': 20610},
u'DA13': {'consultant': 1566,
'coordinator': 938,
'gatekeeper': 7077,
'liaison': 14942,
'representative': 6548},
u'DA10': {'consultant': 4175,
'coordinator': 1641,
'gatekeeper': 13744,
'liaison': 40395,
'representative': 14076},
u'DA11': {'consultant': 9485,
'coordinator': 2915,
'gatekeeper': 34901,
'liaison': 135041,
'representative': 31426},
u'DA18': {'consultant': 1300,
'coordinator': 1901,
'gatekeeper': 10851,
'liaison': 20078,
'representative': 9724},
u'E20': {'consultant': 25995,
'coordinator': 12881,
'gatekeeper': 121586,
'liaison': 433229,
'representative': 127063},
u'ST10': {'consultant': 15626,
'coordinator': 4441,
'gatekeeper': 58325,
'liaison': 273443,
'representative': 57460},
u'YO51': {'consultant': 3561,
'coordinator': 3934,
'gatekeeper': 32302,
'liaison': 77238,
'representative': 28738},
u'CT4': {'consultant': 340,
'coordinator': 863,
'gatekeeper': 3718,
'liaison': 3546,
'representative': 3109},
u'CT5': {'consultant': 6429,
'coordinator': 3143,
'gatekeeper': 26124,
'liaison': 92065,
'representative': 28494},
u'CT6': {'consultant': 3915,
'coordinator': 1670,
'gatekeeper': 16422,
'liaison': 46879,
'representative': 14899},
u'CT7': {'consultant': 547,
'coordinator': 541,
'gatekeeper': 3647,
'liaison': 6757,
'representative': 4010},
u'CT1': {'consultant': 29338,
'coordinator': 6616,
'gatekeeper': 86371,
'liaison': 464758,
'representative': 83393},
u'CT2': {'consultant': 7268,
'coordinator': 2133,
'gatekeeper': 23009,
'liaison': 75613,
'representative': 20304},
u'CT3': {'consultant': 578,
'coordinator': 913,
'gatekeeper': 4174,
'liaison': 8241,
'representative': 5598},
u'CT8': {'consultant': 1063,
'coordinator': 768,
'gatekeeper': 6259,
'liaison': 14240,
'representative': 6189},
u'CT9': {'consultant': 3530,
'coordinator': 2466,
'gatekeeper': 17040,
'liaison': 46780,
'representative': 17350},
u'OL12': {'consultant': 1264,
'coordinator': 7347,
'gatekeeper': 21216,
'liaison': 18232,
'representative': 20957},
u'TA5': {'consultant': 51,
'coordinator': 674,
'gatekeeper': 1948,
'liaison': 2022,
'representative': 2139},
u'TA6': {'consultant': 6598,
'coordinator': 18995,
'gatekeeper': 79862,
'liaison': 154536,
'representative': 80240},
u'OL11': {'consultant': 10349,
'coordinator': 15056,
'gatekeeper': 99859,
'liaison': 221722,
'representative': 98433},
u'CF5': {'consultant': 4758,
'coordinator': 2139,
'gatekeeper': 32608,
'liaison': 113122,
'representative': 29631},
u'CF3': {'consultant': 1733,
'coordinator': 1173,
'gatekeeper': 14131,
'liaison': 35756,
'representative': 14827},
u'CF64': {'consultant': 1812,
'coordinator': 1206,
'gatekeeper': 17106,
'liaison': 44070,
'representative': 17310},
u'CF61': {'consultant': 456,
'coordinator': 367,
'gatekeeper': 3772,
'liaison': 7505,
'representative': 4683},
u'TA2': {'consultant': 12931,
'coordinator': 25365,
'gatekeeper': 127197,
'liaison': 303714,
'representative': 127828},
u'CF63': {'consultant': 4497,
'coordinator': 2073,
'gatekeeper': 26882,
'liaison': 85374,
'representative': 26101},
u'CF62': {'consultant': 1342,
'coordinator': 1229,
'gatekeeper': 12151,
'liaison': 26768,
'representative': 13724},
u'OL15': {'consultant': 2416,
'coordinator': 5116,
'gatekeeper': 24263,
'liaison': 33309,
'representative': 26638},
u'NW9': {'consultant': 17604,
'coordinator': 10759,
'gatekeeper': 115075,
'liaison': 350885,
'representative': 99298},
u'CA19': {'consultant': 86,
'coordinator': 774,
'gatekeeper': 1821,
'liaison': 2049,
'representative': 1947},
u'CA18': {'consultant': 4,
'coordinator': 402,
'gatekeeper': 318,
'liaison': 102,
'representative': 360},
u'NE36': {'consultant': 647,
'coordinator': 1979,
'gatekeeper': 12194,
'liaison': 14977,
'representative': 13089},
u'CA16': {'consultant': 1186,
'coordinator': 1632,
'gatekeeper': 10449,
'liaison': 22341,
'representative': 8858},
u'NE34': {'consultant': 1566,
'coordinator': 3099,
'gatekeeper': 22071,
'liaison': 37098,
'representative': 22986},
u'CA14': {'consultant': 49,
'coordinator': 1405,
'gatekeeper': 2219,
'liaison': 1749,
'representative': 2670},
u'NE32': {'consultant': 462,
'coordinator': 1541,
'gatekeeper': 10288,
'liaison': 11526,
'representative': 9128},
u'CA12': {'consultant': 6600,
'coordinator': 16298,
'gatekeeper': 71783,
'liaison': 159424,
'representative': 75234},
u'NE30': {'consultant': 7004,
'coordinator': 4104,
'gatekeeper': 49634,
'liaison': 154092,
'representative': 48507},
u'NE31': {'consultant': 1102,
'coordinator': 2373,
'gatekeeper': 15935,
'liaison': 23364,
'representative': 17040},
u'L6': {'consultant': 493,
'coordinator': 6950,
'gatekeeper': 20062,
'liaison': 13947,
'representative': 18506},
u'L7': {'consultant': 3912,
'coordinator': 20807,
'gatekeeper': 75611,
'liaison': 102968,
'representative': 75694},
u'L4': {'consultant': 661,
'coordinator': 10633,
'gatekeeper': 23240,
'liaison': 16651,
'representative': 23008},
u'L5': {'consultant': 544,
'coordinator': 8711,
'gatekeeper': 16174,
'liaison': 10406,
'representative': 17887},
u'L2': {'consultant': 22872,
'coordinator': 41582,
'gatekeeper': 240204,
'liaison': 631363,
'representative': 241406},
u'L3': {'consultant': 11944,
'coordinator': 41809,
'gatekeeper': 180519,
'liaison': 347607,
'representative': 180071},
u'L1': {'consultant': 10598,
'coordinator': 30941,
'gatekeeper': 150300,
'liaison': 278286,
'representative': 143351},
u'L8': {'consultant': 1681,
'coordinator': 14318,
'gatekeeper': 49489,
'liaison': 53713,
'representative': 43788},
u'L9': {'consultant': 86,
'coordinator': 5582,
'gatekeeper': 5954,
'liaison': 1809,
'representative': 5827},
u'EH54': {'consultant': 969,
'coordinator': 26878,
'gatekeeper': 40944,
'liaison': 22146,
'representative': 46747},
u'NW10': {'consultant': 15133,
'coordinator': 12530,
'gatekeeper': 97055,
'liaison': 265616,
'representative': 97137},
u'NW11': {'consultant': 3947,
'coordinator': 6921,
'gatekeeper': 39332,
'liaison': 77720,
'representative': 43406},
u'WF4': {'consultant': 4598,
'coordinator': 10732,
'gatekeeper': 53762,
'liaison': 107072,
'representative': 57131},
u'EH51': {'consultant': 50,
'coordinator': 5339,
'gatekeeper': 5372,
'liaison': 1192,
'representative': 5708},
u'M50': {'consultant': 1467,
'coordinator': 8943,
'gatekeeper': 33430,
'liaison': 35239,
'representative': 33103},
u'EH53': {'consultant': 32,
'coordinator': 4526,
'gatekeeper': 3545,
'liaison': 613,
'representative': 3694},
u'LA8': {'consultant': 5888,
'coordinator': 12271,
'gatekeeper': 47097,
'liaison': 78616,
'representative': 49836},
u'CM99': {'consultant': 20512,
'coordinator': 14681,
'gatekeeper': 110703,
'liaison': 407617,
'representative': 110944},
u'S49': {'consultant': 1457,
'coordinator': 1546,
'gatekeeper': 11110,
'liaison': 28100,
'representative': 13627},
u'CH1': {'consultant': 194,
'coordinator': 7013,
'gatekeeper': 10931,
'liaison': 6005,
'representative': 11389},
u'CH2': {'consultant': 5094,
'coordinator': 27268,
'gatekeeper': 88167,
'liaison': 119416,
'representative': 90993},
u'CH3': {'consultant': 2252,
'coordinator': 8261,
'gatekeeper': 35190,
'liaison': 53407,
'representative': 36982},
u'CH4': {'consultant': 673,
'coordinator': 8523,
'gatekeeper': 20194,
'liaison': 15537,
'representative': 17465},
u'CH5': {'consultant': 4640,
'coordinator': 27526,
'gatekeeper': 86051,
'liaison': 120638,
'representative': 87456},
u'CH6': {'consultant': 903,
'coordinator': 11239,
'gatekeeper': 27796,
'liaison': 27112,
'representative': 28484},
u'CH7': {'consultant': 1266,
'coordinator': 12198,
'gatekeeper': 34841,
'liaison': 37471,
'representative': 33820},
u'CH8': {'consultant': 853,
'coordinator': 10030,
'gatekeeper': 24229,
'liaison': 24578,
'representative': 27105},
u'ST18': {'consultant': 3196,
'coordinator': 4807,
'gatekeeper': 23480,
'liaison': 54119,
'representative': 30667},
u'NE38': {'consultant': 616,
'coordinator': 1989,
'gatekeeper': 10824,
'liaison': 11928,
'representative': 10694},
u'PR5': {'consultant': 4185,
'coordinator': 19505,
'gatekeeper': 72754,
'liaison': 109619,
'representative': 76894},
u'PR4': {'consultant': 3633,
'coordinator': 15254,
'gatekeeper': 61945,
'liaison': 97457,
'representative': 68330},
u'PR7': {'consultant': 5795,
'coordinator': 23124,
'gatekeeper': 92954,
'liaison': 147347,
'representative': 91541},
u'PR6': {'consultant': 4037,
'coordinator': 19500,
'gatekeeper': 71317,
'liaison': 100339,
'representative': 72432},
u'PR1': {'consultant': 17752,
'coordinator': 42341,
'gatekeeper': 205904,
'liaison': 451084,
'representative': 199943},
u'PR0': {'consultant': 1207,
'coordinator': 11685,
'gatekeeper': 34465,
'liaison': 35914,
'representative': 36361},
u'PR3': {'consultant': 3136,
'coordinator': 15289,
'gatekeeper': 52493,
'liaison': 75436,
'representative': 55813},
u'PR2': {'consultant': 9152,
'coordinator': 29554,
'gatekeeper': 144659,
'liaison': 291696,
'representative': 142693},
u'CH49': {'consultant': 104,
'coordinator': 3261,
'gatekeeper': 5487,
'liaison': 3084,
'representative': 6394},
u'SA2': {'consultant': 9978,
'coordinator': 2718,
'gatekeeper': 47204,
'liaison': 191950,
'representative': 43743},
u'SA1': {'consultant': 16614,
'coordinator': 3964,
'gatekeeper': 64725,
'liaison': 320909,
'representative': 65417},
u'PR9': {'consultant': 844,
'coordinator': 12726,
'gatekeeper': 32442,
'liaison': 29479,
'representative': 35043},
u'PR8': {'consultant': 3222,
'coordinator': 21380,
'gatekeeper': 74679,
'liaison': 97687,
'representative': 79117},
u'SA5': {'consultant': 434,
'coordinator': 1575,
'gatekeeper': 7495,
'liaison': 8114,
'representative': 7410},
u'NG19': {'consultant': 1320,
'coordinator': 924,
'gatekeeper': 8008,
'liaison': 23110,
'representative': 7689},
u'TS8': {'consultant': 1099,
'coordinator': 717,
'gatekeeper': 7819,
'liaison': 16916,
'representative': 8525},
u'NE39': {'consultant': 369,
'coordinator': 1289,
'gatekeeper': 7681,
'liaison': 8716,
'representative': 8541},
u'L36': {'consultant': 846,
'coordinator': 13662,
'gatekeeper': 34186,
'liaison': 26569,
'representative': 32598},
u'PL19': {'consultant': 522,
'coordinator': 4962,
'gatekeeper': 12016,
'liaison': 9993,
'representative': 12503},
u'PL18': {'consultant': 70,
'coordinator': 812,
'gatekeeper': 1760,
'liaison': 1002,
'representative': 2021},
u'PL13': {'consultant': 869,
'coordinator': 4388,
'gatekeeper': 15178,
'liaison': 18602,
'representative': 15307},
u'PL12': {'consultant': 192,
'coordinator': 2796,
'gatekeeper': 6782,
'liaison': 4759,
'representative': 6465},
u'PL11': {'consultant': 67,
'coordinator': 1429,
'gatekeeper': 3508,
'liaison': 1883,
'representative': 2900},
u'PL10': {'consultant': 515,
'coordinator': 3650,
'gatekeeper': 12273,
'liaison': 13131,
'representative': 11694},
u'PL17': {'consultant': 89,
'coordinator': 717,
'gatekeeper': 1942,
'liaison': 1442,
'representative': 2624},
u'PL16': {'consultant': 259,
'coordinator': 5370,
'gatekeeper': 10040,
'liaison': 7417,
'representative': 11295},
u'PL15': {'consultant': 208,
'coordinator': 5360,
'gatekeeper': 9318,
'liaison': 5460,
'representative': 8843},
u'PL14': {'consultant': 356,
'coordinator': 4512,
'gatekeeper': 9711,
'liaison': 6987,
'representative': 9916},
u'BT5': {'consultant': 51,
'coordinator': 615,
'gatekeeper': 3855,
'liaison': 2659,
'representative': 4125},
u'BT4': {'consultant': 205,
'coordinator': 793,
'gatekeeper': 6333,
'liaison': 6847,
'representative': 7333},
u'BT7': {'consultant': 1015,
'coordinator': 1342,
'gatekeeper': 18422,
'liaison': 37493,
'representative': 17995},
u'BT6': {'consultant': 336,
'coordinator': 835,
'gatekeeper': 8648,
'liaison': 9705,
'representative': 8514},
u'SS9': {'consultant': 4326,
'coordinator': 3911,
'gatekeeper': 22195,
'liaison': 45634,
'representative': 21373},
u'SS8': {'consultant': 3229,
'coordinator': 2385,
'gatekeeper': 15412,
'liaison': 35543,
'representative': 15835},
u'BT3': {'consultant': 2832,
'coordinator': 1268,
'gatekeeper': 19984,
'liaison': 88597,
'representative': 35788},
u'BT2': {'consultant': 10470,
'coordinator': 1493,
'gatekeeper': 52380,
'liaison': 299549,
'representative': 48070},
u'SS5': {'consultant': 3467,
'coordinator': 3436,
'gatekeeper': 22953,
'liaison': 46334,
'representative': 19204},
u'SS4': {'consultant': 352,
'coordinator': 967,
'gatekeeper': 3704,
'liaison': 3788,
'representative': 3541},
u'SS7': {'consultant': 3367,
'coordinator': 3719,
'gatekeeper': 22039,
'liaison': 47947,
'representative': 20276},
u'SS6': {'consultant': 3729,
'coordinator': 4084,
'gatekeeper': 23553,
'liaison': 52429,
'representative': 22101},
u'SS1': {'consultant': 5696,
'coordinator': 4669,
'gatekeeper': 31325,
'liaison': 87172,
'representative': 30915},
u'SS0': {'consultant': 4248,
'coordinator': 4002,
'gatekeeper': 24360,
'liaison': 62866,
'representative': 25955},
u'SS3': {'consultant': 360,
'coordinator': 570,
'gatekeeper': 3502,
'liaison': 7445,
'representative': 3813},
u'SS2': {'consultant': 7977,
'coordinator': 5279,
'gatekeeper': 39661,
'liaison': 142805,
'representative': 42478},
u'SS22': {'consultant': 3238,
'coordinator': 3867,
'gatekeeper': 19058,
'liaison': 40146,
'representative': 19489},
u'B38': {'consultant': 134,
'coordinator': 2562,
'gatekeeper': 6739,
'liaison': 4004,
'representative': 6426},
u'B34': {'consultant': 121,
'coordinator': 1313,
'gatekeeper': 4510,
'liaison': 2928,
'representative': 3923},
u'TF10': {'consultant': 2692,
'coordinator': 3479,
'gatekeeper': 22174,
'liaison': 50473,
'representative': 22254},
u'TF13': {'consultant': 458,
'coordinator': 1142,
'gatekeeper': 4284,
'liaison': 6203,
'representative': 4492},
u'TF12': {'consultant': 37,
'coordinator': 486,
'gatekeeper': 1554,
'liaison': 1170,
'representative': 1294},
u'B30': {'consultant': 3462,
'coordinator': 7620,
'gatekeeper': 45382,
'liaison': 84376,
'representative': 43025},
u'B31': {'consultant': 2492,
'coordinator': 7322,
'gatekeeper': 35949,
'liaison': 61110,
'representative': 37270},
u'B32': {'consultant': 3640,
'coordinator': 7530,
'gatekeeper': 39287,
'liaison': 71780,
'representative': 39783},
u'B33': {'consultant': 975,
'coordinator': 4182,
'gatekeeper': 18486,
'liaison': 21325,
'representative': 17701},
u'DL3': {'consultant': 13480,
'coordinator': 4086,
'gatekeeper': 69441,
'liaison': 276445,
'representative': 65232},
u'DL2': {'consultant': 806,
'coordinator': 889,
'gatekeeper': 8814,
'liaison': 15848,
'representative': 9064},
u'DL1': {'consultant': 6433,
'coordinator': 3543,
'gatekeeper': 42027,
'liaison': 135564,
'representative': 46163},
u'DL7': {'consultant': 6327,
'coordinator': 1869,
'gatekeeper': 28691,
'liaison': 91921,
'representative': 28453},
u'DL6': {'consultant': 3524,
'coordinator': 1877,
'gatekeeper': 24818,
'liaison': 61696,
'representative': 21708},
u'DL5': {'consultant': 3526,
'coordinator': 2889,
'gatekeeper': 29371,
'liaison': 67604,
'representative': 28883},
u'DL4': {'consultant': 464,
'coordinator': 1319,
'gatekeeper': 7962,
'liaison': 8856,
'representative': 7634},
u'DL9': {'consultant': 3742,
'coordinator': 1190,
'gatekeeper': 20693,
'liaison': 71345,
'representative': 20889},
u'DL8': {'consultant': 1065,
'coordinator': 259,
'gatekeeper': 3700,
'liaison': 10884,
'representative': 3436},
u'OL95': {'consultant': 149,
'coordinator': 2056,
'gatekeeper': 5547,
'liaison': 3609,
'representative': 5364},
u'BN22': {'consultant': 3938,
'coordinator': 3550,
'gatekeeper': 25676,
'liaison': 66823,
'representative': 23712},
u'BN23': {'consultant': 1736,
'coordinator': 2292,
'gatekeeper': 13472,
'liaison': 29508,
'representative': 13122},
u'BN20': {'consultant': 1154,
'coordinator': 1278,
'gatekeeper': 9667,
'liaison': 22485,
'representative': 9793},
u'BN21': {'consultant': 12050,
'coordinator': 5532,
'gatekeeper': 47809,
'liaison': 188773,
'representative': 50748},
u'BN26': {'consultant': 717,
'coordinator': 1467,
'gatekeeper': 7353,
'liaison': 11465,
'representative': 6663},
u'BN27': {'consultant': 1086,
'coordinator': 1969,
'gatekeeper': 9778,
'liaison': 14799,
'representative': 9335},
u'BN24': {'consultant': 356,
'coordinator': 1305,
'gatekeeper': 4155,
'liaison': 4872,
'representative': 4606},
u'BN25': {'consultant': 2838,
'coordinator': 2338,
'gatekeeper': 17369,
'liaison': 52460,
'representative': 19412},
u'GL6': {'consultant': 822,
'coordinator': 1279,
'gatekeeper': 8391,
'liaison': 18891,
'representative': 8680},
u'LL28': {'consultant': 742,
'coordinator': 8149,
'gatekeeper': 16131,
'liaison': 13424,
'representative': 16825},
u'LL29': {'consultant': 791,
'coordinator': 12093,
'gatekeeper': 23408,
'liaison': 17515,
'representative': 20766},
u'LL22': {'consultant': 285,
'coordinator': 5857,
'gatekeeper': 10608,
'liaison': 7518,
'representative': 10292},
u'LL23': {'consultant': 512,
'coordinator': 4052,
'gatekeeper': 9146,
'liaison': 8985,
'representative': 8672},
u'LL20': {'consultant': 1461,
'coordinator': 4513,
'gatekeeper': 14755,
'liaison': 20917,
'representative': 14630},
u'LL21': {'consultant': 357,
'coordinator': 1939,
'gatekeeper': 5356,
'liaison': 5895,
'representative': 4936},
u'LL26': {'consultant': 120,
'coordinator': 2583,
'gatekeeper': 4565,
'liaison': 2626,
'representative': 3528},
u'LL27': {'consultant': 23,
'coordinator': 1045,
'gatekeeper': 953,
'liaison': 589,
'representative': 1444},
u'LL24': {'consultant': 391,
'coordinator': 3479,
'gatekeeper': 7511,
'liaison': 8075,
'representative': 9251},
u'LL25': {'consultant': 177,
'coordinator': 1762,
'gatekeeper': 4197,
'liaison': 3379,
'representative': 3549},
u'BH24': {'consultant': 2626,
'coordinator': 6432,
'gatekeeper': 24662,
'liaison': 44051,
'representative': 24646},
u'BH25': {'consultant': 3233,
'coordinator': 6161,
'gatekeeper': 24048,
'liaison': 50654,
'representative': 26097},
u'BH20': {'consultant': 3838,
'coordinator': 3204,
'gatekeeper': 20820,
'liaison': 54318,
'representative': 18654},
u'BH21': {'consultant': 335,
'coordinator': 687,
'gatekeeper': 3590,
'liaison': 5090,
'representative': 3129},
u'BH22': {'consultant': 2069,
'coordinator': 3731,
'gatekeeper': 18407,
'liaison': 40261,
'representative': 18667},
u'BH23': {'consultant': 3084,
'coordinator': 4725,
'gatekeeper': 25140,
'liaison': 59056,
'representative': 25148},
u'RG12': {'consultant': 15937,
'coordinator': 11498,
'gatekeeper': 81317,
'liaison': 340335,
'representative': 89683},
u'RG10': {'consultant': 4823,
'coordinator': 4361,
'gatekeeper': 25359,
'liaison': 85842,
'representative': 27924},
u'RG17': {'consultant': 14571,
'coordinator': 7183,
'gatekeeper': 52835,
'liaison': 231460,
'representative': 61358},
u'RG14': {'consultant': 16441,
'coordinator': 14574,
'gatekeeper': 97226,
'liaison': 356533,
'representative': 99633},
u'GU95': {'consultant': 3027,
'coordinator': 5879,
'gatekeeper': 21965,
'liaison': 41562,
'representative': 22872},
u'RG19': {'consultant': 3740,
'coordinator': 4490,
'gatekeeper': 26047,
'liaison': 70333,
'representative': 25871},
u'LA1': {'consultant': 57303,
'coordinator': 58643,
'gatekeeper': 419861,
'liaison': 1388928,
'representative': 384729},
u'TS21': {'consultant': 579,
'coordinator': 1603,
'gatekeeper': 8801,
'liaison': 9206,
'representative': 7954},
u'OX33': {'consultant': 7471,
'coordinator': 3000,
'gatekeeper': 27216,
'liaison': 148268,
'representative': 33551},
u'BB9': {'consultant': 1259,
'coordinator': 5775,
'gatekeeper': 23054,
'liaison': 25023,
'representative': 21397},
u'BB8': {'consultant': 1285,
'coordinator': 5496,
'gatekeeper': 25060,
'liaison': 29252,
'representative': 19964},
u'BB7': {'consultant': 1425,
'coordinator': 9186,
'gatekeeper': 31095,
'liaison': 37356,
'representative': 33166},
u'BB6': {'consultant': 1011,
'coordinator': 7345,
'gatekeeper': 27817,
'liaison': 30127,
'representative': 26828},
u'BB5': {'consultant': 3942,
'coordinator': 14933,
'gatekeeper': 68995,
'liaison': 107992,
'representative': 65346},
u'BB4': {'consultant': 2944,
'coordinator': 14110,
'gatekeeper': 50112,
'liaison': 68931,
'representative': 52673},
u'BB3': {'consultant': 1782,
'coordinator': 9705,
'gatekeeper': 35085,
'liaison': 44712,
'representative': 38744},
u'BB2': {'consultant': 7284,
'coordinator': 23719,
'gatekeeper': 111140,
'liaison': 200858,
'representative': 106314},
u'BB1': {'consultant': 1118,
'coordinator': 9226,
'gatekeeper': 29139,
'liaison': 31076,
'representative': 31811},
u'RM2': {'consultant': 3447,
'coordinator': 2916,
'gatekeeper': 13562,
'liaison': 24484,
'representative': 14831},
u'RM3': {'consultant': 7597,
'coordinator': 7069,
'gatekeeper': 38274,
'liaison': 91516,
'representative': 38265},
u'RM1': {'consultant': 4902,
'coordinator': 3678,
'gatekeeper': 22439,
'liaison': 44907,
'representative': 19018},
u'RM6': {'consultant': 3316,
'coordinator': 2927,
'gatekeeper': 15018,
'liaison': 28028,
'representative': 14369},
u'RM7': {'consultant': 5130,
'coordinator': 4964,
'gatekeeper': 24072,
'liaison': 42869,
'representative': 21854},
u'RM4': {'consultant': 2189,
'coordinator': 2542,
'gatekeeper': 10374,
'liaison': 19566,
'representative': 10991},
u'RM5': {'consultant': 1580,
'coordinator': 1941,
'gatekeeper': 7305,
'liaison': 10955,
'representative': 7733},
u'LN5': {'consultant': 22442,
'coordinator': 4668,
'gatekeeper': 63167,
'liaison': 437937,
'representative': 64476},
u'LN4': {'consultant': 354,
'coordinator': 334,
'gatekeeper': 2786,
'liaison': 7278,
'representative': 2189},
u'RM8': {'consultant': 7095,
'coordinator': 5106,
'gatekeeper': 34245,
'liaison': 101592,
'representative': 35179},
u'LN6': {'consultant': 4389,
'coordinator': 1966,
'gatekeeper': 19924,
'liaison': 85724,
'representative': 18612},
u'LN1': {'consultant': 1979,
'coordinator': 712,
'gatekeeper': 5536,
'liaison': 23520,
'representative': 7061},
u'LN3': {'consultant': 401,
'coordinator': 275,
'gatekeeper': 1937,
'liaison': 5610,
'representative': 1936},
u'LN2': {'consultant': 34156,
'coordinator': 4648,
'gatekeeper': 79590,
'liaison': 640653,
'representative': 79149},
u'EC4': {'consultant': 54616,
'coordinator': 17129,
'gatekeeper': 226819,
'liaison': 1082354,
'representative': 223618},
u'EC3': {'consultant': 128273,
'coordinator': 17485,
'gatekeeper': 375449,
'liaison': 2608745,
'representative': 371574},
u'EC2': {'consultant': 17149,
'coordinator': 12963,
'gatekeeper': 99879,
'liaison': 310222,
'representative': 105929},
u'EC1': {'consultant': 27086,
'coordinator': 15051,
'gatekeeper': 150796,
'liaison': 569336,
'representative': 153369},
u'IM8': {'consultant': 323,
'coordinator': 0,
'gatekeeper': 525,
'liaison': 4428,
'representative': 541},
u'IM2': {'consultant': 2,
'coordinator': 0,
'gatekeeper': 10,
'liaison': 79,
'representative': 18},
u'MK42': {'consultant': 7441,
'coordinator': 4098,
'gatekeeper': 35733,
'liaison': 147302,
'representative': 34860},
u'GL7': {'consultant': 10269,
'coordinator': 5863,
'gatekeeper': 53717,
'liaison': 191841,
'representative': 52812},
u'CV9': {'consultant': 7459,
'coordinator': 3259,
'gatekeeper': 41069,
'liaison': 153406,
'representative': 44549},
u'E18': {'consultant': 5352,
'coordinator': 4810,
'gatekeeper': 34526,
'liaison': 75232,
'representative': 34639},
u'E11': {'consultant': 6799,
'coordinator': 7614,
'gatekeeper': 48337,
'liaison': 109609,
'representative': 51467},
u'E10': {'consultant': 7021,
'coordinator': 7670,
'gatekeeper': 52528,
'liaison': 105639,
'representative': 47301},
u'E13': {'consultant': 29612,
'coordinator': 14733,
'gatekeeper': 156368,
'liaison': 625883,
'representative': 162137},
u'E12': {'consultant': 3682,
'coordinator': 3690,
'gatekeeper': 19446,
'liaison': 31169,
'representative': 21511},
u'E15': {'consultant': 31222,
'coordinator': 15189,
'gatekeeper': 149371,
'liaison': 534879,
'representative': 144926},
u'E14': {'consultant': 41355,
'coordinator': 16457,
'gatekeeper': 194096,
'liaison': 845590,
'representative': 194913},
u'E17': {'consultant': 24078,
'coordinator': 11453,
'gatekeeper': 127859,
'liaison': 442623,
'representative': 117610},
u'E16': {'consultant': 60294,
'coordinator': 16986,
'gatekeeper': 241909,
'liaison': 1175668,
'representative': 229040},
u'YO62': {'consultant': 765,
'coordinator': 1560,
'gatekeeper': 9075,
'liaison': 13552,
'representative': 7515},
u'YO60': {'consultant': 453,
'coordinator': 2179,
'gatekeeper': 9310,
'liaison': 11694,
'representative': 8772},
u'YO61': {'consultant': 1420,
'coordinator': 1754,
'gatekeeper': 12166,
'liaison': 25445,
'representative': 11544},
u'SE2': {'consultant': 1286,
'coordinator': 3030,
'gatekeeper': 12974,
'liaison': 18593,
'representative': 12296},
u'CW9': {'consultant': 4109,
'coordinator': 19004,
'gatekeeper': 68020,
'liaison': 98002,
'representative': 72939},
u'CW8': {'consultant': 1392,
'coordinator': 8550,
'gatekeeper': 30236,
'liaison': 29670,
'representative': 27112},
u'CW1': {'consultant': 1178,
'coordinator': 4541,
'gatekeeper': 19625,
'liaison': 20128,
'representative': 16047},
u'CW3': {'consultant': 3698,
'coordinator': 1890,
'gatekeeper': 14990,
'liaison': 37183,
'representative': 13887},
u'CW2': {'consultant': 6139,
'coordinator': 13154,
'gatekeeper': 70663,
'liaison': 128631,
'representative': 70969},
u'CW5': {'consultant': 4112,
'coordinator': 9499,
'gatekeeper': 47232,
'liaison': 75768,
'representative': 42974},
u'CW4': {'consultant': 1034,
'coordinator': 4858,
'gatekeeper': 20316,
'liaison': 24552,
'representative': 19962},
u'CW7': {'consultant': 1914,
'coordinator': 12101,
'gatekeeper': 42169,
'liaison': 49555,
'representative': 41704},
u'CW6': {'consultant': 1271,
'coordinator': 9708,
'gatekeeper': 28766,
'liaison': 29422,
'representative': 29605},
u'FK8': {'consultant': 6,
'coordinator': 808,
'gatekeeper': 600,
'liaison': 126,
'representative': 803},
u'FK9': {'consultant': 1764,
'coordinator': 53214,
'gatekeeper': 86394,
'liaison': 52721,
'representative': 80803},
u'G90': {'consultant': 445,
'coordinator': 16195,
'gatekeeper': 24906,
'liaison': 9415,
'representative': 22433},
u'FK1': {'consultant': 1,
'coordinator': 859,
'gatekeeper': 517,
'liaison': 21,
'representative': 469},
u'FK2': {'consultant': 953,
'coordinator': 24737,
'gatekeeper': 41949,
'liaison': 23612,
'representative': 45064},
u'FK3': {'consultant': 561,
'coordinator': 18671,
'gatekeeper': 30119,
'liaison': 13245,
'representative': 27127},
u'FK4': {'consultant': 252,
'coordinator': 14527,
'gatekeeper': 22267,
'liaison': 7562,
'representative': 17672},
u'FK5': {'consultant': 787,
'coordinator': 29650,
'gatekeeper': 41987,
'liaison': 17213,
'representative': 37826},
u'FK6': {'consultant': 62,
'coordinator': 8861,
'gatekeeper': 6216,
'liaison': 1179,
'representative': 6915},
u'FK7': {'consultant': 802,
'coordinator': 32517,
'gatekeeper': 47514,
'liaison': 21445,
'representative': 43234},
u'PO8': {'consultant': 2095,
'coordinator': 3378,
'gatekeeper': 19739,
'liaison': 42944,
'representative': 18131},
u'PO9': {'consultant': 4926,
'coordinator': 7394,
'gatekeeper': 38761,
'liaison': 98288,
'representative': 39571},
u'PO6': {'consultant': 6217,
'coordinator': 10370,
'gatekeeper': 52895,
'liaison': 140605,
'representative': 53770},
u'PO7': {'consultant': 1025,
'coordinator': 2908,
'gatekeeper': 11885,
'liaison': 20308,
'representative': 13074},
u'PO4': {'consultant': 7545,
'coordinator': 9274,
'gatekeeper': 49624,
'liaison': 126957,
'representative': 47082},
u'PO5': {'consultant': 15379,
'coordinator': 14758,
'gatekeeper': 84045,
'liaison': 261165,
'representative': 84042},
u'PO2': {'consultant': 4295,
'coordinator': 6012,
'gatekeeper': 37963,
'liaison': 91647,
'representative': 30382},
u'PR25': {'consultant': 3715,
'coordinator': 20719,
'gatekeeper': 72336,
'liaison': 100151,
'representative': 76311},
u'PR26': {'consultant': 487,
'coordinator': 9792,
'gatekeeper': 21944,
'liaison': 15890,
'representative': 21709},
u'PO1': {'consultant': 19669,
'coordinator': 16430,
'gatekeeper': 107399,
'liaison': 373943,
'representative': 103493},
u'FY2': {'consultant': 3518,
'coordinator': 15355,
'gatekeeper': 62106,
'liaison': 95760,
'representative': 62910},
u'FY3': {'consultant': 1651,
'coordinator': 12291,
'gatekeeper': 43781,
'liaison': 54120,
'representative': 44301},
u'FY0': {'consultant': 1269,
'coordinator': 7585,
'gatekeeper': 30670,
'liaison': 37121,
'representative': 28467},
u'FY1': {'consultant': 21709,
'coordinator': 33772,
'gatekeeper': 195726,
'liaison': 516818,
'representative': 205325},
u'FY6': {'consultant': 1850,
'coordinator': 8288,
'gatekeeper': 38588,
'liaison': 52981,
'representative': 37386},
u'FY7': {'consultant': 1541,
'coordinator': 9695,
'gatekeeper': 33927,
'liaison': 42347,
'representative': 34003},
u'FY4': {'consultant': 4695,
'coordinator': 17436,
'gatekeeper': 77533,
'liaison': 127947,
'representative': 76504},
u'FY5': {'consultant': 1859,
'coordinator': 10582,
'gatekeeper': 43694,
'liaison': 57698,
'representative': 41279},
u'FY8': {'consultant': 2413,
'coordinator': 13804,
'gatekeeper': 57281,
'liaison': 81942,
'representative': 57443},
u'CF10': {'consultant': 2151,
'coordinator': 1211,
'gatekeeper': 16321,
'liaison': 41770,
'representative': 16575},
u'CF11': {'consultant': 23238,
'coordinator': 4036,
'gatekeeper': 77310,
'liaison': 467976,
'representative': 77491},
u'CF14': {'consultant': 26308,
'coordinator': 3618,
'gatekeeper': 77309,
'liaison': 516374,
'representative': 80274},
u'CF15': {'consultant': 14412,
'coordinator': 2880,
'gatekeeper': 57785,
'liaison': 352229,
'representative': 62572},
u'NE29': {'consultant': 824,
'coordinator': 2512,
'gatekeeper': 14080,
'liaison': 17978,
'representative': 14261},
u'NE28': {'consultant': 2183,
'coordinator': 3576,
'gatekeeper': 27454,
'liaison': 49824,
'representative': 26190},
u'CA28': {'consultant': 839,
'coordinator': 4704,
'gatekeeper': 17342,
'liaison': 28955,
'representative': 17188},
u'CA22': {'consultant': 139,
'coordinator': 1066,
'gatekeeper': 3395,
'liaison': 4672,
'representative': 3644},
u'CA23': {'consultant': 11,
'coordinator': 143,
'gatekeeper': 194,
'liaison': 75,
'representative': 172},
u'CA20': {'consultant': 28,
'coordinator': 963,
'gatekeeper': 1346,
'liaison': 861,
'representative': 1331},
u'NE22': {'consultant': 393,
'coordinator': 931,
'gatekeeper': 6514,
'liaison': 7131,
'representative': 6211},
u'CA26': {'consultant': 16,
'coordinator': 443,
'gatekeeper': 518,
'liaison': 339,
'representative': 718},
u'CA27': {'consultant': 23,
'coordinator': 425,
'gatekeeper': 758,
'liaison': 646,
'representative': 880},
u'CA24': {'consultant': 76,
'coordinator': 864,
'gatekeeper': 2105,
'liaison': 1944,
'representative': 2112},
u'CA25': {'consultant': 5,
'coordinator': 549,
'gatekeeper': 719,
'liaison': 232,
'representative': 484},
u'SA63': {'consultant': 98,
'coordinator': 417,
'gatekeeper': 1945,
'liaison': 1948,
'representative': 1896},
u'FK21': {'consultant': 51,
'coordinator': 2470,
'gatekeeper': 2066,
'liaison': 722,
'representative': 2512},
u'FK20': {'consultant': 102,
'coordinator': 6653,
'gatekeeper': 4096,
'liaison': 1152,
'representative': 5430},
u'GU19': {'consultant': 3361,
'coordinator': 4310,
'gatekeeper': 20533,
'liaison': 47725,
'representative': 21590},
u'KA17': {'consultant': 1,
'coordinator': 153,
'gatekeeper': 82,
'liaison': 1,
'representative': 33},
u'KA16': {'consultant': 18,
'coordinator': 1686,
'gatekeeper': 1290,
'liaison': 116,
'representative': 1021},
u'KA15': {'consultant': 1,
'coordinator': 1005,
'gatekeeper': 452,
'liaison': 11,
'representative': 210},
u'KA14': {'consultant': 4,
'coordinator': 1829,
'gatekeeper': 1070,
'liaison': 73,
'representative': 642},
u'KA13': {'consultant': 16,
'coordinator': 2784,
'gatekeeper': 2523,
'liaison': 288,
'representative': 2104},
u'KA12': {'consultant': 176,
'coordinator': 10842,
'gatekeeper': 13923,
'liaison': 4777,
'representative': 14295},
u'KA11': {'consultant': 42,
'coordinator': 5465,
'gatekeeper': 6161,
'liaison': 981,
'representative': 4676},
u'KA10': {'consultant': 327,
'coordinator': 9517,
'gatekeeper': 17596,
'liaison': 9248,
'representative': 18819},
u'M43': {'consultant': 1289,
'coordinator': 5181,
'gatekeeper': 20410,
'liaison': 25487,
'representative': 23756},
u'M40': {'consultant': 2720,
'coordinator': 10107,
'gatekeeper': 40312,
'liaison': 55353,
'representative': 42995},
u'M41': {'consultant': 5268,
'coordinator': 25563,
'gatekeeper': 93845,
'liaison': 128662,
'representative': 89858},
u'M46': {'consultant': 521,
'coordinator': 7095,
'gatekeeper': 22124,
'liaison': 17686,
'representative': 19474},
u'AB25': {'consultant': 1796,
'coordinator': 41940,
'gatekeeper': 97892,
'liaison': 68229,
'representative': 83714},
u'KA19': {'consultant': 146,
'coordinator': 4240,
'gatekeeper': 7534,
'liaison': 4145,
'representative': 8449},
u'KA18': {'consultant': 336,
'coordinator': 7705,
'gatekeeper': 12550,
'liaison': 6227,
'representative': 14887},
u'AB24': {'consultant': 1841,
'coordinator': 40384,
'gatekeeper': 69610,
'liaison': 46496,
'representative': 71836},
u'PH44': {'consultant': 0,
'coordinator': 45,
'gatekeeper': 0,
'liaison': 0,
'representative': 0},
u'TF7': {'consultant': 480,
'coordinator': 3369,
'gatekeeper': 8989,
'liaison': 8896,
'representative': 9996},
u'PA1': {'consultant': 4621,
'coordinator': 49880,
'gatekeeper': 117223,
'liaison': 135699,
'representative': 143200},
u'PA2': {'consultant': 65,
'coordinator': 5435,
'gatekeeper': 6406,
'liaison': 1216,
'representative': 5065},
u'PA3': {'consultant': 1241,
'coordinator': 15873,
'gatekeeper': 35962,
'liaison': 28960,
'representative': 42102},
u'PA4': {'consultant': 4421,
'coordinator': 31045,
'gatekeeper': 93493,
'liaison': 136475,
'representative': 129901},
u'PA5': {'consultant': 75,
'coordinator': 10706,
'gatekeeper': 10437,
'liaison': 2351,
'representative': 9913},
u'PA6': {'consultant': 13,
'coordinator': 2401,
'gatekeeper': 2181,
'liaison': 306,
'representative': 1886},
u'PA7': {'consultant': 76,
'coordinator': 8822,
'gatekeeper': 7685,
'liaison': 1536,
'representative': 6602},
u'PA8': {'consultant': 94,
'coordinator': 8901,
'gatekeeper': 6337,
'liaison': 1028,
'representative': 6280},
u'PA9': {'consultant': 0,
'coordinator': 2510,
'gatekeeper': 834,
'liaison': 53,
'representative': 687},
u'TR15': {'consultant': 526,
'coordinator': 3953,
'gatekeeper': 12767,
'liaison': 11678,
'representative': 11162},
u'L18': {'consultant': 1022,
'coordinator': 11424,
'gatekeeper': 34707,
'liaison': 30092,
'representative': 31480},
u'L19': {'consultant': 2815,
'coordinator': 16552,
'gatekeeper': 60105,
'liaison': 80186,
'representative': 63354},
u'TR14': {'consultant': 359,
'coordinator': 4222,
'gatekeeper': 10166,
'liaison': 8577,
'representative': 10556},
u'L14': {'consultant': 401,
'coordinator': 10174,
'gatekeeper': 21852,
'liaison': 14894,
'representative': 20790},
u'L15': {'consultant': 13086,
'coordinator': 28124,
'gatekeeper': 161034,
'liaison': 345644,
'representative': 149545},
u'L16': {'consultant': 2067,
'coordinator': 20688,
'gatekeeper': 51122,
'liaison': 48206,
'representative': 50463},
u'L17': {'consultant': 1783,
'coordinator': 16962,
'gatekeeper': 54103,
'liaison': 58875,
'representative': 50858},
u'L10': {'consultant': 515,
'coordinator': 10236,
'gatekeeper': 19967,
'liaison': 12873,
'representative': 20457},
u'L11': {'consultant': 347,
'coordinator': 10012,
'gatekeeper': 19121,
'liaison': 10555,
'representative': 17646},
u'L12': {'consultant': 154,
'coordinator': 6932,
'gatekeeper': 12330,
'liaison': 5932,
'representative': 11822},
u'L13': {'consultant': 15367,
'coordinator': 37245,
'gatekeeper': 205711,
'liaison': 451954,
'representative': 187816},
u'TR16': {'consultant': 186,
'coordinator': 2845,
'gatekeeper': 6005,
'liaison': 4013,
'representative': 6016},
u'BS41': {'consultant': 325,
'coordinator': 2147,
'gatekeeper': 6478,
'liaison': 7524,
'representative': 6851},
u'BS40': {'consultant': 232,
'coordinator': 3090,
'gatekeeper': 7563,
'liaison': 7664,
'representative': 8561},
u'BS49': {'consultant': 468,
'coordinator': 3190,
'gatekeeper': 10894,
'liaison': 12125,
'representative': 10246},
u'BS48': {'consultant': 5275,
'coordinator': 15477,
'gatekeeper': 65620,
'liaison': 156852,
'representative': 76845},
u'TR10': {'consultant': 630,
'coordinator': 5093,
'gatekeeper': 14006,
'liaison': 14730,
'representative': 15374},
u'PL26': {'consultant': 394,
'coordinator': 3831,
'gatekeeper': 8711,
'liaison': 7367,
'representative': 9672},
u'PL27': {'consultant': 2966,
'coordinator': 9955,
'gatekeeper': 37583,
'liaison': 64118,
'representative': 42505},
u'PL24': {'consultant': 536,
'coordinator': 4975,
'gatekeeper': 13038,
'liaison': 11452,
'representative': 13290},
u'PL25': {'consultant': 1771,
'coordinator': 9072,
'gatekeeper': 31105,
'liaison': 40772,
'representative': 30617},
u'PL22': {'consultant': 144,
'coordinator': 2082,
'gatekeeper': 4315,
'liaison': 2906,
'representative': 4531},
u'PL23': {'consultant': 240,
'coordinator': 2470,
'gatekeeper': 7319,
'liaison': 6133,
'representative': 6123},
u'PL20': {'consultant': 230,
'coordinator': 2857,
'gatekeeper': 6288,
'liaison': 3578,
'representative': 5570},
u'PL21': {'consultant': 646,
'coordinator': 5910,
'gatekeeper': 15463,
'liaison': 17303,
'representative': 18815},
u'WS15': {'consultant': 6821,
'coordinator': 4323,
'gatekeeper': 38594,
'liaison': 104081,
'representative': 36170},
u'WS14': {'consultant': 2126,
'coordinator': 3357,
'gatekeeper': 22805,
'liaison': 46789,
'representative': 23010},
u'TR12': {'consultant': 260,
'coordinator': 2112,
'gatekeeper': 6582,
'liaison': 6892,
'representative': 6571},
u'WS11': {'consultant': 6610,
'coordinator': 8499,
'gatekeeper': 49247,
'liaison': 129023,
'representative': 60456},
u'WS10': {'consultant': 2810,
'coordinator': 9581,
'gatekeeper': 37413,
'liaison': 57676,
'representative': 39705},
u'PL28': {'consultant': 375,
'coordinator': 2036,
'gatekeeper': 8708,
'liaison': 9274,
'representative': 7109},
u'PL29': {'consultant': 530,
'coordinator': 5829,
'gatekeeper': 14268,
'liaison': 12221,
'representative': 14387},
u'SA40': {'consultant': 7,
'coordinator': 139,
'gatekeeper': 272,
'liaison': 114,
'representative': 238},
u'SA41': {'consultant': 3,
'coordinator': 109,
'gatekeeper': 321,
'liaison': 130,
'representative': 210},
u'TR19': {'consultant': 470,
'coordinator': 2523,
'gatekeeper': 9406,
'liaison': 12755,
'representative': 10419},
u'TR18': {'consultant': 1243,
'coordinator': 4594,
'gatekeeper': 19326,
'liaison': 30818,
'representative': 21422},
u'DY14': {'consultant': 141,
'coordinator': 1595,
'gatekeeper': 3434,
'liaison': 3131,
'representative': 4204},
u'DY12': {'consultant': 257,
'coordinator': 1971,
'gatekeeper': 6764,
'liaison': 6608,
'representative': 7214},
u'DY13': {'consultant': 1217,
'coordinator': 5844,
'gatekeeper': 22765,
'liaison': 28527,
'representative': 21929},
u'DY10': {'consultant': 212,
'coordinator': 1964,
'gatekeeper': 5578,
'liaison': 4598,
'representative': 6036},
u'DY11': {'consultant': 8028,
'coordinator': 12140,
'gatekeeper': 78861,
'liaison': 191085,
'representative': 73583},
u'LS6': {'consultant': 29176,
'coordinator': 14314,
'gatekeeper': 142889,
'liaison': 496375,
'representative': 129203},
u'LS7': {'consultant': 14384,
'coordinator': 10841,
'gatekeeper': 110437,
'liaison': 370880,
'representative': 104606},
u'LS4': {'consultant': 14910,
'coordinator': 13144,
'gatekeeper': 89671,
'liaison': 230384,
'representative': 87479},
u'CV10': {'consultant': 8871,
'coordinator': 2068,
'gatekeeper': 29824,
'liaison': 179206,
'representative': 28644},
u'CV11': {'consultant': 14574,
'coordinator': 2990,
'gatekeeper': 42386,
'liaison': 281519,
'representative': 44816},
u'CV12': {'consultant': 6888,
'coordinator': 1460,
'gatekeeper': 22728,
'liaison': 150865,
'representative': 24705},
u'CV13': {'consultant': 947,
'coordinator': 591,
'gatekeeper': 5917,
'liaison': 21115,
'representative': 6190},
u'LS2': {'consultant': 58996,
'coordinator': 19894,
'gatekeeper': 238485,
'liaison': 1143801,
'representative': 228587},
u'LS3': {'consultant': 54818,
'coordinator': 17930,
'gatekeeper': 227589,
'liaison': 1080923,
'representative': 209738},
u'HU2': {'consultant': 8264,
'coordinator': 11412,
'gatekeeper': 79900,
'liaison': 206801,
'representative': 77182},
u'LS1': {'consultant': 41970,
'coordinator': 17816,
'gatekeeper': 183699,
'liaison': 792770,
'representative': 189575},
u'PA34': {'consultant': 406,
'coordinator': 24115,
'gatekeeper': 23526,
'liaison': 9673,
'representative': 24043},
u'LL34': {'consultant': 163,
'coordinator': 2859,
'gatekeeper': 5134,
'liaison': 3954,
'representative': 5013},
u'TD9': {'consultant': 456,
'coordinator': 3047,
'gatekeeper': 9306,
'liaison': 6775,
'representative': 7902},
u'TD8': {'consultant': 287,
'coordinator': 2538,
'gatekeeper': 5835,
'liaison': 3849,
'representative': 5592},
u'LL31': {'consultant': 986,
'coordinator': 12962,
'gatekeeper': 27196,
'liaison': 25381,
'representative': 26127},
u'LL30': {'consultant': 2693,
'coordinator': 19168,
'gatekeeper': 47297,
'liaison': 53829,
'representative': 47554},
u'LL33': {'consultant': 107,
'coordinator': 1743,
'gatekeeper': 3596,
'liaison': 3584,
'representative': 4295},
u'LL32': {'consultant': 174,
'coordinator': 4541,
'gatekeeper': 6153,
'liaison': 3654,
'representative': 6786},
u'TD3': {'consultant': 1,
'coordinator': 369,
'gatekeeper': 311,
'liaison': 50,
'representative': 266},
u'TD2': {'consultant': 9,
'coordinator': 1275,
'gatekeeper': 877,
'liaison': 121,
'representative': 703},
u'TD1': {'consultant': 393,
'coordinator': 8499,
'gatekeeper': 19743,
'liaison': 11667,
'representative': 19030},
u'LL39': {'consultant': 7,
'coordinator': 76,
'gatekeeper': 198,
'liaison': 201,
'representative': 166},
u'TD6': {'consultant': 156,
'coordinator': 4827,
'gatekeeper': 7094,
'liaison': 3962,
'representative': 7971},
u'TD5': {'consultant': 189,
'coordinator': 1911,
'gatekeeper': 5238,
'liaison': 4143,
'representative': 5348},
u'TD4': {'consultant': 25,
'coordinator': 1016,
'gatekeeper': 967,
'liaison': 309,
'representative': 1186},
u'S18': {'consultant': 1388,
'coordinator': 2219,
'gatekeeper': 13688,
'liaison': 29662,
'representative': 15580},
u'S13': {'consultant': 2417,
'coordinator': 4746,
'gatekeeper': 26559,
'liaison': 46936,
'representative': 24204},
u'S12': {'consultant': 745,
'coordinator': 2468,
'gatekeeper': 10928,
'liaison': 16704,
'representative': 11481},
u'S11': {'consultant': 228,
'coordinator': 1087,
'gatekeeper': 5314,
'liaison': 5644,
'representative': 4286},
u'S10': {'consultant': 5511,
'coordinator': 4620,
'gatekeeper': 37318,
'liaison': 101748,
'representative': 40294},
u'S17': {'consultant': 1346,
'coordinator': 1955,
'gatekeeper': 12862,
'liaison': 28830,
'representative': 13663},
u'S14': {'consultant': 661,
'coordinator': 2088,
'gatekeeper': 10010,
'liaison': 12152,
'representative': 7952},
u'SR2': {'consultant': 390,
'coordinator': 2072,
'gatekeeper': 9363,
'liaison': 9392,
'representative': 10037},
u'SR3': {'consultant': 1426,
'coordinator': 2849,
'gatekeeper': 21457,
'liaison': 36712,
'representative': 22102},
u'SR1': {'consultant': 16216,
'coordinator': 4514,
'gatekeeper': 73866,
'liaison': 311619,
'representative': 73018},
u'SR6': {'consultant': 1957,
'coordinator': 2398,
'gatekeeper': 20175,
'liaison': 35245,
'representative': 19074},
u'SR7': {'consultant': 1999,
'coordinator': 3230,
'gatekeeper': 23544,
'liaison': 39212,
'representative': 22544},
u'SR4': {'consultant': 1649,
'coordinator': 2737,
'gatekeeper': 21601,
'liaison': 35546,
'representative': 21270},
u'SR5': {'consultant': 1503,
'coordinator': 2309,
'gatekeeper': 17566,
'liaison': 27532,
'representative': 18357},
u'SR8': {'consultant': 1713,
'coordinator': 2631,
'gatekeeper': 21076,
'liaison': 37098,
'representative': 21852},
u'SR9': {'consultant': 1119,
'coordinator': 1825,
'gatekeeper': 16048,
'liaison': 23904,
'representative': 15496},
u'BH31': {'consultant': 870,
'coordinator': 1328,
'gatekeeper': 8088,
'liaison': 14421,
'representative': 8007},
u'BA21': {'consultant': 197,
'coordinator': 2546,
'gatekeeper': 5622,
'liaison': 4365,
'representative': 5430},
u'BA20': {'consultant': 4890,
'coordinator': 9986,
'gatekeeper': 51580,
'liaison': 107615,
'representative': 50158},
u'BA22': {'consultant': 583,
'coordinator': 3045,
'gatekeeper': 9313,
'liaison': 10009,
'representative': 9070},
u'NG70': {'consultant': 3938,
'coordinator': 1601,
'gatekeeper': 17655,
'liaison': 70201,
'representative': 17023},
u'CM18': {'consultant': 6137,
'coordinator': 8279,
'gatekeeper': 38644,
'liaison': 85746,
'representative': 38170},
u'OX20': {'consultant': 2642,
'coordinator': 2338,
'gatekeeper': 15364,
'liaison': 54841,
'representative': 16082},
u'OX27': {'consultant': 446,
'coordinator': 764,
'gatekeeper': 3938,
'liaison': 9115,
'representative': 4046},
u'OX26': {'consultant': 15790,
'coordinator': 6703,
'gatekeeper': 64446,
'liaison': 311853,
'representative': 63560},
u'OX25': {'consultant': 8520,
'coordinator': 5450,
'gatekeeper': 43173,
'liaison': 176043,
'representative': 47248},
u'CH27': {'consultant': 88,
'coordinator': 3945,
'gatekeeper': 6549,
'liaison': 2845,
'representative': 6555},
u'OX29': {'consultant': 160,
'coordinator': 512,
'gatekeeper': 2142,
'liaison': 4460,
'representative': 2398},
u'OX28': {'consultant': 4899,
'coordinator': 4256,
'gatekeeper': 29888,
'liaison': 114811,
'representative': 29873},
u'HP9': {'consultant': 11672,
'coordinator': 5004,
'gatekeeper': 43464,
'liaison': 194279,
'representative': 44300},
u'HP8': {'consultant': 2366,
'coordinator': 1453,
'gatekeeper': 9042,
'liaison': 31043,
'representative': 10025},
u'HP3': {'consultant': 7308,
'coordinator': 4673,
'gatekeeper': 45029,
'liaison': 128668,
'representative': 44344},
u'HP2': {'consultant': 7264,
'coordinator': 5128,
'gatekeeper': 50756,
'liaison': 141114,
'representative': 47308},
u'HP1': {'consultant': 4734,
'coordinator': 3184,
'gatekeeper': 31821,
'liaison': 84403,
'representative': 32234},
u'HP7': {'consultant': 1161,
'coordinator': 573,
'gatekeeper': 4941,
'liaison': 18228,
'representative': 4842},
u'HP6': {'consultant': 3391,
'coordinator': 1794,
'gatekeeper': 12006,
'liaison': 33886,
'representative': 10244},
u'HP5': {'consultant': 3855,
'coordinator': 1346,
'gatekeeper': 11455,
'liaison': 49724,
'representative': 12065},
u'HP4': {'consultant': 8838,
'coordinator': 5494,
'gatekeeper': 60857,
'liaison': 174927,
'representative': 58635},
u'GU7': {'consultant': 4121,
'coordinator': 4715,
'gatekeeper': 24078,
'liaison': 67209,
'representative': 26482},
u'DG14': {'consultant': 138,
'coordinator': 93,
'gatekeeper': 569,
'liaison': 748,
'representative': 530},
u'DG16': {'consultant': 9218,
'coordinator': 3539,
'gatekeeper': 32719,
'liaison': 99152,
'representative': 30379},
u'DG10': {'consultant': 3208,
'coordinator': 11310,
'gatekeeper': 41011,
'liaison': 47263,
'representative': 46056},
u'DG11': {'consultant': 2172,
'coordinator': 4557,
'gatekeeper': 21422,
'liaison': 20650,
'representative': 19434},
u'DG12': {'consultant': 3005,
'coordinator': 1611,
'gatekeeper': 9100,
'liaison': 16956,
'representative': 9282},
u'DG13': {'consultant': 281,
'coordinator': 60,
'gatekeeper': 426,
'liaison': 1618,
'representative': 690},
u'TS9': {'consultant': 714,
'coordinator': 510,
'gatekeeper': 4604,
'liaison': 9072,
'representative': 5130},
u'TS4': {'consultant': 9773,
'coordinator': 2950,
'gatekeeper': 48401,
'liaison': 164440,
'representative': 46551},
u'MK44': {'consultant': 3028,
'coordinator': 1184,
'gatekeeper': 14615,
'liaison': 71963,
'representative': 13792},
u'MK45': {'consultant': 15360,
'coordinator': 4501,
'gatekeeper': 49310,
'liaison': 279694,
'representative': 52350},
u'MK46': {'consultant': 716,
'coordinator': 711,
'gatekeeper': 4781,
'liaison': 10854,
'representative': 3760},
u'TS5': {'consultant': 5209,
'coordinator': 3009,
'gatekeeper': 32504,
'liaison': 78975,
'representative': 31866},
u'MK40': {'consultant': 12652,
'coordinator': 5124,
'gatekeeper': 56538,
'liaison': 285990,
'representative': 53078},
u'MK41': {'consultant': 6455,
'coordinator': 3880,
'gatekeeper': 31971,
'liaison': 119166,
'representative': 29954},
u'CV8': {'consultant': 3617,
'coordinator': 2945,
'gatekeeper': 28519,
'liaison': 85513,
'representative': 29234},
u'MK43': {'consultant': 5274,
'coordinator': 2310,
'gatekeeper': 23343,
'liaison': 110799,
'representative': 22648},
u'CV6': {'consultant': 9560,
'coordinator': 5997,
'gatekeeper': 61943,
'liaison': 206692,
'representative': 62480},
u'CV7': {'consultant': 10582,
'coordinator': 5719,
'gatekeeper': 62634,
'liaison': 188006,
'representative': 54820},
u'CV4': {'consultant': 21485,
'coordinator': 9190,
'gatekeeper': 115295,
'liaison': 487420,
'representative': 113642},
u'CV5': {'consultant': 6944,
'coordinator': 6064,
'gatekeeper': 55072,
'liaison': 162309,
'representative': 52833},
u'CV2': {'consultant': 15192,
'coordinator': 6739,
'gatekeeper': 81586,
'liaison': 332956,
'representative': 83087},
u'CV3': {'consultant': 9118,
'coordinator': 5714,
'gatekeeper': 58386,
'liaison': 205115,
'representative': 65929},
u'CV1': {'consultant': 52783,
'coordinator': 11881,
'gatekeeper': 194992,
'liaison': 1130456,
'representative': 187752},
u'G84': {'consultant': 919,
'coordinator': 10263,
'gatekeeper': 25881,
'liaison': 21235,
'representative': 26788},
u'SL4': {'consultant': 25926,
'coordinator': 12210,
'gatekeeper': 113724,
'liaison': 544511,
'representative': 111008},
u'G81': {'consultant': 358,
'coordinator': 19288,
'gatekeeper': 23287,
'liaison': 8088,
'representative': 22630},
u'G82': {'consultant': 221,
'coordinator': 16336,
'gatekeeper': 18664,
'liaison': 6586,
'representative': 19972},
u'G83': {'consultant': 883,
'coordinator': 21944,
'gatekeeper': 37574,
'liaison': 18597,
'representative': 34335},
u'CH26': {'consultant': 283,
'coordinator': 6421,
'gatekeeper': 14067,
'liaison': 9473,
'representative': 16014},
u'DN40': {'consultant': 247,
'coordinator': 1701,
'gatekeeper': 5839,
'liaison': 6221,
'representative': 5044},
u'DN41': {'consultant': 127,
'coordinator': 1459,
'gatekeeper': 3389,
'liaison': 2797,
'representative': 3604},
u'ML3': {'consultant': 1687,
'coordinator': 21607,
'gatekeeper': 52692,
'liaison': 37448,
'representative': 50102},
u'ML7': {'consultant': 71,
'coordinator': 6509,
'gatekeeper': 5304,
'liaison': 1079,
'representative': 6090},
u'SK11': {'consultant': 1371,
'coordinator': 4664,
'gatekeeper': 16967,
'liaison': 23931,
'representative': 18635},
u'SK10': {'consultant': 10175,
'coordinator': 16350,
'gatekeeper': 102037,
'liaison': 236475,
'representative': 107905},
u'SK13': {'consultant': 4874,
'coordinator': 11558,
'gatekeeper': 55824,
'liaison': 85729,
'representative': 50229},
u'SK12': {'consultant': 655,
'coordinator': 2919,
'gatekeeper': 10875,
'liaison': 10796,
'representative': 11033},
u'SK15': {'consultant': 1811,
'coordinator': 6353,
'gatekeeper': 23950,
'liaison': 26880,
'representative': 23182},
u'SK14': {'consultant': 1289,
'coordinator': 5831,
'gatekeeper': 23981,
'liaison': 29372,
'representative': 24731},
u'SK17': {'consultant': 4675,
'coordinator': 4019,
'gatekeeper': 39727,
'liaison': 90428,
'representative': 35732},
u'SK16': {'consultant': 6236,
'coordinator': 20004,
'gatekeeper': 90518,
'liaison': 154177,
'representative': 89213},
u'ML5': {'consultant': 247,
'coordinator': 12330,
'gatekeeper': 19914,
'liaison': 8533,
'representative': 20022},
u'DH7': {'consultant': 697,
'coordinator': 1731,
'gatekeeper': 10138,
'liaison': 11349,
'representative': 9815},
u'DH6': {'consultant': 77,
'coordinator': 711,
'gatekeeper': 3357,
'liaison': 1881,
'representative': 2834},
u'CV23': {'consultant': 6710,
'coordinator': 4011,
'gatekeeper': 41723,
'liaison': 139012,
'representative': 40356},
u'CV22': {'consultant': 28297,
'coordinator': 8242,
'gatekeeper': 118181,
'liaison': 592015,
'representative': 117278},
u'LS21': {'consultant': 418,
'coordinator': 2987,
'gatekeeper': 11172,
'liaison': 9514,
'representative': 9015},
u'LS20': {'consultant': 3270,
'coordinator': 5562,
'gatekeeper': 30658,
'liaison': 56523,
'representative': 32494},
u'LS23': {'consultant': 8212,
'coordinator': 11061,
'gatekeeper': 64132,
'liaison': 157025,
'representative': 67806},
u'LS22': {'consultant': 7345,
'coordinator': 7605,
'gatekeeper': 53814,
'liaison': 148889,
'representative': 57362},
u'LS25': {'consultant': 2698,
'coordinator': 8169,
'gatekeeper': 36112,
'liaison': 65714,
'representative': 39005},
u'LS24': {'consultant': 809,
'coordinator': 3452,
'gatekeeper': 15540,
'liaison': 20733,
'representative': 15538},
u'LS27': {'consultant': 7882,
'coordinator': 10521,
'gatekeeper': 66316,
'liaison': 145621,
'representative': 64023},
u'LS26': {'consultant': 2973,
'coordinator': 8720,
'gatekeeper': 43094,
'liaison': 67454,
'representative': 38650},
u'LS29': {'consultant': 4320,
'coordinator': 5440,
'gatekeeper': 38229,
'liaison': 74153,
'representative': 35129},
u'LS28': {'consultant': 4704,
'coordinator': 8943,
'gatekeeper': 44354,
'liaison': 72123,
'representative': 42562},
u'EX24': {'consultant': 26,
'coordinator': 374,
'gatekeeper': 520,
'liaison': 336,
'representative': 753},
u'KA22': {'consultant': 75,
'coordinator': 5566,
'gatekeeper': 7071,
'liaison': 1689,
'representative': 6302},
u'KA23': {'consultant': 11,
'coordinator': 3073,
'gatekeeper': 3632,
'liaison': 662,
'representative': 2907},
u'KA20': {'consultant': 43,
'coordinator': 6137,
'gatekeeper': 3379,
'liaison': 619,
'representative': 4885},
u'KA21': {'consultant': 7,
'coordinator': 2903,
'gatekeeper': 1725,
'liaison': 216,
'representative': 1810},
u'KA26': {'consultant': 189,
'coordinator': 4197,
'gatekeeper': 7927,
'liaison': 5422,
'representative': 9781},
u'KA27': {'consultant': 46,
'coordinator': 4629,
'gatekeeper': 4679,
'liaison': 1275,
'representative': 4400},
u'KA24': {'consultant': 5,
'coordinator': 2664,
'gatekeeper': 1087,
'liaison': 155,
'representative': 1818},
u'KA25': {'consultant': 1,
'coordinator': 2175,
'gatekeeper': 683,
'liaison': 48,
'representative': 831},
u'KA28': {'consultant': 134,
'coordinator': 1594,
'gatekeeper': 4111,
'liaison': 2200,
'representative': 4075},
u'KA29': {'consultant': 13,
'coordinator': 1277,
'gatekeeper': 1111,
'liaison': 227,
'representative': 1306},
u'M33': {'consultant': 8440,
'coordinator': 23296,
'gatekeeper': 120513,
'liaison': 233395,
'representative': 118394},
u'M32': {'consultant': 2358,
'coordinator': 11840,
'gatekeeper': 43820,
'liaison': 57504,
'representative': 47255},
u'M31': {'consultant': 220,
'coordinator': 3749,
'gatekeeper': 7346,
'liaison': 3760,
'representative': 7259},
u'M30': {'consultant': 21814,
'coordinator': 42354,
'gatekeeper': 225548,
'liaison': 517611,
'representative': 214487},
u'AB56': {'consultant': 42,
'coordinator': 3520,
'gatekeeper': 3188,
'liaison': 1007,
'representative': 3397},
u'BT1': {'consultant': 5499,
'coordinator': 1408,
'gatekeeper': 37189,
'liaison': 168738,
'representative': 38028},
u'BT48': {'consultant': 2485,
'coordinator': 1252,
'gatekeeper': 23366,
'liaison': 70808,
'representative': 23498},
u'AB52': {'consultant': 17,
'coordinator': 2299,
'gatekeeper': 1536,
'liaison': 316,
'representative': 1808},
u'AB53': {'consultant': 9,
'coordinator': 2224,
'gatekeeper': 1216,
'liaison': 131,
'representative': 986},
u'AB51': {'consultant': 154,
'coordinator': 8468,
'gatekeeper': 11060,
'liaison': 4642,
'representative': 12103},
u'SW99': {'consultant': 47596,
'coordinator': 16295,
'gatekeeper': 212036,
'liaison': 936531,
'representative': 197659},
u'WD1': {'consultant': 7152,
'coordinator': 6839,
'gatekeeper': 45808,
'liaison': 118856,
'representative': 52807},
u'WD2': {'consultant': 2399,
'coordinator': 3469,
'gatekeeper': 20000,
'liaison': 39174,
'representative': 23469},
u'WD3': {'consultant': 14715,
'coordinator': 7437,
'gatekeeper': 69948,
'liaison': 237053,
'representative': 77007},
u'WD4': {'consultant': 6948,
'coordinator': 4784,
'gatekeeper': 44297,
'liaison': 121358,
'representative': 44605},
u'WD5': {'consultant': 31099,
'coordinator': 10947,
'gatekeeper': 140741,
'liaison': 649870,
'representative': 160381},
u'WD6': {'consultant': 12575,
'coordinator': 9838,
'gatekeeper': 88527,
'liaison': 263622,
'representative': 87774},
u'WD7': {'consultant': 7063,
'coordinator': 5420,
'gatekeeper': 40393,
'liaison': 113759,
'representative': 49202},
u'MK19': {'consultant': 6223,
'coordinator': 1411,
'gatekeeper': 19721,
'liaison': 126872,
'representative': 19156},
u'BS30': {'consultant': 610,
'coordinator': 3202,
'gatekeeper': 12314,
'liaison': 16327,
'representative': 12708},
u'BS31': {'consultant': 3849,
'coordinator': 7934,
'gatekeeper': 41812,
'liaison': 91839,
'representative': 40534},
u'BS32': {'consultant': 7894,
'coordinator': 8988,
'gatekeeper': 65281,
'liaison': 205668,
'representative': 64045},
u'MK18': {'consultant': 8104,
'coordinator': 1375,
'gatekeeper': 20179,
'liaison': 139457,
'representative': 21207},
u'BS34': {'consultant': 14760,
'coordinator': 14143,
'gatekeeper': 99498,
'liaison': 315118,
'representative': 99999},
u'BS35': {'consultant': 1209,
'coordinator': 4617,
'gatekeeper': 20782,
'liaison': 34891,
'representative': 19527},
u'BS36': {'consultant': 1981,
'coordinator': 5062,
'gatekeeper': 28778,
'liaison': 53553,
'representative': 24244},
u'BS37': {'consultant': 3964,
'coordinator': 6284,
'gatekeeper': 35193,
'liaison': 91413,
'representative': 41261},
u'CO15': {'consultant': 3741,
'coordinator': 7793,
'gatekeeper': 35314,
'liaison': 65936,
'representative': 32104},
u'BS39': {'consultant': 444,
'coordinator': 3173,
'gatekeeper': 10845,
'liaison': 9328,
'representative': 8071},
u'CO16': {'consultant': 1126,
'coordinator': 4397,
'gatekeeper': 14577,
'liaison': 20827,
'representative': 14142},
u'CO11': {'consultant': 502,
'coordinator': 5040,
'gatekeeper': 11037,
'liaison': 6921,
'representative': 8700},
u'CO10': {'consultant': 1566,
'coordinator': 6438,
'gatekeeper': 20712,
'liaison': 26305,
'representative': 19735},
u'CO13': {'consultant': 600,
'coordinator': 1961,
'gatekeeper': 5684,
'liaison': 4856,
'representative': 5302},
u'CO12': {'consultant': 758,
'coordinator': 3997,
'gatekeeper': 11915,
'liaison': 15103,
'representative': 11762},
u'PL31': {'consultant': 1214,
'coordinator': 6968,
'gatekeeper': 22872,
'liaison': 31667,
'representative': 24225},
u'PL30': {'consultant': 19,
'coordinator': 456,
'gatekeeper': 906,
'liaison': 350,
'representative': 999},
u'PL33': {'consultant': 39,
'coordinator': 614,
'gatekeeper': 978,
'liaison': 341,
'representative': 1053},
u'PL32': {'consultant': 44,
'coordinator': 1394,
'gatekeeper': 2275,
'liaison': 1260,
'representative': 2777},
u'PL35': {'consultant': 24,
'coordinator': 712,
'gatekeeper': 1225,
'liaison': 634,
'representative': 1416},
u'PL34': {'consultant': 103,
'coordinator': 885,
'gatekeeper': 2173,
'liaison': 1841,
'representative': 2960},
u'S20': {'consultant': 1714,
'coordinator': 4262,
'gatekeeper': 19396,
'liaison': 31238,
'representative': 19333},
u'MK13': {'consultant': 2681,
'coordinator': 501,
'gatekeeper': 8053,
'liaison': 55727,
'representative': 9200},
u'S21': {'consultant': 384,
'coordinator': 1136,
'gatekeeper': 7474,
'liaison': 13312,
'representative': 7199},
u'MK12': {'consultant': 1424,
'coordinator': 700,
'gatekeeper': 6969,
'liaison': 27833,
'representative': 6008},
u'S26': {'consultant': 9612,
'coordinator': 9924,
'gatekeeper': 75619,
'liaison': 239608,
'representative': 85809},
u'MK11': {'consultant': 728,
'coordinator': 465,
'gatekeeper': 4412,
'liaison': 17786,
'representative': 4595},
u'MK10': {'consultant': 1082,
'coordinator': 632,
'gatekeeper': 5253,
'liaison': 20862,
'representative': 5521},
u'LL68': {'consultant': 2,
'coordinator': 586,
'gatekeeper': 330,
'liaison': 135,
'representative': 545},
u'BR8': {'consultant': 6885,
'coordinator': 4842,
'gatekeeper': 36646,
'liaison': 99978,
'representative': 38505},
u'BR7': {'consultant': 3966,
'coordinator': 4544,
'gatekeeper': 25503,
'liaison': 56301,
'representative': 28118},
u'BR6': {'consultant': 3334,
'coordinator': 3894,
'gatekeeper': 23022,
'liaison': 49582,
'representative': 23372},
u'BR5': {'consultant': 6049,
'coordinator': 6048,
'gatekeeper': 39662,
'liaison': 84858,
'representative': 36194},
u'BR4': {'consultant': 4278,
'coordinator': 6212,
'gatekeeper': 31545,
'liaison': 66546,
'representative': 35411},
u'BR3': {'consultant': 5769,
'coordinator': 8059,
'gatekeeper': 42562,
'liaison': 96286,
'representative': 47524},
u'BR2': {'consultant': 3363,
'coordinator': 4140,
'gatekeeper': 25757,
'liaison': 57043,
'representative': 28306},
u'BR1': {'consultant': 13999,
'coordinator': 10255,
'gatekeeper': 88925,
'liaison': 277127,
'representative': 88326},
u'B16': {'consultant': 3187,
'coordinator': 7614,
'gatekeeper': 42586,
'liaison': 78858,
'representative': 43131},
u'B17': {'consultant': 3074,
'coordinator': 5064,
'gatekeeper': 36336,
'liaison': 69535,
'representative': 36460},
u'B14': {'consultant': 573,
'coordinator': 3996,
'gatekeeper': 16171,
'liaison': 14772,
'representative': 13063},
u'B15': {'consultant': 13216,
'coordinator': 10551,
'gatekeeper': 99333,
'liaison': 311843,
'representative': 94965},
u'B12': {'consultant': 3530,
'coordinator': 7078,
'gatekeeper': 42276,
'liaison': 79073,
'representative': 44146},
u'B13': {'consultant': 2840,
'coordinator': 6044,
'gatekeeper': 36519,
'liaison': 66016,
'representative': 37543},
u'B10': {'consultant': 1326,
'coordinator': 4509,
'gatekeeper': 24861,
'liaison': 35953,
'representative': 24117},
u'B11': {'consultant': 308,
'coordinator': 2238,
'gatekeeper': 9960,
'liaison': 8810,
'representative': 9493},
u'GU18': {'consultant': 2084,
'coordinator': 3750,
'gatekeeper': 17557,
'liaison': 39196,
'representative': 18177},
u'BT82': {'consultant': 55,
'coordinator': 272,
'gatekeeper': 2359,
'liaison': 1951,
'representative': 2402},
u'B18': {'consultant': 364,
'coordinator': 3722,
'gatekeeper': 10945,
'liaison': 8702,
'representative': 11918},
u'B19': {'consultant': 709,
'coordinator': 4440,
'gatekeeper': 20637,
'liaison': 21443,
'representative': 18010},
u'LE41': {'consultant': 1434,
'coordinator': 1255,
'gatekeeper': 9823,
'liaison': 26015,
'representative': 9729},
u'CO5': {'consultant': 1805,
'coordinator': 6176,
'gatekeeper': 20252,
'liaison': 25869,
'representative': 19048},
u'M38': {'consultant': 714,
'coordinator': 8600,
'gatekeeper': 24566,
'liaison': 23056,
'representative': 28623},
u'DN5': {'consultant': 2391,
'coordinator': 5592,
'gatekeeper': 32126,
'liaison': 65359,
'representative': 32796},
u'DN4': {'consultant': 3731,
'coordinator': 8570,
'gatekeeper': 49866,
'liaison': 107552,
'representative': 50166},
u'DN7': {'consultant': 2006,
'coordinator': 7118,
'gatekeeper': 32828,
'liaison': 54932,
'representative': 31490},
u'DN6': {'consultant': 1208,
'coordinator': 5915,
'gatekeeper': 24968,
'liaison': 36990,
'representative': 24930},
u'DN1': {'consultant': 16291,
'coordinator': 17189,
'gatekeeper': 131951,
'liaison': 416486,
'representative': 132334},
u'GY9': {'consultant': 338,
'coordinator': 697,
'gatekeeper': 3136,
'liaison': 8098,
'representative': 3378},
u'DN3': {'consultant': 2779,
'coordinator': 10680,
'gatekeeper': 43637,
'liaison': 73697,
'representative': 46669},
u'DN2': {'consultant': 6450,
'coordinator': 7874,
'gatekeeper': 56763,
'liaison': 152132,
'representative': 58222},
u'L29': {'consultant': 14,
'coordinator': 1733,
'gatekeeper': 1868,
'liaison': 455,
'representative': 2112},
u'L28': {'consultant': 162,
'coordinator': 3381,
'gatekeeper': 8578,
'liaison': 3798,
'representative': 7275},
u'LL61': {'consultant': 417,
'coordinator': 6688,
'gatekeeper': 14627,
'liaison': 12739,
'representative': 13667},
u'DN9': {'consultant': 296,
'coordinator': 1274,
'gatekeeper': 5769,
'liaison': 7726,
'representative': 4949},
u'DN8': {'consultant': 1022,
'coordinator': 6237,
'gatekeeper': 18942,
'liaison': 26651,
'representative': 21897},
u'M34': {'consultant': 5336,
'coordinator': 12770,
'gatekeeper': 61768,
'liaison': 116790,
'representative': 69370},
u'CO4': {'consultant': 2562,
'coordinator': 7950,
'gatekeeper': 31308,
'liaison': 51504,
'representative': 30012},
u'LL40': {'consultant': 573,
'coordinator': 2067,
'gatekeeper': 5424,
'liaison': 8027,
'representative': 6070},
u'PA26': {'consultant': 3,
'coordinator': 274,
'gatekeeper': 197,
'liaison': 30,
'representative': 154},
u'PA25': {'consultant': 9,
'coordinator': 1744,
'gatekeeper': 917,
'liaison': 96,
'representative': 686},
u'PA24': {'consultant': 32,
'coordinator': 683,
'gatekeeper': 983,
'liaison': 269,
'representative': 937},
u'PA23': {'consultant': 41,
'coordinator': 6215,
'gatekeeper': 5161,
'liaison': 1048,
'representative': 5040},
u'PA22': {'consultant': 1,
'coordinator': 123,
'gatekeeper': 109,
'liaison': 20,
'representative': 99},
u'LL46': {'consultant': 45,
'coordinator': 1123,
'gatekeeper': 1933,
'liaison': 1315,
'representative': 2120},
u'LL47': {'consultant': 6,
'coordinator': 19,
'gatekeeper': 90,
'liaison': 130,
'representative': 85},
u'LL48': {'consultant': 409,
'coordinator': 3990,
'gatekeeper': 8006,
'liaison': 7597,
'representative': 7931},
u'LL49': {'consultant': 705,
'coordinator': 4957,
'gatekeeper': 9872,
'liaison': 11024,
'representative': 11170},
u'CT21': {'consultant': 4194,
'coordinator': 2813,
'gatekeeper': 22252,
'liaison': 69516,
'representative': 22780},
u'CT20': {'consultant': 1810,
'coordinator': 1823,
'gatekeeper': 12007,
'liaison': 30450,
'representative': 12085},
u'PA29': {'consultant': 23,
'coordinator': 1861,
'gatekeeper': 1145,
'liaison': 232,
'representative': 1057},
u'PA28': {'consultant': 36,
'coordinator': 3583,
'gatekeeper': 4237,
'liaison': 1457,
'representative': 4079},
u'ST16': {'consultant': 22605,
'coordinator': 8939,
'gatekeeper': 88164,
'liaison': 310894,
'representative': 89975},
u'M35': {'consultant': 2493,
'coordinator': 8158,
'gatekeeper': 35430,
'liaison': 50991,
'representative': 39882},
u'ST17': {'consultant': 12318,
'coordinator': 8552,
'gatekeeper': 68557,
'liaison': 194891,
'representative': 68138},
u'SP10': {'consultant': 6826,
'coordinator': 6234,
'gatekeeper': 45652,
'liaison': 131616,
'representative': 39805},
u'SP11': {'consultant': 927,
'coordinator': 2883,
'gatekeeper': 10073,
'liaison': 16770,
'representative': 9565},
u'AB54': {'consultant': 4,
'coordinator': 2326,
'gatekeeper': 1386,
'liaison': 142,
'representative': 1212},
u'AB55': {'consultant': 7,
'coordinator': 1840,
'gatekeeper': 1120,
'liaison': 175,
'representative': 1149},
u'ST13': {'consultant': 7215,
'coordinator': 1471,
'gatekeeper': 16848,
'liaison': 77370,
'representative': 17296},
u'NE49': {'consultant': 538,
'coordinator': 542,
'gatekeeper': 4786,
'liaison': 6227,
'representative': 4164},
u'IV3': {'consultant': 2620,
'coordinator': 65174,
'gatekeeper': 106643,
'liaison': 70421,
'representative': 103702},
u'LA13': {'consultant': 70,
'coordinator': 2204,
'gatekeeper': 3470,
'liaison': 2399,
'representative': 4255},
u'IV8': {'consultant': 0,
'coordinator': 400,
'gatekeeper': 156,
'liaison': 18,
'representative': 149},
u'IV9': {'consultant': 1,
'coordinator': 4480,
'gatekeeper': 2182,
'liaison': 273,
'representative': 2291},
u'BT64': {'consultant': 26,
'coordinator': 687,
'gatekeeper': 2373,
'liaison': 1087,
'representative': 2739},
u'BN41': {'consultant': 1983,
'coordinator': 1625,
'gatekeeper': 12045,
'liaison': 30464,
'representative': 11883},
u'BN42': {'consultant': 831,
'coordinator': 1215,
'gatekeeper': 8193,
'liaison': 18994,
'representative': 7927},
u'BN43': {'consultant': 3059,
'coordinator': 2245,
'gatekeeper': 16046,
'liaison': 42742,
'representative': 15443},
u'BT60': {'consultant': 3352,
'coordinator': 1171,
'gatekeeper': 26060,
'liaison': 94852,
'representative': 26123},
u'BN45': {'consultant': 1792,
'coordinator': 2191,
'gatekeeper': 11820,
'liaison': 24527,
'representative': 11671},
u'BT62': {'consultant': 57,
'coordinator': 639,
'gatekeeper': 4184,
'liaison': 2487,
'representative': 4062},
u'BT63': {'consultant': 54,
'coordinator': 712,
'gatekeeper': 3822,
'liaison': 2855,
'representative': 4569},
u'OX16': {'consultant': 10569,
'coordinator': 5826,
'gatekeeper': 50868,
'liaison': 216911,
'representative': 49807},
u'OX17': {'consultant': 10011,
'coordinator': 5114,
'gatekeeper': 41526,
'liaison': 184603,
'representative': 46329},
u'TD15': {'consultant': 10149,
'coordinator': 1621,
'gatekeeper': 27703,
'liaison': 98087,
'representative': 28202},
u'TD14': {'consultant': 452,
'coordinator': 3305,
'gatekeeper': 9976,
'liaison': 9176,
'representative': 10804},
u'TD13': {'consultant': 146,
'coordinator': 1710,
'gatekeeper': 4265,
'liaison': 2164,
'representative': 5120},
u'BT69': {'consultant': 6,
'coordinator': 335,
'gatekeeper': 791,
'liaison': 226,
'representative': 794},
u'TD11': {'consultant': 39,
'coordinator': 1225,
'gatekeeper': 2140,
'liaison': 844,
'representative': 2128},
u'TD10': {'consultant': 12,
'coordinator': 216,
'gatekeeper': 385,
'liaison': 202,
'representative': 381},
u'B78': {'consultant': 7395,
'coordinator': 5484,
'gatekeeper': 55225,
'liaison': 160772,
'representative': 53152},
u'WA55': {'consultant': 9812,
'coordinator': 37514,
'gatekeeper': 156883,
'liaison': 275741,
'representative': 155188},
u'TW2': {'consultant': 39171,
'coordinator': 12800,
'gatekeeper': 173998,
'liaison': 746210,
'representative': 163871},
u'TW3': {'consultant': 3037,
'coordinator': 5090,
'gatekeeper': 36101,
'liaison': 72112,
'representative': 35462},
u'TW1': {'consultant': 14039,
'coordinator': 8529,
'gatekeeper': 76363,
'liaison': 216835,
'representative': 73003},
u'TW6': {'consultant': 87235,
'coordinator': 16886,
'gatekeeper': 298748,
'liaison': 1899069,
'representative': 321523},
u'TW7': {'consultant': 12040,
'coordinator': 9294,
'gatekeeper': 77097,
'liaison': 218371,
'representative': 78942},
u'TW4': {'consultant': 1213,
'coordinator': 2797,
'gatekeeper': 10871,
'liaison': 13341,
'representative': 10749},
u'TW5': {'consultant': 2061,
'coordinator': 3431,
'gatekeeper': 22182,
'liaison': 37204,
'representative': 22061},
u'TW8': {'consultant': 18913,
'coordinator': 11868,
'gatekeeper': 118623,
'liaison': 389049,
'representative': 116150},
u'TW9': {'consultant': 12378,
'coordinator': 10927,
'gatekeeper': 78193,
'liaison': 204903,
'representative': 81234},
u'LE94': {'consultant': 4655,
'coordinator': 2874,
'gatekeeper': 26907,
'liaison': 122163,
'representative': 29442},
u'LE95': {'consultant': 26056,
'coordinator': 5523,
'gatekeeper': 80662,
'liaison': 575675,
'representative': 80773},
u'SL95': {'consultant': 9638,
'coordinator': 3960,
'gatekeeper': 38499,
'liaison': 175500,
'representative': 37023},
u'G53': {'consultant': 2049,
'coordinator': 21699,
'gatekeeper': 57125,
'liaison': 44032,
'representative': 52187},
u'G52': {'consultant': 1309,
'coordinator': 22577,
'gatekeeper': 46292,
'liaison': 34200,
'representative': 52058},
u'G51': {'consultant': 4131,
'coordinator': 47354,
'gatekeeper': 107148,
'liaison': 97495,
'representative': 110188},
u'G58': {'consultant': 5118,
'coordinator': 44179,
'gatekeeper': 117586,
'liaison': 112879,
'representative': 108487},
u'B79': {'consultant': 678,
'coordinator': 1283,
'gatekeeper': 6517,
'liaison': 10579,
'representative': 6785},
u'TQ6': {'consultant': 1152,
'coordinator': 3756,
'gatekeeper': 14103,
'liaison': 22424,
'representative': 15842},
u'CF38': {'consultant': 3814,
'coordinator': 2202,
'gatekeeper': 27770,
'liaison': 85013,
'representative': 26700},
u'CF39': {'consultant': 540,
'coordinator': 851,
'gatekeeper': 6328,
'liaison': 10194,
'representative': 7623},
u'DN55': {'consultant': 1030,
'coordinator': 2842,
'gatekeeper': 13239,
'liaison': 25539,
'representative': 15785},
u'CF37': {'consultant': 1616,
'coordinator': 1548,
'gatekeeper': 14599,
'liaison': 32673,
'representative': 15295},
u'CF34': {'consultant': 221,
'coordinator': 861,
'gatekeeper': 5013,
'liaison': 4082,
'representative': 4197},
u'CF35': {'consultant': 1112,
'coordinator': 1347,
'gatekeeper': 13916,
'liaison': 23562,
'representative': 10616},
u'CF32': {'consultant': 1877,
'coordinator': 1754,
'gatekeeper': 17848,
'liaison': 39041,
'representative': 17401},
u'CF33': {'consultant': 241,
'coordinator': 1200,
'gatekeeper': 4801,
'liaison': 4379,
'representative': 5348},
u'CF30': {'consultant': 4482,
'coordinator': 1444,
'gatekeeper': 26540,
'liaison': 98051,
'representative': 25278},
u'CF31': {'consultant': 3822,
'coordinator': 1954,
'gatekeeper': 24706,
'liaison': 78752,
'representative': 28438},
u'NW5': {'consultant': 19338,
'coordinator': 14001,
'gatekeeper': 120535,
'liaison': 374812,
'representative': 116988},
u'M5': {'consultant': 36133,
'coordinator': 39088,
'gatekeeper': 290020,
'liaison': 940623,
'representative': 291095},
u'M4': {'consultant': 2534,
'coordinator': 11208,
'gatekeeper': 42408,
'liaison': 61176,
'representative': 48311},
u'M7': {'consultant': 1639,
'coordinator': 13630,
'gatekeeper': 41864,
'liaison': 41635,
'representative': 39538},
u'M6': {'consultant': 1491,
'coordinator': 14643,
'gatekeeper': 38381,
'liaison': 33460,
'representative': 37795},
u'M1': {'consultant': 60906,
'coordinator': 46849,
'gatekeeper': 368781,
'liaison': 1426996,
'representative': 393567},
u'M3': {'consultant': 32898,
'coordinator': 46160,
'gatekeeper': 285936,
'liaison': 787443,
'representative': 272988},
u'M2': {'consultant': 44139,
'coordinator': 43100,
'gatekeeper': 323391,
'liaison': 1103568,
'representative': 327132},
u'M9': {'consultant': 773,
'coordinator': 8545,
'gatekeeper': 24494,
'liaison': 21815,
'representative': 23881},
u'M8': {'consultant': 980,
'coordinator': 6780,
'gatekeeper': 22944,
'liaison': 22630,
'representative': 24507},
u'NW3': {'consultant': 15953,
'coordinator': 11933,
'gatekeeper': 108915,
'liaison': 334142,
'representative': 104713},
u'M28': {'consultant': 4981,
'coordinator': 20648,
'gatekeeper': 79331,
'liaison': 115130,
'representative': 78758},
u'M29': {'consultant': 422,
'coordinator': 7329,
'gatekeeper': 18968,
'liaison': 14035,
'representative': 19656},
u'M24': {'consultant': 2731,
'coordinator': 10779,
'gatekeeper': 40381,
'liaison': 46768,
'representative': 38694},
u'M25': {'consultant': 3923,
'coordinator': 14212,
'gatekeeper': 58266,
'liaison': 85935,
'representative': 61177},
u'M26': {'consultant': 921,
'coordinator': 8357,
'gatekeeper': 23762,
'liaison': 19140,
'representative': 21254},
u'M27': {'consultant': 4007,
'coordinator': 19841,
'gatekeeper': 66270,
'liaison': 90906,
'representative': 70072},
u'M20': {'consultant': 10914,
'coordinator': 25695,
'gatekeeper': 130207,
'liaison': 271659,
'representative': 137346},
u'KA30': {'consultant': 110,
'coordinator': 4478,
'gatekeeper': 7000,
'liaison': 2176,
'representative': 6278},
u'M22': {'consultant': 3425,
'coordinator': 16691,
'gatekeeper': 61628,
'liaison': 85477,
'representative': 63322},
u'M23': {'consultant': 1254,
'coordinator': 9475,
'gatekeeper': 28230,
'liaison': 28535,
'representative': 29422},
u'AB41': {'consultant': 76,
'coordinator': 4684,
'gatekeeper': 6140,
'liaison': 2061,
'representative': 5951},
u'AB43': {'consultant': 61,
'coordinator': 4628,
'gatekeeper': 4270,
'liaison': 1153,
'representative': 4183},
u'AB42': {'consultant': 320,
'coordinator': 8786,
'gatekeeper': 15398,
'liaison': 8397,
'representative': 13477},
u'AB45': {'consultant': 24,
'coordinator': 1332,
'gatekeeper': 1217,
'liaison': 295,
'representative': 1261},
u'AB44': {'consultant': 3,
'coordinator': 1112,
'gatekeeper': 760,
'liaison': 64,
'representative': 454},
u'RH16': {'consultant': 6443,
'coordinator': 3140,
'gatekeeper': 31221,
'liaison': 121147,
'representative': 31183},
u'CM9': {'consultant': 3718,
'coordinator': 6660,
'gatekeeper': 31972,
'liaison': 69250,
'representative': 33483},
u'CM8': {'consultant': 8016,
'coordinator': 11721,
'gatekeeper': 65323,
'liaison': 168016,
'representative': 64475},
u'CM7': {'consultant': 179,
'coordinator': 1511,
'gatekeeper': 4033,
'liaison': 4210,
'representative': 3794},
u'CM6': {'consultant': 3143,
'coordinator': 6047,
'gatekeeper': 26215,
'liaison': 52242,
'representative': 25086},
u'CM5': {'consultant': 1303,
'coordinator': 2510,
'gatekeeper': 8875,
'liaison': 10710,
'representative': 7786},
u'CM4': {'consultant': 2065,
'coordinator': 4299,
'gatekeeper': 17292,
'liaison': 27824,
'representative': 17500},
u'CM3': {'consultant': 1431,
'coordinator': 4889,
'gatekeeper': 17148,
'liaison': 22032,
'representative': 14814},
u'CM2': {'consultant': 5424,
'coordinator': 7860,
'gatekeeper': 41771,
'liaison': 98118,
'representative': 42061},
u'CM1': {'consultant': 1150,
'coordinator': 2508,
'gatekeeper': 8683,
'liaison': 14012,
'representative': 10562},
u'CM0': {'consultant': 411,
'coordinator': 1926,
'gatekeeper': 6119,
'liaison': 6834,
'representative': 5627},
u'IP98': {'consultant': 348,
'coordinator': 4255,
'gatekeeper': 10617,
'liaison': 9163,
'representative': 9538},
u'ST14': {'consultant': 12009,
'coordinator': 4242,
'gatekeeper': 53281,
'liaison': 243217,
'representative': 54451},
u'BS23': {'consultant': 4060,
'coordinator': 10137,
'gatekeeper': 47702,
'liaison': 101102,
'representative': 51418},
u'BS22': {'consultant': 2812,
'coordinator': 10535,
'gatekeeper': 43913,
'liaison': 71435,
'representative': 41012},
u'BS21': {'consultant': 2274,
'coordinator': 10541,
'gatekeeper': 38896,
'liaison': 63440,
'representative': 38923},
u'BS20': {'consultant': 2735,
'coordinator': 10576,
'gatekeeper': 42919,
'liaison': 78125,
'representative': 44028},
u'BS27': {'consultant': 347,
'coordinator': 2193,
'gatekeeper': 7138,
'liaison': 10060,
'representative': 8552},
u'BS26': {'consultant': 19,
'coordinator': 832,
'gatekeeper': 1521,
'liaison': 729,
'representative': 1576},
u'BS25': {'consultant': 70,
'coordinator': 1213,
'gatekeeper': 3477,
'liaison': 2525,
'representative': 3118},
u'BS24': {'consultant': 409,
'coordinator': 4649,
'gatekeeper': 11446,
'liaison': 10942,
'representative': 12407},
u'BS29': {'consultant': 54,
'coordinator': 2332,
'gatekeeper': 2895,
'liaison': 1798,
'representative': 3911},
u'BS28': {'consultant': 62,
'coordinator': 659,
'gatekeeper': 1784,
'liaison': 1258,
'representative': 1959},
u'HA8': {'consultant': 6176,
'coordinator': 7989,
'gatekeeper': 53900,
'liaison': 121945,
'representative': 59876},
u'HA9': {'consultant': 56755,
'coordinator': 15788,
'gatekeeper': 233130,
'liaison': 1180984,
'representative': 236719},
u'PH14': {'consultant': 24,
'coordinator': 5465,
'gatekeeper': 5393,
'liaison': 1158,
'representative': 4502},
u'BS8': {'consultant': 152,
'coordinator': 1471,
'gatekeeper': 5408,
'liaison': 5162,
'representative': 4277},
u'BS9': {'consultant': 9377,
'coordinator': 9110,
'gatekeeper': 73908,
'liaison': 234907,
'representative': 68459},
u'BS4': {'consultant': 2055,
'coordinator': 7006,
'gatekeeper': 33222,
'liaison': 55345,
'representative': 29479},
u'BS5': {'consultant': 6907,
'coordinator': 9573,
'gatekeeper': 60792,
'liaison': 158631,
'representative': 57836},
u'BS6': {'consultant': 7076,
'coordinator': 10567,
'gatekeeper': 60810,
'liaison': 151390,
'representative': 61326},
u'BS7': {'consultant': 6139,
'coordinator': 10053,
'gatekeeper': 55293,
'liaison': 123921,
'representative': 52141},
u'BS1': {'consultant': 46686,
'coordinator': 25215,
'gatekeeper': 231356,
'liaison': 1049424,
'representative': 231745},
u'BS2': {'consultant': 5776,
'coordinator': 13789,
'gatekeeper': 69375,
'liaison': 160810,
'representative': 72797},
u'BS3': {'consultant': 8885,
'coordinator': 14125,
'gatekeeper': 73291,
'liaison': 184596,
'representative': 77557},
u'TA23': {'consultant': 4383,
'coordinator': 9242,
'gatekeeper': 46276,
'liaison': 103182,
'representative': 46449},
u'TA22': {'consultant': 44,
'coordinator': 515,
'gatekeeper': 1417,
'liaison': 938,
'representative': 1217},
u'SS11': {'consultant': 947,
'coordinator': 2129,
'gatekeeper': 8207,
'liaison': 10852,
'representative': 7881},
u'SS13': {'consultant': 2258,
'coordinator': 1975,
'gatekeeper': 11907,
'liaison': 23662,
'representative': 12081},
u'SS12': {'consultant': 4298,
'coordinator': 3235,
'gatekeeper': 21246,
'liaison': 47536,
'representative': 19641},
u'SS15': {'consultant': 4291,
'coordinator': 3769,
'gatekeeper': 21901,
'liaison': 48818,
'representative': 20230},
u'SS14': {'consultant': 4428,
'coordinator': 3912,
'gatekeeper': 24339,
'liaison': 63270,
'representative': 24701},
u'SS17': {'consultant': 4840,
'coordinator': 3783,
'gatekeeper': 22862,
'liaison': 63144,
'representative': 26814},
u'SS16': {'consultant': 3530,
'coordinator': 2813,
'gatekeeper': 19139,
'liaison': 45848,
'representative': 18581},
u'TA20': {'consultant': 353,
'coordinator': 4143,
'gatekeeper': 8000,
'liaison': 5634,
'representative': 8049},
u'GL8': {'consultant': 786,
'coordinator': 2061,
'gatekeeper': 8695,
'liaison': 12996,
'representative': 9663},
u'L37': {'consultant': 1543,
'coordinator': 12649,
'gatekeeper': 43518,
'liaison': 48810,
'representative': 44639},
u'L34': {'consultant': 137,
'coordinator': 5621,
'gatekeeper': 6693,
'liaison': 2305,
'representative': 6730},
u'L35': {'consultant': 1245,
'coordinator': 16631,
'gatekeeper': 42629,
'liaison': 39397,
'representative': 43179},
u'L32': {'consultant': 502,
'coordinator': 10707,
'gatekeeper': 21757,
'liaison': 14384,
'representative': 21790},
u'L33': {'consultant': 105,
'coordinator': 5682,
'gatekeeper': 8457,
'liaison': 3304,
'representative': 8598},
u'TD7': {'consultant': 404,
'coordinator': 3293,
'gatekeeper': 8961,
'liaison': 8608,
'representative': 10982},
u'L31': {'consultant': 512,
'coordinator': 8214,
'gatekeeper': 20855,
'liaison': 14822,
'representative': 20695},
u'CV36': {'consultant': 907,
'coordinator': 863,
'gatekeeper': 8255,
'liaison': 21591,
'representative': 7185},
u'KY16': {'consultant': 1787,
'coordinator': 25655,
'gatekeeper': 65106,
'liaison': 51258,
'representative': 60314},
u'KY15': {'consultant': 97,
'coordinator': 7737,
'gatekeeper': 8910,
'liaison': 2864,
'representative': 9033},
u'KY14': {'consultant': 58,
'coordinator': 4194,
'gatekeeper': 4892,
'liaison': 1403,
'representative': 4615},
u'CV32': {'consultant': 13445,
'coordinator': 5603,
'gatekeeper': 70996,
'liaison': 298722,
'representative': 77791},
u'CV33': {'consultant': 12839,
'coordinator': 5371,
'gatekeeper': 56113,
'liaison': 192126,
'representative': 57502},
u'KY11': {'consultant': 3327,
'coordinator': 34477,
'gatekeeper': 95394,
'liaison': 89162,
'representative': 87333},
u'CV31': {'consultant': 3451,
'coordinator': 2655,
'gatekeeper': 24976,
'liaison': 67973,
'representative': 26605},
u'CT16': {'consultant': 13033,
'coordinator': 3694,
'gatekeeper': 54611,
'liaison': 293861,
'representative': 52383},
u'CT17': {'consultant': 9610,
'coordinator': 2727,
'gatekeeper': 36242,
'liaison': 209125,
'representative': 39965},
u'CT14': {'consultant': 30474,
'coordinator': 5156,
'gatekeeper': 79573,
'liaison': 599991,
'representative': 91243},
u'CT15': {'consultant': 438,
'coordinator': 405,
'gatekeeper': 3650,
'liaison': 8756,
'representative': 4234},
u'CT12': {'consultant': 223,
'coordinator': 322,
'gatekeeper': 2501,
'liaison': 3511,
'representative': 2236},
u'CT13': {'consultant': 553,
'coordinator': 489,
'gatekeeper': 3511,
'liaison': 7488,
'representative': 4204},
u'CT10': {'consultant': 4921,
'coordinator': 1490,
'gatekeeper': 18261,
'liaison': 71968,
'representative': 18229},
u'CT11': {'consultant': 2318,
'coordinator': 1831,
'gatekeeper': 14005,
'liaison': 41848,
'representative': 14557},
u'CT18': {'consultant': 8939,
'coordinator': 2621,
'gatekeeper': 33909,
'liaison': 148209,
'representative': 30307},
u'CT19': {'consultant': 2258,
'coordinator': 1652,
'gatekeeper': 13761,
'liaison': 42417,
'representative': 14201},
u'LL53': {'consultant': 1062,
'coordinator': 14812,
'gatekeeper': 28188,
'liaison': 26164,
'representative': 29915},
u'LL52': {'consultant': 353,
'coordinator': 3099,
'gatekeeper': 6232,
'liaison': 6726,
'representative': 7891},
u'PA10': {'consultant': 6,
'coordinator': 1791,
'gatekeeper': 1245,
'liaison': 116,
'representative': 1053},
u'PA11': {'consultant': 105,
'coordinator': 1952,
'gatekeeper': 5332,
'liaison': 2243,
'representative': 4709},
u'LL57': {'consultant': 1502,
'coordinator': 13497,
'gatekeeper': 34644,
'liaison': 42191,
'representative': 35177},
u'LL56': {'consultant': 861,
'coordinator': 6089,
'gatekeeper': 19858,
'liaison': 29273,
'representative': 20278},
u'LL55': {'consultant': 984,
'coordinator': 6649,
'gatekeeper': 18890,
'liaison': 23228,
'representative': 17239},
u'PA15': {'consultant': 363,
'coordinator': 15901,
'gatekeeper': 24008,
'liaison': 10240,
'representative': 23400},
u'TF5': {'consultant': 1165,
'coordinator': 3879,
'gatekeeper': 14780,
'liaison': 19909,
'representative': 14350},
u'TF4': {'consultant': 1298,
'coordinator': 4589,
'gatekeeper': 16627,
'liaison': 20246,
'representative': 14897},
u'PA18': {'consultant': 15,
'coordinator': 1695,
'gatekeeper': 2072,
'liaison': 293,
'representative': 1164},
u'TF6': {'consultant': 424,
'coordinator': 1346,
'gatekeeper': 4979,
'liaison': 5949,
'representative': 4258},
u'TF1': {'consultant': 2378,
'coordinator': 7254,
'gatekeeper': 29950,
'liaison': 54865,
'representative': 33541},
u'TF3': {'consultant': 6337,
'coordinator': 9572,
'gatekeeper': 55307,
'liaison': 131221,
'representative': 57723},
u'TF2': {'consultant': 2208,
'coordinator': 6608,
'gatekeeper': 26244,
'liaison': 40159,
'representative': 27043},
u'LA23': {'consultant': 6016,
'coordinator': 21200,
'gatekeeper': 87087,
'liaison': 155723,
'representative': 87347},
u'LA22': {'consultant': 6014,
'coordinator': 16431,
'gatekeeper': 74822,
'liaison': 156166,
'representative': 78559},
u'BH17': {'consultant': 2335,
'coordinator': 2840,
'gatekeeper': 17751,
'liaison': 48559,
'representative': 19176},
u'BH16': {'consultant': 1618,
'coordinator': 1540,
'gatekeeper': 9934,
'liaison': 26921,
'representative': 11483},
u'BH11': {'consultant': 591,
'coordinator': 1261,
'gatekeeper': 5453,
'liaison': 8434,
'representative': 5822},
u'BH10': {'consultant': 287,
'coordinator': 1411,
'gatekeeper': 4946,
'liaison': 5936,
'representative': 5279},
u'BH13': {'consultant': 1144,
'coordinator': 2660,
'gatekeeper': 8408,
'liaison': 14966,
'representative': 9894},
u'BH12': {'consultant': 1600,
'coordinator': 3082,
'gatekeeper': 15143,
'liaison': 31390,
'representative': 15336},
u'S35': {'consultant': 4163,
'coordinator': 7277,
'gatekeeper': 39521,
'liaison': 76660,
'representative': 38878},
u'S36': {'consultant': 2011,
'coordinator': 3817,
'gatekeeper': 21579,
'liaison': 42293,
'representative': 24138},
u'BH19': {'consultant': 4471,
'coordinator': 4662,
'gatekeeper': 24807,
'liaison': 58794,
'representative': 21768},
u'BH18': {'consultant': 3167,
'coordinator': 3701,
'gatekeeper': 21583,
'liaison': 53672,
'representative': 20357},
u'S33': {'consultant': 3200,
'coordinator': 1622,
'gatekeeper': 16975,
'liaison': 46143,
'representative': 15748},
u'S32': {'consultant': 1042,
'coordinator': 1590,
'gatekeeper': 9956,
'liaison': 17390,
'representative': 8633},
u'ST4': {'consultant': 26868,
'coordinator': 8465,
'gatekeeper': 104639,
'liaison': 456164,
'representative': 104878},
u'ST5': {'consultant': 14204,
'coordinator': 4743,
'gatekeeper': 54505,
'liaison': 198894,
'representative': 50242},
u'ST6': {'consultant': 4960,
'coordinator': 2262,
'gatekeeper': 23751,
'liaison': 65534,
'representative': 20158},
u'ST7': {'consultant': 20108,
'coordinator': 4136,
'gatekeeper': 56805,
'liaison': 263168,
'representative': 58701},
u'ST1': {'consultant': 22960,
'coordinator': 7462,
'gatekeeper': 91982,
'liaison': 432400,
'representative': 90972},
u'ST2': {'consultant': 1744,
'coordinator': 783,
'gatekeeper': 5741,
'liaison': 15141,
'representative': 6591},
u'ST3': {'consultant': 3663,
'coordinator': 2535,
'gatekeeper': 20222,
'liaison': 53722,
'representative': 21097},
u'ST8': {'consultant': 1880,
'coordinator': 400,
'gatekeeper': 4774,
'liaison': 14606,
'representative': 4634},
u'ST9': {'consultant': 460,
'coordinator': 447,
'gatekeeper': 3098,
'liaison': 6882,
'representative': 2736},
u'TS10': {'consultant': 933,
'coordinator': 897,
'gatekeeper': 8335,
'liaison': 14435,
'representative': 8898},
u'TS11': {'consultant': 460,
'coordinator': 691,
'gatekeeper': 5523,
'liaison': 8807,
'representative': 6181},
u'TS12': {'consultant': 1228,
'coordinator': 1180,
'gatekeeper': 12355,
'liaison': 23762,
'representative': 11952},
u'TS13': {'consultant': 404,
'coordinator': 144,
'gatekeeper': 1899,
'liaison': 3948,
'representative': 2061},
u'TS14': {'consultant': 777,
'coordinator': 932,
'gatekeeper': 8295,
'liaison': 14077,
'representative': 7238},
u'TS15': {'consultant': 2341,
'coordinator': 1548,
'gatekeeper': 20942,
'liaison': 47794,
'representative': 19555},
u'TS16': {'consultant': 701,
'coordinator': 1011,
'gatekeeper': 10031,
'liaison': 16469,
'representative': 9500},
u'TS17': {'consultant': 2587,
'coordinator': 2613,
'gatekeeper': 25127,
'liaison': 49779,
'representative': 22738},
u'TS18': {'consultant': 2944,
'coordinator': 2361,
'gatekeeper': 28448,
'liaison': 62654,
'representative': 26175},
u'TS19': {'consultant': 1031,
'coordinator': 1267,
'gatekeeper': 12781,
'liaison': 19340,
'representative': 11461},
u'BD97': {'consultant': 2190,
'coordinator': 3219,
'gatekeeper': 23077,
'liaison': 41624,
'representative': 22524},
u'WC2': {'consultant': 180645,
'coordinator': 17485,
'gatekeeper': 442421,
'liaison': 3514449,
'representative': 443731},
u'BA6': {'consultant': 885,
'coordinator': 4810,
'gatekeeper': 16192,
'liaison': 18664,
'representative': 15235},
u'BA7': {'consultant': 553,
'coordinator': 3755,
'gatekeeper': 8368,
'liaison': 6865,
'representative': 8741},
u'BA4': {'consultant': 2724,
'coordinator': 6189,
'gatekeeper': 26265,
'liaison': 46166,
'representative': 28213},
u'BA5': {'consultant': 1004,
'coordinator': 4737,
'gatekeeper': 17013,
'liaison': 21716,
'representative': 17135},
u'BA2': {'consultant': 3119,
'coordinator': 6370,
'gatekeeper': 29457,
'liaison': 54174,
'representative': 28979},
u'BA3': {'consultant': 2332,
'coordinator': 7071,
'gatekeeper': 27070,
'liaison': 36219,
'representative': 24936},
u'BA1': {'consultant': 57393,
'coordinator': 24989,
'gatekeeper': 249920,
'liaison': 1232619,
'representative': 251304},
u'BA8': {'consultant': 240,
'coordinator': 450,
'gatekeeper': 1938,
'liaison': 1927,
'representative': 1771},
u'BA9': {'consultant': 382,
'coordinator': 2072,
'gatekeeper': 5700,
'liaison': 4402,
'representative': 4846},
u'BT77': {'consultant': 6,
'coordinator': 234,
'gatekeeper': 513,
'liaison': 108,
'representative': 429},
u'BT76': {'consultant': 0,
'coordinator': 95,
'gatekeeper': 114,
'liaison': 12,
'representative': 151},
u'BN51': {'consultant': 1397,
'coordinator': 833,
'gatekeeper': 6865,
'liaison': 20196,
'representative': 8023},
u'BN50': {'consultant': 59724,
'coordinator': 7497,
'gatekeeper': 134930,
'liaison': 1057642,
'representative': 134405},
u'BT71': {'consultant': 56,
'coordinator': 747,
'gatekeeper': 2984,
'liaison': 1531,
'representative': 3345},
u'BT70': {'consultant': 6,
'coordinator': 281,
'gatekeeper': 1132,
'liaison': 315,
'representative': 927},
u'BT79': {'consultant': 16,
'coordinator': 305,
'gatekeeper': 1200,
'liaison': 530,
'representative': 1343},
u'BT78': {'consultant': 67,
'coordinator': 550,
'gatekeeper': 3304,
'liaison': 2121,
'representative': 2776},
u'RH9': {'consultant': 4450,
'coordinator': 1636,
'gatekeeper': 14372,
'liaison': 49557,
'representative': 13370},
u'RH8': {'consultant': 4857,
'coordinator': 2107,
'gatekeeper': 17476,
'liaison': 69099,
'representative': 18968},
u'RH1': {'consultant': 27761,
'coordinator': 6025,
'gatekeeper': 80192,
'liaison': 478195,
'representative': 83281},
u'RH3': {'consultant': 1331,
'coordinator': 772,
'gatekeeper': 7814,
'liaison': 19035,
'representative': 8736},
u'RH2': {'consultant': 10376,
'coordinator': 2088,
'gatekeeper': 24011,
'liaison': 128871,
'representative': 29432},
u'RH5': {'consultant': 920,
'coordinator': 853,
'gatekeeper': 5985,
'liaison': 10373,
'representative': 5470},
u'RH4': {'consultant': 4987,
'coordinator': 2770,
'gatekeeper': 23979,
'liaison': 63042,
'representative': 24257},
u'RH7': {'consultant': 2276,
'coordinator': 1188,
'gatekeeper': 7569,
'liaison': 20722,
'representative': 7835},
u'RH6': {'consultant': 99649,
'coordinator': 8737,
'gatekeeper': 195291,
'liaison': 2068450,
'representative': 204984},
u'KA3': {'consultant': 167,
'coordinator': 7334,
'gatekeeper': 10585,
'liaison': 3389,
'representative': 9451},
u'KA2': {'consultant': 17,
'coordinator': 3798,
'gatekeeper': 3470,
'liaison': 648,
'representative': 3166},
u'KA1': {'consultant': 681,
'coordinator': 21692,
'gatekeeper': 32634,
'liaison': 15471,
'representative': 35303},
u'KA7': {'consultant': 529,
'coordinator': 14844,
'gatekeeper': 24044,
'liaison': 13118,
'representative': 26358},
u'KA6': {'consultant': 126,
'coordinator': 3261,
'gatekeeper': 5808,
'liaison': 2397,
'representative': 5722},
u'KA5': {'consultant': 22,
'coordinator': 2164,
'gatekeeper': 2060,
'liaison': 408,
'representative': 1523},
u'KA4': {'consultant': 10,
'coordinator': 3226,
'gatekeeper': 1471,
'liaison': 205,
'representative': 1998},
u'TR24': {'consultant': 45,
'coordinator': 3,
'gatekeeper': 82,
'liaison': 738,
'representative': 55},
u'W1F': {'consultant': 109624,
'coordinator': 17485,
'gatekeeper': 340544,
'liaison': 2236569,
'representative': 343285},
u'KA9': {'consultant': 225,
'coordinator': 12003,
'gatekeeper': 15790,
'liaison': 6574,
'representative': 16213},
u'KA8': {'consultant': 759,
'coordinator': 13552,
'gatekeeper': 32141,
'liaison': 16682,
'representative': 24895},
u'W1C': {'consultant': 20731,
'coordinator': 15682,
'gatekeeper': 126069,
'liaison': 392930,
'representative': 125534},
u'TR21': {'consultant': 1,
'coordinator': 0,
'gatekeeper': 11,
'liaison': 75,
'representative': 13},
u'W1A': {'consultant': 76145,
'coordinator': 17205,
'gatekeeper': 273748,
'liaison': 1493703,
'representative': 271043},
u'TR23': {'consultant': 176,
'coordinator': 0,
'gatekeeper': 195,
'liaison': 2761,
'representative': 336},
u'LE87': {'consultant': 8060,
'coordinator': 2996,
'gatekeeper': 36364,
'liaison': 183566,
'representative': 35592},
u'HR9': {'consultant': 4147,
'coordinator': 854,
'gatekeeper': 12917,
'liaison': 87531,
'representative': 15102},
u'HR8': {'consultant': 752,
'coordinator': 1519,
'gatekeeper': 7017,
'liaison': 13663,
'representative': 7499},
u'HR5': {'consultant': 1183,
'coordinator': 744,
'gatekeeper': 7410,
'liaison': 25665,
'representative': 5838},
u'HR4': {'consultant': 1254,
'coordinator': 1254,
'gatekeeper': 8579,
'liaison': 31324,
'representative': 9778},
u'HR7': {'consultant': 170,
'coordinator': 693,
'gatekeeper': 2448,
'liaison': 3364,
'representative': 3052},
u'HR6': {'consultant': 920,
'coordinator': 3099,
'gatekeeper': 11635,
'liaison': 23129,
'representative': 13198},
u'HR1': {'consultant': 12993,
'coordinator': 7426,
'gatekeeper': 71341,
'liaison': 305393,
'representative': 75695},
u'HR3': {'consultant': 155,
'coordinator': 163,
'gatekeeper': 1166,
'liaison': 3332,
'representative': 1183},
u'HR2': {'consultant': 985,
'coordinator': 810,
'gatekeeper': 5669,
'liaison': 20459,
'representative': 6272},
u'WC1': {'consultant': 138245,
'coordinator': 17142,
'gatekeeper': 369933,
'liaison': 2758100,
'representative': 404979},
u'BT75': {'consultant': 2,
'coordinator': 220,
'gatekeeper': 770,
'liaison': 231,
'representative': 613},
u'YO13': {'consultant': 282,
'coordinator': 1283,
'gatekeeper': 4933,
'liaison': 6393,
'representative': 4822},
u'YO12': {'consultant': 3944,
'coordinator': 9382,
'gatekeeper': 48353,
'liaison': 94946,
'representative': 47436},
u'YO11': {'consultant': 4322,
'coordinator': 9163,
'gatekeeper': 44774,
'liaison': 97400,
'representative': 49672},
u'YO10': {'consultant': 11866,
'coordinator': 13360,
'gatekeeper': 94456,
'liaison': 259785,
'representative': 92305},
u'YO17': {'consultant': 1152,
'coordinator': 3188,
'gatekeeper': 18982,
'liaison': 33794,
'representative': 18611},
u'YO16': {'consultant': 183,
'coordinator': 2485,
'gatekeeper': 5013,
'liaison': 3128,
'representative': 4544},
u'YO15': {'consultant': 1858,
'coordinator': 9189,
'gatekeeper': 28594,
'liaison': 42734,
'representative': 34585},
u'YO14': {'consultant': 1411,
'coordinator': 6206,
'gatekeeper': 20514,
'liaison': 28689,
'representative': 22710},
u'YO19': {'consultant': 282,
'coordinator': 2600,
'gatekeeper': 6679,
'liaison': 5718,
'representative': 7059},
u'YO18': {'consultant': 1125,
'coordinator': 4444,
'gatekeeper': 17633,
'liaison': 25946,
'representative': 17682},
u'SY19': {'consultant': 183,
'coordinator': 185,
'gatekeeper': 742,
'liaison': 1483,
'representative': 712},
u'SY18': {'consultant': 508,
'coordinator': 124,
'gatekeeper': 1434,
'liaison': 4046,
'representative': 1433},
u'IP31': {'consultant': 402,
'coordinator': 4192,
'gatekeeper': 10138,
'liaison': 10898,
'representative': 11677},
u'AL10': {'consultant': 25217,
'coordinator': 12330,
'gatekeeper': 125365,
'liaison': 439464,
'representative': 124577},
u'BB18': {'consultant': 449,
'coordinator': 1549,
'gatekeeper': 5529,
'liaison': 5379,
'representative': 6168},
u'W14': {'consultant': 57630,
'coordinator': 16122,
'gatekeeper': 234874,
'liaison': 1166847,
'representative': 229012},
u'W13': {'consultant': 6144,
'coordinator': 6802,
'gatekeeper': 49270,
'liaison': 115717,
'representative': 51956},
u'W12': {'consultant': 39351,
'coordinator': 16137,
'gatekeeper': 177706,
'liaison': 735868,
'representative': 180693},
u'W11': {'consultant': 27309,
'coordinator': 13734,
'gatekeeper': 135107,
'liaison': 505567,
'representative': 144444},
u'W10': {'consultant': 30306,
'coordinator': 16405,
'gatekeeper': 154148,
'liaison': 565454,
'representative': 154580},
u'TR27': {'consultant': 1305,
'coordinator': 5213,
'gatekeeper': 17054,
'liaison': 23164,
'representative': 19665},
u'G40': {'consultant': 6919,
'coordinator': 24485,
'gatekeeper': 115269,
'liaison': 181694,
'representative': 114521},
u'G41': {'consultant': 396,
'coordinator': 18545,
'gatekeeper': 26038,
'liaison': 9675,
'representative': 26369},
u'G42': {'consultant': 998,
'coordinator': 28560,
'gatekeeper': 46530,
'liaison': 24584,
'representative': 44796},
u'G43': {'consultant': 153,
'coordinator': 8565,
'gatekeeper': 10681,
'liaison': 3401,
'representative': 12659},
u'G44': {'consultant': 209,
'coordinator': 9588,
'gatekeeper': 11360,
'liaison': 3381,
'representative': 12103},
u'G45': {'consultant': 30,
'coordinator': 3846,
'gatekeeper': 2521,
'liaison': 343,
'representative': 3264},
u'G46': {'consultant': 347,
'coordinator': 12252,
'gatekeeper': 19885,
'liaison': 7589,
'representative': 18432},
u'SA33': {'consultant': 153,
'coordinator': 1592,
'gatekeeper': 4892,
'liaison': 4001,
'representative': 4304},
u'TQ4': {'consultant': 659,
'coordinator': 5984,
'gatekeeper': 19053,
'liaison': 19666,
'representative': 16406},
u'OX8': {'consultant': 446,
'coordinator': 705,
'gatekeeper': 3633,
'liaison': 9842,
'representative': 4060},
u'OX9': {'consultant': 5463,
'coordinator': 4776,
'gatekeeper': 33503,
'liaison': 116946,
'representative': 31838},
u'TQ5': {'consultant': 1369,
'coordinator': 3885,
'gatekeeper': 16070,
'liaison': 28551,
'representative': 18418},
u'OX4': {'consultant': 41267,
'coordinator': 15540,
'gatekeeper': 168027,
'liaison': 925153,
'representative': 158448},
u'DN21': {'consultant': 4981,
'coordinator': 1214,
'gatekeeper': 12297,
'liaison': 60909,
'representative': 13338},
u'DN22': {'consultant': 16540,
'coordinator': 1843,
'gatekeeper': 39001,
'liaison': 306735,
'representative': 37042},
u'OX7': {'consultant': 4178,
'coordinator': 2489,
'gatekeeper': 18568,
'liaison': 87895,
'representative': 21989},
u'OX1': {'consultant': 34969,
'coordinator': 15603,
'gatekeeper': 147710,
'liaison': 771879,
'representative': 151844},
u'OX2': {'consultant': 15754,
'coordinator': 9905,
'gatekeeper': 81234,
'liaison': 356793,
'representative': 82138},
u'OX3': {'consultant': 10673,
'coordinator': 7704,
'gatekeeper': 52369,
'liaison': 210443,
'representative': 55660},
u'CA17': {'consultant': 957,
'coordinator': 2875,
'gatekeeper': 12753,
'liaison': 21194,
'representative': 10622},
u'EN2': {'consultant': 6224,
'coordinator': 5014,
'gatekeeper': 40658,
'liaison': 98082,
'representative': 37862},
u'EN3': {'consultant': 7036,
'coordinator': 7588,
'gatekeeper': 45496,
'liaison': 98025,
'representative': 47001},
...}
In [12]:
type(G_tmp_3)
Out[12]:
networkx.classes.digraph.DiGraph
In [13]:
nx.write_gpickle(G_tmp_3, "./networks/twitter_geo_directed.gpickle")
In [ ]:
Content source: danjamker/DiffusionSimulation
Similar notebooks: