Auc2Charge: An Online Auction Framework for Electric Vehicle Park-and-Charge

Size: px
Start display at page:

Download "Auc2Charge: An Online Auction Framework for Electric Vehicle Park-and-Charge"

Transcription

1 Auc2Charge: An Online Auction Framework for Electric Vehicle Park-and-Charge Qiao Xiang 1, Fanxin Kong 1, Xue Liu 1, Xi Chen 1, Linghe Kong 1 and Lei Rao 2 1 School of Computer Science, McGill University 2 General Motors Research Lab July 16th, 2015 Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/2015 1/ 26

2 Introduction Introduction Electric Vehicles Electric Vehicles(EV) Crucial component of Intelligent Transportation System(ITS) Shift energy load from gasoline to electricity Cause high penetration of power grid Require large-scale deployment of charging stations Various charging stations Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/2015 2/ 26

3 Introduction Park-and-Charge Park-and-Charge An up-and-coming mode for charging stations A parking lot equipped with Level 1 and Level 2 chargers EVs get charged during parking, e.g., a few hours Slow charging, inexpensive hardware and high utilization of space A Controller A C B Charging Points C B Parking Lot Figure: An illustration of park-and-charge Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/2015 3/ 26

4 Introduction Current Field Deployment Park-and-Charge Workplace, airport, military base and etc. Pricing policies Pay-per-use Flat rate Boston University Seattle-Tacoma Airport Sources:bu.edu and plugincars.com Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/2015 4/ 26

5 Motivation and Challenges Pay-Per-Use and Flat-Rate Pricing Motivation Advantages Simple and straightforward Helpful for early market expanding Limitations Overpricing and underpricing Undermined social welfare i.e., sum of station revenue and user utilities Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/2015 5/ 26

6 Motivation and Challenges Motivation Social Welfare in Park-and-Charge: An Example Pay-per-use and flat-rate: allocate 15kWh to each EV A SOC: 20/40 B SOC: 5/25 Park and Charge A SOC: 35/40 B SOC: 20/25 However, Marginal utilities of EVs are different Lower arriving SOC Higher marginal utility Ignorance of such difference Undermined social welfare Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/2015 6/ 26

7 Motivation and Challenges Motivation Social Welfare in Park-and-Charge: An Example To maximize social welfare: Allocate electricity to low SOC vehicle as much as possible A SOC: 20/40 B SOC: 5/25 Park and Charge A SOC: 30/40 B SOC: 25/25 Pay-per-use and flat-rate focus on station revenue, not social welfare. Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/2015 7/ 26

8 Motivation Motivation and Challenges Motivation Future market deployment of park-and-charge desires an efficient market mechanism to Avoid overpricing and underpricing Maximize social welfare Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/2015 8/ 26

9 Our Focus Motivation and Challenges Our Focus Our Focus Investigate auction as market mechanism for park-and-charge Auc2Charge: an online auction framework Understanding system benefits via numerical simulation Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/2015 9/ 26

10 Motivation and Challenges Related Work Related Work Auctions has been widely studied in Internet Adwords, cloud computing and smart grid. Social welfare maximization Truthfulness and individual rationality What enables Auc2Charge? Budget-constrained online auction and randomized auction theory Auc2Charge can be extended to other operation modes of charging stations, e.g., fast charging reservation. Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

11 System Settings and Problem Formulation System Settings and Problem Formulation SOC: 60% Bid 1 Lose 2-3pm, $0.50, 5kWh Bid 2 Win 3-4pm, $2.00, 9kWh... Bids AllocaKon and Pay Decision.... AllocaKon and Pay Decision Bids SOC: 30% Bid 1 Win 2-3pm, $1.50, 6kWh Bid 2 Win 3-4pm, $3.00, 8kWh... EV Customer 1 EV Customer N EVs arrive, park-and-charge, and leave Users send bids on how much to charge, when to charge and how much to pay, i.e., {bj k(t), ck j (t)}, to the charging station Auctions are conducted every time slot, and users get notified Users can adjust future bids anytime during parking, Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

12 System Settings and Problem Formulation A Binary Programming Formulation PNC : subject to K k=1 t=1 M K j=1 k=1 K k=1 T maximize T M K t=1 j=1 k=1 b k j (t)y k j (t) Social Welfare b k j (t)y k j (t) B j, j, Users Budget c k j (t)y k j (t) R(t), t, Station Supply K k=1 y k j (t) 1, j and t, No Double Wins c k j (t)y k j (t) C j (t), j and t, Unit-Time Charging Capacity y k j (t) {0, 1}, j, k and t. Winning Indication Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

13 System Settings and Problem Formulation Challenges Challenges PNC is NP-hard The auction must be computationally efficient PNC is stochastic The auction must be online Users may bid strategically The autcion must be truthful and individual rational Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

14 Auc2Charge: An Online Auction Framework Auc2Charge in a Nutshell Auc2Charge in a Nutshell 1. Decompose PNC into smaller auctions via bids update process. PNCone(1) PNCone(2) PNC PNCone(t) Bids Update Process PNCone(T) Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

15 Auc2Charge: An Online Auction Framework Auc2Charge in a Nutshell Auc2Charge in a Nutshell Bids Update Process: Originally proposed in budget-constrained online Adwords auction 1, and extended to resource auction in cloud computing. 2 Intuition: adjust reported valuation in PNC one (t) based on the results from PNC one (t 1) Users not getting electricity in t 1 No adjust in t Users getting electricity in t 1 Reduce reported valuation in t based on remaining budget Rationale: avoid user depleting budget fast without fully charged Result: the overall budget constraint is dropped. 1 Buchbinder, Niv, et al. Online primal-dual algorithms for maximizing ad-auctions revenue. Algorithms-ESA Shi, Weijie, et al. An online auction framework for dynamic resource provisioning in cloud computing. ACM SIGMETRICS Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

16 Auc2Charge: An Online Auction Framework Auc2Charge in a Nutshell A Binary Programming Model without Budget Constraint PNC one(t) : maximize p(t) = subject to M K cj k (t)yj k (t) R(t), j=1 k=1 K k=1 K k=1 M K j=1 k=1 ω k j (t)y k j (t), Station Supply y k j (t) 1, j No Double Wins Social Welfare c k j (t)y k j (t) C j (t), j Unit-Time Charging Capacity y k j (t) {0, 1}, j and k. Winning Indication Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

