From 259838f880b5b33dbd6702d03d811c8f645022eb Mon Sep 17 00:00:00 2001 From: Christopher Brooks Date: Tue, 10 Sep 2019 20:27:21 +0000 Subject: [PATCH] wednesday lecture --- 190911_regular_expressions.ipynb | 113 +- datasets/buddhist.txt | 22 + datasets/nytimeshealth.txt | 2615 ++++++++++++++++++++++++++++++ 3 files changed, 2735 insertions(+), 15 deletions(-) create mode 100644 datasets/buddhist.txt create mode 100644 datasets/nytimeshealth.txt diff --git a/190911_regular_expressions.ipynb b/190911_regular_expressions.ipynb index 91c08b7..4b37e83 100644 --- a/190911_regular_expressions.ipynb +++ b/190911_regular_expressions.ipynb @@ -142,7 +142,7 @@ "execution_count": null, "metadata": { "slideshow": { - "slide_type": "subslide" + "slide_type": "fragment" } }, "outputs": [], @@ -155,7 +155,7 @@ "cell_type": "markdown", "metadata": { "slideshow": { - "slide_type": "subslide" + "slide_type": "fragment" } }, "source": [ @@ -305,11 +305,12 @@ "execution_count": null, "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "slide" } }, "outputs": [], "source": [ + "pattern='G..d'\n", "re.search(pattern, 'Goodness!')" ] }, @@ -373,11 +374,12 @@ "execution_count": null, "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "slide" } }, "outputs": [], "source": [ + "pattern=\"\\D\\d\\d\\d\\D\\s\\d\\d\\d-\\d\\d\\d\\d\"\n", "# But we see it's not an ideal pattern...\n", "re.search(pattern,\":306p 262-2905\")" ] @@ -404,7 +406,7 @@ "execution_count": null, "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "slide" } }, "outputs": [], @@ -475,7 +477,7 @@ "cell_type": "markdown", "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "slide" } }, "source": [ @@ -515,11 +517,12 @@ "execution_count": null, "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "slide" } }, "outputs": [], "source": [ + "# what's going to happen!?\n", "print(len('a'))\n", "print(len('a\\b'))\n", "print('a\\b')\n", @@ -575,7 +578,7 @@ "execution_count": null, "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "slide" } }, "outputs": [], @@ -632,7 +635,7 @@ "execution_count": null, "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "slide" } }, "outputs": [], @@ -716,7 +719,7 @@ "cell_type": "markdown", "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "slide" } }, "source": [ @@ -788,7 +791,8 @@ }, "outputs": [], "source": [ - "# Insert fun 🇨🇦🏒 activity here." + "# Insert fun 🇨🇦🏒 activity here.\n", + "# save data as datasets/wiki.txt" ] }, { @@ -824,7 +828,7 @@ "cell_type": "markdown", "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "slide" } }, "source": [ @@ -853,7 +857,7 @@ "cell_type": "markdown", "metadata": { "slideshow": { - "slide_type": "fragment" + "slide_type": "slide" } }, "source": [ @@ -867,9 +871,88 @@ { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "slideshow": { + "slide_type": "slide" + } + }, "outputs": [], - "source": [] + "source": [ + "# read in the wiki text\n", + "with open(\"datasets/wiki.txt\",\"r\") as file:\n", + " wiki=file.read()\n", + "\n", + "# can you write a better regex to pull out titles from that datafile?\n", + "for item in re.finditer(\"???\",wiki):\n", + " print(item.groupdict())" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "slideshow": { + "slide_type": "slide" + } + }, + "source": [ + "* Last topic I'll touch on in capture groups: thus far the focus has been on returning and labeling the capture groups\n", + "* What if we want to match on the group, but don't want to see it come back?\n", + "* (like \\[edit\\])\n", + "* We can use non capturing groups\n", + " * `(?:...)` Match but don't return the group" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "slideshow": { + "slide_type": "slide" + } + }, + "source": [ + "* Here's an example from the New York Times which covers health tweets on news items" + ] + }, + { + "cell_type": "code", + "execution_count": 227, + "metadata": { + "slideshow": { + "slide_type": "slide" + } + }, + "outputs": [], + "source": [ + "# get a list of all of the hashtags that are included in this data\n", + "with open(\"datasets/nytimeshealth.txt\",\"r\") as file:\n", + " health=file.read()\n" + ] + }, + { + "cell_type": "markdown", + "metadata": { + "slideshow": { + "slide_type": "slide" + } + }, + "source": [ + "* Lets see an example using data from wikipedia on US universities which are buddhist-based" + ] + }, + { + "cell_type": "code", + "execution_count": 228, + "metadata": { + "slideshow": { + "slide_type": "fragment" + } + }, + "outputs": [], + "source": [ + "# Get a list of dicts where each university 'name', 'city', and 'state' are labeled as such\n", + "with open(\"datasets/buddhist.txt\",\"r\") as file:\n", + " wiki=file.read()\n" + ] }, { "cell_type": "markdown", diff --git a/datasets/buddhist.txt b/datasets/buddhist.txt new file mode 100644 index 0000000..b9c8516 --- /dev/null +++ b/datasets/buddhist.txt @@ -0,0 +1,22 @@ +Buddhist universities and colleges in the United States +From Wikipedia, the free encyclopedia +Jump to navigationJump to search + +This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. +Find sources: "Buddhist universities and colleges in the United States" – news · newspapers · books · scholar · JSTOR (December 2009) (Learn how and when to remove this template message) +There are several Buddhist universities in the United States. Some of these have existed for decades and are accredited. Others are relatively new and are either in the process of being accredited or else have no formal accreditation. The list includes: + +Dhammakaya Open University – located in Azusa, California, part of the Thai Wat Phra Dhammakaya[1] +Dharmakirti College – located in Tucson, Arizona Now called Awam Tibetan Buddhist Institute (http://awaminstitute.org/) +Dharma Realm Buddhist University – located in Ukiah, California +Ewam Buddhist Institute – located in Arlee, Montana +Naropa University is located in Boulder, Colorado (Accredited by the Higher Learning Commission) +Institute of Buddhist Studies – located in Berkeley, California +Maitripa College – located in Portland, Oregon +Soka University of America – located in Aliso Viejo, California +University of the West – located in Rosemead, California +Won Institute of Graduate Studies – located in Glenside, Pennsylvania +References[edit] +^ Banchanon, Phongphiphat (3 February 2015). รู้จัก "เครือข่ายธรรมกาย" [Getting to know the Dhammakaya network]. Forbes Thailand (in Thai). Retrieved 11 November 2016. +External links[edit] +List of Buddhist Universities and Colleges in the world diff --git a/datasets/nytimeshealth.txt b/datasets/nytimeshealth.txt new file mode 100644 index 0000000..11aea01 --- /dev/null +++ b/datasets/nytimeshealth.txt @@ -0,0 +1,2615 @@ +548662191340421120|Sat Dec 27 02:10:34 +0000 2014|Risks in Using Social Media to Spot Signs of Mental Distress http://nyti.ms/1rqi9I1 +548579831169163265|Fri Dec 26 20:43:18 +0000 2014|RT @paula_span: The most effective nationwide diabetes prevention program you've probably never heard of: http://newoldage.blogs.nytimes.com/2014/12/26/diabetes-prevention-that-works/ +548579045269852161|Fri Dec 26 20:40:11 +0000 2014|The New Old Age Blog: Diabetes Prevention That Works http://nyti.ms/1xm7fTi +548444679529041920|Fri Dec 26 11:46:15 +0000 2014|Well: Comfort Casseroles for Winter Dinners http://nyti.ms/1xTNoO0 +548311901227474944|Fri Dec 26 02:58:39 +0000 2014|High-Level Knowledge Before Veterans Affairs Scandal http://nyti.ms/13yCpvS +548305625449787392|Fri Dec 26 02:33:42 +0000 2014|Your Money: Affordable Care Act’s Tax Effects Now Loom for Filers http://nyti.ms/13yAtUf +548283182853160960|Fri Dec 26 01:04:32 +0000 2014|Well: Christmas in the Hospital http://nyti.ms/1vtPNcm +548278414504108033|Fri Dec 26 00:45:35 +0000 2014|The Texas Tribune: For Members of Health Ministries in Texas, Caring Means Sharing the Bills http://nyti.ms/1wLtAen +548176399299649536|Thu Dec 25 18:00:12 +0000 2014|A q&a with Laura Hillenbrand, author of "Unbroken," who suffers from chronic fatigue syndrome. http://bit.ly/1ziCflj +547949409288609792|Thu Dec 25 02:58:14 +0000 2014|Race to Deliver Nicotine’s Punch, With Less Risk http://nyti.ms/1xNzyg4 +547904193961656321|Wed Dec 24 23:58:34 +0000 2014|The New Health Care: People Are Shopping for Health Insurance, Surprisingly http://nyti.ms/1vpIjqE +547904193001185280|Wed Dec 24 23:58:33 +0000 2014|Machine Learning: Bedtime Technology for a Better Night’s Sleep http://nyti.ms/16RCgpE +547872136304394242|Wed Dec 24 21:51:10 +0000 2014|Breaking: Lab Error May Have Exposed U.S. Technician to Ebola Virus http://nyti.ms/1ziIYf6 +547870756592300034|Wed Dec 24 21:45:41 +0000 2014|C.D.C. Ebola Error in Lab May Have Exposed Technician to Virus http://nyti.ms/1CDkLqc +547870381160140800|Wed Dec 24 21:44:12 +0000 2014|RT @nytimes: Breaking News: Lab Error May Have Exposed U.S. Technician to Ebola Virus http://nyti.ms/1B2ThGD +547802935141232642|Wed Dec 24 17:16:12 +0000 2014|A q&a with Laura Hillenbrand, author of "Unbroken," who suffers from chronic fatigue syndrome. http://nyti.ms/1B5PO9Q +547765704829964289|Wed Dec 24 14:48:15 +0000 2014|RT @cslnyt: Virus That Killed a Kansas Farmer is identified @CDCgov @nytDeniseGrady http://www.nytimes.com/2014/12/24/science/mysterious-virus-that-killed-a-farmer-in-kansas-is-identified.html?smid=nytcore-iphone-share&smprod=nytcore-iphone +547624914531127296|Wed Dec 24 05:28:48 +0000 2014|Well: Exercise to Lose Weight? Stay Warm http://nyti.ms/1Hz7Pj2 +547599936452583427|Wed Dec 24 03:49:33 +0000 2014|Business Briefing: Diabetes Drug Gains Approval for Treatment of Obesity http://nyti.ms/1ta9nPw +547599935517241344|Wed Dec 24 03:49:33 +0000 2014|So Far, 6.4 Million Obtain Health Care Coverage for 2015 in Federal Marketplace http://nyti.ms/1vaJ1ad +547595227197087745|Wed Dec 24 03:30:50 +0000 2014|DealBook: Inquiry Into Foreign Bribes at Biomet Hangs Over $13 Billion Merger http://nyti.ms/1vaHQYn +547595226215632896|Wed Dec 24 03:30:50 +0000 2014|Firing of V.A. Clinic Chief Is Upheld Over Gifts, Not Wait Lists http://nyti.ms/1ta9nPu +547576403836035072|Wed Dec 24 02:16:02 +0000 2014|World Briefing: Ireland: Doctors Seek to Remove Pregnant Woman From Life Support http://nyti.ms/13uMfPo +547562964153536512|Wed Dec 24 01:22:38 +0000 2014|Plastic Surgery Tourism Brings Chinese to South Korea http://nyti.ms/1wDB6Yq +547561821373075456|Wed Dec 24 01:18:06 +0000 2014|Looking for a better night's sleep? Put down that e-book and read a paperback instead. http://nyti.ms/1whtwhd +547559173974921218|Wed Dec 24 01:07:34 +0000 2014|Mysterious Virus That Killed a Farmer in Kansas Is Identified http://nyti.ms/1AZ0qaL +547515883518980096|Tue Dec 23 22:15:33 +0000 2014|Well: Pain Relievers Tied to Reduced Skin Cancer Risk http://nyti.ms/13ukGpr +547501217086062592|Tue Dec 23 21:17:16 +0000 2014|The best gift? The humble gift card. http://nyti.ms/1A1pDmz +547500871689711616|Tue Dec 23 21:15:54 +0000 2014|What do most people say they want for a gift? http://pbs.twimg.com/media/B5kdIQXCQAAtcgA.jpg +547460287289634822|Tue Dec 23 18:34:38 +0000 2014|F.D.A. Lifting Ban on Gay Blood Donors http://nyti.ms/16NAVjH +547459549360574466|Tue Dec 23 18:31:42 +0000 2014|F.D.A. to Lift Lifetime Ban on Blood Donation by Gay Men http://nyti.ms/1A12TTG +547440575545614336|Tue Dec 23 17:16:18 +0000 2014|Well: Think You Found the Perfect Gift? Think Again http://nyti.ms/13B6Amt +547410904414167040|Tue Dec 23 15:18:24 +0000 2014|RT @nytDeniseGrady: C.D.C. Head Says Fight on Ebola Will Be Long http://nyti.ms/1vhYN4g +547232205605707776|Tue Dec 23 03:28:19 +0000 2014|Gunman May Have Used Garner and Brown Cases to Justify Police Killings, Experts Say http://nyti.ms/1ATCm9m +547227742849470464|Tue Dec 23 03:10:35 +0000 2014|U.S. Court Strikes Down North Carolina Ultrasound Abortion Law http://nyti.ms/1xcoPMu +547227741960278016|Tue Dec 23 03:10:35 +0000 2014|Group Sues Aetna, Claiming Discrimination Against H.I.V. Patients http://nyti.ms/1ATxhOj +547223894130978817|Tue Dec 23 02:55:17 +0000 2014|Obama Administration to Investigate Insurers for Bias Against Costly Conditions http://nyti.ms/1xcnYeX +547184000411127808|Tue Dec 23 00:16:46 +0000 2014|C.D.C. Head Says Fight on Ebola Will Be Long http://nyti.ms/1CxIFR9 +547179177829756929|Mon Dec 22 23:57:36 +0000 2014|Op-Ed Contributors: Sugar Season. It’s Everywhere, and Addictive http://nyti.ms/16KEwPg +547144384672976896|Mon Dec 22 21:39:21 +0000 2014|Letters: Flavors From the Past http://nyti.ms/1HruX2S +547140214125506560|Mon Dec 22 21:22:47 +0000 2014|Global Health: For Heroin Users, Less May Be Worse for H.I.V. http://nyti.ms/1AAlJB2 +547130056959860736|Mon Dec 22 20:42:25 +0000 2014|Q&A: The Danger of Going Off Course http://nyti.ms/13WclvS +547129518683475968|Mon Dec 22 20:40:17 +0000 2014|Video: Is farmed fish better than no fish at all? #askwell http://nyti.ms/1weXRwR +547125616592834562|Mon Dec 22 20:24:46 +0000 2014|Well: Living With Cancer: Playing the C Card http://nyti.ms/1wf4rTY +547125615531671552|Mon Dec 22 20:24:46 +0000 2014|Patterns: How E-books May Disrupt Your Sleep http://nyti.ms/13W9Sl1 +547121243460481024|Mon Dec 22 20:07:24 +0000 2014|Books: Gabriele Oettingen Turns Her Mind to Motivation in ‘Rethinking Positive Thinking’ http://nyti.ms/13W60QY +547061476650139648|Mon Dec 22 16:09:54 +0000 2014|RT @celiadugger: Competition seems to driving down the exorbitant cost of hep c drugs after all. http://nyti.ms/1E10oon +547058681599520769|Mon Dec 22 15:58:48 +0000 2014|Personal Health: Why Cafeteria Food Is the Best http://nyti.ms/1zVQnou +546894013090263040|Mon Dec 22 05:04:28 +0000 2014|Pharmacy Deal Heralds Changed Landscape for Hepatitis Drugs http://nyti.ms/1wd8nEK +546525411623337984|Sun Dec 21 04:39:46 +0000 2014|Military Medicine: Military Hospital Care Is Questioned; Next, Reprisals http://nyti.ms/16Eu0co +546389588973854720|Sat Dec 20 19:40:04 +0000 2014|Dispatch: Ebola Should Be Easy to Treat http://nyti.ms/1xyIZQn +546141844288331777|Sat Dec 20 03:15:37 +0000 2014|Pain Clinic Doctor Is Sentenced In Overdose Deaths of 2 Patients http://nyti.ms/1v9WeB3 +546141843432685568|Sat Dec 20 03:15:36 +0000 2014|Hepatitis C Treatment Wins Approval, but Price Relief May Be Limited http://nyti.ms/1ww5GTT +546021777076666369|Fri Dec 19 19:18:30 +0000 2014|Well: For Hanukkah, Cooking With Oil http://nyti.ms/1zdlfC2 +545990925915545600|Fri Dec 19 17:15:55 +0000 2014|The New Old Age Blog: Dementia, but Prettier http://nyti.ms/1zcVIJ6 +545805323463065600|Fri Dec 19 04:58:24 +0000 2014|Lee W. Wattenberg, Who Saw Cancer Fighters in Foods, Dies at 92 http://nyti.ms/13FV3mD +545796300055531520|Fri Dec 19 04:22:32 +0000 2014|Liberia Will Proceed With Senate Vote Delayed by Ebola http://nyti.ms/1v6aOJQ +545749330033143808|Fri Dec 19 01:15:54 +0000 2014|World Briefing: Obesity May Be a Disability, Court Says http://nyti.ms/13iF90F +545654369715503104|Thu Dec 18 18:58:34 +0000 2014|Well: Weight Gain During Pregnancy Is Especially Good for Boys http://nyti.ms/1AwfGLZ +545654368801148928|Thu Dec 18 18:58:33 +0000 2014|Well: Ask Well: Wild Fish vs. Farmed Fish http://nyti.ms/1C3N6Wp +545621096255729665|Thu Dec 18 16:46:21 +0000 2014|Medical Paradox: Can Cuba Escape Poverty but Stay Healthy? http://nyti.ms/1r34s1u +545443639825293313|Thu Dec 18 05:01:12 +0000 2014|World Briefing: Agencies Warn of Hunger in Ebola Zone http://nyti.ms/1GSGc4f +545413335353933824|Thu Dec 18 03:00:47 +0000 2014|Citing Health Risks, Cuomo to Ban Fracking in New York State http://nyti.ms/13dIvlp +545407394747265024|Thu Dec 18 02:37:10 +0000 2014|For That Door-to-Treadmill Service http://nyti.ms/13dDyJe +545308477292560384|Wed Dec 17 20:04:06 +0000 2014|Well: Belly Fat Tied to Sudden Cardiac Death http://nyti.ms/1AIfysB +545288768371310592|Wed Dec 17 18:45:48 +0000 2014|The New Old Age Blog: Questionable Remedies for Eye Disease http://nyti.ms/1zwwjrx +545255659881914368|Wed Dec 17 16:34:14 +0000 2014|Go for a run, hop on a bike or jump in that pool -- and change your DNA. http://nyti.ms/1yYzbdP +545253503963516928|Wed Dec 17 16:25:40 +0000 2014|Massachusetts Pharmacy Owners Arrested in Meningitis Deaths http://nyti.ms/1zw5d3G +545235402156937217|Wed Dec 17 15:13:44 +0000 2014|For First Time, Treatment Helps Patients With Worst Kind of Stroke, Study Says http://nyti.ms/1zvSJsN +545086317659717632|Wed Dec 17 05:21:20 +0000 2014|Well: How Exercise Changes Our DNA http://nyti.ms/1wXOPey +545074589374881792|Wed Dec 17 04:34:43 +0000 2014|National Briefing | New England: Massachusetts: Sex-Change Surgery Denied to Inmate http://nyti.ms/13aAYn0 +545070455196250113|Wed Dec 17 04:18:18 +0000 2014|Federal Health Exchange Sees Enrollment Flurry http://nyti.ms/1zpVLju +545070454038614016|Wed Dec 17 04:18:17 +0000 2014|Vivek Murthy, the New Surgeon General, Isn’t Afraid to Take a Stand http://nyti.ms/13aB129 +545066190205624320|Wed Dec 17 04:01:21 +0000 2014|U.N. Secretary General to Visit Ebola-Plagued Nations http://nyti.ms/1zpVLjs +545066189291261953|Wed Dec 17 04:01:21 +0000 2014|F.D.A. Approves System That May Make Blood Transfusions Safer http://nyti.ms/13aB0LT +544963579364270080|Tue Dec 16 21:13:36 +0000 2014|Well: Questioning the Idea of Good Carbs, Bad Carbs http://nyti.ms/135G5VU +544893542360182784|Tue Dec 16 16:35:18 +0000 2014|RT @sangerkatz: E-cig study fascinating. Per @stavernise, teen e-cig use is up, while traditional smoking is way down. http://t.co/vkyI2Avb… +544880537740251136|Tue Dec 16 15:43:38 +0000 2014|E-Cigarettes on Rise Among Teenagers, Study Finds http://nyti.ms/1szZo5Q +544723459369340928|Tue Dec 16 05:19:27 +0000 2014|Fewer Ebola Cases Go Unreported Than Thought, Study Finds http://nyti.ms/1wbY20X +544712816138387456|Tue Dec 16 04:37:10 +0000 2014|Death in Bronx Shows Vulnerability of State’s Nursing Home Residents http://nyti.ms/13sy0eF +544709026605711360|Tue Dec 16 04:22:06 +0000 2014|With Hospitals Under Stress, Tennessee’s Governor Pursues Medicaid Expansion http://nyti.ms/12ZZesm +544694650234474497|Tue Dec 16 03:24:59 +0000 2014|The Mumps, a Scourge of Dormitories, Spreads Through the N.H.L. http://nyti.ms/13soZSR +544694649185902592|Tue Dec 16 03:24:58 +0000 2014|Paying Till It Hurts: The Odd Math of Medical Tests: One Scan, Two Prices, Both High http://nyti.ms/1GK1q4b +544668958054690816|Tue Dec 16 01:42:53 +0000 2014|Reactions: Darwin in Space, Dying Well, Eating the Cure http://nyti.ms/1Af3UFJ +544665124414701568|Tue Dec 16 01:27:39 +0000 2014|Senate, Ending Long Fight, Confirms Obama Pick for Surgeon General http://nyti.ms/1Af82po +544665123462594560|Tue Dec 16 01:27:39 +0000 2014|Memo From Paris: A Plan to Limit Cars in Paris Collides With French Politics http://nyti.ms/1yWbZlx +544660677626195968|Tue Dec 16 01:09:59 +0000 2014|Well: Aspirin Risks Outweigh Benefits for Younger Women http://nyti.ms/1yW7QxS +544660676716032000|Tue Dec 16 01:09:59 +0000 2014|National Briefing | West: California: Court Upholds Condom Rule for Actors http://nyti.ms/1Af3UFH +544656861057007616|Tue Dec 16 00:54:49 +0000 2014|Well: Poor Sleep Tied to Brain Changes of Dementia http://nyti.ms/1Af3SxC +544656860054581248|Tue Dec 16 00:54:49 +0000 2014|The Echoes of Hearts Long Silenced http://nyti.ms/1yW7NCm +544651074263875584|Tue Dec 16 00:31:49 +0000 2014|Well: Ask Well: Why Do My Knees Make Noise When I Squat? http://nyti.ms/1AeZONX +544641994208063488|Mon Dec 15 23:55:45 +0000 2014|Op-Ed Contributor: Board-Certification Has Gone Too Far http://nyti.ms/1yVWbiP +544637239834460160|Mon Dec 15 23:36:51 +0000 2014|Well: The Myth of Comfort Food http://nyti.ms/1zpnVde +544625368192532481|Mon Dec 15 22:49:41 +0000 2014|Well: A Shortage of Juggling Doctors http://nyti.ms/1zpdNkA +544621548611842048|Mon Dec 15 22:34:30 +0000 2014|Q&A: Ironclad Results http://nyti.ms/1zp93f5 +544621547450007553|Mon Dec 15 22:34:30 +0000 2014|Well: Infusionarium Aims to Take Trauma Out of Chemotherapy for Young http://nyti.ms/1zp9QMP +544617753634942976|Mon Dec 15 22:19:25 +0000 2014|Global Health: Gun Proliferation Fuels Homicide Rates in the Americas http://nyti.ms/1yVBhQK +544617752502480896|Mon Dec 15 22:19:25 +0000 2014|Findings: A Meditation on the Art of Not Trying http://nyti.ms/1zp93f1 +544603570843451392|Mon Dec 15 21:23:04 +0000 2014|RT @KJDellAntonia: Join @NYTMotherlode and @BethBDaley tomorrow 2p 4 live chat re:: the impact of Oversold prenatal tests http://t.co/0LsXh… +544515664275599360|Mon Dec 15 15:33:45 +0000 2014|Well: Moving Away From Nursing Homes http://nyti.ms/1ITA7Z6 +544511163334406144|Mon Dec 15 15:15:52 +0000 2014|The New Health Care: Forbidden Topic in Health Policy Debate: Cost Effectiveness http://nyti.ms/136pRLR +543976690465390592|Sun Dec 14 03:52:04 +0000 2014|An Ebola Orphan’s Plea in Africa: ‘Do You Want Me?’ http://nyti.ms/1yOAMI9 +543603667656769536|Sat Dec 13 03:09:48 +0000 2014|Op-Ed Contributor: Making a Pig’s Ear of Food Safety http://nyti.ms/1zhBhs0 +543434018021470208|Fri Dec 12 15:55:41 +0000 2014|Well: Weight Gain Carries Risks, No Matter Your Weight http://nyti.ms/1zHKkDH +543416498044542977|Fri Dec 12 14:46:03 +0000 2014|The New Old Age Blog: U.S. Health Care Lags Worldwide for Those Over 65 http://nyti.ms/1wn60mf +543416496249384960|Fri Dec 12 14:46:03 +0000 2014|Well: Pâté from the Sea http://nyti.ms/1DmTjy0 +543253588219142144|Fri Dec 12 03:58:43 +0000 2014|Strange Climate Event: Warmth Toward U.S. for Its More Assertive Role http://nyti.ms/1GiLCqV +543249745162932224|Fri Dec 12 03:43:26 +0000 2014|Judge Says Actavis Must Continue to Sell Namenda, a Drug for Alzheimer’s Disease http://nyti.ms/1shJpcB +543249742851883008|Fri Dec 12 03:43:26 +0000 2014|World Briefing: Mali: No Ebola Cases, Ministry Says http://nyti.ms/1GiLAiz +543170222006759424|Thu Dec 11 22:27:27 +0000 2014|RT @bencareynyt: The psychological "theory" of torture, and its recent history: http://bit.ly/1Bj4hzW +543168345777131520|Thu Dec 11 22:19:59 +0000 2014|RT @bencareynyt: The psychological "theory" of torture, and its recent history: http://nyti.ms/1uqctsD +543164021030285312|Thu Dec 11 22:02:48 +0000 2014|Researcher who conducted studies CIA psychologists cited said he was “grieved and horrified” by twisting of his work. http://nyti.ms/16c5FdP +543156024081776640|Thu Dec 11 21:31:02 +0000 2014|Double plastic problems: http://nyti.ms/138gtZj and http://nyti.ms/138gv3m +543151347701665793|Thu Dec 11 21:12:27 +0000 2014|RT @cslnyt: Worried about sexual assault? Read this http://nyti.ms/1urBDI5 @susandominus +543123596290576384|Thu Dec 11 19:22:10 +0000 2014|Gay Advocates Can Shift Same-Sex Marriage Views http://nyti.ms/1Di2mk1 +543109041875333120|Thu Dec 11 18:24:20 +0000 2014|RT @paula_span: Do seniors in assisted living have fewer "unmet needs" than those living in own homes? Sort of. http://newoldage.blogs.nytimes.com/2014/12/09/unmet-needs-for-elderly-continue-to-pile-up/ +543073675260747776|Thu Dec 11 16:03:48 +0000 2014|Well: The Punishing Cost of Cancer Care http://nyti.ms/1zUiHp4 +542906939949473792|Thu Dec 11 05:01:15 +0000 2014|Insurers in New York Must Cover Gender Reassignment Surgery, Cuomo Says http://nyti.ms/1skxKUG +542903021878132736|Thu Dec 11 04:45:41 +0000 2014|In New Mexico, Deliverer of a Town’s Children Faces Salacious Accusations http://nyti.ms/1skxN2L +542903020779212801|Thu Dec 11 04:45:41 +0000 2014|Business Briefing: F.D.A. Approves New Version of Cervical Cancer Vaccine http://nyti.ms/1qyieJt +542898569007882240|Thu Dec 11 04:28:00 +0000 2014|Health Goth: When Darkness and Gym Rats Meet http://nyti.ms/1skxN2J +542898567791521792|Thu Dec 11 04:27:59 +0000 2014|Philadelphia Transit Agency Sues Gilead Over Cost of Sovaldi http://nyti.ms/1qyieJr +542852424952991744|Thu Dec 11 01:24:38 +0000 2014|Well: Exercising a Fat Dog (and Yourself) http://nyti.ms/12OyHOo +542838317617016833|Thu Dec 11 00:28:35 +0000 2014|Op-Ed Contributor: Don’t Homogenize Health Care http://nyti.ms/1ICws1J +542761042125021184|Wed Dec 10 19:21:31 +0000 2014|RT @bstrauch: Depression that melts away? This new/old drug helps some and drug companies have big plans.But can it work? http://t.co/fqig5… +542720910172897280|Wed Dec 10 16:42:02 +0000 2014|Biscuits, as the psychologists that assist w/ interrogations are known, have long raised red flags for their peers. http://nyti.ms/1yA3k38 +542718642564395010|Wed Dec 10 16:33:02 +0000 2014|Worth revisiting this @bencareynyt piece on psychologists’ central role in C.I.A. interrogations. http://nyti.ms/1yA2Qda +542714488756396033|Wed Dec 10 16:16:31 +0000 2014|For Many With Breast Cancer, Shorter Radiation Treatment Is Just as Effective, Study Finds http://nyti.ms/1IAAd7K +542668384161529858|Wed Dec 10 13:13:19 +0000 2014|Well: Got a Minute? Let’s Work Out http://nyti.ms/1ul7gmH +542551171916124160|Wed Dec 10 05:27:34 +0000 2014|National Briefing | Health: Nearly 2,000 Travelers Screened for Ebola http://nyti.ms/1GhJoWQ +542551170993364993|Wed Dec 10 05:27:33 +0000 2014|Special K, a Hallucinogen, Raises Hopes and Concerns as a Treatment for Depression http://nyti.ms/1GhJqOs +542453124116410368|Tue Dec 09 22:57:57 +0000 2014|Overdoses involving prescription drugs are a leading cause of accidental death in the United States. http://nyti.ms/1uj8yPe +542452019126996993|Tue Dec 09 22:53:34 +0000 2014|RT @UpshotNYT: Obamacare is not one-size-fits-all and here's why: http://nyti.ms/1yx9s0S http://twitter.com/UpshotNYT/status/542432794136178688/photo/1 +542450554257956864|Tue Dec 09 22:47:45 +0000 2014|Running may reverse aging in certain ways while walking does not. http://nyti.ms/1uj747E +542437915251326978|Tue Dec 09 21:57:31 +0000 2014|The New Old Age Blog: Unmet Needs Continue to Pile Up http://nyti.ms/1wdpCcw +542409425919569922|Tue Dec 09 20:04:19 +0000 2014|RT @deborahblum: A chilling story: When a Rapist’s Weapon Is a Drug http://nyti.ms/1zl4hzS +542409033064263680|Tue Dec 09 20:02:45 +0000 2014|RT @cslnyt: Stroke in #pregnancy is "rare, deadly and increasing" http://ow.ly/FzJBi @acognews @Preeclampsia @MySMFM +542273212365561856|Tue Dec 09 11:03:03 +0000 2014|The research behind roofies and rapists who feel drawn to drug. http://nyti.ms/1uccbpS +542270708437372930|Tue Dec 09 10:53:06 +0000 2014|A step toward reducing deaths from lung cancer. http://nyti.ms/1uc9mFv +542190616013443073|Tue Dec 09 05:34:50 +0000 2014|Propensity for Pessimism: The Battle Over Douglas Elmendorf — and the Inability to See Good News http://nyti.ms/1wu5Ooz +542182740389801986|Tue Dec 09 05:03:33 +0000 2014|Patients Prescribed Narcotic Painkillers Use More of Them for Longer, Study Finds http://nyti.ms/1vyzJVx +542174619336474624|Tue Dec 09 04:31:17 +0000 2014|Vote on Vivek Murthy, Surgeon General Nominee, May Be Near http://nyti.ms/1z14Lds +542174618401112064|Tue Dec 09 04:31:16 +0000 2014|G.O.P. Extracts Price for Averting Shutdown http://nyti.ms/1IsRKyH +542150701074235392|Tue Dec 09 02:56:14 +0000 2014|After years of research there is genuine hope for reducing the toll of lung cancer. http://nyti.ms/1uc9mFv +542137553256984576|Tue Dec 09 02:03:59 +0000 2014|World Briefing | Health: Malaria Scourge Has Declined Globally, but Ebola May Affect Toll, W.H.O. Says http://nyti.ms/1zloRjH +542133105050812416|Tue Dec 09 01:46:19 +0000 2014|Half of Doctors Listed as Serving Medicaid Patients Are Unavailable, Investigation Finds http://nyti.ms/1A9tJ9X +542098881605939200|Mon Dec 08 23:30:19 +0000 2014|Why would someone who has seemingly easy access to consensual sex resort to drugging? The research: http://nyti.ms/1uccbpS +542093690530181122|Mon Dec 08 23:09:42 +0000 2014|The New Health Care: Health Care Law Is Not One-Size-Fits-All, and Here’s Why http://nyti.ms/1z0veaZ +542091515573833728|Mon Dec 08 23:01:03 +0000 2014|The Mediterranean Diet Is Good for Your DNA http://nyti.ms/1ucbH39 +542089323924176898|Mon Dec 08 22:52:21 +0000 2014|Rate of Stroke Rising in Pregnant Women, Report Finds http://nyti.ms/1yu7a2y +542089322405830656|Mon Dec 08 22:52:20 +0000 2014|When a Rapist’s Weapon is a Drug http://nyti.ms/1z0vbfo +542089274364289024|Mon Dec 08 22:52:09 +0000 2014|Despite treatment advances for many cancers, lung cancer has remained a stubborn killer. http://nyti.ms/1uc9mFv +542089231771111424|Mon Dec 08 22:51:59 +0000 2014|RT @randyNYT: How NYT covers Ebola http://nyti.ms/1z914DC Editor Greg Winter quoted also supervises Mexico, has handled a lot of #Ayotzinap… +542075769259053056|Mon Dec 08 21:58:29 +0000 2014|Well: BPA in Cans and Plastic Bottles Linked to Quick Rise in Blood Pressure http://nyti.ms/1z0pZbr +542032004926423040|Mon Dec 08 19:04:35 +0000 2014|Well: For Lung Cancer Screening, a Small Dose of Hope http://nyti.ms/12iUptL +542009216853360640|Mon Dec 08 17:34:01 +0000 2014|Well: Antibiotics May Not Raise Asthma Risk http://nyti.ms/12iAE5F +541998539011014656|Mon Dec 08 16:51:36 +0000 2014|An Ebola Doctor’s Return From the Edge of Death http://nyti.ms/12XYfcV +541802217234505728|Mon Dec 08 03:51:29 +0000 2014|Paid to Promote Eye Drug, and Prescribing It Widely http://nyti.ms/1A7gG93 +541798012704796672|Mon Dec 08 03:34:47 +0000 2014|Dallas Physician in Nation’s First Ebola Case Acknowledges Errors in Treatment http://nyti.ms/1zfNkXK +541798011849150465|Mon Dec 08 03:34:46 +0000 2014|Liberian President’s Ban on Rallies Is Seen as Political http://nyti.ms/1A7gG8Z +541753218204983296|Mon Dec 08 00:36:47 +0000 2014|An Ebola Doctor’s Return From the Edge of Death http://nyti.ms/1AO9q2C +541403100079484929|Sun Dec 07 01:25:32 +0000 2014|As Ebola Rages, Poor Planning Thwarts Efforts http://nyti.ms/1yqReJm +541399273313947648|Sun Dec 07 01:10:20 +0000 2014|Vegetable Spawns Larceny and Luxury in Peru http://nyti.ms/1yqA5og +541399271715913729|Sun Dec 07 01:10:19 +0000 2014|Cancer Drugs That Free Brake on Immune System Show Promise for Hodgkin’s http://nyti.ms/1yqRet4 +541066328891981824|Sat Dec 06 03:07:19 +0000 2014|World Briefing: Pakistan: Children May Have Been Infected with H.I.V. http://nyti.ms/1FW13mC +540993049602850817|Fri Dec 05 22:16:08 +0000 2014|Well: Think Like a Doctor: A Hideous Sore Solved http://nyti.ms/1FUPZq3 +540970518607044609|Fri Dec 05 20:46:37 +0000 2014|The New Health Care: The Health-Cost Slowdown Isn’t Just About the Economy http://nyti.ms/1vx33AK +540964378007597056|Fri Dec 05 20:22:13 +0000 2014|Well: Wild About Mushrooms http://nyti.ms/1vwZj21 +540952307429818368|Fri Dec 05 19:34:15 +0000 2014|Well: The Yogurt Must Be Greek http://nyti.ms/126zie7 +540939540631126016|Fri Dec 05 18:43:31 +0000 2014|Well: The Yogurt Must Be Greek http://nyti.ms/126ofSg +540911538560053249|Fri Dec 05 16:52:15 +0000 2014|What common spice can cause hallucinations? Take our quiz. http://nyti.ms/1tZx5aT +540908018834341888|Fri Dec 05 16:38:15 +0000 2014|Clues emerge as to why the Mediterranean diet is good for you. http://nyti.ms/1wzfLAg +540907877679243265|Fri Dec 05 16:37:42 +0000 2014|Take this quiz to see whether you have a a Mediterranean diet. http://nyti.ms/1wzfLAg +540722955110858752|Fri Dec 05 04:22:53 +0000 2014|A young doctor goes to the world cup, then develops a terrible rash. Then her boyfried gets it. What's causing it? http://nyti.ms/1pYH9p4 +540706896714674176|Fri Dec 05 03:19:04 +0000 2014|Liberia Bans Election Rallies to Fight Ebola http://nyti.ms/1zXG2Ge +540621694936035328|Thu Dec 04 21:40:30 +0000 2014|Well: After a Cancer Diagnosis, Learning to Let Go http://nyti.ms/1tUlZ77 +540598226580430848|Thu Dec 04 20:07:15 +0000 2014|RT @paula_span: New York City's first geriatric cardiology clinic opens, because in medicine age is not just a number. http://t.co/55ZoJpJ… +540585959788937217|Thu Dec 04 19:18:31 +0000 2014|The general fertility rate in the United States dropped to a record low last year, http://nyti.ms/1wzpyGG +540585928654618624|Thu Dec 04 19:18:23 +0000 2014|C.D.C. Warns That Flu Season May Be More Deadly Than Usual http://nyti.ms/1CJyTPB +540580237424476160|Thu Dec 04 18:55:46 +0000 2014|The New Old Age Blog: A Focus on the Heart for Older Patients http://nyti.ms/1FU4k83 +540578857427152896|Thu Dec 04 18:50:17 +0000 2014|RT @UpshotNYT: ProPublica offers a tool for figuring out what's changed in the details of your health insurance plan. http://nyti.ms/1I4whvY +540578712488792064|Thu Dec 04 18:49:43 +0000 2014|Can you figure out what caused a hideous sore? http://nyti.ms/1wzg1PN +540578508364607489|Thu Dec 04 18:48:54 +0000 2014|The Mediterranean diet is good for your DNA. http://nyti.ms/1wzfLAg +540573064119861249|Thu Dec 04 18:27:16 +0000 2014|A significant share of the bacteria present in India are immune to nearly all antibiotics. http://nyti.ms/1wz9ggZ +540549230411382784|Thu Dec 04 16:52:34 +0000 2014|RT @nycscribe: Superbugs are one compelling reason the world should care about India's sanitation. @GardinerHarris http://pbs.twimg.com/media/B4BpvPmIIAEMz7s.jpg +540548853129564162|Thu Dec 04 16:51:04 +0000 2014|Public restrooms aren’t any dirtier than the rest of our environment, researchers report. http://nyti.ms/1wyEMvz +540537952515137536|Thu Dec 04 16:07:45 +0000 2014|Enrollments Under Health Law Continue at Solid Pace http://nyti.ms/1yqBDxb +540517249388658689|Thu Dec 04 14:45:29 +0000 2014|Well: Go Ahead, Use the Restroom http://nyti.ms/1yjaGNj +540496976333533185|Thu Dec 04 13:24:55 +0000 2014|Well: Think Like a Doctor: A Hideous Sore http://nyti.ms/12pjqmX +540371661598773248|Thu Dec 04 05:06:58 +0000 2014|Chronic Diseases Are Killing More in Poorer Countries http://nyti.ms/1zT5D3d +540354470375612416|Thu Dec 04 03:58:39 +0000 2014|Court Strikes Down Drug Tests for Florida Welfare Applicants http://nyti.ms/1Ai7iA2 +540354469146677248|Thu Dec 04 03:58:39 +0000 2014|University of Texas Says It Can Account for Missing Brain Specimens http://nyti.ms/1Ai7grO +540328721203605504|Thu Dec 04 02:16:20 +0000 2014|‘Superbugs’ Kill India’s Babies and Pose an Overseas Threat http://nyti.ms/1yn4P8p +540324117506195457|Thu Dec 04 01:58:03 +0000 2014|British Regulator Urges Home Births Over Hospitals for Uncomplicated Pregnancies http://nyti.ms/1FPX2C9 +540289339427934209|Wed Dec 03 23:39:51 +0000 2014|Think Like a Doctor contest by Dr. Lisa Sanders -- goes live at 8 am on Well http://nyti.ms/1bJTdT1 http://pbs.twimg.com/media/B39-SCaCcAASI8D.jpg +540251740084654081|Wed Dec 03 21:10:26 +0000 2014|Medicines Taken During Pregnancy to Get Clearer Warnings on Risk http://nyti.ms/1zRN3Zc +540236109264191488|Wed Dec 03 20:08:20 +0000 2014|Meet the virus detective. (Photo by Damon Winter.) http://nyti.ms/1wt8PVy http://pbs.twimg.com/media/B39N4ObCAAAxHR6.jpg +540175667917504512|Wed Dec 03 16:08:09 +0000 2014|Running may reverse aging in certain ways while walking does not.http://nyti.ms/1wrKHCy +540011433732624385|Wed Dec 03 05:15:33 +0000 2014|Well: Run to Stay Young http://nyti.ms/1vgVdpO +540011432398848000|Wed Dec 03 05:15:33 +0000 2014|New York Plan Aims to Divert Mentally Ill People From Jail’s Revolving Door http://nyti.ms/1ye3u4Y +540007146684166144|Wed Dec 03 04:58:31 +0000 2014|At N.I.H., Obama Stresses Need to Keep Funding Fight Against Ebola http://nyti.ms/1ye10na +540007145685925889|Wed Dec 03 04:58:31 +0000 2014|Giants Chairman Finances Improved Medical Supervision for School Football Programs http://nyti.ms/1vgQ5lD +539969172131041280|Wed Dec 03 02:27:37 +0000 2014|Business Briefing: Biogen Idec Alzheimer’s Drug to Receive Late-Stage Study http://nyti.ms/1FL3NU1 +539964725153767424|Wed Dec 03 02:09:57 +0000 2014|Monitoring for Those Exposed to New York Ebola Patient Ends http://nyti.ms/1rSOkjZ +539964724155547649|Wed Dec 03 02:09:56 +0000 2014|New Concerns Over Response to Ebola Crisis http://nyti.ms/1FL3Lvk +539929253089775618|Tue Dec 02 23:48:59 +0000 2014|Well: Mediterranean Diet Is Good for Your DNA http://nyti.ms/1tBtT60 +539837723251843072|Tue Dec 02 17:45:17 +0000 2014|A review of ‘Invisible History of the Human Race.’ on @nytimesbooks list of notable books of the year. http://nyti.ms/1wkSger +539837173726715905|Tue Dec 02 17:43:06 +0000 2014|Being Mortal is on @nytimesbooks list of notable books. Here is our review: http://nyti.ms/1wkRe1O +539821342489841664|Tue Dec 02 16:40:12 +0000 2014|Bugs in Manhattan Compete With Rats for Food Refuse http://nyti.ms/1HVoZui +539816541660135424|Tue Dec 02 16:21:07 +0000 2014|C.D.C. urges teenage boys to get circumcised to reduce risk of getting H.I.V. http://nyti.ms/11OOaO7 +539780511083020289|Tue Dec 02 13:57:57 +0000 2014|Well: Circumcision Guidelines Target Teenagers http://nyti.ms/1FJC3Pv +539649334107987968|Tue Dec 02 05:16:42 +0000 2014|Antismoking Story That Is Tailored to Native Alaskans http://nyti.ms/1yzBbvr +539645312189886465|Tue Dec 02 05:00:43 +0000 2014|New York City Plans Focus on Mental Health in Justice System http://nyti.ms/1rQxuCm +539645311246139392|Tue Dec 02 05:00:42 +0000 2014|Video Feature: Jade’s Journey Marked by Drugs and Death http://nyti.ms/1yzB8jl +539608493008101377|Tue Dec 02 02:34:24 +0000 2014|New York Attorney General Critical of Heroin Antidote’s Cost http://nyti.ms/1y7IhEM +539608491716280320|Tue Dec 02 02:34:24 +0000 2014|2014 Goals for Ebola Treatment May Not Be Met, U.N. Health Officials Say http://nyti.ms/1yEBq9q +539576812947644416|Tue Dec 02 00:28:31 +0000 2014|Well: Hoping for a Good Death http://nyti.ms/1twVoO3 +539576811882303488|Tue Dec 02 00:28:31 +0000 2014|Well: Therapy Prevents Repeat Suicide Attempts http://nyti.ms/1twXEVr +539572323373023232|Tue Dec 02 00:10:41 +0000 2014|Op-Ed Contributors: Why Our Memory Fails Us http://nyti.ms/1vD1jFY +539556436729401345|Mon Dec 01 23:07:33 +0000 2014|Global Health: GlaxoSmithKline Leads In Getting Drugs to Poor http://nyti.ms/1yb70gr +539551905543098368|Mon Dec 01 22:49:33 +0000 2014|Well: I Was My Own Trauma Unit http://nyti.ms/1yb7kvE +539551904498724864|Mon Dec 01 22:49:33 +0000 2014|Books: ‘The Invisible History of the Human Race’ Provides Transparency on Our Genetic Heritage http://nyti.ms/1zaqjDD +539547896526675969|Mon Dec 01 22:33:37 +0000 2014|The New Old Age Blog: Part D for Drug Coverage — and Drudgery http://nyti.ms/1zanC4W +539547895390023680|Mon Dec 01 22:33:37 +0000 2014|Sifting Through Genes in Search of Answers on Ebola http://nyti.ms/1yb71Rt +539544080150458369|Mon Dec 01 22:18:27 +0000 2014|Well: When Everyday Noise Is Unbearable http://nyti.ms/1yb6oHN +539544078875365376|Mon Dec 01 22:18:27 +0000 2014|Well: Diabetes in Midlife Tied to Memory Problems Late in Life http://nyti.ms/1zaktly +539532966188568578|Mon Dec 01 21:34:17 +0000 2014|Well: Ask Well: Eating Fat to Boost Vitamin D and Calcium http://nyti.ms/1yb4abg +539528265619496960|Mon Dec 01 21:15:37 +0000 2014|Reactions: Patient Results, Risks Beyond Fertility, Tallying Up What We Eat http://nyti.ms/1A8N1gn +539528264524775424|Mon Dec 01 21:15:36 +0000 2014|Observatory: A Vulture’s Gut Is Simple but Seems Effective http://nyti.ms/1yb3cvM +539509573041016832|Mon Dec 01 20:01:20 +0000 2014|RT @UpshotNYT: Why we are eating more berries these days. (It's supply-side, not demand.) http://nyti.ms/1y9lMmI http://pbs.twimg.com/media/B3yRqkMIIAAFvRZ.jpg +539509111520780288|Mon Dec 01 19:59:30 +0000 2014|RT @jswatz: Hope after pain, depression, and alcoholic haze: Neediest Cases / @AlexVadukul http://nyti.ms/1rMHi0b +539508962589417472|Mon Dec 01 19:58:54 +0000 2014|RT @michaelpollan: Important NYT story on big data and farming suggesting it will benefit the biggest players and monocropping. http://t.co… +539508771668897792|Mon Dec 01 19:58:09 +0000 2014|Well: Prescribing Vegetables, Not Pills http://nyti.ms/12k3XVg +539464304421257216|Mon Dec 01 17:01:27 +0000 2014|The New Health Care: Underinsurance Remains Big Problem Under Obama Health Law http://nyti.ms/1A7YRat +539287730141016064|Mon Dec 01 05:19:49 +0000 2014|Federal Study Finds 55 Percent of Infants Sleep With Soft Bedding, Raising Risk of Death http://nyti.ms/1y1JqO2 +539267314441785345|Mon Dec 01 03:58:41 +0000 2014|Popular ‘Eat This, Not That!’ Brand to Start Quarterly Magazine http://nyti.ms/1y6qUrB +539262747436154881|Mon Dec 01 03:40:32 +0000 2014|Case Seeking Job Protections for Pregnant Women Heads to Supreme Court http://nyti.ms/1y6lA7H +539262746345611266|Mon Dec 01 03:40:32 +0000 2014|Drug to Stop Heroin Deaths Is More Costly, the Police Say http://nyti.ms/1A5HQh5 +539258182376624129|Mon Dec 01 03:22:24 +0000 2014|Ebola Now Preoccupies Once-Skeptical Leader in Guinea http://nyti.ms/1y6lA7B +539258180833136640|Mon Dec 01 03:22:23 +0000 2014|Retro Report: Long After an ’80s Scare, Suspicion of Power Lines Prevails http://nyti.ms/1A5HNBO +538879173222498304|Sun Nov 30 02:16:21 +0000 2014|N.F.L. Teams Now Operate Under a Concussion Management Protocol http://nyti.ms/1tAOEhl +538863902537580544|Sun Nov 30 01:15:40 +0000 2014|Suit on Health Law Puts Focus on Funding Powers http://nyti.ms/1v5ngNS +538777784953606144|Sat Nov 29 19:33:28 +0000 2014|Opinion: Can Mushrooms Treat Depression? http://nyti.ms/127kwEv +538566526388154368|Sat Nov 29 05:34:00 +0000 2014|At Assisted-Living Home Set to Close, Holdouts Dig In as Services Dry Up http://nyti.ms/1ytLl1B +538538517639753728|Sat Nov 29 03:42:42 +0000 2014|Denham Harman, 98, Dies; Sought Leverage on Aging http://nyti.ms/1CqxP30 +538534010587480064|Sat Nov 29 03:24:48 +0000 2014|At Assisted-Living Home Set to Close, Holdouts Dig In as Services Dry Up http://nyti.ms/1Cqwid9 +538534009471762433|Sat Nov 29 03:24:47 +0000 2014|More Pastors Embrace Talk of Mental Ills http://nyti.ms/1tztUGB +538420094045794304|Fri Nov 28 19:52:08 +0000 2014|The private complexities of obesity at a young age. http://nyti.ms/1w0mQtr +538415927231250432|Fri Nov 28 19:35:34 +0000 2014|This is what you do with all that turkey. http://nyti.ms/1FCmnNY http://pbs.twimg.com/media/B3jWbshCUAAAW5H.jpg +538413984635166720|Fri Nov 28 19:27:51 +0000 2014|RT @celiadugger: More polio vaccinators murdered in Pakistan, main bastion of the disease. Nawaz Sharif's promises unkept. http://t.co/D1Q4… +538393387578048512|Fri Nov 28 18:06:01 +0000 2014|This is what you do with Thanksgiving leftovers. 5 ideas that are pleasantly edible. http://nyti.ms/1vlbX2v http://pbs.twimg.com/media/B3ZzfUDCQAAKBcs.png +538361726228381696|Fri Nov 28 16:00:12 +0000 2014|One less thing to worry about as you renew your commitment to excercise: antioxidants. They may be that helpful. http://nyti.ms/1vl9Iw8 +538178544296558594|Fri Nov 28 03:52:18 +0000 2014|In Arizona, a Textbook Fuels a Broader Dispute Over Sex Education http://nyti.ms/1ptHMGY +538178543294107648|Fri Nov 28 03:52:18 +0000 2014|Despite Aid Push, Ebola Is Raging in Sierra Leone http://nyti.ms/1zBDAoL +538046511943536640|Thu Nov 27 19:07:39 +0000 2014|Study Details Presidents’ Paths From Power to Dusty Corner of Cultural Memory http://nyti.ms/1uZjIg2 +538029842319810560|Thu Nov 27 18:01:25 +0000 2014|Drug Maker Gave Large Payments to Doctors With Troubled Track Records http://nyti.ms/1HJ1QuU +537838075242881024|Thu Nov 27 05:19:24 +0000 2014|National Briefing | Health: U.S. Smoking Rate Dips Again http://nyti.ms/1uY57S9 +537821388510601217|Thu Nov 27 04:13:05 +0000 2014|Wyoming Devises Plan to Expand Medicaid http://nyti.ms/1vPXoaH +537792769264459776|Thu Nov 27 02:19:22 +0000 2014|Food for Thought: Calories on Menus: Nationwide Experiment Into Human Behavior http://nyti.ms/11VFtSQ +537774694720892928|Thu Nov 27 01:07:33 +0000 2014|News Analysis: Without Passing a Single Law, Obama Crafts Bold Enviornmental Policy http://nyti.ms/1yiNjSj +537770723620962305|Thu Nov 27 00:51:46 +0000 2014|Sierra Leone to Eclipse Liberia in Ebola Cases http://nyti.ms/1FtjWxb +537770722362683393|Thu Nov 27 00:51:46 +0000 2014|1 Million Applied for Health Insurance in Federal Marketplace in First Week of Enrollment http://nyti.ms/1yiNmgU +537689145460940800|Wed Nov 26 19:27:36 +0000 2014|Well: Diabetes Screening Lags in People With Hypertension http://nyti.ms/1FrlJVj +537651561661755392|Wed Nov 26 16:58:16 +0000 2014|Well: Vegetarian Thanksgiving: No-Bake Apple Pie http://nyti.ms/1zY81Gt +537645354620293120|Wed Nov 26 16:33:36 +0000 2014|The Ethicist: Should Free Office Food Be Taken Home? http://nyti.ms/1yheNb0 +537481247178883073|Wed Nov 26 05:41:29 +0000 2014|RT @paula_span: Elder mistreatment in nursing homes often involves residents vs residents: Chilling new study says 1 in five. http://t.co/… +537481152085651456|Wed Nov 26 05:41:07 +0000 2014|RT @bstrauch: As @ginakolata writes, private oncologists are a vanishing breed and patients are paying higher prices. http://nyti.ms/1xB3M0w +537480905317957633|Wed Nov 26 05:40:08 +0000 2014|RT @cslnyt: Soon you'll know the calories in takeout, movie popcorn & even restaurant beer - thx to FDA http://nyti.ms/1xPD8Vm @stavernise … +537480636827959296|Wed Nov 26 05:39:04 +0000 2014|RT @deborahblum: The poison writer in the holidays! My latest for @nytimes: A Warning on Nutmeg http://nyti.ms/1rpCw2E via @nytimeswell +537476249632133121|Wed Nov 26 05:21:38 +0000 2014|Well: Why Antioxidants Don’t Belong in Your Workout http://nyti.ms/1vfSIHA +537450035240525824|Wed Nov 26 03:37:28 +0000 2014|State Investigating Woman’s Death After Nursing Home Evacuation http://nyti.ms/1yepDyB +537450034275835905|Wed Nov 26 03:37:28 +0000 2014|National Briefing | Health: Study Finds Most With H.I.V. Don’t Take Medicine http://nyti.ms/1xCXD3K +537421969692819457|Wed Nov 26 01:45:57 +0000 2014|Eli Lilly Gets European Approval to Sell Trulicity, a Type 2 Diabetes Drug http://nyti.ms/1vLDNrn +537421968707186688|Wed Nov 26 01:45:56 +0000 2014|Obama to Introduce Sweeping New Controls on Ozone Emissions http://nyti.ms/11WR9DP +537409122166378497|Wed Nov 26 00:54:53 +0000 2014|Op-Ed Contributor: The Problem With Prostate Screening http://nyti.ms/11WFqFr +537357180354039808|Tue Nov 25 21:28:30 +0000 2014|Well: Vegetarian Thanksgiving: Vegetable Tarts, Big and Small http://nyti.ms/1xBnzNo +537345894463836161|Tue Nov 25 20:43:39 +0000 2014|Well: A Warning on Nutmeg http://nyti.ms/1rdriE1 +537336860176297985|Tue Nov 25 20:07:45 +0000 2014|Panel Decides Against Strongest F.D.A. Warning on Steroid Injections http://nyti.ms/1rdctkZ +537318036903329792|Tue Nov 25 18:52:57 +0000 2014|Evidence that serious physiological dysfunctions are at the root of chronic fatigue syndrome. http://nyti.ms/1HEIaIA +537308778006577152|Tue Nov 25 18:16:10 +0000 2014|Even beer will get calorie counts at chains across the country starting soon. http://nyti.ms/1HEFmeE +537305892451270656|Tue Nov 25 18:04:42 +0000 2014|The New Old Age Blog: Violence in the Nursing Home http://nyti.ms/1tgSbSF +537288362760364032|Tue Nov 25 16:55:02 +0000 2014|Well: Vegetarian Thanksgiving: A Quinoa Stuffing http://nyti.ms/1vbIEiV +537270846474420224|Tue Nov 25 15:45:26 +0000 2014|RT @bstrauch: Want to know how many calories in that huge movie popcorn? Probably not. But now you will. http://nyti.ms/1tqFmV7 +537104865433223168|Tue Nov 25 04:45:53 +0000 2014|Report Faults Care of Peace Corps Volunteer http://nyti.ms/1yacbM7 +537104864086851584|Tue Nov 25 04:45:53 +0000 2014|World Briefing: New Strain of Bird Flu Prompts a Warning for Farmers http://nyti.ms/1rm1dNG +537100552703074304|Tue Nov 25 04:28:45 +0000 2014|Lawmakers Look for Ways to Provide Relief for Rising Cost of Generic Drugs http://nyti.ms/1rlXyzd +537100551750959104|Tue Nov 25 04:28:45 +0000 2014|Health Care Delays Lead to Ouster of Veterans Hospital Director in Phoenix http://nyti.ms/1rlYIL8 +537096644161175552|Tue Nov 25 04:13:13 +0000 2014|F.D.A. to Announce Sweeping Calorie Rules for Restaurants http://nyti.ms/1yac96L +537096643095838722|Tue Nov 25 04:13:13 +0000 2014|F.D.A. Issues Caution on Use of Uterine Surgery Device That Can Spread Cancer http://nyti.ms/1rlXxvf +537054230029545473|Tue Nov 25 01:24:41 +0000 2014|Well: Yogurt May Lower Diabetes Risk http://nyti.ms/1xPs1Mf +537046173010628608|Tue Nov 25 00:52:40 +0000 2014|Well: Ask Well: Can Athletes Be Vegans? http://nyti.ms/1vj3BKd +537042215240237056|Tue Nov 25 00:36:56 +0000 2014|Global Health: Hookah, as Health Risk, Still Qualifies as Smoking http://nyti.ms/1vj3DBP +537042213948387329|Tue Nov 25 00:36:56 +0000 2014|The Scan: Science Events: Minimalist Music and a Spotlight on Sex http://nyti.ms/1FlsO7Z +537037634686955520|Tue Nov 25 00:18:44 +0000 2014|Q&A: What Determines the Color of Fish Flesh? http://nyti.ms/1vj3Uo5 +537037633650978816|Tue Nov 25 00:18:44 +0000 2014|Well: Brains of People with Chronic Fatigue Syndrome Offer Clues About Disorder http://nyti.ms/1Flv27t +537033189869768704|Tue Nov 25 00:01:04 +0000 2014|Leading Surgeon Is Accused of Misconduct in Experimental Transplant Operations http://nyti.ms/1vj3DBN +537033188615684100|Tue Nov 25 00:01:04 +0000 2014|Books: 'XL Love' Examines the Private Complications of Obesity in Americans’ Relationships http://nyti.ms/1FlsQwu +537015941520179201|Mon Nov 24 22:52:32 +0000 2014|Radiologists Are Reducing the Pain of Uncertainty http://nyti.ms/1xOOHfF +536984054047203328|Mon Nov 24 20:45:49 +0000 2014|Well: Vegetarian Thanksgiving: Pomegranate Salad http://nyti.ms/1zm30Xg +536946511800971266|Mon Nov 24 18:16:39 +0000 2014|Vegetarian Thanksgiving need not mean Tofurky. Lots of delicious ideas here. http://nyti.ms/1pfSIbd http://pbs.twimg.com/media/B3OeAdNCIAA0c36.png +536943482355859456|Mon Nov 24 18:04:36 +0000 2014|Well: PCOS: An Infertility Issue That Is Little Understood http://nyti.ms/1uxekLQ +536938964020895744|Mon Nov 24 17:46:39 +0000 2014|Well: Low Vitamin D Tied to Higher Death Risk http://nyti.ms/1HDn25t +536917573615767552|Mon Nov 24 16:21:39 +0000 2014|A Quirk in Drug Pricing. Reimbursements in private practice vs. a hospital by @ginakolata http://nyti.ms/1pfw2ro http://pbs.twimg.com/media/B3ODr-LCYAAcNz6.png +536915832321101824|Mon Nov 24 16:14:44 +0000 2014|RT @UpshotNYT: How to create the best healthcare policies. http://nyti.ms/1yLW45G http://pbs.twimg.com/media/B3NkbnAIQAAaxOq.jpg +536915432293531648|Mon Nov 24 16:13:09 +0000 2014|RT @sangerkatz: In case you weren't on Twitter Friday night. HHS is wrestling with complex issues in reshaping renewal policy: http://t.co/… +536733610234363904|Mon Nov 24 04:10:39 +0000 2014|Snow Brings Days of Tumult for Residents of Nursing Home Near Buffalo http://nyti.ms/1y6hY59 +536733609231933440|Mon Nov 24 04:10:39 +0000 2014|Notable Absence of New Ebola Quarantines at New York Area Airports http://nyti.ms/1xpUnc3 +536729120391315456|Mon Nov 24 03:52:48 +0000 2014|Home-Birth Film Prepares for Redelivery, Worldwide http://nyti.ms/1y6hY56 +536729119464357888|Mon Nov 24 03:52:48 +0000 2014|Private Oncologists Being Forced Out, Leaving Patients to Face Higher Bills http://nyti.ms/1xpUnbX +536696527109259266|Mon Nov 24 01:43:18 +0000 2014|Retro Report: Debate Persists Over Diagnosing Mental Health Disorders, Long After ‘Sybil’ http://nyti.ms/1qXldvt +536172297829105664|Sat Nov 22 15:00:12 +0000 2014|Teenage drivers who sleep later have fewer car accidents, a study suggests. http://nyti.ms/1F8gny2 +536017155192393729|Sat Nov 22 04:43:43 +0000 2014|Dr. Donald F. Steiner, Diabetes Researcher, Dies at 84 http://nyti.ms/1um0FHm +536012564942319617|Sat Nov 22 04:25:28 +0000 2014|The New Health Care: Change in Health Care Law Would Take Aim at Consumer Inertia http://nyti.ms/1vydkhC +536012562954194945|Sat Nov 22 04:25:28 +0000 2014|Officials Revise Goals on Containing Ebola After Signs of Wider Exposure in Mali http://nyti.ms/1vydm9d +535936538648256512|Fri Nov 21 23:23:22 +0000 2014|RT @palafo: Adam Lanza’s Mental Problems ‘Completely Untreated’ Before Newtown Shootings, Report Says, via @nytimes http://www.nytimes.com/2014/11/22/nyregion/before-newtown-shootings-adam-lanzas-mental-problems-completely-untreated-report-says.html?smprod=nytcore-iphone&smid=nytcore-iphone-share +535936489113538560|Fri Nov 21 23:23:10 +0000 2014|RT @UpshotNYT: Randomized trials are highly effective for improving health care delivery, but they're also rare. Why? http://nyti.ms/1xKKpXZ +535891616167628801|Fri Nov 21 20:24:52 +0000 2014|The New Health Care: How to Arrive at the Best Health Policies http://nyti.ms/11DAe9t +535853855125544960|Fri Nov 21 17:54:49 +0000 2014|Well: Vegetarian Thanksgiving: Skyping the Holiday Meal http://nyti.ms/11CZBrN +535833442848890880|Fri Nov 21 16:33:42 +0000 2014|House Republicans Sue Obama Administration Over Health Law http://nyti.ms/1tanMFF +535825276773470208|Fri Nov 21 16:01:15 +0000 2014|Hungover this morning? Most people who get drunk are not alcoholics. There may be other strategies to help you. http://nyti.ms/1xuV47x +535820863715946497|Fri Nov 21 15:43:43 +0000 2014|Recipes for Health: Apples From Thanksgiving Start to Finish http://nyti.ms/1tai7zd +535816861901139969|Fri Nov 21 15:27:49 +0000 2014|Well: Antibiotics During Pregnancy May Increase Child’s Obesity Risk http://nyti.ms/1tagRw8 +535786246086205440|Fri Nov 21 13:26:10 +0000 2014|Years after their diagnosis, many people observe their cancer-versaries. http://nyti.ms/1F8gbyI +535739206618718208|Fri Nov 21 10:19:15 +0000 2014|Why it’s important for people to know how much their health care tests cost. http://nyti.ms/1xuLeTa +535654797551362048|Fri Nov 21 04:43:50 +0000 2014|National Briefing | Washington: Health Insurance Enrollment for Exchanges Was Overcounted http://nyti.ms/1uNubez +535654795978473472|Fri Nov 21 04:43:50 +0000 2014|The New Health Care: Health Enrollment Counting Error Shows Where System Is Still Broken http://nyti.ms/11kMZFO +535650678681907202|Fri Nov 21 04:27:28 +0000 2014|F.D.A. Approves Hysingla, a Powerful Painkiller http://nyti.ms/1uNubex +535650677033537536|Fri Nov 21 04:27:27 +0000 2014|Ebola Spread Has Slowed in Liberia, C.D.C. Says http://nyti.ms/11kN24u +535569367036362752|Thu Nov 20 23:04:22 +0000 2014|About 29% of the population meets the definition for excessive drinking, but 90% of them do not meet the definition of alcoholism. +535567863483219968|Thu Nov 20 22:58:23 +0000 2014|Well: Most Heavy Drinkers Are Not Alcoholics http://nyti.ms/1uFaaoO +535564400787468288|Thu Nov 20 22:44:38 +0000 2014|Navy medical officer who refused to force-feed prisoners at Guantánamo gets support from nurses. http://nyti.ms/1F8ijqg +535561941566386178|Thu Nov 20 22:34:51 +0000 2014|The man who figured out that Lyme disease was connected to ticks has died. http://nyti.ms/1xuOdev +535561534052007936|Thu Nov 20 22:33:14 +0000 2014|How barley has made living at high altitudes possible. http://nyti.ms/1F8gTMs +535557961855533056|Thu Nov 20 22:19:02 +0000 2014|The problem with treating the health care system like an all-you-can-eat buffet. http://nyti.ms/1F8f6ae +535554539777445888|Thu Nov 20 22:05:27 +0000 2014|RT @paula_span: Settled: Hospice saves health care costs (average $9K last yr of life), big study of people w/ terminal cancer shows http:… +535527165623042048|Thu Nov 20 20:16:40 +0000 2014|The New Old Age Blog: An Easier Death, and Less Costly, Too http://nyti.ms/1p3y5iq +535513466401210368|Thu Nov 20 19:22:14 +0000 2014|Well: Living With Cancer: Gravy Days http://nyti.ms/1yY4erq +535513465243590656|Thu Nov 20 19:22:14 +0000 2014|Observatory: Living Higher, Thanks to Barley http://nyti.ms/1vtxYiY +535479613431250944|Thu Nov 20 17:07:43 +0000 2014|Well: Vegetarian Thanksgiving: Food Allergies and Autumn Quinoa http://nyti.ms/14RGegV +535466392817254401|Thu Nov 20 16:15:11 +0000 2014|DNA testing on fang marks has the potential to save lives. http://nyti.ms/1F7kx9y +535465938846769153|Thu Nov 20 16:13:22 +0000 2014|RT @bstrauch: An inside look at why things might not be working so well in fight against Ebola in Liberia. http://nyti.ms/11y4WRa +535461334834765824|Thu Nov 20 15:55:05 +0000 2014|Well: That Medical Test Costs $50, or Is It $500? http://nyti.ms/14RkP7u +535293900051984385|Thu Nov 20 04:49:45 +0000 2014|Massachusetts Town Votes to End Bid for Tobacco Ban http://nyti.ms/11j4kyW +535293898839826432|Thu Nov 20 04:49:45 +0000 2014|Ebola’s Economic Cost Re-Examined http://nyti.ms/1p1OzHD +535289316017467392|Thu Nov 20 04:31:32 +0000 2014|Ebola Response in Liberia Is Hampered by Infighting http://nyti.ms/11j4hmJ +535289314968887296|Thu Nov 20 04:31:32 +0000 2014|Willy Burgdorfer, Who Found Bacteria That Cause Lyme Disease, Is Dead at 89 http://nyti.ms/1p1OzHB +535232161146998787|Thu Nov 20 00:44:26 +0000 2014|RT @bstrauch: The nasty norovirus may wreck a good cruise, but it has its good side. http://nyti.ms/1xQoewW +535220570863190016|Wed Nov 19 23:58:22 +0000 2014|Well: For Teenagers, Early School Start Means More Car Crashes, Study Finds http://nyti.ms/1t6942g +535214167536697345|Wed Nov 19 23:32:55 +0000 2014|Some are calling today World Toilet Day. Here is @GardinerHarris epic piece on kids and sanitation. http://nyti.ms/W8HXKt +535142108659986433|Wed Nov 19 18:46:35 +0000 2014|Well: Vegetarian Thanksgiving: A Squash Main Course http://nyti.ms/1yproXO +535134629435834368|Wed Nov 19 18:16:52 +0000 2014|Matter: Viruses as a Cure http://nyti.ms/1xpVkVv +535130816838639617|Wed Nov 19 18:01:43 +0000 2014|Obama’s Executive Order on Immigration Is Unlikely to Include Health Benefits http://nyti.ms/1xpLm6w +535126324705107968|Wed Nov 19 17:43:52 +0000 2014|Eat: Delicious Medicine for the Body and Soul http://nyti.ms/1ypa2ui +535126323501740032|Wed Nov 19 17:43:52 +0000 2014|Ebola Test Is Negative on Woman Who Died in New York http://nyti.ms/1xpLm6u +535123191069704192|Wed Nov 19 17:31:25 +0000 2014|RT @cslnyt: A friend has an abscessed tooth. She didn't realize an oral infection can land her in the hospital but it can http://t.co/8pPAP… +534941267185389568|Wed Nov 19 05:28:31 +0000 2014|Well: Does Exercise Really Make Us Smarter? http://nyti.ms/1qoLYbL +534935153169424384|Wed Nov 19 05:04:13 +0000 2014|For Cystic Fibrosis Foundation, Venture Yields Windfall in Hope and Cash http://nyti.ms/1qoFObz +534911087884652544|Wed Nov 19 03:28:36 +0000 2014|Woman’s Remains Tested for Ebola in New York http://nyti.ms/11qSbI8 +534903452590424064|Wed Nov 19 02:58:15 +0000 2014|The New Health Care: $2.6 Billion to Develop a Drug? New Estimate Makes Questionable Assumptions http://nyti.ms/1AfQsVh +534870260357541888|Wed Nov 19 00:46:22 +0000 2014|Op-Ed Contributors: How Medical Care Is Being Corrupted http://nyti.ms/1tbjg8P +534842475639472128|Tue Nov 18 22:55:57 +0000 2014|RT @cslnyt: Should food containing pot require approval before it can be sold? http://nyti.ms/1xjRInV #Colorado +534833113130876928|Tue Nov 18 22:18:45 +0000 2014|The New Health Care: How Much Did Health Insurance Rates Go Up? It’s Complicated http://nyti.ms/1t2zIt4 +534826965401096192|Tue Nov 18 21:54:19 +0000 2014|RT @UpshotNYT: How much did Obamacare insurance rates go up? Well, it depends on who's counting and how. http://nyti.ms/1oZImw0 +534810651676672000|Tue Nov 18 20:49:30 +0000 2014|Indian Ebola Survivor Is Under Quarantine at Delhi Airport http://nyti.ms/1t2ps40 +534802910048448512|Tue Nov 18 20:18:44 +0000 2014|Well: Vegetarian Thanksgiving: Vegan Mac N Cheez http://nyti.ms/1BKq2MW +534757839001362432|Tue Nov 18 17:19:38 +0000 2014|Study Tempers Promise of Drug for Marfan Syndrome http://nyti.ms/1wTlX0V +534568288945442816|Tue Nov 18 04:46:26 +0000 2014|Brooklyn Hospital Is Told to Keep Girl, 2, on Life Support Amid Organ Donation Fight http://nyti.ms/11mJO05 +534518422718382080|Tue Nov 18 01:28:17 +0000 2014|RT @paula_span: The invisible patient: the one who's taking care of the patient. @janegross on caring for caregivers. http://newoldage.blogs.nytimes.com/2014/11/17/seeing-the-invisible-patient/ +534512499195146241|Tue Nov 18 01:04:45 +0000 2014|Well: Obesity Is Tied to Pollutants http://nyti.ms/1zxyNoU +534508677328564225|Tue Nov 18 00:49:34 +0000 2014|Well: The Best Odds for a Colon Test http://nyti.ms/1zxxLJu +534493383117770752|Mon Nov 17 23:48:47 +0000 2014|Reactions: The Brain’s Depths and Romancing the Bomb http://nyti.ms/1xg9JU4 +534448913789779968|Mon Nov 17 20:52:05 +0000 2014|Q&A: Taking More Than One Vaccine at a Time Doesn't Hurt http://nyti.ms/1vjittH +534448912523083776|Mon Nov 17 20:52:04 +0000 2014|Global Health: Snakes Leave Identity Within Their Fang Marks http://nyti.ms/1ESKbN3 +534423383384272897|Mon Nov 17 19:10:38 +0000 2014|Disgusted by Smoking, Outraged by a Plan to Ban Tobacco http://nyti.ms/1uFFzbL +534423382239240193|Mon Nov 17 19:10:38 +0000 2014|The New Old Age Blog: Seeing the ‘Invisible Patient’ http://nyti.ms/1uFJENn +534419360073678851|Mon Nov 17 18:54:39 +0000 2014|Study Finds Alternative to Statins in Preventing Heart Attacks and Strokes http://nyti.ms/1xINHbw +534419358702133248|Mon Nov 17 18:54:38 +0000 2014|Health Law Turns Obama and Insurers Into Allies http://nyti.ms/1xINHbz +534418870728404992|Mon Nov 17 18:52:42 +0000 2014|RT @sangerkatz: There are a lot of ways to look at Obamacare rates for year two. Here's the one we like best: http://nyti.ms/11vKYHM @amand… +534418716881346560|Mon Nov 17 18:52:05 +0000 2014|RT @abbygoodnough: Patient who died of Ebola at Nebraska hospital this a.m. 'had no kidney function', was 'unresponsive' when he arrived fr… +534418678859964416|Mon Nov 17 18:51:56 +0000 2014|RT @abbygoodnough: Ebola patient at Nebraska hospital received ZMapp, plasma transfusion, dialysis. But "we weren't able to get him through… +534409056992362498|Mon Nov 17 18:13:42 +0000 2014|Well: An Incipient Threat to Our Hearts http://nyti.ms/1uFv6NM +534409055205609472|Mon Nov 17 18:13:42 +0000 2014|Doctor Being Treated for Ebola in Omaha Dies http://nyti.ms/1xIH1du +534383540633620481|Mon Nov 17 16:32:19 +0000 2014|RT @SominiSengupta: UN's new Ebola crisis manager for Guinea -- Marcel Rudasingwa -- has died. UN says "natural causes." He was 59. +534327592292458496|Mon Nov 17 12:49:59 +0000 2014|RT @nycscribe: "Bring out your sick," is the call in rural Guinea, belatedly grappling with Ebola's hidden toll. http://www.nytimes.com/2014/11/17/world/africa/fear-of-ebola-opens-wary-villages-to-outsiders-in-guinea.html?smprod=nytcore-iphone&smid=nytcore-iphone-share +534192782274232320|Mon Nov 17 03:54:18 +0000 2014|Dandano Journal: Fear of Ebola Opens Wary Villages to Outsiders in Guinea http://nyti.ms/1uCC99Y +534187996741140481|Mon Nov 17 03:35:17 +0000 2014|Colorado Health Department to Recommend ‘Premarket Approval’ for Edible Marijuana http://nyti.ms/1yahb1a +534187995155681281|Mon Nov 17 03:35:17 +0000 2014|Some Hiccups, but Federal Health Exchange Website Is in Good Health http://nyti.ms/1uCC99U +534099391871991808|Sun Nov 16 21:43:12 +0000 2014|Fighting an Epidemic: AIDS Group Wages Lonely Fight Against Pill to Prevent H.I.V. http://nyti.ms/14vTFDc +533831447606722560|Sun Nov 16 03:58:29 +0000 2014|Some New Frustrations as Health Exchange Opens http://nyti.ms/1vdyqlb +533807369906843651|Sun Nov 16 02:22:49 +0000 2014|Some New Frustrations as Health Exchange Opens http://nyti.ms/1y4ybGd +533752272313155584|Sat Nov 15 22:43:53 +0000 2014|Martin Salia, Surgeon With Ebola, Arrives in Nebraska From Sierra Leone http://nyti.ms/1sS3gJy +533622321236684800|Sat Nov 15 14:07:30 +0000 2014|Electrical Scalp Device Can Slow Progression of Deadly Brain Tumors http://nyti.ms/1uwOvQX +533598739643256832|Sat Nov 15 12:33:47 +0000 2014|Well: Vegetarian Thanksgiving: Caramelized Onion and Fennel Risotto http://nyti.ms/1zYASNC +533471354906222592|Sat Nov 15 04:07:37 +0000 2014|Rare Vaccine-Derived Polio Discovered in 2 Countries http://nyti.ms/1wBSvwq +533467539939295232|Sat Nov 15 03:52:27 +0000 2014|Yale Medical School Removes Doctor After Sexual Harassment Finding http://nyti.ms/1wBStVm +533467538718752768|Sat Nov 15 03:52:27 +0000 2014|Affordable Care Act Supporter Ignites Fury With a Word: ‘Stupid’ http://nyti.ms/1vaRBMq +533457086085357568|Sat Nov 15 03:10:55 +0000 2014|Business Briefing: F.D.A. Approves Avastin as Ovarian Cancer Treatment http://nyti.ms/1wBC2Z6 +533457085015793664|Sat Nov 15 03:10:54 +0000 2014|Tip on Medicare Spurs Insider Trading Investigation http://nyti.ms/1wBC2Z0 +533453191116251136|Sat Nov 15 02:55:26 +0000 2014|Cost of Coverage Under Affordable Care Act to Increase in 2015 http://nyti.ms/1vaMDiU +533453190080262144|Sat Nov 15 02:55:26 +0000 2014|One Drug or 2? Parents See Risk but Also Hope http://nyti.ms/1wBG5ol +533448701529059328|Sat Nov 15 02:37:36 +0000 2014|National Briefing | Washington: Birth Control Challenge Rejected http://nyti.ms/1vaKYtE +533448700266573824|Sat Nov 15 02:37:35 +0000 2014|The New Health Care: Why Shopping Is So Important in Health Enrollment http://nyti.ms/1vaKYtC +533391275127742464|Fri Nov 14 22:49:24 +0000 2014|Well: Recipes for Health: Beans for Your Thanksgiving Table http://nyti.ms/1wAJSSK +533343033203650560|Fri Nov 14 19:37:42 +0000 2014|Health Care Act Faces Major Test: Getting Users to Re-enroll http://nyti.ms/1x2bF2s +533343031915999232|Fri Nov 14 19:37:42 +0000 2014|Beltway Accounting: The Policy at the Heart of the Jonathan Gruber Controversy http://nyti.ms/1EFsq3R +533327778092171264|Fri Nov 14 18:37:05 +0000 2014|Well: Vegetarian Thanksgiving: Really Big Beets http://nyti.ms/1x1XGK3 +533302902258151424|Fri Nov 14 16:58:14 +0000 2014|RT @celiadugger: Easier to use injectible contraceptive to help poor rural women in Africa. @pfizer @gatesfoundation @usaid involved. http:… +533301813202939904|Fri Nov 14 16:53:55 +0000 2014|RT @EllenBarryNYT: Antibiotics given to women after sterilization were contaminated w zinc phosphide -- rat poison, says state official. ht… +533300800148496384|Fri Nov 14 16:49:53 +0000 2014|The New Old Age Blog: Dreaming of the Departed http://nyti.ms/1zV2tiP +533296826385203200|Fri Nov 14 16:34:06 +0000 2014|Eureka: The Ice-Bucket Racket http://nyti.ms/1zoZsUJ +533290757969694720|Fri Nov 14 16:09:59 +0000 2014|Well: Ask Well: How Many Eggs Can I Eat? http://nyti.ms/1zUTHBi +533136148005412864|Fri Nov 14 05:55:37 +0000 2014|National Briefing | Plains: Nebraska: Center to Treat Ebola Patient http://nyti.ms/1xUyLGA +533115959146717184|Fri Nov 14 04:35:24 +0000 2014|World Briefing: Portugal: Legionnaires’ Disease Alert http://nyti.ms/1xUmulq +533112030656733184|Fri Nov 14 04:19:47 +0000 2014|E-Cigarettes Gain Among High School Students, C.D.C. Finds http://nyti.ms/1xUkFVD +533112029620731905|Fri Nov 14 04:19:47 +0000 2014|Psychologists to Review Role in Detainee Interrogations http://nyti.ms/1v86r6t +533066462945378304|Fri Nov 14 01:18:43 +0000 2014|In Ebola Outbreak in Liberia, a Family’s Strength Can Be Its Fatal Flaw http://nyti.ms/1EIclMB +533020736085299200|Thu Nov 13 22:17:01 +0000 2014|Well: Firefighter Accidents Are Linked to Sleep Problems http://nyti.ms/1v7rRRl +533010749678170112|Thu Nov 13 21:37:20 +0000 2014|Well: Think Twice Before Choosing Knee Replacement http://nyti.ms/1wugUnt +532994617630019584|Thu Nov 13 20:33:14 +0000 2014|Liberia President, Citing Ebola Gains, Ends State of Emergency http://nyti.ms/1v7d1Ks +532994616103292928|Thu Nov 13 20:33:13 +0000 2014|Pfizer and Aid Groups Team Up on Depo-Provera Contraceptive for Developing World http://nyti.ms/1v7d1Ky +532978629933010944|Thu Nov 13 19:29:42 +0000 2014|A hearty salad for the non-meat eaters at Thanksgiving It's Vegetarian Thanksgiving Day #3! http://nyti.ms/1yD5obQ http://pbs.twimg.com/media/B2WFGxPIIAAF6TA.png +532930080046350337|Thu Nov 13 16:16:47 +0000 2014|Well: When Patients Don’t Follow Up http://nyti.ms/111giNf +532899726161887232|Thu Nov 13 14:16:10 +0000 2014|Well: Vegetarian Thanksgiving: Rice, Beet and Kale Salad With Cider Dressing http://nyti.ms/1upMx4w +532839307351195648|Thu Nov 13 10:16:05 +0000 2014|The Innovations Issue: Why Are There So Few New Drugs Invented Today? http://nyti.ms/1v5Rf9Q +532762475918524416|Thu Nov 13 05:10:47 +0000 2014|Web of Incentives in Fatal Indian Sterilizations http://nyti.ms/1uoE8hT +532762474601529344|Thu Nov 13 05:10:46 +0000 2014|National Briefing | Southwest: Texas: Ebola Victim’s Family to Be Paid by Hospital http://nyti.ms/1wpKcn7 +532758683835719680|Thu Nov 13 04:55:43 +0000 2014|Researchers to Test New Treatments in Countries Hit Hardest by Ebola http://nyti.ms/1uoEbtY +532758682594181120|Thu Nov 13 04:55:42 +0000 2014|Health Officials Reassess Strategy to Combat Ebola in Liberia http://nyti.ms/1wpKc6P +532643505831956480|Wed Nov 12 21:18:02 +0000 2014|New Prediction Model Could Reduce Military Suicides, Study Finds http://nyti.ms/1oN1kpB +532605326957506560|Wed Nov 12 18:46:19 +0000 2014|Well: Vegetarian Thanksgiving: Bread Salad Inspired by Stuffing http://nyti.ms/1oMcRoW +532604927148036096|Wed Nov 12 18:44:44 +0000 2014|Delicious! A fall salad inspired by Tuscany and Thanksgiving stuffing. #VegetarianThanksgiving http://nyti.ms/1sErDdT http://pbs.twimg.com/media/B2QxAmDIEAAl6xe.png +532595765265567744|Wed Nov 12 18:08:20 +0000 2014|Mali Reports a Second, Larger Ebola Outbreak http://nyti.ms/1yzIoKA +532570040743505923|Wed Nov 12 16:26:07 +0000 2014|Well: Website Explores Sugar’s Effects on Health http://nyti.ms/1xhzl4n +532406917457797121|Wed Nov 12 05:37:55 +0000 2014|Well: Exercising but Gaining Weight http://nyti.ms/1qDmlyv +532364567016665088|Wed Nov 12 02:49:38 +0000 2014|11 Women Die After Botched Government Sterilizations in India http://nyti.ms/14bcA5U +532344932623982592|Wed Nov 12 01:31:37 +0000 2014|World Briefing: Mali: New Ebola Case Is Confirmed as Response to First Was Wrapping Up http://nyti.ms/1szqcML +532340547521118208|Wed Nov 12 01:14:11 +0000 2014|U.N. Seeks a More Nimble Response to Ebola in Africa http://nyti.ms/1szoZoL +532340546187296768|Wed Nov 12 01:14:11 +0000 2014|Contributing Op-Ed Writer: Don’t Ask How to Feed the 9 Billion http://nyti.ms/1v0VTWe +532278615501996034|Tue Nov 11 21:08:05 +0000 2014|States Race to Improve Health Exchanges as Open Enrollment Nears http://nyti.ms/1GMyNGk +532269424955633664|Tue Nov 11 20:31:34 +0000 2014|Distracted Parenting: How an iPhone Can Lead to Broken Bones for Young Children http://nyti.ms/1tZ49ms +532268443241037824|Tue Nov 11 20:27:40 +0000 2014|RT @paula_span: Lawsuits filed: Widowed spouses denied Soc Security benefits if their states won't recognize their same-sex marriages http:… +532230137677639680|Tue Nov 11 17:55:27 +0000 2014|Well: Vegetarian Thanksgiving: Brussels Sprouts Sliders http://nyti.ms/1qCGeWq +532225692369690624|Tue Nov 11 17:37:47 +0000 2014|With Phone Calls and Persistence, Tracking Travelers at Risk for Ebola http://nyti.ms/1qCF7G4 +532218072254648320|Tue Nov 11 17:07:31 +0000 2014|The New Old Age Blog: Spouses Denied Social Security Survivors’ Benefits http://nyti.ms/1qCBZKp +532200095648059392|Tue Nov 11 15:56:05 +0000 2014|Craig Spencer, New York’s Ebola Patient, Is Cured http://nyti.ms/148Wslq +532193843635298304|Tue Nov 11 15:31:14 +0000 2014|Affordable Care Act Enrollment FAQs http://nyti.ms/1szorQD +532004391113740288|Tue Nov 11 02:58:25 +0000 2014|Open Source: Sierra Leone Defends Jailing Critic of Ebola Response http://nyti.ms/1uh74Z6 +531981427328688128|Tue Nov 11 01:27:10 +0000 2014|Medicare Proposes Paying for Lung Cancer Screenings for Older Longtime Smokers http://nyti.ms/1ugQgRZ +531981424765984768|Tue Nov 11 01:27:10 +0000 2014|Estimate of Health Coverage Enrollment Leaves Room to Grow http://nyti.ms/1ys6UgE +531977606217101312|Tue Nov 11 01:11:59 +0000 2014|V.A. Creates Plans to Consolidate Services http://nyti.ms/1ys65Vh +531977604828790784|Tue Nov 11 01:11:59 +0000 2014|Op-Ed Contributor: Where Hell Is Other Patients http://nyti.ms/1ugPhBk +531951630787563520|Mon Nov 10 23:28:46 +0000 2014|Reactions: After the Fall: Preventing Catastrophe http://nyti.ms/1wcjqP4 +531947820203659264|Mon Nov 10 23:13:38 +0000 2014|Well: Ask Well: Immune to Ebola? http://nyti.ms/1GJteIR +531947818446258178|Mon Nov 10 23:13:37 +0000 2014|The Map Makers: Learning How Little We Know About the Brain http://nyti.ms/1wcjqyB +531938724624728066|Mon Nov 10 22:37:29 +0000 2014|Craig Spencer, New York Doctor With Ebola, Will Leave Bellevue Hospital http://nyti.ms/1wc8Ibh +531934284362579968|Mon Nov 10 22:19:50 +0000 2014|The Doctor's World: Like AIDS Before It, Ebola Isn't Explained Clearly by Officials http://nyti.ms/1wc6YyO +531910931375484928|Mon Nov 10 20:47:03 +0000 2014|Well: What Our Sewage Can Teach Us http://nyti.ms/1wbLaTY +531896098894651392|Mon Nov 10 19:48:06 +0000 2014|Science Bookshelf: Best Selling Science Books http://nyti.ms/1ElV21R +531882304940306433|Mon Nov 10 18:53:18 +0000 2014|Global Health: A Rare Form of Malaria Is Spreading in Malaysia http://nyti.ms/1uWWbhp +531863843493146625|Mon Nov 10 17:39:56 +0000 2014|DealBook: Dendreon, Maker of Prostate Cancer Drug Provenge, Files for Bankruptcy http://nyti.ms/1ElqqNU +531844629805953024|Mon Nov 10 16:23:35 +0000 2014|The New Health Care: Shortage of Medicaid Doctors? Not if You Ask Patients http://nyti.ms/1uWqpkq +531835652279922688|Mon Nov 10 15:47:55 +0000 2014|Quick Response and Old-Fashioned Detective Work Thwart Ebola in Mali http://nyti.ms/1uWijID +531835650539290624|Mon Nov 10 15:47:54 +0000 2014|Well: Retesting Breast Cancer Axioms http://nyti.ms/1qAnJSo +531771680075825152|Mon Nov 10 11:33:43 +0000 2014|Researchers Gather in India to Discuss Malnutrition’s Links to Sanitation http://nyti.ms/1EkdNTr +531684296571236352|Mon Nov 10 05:46:29 +0000 2014|Ernie Vandeweghe, Knick and Physician, Dies at 86 http://nyti.ms/1wJyWpD +531677453010604032|Mon Nov 10 05:19:17 +0000 2014|Detergent Pods Pose Risk to Children, Study Finds http://nyti.ms/1yosjHB +531677450389180416|Mon Nov 10 05:19:16 +0000 2014|The Ebola Ward: Ebola’s Mystery: One Boy Lives, Another Dies http://nyti.ms/1yosjHK +531609018129977345|Mon Nov 10 00:47:21 +0000 2014|Op-Ed Contributors: Making Chemistry Green http://nyti.ms/10IYxlQ +531231191534682112|Sat Nov 08 23:46:00 +0000 2014|Needing to Hire, Chief of V.A. Tries to Sell Doctors on Change http://nyti.ms/1uLTvCC +530936229630849024|Sat Nov 08 04:13:56 +0000 2014|Montefiore’s New Bronx Medical Center Emphasizes Outpatient Care http://nyti.ms/1soSFWp +530915686693212161|Sat Nov 08 02:52:18 +0000 2014|W.H.O. Issues New Guidelines on Safely Burying Ebola Victims http://nyti.ms/1pyyvO8 +530839316000677888|Fri Nov 07 21:48:50 +0000 2014|Well: Think Like a Doctor: Going Blind Solved! http://nyti.ms/1EbSsLO +530830413200384001|Fri Nov 07 21:13:27 +0000 2014|Supreme Court Accepts New Challenge to Health Law http://nyti.ms/1133GGu +530828692977893377|Fri Nov 07 21:06:37 +0000 2014|RT @paula_span: Older folks seeing things that aren't there. My post on something called Charles Bonnet Syndrome. http://newoldage.blogs.nytimes.com/2014/11/07/hello-green-man/ +530822335272869888|Fri Nov 07 20:41:21 +0000 2014|Q: Which might you breathe in gym air? 1) CO2 2) dust 3) formaldehyde A: See quiz by @camaldarelli http://nyti.ms/10zsvZt +530796518056677378|Fri Nov 07 18:58:46 +0000 2014|The New Old Age Blog: Hello, Green Man http://nyti.ms/1tITPyP +530796515418472448|Fri Nov 07 18:58:45 +0000 2014|Genetically Modified Potato Is Approved by U.S.D.A. http://nyti.ms/1tQzZU5 +530750374022758400|Fri Nov 07 15:55:24 +0000 2014|Dallas Celebrates as Ebola Monitoring Nears an End http://nyti.ms/10yce6V +530723931930755073|Fri Nov 07 14:10:20 +0000 2014|Well: A Low-Carb Switch for Mashed Potatoes http://nyti.ms/13Rcf8d +530582661098913792|Fri Nov 07 04:48:58 +0000 2014|Veterans Affairs Chief Calls Culture Change Key to Improving System’s Health Care http://nyti.ms/1x8gJ6L +530578370342703104|Fri Nov 07 04:31:55 +0000 2014|A Post-Election Day Certainty: New Scrutiny for the Affordable Care Act http://nyti.ms/1sctpl9 +530578368996335617|Fri Nov 07 04:31:55 +0000 2014|Q. and A. With Sheri Fink on Covering Ebola in Liberia http://nyti.ms/1sctpSf +530386895046705153|Thu Nov 06 15:51:04 +0000 2014|RT @paula_span: Attention. Sympathy. Activism? What #BrittanyMaynard's death may mean for the national aid in dying movement. http://t.co/g… +530384100721704960|Thu Nov 06 15:39:58 +0000 2014|Well: Low Birth Weight Tied to Hip Replacement in Adulthood http://nyti.ms/1uB07Eh +530350194777661440|Thu Nov 06 13:25:14 +0000 2014|Well: Think Like a Doctor: Going Blind http://nyti.ms/1xcbTUr +530233806419394560|Thu Nov 06 05:42:45 +0000 2014|Well: Great Vacation? Don’t Brag to Your Friends http://nyti.ms/1x5H9WG +530229416623079424|Thu Nov 06 05:25:18 +0000 2014|In Exclusive Club of U.S. Ebola Survivors, Kinship Is Sealed in Blood http://nyti.ms/1s7BvLU +530229415079579648|Thu Nov 06 05:25:18 +0000 2014|Treating Those Treating Ebola in Liberia http://nyti.ms/1x5H9WC +530135928430661632|Wed Nov 05 23:13:49 +0000 2014|Op-Ed Contributor: An Epidemic of Thyroid Cancer? http://nyti.ms/1pnhSot +530134323417341952|Wed Nov 05 23:07:26 +0000 2014|The next Think Like a Doctor diagnosis contest from Dr. Lisa Sanders goes up tomorrow at 8 a.m.! +530125962693062657|Wed Nov 05 22:34:13 +0000 2014|Study Warns Against Overdiagnosis of Thyroid Cancer http://nyti.ms/1pn9d5I +530107160626479104|Wed Nov 05 21:19:30 +0000 2014|Well: Colon Cancer Rates Rising in Younger People http://nyti.ms/1pmQd7g +530096897567252480|Wed Nov 05 20:38:43 +0000 2014|How healthy did you really think the air at the gym was? See if you were right http://nyti.ms/1uvYKpR http://pbs.twimg.com/media/B1tIUa8IMAAHvts.jpg +530079376113950722|Wed Nov 05 19:29:06 +0000 2014|Obama to Ask Congress for $6 Billion to Fight Ebola http://nyti.ms/1wxQB3J +530073328539947008|Wed Nov 05 19:05:04 +0000 2014|Well: The Eczema and Broken Bone Connection http://nyti.ms/1y4CqRW +530068750364856321|Wed Nov 05 18:46:52 +0000 2014|The New Old Age Blog: A New Face on the End-of-Life Debate http://nyti.ms/1ol2c4g +530020519736016896|Wed Nov 05 15:35:13 +0000 2014|Need rescue breaths after your workout today? Know what you're breathing in? http://nyti.ms/1uvYKpR http://pbs.twimg.com/media/B1sC2pqIIAAyCvf.jpg +530000052996276224|Wed Nov 05 14:13:54 +0000 2014|Free of Ebola, Nurse’s Aide to Be Released From Madrid Hospital http://nyti.ms/10mrALL +529993859724763137|Wed Nov 05 13:49:17 +0000 2014|The New Health Care: States Benefiting Most From Obama’s Health Law Elected Republicans http://nyti.ms/1uuS7oh +529864992506793984|Wed Nov 05 05:17:13 +0000 2014|Well: The Bad Air in Our Gyms http://nyti.ms/10kDUfs +529832931758731264|Wed Nov 05 03:09:49 +0000 2014|Researchers Seek Crucial Tool: A Fast, Finger-Prick Ebola Test http://nyti.ms/1wwaVSN +529742461376409602|Tue Nov 04 21:10:19 +0000 2014|Midterm Calculus: Election Results 2014: The Effect on Medicaid Expansion http://nyti.ms/10rITLH +529697793141911554|Tue Nov 04 18:12:49 +0000 2014|RT @katiehafner: 2nd installment of falls series out: One woman's life upended by a stumble. http://nyti.ms/1EeK7ZR #FallPrevention @AARP @… +529689140737355777|Tue Nov 04 17:38:26 +0000 2014|For Many Small Business Owners, Providing Health Insurance Remains a Struggle http://nyti.ms/1yVelOh +529483769007591424|Tue Nov 04 04:02:22 +0000 2014|Stryker Settles Suits by Hip Implant Patients for $1 Billion http://nyti.ms/1tBPQWo +529483767535382528|Tue Nov 04 04:02:22 +0000 2014|Brittany Maynard, ‘Death With Dignity’ Ally, Dies at 29 http://nyti.ms/1qmTyy2 +529479085073121280|Tue Nov 04 03:43:45 +0000 2014|National Briefing | New England: Maine: Nurse Reaches Agreement on Travel http://nyti.ms/1qmTyy7 +529479083303141377|Tue Nov 04 03:43:45 +0000 2014|Inquiry Faults Liberia Force That Fired on Protesters http://nyti.ms/1tBPTBz +529454543969345538|Tue Nov 04 02:06:14 +0000 2014|After a tiny stumble, life is upended in an instant http://nyti.ms/1DVq8gJ http://pbs.twimg.com/media/B1jW40wCAAEJHLC.png +529413275793248257|Mon Nov 03 23:22:15 +0000 2014|Global Health: H.I.V. Patients in Yemen Face Hospital Evictions http://nyti.ms/1tUJ9yq +529413274182639616|Mon Nov 03 23:22:15 +0000 2014|Observatory: Papers That Are Most Cited Aren’t Most Famous http://nyti.ms/1qmHpJx +529407096232873984|Mon Nov 03 22:57:42 +0000 2014|After the Fall: Second of Two Articles: A Tiny Stumble, a Life Upended http://nyti.ms/1tUFpNm +529401416293834752|Mon Nov 03 22:35:08 +0000 2014|Well: The Capacity to Treat, and to Spread http://nyti.ms/1qmF0OV +529401415106822144|Mon Nov 03 22:35:07 +0000 2014|The Doctor's World: Fighting an Epidemic With Hands Tied http://nyti.ms/1tUBFeP +529392128473202688|Mon Nov 03 21:58:13 +0000 2014|Well: Placebo May Aid Baby’s Cough http://nyti.ms/1tUvKX8 +529374946594942976|Mon Nov 03 20:49:57 +0000 2014|A Debatable Fix for Young Eyes With Myopia http://nyti.ms/1x28MML +529349961243451392|Mon Nov 03 19:10:40 +0000 2014|Q&A: A Gene by Any Other Name http://nyti.ms/1A5YNMf +529349959838367746|Mon Nov 03 19:10:39 +0000 2014|The New Health Care: Malpractice Reform Won’t Do Much to Reduce Health Spending http://nyti.ms/1xTwQBE +529345537347444736|Mon Nov 03 18:53:05 +0000 2014|Ebola Cure Delayed by Drug Industry’s Drive for Profit, W.H.O. Leader Says http://nyti.ms/1xTvtmx +529292852770377729|Mon Nov 03 15:23:44 +0000 2014|Well: Emotion Is Not the Best Medicine, Ebola Case Further Shows http://nyti.ms/1xSH3hR +529249646019768320|Mon Nov 03 12:32:03 +0000 2014|Falls are the leading cause of injury-related death for Americans over 65 http://nyti.ms/1ttwDVl http://pbs.twimg.com/media/B1eV9-QCMAA3Pyi.jpg +529132166005800960|Mon Nov 03 04:45:13 +0000 2014|Preventing falls in retirement facilities requires designers to see a building in a new light http://nyti.ms/1ttwDVl http://pbs.twimg.com/media/B1eVxLjCMAAotQ5.png +529069714064961536|Mon Nov 03 00:37:04 +0000 2014|The number of people over 65 who died after a fall reached nearly 24,000 in 2012 http://nyti.ms/1ttwDVl +528967067962441729|Sun Nov 02 17:49:11 +0000 2014|U.N. Employee Under Treatment for Ebola in France http://nyti.ms/1s5ciCC +528953982509932544|Sun Nov 02 16:57:11 +0000 2014|Falls are the leading cause of injury-related death for Americans over 65 http://nyti.ms/1uddbid http://pbs.twimg.com/media/B1c41_1CYAE1j1J.jpg +528943533873717249|Sun Nov 02 16:15:40 +0000 2014|The New Old Age Blog: A Rise in Falls http://nyti.ms/1yOzoSS +528937592415612928|Sun Nov 02 15:52:03 +0000 2014|Bracing for the Falls of an Aging Nation http://nyti.ms/13vuEav +528710283720929280|Sun Nov 02 00:48:49 +0000 2014|Bernard Mayes, 85, Dies; Started First U.S. Suicide Hotline http://nyti.ms/1womA68 +528710282290663424|Sun Nov 02 00:48:48 +0000 2014|Defects Found Before Debut of Health Insurance Site for Small Businesses http://nyti.ms/1xMFkdQ +528658687096016896|Sat Nov 01 21:23:47 +0000 2014|Opinion: There Is No ‘Healthy’ Microbiome http://nyti.ms/1vvfbxN +528396160051187712|Sat Nov 01 04:00:36 +0000 2014|Girl, 7, Barred From a Connecticut School Over Ebola Concerns Goes Back to Class http://nyti.ms/1wP6wbF +528391904304852992|Sat Nov 01 03:43:41 +0000 2014|News Analysis: Alarmed by Ebola, Public Isn’t Calmed by ‘Experts Say’ http://nyti.ms/1wmhs2l +528391902304165888|Sat Nov 01 03:43:41 +0000 2014|Better Staffing Seen as Crucial to Ebola Treatment in Africa http://nyti.ms/1wP6vVj +528253153406636032|Fri Oct 31 18:32:20 +0000 2014|Repeal of Health Law, Once Central to G.O.P., Is Side Issue in Campaigns http://nyti.ms/1yMzESn +528241443983597568|Fri Oct 31 17:45:49 +0000 2014|Don't want heartburn in bed? What's your deadline for that last taco? Take this quiz by @camaldarelli http://nyti.ms/1wOcz1Y +528220440607879168|Fri Oct 31 16:22:21 +0000 2014|Well: The Workout: Running While Pregnant http://nyti.ms/1rGBE8X +528213058041446400|Fri Oct 31 15:53:01 +0000 2014|Maine Judge Orders Ebola Quarantine for Nurse http://nyti.ms/10Flw26 +528207102620495872|Fri Oct 31 15:29:21 +0000 2014|Well: Low Vitamin D Tied to Asthma Attacks http://nyti.ms/1sR2BXA +528043252092784640|Fri Oct 31 04:38:16 +0000 2014|North Korea Said to Impose Ebola Quarantine on All Travelers http://nyti.ms/1E7pMW3 +528038393981452288|Fri Oct 31 04:18:58 +0000 2014|In New York, Protections Offered for Medical Workers Joining Ebola Fight http://nyti.ms/1zPtPI6 +528038392530227200|Fri Oct 31 04:18:57 +0000 2014|Liberia’s Ebola Crisis Puts President in Harsh Light http://nyti.ms/1E7pMW1 +527925356247150592|Thu Oct 30 20:49:47 +0000 2014|Well: A Heart Risk in Drinking Water http://nyti.ms/1yKel3P +527894382549405696|Thu Oct 30 18:46:43 +0000 2014|RT @paula_span: Words flashed on a computer screen create"positive age stereotypes" and more physical strength in older adults? Yep. http:/… +527893535396491264|Thu Oct 30 18:43:21 +0000 2014|RT @ginakolata: live or die with Ebola infection? Genes may hold clues http://www.nytimes.com/2014/10/31/health/genes-influence-ebola-infections-in-mice-study-suggests.html? +527890760348479488|Thu Oct 30 18:32:19 +0000 2014|Genes Influence Ebola Infections in Mice, Study Suggests http://nyti.ms/1wKlCkL +527886671338303488|Thu Oct 30 18:16:04 +0000 2014|Well: Living With Cancer: Not Talking About Medical Mistakes http://nyti.ms/1rDzIhp +527882118861688832|Thu Oct 30 17:57:59 +0000 2014|Kaci Hickox, Nurse Under Ebola Quarantine, Takes Bike Ride, Defying Maine Officials http://nyti.ms/1wKfrwU +527860974641233920|Thu Oct 30 16:33:58 +0000 2014|The New Old Age Blog: A Workout for the Mind http://nyti.ms/1xFwb6R +527858744475275264|Thu Oct 30 16:25:06 +0000 2014|Denver PD: Parents of Halloween trick-or-treaters beware. Which is the pot gummy?http://nyti.ms/106ftlR http://pbs.twimg.com/media/B1NUuwDCMAAC12m.jpg +527778993475686400|Thu Oct 30 11:08:12 +0000 2014|Well: Pronouncing the Patient Dead http://nyti.ms/10AZkGa +527761399268003841|Thu Oct 30 09:58:17 +0000 2014|Well: Is 10,000 Hours All I Need to Run a Faster Marathon? http://nyti.ms/1wIvPOu +527664931119058944|Thu Oct 30 03:34:57 +0000 2014|California’s Proposition 45 Would Offer Public a Say on Health Insurance Rates http://nyti.ms/1zgLpTT +527660907032477696|Thu Oct 30 03:18:58 +0000 2014|F.D.A. Approves Pfizer’s Trumenba, a Vaccine for a Rare Meningitis http://nyti.ms/1E449G4 +527660905853911040|Thu Oct 30 03:18:58 +0000 2014|New Scrutiny on Sweets With Ascent of Marijuana in Colorado http://nyti.ms/1E44Qzh +527656612019077120|Thu Oct 30 03:01:54 +0000 2014|After a Family Trip to Africa, a Connecticut Girl, 7, Is Unwelcome at School http://nyti.ms/1zgLpDD +527656610676899840|Thu Oct 30 03:01:54 +0000 2014|Microsoft Jumps Into the Growing Market for Wearable Fitness Technology http://nyti.ms/1E44bOq +527573553760444417|Wed Oct 29 21:31:51 +0000 2014|@HealthStudent Thanks. Correct link is http://nyti.ms/1wGIP7i +527553216813469697|Wed Oct 29 20:11:03 +0000 2014|How does breast cancer change romance? These women & men know http://nyti.ms/103nQPg +527542730764070912|Wed Oct 29 19:29:22 +0000 2014|Well: Knowing Cancer Risk May Not Affect Screening Rates http://nyti.ms/1wE98Kf +527539642141528064|Wed Oct 29 19:17:06 +0000 2014|Those goo packets really can help your marathon http://nyti.ms/1zKCNGo +527523745569972224|Wed Oct 29 18:13:56 +0000 2014|Kaci Hickox, Nurse Who Treated Ebola Patients, May Sue Maine Over Quarantine http://nyti.ms/10z2gmG +527511465293774848|Wed Oct 29 17:25:08 +0000 2014|Well: Ask Well: Is the Ebola Epidemic Ending in Africa? http://nyti.ms/1wFpBNv +527488345417715713|Wed Oct 29 15:53:16 +0000 2014|Ebola May be Slowing in Liberia, W.H.O. Says http://nyti.ms/10yNE6O +527477048173154304|Wed Oct 29 15:08:22 +0000 2014|The New Health Care: A Formula to Find the Uninsured Around the Country http://nyti.ms/10yINmn +527477046919053312|Wed Oct 29 15:08:22 +0000 2014|Bellevue Workers, Worn Out From Treating Ebola Patient, Face Stigma Outside Hospital http://nyti.ms/1yHX0IP +527466106592976897|Wed Oct 29 14:24:54 +0000 2014|Education Life: This Is Your Brain on Drugs http://nyti.ms/1zfn4hn +527313610742448128|Wed Oct 29 04:18:56 +0000 2014|Well: Sports Gels Can Improve Marathon Times, but Pace Them Right http://nyti.ms/1rSeHAB +527292744751128576|Wed Oct 29 02:56:01 +0000 2014|Unease Lingers in the Bronx Despite a Boy’s Negative Ebola Test http://nyti.ms/1pWv5iT +527292743392165891|Wed Oct 29 02:56:01 +0000 2014|New York’s Rules to Let Travelers Pick Site for Isolation http://nyti.ms/1wLmdUJ +527288376614199296|Wed Oct 29 02:38:40 +0000 2014|In Liberia, a Good or Very Bad Sign: Empty Beds http://nyti.ms/1pWv5iN +527288375049732096|Wed Oct 29 02:38:39 +0000 2014|Cause of Children’s Paralysis Remains Unclear http://nyti.ms/1wLmdUA +527217980028243969|Tue Oct 28 21:58:56 +0000 2014|Children and the Risk of Ebola http://nyti.ms/1vccRvv +527217977230622720|Tue Oct 28 21:58:55 +0000 2014|Obama Defends C.D.C.'s Ebola Rules as ‘Sensible, Based in Science’ http://nyti.ms/13507jP +527208906804957185|Tue Oct 28 21:22:53 +0000 2014|I plan to keep my nose. And I have you to thank, Renée Zellweger. http://nyti.ms/1DY8vhZ http://pbs.twimg.com/media/B1EFtPYCMAAtn-V.jpg +527202043111690241|Tue Oct 28 20:55:36 +0000 2014|Amber Joy Vinson, Dallas Nurse Treated for Ebola, Released From Hospital http://nyti.ms/1vbVTgR +527192050140454913|Tue Oct 28 20:15:54 +0000 2014|Well: Renée Zellweger and Me http://nyti.ms/1vbK3Ds +527187744276369409|Tue Oct 28 19:58:47 +0000 2014|Connecticut’s Case-by-Case Approach to Ebola Quarantines Raises Concern http://nyti.ms/1FTfKda +527184852421193728|Tue Oct 28 19:47:18 +0000 2014|Readers respond: What's it like being a mother with cancer? http://nyti.ms/1FTesyB +527147768918601729|Tue Oct 28 17:19:56 +0000 2014|Well: Ask Well: Can You Get Ebola From a Toilet Seat? http://nyti.ms/1sA5Suc +527135991010570240|Tue Oct 28 16:33:08 +0000 2014|Health workers in Liberia and elsewhere in West Africa are finding they have to ration care http://nyti.ms/1xAsPSs http://pbs.twimg.com/media/B1C3munCIAEWfA-.jpg +527114399631560704|Tue Oct 28 15:07:20 +0000 2014|We asked readers to share insights from their experiences with breast cancer. The response was overwhelming http://nyti.ms/1FSDLkx +526956143869173760|Tue Oct 28 04:38:29 +0000 2014|Well: Faces of Breast Cancer: Find Your Story, Join the Conversation http://nyti.ms/ZWjQ2Z +526935452121829376|Tue Oct 28 03:16:16 +0000 2014|With Ebola’s Arrival, de Blasio Stands Tall as Christie and Cuomo Falter http://nyti.ms/1wFCwlY +526935450842574848|Tue Oct 28 03:16:16 +0000 2014|Two Governors’ Shifts on Ebola Are Criticized as Politics, Not Science http://nyti.ms/1sx4tEQ +526931029836443648|Tue Oct 28 02:58:42 +0000 2014|Seeking Unity, U.S. Revises Ebola Monitoring Rules http://nyti.ms/1sx4tEO +526931028561379328|Tue Oct 28 02:58:41 +0000 2014|Wish to Do More in Ebola Fight Meets Reality in Liberia http://nyti.ms/1wFCx9D +526916007336886272|Tue Oct 28 01:59:00 +0000 2014|Faces of Breast Cancer http://nyti.ms/1tBm05p +526899973649362945|Tue Oct 28 00:55:17 +0000 2014|Faces of Breast Cancer http://nyti.ms/1swHkT0 +526890843375173633|Tue Oct 28 00:19:00 +0000 2014|Op-Ed Contributor: Elton John on the Unfinished Fight Against AIDS http://nyti.ms/1tAUB3q +526863884268105729|Mon Oct 27 22:31:53 +0000 2014|Essay: Magic May Lurk Inside Us All http://nyti.ms/1wwgXSb +526859054271193088|Mon Oct 27 22:12:41 +0000 2014|Q&A: Vitiligo and Vision http://nyti.ms/1wweasm +526859052652199936|Mon Oct 27 22:12:41 +0000 2014|Global Health: Latrines May Not Improve Health of Poor Children http://nyti.ms/1zBmoUB +526855793535369217|Mon Oct 27 21:59:44 +0000 2014|RT @grynbaum: Breaking: the 5-year-old in NYC tested negative for the Ebola virus. +526854816942010368|Mon Oct 27 21:55:51 +0000 2014|Books: Martha Weinman Lear Returns to Medical Memoir, With Less Fury, in ‘Echoes of Heartsounds’ http://nyti.ms/1wwe9o9 +526854814177968128|Mon Oct 27 21:55:50 +0000 2014|The Scan: A Mathematical Thriller and an Exhibition of What Could Go Wrong http://nyti.ms/1zBmoUF +526845214385012736|Mon Oct 27 21:17:42 +0000 2014|RT @nytimeswell: Need a dinner idea? Try one of these five recipes with bitter greens http://nyti.ms/1tA3tq6 http://pbs.twimg.com/media/B0-6j8lCAAApomg.jpg +526835370957484033|Mon Oct 27 20:38:35 +0000 2014|Well: Doctors and Decision Fatigue http://nyti.ms/1svT8Fc +526820256384561152|Mon Oct 27 19:38:31 +0000 2014|New Rules Coming for Health Care Workers Returning From West Africa http://nyti.ms/1svFOAy +526810139815587840|Mon Oct 27 18:58:19 +0000 2014|RT @paula_span: Older insomniacs may actually be getting more than 7 hrs sleep. What? http://newoldage.blogs.nytimes.com/2014/10/27/insomniac-but-not-sleep-deprived/ +526808607375900676|Mon Oct 27 18:52:14 +0000 2014|Doctors Without Borders has sent 700 doctors & aid workers to Ebola-stricken countries http://nyti.ms/ZKpc18 http://pbs.twimg.com/media/B0-MG_jCQAAkg_o.png +526805067966713857|Mon Oct 27 18:38:10 +0000 2014|Public Health: AIDS Activists Oppose Cuomo on Ebola Quarantines http://nyti.ms/1tzfLyV +526797622770941953|Mon Oct 27 18:08:35 +0000 2014|The New Old Age Blog: Insomniac, but Not Sleep-Deprived http://nyti.ms/1v5w4Pv +526795016958509056|Mon Oct 27 17:58:14 +0000 2014|More than 10,000 people have contracted Ebola since March, according to the WHO http://nyti.ms/ZKpc18 http://pbs.twimg.com/media/B0-LUOcCUAEoJkG.png +526793023146176512|Mon Oct 27 17:50:18 +0000 2014|RT @bstrauch: Nurse held in quarantine is ordered released as Ebola policy flips and flops all over the place. http://nyti.ms/1xvDUUQ +526792201058394112|Mon Oct 27 17:47:02 +0000 2014|Facts you should know about Ebola http://nyti.ms/ZKpc18 http://pbs.twimg.com/media/B0-KtxfCIAE8bkI.png +526790387059679232|Mon Oct 27 17:39:50 +0000 2014|Well: The Pleasure of Bitter Greens http://nyti.ms/1v5nccA +526786257423462400|Mon Oct 27 17:23:25 +0000 2014|Marathons, pregnancies--each hard on their own. How do elite runners do both? http://nyti.ms/ZTD6OL http://pbs.twimg.com/media/B0-FTzHCEAAcglw.jpg +526781593604866049|Mon Oct 27 17:04:53 +0000 2014|For New York Crew, Fighting Ebola With Brush and Cleanser http://nyti.ms/1zdGB1E +526777235194515456|Mon Oct 27 16:47:34 +0000 2014|Basics: Ebola and the Vast Viral Universe http://nyti.ms/1v58pi2 +526765720777265153|Mon Oct 27 16:01:49 +0000 2014|A 5-year-old boy who recently returned to NYC from Guinea is being tested for Ebola http://nyti.ms/ZTdnGn +526765188159373313|Mon Oct 27 15:59:42 +0000 2014|RT @mattfleg: Mayor BDB stressing difficulty of Ebola transmission: "We’ve got to look at this in context. We’ve got to stop making this mo… +526764989160652801|Mon Oct 27 15:58:54 +0000 2014|RT @NYTMetro: .@BilldeBlasio says anyone who didn't come into contact with a person with Ebola overseas can go home with monitoring. +526762005810937856|Mon Oct 27 15:47:03 +0000 2014|The New Health Care: What to Look for in Judging the Affordable Care Act http://nyti.ms/1v4RhsB +526741601205620736|Mon Oct 27 14:25:58 +0000 2014|Well: Obese Children Show Early Signs of Heart Disease http://nyti.ms/1zdALgW +526741600215777283|Mon Oct 27 14:25:58 +0000 2014|The New Health Care: Choosing a Health Plan Is Hard, Even for a Health Economist http://nyti.ms/1pQsx5V +526696350612979712|Mon Oct 27 11:26:10 +0000 2014|Is the Affordable Care Act Working? http://nyti.ms/1zzg9AG +526571427341008897|Mon Oct 27 03:09:46 +0000 2014|As States Look to Halt Ebola, Restrictions Prompt a Debate http://nyti.ms/1nIeyDv +526571425986265088|Mon Oct 27 03:09:45 +0000 2014|As Ebola Spreads, Asia Senses Vulnerability http://nyti.ms/1wBe0Pp +526567266813767680|Mon Oct 27 02:53:14 +0000 2014|Wikipedia Is Emerging as Trusted Internet Source for Information on Ebola http://nyti.ms/1nIexPZ +526567265538678784|Mon Oct 27 02:53:13 +0000 2014|Nurse Who Spoke Out About Quarantine Felt a Calling for Health Care, Friends Say http://nyti.ms/1wBe0Pr +526549363007295488|Mon Oct 27 01:42:05 +0000 2014|Download the 7-Minute Workout app from @nytimeswell for iPhone and Android http://nyti.ms/ZQrfkz http://pbs.twimg.com/media/B0vj0v0CQAAl0dp.jpg +526490352283582464|Sun Oct 26 21:47:36 +0000 2014|Well: Revised Nutrition Labels Still Won’t Tell Whole Story http://nyti.ms/1FOY16A +526474137028403200|Sun Oct 26 20:43:10 +0000 2014|Download the 7-Minute Workout app from @nytimeswell for iPhone and Android http://nyti.ms/ZQrfkz http://pbs.twimg.com/media/B0vkD0eCcAArM6H.jpg +526459053049126913|Sun Oct 26 19:43:14 +0000 2014|A Bite to Remember? Chocolate Is Shown to Aid Memory http://nyti.ms/1ruSk2X +526431404071337984|Sun Oct 26 17:53:22 +0000 2014|Governors of New York and New Jersey Defend Ebola Quarantine Amid Concerns http://nyti.ms/1wzNp7l +526417419691372544|Sun Oct 26 16:57:47 +0000 2014|Governors of New York and New Jersey Defend Ebola Quarantine http://nyti.ms/1DPRxSZ +526207037815128064|Sun Oct 26 03:01:48 +0000 2014|Msgr. William B. O’Brien, 90, Is Dead; Helped Start Drug Rehabilitation Agency http://nyti.ms/1pMoHdY +526194865676505088|Sun Oct 26 02:13:26 +0000 2014|Well: Ask Well: Ebola Testing for All New Arrivals? http://nyti.ms/1tUHcnB +526157166395551744|Sat Oct 25 23:43:38 +0000 2014|Insurers’ Consumer Data Isn’t Ready for Enrollees http://nyti.ms/12C8PWs +526152514098692097|Sat Oct 25 23:25:09 +0000 2014|More Than 10,000 Africa Ebola Cases, Health Agency Says http://nyti.ms/1rufUNj +526152512983011329|Sat Oct 25 23:25:09 +0000 2014|New York Ebola Patient Enters Next, More Serious Phase of Illness, Officials Say http://nyti.ms/12C1INM +526142006620614656|Sat Oct 25 22:43:24 +0000 2014|Paying Till It Hurts: As Insurers Try to Limit Costs, Providers Hit Patients With More Separate Fees http://nyti.ms/1ruewKE +526142004909326336|Sat Oct 25 22:43:23 +0000 2014|For Pregnant Marathoners, 2 Endurance Tests http://nyti.ms/1ruewKG +526111780901494784|Sat Oct 25 20:43:17 +0000 2014|Early New York Response: Polar Opposite of Dallas’s http://nyti.ms/1FNmoBy +526107286725750785|Sat Oct 25 20:25:26 +0000 2014|After Negative Ebola Test, Quarantined Nurse Criticizes Treatment at Newark Airport http://nyti.ms/1wxChpw +526107285836533762|Sat Oct 25 20:25:26 +0000 2014|NYC Health Commissioner Has Helped Quell Ebola Fears http://nyti.ms/1wxChpy +526087968516497408|Sat Oct 25 19:08:40 +0000 2014|Opinion: The Dangers of Eating Late at Night http://nyti.ms/1nF89Zz +526018354826342402|Sat Oct 25 14:32:03 +0000 2014|Download the 7-Minute Workout app from @nytimeswell for iPhone and Android http://nyti.ms/ZQrfkz http://pbs.twimg.com/media/B0vj8kWCAAE3M38.jpg +525863591808090112|Sat Oct 25 04:17:05 +0000 2014|Bellevue Back on Front Line in Another Crisis http://nyti.ms/1pJNOy0 +525863590482702336|Sat Oct 25 04:17:04 +0000 2014|Mali Reports First Death From Ebola http://nyti.ms/1wo6P0k +525858988085108736|Sat Oct 25 03:58:47 +0000 2014|Ebola Quarantines Seen as Barrier to Volunteers http://nyti.ms/1pJNOxW +525858986982404096|Sat Oct 25 03:58:47 +0000 2014|Officials Soothe Fears, While Workers Sanitize Infected Doctor’s Path http://nyti.ms/1pJPjMP +525855199026360322|Sat Oct 25 03:43:44 +0000 2014|Op-Ed Contributor: Ebola’s Information Paradox http://nyti.ms/1pJPibw +525855197784846336|Sat Oct 25 03:43:43 +0000 2014|Abortion Capital of Bible Belt? Tennessee Vote Tests That Idea http://nyti.ms/1wo9A1L +525851263955501056|Sat Oct 25 03:28:05 +0000 2014|Ebola Patient in New York Is Called a Doctor at Ease in Danger http://nyti.ms/1wo6P0f +525851262269419520|Sat Oct 25 03:28:05 +0000 2014|World Briefing: Turkey: MERS Virus Case Is Reported http://nyti.ms/1wo6Npm +525774122715185152|Fri Oct 24 22:21:33 +0000 2014|RT @NYTMetro: The rapid escalation of screening measures for Ebola at Kennedy and Newark airports came as a surprise: http://nyti.ms/1nD744H +525765957277720576|Fri Oct 24 21:49:07 +0000 2014|RT @nytimes: Breaking News: New York and New Jersey to Quarantine Some Travelers Who Have Had Contact With Ebola Patients http://t.co/EhIYY… +525758283924389888|Fri Oct 24 21:18:37 +0000 2014|Well: Ask Well: Can Ebola Be Transmitted in Semen? http://nyti.ms/1pJ38Lr +525755670755565568|Fri Oct 24 21:08:14 +0000 2014|Can Ebola be transmitted in semen? http://nyti.ms/1yvoEsc http://pbs.twimg.com/media/B0vb_xlCMAAyZdf.jpg +525755486143258624|Fri Oct 24 21:07:30 +0000 2014|NY & NJ officials say they will quarantine all medical workers returning from Ebola-stricken countries in West Africa http://nyti.ms/ZQ7xWa +525752395159330818|Fri Oct 24 20:55:13 +0000 2014|RT @NYTMetro: Updates from the Ebola briefing with @NYGovCuomo and @GovChristie as they announce stricter quarantine rules: http://t.co/iDS… +525732693393571841|Fri Oct 24 19:36:56 +0000 2014|City Room: Ebola Live Blog: New York’s First Reported Case http://nyti.ms/1DIYXrg +525729520423555072|Fri Oct 24 19:24:19 +0000 2014|"I feel fortunate and blessed to be standing here today" Nina Pham on beating Ebola http://nyti.ms/1wmcQKW +525728579557273600|Fri Oct 24 19:20:35 +0000 2014|RT @NYTMetro: After the Ebola briefing today, @BilldeBlasio rode the A train http://nyti.ms/1uR16KC (Photo: @joshhaner /NYT) http://t.co/xI… +525698287450324992|Fri Oct 24 17:20:13 +0000 2014|Here are ways to help in efforts to halt the Ebola outbreak & aid those affected http://nyti.ms/ZQ6N3n +525698230395609089|Fri Oct 24 17:19:59 +0000 2014|RT @NYTMetro: "It is a global city, we knew one day we would get a patient with Ebola," said @RamRajuMD of Bellevue being prepared to handl… +525698138175463425|Fri Oct 24 17:19:37 +0000 2014|RT @nytgraphics: Timeline of what's known so far about NYC #Ebola patient http://nyti.ms/1D7j0xn http://pbs.twimg.com/media/B0und69IEAAKRfd.png +525696993096892417|Fri Oct 24 17:15:04 +0000 2014|RT @NYTMetro: The coffee shop and restaurant visited by Craig Spencer are closed and being evaluated. Watch the briefing live: http://t.co/… +525696244052533251|Fri Oct 24 17:12:06 +0000 2014|NYC doctor who has Ebola has dedicated himself to dealing with medical emergencies in faraway places http://nyti.ms/ZQ31Hb +525695883728662528|Fri Oct 24 17:10:40 +0000 2014|RT @mattfleg: NYC health commissioner: 3 people under quarantine orders. "They are all well at this time." Fiancee and two friends. +525694842018725890|Fri Oct 24 17:06:31 +0000 2014|RT @mattfleg: NYC health commissioner: "We may never know" how Ebola patient became infected. Was wearing protective gear. +525694692315627522|Fri Oct 24 17:05:56 +0000 2014|RT @NYTMetro: .@DrMaryTBassett says of Craig Spencer: "We don't see any possibility that he contaminated his apartment." http://t.co/1GmiyB… +525692764613541888|Fri Oct 24 16:58:16 +0000 2014|RT @peterbakernyt: Obama to meet with Dallas nurse Nina Pham at the White House this afternoon. +525692569976836096|Fri Oct 24 16:57:30 +0000 2014|Public health authorities hope to begin trials of Ebola vaccines in West Africa in December http://nyti.ms/ZQbPwI +525691700782456834|Fri Oct 24 16:54:03 +0000 2014|A promising Ebola vaccine was shelved for nearly 10 years, writes @nytDeniseGrady http://nyti.ms/ZKq1XH +525690964535705601|Fri Oct 24 16:51:07 +0000 2014|RT @grynbaum: A CDC deputy director of infectious diseases flew to New York City last night to aid Ebola response. +525690745240297474|Fri Oct 24 16:50:15 +0000 2014|Ask Well: Can I get Ebola from public transportation? http://nyti.ms/ZQ1AbP +525690671295115264|Fri Oct 24 16:49:57 +0000 2014|Facts you should know about Ebola http://nyti.ms/ZKpc18 http://pbs.twimg.com/media/B0ug4SyCUAENgS2.png +525690161817210880|Fri Oct 24 16:47:56 +0000 2014|RT @FrancesRobles: Although Ebola-free, there is no discharge date yet for Amber Vinson. +525689391344533504|Fri Oct 24 16:44:52 +0000 2014|The C.D.C. has confirmed New York patient's Ebola test, says @DrMaryTBassett +525688698721939456|Fri Oct 24 16:42:07 +0000 2014|Flu season will bring a virus that spreads far faster than Ebola, and will kill thousands, by @carlzimmer http://nyti.ms/1wkOSj6 +525688444987899904|Fri Oct 24 16:41:06 +0000 2014|.@BilldeBlasio says at Ebola briefing that every New Yorker should get a flu shot. He says it will help address this situation. +525688208252608512|Fri Oct 24 16:40:10 +0000 2014|How modern technologies can help contain Ebola http://nyti.ms/ZKonp7 +525687941872754688|Fri Oct 24 16:39:06 +0000 2014|RT @grynbaum: "We are fully prepared to handle Ebola," says NYC's mayor, @BilldeBlasio. +525687859509211136|Fri Oct 24 16:38:47 +0000 2014|The Health Issue: Searching for the Fountain of Youth http://nyti.ms/1wuu31p +525687520622039040|Fri Oct 24 16:37:26 +0000 2014|.@deBlasioNYC says at Ebola briefing that the NYC doctor is being held in isolation and poses no threat to others +525687193378242561|Fri Oct 24 16:36:08 +0000 2014|.@deBlasioNYC says at Ebola briefing: Here in NYC, "We have the finest health system" in the world +525686964788678658|Fri Oct 24 16:35:13 +0000 2014|RT @mattfleg: "The process played out exactly as the protocol dictated yesterday. Literally to a T" - NYC mayor at Ebola briefing, touting … +525686387719553024|Fri Oct 24 16:32:56 +0000 2014|RT @mattfleg: NYC Mayor De Blasio at Ebola briefing: "There is no reason for New Yorkers to change their daily routine in any way." +525685911380852736|Fri Oct 24 16:31:02 +0000 2014|RT @NYTMetro: The Ebola briefing in New York City is getting started now. Watch live: http://nyti.ms/1nCwJu7 +525685812059734019|Fri Oct 24 16:30:39 +0000 2014|RT @SarahMaslinNir: Did you travel as nurse or doc to aide in Africa w Ebola ? I'd like to hear about your experience returning home Sarah.… +525684284259307520|Fri Oct 24 16:24:34 +0000 2014|You will be able to watch @deBlasioNYC's briefing on Ebola here: http://nyti.ms/ZQ7xWa +525681386150436864|Fri Oct 24 16:13:03 +0000 2014|Here are ways to help in efforts to halt the Ebola outbreak & aid those affected http://nyti.ms/ZQ6N3n +525678455871254528|Fri Oct 24 16:01:25 +0000 2014|Ebola Vaccine Trials Planned for December http://nyti.ms/1tR653D +525678453824450560|Fri Oct 24 16:01:24 +0000 2014|Nina Pham, Dallas Nurse Who Had Ebola, to Be Released From Hospital http://nyti.ms/1wupofY +525676336221028353|Fri Oct 24 15:52:59 +0000 2014|A Dallas nurse who had Ebola, Nina Pham, is now free of the virus and will be released from the hospital http://nyti.ms/ZQ5Ec0 +525673483087642624|Fri Oct 24 15:41:39 +0000 2014|RT @mattfleg: Looks like NYC Ebola briefing, planned for 11:30, will be closer to 12, per mayor's spokeswoman. You can see it here: http://… +525670616150450176|Fri Oct 24 15:30:16 +0000 2014|Retracing Dr. Craig Spencer's footsteps in NYC http://nyti.ms/ZQ48q9 http://pbs.twimg.com/media/B0uNUX-CIAIcfIE.png +525666826139627521|Fri Oct 24 15:15:12 +0000 2014|NYC doctor who has Ebola has dedicated himself to dealing with medical emergencies in faraway places http://nyti.ms/ZQ31Hb +525664305337733121|Fri Oct 24 15:05:11 +0000 2014|Changes to Ebola protection worn by U.S. hospital workers http://nyti.ms/ZQ2zIX http://pbs.twimg.com/media/B0uHNMGCQAEG4qe.png +525662995897413633|Fri Oct 24 14:59:59 +0000 2014|RT @FrancesRobles: Nina Pham is being released from the hospital. #Ebola +525660577784287232|Fri Oct 24 14:50:22 +0000 2014|Facts you should know about Ebola http://nyti.ms/ZKpc18 http://pbs.twimg.com/media/B0uEWGECMAEkbsB.png +525659795337248768|Fri Oct 24 14:47:16 +0000 2014|Officials Tracing New York Ebola Patient’s Movements, While Reassuring a Wary City http://nyti.ms/10rywIm +525658379310870528|Fri Oct 24 14:41:38 +0000 2014|Ask Well: Can I get Ebola from public transportation? http://nyti.ms/ZQ1AbP +525655133527752704|Fri Oct 24 14:28:44 +0000 2014|Mali on Thursday became the sixth West African country to confirm an Ebola case http://nyti.ms/1wkPXre +525651159424704512|Fri Oct 24 14:12:57 +0000 2014|Flu season will bring a virus that spreads far faster than Ebola, and will kill thousands, by @carlzimmer http://nyti.ms/1wkOSj6 +525649335695212544|Fri Oct 24 14:05:42 +0000 2014|RT @NYTMetro: Health officials say now that the 103-degree fever of the Ebola patient was wrong, he had a 100.3-degree fever. http://t.co/t… +525636978277380096|Fri Oct 24 13:16:36 +0000 2014|Well: For a 7-Minute Workout, Download Our New App http://nyti.ms/1wozDDk +525636976872271872|Fri Oct 24 13:16:35 +0000 2014|Well: The Advanced 7-Minute Workout http://nyti.ms/10rsibq +525512046570262528|Fri Oct 24 05:00:10 +0000 2014|RT @heathertal: The Ebola vaccine sat on a shelf for about a decade. @nytDeniseGrady’s story http://bit.ly/ZPjjA1 +525509195039522816|Fri Oct 24 04:48:50 +0000 2014|Vaccine Trials for Ebola Are Planned in West Africa http://nyti.ms/1rqcEU9 +525504990031659008|Fri Oct 24 04:32:07 +0000 2014|Tracing Patient’s Possible Contacts Creates Host of Challenges for New York City http://nyti.ms/1wiiqOm +525504988869832704|Fri Oct 24 04:32:07 +0000 2014|Neighbors Say Patient Is Fast to Lend a Helping Hand http://nyti.ms/1rqcEU5 +525501205599223808|Fri Oct 24 04:17:05 +0000 2014|Studies Link Mental Issues and the Rigor of the Military http://nyti.ms/1rqcGLR +525501204617789440|Fri Oct 24 04:17:05 +0000 2014|Ebola Crosses New Border as Mali Confirms a Case http://nyti.ms/1wiitdg +525497364677931008|Fri Oct 24 04:01:49 +0000 2014|Britain Pledges Millions to Fight Ebola and Chides Others to Spend More http://nyti.ms/1rqcGLP +525497363201540096|Fri Oct 24 04:01:49 +0000 2014|Matter: As Ebola Spreads, So Have Several Fallacies http://nyti.ms/1wiiqOv +525491900900335616|Fri Oct 24 03:40:07 +0000 2014|Where the NYC Ebola patient is being treated http://nyti.ms/ZKno88 http://pbs.twimg.com/media/B0reh6gIAAE6jH8.png +525475269013164032|Fri Oct 24 02:34:01 +0000 2014|Unlike Ebola, the influenza virus is truly airborne. And if will likely kill thousands this season http://nyti.ms/ZPrU5V +525472213873750016|Fri Oct 24 02:21:53 +0000 2014|A promising Ebola vaccine was shelved for nearly 10 years, writes @nytDeniseGrady http://nyti.ms/ZKq1XH +525471828811464705|Fri Oct 24 02:20:21 +0000 2014|RT @susannecraig: NYC ebola patient attempted to self isolate in his apartment. Took his temperature twice a day. +525470086199799808|Fri Oct 24 02:13:25 +0000 2014|Ask Well: Can you get Ebola from a bowling ball? http://nyti.ms/1FLTfXw +525469559021903872|Fri Oct 24 02:11:20 +0000 2014|NY Ebola patient's first fever was late morning on Thursday, says @DrMaryTBassett. He did not have a fever while bowling +525468321723187200|Fri Oct 24 02:06:25 +0000 2014|RT @thomaskaplan: Ebola patient rode in an Uber car at one point, but the Uber driver is not believed to be at risk, NYC health commissione… +525467084294471680|Fri Oct 24 02:01:30 +0000 2014|RT @cslnyt: First symptoms #ebola NYC patient experienced was this morning. He went on a 3-mile jog. Took subway too. +525466781042102272|Fri Oct 24 02:00:17 +0000 2014|NYC Ebola patient is 33 years old, says @DrMaryTBassett http://nyti.ms/1FLOKMA +525466188982538240|Fri Oct 24 01:57:56 +0000 2014|RT @thomaskaplan: Cuomo says Ebola patient is believed to have come into contact with four people during relevant period; they have already… +525465880315326464|Fri Oct 24 01:56:43 +0000 2014|Watch Gov. Cuomo and Mayor de Blasio speaking about the NY Ebola case http://nyti.ms/1FLOKMA +525465491696254976|Fri Oct 24 01:55:10 +0000 2014|Well: Can You Get Ebola From a Bowling Ball? http://nyti.ms/1tnPi63 +525465332174290944|Fri Oct 24 01:54:32 +0000 2014|RT @thomaskaplan: Cuomo: "Dallas, unfortunately, was caught before they could really prepare. ... We had the advantage of learning from the… +525465237634691072|Fri Oct 24 01:54:10 +0000 2014|RT @grynbaum: "There is no reason for New Yorkers to be alarmed,” says NYC Mayor @BilldeBlasio. "Ebola is an extremely hard disease to cont… +525462629020860416|Fri Oct 24 01:43:48 +0000 2014|Can you get Ebola from a bowling ball? Most likely not. http://nyti.ms/ZPpTX9 +525457915764047872|Fri Oct 24 01:25:04 +0000 2014|Where the NYC Ebola patient is being treated http://nyti.ms/ZKno88 http://pbs.twimg.com/media/B0rNMIeIEAAHYyM.png +525457076290875392|Fri Oct 24 01:21:44 +0000 2014|RT @archietse: NYC patient pushes the number of #Ebola cases outside of Africa to 18 http://bit.ly/ebola-cases http://pbs.twimg.com/media/B0rMTDJCIAAf2XQ.png +525455991681581058|Fri Oct 24 01:17:25 +0000 2014|A promising Ebola vaccine was shelved for nearly 10 years, writes @nytDeniseGrady http://nyti.ms/ZKq1XH +525454792475541506|Fri Oct 24 01:12:39 +0000 2014|Mayor @BilldeBlasio to hold a press conference with @NYGovCuomo on the latest Ebola news. Watch here: http://nyti.ms/ZKpCEG +525454100553826304|Fri Oct 24 01:09:54 +0000 2014|RT @jswatz: Time to go back over Ebola facts: not airborne, no transmission if there are no symptoms, direct contact with patient or fluids… +525453590325116928|Fri Oct 24 01:07:53 +0000 2014|More than 400 health care workers in West Africa have been infected with Ebola during the current outbreak http://nyti.ms/ZKpc18 +525452885044494336|Fri Oct 24 01:05:04 +0000 2014|The NY Ebola patient had been working with Doctors Without Borders in Guinea before returning to NYC on Oct. 14 http://nyti.ms/ZKno88 +525451663612854272|Fri Oct 24 01:00:13 +0000 2014|RT @lpolgreen: Nearly 9000 infected in West Africa; +4400 dead. In America? 6 cases so far, one dead. http://www.nytimes.com/interactive/2014/07/31/world/africa/ebola-virus-outbreak-qa.html http://t.co/Lp… +525451537251069952|Fri Oct 24 00:59:43 +0000 2014|How modern technologies can help contain Ebola http://nyti.ms/ZKonp7 +525450451089915905|Fri Oct 24 00:55:24 +0000 2014|Ebola is extremely unlikely to spread through public transit for several reasons. http://nyti.ms/1rGMzF8 +525448835519512576|Fri Oct 24 00:48:59 +0000 2014|A doctor in NYC who recently returned from Guinea tested positive for the Ebola virus http://nyti.ms/ZKno88 +525420839333015552|Thu Oct 23 22:57:44 +0000 2014|Remember it’s hard to get Ebola — even on an airplane. http://nyti.ms/ZPjrQ6 +525420120924258305|Thu Oct 23 22:54:53 +0000 2014|Paul Allen to Give $100 Million to Tackle Ebola Crisis http://nyti.ms/1sezSvF +525420117979824128|Thu Oct 23 22:54:52 +0000 2014|Patient Placed in Isolation for Ebola Testing at Bellevue Hospital in New York City http://nyti.ms/1tPclc9 +525419032879837186|Thu Oct 23 22:50:33 +0000 2014|RT @jswatz: Promising Ebola vaccine moldered on the shelf, in part because poor countries don't provide ROI. Amazing @denisegrady http://t.… +525400104627605504|Thu Oct 23 21:35:21 +0000 2014|The New Old Age Blog: When Death Approaches Again http://nyti.ms/1uM7Byu +525347104739557376|Thu Oct 23 18:04:44 +0000 2014|Without Lucrative Market, Potential Ebola Vaccine Was Shelved for Years http://nyti.ms/1rnAzDy +525331830015545346|Thu Oct 23 17:04:03 +0000 2014|Well: Living With Schizophrenia: Coffee and Friends http://nyti.ms/1FJi6el +525325697704005634|Thu Oct 23 16:39:41 +0000 2014|Well: Milk Choice May Affect Vitamin D Levels http://nyti.ms/1rn8b4s +525325696382828544|Thu Oct 23 16:39:40 +0000 2014|Well: Giving the Doctor a Second Chance http://nyti.ms/1FJi3PM +525012241608097792|Wed Oct 22 19:54:07 +0000 2014|RT @tminsberg: Listening to music makes hard workouts feel a bit easier (thanks, Coach Beyoncé) http://nyti.ms/ZNTosm +525011985508089856|Wed Oct 22 19:53:06 +0000 2014|RT @jswatz: "Hey, Z, you still saving the world?" America's quietly heroic malaria fighter. Great profile by Donald McNeil http://t.co/jWbO… +525011850967400448|Wed Oct 22 19:52:34 +0000 2014|RT @carlzimmer: Move over Mel Brooks: meet the 45,000-year-old man. Here’s my new @nytimes column on the oldest modern human genome http://… +525011437245456384|Wed Oct 22 19:50:55 +0000 2014|RT @HirokoTabuchi: Takata Air Bag Recalls: List of Affected Vehicles http://nyti.ms/1yWAPS5 +525011267627790338|Wed Oct 22 19:50:15 +0000 2014|RT @cslnyt: More dentists today realize kids w/ autism CAN become cooperative patients. But many still don't treat them. http://t.co/GY8QDz… +525001666589097984|Wed Oct 22 19:12:06 +0000 2014|Vegetarians know there is more to Thanksgiving dinner than tofurky. Do you have a special recipe? Submit here. http://nyti.ms/ZO0wFc +524974218749181952|Wed Oct 22 17:23:01 +0000 2014|U.S. to Monitor Travelers From Ebola-Hit Nations for 21 Days http://nyti.ms/1oum31s +524969598538743810|Wed Oct 22 17:04:40 +0000 2014|RT @nytimesscience: The Science Times podcast is on @Stitcher! Listen now or listen later: http://nyti.ms/1sLaotw +524967883731136512|Wed Oct 22 16:57:51 +0000 2014|Well: Share Your Best Vegetarian Thanksgiving Recipes and Stories http://nyti.ms/1oui3Ok +524962981252456448|Wed Oct 22 16:38:22 +0000 2014|Well: Stressed? This Dog May Help http://nyti.ms/1x9nkdc +524949022134784000|Wed Oct 22 15:42:54 +0000 2014|RT @SeniorsLaw: Is It Really Dementia? http://newoldage.blogs.nytimes.com/2014/10/21/is-it-really-dementia/?_php=true&_type=blogs&mabReward=RI%3A9&action=click&pgtype=Homepage®ion=CColumn&module=Recommendation&src=rechp&WT.nav=RecEngine&_r=0 by @paula_span @TheNewOldAge +524930492240777216|Wed Oct 22 14:29:16 +0000 2014|The Health Issue: What if Age Is Nothing but a Mind-Set? http://nyti.ms/1yYj1Wv +524801794397200384|Wed Oct 22 05:57:52 +0000 2014|Testing for Ebola Vaccines to Start Soon, W.H.O. Says http://nyti.ms/1t4ybGC +524782052970078208|Wed Oct 22 04:39:26 +0000 2014|Well: How Music Can Boost a High-Intensity Workout http://nyti.ms/1pzaUaw +524778027419713536|Wed Oct 22 04:23:26 +0000 2014|Ebola Prompts Universities to Tighten Travel Rules http://nyti.ms/1zk2nll +524778025880408064|Wed Oct 22 04:23:25 +0000 2014|Ebola Outbreak Erodes Recent Advances in West Africa http://nyti.ms/1pzaUaq +524728935339544576|Wed Oct 22 01:08:21 +0000 2014|Procedure on Paralyzed Man Stirs Hope and Caution http://nyti.ms/1uC8MR4 +524721288196415488|Wed Oct 22 00:37:58 +0000 2014|Demand Jumps for Protective Equipment as Ebola Cases Spur Hospitals Into Action http://nyti.ms/1zjRgZz +524677464891863040|Tue Oct 21 21:43:50 +0000 2014|Well: Dangerous Dietary Supplements Return to Store Shelves http://nyti.ms/1w4Z8fx +524617912754388992|Tue Oct 21 17:47:11 +0000 2014|The New Old Age Blog: Is It Really Dementia? http://nyti.ms/1Dx7BJ8 +524611466742493184|Tue Oct 21 17:21:35 +0000 2014|RT @UpshotNYT: Almost 90% of Americans aren't aware that it's time to sign up for Obamacare healthcare plans. http://nyti.ms/1vIbwR4 +524579912850882562|Tue Oct 21 15:16:12 +0000 2014|Well: It’s Time to Try Nutty, Sour Trahana http://nyti.ms/1yfxevh +524521543359950848|Tue Oct 21 11:24:15 +0000 2014|Drinking your morning coffee — even decaffeinated coffee — may protect your liver. http://nyti.ms/ZM4DBA http://pbs.twimg.com/media/B0bihiHCIAArGgL.jpg +524402973318062081|Tue Oct 21 03:33:06 +0000 2014|On the Road: For Travel Pros, Ebola Fears Create Teaching Moments http://nyti.ms/1t6QyeW +524402971900411904|Tue Oct 21 03:33:06 +0000 2014|Well: Genetic Variant May Shield Latinas From Breast Cancer http://nyti.ms/1wkZWtc +524392132392407040|Tue Oct 21 02:50:01 +0000 2014|RT @vikasbajaj: Terrific account by @helenecooper on returning to Liberia and finding resilience amid horror http://bit.ly/1tEUnZH +524385887757799424|Tue Oct 21 02:25:12 +0000 2014|C.D.C. Issues New Guidelines for Ebola Care http://nyti.ms/1vZl23H +524385886289813504|Tue Oct 21 02:25:12 +0000 2014|The Working Life: Baby on Way, Worker Gets Her Job Back http://nyti.ms/1rovIkE +524376243144523779|Tue Oct 21 01:46:53 +0000 2014|On Ebola Response, Congressional Republicans Put New Focus on Visa Suspensions http://nyti.ms/1vZ8CZq +524376241240305665|Tue Oct 21 01:46:53 +0000 2014|Ethicist Calls CPR Too Risky in Ebola http://nyti.ms/1rosxcS +524371834238541824|Tue Oct 21 01:29:22 +0000 2014|RT @nytvideo: Teaching autistic kids how to behave at the dentist's office, ten seconds at a time http://nyti.ms/1vDZuIr http://t.co/cgfiH… +524371630810992641|Tue Oct 21 01:28:33 +0000 2014|Well: Robotic Surgery Report Card http://nyti.ms/1ror8mz +524371511394594816|Tue Oct 21 01:28:05 +0000 2014|Finishing a basic teeth cleaning can be a colossal challenge for parents of children with autism. http://nyti.ms/1tGqtnR +524361767452160003|Tue Oct 21 00:49:22 +0000 2014|Well: A Weight Loss Belief Is Tested http://nyti.ms/1vYTdsc +524355674277695490|Tue Oct 21 00:25:09 +0000 2014|Well: Coffee May Protect the Liver http://nyti.ms/1rolzEy +524351214826557440|Tue Oct 21 00:07:26 +0000 2014|Well: Stemming a Stream of Pain for Children with Sickle Cell Disease http://nyti.ms/1vYHgmq +524343799645216768|Mon Oct 20 23:37:58 +0000 2014|Global Health: Steroids Are No Boon to World’s Poorer Women http://nyti.ms/1vYzglp +524333202144776192|Mon Oct 20 22:55:51 +0000 2014|Reactions: Patient Records, O.C.D. Burdens, Teenagers Interrogated http://nyti.ms/1t3o4lb +524333200525778945|Mon Oct 20 22:55:51 +0000 2014|Profiles in Science: The Malaria Fighter http://nyti.ms/1rodT5g +524333195311845377|Mon Oct 20 22:55:50 +0000 2014|One of the most quietly effective leaders in public health — the malaria fighter. http://nyti.ms/1tG4YUg? +524318434398445568|Mon Oct 20 21:57:10 +0000 2014|RT @HannaIngber: Charitable giving to address Ebola is almost nonexistent, writes @ssstrom http://bit.ly/1tFECSh +524309125069434881|Mon Oct 20 21:20:11 +0000 2014|Well: For Children With Autism, Opening a Door to Dental Care http://nyti.ms/1ycf517 +524286340922220546|Mon Oct 20 19:49:39 +0000 2014|RT @motokorich: Donations for Ebola Relief Efforts Are Slow to Take Off http://nyti.ms/1FrDKnx @ssstrom +524285473565315072|Mon Oct 20 19:46:12 +0000 2014|RT @sangerkatz: Good @aaronecarroll piece on weirdest part of Duncan Ebola story: why he was given an antibiotic. http://bit.ly/ZLByWV +524280055904886785|Mon Oct 20 19:24:40 +0000 2014|Books: A Frightening Diagnosis Is Only Start of the Story in ‘Not Fade Away’ and ‘Now I See You’ http://nyti.ms/1vDAVv8 +524277817010171904|Mon Oct 20 19:15:46 +0000 2014|RT @lpolgreen: So far the only people who have caught Ebola outside of W Africa are health workers. Even household contacts didn't. http://… +524241908630294528|Mon Oct 20 16:53:05 +0000 2014|Donations for Ebola Relief Efforts Are Slow to Take Off http://nyti.ms/1r1K8rG +524241906877071360|Mon Oct 20 16:53:05 +0000 2014|W.H.O. Declares Nigeria Free of Ebola http://nyti.ms/1vCZ3hm +524235408280801280|Mon Oct 20 16:27:15 +0000 2014|RT @MonkovicNYT: The first Ebola patient in the U.S. was sent home on antibiotics, an example of a larger problem in prescribing them http… +524229207904501760|Mon Oct 20 16:02:37 +0000 2014|The New Health Care: On an Antibiotic? You May Be Getting Only a False Sense of Security http://nyti.ms/1CLzKKc +524227363983208450|Mon Oct 20 15:55:17 +0000 2014|The plot has thickened with smell. http://nyti.ms/1tF4u0y +524225880667598851|Mon Oct 20 15:49:24 +0000 2014|RT @bstrauch: The Hot Zone author talks about the current Ebola outbreak and what he got wrong. http://nyti.ms/1rXU3Oo +524225003290886144|Mon Oct 20 15:45:55 +0000 2014|Well: Hard Lesson in Sleep for Teenagers http://nyti.ms/1vCHnTd +524210796327632897|Mon Oct 20 14:49:27 +0000 2014|RT @jimdao: Ebola is just the latest disaster to strike Liberia. A powerful, evocative piece by Monrovia-born @helenecooper http://t.co/QM… +524209031100256256|Mon Oct 20 14:42:27 +0000 2014|RT @picardonhealth: Why did the Dallas #Ebola patient get antibiotics? by @aaronecarroll http://nyti.ms/1wfCj6r via @nytimes @sangerkatz +524148136101834753|Mon Oct 20 10:40:28 +0000 2014|The 21-day monitoring period is over for nearly all the roughly 50 people being monitored for Ebola in Dallas. http://nyti.ms/1Dr5C99 +524130768919212032|Mon Oct 20 09:31:27 +0000 2014|Just like people in the U.S., everyone in Monrovia was talking about Duncan, writes @helenecooper http://nyti.ms/1Dr3VJ0 +524102075504799744|Mon Oct 20 07:37:26 +0000 2014|Parents pulled children out of a school after the principal went to Zambia, an African nation untouched by Ebola. http://nyti.ms/1Dr4CSH +524069857411997696|Mon Oct 20 05:29:25 +0000 2014|"When Eunice and I took a picture together .. we made sure not to touch." The personal side of Ebola in Liberia. http://nyti.ms/1t3VO2Y +524060894678880256|Mon Oct 20 04:53:48 +0000 2014|White House has temporarily cut funding for experiments that study infectious agents by making them more dangerous. http://nyti.ms/1t3XGbS +524057227406360576|Mon Oct 20 04:39:14 +0000 2014|Mr. Duncan’s fiancée and others declared Ebola-free in Dallas. http://nyti.ms/1Dr5C99 +524055617917292544|Mon Oct 20 04:32:50 +0000 2014|Making sense of the #EbolaHysteria http://nyti.ms/1Dr4CSH +524054218689097729|Mon Oct 20 04:27:16 +0000 2014|"There is a strength here that I had never before realized," writes @helenecooper of returning home to Liberia. http://nyti.ms/1Dr3VJ0 +524053422308204546|Mon Oct 20 04:24:07 +0000 2014|RT @mannyNYT: Dozens Declared Free of Ebola Risk in Texas http://nyti.ms/1CH47Bs +524025729710039041|Mon Oct 20 02:34:04 +0000 2014|Fear of Ebola Closes Schools and Shapes Politics http://nyti.ms/10bMez1 +524025728636293121|Mon Oct 20 02:34:04 +0000 2014|Reporter's Notebook: In Homeland, Liberia Native Finds Resilience Amid Horror http://nyti.ms/1wYDfen +524000787379519488|Mon Oct 20 00:54:57 +0000 2014|A Word With: Richard Preston: Updating a Chronicle of Suffering: Author of ‘The Hot Zone’ Tracks Ebola’s Evolution http://nyti.ms/1wYnZ11 +523651359137337344|Sun Oct 19 01:46:27 +0000 2014|Dozens in Ohio Monitored for Possible Exposure to Nurse With Ebola http://nyti.ms/1sBddgA +523651357514149888|Sun Oct 19 01:46:27 +0000 2014|At Service for Dallas Ebola Victim, Relatives Recall a Gentle, Generous Man http://nyti.ms/108ljnH +523557784802295810|Sat Oct 18 19:34:37 +0000 2014|Opinionator | Couch: Why Doctors Need Stories http://nyti.ms/1wgcamN +523476537840906241|Sat Oct 18 14:11:47 +0000 2014|RT @nytimes: NYT's Sheri Fink is chronicling the Ebola outbreak from a clinic in Liberia. Questions for her? Include #AskNYT http://t.co/8H… +523322186913026048|Sat Oct 18 03:58:26 +0000 2014|White House to Cut Funding for Risky Biological Study http://nyti.ms/1sSKky0 +523322183742152704|Sat Oct 18 03:58:26 +0000 2014|Fitbit Says It Will Make Changes to Address Complaints About Allergic Reactions http://nyti.ms/1wRQ8ac +523317744830529537|Sat Oct 18 03:40:47 +0000 2014|Unable to Meet the Deductible or the Doctor http://nyti.ms/1sSKkxY +523317742871789568|Sat Oct 18 03:40:47 +0000 2014|Health Scare in Texas Also Sends Political Ripples http://nyti.ms/1wRQ8aa +523313044957724672|Sat Oct 18 03:22:07 +0000 2014|Experts Oppose Ebola Travel Ban, Saying It Would Cut Off Worst-Hit Countries http://nyti.ms/1wRQ7D3 +523313042134937601|Sat Oct 18 03:22:06 +0000 2014|Amid Assurances on Ebola, Obama Is Said to Seethe http://nyti.ms/1sSKmWE +523234097511297024|Fri Oct 17 22:08:24 +0000 2014|In Europe, Fear of Ebola Far Outweighs the True Risks http://nyti.ms/ZIteHE +523234096408199168|Fri Oct 17 22:08:24 +0000 2014|Waste From Ebola Poses Challenge to Hospitals http://nyti.ms/1sRTs5O +523229429548711936|Fri Oct 17 21:49:51 +0000 2014|Well: Ask Well: Do Mosquitoes Spread Ebola? http://nyti.ms/ZIrq1e +523218151434354688|Fri Oct 17 21:05:02 +0000 2014|Well: Ask Well: Do Mosquitos Spread Ebola? http://nyti.ms/ZInkGr +523209724158676992|Fri Oct 17 20:31:33 +0000 2014|RT @mannyNYT: Staff in Texas Ebola Case Is Asked to Avoid Public Spaces http://nyti.ms/1qGD1F6 +523209342820941824|Fri Oct 17 20:30:02 +0000 2014|You may be younger than someone with less years. http://nyti.ms/1rJCd1f +523174958768603137|Fri Oct 17 18:13:24 +0000 2014|Well: Mistakes in Treating Childhood Fractures http://nyti.ms/1FdiNwv +523161987585277952|Fri Oct 17 17:21:52 +0000 2014|WHO says Senegal is Ebola-free. http://bit.ly/1rIJwXa +523151315346530306|Fri Oct 17 16:39:27 +0000 2014|RT @paula_span: "Being Mortal," new book from @Atul_Gawande: wise, important, beautifully written, a bit late to the party. http://t.co/p56… +523146490860957696|Fri Oct 17 16:20:17 +0000 2014|A child’s backpack should not exceed what percent of body weight? Take this week’s quiz by @camaldarelli http://nyti.ms/1rIjraH +523141205996339200|Fri Oct 17 15:59:17 +0000 2014|The New Old Age Blog: A Doctor Discovers Dying http://nyti.ms/1oepIAk +523136437223710720|Fri Oct 17 15:40:20 +0000 2014|Health Worker Who May Have Had Contact With Ebola Is on Cruise Ship http://nyti.ms/1wdNmfh +523133890840371200|Fri Oct 17 15:30:13 +0000 2014|When nurses were encouraged to monitor doctors’ practices at first there was tension, then useful changes. http://nyti.ms/1tzGiww +523128735860400128|Fri Oct 17 15:09:44 +0000 2014|RT @CDCgov: Get the facts about #Ebola. Here’s what you need to know about when a person can spread the disease to others. http://t.co/DxeS… +523128603895009281|Fri Oct 17 15:09:13 +0000 2014|RT @CDCgov: #Ebola is not spread through casual contact, air, water or any food grown or legally purchased in US. http://pbs.twimg.com/media/B0JsqSUIgAEmAly.jpg +523128341130252289|Fri Oct 17 15:08:10 +0000 2014|CDC asking passengers on Frontier Dallas to Cleveland flight on Oct. 10 and Cleveland to Dallas flight on Oct. 13 to call 1 800-CDC INFO +523126961963425792|Fri Oct 17 15:02:41 +0000 2014|President Obama reorganizing schedule to focus on Ebola. http://nyti.ms/1tzDFe7 +523126384374185984|Fri Oct 17 15:00:23 +0000 2014|Meet the Ebola czar, Ron Klain, a former chief of staff for Vice Presidents Gore and Biden. http://nyti.ms/1tzDrE1 http://pbs.twimg.com/media/B0KErJuCMAAZtPQ.jpg +523124657294417920|Fri Oct 17 14:53:32 +0000 2014|Ron Klain, Chief of Staff to 2 Vice Presidents, Is Named Ebola ‘Czar’ http://nyti.ms/1xYMgp3 +523123842395279360|Fri Oct 17 14:50:17 +0000 2014|RT @carlzimmer: The U.N.’s Ebola outbreak trust fund is full of promises, and almost no cash. http://www.nytimes.com/2014/10/17/world/africa/ban-ki-moon-pleads-for-ebola-aid-donations.html?action=click&contentCollection=US%20Open®ion=Article&module=Promotron +523122130028740608|Fri Oct 17 14:43:29 +0000 2014|RT @palafo: Ron Klain, Chief of Staff to 2 Vice Presidents, Is Named Ebola ‘Czar’, via @nytimes http://www.nytimes.com/2014/10/18/us/ron-klain-chief-of-staff-to-2-vice-presidents-is-named-ebola-czar.html?smprod=nytcore-iphone&smid=nytcore-iphone-share +523121075769450497|Fri Oct 17 14:39:18 +0000 2014|RT @DavidFurstNYT: Blessing Gea, 9, being carried into the high-risk ward. Days later she recovered from Ebola. http://nyti.ms/1F8DLwm http… +523111014716280832|Fri Oct 17 13:59:19 +0000 2014|RT @meslackman: "I’ve been covering Ebola for nearly two months. I’ve watched the virus spread, and it has been a devastating sight."http:… +522968124233383936|Fri Oct 17 04:31:31 +0000 2014|In Cities With West African Populations, Hospitals Take Extra Steps http://nyti.ms/ZH5SCi +522964292661157888|Fri Oct 17 04:16:18 +0000 2014|White House Takes Drop-Everything Approach to Respond to Public Health Crisis http://nyti.ms/1wfpb22 +522964291256070144|Fri Oct 17 04:16:17 +0000 2014|In Layers of Gear, U.S. Doctor Offers Healing Hand to Ebola Patients in Liberia http://nyti.ms/ZH5UtH +522959888868454400|Fri Oct 17 03:58:48 +0000 2014|Controls Poor in Dallas, Nurse Says http://nyti.ms/1wfp8Dh +522959886662262784|Fri Oct 17 03:58:47 +0000 2014|Out on the Front Lines, Risks and Duty Collide http://nyti.ms/1wfpb24 +522932039650402305|Fri Oct 17 02:08:08 +0000 2014|Obama May Name ‘Czar’ to Oversee Ebola Response http://nyti.ms/1wf1Qxe +522895632617717760|Thu Oct 16 23:43:28 +0000 2014|Op-Ed Contributor: Don’t Depend on Those Frozen Eggs http://nyti.ms/1wNQ0IE +522851212324917248|Thu Oct 16 20:46:57 +0000 2014|RT @nycscribe: In the Ebola frenzy, don't forget West Africa. If you watch this video, you won't be able to forget. http://nyti.ms/1yH8M8S +522851041822265344|Thu Oct 16 20:46:17 +0000 2014|RT @nytpolitics: Frieden: Travel Ban Won’t Contain Ebola Outbreak http://nyti.ms/1sY5n3n +522850794047959040|Thu Oct 16 20:45:18 +0000 2014|RT @cslnyt: Leukemia Patients in Extended Remission after T-cell Therapy @nytDeniseGrady http://www.nytimes.com/2014/10/16/health/leukemia-patients-cell-therapy-childrens-hospital.html?smid=nytcore-iphone-share&smprod=nytcore-iphone +522841263029374976|Thu Oct 16 20:07:25 +0000 2014|Well: When Doctors and Nurses Work Together http://nyti.ms/1zdTGJq +522811579239497729|Thu Oct 16 18:09:28 +0000 2014|RT @bcsolomon: My latest story & short documentary for @nytimes: The brave and lonely men of the #Ebola ambulance teams in #Liberia http://… +522810330922360832|Thu Oct 16 18:04:30 +0000 2014|Other ways to help in efforts to stem Ebola’s tide: http://nyti.ms/1mZqzUv +522809603420348417|Thu Oct 16 18:01:37 +0000 2014|UN is asking for donations towards the Ebola fund, which is running dry. http://nyti.ms/1sXMGgn +522808657038565376|Thu Oct 16 17:57:51 +0000 2014|RT @rickgladstone: U.N.'s New Ebola Trust Fund Running Out of Money http://nyti.ms/1yHARNm +522803900563603458|Thu Oct 16 17:38:57 +0000 2014|Motherlode Blog: Want to Ace That Test? Get the Right Kind of Sleep. http://nyti.ms/1sVOVQ7 +522801123342954496|Thu Oct 16 17:27:55 +0000 2014|RT @meslackman: Watch this, watch it right now. Ben Solomon is doing absolutely heroic journalism in Monrovia. http://nyti.ms/1F3Zg1l +522794846608961536|Thu Oct 16 17:02:59 +0000 2014|Reminder: Experts say they would not expect to be infected by sitting near person with Ebola – unless that person vomited/bled on them. +522793720383827968|Thu Oct 16 16:58:30 +0000 2014|As Ebola Fears Spread, Ohio and Texas Close Some Schools http://nyti.ms/1sVKsNz +522793268393037824|Thu Oct 16 16:56:42 +0000 2014|Reminder: Ebola spreads through direct contact with the body fluids of someone showing symptoms. http://nyti.ms/UPEOhp +522792351107145729|Thu Oct 16 16:53:04 +0000 2014|RT @celiadugger: Odds of getting Ebola on a flight? Not high, even if asymptomatic person with Ebola aboard. http://nyti.ms/1D89PhY +522778257457152000|Thu Oct 16 15:57:04 +0000 2014|RT @ReedAbelson: C.D.C. Director Becomes Face of Nation’s Worry and Flawed Response http://nyti.ms/1u6WaRq Profile by @stavernise Like a t… +522778106638381056|Thu Oct 16 15:56:28 +0000 2014|RT @mannyNYT: As Ebola Fears Spread, Ohio and Texas Close Some Schools http://nyti.ms/1CqBCI7 +522777449919414272|Thu Oct 16 15:53:51 +0000 2014|Answers to your Ebola questions about how many people are being treated and how the virus spreads. http://nyti.ms/UPEOhp +522772596312801280|Thu Oct 16 15:34:34 +0000 2014|RT @celiadugger: Video by @bcsolomon captures the bravery & sacrifice of worker in Monrovia who collects the Ebola dead. http://t.co/TS34E7… +522754458250665984|Thu Oct 16 14:22:29 +0000 2014|Because of Ebola, Ambulance Work in Liberia Is a Busy and Lonely Business http://nyti.ms/1ua0QGg +522740958476374016|Thu Oct 16 13:28:51 +0000 2014|Public Health: The Partisan Divide on Ebola Preparedness http://nyti.ms/1u9IhlA +522596753670164481|Thu Oct 16 03:55:50 +0000 2014|Lax U.S. Guidelines on Ebola Led to Poor Hospital Training, Experts Say http://nyti.ms/ZFE4y4 +522592697471991808|Thu Oct 16 03:39:43 +0000 2014|Downfall for Hospital Where Virus Spread http://nyti.ms/1yFNfxy +522592696192757760|Thu Oct 16 03:39:42 +0000 2014|Planned Parenthood Is Expanding to Queens http://nyti.ms/ZFE2Gq +522588576161472512|Thu Oct 16 03:23:20 +0000 2014|Texas Abortion Clinics to Reopen Despite a Future in Legal Limbo http://nyti.ms/1yFNicu +522588574789931008|Thu Oct 16 03:23:20 +0000 2014|U.S. Says Consumers Must Renew Health Insurance Policies http://nyti.ms/ZFE2Go +522586990294757377|Thu Oct 16 03:17:02 +0000 2014|The U.S. failed to prepare its troops & medical corps for the aged chemical weapons it found in Iraq. http://nyti.ms/1w8WTX0 +522584748892647425|Thu Oct 16 03:08:07 +0000 2014|F.D.A. Approves First 2 Drugs for Treatment of a Fatal Lung Disease http://nyti.ms/1yFNfNO +522584747806298112|Thu Oct 16 03:08:07 +0000 2014|C.D.C. Director Becomes Face of Nation’s Worry and Flawed Response http://nyti.ms/1yFNfh2 +522529678528372736|Wed Oct 15 23:29:18 +0000 2014|Op-Ed Contributor: Resurrecting Smallpox? Easier Than You Think http://nyti.ms/1ssn3S7 +522501634426167296|Wed Oct 15 21:37:51 +0000 2014|Leukemia Patients in Extended Remission After Experimental Cell Therapy http://nyti.ms/1CnnzmI +522492612352430080|Wed Oct 15 21:02:00 +0000 2014|Ebola’s Other Contagious Threat: Hysteria http://nyti.ms/1CnlAPq +522491488853569537|Wed Oct 15 20:57:33 +0000 2014|The 48 people whom officials have been monitoring have passed a critical point and are unlikely to contract Ebola. http://nyti.ms/1qrPGeQ +522490687229820928|Wed Oct 15 20:54:21 +0000 2014|When Women Become Men at Wellesley http://nyti.ms/1w9lRFy +522461243572236288|Wed Oct 15 18:57:22 +0000 2014|RT @BK4theINYT: WH's Earnest says Obama retains confidence in CDC despite failure to prevent infections in Dallas, or to block infected nur… +522446664825856001|Wed Oct 15 17:59:26 +0000 2014|Well: Ask Well: Can Pets Get Ebola? http://nyti.ms/1w7PtRP +522441553781227520|Wed Oct 15 17:39:07 +0000 2014|We answered readers’ question: Can pets get Ebola? http://nyti.ms/1w8ZAaQ +522437233459339264|Wed Oct 15 17:21:57 +0000 2014|RT @ksacknyt: CDC's Frieden says those with possible exposure to Ebola should not have been traveling, and that it will be prevented in the… +522435906784206848|Wed Oct 15 17:16:41 +0000 2014|Obama Cancels Campaign Trip to Meet With Cabinet on Ebola http://nyti.ms/1EYEhNf +522435480504516609|Wed Oct 15 17:14:59 +0000 2014|RT @ksacknyt: CDC's Frieden: Regrets not sending infection control team to hospital after first Ebola diagnosis. Sez might have prevented n… +522435228691091456|Wed Oct 15 17:13:59 +0000 2014|RT @ksacknyt: HHS Secretary Burwell says one of two Ebola patients in Dallas will be transferred to Emory Hospital in Atlanta. +522434739601674242|Wed Oct 15 17:12:02 +0000 2014|Cleaning mustard gas blisters is “like a having a wire dog brush being rubbed across your leg.” Secret casualties: http://nyti.ms/1nlig5H +522432764013211649|Wed Oct 15 17:04:11 +0000 2014|Take a break from bad news with healthy comfort food: lentil pie (Photo by Andrew Scrivani) http://nyti.ms/1w8VNdP http://pbs.twimg.com/media/B0AN1JRCEAABejj.jpg +522430098407194625|Wed Oct 15 16:53:36 +0000 2014|RT @liamstack: Nurse's union president: "Were the protocols breached? The nurses say there were no protocols.” http://www.nytimes.com/2014/10/16/us/ebola-outbreak-texas.html?smid=nytcore-iphone-share&smprod=nytcore-iphone +522429811047026688|Wed Oct 15 16:52:27 +0000 2014|That ad hoc response to Ebola has underscored holes in the West’s readiness to confront a wider outbreak. http://nyti.ms/1w8Uvj0 +522429231058653186|Wed Oct 15 16:50:09 +0000 2014|Video: Three Hopes for an Ebola Treatment http://nyti.ms/1w8Ub3M +522426337399955457|Wed Oct 15 16:38:39 +0000 2014|Ebola-Infected Health Worker Took Flight From Cleveland to Dallas http://nyti.ms/1xTdxcj +522426096684638208|Wed Oct 15 16:37:42 +0000 2014|At least 17 Ebola cases have been treated outside of West Africa in the current outbreak. http://nyti.ms/UPEOhp +522409265357934592|Wed Oct 15 15:30:49 +0000 2014|How Hospital Workers Are Supposed to Treat Ebola Safely http://nyti.ms/1qjjwC9 +522408919256543233|Wed Oct 15 15:29:26 +0000 2014|The woman showed no symptoms of illness on flight, says CDC. An individual with Ebola is thought to become contagious when symptomatic. +522406272805928960|Wed Oct 15 15:18:55 +0000 2014|The second healthcare worker reported to the hospital with Ebola was on this flight, CDC says. +522406151527608321|Wed Oct 15 15:18:27 +0000 2014|CDC is reaching out to passengers who flew on Frontier Airlines flight 1143 Cleveland to Dallas/Fort Worth Oct. 13. +522402066002878465|Wed Oct 15 15:02:12 +0000 2014|The new patient has renewed questions about the hospital’s infection-control procedures and the C.D.C.'s oversight of the Ebola response. +522401858951073792|Wed Oct 15 15:01:23 +0000 2014|A second case of Ebola among the nearly 100 doctors, nurses and assistants who helped treat Mr. Duncan for 10 days was not unexpected. +522401614909702144|Wed Oct 15 15:00:25 +0000 2014|A second worker at Texas Health Presbyterian Hospital in Dallas has tested positive for Ebola. http://nyti.ms/1qrPGeQ +522399049551708161|Wed Oct 15 14:50:13 +0000 2014|You already know your chronological age, but do you know your fitness age? http://nyti.ms/1sfjPBi +522356607326642176|Wed Oct 15 12:01:34 +0000 2014|Ebola Test Is Positive in Second Texas Health Worker http://nyti.ms/1w8lBqd +522240201167749120|Wed Oct 15 04:19:01 +0000 2014|Well: What’s Your Fitness Age? http://nyti.ms/1Cjm6hl +522234126246903808|Wed Oct 15 03:54:53 +0000 2014|C.D.C. Says It Should Have Responded Faster to the Dallas Ebola Case http://nyti.ms/1rtLxWY +522230319035203585|Wed Oct 15 03:39:45 +0000 2014|Ebola Fight in Africa Is Hurt by Limits on Ways to Get Out http://nyti.ms/1nlnDSx +522230317969838080|Wed Oct 15 03:39:45 +0000 2014|Your Money Adviser: Back to http://HealthCare.Gov to Shop for Plans in Open-Enrollment Period for 2015 http://nyti.ms/1nlnE8N +522226200027365377|Wed Oct 15 03:23:23 +0000 2014|Study Backs Use of Stem Cells in Retinas http://nyti.ms/1rtLxX0 +522226198165065728|Wed Oct 15 03:23:22 +0000 2014|Bellevue Hospital to Be a Focus if Ebola Hits New York http://nyti.ms/1nlnDSz +522158025613012993|Tue Oct 14 22:52:29 +0000 2014|RT @HannaIngber: WHO warns that the number of new cases of Ebola could reach 10,000 a week by December http://nyti.ms/1yzj5f9 +522146050040397824|Tue Oct 14 22:04:53 +0000 2014|Breast Cancer Stories http://nyti.ms/1va1Oqq +522122566564339712|Tue Oct 14 20:31:35 +0000 2014|E.U. Urges States to Coordinate Efforts to Cut Risk of Importing Ebola http://nyti.ms/1v9GS2P +522122565255708672|Tue Oct 14 20:31:34 +0000 2014|W.H.O. Forecast for Ebola Worsens as Mortality Rate Rises http://nyti.ms/1w5u23G +522038853314826241|Tue Oct 14 14:58:56 +0000 2014|Ebola Patient Dies in German Hospital http://nyti.ms/ZY0Ule +522029538596093953|Tue Oct 14 14:21:55 +0000 2014|Mark Zuckerberg and his wife are donating $25 million to the @CDCFound to help fight Ebola http://on.fb.me/1w635yX +521878832736116737|Tue Oct 14 04:23:04 +0000 2014|Matter: Rats and Their Alarming Bugs http://nyti.ms/ZXrU4t +521846836056035329|Tue Oct 14 02:15:55 +0000 2014|Scientists Rein In Fears of a Virus Whose Mysteries Tend to Invite Speculation http://nyti.ms/1voYQQb +521842527591477248|Tue Oct 14 01:58:48 +0000 2014|Well: Vulnerability to Fructose Varies, Health Study Finds http://nyti.ms/1voV3ST +521842526538727425|Tue Oct 14 01:58:48 +0000 2014|Questions Rise on Preparations at Hospitals to Deal With Ebola http://nyti.ms/ZBHKAJ +521838068165533696|Tue Oct 14 01:41:05 +0000 2014|Debate Over Ebola Turns to Specific Policy Requests http://nyti.ms/ZBH1zx +521833568931426304|Tue Oct 14 01:23:12 +0000 2014|Ebola Puts Nina Pham, a Nurse Unaccustomed to the Spotlight, in Its Glare http://nyti.ms/1voR3lp +521795972813570048|Mon Oct 13 22:53:49 +0000 2014|Smell Turns Up in Unexpected Places http://nyti.ms/1z5xDEE +521795970435395584|Mon Oct 13 22:53:48 +0000 2014|On View: 'Haunted Files: The Eugenics Record Office' Recreates a Dark Time in a Laboratory's Past http://nyti.ms/1z5yCVa +521791968792555521|Mon Oct 13 22:37:54 +0000 2014|A Bank Chief Makes Ebola His Mission http://nyti.ms/1z5wAEC +521788168434364416|Mon Oct 13 22:22:48 +0000 2014|Well: Epidurals May Be Given Early or Late in Labor http://nyti.ms/1vYuIsw +521784333666115584|Mon Oct 13 22:07:34 +0000 2014|Well: Prostate Cancer Recurrence Risk Tied to Lipid Levels http://nyti.ms/1z5ssoe +521784332563021824|Mon Oct 13 22:07:33 +0000 2014|Global Health: Polio on the Rise Again in Pakistan, Officials Say http://nyti.ms/1vYua69 +521779109773717505|Mon Oct 13 21:46:48 +0000 2014|Well: Ask Well: Ebola on Airplanes, Ebola in Sneezes http://nyti.ms/1z5pdgm +521775172664459264|Mon Oct 13 21:31:09 +0000 2014|Well: With Electronic Medical Records, Doctors Read When They Should Talk http://nyti.ms/1z5lI9U +521775170609225728|Mon Oct 13 21:31:09 +0000 2014|Health Care: Death Has Its Benefits, Giraffes Among Us, Not Hiding Hair Loss http://nyti.ms/1vYpIUT +521770926569185280|Mon Oct 13 21:14:17 +0000 2014|On the Road: For Travelers, Ebola Represents a Small Blip on the Radar http://nyti.ms/1vYoDMR +521766088888295424|Mon Oct 13 20:55:04 +0000 2014|Well: In Interrogations, Teenagers Are Too Young to Know Better http://nyti.ms/1z5gJWA +521710509331329024|Mon Oct 13 17:14:12 +0000 2014|Q&a: Heavy Backpacks on Little Backs http://nyti.ms/1tWoKVM +521697935999135744|Mon Oct 13 16:24:15 +0000 2014|Well: O.C.D, a Disorder That Cannot Be Ignored http://nyti.ms/1tWdo42 +521690514601820160|Mon Oct 13 15:54:45 +0000 2014|New Questions of Risk and Vigilance After Dallas Nurse Contracts Ebola http://nyti.ms/1tW7Kik +521670507486535680|Mon Oct 13 14:35:15 +0000 2014|The New Health Care: Placebos Help. Just Ask This Health Economist. http://nyti.ms/1CdkG7Q +521666479465713664|Mon Oct 13 14:19:15 +0000 2014|Well: Lentils in Salads, Pilafs and Pies http://nyti.ms/11etaAh +521646092396822528|Mon Oct 13 12:58:14 +0000 2014|W.H.O. Chief Calls Ebola Outbreak a ‘Crisis for International Peace’ http://nyti.ms/1wsvtZW +521588144236687360|Mon Oct 13 09:07:58 +0000 2014|The New Old Age Blog: Treating C.O.P.D. in the Elderly http://nyti.ms/1qirGL1 +521514762044473346|Mon Oct 13 04:16:23 +0000 2014|Study Details the Risk to Infants Put on Sofas to Sleep http://nyti.ms/1ENj2hr +521510444843155457|Mon Oct 13 03:59:13 +0000 2014|Bronx Hospital Is Set to Reopen Its Birthing Center After a Renovation http://nyti.ms/1ENfWtN +521501260646989824|Mon Oct 13 03:22:44 +0000 2014|Teenagers who eat dinner with the family two or three times a week may reduce their risk for obesity. http://nyti.ms/1xD5zUx +521479163870728192|Mon Oct 13 01:54:55 +0000 2014|U.S. Finds Many Failures in Medicare Health Plans http://nyti.ms/1sEtDGC +521474915418271744|Mon Oct 13 01:38:03 +0000 2014|For Infected Nurse’s Neighbors, Ebola Brings Worry to Doorstep http://nyti.ms/1w0bfXH +521474914440982528|Mon Oct 13 01:38:02 +0000 2014|C.D.C. Will Offer More Ebola Training to Health Care Workers http://nyti.ms/1sEtDGw +521434435342700544|Sun Oct 12 22:57:11 +0000 2014|Babies who are allowed to linger in the womb are often healthier and do better in school http://nyti.ms/1vUL0Sg +521391937530920960|Sun Oct 12 20:08:19 +0000 2014|Researchers Replicate Alzheimer’s Brain Cells in a Petri Dish http://nyti.ms/1rp5f6q +521383058235092992|Sun Oct 12 19:33:02 +0000 2014|The NYT would like to hear from veterans about their deployment and the return to civilian life http://nyti.ms/1sqBFTn +521350240906264576|Sun Oct 12 17:22:38 +0000 2014|Exercise helps kids focus, new research shows. http://nyti.ms/1v2Ao6S +521317430228840449|Sun Oct 12 15:12:15 +0000 2014|Can a pet's fur transmit the flu? http://nyti.ms/1tiBQ59 +521302813008097281|Sun Oct 12 14:14:10 +0000 2014|How school lunch became the latest political battleground http://nyti.ms/1o20lBC (Photo: Sarah Anne Ward for NYT) http://pbs.twimg.com/media/Bzna0nACMAAN6tx.jpg +521273640340295680|Sun Oct 12 12:18:15 +0000 2014|Here's your weekend brunch inspiration http://nyti.ms/1vXHtEU (Photo: @AndrewScrivani for NYT) http://pbs.twimg.com/media/BznYSGWCMAAWWLt.jpg +521264807287459841|Sun Oct 12 11:43:09 +0000 2014|Texas Health Worker Tests Positive for Ebola http://nyti.ms/1tlNAEd +521229676459851776|Sun Oct 12 09:23:33 +0000 2014|Should you avoid contact with a dog that was petted by someone with the flu? http://nyti.ms/1xD5EYk +521113113853452289|Sun Oct 12 01:40:22 +0000 2014|Is E-Reading to Your Toddler Story Time, or Simply Screen Time? http://nyti.ms/1sA93Hv +521096636010090496|Sun Oct 12 00:34:54 +0000 2014|Reporter's Notebook: In Travel Out of Liberia, Nothing Is Simply Routine http://nyti.ms/1o5L1nK +521090607096553472|Sun Oct 12 00:10:56 +0000 2014|Ebola Victim’s Family Blames Hospital and State http://nyti.ms/1D3ToTZ +521047445514780673|Sat Oct 11 21:19:26 +0000 2014|The gluten-free diet market expected to reach $15 billion in annual sales by 2016. http://nyti.ms/1xD4XhP +521046101470613505|Sat Oct 11 21:14:05 +0000 2014|Teenagers who eat meals with family may reduce their risk for obesity in young adulthood http://nyti.ms/1o41d94 +521044424349220865|Sat Oct 11 21:07:25 +0000 2014|A Promising Pill, Not So Hard to Swallow http://nyti.ms/1tkEOpR +521016486580998145|Sat Oct 11 19:16:25 +0000 2014|Is the U.S. prepared for an Ebola outbreak? http://nyti.ms/1C17anV +521012378599559168|Sat Oct 11 19:00:05 +0000 2014|Brain science shows that to retain more information when studying, it may be a good idea to what? Take the quiz. http://nyti.ms/1pWr9hD +520998028476289025|Sat Oct 11 18:03:04 +0000 2014|A new book says most students probably don't need to study more. They need a smarter approach to studying http://nyti.ms/1q8qb21 +520987453952233472|Sat Oct 11 17:21:03 +0000 2014|More evidence of the importance of getting your kids away from that computer and playing outside. http://nyti.ms/1v2Ao6S +520985946502619137|Sat Oct 11 17:15:03 +0000 2014|Remember Ebola-like symptoms are fairly common and not the same as having Ebola. +520985520571031553|Sat Oct 11 17:13:22 +0000 2014|More than 4,000 people have died from the Ebola outbreak in West Africa. http://nyti.ms/1EHU5Eb +520985396822306817|Sat Oct 11 17:12:52 +0000 2014|Many patients with Ebola are dying slowly at home, untreated and with no place to go in Sierra Leone. http://nyti.ms/1EHU5Eb +520968994501976064|Sat Oct 11 16:07:42 +0000 2014|Opinion: Can Celiac Disease Affect the Brain? http://nyti.ms/1vTEHzB +520925807468761088|Sat Oct 11 13:16:05 +0000 2014|59 healthy, vegetarian brunch recipes http://nyti.ms/1vXHtEU (Photo: @AndrewScrivani for NYT) http://pbs.twimg.com/media/BznXlzWCIAAU89P.jpg +520791187511201792|Sat Oct 11 04:21:09 +0000 2014|The NYT would like to hear from veterans about their deployment and the return to civilian life http://nyti.ms/1sqBFTn +520761994425556992|Sat Oct 11 02:25:09 +0000 2014|Three avenues that have potential for an Ebola treatment http://nyti.ms/1yhdZEf +520761967687245824|Sat Oct 11 02:25:03 +0000 2014|Global Response to Ebola Highlights Challenges in Delivering Aid http://nyti.ms/1vVg0la +520761966642855936|Sat Oct 11 02:25:02 +0000 2014|Harvoni, a Hepatitis C Drug From Gilead, Wins F.D.A. Approval http://nyti.ms/ZTZRme +520751532221169664|Sat Oct 11 01:43:35 +0000 2014|Doctors Without Borders Evolves as It Forms the Vanguard in Ebola Fight http://nyti.ms/1vSrnv4 +520746945284157440|Sat Oct 11 01:25:21 +0000 2014|Officials Admit a ‘Defeat’ by Ebola in Sierra Leone http://nyti.ms/ZTX9x9 +520725143619117056|Fri Oct 10 23:58:43 +0000 2014|Public Health: The Unhealthy Politics of Ebola http://nyti.ms/1vSdLjs +520725142130135040|Fri Oct 10 23:58:43 +0000 2014|For Dallas Official, the Best Way to Fight Ebola Fears Is in Person http://nyti.ms/ZTSwmQ +520720630623518720|Fri Oct 10 23:40:47 +0000 2014|Dallas Ebola Patient Was Initially Sent Home Despite High Fever, Records Show http://nyti.ms/ZTRPtI +520720628522164224|Fri Oct 10 23:40:47 +0000 2014|Extendicare Agrees to Pay $38 Million Over Inadequate Nursing Home Care http://nyti.ms/ZTRPtK +520690277422727168|Fri Oct 10 21:40:10 +0000 2014|Here are some ideas for a healthy, quick dinner http://nyti.ms/1smffT2 (Photo: @AndrewScrivani for NYT) http://pbs.twimg.com/media/BzndDEbCMAELLbK.jpg +520674431358611457|Fri Oct 10 20:37:12 +0000 2014|The Nebraska Biocontainment Patient Care Unit is at the forefront of the nation's response to Ebola http://nyti.ms/1vXp6ji +520664850842660865|Fri Oct 10 19:59:08 +0000 2014|What percentage of active physicians in the United States are men? Take the weekly health quiz. http://nyti.ms/1pWr9hD +520637936815980544|Fri Oct 10 18:12:11 +0000 2014|A heart-rending test in an Ebola clinic: A baby http://nyti.ms/1vbCGAJ (Photo: Daniel Berehulak for NYT) http://pbs.twimg.com/media/BzmYj91CIAAZlKf.jpg +520627617985466368|Fri Oct 10 17:31:11 +0000 2014|The New Old Age Blog: As Diseases are Managed, Lifespans Keep Getting Longer http://nyti.ms/Zys7tY +520601654367121408|Fri Oct 10 15:48:01 +0000 2014|The NYT would like to hear from veterans about their deployment and the return to civilian life http://nyti.ms/1sqBFTn +520422977800646656|Fri Oct 10 03:58:01 +0000 2014|This symptom may distinguish a wheat allergy from the far more common gluten sensitivity. Take the weekly quiz: http://nyti.ms/1pWr9hD +520413352770949120|Fri Oct 10 03:19:46 +0000 2014|Heart-Rending Test in Virus Zone: A Newborn http://nyti.ms/1vVryH4 +520408886713782272|Fri Oct 10 03:02:01 +0000 2014|Britain to Screen for Ebola Amid Possible New Cases in Europe http://nyti.ms/1rk9sbv +520408884595671040|Fri Oct 10 03:02:01 +0000 2014|West Africans Make Plea for Long List of Ebola Needs http://nyti.ms/1vVrx5Q +520336863257952256|Thu Oct 09 22:15:50 +0000 2014|Dallas Sheriff’s Official Tests Negative for Ebola http://nyti.ms/1CZ52iO +520322069612228608|Thu Oct 09 21:17:03 +0000 2014|Well: Living with Cancer: Hiding Under a Wig? http://nyti.ms/10WL3Ub +520317189468209152|Thu Oct 09 20:57:39 +0000 2014|True or false? Petting a dog is a common way to transmit the flu virus. Take the weekly quiz: http://nyti.ms/1pWr9hD +520273845039923200|Thu Oct 09 18:05:25 +0000 2014|Exceptional responders are people who defy all expectations by responding dramatically to well to drugs. http://nyti.ms/1vUdBZV +520239668630401024|Thu Oct 09 15:49:37 +0000 2014|The New Health Care: Medicaid, Often Criticized, Is Quite Popular With Its Customers http://nyti.ms/1xtH8ZJ +520207822827823104|Thu Oct 09 13:43:04 +0000 2014|Well: Numbers in the Cancer Fight http://nyti.ms/1yPT4JL +520067355666550784|Thu Oct 09 04:24:54 +0000 2014|World Briefing: Lawsuit Against U.N. on the Spread of Cholera Epidemic in Haiti Advances http://nyti.ms/1vZ5M2S +520048412486819841|Thu Oct 09 03:09:38 +0000 2014|Easier Time in Health Marketplace Is Promised http://nyti.ms/1xra04G +520048411341774848|Thu Oct 09 03:09:37 +0000 2014|European Leaders Scramble to Upgrade Response to Ebola Crisis http://nyti.ms/1v4zvuN +520044485645205504|Thu Oct 09 02:54:01 +0000 2014|Newly Vigilant, U.S. Will Screen Fliers for Ebola http://nyti.ms/1xra0lh +520044482247786496|Thu Oct 09 02:54:01 +0000 2014|Amid Concern About Virus in U.S., New York Hospital Says It’s Ready for the Worst http://nyti.ms/1v4zvLg +519975410680201216|Wed Oct 08 22:19:33 +0000 2014|In Genes of ‘Exceptional Responders,’ Clues to Fighting Disease http://nyti.ms/1ndn2SK +519975409484840960|Wed Oct 08 22:19:32 +0000 2014|Spanish Nurse Probably Got Ebola From Touching Her Face http://nyti.ms/1CW6baW +519924250795593729|Wed Oct 08 18:56:15 +0000 2014|Spain kills Excalibur, dog of Ebola-infected nurse, as questions linger about whether dogs can transmit the disease. http://nyti.ms/1vWnFiV +519920138335051777|Wed Oct 08 18:39:55 +0000 2014|RT @DavidFurstNYT: Health workers prayed before the start of their shift. Images from an Ebola ward by @berehulak http://nyti.ms/1CVAf6l ht… +519919495729922049|Wed Oct 08 18:37:22 +0000 2014|RT @ksacknyt: Airports to start Ebola screening: JFK, Dulles, Hartsfield-Jackson, O'Hare, Newark. Catches 94% of West African travelers. +519917483181236224|Wed Oct 08 18:29:22 +0000 2014|Do you still have questions about Ebola or outbreaks of contagious diseases in general? Are there angles you don’t feel have been addressed? +519907070456631296|Wed Oct 08 17:47:59 +0000 2014|More evidence that exercise is really important for kids’ brains. http://nyti.ms/1v2Ao6S +519905001582645248|Wed Oct 08 17:39:46 +0000 2014|Protests as Spain Plans to Kill Ebola-Infected Nurse’s Dog http://nyti.ms/1BSv5G2 +519904548396482560|Wed Oct 08 17:37:58 +0000 2014|RT @Jeffdelviscio: The fate of #Excalibur is unclear, as is the science around human-dog Ebola transmission http://www.nytimes.com/2014/10/09/science/ebola-dog-excalibur-nurse-spain.html +519897036532244480|Wed Oct 08 17:08:07 +0000 2014|The New Old Age Blog: In Nursing Homes, Eyes That Never Turn Away http://nyti.ms/1yNcBKO +519886325135446016|Wed Oct 08 16:25:33 +0000 2014|RT @jimdao: US will start taking temp of travelers from W. Africa at JFK, Dulles, O'Hare, Hartfield and Newark #ebola http://t.co/kfclkWda… +519879335269134336|Wed Oct 08 15:57:47 +0000 2014|CDC says doctors and nurses provided "excellent and compassionate care, but Ebola is a disease that attacks the body in many ways." +519878090571644928|Wed Oct 08 15:52:50 +0000 2014|RT @ksacknyt: Hospital: "It is with profound sadness and heartfelt disappointment that we must inform you of the death of (Duncan) at 7:51… +519876365869649920|Wed Oct 08 15:45:59 +0000 2014|RT @katie_thomas: Fascinating Q&A with @bstrauch, the NYT Science editor, about why she argued a story about enterovirus off A1: http://t.c… +519876210823012352|Wed Oct 08 15:45:22 +0000 2014|Here is the story of Thomas Eric Duncan’s journey from Liberian war to the epicenter of a global Ebola frenzy. http://nyti.ms/1v258F3 +519875260158861312|Wed Oct 08 15:41:35 +0000 2014|Officials are still monitoring 48 people in the Dallas area for Ebola, most of whom have not been quarantined but are instead staying home. +519874817756250113|Wed Oct 08 15:39:50 +0000 2014|Mr. Duncan spent nearly two decades separated from the woman he had traveled to Dallas to be with. They were rekindling their relationship. +519874653360504832|Wed Oct 08 15:39:10 +0000 2014|Mr. Duncan was treated with an experimental antiviral drug, brincidofovir, after the FDA approved its use on an emergency basis. +519874520128430080|Wed Oct 08 15:38:39 +0000 2014|Mr. Duncan died of Ebola more than a week after the virus was detected in him. +519874452814069760|Wed Oct 08 15:38:23 +0000 2014|The New Health Care: Men Dominate List of Doctors Receiving Largest Payments From Drug Companies http://nyti.ms/1oQTxBR +519874451509633024|Wed Oct 08 15:38:22 +0000 2014|First Ebola Patient to Be Discovered in U.S. Dies http://nyti.ms/1nZyjH1 +519873643376295937|Wed Oct 08 15:35:10 +0000 2014|RT @jimdao: Our story on Thomas Duncan's death from #Ebola #dallas http://nyti.ms/1rWZ8K4 +519873585876598784|Wed Oct 08 15:34:56 +0000 2014|RT @lpolgreen: Duncan became infected with Ebola after helping a sick neighbor get to the hospital. The tragic story here: http://t.co/wn0g… +519873522844565504|Wed Oct 08 15:34:41 +0000 2014|RT @rcallimachi: Sad news : Thomas Duncan, 1st man to come down with Ebola symptoms in US, has died. +519872994890776576|Wed Oct 08 15:32:35 +0000 2014|The rhythms of a single day at a Liberian Ebola clinic by @sherifink http://nyti.ms/1v21ICr +519869786420154368|Wed Oct 08 15:19:50 +0000 2014|Well: Family Meals May Mean a Healthier Weight http://nyti.ms/1nZxoGE +519851706218446848|Wed Oct 08 14:07:59 +0000 2014|The Ebola Ward: Life, Death and Grim Routine Fill the Day at a Liberian Ebola Clinic http://nyti.ms/1vMS18S +519704506431336448|Wed Oct 08 04:23:04 +0000 2014|Well: How Exercise Can Boost Young Brains http://nyti.ms/1uZysfF +519689256868904961|Wed Oct 08 03:22:28 +0000 2014|Experimental Ebola Drug Puts Its Maker, Chimerix, Back in the Spotlight http://nyti.ms/1rVzVjh +519689252548775936|Wed Oct 08 03:22:27 +0000 2014|Health Officials Promise Extra Airport Screening for Ebola http://nyti.ms/1ncmyMH +519684802421596162|Wed Oct 08 03:04:46 +0000 2014|The Ebola Ward: Life, Death and Careful Routine Fill the Day at a Liberian Clinic http://nyti.ms/1rVzVjf +519684800123138048|Wed Oct 08 03:04:46 +0000 2014|Easing the Law for New Yorkers Shifting Gender http://nyti.ms/1ncmz3a +519680855560564737|Wed Oct 08 02:49:05 +0000 2014|Berkeley Officials Outspent but Optimistic in Battle Over Soda Tax http://nyti.ms/1rVzVzI +519680852742004736|Wed Oct 08 02:49:05 +0000 2014|Minimum Wage and Overtime Protections Are Delayed for Home-Care Workers http://nyti.ms/1ncmz38 +519677054522884097|Wed Oct 08 02:33:59 +0000 2014|30,000 Lose Health Care Coverage at Walmart http://nyti.ms/1rVzXHL +519677051834347521|Wed Oct 08 02:33:58 +0000 2014|Officials Question the Rising Costs of Generic Drugs http://nyti.ms/1ncmBbl +519673262096130048|Wed Oct 08 02:18:55 +0000 2014|Health Law Drug Plans Are Given a Check-Up http://nyti.ms/1rVzXaM +519673259382423552|Wed Oct 08 02:18:54 +0000 2014|As Anxiety Increases, Agency Scrambles to Address Concerns of Health Workers http://nyti.ms/1ncmBbd +519609961681145857|Tue Oct 07 22:07:23 +0000 2014|How the school lunch room became a battleground by @nickconfessore http://nyti.ms/1uYcR75 +519608461730934785|Tue Oct 07 22:01:25 +0000 2014|The Liberian man battling the Ebola virus is on a ventilator and receiving kidney dialysis. http://nyti.ms/1uYb4il +519597800623841280|Tue Oct 07 21:19:03 +0000 2014|The New Health Care: http://HealthCare.gov Still Suffers From Lack of Transparency http://nyti.ms/1t1FwrT +519587123473563649|Tue Oct 07 20:36:38 +0000 2014|RT @jimdao: What you need to know about enterovirus, which may have striken more people than we realize. http://tinyurl.com/ms6xxyy +519586470399451138|Tue Oct 07 20:34:02 +0000 2014|RT @judith_graham: Responding to sharp criticism, Medicare announces changes to its 5 star nursing home rating system. http://t.co/2Vbce91… +519537273831190528|Tue Oct 07 17:18:33 +0000 2014|Share your experience as a combat soldier http://nyti.ms/1vOHGb9 +519488552225488896|Tue Oct 07 14:04:57 +0000 2014|Spain Seeks to Prevent Spread of Ebola After a Nurse Is Infected http://nyti.ms/1yJVzgz +519331355889790976|Tue Oct 07 03:40:18 +0000 2014|RT @Jeffdelviscio: Today @MayBrittMoser & Edvard Moser awarded #nobelprize2014 in medicine. @jimgorman profiled them http://mobile.nytimes.com/2013/04/30/science/may-britt-and-edvard-moser-explore-the-brains-gps.html +519312121021353984|Tue Oct 07 02:23:52 +0000 2014|U.S. Revises Nursing Home Rating System http://nyti.ms/Zavc2J +519312119838564352|Tue Oct 07 02:23:52 +0000 2014|After Death of New Jersey Boy From Enterovirus 68, Worry Grows Among Parents http://nyti.ms/10Hpzul +519279280539566081|Tue Oct 07 00:13:22 +0000 2014|Well: How to Make Pickles Without Canning http://nyti.ms/1xjdUgb +519267123823378433|Mon Oct 06 23:25:04 +0000 2014|Op-Ed Contributor: How the Big Tobacco Deal Went Bad http://nyti.ms/1s5WfZa +519263321045106688|Mon Oct 06 23:09:57 +0000 2014|Q&A: Can a Pet’s Fur Transmit the Flu? http://nyti.ms/ZahuNl +519263320021692416|Mon Oct 06 23:09:57 +0000 2014|Reactions: Healthy Probabilities, a Challenging Condition, Benefits From Sandy http://nyti.ms/ZahuNr +519259122999779328|Mon Oct 06 22:53:16 +0000 2014|Books: ‘Being Mortal’ Explores the Benefits of Setting Goals for Death http://nyti.ms/1s5XvLR +519259122026696704|Mon Oct 06 22:53:16 +0000 2014|Global Health: Giving Doctors Guidance on Drugs to Prevent H.I.V. http://nyti.ms/ZahuNp +519255240038961153|Mon Oct 06 22:37:51 +0000 2014|The Doctor's World: There Before Ebola Had a Name http://nyti.ms/1s5UT0w +519246946918469632|Mon Oct 06 22:04:53 +0000 2014|RT @sangerkatz: Context for changes to 5-star nursing home rating system: @katie_thomas's great story on the old system's failings. http://… +519242420794687491|Mon Oct 06 21:46:54 +0000 2014|The New Old Age Blog: Extra Scrutiny for Hospices http://nyti.ms/1s5Jlu9 +519242419842613248|Mon Oct 06 21:46:54 +0000 2014|Well: Better Ways to Learn http://nyti.ms/Zad9d6 +519226864624476160|Mon Oct 06 20:45:05 +0000 2014|RT @ksacknyt: Texas health commissioner Lakey says still no signs of infection among those being monitored for Ebola in Dallas. +519226690472787968|Mon Oct 06 20:44:24 +0000 2014|“We’re weeding out the stoners.” The rebranding of pot. http://nyti.ms/1uSh3oY +519214275433619456|Mon Oct 06 19:55:04 +0000 2014|An editorial arguing that pedophilia is a disorder, not a crime. http://nyti.ms/1uS4j1I +519212938604064768|Mon Oct 06 19:49:45 +0000 2014|Spain Reports First Case of Ebola Contracted Outside West Africa http://nyti.ms/1tsrz0k +519212394581880833|Mon Oct 06 19:47:36 +0000 2014|A Spanish nurse has become the first person to be infected with Ebola outside of West Africa. http://nyti.ms/1uS2qlE +519173028392218625|Mon Oct 06 17:11:10 +0000 2014|RT @cslnyt: "I'm grateful to this article for humanizing Mr. Duncan" who is not a "faceless disease vector" http://nyti.ms/1xhLlzD #ebola @… +519172450106744832|Mon Oct 06 17:08:52 +0000 2014|Pickled Peaches With Sweet Spices by @MarthaRShulman (Photo by Andrew Scrivani ) http://nyti.ms/1uRqgxN http://pbs.twimg.com/media/BzR4l6_IQAANjsZ.jpg +519162482955653121|Mon Oct 06 16:29:16 +0000 2014|RT @bcsolomon: The #ebola spray teams in #monrovia clean houses after the #ebola dead. Tireless, brave and essential. http://pbs.twimg.com/media/BzRu56SIQAAnsT1.jpg +519161637862117376|Mon Oct 06 16:25:54 +0000 2014|Well: When Gluten Sensitivity Isn’t Celiac Disease http://nyti.ms/1q3XB0F +519157780587249664|Mon Oct 06 16:10:35 +0000 2014|Well: Drugs Cause Most Fatal Allergic Reactions, Study Finds http://nyti.ms/1EkWBjq +519153599377833984|Mon Oct 06 15:53:58 +0000 2014|Ebola Patient in Dallas Still in Critical Condition, C.D.C. Chief Says http://nyti.ms/1EkSGTE +519149934151729152|Mon Oct 06 15:39:24 +0000 2014|Catching up on Ebola news? A Flipboard collection of New York Times stories. http://bit.ly/1r4QATs +519149535004987392|Mon Oct 06 15:37:49 +0000 2014|The New Health Care: Health Plan Cancellations Are Coming, but for Relatively Few http://nyti.ms/1EkSELw +519149533293740033|Mon Oct 06 15:37:48 +0000 2014|The New Health Care: The Placebo Effect Doesn’t Apply Just to Pills http://nyti.ms/1q3KKf9 +519141091476783104|Mon Oct 06 15:04:16 +0000 2014|RT @nytimesscience: Maybe you've never seen a #nobelprize2014 celebration spin. @MayBrittMoser does one here http://nyti.ms/Z94FmF +519140785649115136|Mon Oct 06 15:03:03 +0000 2014|RT @jimdao: For Thomas Duncan, trip to Dallas was supposed to be a new beginning after years of refugee life in W. Africa #ebola http://t.c… +519140740946206720|Mon Oct 06 15:02:52 +0000 2014|RT @NobelPrize: “I’m over the moon actually.” John O’Keefe on being awarded the #nobelprize2014 #Medicine https://soundcloud.com/nobelprize/im-over-the-moon-actually-john-okeefe-on-being-awarded-the-nobel-prize +519140655130771456|Mon Oct 06 15:02:32 +0000 2014|RT @damiencave: Reposting this @helenecooper story out of Liberia bc it’s just that beautiful, sad and good http://www.nytimes.com/2014/10/05/world/africa/ebolas-cultural-casualty-hugs-in-hands-on-liberia.html +519139500493398016|Mon Oct 06 14:57:56 +0000 2014|How to Help in Efforts to Stem Ebola’s Tide http://nyti.ms/1mZqzUv? +519138005370818560|Mon Oct 06 14:52:00 +0000 2014|RT @bstrauch: How the Ebola patient ended up fighting for his life in Dallas. A sad tale by @ksacknyt. http://nyti.ms/1oJKgLz +519137095160725504|Mon Oct 06 14:48:23 +0000 2014|A profile of the Nobel in Medicine winners from last year. Their discovery was both practical and profound. http://nyti.ms/1uQVzc1 +519136559308611584|Mon Oct 06 14:46:15 +0000 2014|Meet the three people who won a Nobel for Medicine for discovering an inner GPS, in the brain. http://nyti.ms/1uQUOQf http://pbs.twimg.com/media/BzRX8zUCYAEdvkH.jpg +519136012338212864|Mon Oct 06 14:44:05 +0000 2014|A British-American scientist and a pair of Norwegian researchers were awarded this year’s Nobel Prize in Medicine. http://nyti.ms/1uQUOQf +519104312962994177|Mon Oct 06 12:38:07 +0000 2014|Nobel Prize in Medicine is Awarded for Discovery of Brain’s ‘Inner GPS’ http://nyti.ms/1xgTyUy +518960998905315330|Mon Oct 06 03:08:38 +0000 2014|Offering Help and Hope as Ebola Epidemic Unfolds http://nyti.ms/Z71Ylw +518960997894475776|Mon Oct 06 03:08:38 +0000 2014|New York City Steps Up Preparations to Be Ready for Ebola Cases http://nyti.ms/ZLLArG +518956227217600514|Mon Oct 06 02:49:40 +0000 2014|Ebola Victim Went From Liberian War to a Fight for Life http://nyti.ms/Z71WtN +518956226219364353|Mon Oct 06 02:49:40 +0000 2014|Ebola Help for Sierra Leone Is Nearby, but Delayed on the Docks http://nyti.ms/ZLLBMv +518948271059140608|Mon Oct 06 02:18:04 +0000 2014|A mystery involving a droopy face is ultimately connected to Lyme disease. http://nyti.ms/1n0If29 +518796231372730371|Sun Oct 05 16:13:54 +0000 2014|Ebola Patient in Dallas ‘Fighting for His Life,’ C.D.C. Director Says http://nyti.ms/1pDQQ6G +518570226729123841|Sun Oct 05 01:15:51 +0000 2014|Morris Collen, Computerized-Medicine Pioneer, Dies at 100 http://nyti.ms/1vG1e3G +518565792146018304|Sun Oct 05 00:58:13 +0000 2014|Canadian District Goes to School on Concussions http://nyti.ms/1vHsTAl +518496644648955906|Sat Oct 04 20:23:27 +0000 2014|100 Possible Ebola Cases Reported in U.S., but All Save 1 Are Ruled Out http://nyti.ms/1BFE6lw +518496641658396672|Sat Oct 04 20:23:27 +0000 2014|Ebola’s Cultural Casualty: Hugs in Hands-On Liberia http://nyti.ms/1rVFkIf +518469944489820161|Sat Oct 04 18:37:22 +0000 2014|Opinion: Of Medicine and Mushrooms http://nyti.ms/1pAWyGj +518400323124465664|Sat Oct 04 14:00:43 +0000 2014|Feeling down? Go exercise. Now. http://nyti.ms/1mZuLDZ +518388991985721344|Sat Oct 04 13:15:41 +0000 2014|Playing catch-up on Ebola? Here are some key stories: http://bit.ly/1rGLq0q +518241747420577792|Sat Oct 04 03:30:35 +0000 2014|No you can’t get Ebola from touching the pole in a bus and answers to other reader questions. http://nyti.ms/1rGMzF8 +518220901847138304|Sat Oct 04 02:07:45 +0000 2014|Europe: Italy: Child Thought to Be Rid of H.I.V. Suffers a Relapse http://nyti.ms/1pObxvJ +518220900068777984|Sat Oct 04 02:07:45 +0000 2014|Texas Women Forced to Reassess After New Ruling on Abortions http://nyti.ms/1pOledB +518216354407915520|Sat Oct 04 01:49:41 +0000 2014|Your Money: Beware of Shifting Options Within Medicare Plans http://nyti.ms/1nTOu8O +518216353321603072|Sat Oct 04 01:49:41 +0000 2014|College Players Often Don’t Tell Of Hits to Head, Studies Find http://nyti.ms/1pObxvD +518211853621952512|Sat Oct 04 01:31:48 +0000 2014|For Journalists, a Stark Reminder of the Risk in Covering a Deadly Epidemic http://nyti.ms/1nTOu8M +518211852476887040|Sat Oct 04 01:31:48 +0000 2014|Ebola Crisis Brings an Abundance of Caution Into a Dallas Community http://nyti.ms/1pObxfj +518174609771094016|Fri Oct 03 23:03:48 +0000 2014|Your New York Times Ebola weekend reading in one helpful flipboard magazine. http://bit.ly/1rGLq0q +518160301426872321|Fri Oct 03 22:06:57 +0000 2014|How does this Ebola outbreak compare to past outbreaks? http://nyti.ms/1CJ4Rbg http://pbs.twimg.com/media/BzDgDG8CcAAM46p.png +518159753605025792|Fri Oct 03 22:04:46 +0000 2014|RT @bcsolomon: Painting an informational #Ebola mural in #Monrovia #Liberia. The battle for clear information is a difficult one. http://t.… +518154668871274496|Fri Oct 03 21:44:34 +0000 2014|Health officials have identified 10 people they say are most at risk of contracting Ebola. http://nyti.ms/1CJ3RDS +518153950273753089|Fri Oct 03 21:41:43 +0000 2014|Well: Asking About Ebola: How Does the Virus Spread and How Long Can It Survive? http://nyti.ms/1n0BXQb +518153478888509440|Fri Oct 03 21:39:50 +0000 2014|RT @bstrauch: To fight Ebola, give blood of those who have been infected and recovered--an old idea but will it work for Ebola?http://t.co/… +518151867143303169|Fri Oct 03 21:33:26 +0000 2014|RT @NIAIDNews: Fauci: We are aggressively working to develop and test a vaccine to prevent #Ebola infection and therapeutics to treat it. +518128861973061632|Fri Oct 03 20:02:01 +0000 2014|Well: Think Like a Doctor: Mirror, Mirror Solved! http://nyti.ms/1pN0KSp +518127959006130176|Fri Oct 03 19:58:26 +0000 2014|This Ebola victim was declared dead. His family held a wake. Then he recovered and began helping. Photo @jeromedelay http://pbs.twimg.com/media/BzDCoiXCIAAu4aY.jpg +518126088640544768|Fri Oct 03 19:51:00 +0000 2014|The blood of Ebola survivors may be the solution. Of course, it comes with its own complications. http://nyti.ms/1n0hZ7Z +518124450240561152|Fri Oct 03 19:44:29 +0000 2014|Use of Ebola Survivors’ Blood as Possible Treatment Gains Support http://nyti.ms/1pMWum8 +518119700157702144|Fri Oct 03 19:25:37 +0000 2014|Well: Enterovirus 68 and Paralysis Link Remains Uncertain http://nyti.ms/1ukbazu +518102093010579457|Fri Oct 03 18:15:39 +0000 2014|RT @lpolgreen: Your daily reminder from the New York Times: It Is Very Very Hard To Get Ebola. http://www.nytimes.com/2014/10/03/us/understanding-the-risks-of-ebola-and-what-direct-contact-means.html?hp&action=click&pgtype=Homepage&version=HpSum&module=first-column-region®ion=top-news&WT.nav=top-news +518096767460843520|Fri Oct 03 17:54:30 +0000 2014|RT @paula_span: Some good news about pneumonia in seniors: improved vaccine, better hospital care. http://newoldage.blogs.nytimes.com/2014/10/02/some-good-news-on-pneumonia/ +518066816221216769|Fri Oct 03 15:55:28 +0000 2014|Another reason to fit in some exercise this weekend: it protects against depression. http://nyti.ms/1mZunoO +518064074412654592|Fri Oct 03 15:44:35 +0000 2014|Cantaloupe-Lime Agua Fresca With Chia Seeds. Sweet, yet tart. (Photo by Andrew Scrivani.) http://nyti.ms/1mZtKvo http://pbs.twimg.com/media/BzCIh9RCYAEEmsj.jpg +518060583380586498|Fri Oct 03 15:30:42 +0000 2014|A guide to how you can help stem Ebola’s tide with dollars, time and skills. http://nyti.ms/1mZqzUv +518060017409605632|Fri Oct 03 15:28:27 +0000 2014|What ‘direct contact’ means when it comes to Ebola. http://nyti.ms/1mZqfFg +518059470367518720|Fri Oct 03 15:26:17 +0000 2014|Well: The Workout: A Star Chef Finds Inspiration http://nyti.ms/1E9f6r0 +518053205650178048|Fri Oct 03 15:01:23 +0000 2014|RT @abbygoodnough: My story on fear of Ebola -- and even more, stigma -- in West African immigrant communities around the U.S.: http://t.co… +518052842465423361|Fri Oct 03 14:59:57 +0000 2014|RT @bstrauch: NBC cameraman gets Ebola in Liberia. Whole team under watch.http://nyti.ms/1rSYMWv +517887744975339520|Fri Oct 03 04:03:54 +0000 2014|Antibiotics in Livestock: F.D.A. Finds Use Is Rising http://nyti.ms/1vCtR0t +517883571391176705|Fri Oct 03 03:47:19 +0000 2014|Mideast Virus MERS Merits Caution, Not Alarm, W.H.O. Says http://nyti.ms/10nvZyx +517883570275504128|Fri Oct 03 03:47:19 +0000 2014|Ebola Strikes NBC News Cameraman in Liberia http://nyti.ms/1vCtTFV +517878919505379328|Fri Oct 03 03:28:50 +0000 2014|Understanding the Risks of Ebola, and What ‘Direct Contact’ Means http://nyti.ms/10nvYuC +517878918381334528|Fri Oct 03 03:28:50 +0000 2014|Ebola Patient’s Journey Shows How Global Travel Is Open to the Spread of Disease http://nyti.ms/1vCtTFP +517874905929773058|Fri Oct 03 03:12:53 +0000 2014|Countering Fear of Ebola With Education Where West Africans Live in U.S. http://nyti.ms/10nvZij +517874904948277248|Fri Oct 03 03:12:53 +0000 2014|U.S. Effort to Help Liberia Finds Much Work to Do Before It Gets Started http://nyti.ms/1vCtTFM +517866439689392129|Fri Oct 03 02:39:15 +0000 2014|Well: Failing Sense of Smell May Predict Sooner Death http://nyti.ms/10ns1WT +517859163414986752|Fri Oct 03 02:10:20 +0000 2014|RT @celiadugger: Contract tracers -- sleuths of Ebola in Dallas -- are the "unsung heroes" of epidemic control. http://nyti.ms/1mWcJSO +517832718634463233|Fri Oct 03 00:25:15 +0000 2014|How to Help in Efforts to Stem Ebola’s Tide http://nyti.ms/1pJG5ie +517823202471731200|Thu Oct 02 23:47:26 +0000 2014|A look at contact tracers, the disease sleuths that the CDC hopes can prevent Ebola’s spread in the U.S. http://nyti.ms/1CHHf6J +517821627921596416|Thu Oct 02 23:41:11 +0000 2014|RT @celiadugger: Informative Q & A with expert on Enterovirus 68 http://nyti.ms/1mWrDIS via @nytimeswell +517819312808419328|Thu Oct 02 23:31:59 +0000 2014|Op-Ed Contributor: Young, Brilliant and Underfunded http://nyti.ms/1pJBkFx +517819311663357952|Thu Oct 02 23:31:59 +0000 2014|Appeals Court Ruling Closes 13 Abortion Clinics in Texas http://nyti.ms/1xHLC1C +517808762589941760|Thu Oct 02 22:50:04 +0000 2014|Dallas parents & students wrestled with their fears after learning that 5 kids had had contact with Ebola patient http://nyti.ms/1mVNdx8 +517789324503695360|Thu Oct 02 21:32:49 +0000 2014|Well: Enterovirus 68: What You Need to Know http://nyti.ms/1xHoq3L +517786123653771264|Thu Oct 02 21:20:06 +0000 2014|Q&A: What are the chances Ebola will spread in the U.S.? http://nyti.ms/1os8oXu +517780804613988353|Thu Oct 02 20:58:58 +0000 2014|RT @sangerkatz: There are a bunch of things we don't know about how the ACA markeplaces are working out. HHS doesn't know either. http://t.… +517780426883342336|Thu Oct 02 20:57:28 +0000 2014|RT @judith_graham: Older adults w/ a compromised sense of #smell are likely to die sooner than those who can easily detect odors. http://t… +517776297666551808|Thu Oct 02 20:41:03 +0000 2014|Tracing Ebola Contacts Can Stop Virus ‘in Its Tracks,’ Experts Say http://nyti.ms/1vBo0ti +517772654791905280|Thu Oct 02 20:26:35 +0000 2014|RT @heathertal: “Every health department has an unsung hero who tracks down people.” On the usually invisible role of contact tracer: http:… +517768495296020480|Thu Oct 02 20:10:03 +0000 2014|Dallas Ebola victim had helped bring an ill pregnant woman in Liberia to the hospital http://nyti.ms/1mVNj84 +517760474188759041|Thu Oct 02 19:38:11 +0000 2014|Federal officials are planning to sharply increase production of ZMapp, an experimental drug for treating Ebola http://nyti.ms/1mVN6S9 +517752646120136704|Thu Oct 02 19:07:04 +0000 2014|A hospital from hell, in a city swamped by Ebola (Photo: Samuel Aranda for NYT) http://nyti.ms/1r1CYCI http://pbs.twimg.com/media/By9R7V0IIAAs7cR.jpg +517750146193707008|Thu Oct 02 18:57:08 +0000 2014|In Dallas Schools, Fear of Possible Ebola Exposure http://nyti.ms/1vBdDVr +517748805010456577|Thu Oct 02 18:51:49 +0000 2014|Dallas parents & students wrestled with their fears after learning that 5 kids had had contact with Ebola patient http://www.nytimes.com/2014/10/03/us/dallas-schools-worry-about-ebola.html +517745428801277954|Thu Oct 02 18:38:24 +0000 2014|Still have questions about Ebola? Submit them here: http://nyti.ms/XJOGLI +517744286839111680|Thu Oct 02 18:33:51 +0000 2014|The U.N. says it lost its first staff member from a “probable” case of Ebola in Liberia http://www.nytimes.com/2014/10/02/world/africa/ebola-suspected-in-un-staffers-death.html?rref=world/africa&module=Ribbon&version=context®ion=Header&action=click&contentCollection=Africa&pgtype=Multimedia +517743110630416384|Thu Oct 02 18:29:11 +0000 2014|Q&A: What are the chances Ebola will spread in the U.S.? http://www.nytimes.com/interactive/2014/07/31/world/africa/ebola-virus-outbreak-qa.html +517735528440279040|Thu Oct 02 17:59:03 +0000 2014|“Isolating a country will make it harder to get help into country” ultimately enabling it to spread more there, responds CDC on Ebola. +517734253271203841|Thu Oct 02 17:53:59 +0000 2014|You don’t need a special Ebola room in a hospital to take care of Ebola just meticulous training and materials, says CDC. +517732637285556224|Thu Oct 02 17:47:34 +0000 2014|@nytDeniseGrady asks about public transportation risk. Sitting next to person on bus does not cause you to be exposed to Ebola, CDC says. +517732207860142082|Thu Oct 02 17:45:52 +0000 2014|No Ebola cannot be transferred by mosquito, CDC says. +517731927760306176|Thu Oct 02 17:44:45 +0000 2014|“We can’t make the risk zero until the outbreak is controlled in West Africa.” From CDC press conference. +517729064782929920|Thu Oct 02 17:33:22 +0000 2014|The reason the hospital turned the Ebola patient away was that connections were not made regarding travel history and symptoms, CDC says. +517728563156766720|Thu Oct 02 17:31:23 +0000 2014|A dozen or so individuals have been quarantined in an apartment for monitoring, but they do not have any Ebola symptoms, CDC says. +517728098796990464|Thu Oct 02 17:29:32 +0000 2014|Texas Says That Up to 100 Are at Risk of Ebola Exposure http://nyti.ms/1vB07Ba +517726885875556352|Thu Oct 02 17:24:43 +0000 2014|In press conference, CDC reinstates that health officials are assessing 100 people who may have come into contact with Ebola patient. +517726247565414401|Thu Oct 02 17:22:10 +0000 2014|Ebola patient was screened by the CDC when he arrived in the U.S. and his temperature was not elevated at the time of transit, CDC says. +517723054701821952|Thu Oct 02 17:09:29 +0000 2014|Four deaths are linked to a Enterovirus respiratory illness http://nyti.ms/1CHwp0z +517717470124453888|Thu Oct 02 16:47:18 +0000 2014|Well: Think Like a Doctor: Mirror, Mirror http://nyti.ms/1mVieRS +517717466752249856|Thu Oct 02 16:47:17 +0000 2014|Well: Ask Well: Do You Have a Question About Ebola? http://nyti.ms/1vASN8I +517713482591268864|Thu Oct 02 16:31:27 +0000 2014|The New Old Age Blog: Some Good News on Pneumonia http://nyti.ms/1vAQm66 +517684785121349632|Thu Oct 02 14:37:25 +0000 2014|How well can you smell? One’s sense of smell appears to be a good predictor of longevity. http://nyti.ms/1CHlB2J +517523092885999616|Thu Oct 02 03:54:55 +0000 2014|U.S. Military Hospitals Are Ordered to Improve Care, Access and Safety http://nyti.ms/YQlJOu +517519276199395331|Thu Oct 02 03:39:45 +0000 2014|Ebola Suspected in U.N. Staffer’s Death http://nyti.ms/YQlJOs +517519275293413376|Thu Oct 02 03:39:44 +0000 2014|Man in U.S. With Ebola Had Been Screened to Fly, but System is Spotty http://nyti.ms/1ueVpto +517515315241287680|Thu Oct 02 03:24:00 +0000 2014|U.S. to Increase Production of the Ebola Drug ZMapp, but May Not Meet Demand http://nyti.ms/YQlL91 +517515313769107456|Thu Oct 02 03:24:00 +0000 2014|Four Deaths Are Linked to a Respiratory Illness http://nyti.ms/1ueVs8H +517501793199083520|Thu Oct 02 02:30:16 +0000 2014|Dallas Ebola victim had helped bring an ill pregnant woman in Liberia to the hospital http://www.nytimes.com/2014/10/02/world/africa/ebola-victim-texas-thomas-eric-duncan.html?smid=tw-share +517491180980801536|Thu Oct 02 01:48:06 +0000 2014|Study finds that teen pregnancy and abortion rates plummet with long-acting female contraception http://www.nytimes.com/2014/10/02/science/teenage-pregnancy-and-abortion-rates-plummet-with-long-acting-female-contraception-study-says.html +517474832489779200|Thu Oct 02 00:43:08 +0000 2014|Health officials believe Dallas Ebola victim came into contact with 12 to 18 people when he was experiencing symptoms http://www.nytimes.com/interactive/2014/10/01/us/retracing-the-steps-of-the-dallas-ebola-patient.html +517458751834447872|Wed Oct 01 23:39:15 +0000 2014|Retracing the steps of the Dallas Ebola patient http://www.nytimes.com/interactive/2014/10/01/us/retracing-the-steps-of-the-dallas-ebola-patient.html +517440935802961920|Wed Oct 01 22:28:27 +0000 2014|RT @PamBelluck: A dramatic drop in teen pregnancy and abortion rates with long-acting birth control methods - but practical... http://t.co/… +517432289526312960|Wed Oct 01 21:54:05 +0000 2014|Pregnancy and abortion rates plunged in study offering sexually active teenagers free birth control http://www.nytimes.com/2014/10/02/science/teenage-pregnancy-and-abortion-rates-plummet-with-long-acting-female-contraception-study-says.html +517430402768969728|Wed Oct 01 21:46:36 +0000 2014|Teenage Pregnancy and Abortion Rates Plummet With Long-Acting Female Contraception, Study Says http://nyti.ms/1sNFggd +517428003597729792|Wed Oct 01 21:37:04 +0000 2014|RT @bstrauch: What you need to know about Ebola, including what happened in Texas.http://nyti.ms/1E0KeJk +517408430102167552|Wed Oct 01 20:19:17 +0000 2014|Liberian Officials Identify Ebola Victim in Texas as Thomas Eric Duncan http://nyti.ms/1sNxvXy +517400094111715328|Wed Oct 01 19:46:09 +0000 2014|Ebola Overwhelming West Africa Communities http://nyti.ms/1yzrnEV +517395860456751104|Wed Oct 01 19:29:20 +0000 2014|After Ebola Case in Dallas, Health Officials Seek Those Who Had Contact With Patient http://nyti.ms/1yzqZpW +517391931027230720|Wed Oct 01 19:13:43 +0000 2014|RT @nycscribe: One of the most disturbing pieces yet on Ebola. So much time has passed, still so fatally unprepared. http://nyti.ms/1CGcq2j… +517375472993579008|Wed Oct 01 18:08:19 +0000 2014|Well: Sense of Smell May Predict Longevity http://nyti.ms/1wYSaG6 +517347325057175552|Wed Oct 01 16:16:28 +0000 2014|Well: Hospital Infections With C. Difficile Level Off http://nyti.ms/1wYolW8 +517341464255533056|Wed Oct 01 15:53:11 +0000 2014|The timeline of the man with Ebola’s arrival to United States. http://nyti.ms/UPEOhp http://pbs.twimg.com/media/By33UgeIMAAyZa0.png +517341323733770240|Wed Oct 01 15:52:37 +0000 2014|Before you panic about Ebola, here is the info you need: http://nyti.ms/UPEOhp +517339677507215360|Wed Oct 01 15:46:05 +0000 2014|Well: Smoothies, Hold the Dairy http://nyti.ms/1rHSBEa +517166926712553472|Wed Oct 01 04:19:38 +0000 2014|Well: How Exercise May Protect Against Depression http://nyti.ms/1v380Ot +517135292890087424|Wed Oct 01 02:13:56 +0000 2014|Limb Frailty in Children Is Studied for Link to Virus http://nyti.ms/1ppjQyI +517084233601654784|Tue Sep 30 22:51:02 +0000 2014|RT @CDCgov: CDC doesn't recommend people on same commercial airline flights w/US #Ebola patient undergo monitoring. http://1.usa.gov/1nHgD2K +517084162864713728|Tue Sep 30 22:50:46 +0000 2014|RT @DrFriedenCDC: Local public health officials in TX have begun identifying close contacts of #Ebola patient for further monitoring. http:… +517081360415350785|Tue Sep 30 22:39:37 +0000 2014|New Federal Database Details Medical World’s Financial Links to Drug Makers http://nyti.ms/1wVHN5N +517077404591091712|Tue Sep 30 22:23:54 +0000 2014|Airline Passenger With Ebola Is Under Treatment in Dallas http://nyti.ms/1wVGF23 +517074636493033472|Tue Sep 30 22:12:54 +0000 2014|Press conferenced over. For Ebola background — try this primer http://nyti.ms/UPEOhp and this story collection. http://bit.ly/1r9oPJx +517074129783386112|Tue Sep 30 22:10:53 +0000 2014|Zero risk of transmission on the flight, CDC says. +517074074737311744|Tue Sep 30 22:10:40 +0000 2014|Ebola patient was visiting and staying with family members in the United States, CDC tells @nytDeniseGrady +517072546131628032|Tue Sep 30 22:04:36 +0000 2014|Flight in question departed Liberia on 19th and arrived in U.S. on 20th, but even patients on that flight should not be worried, CDC says. +517072116525858816|Tue Sep 30 22:02:53 +0000 2014|The individual was here to visit family that live in the United States. CDC would not say if person is American. +517071853740130305|Tue Sep 30 22:01:51 +0000 2014|But I also have no doubt that while this goes on in Africa, we’ll need to be on our guard, doctor adds. +517071802976468992|Tue Sep 30 22:01:39 +0000 2014|“I have no doubt we’ll stop this in its tracks in the U.S,” doctor says at C.D.C. Ebola press conference. +517071489049591809|Tue Sep 30 22:00:24 +0000 2014|RT @carlzimmer: The CDC will find everyone who came into contact with Ebola patient after he became infectious & monitor for 3 weeks—@DrFri… +517070208973152256|Tue Sep 30 21:55:19 +0000 2014|100 percent of individuals getting on planes are screened for fever from countries in Africa known to have Ebola cases, CDC says. +517069982040354816|Tue Sep 30 21:54:25 +0000 2014|Patient in Texas got sick 4 days after getting off plane. CDC says not concerned that others on plane would have contracted Ebola. +517069322213396480|Tue Sep 30 21:51:47 +0000 2014|RT @sangerkatz: Diseases much more contagious than Ebola: measles, pertussis. h/t @roseperson +517069224238665728|Tue Sep 30 21:51:24 +0000 2014|Ebola only spreads by direct contact, CDC emphasizes yet again. +517068660620689409|Tue Sep 30 21:49:10 +0000 2014|Ebola is not an airborne illness, a doctor clarifies in CDC press conference. +517068334324809730|Tue Sep 30 21:47:52 +0000 2014|“We have no other suspected cases in the state of Texas at this time.” From CDC press conference. +517068246638686208|Tue Sep 30 21:47:31 +0000 2014|The Texas public health lab has a specially trained team. +517067924516118528|Tue Sep 30 21:46:14 +0000 2014|CDC officials says confident that it will stop spread of Ebola in United States. +517067708111020032|Tue Sep 30 21:45:22 +0000 2014|CDC official: "I have no doubt that we will control this case of Ebola so it does not spread widely in this country." +517067452011012096|Tue Sep 30 21:44:21 +0000 2014|CDC says it is focused on identifying all people who had contact with Ebola patient while he could have been infectious. +517067218614763520|Tue Sep 30 21:43:26 +0000 2014|CDC: Patient had no symptoms when departing Liberia or entering the country but began to show symptoms on the 26th. +517066981636579328|Tue Sep 30 21:42:29 +0000 2014|CDC press conference begins by reminding people that Ebola only spreads through body fluids and direct conference. +517066732692058112|Tue Sep 30 21:41:30 +0000 2014|Texas Health Presbyterian Hospital of Dallas officials said in a statement that an unnamed patient was being tested for Ebola. +517066486461263872|Tue Sep 30 21:40:31 +0000 2014|RT @martinenserink: Hope people realize US #Ebola case does NOT mean big outbreak. There will be contact tracing, isolation; it will be con… +517066341287985152|Tue Sep 30 21:39:57 +0000 2014|RT @lpolgreen: "The risk that anyone will contract Ebola in the United States is extremely small.” http://www.nytimes.com/interactive/2014/07/31/world/africa/ebola-virus-outbreak-qa.html?module=Search&mabReward=relbias%3As%2C%7B%221%22%3A%22RI%3A11%22%7D http://t.co/oUI8l… +517064114523607040|Tue Sep 30 21:31:06 +0000 2014|The CDC is hosting a briefing on the first Ebola case in U.S. starting shortly, available here. http://bit.ly/1teBy9J +517063784960372736|Tue Sep 30 21:29:47 +0000 2014|The C.D.C. has confirmed first ebola case diagnosed in the United States. +517053940261597184|Tue Sep 30 20:50:40 +0000 2014|Remember you are not likely to catch Ebola just by being in proximity to someone who has the virus; it is not airborne, like the flu. +516994842090823680|Tue Sep 30 16:55:50 +0000 2014|Bow ties with microscopic images. Scarves in trachea print. It’s science chic. http://nyti.ms/1mLYVKG http://pbs.twimg.com/media/Byy8EcnIIAEBbon.jpg +516993576522485761|Tue Sep 30 16:50:48 +0000 2014|No it’s not glow-in-the-dark velvet, it’s bacteria. http://nyti.ms/1mLXUCn http://pbs.twimg.com/media/Byy66yZIAAAQqRm.jpg +516975322806624256|Tue Sep 30 15:38:16 +0000 2014|Ebola Outbreak in Nigeria Appears to Be Over http://nyti.ms/1mLG8is +516973986476195840|Tue Sep 30 15:32:57 +0000 2014|Nigeria’s Ebola success was in part due to the existence of an emergency command center paid for by the Gates Foundation to fight polio. +516973768267538433|Tue Sep 30 15:32:05 +0000 2014|Nigeria seems to have beaten Ebola. http://nyti.ms/1mLEtJU +516966594418061312|Tue Sep 30 15:03:35 +0000 2014|Digital Medical Records Become Common, but Sharing Remains Challenging http://nyti.ms/YMWpbC +516963478503182336|Tue Sep 30 14:51:12 +0000 2014|Farmers’ markets are proliferating around the country, increasing 76 percent since 2008. http://nyti.ms/1tdSJbk +516935604261888000|Tue Sep 30 13:00:26 +0000 2014|More Groups Join Project on the Brain http://nyti.ms/1rBXAGw +516879548093595648|Tue Sep 30 09:17:42 +0000 2014|What does a gluten-free label mean? It must contain less than 20 parts per million of gluten. http://nyti.ms/1mHVdBL +516777609607544834|Tue Sep 30 02:32:38 +0000 2014|But in workers of lower socioeconomic status, more than 55 hours a week of work translated to 30% increase in risk of Type 2 diabetes. +516777106194587650|Tue Sep 30 02:30:38 +0000 2014|Working long hours does not increase risk of diabetes in wealthier workers. http://nyti.ms/1mHWPvf +516775672992505856|Tue Sep 30 02:24:56 +0000 2014|Drug Patents Held Overseas Can Pare Makers’ Tax Bills http://nyti.ms/1yxqvjW +516772576459493376|Tue Sep 30 02:12:38 +0000 2014|Confused about gluten? It’s a protein in grains like wheat, rye and barley that contains gliadin peptide. http://nyti.ms/1mHVdBL +516730337972719616|Mon Sep 29 23:24:47 +0000 2014|Global Health: A Dog’s Life in Chad: Filling Up on Fish Guts and on Guinea Worms http://nyti.ms/1u6X4Bn +516727521606660098|Mon Sep 29 23:13:36 +0000 2014|Abdominal pain and bloating are the most common signs of Celiac disease. http://nyti.ms/1mHVdBL +516726203232051202|Mon Sep 29 23:08:21 +0000 2014|Reactions: Nature in the Balance, Gene Tests, Artificial Sweetners and Diabetes http://nyti.ms/1rxePHE +516726202187669504|Mon Sep 29 23:08:21 +0000 2014|The Scan: Science Events: Dancing Particle Physics and Science-Inspired Fashion http://nyti.ms/1u6X2cI +516722245973323779|Mon Sep 29 22:52:38 +0000 2014|Well: After Surgery, Predicting a Speedy Recovery http://nyti.ms/1u6Wfsj +516722244522102787|Mon Sep 29 22:52:38 +0000 2014|Well: Vets Face Rising Worry Over Fleas http://nyti.ms/1rxdII8 +516696820282830848|Mon Sep 29 21:11:36 +0000 2014|Celiac disease now affects one in 100 Caucasians. http://nyti.ms/1mHVdBL +516696012124332032|Mon Sep 29 21:08:23 +0000 2014|Q&a: Rating Pain Relief http://nyti.ms/1u6GtNZ +516685274559287296|Mon Sep 29 20:25:43 +0000 2014|Well: Working Long Hours Tied to Diabetes Risk http://nyti.ms/1nB6apu +516609345644396546|Mon Sep 29 15:24:00 +0000 2014|The New Health Care: Auto-Renewing Your Health Plan May Be Bad for You, and for Competition http://nyti.ms/1CAPGkt +516609344008622080|Mon Sep 29 15:24:00 +0000 2014|The New Health Care: What We’re Learning About Drug Company Payments to Doctors http://nyti.ms/1sKNcyO +516605429959630849|Mon Sep 29 15:08:27 +0000 2014|Well: Celiac Disease, a Common, but Elusive, Diagnosis http://nyti.ms/1sKKh92 +516429508581543936|Mon Sep 29 03:29:24 +0000 2014|Just because your last dying wish is to die at home does not mean that it will be granted. http://nyti.ms/1rk7YE6 +516426739548184576|Mon Sep 29 03:18:24 +0000 2014|A breast cancer drug that appears to extend patients lives significantly. http://nyti.ms/1BrBJmt +516416927573762048|Mon Sep 29 02:39:24 +0000 2014|U.S.D.A. to Start Program to Support Local and Organic Farming http://nyti.ms/1rmHQIH +516416926076399616|Mon Sep 29 02:39:24 +0000 2014|Costs Can Go Up Fast When E.R. Is in Network but the Doctors Are Not http://nyti.ms/1wQ5JYg +516412879634198528|Mon Sep 29 02:23:19 +0000 2014|Georgia Colleges Prohibiting Tobacco, but Questions About Enforcement Linger http://nyti.ms/1rmHOAy +516412878174584832|Mon Sep 29 02:23:19 +0000 2014|Dire Warnings by Big Tobacco on E-Smoking http://nyti.ms/1wQ5JYe +516354250084204545|Sun Sep 28 22:30:21 +0000 2014|Liberia’s chief medical officer is placing herself under quarantine for 3 weeks after her assistant died of Ebola. http://nyti.ms/1rmlirB +516353746964840448|Sun Sep 28 22:28:21 +0000 2014|“I want to go home, to my books and my music,” he said. But the forces of the health care system were against him. http://nyti.ms/1vbEZ5c +516322034201423872|Sun Sep 28 20:22:20 +0000 2014|Untangling the troubling relationship between anxiety drugs and Alzheimer’s disease. http://nyti.ms/1BrDD6C +516296478290354176|Sun Sep 28 18:40:47 +0000 2014|People are trying to cope with ebola in Monrovia with few resources. Photo: a makeshift protective suit by @bcsolomon http://pbs.twimg.com/media/BypA6UrIAAAgmd1.png +516290379570630656|Sun Sep 28 18:16:33 +0000 2014|Advanced breast cancer patients who received Perjeta had a median survival time nearly 16 months longer than control. http://nyti.ms/1BrBJmt +516289915198636032|Sun Sep 28 18:14:42 +0000 2014|A drug called Perjeta used to treat advanced breast cancer has had what appears to be unprecedented success. http://nyti.ms/1BrBJmt +516289710952824832|Sun Sep 28 18:13:53 +0000 2014|Looking for healthy dinner ideas for this week? Here's a selection from the new cooking site: http://nyti.ms/1rmkrad http://pbs.twimg.com/media/Byo6wadIEAA4pjn.png +516194504723148800|Sun Sep 28 11:55:35 +0000 2014|Roche Breast Cancer Drug Appears to Greatly Extend Patients’ Lives http://nyti.ms/1vjounN +516183850092072960|Sun Sep 28 11:13:14 +0000 2014|Weight before cardio. Cardio before weights. It doesn’t matter so long as you do both. http://nyti.ms/1pwdiO5 +516026898485608449|Sun Sep 28 00:49:34 +0000 2014|Gerald Larue, Early Advocate of Right to Die, Dies at 98 http://nyti.ms/YsFnzK +516008944498917376|Sat Sep 27 23:38:14 +0000 2014|In Liberia and U.S., Precautions for Two Ebola Workers http://nyti.ms/1sDZtVF +515823163587198976|Sat Sep 27 11:20:00 +0000 2014|What is enterovirus 68? http://nyti.ms/1ok2gvV +515708892173848578|Sat Sep 27 03:45:55 +0000 2014|An outbreak of respiratory illness infecting 225 children is baffling scientists. http://nyti.ms/1pwXIl7 +515670633783779328|Sat Sep 27 01:13:54 +0000 2014|Caffeine is just one of the many peculiar things in the water. http://nyti.ms/1vbGksM +515643258463322112|Fri Sep 26 23:25:07 +0000 2014|If a child has labored breathing that involves wheezing or chest pain, the child requires immediate care. Could be enterovirus 68. +515643064371933184|Fri Sep 26 23:24:21 +0000 2014|A baby who has to stop drinking from a bottle to breathe should be seen by a doctor. Could be enterovirus 68. +515642834784112640|Fri Sep 26 23:23:26 +0000 2014|Symptoms in the current outbreak of enterovirus 68 resemble those of a bad cold, including body aches and cough. +515642695805849600|Fri Sep 26 23:22:53 +0000 2014|An outbreak of respiratory illness first observed in the Midwest has spread to 38 states. http://nyti.ms/1ok2gvV +515641247399428097|Fri Sep 26 23:17:08 +0000 2014|A woman’s story of running with large breasts and little support. http://nyti.ms/1vbFvjK +515640749682356224|Fri Sep 26 23:15:09 +0000 2014|Infants in the single-family neonatal intensive care rooms did better than those in shared rooms. http://nyti.ms/1raf91p +515638954906095616|Fri Sep 26 23:08:01 +0000 2014|A seemingly simple wish — to die at home — has gotten very complicated. http://nyti.ms/1vbEZ5c +515633782549135363|Fri Sep 26 22:47:28 +0000 2014|Ebola Doctor Shortage Eases as Volunteers Begin to Step Forward http://nyti.ms/1mzoIWl +515619439925264385|Fri Sep 26 21:50:28 +0000 2014|RT @bstrauch: This respiratory illness among children continues to spread and puzzle doctors.http://nyti.ms/1u33nps +515617756956598272|Fri Sep 26 21:43:47 +0000 2014|Opinion: Women’s Atypical Heart Attacks http://nyti.ms/ZZ3Z4i +515616548737011712|Fri Sep 26 21:38:59 +0000 2014|The Weekly Health Quiz http://nyti.ms/1vbh1qU +515533343887470593|Fri Sep 26 16:08:21 +0000 2014|What’s more effective cardio and then 30 minutes of weight lifting? Or the reverse? http://nyti.ms/1pwdiO5 +515517089269178368|Fri Sep 26 15:03:46 +0000 2014|RT @bcsolomon: A day after open, the new 100+ bed #Monrovia #Ebola clinic is full. Once again, sick must wait outside @MSF center. http://t… +515516791003828224|Fri Sep 26 15:02:35 +0000 2014|RT @bcsolomon: A homemade #ebola protection suit. Waiting with his sick mom outside the @MSF treatment center in #monrovia #liberia http://… +515497028865232897|Fri Sep 26 13:44:03 +0000 2014|The New Old Age Blog: An End-of-Life Nightmare http://nyti.ms/1xptEkk +515388982536851456|Fri Sep 26 06:34:43 +0000 2014|Privacy matters when it comes to a neonatal intensive care unit. http://nyti.ms/1raf91p +515367579561754624|Fri Sep 26 05:09:40 +0000 2014|Well: Ask Well: Weights Before Cardio? http://nyti.ms/1vl3wmA +515338142812209152|Fri Sep 26 03:12:42 +0000 2014|France Proposes Tough Antismoking Measures http://nyti.ms/YgqY9K +515334004976136192|Fri Sep 26 02:56:15 +0000 2014|Outbreak of a Respiratory Illness Escalates Among Children and Mystifies Scientists http://nyti.ms/YgqWyI +515334003738816514|Fri Sep 26 02:56:15 +0000 2014|Family Fights Health Care System for Simple Request: To Die at Home http://nyti.ms/ZUhdzl +515205495934976000|Thu Sep 25 18:25:36 +0000 2014|Well: A Rising Tide of Contaminants http://nyti.ms/1t0fwHs +515181949145841664|Thu Sep 25 16:52:02 +0000 2014|RT @paula_span: Can taking #benzos for insomnia or anxiety increase risks of #Alzheimers? Study says yes. http://newoldage.blogs.nytimes.com/2014/09/24/study-links-anxiety-drugs-to-alzheimers-disease/ +515180440488271872|Thu Sep 25 16:46:03 +0000 2014|Well: Exercise and the Bounce Factor http://nyti.ms/1ysBE5C +515162747974463488|Thu Sep 25 15:35:45 +0000 2014|RT @carlzimmer: There aren’t enough beds for Liberians with Ebola, so they’re dying at home & infecting their families. http://t.co/j7rtRUS… +515162048372932608|Thu Sep 25 15:32:58 +0000 2014|RT @nytimeswell: Recipe: Arugula and Beet Salad With Orange, Walnuts and Tarragon (Photo by Andrew Scrivani) http://nyti.ms/1reNigA http://… +515154894433841153|Thu Sep 25 15:04:32 +0000 2014|Well: My Father’s A.L.S. http://nyti.ms/1sZNADA +515072594962558976|Thu Sep 25 09:37:30 +0000 2014|Can’t read enough Ebola? Our best stories will continue to be collected here: http://bit.ly/1r9oPJx +515010173367484416|Thu Sep 25 05:29:28 +0000 2014|For the initial diagnosis of kidney stones, ultrasounds may be a better choice than CT scans. http://nyti.ms/1raeA7U +514991676608503810|Thu Sep 25 04:15:58 +0000 2014|Well: A Doctor, a Rabbi and a Chicken http://nyti.ms/Y7rFSz +514985255024226304|Thu Sep 25 03:50:27 +0000 2014|Teens trying to lose weight should engage in an exercise program that includes both aerobic and resistance training. http://nyti.ms/1psD1XI +514979717678891011|Thu Sep 25 03:28:27 +0000 2014|Athletes show significantly greater erosion of their tooth enamel. http://nyti.ms/1rae2Pj +514978190520225792|Thu Sep 25 03:22:23 +0000 2014|Health Act Cuts Spending at Hospitals, Report Finds http://nyti.ms/1pdWrAk +514978189580709888|Thu Sep 25 03:22:22 +0000 2014|White House Issues New Regulations for Dangerous Biological Research http://nyti.ms/1xkrcM6 +514936676771434496|Thu Sep 25 00:37:25 +0000 2014|Bill Clinton laments that in some communities, sugary sodas account for a half of the calories a child consumes. http://nyti.ms/1psBYXI +514892377727991808|Wed Sep 24 21:41:23 +0000 2014|Evidence has mounted to indicate that those at risk for developing degenerative brain disease include soccer players. http://nyti.ms/1psCncG +514864154134716417|Wed Sep 24 19:49:14 +0000 2014|Diet without exercise accomplishes little for teens. http://nyti.ms/1psD1XI +514863357699317761|Wed Sep 24 19:46:04 +0000 2014|Liberia’s Ebola Victims Dying at Home Amid Shortage of Clinics http://nyti.ms/1uoLNh3 +514861598411091968|Wed Sep 24 19:39:05 +0000 2014|A smaller Pepsi. http://nyti.ms/1psBYXI http://pbs.twimg.com/media/ByUn5UHIEAAelYp.png +514860928954036224|Wed Sep 24 19:36:25 +0000 2014|Coca-Cola, PepsiCo and the Dr Pepper have pledged to cut the sugary drink calories Americans consume by one-fifth. http://nyti.ms/1psBYXI +514852848434434048|Wed Sep 24 19:04:19 +0000 2014|Something that may not help your anxiety. http://nyti.ms/1ran4f5 +514850521984028674|Wed Sep 24 18:55:04 +0000 2014|Well: Teenagers and Weight Loss http://nyti.ms/1uowaq1 +514844410048442368|Wed Sep 24 18:30:47 +0000 2014|Vitamin E and selenium are unlikely to prevent cataracts. http://nyti.ms/1raeSf1 +514843614548336640|Wed Sep 24 18:27:37 +0000 2014|Vigorous exercise is good for almost all of the body — except perhaps the teeth. http://nyti.ms/1rae2Pj +514806093068132352|Wed Sep 24 15:58:31 +0000 2014|Well: Ultrasound vs. CT for Kidney Stones http://nyti.ms/1spYnMZ +514788227883229184|Wed Sep 24 14:47:32 +0000 2014|RT @dacorc: Still most popular NYT story: After Surgery, Surprise $117,000 Medical Bill From Doctor He Didn’t Know http://nyti.ms/XCdgNP +514788166872883200|Wed Sep 24 14:47:17 +0000 2014|Catching up on Ebola? Our must-read stories and not-to-be-missed videos in one place. http://bit.ly/1r9oPJx +514705580058234880|Wed Sep 24 09:19:07 +0000 2014|The New Old Age Blog: Study Links Anxiety Drugs to Alzheimer’s Disease http://nyti.ms/1xdwqsX +514629257247854592|Wed Sep 24 04:15:50 +0000 2014|Well: Is Exercise Bad for Your Teeth? http://nyti.ms/1sWYni1 +514612306047930369|Wed Sep 24 03:08:29 +0000 2014|To Gather Drug Data, a Health Start-Up Turns to Consumers http://nyti.ms/1sWSPE9 +514608478468710400|Wed Sep 24 02:53:16 +0000 2014|National Briefing | South: Louisiana: Ex-Health Chief Is Indicted http://nyti.ms/1sWSPUt +514608477130747905|Wed Sep 24 02:53:16 +0000 2014|Under Affordable Care Act, 25 Percent Increase in Health Insurers Is Predicted http://nyti.ms/1ukyNZO +514498672344981504|Tue Sep 23 19:36:57 +0000 2014|Soda Makers Coca-Cola, PepsiCo and Dr Pepper Join in Effort to Cut Americans’ Drink Calories http://nyti.ms/1r5owPV +514489363238244355|Tue Sep 23 18:59:57 +0000 2014|RT @yoshaylaharris: VIDEO: An odd side-effect of #ClimateChange turned goose eggs into fast food for polar bears: http://nyti.ms/1odI3b7 h… +514463178856882176|Tue Sep 23 17:15:54 +0000 2014|Well: Vitamin E, Selenium Fail to Prevent Cataracts http://nyti.ms/1mKyC7S +514462286065696768|Tue Sep 23 17:12:21 +0000 2014|The Biggest Ebola Outbreak on Record. A collection of key stories about how the disease is spreading. http://bit.ly/1r4QATs +514457441791397888|Tue Sep 23 16:53:06 +0000 2014|Most scientific research is done on male lab animals http://nyti.ms/1r4Lvuw +514443237348884481|Tue Sep 23 15:56:40 +0000 2014|The current official case Ebola count is 5,843, including 2,803 deaths, according to the World Health Organization. +514443083191431168|Tue Sep 23 15:56:03 +0000 2014|In the best-case model the Ebola epidemic in both countries would be “almost ended” by Jan. 20. +514442955961405441|Tue Sep 23 15:55:33 +0000 2014|Liberia and Sierra Leone could have 21,000 cases of Ebola by next week without effective methods to contain it. http://nyti.ms/1r4ySzz +514442698569564160|Tue Sep 23 15:54:31 +0000 2014|Ebola Cases Could Reach 1.4 Million in 4 Months, C.D.C. Estimates http://nyti.ms/1r4ySzz +514437070480097280|Tue Sep 23 15:32:10 +0000 2014|Fennel, Beet and Orange Salad http://nyti.ms/1r4t7Sv (Photo by Andrew Scrivani for The New York Times) http://pbs.twimg.com/media/ByOlyi2CQAANgXn.png +514431471109804032|Tue Sep 23 15:09:55 +0000 2014|Soccer Star Bellini Is Found to Have Had Brain Trauma http://nyti.ms/Y1seO2 +514427370342993920|Tue Sep 23 14:53:37 +0000 2014|Ebola Cases Could Reach 1.4 Million in 4 Months, C.D.C. Estimates http://nyti.ms/1uVpxKu +514422412088455168|Tue Sep 23 14:33:55 +0000 2014|Malaria may thrive and tea harvests may dwindle with climate change. http://nyti.ms/1r4glDv +514276093130711040|Tue Sep 23 04:52:30 +0000 2014|Health Agency’s New Assessment of the Epidemic Is More Dire Still http://nyti.ms/1pppX5c +514271629745324032|Tue Sep 23 04:34:45 +0000 2014|Health Researchers Will Get $10.1 Million to Counter Gender Bias in Studies http://nyti.ms/1uU14Fg +514271628805812225|Tue Sep 23 04:34:45 +0000 2014|http://HealthCare.gov Is Given an Overhaul http://nyti.ms/1ppqyE2 +514267836702031872|Tue Sep 23 04:19:41 +0000 2014|Fresh Graves Point to Undercount of Ebola Toll http://nyti.ms/1uU05VM +514267835766685696|Tue Sep 23 04:19:41 +0000 2014|Finding Risks, Not Answers, in Gene Tests http://nyti.ms/1uU02ZX +514136924848930817|Mon Sep 22 19:39:29 +0000 2014|RT @dacorc: NYTScience climate special: What'll happen to corn? http://nyti.ms/1udHUeT +514136550226292736|Mon Sep 22 19:38:00 +0000 2014|Well: Beauty in the Beets http://nyti.ms/1mDm3eK +514135503848095744|Mon Sep 22 19:33:50 +0000 2014|A Mother in Jail for Helping Her Daughter Have an Abortion http://nyti.ms/1odSLyf +514108688471429120|Mon Sep 22 17:47:17 +0000 2014|Nature in the Balance: Testing Future Conditions for the Food Chain http://nyti.ms/ZCFZ6E +514106401409732608|Mon Sep 22 17:38:12 +0000 2014|RT @carlzimmer: How climate change will affect our food supply—by @JustinHGillis http://www.nytimes.com/2014/09/23/science/testing-future-conditions-for-the-food-chain.html +514105227642155008|Mon Sep 22 17:33:32 +0000 2014|Pendulums, by definition, swing, and the one on which Prozac rides is no exception. http://nyti.ms/1odBLIq +514071553106272256|Mon Sep 22 15:19:43 +0000 2014|The New Health Care: Medicaid Gives the Poor a Reason to Say No Thanks http://nyti.ms/1shNLzS +514071551499845632|Mon Sep 22 15:19:43 +0000 2014|The New Health Care: In Context, Health Premium Increases Don’t Actually Look Like Increases http://nyti.ms/1C4MugH +513909973508976640|Mon Sep 22 04:37:40 +0000 2014|Joan Rivers's Treatment Seen as Possible Example of V.I.P. Syndrome http://nyti.ms/1DrNrkQ +513909972066127873|Mon Sep 22 04:37:39 +0000 2014|Retro Report: Selling Prozac as the Life-Enhancing Cure for Mental Woes http://nyti.ms/1qlyNkR +513905387859619840|Mon Sep 22 04:19:27 +0000 2014|Well: A Better Baby I.C.U. http://nyti.ms/1DrMY27 +513837755844268032|Sun Sep 21 23:50:42 +0000 2014|Sometimes a nearby cupcake can be more problematic than nearby crack. http://nyti.ms/1DfbnaT +513824720249442304|Sun Sep 21 22:58:54 +0000 2014|Op-Ed Contributors: A Cancer Battle We Can Win http://nyti.ms/1Drl3iA +513796823102656514|Sun Sep 21 21:08:03 +0000 2014|Browse NYT Cooking's favorite healthy dinner recipes http://nyti.ms/1wOwD5R (Photo: Andrew Scrivani for NYT) http://pbs.twimg.com/media/Bx7EN-LIcAEyuyZ.jpg +513689253201842177|Sun Sep 21 14:00:36 +0000 2014|Woman wants HIV drugs. No evidence she has HIV. What’s a doctor to do? http://nyti.ms/1tYoZ3V +513684589588398080|Sun Sep 21 13:42:04 +0000 2014|Browse NYT Cooking's favorite healthy brunch recipes http://nyti.ms/1BUNXpM (Photo: Andrew Scrivani for NYT) http://pbs.twimg.com/media/Bx7DCbLIMAAxXvr.jpg +513516335482298368|Sun Sep 21 02:33:29 +0000 2014|Panel advises against prescribing testosterone to men who only have aging issues, such as low energy and libido. http://nyti.ms/1ukmf0Y +513494742425165824|Sun Sep 21 01:07:41 +0000 2014|Terence Moakley, Advocate for Disabled, Dies at 69 http://nyti.ms/1DpIPvl +513424557504724992|Sat Sep 20 20:28:48 +0000 2014|Paying Till It Hurts: After Surgery, Surprise $117,000 Medical Bill From Doctor He Didn't Know http://nyti.ms/1uSswT6 +513421399566721024|Sat Sep 20 20:16:15 +0000 2014|Browse NYT Cooking's favorite healthy appetizer recipes http://nyti.ms/1uMmUuh (Photo: Andrew Scrivani for NYT) http://pbs.twimg.com/media/Bx7DvZIIQAIdt2h.jpg +513409866179026944|Sat Sep 20 19:30:25 +0000 2014|Ever heard of a dynamometer? Some think it should be in every doctor’s office in America. http://nyti.ms/1DfUwol +513396631476371457|Sat Sep 20 18:37:50 +0000 2014|News Analysis: Can a Computer Replace Your Doctor? http://nyti.ms/ZxjeRL +513341908035584000|Sat Sep 20 15:00:22 +0000 2014|Sunday afternoon project idea: make focaccia from scratch. http://nyti.ms/1u8fIpP +513300377505382400|Sat Sep 20 12:15:21 +0000 2014|Moderate weight loss reduced the risk of Type 2 diabetes by nearly what percent? The weekly quiz: http://nyti.ms/1u4OFzv +513296602136870913|Sat Sep 20 12:00:21 +0000 2014|Our guide to activity trackers: http://nyti.ms/1u7GS49 David Sedaris’ essay on what one did to him: http://nyr.kr/1u7GS4b +513208730972737536|Sat Sep 20 06:11:11 +0000 2014|It’s better to make gradual changes in what and how much you eat than try a crash diet. http://nyti.ms/1ukgKzf +513172010885980160|Sat Sep 20 03:45:16 +0000 2014|Liberia accounts for more than half of all Ebola cases. http://nyti.ms/1uksW2V +513171402573479937|Sat Sep 20 03:42:51 +0000 2014|Lockdown Begins in Sierra Leone to Battle Ebola http://nyti.ms/1v1Sdzu +513168487628697600|Sat Sep 20 03:31:16 +0000 2014|Americans’ beer bellies are getting bigger. http://nyti.ms/1uiUBRZ +513166981990985729|Sat Sep 20 03:25:17 +0000 2014|Guinter Kahn, Inventor of Baldness Remedy, Dies at 80 http://nyti.ms/1wPPKwk +513166980317450240|Sat Sep 20 03:25:16 +0000 2014|Hospitals in Kashmir Struggle After Flooding, Deepening a Health Crisis http://nyti.ms/1v1Sbry +513158922979799040|Sat Sep 20 02:53:15 +0000 2014|Even if your not moving around — standing seems to be better than sitting. http://nyti.ms/1u8f2Rs +513077137608564736|Fri Sep 19 21:28:16 +0000 2014|A 65-year-old woman is younger than a 65-year-old man. http://nyti.ms/1DfUwol +513074260085317632|Fri Sep 19 21:16:50 +0000 2014|How readers responded to the @NYTmag article on abortions by mail. http://nyti.ms/1C6B1hy http://pbs.twimg.com/media/Bx7OUizIAAAGuMH.png +513071899686215680|Fri Sep 19 21:07:27 +0000 2014|A woman suspected to have Ebola is taken to ambulance in Sierra Leone. Photo by @Samuel_Aranda http://nyti.ms/1u7GvGy http://pbs.twimg.com/media/Bx7MLIlIYAEcPu4.png +513070008982077440|Fri Sep 19 20:59:57 +0000 2014|The number of people in West Africa who have died from Ebola doubled in the past month. http://www.nytimes.com/2014/09/19/world/africa/ebola-deaths-doubled-in-a-month-health-group-says.html?ref=health +513063561397297152|Fri Sep 19 20:34:19 +0000 2014|Your Money Adviser: Rule Changes Increase Flexibility in Pretax Health Care Accounts http://nyti.ms/1r80HVg +513049195394379776|Fri Sep 19 19:37:14 +0000 2014|Hearing focuses on security weaknesses in government healthcare site. http://nyti.ms/1u7u1Po +513046918218657792|Fri Sep 19 19:28:11 +0000 2014|Donating one’s body to science may be a generous thing to do. But it’s not easy to pull off. http://nyti.ms/1u7tcpE +513046139214790656|Fri Sep 19 19:25:06 +0000 2014|The beer belly is on the rise in America — even as people’s weight stays otherwise the same. http://nyti.ms/1u7sLM6 http://pbs.twimg.com/media/Bx60vrgIIAAir_g.jpg +512993279080943616|Fri Sep 19 15:55:03 +0000 2014|Girl watches Ebola spray team disinfect her house in Monrovia. By @berehulak http://bit.ly/1ujcmR1 http://pbs.twimg.com/media/Bx6Eq0ZIYAA5IjB.png +512990816269119489|Fri Sep 19 15:45:16 +0000 2014|RT @heathertal: .@berehulak is doing an incredible job covering Ebola in Liberia. His Instagram photos: http://bit.ly/1uj8q2F http://t.co/… +512987028913651712|Fri Sep 19 15:30:13 +0000 2014|More than half of Americans have what is considered abdominal obesity. http://nyti.ms/1uiUBRZ +512979189033861120|Fri Sep 19 14:59:04 +0000 2014|RT @celiadugger: Fear and rage in Guinea: Mob kills journalist and officials at Ebola community awareness event. http://nyti.ms/1r5hEzu +512977153462661120|Fri Sep 19 14:50:58 +0000 2014|Average waist circumference — but not BMI— increased significantly in the U.S. between 1999 and 2012. http://nyti.ms/1uiUBRZ +512975718280871937|Fri Sep 19 14:45:16 +0000 2014|RT @paula_span: Donating your body "to science" takes planning. One family's story: http://newoldage.blogs.nytimes.com/2014/09/18/donating-the-body/ +512964690381897728|Fri Sep 19 14:01:27 +0000 2014|Well: The Expanding American Waistline http://nyti.ms/1AUPOZc +512812851451273216|Fri Sep 19 03:58:06 +0000 2014|Business Briefing: F.D.A. Approves Trulicity, a Drug for Type 2 Diabetes http://nyti.ms/1r5DjHP +512803188248825857|Fri Sep 19 03:19:42 +0000 2014|Ebola Presents Challenge, and an Opportunity, for U.N. Leader http://nyti.ms/1mkgIs0 +512803185891610624|Fri Sep 19 03:19:41 +0000 2014|Fear of Ebola Drives Mob to Kill Officials in Guinea http://nyti.ms/1pkYUYP +512799153055744000|Fri Sep 19 03:03:40 +0000 2014|DealBook: Bayer to Spin Off Plastics Group to Focus on Health Care http://nyti.ms/1mkgJfM +512799150421733377|Fri Sep 19 03:03:39 +0000 2014|World Briefing: Syria: Opposition Investigates Vaccine http://nyti.ms/1pkYUYN +512795002250862592|Fri Sep 19 02:47:10 +0000 2014|About New York: An Effort to Raise Awareness of Sepsis, Led by Families Touched by It http://nyti.ms/1mkgJfJ +512794999151276033|Fri Sep 19 02:47:09 +0000 2014|Health Care Act Still Covers 7.3 Million http://nyti.ms/1pkYUYL +512747356429635585|Thu Sep 18 23:37:50 +0000 2014|Op-Ed Contributor: When Medicine Is Futile http://nyti.ms/1qhQeTm +512721824761667584|Thu Sep 18 21:56:23 +0000 2014|Were you paying attention this week? The health quiz: http://nyti.ms/1u4OFzv +512716439577296897|Thu Sep 18 21:34:59 +0000 2014|Artificial sweeteners are a $1.5-billion-a-year market @kchangnyt reported last year. http://nyti.ms/1u1EGLh +512716048810774528|Thu Sep 18 21:33:26 +0000 2014|Artificial sweeteners may disrupt the body’s ability to regulate blood sugar. http://nyti.ms/1u4LCr7 +512707033523421188|Thu Sep 18 20:57:37 +0000 2014|RT @MarthaRShulman: http://nyti.ms/1BQJBQw #Whole #Wheat #Focaccia with #Tomatoes and #Olives on #Recipes for #Health +512706676693037056|Thu Sep 18 20:56:12 +0000 2014|RT @sangerkatz: Most-read on @nytimes site. MT @ReedAbelson Panel Urges Overhauling Health Care at End of Life http://nyti.ms/1uHhlxp ICYM… +512693476475936771|Thu Sep 18 20:03:44 +0000 2014|The New Old Age Blog: Donating the Body http://nyti.ms/1qhHlJs +512686154026450945|Thu Sep 18 19:34:39 +0000 2014|U.S. Lays Out Strategy to Combat Crisis of Antibiotic Resistance http://nyti.ms/1DlVZtx +512681688803983362|Thu Sep 18 19:16:54 +0000 2014|U.S. Lays Out Strategy to Combat Crisis of Antibotic Resistance http://nyti.ms/1DlUr2w +512676922145640449|Thu Sep 18 18:57:57 +0000 2014|Ebola Deaths Doubled in a Month, Health Group Says http://nyti.ms/XMY5BO +512673895774969856|Thu Sep 18 18:45:56 +0000 2014|Yes, I’m a surgeon. But no, I can’t type. http://nyti.ms/1ueHL7g +512646911145566208|Thu Sep 18 16:58:42 +0000 2014|Well: Living With Cancer: Making Room http://nyti.ms/1mgvvo8 +512543997190230017|Thu Sep 18 10:09:46 +0000 2014|Well: Your Surgeon Seems Qualified, but Can He Type? http://nyti.ms/1p2aOrk +512456762449223680|Thu Sep 18 04:23:07 +0000 2014|Elizabeth Whelan, Who Challenged Food Laws, Dies at 70 http://nyti.ms/1o4HnF4 +512452709895901186|Thu Sep 18 04:07:01 +0000 2014|San Francisco Official Says He Takes Truvada to Prevent H.I.V., and More Gay Men Should, Too http://nyti.ms/1mgDD7F +512452708440489984|Thu Sep 18 04:07:01 +0000 2014|Rob Ford to Be Treated for Unusual Cancer http://nyti.ms/1mgFmtB +512448882438328320|Thu Sep 18 03:51:49 +0000 2014|F.T.C. Wary of Mergers by Hospitals http://nyti.ms/1o4ISTq +512448881012260864|Thu Sep 18 03:51:48 +0000 2014|Poor Fitness in Military Poses Peril, Report Says http://nyti.ms/1mgFmdj +512444605867237376|Thu Sep 18 03:34:49 +0000 2014|V.A. Official Acknowledges Link Between Delays and Patient Deaths http://nyti.ms/1o4HpNb +512444604898349056|Thu Sep 18 03:34:49 +0000 2014|Pregnancy for Pay: Surrogates and Couples Face a Maze of Laws, State by State http://nyti.ms/1mgDCkc +512371792485552129|Wed Sep 17 22:45:29 +0000 2014|RT @celiadugger: The evidence is mostly in mice, but Sweet'N Low and Equal may disrupt blood sugar regulation. http://nyti.ms/1mfttnH via @… +512357744863494145|Wed Sep 17 21:49:40 +0000 2014|RT @cslnyt: yet, the concept of low-T has been heavily marketed as a fountain of youth http://nyti.ms/1wEyMRr @natashanyt +512357695928537089|Wed Sep 17 21:49:28 +0000 2014|RT @cslnyt: Do older men who take testosterone have improved physical, sexual or cognitive function? It's unknown. http://nyti.ms/1uHzLxS @… +512357557667495937|Wed Sep 17 21:48:55 +0000 2014|RT @kchangnyt: Artificial sweeteners raise blood sugar?? The real solution is, of course: eat and drink less sweet stuff. http://t.co/5ghGp… +512337572799217664|Wed Sep 17 20:29:30 +0000 2014|If you’e had an inkling that fake sugar is bad for you, more hints you could be right. http://nyti.ms/1u1EGLh +512337202932875264|Wed Sep 17 20:28:02 +0000 2014|If you’ve had an inkling that the fake sugar may not be good for you, more hints you’re right. http://nyti.ms/1u1EGLh +512336500714131456|Wed Sep 17 20:25:15 +0000 2014|Well: Artificial Sweeteners May Disrupt Body’s Blood Sugar Controls http://nyti.ms/1thaHh0 +512328858419597313|Wed Sep 17 19:54:53 +0000 2014|End-of-Life Care Needs Sweeping Overhaul, Panel Says http://nyti.ms/1spEorQ +512324076942417920|Wed Sep 17 19:35:53 +0000 2014|RT @tminsberg: A panel is arguing that it's time to overhaul how the USA deals with end-of-life care, @PamBelluck writes http://t.co/OldgRX… +512323877557772289|Wed Sep 17 19:35:05 +0000 2014|RT @celiadugger: Ebola could be "catastrophic" economic blow to 3 hardest hit West African nations, World Bank warns. http://nyti.ms/1uHreuX +512316208805609474|Wed Sep 17 19:04:37 +0000 2014|Bad Vaccine Kills Up to 50 Children in Northern Syria http://nyti.ms/1s6V6Cc +512315720278237184|Wed Sep 17 19:02:40 +0000 2014|RT @bcsolomon: This is the 1st foreign @MSF worker to contract #Ebola. Bad timing as foreign aid aims to build confidence, attract more per… +512313693577965568|Wed Sep 17 18:54:37 +0000 2014|RT @bcsolomon: Breaking news: A French @MSF (Doctors Without Borders) worker contracts #Ebola in #Monrovia #Liberia. Will be evacuated to F… +512312395407319041|Wed Sep 17 18:49:28 +0000 2014|The New Health Care: With New Health Law, Shopping Around Can Be Crucial http://nyti.ms/1BMXajV +512308469396152320|Wed Sep 17 18:33:51 +0000 2014|Ebola Could Devastate West African Economies, World Bank Says http://nyti.ms/1s6ToRh +512308468498591744|Wed Sep 17 18:33:51 +0000 2014|F.D.A. Panel Weighs Restrictions on Testosterone Drugs http://nyti.ms/1BMXajP +512305390592458752|Wed Sep 17 18:21:37 +0000 2014|Using a nuclear tool to fight cancer — background on proton therapy at core of British health debate. http://nyti.ms/1u8QV5e +512305110459109376|Wed Sep 17 18:20:31 +0000 2014|An opinion piece on whether proton beam treatment is worth the price. http://nyti.ms/wwZxPz +512304012046397441|Wed Sep 17 18:16:09 +0000 2014|Critics are asking whether British health service was justified in refusing proton beam therapy for boy with cancer. http://nyti.ms/1u8QasJ +512261071768678400|Wed Sep 17 15:25:31 +0000 2014|The New Health Care: How Insurers Are Finding Ways to Shift Costs to the Sick http://nyti.ms/1uTFsXJ +512254376376029184|Wed Sep 17 14:58:55 +0000 2014|Map of the Ebola outbreak, which is the biggest on record. http://pbs.twimg.com/media/BxvkpB5IIAAFuQG.png +512253993184411648|Wed Sep 17 14:57:23 +0000 2014|More than 3,600 people in Guinea, Liberia, Nigeria, Senegal and Sierra Leone have contracted Ebola since March. http://nyti.ms/UPEOhp +512097956376625152|Wed Sep 17 04:37:21 +0000 2014|Obama Presses Leaders to Speed Ebola Response http://nyti.ms/1piTb5S +512097953998446592|Wed Sep 17 04:37:21 +0000 2014|Health Care for Britain in Harsh Light http://nyti.ms/1s5YGN0 +512092660904230913|Wed Sep 17 04:16:19 +0000 2014|Well: Sit Less, Live Longer? http://nyti.ms/1s5XEAr +512086194998767616|Wed Sep 17 03:50:37 +0000 2014|Paying Til It Hurts — a series on health care costs. http://nyti.ms/1Df5sma +512012618085969920|Tue Sep 16 22:58:15 +0000 2014|Well: Savory and Sweet Whole Wheat Focaccia http://nyti.ms/1oXFmKS +511983306087616512|Tue Sep 16 21:01:47 +0000 2014|U.N. Sees Need for $1 Billion to Fight Ebola http://nyti.ms/1oXbKxl +511982999370752000|Tue Sep 16 21:00:33 +0000 2014|Hand-grip strength is an amazingly good predictor of future rates of mortality and morbidity, or sickness. http://nyti.ms/1DfUwol +511955335637393410|Tue Sep 16 19:10:38 +0000 2014|A different classification of “old” that begins for men at 69 and women at 72. http://nyti.ms/1DfUwol +511952286785216512|Tue Sep 16 18:58:31 +0000 2014|The New Old Age Blog: On New Measurements of Aging http://nyti.ms/1r57pNl +511916249828585473|Tue Sep 16 16:35:19 +0000 2014|RT @nytvideo: A Healthcare Hot Potato http://nyti.ms/Xwjbo2 +511909042114297856|Tue Sep 16 16:06:41 +0000 2014|Resilience is a bit like pornography: It’s hard to define, but we know it when we see it. http://nyti.ms/1u2q3Ur +511908276628652032|Tue Sep 16 16:03:38 +0000 2014|9000 children younger than 6 are hospitalized annually for the accidental ingestion of prescription drugs. http://nyti.ms/1DfhvQn +511907548119977984|Tue Sep 16 16:00:44 +0000 2014|There is a solution to heel pain. It looks like this. http://nyti.ms/1Dfh2xA +511900927637610496|Tue Sep 16 15:34:26 +0000 2014|It’s not the drugs —but the overwhelming weight gain — that sometimes ruins recovery. http://nyti.ms/1DfbnaT +511895785714487296|Tue Sep 16 15:14:00 +0000 2014|Child Mortality Falling, U.N. Says, but Not Fast Enough http://nyti.ms/1oVAHcs +511894063763963904|Tue Sep 16 15:07:09 +0000 2014|President Obama offers assistance toward construction of 17 Ebola treatment centers in West Africa. http://nyti.ms/1Df5RoA +511893047286956032|Tue Sep 16 15:03:07 +0000 2014|RT @sangerkatz: This chart from the Census report really shows the effect of Medicare and Medicaid on insured rate. http://pbs.twimg.com/media/BxqR-OTCUAEQYYb.png +511892836170878976|Tue Sep 16 15:02:17 +0000 2014|RT @JeffGordinier: Bacteria to the rescue! http://nyti.ms/1m8SkK1 +511892708416561152|Tue Sep 16 15:01:46 +0000 2014|RT @GretchenReynold: A low-tech but effective fix for sore heels Ask Well: Plantar Fasciitis Relief http://nyti.ms/1m9dNm8 via @nytimeswell +511892653320196096|Tue Sep 16 15:01:33 +0000 2014|RT @bstrauch: All you need to know about stem cells. There's hope but not much progress so far.http://nyti.ms/1qYUXNz +511892534189375488|Tue Sep 16 15:01:05 +0000 2014|A perfect fall bread that blends sweet, nutty and savory flavors. http://nyti.ms/1Df4vdG +511769625135415296|Tue Sep 16 06:52:41 +0000 2014|The New Health Care: New Estimates on Health Coverage Are Accurate but Outdated http://nyti.ms/1r2f9Q0 +511750773295026176|Tue Sep 16 05:37:46 +0000 2014|U.S. to End Coverage Under Health Care Law for Tens of Thousands http://nyti.ms/YNxG84 +511746818783584256|Tue Sep 16 05:22:04 +0000 2014|Number of Americans Without Health Insurance Falls, Survey Shows http://nyti.ms/1phzawn +511746816430579713|Tue Sep 16 05:22:03 +0000 2014|Obama to Call for Expansion of Ebola Fight http://nyti.ms/1phz7kn +511742401254526976|Tue Sep 16 05:04:30 +0000 2014|Arizona Republican Official Resigns After Remarks About Medicaid Recipients http://nyti.ms/YNxG8a +511742400373719040|Tue Sep 16 05:04:30 +0000 2014|New York Files an Antitrust Suit Against the Maker of an Alzheimer’s Drug http://nyti.ms/1phzawp +511723999056125952|Tue Sep 16 03:51:23 +0000 2014|Do you prescribe preventative medicine when there is little evidence it is needed? http://nyti.ms/1tYoZ3V +511649311248384000|Mon Sep 15 22:54:36 +0000 2014|Global Health: Among Malaria Parasites, Real Feel for Mosquitoes http://nyti.ms/1BH9gef +511649309901983744|Mon Sep 15 22:54:36 +0000 2014|Taking a Health Hazard Home http://nyti.ms/Znl87h +511648260701036544|Mon Sep 15 22:50:25 +0000 2014|How should a doctor deal with a patient, who admits she has H.I.V. phobia? http://nyti.ms/1tYoZ3V +511645231021047809|Mon Sep 15 22:38:23 +0000 2014|Stem Cells: Plenty of Hope, but Halting Progress http://nyti.ms/1BH9hPv +511645229548834816|Mon Sep 15 22:38:23 +0000 2014|Well: But What if They Were to Die? http://nyti.ms/Znl87j +511622298953326592|Mon Sep 15 21:07:16 +0000 2014|Well: Ask Well: Plantar Fasciitis Relief http://nyti.ms/1qG4wmR +511613405128835073|Mon Sep 15 20:31:55 +0000 2014|Reactions: Cancer Screening at a Cost, Your Uncomfortable Flight, Fortunate Dinosaur Bones http://nyti.ms/1BGVsjR +511586036246675456|Mon Sep 15 18:43:10 +0000 2014|Going Inside the Rice Microbiome http://nyti.ms/1wmhcPd +511549288116387840|Mon Sep 15 16:17:09 +0000 2014|Well: Off the Drugs, Onto the Cupcakes http://nyti.ms/ZmVXSs +511536447560904705|Mon Sep 15 15:26:07 +0000 2014|The New Health Care: Limiting Choice to Control Health Spending: A Caution http://nyti.ms/1uDGTua +511536445606330368|Mon Sep 15 15:26:07 +0000 2014|Maker of Hepatitis C Drug Strikes Deal on Generics for Poor Countries http://nyti.ms/ZmQL0Z +511528894466625536|Mon Sep 15 14:56:06 +0000 2014|Well: Beating Back the Risk of Diabetes http://nyti.ms/ZmNCOB +511369569139978240|Mon Sep 15 04:23:00 +0000 2014|Well: Select Drugs Cause Most Childhood Poisonings http://nyti.ms/Zm9QA8 +511216746611875840|Sun Sep 14 18:15:45 +0000 2014|Renewing Health Coverage May Not Be as Automatic as Government Says http://nyti.ms/1qANaHQ +510984960141185024|Sun Sep 14 02:54:42 +0000 2014|Rashi Fein, Economist Who Urged Medicare, Dies at 88 http://nyti.ms/1q2qs5q +510984958719328256|Sun Sep 14 02:54:42 +0000 2014|Back to the Slums of His Youth, to Defuse the Ebola Time Bomb http://nyti.ms/1m4JUU2 +510859036666134528|Sat Sep 13 18:34:20 +0000 2014|Opinion: Should We All Take a Bit of Lithium? http://nyti.ms/WYLfzC +510616739860971520|Sat Sep 13 02:31:32 +0000 2014|Both Sides Cite Urgency in Court Appeal of a Texas Law on Abortion Clinics http://nyti.ms/1tKgA3N +510616738875334656|Sat Sep 13 02:31:32 +0000 2014|N.F.L. Agrees: Brain Trauma in 1 in 3 Players http://nyti.ms/1tKhyx4 +510612118312595457|Sat Sep 13 02:13:10 +0000 2014|Liberian President Pleads With Obama for Assistance in Combating Ebola http://nyti.ms/1m1FoWa +510612117213691904|Sat Sep 13 02:13:10 +0000 2014|U.S. Scientists See Long Fight Against Ebola http://nyti.ms/1tKgzNx +510534196000219137|Fri Sep 12 21:03:32 +0000 2014|Contributing Op-Ed Writer: Learning How to Exert Self-Control http://nyti.ms/X8XXfD +510529176492060672|Fri Sep 12 20:43:35 +0000 2014|The New Old Age Blog: Tougher Than They Look http://nyti.ms/X8T1HB +510490035393929216|Fri Sep 12 18:08:03 +0000 2014|What we're afraid to say about Ebola http://nyti.ms/1xUs4rZ via @nytopinion +510445881091698689|Fri Sep 12 15:12:36 +0000 2014|Test your knowledge of the latest health news. http://nyti.ms/1xTHLjl +510423580992339969|Fri Sep 12 13:43:59 +0000 2014|Well: Bright Green Pesto That Won’t Fade http://nyti.ms/1wikAdJ +510264185503371264|Fri Sep 12 03:10:36 +0000 2014|Aid Worker Recovering From Ebola http://nyti.ms/1BwxNmg +510260255910285312|Fri Sep 12 02:54:59 +0000 2014|72-Hour Wait for Abortion Is Enacted in Missouri http://nyti.ms/1rYNOjZ +510260254576099328|Fri Sep 12 02:54:59 +0000 2014|Pesticide Levels in Waterways Have Dropped, Reducing the Risks to Humans http://nyti.ms/1BwxPuh +510168224600977408|Thu Sep 11 20:49:17 +0000 2014|RT @paula_span: Surprising portion of seniors in ERs malnourished, new UNC study finds. @judith_graham explains. http://newoldage.blogs.nytimes.com/2014/09/11/in-the-emergency-room-a-hidden-ailment/ +510153173475266561|Thu Sep 11 19:49:29 +0000 2014|Matter: Mining for Antibiotics, Right Under Our Noses. http://nyti.ms/WOZBm4 +510149440519548930|Thu Sep 11 19:34:39 +0000 2014|Have you observed yourself or others granting a moral license to do bad, after doing good? http://nyti.ms/ZiiyzE +510148705497133056|Thu Sep 11 19:31:44 +0000 2014|A Window Into Everyday Morality via Text Message http://nyti.ms/1tNIXBS +510148704368857088|Thu Sep 11 19:31:43 +0000 2014|Dying of Ebola at the Hospital Door http://nyti.ms/WOZDKO +510145613137453056|Thu Sep 11 19:19:26 +0000 2014|But those who granted a kindness were more likely to commit a small act of rudeness that day – granting themselves “moral license” to do so. +510145336397291522|Thu Sep 11 19:18:20 +0000 2014|People on the receiving end of an act of kindness were about 10 percent more likely to do something nice themselves later in the day. +510144612082929665|Thu Sep 11 19:15:28 +0000 2014|More evidence that good deeds can be contagious. http://nyti.ms/ZiiyzE http://nyti.ms/ZiiyzE +510142508681416704|Thu Sep 11 19:07:06 +0000 2014|RT @bcsolomon: My video dispatch from #Liberia for @nytimes: Sick from #Ebola & dying at the hospital door http://nyti.ms/1qnLFN9 http://t.… +510139656739250176|Thu Sep 11 18:55:46 +0000 2014|The New Old Age Blog: In the Emergency Room, a Hidden Ailment http://nyti.ms/1tNF8gi +510130006581075968|Thu Sep 11 18:17:26 +0000 2014|RT @lpolgreen: Ebola patients turned away at hospital gates in Liberia. Harrowing dispatch from @bcsolomon. http://www.nytimes.com/video/ebola-playlist/ http://t… +510126466177462273|Thu Sep 11 18:03:21 +0000 2014|Meet McBaine, a highly trained cancer detection dog. http://nyti.ms/ZiewHx http://pbs.twimg.com/media/BxRVUWqIAAAxUy1.png +510093123486486528|Thu Sep 11 15:50:52 +0000 2014|Workplace wellness programs sound great. But are they effective? http://nyti.ms/1tC4rho? http://pbs.twimg.com/media/BxQ2_jLIEAAhBvw.png +510092637215682560|Thu Sep 11 15:48:56 +0000 2014|The New Health Care: Do Workplace Wellness Programs Work? Usually Not http://nyti.ms/1BuRuuJ +510091741937295362|Thu Sep 11 15:45:22 +0000 2014|The perfect little high-protein packages: pesto-filled deviled eggs by @MarthaRShulman http://nyti.ms/1tC2XUq http://pbs.twimg.com/media/BxQ1vI3IYAE--fk.png +510085026957250560|Thu Sep 11 15:18:42 +0000 2014|RT @Sulliview: Making science journalism understandable without losing the nuance. My post on pregnancy and antidepressants: http://t.co/d… +509922334065430528|Thu Sep 11 04:32:13 +0000 2014|Study: The most reliable workers are those who get seven to eight hours of sleep each night http://nyti.ms/ZhfovO +509907698725683200|Thu Sep 11 03:34:03 +0000 2014|Well: Training Dogs to Sniff Out Cancer http://nyti.ms/WLviwK +509899910225735680|Thu Sep 11 03:03:06 +0000 2014|A new drug to treat obesity has gained approval by the F.D.A. http://nyti.ms/1uwQ7bF +509896396062097409|Thu Sep 11 02:49:08 +0000 2014|Stabbing With Syringe in Nigeria Raises Concerns of Ebola as Weapon http://nyti.ms/1qG52Qx +509876673094111232|Thu Sep 11 01:30:46 +0000 2014|The @gatesfoundation pledged $50 million to fight Ebola, the largest sum it has ever committed to one outbreak http://nyti.ms/ZhfjZd +509820105715625984|Wed Sep 10 21:45:59 +0000 2014|Health insurance premiums are starting to look like wage growth and inflation http://nyti.ms/ZhfCDd http://pbs.twimg.com/media/BxM-rzqIQAA42Cb.png +509789301518110720|Wed Sep 10 19:43:35 +0000 2014|Gates Foundation Pledges $50 Million to Fight Ebola http://nyti.ms/1pQ5RBd +509787379671244800|Wed Sep 10 19:35:57 +0000 2014|RT @michaelluo: Horrific case...Family of Mentally Ill Rikers Inmate Sues New York City Over His Death http://nyti.ms/1qGc4Fc +509775468208603136|Wed Sep 10 18:48:37 +0000 2014|RT @bstrauch: what happened at the clinic where Joan Rivers died?http://nyti.ms/1tKZCpZ +509739291648724992|Wed Sep 10 16:24:52 +0000 2014|Well: HPV Vaccine Program in Australia Shows Success http://nyti.ms/1lTJsrD +509735657749880832|Wed Sep 10 16:10:25 +0000 2014|Risotto with Asparagus and Pesto http://nyti.ms/1tx53Vu @MarthaRShulman +509735022816137217|Wed Sep 10 16:07:54 +0000 2014|The New Health Care: Can We Have a Fact-Based Conversation About End-of-Life Planning? http://nyti.ms/1lTGiUM +509727353657122816|Wed Sep 10 15:37:26 +0000 2014|RT @cslnyt: Night before Joan Rivers died she told a friend she was “going in for a little procedure” http://nyti.ms/1lVCwu9 @anemonanyc @j… +509727329774731264|Wed Sep 10 15:37:20 +0000 2014|The New Health Care: Latest Good News in Health Spending: Employer Premiums http://nyti.ms/1lVQKLJ +509726357560229888|Wed Sep 10 15:33:28 +0000 2014|RT @ReedAbelson: Latest Good News in Health Spending: Employer Premiums http://nyti.ms/1ulmnPS via @UpshotNYT +509720087574892544|Wed Sep 10 15:08:33 +0000 2014|Enjoy sugary drinks? Get ready to walk. http://nyti.ms/ZgUugv +509643601228595200|Wed Sep 10 10:04:37 +0000 2014|Well: Airplane Crew May Face Increased Melanoma Risk http://nyti.ms/1xHHZtI +509554404467675136|Wed Sep 10 04:10:11 +0000 2014|Phys Ed: Drink Soda? Take 12,000 Steps http://nyti.ms/1rVHqdf +509532735510413312|Wed Sep 10 02:44:05 +0000 2014|At Surgery Clinic, Rush to Save Joan Rivers’s Life http://nyti.ms/1pNthXY +509532734591885312|Wed Sep 10 02:44:05 +0000 2014|Seeing Abuse, and a Pattern Too Familiar http://nyti.ms/1rVDr03 +509529427949408256|Wed Sep 10 02:30:56 +0000 2014|Want your colleagues to be more reliable? Encourage them to get 7-8 hours of sleep a night. http://nyti.ms/1ttrjzz +509463432425271296|Tue Sep 09 22:08:42 +0000 2014|Maybe narrow health networks aren't so bad. http://nyti.ms/1ttqXcl +509462156719312896|Tue Sep 09 22:03:38 +0000 2014|RT @bcsolomon: A health worker checks himself in a mirror before entering highly contagious #Ebola ward. At @MSF clinic in #Liberia http://… +509462050578255872|Tue Sep 09 22:03:12 +0000 2014|Paralyzed in a car crash, then fired for using medical marijuana. http://nyti.ms/1okJ6pA +509461550349185024|Tue Sep 09 22:01:13 +0000 2014|“Virtually every single player in the N.F.L. has a certifiable need for medical marijuana.” http://nyti.ms/1ttpbYv +509443470776205312|Tue Sep 09 20:49:23 +0000 2014|Drugs, Legal and Illicit, May Be Hurting Pilot Performance, Study Says http://nyti.ms/1qD6d3e +509350060170444800|Tue Sep 09 14:38:12 +0000 2014|RT @cslnyt: "To be a good citizen you must get rid of unused Rx drugs as soon as you're finished w/ them" Why? Read this: http://t.co/r2GiR… +509349998212161536|Tue Sep 09 14:37:57 +0000 2014|RT @bencareynyt: How to apply cognitive science to homework hour, in the Motherlode blog: http://nyti.ms/1bHmkk6 +509349869774192640|Tue Sep 09 14:37:26 +0000 2014|RT @bencareynyt: My book HOW WE LEARN launches (blasts off!) today. Got buy and read it willya - http://amzn.to/1ui5pC0 +509348893373784065|Tue Sep 09 14:33:34 +0000 2014|RT @paula_span: Most elderly nursing home patients with advanced dementia still getting meds of "questionable benefit." Why? http://t.co/q… +509348739413454848|Tue Sep 09 14:32:57 +0000 2014|Airplane seat designers had some not-so-great assumptions. http://nyti.ms/1to2ghd +509348603463499776|Tue Sep 09 14:32:24 +0000 2014|Until now, drugs could not legally be returned to pharmacies. http://nyti.ms/Zf5Q4v +509348518822420480|Tue Sep 09 14:32:04 +0000 2014|RT @ginakolata: The Problem With Reclining Airplane Seat Design http://nyti.ms/1qHXqM1 via @nytimeswell Best yet on the seat problem.Real d… +509265991579492352|Tue Sep 09 09:04:08 +0000 2014|The New Old Age Blog: Near Death, and Overmedicated http://nyti.ms/1p1MCVf +509208826193936384|Tue Sep 09 05:16:59 +0000 2014|Coalition Urges Nations to Decriminalize Drugs and Drug Use http://nyti.ms/1tplmUf +509185341837021184|Tue Sep 09 03:43:40 +0000 2014|Ebola Cases Reported Up Sharply in Liberia http://nyti.ms/1CLG3Ap +509185340310315008|Tue Sep 09 03:43:39 +0000 2014|After First Plan Is Blocked, Virginia Governor Reduces Medicaid Expansion Goals http://nyti.ms/1CLG3Al +509181538492493824|Tue Sep 09 03:28:33 +0000 2014|Reactions: Antidepressants and Pregnancy, Carb Conundrum http://nyti.ms/1pJNhuj +509181537376800769|Tue Sep 09 03:28:33 +0000 2014|Respiratory Virus Sickens Children in the Midwest http://nyti.ms/1CLG2wh +509111541858566144|Mon Sep 08 22:50:25 +0000 2014|Passengers aren’t the real problem in the whole reclining debate. Seat design is. http://nyti.ms/1to27ug +509110577575505921|Mon Sep 08 22:46:35 +0000 2014|Well: The Problem with Reclining Airplane Seat Design http://nyti.ms/Zf5Y3S +509109934068596736|Mon Sep 08 22:44:01 +0000 2014|Consumers can now return unused prescription medications like opioid painkillers to pharmacies. http://nyti.ms/1to10e2 +509098439192625152|Mon Sep 08 21:58:21 +0000 2014|Books: In 'Doctored,' Shortcomings of Health Care and Doctor http://nyti.ms/1oZXu5K +509094490548994049|Mon Sep 08 21:42:39 +0000 2014|Q&A: Exploring the Connection Between Alcohol and Dementia http://nyti.ms/Zf1omc +509094489596895232|Mon Sep 08 21:42:39 +0000 2014|Global Health: Mosquito-Borne Viruses Hit Japan and the U.S. http://nyti.ms/Zf1SZE +509090059958898688|Mon Sep 08 21:25:03 +0000 2014|http://Healthcare.gov Upgrades Are Priority for New Health and Human Services Chief http://nyti.ms/1oZXu5M +509090058633486336|Mon Sep 08 21:25:03 +0000 2014|The New Health Care: Doctors' Magical Thinking About Conflicts of Interest http://nyti.ms/Zf1omg +509057002233135104|Mon Sep 08 19:13:41 +0000 2014|Well: A Family Cycle of Diabetes http://nyti.ms/1rvTkUR +509049411541159936|Mon Sep 08 18:43:32 +0000 2014|Well: A Sleep Sweet Spot http://nyti.ms/1lNR6nm +509027655199776768|Mon Sep 08 17:17:04 +0000 2014|To Curb Abuse, Patients Allowed to Return Unused Pills to Pharmacies http://nyti.ms/1rvlL5k +509014426327199744|Mon Sep 08 16:24:30 +0000 2014|Well: Obesity Around the Nation http://nyti.ms/1rv67a2 +509013038432006144|Mon Sep 08 16:19:00 +0000 2014|RT @carlzimmer: Whoops again: NIH uncovers 100-year-old vials of ricin and agents of plague, botulism, and other fun & games. http://t.co/… +509001081201119232|Mon Sep 08 15:31:29 +0000 2014|Lasker Winner Calls for More Genetic Testing for Cancer http://nyti.ms/1usF0R9 +508845531096182784|Mon Sep 08 05:13:23 +0000 2014|Well: In Prediabetes, a Chance to Avert Crisis http://nyti.ms/1urSTiw +508815355545157632|Mon Sep 08 03:13:28 +0000 2014|The latest Ebola news: http://nyti.ms/1nZRWaW +508812134558756864|Mon Sep 08 03:00:40 +0000 2014|Kathryn Morgan Uses Social Media as She Gears for Her Return http://nyti.ms/1AoEKDl +508812133656973312|Mon Sep 08 03:00:40 +0000 2014|Legal Use of Marijuana Clashes With Job Rules http://nyti.ms/1lLZdRm +508807810034196480|Mon Sep 08 02:43:29 +0000 2014|Can Apple Build a Cool and Convenient iWatch? http://nyti.ms/1AoEKn3 +508807809056923650|Mon Sep 08 02:43:29 +0000 2014|Grandma’s Meat Loaf? Hardly. Her Home Now Has a 3-Star Chef. http://nyti.ms/1lLZh3o +508751675482726400|Sun Sep 07 23:00:26 +0000 2014|Desperate to contain Ebola, Sierra Leone has decreed a stringent new measure confining residents to their homes. http://nyti.ms/1qFyDs3 +508736573765337088|Sun Sep 07 22:00:25 +0000 2014|Unclear on the difference between the Jawbone and Misfit? A guide to activity trackers: http://nyti.ms/1qFylBk +508721471796281344|Sun Sep 07 21:00:25 +0000 2014|Is horseback riding good exercise? Yes, especially if you muck out your mount’s stall. http://nyti.ms/1qFyvIW +508691267904352257|Sun Sep 07 19:00:23 +0000 2014|Another good reason to go kick the ball around with your son or daughter this afternoon. http://nyti.ms/1qxIlOr +508645961896558592|Sun Sep 07 16:00:22 +0000 2014|Looking for an activity tracker? Here's our newly updated guide. http://nyti.ms/1qFylBk +508634566563987456|Sun Sep 07 15:15:05 +0000 2014|Many people are immune to Ebola. Finding them is the tricky part. http://nyti.ms/1qxHAEY +508632822270025728|Sun Sep 07 15:08:09 +0000 2014|Teenagers try to avoid “green tobacco sickness” in the fields of North Carolina. http://nyti.ms/1qFy9lJ +508423621308874753|Sun Sep 07 01:16:52 +0000 2014|Sierra Leone to Impose 3-Day Ebola Quarantine http://nyti.ms/1wcTGUB +508096715145359360|Sat Sep 06 03:37:51 +0000 2014|New York City Reports 3 New Cases of Meningitis http://nyti.ms/1pzo8ma +508085184764583936|Sat Sep 06 02:52:02 +0000 2014|World Briefing | Asia: Rare Outbreak of Dengue Fever in Japan http://nyti.ms/1qD2zFg +508081364064034817|Sat Sep 06 02:36:51 +0000 2014|Two Vaccines to Protect Against Ebola Could Be Available Within Weeks http://nyti.ms/1qD2ykB +508081362893824001|Sat Sep 06 02:36:51 +0000 2014|Business Briefing : Warnings Issued for Keryx Dialysis Drug http://nyti.ms/1CAk67b +508012842306772992|Fri Sep 05 22:04:34 +0000 2014|Antibodies could be harvested from the blood of those who are immune to treat new Ebola victims. http://nyti.ms/1lFSfgI +508012672928190464|Fri Sep 05 22:03:54 +0000 2014|RT @heathertal: A lot of people are likely immune to Ebola. Now if we could just figure out who precisely. http://nyti.ms/1lFSfgI +508011929898860545|Fri Sep 05 22:00:57 +0000 2014|What does new research about a low-carb vs. high-fat diet mean you should actually eat? @anahadoconnor explores this http://nyti.ms/1t9ZBI4 +508003609351831552|Fri Sep 05 21:27:53 +0000 2014|Opinion: Studying Ebola, Then Dying From It http://nyti.ms/1rgcpdG +507990914246402048|Fri Sep 05 20:37:26 +0000 2014|Well: Think Like a Doctor: Weaker and Weaker Solved! http://nyti.ms/1CzoAuP +507984952022298624|Fri Sep 05 20:13:45 +0000 2014|Many in West Africa Are Thought to Be Immune to Ebola, but Finding Them Won’t Be Easy http://nyti.ms/1rfOwD2 +507984949866409984|Fri Sep 05 20:13:44 +0000 2014|Well: Couscous Salads, Big Bowls and Casseroles http://nyti.ms/1rfQnrw +507980426561200128|Fri Sep 05 19:55:46 +0000 2014|The New Old Age Blog: A Picture of Dementia http://nyti.ms/1CzgIJM +507976264490442752|Fri Sep 05 19:39:13 +0000 2014|Does new research emphasizing a low-carb diet mean you should eat more meat? @anahadoconnor answers reader questions http://nyti.ms/1t9ZBI4 +507975938051960832|Fri Sep 05 19:37:56 +0000 2014|What’s the difference between a whole-food carb and a refined carb? http://nyti.ms/1t9ZBI4 +507940409268776960|Fri Sep 05 17:16:45 +0000 2014|Well: New Answers About Carbs and Fat http://nyti.ms/1t9sXWU +507910546180804608|Fri Sep 05 15:18:05 +0000 2014|RT @nycscribe: South Africa and Kenya, against medical advice, are isolating countries hit by Ebola, making matters worse. http://t.co/n68F… +507900990000201728|Fri Sep 05 14:40:07 +0000 2014|The Other Ebola Toll: African Economies http://nyti.ms/1AeNT1g +507766773354344448|Fri Sep 05 05:46:47 +0000 2014|National Briefing | Plains: Nebraska: Ebola Patient to Be Treated in Omaha http://nyti.ms/1rbHeAe +507746023851450368|Fri Sep 05 04:24:20 +0000 2014|Well: Ask Well: Is Horseback Riding Good Exercise? http://nyti.ms/1rbkJeD +507746022509252608|Fri Sep 05 04:24:19 +0000 2014|Advertising: Blurring Line Between Snack and Meal, Mac and Cheese to Graze On http://nyti.ms/1rC44oy +507741696227307520|Fri Sep 05 04:07:08 +0000 2014|New York State Gives Health Insurers Average Rate Rise of 5.7% http://nyti.ms/1rbkJeB +507741693740072960|Fri Sep 05 04:07:07 +0000 2014|Study of Jewish Women Shows Link to Cancer Without Family History http://nyti.ms/1rC4486 +507678337243045889|Thu Sep 04 23:55:22 +0000 2014|Op-Ed Contributor: Why Do Doctors Commit Suicide? http://nyti.ms/WjKwch +507655774651547648|Thu Sep 04 22:25:43 +0000 2014|Apple Nears Introduction of Smartwatch and Bigger iPhones http://nyti.ms/YfBAXc +507655773737193472|Thu Sep 04 22:25:42 +0000 2014|Merck Wins Approval of Novel Immune-System Drug for Cancer http://nyti.ms/1puqnXL +507640273367990272|Thu Sep 04 21:24:07 +0000 2014|How plants use caffeine as instruments of control. http://nyti.ms/1CvfG1r +507639022504529920|Thu Sep 04 21:19:09 +0000 2014|"I can remember the early days of having schizophrenia.” http://nyti.ms/1CveJ9o +507638100172873728|Thu Sep 04 21:15:29 +0000 2014|Even small amounts of exercise enable children to improve their focus. http://nyti.ms/1CvefQC +507637184589856768|Thu Sep 04 21:11:50 +0000 2014|During the trial it emerged that Williams was known as "Tic-Tac man" because he left behind Anatabloc samples similar to mints at meetings. +507636327786246145|Thu Sep 04 21:08:26 +0000 2014|Cash from a dietary supplement exec contributed to the fall of former Gov. Bob McDonnell of Virginia. http://nyti.ms/1CvcK4X +507610297298083840|Thu Sep 04 19:25:00 +0000 2014|The New Health Care: How People Feel About Their Employer-Sponsored Health Plans http://nyti.ms/1r96N4M +507598480685035520|Thu Sep 04 18:38:03 +0000 2014|IV Line Misplaced in Bungled Oklahoma Execution, Report Says http://nyti.ms/1qrtjJY +507598478059401217|Thu Sep 04 18:38:02 +0000 2014|First Arrest Made in 2012 Steroid Medication Deaths http://nyti.ms/1r8Uw0b +507581771006091264|Thu Sep 04 17:31:39 +0000 2014|Well: Living With Schizophrenia: The Importance of Routine http://nyti.ms/1unN7yr +507564034603106305|Thu Sep 04 16:21:10 +0000 2014|RT @carlzimmer: A look at WHO’s shortcomings in the face of #Ebola http://www.nytimes.com/2014/09/04/world/africa/cuts-at-who-hurt-response-to-ebola-crisis.html?_r=0 Slashed, quirky budget, for one thing. +507563890654576640|Thu Sep 04 16:20:36 +0000 2014|RT @cslnyt: Policies "fly in the face of what we know about the importance of a child’s 1st few years" http://nyti.ms/1qxwGOm @FordhamLawNYC +507563587846815744|Thu Sep 04 16:19:24 +0000 2014|RT @nytDeniseGrady: Who's fat, who's not: state by state. Colorado wins again. http://www.cdc.gov/obesity/data/prevalence-maps.html#.VAh2BfozCeQ.twitter +507563061189050368|Thu Sep 04 16:17:18 +0000 2014|A 19-year-old man collapses at work after months of increasing weakness. Can you figure out why? http://nyti.ms/1CujCj8 +507516764864118784|Thu Sep 04 13:13:20 +0000 2014|Well: Think Like a Doctor: Weaker and Weaker http://nyti.ms/1pN4Vn2 +507383792152354816|Thu Sep 04 04:24:57 +0000 2014|Well: Put the Physical in Education http://nyti.ms/Z7LMRG +507368861872959488|Thu Sep 04 03:25:37 +0000 2014|V.A. Rules May Enable Benefits Long Denied to Vietnam-Era Veterans http://nyti.ms/1rszJIS +507364785735081984|Thu Sep 04 03:09:25 +0000 2014|3rd Missionary With Ebola Is Identified http://nyti.ms/1oFATeE +507364784623611904|Thu Sep 04 03:09:25 +0000 2014|Cuts at W.H.O. Hurt Response to Ebola Crisis http://nyti.ms/1rszMo0 +507328523384938496|Thu Sep 04 00:45:20 +0000 2014|Efforts to improve what children eat should begin before they even learn to walk, studies suggest http://nyti.ms/1CmBZGv +507282060076392448|Wed Sep 03 21:40:42 +0000 2014|Observatory: Action Films May Spur the Need to Feed http://nyti.ms/1tumVEn +507282059136880641|Wed Sep 03 21:40:42 +0000 2014|Health Care Spending to Rise, Federal Experts Predict http://nyti.ms/1t1ch3N +507280909893394432|Wed Sep 03 21:36:08 +0000 2014|RT @DanBilefsky: A British Ebola patient fully recovers after taking an experimental drug, spurring some cautious optimism. My story. http:… +507280810798743552|Wed Sep 03 21:35:44 +0000 2014|Will China Defeat Obesity? http://nyti.ms/1w7v5Re +507270089662803968|Wed Sep 03 20:53:08 +0000 2014|Experimental Vaccine Shows Promise Against Dengue Fever http://nyti.ms/1nxgsBi +507268373164879872|Wed Sep 03 20:46:19 +0000 2014|Dr. Lisa Sanders's next Think Like a Doctor goes up tomorrow at 9. Can you figure out why a 19-year-old man is getting weaker? +507266244329095169|Wed Sep 03 20:37:51 +0000 2014|British Parents Reunited With Ill Child After Arrest in Spain http://nyti.ms/1qd41iY +507266242785583104|Wed Sep 03 20:37:51 +0000 2014|Unusual Drama School in Rome Is Set to Expand http://nyti.ms/1nxgsBg +507262367731056640|Wed Sep 03 20:22:27 +0000 2014|C.D.C. says that anyone who was in the outbreak region and develops a fever of 101.5 degrees or higher should seek immediate medical care +507260605527781376|Wed Sep 03 20:15:27 +0000 2014|College Campuses Urged to Come Up with an Ebola Plan http://nyti.ms/1CqV22w +507255641443164161|Wed Sep 03 19:55:43 +0000 2014|The New Old Age Blog: A Better Flu Shot http://nyti.ms/1qcVegR +507246924819615744|Wed Sep 03 19:21:05 +0000 2014|Mold problems come even without floods or overflowing bathtubs. http://nyti.ms/1CqUAkS +507245980413358080|Wed Sep 03 19:17:20 +0000 2014|Beginning in August, medical marijuana dispensaries in Berkeley will donate cannabis to low-income residents. http://nyti.ms/1CqU3iH +507245121034014720|Wed Sep 03 19:13:55 +0000 2014|Worth revisiting this @cslnyt piece on lack of scientific evidence about what exactly medical marijuana does. http://nyti.ms/1prtO8i +507244866557186048|Wed Sep 03 19:12:55 +0000 2014|Texas Abortion Clinic to Reopen After Court Ruling http://nyti.ms/1r2D7WW +507244293502013441|Wed Sep 03 19:10:38 +0000 2014|"I can't afford to buy it, but my need isn't any less than anyone else's.” http://nyti.ms/1lzxOSu @iglovett on medical marijuana +507240397442404352|Wed Sep 03 18:55:09 +0000 2014|Perdue Eliminates Antibiotic Use in Its Hatcheries http://nyti.ms/1qcHJOi +507239640144039936|Wed Sep 03 18:52:08 +0000 2014|CVS will no longer sell cigarettes. http://nyti.ms/1CqPV2m +507229193584017408|Wed Sep 03 18:10:38 +0000 2014|Up to 14 percent of pregnant women take antidepressants. http://nyti.ms/1CqJ6Oe +507228924007706624|Wed Sep 03 18:09:34 +0000 2014|More than 3,500 Ebola cases have been confirmed so far. http://nyti.ms/1w6QDNO +507228747368779776|Wed Sep 03 18:08:51 +0000 2014|British nurse who contracted Ebola in West Africa and was treated with ZMapp has fully recovered. http://nyti.ms/1CqIPuI +507227534677651456|Wed Sep 03 18:04:02 +0000 2014|CVS stores will no longer sell tobacco products (Photo: Andrew Renneisen/NYT) http://nyti.ms/1w6pmuR http://pbs.twimg.com/media/BwnuyFfIQAA7RAG.jpg +507219176961105920|Wed Sep 03 17:30:50 +0000 2014|Physical activity does not increase people’s risk of developing A.L.S. http://nyti.ms/1w6Ic4W +507216597275406337|Wed Sep 03 17:20:35 +0000 2014|RT @ReedAbelson: Bracing for New Challenges in Year 2 of Health Care Law http://nyti.ms/1q9hAzX See my story about expectations for upcomin… +507215404717309952|Wed Sep 03 17:15:50 +0000 2014|British Ebola Patient Discharged From Hospital http://nyti.ms/1u0V64Y +507212012284567552|Wed Sep 03 17:02:21 +0000 2014|RT @bstrauch: An experimental vaccine against dengue fever gets good results.http://nyti.ms/1t07eRl +507205230392770560|Wed Sep 03 16:35:25 +0000 2014|Heat stroke is the leading cause of death and disability among high school athletes in the United States. http://nyti.ms/1Cqp9a8 +507203409343438848|Wed Sep 03 16:28:10 +0000 2014|A reminder — don’t rely on thirst to tell you how much to drink when it’s hot. http://nyti.ms/1CqpNVe +507202816742817792|Wed Sep 03 16:25:49 +0000 2014|Hot weather kills more Americans than all other natural disasters combined, http://nyti.ms/1w6szKY +507202634991022080|Wed Sep 03 16:25:06 +0000 2014|A 16-year-old Staten Island student died during a sweltering football practice. http://nyti.ms/1Cqp9a8 +507198120695185409|Wed Sep 03 16:07:09 +0000 2014|An experimental vaccine shows promise against dengue fever http://nyti.ms/1w6oFBT +507192564181925888|Wed Sep 03 15:45:05 +0000 2014|The type of mold usually found in homes can make you sick http://nyti.ms/1uvJiWS +507175975562776576|Wed Sep 03 14:39:10 +0000 2014|Berkeley is instating a charity cannabis mandate, perhaps the first such law http://nyti.ms/1Cq0Qcp +507018592366657536|Wed Sep 03 04:13:47 +0000 2014|Well: Can Exercise Cause A.L.S.? http://nyti.ms/1vLuvel +507018591200628736|Wed Sep 03 04:13:46 +0000 2014|CVS Stores Stop Selling All Tobacco Products http://nyti.ms/1pnkYlm +507017896308920322|Wed Sep 03 04:11:01 +0000 2014|A major study shows that avoiding carbohydrates and eating more fat helps with weight loss and cuts heart risks http://nyti.ms/1qkhhlA +507013855848202240|Wed Sep 03 03:54:57 +0000 2014|World Briefing: Britain: Charges Dropped Against Parents of Ill Child http://nyti.ms/1vLjeuN +507009515255250944|Wed Sep 03 03:37:42 +0000 2014|U.N. and Medical Group Make Appeals for Ebola Aid http://nyti.ms/1A3psUB +507009514290565120|Wed Sep 03 03:37:42 +0000 2014|Open Source: Video Shows Panic in Liberia as Man Wanders Out of Ebola Clinic http://nyti.ms/1A3utfK +507005576946413568|Wed Sep 03 03:22:03 +0000 2014|Grief at Staten Island School After Football Player Collapses and Dies http://nyti.ms/1vLjeuH +507005574064914432|Wed Sep 03 03:22:03 +0000 2014|U.S. Colleges Advised to Tighten Ebola Precautions http://nyti.ms/1A3psUz +507001187032633344|Wed Sep 03 03:04:37 +0000 2014|Bracing for New Challenges in Year 2 of Health Care Law http://nyti.ms/1vLjg5C +507001186122481664|Wed Sep 03 03:04:37 +0000 2014|Berkeley Pushes a Boundary on Medical Marijuana http://nyti.ms/1A3puf3 +506976900158214144|Wed Sep 03 01:28:06 +0000 2014|Smaller military hospitals are said to put patients at risk http://nyti.ms/1CnRG0j +506957752858443776|Wed Sep 03 00:12:01 +0000 2014|Comparing military hospitals in the United States and overseas that provide inpatient services http://nyti.ms/1CnR0b2 +506930611685044225|Tue Sep 02 22:24:10 +0000 2014|Try this simple dish with complex flavors (Photo: Andrew Scrivani for NYT) http://nyti.ms/1CmD01d http://pbs.twimg.com/media/BwiXRZsIgAA5ZVe.jpg +506918204699336704|Tue Sep 02 21:34:52 +0000 2014|RT @jimdao: DNA evidence helps exonerate two mentally disabled men in N.C. serving life for rape-murder of a girl 30 years ago http://t.co… +506915981726605312|Tue Sep 02 21:26:02 +0000 2014|RT @anahadoconnor: What every parent should know about their children and their diets. by @cslnyt http://www.nytimes.com/2014/09/02/health/childhood-diet-habits-set-in-infancy-studies-suggest.html?action=click&pgtype=Homepage®ion=CColumn&module=MostEmailed&version=Full&src=me&WT.nav=MostEmailed&_r=0 +506894383925714944|Tue Sep 02 20:00:13 +0000 2014|RT @bstrauch: A chilling video showing an Ebola patient trying to escape in Liberia.http://nyti.ms/1q83xe3 +506885431565516800|Tue Sep 02 19:24:39 +0000 2014|Do you have questions about new research promoting the benefits of a low carb, higher fat diet? http://on.fb.me/1Cnoc2k +506874170467438592|Tue Sep 02 18:39:54 +0000 2014|Video: Ebola patient escapes overcrowded hospital in Monrovia and is chased through market. http://nyti.ms/1Cng6XI http://pbs.twimg.com/media/BwjHX08IQAAgmH7.png +506864180272848898|Tue Sep 02 18:00:12 +0000 2014|RT @cslnyt: Want your 6-yr-old to eat vegetables? Offer a variety by 10-12 months. http://nyti.ms/1q6QxFr @AmerAcadPeds +506828106465034240|Tue Sep 02 15:36:51 +0000 2014|RT @cslnyt: Infants fed green beans for 1st time squinted & wrinkled their noses. But most ate seconds. http://1.usa.gov/1usTsYd +506828000797929474|Tue Sep 02 15:36:26 +0000 2014|RT @jimdao: Are there too many military hospitals to provide quality care to service members and their families? http://nyti.ms/1lFJXWk +506826439849934848|Tue Sep 02 15:30:14 +0000 2014|Get the little ones interested in fruits and veggies between 10 and 12 months for lasting benefits, researchers say. http://nyti.ms/1utm4Rg +506825904920997888|Tue Sep 02 15:28:06 +0000 2014|New research supports that low-carb is more important than low-fat when trying to lose weight. http://nyti.ms/1utle6V +506820464791257088|Tue Sep 02 15:06:29 +0000 2014|Study: African-Americans born at low birth weight are at an increased risk for Type 2 diabetes later in life http://nyti.ms/1CmCD6Q +506778525714878465|Tue Sep 02 12:19:50 +0000 2014|A major study shows that avoiding carbohydrates and eating more fat helps with weight loss and cuts heart risks http://nyti.ms/1qkhhlA +506671928569233408|Tue Sep 02 05:16:15 +0000 2014|Childhood Diet Habits Set in Infancy, Studies Suggest http://nyti.ms/1x3YBeM +506638692132597760|Tue Sep 02 03:04:11 +0000 2014|Military Medicine: Smaller Military Hospitals Said to Put Patients at Risk http://nyti.ms/1qW5WUY +506583086097002496|Mon Sep 01 23:23:14 +0000 2014|Paleontology: The Oldest Known Muscle Tissues Are Found http://nyti.ms/1r7oHZr +506583084754796544|Mon Sep 01 23:23:13 +0000 2014|Brainy, Yes, But Far From Handy http://nyti.ms/1ub7VZE +506579184211488768|Mon Sep 01 23:07:43 +0000 2014|Well: Of Little Help to Older Knees http://nyti.ms/1r7mnSb +506579182932217856|Mon Sep 01 23:07:43 +0000 2014|Well: A Benefit of Legal Marijuana http://nyti.ms/1ub5Ddg +506575369408110593|Mon Sep 01 22:52:34 +0000 2014|Well: Birth Weight and Diabetes http://nyti.ms/1ub0qSD +506571513659920384|Mon Sep 01 22:37:15 +0000 2014|Well: Possible Risks of S.S.R.I. Antidepressants to Newborns http://nyti.ms/1r7dXKE +506555596389486592|Mon Sep 01 21:34:00 +0000 2014|A Call for a Low-Carb Diet http://nyti.ms/1uaEXZX +506555595265024000|Mon Sep 01 21:33:59 +0000 2014|Reactions: Readers’ Thoughts on Spotless Minds and Big Weddings http://nyti.ms/1qjLdOF +506530985539014657|Mon Sep 01 19:56:12 +0000 2014|RT @paula_span: Reimbursing doctors for end of life discussions with patients. @PamBelluck explains growing trend. http://www.nytimes.com/2014/08/31/health/end-of-life-talks-may-finally-overcome-politics.html?smid=tw-share +506523277788184576|Mon Sep 01 19:25:34 +0000 2014|Parents Who Took Ill Son Abroad Fight Order to Return to Britain http://nyti.ms/1oyuYbt +506519465438511104|Mon Sep 01 19:10:25 +0000 2014|Books: Guiding a Husband and a Mother Through Alzheimer’s at the Same Time http://nyti.ms/1tUeErT +506519464280850435|Mon Sep 01 19:10:25 +0000 2014|Matter: Tiny, Vast Windows Into Human DNA http://nyti.ms/1oyuYbp +506512757278404608|Mon Sep 01 18:43:46 +0000 2014|Global Health: How Fighting in Pakistan Affects War Against Polio http://nyti.ms/1tUaxvQ +506481613996580865|Mon Sep 01 16:40:01 +0000 2014|Recipes for Health: Israeli Couscous, Eggplant and Tomato Gratin http://nyti.ms/1pjePXc +506477803030990848|Mon Sep 01 16:24:52 +0000 2014|Increasingly, High-Deductible Health Plans Weigh Down Employees http://nyti.ms/1pACzw5 +506477801915305984|Mon Sep 01 16:24:52 +0000 2014|The New Health Care: What Happens When Health Plans Compete http://nyti.ms/1pjePGW +506298983904739328|Mon Sep 01 04:34:19 +0000 2014|Judge Blocks Abortion Law in Louisiana http://nyti.ms/1lsbSZz +506295145344819200|Mon Sep 01 04:19:03 +0000 2014|Well: Don’t Catch What Ails Your House http://nyti.ms/1lsb72s +506283262097240064|Mon Sep 01 03:31:50 +0000 2014|Cholesterol Drug Halves Heart Attack and Stroke in Early Test http://nyti.ms/Y4Fpy4 +505846909379313665|Sat Aug 30 22:37:56 +0000 2014|End-of-Life Talks May Finally Overcome Politics http://nyti.ms/Z2MijL +505679007904710656|Sat Aug 30 11:30:45 +0000 2014|New Novartis Drug Shows Striking Efficacy in Treating Heart Failure http://nyti.ms/1rFOFFQ +505559212379099136|Sat Aug 30 03:34:43 +0000 2014|Federal Judge Approves California Plan to Reduce Isolation of Mentally Ill Inmates http://nyti.ms/1tLCvdh +505559211355701248|Sat Aug 30 03:34:43 +0000 2014|Judge Rejects Texas Stricture on Abortions http://nyti.ms/1qoUqnK +505559049350291456|Sat Aug 30 03:34:04 +0000 2014|Scientists have unlocked some secrets about how the brain attaches emotions to memories http://nyti.ms/1C3NsuB +505540915318894593|Sat Aug 30 02:22:01 +0000 2014|Five authors of a recent scientific paper on the spread of Ebola have themselves died of the infection http://nyti.ms/1u6OOir +505535921882542081|Sat Aug 30 02:02:10 +0000 2014|How a Brooklyn man tackled a lifelong fear and learned to swim http://nyti.ms/1u5gxQB (Photo: Jake Naughton/NYT) http://pbs.twimg.com/media/BwPOFl3IMAEXewO.jpg +505526668367519744|Sat Aug 30 01:25:24 +0000 2014|Leadership and Calm Are Urged in Outbreak http://nyti.ms/1qoGeLt +505517523421261824|Sat Aug 30 00:49:04 +0000 2014|Have some extra time to cook this weekend? Try some of these Eat Well recipes http://nyti.ms/1CaBrTW +505511347514523649|Sat Aug 30 00:24:32 +0000 2014|Medicare Will Settle Short-Term Care Bills http://nyti.ms/1CbmSjh +505511346524663809|Sat Aug 30 00:24:31 +0000 2014|Quarantine for Ebola Lifted in Liberia Slum http://nyti.ms/1vVqQIl +505498388280778754|Fri Aug 29 23:33:02 +0000 2014|A parasite capable of manipulating the mind — so much so that the hosts may put themselves at risk of death http://nyti.ms/1C6ME8c +505456873567301632|Fri Aug 29 20:48:04 +0000 2014|What you need to know about the Ebola outbreak http://nyti.ms/1os8oXu http://pbs.twimg.com/media/BwOjBZKIYAAkwRu.png +505447862881091584|Fri Aug 29 20:12:15 +0000 2014|As Ebola grips Liberia's capital, a quarantine sows social chaos http://nyti.ms/1u61KoZ (Photo: Daniel Berehulak) http://pbs.twimg.com/media/BwOj2I6IgAAlhUt.jpg +505435514543943680|Fri Aug 29 19:23:11 +0000 2014|An ominous Ebola forecast requires an urgent infusion of aid from around the globe http://nyti.ms/1u610QL via @nytopinion +505426255911866368|Fri Aug 29 18:46:24 +0000 2014|The New Old Age Blog: Dizzying Times http://nyti.ms/1B1GLrj +505420376852410368|Fri Aug 29 18:23:02 +0000 2014|Well: Ask Well: The Problem with Bunions http://nyti.ms/1B1Bxfo +505416480486617088|Fri Aug 29 18:07:33 +0000 2014|Study Says ZMapp Works Against Ebola http://nyti.ms/1B1zeZF +505416479102476288|Fri Aug 29 18:07:33 +0000 2014|Well: Just Add Farro http://nyti.ms/1B1zgAP +505378722732838912|Fri Aug 29 15:37:31 +0000 2014|With Intensive Swim Lessons, a Man Attacks His Fear of Water http://nyti.ms/1ll12Eu +505210959137636353|Fri Aug 29 04:30:53 +0000 2014|Injected Drugs Said to Kill Man in Flawed Execution http://nyti.ms/VRFjbs +505207095244115968|Fri Aug 29 04:15:32 +0000 2014|Sam Kass, the Obamas’ Foodmaster General http://nyti.ms/YZeN1T +505207094237474816|Fri Aug 29 04:15:32 +0000 2014|Pennsylvania to Purchase Private Care for Its Poor http://nyti.ms/VRFjbq +505132708390268929|Thu Aug 28 23:19:57 +0000 2014|Dr. Khan, of Sierra Leone, was invited to spend the summer at Harvard, but he stayed to fight Ebola. He died at 39. http://pbs.twimg.com/media/BwKXhYQIYAAZWr1.png +505129215285805057|Thu Aug 28 23:06:04 +0000 2014|RT @heathertal: Five of the authors on a new Ebola study died from Ebola before it was published. http://nyti.ms/1u1YoDk http://t.co/lP1jT… +505073728578150401|Thu Aug 28 19:25:35 +0000 2014|Well: Forming Attachments Near and Far http://nyti.ms/1qFQFLA +505067106552279040|Thu Aug 28 18:59:16 +0000 2014|In Liberia’s Capital, an Ebola Outbreak Like No Other http://nyti.ms/1qFI2AP +505060227373621248|Thu Aug 28 18:31:56 +0000 2014|Ebola Outbreak in Sierra Leone Is Tied to One Funeral http://nyti.ms/1qFuRQd +505056206030123008|Thu Aug 28 18:15:57 +0000 2014|Well: In Sickness and in Health http://nyti.ms/VQtsKT +505045776423473152|Thu Aug 28 17:34:31 +0000 2014|Abortion at sea. http://nyti.ms/1C6B1hy +505043784254902273|Thu Aug 28 17:26:36 +0000 2014|A parasite capable of manipulating the mind — so much so that the hosts may put themselves at risk of death. http://nyti.ms/1C6ME8c +505042905120387072|Thu Aug 28 17:23:06 +0000 2014|BPA stopped mice from producing viable eggs at an abnormally young age. http://nyti.ms/1C6LSYO +505041367115247616|Thu Aug 28 17:16:59 +0000 2014|RT @bstrauch: Ebola outbreak still accelerating and could top 20,000.http://nyti.ms/1qMg2Ys +505037422544297984|Thu Aug 28 17:01:19 +0000 2014|Well: In Plastics and Cans, a Threat to Women http://nyti.ms/1vT25wk +505033498366070785|Thu Aug 28 16:45:43 +0000 2014|The New Old Age Blog: How to Complain to Medicare http://nyti.ms/1vT1rin +505031664993857537|Thu Aug 28 16:38:26 +0000 2014|A Japanese man fathered around a dozen babies through surrogates —born a few weeks apart. Why is not known. http://nyti.ms/1C6BtMO +505031290065006592|Thu Aug 28 16:36:57 +0000 2014|The surrogacy business in Thailand has provided a low-cost alternative to the United States. http://nyti.ms/1C6BtMO +505029195215675392|Thu Aug 28 16:28:37 +0000 2014|The Dawn of the Post-Clinic Abortion http://nyti.ms/1C6zQPf +505013046738432000|Thu Aug 28 15:24:27 +0000 2014|RT @nytDeniseGrady: Ebola out break still growing, Could Eventually Afflict Over 20,000. Now, Nigeria cases outside Lagos. Ominous. http:/… +505013010499645440|Thu Aug 28 15:24:19 +0000 2014|RT @carlzimmer: Epigenetics are cool. Mind-controlling parasites are cool. Epigenetics+parasites=Very cool. My new @nytimes column: http://… +505012940962291712|Thu Aug 28 15:24:02 +0000 2014|RT @Jeffdelviscio: What if you could reach into your brain and adjust bad memories? http://buff.ly/1p92Prj http://pbs.twimg.com/media/BwIeAE6IUAAMcFK.jpg +505012818778017793|Thu Aug 28 15:23:33 +0000 2014|Matter: Parasites Practicing Mind Control http://nyti.ms/1vSY6Ql +505012730789908480|Thu Aug 28 15:23:12 +0000 2014|RT @jimdao: Affluent areas of Bronx, Queens now hot spots for heroin use as deaths from overdoses spike in NYC http://nyti.ms/1tNVOS7 +504957477155520513|Thu Aug 28 11:43:38 +0000 2014|Ebola Could Eventually Afflict Over 20,000, W.H.O. Says http://nyti.ms/1zK0QQz +504857676145491968|Thu Aug 28 05:07:04 +0000 2014|Heroin’s Death Toll Rising in New York, Amid a Shift in Who Uses It http://nyti.ms/1wG1e6d +504850299237199872|Thu Aug 28 04:37:45 +0000 2014|Remaking Medicine: Expansion of Mental Health Care Hits Obstacles http://nyti.ms/1qj3kTB +504829039035826177|Thu Aug 28 03:13:16 +0000 2014|Using Light Technique, Scientists Find Dimmer Switch for Memories in Mice http://nyti.ms/1C4ygxc +504828760554627072|Thu Aug 28 03:12:10 +0000 2014|A filmmaker explores how Alzheimer’s disease has revealed the strength of his parents’ marriage http://nyti.ms/1C3H1aU +504808612942729216|Thu Aug 28 01:52:06 +0000 2014|We fear alcohol’s bad effects too much, and those of food too little http://nyti.ms/1C3Ofvs via @nytopinion +504781179816402944|Thu Aug 28 00:03:06 +0000 2014|A group of soccer parents and players filed a lawsuit against FIFA over its handling of concussions http://nyti.ms/1C3FPEn +504770848075423744|Wed Aug 27 23:22:03 +0000 2014|Looking at twin personality through unrelated look-alikes http://nyti.ms/1C3HjOQ +504750472750981120|Wed Aug 27 22:01:05 +0000 2014|Scientists have unlocked some secrets about how the brain attaches emotions to memories http://nyti.ms/1C3NsuB +504738837982351360|Wed Aug 27 21:14:51 +0000 2014|RT @dacorc: Amazing pix of non-twin lookalikes (for a psychology study). http://nyti.ms/1mK8qEL +504715521544056832|Wed Aug 27 19:42:12 +0000 2014|The W.H.O. is urging stronger regulations of e-cigarettes (Photo: Nick Oxford for NYT) http://nyti.ms/1C2yNja http://pbs.twimg.com/media/BwDW_WgIQAArQJH.jpg +504647437001457664|Wed Aug 27 15:11:39 +0000 2014|RT @nytDeniseGrady: Hard to protect health workers: 3rd Doctor Dies From Ebola in Sierra Leone - http://abcn.ws/1mS6Dhd via @ABC +504647420995977217|Wed Aug 27 15:11:35 +0000 2014|RT @nytDeniseGrady: Ebola patient, a WHO staff member from Senegal, arrives in Germany for treatment http://on.wsj.com/1vQ4h7H via @WSJ +504647272622465024|Wed Aug 27 15:11:00 +0000 2014|Concussion Lawsuit Bids to Force Rules Changes in Soccer http://nyti.ms/1opgJ8B +504644038080102400|Wed Aug 27 14:58:09 +0000 2014|RT @nytDeniseGrady: WHO bails, while Doctors Without Borders hangs in. WHO Moves Team in Sierra Leone When Medical Worker Contracts Ebola h… +504640545902583808|Wed Aug 27 14:44:16 +0000 2014|Well: A Tipping Point for Too Much Talent http://nyti.ms/1opei5X +504638525611188224|Wed Aug 27 14:36:14 +0000 2014|The couple that makes decisions together is more likely to stay together http://nyti.ms/1tQVeSJ +504481632871796737|Wed Aug 27 04:12:48 +0000 2014|Nonprofit Hospitals’ 2013 Revenue Lowest Since Recession, Report Says http://nyti.ms/XR5GjA +504477260175667200|Wed Aug 27 03:55:26 +0000 2014|Mervyn Susser, 92, Dies; Studied Illness and Society http://nyti.ms/1zC0WcT +504467349832212480|Wed Aug 27 03:16:03 +0000 2014|W.H.O. Removes Team From Sierra Leone After a Medical Worker Contracts Ebola http://nyti.ms/1zBS2MD +504456986688516097|Wed Aug 27 02:34:52 +0000 2014|World Health Organization Urges Stronger Regulation of Electronic Cigarettes http://nyti.ms/1zBIdOs +504456985480536064|Wed Aug 27 02:34:52 +0000 2014|Leader of Connecticut’s Health Marketplace Is Named to Run Federal Program http://nyti.ms/1zBIcKp +504363701722689536|Tue Aug 26 20:24:11 +0000 2014|How thoughtfully couples make decisions can have a lasting effect on the quality of their romantic relationships. http://nyti.ms/1tRKSC6 +504360678942334977|Tue Aug 26 20:12:11 +0000 2014|Is there any nutritional difference between brown and white eggs? http://nyti.ms/1tRIiMx +504344875765350400|Tue Aug 26 19:09:23 +0000 2014|Dementia is weird. It’s not like memories get permanently erased; sometimes they are there, and sometimes not. http://nyti.ms/1tRur90 +504323989247111168|Tue Aug 26 17:46:23 +0000 2014|Fighting Ebola, and the conspiracy theories http://nyti.ms/1BZmDYv +504308196518141952|Tue Aug 26 16:43:38 +0000 2014|The New Old Age Blog: Her Own Kind of Absence http://nyti.ms/1lcaWIv +504308194920112128|Tue Aug 26 16:43:37 +0000 2014|Liberian Leader Reported to Fire Officials for Defying Ebola Order http://nyti.ms/1tQWTI9 +504298593533313024|Tue Aug 26 16:05:28 +0000 2014|Three approaches to beating the AIDS epidemic in South Africa http://nyti.ms/1tQNYX1 +504236933594488832|Tue Aug 26 12:00:27 +0000 2014|Does looking like someone else translate into shared personality traits? Research suggests that it does not. http://nyti.ms/1olX7Ci +504206734064627712|Tue Aug 26 10:00:27 +0000 2014|How South Africa went from 250 to 23,000 nurses trained to prescribe antiretroviral drugs. http://nyti.ms/1pZweJC +504191634318577664|Tue Aug 26 09:00:27 +0000 2014|Mother-to-child AIDS transmissions have dropped by 90 percent in South Africa, largely thanks to one program. http://nyti.ms/1pZweJC +504176534505394176|Tue Aug 26 08:00:27 +0000 2014|Wedding size may have some bearing on the strength of a marriage. http://nyti.ms/1pZwVCL +504161434704826368|Tue Aug 26 07:00:27 +0000 2014|King Richard III quite enjoyed devouring swan, crane and heron with a side of wine. http://nyti.ms/1olYlgM +504157911585939456|Tue Aug 26 06:46:27 +0000 2014|RT @cslnyt: Don't take Medicare star ratings of nursing homes at face value http://bit.ly/1tMDwjo @katie_thomas +504108082717138945|Tue Aug 26 03:28:27 +0000 2014|Most Americans don't need to worry about their salt intake. http://nyti.ms/1olY9y9 +504102748951183360|Tue Aug 26 03:07:15 +0000 2014|Advertising: Estée Lauder to Weave Pink Ribbons Through the Internet http://nyti.ms/1BX4U3D +504097641761099776|Tue Aug 26 02:46:58 +0000 2014|Liberian Doctor Treated With an Experimental Drug Dies From Ebola http://nyti.ms/1om6FgI +504097640251158528|Tue Aug 26 02:46:57 +0000 2014|No Link Found for Deaths and Veterans’ Care Delays http://nyti.ms/1BX4TNp +504078386051178498|Tue Aug 26 01:30:27 +0000 2014|In the last few years, South Africa has "managed a miracle,” according to AIDS researchers. http://nyti.ms/1pZweJC +504066528414040064|Tue Aug 26 00:43:20 +0000 2014|A Marriage to Remember http://nyti.ms/1pZJf5S +504066527357059073|Tue Aug 26 00:43:19 +0000 2014|Op-Docs: ‘A Marriage to Remember’ http://nyti.ms/1om1EEW +504058378805862400|Tue Aug 26 00:10:57 +0000 2014|Q&A: Don’t Judge Them by Their Shells http://nyti.ms/1nvqW3Y +504053833363116032|Mon Aug 25 23:52:53 +0000 2014|Looking at Twin Personality Through Look-alikes http://nyti.ms/1wtKsHr +504053831836401664|Mon Aug 25 23:52:53 +0000 2014|Disease Control: Fighting Ebola, and the Conspiracy Theories http://nyti.ms/1nvqUZJ +504049263207542786|Mon Aug 25 23:34:43 +0000 2014|Books: ‘Shocked’ and ‘Working Stiff’ Detail Careers Involving Corpses http://nyti.ms/1wtKv67 +504049262234451968|Mon Aug 25 23:34:43 +0000 2014|Observatory: Richard III’s Rich Diet of Fish and Exotic Birds http://nyti.ms/1nvqUJt +504046742674108417|Mon Aug 25 23:24:42 +0000 2014|Do you have a decisive marriage? New research suggests that this is an important question. http://nyti.ms/1pZwVCL +504045054986833920|Mon Aug 25 23:18:00 +0000 2014|These men are not related. http://nyti.ms/1olX7Ci http://pbs.twimg.com/media/Bv66TopIQAAIja1.jpg +504044520431173632|Mon Aug 25 23:15:53 +0000 2014|Technology Adviser Expected to Leave White House Post http://nyti.ms/1wtKsHn +504044519537799170|Mon Aug 25 23:15:52 +0000 2014|Clues in a Disease Spreader’s Reaction http://nyti.ms/1nvqUJp +504040178915483648|Mon Aug 25 22:58:37 +0000 2014|Three Approaches to Beating the AIDS Epidemic in South Africa http://nyti.ms/1wtKuPL +504040177401364480|Mon Aug 25 22:58:37 +0000 2014|Reactions: Drugs and Teens, Seafood on the Menu http://nyti.ms/1wtKsHt +504031251393966081|Mon Aug 25 22:23:09 +0000 2014|AIDS Progress in South Africa in Peril http://nyti.ms/1nvkUjT +504016793082802176|Mon Aug 25 21:25:42 +0000 2014|Well: The Decisive Marriage http://nyti.ms/1nvah0m +503985105367760896|Mon Aug 25 19:19:47 +0000 2014|Global Health: Premature Labor Drugs Underused, Study Says http://nyti.ms/1sqJ6a9 +503985103929106433|Mon Aug 25 19:19:47 +0000 2014|The Scan: September Science Events: Beautiful Pathogens and Extreme Close-ups http://nyti.ms/1pYOtPs +503976652641415169|Mon Aug 25 18:46:12 +0000 2014|RT @nytDeniseGrady: In Liberia, a Child Thought to Have Ebola: heartbreaking images. http://nyti.ms/1oYtGGr +503976537201606656|Mon Aug 25 18:45:44 +0000 2014|RT @nytDeniseGrady: Surviving Ebola, but Untouchable Back Home http://nyti.ms/1mfdKQo +503951914489618434|Mon Aug 25 17:07:54 +0000 2014|The New Old Age Blog: Four-Star Disappointments http://nyti.ms/1vfuhvM +503945191620091904|Mon Aug 25 16:41:11 +0000 2014|RT @sangerkatz: Too much salt is bad for you. So is too little. @aaronecarroll on why we should freak out less about sodium: http://t.co/lv… +503928478073638912|Mon Aug 25 15:34:46 +0000 2014|Recipes for Health: Cold Tomato Soup with Farro http://nyti.ms/1vfaU66 +503758435318759424|Mon Aug 25 04:19:05 +0000 2014|Well: Healing Teenage Cancer’s Scars http://nyti.ms/1tv7vhj +503754174601760769|Mon Aug 25 04:02:09 +0000 2014|Is reliance on a white-noise machine for a good night’s sleep something to worry about? http://nyti.ms/1pIisuJ +503752402194149376|Mon Aug 25 03:55:06 +0000 2014|Chicago and 2 California Counties Sue Over Marketing of Painkillers http://nyti.ms/1l73yhC +503748091607265280|Mon Aug 25 03:37:58 +0000 2014|Medicare Star Ratings Allow Nursing Homes to Game the System http://nyti.ms/1smSEmm +503694297808384000|Mon Aug 25 00:04:13 +0000 2014|Documenting the Ebola epidemic in Liberia http://nyti.ms/1pHRD9W +503671155874476035|Sun Aug 24 22:32:15 +0000 2014|Can good design help heal the sick? http://nyti.ms/1tAF6EO +503666575954558976|Sun Aug 24 22:14:04 +0000 2014|Eat some fish this weekend. Research suggests that it will help your brain — as long as it’s not fried http://nyti.ms/1lijX37 +503663142204084224|Sun Aug 24 22:00:25 +0000 2014|The “Ice Bucket Challenge” has now raised more than $40 million for Lou Gehrig’s disease. http://nyti.ms/1loHhME +503648733590863874|Sun Aug 24 21:03:10 +0000 2014|The federal government has increased restrictions on prescription painkillers like Vicodin http://nyti.ms/1BLG7zF +503635916338892800|Sun Aug 24 20:12:14 +0000 2014|An insider's guide to the rise of CrossFit (Photo: Devin Yalkin for NYT) http://nyti.ms/1pHUKPp http://pbs.twimg.com/media/BvrE6mvIYAAYuGT.jpg +503632942221246464|Sun Aug 24 20:00:25 +0000 2014|Weighing the pros and cons of screening for prostate cancer. http://nyti.ms/1loH7VC +503625392776028160|Sun Aug 24 19:30:25 +0000 2014|Surveys estimate that this many teenagers have tried marijuana at least once. Take the quiz! http://nyti.ms/1BH2oP0 +503613228719427584|Sun Aug 24 18:42:05 +0000 2014|Not even the Food and Drug Administration knows if spray-on sunscreen is safe http://nyti.ms/1tzttxZ +503572544096837632|Sun Aug 24 16:00:25 +0000 2014|A look at why B.K.S. Iyengar was considered such a pioneer. http://nyti.ms/1twaiWB +503563152609402882|Sun Aug 24 15:23:05 +0000 2014|A study suggests that brains of children with autism may be left with an oversupply of synapses http://nyti.ms/1BLArFQ +503543273843982336|Sun Aug 24 14:04:06 +0000 2014|Why more people, not fewer, could be getting health insurance at work http://nyti.ms/1tADNpm http://pbs.twimg.com/media/BvrEO_SIIAEXUGN.png +503542343346425856|Sun Aug 24 14:00:24 +0000 2014|RT @bstrauch: Is autism a problem, perhaps in part, of having too many brain connections?http://bit.ly/1loHtLS +503527924545253376|Sun Aug 24 13:03:06 +0000 2014|Breakfast may not be the most important meal of the day http://nyti.ms/1BGldBX +503527243508109312|Sun Aug 24 13:00:24 +0000 2014|When a man decides to be screened for prostate cancer, there’s a risk he will sustain harm. http://nyti.ms/1loHbET +503432366128631808|Sun Aug 24 06:43:24 +0000 2014|Childhood treatment with human growth hormone is strongly associated with an increased risk for stroke. http://nyti.ms/1tw9iC1 +503273925183565825|Sat Aug 23 20:13:48 +0000 2014|If They Survive in Ebola Ward, They Work on http://nyti.ms/1oj7KG1 +503262997650092032|Sat Aug 23 19:30:23 +0000 2014|The average ice bucket challenge gift size was $46.25, with the largest donation so far being a $100,000 check. http://nyti.ms/1loHhME +503250913960529920|Sat Aug 23 18:42:22 +0000 2014|RT @nytrosenthal: My kid's 4 hr ER visit for stomach pain here begot a $42,000 bill, incl $12,000 CAT scan & $9000 sono. Now I see why htt… +503250841046761473|Sat Aug 23 18:42:05 +0000 2014|RT @MattWaldNYT: The #blood industry is hurting. http://nyti.ms/1mx3JhG +503250235725185025|Sat Aug 23 18:39:40 +0000 2014|How redesigning rooms caused patients to ask for 30 percent less pain medication. http://nyti.ms/1loGMCq +503249861199020032|Sat Aug 23 18:38:11 +0000 2014|Editorial: The Debate on Salty Foods, Continued http://nyti.ms/VJ2zbC +503249743288356864|Sat Aug 23 18:37:43 +0000 2014|Changes in medicine have eliminated the need for millions of blood transfusions. http://nyti.ms/1tw8FZf +503212666018865152|Sat Aug 23 16:10:23 +0000 2014|A study found that compared with those who skipped breakfast, those who ate a morning meal … take the weekly quiz. http://nyti.ms/1BH2oP0 +503164849090998275|Sat Aug 23 13:00:23 +0000 2014|Before you grab that spray-on sunscreen today, here’s what you should know. http://nyti.ms/1tztLoH +503042232954679297|Sat Aug 23 04:53:09 +0000 2014|World Briefing: Ghana: Cholera Outbreak Kills Dozens http://nyti.ms/1v7z9TQ +503038332793016321|Sat Aug 23 04:37:39 +0000 2014|Two New Cases of Ebola Stem From Indirect Contact http://nyti.ms/1p2o5yW +503038331777990657|Sat Aug 23 04:37:38 +0000 2014|National Briefing | Northwest: Oregon: State Sues Over Health Website http://nyti.ms/1v7z7LF +503033774758969344|Sat Aug 23 04:19:32 +0000 2014|Blood Industry Shrinks as Transfusions Decline http://nyti.ms/1p2o6CS +503033773811060736|Sat Aug 23 04:19:32 +0000 2014|Administration Proposes New Health Rules Addressing Religious Objections http://nyti.ms/1v7z9TM +503032726153617408|Sat Aug 23 04:15:22 +0000 2014|CrossFit doesn’t just transform bodies, it changes the way people think of themselves. http://nyti.ms/1tztYrO +502934577560961024|Fri Aug 22 21:45:22 +0000 2014|Vegetarian taco night doesn’t have to mean beans and lettuce. http://nyti.ms/1tzpvFr +502930802611859457|Fri Aug 22 21:30:22 +0000 2014|RT @bstrauch: Can a better hospital room actually make you feel better?This is fascinating.http://nyti.ms/1p1GNXn +502851129198534656|Fri Aug 22 16:13:46 +0000 2014|Not even the Food and Drug Administration knows if spray-on sunscreen is safe. http://nyti.ms/1tzttxZ +502849547425828864|Fri Aug 22 16:07:29 +0000 2014|Well: Growth Hormone for Children May Increase Stroke Risk http://nyti.ms/1mv30xr +502849545622278144|Fri Aug 22 16:07:28 +0000 2014|Well: Vegetarian Taco Night http://nyti.ms/XFzSxU +502849260921311233|Fri Aug 22 16:06:20 +0000 2014|RT @bstrauch: What is Crossfit, anyhow?http://nyti.ms/1oXoeni +502848863078981632|Fri Aug 22 16:04:46 +0000 2014|Weekly consumption of fish was associated with larger gray matter in the brain, but not because of omega-3 content. http://nyti.ms/1lijX37 +502847415792443392|Fri Aug 22 15:59:01 +0000 2014|Eat some fish this weekend. Research suggests that it will help your brain — as long as it’s not fried. http://nyti.ms/1lijX37 +502833729648484352|Fri Aug 22 15:04:38 +0000 2014|A Private Good: The Teaching of Future Doctors Doesn’t Necessarily Deserve Your Tax Dollars http://nyti.ms/1muLglR +502711856096870401|Fri Aug 22 07:00:21 +0000 2014|The weekly health quiz: http://nyti.ms/1BH2oP0 +502671458418831360|Fri Aug 22 04:19:49 +0000 2014|Well: Ask Well: Are Spray-On Sunscreens Safe? http://nyti.ms/1q3PAvR +502656135804223488|Fri Aug 22 03:18:56 +0000 2014|World Briefing: Congo: Illness Kills at Least 70 People http://nyti.ms/1qvmdA7 +502649587849760770|Fri Aug 22 02:52:55 +0000 2014|Well Design: In Redesigned Room, Hospital Patients May Feel Better Already http://nyti.ms/1qvjgiW +502533241757511681|Thu Aug 21 19:10:36 +0000 2014|Have you been paying attention? http://nyti.ms/1BH2oP0 +502527762490720256|Thu Aug 21 18:48:49 +0000 2014|Two U.S. Ebola Patients Are Released by Atlanta Hospital http://nyti.ms/1wegoiX +502521074941046784|Thu Aug 21 18:22:15 +0000 2014|The medicalization of food deprives the dying of some of the last remnants of the human experience http://nyti.ms/1BGuji4 +502517157096599552|Thu Aug 21 18:06:41 +0000 2014|RT @paula_span: Medicare Part D progress eroding: More seniors skip doses, delay refills, forgo basics like heat to afford drugs. http://t.… +502510647738114048|Thu Aug 21 17:40:49 +0000 2014|Brains of Autistic Children Have Too Many Synapses, Study Suggests http://nyti.ms/1pVcuGH +502506607503499264|Thu Aug 21 17:24:46 +0000 2014|Well: One Moment You See, Then You Don’t http://nyti.ms/1tptEwz +502491802960945154|Thu Aug 21 16:25:56 +0000 2014|The New Old Age Blog: Part D Gains May Be Eroding http://nyti.ms/1tpk5Oi +502491801430028288|Thu Aug 21 16:25:55 +0000 2014|D.E.A. Increases Restrictions on Prescription Painkillers Like Vicodin http://nyti.ms/1pUNiQE +502488849768251392|Thu Aug 21 16:14:12 +0000 2014|RT @WilliamJBroad: Now a Weed, Once a Prehistoric Cavity Fighter http://nyti.ms/1tbFtYb +502488820819169280|Thu Aug 21 16:14:05 +0000 2014|RT @UpshotNYT: Why more people, not fewer, could be getting health insurance at work. http://nyti.ms/1s3Yh8X http://pbs.twimg.com/media/BvkUt3-IEAEGrbB.png +502488636794081280|Thu Aug 21 16:13:21 +0000 2014|RT @cslnyt: "Today is a miraculous day" -- Dr. Kent Brantly, a Ebola patient at Emory, at their press conference http://bbc.in/YEg1zp +502308344112357377|Thu Aug 21 04:16:56 +0000 2014|Well: Is Breakfast Overrated? http://nyti.ms/1uZbtkn +502308343076376576|Thu Aug 21 04:16:56 +0000 2014|Well: Food and the Dying Patient http://nyti.ms/1z4aP2B +502296757385314305|Thu Aug 21 03:30:53 +0000 2014|World Briefing: More People Going to Switzerland for Assisted Suicide, Study Finds http://nyti.ms/1q1CcbE +502292354381131776|Thu Aug 21 03:13:24 +0000 2014|Nickel Allergies on Rise as Devices Meet Skin http://nyti.ms/1q1CcbC +502292352934100994|Thu Aug 21 03:13:23 +0000 2014|Clashes Erupt as Liberia Sets a Quarantine http://nyti.ms/1uYYr6B +502268410999615488|Thu Aug 21 01:38:15 +0000 2014|The panic and challenges doctors face in poor, densely populated urban areas http://nyti.ms/1BE5FyB +502220708689510400|Wed Aug 20 22:28:42 +0000 2014|Well: What Is So Special About Iyengar Yoga? http://nyti.ms/1pPyT8q +502148368060399616|Wed Aug 20 17:41:15 +0000 2014|Well: Fish as Brain Food http://nyti.ms/1peRCKJ +502124965333073921|Wed Aug 20 16:08:15 +0000 2014|Well: Instant Noodles Tied to Heart Risk http://nyti.ms/1q0z3sw +502112516336779265|Wed Aug 20 15:18:47 +0000 2014|B.K.S. Iyengar, Who Helped Bring Yoga to West, Dies at 95 http://nyti.ms/1penE9V +502104304757800960|Wed Aug 20 14:46:09 +0000 2014|In his first visit to New York, Mr. Iyengar said he encountered racism but little interest in yoga. http://nyti.ms/1odr0Vq +502103101571342336|Wed Aug 20 14:41:22 +0000 2014|RT @sangerkatz: Was surprised by the HPV-related mortality stat in this @DrPaulOffit op-ed on vaccine: 4,000 deaths a year in US: http://t.… +502102700885278721|Wed Aug 20 14:39:47 +0000 2014|“Yoga saved my life,” B.K.S. Iyengar said in an interview in 2005. http://nyti.ms/1BBUGpb +502091713872404480|Wed Aug 20 13:56:07 +0000 2014|B.K.S. Iyengar, Who Helped Bring Yoga to West, Dies at 95 http://nyti.ms/1BBUGpb +501955074965270528|Wed Aug 20 04:53:10 +0000 2014|Is reliance on a white-noise machine for a good night’s sleep something to worry about? http://nyti.ms/1pIisuJ +501945793117683712|Wed Aug 20 04:16:17 +0000 2014|Well: Feeding Your Canine Athlete http://nyti.ms/1sTvGat +501945791129600000|Wed Aug 20 04:16:16 +0000 2014|In Liberia, a Child Thought to Have Ebola http://nyti.ms/1yYlpYU +501918315682344960|Wed Aug 20 02:27:06 +0000 2014|An insider's guide to the rise of CrossFit (Photo: Devin Yalkin for NYT) http://nyti.ms/1pHUKPp http://pbs.twimg.com/media/BvawyYPIQAA7gC-.jpg +501907001073364992|Wed Aug 20 01:42:08 +0000 2014|It was costly, but strikingly easy to buy a kidney (Photo: Rina Castelnuovo for NYT) http://nyti.ms/1m8YqVr http://pbs.twimg.com/media/Bva0CGgIAAAv3tx.jpg +501885245353107456|Wed Aug 20 00:15:41 +0000 2014|Op-Ed Contributor: Let’s Not Talk About Sex http://nyti.ms/1qnWIR7 +501850885551837185|Tue Aug 19 21:59:09 +0000 2014|Ebola Is ‘Disaster’ of Scale Still Unknown, Relief Official Says http://nyti.ms/1rUG7GC +501798373461344256|Tue Aug 19 18:30:29 +0000 2014|RT @cslnyt: New vaccine shows promise against chikungunya, a mosquito-borne virus that causes fever + joint pain http://nyti.ms/1oPsODZ +501798307870810113|Tue Aug 19 18:30:14 +0000 2014|RT @kchangnyt: On the NYT most emailed, right below my invisible fish story: "Lots of Reasons to Eat Fish" by Jane Brody http://t.co/YR7Ox3… +501798165025398784|Tue Aug 19 18:29:40 +0000 2014|RT @sangerkatz: A detailed look at how state vaccination levels connect with disease outbreaks: http://53eig.ht/1pYbbWK from @ProfEmilyOster… +501789875004530688|Tue Aug 19 17:56:43 +0000 2014|An adaptive climbing group lifts paraclimbers to higher goals (Photo: Jake Naughton/NYT) http://nyti.ms/1oaeiqq http://pbs.twimg.com/media/Bva3O2jIYAA9Qv9.jpg +501781528964517888|Tue Aug 19 17:23:33 +0000 2014|Well: Talking to Men About PSA Testing http://nyti.ms/1oa9yRw +501739158344564736|Tue Aug 19 14:35:11 +0000 2014|Documenting the Ebola epidemic in Liberia http://nyti.ms/1pHRD9W +501686811769716736|Tue Aug 19 11:07:11 +0000 2014|Ebola Death Toll in West Africa Tops 1,200 http://nyti.ms/1pXHMvD +501656591826165761|Tue Aug 19 09:07:06 +0000 2014|The New Old Age Blog: California Court Limits Caregiver Suits http://nyti.ms/1tcKM9R +501639771308191744|Tue Aug 19 08:00:16 +0000 2014|Pradaxa has been far from the boon everyone expected. http://nyti.ms/1o73tpd +501639771308167168|Tue Aug 19 08:00:16 +0000 2014|Thoughts from a “top dentist,” reflections on what fish are OK to eat and other letters from readers. http://nyti.ms/1o73Zn3 +501594723552067584|Tue Aug 19 05:01:15 +0000 2014|Studies in New Zealand and Canada have found that marijuana use in the teenage years can result in lost I.Q. points. http://nyti.ms/1o72PYF +501592600202448896|Tue Aug 19 04:52:49 +0000 2014|Council Speaker, on Twitter, Says She Has Infection Linked to Cervical Cancer http://nyti.ms/1o845uw +501564272686948355|Tue Aug 19 03:00:15 +0000 2014|The American missionaries fighting Ebola are both on the mend. http://nyti.ms/1kP7gMD +501560113262780416|Tue Aug 19 02:43:44 +0000 2014|Adaptive Climbing Group Trains Amputees at Brooklyn Boulders http://nyti.ms/VAYBlj +501560111975129088|Tue Aug 19 02:43:43 +0000 2014|Daru Journal: Surviving Ebola, but Untouchable Back Home http://nyti.ms/1pCzlGZ +501558736625074176|Tue Aug 19 02:38:15 +0000 2014|RT @celiadugger: Drs @ Emory learning a lot about helping Ebola patients survive by treating 2 Americans, http://nyti.ms/1vZl7F4 +501518972874149888|Tue Aug 19 00:00:15 +0000 2014|It turns out that it’s not that difficult to find a broker who trades in human organs. http://nyti.ms/1kP5Ami +501503873010630657|Mon Aug 18 23:00:15 +0000 2014|As marijuana becomes legal in more states, what do you tell the kids? http://nyti.ms/1o72PYF +501496419812114433|Mon Aug 18 22:30:38 +0000 2014|Q&A: White-Noise Nights http://nyti.ms/VAmBoF +501496418662883329|Mon Aug 18 22:30:38 +0000 2014|Observatory: Now a Weed, Once a Prehistoric Cavity Fighter http://nyti.ms/1pFYhxB +501492151344435201|Mon Aug 18 22:13:40 +0000 2014|Well: Weighing Pradaxa’s Risks http://nyti.ms/VAjwVw +501492150362968065|Mon Aug 18 22:13:40 +0000 2014|Reactions: Ebola, Nurses for Africa, Seafood Apps, a Doctor’s Honor http://nyti.ms/1pFVSmq +501487638751481856|Mon Aug 18 21:55:44 +0000 2014|Well: Legal Marijuana For Parents, But Not Their Kids http://nyti.ms/1pFVip0 +501450772157313024|Mon Aug 18 19:29:15 +0000 2014|Many hospitals in Liberia have shut down because patients fear contracting Ebola at them. http://nyti.ms/1kP6yil +501441405408251904|Mon Aug 18 18:52:02 +0000 2014|People who are good at planning their financial future are more prone to take steps to improve their physical health. http://nyti.ms/1v2k6YO +501440545433321472|Mon Aug 18 18:48:37 +0000 2014|A relatively new Irish law allows for abortion in limited circumstances. http://nyti.ms/1kP90p6 +501437499026444288|Mon Aug 18 18:36:30 +0000 2014|Two American missionaries are providing a rare opportunity to study Ebola with extensive testing. http://nyti.ms/1kP7gMD +501434127665876993|Mon Aug 18 18:23:06 +0000 2014|"Aside from the six-figure price tag, what was striking was just how easy it was for Ophira Dorin to buy a kidney. "http://nyti.ms/1kP5Ami +501433698160746496|Mon Aug 18 18:21:24 +0000 2014|The first rule of CrossFit — always talk about CrossFit. http://nyti.ms/1kP5lrz +501422792240533505|Mon Aug 18 17:38:04 +0000 2014|Well: Struggling to the Finish: An Insider’s Guide to CrossFit http://nyti.ms/1qkcWuI +501418841306836993|Mon Aug 18 17:22:22 +0000 2014|RT @cslnyt: The two #Ebola patients at Emory offer a rare chance to study the virus http://nyti.ms/1t9fbpA @nytDeniseGrady @emoryhealthcare +501397329048797184|Mon Aug 18 15:56:53 +0000 2014|An alopecia drug that seems to help patients regrow hair. The results: http://nyti.ms/1o5QWlL http://pbs.twimg.com/media/BvVSNsgIgAAc0-3.png +501389115552960512|Mon Aug 18 15:24:15 +0000 2014|Chard and Sweet Corn Tacos http://nyti.ms/1kOAo6O +501379046408986624|Mon Aug 18 14:44:14 +0000 2014|RT @_nicolaclark: WHO urges Ebola affected countries to conduct exit screening of all people at airports, seaports&major land crossings htt… +501378158260944896|Mon Aug 18 14:40:42 +0000 2014|RT @rcallimachi: Need to buy a kidney? Head to Israel. On how Israeli brokers r delivering kidneys from S American donors to the ill http:/… +501377409082753024|Mon Aug 18 14:37:44 +0000 2014|RT @UpshotNYT: New research raises complicated questions about the value of an alternative to traditional Medicare. http://nyti.ms/1rifQq5 +501377202135769089|Mon Aug 18 14:36:54 +0000 2014|RT @celiadugger: Like cholera, Ebola can cause severe, deadly diarrhea, @nytDeniseGrady repts. Replentishing fluids essential. http://t.co/… +501370354515070976|Mon Aug 18 14:09:42 +0000 2014|RT @tminsberg: The ‘Ice Bucket Challenge’ has raised $13.3 million for the ALS Association http://nyti.ms/1kOfhS9 +501363225406226432|Mon Aug 18 13:41:22 +0000 2014|What you need to know about the Ebola outbreak http://nyti.ms/1os8oXu http://pbs.twimg.com/media/BvUzMjaIIAAmEyx.png +501248132605153280|Mon Aug 18 06:04:02 +0000 2014|Israel has an irrepressible underground kidney market http://nyti.ms/1m8YqVr +501221820021096448|Mon Aug 18 04:19:28 +0000 2014|Well: Picking Apart Objections to Eating Fish http://nyti.ms/YmZBLq +501221819006074880|Mon Aug 18 04:19:28 +0000 2014|‘Ice Bucket Challenge’ Has Raised Millions for ALS Association http://nyti.ms/Vyc4tY +501217859293687808|Mon Aug 18 04:03:44 +0000 2014|Case in Which Abortion Was Denied Reignites Controversy Over Irish Law http://nyti.ms/YmXasx +501212439241707523|Mon Aug 18 03:42:12 +0000 2014|Every doctor’s expertise is earned on patients, but unfortunately, there is a learning curve http://nyti.ms/1mVFTvS +501193681035337729|Mon Aug 18 02:27:39 +0000 2014|Treatment in U.S. Is Rare Chance to Study Ebola http://nyti.ms/1pVj3YY +501174704317538305|Mon Aug 18 01:12:15 +0000 2014|A clash of religion and bioethics complicates organ donation in Israel http://nyti.ms/1m8ZuIN http://pbs.twimg.com/media/BvQnmRoIgAEQbx2.png +501159856217141248|Mon Aug 18 00:13:15 +0000 2014|How some modern technologies may help in the fight to contain the Ebola virus http://nyti.ms/1mVGAFq +501131891005603840|Sun Aug 17 22:22:08 +0000 2014|Regular exercise may alter how a person experiences pain, according to a new study http://nyti.ms/1mVHrGf +501126057660284928|Sun Aug 17 21:58:57 +0000 2014|Contributing Op-Ed Writer: My Life in Bicycles http://nyti.ms/1kMymE4 +501114250018840576|Sun Aug 17 21:12:02 +0000 2014|If you're basking in the sun today, you may be helping ward off Alzheimer’s http://nyti.ms/1mVEpSf +501113055808593920|Sun Aug 17 21:07:17 +0000 2014|New, Larger Ebola Center Opens in Liberia http://nyti.ms/1kMrIOd +501077051034435584|Sun Aug 17 18:44:13 +0000 2014|It was costly, but strikingly easy to buy a kidney http://nyti.ms/1m8YqVr http://pbs.twimg.com/media/BvQmr0XIUAA6eo3.jpg +501066729770864640|Sun Aug 17 18:03:12 +0000 2014|The rise of beefcake yoga (Photo: Amy Lombard for NYT) http://nyti.ms/1mVIAO4 http://pbs.twimg.com/media/BvMz-EwIMAAlqyk.jpg +501052710540824576|Sun Aug 17 17:07:29 +0000 2014|Alopecia Patients in Study Grow Hair With New Drug http://nyti.ms/1vY161L +501041307251253248|Sun Aug 17 16:22:11 +0000 2014|How widespread is the sexual harassment of women in science? http://nyti.ms/1ost2H1 +501026168603021312|Sun Aug 17 15:22:01 +0000 2014|You asked, we answered: What's the best way to use a heart rate monitor to get fit? http://nyti.ms/1mVFutb +501013601344184321|Sun Aug 17 14:32:05 +0000 2014|What you need to know about the Ebola outbreak http://nyti.ms/1os8oXu http://pbs.twimg.com/media/BvMxDl1IEAAYnkq.png +500991231896190976|Sun Aug 17 13:03:12 +0000 2014|We need a more balanced sense of why exercise and athletics matter http://nyti.ms/1mVGrSu via @nytopinion +500824384207335424|Sun Aug 17 02:00:12 +0000 2014|About to brush your teeth, but unsure if it's the best way? You are not alone. http://nyti.ms/1nZShdG +500779084688154626|Sat Aug 16 23:00:12 +0000 2014|Have a pressing health question? Submit yours here and vote on what should be answered next. http://nyti.ms/XJOGLI +500748885120544769|Sat Aug 16 21:00:12 +0000 2014|Since the outbreak started, many rumored cures have swept West Africa -- including “blessed Ebola cure salt.” http://nyti.ms/1t5dGsl +500734082536701953|Sat Aug 16 20:01:23 +0000 2014|Opinion: Cancer and the Secrets of Your Genes http://nyti.ms/1sLU3Hl +500733785215094784|Sat Aug 16 20:00:12 +0000 2014|Catching up on Ebola news? This is where you'll find all our coverage: http://nyti.ms/1nZRWaW +500730101336915968|Sat Aug 16 19:45:33 +0000 2014|Medicare to Start Paying Doctors Who Coordinate Needs of Chronically Ill Patients http://nyti.ms/1oR8271 +500730100107972608|Sat Aug 16 19:45:33 +0000 2014|With Aid Doctors Gone, Ebola Fight Grows Harder http://nyti.ms/1sLU3Hh +500726235354632192|Sat Aug 16 19:30:12 +0000 2014|Disappointed by your running group? You are not alone. http://nyti.ms/1nZSTjD +500696036613292032|Sat Aug 16 17:30:12 +0000 2014|Video: How technology can help fight Ebola. http://nyti.ms/1uFxKn9 +500692260565319681|Sat Aug 16 17:15:11 +0000 2014|As you're basking in the sun this weekend, you may be helping ward off Alzheimer’s and other forms of dementia. http://nyti.ms/1oxkBKm +500689451103031296|Sat Aug 16 17:04:02 +0000 2014|RT @paula_span: A rehab program for drug & alcohol abuse -- in a nursing home. Addicted seniors need treatment too. http://newoldage.blogs.nytimes.com/2014/08/15/the-addict-down-the-hall/ +500688362546946048|Sat Aug 16 16:59:42 +0000 2014|Not sure what to make for that dinner party tonight? Try this. http://nyti.ms/1nZTLVk http://pbs.twimg.com/media/BvLNaaYIgAAd9vn.png +500681865204731904|Sat Aug 16 16:33:53 +0000 2014|RT @celiadugger: Nigeria, at Africa's crossroads, in crash effort to wipe out Ebola before it gets out of control in slums of Lagos. http:/… +500681560216305664|Sat Aug 16 16:32:40 +0000 2014|RT @cslnyt: New Vaccine Shows Promise Against Mosquito-Borne Virus chikungunya http://www.nytimes.com/2014/08/19/science/new-vaccine-shows-promise-against-mosquito-borne-virus.html?smid=nytcore-iphone-share&smprod=nytcore-iphone +500681381119156225|Sat Aug 16 16:31:58 +0000 2014|The C.D.C. says “moon suits” for Ebola are not necessary. http://nyti.ms/1uFw8K9 +500666487476998145|Sat Aug 16 15:32:47 +0000 2014|Bogus Ebola cures cause confusion. http://nyti.ms/1t5dGsl +500643386970615809|Sat Aug 16 14:00:59 +0000 2014|Applied Science: Your 401(k) Is Healthy. So Maybe You Are, Too. http://nyti.ms/YgWfK4 +500643385301270528|Sat Aug 16 14:00:59 +0000 2014|Three Liberian Health Workers Get Experimental Ebola Drug http://nyti.ms/1mUfAGf +500631861711110145|Sat Aug 16 13:15:11 +0000 2014|Too busy to workout. Let’s not forget about the scientific 7 minute workout. http://nyti.ms/YI2yFv +500496301340233728|Sat Aug 16 04:16:31 +0000 2014|Agencies Issue Warnings Over Bogus Ebola Cures http://nyti.ms/1yHBfHj +500491787845500929|Sat Aug 16 03:58:35 +0000 2014|Global Update: New Vaccine Shows Promise Against Mosquito-Borne Virus http://nyti.ms/1oXE0nh +500491786935369728|Sat Aug 16 03:58:35 +0000 2014|briefing: Drug Is Approved as Treatment for Cervical Cancer http://nyti.ms/1yHCYfS +500487985113366528|Sat Aug 16 03:43:28 +0000 2014|Hospitals in the U.S. Get Ready for Ebola http://nyti.ms/1oXCwtc +500487984249339904|Sat Aug 16 03:43:28 +0000 2014|With Ebola Cases Still Few, Populous Nigeria Has Chance to Halt Its Outbreak http://nyti.ms/1oXCwJq +500458289222938624|Sat Aug 16 01:45:28 +0000 2014|Op-Ed Contributor: Depression Can Be Treated, but It Takes Competence http://nyti.ms/1pyyVlg +500393558717648897|Fri Aug 15 21:28:15 +0000 2014|If you needed a kidney would you break the law to get one? Coming Sunday from @ksacknyt in @nytimes. #organtrafficking +500386403596140547|Fri Aug 15 20:59:50 +0000 2014|“If we don’t stabilize Liberia, we will never stabilize the whole region,” one doctor warned. http://nyti.ms/1oBxKCj +500386039044001793|Fri Aug 15 20:58:23 +0000 2014|Athletes from some west African countries faced with Ebola have been banned from competing in the Youth Olympics. http://reut.rs/1oBxzXC +500360510538534912|Fri Aug 15 19:16:56 +0000 2014|Contractors Faulted as Medicare Fraud Foils Enforcers http://nyti.ms/1nX3sEe +500360508667863040|Fri Aug 15 19:16:56 +0000 2014|Ebola Epidemic Most Likely Much Larger Than Reported, W.H.O. Says http://nyti.ms/1l91whp +500348039257919489|Fri Aug 15 18:27:23 +0000 2014|RT @sangerkatz: Great, frustrating story on why Medicare struggles to stop fraud, from @ReedAbelson and @EricLichtblau http://t.co/ux3juGKA… +500332683743227904|Fri Aug 15 17:26:22 +0000 2014|RT @ksacknyt: Black market or free market? Should organ sales be legalized? Would it end the kidney shortage? Coming Sun. in @nytimes. #org… +500327783235878913|Fri Aug 15 17:06:53 +0000 2014|The New Old Age Blog: The Addict Down the Hall http://nyti.ms/1nWImFZ +500320612762787840|Fri Aug 15 16:38:24 +0000 2014|Well: Cool Summer Fish http://nyti.ms/1pxkaz8 +500301823358803968|Fri Aug 15 15:23:44 +0000 2014|RT @jimgorman: Must-read if you follow epigenetics. Society: Don't blame the mothers http://www.nature.com/news/society-don-t-blame-the-mothers-1.15693 +500294567305158657|Fri Aug 15 14:54:54 +0000 2014|ArtsBeat: Robin Williams Had Parkinson’s Disease, His Widow Says http://nyti.ms/1rdp9Yt +500294566206255104|Fri Aug 15 14:54:54 +0000 2014|Well: Best Way to Brush Your Teeth? Experts Disagree http://nyti.ms/1yEXuxu +500291032165404673|Fri Aug 15 14:40:51 +0000 2014|How does Parkinson’s disease — which Robin Williams had -- affect the body and family? Some patients voices. http://nyti.ms/1nWj9eB +500290491368611840|Fri Aug 15 14:38:42 +0000 2014|Robin Williams Had Parkinson’s Disease, His Widow Says http://nyti.ms/1nWiE4r +500290199646388225|Fri Aug 15 14:37:33 +0000 2014|RT @cslnyt: Gorgeous essay abt daughter and her father, who has Alzheimer's http://nyti.ms/1uX2Zrc @RebeccaRotert +500230159799447552|Fri Aug 15 10:38:58 +0000 2014|Well: Ask Well: How Do You Use a Heart Rate Monitor? http://nyti.ms/1qbQUu2 +500111087371837440|Fri Aug 15 02:45:49 +0000 2014|Pharmacies Turn Drugs Into Profits, Pitting Insurers vs. Compounders http://nyti.ms/1pvGQ2D +500010102246895617|Thu Aug 14 20:04:32 +0000 2014|RT @paula_span: What really prevents suicide? A good round-up (inc. the "British coal-gas story") from @NYTmag http://www.nytimes.com/2008/07/06/magazine/06suicide-t.html?pagewanted=all +500009997128826880|Thu Aug 14 20:04:07 +0000 2014|RT @celiadugger: Starbucks changes worker scheduling in response to Kantor story about how policies devastated a single mom's life. http://… +500009919253581825|Thu Aug 14 20:03:49 +0000 2014|RT @sangerkatz: .@CDCgov study says soda drinking in South may be higher because there is more advertising of sugary drinks there. http://t… +499971248060125184|Thu Aug 14 17:30:09 +0000 2014|Low vitamin D is associated with an increased risk for Alzheimer’s disease and other forms of dementia, http://nyti.ms/1oxkBKm +499938287055024128|Thu Aug 14 15:19:10 +0000 2014|Well: Vitamin D Tied to Alzheimer’s Risk http://nyti.ms/1vN02xC +499933744619606016|Thu Aug 14 15:01:07 +0000 2014|That morning coffee buzz may help reduce a buzz of another sort. http://nyti.ms/1oxfeLl +499932355323498496|Thu Aug 14 14:55:36 +0000 2014|RT @paula_span: Nursing homes without nurses? RNs required only 8 hrs a day. Proposed legislation would require them 24/7. http://t.co/QFKw… +499932175870197760|Thu Aug 14 14:54:53 +0000 2014|Mental illness is not a communicable disease, but there’s a strong body of evidence that suicide is contagious. http://nyti.ms/1oxep5j +499931720561733634|Thu Aug 14 14:53:05 +0000 2014|RT @celiadugger: Sierra Leone loses yet another precious dr to Ebola as Liberia uses experimental drug to treat one if its own. http://t.co… +499930537302446083|Thu Aug 14 14:48:23 +0000 2014|In cased you missed @nytopinion on the health effects of marijuana. http://nyti.ms/Xsgq7g and trippy timeline http://nyti.ms/Xsgq7g +499870493089210368|Thu Aug 14 10:49:47 +0000 2014|Well: The Downside of Running With Others http://nyti.ms/VmgrIE +499784394681233408|Thu Aug 14 05:07:39 +0000 2014|Business Briefing: The F.D.A. Approves a Pill to Help People Stay Asleep http://nyti.ms/1uRlmhi +499780496638107648|Thu Aug 14 04:52:10 +0000 2014|Mary MacCracken, Who Wrote About Disabilities, Dies at 88 http://nyti.ms/1ptjKJW +499780493593018368|Thu Aug 14 04:52:09 +0000 2014|As Ebola’s Toll Rises, Drug Makers Race to Test Medicines http://nyti.ms/1ptjKJU +499776108183973889|Thu Aug 14 04:34:44 +0000 2014|Sierra Leone Again Loses a Top Doctor to Ebola http://nyti.ms/1uRhdtH +499776107064090624|Thu Aug 14 04:34:43 +0000 2014|Well: Practicing on Patients http://nyti.ms/1uRhdK0 +499760105559056386|Thu Aug 14 03:31:08 +0000 2014|Your question answered: Does yoga build strength? http://nyti.ms/1osnY5r +499740214944735232|Thu Aug 14 02:12:06 +0000 2014|Study: Regular exercise may alter how a person experiences pain http://nyti.ms/1ouAGRc +499639556837478400|Wed Aug 13 19:32:07 +0000 2014|More pain, more gain … and less pain later. http://nyti.ms/1nPk5S0 +499601793630756866|Wed Aug 13 17:02:04 +0000 2014|An easy, delicate fish carpaccio (Photo: Andrew Scrivani for NYT) http://nyti.ms/1ouH1vL http://pbs.twimg.com/media/Bu7kJppIEAAZcaV.jpg +499596032939143169|Wed Aug 13 16:39:10 +0000 2014|Well: Caffeine May Reduce Tinnitus Risk http://nyti.ms/1r9kyGN +499593753653682176|Wed Aug 13 16:30:07 +0000 2014|Nursing homes are missing a critical element: nurses. http://nyti.ms/1ouCPfu +499592160317276160|Wed Aug 13 16:23:47 +0000 2014|This is what a 3-d brain made from silk and collagen gel looks like. http://nyti.ms/1nPsTY6 http://pbs.twimg.com/media/Bu7obDRIAAA3G12.png +499578423816495105|Wed Aug 13 15:29:12 +0000 2014|The New Old Age Blog: Where Are the Nurses? http://nyti.ms/1r98Uf0 +499575233956032512|Wed Aug 13 15:16:32 +0000 2014|Regular exercise may alter how a person experiences pain, according to a new study. http://nyti.ms/1ouAGRc +499571346050121729|Wed Aug 13 15:01:05 +0000 2014|RT @celiadugger: MSF & WHO team decided not to give experimental drug to dr leading effort in Sierra Leone who died days later. http://t.c… +499571240903135233|Wed Aug 13 15:00:40 +0000 2014|RT @bcsolomon: I am doing an AMA interview for @reddit about covering the #EbolaOutbreak here in #SierraLeone tomorrow at 1 p.m. eastern ti… +499569064382304256|Wed Aug 13 14:52:01 +0000 2014|A very few neurons may turn appetite on and off http://nyti.ms/1ouxaGm +499418158303019008|Wed Aug 13 04:52:22 +0000 2014|Well: How Exercise Helps Us Tolerate Pain http://nyti.ms/1sTTQjy +499418157061529600|Wed Aug 13 04:52:22 +0000 2014|World Briefing: Mexico: Mining Spill Pollutes River http://nyti.ms/1sWWTXl +499413668652908544|Wed Aug 13 04:34:31 +0000 2014|Busy Working, Robin Williams Fought Demons http://nyti.ms/1sWWTXj +499413667684057091|Wed Aug 13 04:34:31 +0000 2014|Over 300,000 Must Prove Eligibility or Lose Health Care http://nyti.ms/1sWWSTg +499389544559828992|Wed Aug 13 02:58:40 +0000 2014|Opting Against Ebola Drug for Ill African Doctor http://nyti.ms/XgiijO +499389542982778881|Wed Aug 13 02:58:39 +0000 2014|Using a Tactic Unseen in a Century, Countries Cordon Off Ebola-Racked Areas http://nyti.ms/1sWHHtt +499385910534742017|Wed Aug 13 02:44:13 +0000 2014|What you need to know about the Ebola outbreak http://nyti.ms/1os8oXu http://pbs.twimg.com/media/Bu2xZjcIQAAQuN2.png +499378349815250944|Wed Aug 13 02:14:11 +0000 2014|How widespread is the sexual harassment of women in science? http://nyti.ms/1ost2H1 +499354919162236928|Wed Aug 13 00:41:04 +0000 2014|The absence of a gene may help fight Alzheimer’s http://nyti.ms/1osodNN +499338120891207680|Tue Aug 12 23:34:19 +0000 2014|Op-Ed Contributors: Perpetuating Schizophrenia’s Stigma http://nyti.ms/1szRrMA +499330012017741824|Tue Aug 12 23:02:06 +0000 2014|Cook a peck of peppers (Photo: Andrew Scrivani for NYT) http://nyti.ms/1osp3do http://pbs.twimg.com/media/Bu2ycIkIAAAvBEL.jpg +499314408137691136|Tue Aug 12 22:00:06 +0000 2014|A man with a rare genetic condition could be the key to solving the Alzheimer’s riddle. http://nyti.ms/1kXwbOD +499305525650415616|Tue Aug 12 21:24:48 +0000 2014|RT @nytDeniseGrady: A Witness to Ebola’s Discovery: the electron micrograph "raised the hair on the back of my neck." http://t.co/HlPwGwWn… +499292274727976961|Tue Aug 12 20:32:09 +0000 2014|Medicaid rolls are growing even in states that rejected federal funds http://nyti.ms/1osrOeU +499291370360938497|Tue Aug 12 20:28:33 +0000 2014|Well: A New Surgery Risk http://nyti.ms/1sOQyMH +499275880343277569|Tue Aug 12 19:27:00 +0000 2014|RT @cslnyt: This fall, Botswana’s new school of medicine will graduate its 1st class of 36 docs. http://nyti.ms/1sOAIBT +499272325502881792|Tue Aug 12 19:12:53 +0000 2014|RT @nytDeniseGrady: World Health Organization Endorses Use of Experimental Ebola Drugs. But who will get them if not enough to go around? h… +499270121974923265|Tue Aug 12 19:04:07 +0000 2014|RT @celiadugger: WHO endorses experimental Ebola treatments, but there's no more of the drug used so far, says its maker. http://t.co/E3Jy0… +499265097475571712|Tue Aug 12 18:44:09 +0000 2014|RT @nytDeniseGrady: Families wiped out by Ebola: At Heart of Ebola Outbreak, a Village Frozen by Fear and Death http://nyti.ms/1oFvbsX +499249263134523392|Tue Aug 12 17:41:14 +0000 2014|What you need to know about the Ebola outbreak http://nyti.ms/1os8oXu http://pbs.twimg.com/media/Bu2XV_dIQAEuvHR.png +499237234592468993|Tue Aug 12 16:53:26 +0000 2014|RT @ginakolata: Wrote a very short essay-like book for the Times. How to avoid making mistakes with your health https://itunes.apple.com/us/book/smart-patient-mistakes-we/id907200112?mt=11 +499223447248314369|Tue Aug 12 15:58:39 +0000 2014|Recipes for Health: Cold Steamed Petrale Sole with Uncooked Tomato Sauce http://nyti.ms/1pMwBpv +499219500030763009|Tue Aug 12 15:42:58 +0000 2014|Robin Williams’ suicide was influenced by his mental illness, but his comedic genius was not, argues @sbkaufman http://bit.ly/1uKIfTn +499213982121865217|Tue Aug 12 15:21:02 +0000 2014|RT @jonathanweisman: Adam Nossiter is nuts but his bravery & willingness to travel into the heart of the Ebola epidemic enriches us all htt… +499210621746151424|Tue Aug 12 15:07:41 +0000 2014|RT @paula_span: Maybe a transitions coach can help keep older people from bouncing back into hospitals. http://newoldage.blogs.nytimes.com/2014/08/11/clearing-the-path-home/ +499208808942821377|Tue Aug 12 15:00:29 +0000 2014|RT @PamBelluck: Scientists Create a 3-D Model That Mimics Brain Function http://nyti.ms/1oEoD2I +499208376006762496|Tue Aug 12 14:58:46 +0000 2014|RT @bcsolomon: Back in #Freetown #SierraLeone 4 a few days. Most bars and restaurants are shut. Many of the western organizations have left… +499205723994460161|Tue Aug 12 14:48:14 +0000 2014|RT @jswatz: vivid on-the-ground Ebola reporting by Adam Nossiter: "There are still people here, but the village appears frozen." http://t.c… +499205630327259136|Tue Aug 12 14:47:51 +0000 2014|RT @nytrosenthal: Love this, from @nytimeswell on doctor and hospital rating systems! One "top doc" was dead for 16 yrs. http://t.co/7pNV7W… +499040645877858304|Tue Aug 12 03:52:16 +0000 2014|Giants Join Ice Bucket Challenge to Raise Awareness for A.L.S. http://nyti.ms/1ypxciJ +499040644606992384|Tue Aug 12 03:52:16 +0000 2014|At Heart of Ebola Outbreak, a Village Frozen by Fear and Death http://nyti.ms/1r6hknm +498963007670870016|Mon Aug 11 22:43:45 +0000 2014|Hard Cases: Top Doctors, Dead or Alive http://nyti.ms/1B9VJfO +498952391426072578|Mon Aug 11 22:01:34 +0000 2014|Global Health: Africa, With U.S. Help, Graduates More Doctors http://nyti.ms/1oqdMKx +498948643224051712|Mon Aug 11 21:46:41 +0000 2014|RT @rickgladstone: In test case of ISIS willingness to allow child vaccinations, @UNICEF and WHO start a new polio campaign in Iraq. http:/… +498947755621236736|Mon Aug 11 21:43:09 +0000 2014|Reactions: A Pat on the Bacteria, Hubble Led the Way, Larger Than Life http://nyti.ms/1pLu0w6 +498945687212785664|Mon Aug 11 21:34:56 +0000 2014|Don’t read this if you are on vacation. Instead, sign off now. http://nyti.ms/1B6Kwgb? +498942829822222337|Mon Aug 11 21:23:35 +0000 2014|Well: Absence of Gene May Help Fight Alzheimer’s, Study Finds http://nyti.ms/1pLsOZC +498939063815397377|Mon Aug 11 21:08:37 +0000 2014|RT @nytimesscience: Scientists Create 3D Model That Mimics Brain Function http://nyti.ms/1oEpuvp +498939002561789952|Mon Aug 11 21:08:22 +0000 2014|RT @carlzimmer: I offered a few thoughts on Ebola for @NYTNow http://www.nytimes.com/2014/08/11/us/your-evening-briefing.html +498923783231926273|Mon Aug 11 20:07:54 +0000 2014|Well: New Concerns About an Old Heart Drug http://nyti.ms/1yoj6ye +498911369442635776|Mon Aug 11 19:18:34 +0000 2014|Amid Iraq’s Chaos, a New Polio Vaccination Campaign http://nyti.ms/1sOzoRn +498910126649401344|Mon Aug 11 19:13:38 +0000 2014|Is farmed salmon really so bad? An exploration of fishy shopping quandaries: http://nyti.ms/1nJdQiz +498890498304933888|Mon Aug 11 17:55:38 +0000 2014|The New Old Age Blog: Clearing the Path Home http://nyti.ms/1sOjPcl +498884065370845184|Mon Aug 11 17:30:04 +0000 2014|MT @sangerkatz: There's no treatment or vaccine for Guinea worm. But worldwide eradication close. http://nyti.ms/XWX76p +498876848018034688|Mon Aug 11 17:01:23 +0000 2014|Recipes for Health: Cold Poached Pacific Cod with Spices http://nyti.ms/1kWQ4Fo +498872291506520064|Mon Aug 11 16:43:17 +0000 2014|Well: Statins Don’t Require Routine Liver Tests http://nyti.ms/1kWOjIi +498872290395037696|Mon Aug 11 16:43:17 +0000 2014|Well: Aspirin May Cut Cancer Risk http://nyti.ms/1rizhdN +498854155642220544|Mon Aug 11 15:31:13 +0000 2014|RT @UpshotNYT: What we can learn from the low-tech defeat of the guinea worm. http://nyti.ms/1uFLMCt +498854107860709377|Mon Aug 11 15:31:02 +0000 2014|RT @celiadugger: Ebola goes viral on Twitter. Why do some topics -- shark attacks, dread diseases - become social contagions of fear? http:… +498854068090314752|Mon Aug 11 15:30:52 +0000 2014|RT @Jeffdelviscio: Want to know where Ebola started & why it's so hard to stop? Read @nytDeniseGrady & @sherifink http://nyti.ms/1ouYUcX +498850913617211392|Mon Aug 11 15:18:20 +0000 2014|Doctors can no longer put up smiling baby pictures on their office walls. http://nyti.ms/1kWB4at +498848171209261056|Mon Aug 11 15:07:26 +0000 2014|Well: Relearning How to Eat Fish http://nyti.ms/1oDHMwG +498679043525722112|Mon Aug 11 03:55:23 +0000 2014|Ebola May Pose Little Threat to U.S., but It Looms Large on Twitter http://nyti.ms/1ugq9LI +498679042410037249|Mon Aug 11 03:55:23 +0000 2014|A Mother Lifts Her Son, Slowly, From Heroin’s Abyss http://nyti.ms/1uExAd5 +498559419853320192|Sun Aug 10 20:00:03 +0000 2014|MT @jimdao: Jim Frederick, a talented reporter who wrote about about one platoon's descent into insanity has died. http://nyti.ms/1uvo2B2 +498544320035950593|Sun Aug 10 19:00:03 +0000 2014|RT @lpolgreen: Who should get experimental Ebola serum? Not as easy to answer as you’d think. http://www.nytimes.com/2014/08/09/health/in-ebola-outbreak-who-should-get-experimental-drug.html?ref=world&_r=0 +498523640384995328|Sun Aug 10 17:37:52 +0000 2014|The Working Life: Fighting Deadly Diseases Without Breaking a Sweat http://nyti.ms/XTFiVO +498508541813354497|Sun Aug 10 16:37:52 +0000 2014|Nigeria Struggles to Cope With Ebola Outbreak http://nyti.ms/V9XEAj +498474107009499137|Sun Aug 10 14:21:02 +0000 2014|RT @kerrimac: His mother & sister are Ebola patients. Last week, he was, too. The rest of the family not as lucky: http://nyti.ms/1vl7fou +498276569698537472|Sun Aug 10 01:16:06 +0000 2014|Baby Pictures at Doctor’s? Cute, Sure, but Illegal http://nyti.ms/1ktFNjl +498276568549322753|Sun Aug 10 01:16:06 +0000 2014|J. W. Hastings, 87, a Pioneer in Bioluminescence Research, Dies http://nyti.ms/1ktFOUF +498197182068326400|Sat Aug 09 20:00:38 +0000 2014|A Witness to Ebola’s Discovery http://nyti.ms/X9oOJg +498197180961017857|Sat Aug 09 20:00:38 +0000 2014|Tracing Ebola’s Breakout to an African 2-Year-Old http://nyti.ms/1pIfyVB +498136627307630593|Sat Aug 09 16:00:01 +0000 2014|MT @celiadugger: WHO declares health emergency over Ebola outbreak. MSF criticizes effort so far as slow. http://nyti.ms/1onEbrC +498113977122304001|Sat Aug 09 14:30:01 +0000 2014|RT @cslnyt: "You go to wards and there are no patients" - Kenema, Sierra Leone #ebolaoutbreak http://nyti.ms/X5BVLo +498000728309641216|Sat Aug 09 07:00:00 +0000 2014|RT @nytDeniseGrady: Vivid Ebola story and wrenching video from Sierra Leone. 'Don't Touch The Walls' http://nyti.ms/1sDmB42 +497969325303947264|Sat Aug 09 04:55:13 +0000 2014|Neighborhood Joint | Fort Greene: Medicine Man and Mayor, Blended http://nyti.ms/1pi6oAf +497964967908634625|Sat Aug 09 04:37:54 +0000 2014|A Front Line Against Ebola Runs Through Newark’s Terminal B http://nyti.ms/1pi6nfu +497964963739471872|Sat Aug 09 04:37:53 +0000 2014|U.N. Agency Calls Ebola Outbreak an International Health Emergency http://nyti.ms/1oy66QA +497960329251659776|Sat Aug 09 04:19:28 +0000 2014|29 States Seek Tighter E-Cigarette Regulations http://nyti.ms/1pi6nfy +497960328345706500|Sat Aug 09 04:19:28 +0000 2014|Out-of-State Clinic Is Central in Texas Abortion Law Fight http://nyti.ms/1oy66jx +497940329220571136|Sat Aug 09 03:00:00 +0000 2014|RT @Jeffdelviscio: Disheartening view from the heart of the Ebola outbreak by @nytimes Adam Nossiter & @bcsolomon http://nyti.ms/X5BVLo +497857281007308800|Fri Aug 08 21:30:00 +0000 2014|MT @lpolgreen: “Don’t touch the walls!” Chilling dispatch from a hospital in Sierra Leone. http://www.nytimes.com/2014/08/08/world/africa/dont-touch-the-walls-ebola-fears-infect-hospital.html?&hp&action=click&pgtype=Homepage&version=HpSum&module=second-column-region®ion=top-news&WT.nav=top-news http://pbs.twimg.com/media/Bug8UopIAAA1s0j.png +497838282265595904|Fri Aug 08 20:14:30 +0000 2014|Well: Think Like a Doctor: Losing It Solved! http://nyti.ms/V8EZ7z +497789584093478913|Fri Aug 08 17:00:59 +0000 2014|RT @nytDeniseGrady: In Ebola Outbreak, Who Should Get Experimental Drug? http://nyti.ms/1sDfxU3 +497778500389335041|Fri Aug 08 16:16:57 +0000 2014|RT @ReedAbelson: See fascinating @RachelAbramsNY piece: Walmart Seeking Foothold in Primary Care Services http://nyti.ms/1sCV2b6 More than … +497764761107693568|Fri Aug 08 15:22:21 +0000 2014|RT @bcsolomon: Examination tent at #kenema hospital. #ebola patients are identified in this hot, sweaty tent. A dangerous place. http://t.c… +497760133188190208|Fri Aug 08 15:03:58 +0000 2014|Is yoga enough to be one’s sole exercise? Probably not. http://nyti.ms/XMDwpB +497759384907563009|Fri Aug 08 15:00:59 +0000 2014|MT @bcsolomon: Latest video: A small hospital struggles to cope with the largest Ebola outbreak in history. http://nyti.ms/1sDichu +497759288400809985|Fri Aug 08 15:00:36 +0000 2014|Well: Cook a Peck of Peppers http://nyti.ms/X6BfoX +497755317720342528|Fri Aug 08 14:44:50 +0000 2014|RT @nytimesscience: Second drug is allowed for treatment of Ebola http://nyti.ms/1ovAjjq +497755302763462656|Fri Aug 08 14:44:46 +0000 2014|The Ethicist: Compassionate Capital Punishment http://nyti.ms/V7RSPc +497755300674678784|Fri Aug 08 14:44:46 +0000 2014|Lives: ‘The Driver Just Didn’t See You’ http://nyti.ms/X6A212 +497755255371993088|Fri Aug 08 14:44:35 +0000 2014|RT @fedira: Here's the key part of @WHO's declaration of #Ebola emergency. http://read.bi/1vlki9b http://bit.ly/1vlkllz http://t.co/KUoyQU… +497749693703929856|Fri Aug 08 14:22:29 +0000 2014|RT @jimdao: Why does PTSD persist? Read this story and then register your thoughts http://nyti.ms/1pG9X2a +497747087115952129|Fri Aug 08 14:12:07 +0000 2014|RT @nytDeniseGrady: International response to Ebola "a failure": Global Efforts to Contain It Draw Criticism at Congress Hearing http://t.c… +497741227098640384|Fri Aug 08 13:48:50 +0000 2014|RT @celiadugger: "From this illness I am not comedy anymore. I am tragedy, very tragedy." From man who lost 16 relatives to Ebola. http://t… +497741172807598081|Fri Aug 08 13:48:37 +0000 2014|RT @carlzimmer: “'This is a dangerous place,'” said Mr. Moens, adding that he washed his hands 50 times a day" @nytimes Ebola report: http:… +497741096781643777|Fri Aug 08 13:48:19 +0000 2014|RT @bcsolomon: Erison is a 22 yr old #ebola survivor. 16 of his family members died. His mom & sister are fighting to survive. http://t.co/… +497741000446865408|Fri Aug 08 13:47:56 +0000 2014|RT @heathertal: A tarp is all that separates a man from his mother, sick with Ebola. Incredible video from Sierra Leone by @bcsolomon http:… +497740908000182272|Fri Aug 08 13:47:34 +0000 2014|RT @nycscribe: Who should be the guinea pigs for the experimental Ebola drug? Trickier than it seems. http://www.nytimes.com/2014/08/09/health/in-ebola-outbreak-who-should-get-experimental-drug.html?ref=world +497618552699244544|Fri Aug 08 05:41:22 +0000 2014|In Ebola Outbreak, Who Should Get Experimental Drug? http://nyti.ms/1q0aFol +497618548324593665|Fri Aug 08 05:41:21 +0000 2014|In Ambitious Bid, Walmart Seeks Foothold in Primary Care Services http://nyti.ms/X5MLAV +497614370965581825|Fri Aug 08 05:24:45 +0000 2014|Combat Stress Among Veterans Is Found to Persist Since Vietnam http://nyti.ms/1q0aFV9 +497614365055782912|Fri Aug 08 05:24:44 +0000 2014|U.S. and Global Efforts to Contain Ebola Draw Criticism at Congressional Hearing http://nyti.ms/X5MMVy +497610015919067137|Fri Aug 08 05:07:27 +0000 2014|Second Drug Is Allowed for Treatment of Ebola http://nyti.ms/1q0aFEJ +497610004955152384|Fri Aug 08 05:07:24 +0000 2014|‘Don’t Touch the Walls’: Ebola Fears Infect an African Hospital http://nyti.ms/X5MK00 +497596585703129088|Fri Aug 08 04:14:05 +0000 2014|Well: Ask Well: Does Yoga Build Strength? http://nyti.ms/1ovtiyU +497578188655308801|Fri Aug 08 03:00:59 +0000 2014|RT @celiadugger: If you were born after 1957 be sure you got inoculated against measles. http://nyti.ms/1odbWuX +497501089760296961|Thu Aug 07 21:54:37 +0000 2014|RT @nickconfessore: From the desk of @deanbaquet: The NYT will now call torture torture. http://www.nytimes.com/times-insider/2014/08/07/the-executive-editor-on-the-word-torture/?_php=true&_type=blogs&_r=0 +497499918324744193|Thu Aug 07 21:49:58 +0000 2014|Losing Cost Control: Why the Hepatitis Cure Sovaldi Is a Budgetary Disaster for Prisons http://nyti.ms/1oILk5k +497487589486907392|Thu Aug 07 21:00:58 +0000 2014|RT @davjolly: Big Tobacco's fingerprints? The laughable cost-benefit "analysis" of the FDA's new smoking rules http://nyti.ms/1og6QPj +497486280775974912|Thu Aug 07 20:55:46 +0000 2014|Well: Living With Cancer: Difficult Choices http://nyti.ms/1pePB0U +497457389667614721|Thu Aug 07 19:00:58 +0000 2014|RT @nytDeniseGrady: The experimental Ebola drug given two 2 Americans: can it, should it, be used in Africa? http://nyti.ms/1sytBPJ +497427190284558336|Thu Aug 07 17:00:58 +0000 2014|RT @cslnyt: Judith of NM says why question water use for growing Calif pot. "What about swimming pools and lawns?" http://nyti.ms/1AXkNqo +497422166926032897|Thu Aug 07 16:41:00 +0000 2014|The head nurse at Emory argues why it was smart to bring Ebola to the U.S. http://wapo.st/1y6BDic +497421544801730561|Thu Aug 07 16:38:32 +0000 2014|From CDC Director MT @DrFriedenCDC: We know how to stop Ebola from spreading w/ basic epi & response: find disease, isolate patients ... +497418259961217024|Thu Aug 07 16:25:29 +0000 2014|RT @sangerkatz: It's not just insurers and Medicaid directors that are scared about the costs of treating hepatitis C. So are prisons http:… +497409573192744960|Thu Aug 07 15:50:58 +0000 2014|RT @jswatz: “Same-sex couples cannot procreate,” says lawyer fighting same-sex marriage at 6th Circuit @eckholm http://nyti.ms/1vcYblg +497398306126180353|Thu Aug 07 15:06:12 +0000 2014|There were signs that efforts to increase production of the "secret serum” for Ebola were beginning. http://nyti.ms/1pEcqKg +497397820790677505|Thu Aug 07 15:04:16 +0000 2014|Two Americans infected with Ebola in West Africa, appear to be responding to an experimental medicine. http://nyti.ms/XHOBIf +497394234534952960|Thu Aug 07 14:50:01 +0000 2014|A 55-year-old man loses the hair on his legs and then loses his strength. Can you figure out why? http://nyti.ms/1pEaQIB +497390845231108097|Thu Aug 07 14:36:33 +0000 2014|RT @celiadugger: Man at nyc hosp tests neg for Ebola as disease toll grows in Nigeria & WHO considers declaring intl hlth emergency. http:… +497390750133649408|Thu Aug 07 14:36:10 +0000 2014|RT @jimdao: There is something breathtaking, as it were, about the logic of this happy addiction versus lung cancer calculus http://t.co/Pz… +497390397447229440|Thu Aug 07 14:34:46 +0000 2014|RT @cslnyt: Ethicists will discuss who should get experimental treatment for #ebola http://nyti.ms/1sxnHOH +497390288823148547|Thu Aug 07 14:34:20 +0000 2014|RT @UpshotNYT: The $1000-a-pill Hep C cure is a budgetary disaster for prisons. http://nyti.ms/1nvJLTw +497390033062854656|Thu Aug 07 14:33:19 +0000 2014|RT @nytDeniseGrady: Experimental #Ebola treatment: something good from tobacco plants. http://nyti.ms/1sytBPJ +497249156357177344|Thu Aug 07 05:13:31 +0000 2014|Jesse L. Steinfeld, Surgeon General and Tobacco Foe, Dies at 87 http://nyti.ms/1nuzwyU +497234866992582656|Thu Aug 07 04:16:45 +0000 2014|Well: Think Like a Doctor: Losing It http://nyti.ms/1ohZoDe +497219496101576704|Thu Aug 07 03:15:40 +0000 2014|An Obscure Biotech Firm Hurries Ebola Treatment http://nyti.ms/1pcA1mo +497219494658715648|Thu Aug 07 03:15:40 +0000 2014|New York Patient Tests Negative for Ebola http://nyti.ms/V38kQK +497150990769197057|Wed Aug 06 22:43:27 +0000 2014|Well: Prostate Cancer Screening Still Not Recommended for All http://nyti.ms/XFcRed +497127741792464896|Wed Aug 06 21:11:04 +0000 2014|Study Confirms Third Gene as Strong Indicator of Breast Cancer Risk http://nyti.ms/1shFOGx +497121717572349952|Wed Aug 06 20:47:08 +0000 2014|RT @GretchenReynold: Best race pacing uses yin and yang Women Pace Marathons Better Than Men Do http://nyti.ms/1tV11tD +497115967378690049|Wed Aug 06 20:24:17 +0000 2014|What Are the Chances of Getting Ebola in the United States? Extremely small. http://nyti.ms/UPEOhp +497112164612972544|Wed Aug 06 20:09:10 +0000 2014|RT @rickgladstone: W.H.O. Weighing Emergency Decree on Ebola http://nyti.ms/1sxnHOH +497088200469647362|Wed Aug 06 18:33:57 +0000 2014|Quitting smoking benefits are being officially weighed against the loss of pleasure: @stavernise http://nyti.ms/1lAHN4w +497071603529048064|Wed Aug 06 17:28:00 +0000 2014|Pleasure Factor May Override New Tobacco Rules http://nyti.ms/1tXm7I1 +497070938333392897|Wed Aug 06 17:25:21 +0000 2014|Tanzania’s president: too often “the whole of the African continent is perceived as if everywhere, everybody is suffering from Ebola.” +497070743025233922|Wed Aug 06 17:24:34 +0000 2014|President Macky Sall of SenegalI: "It is necessary to confront Ebola as a threat to humanity.” http://nyti.ms/1lAGmTT +497064795607420928|Wed Aug 06 17:00:56 +0000 2014|Diabetics in low-income neighborhoods are about 10 times as likely to have an amputation as those in affluent areas. http://nyti.ms/1lAkSGz +497041232385036288|Wed Aug 06 15:27:19 +0000 2014|Well: Disparities in Diabetes http://nyti.ms/1ofCMDv +497038542380732417|Wed Aug 06 15:16:37 +0000 2014|RT @UpshotNYT: The hepatitis C drug Sovaldi is $1000/pill. Sounds pricey, but what about other drugs on the market? http://nyti.ms/1vaswAV +497038289644556288|Wed Aug 06 15:15:37 +0000 2014|The UN is amid a 2-day emergency meeting to determine whether the Ebola outbreak is a public health emergency of international concern. +497031236112904192|Wed Aug 06 14:47:35 +0000 2014|RT @MonkovicNYT: Solvadi, a drug that's hugely popular but also hugely expensive, is worrying insurers and state officials. http://t.co/0Od… +497031127534944256|Wed Aug 06 14:47:09 +0000 2014|During marathons, women pace themselves more evenly than male competitors do. http://nyti.ms/1lAdbQN +497024272561618944|Wed Aug 06 14:19:55 +0000 2014|The New Health Care: Why the Price of Sovaldi Is a Shock to the System http://nyti.ms/1pCe4w0 +497024271479480321|Wed Aug 06 14:19:55 +0000 2014|Bush Urges Renewed Fight Against Deadly Diseases in Africa http://nyti.ms/1ofoans +497023815873200128|Wed Aug 06 14:18:06 +0000 2014|The president-elect of the American College of Cardiology advises his patients to go vegan, setting off a firestorm. http://nyti.ms/1lA7qTe +496961055814610944|Wed Aug 06 10:08:43 +0000 2014|Well: Advice From a Vegan Cardiologist http://nyti.ms/1kGt9xV +496892602713927681|Wed Aug 06 05:36:42 +0000 2014|Sierra Leone Deploys Troops in Ebola Crisis http://nyti.ms/1opUjDP +496887832175456257|Wed Aug 06 05:17:45 +0000 2014|David Wilson's Retirement From N.F.L. Raises Injury Awareness http://nyti.ms/1ob3ttP +496887829482700800|Wed Aug 06 05:17:44 +0000 2014|Well: Women Pace Marathons Better Than Men Do http://nyti.ms/1opUjE1 +496862459215757314|Wed Aug 06 03:36:56 +0000 2014|Report critiques public financing of physician training. http://nyti.ms/1v7ZeTN +496838299483656193|Wed Aug 06 02:00:56 +0000 2014|A new study suggests that Americans are much smarter health care consumers than previously assumed. http://nyti.ms/1v7W7v0 +496773521516019712|Tue Aug 05 21:43:31 +0000 2014|Mini sweet peppers have begun to proliferate in supermarkets. Here is what you do with them: http://nyti.ms/1v8172J http://pbs.twimg.com/media/BuTk4rGIMAAoNc2.png +496771799334801408|Tue Aug 05 21:36:41 +0000 2014|RT @ReedAbelson: States That Embraced Health Law Show Biggest Gains in Reducing Uninsured http://nyti.ms/1op0GY9 via @UpshotNYT @sangerkatz… +496771341211947009|Tue Aug 05 21:34:51 +0000 2014|The physician training system, heavily subsidized by the federal government, cannot account for billions of dollars. http://nyti.ms/1v7ZeTN +496768390284185601|Tue Aug 05 21:23:08 +0000 2014|Tests like M.R.I.s can varying by a factor of 10 even in the same city -- but patients have no idea. http://nyti.ms/1v7W7v0 +496759739322470400|Tue Aug 05 20:48:45 +0000 2014|RT @ReedAbelson: New report http://bit.ly/1tSTLi7 confirms our story on lack of insurance competition in rural markets http://t.co/NxHqYHS… +496759268503457793|Tue Aug 05 20:46:53 +0000 2014|RT @nytrosenthal: New study in Health Affairs show patients can be good shoppers. http://well.blogs.nytimes.com/2014/08/05/why-we-should-know-the-price-of-medical-tests/ +496728142678343681|Tue Aug 05 18:43:12 +0000 2014|Recipes for Health: Mini Bell Peppers Stuffed with Goat Cheese http://nyti.ms/1AS5MWY +496709601250004992|Tue Aug 05 17:29:32 +0000 2014|Well: Why We Should Know the Price of Medical Tests http://nyti.ms/1np4acZ +496705061712822273|Tue Aug 05 17:11:29 +0000 2014|Want to make sure you don’t miss an important story about Ebola or autism. Sign up for our weekly newsletter: http://nyti.ms/1mRcCpQ +496671722473807872|Tue Aug 05 14:59:01 +0000 2014|Doctor and Patient: Throwing Money at the Past http://nyti.ms/1notJuK +496662597983547394|Tue Aug 05 14:22:45 +0000 2014|RT @paula_span: What's propelling the supposed return of the multigenerational household? http://newoldage.blogs.nytimes.com/2014/08/04/whos-moving-in-now/ +496516875892031489|Tue Aug 05 04:43:42 +0000 2014|National Briefing | New England: Vermont: State Severs Link to Website Designer http://nyti.ms/1s6WxzE +496512460091060224|Tue Aug 05 04:26:09 +0000 2014|Abortion Providers in Texas Press Judge to Block Portions of New Law http://nyti.ms/1s6Wvrs +496512458790805504|Tue Aug 05 04:26:09 +0000 2014|Lax Quarantine Undercuts Ebola Fight in Africa http://nyti.ms/1one3Il +496413621204037632|Mon Aug 04 21:53:24 +0000 2014|Well: Feeling as if I Failed the Patient http://nyti.ms/1v3LDNg +496405945107226624|Mon Aug 04 21:22:54 +0000 2014|Observatory: A Look at How We Process Painful Experiences http://nyti.ms/1tP7Ywi +496405940980031490|Mon Aug 04 21:22:53 +0000 2014|Patient at Mount Sinai Has Ebola-Like Symptoms, Hospital Says http://nyti.ms/1v3DFDy +496403382140403713|Mon Aug 04 21:12:43 +0000 2014|RT @PamBelluck: Smart piece by @charlesornstein on the drug Acthar. http://www.nytimes.com/2014/08/05/upshot/the-obscure-drug-with-a-growing-medicare-tab.html?hp&action=click&pgtype=Homepage&version=HpSum&module=second-column-region®ion=top-news&WT.nav=top-news&_r=0 +496402121651412992|Mon Aug 04 21:07:43 +0000 2014|Global Health: A Key Malaria Drug Becomes Less Effective http://nyti.ms/1s6vp0c +496398218641801216|Mon Aug 04 20:52:12 +0000 2014|Q&A: A Nose for Their Favorite Foods http://nyti.ms/1s6vpgw +496398217198972928|Mon Aug 04 20:52:12 +0000 2014|Alabama’s Requirement for Abortion Clinic Doctors Is Ruled Unconstitutional http://nyti.ms/1s6vp0i +496398033022898177|Mon Aug 04 20:51:28 +0000 2014|A tiny part of the brain keeps track of painful experiences — a finding that could help treat depression. http://nyti.ms/1pzuXaG +496397289163079680|Mon Aug 04 20:48:31 +0000 2014|RT @celiadugger: Man at Mount Sinai in NYC w/Ebola-like symptoms isolated. Hospital wouldn't say when it will get test results. http://t.co… +496397081385644032|Mon Aug 04 20:47:41 +0000 2014|The Toledo mayor says the water is safe, but algae blooms have left some residents scared of the tap. http://nyti.ms/1pzuLZ8 +496396732809609216|Mon Aug 04 20:46:18 +0000 2014|A look at the personal challenges of counseling fellow residents of the Gaza Strip. http://nyti.ms/1pzuHbR +496394336498892801|Mon Aug 04 20:36:47 +0000 2014|Dollars for Prescribers: Top Medicare Prescribers for Acthar Have Links to Its Maker http://nyti.ms/1tP7Wo8 +496394335370625024|Mon Aug 04 20:36:46 +0000 2014|Losing Cost Control : The Obscure Drug With a Growing Medicare Tab http://nyti.ms/1s6vp0g +496387446733828096|Mon Aug 04 20:09:24 +0000 2014|RT @nytDeniseGrady: An American brought Marburg--a lot like #Ebola--to the U.S. in 2008. Nobody knew. Nobody caught it. http://t.co/eFDsERT… +496387296623853568|Mon Aug 04 20:08:48 +0000 2014|RT @nytDeniseGrady: Making medical education shorter--without killing patients. http://nyti.ms/1ogNeK7 +496387215598292992|Mon Aug 04 20:08:29 +0000 2014|RT @MarthaRShulman: Tunisian Grilled Peppers and Tomatoes with Couscous http://nyti.ms/1tOcuLD Peppers all week on #RecipesforHealth. A pe… +496370347654918144|Mon Aug 04 19:01:27 +0000 2014|The New Old Age Blog: Who’s Moving In Now? http://nyti.ms/1s5ECsW +496365902708084736|Mon Aug 04 18:43:47 +0000 2014|Lifting Ban, Toledo Says Its Water Is Safe to Drink Again http://nyti.ms/1s5DLIU +496329693738827776|Mon Aug 04 16:19:55 +0000 2014|Recipes for Health: Tunisian Grilled Peppers and Tomatoes with Couscous http://nyti.ms/1smqI3h +496295631489871872|Mon Aug 04 14:04:33 +0000 2014|In Fatal Flash, Gaza Psychologist Switches Roles, Turning Into a Trauma Victim http://nyti.ms/1p4HGTX +496160405031776256|Mon Aug 04 05:07:13 +0000 2014|Nascar Drivers Have Little Help With Concussions http://nyti.ms/WVxLpi +496149787326959616|Mon Aug 04 04:25:01 +0000 2014|Well: Picking Nursing Home Shouldn’t Be Trial and Error http://nyti.ms/ULHQ6p +496142875525406720|Mon Aug 04 03:57:34 +0000 2014|Op-Ed Contributor: Adventures in ‘Prior Authorization’ http://nyti.ms/ULDUmp +496134982130102273|Mon Aug 04 03:26:12 +0000 2014|In New Jersey, a Push to Put Paid Sick Leave on the Ballot http://nyti.ms/UVBvW3 +496134978829164544|Mon Aug 04 03:26:11 +0000 2014|Tap Water Ban Continues for Toledo Residents http://nyti.ms/XwAbus +496011588659585024|Sun Aug 03 19:15:52 +0000 2014|Introducing the ASMR stars of Youtube -- a niche where soothing sounds win. @_Waterwhispers_ @GentleWhisperin http://nyti.ms/1AzzzDD +495721194268938240|Sun Aug 03 00:01:57 +0000 2014|Newly Insured by Health Law, Millions Face a Learning Curve http://nyti.ms/1tHYlQ4 +495721192528289792|Sun Aug 03 00:01:57 +0000 2014|American Doctor With Ebola Arrives in U.S. for Treatment http://nyti.ms/UIJXrO +495660519408533504|Sat Aug 02 20:00:51 +0000 2014|RT @nytDeniseGrady: W.H.O. Says Outbreak of Ebola Virus Is Outpacing Control Efforts http://nyti.ms/1m4mg4j +495569920797978624|Sat Aug 02 14:00:51 +0000 2014|RT @nytDeniseGrady: What You Need to Know About the Ebola Outbreak http://nyti.ms/1ofydUH +495554821253259265|Sat Aug 02 13:00:51 +0000 2014|RT @MarthaRShulman: Watermelon & Tomato Salsa http://nyti.ms/1nR4VQg Good for this hot week-end. +495554821156790272|Sat Aug 02 13:00:50 +0000 2014|Salsas that can turn the simplest BBQ or quesadilla into something spectacular. http://nyti.ms/1nbCVma +495418942882873344|Sat Aug 02 04:00:55 +0000 2014|California Asks: Should Doctors Face Drug Tests? http://nyti.ms/1kcd3eR +495281262777864192|Fri Aug 01 18:53:49 +0000 2014|Need help relaxing as you finish up the work day? Watch this video. It may put you to sleep … in a good way. http://nyti.ms/1nOECM5 #ASMR +495280143272013824|Fri Aug 01 18:49:22 +0000 2014|RT @nytDeniseGrady: As Ebola worsens, Africans struggle and Americans are advised to stay away. http://nyti.ms/1m0fc8K +495280110166360064|Fri Aug 01 18:49:14 +0000 2014|RT @nytDeniseGrady: Americans with Ebola being brought home from Liberia. http://state.gov/r/pa/prs/ps/2014/230120.htm#.U9vgb1r3BIg.twitter (from @StateDept) +495280035306426368|Fri Aug 01 18:48:56 +0000 2014|Something to keep in mind this weekend: running for as little as five minutes a day can make a huge difference. http://nyti.ms/1nbSzxX +495277210325245952|Fri Aug 01 18:37:43 +0000 2014|RT @cslnyt: "You pays your money and you takes your chances" - a doctor on Caribbean med schools @anemonanyc http://nyti.ms/1zyFCqv +495276667691339776|Fri Aug 01 18:35:34 +0000 2014|RT @paula_span: Always wondered about this. via @cslnyt Do Caribbean med schools deserve their underdog reputation? @anemonanyc http://t.co… +495276555913150464|Fri Aug 01 18:35:07 +0000 2014|RT @celiadugger: Two American aid workers infected with Ebola expected back in the US early next wk. One will go to Emory. http://t.co/FIlD… +495270756067344385|Fri Aug 01 18:12:04 +0000 2014|RT @paula_span: Seniors and suicide -- not always depression. @judith_graham explains new geripsych research. http://newoldage.blogs.nytimes.com/2014/08/01/many-problems-lead-to-thoughts-of-suicide-study-finds/ +495262242120933376|Fri Aug 01 17:38:14 +0000 2014|The New Old Age Blog: Many Problems Lead to Thoughts of Suicide, Study Finds http://nyti.ms/1nSWvIM +495262239214305281|Fri Aug 01 17:38:14 +0000 2014|Well: Fresh and Fruity Salsas http://nyti.ms/1rSirmJ +495257573462147072|Fri Aug 01 17:19:41 +0000 2014|W.H.O. Says Outbreak of Ebola Virus Is Outpacing Control Efforts http://nyti.ms/1nSS1C9 +495257039581773824|Fri Aug 01 17:17:34 +0000 2014|What remaining questions do you have have about Ebola? Tweet at us. http://nyti.ms/UPEOhp +495250164148604929|Fri Aug 01 16:50:15 +0000 2014|West Africa consists of 16 countries. The Ebola outbreak — though biggest on record — has touched 4 countries so far. http://pbs.twimg.com/media/Bt97ZnJIUAEUUqo.png +495247194266812416|Fri Aug 01 16:38:27 +0000 2014|No, you can’t breathe in the Ebola virus and answers to other questions about the outbreak. http://nyti.ms/1nbsKOw +495246210647998466|Fri Aug 01 16:34:32 +0000 2014|Effort to Develop Ebola Vaccine to Test on Humans Is Put on Fast Track http://nyti.ms/1rRXOqy +495244489406304256|Fri Aug 01 16:27:42 +0000 2014|RT @celiadugger: W.H.O. DG Margaret Chan says Ebola outbreak catastrophic in lives lost if not brought under control. Efforts http://t.co/F… +495194788170596352|Fri Aug 01 13:10:12 +0000 2014|Well: Ask Well: Do I Need a Measles Shot? http://nyti.ms/1kaSAr1 +495150386429562881|Fri Aug 01 10:13:46 +0000 2014|Well: The Joy of Becoming a Veterinarian http://nyti.ms/1oUSp31 +495055976173928448|Fri Aug 01 03:58:37 +0000 2014|Work to Bolster Health Website Is Raising Cost, Officials Say http://nyti.ms/1tAJWFb +495051506677448704|Fri Aug 01 03:40:51 +0000 2014|New Rules Say Poultry Plants Can Conduct Own Checks http://nyti.ms/UEEiTH +495051505557573632|Fri Aug 01 03:40:51 +0000 2014|French Families Challenge Doctors on Wrenching End-of-Life Decisions http://nyti.ms/1tAJWoT +494955590784139267|Thu Jul 31 21:19:43 +0000 2014|RT @deborahblum: A Toxic Menagerie: In which I interview @theleechguy for my Poison Pen column in @nytimeshealth http://nyti.ms/1m2elEI +494923751377879040|Thu Jul 31 19:13:12 +0000 2014|Well: A Toxic Menagerie http://nyti.ms/1rTO82v +494872412291600384|Thu Jul 31 15:49:12 +0000 2014|RT @celiadugger: Read this unbearably sad 2001 story by @blaineharden about the valiant Ugandan dr who gave his life fighting Ebola. http:/… +494860292862775297|Thu Jul 31 15:01:02 +0000 2014|Sierra Leone Declares Health Emergency Over Ebola http://nyti.ms/1o8HAd2 +494855852478959619|Thu Jul 31 14:43:23 +0000 2014|Well: Feeling as if I Failed the Patient http://nyti.ms/UNOQzp +494850145486659584|Thu Jul 31 14:20:43 +0000 2014|RT @deborahblum: Food writer Ruth Reichl takes on the FDA for failure to protect our food: http://nyti.ms/1tv6Iyb +494710867834191872|Thu Jul 31 05:07:16 +0000 2014|Well: Statins May Speed Wound Healing http://nyti.ms/1k8zDF7 +494698689760595968|Thu Jul 31 04:18:53 +0000 2014|World Briefing: Peace Corps Pulls 340 Volunteers as 2 Are Isolated for Ebola Exposure http://nyti.ms/1rJuLWg +494698688741392385|Thu Jul 31 04:18:53 +0000 2014|Well: Bothered by a ‘Gummy Smile’ http://nyti.ms/1qMks7O +494690698805788673|Thu Jul 31 03:47:08 +0000 2014|Osteopathic schools are turning out nearly a third of all med school grads http://nyti.ms/1pqrKKo http://pbs.twimg.com/media/Bt0r-wOIAAAaMNI.png +494672104021688320|Thu Jul 31 02:33:14 +0000 2014|How the Internet puts you to sleep http://nyti.ms/WLGhHm +494661519959785472|Thu Jul 31 01:51:11 +0000 2014|Are you a female soldier or veteran? We'd like to hear from you +494633074114560000|Wed Jul 30 23:58:09 +0000 2014|Running for as little as five minutes a day has long lasting benefits http://nyti.ms/1pqhbam +494606370180567042|Wed Jul 30 22:12:02 +0000 2014|5 summer tomato recipes (Photo: Andrew Scrivani for NYT) http://nyti.ms/WLMkvq http://pbs.twimg.com/media/BtzrNAFIYAAasFe.jpg +494596299699023873|Wed Jul 30 21:32:01 +0000 2014|Weak handshakes are often frowned upon, but they may be healthier than firm ones http://nyti.ms/WNE52f +494584512114745345|Wed Jul 30 20:45:11 +0000 2014|West Africa is fighting what has become the largest Ebola outbreak ever recorded. Our coverage. http://nyti.ms/WNyWa8 +494566133643493376|Wed Jul 30 19:32:09 +0000 2014|The sale of athletic apparel has exploded in the past few years http://nyti.ms/WNmpnl +494548800921669632|Wed Jul 30 18:23:17 +0000 2014|RT @paula_span: More on sedatives, Ambien, older folks, insomnia, falls and emergency room visits. Be careful. http://newoldage.blogs.nytimes.com/2014/07/30/more-on-sleeping-pills-and-the-elderly/ #benz… +494546469127348224|Wed Jul 30 18:14:01 +0000 2014|Osteopathic schools are turning out nearly a third of all med school grads http://nyti.ms/1pqrKKo http://pbs.twimg.com/media/BtzsnSzIEAIGmj6.png +494541573766795265|Wed Jul 30 17:54:33 +0000 2014|Well: The Upside of a Wimpy Handshake http://nyti.ms/ULDPi4 +494524223625650176|Wed Jul 30 16:45:37 +0000 2014|The long-term use of some sleeping pills may be hazardous for older adults http://nyti.ms/1pqpUcy +494489469954039808|Wed Jul 30 14:27:31 +0000 2014|These days, coconut water's big rival may be plain old water http://nyti.ms/1rE7Rzw +494408915195797504|Wed Jul 30 09:07:25 +0000 2014|The New Old Age Blog: More on Sleeping Pills and Older Adults http://nyti.ms/XdKGmj +494334990717845504|Wed Jul 30 04:13:40 +0000 2014|Well: Running 5 Minutes a Day Has Long-Lasting Benefits http://nyti.ms/1qJPWeF +494328825959178240|Wed Jul 30 03:49:10 +0000 2014|Judges Block Abortion Curb in Mississippi http://nyti.ms/1qJOaub +494328824197574656|Wed Jul 30 03:49:10 +0000 2014|Surgeon General Calls for Action to Reduce Skin Cancer Rate http://nyti.ms/1oaeXb3 +494323544990306304|Wed Jul 30 03:28:11 +0000 2014|More than 2.6 million videos on YouTube are designed to trigger a little-known phenomenon called A.S.M.R. http://nyti.ms/WLGhHm +494291812828188673|Wed Jul 30 01:22:06 +0000 2014|Why Ebola patients are rejecting care http://nyti.ms/WLxUvA +494256603021860864|Tue Jul 29 23:02:11 +0000 2014|How to make the ultimate veggie burger (Photo: Andrew Scrivani for NYT) http://nyti.ms/WLNo2x http://pbs.twimg.com/media/Btus_-JIAAA-BIt.jpg +494237222837575683|Tue Jul 29 21:45:11 +0000 2014|Q: Is weight loss truly greater when exercising at moderate versus more intense levels? A: http://nyti.ms/1poYuUt +494231174987124736|Tue Jul 29 21:21:09 +0000 2014|Are you a female veteran? Has the return to civilian life been hard? We want to hear from you. http://nyti.ms/WM3Yzf +494230123059896320|Tue Jul 29 21:16:58 +0000 2014|The New Health Care: Do You Own a Gun? In Florida, Doctors Can’t Ask You That http://nyti.ms/1pCDrv3 +494216096182845442|Tue Jul 29 20:21:14 +0000 2014|How loneliness can make you sick — and might even kill you http://nyti.ms/WLOgEj via @nytopinion +494202322579640320|Tue Jul 29 19:26:30 +0000 2014|ASMR is widely popular on the web, but what does science have to say about it? http://nyti.ms/1poXZcX +494179580446384129|Tue Jul 29 17:56:08 +0000 2014|RT @cslnyt: Feeling anxious? How to reduce stress as a parent of an autistic child http://bit.ly/1poAZL7 +494164597725999104|Tue Jul 29 16:56:35 +0000 2014|RT @celiadugger: Two drs cared for 55 people w/Ebola in Sierra Leone after nurses walked out, on the frontlines of an epidemic. http://t.co… +494140144061272064|Tue Jul 29 15:19:25 +0000 2014|Almost a Third of All Med School Grads Are Osteopaths http://nyti.ms/1ponfQI +494138142040264704|Tue Jul 29 15:11:28 +0000 2014|Do you burn more calories if you exercise intensely rather than moderately? http://nyti.ms/WLyN77 +494123401913827328|Tue Jul 29 14:12:54 +0000 2014|The New Health Care: Why Health Insurance Plans With Narrow Networks Are Here to Stay http://nyti.ms/1rMPcFd +493957470650638336|Tue Jul 29 03:13:32 +0000 2014|Short Staff Tries to Cope With Ebola http://nyti.ms/1tUU0q2 +493893096116342784|Mon Jul 28 22:57:44 +0000 2014|The Scan: Into the Abyss, Music to Remember, Burning Man Planetarium, Intricate Insects http://nyti.ms/1rLJ1kL +493882140455886848|Mon Jul 28 22:14:12 +0000 2014|When the Caregivers Need Healing http://nyti.ms/1pn2dBP +493872938043834368|Mon Jul 28 21:37:38 +0000 2014|Reactions: Watched While Sleeping, What We Don’t Know, Jealous Dogs http://nyti.ms/1rLAhLt +493847031459618816|Mon Jul 28 19:54:42 +0000 2014|Well: Rustle, Tingle, Relax: The Compelling World of A.S.M.R. http://nyti.ms/1mVMvt6 +493838097965387776|Mon Jul 28 19:19:12 +0000 2014|Well: Ask Well: Exercise and Weight Loss http://nyti.ms/1mVFTLo +493833075978424320|Mon Jul 28 18:59:14 +0000 2014|Well: Statins Tied to Lower Risk of Barrett’s Esophagus http://nyti.ms/1tiWQHQ +493798212617400320|Mon Jul 28 16:40:42 +0000 2014|Books: Book Review: ‘The Norm Chronicles’ http://nyti.ms/1tijwrJ +493794219350589440|Mon Jul 28 16:24:50 +0000 2014|The New Health Care: The Problem With 'Pay for Performance' in Medicine http://nyti.ms/1rY2dJy +493789183564349440|Mon Jul 28 16:04:50 +0000 2014|Well: Probiotics May Reduce Blood Pressure http://nyti.ms/1rXYOul +493781505991540736|Mon Jul 28 15:34:19 +0000 2014|The New Old Age Blog: A New Resource About Parkinson’s http://nyti.ms/1ti3o9x +493758897589874688|Mon Jul 28 14:04:29 +0000 2014|Recipes for Health: Roasted Corn and Tomato Salsa http://nyti.ms/1zm3cGQ +493612409480032258|Mon Jul 28 04:22:23 +0000 2014|Well: Nursing Home Unthinkable? Be Prepared in Case It’s Inevitable http://nyti.ms/1qGGyID +493607926079447040|Mon Jul 28 04:04:35 +0000 2014|Pregnancy for Pay: A Surrogacy Agency That Delivered Heartache http://nyti.ms/1tRjnJk +493607925064421376|Mon Jul 28 04:04:34 +0000 2014|Groups Press State to Ban Poisons That Kill Wildlife http://nyti.ms/1qGFkxe +493603334625198081|Mon Jul 28 03:46:20 +0000 2014|Lawmakers Reach Deal on a Fix for V.A.’s Health Care System http://nyti.ms/1tRjkND +493603332616122368|Mon Jul 28 03:46:19 +0000 2014|DealBook: Equinox Fitness Is Buying Rest of Millennium’s Gyms http://nyti.ms/1qGFLHJ +493598715882778625|Mon Jul 28 03:27:59 +0000 2014|Balancing Special-Education Needs With Rising Costs http://nyti.ms/1qGFkxc +493598714746134528|Mon Jul 28 03:27:58 +0000 2014|Fear of Ebola Breeds a Terror of Physicians http://nyti.ms/1tRjnJi +492895824612184065|Sat Jul 26 04:54:56 +0000 2014|Hold the Regret? Fast Food Seeks Virtuous Side http://nyti.ms/Ut0f7W +492796289386434561|Fri Jul 25 22:19:25 +0000 2014|Death in the Peace Corps: A Trail of Medical Missteps http://nyti.ms/1jZVQFp +492796286324588544|Fri Jul 25 22:19:25 +0000 2014|Sunday Routine: Mark Fisher: A Day Away From the Ninjas http://nyti.ms/1pUK4Ko +492782228490182656|Fri Jul 25 21:23:33 +0000 2014|RT @paula_span: Social Security credit for the yrs caregivers can't work fulltime? Or at all? Rep. @NitaLowey introduces legislation. http:… +492779735077117952|Fri Jul 25 21:13:38 +0000 2014|RT @paula_span: Moving essay and video by @MartinSmithEdit, about living far from aging parents. http://ow.ly/zkEY9 +492778825949138944|Fri Jul 25 21:10:02 +0000 2014|RT @damiencave: Heartbreaking story of a Peace Corps volunteer who died jn China from @sherylstolberg http://www.nytimes.com/2014/07/26/world/asia/peace-corps-death-china-medical-missteps.html?hp&action=click&pgtype=Homepage&version=LargeMediaHeadlineSum&module=photo-spot-region®ion=photo-spot&WT.nav=photo-spot +492712577240412162|Fri Jul 25 16:46:47 +0000 2014|Well: Tomatoes All Summer Long http://nyti.ms/1pT1nM6 +492712575747256320|Fri Jul 25 16:46:46 +0000 2014|Well: Best Time of Day for a Testosterone Test http://nyti.ms/WQC5WC +492699577011945473|Fri Jul 25 15:55:07 +0000 2014|The New Old Age Blog: Addressing Caregivers’ Loss of Retirement Income http://nyti.ms/WQope4 +492692598235344896|Fri Jul 25 15:27:23 +0000 2014|RT @celiadugger: Photographers with mental illness shoot images that evoke their inner states. Slide show worth a look. http://t.co/12UE7NN… +492516231682203648|Fri Jul 25 03:46:34 +0000 2014|C.D.C. Says Tuberculosis Lab, Shut Amid Exposure Scare, Can Continue Its Work http://nyti.ms/1nzdKhv +492516230381973504|Fri Jul 25 03:46:34 +0000 2014|Advertising: Hard-to-Watch Commercials to Make Quitting Smoking Easier http://nyti.ms/1rQwuKp +492430471280984064|Thu Jul 24 22:05:47 +0000 2014|"I feel like they don’t want either of us around and just wish we would go away.” On having a kid with a disability: http://nyti.ms/1ny7Kpd +492425503538962433|Thu Jul 24 21:46:03 +0000 2014|Using photography to fight off anxiety and depression: http://nyti.ms/1ny34Qg +492425004504862720|Thu Jul 24 21:44:04 +0000 2014|RT @abbygoodnough: Would people keep their health insurance w/o federal subsidies to help w/cost? "No way," says one. Other voices here: ht… +492424479117955072|Thu Jul 24 21:41:59 +0000 2014|Acetaminophen does nothing for lower back pain, research shows. http://nyti.ms/1ny2bY5 +492424185197912065|Thu Jul 24 21:40:49 +0000 2014|A workout video from a doctor who believes that exercise is the best medicine. http://nyti.ms/1jXW93y +492404772432257024|Thu Jul 24 20:23:40 +0000 2014|Well: The Workout: Practicing His Own Medicine http://nyti.ms/1nxJFig +492379680922927104|Thu Jul 24 18:43:58 +0000 2014|RT @jtaylornyt: Worth rereading this in light of latest botched execution. Dodgy drug cocktails are not necessary: http://nyti.ms/1nOr5n8 +492379613793095680|Thu Jul 24 18:43:42 +0000 2014|"Before the visit, I had been split in two not by fear of death but by dread of dying.” A hospice tour: http://nyti.ms/1pfovFB +492350632402374656|Thu Jul 24 16:48:32 +0000 2014|Well: Seeing the Child, Not the Disability http://nyti.ms/1pfew3e +492335797698568192|Thu Jul 24 15:49:35 +0000 2014|Well: Living With Cancer: A Tour of Hospice http://nyti.ms/1pf8Xlj +492331036677009409|Thu Jul 24 15:30:40 +0000 2014|RT @celiadugger: After yet another botched execution, why do states still use problematic drug cocktails? Read @nytdenisegrady. http://t.c… +492296564325744641|Thu Jul 24 13:13:42 +0000 2014|Well: Photography as a Balm for Mental Illness http://nyti.ms/1kdQg2I +492163054960779266|Thu Jul 24 04:23:10 +0000 2014|Court Ruling on Health Care Subsidies Risks Loss of Coverage http://nyti.ms/1x4j2Dd +492076225678962688|Wed Jul 23 22:38:09 +0000 2014|Well: Acetaminophen No Better Than Placebo for Back Pain http://nyti.ms/1tC4Pgp +492052273330397184|Wed Jul 23 21:02:58 +0000 2014|RT @GretchenReynold: I'm of the noodly-arms school How Our Arms Help Us Run http://nyti.ms/1sPHTg3 +492035363175931905|Wed Jul 23 19:55:46 +0000 2014|The New Old Age Blog: Stealing a Page From the Boomers’ Playbook http://nyti.ms/1A7fODc +492024227634348032|Wed Jul 23 19:11:31 +0000 2014|Even if not as complex and twisted as the adult human form, dogs can be jealous. http://nyti.ms/1nr0Xh3 +492020950531977216|Wed Jul 23 18:58:30 +0000 2014|Leader of Lab That Had Anthrax Accident Resigns http://nyti.ms/1A70BBW +491806631270031360|Wed Jul 23 04:46:52 +0000 2014|Officials Focus on E-Cigarette Ads Aimed at Youths http://nyti.ms/WCcyR2 +491806630284390400|Wed Jul 23 04:46:52 +0000 2014|World Briefing: U.N. Warns of Polio Risk in War Zones http://nyti.ms/1p8WvRk +491802241746370560|Wed Jul 23 04:29:26 +0000 2014|Well: How Our Arms Help Us Run http://nyti.ms/1p909uz +491802240160907264|Wed Jul 23 04:29:25 +0000 2014|Investigators Detail Missteps in Verification for Health Care http://nyti.ms/WCdO6X +491798357502078977|Wed Jul 23 04:14:00 +0000 2014|World Briefing: China: Plague Isolates Parts of City http://nyti.ms/WCcAbO +491798356541583361|Wed Jul 23 04:14:00 +0000 2014|U.S. Military Is Scrutinized Over Trash Burning in Afghanistan http://nyti.ms/1p8WwVm +491794309872898048|Wed Jul 23 03:57:55 +0000 2014|Alex Torres Stands Alone Wearing Safer Isoblox Hat http://nyti.ms/WCcAbM +491794308186796033|Wed Jul 23 03:57:54 +0000 2014|Economic Scene: A Dearth in Innovation for Key Drugs http://nyti.ms/1p8WvRi +491779244154826752|Wed Jul 23 02:58:03 +0000 2014|How many Americans are lesbian, gay or bisexual? http://nyti.ms/1tvPSN2 +491672363927629824|Tue Jul 22 19:53:21 +0000 2014|RT @MarthaRShulman: Whole Wheat Focaccia with Tomatoes and Fontina http://nyti.ms/1sG8gVN So good I'm making it again today +491672082762043392|Tue Jul 22 19:52:14 +0000 2014|Niger, by some measures the poorest country in the world, also has its highest birthrate http://nyti.ms/1niUHbf +491660879168278528|Tue Jul 22 19:07:42 +0000 2014|Health Policy Perspective: Rulings on Health Law Are Far From Last Word http://nyti.ms/1jTN1gj +491660877574447104|Tue Jul 22 19:07:42 +0000 2014|Courts Issue Conflicting Rulings on Health Care Law http://nyti.ms/UmvjX0 +491634337276628992|Tue Jul 22 17:22:14 +0000 2014|Someone has made a $650 million private donation for psychiatric research http://nyti.ms/1tvQthB +491629529258266624|Tue Jul 22 17:03:08 +0000 2014|A sleep apnea test without a night in the hospital http://nyti.ms/1tvQXED +491620198177193985|Tue Jul 22 16:26:03 +0000 2014|Credibility Among Gay Men Gives Leverage to New York City’s New Chief of H.I.V. Prevention http://nyti.ms/UmbCi0 +491607304161488897|Tue Jul 22 15:34:49 +0000 2014|Fresh Concerns About a Hysterectomy Procedure Linked to Cancer Spread http://nyti.ms/1jTs7Oo +491515951712858112|Tue Jul 22 09:31:49 +0000 2014|The New Old Age Blog: An ‘Emotional Burden’ Rarely Discussed http://nyti.ms/1jSSJ1Z +491438671309328384|Tue Jul 22 04:24:44 +0000 2014|Hospital Agrees to Pay $190 Million Over Recording of Pelvic Exams http://nyti.ms/1tt8Qnn +491349538863861761|Mon Jul 21 22:30:33 +0000 2014|Only 0.7% identified as bisexual in new study. 1.6% as gay/lesbian. @JanHoffmanNYT http://nyti.ms/1trSETx +491346096011362305|Mon Jul 21 22:16:52 +0000 2014|Books: 'Proof' Drinks in the Science of Alcohol http://nyti.ms/1ncIRiS +491346094547566593|Mon Jul 21 22:16:52 +0000 2014|Reactions: Doctor Apologies, Contraceptives and H.I.V., Dosing Dangers, Mystery of Leprosy http://nyti.ms/1wSlo7Y +491338354949357568|Mon Jul 21 21:46:07 +0000 2014|Well: A Sleep Apnea Test Without a Night in the Hospital http://nyti.ms/1nczGie +491328596087410688|Mon Jul 21 21:07:20 +0000 2014|Well: How Many Americans Are Lesbian, Gay or Bisexual? http://nyti.ms/1nco5Qq +491323114455060480|Mon Jul 21 20:45:33 +0000 2014|Salty, sweet, sour, bitter and fatty? A number of categories are competing for entry into the exclusive taste club. http://nyti.ms/1nc8wYN +491316636981678082|Mon Jul 21 20:19:49 +0000 2014|Well: A Budding Club of Tastes http://nyti.ms/1wRXrh7 +491310530297352192|Mon Jul 21 19:55:33 +0000 2014|RT @MarthaRShulman: Easy Ways to Get More Vegetables on the Table, More Often http://nyti.ms/1nyCr9z Last piece in this fun series on #Mot… +491259815201484800|Mon Jul 21 16:34:01 +0000 2014|A Good Appetite: The Ultimate Veggie Burger http://nyti.ms/WyEc1v +491258740294041601|Mon Jul 21 16:29:45 +0000 2014|Thinking about doing a half-marathon? Here are some options. Now is the time to sign up. http://bit.ly/cIyke +491257322636083200|Mon Jul 21 16:24:07 +0000 2014|RT @nytimesscience: Watch 100,000 cells of a developing embryo move, shift and shuffle in living color. http://nyti.ms/1n5a5IN +491251709717774337|Mon Jul 21 16:01:49 +0000 2014|Op-Ed: "There is no more wasteful entity in medicine than a rushed doctor.” http://nyti.ms/1tqS0Fy +491250735523586048|Mon Jul 21 15:57:57 +0000 2014|RT @palafo: “Welcome to Missouri, America’s Drugstore. We aren’t just allowing abuse, we’ve created a business model for dealers" http://t.… +491250449673367553|Mon Jul 21 15:56:48 +0000 2014|A man realizes he is projecting his feelings about his mother onto his dog. http://nyti.ms/1tqQNhK +491244838168559616|Mon Jul 21 15:34:30 +0000 2014|Risotto with Tomatoes and Corn http://nyti.ms/WyBQj2 +491243840419143681|Mon Jul 21 15:30:33 +0000 2014|What’s the point of taking probiotics? http://nyti.ms/1nai8Du +491239629241470977|Mon Jul 21 15:13:49 +0000 2014|Uncooked Tomato and Mint Sauce with Poached Eggs http://nyti.ms/UklKYC +491237220599463936|Mon Jul 21 15:04:14 +0000 2014|RT @cslnyt: Why is Missouri the only state to NOT have a prescription drug database? @alanschwarz http://nyti.ms/1nMdMON +491232533023965184|Mon Jul 21 14:45:37 +0000 2014|Well: Probiotic Logic vs. Gut Feelings http://nyti.ms/1u7WViX +491228269547905024|Mon Jul 21 14:28:40 +0000 2014|The New Health Care: Medicare Advantage Is Not Efficient, but It Can Be http://nyti.ms/1nNCGh8 +491224973630255104|Mon Jul 21 14:15:34 +0000 2014|Before Albert J. Stunkard, few scientists had truly considered that some people are obese because of their genetics http://nyti.ms/1na5Ue9 +491074962804178945|Mon Jul 21 04:19:29 +0000 2014|Dr. Albert J. Stunkard, Destigmatizer of Fat, Dies at 92 http://nyti.ms/1zVIY8j +491068318779187200|Mon Jul 21 03:53:05 +0000 2014|Missouri Alone in Resisting Prescription Drug Database http://nyti.ms/1zVFxhH +490718632536592385|Sun Jul 20 04:43:33 +0000 2014|Yehuda Nir, a Psychiatrist and Holocaust Survivor, Dies at 84 http://nyti.ms/1n4OVtG +490651331972321280|Sun Jul 20 00:16:08 +0000 2014|Jury Awards $23.6 Billion in Florida Smoking Case http://nyti.ms/1qRYNGJ +490582747384389632|Sat Jul 19 19:43:36 +0000 2014|Pathogen Mishaps Rise as Regulators Stay Clear http://nyti.ms/1rzFi7g +490340897629175808|Sat Jul 19 03:42:34 +0000 2014|Doctor Accused of Overprescribing Pills Is Guilty of Manslaughter http://nyti.ms/1p3ryAK +490265204781891584|Fri Jul 18 22:41:48 +0000 2014|Passengers with a shared cause. Profiles of those headed to the AIDS Conference. http://nyti.ms/1te6W9W http://pbs.twimg.com/media/Bs3FmvyCEAE1-hi.png +490244920620625920|Fri Jul 18 21:21:12 +0000 2014|Do you know an AIDS activist or someone else on #MH17? Help pay homage to those who died. http://nyti.ms/1zS4uKW +490220558798573568|Fri Jul 18 19:44:23 +0000 2014|RT @jtaylornyt: Any of you science writers attending/covering #AIDS2014 in Melbourne? If so, DM me, please. +490215197983129600|Fri Jul 18 19:23:05 +0000 2014|MT @sargoll: A tragedy of war becomes a public health tragedy. http://nyti.ms/1zRAY8b +490214894806257664|Fri Jul 18 19:21:53 +0000 2014|RT @liamstack: "Leading AIDS Researcher Killed in Malaysia Airlines Flight 17 Crash" Such a tragedy. http://nyti.ms/1nErjIa +490200916575125504|Fri Jul 18 18:26:20 +0000 2014|President Obama on AIDS researchers, advocates who died. “Important for us to lift them up and affirm their lives." http://nyti.ms/1zRAY8b +490178766371840000|Fri Jul 18 16:58:19 +0000 2014|“Condolences to all international health workers in this field of honest care and prevention.” From FB page for the AIDS conference. +490175322550468608|Fri Jul 18 16:44:38 +0000 2014|RT @Jeffdelviscio: Joep Lange, AIDS researcher presumed dead in #mh17, in his own words on the disease. http://nyti.ms/1rn56Gf +490166017650606080|Fri Jul 18 16:07:40 +0000 2014|RT @croakeyblog: MT @jo_m_chandler: Global #AIDS researchers at Melbourne conference mourn colleagues lost in #MH17 http://ti.me/1rwA2RL … +490161793604804608|Fri Jul 18 15:50:53 +0000 2014|RT @DoctorYasmin: How do we measure how much a person has done for humanity? People like Joep change the course of epidemics. +490161723513794561|Fri Jul 18 15:50:36 +0000 2014|RT @DoctorYasmin: What a HUGE loss to the world. Just learned that dear friend, amazing father to 5 girls and veteran AIDS researcher Joep … +490148282937925632|Fri Jul 18 14:57:11 +0000 2014|RT @heathertal: Dr. Joep Lange, the HIV researcher who died in the Malaysia Airlines crash, sounds like an incredible man. http://t.co/Za… +490147353538871296|Fri Jul 18 14:53:30 +0000 2014|The weekly health quiz. The daily recommended level of physical activity for teens is … http://nyti.ms/1te9bdF +490144678571171840|Fri Jul 18 14:42:52 +0000 2014|Leading AIDS Researcher Killed in Malaysia Airlines Crash http://nyti.ms/1nTekr3 +490119774220066817|Fri Jul 18 13:03:54 +0000 2014|Well: Stir-Fries With a Touch of Thai http://nyti.ms/1oQPMLF +489960470431170561|Fri Jul 18 02:30:53 +0000 2014|Matter: A Call to Fight Malaria One Mosquito at a Time by Altering DNA http://nyti.ms/UeJddQ +489953873780830208|Fri Jul 18 02:04:41 +0000 2014|Well: A Vasectomy May Increase Prostate Cancer Risk http://nyti.ms/UeHUeP +489947525617430528|Fri Jul 18 01:39:27 +0000 2014|2 in Florida Said to Catch Fever Found in Tropics http://nyti.ms/1qjhoQ6 +489883789611786241|Thu Jul 17 21:26:11 +0000 2014|RT @paula_span: For everyone who couldn't stomach "Amour": a non-depressing movie about old people. http://newoldage.blogs.nytimes.com/2014/07/17/warming-times-in-a-cold-land/ +489876700889874432|Thu Jul 17 20:58:01 +0000 2014|The New Old Age Blog: Warming Times in a Cold Land http://nyti.ms/1qiPlk0 +489856109986197504|Thu Jul 17 19:36:12 +0000 2014|RT @deborahblum: What are the risks of nanoparticles in sunscreens? By me for @nytimeshealth. With a cool video! http://nyti.ms/1zNk0HZ +489848776031760384|Thu Jul 17 19:07:03 +0000 2014|RT @MarthaRShulman: Stir-fried Rice With Amaranth or Red Chard and Thai Basil http://nyti.ms/1zKrifz Another great summer #stir-fry on #Rec… +489845916828839936|Thu Jul 17 18:55:42 +0000 2014|Ask Well: Is Your Sunscreen Safe? http://nyti.ms/1r6YoCq +489833703905173506|Thu Jul 17 18:07:10 +0000 2014|RT @UpshotNYT: Health spending is slowing in a lot of other countries too. Should we rethink our assumptions? http://nyti.ms/1rjxARa http:/… +489827120584327168|Thu Jul 17 17:41:00 +0000 2014|Well: Ask Well: Nanoparticles in Sunscreens http://nyti.ms/1nBbCl1 +489799529827663872|Thu Jul 17 15:51:22 +0000 2014|Do you get our weekly health newsletter? Sign up here http://nyti.ms/1mRcCpQ +489789192344322050|Thu Jul 17 15:10:17 +0000 2014|Well: The CPR We Don’t See on TV http://nyti.ms/1mXXne1 +489784965761347584|Thu Jul 17 14:53:30 +0000 2014|The Weird, Scary and Ingenious Brain of Maria Bamford http://nyti.ms/1l8gVID +489784963790012416|Thu Jul 17 14:53:29 +0000 2014|Riff: Is Your Relationship With Fido on the Rocks? http://nyti.ms/1mXUVEw +489783446605430784|Thu Jul 17 14:47:28 +0000 2014|RT @celiadugger: Pig's heart, lot like human's, injected with a gene that made heartbeat regular, tho only for days, scientists rept. http:… +489780925795143680|Thu Jul 17 14:37:27 +0000 2014|Feeling guilty about keeping your aircon on at night? Research hints that a cooler bedroom could mean better sleep. http://nyti.ms/1mQU9cZ +489754572504576001|Thu Jul 17 12:52:43 +0000 2014|You can almost effortlessly tweak your metabolic health by lower the bedroom thermostat http://nyti.ms/1l7Dopl +489625505306390528|Thu Jul 17 04:19:51 +0000 2014|Well: Let’s Cool It in the Bedroom http://nyti.ms/UdiZs9 +489625503033065473|Thu Jul 17 04:19:51 +0000 2014|Well: A Family Plot http://nyti.ms/1tTRVOX +489615602600783872|Thu Jul 17 03:40:30 +0000 2014|C.D.C. Director Admits to Pattern of Unsafe Practices http://nyti.ms/UdfHVE +489615600184860672|Thu Jul 17 03:40:30 +0000 2014|V.A. Official Says Fixing Issues at Root of Waiting-List Scandal Will Cost Billions http://nyti.ms/1tTKXt6 +489608185980805120|Thu Jul 17 03:11:02 +0000 2014|Is Truvada, the pill to prevent H.I.V., 99 percent effective? Don’t be so sure http://nyti.ms/1oJv9kl +489596117147844608|Thu Jul 17 02:23:05 +0000 2014|Gene therapy may one day be an alternative to electronic pacemakers http://nyti.ms/1oJw58t +489575760416366592|Thu Jul 17 01:02:11 +0000 2014|Next to sunscreen, your smartphone may be the best thing to help you avoid a sunburn http://nyti.ms/1oJuIXs +489561680615964672|Thu Jul 17 00:06:14 +0000 2014|Weather may not affect back pain after all http://nyti.ms/1oJwDLF +489524999909175296|Wed Jul 16 21:40:29 +0000 2014|RT @David_Dobbs: How the Tobacco Industry Shaped the Science of Stress http://wp.me/p3Aigm-FMr +489524795734646785|Wed Jul 16 21:39:40 +0000 2014|RT @albertsun: Still no pill that treats cardiovascular disease, etc as well as lifestyle change http://well.blogs.nytimes.com/2014/07/16/3-things-to-know-about-niacin-and-heart-health/ +489516938406531072|Wed Jul 16 21:08:27 +0000 2014|Well: 3 Things to Know About Niacin and Heart Health http://nyti.ms/1wwmOVy +489498470597009409|Wed Jul 16 19:55:04 +0000 2014|Family That Owns Hobby Lobby Plans Bible Museum in Washington http://nyti.ms/1t4CyPq +489494180151193600|Wed Jul 16 19:38:01 +0000 2014|App Smart: Have Your Time in the Sun, and Not a Minute Longer http://nyti.ms/1mVgUvK +489494179106811904|Wed Jul 16 19:38:01 +0000 2014|Calculating Risk: Is Truvada, the Pill to Prevent H.I.V., 99 Percent Effective? Don’t Be So Sure http://nyti.ms/1t4CyyX +489474482890100737|Wed Jul 16 18:19:45 +0000 2014|Gene Therapy Used to Create ‘Biological Pacemaker’ in Pigs http://nyti.ms/1mhOesA +489470286082084864|Wed Jul 16 18:03:04 +0000 2014|RT @paula_span: We're going to be hearing more about stress reduction and "lifestyle modification" to prevent or delay dementia. http://t.c… +489469618776723456|Wed Jul 16 18:00:25 +0000 2014|The trainer of German soccer stars offers tips for the rest of us. http://nyti.ms/1qfo2Hh +489463015532924928|Wed Jul 16 17:34:11 +0000 2014|Well: Weather May Not Affect Back Pain http://nyti.ms/WhMWJ6 +489444854691135489|Wed Jul 16 16:22:01 +0000 2014|The case for a uniform unit for liquid medicines http://nyti.ms/1mIcYis +489442751097098240|Wed Jul 16 16:13:39 +0000 2014|Recipes for Health: Stir-Fried Turkey Breast With Snap or Snow Peas and Chard http://nyti.ms/WhEsSn +489430677402968064|Wed Jul 16 15:25:41 +0000 2014|The German players covered 71 miles on average as a team per game. Only the Americans ran more, says their trainer. http://nyti.ms/1qfo2Hh +489430202385440770|Wed Jul 16 15:23:48 +0000 2014|Roche Reports Mixed Results in Trial of an Alzheimer’s Drug http://nyti.ms/Why8Kv +489428614556168193|Wed Jul 16 15:17:29 +0000 2014|RT @nytimeswell: The case for a uniform unit for liquid medicines http://nyti.ms/1mIcYis +489424056618606594|Wed Jul 16 14:59:22 +0000 2014|RT @cslnyt: The push for steadier shifts for part-time workers. I'd imagine there would be health benefits, too @greenhousenyt http://t.co/… +489419477915025408|Wed Jul 16 14:41:11 +0000 2014|FIFA has taken a misguided approach to concussions in large part because of the sport's substitution rules http://nyti.ms/1qfw8jd +489302104713228289|Wed Jul 16 06:54:47 +0000 2014|Medicaid Home Care Cuts Are Unjust, Lawsuit Says http://nyti.ms/1oGSdAl +489262479784947712|Wed Jul 16 04:17:19 +0000 2014|Well: Train Like a German Soccer Star http://nyti.ms/1mTeWMv +489257584273399808|Wed Jul 16 03:57:52 +0000 2014|Op-Ed Contributor: The Benefits of Failing at French http://nyti.ms/1mTdwl8 +489249033953628161|Wed Jul 16 03:23:54 +0000 2014|The New Smoke: E-Cigarette Makers Are in an Arms Race for Exotic Vapor Flavors http://nyti.ms/1nuBCP9 +489245044042637312|Wed Jul 16 03:08:02 +0000 2014|At NewYork-Presbyterian Hospital, Its Ex-C.E.O. Finds Lucrative Work http://nyti.ms/1nuBD5n +489245042549473280|Wed Jul 16 03:08:02 +0000 2014|Sports of The Times: World Cup 2014: Christoph Kramer’s Head Injury Brings FIFA’s Problem to the Forefront http://nyti.ms/W8X0nu +489209810454200321|Wed Jul 16 00:48:02 +0000 2014|Study: Testosterone therapy does not extend the lives of early prostate cancer patients http://nyti.ms/1oEQhZh +489200163148562432|Wed Jul 16 00:09:42 +0000 2014|Living With Uncertainty: Expected Health Spending Declines — Again http://nyti.ms/1mfqPI1 +489196038788751360|Tue Jul 15 23:53:19 +0000 2014|Novartis Joins With Google to Develop Contact Lens That Monitors Blood Sugar http://nyti.ms/W8yZgj +489196037513703424|Tue Jul 15 23:53:18 +0000 2014|Death Toll From Ebola Surges in West Africa, Prompting Alarm http://nyti.ms/1mfqQM5 +489170604184973312|Tue Jul 15 22:12:15 +0000 2014|Try this sweet stir-fry with Thai flavors (Photo: Andrew Scrivani for NYT) http://nyti.ms/1mH7uVg http://pbs.twimg.com/media/BsmNHw6CUAAp8uL.jpg +489168670024007681|Tue Jul 15 22:04:33 +0000 2014|The New Old Age Blog: Small Changes, and Hopes, for Preventing Dementia http://nyti.ms/1mIolXI +489139190857494528|Tue Jul 15 20:07:25 +0000 2014|Well: Stroke Rates Are Declining http://nyti.ms/1roNQOd +489131762053054464|Tue Jul 15 19:37:54 +0000 2014|Readers ask: Can exercise cause headaches? http://nyti.ms/1oFf6nN +489090043739254786|Tue Jul 15 16:52:07 +0000 2014|Novartis joins with Google to develop a smart contact lens with the potential to monitor blood sugar levels http://nyti.ms/1oEDNk8 +489080940820701184|Tue Jul 15 16:15:57 +0000 2014|Well: A Spoonful of Medicine May Put Children at Risk http://nyti.ms/1qcN1en +489072296762830848|Tue Jul 15 15:41:36 +0000 2014|Little is known about the placenta, making it fertile territory for potential medical breakthroughs http://nyti.ms/1mH2903 +489061406550282240|Tue Jul 15 14:58:20 +0000 2014|Corn, Squash, Red Onion and Tomatoes Stir-Fried in Coconut Oil http://nyti.ms/1sjBg5t +488817431646064641|Mon Jul 14 22:48:52 +0000 2014|Reactions: AIDS 'Cures,' Sharing Therapy Notes, Examining the Physical Exam http://nyti.ms/1wnnsV8 +488814121144815616|Mon Jul 14 22:35:42 +0000 2014|RT @bydanielvictor: Six dangerous vials of the smallpox virus were just hanging out, unguarded, in a research lab since 1954 http://t.co/9O… +488813102004441089|Mon Jul 14 22:31:39 +0000 2014|Essay: The Advanced Metrics of Attraction http://nyti.ms/1wnaZkz +488813101006217217|Mon Jul 14 22:31:39 +0000 2014|The Doctor's World: Ticking Viral Bombs, Left in Boxes http://nyti.ms/1wnihVb +488808599359995904|Mon Jul 14 22:13:46 +0000 2014|Real-Life Illness in a Virtual World http://nyti.ms/1mDmbZw +488808596730163200|Mon Jul 14 22:13:45 +0000 2014|Global Health: New Contraceptive Shot Being Released in Africa http://nyti.ms/1mDqrrP +488808335664513024|Mon Jul 14 22:12:43 +0000 2014|RT @cslnyt: Kids in India may be malnourished from lack of toilets, not food. Surprising story by @GardinerHarris http://nyti.ms/1kmlDCt +488803974435602432|Mon Jul 14 21:55:23 +0000 2014|The Push to Understand the Placenta http://nyti.ms/1wnaZkx +488803973470908417|Mon Jul 14 21:55:23 +0000 2014|Well: Saying Sorry, but for What? http://nyti.ms/1mDo7kC +488799535628435456|Mon Jul 14 21:37:45 +0000 2014|Well: Pelvic Exercises for Men, Too http://nyti.ms/1wn9Byn +488799280392855552|Mon Jul 14 21:36:44 +0000 2014|RT @markoff: Real-Life Illness in a Virtual World, via @nytimes http://nyti.ms/W4hFca +488798062798974977|Mon Jul 14 21:31:54 +0000 2014|Kegels for men. http://nyti.ms/1nzCvdG +488792504289198080|Mon Jul 14 21:09:49 +0000 2014|Well: Study Discounts Testosterone Therapy for Early Prostate Cancer http://nyti.ms/1mDdQoC +488788246617661440|Mon Jul 14 20:52:53 +0000 2014|Well: Drug Shows Promise for Common Cause of Infertility http://nyti.ms/1mDbhTp +488780749471248384|Mon Jul 14 20:23:06 +0000 2014|Books: In Defense of Indispensable Dad http://nyti.ms/1wmU4hV +488778597088649218|Mon Jul 14 20:14:33 +0000 2014|RT @GardinerHarris: Malnourished children may need toilets more than food. http://mobile.nytimes.com/2014/07/15/world/asia/poor-sanitation-in-india-may-afflict-well-fed-children-with-malnutrition.html +488766921664626689|Mon Jul 14 19:28:09 +0000 2014|RT @lpolgreen: More stunning facts from @gardinerharris' sanitation story: one 1% of Chinese, 3% of Bangladeshis defecate outdoors. 50% of … +488766883248996352|Mon Jul 14 19:28:00 +0000 2014|RT @lpolgreen: India spends $20 billion on food for the poor, and just $400 million on sanitation. Numbers should be reversed, experts say. +488753390046810112|Mon Jul 14 18:34:23 +0000 2014|Well: Ask Well: Exercise and Headaches http://nyti.ms/1mCFq5j +488706010241331200|Mon Jul 14 15:26:07 +0000 2014|Recipes for Health: Stir-Fried Beans With Tofu and Chiles http://nyti.ms/1qag3LD +488683262353883136|Mon Jul 14 13:55:43 +0000 2014|Well: We Are Our Bacteria http://nyti.ms/1qa3OhT +488534387794124800|Mon Jul 14 04:04:09 +0000 2014|After Lapses, C.D.C. Admits a Lax Culture at Labs http://nyti.ms/1kTzdgN +488447178491568128|Sun Jul 13 22:17:36 +0000 2014|RT @paula_span: Why do hospital visitors have to leave at 8 pm? An argument for unrestricted visiting -- even in ICUs. http://t.co/Tm3jXbA… +488446728199499777|Sun Jul 13 22:15:49 +0000 2014|RT @celiadugger: New meta-analysis of organic food finds less pesticide residues but can't settle ? of whether better for health. http://t.… +488446528550629376|Sun Jul 13 22:15:01 +0000 2014|RT @cslnyt: Barcelona's Marijuana Clubs where some smoke for medical reasons @Suzannedaley http://nyti.ms/1y0e1xM +488446205031366656|Sun Jul 13 22:13:44 +0000 2014|RT @deborahblum: This is just so sad: How One College Handled a Sexual Assault Complaint http://nyti.ms/1niTooo +488446117584310272|Sun Jul 13 22:13:24 +0000 2014|RT @suleikajaouad: "People in pain seek both to describe their suffering and to give meaning to it" Great @nytimes read by Joanna Bourke ht… +487821090547597312|Sat Jul 12 04:49:45 +0000 2014|Op-Ed Contributor: The Trouble With Brain Science http://nyti.ms/1qtaGCU +487803732655370240|Sat Jul 12 03:40:47 +0000 2014|Fertility Clinics Scan for the Strongest Embryo http://nyti.ms/1qSfq7j +487799416578125824|Sat Jul 12 03:23:38 +0000 2014|Business Briefing: Senators Query Hepatitis C Drug’s High Costs http://nyti.ms/1qSfq7l +487799415617646592|Sat Jul 12 03:23:38 +0000 2014|Study of Organic Crops Finds Fewer Pesticides and More Antioxidants http://nyti.ms/1qt4o6q +487701509065678848|Fri Jul 11 20:54:35 +0000 2014|Well: Doubts on Fasting Before Cholesterol Tests http://nyti.ms/1r4m7EV +487652029184376832|Fri Jul 11 17:37:58 +0000 2014|The New Old Age Blog: A Move to Extend Visiting Hours at Hospitals http://nyti.ms/1r3NcYV +487652027409772546|Fri Jul 11 17:37:58 +0000 2014|C.D.C. Closes Anthrax and Flu Labs After Accidents http://nyti.ms/1y4gvuQ +487612804695072768|Fri Jul 11 15:02:06 +0000 2014|Innovation: Who Made That Ice Pack? http://nyti.ms/1q3EIkV +487608004796510209|Fri Jul 11 14:43:02 +0000 2014|Lives: My Mother’s Miracle-Water Cure http://nyti.ms/1sGXagm +487608003563360256|Fri Jul 11 14:43:02 +0000 2014|A Medicine to Some: Don’t Laugh: Berkeley Plans to Give Free Marijuana to the Poor http://nyti.ms/1sGXagi +487451026954670082|Fri Jul 11 04:19:15 +0000 2014|Well: These Fruits Were Made for Grilling http://nyti.ms/1s0Rq3D +487426834133712896|Fri Jul 11 02:43:07 +0000 2014|Questcor Reveals Adverse Events Data for Acthar for First Time http://nyti.ms/1qpTYUV +487426833206759425|Fri Jul 11 02:43:07 +0000 2014|Barcelona Journal: Marijuana Clubs Rise Out of Decades-Old Spanish Laws http://nyti.ms/1qpTWMI +487351698386866176|Thu Jul 10 21:44:34 +0000 2014|RT @celiadugger: Sad news: the Mississippi baby thought to be cured of HIV now showing signs of infection. http://nyti.ms/1kJjMaN +487342560604856321|Thu Jul 10 21:08:15 +0000 2014|Signs of Infection Seen in Child Believed to Have Been Cured of H.I.V. http://nyti.ms/1qp2tQi +487290819519733760|Thu Jul 10 17:42:39 +0000 2014|Well: Living With Cancer: Parting Gifts http://nyti.ms/1mOs9aL +487275881597902848|Thu Jul 10 16:43:17 +0000 2014|The New Old Age Blog: Where Older People Are Gloomy About Their Health http://nyti.ms/1xYHqII +487244367124783104|Thu Jul 10 14:38:04 +0000 2014|Possible Asbestos Risk at U.S. Capitol Building http://nyti.ms/1jgD5Nz +487163561681387520|Thu Jul 10 09:16:58 +0000 2014|Well: A Headbanger’s Headache http://nyti.ms/1miDa2W +487103113141428224|Thu Jul 10 05:16:46 +0000 2014|Well: The Physical Exam as Refuge http://nyti.ms/1sA0WrV +487099258806730752|Thu Jul 10 05:01:27 +0000 2014|Closing Arguments in Case of Doctor Accused of Overprescribing Drugs http://nyti.ms/1sA0YAa +487099257435217920|Thu Jul 10 05:01:27 +0000 2014|Health Insurers Are Trying New Payment Models, Study Shows http://nyti.ms/1q0OTH1 +487095290764484608|Thu Jul 10 04:45:41 +0000 2014|A Survey Says: Newest Health Insurance Customers Are Generally Happy http://nyti.ms/1q0OTGZ +487095289883656192|Thu Jul 10 04:45:41 +0000 2014|Race Is On to Profit From Rise of Urgent Care http://nyti.ms/1sA0YA4 +487078036408254464|Thu Jul 10 03:37:08 +0000 2014|America’s young people, as a group, are becoming more out of shape with every passing year http://nyti.ms/1mIZ80m +487041531824459776|Thu Jul 10 01:12:04 +0000 2014|Drug-resistant tuberculosis is on the rise http://nyti.ms/1xU0ZSr via @nytopinion +487018872982097921|Wed Jul 09 23:42:02 +0000 2014|Lettuce turnip the beet http://nyti.ms/1xTUoYa +486984329260974080|Wed Jul 09 21:24:46 +0000 2014|Europe Fines Servier in Pay-for-Delay Crackdown http://nyti.ms/VYT09l +486965947119702016|Wed Jul 09 20:11:43 +0000 2014|Staple closures are faster, but suture closures are safer after a C-section http://nyti.ms/1xTFtx3 +486935846335950849|Wed Jul 09 18:12:07 +0000 2014|No, contraception coverage does not usually pay for itself http://nyti.ms/1mJoeMl +486920209425760256|Wed Jul 09 17:09:59 +0000 2014|The rapid price increases for some generic drugs have caught doctors and patients by surprise http://nyti.ms/1mJjQNq +486893969461485568|Wed Jul 09 15:25:43 +0000 2014|Well: Staples vs. Sutures After C-Section http://nyti.ms/U3MH2H +486892211708379136|Wed Jul 09 15:18:43 +0000 2014|America’s young people, as a group, are becoming more out of shape with every passing year http://nyti.ms/1mIZ80m +486726231376007168|Wed Jul 09 04:19:11 +0000 2014|Probing Brain’s Depth, Trying to Aid Memory http://nyti.ms/VHWfBD +486726230008668160|Wed Jul 09 04:19:10 +0000 2014|Well: This Is Our Youth http://nyti.ms/VHY1mj +486722323052232704|Wed Jul 09 04:03:39 +0000 2014|Democrats Push Bill to Reverse Supreme Court Ruling on Contraceptives http://nyti.ms/1kCeNJ1 +486718007939694592|Wed Jul 09 03:46:30 +0000 2014|Using M.C.s and M.D.s to Promote Healthy Eating for Youths http://nyti.ms/VHSMCY +486718006878543872|Wed Jul 09 03:46:30 +0000 2014|Six Vials of Smallpox Discovered in Laboratory Near Washington http://nyti.ms/VHSMCU +486697277621145600|Wed Jul 09 02:24:08 +0000 2014|Excessive drinking is the fourth leading cause of preventable death in the United States http://nyti.ms/1mFreJQ +486663808362885120|Wed Jul 09 00:11:08 +0000 2014|Try this refreshing grilled watermelon and feta salad (Photo: Andrew Scrivani for NYT) http://nyti.ms/1mFsHzM http://pbs.twimg.com/media/BsDQpAHCcAE3pga.jpg +486633116400766978|Tue Jul 08 22:09:10 +0000 2014|Would you want to read your therapist's notes after each session? http://nyti.ms/1mFp3WB +486620561770954754|Tue Jul 08 21:19:17 +0000 2014|Vials of Smallpox Found in F.D.A. Storage Room http://nyti.ms/1r6OGir +486617905313112065|Tue Jul 08 21:08:44 +0000 2014|Coming to the United States for a baby, and womb to carry it (Photo: Matt Rainey for NYT) http://nyti.ms/1xOiKm5 http://pbs.twimg.com/media/BsDQZ-ECIAEq1yU.jpg +486581789096697856|Tue Jul 08 18:45:13 +0000 2014|RT @paula_span: How useful are five-star ratings Medicare awards for nursing homes? Ohio residents, families say: Not very. http://t.co/6r7… +486568181847576576|Tue Jul 08 17:51:09 +0000 2014|Long waits to get a doctor's appointment have become the norm in many parts of American medicine http://nyti.ms/1xNnM27 via @nytopinion +486555011464585217|Tue Jul 08 16:58:49 +0000 2014|The New Old Age Blog: The Fault in Our Stars http://nyti.ms/1r6ddEh +486539604599001088|Tue Jul 08 15:57:35 +0000 2014|RT @celiadugger: 1.5 million tons of flame retardants are used annually and get into everything from peanut butter to women's bodies. http:… +486529783975931905|Tue Jul 08 15:18:34 +0000 2014|RT @dacorc: Fascinating, from @JanHoffmanNYT: What the Therapist Thinks About You http://nyti.ms/1n1p5SY +486283818362748928|Mon Jul 07 23:01:11 +0000 2014|Profiles in Science: A Billionaire Mathematician’s Life of Ferocious Curiosity http://nyti.ms/1mt5NK8 +486274207396159490|Mon Jul 07 22:23:00 +0000 2014|RT @nytdining: .@Bittman is giving tofu the new look it deserves: http://nyti.ms/1pVqAdr Photo: @esung http://pbs.twimg.com/media/Br-VjIOIYAAKBSD.jpg +486267214245658624|Mon Jul 07 21:55:12 +0000 2014|Global Health: New Field Tests May Curb Kissing Bug Disease http://nyti.ms/1m9Sz5z +486241709773565953|Mon Jul 07 20:13:52 +0000 2014|Well: What the Therapist Thinks About You http://nyti.ms/1m9EsgB +486224971145158656|Mon Jul 07 19:07:21 +0000 2014|RT @GabrielleGlaser: Some hopeful news. My latest on evidence-based treatment of substance abuse: A Different Path to Fighting Addiction ht… +486221286952407040|Mon Jul 07 18:52:43 +0000 2014|RT @MarthaRShulman: Grilled Vanilla-Ginger Pineapple http://nyti.ms/1zkguo8 Don't put away your grills! Grilled fruit all week on #Recipesf… +486209214399131648|Mon Jul 07 18:04:44 +0000 2014|Well: Studying May Make You Nearsighted http://nyti.ms/1j93LzH +486205381023379456|Mon Jul 07 17:49:30 +0000 2014|Well: Alcohol Remains a Leading Killer http://nyti.ms/1j938pW +486191101507035137|Mon Jul 07 16:52:46 +0000 2014|Well: Weekend Dangers at the E.R. http://nyti.ms/1j8VTym +486184377152729089|Mon Jul 07 16:26:03 +0000 2014|RT @tamarnyt: With surrogacy illegal in so many countries, more foreign couples heading to US for a womb, and a baby http://t.co/JUE9Vo9U… +486183953339252736|Mon Jul 07 16:24:21 +0000 2014|How closely have you been following health news? The weekly quiz: http://nyti.ms/1tgaFaO +486178421731766272|Mon Jul 07 16:02:23 +0000 2014|RT @celiadugger: It's not just VA patients who wait for apts. So do privately insured Americans, writes @nytrosenthal. http://t.co/Gn4BtqF… +486178351481389057|Mon Jul 07 16:02:06 +0000 2014|RT @nytrosenthal: http://www.nytimes.com/2014/07/06/sunday-review/long-waits-for-doctors-appointments-have-become-the-norm.html To discuss long U.S. wait times and solutions, please join our Facebook Group https://t.co/lmM8QF… +486178327468990464|Mon Jul 07 16:02:00 +0000 2014|RT @nytrosenthal: Myth that US patients don't wait for medical care. They do! http://www.nytimes.com/2014/07/06/sunday-review/long-waits-for-doctors-appointments-have-become-the-norm.html. Join NYT new Paying Till it Hurts FB … +486178167334653952|Mon Jul 07 16:01:22 +0000 2014|RT @cslnyt: Fighting addiction without A.A. @gabrielleglaser http://nyti.ms/1qDgmxF +486174278938025984|Mon Jul 07 15:45:55 +0000 2014|Recipes for Health: Grilled Vanilla-Ginger Pineapple http://nyti.ms/1qbUOEG +486159407353720833|Mon Jul 07 14:46:49 +0000 2014|The New Health Care: Gingrich’s Correct Prediction About Medicare’s Future http://nyti.ms/1qbKug6 +486000614611353600|Mon Jul 07 04:15:50 +0000 2014|Well: Overweight and Pregnant http://nyti.ms/1lMoGn8 +485569747233550336|Sat Jul 05 23:43:43 +0000 2014|Foreign Couples Heading to America for Surrogate Pregnancies http://nyti.ms/1zgxKeb +485565040838193152|Sat Jul 05 23:25:01 +0000 2014|Foreign Couples Heading to America for Surrogate Pregnancies http://nyti.ms/1zgwyY2 +485425398935994368|Sat Jul 05 14:10:08 +0000 2014|Remember to reapply your sunscreen! http://nyti.ms/1qCzRGD +485248904561446913|Sat Jul 05 02:28:49 +0000 2014|Obama Weighs Steps to Cover Contraception http://nyti.ms/TUNumh +485236091297865728|Sat Jul 05 01:37:54 +0000 2014|Virus Plagues the Pork Industry, and Environmentalists http://nyti.ms/1j3MKqN +484913764224229376|Fri Jul 04 04:17:05 +0000 2014|Well: Adopt a Bean and Cook With It http://nyti.ms/1lDZQ8J +484896300828459008|Fri Jul 04 03:07:41 +0000 2014|A Different Path to Fighting Addiction http://nyti.ms/1otiKnz +484896299276578816|Fri Jul 04 03:07:41 +0000 2014|Birth Control Order Deepens Divide Among Justices http://nyti.ms/1j1SRvK +484805714222010369|Thu Jul 03 21:07:44 +0000 2014|Your questions on Truvada, answered: http://nyti.ms/1qCANLb +484805375167062017|Thu Jul 03 21:06:23 +0000 2014|More on Truvada, the drug that could transform AIDS prevention in the United States: http://nyti.ms/1qCAAHR +484803227704360962|Thu Jul 03 20:57:51 +0000 2014|Moving beyond condoms as HIV risk-reduction tool. Gov. Andrew Cuomo pushes for new strategy. http://nyti.ms/1qCz9t7 +484790700899581952|Thu Jul 03 20:08:04 +0000 2014|The Think Like a Doctor answer is … Insulinoma. A reader who was not a doctor figured it out. http://nyti.ms/1qCpD9n +484785299269386240|Thu Jul 03 19:46:36 +0000 2014|Fighting an Epidemic: Pill to Prevent H.I.V. Gets a Prominent Backer: Andrew Cuomo http://nyti.ms/Vj7MqL +484775388455780352|Thu Jul 03 19:07:13 +0000 2014|Well: Think Like a Doctor: Sugar-Free Solved! http://nyti.ms/ViXAyx +484770755390222336|Thu Jul 03 18:48:49 +0000 2014|RT @paula_span: Is it condescending to warn seniors about #benzos risks and try to help them quit? Some New Old Age readers unhappy. http:/… +484734783931813888|Thu Jul 03 16:25:53 +0000 2014|RT @heathertal: Parents must spend more than $500 on mandatory vaccine. Meanwhile manufacturer is making $4 billion. @nytrosenthal http://t… +484718841197772800|Thu Jul 03 15:22:32 +0000 2014|RT @nytrosenthal: Who knew kids vaccinations had become so pricey? The latest from NYT series Paying Till it Hurts. http://www.nytimes.com/2014/07/03/health/Vaccine-Costs-Soaring-Paying-Till-It-Hurts.html +484718782485921792|Thu Jul 03 15:22:18 +0000 2014|RT @nytrosenthal: Read to end of vaccine piece: We started a NYT Paying Till it Hurts Facebook Group to talk HC prices! Please join! https:… +484718650562449408|Thu Jul 03 15:21:46 +0000 2014|RT @celiadugger: 100s of 1000s of Americans get spinal shots for back & leg pain but randomized trial finds the don't help much. http://t.c… +484712832827928576|Thu Jul 03 14:58:39 +0000 2014|RT @ReedAbelson: Jamie Dimon’s Cancer Revelation Raises Questions About Disclosing the C.E.O.’s Illness http://nyti.ms/1qzxq7Q +484648552787099648|Thu Jul 03 10:43:13 +0000 2014|Well: The Doctor Gets V.I.P. Treatment http://nyti.ms/1mWrzGO +484551061471232000|Thu Jul 03 04:15:50 +0000 2014|Well: Ask Well: Reapply Your Sunscreen http://nyti.ms/1jLKQpI +484539837933182977|Thu Jul 03 03:31:14 +0000 2014|DealBook: Jamie Dimon’s Cancer Revelation Raises Questions About Disclosing the C.E.O.’s Illness http://nyti.ms/1mmrpth +484539836985253888|Thu Jul 03 03:31:14 +0000 2014|Paying Till It Hurts: The Price of Prevention: Vaccine Costs Soaring http://nyti.ms/1oaTbpu +484535447889379328|Thu Jul 03 03:13:47 +0000 2014|National Briefing | Midwest: Missouri: Three-Day Wait for Abortion Is Vetoed http://nyti.ms/1mmoVep +484535446958276609|Thu Jul 03 03:13:47 +0000 2014|Rick Perry Turns From Beloved Cowboy Boots http://nyti.ms/1oaOyvI +484531438260600834|Thu Jul 03 02:57:51 +0000 2014|After Criticism, Investigator Steps Down From the V.A. http://nyti.ms/1oaOyvG +484531436964573184|Thu Jul 03 02:57:51 +0000 2014|Insurers on New York State’s Health Exchange Seek Significant Rate Increases http://nyti.ms/1mmoVen +484448386167623681|Wed Jul 02 21:27:50 +0000 2014|RT @BarryMeier: Update: Sgt. Shane Savage of "A Soldier's War on Pain" http://nyti.ms/1mNebGV had amputation. He's feeling good and ready t… +484448292945010688|Wed Jul 02 21:27:28 +0000 2014|RT @PamBelluck: For people with back pain, an important new study: do steroid injections for spinal stenosis work? http://nyti.ms/1vxMZun +484444737542569985|Wed Jul 02 21:13:20 +0000 2014|Common Treatment for Back Pain Provides Little Help, Study Says http://nyti.ms/1o2FnMu +484436345444904960|Wed Jul 02 20:39:59 +0000 2014|RT @cslnyt: Is practice variation ok?Or should medicine be strictly evidence-based? @aaronecarroll http://nyti.ms/1qTjW6N +484435496861724672|Wed Jul 02 20:36:37 +0000 2014|RT @paula_span: A brochure can help wean older adults off risky benzos -- sleeping pills. http://newoldage.blogs.nytimes.com/2014/07/02/weaning-older-patients-off-of-sleeping-pills/ +484422971206160384|Wed Jul 02 19:46:51 +0000 2014|State of the Art: The Bright Side of Facebook’s Social Experiments on Users http://nyti.ms/1pXvCle +484402471696351233|Wed Jul 02 18:25:23 +0000 2014|The New Old Age Blog: Weaning Older Patients Off of Sleeping Pills http://nyti.ms/1m9elpD +484395946307231744|Wed Jul 02 17:59:27 +0000 2014|RT @nytimes: Moderate exercise may help to slow the progression of Alzheimer's disease http://nyti.ms/1mK6rip +484321748478099456|Wed Jul 02 13:04:37 +0000 2014|Well: Think Like a Doctor: Sugar-Free http://nyti.ms/1o1Aa7D +484305663125114880|Wed Jul 02 12:00:42 +0000 2014|For all the antiquity and notoriety of leprosy, the disease continues to surprise and confound http://nyti.ms/TCriwV +484195469024059392|Wed Jul 02 04:42:50 +0000 2014|World Briefing: Ebola Outbreak Is Largest Ever http://nyti.ms/1mj0IFX +484195467702845440|Wed Jul 02 04:42:50 +0000 2014|Nutrition Group Lobbies Against Healthier School Meals It Sought, Citing Cost http://nyti.ms/TBC3zz +484190171525824512|Wed Jul 02 04:21:47 +0000 2014|Well: Can Exercise Reduce Alzheimer’s Risk? http://nyti.ms/TBzWfc +484175138670120960|Wed Jul 02 03:22:03 +0000 2014|Flame retardants have been found in a multitude of places, from breast milk to Antarctic penguins http://nyti.ms/1qvRYy1 +484140405470949376|Wed Jul 02 01:04:02 +0000 2014|The psychology of the penalty kick http://nyti.ms/1rUYkEI +484064852286005250|Tue Jul 01 20:03:48 +0000 2014|Prescription Drug Deaths in Florida Plunge After Tougher Laws http://nyti.ms/1rebbEv +484034208428752898|Tue Jul 01 18:02:02 +0000 2014|The illogic of employer-sponsored health insurance http://nyti.ms/1rUkxTf +484025611728723968|Tue Jul 01 17:27:53 +0000 2014|RT @nytDeniseGrady: No need for a hated checkup? Guideline Calls Routine Pelvic Exams Unnecessary http://nyti.ms/1qsbVpl +484025561590009856|Tue Jul 01 17:27:41 +0000 2014|RT @deborahblum: My latest for @nytimes: Flame Retardants Are Everywhere (from peanut butter to penguins) http://nyti.ms/1kaFSCI +484018258597937152|Tue Jul 01 16:58:40 +0000 2014|Well: Flame Retardants Are Everywhere http://nyti.ms/1mhoYrW +483998662222417920|Tue Jul 01 15:40:47 +0000 2014|Gluten-Free Dining in Italy http://nyti.ms/1odsH8z +483984158533120000|Tue Jul 01 14:43:10 +0000 2014|Recipes for Health: Big Bowl With Spicy Brown Bean, Squash and Corn Succotash http://nyti.ms/V7FGP8 +483737560863494144|Mon Jun 30 22:23:16 +0000 2014|On View: ‘Code Black’: A Window Into Doctors’ Training http://nyti.ms/1meU8QT +483737559064129536|Mon Jun 30 22:23:16 +0000 2014|Reactions : Life Outside the Hospital; Consequences of Cool; You’re So Far Away http://nyti.ms/1meW6R0 +483732819676770304|Mon Jun 30 22:04:26 +0000 2014|Global Health: Clue to Disease’s Spread in a 6,200-Year-Old Grave http://nyti.ms/TxqfON +483731914302705664|Mon Jun 30 22:00:50 +0000 2014|RT @nytvideo: Mental Health in the Pistorius Trial http://nyti.ms/1meKjCr +483730553464946688|Mon Jun 30 21:55:25 +0000 2014|RT @cslnyt: 999+ comments on @adamliptak story on Supreme Ct rejection of birth control mandate http://nyti.ms/1r6GYaa +483728121045479424|Mon Jun 30 21:45:45 +0000 2014|Q&A: Eating the Shell Along With the Egg? http://nyti.ms/TxoO2I +483720040710430720|Mon Jun 30 21:13:39 +0000 2014|Doctors’ Group Advises Against Regular Pelvic Exams http://nyti.ms/1meMeqB +483701116635717632|Mon Jun 30 19:58:27 +0000 2014|RT @dacorc: Who knew? From Natalie @Angier58: Leprosy, Still Claiming Victims http://nyti.ms/1mB4EvK +483687512809172993|Mon Jun 30 19:04:24 +0000 2014|Debate That Divides: How Hobby Lobby Ruling Could Limit Access to Birth Control http://nyti.ms/1meqVFD +483686339687510016|Mon Jun 30 18:59:44 +0000 2014|Hobby Lobby ruling seems likely to make it harder for women to get contraception in the future @aaroncarroll writes http://nyti.ms/1iO0g23 +483683719476432896|Mon Jun 30 18:49:19 +0000 2014|Leprosy, Still Claiming Victims http://nyti.ms/1nZIuG9 +483657174275874817|Mon Jun 30 17:03:50 +0000 2014|Justices Rule in Favor of Hobby Lobby http://nyti.ms/VAgtgX +483652347860885504|Mon Jun 30 16:44:40 +0000 2014|Supreme Court Declines Case Contesting Ban on Gay ‘Conversion Therapy’ http://nyti.ms/1iNwGd1 +483651450342735872|Mon Jun 30 16:41:06 +0000 2014|RT @UpshotNYT: Evidence-based medicine, or why hardly anyone has tonsils removed these days: http://nyti.ms/1sRDCdc +483651253374033921|Mon Jun 30 16:40:19 +0000 2014|RT @jessbidgood: I spent 3 days outside Boston’s @PPact clinic to look at how SCOTUS' buffer-zone ruling is felt there: http://t.co/wyNjQuP… +483650611528093697|Mon Jun 30 16:37:46 +0000 2014|RT @celiadugger: Scientists: morning after pills don't cause abortions in way abortion opponents contend in Hobby Lobby case. http://t.co/k… +483650393164222465|Mon Jun 30 16:36:54 +0000 2014|The New Old Age Blog: Elderly Patients Often Overtreated for Diabetes, Study Suggests http://nyti.ms/VAcS2c +483650390668230656|Mon Jun 30 16:36:53 +0000 2014|Recipes for Health: Orecchiette With Fresh and Dried Beans and Tomatoes http://nyti.ms/1nZe0Ek +483646143776456705|Mon Jun 30 16:20:01 +0000 2014|Several doctors said “this view did not reflect the way the birth control methods actually work.” From this piece: http://nyti.ms/xnIqKL +483645610885931008|Mon Jun 30 16:17:53 +0000 2014|The companies objected to some of the contraceptive methods, saying they are tantamount to abortion. +483645357025669120|Mon Jun 30 16:16:53 +0000 2014|Updates on the 5-to-4 Hobby Lobby decision. http://nyti.ms/1iNqsJY +483645132928221184|Mon Jun 30 16:16:00 +0000 2014|Supreme Court ruled that requiring family-owned corporations to pay for insurance for contraception violated religious freedom law. +483644313973587969|Mon Jun 30 16:12:44 +0000 2014|Worth revisiting. @PamBelluck @eckholm’s piece on religious groups’ beliefs that contraceptives are form of abortion http://nyti.ms/xnIqKL +483629544063389696|Mon Jun 30 15:14:03 +0000 2014|Well: How Music May Make Babies Team Players http://nyti.ms/1lshGf2 +483625740777168899|Mon Jun 30 14:58:56 +0000 2014|Supreme Court Rules in Contraceptive Case http://nyti.ms/1lseH6h +483625738357071872|Mon Jun 30 14:58:56 +0000 2014|The New Health Care: What the Reduction in Tonsillectomies Teaches Us About Medicine http://nyti.ms/1m2xmd9 +483624988629811200|Mon Jun 30 14:55:57 +0000 2014|RT @WilliamJBroad: Why Teenagers Act Crazy http://nyti.ms/1qmj9Ls +483624693501816832|Mon Jun 30 14:54:46 +0000 2014|RT @jswatz: Facebook tinkering with our feeds to emotional contagion. Should I feel Hawthorne effect or Stockholm Syndrome? http://t.co/xOp… +483624639047172096|Mon Jun 30 14:54:33 +0000 2014|RT @cslnyt: Devastating errors after military care, a NYT investigation shows http://nyti.ms/1wVzVBP +483624560743706624|Mon Jun 30 14:54:15 +0000 2014|RT @David_Dobbs: Pistorius Was Not Mentally Ill at Time of Shooting, Psychiatrists Report, via @nytimes http://nyti.ms/1m1hWpq +483465680792989697|Mon Jun 30 04:22:55 +0000 2014|Well: Keeping Your Cool http://nyti.ms/1ogUkxo +483461727108235264|Mon Jun 30 04:07:12 +0000 2014|World Cup 2014: With Júlio César’s Help, More Respect for Brazilians in Net http://nyti.ms/1ogST1W +483457847091789824|Mon Jun 30 03:51:47 +0000 2014|Facebook Tinkers With Users’ Emotions in News Feed Experiment, Stirring Outcry http://nyti.ms/1z0Z2VJ +483453606751125504|Mon Jun 30 03:34:56 +0000 2014|Medical Boards Draft Plan to Ease Path to Out-of-State and Online Treatment http://nyti.ms/1ogQy7e +483453605899673600|Mon Jun 30 03:34:56 +0000 2014|Flawed Saudi Response Fueled Outbreak of MERS, Middle East Virus http://nyti.ms/1z0XRFU +483061694596677632|Sun Jun 29 01:37:37 +0000 2014|Cuomo Plan Seeks to End New York’s AIDS Epidemic http://nyti.ms/1msG0O4 +482887982362669056|Sat Jun 28 14:07:21 +0000 2014|Technophoria: When a Health Plan Knows How You Shop http://nyti.ms/1wV0AhZ +482735346208501760|Sat Jun 28 04:00:49 +0000 2014|On Religion: For Women Who Saw Combat, a Place to Find Inner Peace http://nyti.ms/1lyUccW +482726408004067328|Sat Jun 28 03:25:18 +0000 2014|Afrezza, a New Inhaled Insulin, Is Approved by the F.D.A. http://nyti.ms/1lyNLqf +482726406934511617|Sat Jun 28 03:25:18 +0000 2014|Report Finds Health Unit of V.A. Needs Overhaul http://nyti.ms/1lyNLq9 \ No newline at end of file