scholarly journals Return On Marketing Investment Driven Sponsorship: Optimizing This Marketing Investment In Latin America

2011 ◽  
Vol 3 (2) ◽  
pp. 41
Author(s):  
Nico Schinagl Waller

Marketing campaigns and strategies: We are all constantly exposed to their bombardment in our every day life, but few understand the undergoing revolution this field is experiencing to finally measure, in financial terms, its impact. Gone are the days of the creative marketing and to stay is the era of quantifiable marketing, a new stage in the field that simply wants to measure if the marketing effort has yielded an impact on what really counts: selling more, to more people, more often and at a higher margin. The following paper targets the sponsorship side of the marketing field, whether expos and trade shows, sponsorships of musical events, recreational gatherings, or company driven shows. Its objective is clear, in as to show a methodology that achieves a strategy to optimize this investment for consumer companies in Latin America. After a comprehensive market study, that analyzed the current measuring marketing methods in Mexico of over 70 marketing executives that manage over $ 282 million dollars in yearly marketing budgets, the proposed methodology was successfully implemented during 2006 for Tequila Casa Cuervo in Mexico by the author. A case study will be presented at the end of this paper to provide a real life example.

2014 ◽  
Vol 38 (01) ◽  
pp. 102-129
Author(s):  
ALBERTO MARTÍN ÁLVAREZ ◽  
EUDALD CORTINA ORERO

