91³Ô¹ÏÍø

Watch CBS News

Hyde Park's Damarr Brown of Virtue wins James Beard Award for Best Emerging Chef

CHICAGO (CBS) -- Some of the best chefs in the country are in Chicago this week for the so-called Oscars of the food world, the .

And Chicago is now home to three more winners of those prestigious awards.

Good luck getting a reservation at . One of its chefs has an impressive new accolade and he sat down with CBS 2's Noel 91³Ô¹ÏÍø to talk about Southern American comfort food.

"You know, a restaurant kind of shapes itself over time, so I think that it's maturing nicely I am the Chef de Cuisine at Virtue Restaurant where we are now."

Diligence is one virtue that got him here. Damarr Brown now deserves some rest.

"I didn't really get any sleep, but I'm not tired. I feel good."

Good is a chef putting it mildly.

"I guess I'm riding off this James Beard high."

Monday night at the Lyric Opera, Damarr Brown took home to Hyde Park the James Beard Award for "Emerging Chef."

"It's a huge honor. It's like the Oscars of the food world," Brown said.

The award is given each year to a talented chef, likely to make a significant impact in the years to come.

"It's somebody to watch. It's somebody that's coming into their own."

Before he commanded a kitchen of his own, he was soaking in all he could as a kid in Harvey, learning to cook from his grandmother, mom, and aunt.

"Yeah, I was raised by three wonderful women. My mother, Trena, my aunt, Inga, and my grandmother, Arlenem" Brown said, saying he spent a lot of time in the kitchen.

"They kept tight rings on me, so I would be in the kitchen next to them and helping them peel potatoes and picking green beans and all that kind of stuff," Brown said.

The meals he cooked at home inspire the ones he makes for the community.

"I've never been able to cook food like this, the food that I grew up eating, the food that I saw my grandmother cooking. I've also never gotten to cook for somebody who looked like me," added Brown.

He's been cooking professionally for 13 years, and can now add a new accolade.

"I was glad that I was in the first category so you could just rip the band-aid off," Brown said.

But his virtue is also humility.

"I really focus on not letting my highs get too high or my lows get too low," Brown said, adding that he'll savor this James Beard high before he gets back to the kitchen. 

"It's going to be a Wednesday. We're starting back. We'll be busy but we'll be ready for it."

This is the second year in a row Virtue has been honored. Last year, executive Chef Erick Williams took home the award for Best Regional Chef.

This year, that honor went to Genie Kwon and Tim Flores - chefs at Kasama in East Ukrainian Village.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });