Calculator
From Peace Corps Wiki
(Difference between revisions)
| Line 39: | Line 39: | ||
<p><b>World Region:</b><br> | <p><b>World Region:</b><br> | ||
<select name="RegionSelect" onChange="myResult.value=''" size="1"> | <select name="RegionSelect" onChange="myResult.value=''" size="1"> | ||
| - | <option value="0" selected>ALL (Worldwide)</option> | + | <option value="0" selected>ALL (Worldwide)</option> |
| - | <option value="1">Africa</option> | + | <option value="1">AFRICA (ALL)</option> |
| - | <option value="2">Asia</option> | + | <option value="11">---North Africa</option> |
| - | <option value="3"> | + | <option value="12">---West Africa</option> |
| - | <option value="4"> | + | <option value="13">---East Africa</option> |
| - | <option value="5">Eastern Europe | + | <option value="14">---Central Africa</option> |
| - | <option value="6">North Africa | + | <option value="15">---Southern Africa</option> |
| - | <option value="7"> | + | <option value="16">---Anglophone Africa (English)</option> |
| - | <option value="8"> | + | <option value="17">---Arabophone Africa (Arabic)</option> |
| + | <option value="18">---Francophone Africa (French)</option> | ||
| + | <option value="19">---Lusophone Africa (Portuguese)</option> | ||
| + | <option value="2">ASIA (ALL)</option> | ||
| + | <option value="21">---Central Asia</option> | ||
| + | <option value="22">---East Asia</option> | ||
| + | <option value="23">---Southeast Asia</option> | ||
| + | <option value="24">---Western Asia (Caucasus)</option> | ||
| + | <option value="3">CARIBBEAN</option> | ||
| + | <option value="4">CENTRAL AMERICA AND MEXICO</option> | ||
| + | <option value="5">EASTERN EUROPE AND CENTRAL ASIA (ALL)</option> | ||
| + | <option value="51">---Caucasus</option> | ||
| + | <option value="52">---Former Soviet</option> | ||
| + | <option value="53">---South-Eastern Europe</option> | ||
| + | <option value="54">---Central Asia</option> | ||
| + | <option value="6">NORTH AFRICA AND THE MIDDLE EAST (ALL)</option> | ||
| + | <option value="61">---North Africa</option> | ||
| + | <option value="62">---Middle East</option> | ||
| + | <option value="7">PACIFIC ISLANDS</option> | ||
| + | <option value="8">SOUTH AMERICA</option> | ||
</select> <br> | </select> <br> | ||
</td> | </td> | ||
| Line 267: | Line 286: | ||
Regions[8] = new Array; // South America | Regions[8] = new Array; // South America | ||
Regions[8] = [16 , 25 , 47 , 48 , 55]; | Regions[8] = [16 , 25 , 47 , 48 , 55]; | ||
| - | + | Regions[11] = new Array; // North Africa | |
| - | + | Regions[11] = [41]; | |
| + | Regions[12] = new Array; // West Africa | ||
| + | Regions[12] = [5 , 8 , 11 , 20 , 22 , 33 , 36 , 41 , 45 , 53 , 59 , 68]; | ||
| + | Regions[13] = new Array; // East Africa | ||
| + | Regions[13] = [57 , 30 , 62 , 51 , 18 , 42 , 35 , 65]; | ||
| + | Regions[14] = new Array; // Central Africa | ||
| + | Regions[14] = [51]; | ||
| + | Regions[15] = new Array; // Southern Africa | ||
| + | Regions[15] = [6 , 32 , 43 , 54 , 56 , 35 , 42 , 57 , 65]; | ||
| + | Regions[16] = new Array; // Anglophone Africa | ||
| + | Regions[16] = [20 , 68 , 33 , 22]; | ||
| + | Regions[17] = new Array; // Arabophone Africa | ||
| + | Regions[17] = [41]; | ||
| + | Regions[18] = new Array; // Francophone Africa | ||
| + | Regions[18] = [5 , 8 , 10 , 11 , 36 , 41 , 45 , 51 , 53 , 59]; | ||
| + | Regions[19] = new Array; // Lusophone Africa (Portuguese) | ||
| + | Regions[19] = [11 , 42]; | ||
| + | Regions[21] = new Array; // Central Asia | ||
| + | Regions[21] = [29 , 31 , 61 , 40 , 12]; | ||
| + | Regions[22] = new Array; // East Asia | ||
| + | Regions[22] = [12 , 40]; | ||
| + | Regions[23] = new Array; // Southeast Asia | ||
| + | Regions[23] = [9 , 49 , 58]; | ||
| + | Regions[24] = new Array; // Western Asia (Caucasus) | ||
| + | Regions[24] = [2 , 3 , 21]; | ||
| + | Regions[51] = new Array; // Caucasus | ||
| + | Regions[51] = [2 , 3 , 21]; | ||
| + | Regions[52] = new Array; // Former Soviet | ||
| + | Regions[52] = [39 , 63]; | ||
| + | Regions[53] = new Array; // South-Eastern Europe | ||
| + | Regions[53] = [1 , 7 , 34 , 50]; | ||
| + | Regions[54] = new Array; // Central Asia | ||
| + | Regions[54] = [29 , 31 , 61 , 40 , 12]; | ||
| + | Regions[61] = new Array; // North Africa | ||
| + | Regions[61] = [41]; | ||
| + | Regions[62] = new Array; // Middle East | ||
| + | Regions[62] = [28]; | ||
Revision as of 18:47, 12 July 2010
<addhtml>
|
|
(Note: Uses Javascript) On the Peace Corps' Open Government Initiative website there are links at the bottom to .csv files, including one for "2009 Peace Corps Volunteer on board strength - by post and sector" (also available here). This page uses that data in its computations of volunteer placements.
|
</addhtml>