17 Auc2Charge: An Online Auction Framework Auc2Charge in a Nutshell Auc2Charge in a Nutshell 2. Execute randomized auction for PNC one (t) PNCone(1) Aucone PNCone(2) Aucone PNC PNCone(t) Aucone PNCone(T) Aucone Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

18 Auc2Charge: An Online Auction Framework Auc2Charge in a Nutshell Auc2Charge in a Nutshell Randomized Auction Auc one Basic idea: design truthful mechanism via approximation algorithm 3 1 Perform a fractional VCG auction for PNC one (t) 2 Decompose fractional solutions to PNC one (t) into a polynomial number of feasible solutions 3 Randomly select one feasible solution as the allocation decision 4 Compute the corresponding pricing decision 3 Lavi, Ron, et al. Truthful and near-optimal mechanism design via linear programming. Journal of the ACM (JACM) 58.6 (2011): 25. Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

19 Auc2Charge: An Online Auction Framework Auc2Charge in a Nutshell Auc2Charge in a Nutshell How to find a polynomial number of feasible solutions? Use a greedy primal-dual approximation algorithm for PNC one (t) as a separation oracle Greedy approximation algorithm Drop bids exceeding the unit-charging capacity Select the bid with highest unit-value, one at a time, while supply and demand lasts Theorem The greedy algorithm provides a close-form approximation ratio of α and an integrality gap of α to problem PNC one (t) in polynomial time. a a α = 1 + ɛ(e 1) θ θ 1. Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

20 Auc2Charge: An Online Auction Framework Properties of Auc2Charge Properties of Auc2Charge Theorem Auc one is computationally efficient, truthful, individual rational, and α(1 + R max )-competitive in the one-shot auction of Auc2Charge online auction framework. a a R max: the maximal per-timeslot bid-to-budget ratio. Theorem Using Auc one as the one-shot auction, the Auc2Charge framework is truthful, individual rational, computationally efficient and (1 + R max )(α(1 + R max ) + 1 ϕ 1 )-competitive on the social welfare for the EV park-and-charge system. a a ϕ = (1 + R max) 1 Rmax. Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

21 Performance Evaluation Simulation Settings Simulation Settings Park-and-charge Facility: 500 spots EV battery capacity: 40kWh Arriving SOC (0, 0.7] Parking time [2, 6] hours Budget: [8, 12] dollars Number of bids/hour: 5 Simulated time T = 12, 18, 24 hours Simulated scale M = 100, 200, 300, 400, 500 EVs Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

22 Performance Evaluation Simulation Settings Simulation Settings Metrics Social Welfare Approximation ratio over offline optimum User Satisfaction User Satisfaction Ratio Unit Charging Payment Total Charging Payment Budget Utilization Ratio Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

23 Performance Evaluation Evaluation Results Evaluation Results Approximation Ratio on Social Welfare Ratio of Offline/Online Social Welfare Auc2Charge OffOptimal Number of Electric Vehicles T = 12 Hours Ratio of Offline/Online Social Welfare Auc2Charge OffOptimal Number of Time Slots M = 100 Electric Vehicles Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

24 Performance Evaluation Evaluation Results Evaluation Results User Satisfaction Average of User Satisfaction Ratio T=12 T=18 T= Number of Electric Vehicles User Satisfaction Ratio Average of Unit Payment T=12 T=18 T= Number of Electric Vehicles Unit Charging Payment Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

25 Performance Evaluation Evaluation Results Evaluation Results User Satisfaction - Cont d Average of Total Payment T=12 T=18 T= Number of Electric Vehicles Total Charging Payment Average of Budget Utilization Ratio T=12 T=18 T= Number of Electric Vehicles Budget Utilization Ratio Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

26 Concluding Remarks Conclusion and Future Work Conclusion and Future Work Conclusion Explore auctions as efficient market mechanisms for EV charging stations Propose Auc2Charge, an online auction framework for EV park-and-charge Demonstrate system benefits in terms of social welfare and user satisfaction Future Work Include other realistic constraints, e.g., V2G transmission and ramp-up/down generation cost Investigate privacy-preserving auctions for EV charging Qiao Xiang et al. (McGill) ACM e-energy 15 07/16/ / 26

Designing Real-Time, Reliable and Efficient Cyber-Physical Systems for Future Smart City

Designing Real-Time, Reliable and Efficient Cyber-Physical Systems for Future Smart City Designing Real-Time, Reliable and Efficient Cyber-Physical Systems for Future Smart City Cyber-Physical Systems: Integration of computational algorithms and physical processes Deployed in various areas,

More information

Intelligent Energy Management System Simulator for PHEVs at a Municipal Parking Deck in a Smart Grid Environment

Intelligent Energy Management System Simulator for PHEVs at a Municipal Parking Deck in a Smart Grid Environment Intelligent Energy Management System Simulator for PHEVs at a Municipal Parking Deck in a Smart Grid Environment Preetika Kulshrestha, Student Member, IEEE, Lei Wang, Student Member, IEEE, Mo-Yuen Chow,

More information

Opportunistic Energy Sharing Between Power Grid and Electric Vehicles: A Game Theory-based Nonlinear Pricing Policy

Opportunistic Energy Sharing Between Power Grid and Electric Vehicles: A Game Theory-based Nonlinear Pricing Policy Opportunistic Energy Sharing Between Power Grid and Electric Vehicles: A Game Theory-based Nonlinear Pricing Policy Ankur Sarker, Zhuozhao Li, William Kolodzey,, and Haiying Shen Department of Computer

More information

Power Distribution Scheduling for Electric Vehicles in Wireless Power Transfer Systems

Power Distribution Scheduling for Electric Vehicles in Wireless Power Transfer Systems Power Distribution Scheduling for Electric Vehicles in Wireless Power Transfer Systems Chenxi Qiu*, Ankur Sarker and Haiying Shen * College of Information Science and Technology, Pennsylvania State University

More information

Scheduling Electric Vehicles for Ancillary Services

