نتایج جستجو برای: carrots

تعداد نتایج: 1231  

2003
M. L. FINCKE

McClugage and Mendel (1) found the calcium of carrots and spinach to be poorly utilized by dogs. Rose (2), in calcium balance experiments with healthy young women whose intake was close to the estimated minimum for equilibrium, found the calcium of carrots almost as well utilized as that of milk, the carrots furnishing half or more of the total calcium of a mixed diet. Blatherwick and Long (3) ...

Journal: :SSRN Electronic Journal 2009

Journal: :The Journal of infectious diseases 2006
Niels Frimodt-Møller Anette M Hammerum

The destiny of nations depends on how they nourish themselves. Two papers in this issue of the Journal of Infectious Diseases focus on food safety from 2 different angles. First, in an elegant work from Finnish investigators [1], the culprit behind an epidemic caused by Yer-sinia pseudotuberculosis was uncovered: grated carrots. The same serotype and pulsed-fiel gel electrophoresis (PFGE) type ...

2013
Jeffrey M Lyness Stephen J Lurie Denham S Ward Christopher J Mooney David R Lambert

BACKGROUND Much of the work of teachers and leaders at academic health centers involves engaging learners and faculty members in shared goals. Strategies to do so, however, are seldom informed by empirically-supported theories of human motivation. DISCUSSION This article summarizes a substantial body of motivational research that yields insights and approaches of importance to academic facult...

2008
Thorsten Janus Jerome Lim

In this note, we introduce two distinct incentive mechanisms that support dynamic intra-group cooperation in the context of prisoner’s dilemma payoffs. The first mechanism involves a reward structure—a carrot—that supports both triadic and tripartite group relations. The second mechanism involves a punishment structure—a stick—that supports tripartite group relations. We also discuss how these ...

Journal: :Nebraska Symposium on Motivation. Nebraska Symposium on Motivation 2015
Robert J MacCoun

COURSES 2016-17 • Carrots, Sticks, Norms, and Nudges: Changing Minds and Behaviors: LAW 7501 (Spr) • Policy Practicum: California Prop. 64 and Marijuana Policy: LAW 805T (Win) 2015-16 • Law and Psychology: LAW 534 (Win) • Research Design for Empirical Legal Studies: LAW 712 (Aut) 2014-15 • Law and Psychology: LAW 534 (Win) • Policy Practicum: Analyzing Alternative Laws and Policies for Psychoac...

2017
Boyan Gao Lu Yu Jie Liu Thomas T Y Wang Yinghua Luo Liangli Lucy Yu Huijuan Zhang Lingxiao Gong Jing Wang

This study investigated the effects of different home food preparation methods on availability of total phenolic contents (TPC) and radical scavenging components, as well as the selected health beneficial compounds from fresh blueberry and carrot. High performance liquid chromatography (HPLC) analysis revealed that ground carrots using blenders released significantly greater amount of β-caroten...

2016
Zhi-Sheng Xu Jing Ma Feng Wang Hong-Yu Ma Qiu-Xia Wang Ai-Sheng Xiong

Purple carrots (Daucus carota ssp. sativus var. atrorubens Alef.) accumulate large amounts of cyanidin-based anthocyanins in their taproots. Cyanidin can be glycosylated with galactose, xylose, and glucose in sequence by glycosyltransferases resulting in cyanidin 3-xylosyl (glucosyl) galactosides in purple carrots. The first step in the glycosylation of cyanidin is catalysis by UDP-galactose: c...

Journal: :The Journal of Law and Economics 2005

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->