2018 Conference Proceeding

Total Page:16

File Type:pdf, Size:1020Kb

2018 Conference Proceeding CONFERENCE PROCEEDINGS BY TRACK 2018 MIDWEST DSI ANNUAL CONFERENCE INDIANAPOLIS, INDIANA CONFERENCE CHAIR: PEGGY LEE DANIELS, IUPUI PROCEEDINGS COORDINATORS: HAOJIE CHEN, VALPARAISO UNIVERSITY ABBY BRIDWELL, VALPARAISO UNIVERSITY A1 TABLE OF CONTENTS PREPARED BY ABBY BRIDWELL AND HAOJIE CHEN Tracks Included: Business Analytics Finance and Accounting Innovative Education Marketing Operations and Supply Chain Management BUSINESS ANALYTICS Comparison and contrast of Statistics Software Packages including R and Python for teaching purposes Ceyhun.Ozgur, Valparaiso University Sanjeev Jha , Valparaiso University Yiming Shen, Valparaiso University ……………………………………………………Page 1-23 Forecasting Intermittent Demand Patterns with Time Series and Machine Learning Methodologies Yuwen Hong, Purdue University Jingda Zhou, Purdue University Matthew A. Lanham ,Purdue University ………………………………………………Page 24-48 A Proposed Data Analytics Workflow and Example Using the R Caret Package Simon Jones, Purdue University Zhenghao Ye, Purdue University Zhuoheng Xie, Purdue University Chris Root, Purdue University Theerakorn Prasutchai, Purdue University Michael Roggenburg, Purdue University Matthew A. Lanham, Purdue University …………………….……………………...Page 49-71 Recruitment Analytics: An Investigation of Program Awareness & Matriculation Liye Sun, Purdue University Matthew A. Lanham, Purdue University ……………………………………………….Page 72 A2 FINANCE AND ACCOUNTING A Value at Risk Argument for Dollar Cost Averaging Laurence E. Blose, Grand Valley State University Eric Hoogstra, Grand Valley State University ……………………………………..…Page 73-89 INNOVATIVE EDUCATION Developing an Innovative Supply Chain Management Major and Minor Curriculum Sanjay Kumar, Valparaiso University Ceyhun Ozgur, Valparaiso University Coleen Wilder, Valparaiso University Sanjeev Jha, Valparaiso University ………………………………………………….Page 90-112 Disruptive Innovation & Sustainable Value: The Implications of Disruptive Innovation on the Outcome of RE Businesses in Developed Economies Page 113-134 Marketing: Carrier Choice Optimization with Tier Based Rebate for a National Retailer Surya Gundavarapu, Purdue University Matthew A. Lanham, Purdue University……………………………………………..Page 135-152 "I’ve Been Chain-ged" La Saundra Pendleton Janaina Siegler……………………………………………………………………………Page 153 Role of Political Identity in Friendship Networks Surya Gundavarapu, Purdue University Matthew A. Lanham, Purdue University……………………………………………..Page 154-169 XGBoost - A Competitive Approach for Online Price Prediction Joshua D. McKenney, Purdue University Yuqi Jiang, Purdue University Junyan Shao, Purdue University Matthew A. Lanham, Purdue University………………………………………….….Page 170-185 A3 OPERATIONS AND SUPPLY CHAIN MANAGEMENT A Comparative Study of Machine Learning Frameworks for Demand Forecasting Kalyan Mupparaju, P Anurag Soni, Purdue University Prasad Gujela, Purdue University Matthew A Lanham, Purdue University……………………………………………Page 186-206 Does Advance Warning Help Mitigate the Impact of Supply Chain Disruptions? Sourish Sarkar, Pennsylvania State University—Erie Sanjay Kumar, Valparaiso University……………………………………………….Page 207-208 Effect of Forecast Accuracy on Inventory Optimization Model Surya Gundavarapu, Purdue University Prasad Gujela, Purdue University Shan Lin, Purdue University Matthew A. Lanham, Purdue University……………………………………………..Page 209-230 The Evolution of the Open Source ERP iDempiere Community Network: A Preliminary Analysis Zhengzhong Shi, University of Massachusetts at Dartmouth Hua Sun, Shandong University………………………………………………………Page 231-241 Future LPG Shipments Forecasting Based on Empty LPG Vessels Data Jou-Tzu Kao, Purdue University Rong Liao, Purdue University Hongxia Shi, Purdue University Joseph Tsai, Purdue University Shenyang Yang, Purdue University Matthew A. Lanham, Purdue University……………………………………………..Page 242-256 Online Small-Group Learning Pedagogies for the 21st Century Classrooms Sema Kalaian ,Eastern Michigan University……………………………………………..Page 257 Opportunities for Enhancing Buyer-Supplier Relationship: Inspirations from the Natural World ……………………………………………………………………………………….Page 258-286 A4 Optimal Clustering of Products for Regression-Type and Classification-Type Predictive Modeling for Assortment Planning Raghav Tamhankar, Purdue University Sanchit Khattar, Purdue University Xiangyi Che, Purdue University Siyu Zhu, Purdue University Matthew A. Lanham, Purdue University……………………………………………Page 286a-303 Reducing the Cost of International Trade Through the Use of Foreign Trade Zones Gary Smith, Penn State Erie…………………………………………………………Page 304-321 Risky Business: Predicting Cancellations in Imbalanced Multi-Classification Settings Anand Deshmukh1, Purdue University Meena Kewlani, Purdue University Yash Ambegaokar, Purdue University Matthew A. Lanham, Purdue University……………………………………………..Page 322-352 Vehicle Routing, Scheduling and Decision Utility Environment Ceyhun Ozgur, Valparaiso University Claire Okkema, Valparaiso University Yiming Shen, Valparaiso University…………………………………………………Page 353-362 A5 Comparison and contrast of Statistics Software Packages including R and Python for teaching purposes Ceyhun.Ozgur, Sanjeev Jha Yiming Shen Abstract This paper shows the advantages and disadvantages of using Python and R in teaching various types of students based on the latest data. We also compare Python and R in solving business problems for actual companies. We give some examples of how to utilize both Python and R. For example, we provide examples of teaching correlation coefficient both with Python and R. We provide three teaching goals for Python and R: 1, helping students to find a job; 2, students receive higher salary; 3, low cost for learning packages both for Python and R. Keywords: Big data, Teaching R, Teaching Python, demonstrations, examples of teaching R and python, Python Python, easy to learn, is a general-purpose programming language. It has a mature and growing ecosystem of open-source tools for mathematics and data analysis for statistics and analytics, which is becoming the language of choice for scientists and researchers. Python code can be written like programing language. The main focus is to execute an entire series of instructions at once, it can also be executed line by line or block by block, making it unique and suitable for working with data interactively. Students learned a bit of programming and problem solving which were relegated to advanced courses. In addition to object-oriented programming as the dominant paradigm. It has led textbook authors to bring powerful, industrial-strength programming languages such as C++ and Java into the introductory software curriculum. As a result, instead of experiencing the rewards and excitement of solving problems with computers, beginning computer science students become overwhelmed by the combined tasks of mastering advanced concepts and the syntax of a programming language. This research will use the Python programming language as a way of making the course in mathematic more manageable for students and instructors alike for undergraduate education. • Python has simple, conventional syntax with its statements. The expressions are created with conventional notation found in algebra. Thus, one can spend less time dealing with the syntax of a programming language and more time to solve problems. 1 • It is easy for beginners to write simple programs in Python such as support for object- oriented software development. • Python is interactive. Users can enter expressions and statements to try out experimental code and receive immediate feedback. • Python is free and is in widespread use in the industry. Students can download Python to run on a variety of devices Based on more than 1000 developers, in figure 1 it can be see that 61% of the developers use Python as their primary programing language. Figure 1 shows the most popularly used software language platform by our respondents. As seen in the figure below Python and R are the most heavily used platform by our respondents. The usage of Python and R are only 17% apart from each other, and Python is the leader. Figure 1: Share of Python, R, Both, or Other platforms usage for Analytics, Data Science, Machine Learning, 90% 80% 76% 70% 60% 59% 54% 50% 40% 30% 20% 10% 18% 17% 9% 6% 5% 2% 0% 2 Table 1 Python 7955 6073 R 7955 4708 SQL 7955 4261 Java 7955 1453 Hadoop/Hive/Pig 7955 1378 SAS Base 7955 738 IBM SPSS 7955 472 Statistics Amazon 7955 425 Machine Learning Minitab 7955 150 Based on more than 1000 developers, in figure 1 it can be see that 61% of the developers use Python as their primary programing language. (Python Developers Survey 2016: Findings) Figure 2: Use of Python in the Software Development There are about 46% of developers use python programing language as their Data analysis tool instead of traditional programmers or Web developers. Use of Python in the Software Development Other 14% Web Development 22% Software Development 18% Data analysis 19% Scientific or Data Analysis 27% (Python Developers Survey 2016: Findings) 3 R R is an open source software which designed to run statistical analyses which makes the software highly appealing, as it is able to keep up with the demands of a growing number of varied business structures. One of the core benefits of teaching R to students is that it is a highly standardized programming language (Economist 662f, 2014). This means that students need not worry about highly variable language structures or deep understanding of the different languages with which one
Recommended publications
  • Idempiere ERP Modern, Scalable, Adaptable & Affordable Open Source ERP Solution for Enterprise
    iDempiere ERP Modern, Scalable, Adaptable & Affordable Open Source ERP Solution for Enterprise By Deptha Bagus Oc Current – Managing Director - Andromedia SAP Deployment Lead – Cargill APAC Quick Intro CEO – Avolut Global Indonesia · 2011 – 2016 About Me – Design SAP for Cargill Worldwide Instance – Deploy SAP over 10 company and 245 location in Asia Pacific region Attend BPM, ITSM, TGRC & PPM Course - – Implement iDempiere over 20 company with · various business model in Indonesia 2011 2010 – Entitle for EC Council Project Manager Founded Avolut Global · IT Manager for Sorini Agro Group Infor SyteLine Consulant with Sorini - 2009 · 2008 – Lead SAP B1 implementation with Join Andromedia – 2008 Soltius in Nigeria, Philipones & France Started ADempiere Team for SME project · · 2007 – Entitle for SAP Project Manager Functional SAP Consultant MM, PP, WM – · 7 completed project in 2 years 2006 2005 – Graduated from SI ITS Oracle OCP training & certification · – Join ABAP developer for Wings Started as Road Warior Programmer - 2003 · Group 2001 – Registered as SI ITS student Introduction A Glance on ERP 20 min Selecting ERP Products 20 min Open Source ERP 10 min Q&A 15 min iDempiere ERP in a Glance What is iDempiere ERP 30 min Functional Introduction 10 min Configurability & Extendability 15 min Features & Functional Overview 30 min Success Story 30 min Q&A 15 min A Glance About ERP and How to Select ERP’s • Facilitates Company-wide What Is ERP? integrated Information Systems Covering all functional Areas Software solution that addresses all and processes. the needs of an enterprise with the • Performs core Corporate process view of an organization to activities and increases meet the organizational goals and customer service augmenting integrate all the functions of the Corporate Image.
    [Show full text]
  • Idempiere Fixed Asset User Manual
    iDempiere Fixed Asset User Manual Created By Edwin Ang Created On June 12, 2012 Version 0.1 Introduction The iDempiere Fixed Asset extension package is developed based on the work of these three remarkable men: 1. Robert Klein, who developed the first ever Fixed Assets extension for Compiere 2. Teo Sarca, who modernized Robert Klein's work to use Adempiere more modern document structure. His work was however not properly documented and was influenced with his country local requirement. 3. Redhuan D. Oon (Red1), who took the work published by Teo Sarca, created the migration scripts from the 2Pack, and done some stabilization work. However Red1 somehow mixed Klein's solution to Teo Sarca's which made the design somehow inconsistent. This work was started from where red1 left. I have spent considerable hours try to understand all those three men's design consideration. Somehow, I decided to recover to Teo Sarca's core design and done the work to (1) repair bad codes and AD Configuration, (2) remove – what I thought was – localization codes and AD Configuration, and (3) add missing code and AD Configuration. After many many test iterations and two installation observations, I am confident that I have achieved a certainly working package. Hence this is the FA version 1.0. What functionality that can be expected in this FA v1.0: 1. Asset Addition from Match Invoice 2. Asset Addition from Import Asset 3. Asset Addition from Manual 4. Asset Addition from Project 5. Asset Depreciation using Straight Line Depreciation Method 6. Asset Disposal 7. Each document: Asset Addition, Asset Depreciation, and Asset Disposal can generate their own accounting facts What should not be expected: 1.
    [Show full text]
  • Facing the Future: European Research Infrastructures for the Humanities and Social Sciences
    Facing the Future: European Research Infrastructures for the Humanities and Social Sciences Adrian Duşa, Dietrich Nelle, Günter Stock, and Gert G. Wagner (Eds.) Facing the Future: European Research Infrastructures for the Humanities and Social Sciences E d i t o r s : Adrian Duşa (SCI-SWG), Dietrich Nelle (BMBF), Günter Stock (ALLEA), and Gert. G. Wagner (RatSWD) ISBN 978-3-944417-03-5 1st edition © 2014 SCIVERO Verlag, Berlin SCIVERO is a trademark of GWI Verwaltungsgesellschaft für Wissenschaftspoli- tik und Infrastrukturentwicklung Berlin UG (haftungsbeschränkt). This book documents the results of the conference Facing the Future: European Research Infrastructure for Humanities and Social Sciences (November 21/22 2013, Berlin), initiated by the Social and Cultural Innovation Strategy Work- ing Group of ESFRI (SCI-SWG) and the German Federal Ministry of Education and Research (BMBF), and hosted by the European Federation of Academies of Sciences and Humanities (ALLEA) and the German Data Forum (RatSWD). Thanks and appreciation are due to all authors, speakers and participants of the conference, and all involved institutions, in particular the German Federal Ministry of Education and Research (BMBF). The ministry funded the conference and this subsequent publication as part of the Union of the German Academies of Sciences and Humanities’ project “Survey and Analysis of Basic Humanities and Social Science Research at the Science Academies Related Research Insti- tutes of Europe”. The views expressed in this publication are exclusively the opinions of the authors and not those of the German Federal Ministry of Education and Research. Editing: Dominik Adrian, Camilla Leathem, Thomas Runge, Simon Wolff Layout and graphic design: Thomas Runge Contents Preface .
    [Show full text]
  • Extracting Insights from Differences: Analyzing Node-Aligned Social
    Extracting Insights from Differences: Analyzing Node-aligned Social Graphs by Srayan Datta A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy (Computer Science and Engineering) in The University of Michigan 2019 Doctoral Committee: Associate Professor Eytan Adar, Chair Associate Professor Mike Cafarella Assistant Professor Danai Koutra Associate Professor Clifford Lampe Srayan Datta [email protected] ORCID iD: 0000-0002-5800-830X c Srayan Datta 2019 To my family and friends ii ACKNOWLEDGEMENTS There are several people who made this dissertation possible, first among this long list is my adviser, Eytan Adar. Pursuing a doctoral program after just finishing un- dergraduate studies can be a daunting task but Eytan made it easy with his patience, kindness, and guidance. I learned a lot from our collaborations and idle conversations and I am very grateful for that. I would like to extend my thanks to the rest of my thesis committee, Mike Ca- farella, Danai Koutra and Cliff Lampe for their suggestions and constructive feed- back. I would also like to thank the following faculty members, Daniel Romero, Ceren Budak, Eric Gilbert and David Jurgens for their long insightful conversations and suggestions about some of my projects. I would like to thank all of friends and colleagues who helped (as a co-author or through critique) or supported me through this process. This is an enormous list but I am especially thankful to Chanda Phelan, Eshwar Chandrasekharan, Sam Carton, Cristina Garbacea, Shiyan Yan, Hari Subramonyam, Bikash Kanungo, and Ram Srivatasa. I would like to thank my parents for their unwavering support and faith in me.
    [Show full text]
  • Connecting ERP and E-Commerce Systems
    MASARYKOVA UNIVERZITA FAKULTA}w¡¢£¤¥¦§¨ INFORMATIKY !"#$%&'()+,-./012345<yA| Connecting ERP and e-commerce systems DIPLOMOVÁ PRÁCA Ján Segé ˇn Brno, 2014 Declaration Hereby I declare, that this paper is my original authorial work, which I have worked out by my own. All sources, references and literature used or excerpted during elaboration of this work are properly cited and listed in complete reference to the due source. Ján Segéˇn Advisor: Ing. Leonard Walletzký, Ph.D. ii Acknowledgement I would like to express my gratitude to Ing. Leonard Walletzký, Ph.D. for his guidance and assistance during the writing of this thesis. Furt- hermore I would like to thank my family, friends, flat mates and my girlfriend for the continuous support and faith they have given me. The final thanks goes to my newly acquired angry birds mascot who has supplied me with luck for the duration of writing this thesis and hopefully will continue to do so. iii Abstract The goal of this thesis is to analyze and compare the way different online shops store and process information. Find useful similarities and utilize them to implement a tool that enables the open-source ERP system iDempiere to establish a communication link to the elect- ronic stores categorized as compatible, effectively giving iDempiere e-commerce capabilities. iv Keywords ERP,iDempiere, e-commerce, e-shop, electronic store, eConnect, plug- in, data connector, import, export, data synchronization v Obsah 1 Introduction ............................ 1 2 ERP Systems ............................ 3 2.1 History of ERP ........................ 4 2.2 ERP classification ...................... 6 2.3 Current trends in ERP ................... 7 2.4 Adapting ERP .......................
    [Show full text]
  • Network Analysis with Nodexl
    Social data: Advanced Methods – Social (Media) Network Analysis with NodeXL A project from the Social Media Research Foundation: http://www.smrfoundation.org About Me Introductions Marc A. Smith Chief Social Scientist Connected Action Consulting Group [email protected] http://www.connectedaction.net http://www.codeplex.com/nodexl http://www.twitter.com/marc_smith http://delicious.com/marc_smith/Paper http://www.flickr.com/photos/marc_smith http://www.facebook.com/marc.smith.sociologist http://www.linkedin.com/in/marcasmith http://www.slideshare.net/Marc_A_Smith http://www.smrfoundation.org http://www.flickr.com/photos/library_of_congress/3295494976/sizes/o/in/photostream/ http://www.flickr.com/photos/amycgx/3119640267/ Collaboration networks are social networks SNA 101 • Node A – “actor” on which relationships act; 1-mode versus 2-mode networks • Edge B – Relationship connecting nodes; can be directional C • Cohesive Sub-Group – Well-connected group; clique; cluster A B D E • Key Metrics – Centrality (group or individual measure) D • Number of direct connections that individuals have with others in the group (usually look at incoming connections only) E • Measure at the individual node or group level – Cohesion (group measure) • Ease with which a network can connect • Aggregate measure of shortest path between each node pair at network level reflects average distance – Density (group measure) • Robustness of the network • Number of connections that exist in the group out of 100% possible – Betweenness (individual measure) F G •
    [Show full text]
  • Idempiere About Idempiere Idempiere Is a Powerful, Open-Source ERP/CRM/SCM System Targeted to Medium and Big Companies and Supported by a Skilful Community
    iDempiere About iDempiere iDempiere is a powerful, open-source ERP/CRM/SCM system targeted to medium and big companies and supported by a skilful community. The project focuses on high-quality software, a philosophy of openness and its collaborative community that includes subject matter specialists, implementers, developers and end-users. Our mission is to help companies around the world to grow with freedom. To do this, we focus on high-quality code and we have established a culture that supports, recognizes, and respects our great community, so they can share their knowledge with the world. The project is built with ZK, Maven, PostgreSQL or Oracle, Jetty, OSGi and it is written mainly in Java. The challenge Having a worldwide community present tough challenges such as coordinating different needs without letting the code to become a mess. By making contributors use the ZK Java approach consistently, ZK helps us address this challenge. Furthermore, handling client-side validations in this kind of software could be a tedious and risky task as it consumes plenty of development time and when done sloppily it opens security breaches. ZK's server-centric approach lets us control all validations on the server without exposing unnecessary data. Why ZK? Formerly the project front end was built using Swing. When we recognized the need to switch to new web-based technology, there was an attempt to create a web interface with JSF, but that didn't get enough interest and traction from the community. One community member developed a proof of concept using ZK, this allowed us to identify that the switch from Swing to ZK was more natural as there were similar concepts and components.
    [Show full text]
  • Quick Notes on Nodexl
    Quick notes on NodeXL Programme organisation, 3 components: • NodeXL command ‘ribbon’ – access with menu-like item at top of the screen, contains all network data functions • Data sheets – 5 separate sheets for edges, vertices, metrics etc, switching between them using tabs on the bottom. NB because the screen gets quite crowded the sheet titles sometimes disappear off to one side so use the small arrows (bottom left) to scroll across the tabs if something seems to have gone missing. • Graph viewer – separate window pane labelled ‘Document Actions’ with graphical layout functions. Can be closed while working with data – to open it again click the ‘Show Graph’ button near the left-hand side of the ribbon. Working with data, basic process: 1. Start in ‘Edges’ data sheet (leftmost tab at the bottom); each row represents one connection of the form A links to B (directed graph) OR A and B are linked (undirected). (Directed/Undirected changed in ‘Type’ option on ribbon. In directed graph this sheet might include one row for A->B and one for B->A; in an undirected graph this would be tautologous.) No other data in this sheet is required, although optionally: • Could include text under ‘label’ if the visible label on graphs should be different from the name used in columns A or B. NB These might be overwritten when using ‘autofill columns’. • Could add an extra column at column L to identify weight of links if (as is the case with IssueCrawler data) each connection might represent more than 1 actually existing link between two vertices, hence inclusion of ‘Edge Weight’ in blogs data.
    [Show full text]
  • Livro De Resumos EDITORA DA UNIVERSIDADE FEDERAL DE SERGIPE
    Organizadores: Carlos Alexandre Borges Garcia Marcus Eugênio Oliveira Lima Livro de Resumos EDITORA DA UNIVERSIDADE FEDERAL DE SERGIPE COORDENADORA DO PROGRAMA EDITORIAL Messiluce da Rocha Hansen COORDENADOR GRÁFICO DA EDITORA UFS Germana Gonçalves de Araújo PROJETO GRÁFICO E EDITORAÇÃO ELETRÔNICA Alisson Vitório de Lima FOTOGRAFIAS Disponibilizadas sob licença Creative Commons, ou de domínio público. Adilson Andrade - Foto da página X; FICHA CATALOGRÁFICA ELABORADA PELA BIBLIOTECA CENTRAL UNIVERSIDADE FEDERAL DE SERGIPE Encontro de Pós-Graduação (8. : 2016 : São Cristóvão, SE) Livro de resumos [recurso eletrônico] : VIII Encontro de Pós-Graduação / organizadores: Carlos Alexandre Borges Garcia, Marcus Eugênio Oliveira Lima. – São Cristóvão : Editora UFS : Universidade E56l Federal de Sergipe, Programa de Pós-Graduação, 2016. 353 p. ISBN 978-85-7822-550-6 1. Pós-graduação – Congresso. I. Universidade Federal de Sergipe. II. Garcia, Carlos Alexandre Borges. III. Lima, Marcus Eugênio Oliveira. CDU 378.046-021.68 Cidade Universitária “Prof. José Aloísio de Campos” CEP 49.100-000 – São Cristóvão - SE. Telefone: 3194 - 6922/6923. e-mail: [email protected] http://livraria.ufs.br/ Este portfólio, ou parte dele, não pode ser reproduzido por qualquer meio sem autorização escrita da Editora. Organizadores: Carlos Alexandre Borges Garcia Marcus Eugênio Oliveira Lima Livro de Resumos UFS São Cristóvão/SE - 2016 Ciências Agrárias A (des)realização da estratégia democrático-popular: Uma análise a partir da realidade do movimento dos trabalhadores rurais sem terra (MST) e do Partido dos Trabalhadores (PT) Autor: SOUSA, Ronilson Barboza de. Orientador: RAMOS FILHO, Eraldo da Silva. A referente tese de doutorado, que vem sendo desenvolvida, tem como objetivo analisar o processo de realização da estratégia democrático-popular, adotada pelo Movimento dos Trabalhadores Rurais Sem Terra (MST) e pelo Partido dos Trabalhadores (PT), especial- mente na luta pela terra e pela reforma agrária.
    [Show full text]
  • NODEXL for Beginners Nasri Messarra, 2013‐2014
    NODEXL for Beginners Nasri Messarra, 2013‐2014 http://nasri.messarra.com Why do we study social networks? Definition from: http://en.wikipedia.org/wiki/Social_network: A social network is a social structure made up of a set of social actors (such as individuals or organizations) and a set of the dyadic ties between these actors. Social networks and the analysis of them is an inherently interdisciplinary academic field which emerged from social psychology, sociology, statistics, and graph theory. From http://en.wikipedia.org/wiki/Sociometry: "Sociometric explorations reveal the hidden structures that give a group its form: the alliances, the subgroups, the hidden beliefs, the forbidden agendas, the ideological agreements, the ‘stars’ of the show". In social networks (like Facebook and Twitter), sociometry can help us understand the diffusion of information and how word‐of‐mouth works (virality). Installing NODEXL (Microsoft Excel required) NodeXL Template 2014 ‐ Visit http://nodexl.codeplex.com ‐ Download the latest version of NodeXL ‐ Double‐click, follow the instructions The SocialNetImporter extends the capabilities of NodeXL mainly with extracting data from the Facebook network. To install: ‐ Download the latest version of the social importer plugins from http://socialnetimporter.codeplex.com ‐ Open the Zip file and save the files into a directory you choose, e.g. c:\social ‐ Open the NodeXL template (you can click on the Windows Start button and type its name to search for it) ‐ Open the NodeXL tab, Import, Import Options (see screenshot below) 1 | Page ‐ In the import dialog, type or browse for the directory where you saved your social importer files (screenshot below): ‐ Close and open NodeXL again For older Versions: ‐ Visit http://nodexl.codeplex.com ‐ Download the latest version of NodeXL ‐ Unzip the files to a temporary folder ‐ Close Excel if it’s open ‐ Run setup.exe ‐ Visit http://socialnetimporter.codeplex.com ‐ Download the latest version of the socialnetimporter plug in 2 | Page ‐ Extract the files and copy them to the NodeXL plugin direction.
    [Show full text]
  • Comm 645 Handout – Nodexl Basics
    COMM 645 HANDOUT – NODEXL BASICS NodeXL: Network Overview, Discovery and Exploration for Excel. Download from nodexl.codeplex.com Plugin for social media/Facebook import: socialnetimporter.codeplex.com Plugin for Microsoft Exchange import: exchangespigot.codeplex.com Plugin for Voson hyperlink network import: voson.anu.edu.au/node/13#VOSON-NodeXL Note that NodeXL requires MS Office 2007 or 2010. If your system does not support those (or you do not have them installed), try using one of the computers in the PhD office. Major sections within NodeXL: • Edges Tab: Edge list (Vertex 1 = source, Vertex 2 = destination) and attributes (Fig.1→1a) • Vertices Tab: Nodes and attribute (nodes can be imported from the edge list) (Fig.1→1b) • Groups Tab: Groups of nodes defined by attribute, clusters, or components (Fig.1→1c) • Groups Vertices Tab: Nodes belonging to each group (Fig.1→1d) • Overall Metrics Tab: Network and node measures & graphs (Fig.1→1e) Figure 1: The NodeXL Interface 3 6 8 2 7 9 13 14 5 12 4 10 11 1 1a 1b 1c 1d 1e Download more network handouts at www.kateto.net / www.ognyanova.net 1 After you install the NodeXL template, a new NodeXL tab will appear in your Excel interface. The following features will be available in it: Fig.1 → 1: Switch between different data tabs. The most important two tabs are "Edges" and "Vertices". Fig.1 → 2: Import data into NodeXL. The formats you can use include GraphML, UCINET DL files, and Pajek .net files, among others. You can also import data from social media: Flickr, YouTube, Twitter, Facebook (requires a plugin), or a hyperlink networks (requires a plugin).
    [Show full text]
  • The Integration of Idempiere and Wanda POS Documentation
    The Integration of iDempiere and Wanda POS Documentation By Ing. Tatioti Mbogning Raoul Under the direction of : Dr.-Ing Stanley A. Mungwe Sponsored by IT Kamer Company Ltd, Cameroon Table of Contents 1 iDempiere’s Wanda POS Integration Plugin 5 1.1 Download the plugin . .5 1.2 Install the plugin . .5 2 Use the plugin 7 2.1 Wanda POS iDempiere’s Menu . .9 2.2 Setup ActiveMQ in iDempiere . .9 2.3 Start ActiveMQ Server . 11 2.4 Add Product in iDempiere . 13 2.5 Export Products and Customers from iDempiere . 15 2.6 Import Products and Customers to Wanda POS . 18 2.6.1 New Products . 21 2.6.2 New Customers . 23 2.7 Export Orders from Wanda POS . 23 2.7.1 Place Orders . 24 2.7.2 Orders Synchronization . 25 2.8 Import Orders to iDempiere . 26 2.8.1 Process Imported Orders . 28 2.9 Stop ActiveMQ Server . 29 2.10 Wanda POS Synchronisation Workflow . 30 3 Thanks 30 4 About Me 30 Copyright (c) 2014 IT-Kamer Company LTD1 Ing. Tatioti Mbogning Raoul List of Figures 1 Apache Felix Web Console . .5 2 Install or Update Wanda POS Plugin . .6 3 Wanda POS Plugin . .6 4 iDempiere login account . .7 5 iDempiere login account . .8 6 Wanda POS Synchronization Menu . .9 7 Start ActiveMQ Server from iDempiere . 11 8 ActiveMQ Web Admin . 12 9 Add Product in iDempiere . 13 10 Product Price List in iDempiere . 14 11 Product Price List in iDempiere . 14 12 Export Data to Queue Process . 15 13 Export Data to Queue Result .
    [Show full text]