Scheduling Electric Vehicles for Ancillary Services Scheduling Electric Vehicles for Ancillary Services Mira Pauli Chair of Energy Economics KIT University of the State of Baden-Wuerttemberg and National Research Center of the Helmholtz Association http://www.greenerkirkcaldy.org.uk/wp-content/uploads/electric-vehicle-charging.jpg

More information

Optimal Aggregator Bidding Strategies for Vehicle-To-Grid

Optimal Aggregator Bidding Strategies for Vehicle-To-Grid Optimal Aggregator Bidding Strategies for Vehicle-To-Grid Energy and the Environment Seminar By Eric Sortomme PhD Candidate, University of Washington October 7, 2010 1 Outline Introduction State of the

More information

Online Learning and Optimization for Smart Power Grid

Online Learning and Optimization for Smart Power Grid 1 2016 IEEE PES General Meeting Panel on Domain-Specific Big Data Analytics Tools in Power Systems Online Learning and Optimization for Smart Power Grid Seung-Jun Kim Department of Computer Sci. and Electrical

More information

Electric Power Research Institute, USA 2 ABB, USA

Electric Power Research Institute, USA 2 ABB, USA 21, rue d Artois, F-75008 PARIS CIGRE US National Committee http : //www.cigre.org 2016 Grid of the Future Symposium Congestion Reduction Benefits of New Power Flow Control Technologies used for Electricity

More information

Heriot-Watt University

Heriot-Watt University Heriot-Watt University Heriot-Watt University Research Gateway An Online Mechanism for Multi-speed Electric Vehicle Charging Robu, Valentin; Stein, Sebastian; Gerding, Enrico H.; Parkes, David C.; Rogers,

More information

Multi-agent systems and smart grid modeling. Valentin Robu Heriot-Watt University, Edinburgh, Scotland, UK

Multi-agent systems and smart grid modeling. Valentin Robu Heriot-Watt University, Edinburgh, Scotland, UK Multi-agent systems and smart grid modeling Valentin Robu Heriot-Watt University, Edinburgh, Scotland, UK Challenges in electricity grids Fundamental changes in electricity grids: 1. Increasing uncertainty

More information

Optimal Vehicle to Grid Regulation Service Scheduling

Optimal Vehicle to Grid Regulation Service Scheduling Optimal to Grid Regulation Service Scheduling Christian Osorio Introduction With the growing popularity and market share of electric vehicles comes several opportunities for electric power utilities, vehicle

More information

Online Learning and Optimization for Smart Power Grid

Online Learning and Optimization for Smart Power Grid 1 2016 IEEE PES General Meeting Panel on Domain-Specific Big Data Analytics Tools in Power Systems Online Learning and Optimization for Smart Power Grid Seung-Jun Kim Department of Computer Sci. and Electrical

More information

Implementing Dynamic Retail Electricity Prices

Implementing Dynamic Retail Electricity Prices Implementing Dynamic Retail Electricity Prices Quantify the Benefits of Demand-Side Energy Management Controllers Jingjie Xiao, Andrew L. Liu School of Industrial Engineering, Purdue University West Lafayette,

More information

Electric Vehicle Battery Swapping Stations, Calculating Batteries and Chargers to Satisfy Demand

Electric Vehicle Battery Swapping Stations, Calculating Batteries and Chargers to Satisfy Demand Electric Vehicle Battery Swapping Stations, Calculating Batteries and s to Satisfy Demand IÑAKI GRAU UNDA 1, PANAGIOTIS PAPADOPOULOS, SPYROS SKARVELIS-KAZAKOS 2, LIANA CIPCIGAN 1, NICK JENKINS 1 1 School

More information

THE SMART GRID CHARGING EVS

THE SMART GRID CHARGING EVS THE SMART GRID CHARGING EVS GRANT BY THE MINISTRY OF ENERGY Benny Lutati, Vadim Levit, Tal Grinshpoun and Amnon meisels (Smart) Motivation 2 The Smart Grid is here Much work on up-to-date information for

More information

Energy Scheduling for a Smart Home Applying Stochastic Model Predictive Control

Energy Scheduling for a Smart Home Applying Stochastic Model Predictive Control The Holcombe Department of Electrical and Computer Engineering Clemson University, Clemson, SC, USA Energy Scheduling for a Smart Home Applying Stochastic Model Predictive Control Mehdi Rahmani-andebili

More information

Global PV Demand Drivers

Global PV Demand Drivers Global PV Demand Drivers 2 Where is the Problem? Load is stochastic, variable and uncertain PV solar output is also stochastic, variable and uncertain Supplies can also be stochastic Need to know size,

More information

DEMAND RESPONSE ALGORITHM INCORPORATING ELECTRICITY MARKET PRICES FOR RESIDENTIAL ENERGY MANAGEMENT

DEMAND RESPONSE ALGORITHM INCORPORATING ELECTRICITY MARKET PRICES FOR RESIDENTIAL ENERGY MANAGEMENT 1 3 rd International Workshop on Software Engineering Challenges for the Smart Grid (SE4SG @ ICSE 14) DEMAND RESPONSE ALGORITHM INCORPORATING ELECTRICITY MARKET PRICES FOR RESIDENTIAL ENERGY MANAGEMENT

More information

Yuanyuan Yang, Cong Wang and Ji Li. Stony Brook, New York, USA

Yuanyuan Yang, Cong Wang and Ji Li. Stony Brook, New York, USA Yuanyuan Yang, Cong Wang and Ji Li Stony Brook, New York, USA Outline Background Network architecture and basic principles Collect real-time energy information Recharge scheduling algorithms Integrate

More information

Optimal Thermostat Programming and Electricity Prices for Customers with Demand Charges

Optimal Thermostat Programming and Electricity Prices for Customers with Demand Charges Arizona State University School for Engineering of Matter, Transport and Energy Optimal Thermostat Programming and Electricity Prices for Customers with Demand Charges Reza Kamyar and Matthew Peet Cybernetic

More information

Real-Time Distributed Control for Smart Electric Vehicle Chargers: From a Static to a Dynamic Study

Real-Time Distributed Control for Smart Electric Vehicle Chargers: From a Static to a Dynamic Study IEEE TRANSACTIONS ON SMART GRID, VOL. 5, NO. 5, SEPTEMBER 2014 2295 Real-Time Distributed Control for Smart Electric Vehicle Chargers: From a Static to a Dynamic Study Omid Ardakanian, Student Member,

