Skip to main content

Home/ ETAP640/ Group items tagged poverty

Rss Feed Group items tagged

Michael Lucatorto

Unshielded Colliders: Poverty and Education - 0 views

  • For example, Mel Riddile points out that when one conditions on various measures of poverty, instead of trailing other nations, the U.S. actually comes out on top! He concludes that "when it comes to school improvement, it's poverty not stupid." Poverty causes educational deficiency.
  • or example, Mel Riddile points out that when one conditions on various measures of poverty, instead of trailing other nations, the U.S. actually comes out on top! He concludes that "when it comes to school improvement, it's poverty not stupid." Poverty causes educational deficienc
  •  
    For example, Mel Riddile points out that when one conditions on various measures of poverty, instead of trailing other nations, the U.S. actually comes out on top! He concludes that "when it comes to school improvement, it's poverty not stupid." Poverty causes educational deficiency. Now, I like to actually have data to play around with, in part because people have been known to lie about politically charged issues and in part because I like to have nice graphs (which are not provided by Riddile). Anyway, it turns out that international poverty data is pretty hard to come by and fraught with interpretational difficulties. On the other hand, the National Assessment of Educational Progress provides test data for most of the states in the U.S., and the U.S. Census Bureau provides data on the percentage of people in poverty by state. I took the NAEP data for 8th grade science achievement and regressed on the percentage of people below the poverty line for the measured states. The two are negatively associated: as poverty increases, science achievement scores decrease according to the relationship in the plot below. (Alaska, Kansas, Nebraska, and Vermont did not meet NAEP reporting guidelines and are not included in the plot above.) The association is highly significant (p=9.98*10-6). I also took pilot NAEP data for 8th grade mathematics achievement and regressed on the percentage of people below the poverty line for the measured states. (Evidently, the NAEP has only just started testing for mathematics achievement, and only eleven states were included in their pilot.) Again, the two are negatively associated. The slope of the relation turns out to be almost exactly the same as for science achievement. The association is not as significant, but it is still significant (p=0.0186). (My guess is the association is less significant in this case because fewer states were measured.) Clearly there is an association between poverty and achievement in science and mathem
Joan McCabe

A Broader and Bolder Approach Uses Education to Break the Cycle of Poverty - 1 views

  •  
    Describes ways in which poverty negatively affects student achievement and development. Also describes ways to combat the cycle of poverty and shows schools already implementing this means of action.
Maria Guadron

Causes of Poverty - Global Issues - 0 views

  •  
    Read about deep, global causes of poverty. This website provides data, statistics, and articles of interest on global issues.
Maria Guadron

http://www.marketplace.org/topics/wealth-poverty/economist-joseph-stiglitz-income-inequ... - 0 views

  •  
    Listen to Nobel prize winning Joseph Stiglitz speak about income inequality in the U.S.
Anneke Chodan

Being Poor - Whatever - 1 views

  •  
    "Later I found out that if we had just called the school and explained, they would have found a way for me to attend. But how were we to know? I was the first person in my family to attend college."
Anneke Chodan

If only poor people understood nutrition! | The Fat Nutritionist - 1 views

  •  
    This is one of my favorite posts from my favorite blogger. Important look at the social determinants of health.
Anneke Chodan

Family-Centered Policies & Practices: International Implications - Katharine Briar-Laws... - 0 views

  •  
    The story of the RAINmakers
Maria Guadron