AbstractUsing interviews with former militants and previously unpublished documents, this article traces the genesis and internal dynamics of the Ejército Revolucionario del Pueblo (People's Revolutionary Army, ERP) in El Salvador during the early years of its existence (1970–6). This period was marked by the inability of the ERP to maintain internal coherence or any consensus on revolutionary strategy, which led to a series of splits and internal fights over control of the organisation. The evidence marshalled in this case study sheds new light on the origins of the armed Salvadorean Left and thus contributes to a wider understanding of the processes of formation and internal dynamics of armed left-wing groups that emerged from the 1960s onwards in Latin America.


Author(s):  
Eleonora FIORE ◽  
Giuliano SANSONE ◽  
Chiara Lorenza REMONDINO ◽  
Paolo Marco TAMBORRINI

Interest in offering Entrepreneurship Education (EE) to all kinds of university students is increasing. Therefore, universities are increasing the number of entrepreneurship courses intended for students from different fields of study and with different education levels. Through a single case study of the Contamination Lab of Turin (CLabTo), we suggest how EE may be taught to all kinds of university students. We have combined design methods with EE to create a practical-oriented entrepreneurship course which allows students to work in transdisciplinary teams through a learning-by-doing approach on real-life projects. Professors from different departments have been included to create a multidisciplinary environment. We have drawn on programme assessment data, including pre- and post-surveys. Overall, we have found a positive effect of the programme on the students’ entrepreneurial skills. However, when the data was broken down according to the students’ fields of study and education levels, mixed results emerged.


2018 ◽  
Vol 60 (1) ◽  
pp. 55-65
Author(s):  
Krystyna Ilmurzyńska

Abstract This article investigates the suitability of traditional and participatory planning approaches in managing the process of spatial development of existing housing estates, based on the case study of Warsaw’s Ursynów Północny district. The basic assumption of the article is that due to lack of government schemes targeted at the restructuring of large housing estates, it is the business environment that drives spatial transformations and through that shapes the development of participation. Consequently the article focuses on the reciprocal relationships between spatial transformations and participatory practices. Analysis of Ursynów Północny against the background of other estates indicates that it presents more endangered qualities than issues to be tackled. Therefore the article focuses on the potential of the housing estate and good practices which can be tracked throughout its lifetime. The paper focuses furthermore on real-life processes, addressing the issue of privatisation, development pressure, formal planning procedures and participatory budgeting. In the conclusion it attempts to interpret the existing spatial structure of the estate as a potential framework for a participatory approach.


2014 ◽  
Vol 30 (2) ◽  
pp. 113-126 ◽  
Author(s):  
Dominic Detzen ◽  
Tobias Stork genannt Wersborg ◽  
Henning Zülch

ABSTRACT This case originates from a real-life business situation and illustrates the application of impairment tests in accordance with IFRS and U.S. GAAP. In the first part of the case study, students examine conceptual questions of impairment tests under IFRS and U.S. GAAP with respect to applicable accounting standards, definitions, value concepts, and frequency of application. In addition, the case encourages students to discuss the impairment regime from an economic point of view. The second part of the instructional resource continues to provide instructors with the flexibility of applying U.S. GAAP and/or IFRS when students are asked to test a long-lived asset for impairment and, if necessary, allocate any potential impairment. This latter part demonstrates that impairment tests require professional judgment that students are to exercise in the case.


Author(s):  
Apostolos C. Tsolakis ◽  
Angelina D. Bintoudi ◽  
Lampros Zyglakis ◽  
Stylianos Zikos ◽  
Christos Timplalexis ◽  
...  
Keyword(s):  

2021 ◽  
Vol 1 (8) ◽  
Author(s):  
Cristian Silva ◽  
Francisco Vergara-Perucich

AbstractUrban sprawl has been widely discussed in regard of its economic, political, social and environmental impacts. Consequently, several planning policies have been placed to stop—or at least restrain—sprawling development. However, most of these policies have not been successful at all as anti-sprawl policies partially address only a few determinants of a multifaceted phenomenon. This includes processes of extended suburbanisation, peri-urbanisation and transformation of fringe/belt areas of city-regions. Using as a case study the capital city of Chile—Santiago—thirteen determinants of urban sprawl are identified as interlinked at the point of defining Santiago's sprawling geography as a distinctive space that deserves planning and policy approaches in its own right. Unpacking these determinants and the policy context within which they operate is important to better inform the design and implementation of more comprehensive policy frameworks to manage urban sprawl and its impacts.


2021 ◽  
Vol 7 (4) ◽  
pp. 64
Author(s):  
Tanguy Ophoff ◽  
Cédric Gullentops ◽  
Kristof Van Beeck ◽  
Toon Goedemé

Object detection models are usually trained and evaluated on highly complicated, challenging academic datasets, which results in deep networks requiring lots of computations. However, a lot of operational use-cases consist of more constrained situations: they have a limited number of classes to be detected, less intra-class variance, less lighting and background variance, constrained or even fixed camera viewpoints, etc. In these cases, we hypothesize that smaller networks could be used without deteriorating the accuracy. However, there are multiple reasons why this does not happen in practice. Firstly, overparameterized networks tend to learn better, and secondly, transfer learning is usually used to reduce the necessary amount of training data. In this paper, we investigate how much we can reduce the computational complexity of a standard object detection network in such constrained object detection problems. As a case study, we focus on a well-known single-shot object detector, YoloV2, and combine three different techniques to reduce the computational complexity of the model without reducing its accuracy on our target dataset. To investigate the influence of the problem complexity, we compare two datasets: a prototypical academic (Pascal VOC) and a real-life operational (LWIR person detection) dataset. The three optimization steps we exploited are: swapping all the convolutions for depth-wise separable convolutions, perform pruning and use weight quantization. The results of our case study indeed substantiate our hypothesis that the more constrained a problem is, the more the network can be optimized. On the constrained operational dataset, combining these optimization techniques allowed us to reduce the computational complexity with a factor of 349, as compared to only a factor 9.8 on the academic dataset. When running a benchmark on an Nvidia Jetson AGX Xavier, our fastest model runs more than 15 times faster than the original YoloV2 model, whilst increasing the accuracy by 5% Average Precision (AP).


Sensors ◽  
2021 ◽  
Vol 21 (2) ◽  
pp. 405
Author(s):  
Marcos Lupión ◽  
Javier Medina-Quero ◽  
Juan F. Sanjuan ◽  
Pilar M. Ortigosa

Activity Recognition (AR) is an active research topic focused on detecting human actions and behaviours in smart environments. In this work, we present the on-line activity recognition platform DOLARS (Distributed On-line Activity Recognition System) where data from heterogeneous sensors are evaluated in real time, including binary, wearable and location sensors. Different descriptors and metrics from the heterogeneous sensor data are integrated in a common feature vector whose extraction is developed by a sliding window approach under real-time conditions. DOLARS provides a distributed architecture where: (i) stages for processing data in AR are deployed in distributed nodes, (ii) temporal cache modules compute metrics which aggregate sensor data for computing feature vectors in an efficient way; (iii) publish-subscribe models are integrated both to spread data from sensors and orchestrate the nodes (communication and replication) for computing AR and (iv) machine learning algorithms are used to classify and recognize the activities. A successful case study of daily activities recognition developed in the Smart Lab of The University of Almería (UAL) is presented in this paper. Results present an encouraging performance in recognition of sequences of activities and show the need for distributed architectures to achieve real time recognition.


Sign in / Sign up

Export Citation Format

Share Document