More information

LOCAL VERSUS CENTRALIZED CHARGING STRATEGIES FOR ELECTRIC VEHICLES IN LOW VOLTAGE DISTRIBUTION SYSTEMS

LOCAL VERSUS CENTRALIZED CHARGING STRATEGIES FOR ELECTRIC VEHICLES IN LOW VOLTAGE DISTRIBUTION SYSTEMS LOCAL VERSUS CENTRALIZED CHARGING STRATEGIES FOR ELECTRIC VEHICLES IN LOW VOLTAGE DISTRIBUTION SYSTEMS Presented by: Amit Kumar Tamang, PhD Student Smart Grid Research Group-BBCR aktamang@uwaterloo.ca

More information

Maximizing Charging Throughput in Rechargeable Sensor Networks

Maximizing Charging Throughput in Rechargeable Sensor Networks Maximizing in Rechargeable Sensor Networks Xiaojiang Ren Weifa Liang Wenzheng Xu Research School of Computer Science, Australian National University, Canberra, ACT 2, Australia School of Information Science

More information

Real-Time Vehicle-to-Grid Control Algorithm under Price Uncertainty

Real-Time Vehicle-to-Grid Control Algorithm under Price Uncertainty Real-Time Vehicle-to-Grid ontrol Algorithm under Price Uncertainty Wenbo Shi and Vincent W.S. Wong Department of Electrical and omputer Engineering The University of British olumbia, Vancouver, anada E-mail:

More information

IBM SmartGrid Vision and Projects

IBM SmartGrid Vision and Projects IBM Research Zurich September 2011 IBM SmartGrid Vision and Projects Eleni Pratsini Head, Department of Mathematical & Computational Sciences IBM Research Zurich SmartGrid for a Smarter Planet SmartGrid

More information

Modeling Strategies for Design and Control of Charging Stations

Modeling Strategies for Design and Control of Charging Stations Modeling Strategies for Design and Control of Charging Stations George Michailidis U of Michigan www.stat.lsa.umich.edu/ gmichail NSF Workshop, 11/15/2013 Michailidis EVs and Charging Stations NSF Workshop,

More information

Background Electric power source which is connected directly to the distribution network or on the customer site of the meter (Ackermann, 2001).

Background Electric power source which is connected directly to the distribution network or on the customer site of the meter (Ackermann, 2001). The Effects of Environmental and Renewable Energy Policies on the Existence Conditions for Distributed Generators in Electricity Markets. Zaida Contreras 8 th June, 2010 PhD student School of Economics

More information

Managing Operations of Plug-In Hybrid Electric Vehicle (PHEV) Exchange Stations for use with a Smart Grid

Managing Operations of Plug-In Hybrid Electric Vehicle (PHEV) Exchange Stations for use with a Smart Grid Managing Operations of Plug-In Hybrid Electric Vehicle (PHEV) Exchange Stations for use with a Smart Grid Sarah G. Nurre a,1,, Russell Bent b, Feng Pan b, Thomas C. Sharkey a a Department of Industrial

More information

Inventory Routing for Bike Sharing Systems

Inventory Routing for Bike Sharing Systems Inventory Routing for Bike Sharing Systems mobil.tum 2016 Transforming Urban Mobility Technische Universität München, June 6-7, 2016 Jan Brinkmann, Marlin W. Ulmer, Dirk C. Mattfeld Agenda Motivation Problem

More information

NORDAC 2014 Topic and no NORDAC

NORDAC 2014 Topic and no NORDAC NORDAC 2014 Topic and no NORDAC 2014 http://www.nordac.net 8.1 Load Control System of an EV Charging Station Group Antti Rautiainen and Pertti Järventausta Tampere University of Technology Department of

More information

THE current power grid has raging infrastructures. With

THE current power grid has raging infrastructures. With 1 An Incentivized Auction Based Group-Selling Approach for Demand Response Management in V2G Systems Ming Zeng, Supeng Leng, Member, IEEE, Sabita Maharjan, Member, IEEE, Stein Gjessing, Member, IEEE, and

More information

Consumer Choice Modeling

Consumer Choice Modeling Consumer Choice Modeling David S. Bunch Graduate School of Management, UC Davis with Sonia Yeh, Chris Yang, Kalai Ramea (ITS Davis) 1 Motivation for Focusing on Consumer Choice Modeling Ongoing general

More information

Responsive Bus Bridging Service Planning Under Urban Rail Transit Line Emergency

Responsive Bus Bridging Service Planning Under Urban Rail Transit Line Emergency 2016 3 rd International Conference on Vehicle, Mechanical and Electrical Engineering (ICVMEE 2016) ISBN: 978-1-60595-370-0 Responsive Bus Bridging Service Planning Under Urban Rail Transit Line Emergency

More information

Scheduling for Wireless Energy Sharing Among Electric Vehicles

Scheduling for Wireless Energy Sharing Among Electric Vehicles Scheduling for Wireless Energy Sharing Among Electric Vehicles Zhichuan Huang Computer Science and Electrical Engineering University of Maryland, Baltimore County Ting Zhu Computer Science and Electrical

More information

AGENT-BASED MICRO-STORAGE MANAGEMENT FOR THE SMART GRID. POWER AGENT: Salman Kahrobaee, Rasheed Rajabzadeh, Jordan Wiebe

AGENT-BASED MICRO-STORAGE MANAGEMENT FOR THE SMART GRID. POWER AGENT: Salman Kahrobaee, Rasheed Rajabzadeh, Jordan Wiebe AGENT-BASED MICRO-STORAGE MANAGEMENT FOR THE SMART GRID POWER AGENT: Salman Kahrobaee, Rasheed Rajabzadeh, Jordan Wiebe Source Vytelingum, P., T. D. Voice, S. D. Ramchurn, A. Rogers, and N. R. Jennings

More information

OPTIMIZING THE ACQUISITION AND OPERATION OF DISTRIBUTED GENERATION SYSTEMS

OPTIMIZING THE ACQUISITION AND OPERATION OF DISTRIBUTED GENERATION SYSTEMS OPTIMIZING THE ACQUISITION AND OPERATION OF DISTRIBUTED GENERATION SYSTEMS Kris Pruitt, PhD Candidate, USAF Dr. Alexandra Newman, Division of Economics and Business Dr. Robert Braun, Division of Engineering

