/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
Our Takeaway (so far)The Paleo Diet For Australopithecines: Approaching The Meat Of The Matter (Big Brains Require An Explanation, Part IV)
- Our ancestors’ dietary shift towards ground-based foods, and away from fruit, did not cause an increase in our ancestors’ brain size.
- Bipedalism was necessary to allow an increase in our ancestors’ brain size, but did not cause the increase by itself.
- Bipedalism allowed A. afarensis to spread beyond the forest, and freed its hands to carry tools. This coincided with a 20% increase in brain size from Ardipithecus, and a nearly 50% drop in body mass.
- Therefore, the challenges of obtaining food in evolutionarily novel environments (outside the forest) most likely selected for intelligence, quickness, and tool use, and de-emphasized strength.
- By 3.4 MYA, A. afarensis was most likely eating a paleo diet recognizable, edible, and nutritious to modern humans.
- The only new item was large animal meat (including bone marrow), which is more calorie- and nutrient-dense than any other food on the list—especially in the nutrients (e.g. animal fats, cholesterol) which make up the brain.
- Therefore, the most parsimonious interpretation of the evidence is that the abilities to live outside the forest, and thereby to somehow procure meat from large animals, provided the selection pressure for larger brains during the middle and late Pliocene.
J. Stanton
http://www.gnolls.org/2837/the-paleo-diet-for-australopithecines-approaching-the-meat-of-the-matter-big-brains-require-an-explanation-part-iv/ (http://www.gnolls.org/2837/the-paleo-diet-for-australopithecines-approaching-the-meat-of-the-matter-big-brains-require-an-explanation-part-iv/)[/size]