نتایج جستجو برای: expanding commerce

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

Journal: :LDI issue brief 1999
K Armstrong B S Bloom

Online drugstores represent one of the hottest categories in electronic commerce. The Internet offers great promise in expanding access to prescription drugs for the disabled, the elderly, and people living in rural areas. But with this promise comes the danger of eliminating the safeguards that protect consumers from inappropriate use of medications and adverse drug events. This Issue Brief hi...

Journal: : 2022

China’s Curator Economy. A market-specific response or a harbinger of upcoming changes in global e-commerce? Until recently, online curation was mainly associated with the creative industries and digital products, but, nowadays, China, one can observe trend expanding its scope also to most popular product groups e-commerce, such as cosmetics, apparel food. review important technological, econom...

2010
Georg Lackermair Susanne Strahringer Peter Mandl

1 Motivation E-commerce became an important economic factor during the last years. Approximately 38.5 million customers in Germany have already bought goods or services online. Furthermore the total revenue in Germany is expected to rise from 46 billion Euro in 2006 to 145 billion in 2010. Increasing mobile web usage and the trading firms' expanding international activities boost this developme...

The electronic commerce is considered as one of the strategies to maintain competitive advantage in the companies. To have a successful electronic commerce in each business, some requirements and infrastructures are needed in advance. "Technical infrastructure" is as the most fundamental and most important infrastructure for electronic commerce. In this study, a comprehensive model is...

Journal: :Jurnal intelek 2022

In the rapid development of technologies, number users accessing Internet is rapidly increasing. Many businesses are now expanding their operations through digital media and online commerce platforms. Digital defined as a business that assisted by to increase productivity profitability company revolves around e-commerce. Malaysia one potential countries for we have large crowd internet which do...

ژورنال: گلجام 2019

Nowadays, the status of e-commerce in the exchange of art works is the subject of study experts in the field of art economics. Considering the importance of this issue, identifying the effective factors in accepting e-commerce in this sector of the economy is essential.  Hence, using this technology in the art sector, especially the handmade carpet exchanges, we can overcome the problems in the...

Today, social media as a channel for offering educational services has become an extensive and effective educational tool for the students. This survey aimed to investigate the effective factors on intention towards social commerce of educational services among students. The statistical population included social media users at Isfahan university of medical sciences in Iran. 214 students were s...

Journal: :تحقیقات بازاریابی نوین 0
seyyed farzad mirmiran asadollah shams

this study determines the impact of e-commerce (ec) on some of important economic criteria including total factor productivity( tfp) of iran country as a developing country in comparison with us standard as a developed country through analyzing and calculating interrelated issues. the model is based on both econometrics and growth accounting approach to fill the gaps of previous studies. on the...

Journal: :international journal of information, security and systems management 2012
mohammad reza motadel reza radfar marjan babaie

electronic commerce as one of the most important of innovation aspects in the process of doing business is used by many organizations and companies in the world. cooperatives as the main part of the country's economy have fundamental role in improving and promoting of economic. therefore, innovation methods and tools, new processes and perform business tasks such as e-commerce will play an impo...

Journal: :International Journal of Information Management 2021

Mobile--> commerce (m-commerce) has become increasingly important for organizations attempting to grow revenue by expanding into international markets. However, multinational mobile retailers (m-retailers), one of the greatest challenges lies in carefully managing their websites across multiple national This work advances cross-national research on m-retailing (1) examining how value dimensions...

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

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

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"; } -->