CINXE.COM

TM Places

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link rel="icon" href="../img/favicon.ico"/> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta name="generator" content="Adobe GoLive" /> <meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1"> <title>TM Places</title> <!--Stylesheets and fonts--> <link href="/geo/css/layout.css" rel="stylesheet" type="text/css" media="all" /> <link href="/css/layout_head_foot.css" rel="stylesheet" type="text/css" media="all" /> <link href="/css/biscuit_notification.css" rel="stylesheet" type="text/css" media="all" /> <link rel="stylesheet" href="https://unpkg.com/leaflet@1.0.3/dist/leaflet.css" /> <!-- Scripts--> <script src="../js/jquery-3.1.1.min.js"></script> <script src="../js/resp_header.js"></script> <script src="../js/deliciousmunchies_warning.js"></script> <!-- Script for Google Piecharts--> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript"> google.charts.load('current', {'packages':['corechart']}); google.charts.load('current', {'packages':['table']}); google.charts.setOnLoadCallback(drawFirstChart); google.charts.setOnLoadCallback(drawSecondChart); google.charts.setOnLoadCallback(drawThirdChart); google.charts.setOnLoadCallback(drawFourthChart); // Chart 1: Language function drawFirstChart() { var data1 = google.visualization.arrayToDataTable([ ['Language', 'Frequency', 'Finetune_material'], ['Subscribe for charts',1,'../registration.php'], ]); var charttype = " 1 "; if (charttype==1) { var chart1 = new google.visualization.PieChart(document.getElementById('googlechart')); google.visualization.events.addListener(chart1, 'select', myClickHandler); var options1 = { legend: 'none', pieSliceText: 'label', width: '85%', height: '85%', chartArea: {'width': '80%', 'height': '80%'}, legend: {'position': 'bottom', pagingTextStyle: {color: '#6666cc'}, scrollArrows:{ activeColor: '#6666cc', inactiveColor:'#e0e0f4'} }, backgroundColor: {fill:'transparent'}, pieSliceBorderColor: 'transparent', colors: ['#6666cc', '#8484d6', '#a3a3e0', '#47478e', '#333366', '#e0e0f4'] }; } if (charttype==2) { var chart1 = new google.visualization.Table(document.getElementById('googlechart')); google.visualization.events.addListener(chart1, 'select', myClickHandler); var language = " "; if (language!=" ") { var options1 = { width: '85%', height: '75px', }; } else { var options1 = { width: '85%', height: '110px', }; } } var view1 = new google.visualization.DataView(data1); view1.setColumns([0,1]); chart1.draw(view1, options1); function myClickHandler(){ var link1 = data1.getValue(chart1.getSelection()[0]['row'],2); // Change the current site location.href = link1; } } // Chart 2: Material function drawSecondChart() { var data2 = google.visualization.arrayToDataTable([ ['Material', 'Frequency', 'Finetune_date'], ['Subscribe for charts',1,'../registration.php'], ]); var charttype = " 1 "; if (charttype==1) { var chart2 = new google.visualization.PieChart(document.getElementById('googlechart2')); google.visualization.events.addListener(chart2, 'select', myClickHandler); var options2 = { pieSliceText: 'label', width: '85%', height: '85%', chartArea: {'width': '80%', 'height': '80%'}, legend: {'position': 'bottom', pagingTextStyle: {color: '#6666cc'}, scrollArrows:{ activeColor: '#6666cc', inactiveColor:'#e0e0f4'} }, backgroundColor: {fill:'transparent'}, pieSliceBorderColor: 'transparent', colors: ['#6666cc', '#8484d6', '#a3a3e0', '#47478e', '#333366', '#e0e0f4'] }; } if (charttype==2) { var chart2 = new google.visualization.Table(document.getElementById('googlechart2')); google.visualization.events.addListener(chart2, 'select', myClickHandler); var material = " "; if (material !=" ") { var options2 = { width: '85%', height: '75px', }; } else { var options2 = { width: '85%', height: '110px', }; } } var view2 = new google.visualization.DataView(data2); view2.setColumns([0,1]); chart2.draw(view2, options2); function myClickHandler(){ var link2 = data2.getValue(chart2.getSelection()[0]['row'],2); // Change the current site location.href = link2; } } // Chart 3: weighed dates function drawThirdChart() { var data3 = google.visualization.arrayToDataTable([ ['Name Standard', 'Frequency'], [-102,28.602067494],[-88,21.083159884],[-99,29.315700334],[-113,19.766517194],[-131,7.070303494],[-109,24.628741194],[-134,8.619944594],[-133,13.119944594],[-161,5.944189404],[-154,5.822922604],[-140,11.845641934],[-136,13.804708134],[-103,32.102067494],[-110,21.095408194],[-98,22.615700334],[-111,19.535724294],[-129,9.374002194],[-108,25.344650294],[-107,25.748221294],[-106,18.898221294],[-105,12.698221294],[-104,23.748221294],[-101,23.923496094],[-100,26.635206624],[-94,18.067487634],[-150,11.677552174],[-97,13.174791234],[-96,12.427568634],[-95,19.081980434],[-93,19.069638434],[-92,15.409540034],[-91,15.734834134],[-90,16.080987934],[-89,15.523431084],[-87,2.245797044],[-86,2.245797044],[-85,2.245797044],[-84,2.245797044],[-83,2.245797044],[-82,2.245797044],[-81,2.245797044],[-80,2.322608644],[-79,2.303000844],[-78,2.303000844],[-77,2.303000844],[-76,2.303000844],[-75,2.303000844],[-74,2.303000844],[-73,2.303000844],[-72,2.303000844],[-71,2.303000844],[-70,2.303000844],[-69,2.103001044],[-68,2.103001044],[-67,2.103001044],[-66,2.103001044],[-65,2.103001044],[-64,2.103001044],[-63,2.103001044],[-62,2.103001044],[-61,2.073589244],[-60,2.073589244],[-59,2.073589244],[-58,2.073589244],[-57,2.030110944],[-56,2.030110944],[-55,2.030110944],[-54,2.030110944],[-53,2.030110944],[-52,2.030110944],[-51,2.030110944],[-50,2.006777644],[-49,1.977074674],[-48,1.977074674],[-47,1.977074674],[-46,1.977074674],[-45,1.977074674],[-44,1.977074674],[-43,1.977074674],[-42,1.977074674],[-41,1.977074674],[-40,1.977074674],[-39,1.977074674],[-38,1.977074674],[-37,1.977074674],[-36,1.977074674],[-35,1.977074674],[-34,1.977074674],[-33,1.977074674],[-32,1.977074674],[-31,1.977074674],[-30,2.031214744],[-29,0.336415144],[-28,0.336415144],[-27,0.336415144],[-26,0.336415144],[-25,0.336415144],[-24,0.336415144],[-23,0.336415144],[-22,0.336415144],[-21,0.336415144],[-20,0.336415144],[-19,0.336415144],[-18,0.336415144],[-17,0.336415144],[-16,0.336415144],[-15,0.336415144],[-14,0.336415144],[-13,0.336415144],[-12,0.336415144],[-11,0.336415144],[-10,0.336415144],[-9,0.336415144],[-8,0.336415144],[-7,0.336415144],[-6,0.336415144],[-5,0.336415144],[-4,0.336415144],[-3,0.336415144],[-2,0.336415144],[-1,0.336415144],[-123,13.324725694],[-141,6.463611134],[-128,6.374002194],[-145,7.782292634],[-144,9.282292634],[-143,5.687970134],[-142,6.187970134],[-199,3.154198804],[-198,3.154198804],[-197,3.154198804],[-196,3.154198804],[-195,3.154198804],[-194,3.154198804],[-193,3.194198804],[-192,3.194198804],[-191,3.194198804],[-190,3.194198804],[-189,3.194198804],[-188,3.694198804],[-187,3.694198804],[-186,4.254400804],[-185,3.254400804],[-184,4.254400804],[-183,3.254400804],[-182,3.254400804],[-181,4.421067804],[-180,4.133655204],[-179,4.095193704],[-178,5.672116804],[-177,3.672116804],[-176,4.957830904],[-175,5.091163804],[-174,7.551163804],[-173,5.628086904],[-172,5.101771104],[-171,7.101771104],[-170,5.101771104],[-169,4.919952904],[-168,3.963286204],[-167,4.296619204],[-166,4.296619204],[-165,4.219696104],[-164,5.719696504],[-163,6.484189404],[-162,5.984189404],[-160,4.867266304],[-159,4.381972204],[-158,4.881972204],[-157,8.896678104],[-156,4.967191004],[-155,3.515230204],[-153,5.643435404],[-152,7.560101704],[-151,5.726768304],[-149,5.787825734],[-148,5.787825734],[-147,4.864748834],[-146,4.948082134],[-139,10.303975334],[-138,5.720642034],[-137,8.345642034],[-135,10.814142094],[-132,8.642671894],[-130,5.589911294],[-127,8.874002194],[-126,8.936680194],[-125,8.657327894],[-124,10.859982094],[-122,8.324725694],[-121,8.824725694],[-120,7.445937694],[-119,8.933437694],[-118,11.100104694],[-117,9.600104694],[-116,12.776452494],[-115,12.488739394],[-114,17.766517194],[-112,15.035724294],[-299,0.841540974],[-298,0.841540974],[-297,0.841540974],[-296,0.841540974],[-295,0.841540974],[-294,0.841540974],[-293,0.841540974],[-292,0.841540974],[-291,0.841540974],[-290,0.841540974],[-289,0.841540974],[-288,0.841540974],[-287,0.841540974],[-286,0.841540974],[-285,0.841540974],[-284,0.841540974],[-283,0.841540974],[-282,0.841540974],[-281,0.841540974],[-280,0.841540974],[-279,0.841540974],[-278,0.841540974],[-277,0.841540974],[-276,0.841540974],[-275,0.841540974],[-274,0.841540974],[-273,0.841540974],[-272,0.841540974],[-271,0.841540974],[-270,0.841540974],[-269,0.841540974],[-268,0.841540974],[-267,0.841540974],[-266,0.841540974],[-265,0.841540974],[-264,0.841540974],[-263,0.841540974],[-262,0.847255264],[-261,0.853069214],[-260,1.853069214],[-259,0.853069214],[-258,0.853069214],[-257,0.853069214],[-256,0.853069214],[-255,0.853069214],[-254,0.853069214],[-253,0.853069214],[-252,0.853069214],[-251,0.853069214],[-250,0.853069214],[-249,0.853069214],[-248,0.853069214],[-247,0.853069214],[-246,0.853069214],[-245,0.853069214],[-244,0.853069214],[-243,0.853069214],[-242,0.853069214],[-241,0.853069214],[-240,0.853069214],[-239,0.853069214],[-238,0.853069214],[-237,0.853069214],[-236,0.853069214],[-235,0.853069214],[-234,0.853069214],[-233,0.853069214],[-232,0.853069214],[-231,0.853069214],[-230,1.853069214],[-229,0.853069214],[-228,0.853069214],[-227,0.853069214],[-226,0.853069214],[-225,0.853069214],[-224,1.853069214],[-223,0.853069214],[-222,0.853069214],[-221,0.853069214],[-220,0.853069214],[-219,0.853069214],[-218,0.853069214],[-217,0.853069214],[-216,0.853069214],[-215,0.853069214],[-214,0.853069214],[-213,0.853069214],[-212,0.853069214],[-211,0.853069214],[-210,0.879385014],[-209,0.879385014],[-208,1.879385014],[-207,0.879385014],[-206,0.879385014],[-205,0.917846514],[-204,2.917846514],[-203,1.917846514],[-202,0.917846514],[-201,0.917846514],[-200,0.917846514],[1,0.130029634],[2,0.130029634],[3,0.130029634],[4,0.130029634],[5,0.130029634],[6,0.130029634],[7,0.130029634],[8,0.130029634],[9,0.130029634],[10,0.130029634],[11,0.130029634],[12,0.130029634],[13,0.130029634],[14,0.130029634],[15,0.130029634],[16,0.130029634],[17,0.130029634],[18,0.130029634],[19,0.130029634],[20,0.130029634],[21,0.130029634],[22,0.130029634],[23,0.130029634],[24,0.130029634],[25,0.130029634],[26,0.130029634],[27,0.130029634],[28,0.130029634],[29,0.130029634],[30,0.130029634],[31,0.130029634],[32,0.130029634],[33,0.130029634],[34,0.130029634],[35,0.130029634],[36,0.130029634],[37,0.130029634],[38,0.130029634],[39,0.130029634],[40,0.130029634],[41,0.130029634],[42,0.130029634],[43,0.130029634],[44,0.130029634],[45,0.130029634],[46,0.130029634],[47,0.130029634],[48,0.130029634],[49,0.130029634],[50,0.130029634],[51,0.099949334],[52,0.099949334],[53,0.099949334],[54,0.099949334],[55,0.099949334],[56,0.099949334],[57,0.099949334],[58,0.099949334],[59,0.099949334],[60,0.099949334],[61,0.099949334],[62,0.099949334],[63,0.099949334],[64,0.099949334],[65,0.099949334],[66,0.099949334],[67,0.099949334],[68,0.099949334],[69,0.099949334],[70,0.099949334],[71,0.099949334],[72,0.099949334],[73,0.099949334],[74,0.099949334],[75,0.099949334],[76,0.099949334],[77,0.099949334],[78,0.099949334],[79,0.099949334],[80,0.099949334],[81,0.099949334],[82,0.099949334],[83,0.099949334],[84,0.099949334],[85,0.099949334],[86,0.099949334],[87,0.099949334],[88,0.099949334],[89,0.099949334],[90,0.132207434],[91,0.132207434],[92,0.132207434],[93,0.132207434],[94,0.132207434],[95,0.132207434],[96,0.132207434],[97,0.132207434],[98,0.132207434],[99,0.132207434],[100,0.122030794],[101,0.122030794],[102,0.122030794],[103,0.122030794],[104,0.122030794],[105,0.122030794],[106,0.122030794],[107,0.122030794],[108,0.122030794],[109,1.122030794],[110,0.122030794],[111,0.122030794],[112,0.122030794],[113,0.122030794],[114,0.122030794],[115,0.122030794],[116,0.122030794],[117,0.122030794],[118,0.122030794],[119,0.122030794],[120,0.122030794],[121,0.089772694],[122,0.089772694],[123,0.089772694],[124,0.089772694],[125,0.089772694],[126,0.089772694],[127,0.089772694],[128,0.089772694],[129,0.089772694],[130,0.089772694],[131,0.089772694],[132,0.089772694],[133,0.089772694],[134,0.089772694],[135,0.089772694],[136,0.089772694],[137,0.089772694],[138,0.089772694],[139,0.089772694],[140,0.089772694],[141,0.089772694],[142,0.089772694],[143,0.089772694],[144,0.089772694],[145,0.089772694],[146,0.089772694],[147,0.089772694],[148,0.089772694],[149,0.089772694],[150,0.089772694],[151,0.089772694],[152,0.089772694],[153,0.089772694],[154,0.089772694],[155,0.089772694],[156,0.089772694],[157,0.089772694],[158,0.089772694],[159,0.089772694],[160,0.089772694],[161,0.089772694],[162,0.089772694],[163,0.089772694],[164,0.089772694],[165,0.089772694],[166,0.089772694],[167,0.089772694],[168,0.089772694],[169,0.089772694],[170,0.089772694],[171,0.089772694],[172,0.089772694],[173,0.089772694],[174,0.089772694],[175,0.089772694],[176,0.089772694],[177,0.089772694],[178,0.089772694],[179,0.089772694],[180,0.089772694],[181,0.089772694],[182,0.089772694],[183,0.089772694],[184,0.089772694],[185,0.089772694],[186,0.089772694],[187,0.089772694],[188,0.089772694],[189,0.089772694],[190,0.089772694],[191,0.089772694],[192,0.089772694],[193,0.089772694],[194,0.089772694],[195,0.089772694],[196,0.089772694],[197,0.089772694],[198,0.089772694],[199,0.089772694],[200,0.099722434],[201,0.099722434],[202,0.099722434],[203,0.099722434],[204,0.099722434],[205,0.099722434],[206,0.099722434],[207,0.099722434],[208,0.099722434],[209,0.099722434],[210,0.099722434],[211,0.099722434],[212,1.099722434],[213,0.099722434],[214,0.099722434],[215,0.099722434],[216,0.099722434],[217,0.099722434],[218,1.099722434],[219,0.099722434],[220,0.099722434],[221,0.099722434],[222,0.099722434],[223,0.099722434],[224,0.099722434],[225,0.099722434],[226,0.099722434],[227,0.099722434],[228,0.099722434],[229,0.099722434],[230,0.099722434],[231,0.099722434],[232,1.099722434],[233,0.099722434],[234,0.099722434],[235,0.099722434],[236,0.099722434],[237,0.099722434],[238,0.099722434],[239,0.099722434],[240,0.099722434],[241,0.099722434],[242,0.099722434],[243,0.099722434],[244,0.099722434],[245,0.099722434],[246,0.099722434],[247,0.099722434],[248,0.099722434],[249,0.099722434],[250,0.099722434],[251,0.099722434],[252,0.099722434],[253,0.099722434],[254,0.099722434],[255,0.099722434],[256,0.099722434],[257,0.099722434],[258,0.099722434],[259,0.099722434],[260,0.099722434],[261,0.099722434],[262,0.099722434],[263,0.099722434],[264,0.099722434],[265,0.099722434],[266,0.099722434],[267,0.099722434],[268,0.099722434],[269,0.099722434],[270,0.099722434],[271,0.099722434],[272,0.099722434],[273,0.099722434],[274,0.099722434],[275,0.099722434],[276,0.099722434],[277,0.099722434],[278,0.099722434],[279,0.099722434],[280,0.099722434],[281,0.099722434],[282,0.099722434],[283,0.099722434],[284,0.099722434],[285,0.043958984],[286,0.043958984],[287,0.043958984],[288,0.043958984],[289,0.043958984],[290,0.043958984],[291,0.043958984],[292,0.043958984],[293,0.043958984],[294,0.043958984],[295,0.043958984],[296,0.043958984],[297,0.043958984],[298,0.043958984],[299,0.043958984],[300,0.013958984],[301,0.013958984],[302,0.013958984],[303,0.013958984],[304,0.013958984],[305,0.013958984],[306,0.013958984],[307,0.013958984],[308,0.013958984],[309,0.013958984],[310,0.013958984],[311,0.013958984],[312,0.013958984],[313,0.013958984],[314,0.013958984],[315,0.013958984],[316,0.013958984],[317,0.013958984],[318,0.013958984],[319,0.013958984],[320,0.013958984],[321,0.013958984],[322,0.013958984],[323,0.013958984],[324,0.013958984],[325,0.013958984],[326,0.013958984],[327,0.013958984],[328,0.013958984],[329,0.013958984],[330,0.013958984],[331,0.013958984],[332,0.013958984],[333,0.013958984],[334,0.013958984],[335,0.013958984],[336,0.013958984],[337,0.013958984],[338,0.013958984],[339,0.013958984],[340,0.013958984],[341,0.013958984],[342,0.013958984],[343,0.013958984],[344,0.013958984],[345,0.013958984],[346,0.013958984],[347,0.013958984],[348,0.013958984],[349,0.013958984],[350,0.013958984],[351,0.007285968],[352,0.007285968],[353,0.007285968],[354,0.007285968],[355,0.007285968],[356,0.007285968],[357,0.007285968],[358,0.007285968],[359,0.007285968],[360,0.007285968],[361,0.007285968],[362,0.007285968],[363,0.007285968],[364,0.007285968],[365,0.007285968],[366,0.007285968],[367,0.007285968],[368,0.007285968],[369,0.007285968],[370,0.007285968],[371,0.007285968],[372,0.007285968],[373,0.007285968],[374,0.007285968],[375,0.007285968],[376,0.007285968],[377,0.007285968],[378,0.007285968],[379,0.007285968],[380,0.007285968],[381,0.007285968],[382,0.007285968],[383,0.007285968],[384,0.007285968],[385,0.007285968],[386,0.007285968],[387,0.007285968],[388,0.007285968],[389,0.007285968],[390,0.007285968],[391,0.007285968],[392,0.007285968],[393,0.007285968],[394,0.007285968],[395,0.007285968],[396,0.007285968],[397,0.007285968],[398,0.007285968],[399,0.007285968],[400,0.012285968],[401,0.012285968],[402,0.012285968],[403,0.012285968],[404,0.012285968],[405,0.012285968],[406,0.012285968],[407,0.012285968],[408,0.012285968],[409,0.012285968],[410,0.012285968],[411,0.012285968],[412,0.012285968],[413,0.012285968],[414,0.012285968],[415,0.012285968],[416,0.012285968],[417,0.012285968],[418,0.012285968],[419,0.012285968],[420,0.012285968],[421,0.012285968],[422,0.012285968],[423,0.012285968],[424,0.012285968],[425,0.012285968],[426,0.012285968],[427,0.012285968],[428,0.012285968],[429,0.012285968],[430,0.012285968],[431,0.012285968],[432,0.012285968],[433,0.012285968],[434,0.012285968],[435,0.012285968],[436,0.012285968],[437,0.012285968],[438,0.012285968],[439,0.012285968],[440,0.012285968],[441,0.012285968],[442,0.012285968],[443,0.012285968],[444,0.012285968],[445,0.012285968],[446,0.012285968],[447,0.012285968],[448,0.012285968],[449,0.012285968],[450,0.012285968],[451,0.012285968],[452,0.012285968],[453,0.012285968],[454,0.012285968],[455,0.012285968],[456,0.012285968],[457,0.012285968],[458,0.012285968],[459,0.012285968],[460,0.012285968],[461,0.012285968],[462,0.012285968],[463,0.012285968],[464,0.012285968],[465,0.012285968],[466,0.012285968],[467,0.012285968],[468,0.012285968],[469,0.012285968],[470,0.012285968],[471,0.012285968],[472,0.012285968],[473,0.012285968],[474,0.012285968],[475,0.012285968],[476,0.012285968],[477,0.012285968],[478,0.012285968],[479,0.012285968],[480,0.012285968],[481,0.012285968],[482,0.012285968],[483,0.012285968],[484,0.012285968],[485,0.012285968],[486,0.012285968],[487,0.012285968],[488,0.012285968],[489,0.012285968],[490,0.012285968],[491,0.012285968],[492,0.012285968],[493,0.012285968],[494,0.012285968],[495,0.012285968],[496,0.012285968],[497,0.012285968],[498,0.012285968],[499,0.012285968],[500,0.012285968],[501,0.012285968],[502,0.012285968],[503,0.012285968],[504,0.012285968],[505,0.012285968],[506,0.012285968],[507,0.012285968],[508,0.012285968],[509,0.012285968],[510,0.012285968],[511,0.012285968],[512,0.012285968],[513,0.012285968],[514,0.012285968],[515,0.012285968],[516,0.012285968],[517,0.012285968],[518,0.012285968],[519,0.012285968],[520,0.012285968],[521,0.012285968],[522,0.012285968],[523,0.012285968],[524,0.012285968],[525,0.012285968],[526,0.012285968],[527,0.012285968],[528,0.012285968],[529,0.012285968],[530,0.012285968],[531,0.012285968],[532,0.012285968],[533,0.012285968],[534,0.012285968],[535,0.012285968],[536,0.012285968],[537,0.012285968],[538,0.012285968],[539,0.012285968],[540,0.012285968],[541,0.012285968],[542,0.012285968],[543,0.012285968],[544,0.012285968],[545,0.012285968],[546,0.012285968],[547,0.012285968],[548,0.012285968],[549,0.012285968],[550,0.012285968],[551,0.012285968],[552,0.012285968],[553,0.012285968],[554,0.012285968],[555,0.012285968],[556,0.012285968],[557,0.012285968],[558,0.012285968],[559,0.012285968],[560,0.012285968],[561,0.012285968],[562,0.012285968],[563,0.012285968],[564,0.012285968],[565,0.012285968],[566,0.012285968],[567,0.012285968],[568,0.012285968],[569,0.012285968],[570,0.012285968],[571,0.012285968],[572,0.012285968],[573,0.012285968],[574,0.012285968],[575,0.532285968],[576,0.532285968],[577,0.532285968],[578,0.532285968],[579,0.532285968],[580,0.532285968],[581,0.532285968],[582,0.532285968],[583,0.532285968],[584,0.532285968],[585,0.532285968],[586,0.532285968],[587,0.532285968],[588,0.532285968],[589,0.532285968],[590,0.532285968],[591,0.532285968],[592,0.532285968],[593,0.532285968],[594,0.532285968],[595,0.532285968],[596,0.532285968],[597,0.532285968],[598,0.532285968],[599,0.532285968],[600,0.007285968],[601,0.007285968],[602,0.007285968],[603,0.007285968],[604,0.007285968],[605,0.007285968],[606,0.007285968],[607,0.007285968],[608,0.007285968],[609,0.007285968],[610,0.007285968],[611,0.007285968],[612,0.007285968],[613,0.007285968],[614,0.007285968],[615,0.007285968],[616,0.007285968],[617,0.007285968],[618,0.007285968],[619,0.007285968],[620,0.007285968],[621,0.007285968],[622,0.007285968],[623,0.007285968],[624,0.007285968],[625,0.007285968],[626,0.007285968],[627,0.007285968],[628,0.007285968],[629,0.007285968],[630,0.007285968],[631,0.007285968],[632,0.007285968],[633,0.007285968],[634,0.007285968],[635,0.007285968],[636,0.007285968],[637,0.007285968],[638,0.007285968],[639,0.007285968],[640,0.007285968],[641,0.007285968],[642,0.007285968],[643,0.007285968],[644,0.007285968],[645,0.007285968],[646,0.007285968],[647,0.007285968],[648,0.007285968],[649,0.007285968],[650,0.007285968],[651,0.007285968],[652,0.007285968],[653,0.007285968],[654,0.007285968],[655,0.007285968],[656,0.007285968],[657,0.007285968],[658,0.007285968],[659,0.007285968],[660,0.007285968],[661,0.007285968],[662,0.007285968],[663,0.007285968],[664,0.007285968],[665,0.007285968],[666,0.007285968],[667,0.007285968],[668,0.007285968],[669,0.007285968],[670,0.007285968],[671,0.007285968],[672,0.007285968],[673,0.007285968],[674,0.007285968],[675,0.007285968],[676,0.007285968],[677,0.007285968],[678,0.007285968],[679,0.007285968],[680,0.007285968],[681,0.007285968],[682,0.007285968],[683,0.007285968],[684,0.007285968],[685,0.007285968],[686,0.007285968],[687,0.007285968],[688,0.007285968],[689,0.007285968],[690,0.007285968],[691,0.007285968],[692,0.007285968],[693,0.007285968],[694,0.007285968],[695,0.007285968],[696,0.007285968],[697,0.007285968],[698,0.007285968],[699,0.007285968],[700,0.007285968],[701,0.007285968],[702,0.007285968],[703,0.007285968],[704,0.007285968],[705,0.007285968],[706,0.007285968],[707,0.007285968],[708,0.007285968],[709,0.007285968],[710,0.007285968],[711,0.007285968],[712,0.007285968],[713,0.007285968],[714,0.007285968],[715,0.007285968],[716,0.007285968],[717,0.007285968],[718,0.007285968],[719,0.007285968],[720,0.007285968],[721,0.007285968],[722,0.007285968],[723,0.007285968],[724,0.007285968],[725,0.007285968],[726,0.007285968],[727,0.007285968],[728,0.007285968],[729,0.007285968],[730,0.007285968],[731,0.007285968],[732,0.007285968],[733,0.007285968],[734,0.007285968],[735,0.007285968],[736,0.007285968],[737,0.007285968],[738,0.007285968],[739,0.007285968],[740,0.007285968],[741,0.007285968],[742,0.007285968],[743,0.007285968],[744,0.007285968],[745,0.007285968],[746,0.007285968],[747,0.007285968],[748,0.007285968],[749,0.007285968],[750,0.007285968],[751,0.007285968],[752,0.007285968],[753,0.007285968],[754,0.007285968],[755,0.007285968],[756,0.007285968],[757,0.007285968],[758,0.007285968],[759,0.007285968],[760,0.007285968],[761,0.007285968],[762,0.007285968],[763,0.007285968],[764,0.007285968],[765,0.007285968],[766,0.007285968],[767,0.007285968],[768,0.007285968],[769,0.007285968],[770,0.007285968],[771,0.007285968],[772,0.007285968],[773,0.007285968],[774,0.007285968],[775,0.007285968],[776,0.007285968],[777,0.007285968],[778,0.007285968],[779,0.007285968],[780,0.007285968],[781,0.007285968],[782,0.007285968],[783,0.007285968],[784,0.007285968],[785,0.007285968],[786,0.007285968],[787,0.007285968],[788,0.007285968],[789,0.007285968],[790,0.007285968],[791,0.007285968],[792,0.007285968],[793,0.007285968],[794,0.007285968],[795,0.007285968],[796,0.007285968],[797,0.007285968],[798,0.007285968],[799,0.007285968],[-332,0.727231706],[-331,0.721225706],[-330,0.721225706],[-329,0.721225706],[-328,0.721225706],[-327,0.721225706],[-326,0.721225706],[-325,0.721225706],[-324,0.721225706],[-323,0.721225706],[-322,0.721225706],[-321,0.721225706],[-320,0.721225706],[-319,0.721225706],[-318,0.721225706],[-317,0.721225706],[-316,0.721225706],[-315,0.721225706],[-314,0.721225706],[-313,0.721225706],[-312,0.721225706],[-311,0.721225706],[-310,0.721225706],[-309,0.721225706],[-308,0.721225706],[-307,0.721225706],[-306,0.721225706],[-305,0.721225706],[-304,0.721225706],[-303,0.721225706],[-302,0.721225706],[-301,0.721225706],[-300,0.721225706],[-525,0.057643896],[-524,0.029072456],[-523,0.029072456],[-522,0.029072456],[-521,0.029072456],[-520,0.029072456],[-519,0.029072456],[-518,0.029072456],[-517,0.029072456],[-516,0.029072456],[-515,0.029072456],[-514,0.029072456],[-513,0.029072456],[-512,0.029072456],[-511,0.029072456],[-510,0.029072456],[-509,0.029072456],[-508,0.029072456],[-507,0.029072456],[-506,0.029072456],[-505,0.029072456],[-504,0.029072456],[-503,0.029072456],[-502,0.029072456],[-501,0.029072456],[-500,0.029072456],[-499,0.062405756],[-498,0.062405756],[-497,0.062405756],[-496,0.062405756],[-495,0.062405756],[-494,0.062405756],[-493,0.062405756],[-492,0.062405756],[-491,0.062405756],[-490,0.062405756],[-489,0.062405756],[-488,0.062405756],[-487,0.062405756],[-486,0.062405756],[-485,0.062405756],[-484,0.062405756],[-483,0.062405756],[-482,0.062405756],[-481,0.062405756],[-480,0.062405756],[-479,0.062405756],[-478,0.062405756],[-477,0.062405756],[-476,0.062405756],[-475,0.062405756],[-474,0.062405756],[-473,0.062405756],[-472,0.062405756],[-471,0.062405756],[-470,0.062405756],[-469,0.062405756],[-468,0.062405756],[-467,0.062405756],[-466,0.062405756],[-465,0.062405756],[-464,0.062405756],[-463,0.062405756],[-462,0.062405756],[-461,0.062405756],[-460,0.062405756],[-459,0.062405756],[-458,0.062405756],[-457,0.062405756],[-456,0.062405756],[-455,0.062405756],[-454,0.062405756],[-453,0.062405756],[-452,0.062405756],[-451,0.062405756],[-450,0.062405756],[-449,0.062405756],[-448,0.062405756],[-447,0.062405756],[-446,0.062405756],[-445,0.062405756],[-444,0.062405756],[-443,0.062405756],[-442,0.062405756],[-441,0.062405756],[-440,0.062405756],[-439,0.062405756],[-438,0.062405756],[-437,0.062405756],[-436,0.062405756],[-435,0.062405756],[-434,0.062405756],[-433,0.062405756],[-432,0.062405756],[-431,0.062405756],[-430,0.062405756],[-429,0.062405756],[-428,0.062405756],[-427,0.062405756],[-426,0.062405756],[-425,0.062405756],[-424,0.062405756],[-423,0.062405756],[-422,0.062405756],[-421,0.062405756],[-420,0.062405756],[-419,0.062405756],[-418,0.062405756],[-417,0.062405756],[-416,0.062405756],[-415,0.062405756],[-414,0.062405756],[-413,0.062405756],[-412,0.062405756],[-411,0.062405756],[-410,0.062405756],[-409,0.062405756],[-408,0.062405756],[-407,0.062405756],[-406,0.062405756],[-405,0.062405756],[-404,0.062405756],[-664,0.041250456],[-663,0.041250456],[-662,0.041250456],[-661,0.041250456],[-660,0.041250456],[-659,0.041250456],[-658,0.041250456],[-657,0.041250456],[-656,0.041250456],[-655,0.041250456],[-654,0.041250456],[-653,0.041250456],[-652,0.041250456],[-651,0.041250456],[-650,0.041250456],[-649,0.041250456],[-648,0.041250456],[-647,0.041250456],[-646,0.041250456],[-645,0.041250456],[-644,0.041250456],[-643,0.041250456],[-642,0.041250456],[-641,0.041250456],[-640,0.041250456],[-639,0.041250456],[-638,0.041250456],[-637,0.041250456],[-636,0.041250456],[-635,0.041250456],[-634,0.041250456],[-633,0.041250456],[-632,0.041250456],[-631,0.041250456],[-630,0.041250456],[-629,0.041250456],[-628,0.041250456],[-627,0.041250456],[-626,0.041250456],[-625,0.041250456],[-624,0.041250456],[-623,0.041250456],[-622,0.041250456],[-621,0.041250456],[-620,0.041250456],[-619,0.041250456],[-618,0.041250456],[-617,0.041250456],[-616,0.041250456],[-615,0.041250456],[-614,0.041250456],[-613,0.041250456],[-612,0.041250456],[-611,0.041250456],[-610,0.041250456],[-609,0.041250456],[-608,0.041250456],[-607,0.041250456],[-606,0.041250456],[-605,0.041250456],[-604,0.041250456],[-603,0.041250456],[-602,0.041250456],[-601,0.041250456],[-600,0.041250456],[-599,0.041250456],[-598,0.041250456],[-597,0.041250456],[-596,0.041250456],[-595,0.041250456],[-594,0.041250456],[-593,0.041250456],[-592,0.041250456],[-591,0.041250456],[-590,0.041250456],[-589,0.041250456],[-588,0.041250456],[-587,0.041250456],[-586,0.041250456],[-585,0.041250456],[-584,0.041250456],[-583,0.041250456],[-582,0.041250456],[-581,0.041250456],[-580,0.041250456],[-579,0.041250456],[-578,0.041250456],[-577,0.041250456],[-576,0.041250456],[-575,0.041250456],[-574,0.041250456],[-573,0.041250456],[-572,0.041250456],[-571,0.041250456],[-570,0.041250456],[-569,0.041250456],[-568,0.041250456],[-567,0.041250456],[-566,0.041250456],[-565,0.041250456],[-564,0.041250456],[-563,0.041250456],[-562,0.041250456],[-561,0.041250456],[-560,0.041250456],[-559,0.041250456],[-558,0.041250456],[-557,0.041250456],[-556,0.041250456],[-555,0.041250456],[-554,0.041250456],[-553,0.041250456],[-552,0.041250456],[-551,0.041250456],[-550,0.041250456],[-549,0.041250456],[-548,0.041250456],[-547,0.041250456],[-546,0.041250456],[-545,0.041250456],[-544,0.041250456],[-543,0.041250456],[-542,0.041250456],[-541,0.041250456],[-540,0.041250456],[-539,0.041250456],[-538,0.041250456],[-537,0.041250456],[-536,0.041250456],[-535,0.041250456],[-534,0.041250456],[-533,0.041250456],[-532,0.041250456],[-531,0.041250456],[-530,0.041250456],[-529,0.041250456],[-528,0.041250456],[-527,0.041250456],[-526,0.041250456],[-403,0.046012316],[-402,0.046012316],[-401,0.046012316],[-400,0.046012316],[-399,0.046012316],[-398,0.046012316],[-397,0.046012316],[-396,0.046012316],[-395,0.046012316],[-394,0.046012316],[-393,0.046012316],[-392,0.046012316],[-391,0.046012316],[-390,0.046012316],[-389,0.046012316],[-388,0.046012316],[-387,0.046012316],[-386,0.046012316],[-385,0.046012316],[-384,0.046012316],[-383,0.046012316],[-382,0.046012316],[-381,0.046012316],[-380,0.046012316],[-379,0.046012316],[-378,0.046012316],[-377,0.046012316],[-376,0.046012316],[-375,0.046012316],[-374,0.046012316],[-373,0.046012316],[-372,0.046012316],[-371,0.046012316],[-370,0.046012316],[-369,0.046012316],[-368,0.046012316],[-367,0.046012316],[-366,0.046012316],[-365,0.046012316],[-364,0.046012316],[-363,0.046012316],[-362,0.046012316],[-361,0.046012316],[-360,0.046012316],[-359,0.046012316],[-358,0.046012316],[-357,0.046012316],[-356,0.046012316],[-355,0.046012316],[-354,0.046012316],[-353,0.046012316],[-352,0.046012316],[-351,0.046012316],[-350,0.046012316],[-349,0.046012316],[-348,0.046012316],[-347,0.046012316],[-346,0.046012316],[-345,0.046012316],[-344,0.046012316],[-343,0.046012316],[-342,0.046012316],[-341,0.046012316],[-340,0.046012316],[-339,0.046012316],[-338,0.046012316],[-337,0.046012316],[-336,0.046012316],[-335,0.046012316],[-334,0.046012316],[-333,0.046012316],[-699,0.006673016],[-698,0.006673016],[-697,0.006673016],[-696,0.006673016],[-695,0.006673016],[-694,0.006673016],[-693,0.006673016],[-692,0.006673016],[-691,0.006673016],[-690,0.006673016],[-689,0.006673016],[-688,0.006673016],[-687,0.006673016],[-686,0.006673016],[-685,0.006673016],[-684,0.006673016],[-683,0.006673016],[-682,0.006673016],[-681,0.006673016],[-680,0.006673016],[-679,0.006673016],[-678,0.006673016],[-677,0.006673016],[-676,0.006673016],[-675,0.006673016],[-674,0.006673016],[-673,0.006673016],[-672,0.006673016],[-671,0.006673016],[-670,0.006673016],[-669,0.006673016],[-668,0.006673016],[-667,0.006673016],[-666,0.006673016],[-665,0.006673016],[0,0.336415144],[-800,0],[-799,0],[-798,0],[-797,0],[-796,0],[-795,0],[-794,0],[-793,0],[-792,0],[-791,0],[-790,0],[-789,0],[-788,0],[-787,0],[-786,0],[-785,0],[-784,0],[-783,0],[-782,0],[-781,0],[-780,0],[-779,0],[-778,0],[-777,0],[-776,0],[-775,0],[-774,0],[-773,0],[-772,0],[-771,0],[-770,0],[-769,0],[-768,0],[-767,0],[-766,0],[-765,0],[-764,0],[-763,0],[-762,0],[-761,0],[-760,0],[-759,0],[-758,0],[-757,0],[-756,0],[-755,0],[-754,0],[-753,0],[-752,0],[-751,0],[-750,0],[-749,0],[-748,0],[-747,0],[-746,0],[-745,0],[-744,0],[-743,0],[-742,0],[-741,0],[-740,0],[-739,0],[-738,0],[-737,0],[-736,0],[-735,0],[-734,0],[-733,0],[-732,0],[-731,0],[-730,0],[-729,0],[-728,0],[-727,0],[-726,0],[-725,0],[-724,0],[-723,0],[-722,0],[-721,0],[-720,0],[-719,0],[-718,0],[-717,0],[-716,0],[-715,0],[-714,0],[-713,0],[-712,0],[-711,0],[-710,0],[-709,0],[-708,0],[-707,0],[-706,0],[-705,0],[-704,0],[-703,0],[-702,0],[-701,0],[-700,0],[-699,0],[-698,0],[-697,0],[-696,0],[-695,0],[-694,0],[-693,0],[-692,0],[-691,0],[-690,0],[-689,0],[-688,0],[-687,0],[-686,0],[-685,0],[-684,0],[-683,0],[-682,0],[-681,0],[-680,0],[-679,0],[-678,0],[-677,0],[-676,0],[-675,0],[-674,0],[-673,0],[-672,0],[-671,0],[-670,0],[-669,0],[-668,0],[-667,0],[-666,0],[-665,0],[-664,0],[-663,0],[-662,0],[-661,0],[-660,0],[-659,0],[-658,0],[-657,0],[-656,0],[-655,0],[-654,0],[-653,0],[-652,0],[-651,0],[-650,0],[-649,0],[-648,0],[-647,0],[-646,0],[-645,0],[-644,0],[-643,0],[-642,0],[-641,0],[-640,0],[-639,0],[-638,0],[-637,0],[-636,0],[-635,0],[-634,0],[-633,0],[-632,0],[-631,0],[-630,0],[-629,0],[-628,0],[-627,0],[-626,0],[-625,0],[-624,0],[-623,0],[-622,0],[-621,0],[-620,0],[-619,0],[-618,0],[-617,0],[-616,0],[-615,0],[-614,0],[-613,0],[-612,0],[-611,0],[-610,0],[-609,0],[-608,0],[-607,0],[-606,0],[-605,0],[-604,0],[-603,0],[-602,0],[-601,0],[-600,0],[-599,0],[-598,0],[-597,0],[-596,0],[-595,0],[-594,0],[-593,0],[-592,0],[-591,0],[-590,0],[-589,0],[-588,0],[-587,0],[-586,0],[-585,0],[-584,0],[-583,0],[-582,0],[-581,0],[-580,0],[-579,0],[-578,0],[-577,0],[-576,0],[-575,0],[-574,0],[-573,0],[-572,0],[-571,0],[-570,0],[-569,0],[-568,0],[-567,0],[-566,0],[-565,0],[-564,0],[-563,0],[-562,0],[-561,0],[-560,0],[-559,0],[-558,0],[-557,0],[-556,0],[-555,0],[-554,0],[-553,0],[-552,0],[-551,0],[-550,0],[-549,0],[-548,0],[-547,0],[-546,0],[-545,0],[-544,0],[-543,0],[-542,0],[-541,0],[-540,0],[-539,0],[-538,0],[-537,0],[-536,0],[-535,0],[-534,0],[-533,0],[-532,0],[-531,0],[-530,0],[-529,0],[-528,0],[-527,0],[-526,0],[-525,0],[-524,0],[-523,0],[-522,0],[-521,0],[-520,0],[-519,0],[-518,0],[-517,0],[-516,0],[-515,0],[-514,0],[-513,0],[-512,0],[-511,0],[-510,0],[-509,0],[-508,0],[-507,0],[-506,0],[-505,0],[-504,0],[-503,0],[-502,0],[-501,0],[-500,0],[-499,0],[-498,0],[-497,0],[-496,0],[-495,0],[-494,0],[-493,0],[-492,0],[-491,0],[-490,0],[-489,0],[-488,0],[-487,0],[-486,0],[-485,0],[-484,0],[-483,0],[-482,0],[-481,0],[-480,0],[-479,0],[-478,0],[-477,0],[-476,0],[-475,0],[-474,0],[-473,0],[-472,0],[-471,0],[-470,0],[-469,0],[-468,0],[-467,0],[-466,0],[-465,0],[-464,0],[-463,0],[-462,0],[-461,0],[-460,0],[-459,0],[-458,0],[-457,0],[-456,0],[-455,0],[-454,0],[-453,0],[-452,0],[-451,0],[-450,0],[-449,0],[-448,0],[-447,0],[-446,0],[-445,0],[-444,0],[-443,0],[-442,0],[-441,0],[-440,0],[-439,0],[-438,0],[-437,0],[-436,0],[-435,0],[-434,0],[-433,0],[-432,0],[-431,0],[-430,0],[-429,0],[-428,0],[-427,0],[-426,0],[-425,0],[-424,0],[-423,0],[-422,0],[-421,0],[-420,0],[-419,0],[-418,0],[-417,0],[-416,0],[-415,0],[-414,0],[-413,0],[-412,0],[-411,0],[-410,0],[-409,0],[-408,0],[-407,0],[-406,0],[-405,0],[-404,0],[-403,0],[-402,0],[-401,0],[-400,0],[-399,0],[-398,0],[-397,0],[-396,0],[-395,0],[-394,0],[-393,0],[-392,0],[-391,0],[-390,0],[-389,0],[-388,0],[-387,0],[-386,0],[-385,0],[-384,0],[-383,0],[-382,0],[-381,0],[-380,0],[-379,0],[-378,0],[-377,0],[-376,0],[-375,0],[-374,0],[-373,0],[-372,0],[-371,0],[-370,0],[-369,0],[-368,0],[-367,0],[-366,0],[-365,0],[-364,0],[-363,0],[-362,0],[-361,0],[-360,0],[-359,0],[-358,0],[-357,0],[-356,0],[-355,0],[-354,0],[-353,0],[-352,0],[-351,0],[-350,0],[-349,0],[-348,0],[-347,0],[-346,0],[-345,0],[-344,0],[-343,0],[-342,0],[-341,0],[-340,0],[-339,0],[-338,0],[-337,0],[-336,0],[-335,0],[-334,0],[-333,0],[-332,0],[-331,0],[-330,0],[-329,0],[-328,0],[-327,0],[-326,0],[-325,0],[-324,0],[-323,0],[-322,0],[-321,0],[-320,0],[-319,0],[-318,0],[-317,0],[-316,0],[-315,0],[-314,0],[-313,0],[-312,0],[-311,0],[-310,0],[-309,0],[-308,0],[-307,0],[-306,0],[-305,0],[-304,0],[-303,0],[-302,0],[-301,0],[-300,0],[-299,0],[-298,0],[-297,0],[-296,0],[-295,0],[-294,0],[-293,0],[-292,0],[-291,0],[-290,0],[-289,0],[-288,0],[-287,0],[-286,0],[-285,0],[-284,0],[-283,0],[-282,0],[-281,0],[-280,0],[-279,0],[-278,0],[-277,0],[-276,0],[-275,0],[-274,0],[-273,0],[-272,0],[-271,0],[-270,0],[-269,0],[-268,0],[-267,0],[-266,0],[-265,0],[-264,0],[-263,0],[-262,0],[-261,0],[-260,0],[-259,0],[-258,0],[-257,0],[-256,0],[-255,0],[-254,0],[-253,0],[-252,0],[-251,0],[-250,0],[-249,0],[-248,0],[-247,0],[-246,0],[-245,0],[-244,0],[-243,0],[-242,0],[-241,0],[-240,0],[-239,0],[-238,0],[-237,0],[-236,0],[-235,0],[-234,0],[-233,0],[-232,0],[-231,0],[-230,0],[-229,0],[-228,0],[-227,0],[-226,0],[-225,0],[-224,0],[-223,0],[-222,0],[-221,0],[-220,0],[-219,0],[-218,0],[-217,0],[-216,0],[-215,0],[-214,0],[-213,0],[-212,0],[-211,0],[-210,0],[-209,0],[-208,0],[-207,0],[-206,0],[-205,0],[-204,0],[-203,0],[-202,0],[-201,0],[-200,0],[-199,0],[-198,0],[-197,0],[-196,0],[-195,0],[-194,0],[-193,0],[-192,0],[-191,0],[-190,0],[-189,0],[-188,0],[-187,0],[-186,0],[-185,0],[-184,0],[-183,0],[-182,0],[-181,0],[-180,0],[-179,0],[-178,0],[-177,0],[-176,0],[-175,0],[-174,0],[-173,0],[-172,0],[-171,0],[-170,0],[-169,0],[-168,0],[-167,0],[-166,0],[-165,0],[-164,0],[-163,0],[-162,0],[-161,0],[-160,0],[-159,0],[-158,0],[-157,0],[-156,0],[-155,0],[-154,0],[-153,0],[-152,0],[-151,0],[-150,0],[-149,0],[-148,0],[-147,0],[-146,0],[-145,0],[-144,0],[-143,0],[-142,0],[-141,0],[-140,0],[-139,0],[-138,0],[-137,0],[-136,0],[-135,0],[-134,0],[-133,0],[-132,0],[-131,0],[-130,0],[-129,0],[-128,0],[-127,0],[-126,0],[-125,0],[-124,0],[-123,0],[-122,0],[-121,0],[-120,0],[-119,0],[-118,0],[-117,0],[-116,0],[-115,0],[-114,0],[-113,0],[-112,0],[-111,0],[-110,0],[-109,0],[-108,0],[-107,0],[-106,0],[-105,0],[-104,0],[-103,0],[-102,0],[-101,0],[-100,0],[-99,0],[-98,0],[-97,0],[-96,0],[-95,0],[-94,0],[-93,0],[-92,0],[-91,0],[-90,0],[-89,0],[-88,0],[-87,0],[-86,0],[-85,0],[-84,0],[-83,0],[-82,0],[-81,0],[-80,0],[-79,0],[-78,0],[-77,0],[-76,0],[-75,0],[-74,0],[-73,0],[-72,0],[-71,0],[-70,0],[-69,0],[-68,0],[-67,0],[-66,0],[-65,0],[-64,0],[-63,0],[-62,0],[-61,0],[-60,0],[-59,0],[-58,0],[-57,0],[-56,0],[-55,0],[-54,0],[-53,0],[-52,0],[-51,0],[-50,0],[-49,0],[-48,0],[-47,0],[-46,0],[-45,0],[-44,0],[-43,0],[-42,0],[-41,0],[-40,0],[-39,0],[-38,0],[-37,0],[-36,0],[-35,0],[-34,0],[-33,0],[-32,0],[-31,0],[-30,0],[-29,0],[-28,0],[-27,0],[-26,0],[-25,0],[-24,0],[-23,0],[-22,0],[-21,0],[-20,0],[-19,0],[-18,0],[-17,0],[-16,0],[-15,0],[-14,0],[-13,0],[-12,0],[-11,0],[-10,0],[-9,0],[-8,0],[-7,0],[-6,0],[-5,0],[-4,0],[-3,0],[-2,0],[-1,0],[0,0],[1,0],[2,0],[3,0],[4,0],[5,0],[6,0],[7,0],[8,0],[9,0],[10,0],[11,0],[12,0],[13,0],[14,0],[15,0],[16,0],[17,0],[18,0],[19,0],[20,0],[21,0],[22,0],[23,0],[24,0],[25,0],[26,0],[27,0],[28,0],[29,0],[30,0],[31,0],[32,0],[33,0],[34,0],[35,0],[36,0],[37,0],[38,0],[39,0],[40,0],[41,0],[42,0],[43,0],[44,0],[45,0],[46,0],[47,0],[48,0],[49,0],[50,0],[51,0],[52,0],[53,0],[54,0],[55,0],[56,0],[57,0],[58,0],[59,0],[60,0],[61,0],[62,0],[63,0],[64,0],[65,0],[66,0],[67,0],[68,0],[69,0],[70,0],[71,0],[72,0],[73,0],[74,0],[75,0],[76,0],[77,0],[78,0],[79,0],[80,0],[81,0],[82,0],[83,0],[84,0],[85,0],[86,0],[87,0],[88,0],[89,0],[90,0],[91,0],[92,0],[93,0],[94,0],[95,0],[96,0],[97,0],[98,0],[99,0],[100,0],[101,0],[102,0],[103,0],[104,0],[105,0],[106,0],[107,0],[108,0],[109,0],[110,0],[111,0],[112,0],[113,0],[114,0],[115,0],[116,0],[117,0],[118,0],[119,0],[120,0],[121,0],[122,0],[123,0],[124,0],[125,0],[126,0],[127,0],[128,0],[129,0],[130,0],[131,0],[132,0],[133,0],[134,0],[135,0],[136,0],[137,0],[138,0],[139,0],[140,0],[141,0],[142,0],[143,0],[144,0],[145,0],[146,0],[147,0],[148,0],[149,0],[150,0],[151,0],[152,0],[153,0],[154,0],[155,0],[156,0],[157,0],[158,0],[159,0],[160,0],[161,0],[162,0],[163,0],[164,0],[165,0],[166,0],[167,0],[168,0],[169,0],[170,0],[171,0],[172,0],[173,0],[174,0],[175,0],[176,0],[177,0],[178,0],[179,0],[180,0],[181,0],[182,0],[183,0],[184,0],[185,0],[186,0],[187,0],[188,0],[189,0],[190,0],[191,0],[192,0],[193,0],[194,0],[195,0],[196,0],[197,0],[198,0],[199,0],[200,0],[201,0],[202,0],[203,0],[204,0],[205,0],[206,0],[207,0],[208,0],[209,0],[210,0],[211,0],[212,0],[213,0],[214,0],[215,0],[216,0],[217,0],[218,0],[219,0],[220,0],[221,0],[222,0],[223,0],[224,0],[225,0],[226,0],[227,0],[228,0],[229,0],[230,0],[231,0],[232,0],[233,0],[234,0],[235,0],[236,0],[237,0],[238,0],[239,0],[240,0],[241,0],[242,0],[243,0],[244,0],[245,0],[246,0],[247,0],[248,0],[249,0],[250,0],[251,0],[252,0],[253,0],[254,0],[255,0],[256,0],[257,0],[258,0],[259,0],[260,0],[261,0],[262,0],[263,0],[264,0],[265,0],[266,0],[267,0],[268,0],[269,0],[270,0],[271,0],[272,0],[273,0],[274,0],[275,0],[276,0],[277,0],[278,0],[279,0],[280,0],[281,0],[282,0],[283,0],[284,0],[285,0],[286,0],[287,0],[288,0],[289,0],[290,0],[291,0],[292,0],[293,0],[294,0],[295,0],[296,0],[297,0],[298,0],[299,0],[300,0],[301,0],[302,0],[303,0],[304,0],[305,0],[306,0],[307,0],[308,0],[309,0],[310,0],[311,0],[312,0],[313,0],[314,0],[315,0],[316,0],[317,0],[318,0],[319,0],[320,0],[321,0],[322,0],[323,0],[324,0],[325,0],[326,0],[327,0],[328,0],[329,0],[330,0],[331,0],[332,0],[333,0],[334,0],[335,0],[336,0],[337,0],[338,0],[339,0],[340,0],[341,0],[342,0],[343,0],[344,0],[345,0],[346,0],[347,0],[348,0],[349,0],[350,0],[351,0],[352,0],[353,0],[354,0],[355,0],[356,0],[357,0],[358,0],[359,0],[360,0],[361,0],[362,0],[363,0],[364,0],[365,0],[366,0],[367,0],[368,0],[369,0],[370,0],[371,0],[372,0],[373,0],[374,0],[375,0],[376,0],[377,0],[378,0],[379,0],[380,0],[381,0],[382,0],[383,0],[384,0],[385,0],[386,0],[387,0],[388,0],[389,0],[390,0],[391,0],[392,0],[393,0],[394,0],[395,0],[396,0],[397,0],[398,0],[399,0],[400,0],[401,0],[402,0],[403,0],[404,0],[405,0],[406,0],[407,0],[408,0],[409,0],[410,0],[411,0],[412,0],[413,0],[414,0],[415,0],[416,0],[417,0],[418,0],[419,0],[420,0],[421,0],[422,0],[423,0],[424,0],[425,0],[426,0],[427,0],[428,0],[429,0],[430,0],[431,0],[432,0],[433,0],[434,0],[435,0],[436,0],[437,0],[438,0],[439,0],[440,0],[441,0],[442,0],[443,0],[444,0],[445,0],[446,0],[447,0],[448,0],[449,0],[450,0],[451,0],[452,0],[453,0],[454,0],[455,0],[456,0],[457,0],[458,0],[459,0],[460,0],[461,0],[462,0],[463,0],[464,0],[465,0],[466,0],[467,0],[468,0],[469,0],[470,0],[471,0],[472,0],[473,0],[474,0],[475,0],[476,0],[477,0],[478,0],[479,0],[480,0],[481,0],[482,0],[483,0],[484,0],[485,0],[486,0],[487,0],[488,0],[489,0],[490,0],[491,0],[492,0],[493,0],[494,0],[495,0],[496,0],[497,0],[498,0],[499,0],[500,0],[501,0],[502,0],[503,0],[504,0],[505,0],[506,0],[507,0],[508,0],[509,0],[510,0],[511,0],[512,0],[513,0],[514,0],[515,0],[516,0],[517,0],[518,0],[519,0],[520,0],[521,0],[522,0],[523,0],[524,0],[525,0],[526,0],[527,0],[528,0],[529,0],[530,0],[531,0],[532,0],[533,0],[534,0],[535,0],[536,0],[537,0],[538,0],[539,0],[540,0],[541,0],[542,0],[543,0],[544,0],[545,0],[546,0],[547,0],[548,0],[549,0],[550,0],[551,0],[552,0],[553,0],[554,0],[555,0],[556,0],[557,0],[558,0],[559,0],[560,0],[561,0],[562,0],[563,0],[564,0],[565,0],[566,0],[567,0],[568,0],[569,0],[570,0],[571,0],[572,0],[573,0],[574,0],[575,0],[576,0],[577,0],[578,0],[579,0],[580,0],[581,0],[582,0],[583,0],[584,0],[585,0],[586,0],[587,0],[588,0],[589,0],[590,0],[591,0],[592,0],[593,0],[594,0],[595,0],[596,0],[597,0],[598,0],[599,0],[600,0],[601,0],[602,0],[603,0],[604,0],[605,0],[606,0],[607,0],[608,0],[609,0],[610,0],[611,0],[612,0],[613,0],[614,0],[615,0],[616,0],[617,0],[618,0],[619,0],[620,0],[621,0],[622,0],[623,0],[624,0],[625,0],[626,0],[627,0],[628,0],[629,0],[630,0],[631,0],[632,0],[633,0],[634,0],[635,0],[636,0],[637,0],[638,0],[639,0],[640,0],[641,0],[642,0],[643,0],[644,0],[645,0],[646,0],[647,0],[648,0],[649,0],[650,0],[651,0],[652,0],[653,0],[654,0],[655,0],[656,0],[657,0],[658,0],[659,0],[660,0],[661,0],[662,0],[663,0],[664,0],[665,0],[666,0],[667,0],[668,0],[669,0],[670,0],[671,0],[672,0],[673,0],[674,0],[675,0],[676,0],[677,0],[678,0],[679,0],[680,0],[681,0],[682,0],[683,0],[684,0],[685,0],[686,0],[687,0],[688,0],[689,0],[690,0],[691,0],[692,0],[693,0],[694,0],[695,0],[696,0],[697,0],[698,0],[699,0],[700,0],[701,0],[702,0],[703,0],[704,0],[705,0],[706,0],[707,0],[708,0],[709,0],[710,0],[711,0],[712,0],[713,0],[714,0],[715,0],[716,0],[717,0],[718,0],[719,0],[720,0],[721,0],[722,0],[723,0],[724,0],[725,0],[726,0],[727,0],[728,0],[729,0],[730,0],[731,0],[732,0],[733,0],[734,0],[735,0],[736,0],[737,0],[738,0],[739,0],[740,0],[741,0],[742,0],[743,0],[744,0],[745,0],[746,0],[747,0],[748,0],[749,0],[750,0],[751,0],[752,0],[753,0],[754,0],[755,0],[756,0],[757,0],[758,0],[759,0],[760,0],[761,0],[762,0],[763,0],[764,0],[765,0],[766,0],[767,0],[768,0],[769,0],[770,0],[771,0],[772,0],[773,0],[774,0],[775,0],[776,0],[777,0],[778,0],[779,0],[780,0],[781,0],[782,0],[783,0],[784,0],[785,0],[786,0],[787,0],[788,0],[789,0],[790,0],[791,0],[792,0],[793,0],[794,0],[795,0],[796,0],[797,0],[798,0],[799,0], ]); var newData = google.visualization.data.group(data3, [{ column: 0, type: 'number' }], [{ column: 1, label: 'Weighed', aggregation: google.visualization.data.sum, type: 'number' }]); var options3 = { legend: 'none', backgroundColor: {fill:'transparent'}, colors: ['#6666cc'] }; var chart3 = new google.visualization.LineChart(document.getElementById('googlechart3')); chart3.draw(newData, options3); } // Chart 4: Terminology function drawFourthChart() { var data4 = google.visualization.arrayToDataTable([ ['Name', 'Frequency', 'Finetune_date'], ['Subscribe for charts',1,'../registration.php'], ]); var charttype = " 1 "; if (charttype==1) { return; var chart4 = new google.visualization.PieChart(document.getElementById('googlechart4')); google.visualization.events.addListener(chart4, 'select', myClickHandler); var options4 = { pieSliceText: 'label', width: '85%', height: '85%', chartArea: {'width': '80%', 'height': '80%'}, legend: {'position': 'bottom', pagingTextStyle: {color: '#6666cc'}, scrollArrows:{ activeColor: '#6666cc', inactiveColor:'#e0e0f4'} }, backgroundColor: {fill:'transparent'}, pieSliceBorderColor: 'transparent', colors: ['#6666cc', '#8484d6', '#a3a3e0', '#47478e', '#333366', '#e0e0f4'] }; } if (charttype==2) { var chart4 = new google.visualization.Table(document.getElementById('googlechart4')); google.visualization.events.addListener(chart4, 'select', myClickHandler); var name = " "; if (name !=" ") { var options4 = { width: '85%', height: '75px', }; } else { var options4 = { width: '85%', height: '110px', }; } } var view4 = new google.visualization.DataView(data4); view4.setColumns([0,1]); chart4.draw(view4, options4); function myClickHandler(){ var link4 = data4.getValue(chart4.getSelection()[0]['row'],2); // Change the current site location.href = link4; } } </script> <!--Script for leaflet map--> <script src="https://unpkg.com/leaflet@1.0.3/dist/leaflet.js"></script> <script src='/js/dist/leaflet.markercluster.js'></script> </head> <!-- Matomo: tracking code for Trismegistos.org --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//trismegistos.org/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '7']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code --> <body> <!-- The top header section --> <header> <div class="wrapper header-flex"> <nav class="menu"> <ul class="active"> <li id="logo"><a href="..">Home</a></li> <li id="pagetitle"><a href="../geo/index.php">Places</a></li> <li><a href="/geo/index_search.php">Attestations (GeoRef)</a></li> <li><a href="../geo/about.php">About</a></li> <li> <script language="JavaScript"> var username = "herbert.verreth"; var hostname = "kuleuven.be"; var linktext = "Report an error"; document.write("<a href='" + "mail" + "to:" + username + "@" + hostname + "'>" + linktext + "</a>"); </script> </li> </ul> <a class="toggle-nav" href="#">&#9776;</a> </nav> <div id="header-right-section"> <div id="panic-button"> <a href="../forum/index.php"> <i class="fa fa-ambulance info-tooltip" aria-hidden="true"> </i> </a> </div> <div class="search-form"> <form action="../geo/detail.php?quick="> <input type="text" name="quick" placeholder="TM Geo Id or name"> <button>Go</button> </form> <!-- <a id="search_inv" href="../geo/index_old.php">Take me to the old version</a>--> </div><!-- End .search-form --> <div id="session-login"> <p>Unregistered user (8.222.208.146). <a href=# id=show_login_btn style="color: #FCE903"><b>Log in</b></a><br><a href= "https://www.trismegistos.org/registration.php" style="color: #FCE903">I want to subscribe!</a></p> </div> </div> <!-- End #header-right-section --> </div> <!-- End header.wrapper --> </header> <!-- the content starts here --> <div id="top" class="bg-light"> <div id="warning-halike"> <a href="https://www.trismegistos.org/keeptrismegistosalive.php"><img src="/img/banner1.png"></a><p><i class="fa fa-exclamation-triangle" aria-hidden="true" style="color: #034D90"></i></p><p><font color=blue>Have you remembered to use your institution's proxy or VPN?</font></p><p>Please log in or subscribe below:</p><p><b onClick=toggle_individual_form(this) id=individual_login_button>I have a login</b></p><form id=halike_individual_form action=/registrations_individual.php?cmd=login><input name=cmd value='login' type=hidden><input name=id value='' type=hidden><input name=redirect value='//geo/detail.php?tm=1628&amp;language=&amp;material=&amp;min_date=-799&amp;max_date=799&amp;prov_country=&amp;prov_provincia=&amp;prov_region=&amp;prov_nomos=&amp;prov_modern_region=&amp;georef_or_geotex=geo' type=hidden><input id='halike-login-email' name=email value='' placeholder='email'><input id='halike-login-password' name=password type=password value='' placeholder='password'><input type=submit></form><p><a href="https://www.trismegistos.org/registration.php"><b>I want to subscribe</b></a><p class="no-margin">Please note that since 1 January 2020, full functionality of this page is reserved for registered users only.</p><div><div id="close-halike-warning">X</div></div> </div> <script type="text/javascript" src="../js/halike-warning.js"></script> <div class="container first-container"> <div class="row first-container flex-row flex-space-between"> <div id="geodetail-info" class="flex-items place-info"> <h2>Pathyris (Gebelein)</h2><p class="highlight">TM Geo 1628</p><p class="bold p-small">Egypt - 4th Upper Egyptian nome, Pathyrites (Gebelein) (U04a)<i class="fa fa-info-circle info-tooltip" style="color: #6666cc; padding-left: 1px; font-size: 0.9em" aria-hidden="true"><span class="tooltiptext">The region ca. 250 BC</span></i> - provincia: Aegyptus<i class="fa fa-info-circle info-tooltip" style="color: #6666cc; padding-left: 1px; font-size: 0.9em" aria-hidden="true"><span class="tooltiptext">The provincia ca. 200 AD</span></i> - same as U04a? Temsir (<a href="../place/7407">TM Geo 7407</a>)?; cf. also U04a Pathyrites (<a href="../place/2849">TM Geo 2849</a>)<br><i class="fa fa-compass info-tooltip" style="color: #6666cc; aria-hidden="true"></i> 25.369659,32.473946 (Lat,Long)</p><br><p class="p-small padding-right"><span class="semibold">Gods in this toponym:</span> Aphrodite (<a href="/god/104">TM God 104<a/>), Hathor (<a href="/god/27">TM God 27<a/>), Venus (<a href="/god/192">TM God 192<a/>)</p><br><p class="p-small padding-right"><span class="semibold">Links:</span> <a href='http://imperium.ahlfeldt.se/places/21134' target='_blank'>Digital Atlas of the Roman Empire</a>, <a href='https://pleiades.stoa.org/places/786084' target='_blank'>Pleiades</a>, <a href='https://topostext.org/place/253324UPat' target='_blank'>ToposText</a>, <a href='https://en.wikipedia.org/wiki/Gebelein' target='_blank'>Wikipedia</a></p><br><p class="p-small"><span class="semibold">Status: </span> city: polis, oppidum; village: kome, demi</p><br><p class="p-small"><span class="semibold">Greek name(s): </span><span class="unicode"> Παθυρις - Ἀφροδίτης πόλις - Ἐνταιγις</span><br><span class="semibold">Latin name(s): </span> Veneris oppidum<br><span class="semibold">Egyptian name(s): </span><span class="unicode"> Pr-Ḥw.t-Ḥr - Ỉnr.ty (Ỉn.ty)</span><br><span class="semibold">Coptic name(s): </span><span class="unicode"> ⲡⲁⲑⲩⲣⲓⲥ</span><br><span class="semibold">Ethnic(s): </span> Pathyrites<br><span class="semibold">Modern name(s): </span>Gebelein<br><span class="semibold">Variants: </span>Pathyris - Aphroditopolis (Aphrodites Polis) - Per-Hathor ('House (of) Hathor') - Inerty / Inti (Inty) / Entaigis / Entaiis (Entaiye) (in the expression Hathernebentaigis) ('The two rock formations') - Gebelein (Gebelen) - sites including Debbabiyeh (Dabbabiyeh)<br></p><br><p class="p-small"><span class="semibold">Repertoria: </span>Dizionario I 1, p. 27; I 2, p. 289 (3); p. 301-302 (5); IV, p. 14-17; p. 17-18; Suppl. 1, p. 216 (bis); Suppl. 2, p. 145 (bis); Suppl. 3, p. 117; Suppl. 4, p. 103 (bis); Suppl. 5, p. 77; Gauthier, Dictionnaire I, 1925, p. 42-43; p. 86; p. 88-89; II, 1925, p. 117<br><span class="semibold">Biblio: </span>Griffith, P. Ryl. Dem., 1909, p. 260; p. 425; Sethe, ZÄS 47 (1910), p. 42-59; Wb 1, 1926, p. 98; P. Adler Dem., 1939, p. 65; p. 67; Erichsen, Lesestücke II.2, 1940, p. 200; p. 200-201; Gardiner, AEO 2, 1947, p. 17*-20* no. 327-329; Otto, Topographie des thebanischen Gaues, 1952, p. 92-105; Erichsen, Glossar, 1954, p. 134; p. 235; Meeks, Le grand texte des donations, 1972, p. 79 n. 79; Wildung, LÄ II, 1977, col. 447-449; Helck, LÄ IV, 1982, col. 915; Vandorpe, Geografische elementen, 1988, p. 76; Zahariade, LGRC, 1998, col. 633 no. 5; CDD N, 2004, p. 155-156; Vandorpe / Waebens, Pathyris' archives, 2009; CDD P, 2010, p. 29; p. 100-103; CDD T, 2012, p. 31-32; Sapientia Felicitas, 2016 p. 25-26; Ejsmond / Skalec / Chyla, Pap. Congr. XXIX (Lecce 2019), 2022, p. 372-386<br><span class="semibold">Map: </span>Baines / Málek, Atlas, 2002(2), p. 108-109 (Gebelein); Baines / Málek, Atlas, 2002(2), p. 71 (Gebelein / Pathyris, Aphroditopolis / Per-Hathor); Barrington Atlas, 2000, pl. 80 B3 (Pathyris / Aphroditopolis); Rifaud, Carte du cours du Nil, 1830 (Djebelein ou les 2 Monte.); Tabula Imperii Romani. Coptos, 1958 (Aphroditopolis / Gabalein)<br><span class="semibold">Note: </span>new reading In.ty instead of Ntr.wy ('The two gods') (cf. Meeks); the town was deserted shortly after BC 88</p><br><!-- <p><a href="#collref-more-info"><i class="fa fa-info" style="padding-right: 5px" aria-hidden="true"></i><span style="color: #4d4d4d; cursor: pointer">More information about this place.</span></a></p> --> </div> <!-- End #geodetail-info --> <div id="geodetail-map" class="flex-items place-info flex-column"> <a href="../registration.php">Subscribe</a> to see map <div class="infobox infobox-URI flex-items"> <i class="fa fa-bullhorn" style="color: #6666cc; font-size: 1.2em; padding-right: 5px" aria-hidden="true"></i> <span class="semibold">Stable URI (with TM Geo ID):</span> <span id="uri" style="padding-left: 24px">www.trismegistos.org/place/1628</span> <img id="copy_button" src="../img/clippy.png" onclick="copy2clipboard()" title="Copy URI to clipboard"> <span id="copy_text"></span> <script> function copy2clipboard() { let textarea = document.createElement('textarea') textarea.id = 't' textarea.style.height = 0 document.body.appendChild(textarea) textarea.value = document.getElementById("uri").innerText let selector = document.querySelector('#t') selector.select() document.execCommand('copy') document.body.removeChild(textarea) document.getElementById("copy_text").innerText = "Copied!" setTimeout(function() { document.getElementById("copy_text").innerText = "" }, 1000); } </script> </div> <div class="infobox infobox-JSON flex-items"> <p class="semibold">GeoJSON</p> <p id="json-view"> <i class="fa fa-eye" style="color: #6666cc; font-size: 1.2em; padding-right: 5px" aria-hidden="true"></i> <a href='/dataservices/georesponder/georesponder.php?id=1628' target='_blank'>View</a> </p> <p id="json-download"> <i class="fa fa-download" style="color: #6666cc; font-size: 1.2em; padding-right: 5px" aria-hidden="true"></i> <a href='/dataservices/georesponder/georesponder.php?id=1628&dl=1'>Download</a> </p> </div> </div> <!-- End #geodetail-map --> </div> <!-- End row first-container --> </div> <!-- End container first-container --> </div> <!-- End bg-light --> <div id="filter-georef" class="bg-dark no-border"> <div class="container"> <div class="row clearfix"> <div class="col-md-8 col-sm-12"> <h4><i class="fa fa-thumb-tack" style="padding-right:5px" aria-hidden="true"></i><a href="#geodetail-table">1443</a> texts found or written in Pathyris<br>→ see the <a href="/geo/detail.php?tm=1628&order=&charttype=1&overrule_registration=0&georef_or_geotex=georef#filter-georef">588</a> placename attestations instead</h4><p>Click <a href="http://www.trismegistos.org/geo/detail.php?tm=1628&order=&charttype=-1&overrule_registration=0&georef_or_geotex=geotex&p=#filter-georef">here</a> to reload without charts (or change your personal preferences).</p> </div> <!-- End .col-md-8 --> <div class="col-md-4 col-sm-12"> <div class="infobox infobox-pie"> <p><i class="fa fa-lightbulb-o" style="color: #6666cc; font-size: 1.2em; padding-right: 5px" aria-hidden="true"></i> Click on the appropriate section of the pie charts or tables to limit your search according to specific criteria.</p> <p>Graphic presentation:<br> <a class="charttype" href="/geo/detail.php?tm=1628&order=&charttype=1&language=&material=&min_date=-799&max_date=799&overrule_registration=0&georef_or_geotex=geotex#filter-georef"> <button class="btn" style="padding-left: 0"><i class="fa fa-pie-chart" style="color: #6666cc" aria-hidden="true"></i></button>Pie</a> &nbsp;<a class="charttype" href="/geo/detail.php?tm=1628&order=&charttype=2&language=&material=&min_date=-799&max_date=799&overrule_registration=0&georef_or_geotex=geotex#filter-georef"><button class="btn" style="padding-left: 30px"><i class="fa fa-table" style="color: #4d4d4d" aria-hidden="true"></i></button>Table</a> </p> </div> <!-- End .infobox --> </div><!-- End .col-md-4 --> </div><!-- End row --> <div class="row clearfix"> <div class="col-md-4 col-sm-12 piechart"> <div id="googlechart"></div> <div class="reset-pie">All languages</div> </div> <div class="col-md-4 col-sm-12 piechart"> <div id="googlechart2"></div><div class="reset-pie">All materials</div></div> <!-- limit date weighed dates --> <div class="col-md-12"> <div class="filterbar-WD margin-left"> <div id="filter-WD-title" class="semibold">Chronological overview of the selected attestations<i class="fa fa-question info-tooltip" style="color: #6666cc; padding-left: 10px; font-size: 0.9em" aria-hidden="true"><span class="tooltiptext">Below is a weighed dates graph of the attestations. For the principles underlying this graph, see Van Beek / Depauw, Ancient Society 43 (2013), pp. 101-114.</span></i></div> <div id="filter-WD-options"> <div class="filter-WD-text">From</div> <div class="dropdown-WD"> <form id="min_date" method="GET" action="../geo/detail.php#filter-georef"> <select name="min_date" id="min_date_select" onchange="this.form.submit()"> <option value="-799" selected="selected">eighth century BC ▾</option> <option value="-699" >seventh century BC ▾</option> <option value="-599" >sixth century BC ▾</option> <option value="-499" >fifth century BC ▾</option> <option value="-399" >fourth century BC ▾</option> <option value="-299" >third century BC ▾</option> <option value="-199" >second century BC ▾</option> <option value="-99" >first century BC ▾</option> <option value="1" >first century AD ▾</option> <option value="100" >second century AD ▾</option> <option value="200" >third century AD ▾</option> <option value="300" >fourth century AD ▾</option> <option value="400" >fifth century AD ▾</option> <option value="500" >sixth century AD ▾</option> <option value="600" >seventh century AD ▾</option> <option value="700" >eighth century AD ▾</option> </select> <input type="hidden" name="tm" value="1628"> <input type="hidden" name="order" value=""> <input type="hidden" name="charttype" value="1"> <input type="hidden" name="language" value=""> <input type="hidden" name="material" value=""> <input type="hidden" name="name" value=""> <input type="hidden" name="max_date" value="799"> <input type="hidden" name="georef_or_geotex" value="geotex"> </form> </div><!-- End .dropdown-WD --> <div class="filter-WD-text">to</div> <div class="dropdown-WD"> <form id="max_date" method="GET" action="../geo/detail.php#filter-georef"> <select name="max_date" id="max_date_select" onchange="this.form.submit()"> <option value="-700" >eighth century BC ▾</option> <option value="-600" >seventh century BC ▾</option> <option value="-500" >sixth century BC ▾</option> <option value="-400" >fifth century BC ▾</option> <option value="-300" >fourth century BC ▾</option> <option value="-200" >third century BC ▾</option> <option value="-100" >second century BC ▾</option> <option value="-1" >first century BC ▾</option> <option value="99" >first century AD ▾</option> <option value="199" >second century AD ▾</option> <option value="299" >third century AD ▾</option> <option value="399" >fourth century AD ▾</option> <option value="499" >fifth century AD ▾</option> <option value="599" >sixth century AD ▾</option> <option value="699" >seventh century AD ▾</option> <option value="799" selected="selected">eighth century AD ▾</option> </select> <input type="hidden" name="tm" value="1628"> <input type="hidden" name="order" value=""> <input type="hidden" name="charttype" value="1"> <input type="hidden" name="language" value=""> <input type="hidden" name="material" value=""> <input type="hidden" name="name" value=""> <input type="hidden" name="min_date" value="-799"> <input type="hidden" name="georef_or_geotex" value="geotex"> </form> </div><!-- End .dropdown-WD --> </div> <!-- End. filter-WD-options --> </div><!--End .filterbar-WD --> </div> <!-- End .col-md-12 --> <div class="col-md-12"> <div><a href="../registration">Subscribe</a> for a chronological overview and to filter on date</div> </div> </div><!-- End row clearfix --> </div> <!-- End container --> <div id="geodetail-table" class="container second-container"> <h4 class="restriction-warning indent">The list below has been restricted to the first five entries. For the time being, you can overrule this by clicking <a href="/geo/detail.php?tm=1628&order=&charttype=1&georef_or_geotex=geotex&overrule_registration=1">here</a>. This may change in the near future. Please <a href="../registration.php">subscribe</a> to see the full list without this notice.</h4> <div class="relative" style="padding-bottom:30px"> <div id="export"> <a href="../registration.php"><span class="semibold"><i class="fa fa-file-text-o" aria-hidden="true" style="padding-right: 5px"></i>Subscribe to export the full table</span></a> </div> <!-- End #export --> <!-- de vooruit-achteruit-pijltjes --> <div id="pages"><p><span style="padding: 0 6px 0 3px">Page 1 of 29</span> <a href="/geo/detail.php?name=&tm=1628&charttype=1&language=&material=&min_date=-799&max_date=799&georef_or_geotex=geotex&overrule_registration=0&p=2#pages"><i class="fa fa-angle-right" aria-hidden="true"></i></a> <a href="/geo/detail.php?name=&tm=1628&charttype=1&language=&material=&min_date=-799&max_date=799&georef_or_geotex=geotex&overrule_registration=0&p=29#pages"><i class="fa fa-angle-double-right" aria-hidden="true"></i></a></p></div> <!-- End pages --> </div><!-- End relative --> <div class="tbl-header"> <table border="0" cellspacing="0" cellpadding="0"> <thead> <tr> <th class="TM_id width10">TM id</th> <th class="width20">Publication</th> <th class="width20">Status</th><th class="width10">Material</th> <th class="width10">Language</th> <th class="width10">Date</th> <th class="width20">Provenance</th> </tr> </thead> </table> </div> <div class="tbl-content"> <table cellpadding="0" cellspacing="0" border="0"> <tbody style="font-size: 0.7em"> <tr><td class="TM_id width10">755088</td><td class="width20"><a href="../tm/detail.php?tm=755088">Göttinger Miszellen (GM) 67 (1983), p. 81-90 [15.774]</a><td class="width20">[found & written]</td><td class="width10">wood</td> <td class="width10">Hieratic / Hieroglyphic</td> <td class="width10">BC34 - AD04</td> <td class="width20">Egypt, U04a - Pathyris (Gebelein) [found & written]</td></tr><tr><td class="TM_id width10">755289</td><td class="width20"><a href="../tm/detail.php?tm=755289">P. Gebelein p. 15-16 no. II; pl. 10-18</a><td class="width20">[found & written]</td><td class="width10">papyrus</td> <td class="width10">Hieratic</td> <td class="width10">BC34 - AD04</td> <td class="width20">Egypt, U04a - Pathyris (Gebelein) [found & written]</td></tr><tr><td class="TM_id width10">755290</td><td class="width20"><a href="../tm/detail.php?tm=755290">P. Gebelein p. 16-18 no. III; pl. 19-29</a><td class="width20">[found & written]</td><td class="width10">papyrus</td> <td class="width10">Hieratic</td> <td class="width10">BC34 - AD04</td> <td class="width20">Egypt, U04a - Pathyris (Gebelein) [found & written]</td></tr><tr><td class="TM_id width10">755291</td><td class="width20"><a href="../tm/detail.php?tm=755291">P. Gebelein p. 18-20 no. IV; pl. 30-36</a><td class="width20">[found & written]</td><td class="width10">papyrus</td> <td class="width10">Hieratic</td> <td class="width10">BC34 - AD04</td> <td class="width20">Egypt, U04a - Pathyris (Gebelein) [found & written]</td></tr><tr><td class="TM_id width10">755292</td><td class="width20"><a href="../tm/detail.php?tm=755292">P. Gebelein p. 20 no. V; pl. 37-42</a><td class="width20">[found & written]</td><td class="width10">papyrus</td> <td class="width10">Hieratic</td> <td class="width10">BC34 - AD04</td> <td class="width20">Egypt, U04a - Pathyris (Gebelein) [found & written]</td></tr><tr><td>First five entries only.</td><td>Please <a href="../registration.php">subscribe</a> to see the full list.</td></tr></table> </tbody> </table> </div><!-- End tbl-content --> <div class="goto-top"><img src="/geo/img/arrowtop.png" /><a href="#top">Back to top</a></div> </div><!--End second-container --> </div> <!-- End bg-dark --> <!-- Footer --> <!-- Footer --> <!-- Footer --> <footer> <div class="wrapper"> <div class="flex"> <section class="footer-col"> <a href="../about">About Trismegistos</a> </section> <section class="footer-col"> <!--<a href="../guide.php">First time guide</a> & --><a href="../about_how_to_cite.php">How to cite</a><br> </section> <section class="footer-col"> <a href="../terms-of-use.html">Terms & conditions</a> </section> <section class="footer-col"> Contact: <script language="JavaScript"> var username = "mark.depauw"; var hostname = "kuleuven.be"; var linktext = "<i class='fa fa-envelope' aria-hidden='true'></i>"; document.write("<a class='social' href='" + "mail" + "to:" + username + "@" + hostname + "'>" + linktext + "</a>"); </script> <a class="social" href="http://www.facebook.com/TrismegistosTM" target="_blank"><i class="fa fa-facebook-square fa-lg aria-hidden="true""></i></a> <a class="social" href="http://www.twitter.com/TrismegistosTM" target="_blank"><i class="fa fa-twitter-square fa-lg aria-hidden="true""></i></a> </section> <section class="footer-col"> Last update: <div id='updateplaceholder'></div> </section> <script> var xmlhttp = new XMLHttpRequest(); xmlhttp.open("GET", '/lastupdate.txt', false); xmlhttp.send(); if (xmlhttp.status==200) { result = xmlhttp.responseText; document.getElementById('updateplaceholder').innerHTML = result; } </script> <section class="footer-col"> <img id="kul-logo" src="/img/KUL_logo.png"/> </section> <section id="cc-license" class="footer-col"> <a rel="license" target="blank" href="https://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a> </section> </div> </div> <!-- End footer.wrapper--> </footer> <!-- Cookie warning --> <div id='cookie_warning_box'> <p class="cookie-text">This site uses cookies to provide you with the best user experience. By using Trismegistos, you accept <a href='/terms-of-use.html'>our terms and conditions</a>, including the use of cookies.</p> <div id='close_cookie_warning' onClick='close_cookie_warning()'>X CLOSE</div> </div> <!-- End cookie warning --> <!-- Black screen --> <!-- End black screen --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10