Boxed Economy Simulation Platform for Agent-Based Economic and Social Modeling

Size: px
Start display at page:

Download "Boxed Economy Simulation Platform for Agent-Based Economic and Social Modeling"

Transcription

1 Boxed Economy Simulation Platform for Agent-Based Economic and Social Modeling Open and look inside the black box, and you can find another world Takashi Iba and Yoshiyasu Takefuji Graduate School of Media and Governance, Keio University, Japan Social Simulation Building for Scientific Analysis to understand or predict social phenomena Scientific Analysis to understand or predict social phenomena today future

2 Social Simulation Building for Learning the Sense of World Building to empower to build societies and organizations Learning the Sense of World Building to empower to build societies and organizations Scientific Analysis to understand or predict social phenomena today future Social Simulation Building for Interpersonal Communication to share the image of dynamic social systems Interpersonal Communication to share the image of dynamic social systems Learning the Sense of World Building to empower to build societies and organizations Scientific Analysis to understand or predict social phenomena today future

3 Social Simulation Building for (builders) anyone Interpersonal Communication to share the image of dynamic social systems learners Learning the Sense of World Building to empower to build societies and organizations scientists Scientific Analysis to understand or predict social phenomena today future What are problems ahead? We need the well-defined primitive terms and framework to describe the society by agent-based approach. It is necessary to support to implement the simulation for the simulation builder who has a little (or, no) skill of the computer programming. We need a system to share the parts of simulation models among two or more simulation builders. A Simulation Platform to help Building Block Approach

4 Agenda 1 Brief Overview of Our Results 2 Boxed Economy Simulation Platform 3 Boxed Economy Foundation Model 4 The Road Ahead Agenda 1 Brief Overview of Our Results 2 Boxed Economy Simulation Platform 3 Boxed Economy Foundation Model 4 The Road Ahead

5 Brief Overview of Our Results Introduction Video (short version) The original version and another video will be appeared at demo session! Agenda 1 Brief Overview of Our Results 2 Boxed Economy Simulation Platform 3 Boxed Economy Foundation Model 4 The Road Ahead

6 Boxed Economy Simulation Platform (BESP) An integrated environment to make, execute, and analyze the agent-based social simulations. Implemented in Java language. The source code and detail specification are opened to the public. Architecture Overview of BESP BESP is designed to realize an extensible software application with component-based architecture. The user can obtain the simulation model and environment which suit the needs, only if he/she sets necessary components into the platform. Model Components Presentation Components component platform BESP Boxed Economy Simulation Platform

7 Plug-in Presentation Components Presentation Components A presentation component is a software component for the user interface to operate and to visualize the simulation, and the output into the file. BESP Boxed Economy Simulation Platform (1) Drop the presentation component (.class or.jar) into a plugin folder (2) Restart BESP Plug-in Model Components Model Components The model component is a software component that implements the model which the user wants to simulate. BESP Boxed Economy Simulation Platform BESP Model Composer (1) Drop the model component (.class or.jar) into a plugin folder (2) Select and set the property with BESP Model Composer.

8 Building the Model Components on BESP Model Composer Agents Components (Individuals and SocialGroups) Building the Model Components on BESP Model Composer Relation Components

9 Building the Model Components on BESP Model Composer Goods Components Building the Model Components on BESP Model Composer Information Components

10 Building the Model Components of Behavior Behavior Components Behavior Component is defined as a state machine, which is a system that changes the state when the event is received. BESP Model Component Builder BESP Model Component Builder is developed by extending from argo/uml which is the open source software for modeling in UML. Pre-defined templates for BESP Model Component Builder To build the actions of Behavior Component, select Action template CreateGoods CreateRelation DestroyGoods KeepChannel PutGoodsIntoManager PutInformationIntoMananger TakeGoodsFromManager TakeInformationFromManager SendGoods SendBackGoodsToLastSender SendGoodsToKeptChannelSender SendInformationContents SendBackInformationContentsToLastSender SendInformationContentsToKeptChannelSender? Guard template IsChannelInfoEqualsBehaviorInfo IsChannelSignalFromReciever or write a custom code For example, using JBuilder, which you can download freely from the web site