More information

WE propose a new concept on how to use Electric

WE propose a new concept on how to use Electric Electric Vehicle Valet Ali Khodabakhsh, Orestis Papadigenopoulos, Jannik Matuschke, Jimmy Horn, Evdokia Nikolova, Emmanouil Pountourakis arxiv:8.0684v [math.oc] 5 Nov 208 Abstract We propose a novel way

More information

Electric Transportation and Energy Storage

Electric Transportation and Energy Storage Electric Transportation and Energy Storage Eladio M. Knipping, Ph.D. Senior Technical Manager, Environment April 24, 2009 Fate of U.S. Electricity Production Generation Transmission Distribution Residence/

More information

A Corridor Centric Approach to Planning Electric Vehicle Charging Infrastructure

A Corridor Centric Approach to Planning Electric Vehicle Charging Infrastructure A Corridor Centric Approach to Planning Electric Vehicle Charging Infrastructure In Honor of Professor David Boyce his 50 th NARSC Conference Marco Nie and Mehrnaz Ghamami Outline Introduction Preliminaries

More information

Highlights of EU efforts for Smart Grids deployment and the way forward

Highlights of EU efforts for Smart Grids deployment and the way forward Highlights of EU efforts for Smart Grids deployment and the way forward Manuel Sánchez Jiménez, PhD Policy Officer European Commission DG ENERGY manuel.sanchez-jimenez@ec.europa.eu http://ec.europa.eu/energy/gas_electricity/smartgrids/smartgrids_en.htm

More information

Building a Business Case for Corporate Fleets to Adopt Vehicle to Grid Technology (V2G) and Participate in the Regulation Service Market

Building a Business Case for Corporate Fleets to Adopt Vehicle to Grid Technology (V2G) and Participate in the Regulation Service Market Building a Business Case for Corporate Fleets to Adopt Vehicle to Grid Technology (V2G) and Participate in the Regulation Service Market Authors: Andres de Los Rios Vergara & Kristen Nordstrom Advisor:

More information

A Framework for Quantitative Analysis of Government Policy Influence on Electric Vehicle Market

A Framework for Quantitative Analysis of Government Policy Influence on Electric Vehicle Market Manuscript for 2015 International Conference on Engineering Design A Framework for Quantitative Analysis of Government Policy Influence on Electric Vehicle Market Namwoo Kang Manos Emmanoulopoulos Yi Ren

More information

Data envelopment analysis with missing values: an approach using neural network

Data envelopment analysis with missing values: an approach using neural network IJCSNS International Journal of Computer Science and Network Security, VOL.17 No.2, February 2017 29 Data envelopment analysis with missing values: an approach using neural network B. Dalvand, F. Hosseinzadeh

More information

A Primer on Auction Design, Management, and Strategy. David J. Salant / The MIT Press Cambridge, Massachusetts London, England

A Primer on Auction Design, Management, and Strategy. David J. Salant / The MIT Press Cambridge, Massachusetts London, England A Primer on Auction Design, Management, and Strategy David J. Salant / The MIT Press Cambridge, Massachusetts London, England Contents Preface xi 1 Introduction 1 1.1 Goals of This Primer 1 1.2 What Are

More information

WELFARE EFFECT OF MARKET POWER IN STORAGE

WELFARE EFFECT OF MARKET POWER IN STORAGE WELFARE EFFECT OF MARKET POWER IN STORAGE Olayinka Williams Richard Green Presented at the 40 th IAEE International conference Energy Storage Energy storage devices can provide much needed flexibility

More information

THE alarming rate, at which global energy reserves are

THE alarming rate, at which global energy reserves are Proceedings of the 12th International IEEE Conference on Intelligent Transportation Systems, St. Louis, MO, USA, October 3-7, 2009 One Million Plug-in Electric Vehicles on the Road by 2015 Ahmed Yousuf

More information

Power Consump-on Management and Control for Peak Load Reduc-on in Smart Grids Using UPFC

Power Consump-on Management and Control for Peak Load Reduc-on in Smart Grids Using UPFC 1 Power Consump-on Management and Control for Peak Load Reduc-on in Smart Grids Using UPFC M. R. Aghaebrahimi, M. Tourani, M. Amiri Presented by: Mayssam Amiri University of Birjand Outline 1. Introduction

More information

EV - Smart Grid Integration. March 14, 2012

EV - Smart Grid Integration. March 14, 2012 EV - Smart Grid Integration March 14, 2012 If Thomas Edison were here today 1 Thomas Edison, circa 1910 with his Bailey Electric vehicle. ??? 2 EVs by the Numbers 3 10.6% of new vehicle sales expected

More information

Impact Analysis of Fast Charging to Voltage Profile in PEA Distribution System by Monte Carlo Simulation

Impact Analysis of Fast Charging to Voltage Profile in PEA Distribution System by Monte Carlo Simulation 23 rd International Conference on Electricity Distribution Lyon, 15-18 June 215 Impact Analysis of Fast Charging to Voltage Profile in PEA Distribution System by Monte Carlo Simulation Bundit PEA-DA Provincial

More information

August 2011

August 2011 Modeling the Operation of Electric Vehicles in an Operation Planning Model A. Ramos, J.M. Latorre, F. Báñez, A. Hernández, G. Morales-España, K. Dietrich, L. Olmos http://www.iit.upcomillas.es/~aramos/

More information

Energy and Mobility Transition in Metropolitan Areas

Energy and Mobility Transition in Metropolitan Areas Energy and Mobility Transition in Metropolitan Areas GOOD GOVERNANCE FOR ENERGY TRANSITION Uruguay, Montevideo, 05/06 October 2016 Energy and Mobility Transition in Metropolitan Areas Agenda I. INTRODUCTION

More information

VEHICLE2GRID PROJECT: CONSUMER RESEARCH AND BUSINESS MODEL

