KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/markrose/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/markrose/sources.html
<HTML> 
<meta http-equiv="content-type" content="text-html; charset=utf-8">
<HEAD>
<TITLE>The Numbers List : Sources</TITLE>

<style>
	h1
		{color:#FFFFFF;}
	h2
		{color:#FFFFFF;}
	h3
		{color:#000000;}
	h4
		{color:#000000;}
	h5
		{color:#000000;}
	h6
		{color:#000000;}
	h7
		{color:#000000;}
	td
		{font-family:"Linux Libertine";}
	
</style>

</HEAD> 

<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<form action="" name="theform">
<script language="javascript" type="text/javascript">

var reader = new XMLHttpRequest() || new ActiveXObject('MSXML2.XMLHTTP');



function displayContents() {
    if(reader.readyState==4) {
	var s;
	var t = "";
	var u = "";

	var whichFamNum = theform.fam.selectedIndex;
	var whichFam = "";
	var curFam = "";
	var natlang = 1;

	var bgcmaster = "909090A0A0A0B0B0B0C0C0C0";

	switch (whichFamNum) {
		case 1: whichFam = "indo"; break;
		case 2: whichFam = "drav"; break;
		case 3: whichFam = "afro"; break;
		case 4: whichFam = "cauc"; break;
		case 5: whichFam = "nilo"; break;
		case 6: whichFam = "niger"; break;
		case 7: whichFam = "ural"; break;
		case 8: whichFam = "alta"; break;
		case 9: whichFam = "seasia"; break;
		case 10: whichFam = "austro"; break;
		case 11: whichFam = "sino"; break;
		case 12: whichFam = "anes"; break;
		case 13: whichFam = "inuit"; break;
		case 14: whichFam = "north"; break;
		case 15: whichFam = "meso"; break;
		case 16: whichFam = "south"; break;
		case 17: whichFam = "nguin"; break;
		case 18: whichFam = "aust"; break;
		case 19: whichFam = "pidgin"; break;
		case 20: whichFam = "conlang"; break;
	}


	var linez = reader.responseText.split("\r");
	ncat = linez.length;
	
	t = '<table width="100%"> <tr><td width="20%">&nbsp;</td> <td width="5%">&nbsp;</td></tr> ';

	var w;
	for (w = 0; w < ncat; w++) {
		s = linez[w];
		if (s == "" || s.charAt(0) == ' ')
			continue;

		if (s.charAt(0) == '%') {
			var subs = s.split("\t");
			if (subs.length > 1) {
				if (u != "") u += ', ';
				u += subs[1];
			}

		}
		else if (s.charAt(0) == '#') {
			// Separator for family groupings
			curFam = s.substr(1, s.length - 1);

			if (curFam == "indo") 
				bgcmaster = "464dda5d63dc8287e8aaaef0";  
			else if (curFam == "drav") 
				bgcmaster = "262626525252888888bdbdbd";  
			else if (curFam == "afro") 
				bgcmaster = "7f5122996a3aaf8152c29a72";  
			else if (curFam == "cauc") 
				bgcmaster = "000c310a173f2a3557434b67";  
			else if (curFam == "nilo") 
				bgcmaster = "0056000077000a980a21b921";  
			else if (curFam == "niger") 
				bgcmaster = "37906944ae8058c09271d6aa";  
			else if (curFam == "ural") 
				bgcmaster = "ff8000ff942affac59fbbc7d";  
			else if (curFam == "alta") 
				bgcmaster = "9999ff9999ffb4b4fcd3d3fe";  
			else if (curFam == "seasia") 
				bgcmaster = "ff1f1fff4747ff7272ff9898";  
			else if (curFam == "austro") 
				bgcmaster = "a34f4fae6363b97878cd9797";  
			else if (curFam == "sino") 
				bgcmaster = "c42ec4d051d0e180e1eaa5ea";  
			else if (curFam == "anes") 
				bgcmaster = "adad00bdbd1ae6e685e4e4b9";  
			else if (curFam == "inuit") 
				bgcmaster = "10858f2e9ea854b5bd74c4cb";  
			else if (curFam == "north") 
				bgcmaster = "9999ff9999ffb4b4fcd3d3fe";  
			else if (curFam == "meso") 
				bgcmaster = "7b00009d1212b23434ca6161";  
			else if (curFam == "south") 
				bgcmaster = "c42ec4d051d0e180e1eaa5ea";  
			else if (curFam == "nguin") 
				bgcmaster = "39007f4f18876b379f9063bd";  
			else if (curFam == "aust") 
				bgcmaster = "8f6f00a78923b89e43c8b268";  
			else if (curFam == "pidgin") 
				bgcmaster = "3c3d5655576e6f708588899d";  
			else { // conlangs
				natlang = 0;
				bgmaster = "909090A0A0A0B0B0B0C0C0C0";
			}
			
		} else if (s.charAt(0) == '*') {
			// Family name
			if (whichFam != "" && whichFam != curFam) continue;

			var lev = 1;

			switch (s.charAt(1)) {
				case '*': lev = 2; break;
				case '3': lev = 3; break;
				case '4': lev = 4; break;
				case '5': lev = 5; break;
				case '6': lev = 6; break;
				case '7': lev = 7; break;
				case '8': lev = 8; break;
				case '9': lev = 9; break;
			}

			var h1 = '<h' + lev + '>';
			var h2 = '</h' + lev + '>';

			if (lev == 1) bgc = bgcmaster.substr(0, 6);
			else if (lev == 2) bgc = bgcmaster.substr(6, 6);
			else if (lev == 3) bgc = bgcmaster.substr(12, 6);
			else bgc = bgcmaster.substr(18, 6);

			if (lev == 1) {
				s = s.substr(1, s.length - 1);

			} else {
				s = s.substr(2, s.length - 2);
			}

			t += '<tr bgcolor="#' + bgc + '"><td colspan="11">' + h1 + s + h2 + '</td></tr>';
		} else {
			// Language name
			if (whichFam != "" && whichFam != curFam) continue;

			if (s.charAt(0) == '»') 
				t += '<tr bgcolor="#E0E0E0">';
			else
				t += '<tr>';				

			var itemz = s.split("\t");
			var nitemz = itemz.length;
			var i;

			for (i = 0; i < nitemz; i++) {

				var u = itemz[i];

				if (nitemz == 1) 
					t += '<td colspan="3">';
				else
					t += '<td>';

				if (i == 1 && u.length == 3) {
					u = '<a href="http://archive.ethnologue.com/14/show_language.asp?code='
						+ u + '">' + u + '</a>';
				}

				t += u + '</td>';
			}
			t += '</tr>';
		}
	}

	t += '</table>';

        var el = document.getElementById('mytext');
        el.innerHTML = t;

        el = document.getElementById('contribs');
        el.innerHTML = u;
    }
}

// User hit the action button.  Make things happen!
function process() 
{
	// Attempt to read the file
	reader.open('get', 'sources.txt', true); 
	reader.onreadystatechange = displayContents;
	reader.send(null);
}



</script>

<table width="100%" border=0 cellspacing="0" cellpadding="0">
<tr bgcolor="#EEC25A">

<td width="70%"><IMG  Align=Top SRC="numheader.gif"></td>
<td><A HREF="default.html"><img align="right" src="homegold.gif" border=0 alt="Home"></A></td>

</tr><tr bgcolor="#EEC25A">

<td colspan="2"><h1>The Numbers List: Sources</h1>

</tr><tr>


<td colspan="2">
This page gives the sources for each language on <a href="numbers.shtml">the Numbers from 1 to 10 page</a>.  Sometimes half the work in dealing with a new language is finding out what it is, so there is also information here about finding the languages in Ruhlen (R), Voegelin and Voegelin (V), the Ethnologue (Eth), and Campbell (L).

<p>The three-letter code points to the Ethnologue, 14th edition. The link will allow you to find more recent editions.

<p>Press List to generate the list of sources.  Symbols and widely cited sources are explained below.  

<hr>

</td></tr>

<tr><td>

<p>
<SELECT NAME="fam">
<OPTION SELECTED>All families
<OPTION>Indo-European
<OPTION>Dravidian
<option>Afro-Asiatic
<option>Caucasian
<option>Nilo-Saharan, Kordofanian, Khoi-san
<option>Niger-Congo
<option>Uralic
<option>Turkic, Mongolian, Tungusic, Japanese, Korean
<option>Miao-Yao, Tai-Kadai
<option>Austro-Asiatic
<option>Sino-Tibetan
<option>Austronesian
<option>Eskimo-Aleut, Na-Dené
<option>North American
<option>Mesoamerican
<option>South American
<option>Indo-Pacific
<option>Australian
<option>Pidgins and creoles
<option>Conlangs
</SELECT>


<p><input type="button" value="List" onClick="process();">

</td>

</tr></table>

<hr>

<br><div id="mytext"><i>Press List already!</i></div>

<hr>

<h3>Symbols and abbreviations</h3>

<table>
<tr><td>»</td> <td>a language I don't have yet</td></tr>
<tr><td>→</td> <td>needs a newer or more complete source</td></tr>
<tr><td>·</td> <td>a better source would be nice to have</td></tr>
<tr><td>~</td> <td>the language name from the first column</td></tr>
<tr><td>lg</td> <td>language</td></tr>
<tr><td>d.</td> <td>dialect</td></tr>
<tr><td>sis.</td> <td>sister language of</td></tr>
<tr><td>rel.</td> <td>related to</td></tr>
<tr><td>fa</td> <td>family</td></tr>
<tr><td>gram</td> <td>grammar (and grammaire, etc.)</td></tr>
<tr><td>dict</td> <td>dictionary</td></tr>
<tr><td>ling</td> <td>linguistic</td></tr>
<tr><td>compar</td> <td>comparative</td></tr>
<tr><td>L <i>n</i></td> <td>North American family <i>n</i. in L (Campbell)</td></tr>
<tr><td>M <i>n</i></td> <td>Mesoamerican family <i>n</i. in L </td></tr>
<tr><td>K <i>n</i></td> <td>South American family <i>n</i. in L </td></tr>
</table>

<h3>Common sources</h3>

Akademiya Nauk SSSR, <i>Jazyki Narodov SSSR</i> [Languages of the Peoples of the USSR], Izdat'el'stvo Nauka, Moscow, 1996 (49 sets) (<b>SOV</b>).
<br>George L. Campbell, <i>Compendium of the World's Languages</i>, Routledge, 1991 (67 sets).
<br>L. Couturat & L. Leau, <i>Histoire de la Langue Universelle</i>, Hachette, 1907 (36 sets). (<b>CL</b>)
<br>Andrew Dalby, <i>Dictionary of Languages</i>, 1998 (22 sets).
<br>Jakob Dempsey, <i>A Reconsideration of Some Phonological Issues Involved in Reconstructing Sino-Tibetan Numerals</i>, U. Washington dissertation, 1995(101 sets). (<b>Dh</b>)
<br>G.A. Grierson, <i>Linguistic Survey of India</i>,  Motilal Banarsidass, 1928 (104 sets)  (<b>A</b>)
<br>Harry H. Johnston, <i>A Comparative Study of the Bantu and Semi-Bantu  Languages</i>, Clarendon Press, 1919 (85 sets).  (<b>HJ</b>)
<br>Charles H. Kraft, ed., <i>Chadic Wordlists</i>, Verlag von Dietrich Reimer, 1981 (42 sets).
<br>Teodoro A. Llamzon,  <i>Handbook of Philippine Lg Groups, </i>1978.
<br>Loukotka, Chestmir, <i>Classification of South American Indian Languages, </i>1968.  (<b>Lk</b>)  (63 sets.  These are always 1-3 only, and I've given the latest date among his sources.)
<br>Mary E. Kropp Dakubu, ed., <i>West African Language Data Sheets</i>, West African Linguistic Society, 1977-80 (82 sets). (<b>K</b>)
<br>Frederick W.H. Migeod, <i>The Languages of West Africa</i>,   Books for Libraries Press, 1911 (47 sets) (<b>M</b>)
<br>Nurse, D. and G. Phillipson, <i>Tanzania Language Survey</i>, 1975 (62 sets) (<b>TLS</b>)
<br>D.T. Tryon, <i>New Hebrides Languages: An Internal Classification</i>, Pacific Linguistics, 1976 (47 sets).
<br>Kay Williamson, ed., <i>Benue-Congo Comparative Wordlist</i>,W. African Linguistic Society, 1973 (165 sets)
<br>Yoshiho Yasugi, <i>Native Middle American Languages: An Areal-Typological Perspective</i>, Verlag von Dietrich Reimer,  1995 (60 sets, plus ethnomathematical discussion).
<br>Roger D. Woodard, ed., <i>The Cambridge Encyclopedia of the World’s Ancient Languages</i>, Cambridge U. Press, 2004 (14 sets).

<h3>Contributors</h3>

Many thanks to the following people</b> who've sent me numbers!

<p>(biggest contributors first; abbreviations in boldface): 

<p>
<div id="contribs"><i></i></div>




</form>

<hr>

<center><A HREF="default.html"><img src="homer.gif" border=0 alt="Home"></A></center>

</body>
</html>


Anon7 - 2021