11 Building the Behavior Components Behavior Component package SampleMarket; import org.boxed_economy.foundationmodel.*; import org.boxed_economy.foundationmodel.behavior.*; import org.boxed_economy.besp.foundationmodelframework.*; import org.boxed_economy.besp.foundationmodelframework.behavior.*; /** * OrderBehavior */ public class OrderBehaviorB extends AbstractBehavior { // decide order Action action_id_13 = new anon(); public Action getaction_id_13(){ return action_id_13; } public void start() { // Setting the state machine BehaviorState state_id_6 = new DefaultBehaviorState(this, ""); currectstate = state_id_6; // This sets pseudo-initial state BehaviorState state_id_8 = new DefaultBehaviorState(this, "waiting market opening"); BehaviorState state_id_11 = new DefaultBehaviorState(this, "order determined"); Transition trans_id_7 = new Transition(); ((DefaultBehaviorState)state_id_6).addTransition( trans_id_7); trans_id_7.settransitionto(state_id_8); Transition trans_id_9 = new Transition(); // receivedevent trans_id_9.setacceptevent(autotransitionevent.class); Transition trans_id_10 = new Transition(); } This part is generated by Model Component Builder BESP Model Component Builder BESP Model Component Builder generates the java program code, just by making the state chart diagram and setting the model with a graphical user interface. public void exit() { } class anon extends Action{ /** * decide order */ public void doaction(event event){ // Write the code for custom action here. } } This part is for you to write the custom code. Once You Build the Components, you can use and set them without dealing with their source code!

12 Agenda 1 Brief Overview of Our Results 2 Boxed Economy Simulation Platform 3 Boxed Economy Foundation Model 4 The Road Ahead Boxed Economy Foundation Model More details are described in T. Iba, et. al., Boxed Economy Foundation Model, The AAAI-02 Workshop on Multi-Agent Modeling and Simulation of Economic Systems, Canada, July, 2002

13 Components based on Boxed Economy Foundation Model More details are described in T. Iba, et. al., Boxed Economy Foundation Model, The AAAI-02 Workshop on Multi-Agent Modeling and Simulation of Economic Systems, Canada, July, 2002 BESP and Boxed Economy Foundation Model Boxed Economy Foundation Model Model Components Presentation Components Model Container BESP Boxed Box Economy Operating Simulation System (BOS) Platform Java VM Presentation Container

14 Sharing Components based on Boxed Economy Foundation Model BESP Boxed Economy Simulation Platform Boxed Economy Foundation Model provides the design of the software architecture of social simulation for sharing and reusing the model components among the simulation builders, so that it will accelerate the P2P sharing of the models and components. It keeps the components on track by defining the rule for designing the components developed in the future. Agenda 1 Brief Overview of Our Results 2 Boxed Economy Simulation Platform 3 Boxed Economy Foundation Model 4 The Road Ahead

15 Boxed Economy Project is a student research group! Keio University, Japan Graduate School of Media and Governance Faculty of Policy Management Faculty of Environmental Information Fund-Supported partly by Fujita Institute of Future Management Research, Japan Project Leader Takashi Iba He is Ph.D Candidate on Graduate School of Media and Governance at Keio University. His research interests are social simulation methodology and complex systems. Advisors Project Members Yoshihide Chubachi Ken Kaiho Kotaro Asaka Yoshiaki Matsuzawa Junichiro Tanaka Ryunosuke Tsuya Kenichi Kamihashi Yuu Yamada Harumi Morikubo You Nagami Masaharu Hirokane Dr. Yoshiyasu Takefuji He is tenured professor on faculty of environmental information at Keio University. His research interests focus on neural computing and hyperspectral computing Dr. Heizo Takenaka He was tenured professor on faculty of Policy Management at Keio University. Today, He is Minister of State for Economic and Fiscal Policy, and Minister of State for IT Policy, Cabinet Office since Preparation and Launch of Boxed Economy Project Sep Apr Mar Mar.2000 Studies market simulations Started the project called In- (Takashi Iba s Master thesis) The-Box project to build a basis Winner-Take-All for sharing the simulation. phenomena in Format Started the working group to Competition of Video make an agent-based simulation Cassette Recorder (VHS vs. of entire economy. Beta) As a result, we came to Bubble and Crashed at realize that the economy is Stock Market too complex to build from a Wrote the book Introduction to scratch. Complex Systems (in Japanese) Reaffirmed importance of component and framework. Apr Aug.2000 Started new project called Boxed Economy Project. Designed the Initial version of Boxed Economy Foundation Model. Analyzed and Designed by Object-Oriented approach. Applied Unified Modeling Language (UML).

16 Research & Development of Boxed Economy Project Sep Jan Dec Jun.2001 Improved the initial version of Developed the initial version of Boxed Economy Foundation Boxed Economy Simulation Model. Platform Prototyping of Boxed Economy Applying Design Patterns Simulation Platform Introducing Rational Building Component by Unified Process (RUP) Java Beans use-case driven Implementing the development improved initial version of Introducing Extreme BEFM Programming (XP) pair programming unit test Aug Dec.2001 Refactoring the initial version. Developed Boxed Economy Simulation Platform (ver.1.0b) Model Composer Model Component Builder Some Presentation Components Applying Design Patterns, RUP, and XP The Road Ahead, Boxed Economy Project Jul Refactoring and Improving BESP and BEFM, then releasing version 1. Remaking BESP Model Component Builder as more user-friendly presentation component. Preparing some more presentation component to visualize, analyze, control, and report to database. Especially, Implementing the presentation component to support for managing large number of experiments. Translating the documents and comment at source into English Making the on-line materials to understand how to use. Simulating some sample models on BESP Exploring Design Patterns originally for Agent-based Social Modeling with BEFM

17 Welcome! If you are getting interested in our projects and software, Please to or (We would like to know how many people are interested in them!) I will make a demonstration at demo session at CASOS. ( but there are few sample models now ;-p ) Boxed Economy Simulation Platform for Agent-Based Economic and Social Modeling Takashi Iba and Yoshiyasu Takefuji

Boxed Economy Foundation Model

Boxed Economy Foundation Model Boxed Economy Foundation Model for agent-based economic/social simulation Takashi Iba, Yoshihide Chubachi, Yohei Takabe, Ken Kaiho, Yoshiyasu Takefuji *1 Faculty of Policy Informatics, Chiba University

More information

Banner 9 Overview and Transition timeline August Edgar Coronel Paddy Wong

Banner 9 Overview and Transition timeline August Edgar Coronel Paddy Wong Banner 9 Overview and Transition timeline August 2018 Edgar Coronel Paddy Wong v1 Banner Basics Banner 9 Overview Single Sign On Begin Transition! Using Banner 9 Demo Agenda Banner Basics Banner Forms

More information

Evaluation of the Performance of O(log 2 M) Self-Organizing Map Algorithm without Neighborhood Learning

Evaluation of the Performance of O(log 2 M) Self-Organizing Map Algorithm without Neighborhood Learning 04 IJCSNS International Journal of Computer Science and Network Security, VOL.6 No.0, October 006 Evaluation of the Performance of O(log M) Self-Organizing Map Algorithm without Neighborhood Learning Hiroki

More information

Shin Hong. Assistant Professor Handong Global University (HGU) Pohang, Kyongbuk, South Korea (37554)

Shin Hong. Assistant Professor Handong Global University (HGU) Pohang, Kyongbuk, South Korea (37554) Shin Hong Assistant Professor hongshin@handong.edu +82-54-260-1409 School of Computer Science & Electrical Engineering 113 NMH, 558 Handong-ro, Buk-gu, Handong Global University (HGU) Pohang, Kyongbuk,

More information

ICT PROFESSIONAL MICROSOFT OFFICE SCHEDULE MIDRAND

ICT PROFESSIONAL MICROSOFT OFFICE SCHEDULE MIDRAND ICT PROFESSIONAL MICROSOFT OFFICE SCHEDULE MIDRAND BYTES PEOPLE SOLUTIONS Bytes Business Park 241 3rd Road Halfway Gardens Midrand Tel: +27 (11) 205-7000 Fax: +27 (11) 205-7110 Email: gauteng.sales@bytes.co.za

More information

United Nations Conference on the Human Environment (Stockholm)

United Nations Conference on the Human Environment (Stockholm) 1972 1982 1992 2000 United Nations Conference on the Human Environment (Stockholm) àonly One Earth Session of a Special Character' (SSC) of the Governing Council of the United Nations Environment Programme

More information

2018 IT Academy Program. December 2017

2018 IT Academy Program. December 2017 2018 IT Academy Program December 2017 2016 VMware Inc. All rights reserved. Agenda Program Improvements for 2018 Why the change? New learning path and course details Timeline Summary of changes What s

More information

Library. Summary Report

Library. Summary Report Library Summary Report 217-218 Prepared by: Library Staff December 218 Table of Contents Introduction..1 New Books.2 Print Circulation.3 Interlibrary Loan 4 Information Literacy 5 Reference Statistics.6

More information

Solutions to the Top 5 PM P

Solutions to the Top 5 PM P Solutions to the Top 5 PM P Ex am Challenges Wed, 17 Feb 12:00 pm EST 2016 Holmes Corporation 1 PMP, PMBOK and the Registered Education Provider logo are registered PMP, PMBOK, marks and of the the Registered

More information

Dashboard. Jan 13, Jan 8, 2012 Comparing to: Site. 12,742 Visits % Bounce Rate. 00:05:26 Avg. Time on Site.

Dashboard. Jan 13, Jan 8, 2012 Comparing to: Site. 12,742 Visits % Bounce Rate. 00:05:26 Avg. Time on Site. Dashboard 3 3 15 15 Jan 17 Feb 18 Mar 22 Apr 23 May 25 Jun 26 Jul 28 Aug 29 Sep 3 Nov 1 Dec 3 Ja Site Usage 12,742 4.3% Bounce Rate 39,496 Pageviews :5:26 Avg. Time on Site 3.1 Pages/Visit 61.73% % New

More information

Overview of ITU capacity building activities

Overview of ITU capacity building activities Europe Centers of Excellence Steering Committee Meeting Copenhagen, Denmark 12 December 2017 Overview of ITU capacity building activities Mike Nxele Senior Human Capacity Building Officer, Human Capacity

More information

CMPE/SE 135 Object-Oriented Analysis and Design

CMPE/SE 135 Object-Oriented Analysis and Design Course and Contact Information San José State University Department of Computer Engineering CMPE/SE 135 Object-Oriented Analysis and Design Instructor: Ron Mak Office Location: ENG 250 Email: ron.mak@sjsu.edu

More information

COURSE LISTING. Courses Listed. with SAP Hybris Marketing Cloud. 24 January 2018 (23:53 GMT) HY760 - SAP Hybris Marketing Cloud

COURSE LISTING. Courses Listed. with SAP Hybris Marketing Cloud. 24 January 2018 (23:53 GMT) HY760 - SAP Hybris Marketing Cloud with SAP Hybris Marketing Cloud Courses Listed HY760 - SAP Hybris Marketing Cloud C_HYMC_1702 - SAP Certified Technology Associate - SAP Hybris Marketing Cloud (1702) Implementation Page 1 of 12 All available

More information

Software Engineering with Objects and Components Open Issues and Course Summary

Software Engineering with Objects and Components Open Issues and Course Summary Software Engineering with Objects and Components Open Issues and Course Summary Massimo Felici Software Engineering with Objects and Components Software development process Lifecycle models and main stages

More information

INDEX ABOUT US 3 ARAB CERTIFIED QUALITY MANAGER PROGRAM. Body of Knowledge 6 UNESCO ICT INDICATORS 8 MESSAGE FROM THE CHAIRM AN

INDEX ABOUT US 3 ARAB CERTIFIED QUALITY MANAGER PROGRAM. Body of Knowledge 6 UNESCO ICT INDICATORS 8 MESSAGE FROM THE CHAIRM AN INDEX MESSAGE FROM THE CHAIRM AN 2 ABOUT US 3 ARAB CERTIFIED QUALITY MANAGER PROGRAM 5 Body of Knowledge 6 UNESCO ICT INDICATORS 8 1 MASSAGE FROM THE CHAIRMAN Welcome to the Arab Knowledge and Management

More information

Master's Programme, Integrated Product Design, 120 credits Masterprogram, integrerad produktdesign credits

Master's Programme, Integrated Product Design, 120 credits Masterprogram, integrerad produktdesign credits Programme syllabus Master's Programme, Integrated Product Design, 120 credits Masterprogram, integrerad produktdesign 120.0 credits Valid for students admitted to the education from autumn 14 (HT - Autumn

More information

BANGLADESH UNIVERSITY OF PROFESSIONALS ACADEMIC CALENDAR FOR MPhil AND PHD PROGRAM 2014 (4 TH BATCH) PART I (COURSE WORK)

BANGLADESH UNIVERSITY OF PROFESSIONALS ACADEMIC CALENDAR FOR MPhil AND PHD PROGRAM 2014 (4 TH BATCH) PART I (COURSE WORK) BANGLADESH UNIVERSITY OF PROFESSIONALS ACADEMIC CALENDAR FOR MPhil AND PHD PROGRAM 2014 (4 TH BATCH) DAY Soci-Economic and Political History of Bangladesh PART I (COURSE WORK) 1 ST SEMESTER 2 ND SEMESTER

More information

Hideki Todo. Computer Graphics, mainly of Non-Photorealistic Rendering (NPR) Stylized Rendering, Character Animation, User Interaction, Image Analysis

Hideki Todo. Computer Graphics, mainly of Non-Photorealistic Rendering (NPR) Stylized Rendering, Character Animation, User Interaction, Image Analysis Hideki Todo Chuo Gakuin University, Japan Address: 451 Kujike, Abiko, Chiba, 270-1196, Japan Room 708, Research bldg., Chuo Gakuin University Phone: +81-4-7182-1441 ext.571 Email: todo@fla.cgu.ac.jp Web:

More information

KEIO UNIVERSITY - JAPAN

KEIO UNIVERSITY - JAPAN KEIO UNIVERSITY - JAPAN If you are interested in taking courses not listed on this list, please submit a petition form and the full course syllabus to determine its equivalency. The form is located at

More information

Shukan Asahi. General-interest weekly magazine. ASAHI Shimbun Publications Inc. READERSHIP

Shukan Asahi. General-interest weekly magazine. ASAHI Shimbun Publications Inc. READERSHIP Shukan Asahi General-interest weekly magazine " S hu k a n A s a h i" w a s f i r s t published in 1922 as a pioneer of a Japanese week ly news magazine and has maintained a favorable reputation for years.

More information

Progress Report World Wide Web Foundation Vision, Programs, Plans

Progress Report World Wide Web Foundation Vision, Programs, Plans Advance the Web to Empower People Progress Report World Wide Web Foundation Vision, Programs, Plans Steve Bratt, CEO World Wide Web Foundation W3C Advisory Committee Meeting March 2010 World Wide Web Foundation

More information

Getting Past the PM P Certification Qualifying Round

Getting Past the PM P Certification Qualifying Round Getting Past the PM P Certification Qualifying Round Tuesday, 19 July 1:00 pm EDT 2016 Holmes Corporation 1 PMP, PMBOK and the Registered Education Provider logo are registered PMP, PMBOK, marks and of

More information

NOTICE OF THE 117TH ANNUAL GENERAL MEETING OF SHAREHOLDERS

NOTICE OF THE 117TH ANNUAL GENERAL MEETING OF SHAREHOLDERS Note: This document has been translated from a part of the Japanese original for reference purposes only. In the event of any discrepancy between this translated document and the Japanese original, the

More information

October Machinery Orders

October Machinery Orders Japan's Economy 13 December 2017 (No. of pages: 6) October Machinery Orders Manufacturing industry shows strong growth trend Japanese report: 13 Dec 2017 Economic Research Dept. Kazuma Maeda Shunsuke Kobayashi

More information

Statistical Charts and Graphs. June 1, 2012

Statistical Charts and Graphs. June 1, 2012 Statistical Charts and Graphs June 1, 212 Part 1 The Collections Titles Held by Helen Hall Library Titles Held Music, 84 Serials, 1462 MRDFs, 5 Maps, 6 eaudiobooks, 3623 Audiobooks, 361 ebooks, 1118 CDs,

More information

GTA West Corridor Review

GTA West Corridor Review Newsroom : GTA West Corridor Review Search News $ Search Français Newsroom Bulletin GTA West Corridor Review October 7, 2016 11:30 A.M. Ministry of Transportation In December 2015 the Ministry of Transportation

More information

Aon Hewitt. Facts & Figures. March 2016 Update. Risk. Reinsurance. Human Resources. Empower Results

Aon Hewitt. Facts & Figures. March 2016 Update. Risk. Reinsurance. Human Resources. Empower Results Aon Hewitt Facts & Figures Risk. Reinsurance. Human Resources. Empower Results Facts & Figures Contents In this document... This button normally prints the whole document. If you want to print just the

More information

Updated with information about the new certificate programs THE KU MSIT HANDBOOK 1

Updated with information about the new certificate programs THE KU MSIT HANDBOOK 1 2016-2018 Updated with information about the new certificate programs THE KU MSIT HANDBOOK 1 THE KU MSIT HANDBOOK 2 MS in Information Technology (MSIT) School of Engineering The University of Kansas According

More information

Website Redevelopment Content Information Session. Presentation by

Website Redevelopment Content Information Session. Presentation by Website Redevelopment Content Information Session Presentation by December 3, 2010 Agenda December 3rd & 10th, 2010 10:00 10:10 Welcome & Introductions 10:10 10:20 Project Status & Development Schedule

More information

Rational Application Developer 7 Bootcamp

Rational Application Developer 7 Bootcamp Rational Application Developer 7 Bootcamp Length: 1 week Description: This course is an intensive weeklong course on developing Java and J2EE applications using Rational Application Developer. It covers

More information

Homework 2 Implementing the University Application Due: November 7, 2004 (Sunday midnight)

Homework 2 Implementing the University Application Due: November 7, 2004 (Sunday midnight) Homework 2 Implementing the University Application Due: November 7, 2004 (Sunday midnight) In this assignment, you will implement the University application from homework 1. Instead of implementing your

More information

An Introduction to Model Driven Engineering (MDE) Bahman Zamani, Ph.D. bahmanzamani.com

An Introduction to Model Driven Engineering (MDE) Bahman Zamani, Ph.D. bahmanzamani.com An Introduction to Model Driven Engineering (MDE) Bahman Zamani, Ph.D. bahmanzamani.com Department of Software Systems Engineering University of Isfahan Fall 2013 Overview Model & Modeling UML & UML Profile

More information

Scaling on one node Hybrid engines with Multi-GPU on In-Memory database queries

Scaling on one node Hybrid engines with Multi-GPU on In-Memory database queries Scaling on one node Hybrid engines with Multi-GPU on In-Memory database queries S23294 - Peter Strohm - Jedox AG GPU Technology Conference Europe 2017 Peter Strohm - @psjedox - #JedoxGTC17 1 Jedox GPU

More information

Decision Making Information from Your Mobile Device with Today's Rockwell Software

Decision Making Information from Your Mobile Device with Today's Rockwell Software Decision Making Information from Your Mobile Device with Today's Rockwell Software PUBLIC Rockwell Automation TechED 2016 @ROKTechED #ROKTechED Copyright 2016 Rockwell Automation, Inc. All Rights Reserved.

More information

Seneca. August 26,20II

Seneca. August 26,20II FROM THE OFFICE OF THE PRESIDENT llavid.&$n$w, tlr*sitiqnt Seneca Seneca College Df Applied Arts and Technology $ Ih{ *$ilii*ii Wr,l_! i\"liirt{hsilr. il \l 1..}[r *Y I f 411'l 4ll li{lif ri"llfri $j t,r,

More information

Click to edit Master title style

Click to edit Master title style Land Registry Open Data Click to edit Master title Fuelling the Knowledge Based Economy Click to edit Master subtitle Dr Andrew Trigg Head of Data Strategy HM Land Registry England & Wales andrew.trigg@landregistry.gsi.gov.uk

More information

acknowledged by the United Nations University

acknowledged by the United Nations University Regional Centre of Expertise in Sustainability Education acknowledged by the United Nations University RCE Severn Network RCE Severn is a Regional Centre of Expertise (RCE) for Sustainability Education,

More information

This report is based on sampled data. Jun 1 Jul 6 Aug 10 Sep 14 Oct 19 Nov 23 Dec 28 Feb 1 Mar 8 Apr 12 May 17 Ju

This report is based on sampled data. Jun 1 Jul 6 Aug 10 Sep 14 Oct 19 Nov 23 Dec 28 Feb 1 Mar 8 Apr 12 May 17 Ju 0 - Total Traffic Content View Query This report is based on sampled data. Jun 1, 2009 - Jun 25, 2010 Comparing to: Site 300 Unique Pageviews 300 150 150 0 0 Jun 1 Jul 6 Aug 10 Sep 14 Oct 19 Nov 23 Dec

More information

744 Motooka Nishi-ku Fukuoka , Japan Phone/Fax:

744 Motooka Nishi-ku Fukuoka , Japan Phone/Fax: September 12, 2009 To whom it may concern: I am Dr. Masafumi Yamashita, a professor at the Department of Informatics, Graduate School of Information Science and Electrical Engineering, Kyushu University,

More information

Active Directory Domain Service Lab Guide READ ONLINE

Active Directory Domain Service Lab Guide READ ONLINE Active Directory Domain Service Lab Guide READ ONLINE If searching for the book Active directory domain service lab guide in pdf form, then you've come to right site. We furnish the full version of this

More information

COURSE LISTING. Courses Listed. with SAP HANA. 15 February 2018 (05:18 GMT) HA100 - SAP HANA. HA250 - Migration to SAP HANA using DMO

COURSE LISTING. Courses Listed. with SAP HANA. 15 February 2018 (05:18 GMT) HA100 - SAP HANA. HA250 - Migration to SAP HANA using DMO with SAP HANA COURSE LISTING Courses Listed HA100 - SAP HANA HA240 -, SAP HANA HA250 - Migration to SAP HANA using DMO C_HANATEC_13 - SAP Certified Technology Associate - SAP HANA 2.0 HA200 - SAP HANA

More information

Vulnerability Analysis of information systems (Modeling of interaction between information systems and social infrastructures)

Vulnerability Analysis of information systems (Modeling of interaction between information systems and social infrastructures) Vulnerability Analysis of information systems (Modeling of interaction between information systems and social infrastructures) Ichiro Murase Team Leader of Security Technology Team, Information Technology

More information

The National Institute of Engineering, Mysore FACULTY PROFILE

The National Institute of Engineering, Mysore FACULTY PROFILE The National Institute of Engineering, FACULTY PROFILE 01. Name of the Faculty [in Block Letters] 02. Date of Birth KIRAN B N DD MM YYYY 03. Sex Male Female 10 05 1978 04. Designation Assistant Professor

More information

NATO MultiNational Smart Defence Project on Cyber Defence Education & Training (Project 1.36)

NATO MultiNational Smart Defence Project on Cyber Defence Education & Training (Project 1.36) NATO MultiNational Smart Defence Project on Cyber Defence Education & Training (Project 1.36) Project Manager: Lt Col Paulo Viegas Nunes nunes.pfv@mail.exercito.pt Agenda MN CD E&T Objective Working Plan

More information

Progress Report on the Utilisation of the ASEAN Foundation Funds for Projects (As of 31 March 2003 )

Progress Report on the Utilisation of the ASEAN Foundation Funds for Projects (As of 31 March 2003 ) Proposed by the ASEAN Foundation: Completed Progress on the Utilisation of the ASEAN Foundation Funds for Projects (As of 31 March ) 1 Seminar on International Crisis Management for ASEAN Diplomats IDFR

More information

BOARD OF REGENTS ACADEMIC AFFAIRS COMMITTEE 4 STATE OF IOWA SEPTEMBER 12-13, 2018

BOARD OF REGENTS ACADEMIC AFFAIRS COMMITTEE 4 STATE OF IOWA SEPTEMBER 12-13, 2018 STATE OF IOWA SEPTEMBER 12-13, 2018 REQUEST FOR NEW PROGRAM AT IOWA STATE UNIVERSITY: BACHELOR OF SCIENCE IN CYBER SECURITY ENGINEERING Contact: Rachel Boon Action Requested: Consider approval of the request

More information

CURRICULUM VITAE. for Ernst Nordström. Personal Data. Born in Uppsala, Sweden, on April 12, Married; father to Jenny.

CURRICULUM VITAE. for Ernst Nordström. Personal Data. Born in Uppsala, Sweden, on April 12, Married; father to Jenny. CURRICULUM VITAE for Ernst Nordström Personal Data Born in Uppsala, Sweden, on April 12, 1966 Married; father to Jenny. Academic Qualifications Jun. 1985 Mar. 1992 Sep. 1995 Dec. 1998 Gymnasieexamen at

More information

Your Future with Worldpay. Shane Happach Managing Director, Worldpay ecom

Your Future with Worldpay. Shane Happach Managing Director, Worldpay ecom Your Future with Worldpay Shane Happach Managing Director, Worldpay ecom Leaders in modern money 2 Worldpay 2016. All rights reserved. In 2015 Transactions a day Processed 3 Worldpay 2016. All rights reserved.

More information

Student Handbook Master of Information Systems Management (MISM)

Student Handbook Master of Information Systems Management (MISM) Student Handbook 2018-2019 Master of Information Systems Management (MISM) Table of Contents Contents 1 Masters of Information Systems Management (MISM) Curriculum... 3 1.1 Required Courses... 3 1.2 Analytic

More information

SysML, It s Coming Are You Prepared?

SysML, It s Coming Are You Prepared? SysML, It s Coming Are You Prepared? Presentation for George Mason University Shana L. Lloyd The Aerospace Corporation 703-324-8877 Shana.l.lloyd@aero.org January 31, 07 1 Outline Introduction SysML Background

More information

Access Control and Physical Security Management. Contents are subject to change. For the latest updates visit

Access Control and Physical Security Management. Contents are subject to change. For the latest updates visit Access Control and Physical Security Management Page 1 of 6 Why Attend Today s security landscape requires individuals and businesses to take the threat to safety and security seriously. Safe and secure

More information

Mobile Broadband and benefits with harmonized UHF spectrum

Mobile Broadband and benefits with harmonized UHF spectrum Mobile Broadband and benefits with harmonized UHF spectrum Hans Höglund Director, Government & Industry Relations Business Unit Networks, Ericsson Ericsson AB 2009 1 Broadband access is a government priority..the

More information

Leverage the Software Development Lifecycle. IT Methodology Webinar

Leverage the Software Development Lifecycle. IT Methodology Webinar Leverage the Software Development Lifecycle IT Methodology Webinar All participants will be on mute Questions are welcome Things to know Please use the questions box to ask questions The moderator will

More information

Platform on Water Resilience and Disasters

Platform on Water Resilience and Disasters Side Event on Platform on Water Resilience and Disasters UNESCO-IHP Intergovernmental Council Meeting, 11 June 2018 Room Ⅸ, UNESCO Headquarters, 1 rue Miollis, 75015 Paris, France Platform on Water Resilience

More information

COURSE LISTING. Courses Listed. Training for Database & Technology with Modeling in SAP HANA. 20 November 2017 (12:10 GMT) Beginner.

COURSE LISTING. Courses Listed. Training for Database & Technology with Modeling in SAP HANA. 20 November 2017 (12:10 GMT) Beginner. Training for Database & Technology with Modeling in SAP HANA Courses Listed Beginner HA100 - SAP HANA Introduction Advanced HA300 - SAP HANA Certification Exam C_HANAIMP_13 - SAP Certified Application

More information

COURSE LISTING. Courses Listed. with Governance, Risk and Compliance (GRC) SAP BusinessObjects. 19 February 2018 (15:13 GMT) GRC100 -

COURSE LISTING. Courses Listed. with Governance, Risk and Compliance (GRC) SAP BusinessObjects. 19 February 2018 (15:13 GMT) GRC100 - with Governance, Risk and Compliance (GRC) SAP BusinessObjects Courses Listed GRC100 - GRC300-10.0 C_GRCAC_10 - SAP Certified Application Associate - SAP BusinessObjects Access Control 10.0 Page 1 of 12

More information

Objectives and Agenda

Objectives and Agenda Objectives and Agenda Capacity Development Workshop and Expert Group Meeting On Mainstreaming Sustainable Development into National Development Strategies Workshop Objectives The overall goal of the workshop

More information

Fixed and wireless broadband mapping in Belgium

Fixed and wireless broadband mapping in Belgium Belgian Institute for Postal Services and Telecommunications Fixed and wireless broadband mapping in Belgium Broadband mapping Conference in Warsaw, Poland, 11-12 April, 2016 BIPT Agenda Objectives Roadmap

More information

Expected Learning Objective Activities/FAs Planned

Expected Learning Objective Activities/FAs Planned The Orchid School Baner Syllabus Overview 2015-2016 Std X Subject : Foundation Of Information Technology Month Lesson / Content / Name of the Book Expected Learning Objective Activities/FAs Planned Students

More information

Gassan Abu Jumra Alsyad

Gassan Abu Jumra Alsyad Gassan Abu Jumra Alsyad PERSONAL INFORMATION Place & Date of Birth: Khartoum, 29 th May 1980 Nationality: Sudanese Marital Status: Single Passport NO: B0700506 Language : Arabic,English Current Address:

More information

CALENDAR FOR THE YEAR 2018

CALENDAR FOR THE YEAR 2018 27 Dubai 08-12 Jan 1 Advance Budgeting Workshop 386 Istanbul 11-1 Mar 396 London 13-17 May 2 Advance Business Writing 296 Abu Dhabi 1-19 Jan 3 Contract Management 396 London 22-26 Jan 27 Dubai 18-22 Mar

More information

Aggregation of WSRP Channels on Eclipse Rich Client Platform

Aggregation of WSRP Channels on Eclipse Rich Client Platform Aggregation of WSRP Channels on Eclipse Rich Client Platform Shoji Kajita Associate Professor, Ph.D Information Technology Center Nagoya University Japan Agenda Background ULAN: Ubiquitous Learning Architecture

More information

Building e-governance capacity in African countries

Building e-governance capacity in African countries Industry Canada Industrie Canada The DOT Force Agenda - A G8 Focus on Africa - Building e-governance capacity in African countries Richard Bourassa Director, International Policy Electronic Commerce Branch

More information

DUBAI ENERGY EFFICIENCY TRAINING PROGRAM

DUBAI ENERGY EFFICIENCY TRAINING PROGRAM DUBAI ENERGY EFFICIENCY TRAINING PROGRAM The Dubai Energy Efficiency Training Program is an initiative by Dubai Supreme of Energy and led by TAQATI In partnership with: TRAINING Fundamentals of Energy

More information

Transform your Microsoft Project schedules into presentation reports with Milestones Professional.

Transform your Microsoft Project schedules into presentation reports with Milestones Professional. Transform your Microsoft Project schedules into presentation reports with Milestones Professional. KIDASA Software s Milestones Professional offers a direct interface to Microsoft Project, making it easy

More information

Server Virtualization and Optimization at HSBC. John Gibson Chief Technical Specialist HSBC Bank plc

Server Virtualization and Optimization at HSBC. John Gibson Chief Technical Specialist HSBC Bank plc Server Virtualization and Optimization at HSBC John Gibson Chief Technical Specialist HSBC Bank plc Background Over 5,500 Windows servers in the last 6 years. Historically, Windows technology dictated

More information

CS 101 : Introduction to Programming. Lecture 1 22/January/2018 Ashish Sureka

CS 101 : Introduction to Programming. Lecture 1 22/January/2018 Ashish Sureka CS 101 : Introduction to Programming Lecture 1 22/January/2018 Ashish Sureka (ashish.sureka@ashoka.edu.in) Ashish Sureka (Instructor) Associate Professor (Computer Science) PhD, Computer Science North

More information

Appreneurship: Build A Mobile App Business With No Technical Background By Rahul Varshneya

Appreneurship: Build A Mobile App Business With No Technical Background By Rahul Varshneya Appreneurship: Build A Mobile App Business With No Technical Background By Rahul Varshneya If searching for the book Appreneurship: Build A Mobile App Business With No Technical Background by Rahul Varshneya

More information

ACTIVE MICROSOFT CERTIFICATIONS:

ACTIVE MICROSOFT CERTIFICATIONS: Last Activity Recorded : August 03, 2017 Microsoft Certification ID : 2069071 JESSE WIMBERLEY 5421 33RD CT SE LACEY, Washington 98503 US jesse.wimberley@gmail.com ACTIVE MICROSOFT CERTIFICATIONS: Microsoft

More information

Sequence Diagram Generation with Model Transformation Technology

Sequence Diagram Generation with Model Transformation Technology , March 12-14, 2014, Hong Kong Sequence Diagram Generation with Model Transformation Technology Photchana Sawprakhon, Yachai Limpiyakorn Abstract Creating Sequence diagrams with UML tools can be incomplete,

More information

Section 1.2: What is a Function? y = 4x

Section 1.2: What is a Function? y = 4x Section 1.2: What is a Function? y = 4x y is the dependent variable because it depends on what x is. x is the independent variable because any value can be chosen to replace x. Domain: a set of values

More information

Cybersecurity is a Team Sport

Cybersecurity is a Team Sport Cybersecurity is a Team Sport Cyber Security Summit at Loyola Marymount University - October 22 2016 Dr. Robert Pittman, CISM Chief Information Security Officer National Cyber Security Awareness Month

More information

Welcome to Maastricht University. School of Business and Economics

Welcome to Maastricht University. School of Business and Economics Welcome to Maastricht University School of Business and Economics MSc Business Intelligence and Smart Services (BISS) Service design and development in cyber-society Dr. Alexander Grigoriev Why should

More information

SuperStream speeds up time to market for new product by 25%

SuperStream speeds up time to market for new product by 25% SuperStream speeds up time to market for new product by 25% The company strongly supports global companies from Japan with the relaunch of management foundational solution SuperStream-NX Carrying out a

More information

An Introduction to the SEforALL Building Efficiency Accelerator Belgrade BEA Kick-off Meeting 31 October 2016 Eric Mackres,

An Introduction to the SEforALL Building Efficiency Accelerator Belgrade BEA Kick-off Meeting 31 October 2016 Eric Mackres, An Introduction to the SEforALL Building Efficiency Accelerator Belgrade BEA Kick-off Meeting 31 October 2016 Eric Mackres, emackres@wri.org Manager, Building Efficiency, WRI Ross Center for Sustainable

More information

Marco Porta Betim Çiço Peter Kaczmarski Neki Frasheri Virginio Cantoni. Fernand Vandamme (BIKEMA)

Marco Porta Betim Çiço Peter Kaczmarski Neki Frasheri Virginio Cantoni. Fernand Vandamme (BIKEMA) New Trends in Information Technologies and Their Integration in University Curricula: a Brief Study in the Context of the FETCH European Thematic Network Marco Porta Betim Çiço Peter Kaczmarski Neki Frasheri

More information

TOPCASED. Current status

TOPCASED. Current status TOPCASED Current status Current tasks & facts Definition of quality assurance & Control by the Quality Group Build the maintenance infrastructure for the already developped software : To fund architecture

More information

Business, Finance and ICT

Business, Finance and ICT I am studying ECDL L1 / L2 and having a fantastic experience learning in the Idea Store. Fatema Z 20 Getting Started We offer a range of courses to help you get started in IT, Business and Finance. Need

More information

8.3 cloud roadmap. Dr. Andrei Borshchev, CEO Nikolay Churkov, Head of Software Development. The AnyLogic Company Conference 2018 Baltimore

8.3 cloud roadmap. Dr. Andrei Borshchev, CEO Nikolay Churkov, Head of Software Development. The AnyLogic Company Conference 2018 Baltimore 8.3 cloud roadmap Dr. Andrei Borshchev, CEO Nikolay Churkov, Head of Software Development The AnyLogic Company Conference 2018 Baltimore The AnyLogic Company www.anylogic.com agenda 1. 8.3: the new web

More information

NIR February JPNIC Updates. Hiroki Kawabata Japan Network Information Center (JPNIC) Copyright 2016 Japan Network Information Center

NIR February JPNIC Updates. Hiroki Kawabata Japan Network Information Center (JPNIC) Copyright 2016 Japan Network Information Center NIR SIG@APNIC41 February 2016 JPNIC Updates Hiroki Kawabata Japan Network Information Center (JPNIC) Contents Statistics IPv4 IPv6 ASN transfer Activities IPv6 Policy and Internet Governance RPKI Reverse

More information

The Intelligent Process Planner and Scheduler. by Carl P. Thompson Advisor: Jeffrey W. Herrmann, Edward Lin, Mark Fleischer, Vidit Mathur

The Intelligent Process Planner and Scheduler. by Carl P. Thompson Advisor: Jeffrey W. Herrmann, Edward Lin, Mark Fleischer, Vidit Mathur UNDERGRADUATE REPORT The Intelligent Process Planner and Scheduler by Carl P. Thompson Advisor: Jeffrey W. Herrmann, Edward Lin, Mark Fleischer, Vidit Mathur U.G. 2000-1 I R INSTITUTE FOR SYSTEMS RESEARCH

More information

Software Life Cycle. Main issues: Discussion of different life cycle models Maintenance or evolution

Software Life Cycle. Main issues: Discussion of different life cycle models Maintenance or evolution Software Life Cycle Main issues: Discussion of different life cycle models Maintenance or evolution Introduction software development projects are large and complex a phased approach to control it is necessary

More information

Excel Functions & Tables

Excel Functions & Tables Excel Functions & Tables SPRING 2016 Spring 2016 CS130 - EXCEL FUNCTIONS & TABLES 1 Review of Functions Quick Mathematics Review As it turns out, some of the most important mathematics for this course

More information

ACM/IEEE MODELS 2018, København, Denmark. Ta id Holmes

ACM/IEEE MODELS 2018, København, Denmark. Ta id Holmes ACM/IEEE MODELS 2018, København, Denmark Ta id Holmes New Ideas and Vision Paper @ Foundations Track Motivation Vision Idea Application Discussion Customization of Architecture Models Automated Model Refactoring

More information

Scientific journal Title of paper Journal name Year / Volume / Pages Unemployment and Labour Force Market in Republic of Kosova

Scientific journal Title of paper Journal name Year / Volume / Pages Unemployment and Labour Force Market in Republic of Kosova CURRICULUM VITAE 1. Family Name: Dragusha 2. First Name: Blerim 3. Nationality: Albanian-Kosovar 4. Date of Birth 23.12.1983 5. Gender: Male 6. Contact details: Email: blerim.dragusha@uni-pr.edu Tel: +381(0)38

More information

Real Estate Forecast 2015

Real Estate Forecast 2015 Real Estate Forecast 2015 No Place But Up Interest Rates Rents Prices Real Estate and the Economy Ted C. Jones, PhD Chief Economist Stewart Title Guaranty Company Thank Heavens for Global Warming Think

More information

Say Goodbye to Enterprise IT: Welcome to the Mobile First World. Sean Ginevan, Senior Director, Strategy Infosecurity Europe

Say Goodbye to Enterprise IT: Welcome to the Mobile First World. Sean Ginevan, Senior Director, Strategy Infosecurity Europe Say Goodbye to Enterprise IT: Welcome to the Mobile First World Sean Ginevan, Senior Director, Strategy Infosecurity Europe - 2015 Sean Ginevan Sr. Director, Strategy, MobileIron Linkedin.com/in/sginevan

More information

Curriculum Vitae. Electronic Engineer (special mention in Computers and Digital Systems) Universidad Técnica Federico Santa María

Curriculum Vitae. Electronic Engineer (special mention in Computers and Digital Systems) Universidad Técnica Federico Santa María Curriculum Vitae Javier Ignacio Lührs Middleton Electronic Engineer (special mention in Computers and Digital Systems) Universidad Técnica Federico Santa María Contact Information: Av. El Santo, dp. 601

More information

The power of ratings Ross Murray. What the world thinks of Sheffield and how everyone can get the most out of it!

The power of ratings Ross Murray. What the world thinks of Sheffield and how everyone can get the most out of it! The power of ratings Ross Murray What the world thinks of Sheffield and how everyone can get the most out of it! Agenda o o o o o TripAdvisor Overview UK insights on TripAdvisor Sheffield insights on TripAdvisor

More information

ETSETB Academic Regulations for MET and MEE Master Degree Theses (TFM - Treball Fi de Màster)

ETSETB Academic Regulations for MET and MEE Master Degree Theses (TFM - Treball Fi de Màster) ETSETB Academic Regulations for MET and MEE Master Degree Theses (TFM - Treball Fi de Màster) MÀSTER EN ENGINYERIA DE TELECOMUNICACIÓ (MET) MÀSTER EN ENGINYERIA ELECTRÒNICA (MEE) Academic regulations for

More information

Updated tablets allow customers to connect with regional financial institutions

Updated tablets allow customers to connect with regional financial institutions Updated tablets allow customers to connect with regional financial institutions NEC Solution Innovators project manager, Takuya Manabe, and his team often travel throughout Japan - not for pleasure but

More information

BACHELOR OF COMPUTER APPLICATIONS (BCA)

BACHELOR OF COMPUTER APPLICATIONS (BCA) BACHELOR OF COMPUTER APPLICATIONS (BCA) (Three year full time (six semesters) Programme) Poojya Dr. Sharanbasawappa Appa proclaims to provide value based Hi-Tech education. Today Japan, USA, Germany, France,

More information

Business Architecture Implementation Workshop

Business Architecture Implementation Workshop Delivering a Business Architecture Transformation Project using the Business Architecture Guild BIZBOK Hands-on Workshop In this turbulent and competitive global economy, and the rapid pace of change in

More information

Saint Petersburg Electrotechnical University "LETI" (ETU "LETI") , Saint Petersburg, Russian FederationProfessoraPopova str.

Saint Petersburg Electrotechnical University LETI (ETU LETI) , Saint Petersburg, Russian FederationProfessoraPopova str. Saint Petersburg Electrotechnical University "LETI" (ETU "LETI") 197376, Saint Petersburg, Russian FederationProfessoraPopova str., 5 Master s program "Computer Science and Knowledge Discovery" Professor

More information

Transforming Requirements into MDA from User Stories to CIM

Transforming Requirements into MDA from User Stories to CIM , pp.15-22 http://dx.doi.org/10.14257/ijseia.2017.11.8.03 Transing Requirements into MDA from User Stories to CIM Meryem Elallaoui 1, Khalid Nafil 2 and Raja Touahni 1 1 Faculty of Sciences, Ibn Tofail

More information

Optimizing Field Operations. Jeff Shaner

Optimizing Field Operations. Jeff Shaner Optimizing Field Operations Jeff Shaner Field GIS Taking GIS Beyond the Office Collecting Data Reporting Observations Managing Work Connecting the Field with the Enterprise Workforce for ArcGIS Field workforce

More information

Google chrome plugins update

Google chrome plugins update Google chrome plugins update Apr 19, 2017. Google has made yet another change to Chrome's under the hood settings with the removal of the chrome://plugins page in version 57,. Dec 20, 2017. A shortcut

More information

ITIL 4 is HERE! The ITIL 4 Scheme Explained. ITIL v3 Migration into ITIL 4 Diagram. Torque IT 2019 ITIL 4 Foundation Schedule

ITIL 4 is HERE! The ITIL 4 Scheme Explained. ITIL v3 Migration into ITIL 4 Diagram. Torque IT 2019 ITIL 4 Foundation Schedule ITIL 4 is HERE! The ITIL 4 Scheme Explained ITIL v3 Migration into ITIL 4 Diagram Torque IT 2019 ITIL 4 Foundation Schedule The 4 Scheme Explained What is ITIL 4? ITIL 4 is the next iteration that incorporates

More information

Platform-Independent UI Models: Extraction from UI Prototypes and rendering as W3C Web Components

Platform-Independent UI Models: Extraction from UI Prototypes and rendering as W3C Web Components Platform-Independent UI Models: Extraction from UI Prototypes and rendering as W3C Web Components Marvin Aulenbacher, 19.06.2017, Munich Chair of Software Engineering for Business Information Systems (sebis)

More information

2016 Market Update. Gary Keller and Jay Papasan Keller Williams Realty, Inc.

2016 Market Update. Gary Keller and Jay Papasan Keller Williams Realty, Inc. 2016 Market Update Gary Keller and Jay Papasan Housing Market Cycles 1. Home Sales The Numbers That Drive U.S. 2. Home Price 3. Months Supply of Inventory 4. Mortgage Rates Real Estate 1. Home Sales Nationally

More information