VEHICLE2GRID PROJECT: CONSUMER RESEARCH AND BUSINESS MODEL VEHICLE2GRID PROJECT: CONSUMER RESEARCH AND BUSINESS MODEL Dr ir Robert van den Hoed, Amsterdam University of Applied Sciences 12.05.2017 1 INTELLIGENT DATADRIVEN OPTIMISATION CHARGING INFRASTRUCTURE (WWW.IDOLAAD.NL)

More information

Using Trip Information for PHEV Fuel Consumption Minimization

Using Trip Information for PHEV Fuel Consumption Minimization Using Trip Information for PHEV Fuel Consumption Minimization 27 th International Battery, Hybrid and Fuel Cell Electric Vehicle Symposium (EVS27) Barcelona, Nov. 17-20, 2013 Dominik Karbowski, Vivien

More information

Preferred citation style

Preferred citation style Preferred citation style Axhausen, K.W. (2017) Chances and impacts of autonomous vehicles, Seminar CASA, UCL, London, September 2017.. Chances and impacts of autonomous vehicles KW Axhausen IVT ETH Zürich

More information

Using Active Customer Participation in Managing Distribution Systems

Using Active Customer Participation in Managing Distribution Systems Using Active Customer Participation in Managing Distribution Systems Visvakumar Aravinthan Assistant Professor Wichita State University PSERC Webinar December 11, 2012 Outline Introduction to distribution

More information

Optimum Generation Scheduling Based Dynamic Price Making for Demand Response in a Smart Power Grid

Optimum Generation Scheduling Based Dynamic Price Making for Demand Response in a Smart Power Grid Optimum Generation Scheduling Based Dynamic Price Making for Demand Response in a Smart Power Grid Nikolaos G. Paterakis 1, Ozan Erdinc 1, João P.S. Catalão 1,2,3 and Anastasios G. Bakirtzis 4 1 University

More information

Part funded by. Dissemination Report. - March Project Partners

Part funded by. Dissemination Report. - March Project Partners Part funded by Dissemination Report - March 217 Project Partners Project Overview (SME) is a 6-month feasibility study, part funded by Climate KIC to explore the potential for EVs connected to smart charging

More information

The Charging-Scheduling Problem for Electric Vehicle Networks

The Charging-Scheduling Problem for Electric Vehicle Networks The Charging-Scheduling Problem for Electric Vehicle Networks Ming Zhu, Xiao-Yang Liu, Linghe Kong, Ruimin Shen, Wei Shu, Min-You Wu Shanghai Jiao Tong University, China Singapore University of Technology

More information

Degradation-aware Valuation and Sizing of Behind-the-Meter Battery Energy Storage Systems for Commercial Customers

Degradation-aware Valuation and Sizing of Behind-the-Meter Battery Energy Storage Systems for Commercial Customers Degradation-aware Valuation and Sizing of Behind-the-Meter Battery Energy Storage Systems for Commercial Customers Zhenhai Zhang, Jie Shi, Yuanqi Gao, and Nanpeng Yu Department of Electrical and Computer

More information

Intelligent Power Management of Electric Vehicle with Li-Ion Battery Sheng Chen 1,a, Chih-Chen Chen 2,b

