DM

Showing posts with label Stops. Show all posts
Showing posts with label Stops. Show all posts

Tuesday, July 16, 2013

Researchers Explain How Brain Stops Us from Being Impulsive

by Rukmani Krishna on? July 06, 2013 at 12:00 AM Research News Researchers have found that your feelings about something and the value you put on it are calculated similarly in a specific area of the brain. The researchers who are from Duke University study how the brain values things-a field called neuroeconomics.  Researchers Explain How Brain Stops Us from Being Impulsive
The region is small area right between the eyes at the front of the brain. It's called the ventromedial prefrontal cortex, or vmPFC for short.

Scott Huettel, director of Duke's Center for Interdisciplinary Decision Science, said scientists studying emotion and neuroeconomics had independently singled out this area of the brain in their research but neither group recognized that the other's research was focused on it too.

Now, after a series of experiments in which subjects were asked to modify how they felt about something either positively or negatively, the Duke group is arguing that emotional and economic calculations are more closely related than brain scientists had realized.

"The neuroscience fits with your intuitive understanding," Amy Winecoff, a graduate student in psychology and neuroscience who led the research, said.

"Emotions appear to be relying on the same value system," she said.

The study is published in the Journal of Neuroscience.

Source-ANI

var xmlHttpvar imgpath,imagefunction RefreshImage(ImageId){image=document.getElementById(ImageId);//alert(ImageId);xmlHttp=GetXmlHttpObject();if (xmlHttp==null) { alert ("Your browser does not support AJAX!"); return; } var url="http://www.medindia.net/captcha/captcha.asp";url=url+"?x="+Math.random();imgpath=url;xmlHttp.onreadystatechange=stateChangedReg;xmlHttp.open("GET",url,true);xmlHttp.send(null);} function stateChangedReg(){if (xmlHttp.readyState==4){image.src = imgpath;}}function RequestCode(){xmlHttp=GetXmlHttpObject();if (xmlHttp==null) { alert ("Your browser does not support AJAX!"); return; } var url="http://www.medindia.net/captcha/reqimgvalue.asp";url=url+"?x="+Math.random();xmlHttp.onreadystatechange=stateChangedReq;xmlHttp.open("GET",url,true);xmlHttp.send(null);} function stateChangedReq(){if (xmlHttp.readyState==4){var seccode=xmlHttp.responseText;if(seccode==document.getElementById("scode").value){//alert(seccode + "same value");}else{document.getElementById("scode").value=xmlHttp.responseText;}}}function GetXmlHttpObject(){var xmlHttpNew=null;try { // Firefox, Opera 8.0+, Safari xmlHttpNew=new XMLHttpRequest(); }catch (e) { // Internet Explorer try { xmlHttpNew=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttpNew=new ActiveXObject("Microsoft.XMLHTTP"); } }return xmlHttpNew;}function GetXmlHttpObject(){var xmlHttp=null;try { // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpRequest(); }catch (e) { // Internet Explorer try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } }return xmlHttp;} X function fnsearch(){day1 = document.search.SelDay.value;month1 = document.search.SelMonth.value;year1 = document.search.SelYear.value;tmpdate=month1+"/"+day1+"/"+year1 fromdate=new Date(year1,month1-1,day1)if (!((fromdate.getDate()==day1)&&(fromdate.getMonth()+1==month1)&&(fromdate.getFullYear()==year1))){alert("Please Select a valid Date")document.search.SelDay.focus();return false;}tmpcatid=document.search.ncategoryid.value;tmpkeyword=document.search.keyword.value;document.search.action="http://www.medindia.net/news/newsday_list.asp?ddate="+tmpdate+"&ncategoryid=" +tmpcatid +"&keyword=" +tmpkeywordreturn true;}News Categories:?? Latest Health News Popular News AIDS/HIV News Alcohol & Drug Abuse News Alternative Medicine News Anti-Aging News Bird Flu News Cancer News Celebrity Health News Chikungunya News Child Health News Cholesterol News Clinical Trials News Corporate News Dengue News Dental News Diabetes News Diet & Nutrition News Drug News Education News Environmental Health General News Genetics & Stem Cells News Health Insurance News Heart Disease News Hospital News Hypertension News Indian Health News Lifestyle News Medical Gadgets Medical PDA News Medico Legal News Men?s Health News Mental Health News News on IT in Healthcare Nursing Profession News Obesity News Organ Donation News Research News Respiratory Disease News Senior Health News Sexual Health News Tropical Disease News Weight Loss Women Health News Teen's Health Center


View the original article here

Tuesday, July 2, 2013

Why Anti-cancer Therapy Stops Working at a Specific Stage

by Bidita Debnath on? June 25, 2013 at 4:03 PM Research News At the Hebrew University of Jerusalem and in California, researchers have achieved a breakthrough in understanding how and why a promising anti-cancer therapy has failed to achieve hoped-for success in killing tumor cells.  Why Anti-cancer Therapy Stops Working at a Specific Stage
Their work could lead to new insights into overcoming this impasse.

The problematic therapy investigated involves suppression of the protein mTOR (mammalian target Of Rapamycin). MTOR plays an important role in regulating how cells process molecular signals from their environment, and it is observed as strongly activated in many solid cancers.

Drug-induced suppression of mTOR has until now shown success in causing the death of cancer cells in the outer layers of cancerous tumors, but has been disappointing in clinical trials in dealing with the core of those tumors.

Reduced oxygen supply -- hypoxia -- is a near-universal feature of solid tumors that can alter how tumors respond to therapies. It was known that the behavior of mTOR signaling is influenced and altered by the condition of hypoxia, but the mechanism to explain this was unknown.

A research team, which included Prof. Emeritus Raphael D. Levine of the Institute of Chemistry at the Hebrew University of Jerusalem and researchers from the California Institute of Technology and the David Geffen School of Medicine at UCLA, investigated whether the influence of hypoxia on mTOR signaling in model brain cancer systems could explain the poor performance of mTOR drugs. Their work appeared in a recent article in the Proceedings of the National Academy of Sciences (PNAS) in the US.

For their investigation, they employed a new microchip technology that allowed them to measure the mTOR protein signaling network in individual cancer cells, and they interpreted the results using a new set of theoretical tools derived from the physical sciences. The combined approach permitted the simplification of an otherwise complex biological system.

They found that at a particular level of oxygen starvation (hypoxia) that is common in solid tumors, the mTOR signaling network switches between two sets of properties. At the switching point, the theoretical models predicted that mTOR would be intrinsically unresponsive to drugging.

Furthermore, the combined experiment and theory results indicated that the switch could be interpreted as a type of phase transition, which has not been previously observed in biological systems.

This phase transition is the point of the switch between the two signaling networks and happens very abruptly. The change in signaling means that the body of cells studied no longer responds in the way it did before. In the case of the tumor, the "drugging" of the mTOR ceases, meaning that the tumor is no longer inhibited.

These results have several implications. First, they may explain the poor clinical performance of mTOR inhibitors. Second, they indicate that certain complex biological behaviors, which often confound scientists who are seeking to find effective therapies for human diseases, may be understood by the effective application of experimental and theoretical tools derived from the physical sciences.

Source-Eurekalert

var xmlHttpvar imgpath,imagefunction RefreshImage(ImageId){image=document.getElementById(ImageId);//alert(ImageId);xmlHttp=GetXmlHttpObject();if (xmlHttp==null) { alert ("Your browser does not support AJAX!"); return; } var url="http://www.medindia.net/captcha/captcha.asp";url=url+"?x="+Math.random();imgpath=url;xmlHttp.onreadystatechange=stateChangedReg;xmlHttp.open("GET",url,true);xmlHttp.send(null);} function stateChangedReg(){if (xmlHttp.readyState==4){image.src = imgpath;}}function RequestCode(){xmlHttp=GetXmlHttpObject();if (xmlHttp==null) { alert ("Your browser does not support AJAX!"); return; } var url="http://www.medindia.net/captcha/reqimgvalue.asp";url=url+"?x="+Math.random();xmlHttp.onreadystatechange=stateChangedReq;xmlHttp.open("GET",url,true);xmlHttp.send(null);} function stateChangedReq(){if (xmlHttp.readyState==4){var seccode=xmlHttp.responseText;if(seccode==document.getElementById("scode").value){//alert(seccode + "same value");}else{document.getElementById("scode").value=xmlHttp.responseText;}}}function GetXmlHttpObject(){var xmlHttpNew=null;try { // Firefox, Opera 8.0+, Safari xmlHttpNew=new XMLHttpRequest(); }catch (e) { // Internet Explorer try { xmlHttpNew=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttpNew=new ActiveXObject("Microsoft.XMLHTTP"); } }return xmlHttpNew;}function GetXmlHttpObject(){var xmlHttp=null;try { // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpRequest(); }catch (e) { // Internet Explorer try { xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { xmlHttp=new ActiveXObject("Microsoft.XMLHTTP"); } }return xmlHttp;} X function fnsearch(){day1 = document.search.SelDay.value;month1 = document.search.SelMonth.value;year1 = document.search.SelYear.value;tmpdate=month1+"/"+day1+"/"+year1 fromdate=new Date(year1,month1-1,day1)if (!((fromdate.getDate()==day1)&&(fromdate.getMonth()+1==month1)&&(fromdate.getFullYear()==year1))){alert("Please Select a valid Date")document.search.SelDay.focus();return false;}tmpcatid=document.search.ncategoryid.value;tmpkeyword=document.search.keyword.value;document.search.action="http://www.medindia.net/news/newsday_list.asp?ddate="+tmpdate+"&ncategoryid=" +tmpcatid +"&keyword=" +tmpkeywordreturn true;}News Categories:?? Latest Health News Popular News AIDS/HIV News Alcohol & Drug Abuse News Alternative Medicine News Anti-Aging News Bird Flu News Cancer News Celebrity Health News Chikungunya News Child Health News Cholesterol News Clinical Trials News Corporate News Dengue News Dental News Diabetes News Diet & Nutrition News Drug News Education News Environmental Health General News Genetics & Stem Cells News Health Insurance News Heart Disease News Hospital News Hypertension News Indian Health News Lifestyle News Medical Gadgets Medical PDA News Medico Legal News Men?s Health News Mental Health News News on IT in Healthcare Nursing Profession News Obesity News Organ Donation News Research News Respiratory Disease News Senior Health News Sexual Health News Tropical Disease News Weight Loss Women Health News Vision Health Center


View the original article here