ABI Research’s smart cities coverage examines the applications, services, and opportunities in the smart city arena including street lighting, trash collection, utilities, cooperative mobility, and intelligent transportation. We delve into key technologies and paradigms, such as big data and analytics, open platforms, citizen participation, and community crowdsourcing.
Our Smart Cities & Smart Spaces Research coverage areas include:
css image
/* Import FontAwesome for the checkmark icon */ @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); /* hide the regular checkbox */ .pd-checkbox input { opacity: 0; position: absolute; } /* position the label */ .pd-checkbox input, .pd-checkbox label { display: inline-block; vertical-align: middle; margin: 5px; cursor: pointer; } .pd-checkbox label { position: relative; } /* style the unchecked checkbox */ .pd-checkbox input + label:before { content: ''; background: #fff; border: 2px solid #ddd; display: inline-block; vertical-align: middle; width: 18px; height:18px; padding: 5px; margin-right: 10px; text-align: center; font-size:15px; line-height:18px; } /* style the checked checkbox */ .pd-checkbox input:checked + label:before { content: "\f00c"; font-family: 'FontAwesome'; background: #56CFD2; color: #fff; border-color:#3eb9bc; }