Intelligent Power Management of Electric Vehicle with Li-Ion Battery Sheng Chen 1,a, Chih-Chen Chen 2,b Applied Mechanics and Materials Vols. 300-301 (2013) pp 1558-1561 Online available since 2013/Feb/13 at www.scientific.net (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.300-301.1558

More information

A Game Theoretic Approach to Demand Side Management in Smart Grid with Multiple Energy Sources and Storage

A Game Theoretic Approach to Demand Side Management in Smart Grid with Multiple Energy Sources and Storage A Game Theoretic Approach to Demand Side Management in Smart Grid with Multiple Energy Sources and Storage Aritra Kumar Lahiri, Ashwin Vasani, Sumanth Kulkarni, Nishant Rawat School of Computing, Informatics,

More information

Integrated Energy Exchange Scheduling for Multimicrogrid System With Electric Vehicles

Integrated Energy Exchange Scheduling for Multimicrogrid System With Electric Vehicles IEEE TRANSACTIONS ON SMART GRID 1 Integrated Energy Exchange Scheduling for Multimicrogrid System With Electric Vehicles Dai Wang, Student Member, IEEE, Xiaohong Guan, Fellow, IEEE, JiangWu,Member, IEEE,

More information

A Method to Recognize Congestion in FDH Production Possibility Set

A Method to Recognize Congestion in FDH Production Possibility Set J. Basic. Appl. Sci. Res., 3(4)704-709, 2013 2013, TextRoad Publication ISSN 2090-4304 Journal of Basic and Applied Scientific Research www.textroad.com A Method to Recognize Congestion in FDH Production

More information

AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION

AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION AGENT-BASED MODELING, SIMULATION, AND CONTROL SOME APPLICATIONS IN TRANSPORTATION Montasir Abbas, Virginia Tech (with contributions from past and present VT-SCORES students, including: Zain Adam, Sahar

More information

Smart Grid Architecture for Comprehensive Dynamic Pricing for PHEVs

Smart Grid Architecture for Comprehensive Dynamic Pricing for PHEVs Smart Grid Architecture for Comprehensive Dynamic Pricing for PHEVs K.Anuja 1, P.Usha 2 Student, Associate professor anujakakarla@gmail.com, usha.himaja76@gmail.com Abstract Plug-in Hybrid Electric Vehicles

More information

Distribution grid congestion management Remco Verzijlbergh, section Energy and Industry, faculty of Technology, Policy and Management

Distribution grid congestion management Remco Verzijlbergh, section Energy and Industry, faculty of Technology, Policy and Management Distribution grid congestion management Remco Verzijlbergh, section Energy and Industry, faculty of Technology, Policy and Management 07-01-15 Delft University of Technology Challenge the future Demand

More information

CatCharger: Deploying Wireless Charging Lanes in a Metropolitan Road Network through Categorization and Clustering of Vehicle Traffic

CatCharger: Deploying Wireless Charging Lanes in a Metropolitan Road Network through Categorization and Clustering of Vehicle Traffic CatCharger: Deploying Wireless Charging Lanes in a Metropolitan Road Network through Categorization and Clustering of Vehicle Traffic Li Yan, Haiying Shen, Juanjuan Zhao, Chengzhong Xu, Feng Luo and Chenxi

More information

GRID MODERNIZATION INITIATIVE PEER REVIEW GMLC Control Theory

GRID MODERNIZATION INITIATIVE PEER REVIEW GMLC Control Theory GRID MODERNIZATION INITIATIVE PEER REVIEW GMLC 1.4.10 Control Theory SCOTT BACKHAUS (PI), KARAN KALSI (CO-PI) April 18-20 Sheraton Pentagon City Arlington, VA System Operations, Power Flow, and Control

More information

Shared Solar-powered EV Charging Stations: Feasibility and Benefits

Shared Solar-powered EV Charging Stations: Feasibility and Benefits Shared Solar-powered EV Charging Stations: Feasibility and Benefits Stephen Lee, Srinivasan Iyengar, David Irwin, Prashant Shenoy University of Massachusetts, Amherst Abstract Electric vehicles (EV) are

More information

Storage in the energy market

Storage in the energy market Storage in the energy market Richard Green Energy Transitions 216, Trondheim 1 including The long-run impact of energy storage on prices and capacity Richard Green and Iain Staffell Imperial College Business

More information

A conceptual solution for integration of EV charging with smart grids

A conceptual solution for integration of EV charging with smart grids International Journal of Smart Grid and Clean Energy A conceptual solution for integration of EV charging with smart grids Slobodan Lukovic *, Bojan Miladinovica Faculty of Informatics AlaRI, University

More information

Exploring IoT Co-Dependencies in Electro-Mobility

Exploring IoT Co-Dependencies in Electro-Mobility Exploring IoT Co-Dependencies in Electro-Mobility Klara Nahrstedt Multimedia Operating and Networking Systems Group Department of Computer Science University of Illinois at Urbana-Champaign klara@illinois.edu

More information

Veridian s Perspectives of Distributed Energy Resources

Veridian s Perspectives of Distributed Energy Resources Veridian s Perspectives of Distributed Energy Resources Falguni Shah, M. Eng., P. Eng Acting Vice President, Operations March 09, 2017 Distributed Energy Resources Where we were and where we are planning

More information

Investigation in to the Application of PLS in MPC Schemes

Investigation in to the Application of PLS in MPC Schemes Ian David Lockhart Bogle and Michael Fairweather (Editors), Proceedings of the 22nd European Symposium on Computer Aided Process Engineering, 17-20 June 2012, London. 2012 Elsevier B.V. All rights reserved

More information

Demand Optimization. Jason W Black Nov 2, 2010 University of Notre Dame. December 3, 2010

Demand Optimization. Jason W Black Nov 2, 2010 University of Notre Dame. December 3, 2010 Demand Optimization Jason W Black (blackj@ge.com) Nov 2, 2010 University of Notre Dame 1 Background Demand response (DR) programs are designed to reduce peak demand by providing customers incentives to

More information

Chapter 20 Assigning Hierarchy to Collaborative Mobile Charging in Sensor Networks

Chapter 20 Assigning Hierarchy to Collaborative Mobile Charging in Sensor Networks Chapter 2 Assigning Hierarchy to Collaborative Mobile Charging in Sensor Networks Adelina Madhja, Sotiris Nikoletseas and Theofanis P. Raptis Abstract Wireless power transfer is used to fundamentally address

More information

System Design of AMHS using Wireless Power Transfer (WPT) Technology for Semiconductor Wafer FAB

System Design of AMHS using Wireless Power Transfer (WPT) Technology for Semiconductor Wafer FAB System Design o AMHS using Wireless Power Transer (WPT) Technology or Semiconductor Waer FAB Young Jae Jang, PhD Min Seok Lee Jin Hyeok Park Industrial and Systems Engineering KAIST 1 Goals o the Talk

More information

ELECTRIC MOBILITY DISRUPTION

ELECTRIC MOBILITY DISRUPTION ELECTRIC MOBILITY DISRUPTION In 2014 we estimated that by 2025 10 15 % of the cars will be electric. Approximately half of the people live in apartment buildings and work at office buildings. Just 5% increase

More information

bcharge: Data-Driven Real-Time Charging Scheduling for Large-Scale Electric Bus Fleets

bcharge: Data-Driven Real-Time Charging Scheduling for Large-Scale Electric Bus Fleets bcharge: Data-Driven Real-Time Charging Scheduling for Large-Scale Electric Bus Fleets Guang Wang1, Xiaoyang Xie1, Fan Zhang2, Yunhuai Liu3, Desheng Zhang1 guang.wang@rutgers.edu Rutgers University1, SIAT2,

More information

Intelligent Mobility for Smart Cities

Intelligent Mobility for Smart Cities Intelligent Mobility for Smart Cities A/Prof Hussein Dia Centre for Sustainable Infrastructure CRICOS Provider 00111D @HusseinDia Outline Explore the complexity of urban mobility and how the convergence

More information

A simulator for the control network of smart grid architectures

A simulator for the control network of smart grid architectures A simulator for the control network of smart grid architectures K. Mets 1, W. Haerick 1, C. Develder 1 1 Dept. of Information Technology - IBCN, Faculty of applied sciences, Ghent University - IBBT, G.

More information

A Research on Regenerative Braking Control Strategy For Electric Bus

A Research on Regenerative Braking Control Strategy For Electric Bus International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 5 Issue 10 ǁ October. 2017 ǁ PP. 60-64 A Research on Regenerative Braking Control

More information

Layout Analysis using Discrete Event Simulation: A Case Study

Layout Analysis using Discrete Event Simulation: A Case Study Proceedings of the 2010 Industrial Engineering Research Conference A. Johnson and J. Miller, eds. Layout Analysis using Discrete Event Simulation: A Case Study Abstract ID: 439 Robbie Holt, Lucas Simmons,

More information

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM

INTELLIGENT ENERGY MANAGEMENT IN A TWO POWER-BUS VEHICLE SYSTEM 2011 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM MODELING & SIMULATION, TESTING AND VALIDATION (MSTV) MINI-SYMPOSIUM AUGUST 9-11 DEARBORN, MICHIGAN INTELLIGENT ENERGY MANAGEMENT IN

More information

Utility-Scale Storage in High-RE Power Systems

Utility-Scale Storage in High-RE Power Systems Utility-Scale Storage in High-RE Power Systems If, When, What Type, How Much, and Where? Jessica Katz, NREL Asia Clean Energy Forum June 2018 Overview In power systems with increasing levels of variable

More information

Menu-Based Pricing for Charging of Electric. Vehicles with Vehicle-to-Grid Service

Menu-Based Pricing for Charging of Electric. Vehicles with Vehicle-to-Grid Service Menu-Based Pricing for Charging of Electric 1 Vehicles with Vehicle-to-Grid Service Arnob Ghosh and Vaneet Aggarwal arxiv:1612.00106v1 [math.oc] 1 Dec 2016 Abstract The paper considers a bidirectional

More information

Test bed 2: Optimal scheduling of distributed energy resources

Test bed 2: Optimal scheduling of distributed energy resources July 2017 Test bed 2: Optimal scheduling of distributed energy resources Zita Vale, Joao Soares and Fernando Lezama zav@isep.ipp.pt 1 Agenda Introduction and main objective Optimal scheduling of distributed

More information

Distributing Power to Electric Vehicles on a Smart Grid

Distributing Power to Electric Vehicles on a Smart Grid Distributing Power to Electric Vehicles on a Smart Grid Yingjie Zhou *,, Student Member, IEEE, Xiangying Qian, Chen Wang and Nicholas Maxemchuk, Fellow, IEEE * School of Communication and Information Engineering,

More information

Grid Impacts of Variable Generation at High Penetration Levels

Grid Impacts of Variable Generation at High Penetration Levels Grid Impacts of Variable Generation at High Penetration Levels Dr. Lawrence Jones Vice President Regulatory Affairs, Policy & Industry Relations Alstom Grid, North America ESMAP Training Program The World

More information

H. Hadera 1,2, I. Harjunkoski 1, G. Sand 1, I. E. Grossmann 3, S. Engell 2 1

H. Hadera 1,2, I. Harjunkoski 1, G. Sand 1, I. E. Grossmann 3, S. Engell 2 1 H. Hadera 1,2, I. Harjunkoski 1, G. Sand 1, I. E. Grossmann 3, S. Engell 2 1 ABB Corporate Research Germany, 2 Technical University of Dortmund Germany, 3 Carnegie Mellon University US Bi-level Heuristic

More information

workplace charging an employer s guide

workplace charging an employer s guide workplace charging an employer s guide taking responsibility At your business, the efficient use of energy brings benefits such as lower bills, improved comfort levels for your customers and employees,

More information

How to generate the Sbox of Luffa

How to generate the Sbox of Luffa How to generate the Sbox of Luffa ESC2010@Remich (Jan.11.2010) Dai Watanabe SDL, Hitachi Luffa is a registered trademark of Hitachi, Ltd. 1 Outline Topic How to find an 4-bit sbox optimized for bit slice

More information

Distribution System Analysis for Smart Grid

Distribution System Analysis for Smart Grid Distribution System Analysis for Smart Grid Roger C. Dugan Sr. Technical Executive, EPRI Webcast Feb 8, 2011 EPRI Power Systems Modeling/Analysis Group Resource group -- systems modeling, simulation, analysis

More information

THE ELECTRIC VEHICLE ROUTING OPTIMIZING ALGORITHM AND THE CHARGING STATIONS LAYOUT ANALYSIS IN BEIJING

THE ELECTRIC VEHICLE ROUTING OPTIMIZING ALGORITHM AND THE CHARGING STATIONS LAYOUT ANALYSIS IN BEIJING ISSN 176-459 Int j simul model 13 (014) 1, 116-17 Original scientific paper THE ELECTRIC VEHICLE ROUTING OPTIMIZING ALGORITHM AND THE CHARGING STATIONS LAYOUT ANALYSIS IN BEIJING Lu, X. C.; Chen, Q. B.

More information

Grid Energy Storage: Policies

Grid Energy Storage: Policies Grid Energy Storage: Policies John Martin, P. Eng. Senior Tariff and Special Projects Advisor Alberta Electric System Operator (AESO) IEEE Northern Canada Section PES/IAS Chapter Seminar, 21 Nov 2017,

More information

Distribution Constraints on Resource Allocation of PEV Load in the Power Grid

Distribution Constraints on Resource Allocation of PEV Load in the Power Grid Distribution Constraints on Resource Allocation of PEV Load in the Power Grid David Ganger, Ahmed Ewaisha School of Electrical, Computer and Energy Engineering Arizona State University Tempe, USA Abstract

More information

Online to Offline Business: Urban Taxi Dispatching with Passenger-Driver Matching Stability

Online to Offline Business: Urban Taxi Dispatching with Passenger-Driver Matching Stability Online to Offline Business: Urban Taxi Dispatching with Passenger-Driver Matching Stability Huanyang Zheng and Jie Wu Department of Computer and Information Sciences, Temple University, USA Email: {huanyang.zheng,

More information

Unlocking the value of consumer flexibility. Creating sustainable value from connecting homes PassivSystems Limited

Unlocking the value of consumer flexibility. Creating sustainable value from connecting homes PassivSystems Limited Unlocking the value of consumer flexibility Creating sustainable value from connecting homes How do consumers access energy system benefits without active engagement?" New technologies = New opportunities

More information

INFLUENCE OF REAL-TIME INFORMATION PROVISION TO VACANT TAXI DRIVERS ON TAXI SYSTEM PERFORMANCE

INFLUENCE OF REAL-TIME INFORMATION PROVISION TO VACANT TAXI DRIVERS ON TAXI SYSTEM PERFORMANCE INFLUENCE OF REAL-TIME INFORMATION PROVISION TO VACANT TAXI DRIVERS ON TAXI SYSTEM PERFORMANCE Wen Shi Department of Civil Engineering, The University of Hong Kong, Pokfulam Road, Hong Kong, People s Republic

More information

ParkNet: Drive-by Sensing of Road-side Parking Statistics

ParkNet: Drive-by Sensing of Road-side Parking Statistics ParkNet: Drive-by Sensing of Road-side Parking Statistics Published by: Mathur, Suhas, Tong Jin, Nikhil Kasturirangan, Janani Chandrasekaran, Wenzhi Xue, Marco Gruteser, and Wade Trappe in Mobisys 2010.

More information