CINXE.COM
TM People
<!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 People</title> <!--Stylesheets and fonts--> <link href="css/layout.css" rel="stylesheet" type="text/css" media="all" /> <link href="https://www.trismegistos.org/css/layout_head_foot.css" rel="stylesheet" type="text/css" media="all" /> <link href="https://www.trismegistos.org/css/biscuit_notification.css" rel="stylesheet" type="text/css" media="all" /> <link href="https://www.trismegistos.org/css/styleModifier.css" rel="stylesheet" type="text/css" media="all" /> <!-- 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 src="js/nameSearchInfo.js"></script> <!-- Script for automatic renewal page in select--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script> <!-- Script for Google Piecharts--> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript"> var singleFamily = "default"; var moreOptions = ""; var numResult = "41470"; google.charts.load('current', {'packages':['corechart']}); google.charts.load('current', {'packages':['table']}); if (singleFamily === 'default' || (singleFamily == 'single' && moreOptions == 'active' && numResult > 0)) { google.charts.setOnLoadCallback(drawFirstChart); google.charts.setOnLoadCallback(drawSecondChart); } if ((singleFamily == 'default') || (singleFamily == 'family') || moreOptions == 'active') { google.charts.setOnLoadCallback(drawFourthChart); } google.charts.setOnLoadCallback(drawThirdChart); // Chart 1: Language Nam function drawFirstChart() { var data1 = google.visualization.arrayToDataTable([ ['Language', 'Frequency', 'Finetune_language'], ['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: '#3e780e'}, scrollArrows: { activeColor: '#3e780e', inactiveColor:'#3f6d19' } }, backgroundColor: {fill:'transparent'}, pieSliceBorderColor: 'transparent', colors: ['#173200', '#3e780e', '#7cb74a', '#32600b', '#4e9612', '#3f6d19'] }; } 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: '100%', height: '50px', }; } else { var options1 = { width: '100%', 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: Gender Nam function drawSecondChart() { var data2 = google.visualization.arrayToDataTable([ ['gender', 'Frequency', 'Finetune_sex'], ['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 = { legend: 'none', pieSliceText: 'label', width: '85%', height: '85%', chartArea: {'width': '80%', 'height': '80%'}, legend: { 'position': 'bottom', pagingTextStyle: {color: '#3e780e'}, scrollArrows: { activeColor: '#3e780e', inactiveColor:'#3f6d19' } }, backgroundColor: {fill:'transparent'}, pieSliceBorderColor: 'transparent', colors: ['#173200', '#3e780e', '#7cb74a', '#32600b', '#4e9612', '#3f6d19'] }; } if (charttype==2) { var chart2 = new google.visualization.Table(document.getElementById('googlechart2')); google.visualization.events.addListener(chart2, 'select', myClickHandler); var options2 = { width: '100%', 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: Region Per function drawThirdChart() { var data3 = google.visualization.arrayToDataTable([ ['region', 'Frequency', 'Finetune_region'], ['Subscribe for charts',1,'../registration.php'], ]); var charttype = " 1 "; if (charttype==1) { var chart3 = new google.visualization.PieChart(document.getElementById('googlechart3')); google.visualization.events.addListener(chart3, 'select', myClickHandler); var options3 = { legend: 'none', pieSliceText: 'label', width: '85%', height: '85%', chartArea: {'width': '80%', 'height': '80%'}, legend: { 'position': 'bottom', pagingTextStyle: {color: '#3e780e'}, scrollArrows: { activeColor: '#3e780e', inactiveColor:'#3f6d19' } }, backgroundColor: {fill:'transparent'}, pieSliceBorderColor: 'transparent', colors: ['#173200', '#3e780e', '#7cb74a', '#32600b', '#4e9612', '#3f6d19'] }; } if (charttype==2) { var chart3 = new google.visualization.Table(document.getElementById('googlechart3')); google.visualization.events.addListener(chart3, 'select', myClickHandler); var options3 = { width: '100%', height: '110px' }; } var view3 = new google.visualization.DataView(data3); view3.setColumns([0,1]); chart3.draw(view3, options3); function myClickHandler(){ var link3 = data3.getValue(chart3.getSelection()[0]['row'],2); // Change the current site location.href = link3; } } //chart 4: weighed dates individuals answering to default search criteria var lang = ""; var sex = ""; var mindate = -800; var maxdate = 800; var region = ""; var singleFamily = "default"; var moreOptions = ""; //console.log(moreOptions); function drawFourthChart() { if (singleFamily == 'default' && moreOptions !== 'active') { var call = new XMLHttpRequest(); //ajaxcall to (next line = adr dynamic) var url = "https://www.trismegistos.org/ref/ajax_weighed_dates.php?&language="+lang+"&sex="+sex+"&min_date="+mindate+"&max_date="+maxdate+"®ion="+region; call.open("GET", url, true); //url reference of ajax endpoint call.setRequestHeader("Content-type", "application/json"); call.send(); call.onload = function(e) //process response from endpoint { if (call.readyState ===4) { if (call.status === 200) { // if it's all good ==> do this var data4 = JSON.parse(call.responseText); var data4a = []; var data4af = {}; for (var i = mindate-1; i < maxdate+1; i++){ if (i!=0){data4af[String(i)]= 0;} } for(var i = 0; i< data4.length; i++) { var yearMin = parseInt(data4[i]['begin_date']); //force numeric!! var yearMax = parseInt(data4[i]['end_date']); //force numeric!! if ((yearMin < 0) && (yearMax > 0)){ var weighed_text = 1/(yearMax-yearMin); }else{ var weighed_text = 1/((yearMax-yearMin)+1); } for(var j = yearMin; j <=yearMax; j++){ var t = String(j); data4af[t]+=weighed_text; //group the weighed text values; keeps the 4b variable condense! } } var data4af_flattened = []; for (const [year, aggregate] of Object.entries(data4af)) { if (parseInt(year) != 0){ data4af_flattened.push([parseInt(year), aggregate]); } } var data4b = new google.visualization.DataTable(); data4b.addColumn('number', 'year'); data4b.addColumn('number', 'weighted_text'); data4b.addRows(data4af_flattened); console.log('rows added on 4a'); var options4 = { legend: 'none', backgroundColor: {fill:'transparent'}, colors: ['#3e780e'] }; var chart4 = new google.visualization.LineChart(document.getElementById('googlechart4')); var element = document.getElementById("googlechartLoader"); element.parentNode.removeChild(element); chart4.draw(data4b, options4); } } } } else if (singleFamily == 'family' || moreOptions == 'active') { var data4 = google.visualization.arrayToDataTable([ ['Name Standard', 'Frequency'], ]); var newData = google.visualization.data.group(data4, [{ column: 0, type: 'number' }], [{ column: 1, label: 'Weighed', aggregation: google.visualization.data.sum, type: 'number' }]); var options4 = { legend: 'none', backgroundColor: {fill:'transparent'}, colors: ['#3e780e'], }; var chart4 = new google.visualization.LineChart(document.getElementById('googlechart4')); var element = document.getElementById("googlechartLoader"); element.parentNode.removeChild(element); chart4.draw(newData, options4); } } </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"> <div class="active"> <div id="menu-items" class="fullscreen"> <div id="logo" class="dropmenu flex-items"> <a href="..">Home</a> </div> <!-- End #logo--> <div class="dropmenu flex-items menu-section"> <button id="pagetitle" class="dropbtn">People</button> <div class="dropmenu-content"> <div class="dropmenu"> <button class="dropbtn"><a href="/ref/index">Home - Egypt</a></button> <button class="dropbtn"><a href="/ref/naw">Home - ancient world</a></button> </div> <!-- End .dropmenu--> </div> <!-- End .dropmenu-content--> </div> <!-- End #pagetitle--> <div id="att-search" class="dropmenu flex-items menu-section"> <button class="dropbtn">Attestations (Ref)</button> <div class="dropmenu-content"> <div class="dropmenu"> <button class="dropbtn"><a href="/ref/index_search.php">Ref - Egypt</a></button> </div> <!-- End .dropmenu--> </div> <!-- End .dropmenu-content--> </div> <!-- End #att-search--> <div id="about-page" class="dropmenu flex-items menu-section"> <button class="dropbtn">About</button> <div class="dropmenu-content"> <div class="dropmenu"> <button class="dropbtn"><a href="about.php">About - Egypt</a></button> <button class="dropbtn"><a href="about_naw.php">About - ancient world</a></button> </div> <!-- End .dropmenu--> </div> <!-- End .dropmenu-content--> </div> <!-- End #about-page--> <div id="error-report" class="dropmenu flex-items menu-section"> <button class="dropbtn"> <script language="JavaScript"> var username = "yanne.broux"; var hostname = "kuleuven.be"; var linktext = "Report an error"; document.write("<a href='" + "mail" + "to:" + username + "@" + hostname + "'>" + linktext + "</a>"); </script> </button> </div> <!-- End #error-report--> </div> <!-- #menu-items--> </div> <!-- End .active--> <a class="toggle-nav" href="#">☰</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> <input type="text" name="quick" placeholder="TM Nam ID, e.g. 5914"> <button>Go</button> </form> </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> <div id ="top" class="bg-light"> <script type="text/javascript" src="../js/halike-warning.js"></script> <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='/ref/' 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> <div class="containter first-container"> <div class="row first-container"> <div id="simple-search" class="center-align"> <div> <!-- Put h1 in separate div to overrule inline-block (needed to make sure underline is word only, not entire length of page), otherwise advanced search pop-up can't really overlap family tree--> <h1>People</h1> </div> <div class="searchframe"> <p>You can use the family tree to search for a particular name / people with a particular name (using either TM's stable identifiers, the TM Nam ID or TM Per ID <a href="https://www.trismegistos.org/about_how_to_cite.php#cite-stable-IDs" target="_blank"><i class="fa fa-info-circle" style="color: #3e780e; padding-left: 3px; font-size: 0.9em;" aria-hidden="true"></i></a>, or by typing in a name), or for sets of people with a particular name, patronymic and/or metronymic.</p> <p>Extra search options are provided in order to look for name compounds and / or elements.</p> <p>To search for specific <span class="italic">attestations</span> of names, please use <a href="/ref/index_search.php">the advanced search form for TM Ref</a>.</p> <p>To search for names in Latin inscriptions (select coverage), please visit our <a href="naw">Names in the ancient world page</a></p> <form id="tree" method="get" action="index.php?&search-name=&search-father=&search-mother=&namecompound=&namegod=&fathercompound=&fathergod=&mothercompound=&mothergod="> <div id="parents"> <div id="father"> <div class="name"> <div> <span class="semibold"><i class="fa fa-info-circle info-tooltip" style="color: #3e780e; padding-right: 3px; font-size: 0.9em;" aria-hidden="true"><span class="tooltiptext">Type in a name, or multiple names (e.g. for a Roman name or a double name) separated by a blank space. You can also add wildcards by typing '%' before and / or after , e.g. 'Sarap%' will find all names starting with 'Sarap', while '%sarap%' will find all names containing 'sarap'.</span></i> Father</span> <input type="text" name="search-father" placeholder="Enter a name"> </div> </div> <!-- End .name--> <div class="tree-layout"> <div class="tree-line-boxes"> </div> <div id="lines-father" class="tree-line-boxes"> </div> </div> <!-- End .tree-layout--> </div> <!-- End #father--> <div id="mother"> <div class="name"> <div> <input type="text" name="search-mother" placeholder="Enter a name"> <span class="semibold">Mother <i class="fa fa-info-circle info-tooltip" style="color: #3e780e; padding-left: 3px; font-size: 0.9em;" aria-hidden="true"><span class="tooltiptext">Type in a name, or multiple names (e.g. for a Roman name or a double name) separated by a blank space. You can also add wildcards by typing '%' before and / or after , e.g. 'Sarap%' will find all names starting with 'Sarap', while '%sarap%' will find all names containing 'sarap'.</span></i></span> </div> </div> <!-- End .name--> <div class="tree-layout"> <div id="lines-mother" class="tree-line-boxes"> </div> <div class="tree-line-boxes"> </div> </div> <!-- End .tree-layout--> </div> <!-- End #mother--> </div> <!-- End #parents--> <div id="children"> <div class="tree-layout"> <div id="lines-1child" class="tree-line-boxes"> </div> <div class="tree-line-boxes"> </div> </div> <!-- End .tree-layout--> <div class="name"> <p class="semibold">Name / person <i class="fa fa-info-circle info-tooltip" style="color: #3e780e; padding-left: 3px; font-size: 0.9em;" aria-hidden="true"><span class="tooltiptext">In this field you can use TM's identifiers for names (TM Nam ID, e.g. 'TM Nam 5663') or people (TM Per ID, e.g. 'TM Per 7512'). Type in a name, or multiple names (e.g. for a Roman name or a double name) separated by a blank space. You can also add wildcards by typing '%' before and / or after , e.g. 'Sarap%' will find all names starting with 'Sarap', while '%sarap%' will find all names containing 'sarap'.</span></i></p> <input type="text" name="search-name" placeholder="Enter a name, TM Nam ID or TM Per ID" autofocus> </div> <!-- End .name--> <p class="popup-button" onclick="openSearchOptions()">Click here for more search options</p> <button>Search</button> </div> <!-- End #children--> <div id="name-advanced" class="more-options"> <div class="flex-row flex-space-between"> <h5 class="flex-items">Search options</h5> <p id="closeOptions" class="flex-items" onclick="closeSearchOptions()">X close</p> </div> <table id="nameForm"> <tr> <td colspan="2" class="p-small">You can select a compound or principal element by clicking on the <i class='fa fa-info-circle info-tooltip' style='color: #3e780e' aria-hidden='true'></i> icon next to each field. This will call up a list of all possible options, where you can click on the compound or element and it will be filled in automatically.</td> </tr> <tr> <th colspan="2" class="p-small"><span style="color: #801515">CAUTION</span>: when searching for popular compounds or gods such as 'Tȝ-šr.t-' or 'Horos', it may take quite some time (sometimes up to 1 minute) for the page to reload!</th> </tr> <tr> <th colspan="2">Name options</th> </tr> <tr> <td class="semibold options-label">Compound</td> <td class="options-input"> <input type="text" name="namecompound" placeholder='e.g. Tȝ-šr.t-n-, -δωρος, etc.'> </td> <td class="options-info"><a id="namecompound" class="info-link" href="#compound-info"><i class='fa fa-info-circle info-tooltip' style='color: #3e780e; padding-left: 5px' aria-hidden='true'></i></a></td> </tr> <tr> <td class="semibold options-label">Principal element</td> <td class="options-input"> <input type="text" name="namegod" placeholder='e.g. Zeus, Isis, ...'> </td> <td class="options-info"><a id="namegod" class="info-link" href="#god-info"><i class='fa fa-info-circle info-tooltip' style='color: #3e780e; padding-left: 5px' aria-hidden='true'></i></a></td> </tr> <tr> <th colspan="2">Name father options</th> </tr> <tr> <td class="semibold options-label">Compound</td> <td class="options-input"> <input type="text" name="fathercompound" placeholder='e.g. Pȝ-šr-, -δωρος, etc.'> </td> <td class="options-info"><a id="fathercompound" class="info-link" href="#compound-info"><i class='fa fa-info-circle info-tooltip' style='color: #3e780e; padding-left: 5px' aria-hidden='true'></i></a></td> </tr> <tr> <td class="semibold options-label">Principal element</td> <td class="options-input"> <input type="text" name="fathergod" placeholder='e.g. Zeus, Isis, ...'> </td> <td class="options-info"><a id="fathergod" class="info-link" href="#god-info"><i class='fa fa-info-circle info-tooltip' style='color: #3e780e; padding-left: 5px' aria-hidden='true'></i></a></td> </tr> <tr> <th colspan="2">Name mother options</th> </tr> <tr> <td class="semibold options-label">Compound</td> <td class="options-input"> <input type="text" name="mothercompound" placeholder='e.g. Tȝ-šr.t-n-, -δωρα, etc.'> </td> <td class="options-info"><a id="mothercompound" class="info-link" href="#compound-info"><i class='fa fa-info-circle info-tooltip' style='color: #3e780e; padding-left: 5px' aria-hidden='true'></i></a></td> </tr> <tr> <td class="semibold options-label">Principal element</td> <td class="options-input"> <input type="text" name="mothergod" placeholder='e.g. Zeus, Isis, ...'> </td> <td class="options-info"><a id="mothergod" class="info-link" href="#god-info"><i class='fa fa-info-circle info-tooltip' style='color: #3e780e; padding-left: 5px' aria-hidden='true'></i></a></td> </tr> </table> <div id="compound-info" class="tab-panel"> <p>Please select a name compound from the list below by clicking on it (wildcards are added automatically). The first list gives the most common compounds and endings (attested in 20 or more names), where abstraction is made of other elements of the name (e.g. in this list -δωρος also includes those labelled more specifically as 'DN-δωρος', 'PN-δωρος', etc). The second list is an exhaustive overview of all possible categories in TM Nam.</p> <p><span class="semibold">Legend:</span><br>AN = animal<br>DN = divine name<br>GN = geographical name<br>PN = personal name<br>RN = royal name</p> <p class=semibold>Most common compounds / endings:</p> <div id="listCompounds1"></div> <p class=semibold>All compounds / endings:</p> <div id="listCompounds2"></div> </div> <!-- End #compound-info--> <div id="god-info" class="tab-panel"> <p>This field allows you to limit your search to names that contain a particular element. At the moment, this option is limited to a) gods, b) animals, and c) some elements that may be religiously inspired (e.g. 'two brothers'). Please select an element from the list below by clicking on it (wildcards are added automatically).</p> <p class=semibold>Gods:</p> <div id="listGods1"></div> <p class=semibold>Animals:</p> <div id="listGods2"></div> <p class=semibold>Other:</p> <div id="listGods3"></div> </div> <!-- End #god-info--> </div> <!-- End .more-options--> </form> <!-- End ±#tree --> </div> <!-- End .searchframe--> </div> <!-- End #simple-search--> </div> <!-- End .row .first-container--> </div> <!-- End .first-container--> </div> <!-- End .bg-light--> <div id="simple-search-results" class="bg-dark no-border"> <div class="container"> <div id="general-results" class="row flex-row flex-space-between"> <div class="flex-items"> <h4><i class="fa fa-thumb-tack" style="padding-right:5px" aria-hidden="true"></i>41470 name(s)</h4><p>(filters: date = -800 to 800)</p> </div> <!-- End .flex-items --> <div class="flex-items"> <div class="infobox infobox-pie"> <p class="p-small"><i class="fa fa-lightbulb-o" style="color: #3e780e; font-size: 1.2em; padding-right: 5px" aria-hidden="true"></i> Click on the appropriate section of the charts to limit your search to a specific criterion.</p> <p class="p-small">Chart type:<br><a class="charttype" href="index.php?&charttype=1&language=&sex=®ion=&search-name=&search-father=&search-mother=&namecompound=&namegod=&fathercompound=&fathergod=&mothercompound=&mothergod=&more_options=&search_parents=&min_date=-800&max_date=800&single_family=default#general-results"><button class="btn" style="padding-left: 0"><i class="fa fa-pie-chart" style="color: #3e780e" aria-hidden="true"></i></button>Pie</a><a class="charttype" href="index.php?&charttype=2&language=&sex=®ion=&search-name=&search-father=&search-mother=&namecompound=&namegod=&fathercompound=&fathergod=&mothercompound=&mothergod=&more_options=&search_parents=&min_date=-800&max_date=800&single_family=default#general-results"><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 .flex-items --> </div><!-- End #general-results--> <div id="filter-default" class="row flex-row flex-space-around flex-wrap"> <div class="flex-items piechart"> <div id="googlechart"></div><div class="reset-pie">All linguistic origins (names) <i class="fa fa-info-circle info-tooltip" style="color: #3e780e; padding-left: 3px; font-size: 0.9em;" aria-hidden="true"><span class="tooltiptext">Select a slice to filter the results on the basis of the linguistic origin of the names. CAUTION: this pie chart represents the linguistic origins of <span class="italic">names</span> (Nam level).</span></i></div></div> <!-- End .piechart --><div class="flex-items piechart"> <div id="googlechart2"></div><div class="reset-pie">All genders (names) <i class="fa fa-info-circle info-tooltip" style="color: #3e780e; padding-left: 3px; font-size: 0.9em;" aria-hidden="true"><span class="tooltiptext">Select a slice to filter the results on the basis of the gender of the names. CAUTION: this pie chart represents the gender of <span class="italic">names</span> (Nam level), not individuals.</span></i></div></div> <!-- End .piechart --><div class="flex-items piechart"> <div id="googlechart3"></div><div class="reset-pie">All regions of Egypt (individuals) <i class="fa fa-info-circle info-tooltip" style="color: #3e780e; padding-left: 3px; font-size: 0.9em;" aria-hidden="true"><span class="tooltiptext">Select a slice to filter the results on the basis of the region where people answering to your search criteria are attested. CAUTION: in order to present how popular a name type is in the different regions of Egypt, this pie chart represents <span class="italic">individuals</span> (Per level) bearing a name of the type you searched for.</span></i></div></div> <!-- End .piechart --></div> <!-- End #filter-default --><div id="filter-default-WD" class="row"><div id="namWeighedDates" class="weighedDates"><div class="filterbar-WD flex-row flex-space-between"><div id="filter-WD-title" class="semibold flex-items">Chronological overview of individuals<i class="fa fa-question info-tooltip" style="color: #3e780e; padding-left: 10px; font-size: 0.9em" aria-hidden="true"><span class="tooltiptext">Below is a chart showing the chronological distribution of the individuals bearing the name(s) answering to the search criteria. For the principles underlying this graph, see Van Beek / Depauw, Ancient Society 43 (2013), pp. 101-114.</span></i></div> <!-- End #filterbar-WD-title --><div id="filter-WD-options" class="flex-items"><div class="filter-WD-text">From</div><div class="dropdown-WD"><form id="min_date" method="GET" action="/ref/index.php?#general-results"><select name="min_date" id="min_date" onchange="this.form.submit()"><option value="-799" >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="search-name" value=""> <input type="hidden" name="namecompound" value=""> <input type="hidden" name="namegod" value=""> <input type="hidden" name="search-father" value=""> <input type="hidden" name="fathercompound" value=""> <input type="hidden" name="fathergod" value=""> <input type="hidden" name="search-mother" value=""> <input type="hidden" name="mothercompound" value=""> <input type="hidden" name="mothergod" value=""> <input type="hidden" name="charttype" value="1"> <input type="hidden" name="language" value=""> <input type="hidden" name="sex" value=""> <input type="hidden" name="region" value=""> <input type="hidden" name="max_date" value="800"> <input type="hidden" name="search_parents" value=""> <input type="hidden" name="more_options" value=""> <input type="hidden" name="single_family" value="default"> </form></div><!-- End .dropdown-WD --><div class="filter-WD-text">to</div><div class="dropdown-WD"><form id="max_date" method="GET" action="/ref/index.php#general-results"><select name="max_date" id="max_date" 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="800" selected="selected">eighth century AD ▾</option> </select> <input type="hidden" name="search-name" value=""> <input type="hidden" name="namecompound" value=""> <input type="hidden" name="namegod" value=""> <input type="hidden" name="search-father" value=""> <input type="hidden" name="fathercompound" value=""> <input type="hidden" name="fathergod" value=""> <input type="hidden" name="search-mother" value=""> <input type="hidden" name="mothercompound" value=""> <input type="hidden" name="mothergod" value=""> <input type="hidden" name="charttype" value="1"> <input type="hidden" name="language" value=""> <input type="hidden" name="sex" value=""> <input type="hidden" name="region" value=""> <input type="hidden" name="min_date" value="-800"> <input type="hidden" name="search_parents" value=""> <input type="hidden" name="more_options" value=""> <input type="hidden" name="single_family" value="default"> </form></div><!-- End .dropdown-WD --></div> <!-- End. filter-WD-options --></div><!--End .filterbar-WD --></div> <!-- End .weighedDates --><div class="weighedDates"><p class="indent"><a href="../registration">Subscribe</a> for a chronological overview and to filter on date</p></div></div><!-- End .row--> </div> <!-- End .container --> <div id="simple-search-table" class="container second-container"><p class="table-warning">The list below has been restricted to the first five entries. Please <a href="../registration.php">subscribe</a> to see the full list without this notice.</p><div class="relative" style="padding-bottom:30px"><div id="pages"><p><span style="padding: 0 6px 0 3px">Page 1 of 830</span> <a href="https://www.trismegistos.org/ref/index.php?search-name=&search-father=&search-mother=&language=&sex=®ion=&min_date=-800&max_date=800&namecompound=&namegod=&fathercompound=&fathergod=&mothercompound=&mothergod=&more_options=&search_parents=&single-family=default&p=2#pages"><i class="fa fa-angle-right" aria-hidden="true"></i></a> <a href="https://www.trismegistos.org/ref/index.php?search-name=&search-father=&search-mother=&language=&sex=®ion=&min_date=-800&max_date=800&namecompound=&namegod=&fathercompound=&fathergod=&mothercompound=&mothergod=&more_options=&search_parents=&single-family=default&p=830#pages"><i class="fa fa-angle-double-right" aria-hidden="true"></i></a></p></div></div><div class="tbl-header"><table border="0" cellspacing="0" cellpadding="0"><thead><tr> <th class="TM_id width10">Nam ID</th> <th class="width15">Transcription</th> <th class="width15">Greek</th> <th class="width15">Egyptian</th> <th class="width15">Coptic</th> <th class="width15">Latin</th> <th class="width15 center-align"># people <span class="footnote normal-font-weight">(not filtered)</span></th> </tr></thead> </table> </div> <div class="tbl-content"> <table cellpadding="0" cellspacing="0" border="0"> <tbody><tr><td class="TM_id width10"><a href="/nam/detail.php?nam_id=2429" target="blank">2429</a></td><td class="width15">Aurelius</td><td class="width15">Αὐρήλιος</td><td class="width15">ȝwlȝrs</td><td class="width15">ⲁⲩⲣⲏⲗⲓⲟⲥ</td><td class="width15">Aurelius</td><td class="width15 center-align">9072</td></tr><tr><td class="TM_id width10"><a href="/nam/detail.php?nam_id=356" target="blank">356</a></td><td class="width15">Horos</td><td class="width15">Ὡρος</td><td class="width15">Ḥr</td><td class="width15">ϩⲱⲣ</td><td class="width15">Horus</td><td class="width15 center-align">6792</td></tr><tr><td class="TM_id width10"><a href="/nam/detail.php?nam_id=1" target="blank">1</a></td><td class="width15">Apollonios</td><td class="width15">Ἀπολλώνιος</td><td class="width15">ȝpwlnys</td><td class="width15">ⲁⲡⲟⲗⲗⲱⲛⲓⲟⲥ</td><td class="width15">Apollonius</td><td class="width15 center-align">4359</td></tr><tr><td class="TM_id width10"><a href="/nam/detail.php?nam_id=5317" target="blank">5317</a></td><td class="width15">Ptolemaios</td><td class="width15">Πτολεμαῖος</td><td class="width15">Ptlwmys</td><td class="width15">ⲡⲧⲟⲗⲉⲙⲁⲓⲟⲥ</td><td class="width15">Ptolemeius</td><td class="width15 center-align">4170</td></tr><tr><td class="TM_id width10"><a href="/nam/detail.php?nam_id=5663" target="blank">5663</a></td><td class="width15">Sarapion</td><td class="width15">Σαραπίων</td><td class="width15">Srpyȝn</td><td class="width15">ⲥⲁⲣⲁⲡⲓⲱⲛ</td><td class="width15">Sarapio</td><td class="width15 center-align">3927</td></tr></tbody></table></div><div class="goto-top"><img src="../img/arrowtop.png" /><a href="#top">Back to top</a></div></div> </div> <!-- End .bg-dark--> <!-- 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="https://bsky.app/profile/TrismegistosTM.bsky.social" target="_blank"><img id="bluesky-logo" src="/img/bluesky.png"/></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 --> </body> </html>