Definition of Social Work | IFSW - 0 views

  • Send me updates var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email'; try { var jqueryLoaded=jQuery; jqueryLoaded=true; } catch(err) { var jqueryLoaded=false; } var head= document.getElementsByTagName('head')[0]; if (!jqueryLoaded) { var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js'; head.appendChild(script); if (script.readyState && script.onload!==null){ script.onreadystatechange= function () { if (this.readyState == 'complete') mce_preload_check(); } } } var script = document.createElement('script'); script.type = 'text/javascript'; script.src = 'http://downloads.mailchimp.com/js/jquery.form-n-validate.js'; head.appendChild(script); var err_style = ''; try{ err_style = mc_custom_error_style; } catch(e){ err_style = '#mc_embed_signup input.mce_inline_error{border-color:#6B0505;} #mc_embed_signup div.mce_inline_error{margin: 0 0 1em 0; padding: 5px 10px; background-color:#6B0505; font-weight: bold; z-index: 1; color:#fff;}'; } var head= document.getElementsByTagName('head')[0]; var style= document.createElement('style'); style.type= 'text/css'; if (style.styleSheet) { style.styleSheet.cssText = err_style; } else { style.appendChild(document.createTextNode(err_style)); } head.appendChild(style); setTimeout('mce_preload_check();', 250); var mce_preload_checks = 0; function mce_preload_check(){ if (mce_preload_checks>40) return; mce_preload_checks++; try { var jqueryLoaded=jQuery; } catch(err) { setTimeout('mce_preload_check();', 250); return; } try { var validatorLoaded=jQuery("#fake-form").validate({}); } catch(err) { setTimeout('mce_preload_check();', 250); return; } mce_init_form(); } function mce_init_form(){ jQuery(document).ready( function($) { var options = { errorClass: 'mce_inline_error', errorElement: 'div', onkeyup: function(){}, onfocusout:function(){}, onblur:function(){} }; var mce_validator = $("#mc-embedded-subscribe-form").validate(options); $("#mc-embedded-subscribe-form").unbind('submit');//remove the validator so we can get into beforeSubmit on the ajaxform, which then calls the validator options = { url: 'http://ifsw.us4.list-manage2.com/subscribe/post-json?u=2ba1006fc5fe4f46217ba1378&id=f1659bc18d&c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8", beforeSubmit: function(){ $('#mce_tmp_error_msg').remove(); $('.datefield','#mc_embed_signup').each( function(){ var txt = 'filled'; var fields = new Array(); var i = 0; $(':text', this).each( function(){ fields[i] = this; i++; }); $(':hidden', this).each( function(){ var bday = false; if (fields.length == 2){ bday = true; fields[2] = {'value':1970};//trick birthdays into having years } if ( fields[0].value=='MM' && fields[1].value=='DD' && (fields[2].value=='YYYY' || (bday && fields[2].value==1970) ) ){ this.value = ''; } else if ( fields[0].value=='' && fields[1].value=='' && (fields[2].value=='' || (bday && fields[2].value==1970) ) ){ this.value = ''; } else { this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value; } }); }); return mce_validator.form(); }, success: mce_success_cb }; $('#mc-embedded-subscribe-form').ajaxForm(options); }); } function mce_success_cb(resp){ $('#mce-success-response').hide(); $('#mce-error-response').hide(); if (resp.result=="success"){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(resp.msg); $('#mc-embedded-subscribe-form').each(function(){ this.reset(); }); } else { var index = -1; var msg; try { var parts = resp.msg.split(' - ',2); if (parts[1]==undefined){ msg = resp.msg; } else { i = parseInt(parts[0]); if (i.toString() == parts[0]){ index = parts[0]; msg = parts[1]; } else { index = -1; msg = resp.msg; } } } catch(e){ index = -1; msg = resp.msg; } try{ if (index== -1){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } else { err_id = 'mce_tmp_error_msg'; html = ' '+msg+''; var input_id = '#mc_embed_signup'; var f = $(input_id); if (ftypes[index]=='address'){ input_id = '#mce-'+fnames[index]+'-addr1'; f = $(input_id).parent().parent().get(0); } else if (ftypes[index]=='date'){ input_id = '#mce-'+fnames[index]+'-month'; f = $(input_id).parent().parent().get(0); } else { input_id = '#mce-'+fnames[index]; f = $().parent(input_id).get(0); } if (f){ $(f).append(html); $(input_id).focus(); } else { $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } } } catch(e){ $('#mce-'+resp.result+'-response').show(); $('#mce-'+resp.result+'-response').html(msg); } } } Definition of Social Work Definition* The social work profession promotes social change, problem solving in human relationships and the empowerment and liberation of people to enhance well-being. Utilising theories of human behaviour and social systems, social work intervenes at the points where people interact with their environments. Principles of human rights and social justice are fundamental to social work. Commentary Social work in its various forms addresses the multiple, complex transactions between people and their environments. Its mission is to enable all people to develop their full potential, enrich their lives, and prevent dysfunction. Professional social work is focused on problem solving and change. As such, social workers are change agents in society and in the lives of the individuals, families and communities they serve. Social work is an interrelated system of values, theory and practice. Values Social work grew out of humanitarian and democratic ideals, and its values are based on respect for the equality, worth, and dignity of all people. Since its beginnings over a century ago, social work practice has focused on meeting human needs and developing human potential. Human rights and social justice serve as the motivation and justification for social work action. In solidarity with those who are dis-advantaged, the profession strives to alleviate poverty and to liberate vulnerable and oppressed people in order to promote social inclusion. Social work values are embodied in the profession’s national and international codes of ethics. Theory Social work bases its methodology on a systematic body of evidence-based knowledge derived from research and practice evaluation, including local and indigenous knowledge specific to its context. It recognises the complexity of interactions between human beings and their environment, and the capacity of people both to be affected by and to alter the multiple influences upon them including bio-psychosocial factors. The social work profession draws on theories of human development and behaviour an
  •  
    The International Federation of Social Workers updated its 1982 definition of the social work profession, a dynamic and evolving field. Social Work values multiple types of knowledge, including empirical knowledge and indigenous knowledge.
Tina Bianchi

, Class Matters-In and Out of School: Closing gaps requires attention to issues of race... - 0 views

  •  
    Challenges the idea that school reform should happen only in the schools and outlines three "inconvenient truths" in regard to true reform.
Donna Angley

K-16 - 0 views

  •  
    K-16 Initiatives and Access Programs (HEOP, STEP, CSTEP, LPP, Perkins, Teachers of Tomorrow, NYS Teacher of the Year, Teacher Opportunity Corps (TOC)
Donna Angley

Louise Waters article - 0 views

  •  
    Dr. Louise Waters discusses the power of OER in Urban Education
sherrilattimer

What does it mean to be a digital native? - CNN.com - 0 views

  • As technology filters into every corner of the globe and tech cities spring up in some unlikely places from Bangalore to Tel Aviv, a new gulf is emerging to separate the digitally savvy from the disconnected: Poverty.
  • In India, over two-thirds of the population live on less than $2 a day, according to the World Bank. But a United Nations report still says that mobile phones are more common than toilets, with nearly half of India's 1.2 billion population armed with a handset.
  • hierarchies created by digital literacy and the class systems that will be shaped by access to digital technologies.
  • ...3 more annotations...
  • digital outcasts -- people whose supposed problem of access to the world has been resolved."
  • By 2020, Prensky predicts people across the globe will be plugged into the "AORTA," -- Always On RealTime Access -
  • "The presents that we live in, are the futures that our pasts have imagined."
1 - 17 of 17
Showing 20 items per page