Skip to content
Snippets Groups Projects
Commit a6bde601 authored by tancotx's avatar tancotx
Browse files

Create 400160537_q2.sql

parent 93c42154
Branches master
No related tags found
No related merge requests found
-- Shivam Taneja [400160537]
INSERT INTO EventConference VALUES(
'UrbCom 2019',
'1st International Workshop on Urban Computing (with IEEE DCOSS 2019)',
'https://sites.google.com/view/urbcom-2019',
'Santorini Island',
'Greece',
'2019-05-31'
);
INSERT INTO ConfActivities VALUES (
'UrbCom 2019',
'Paper Submission',
'2019-03-18'
), (
'UrbCom 2019',
'Acceptance Notification',
'2019-04-08'
), (
'UrbCom 2019',
'Camera Ready',
'2019-04-01'
), (
'UrbCom 2019',
'Early Registration',
'2019-04-10'
), (
'UrbCom 2019',
'Workshop Dates',
'2019-05-31'
);
INSERT INTO People VALUES (
'901',
'Leandro A. Villas', 'University of Campinas, Brazil'
),(
'902',
'Marilia Curado ', 'University of Coimbra, Portugual'
);
INSERT INTO People VALUES (
'801',
'Daniel L. Guidoni', 'Federal University of São João del-Rei, Brazil'
),(
'802',
'Thiago H. Silva', 'Federal University of Technology, Brazil'
),(
'803',
'Torsten Braun', 'University of Bern, Switzerland'
),(
'804',
'Richard W. Pazzi', 'University of Ontario Institute of Technology, Canada'
);
INSERT INTO People VALUES (
'701',
'Aline Viana', 'INRIA, France'
);
INSERT INTO People VALUES (
'501',
'Aline Viana', 'INRIA, France'
),(
'502',
'Antonio Loureiro', 'Federal University of Minas Gerais, Brazil'
),(
'503',
'Artur Ziviani', 'National Laboratory for Scientific Computing, Brazil'
),(
'504',
'Bruno Sousa', 'University of Coimbra, Portugal'
),(
'505',
'Bruno Gonçalves', 'JPMorgan Chase, USA'
),(
'506',
'Chen Yu Huazhong', 'University of Science and Technology, China'
),(
'507',
'Claudio Silva', 'New York University, USA'
),(
'508',
'Daniel Guidoni', 'Federal University of São João del-Rei, Brazil'
),(
'509',
'Edmundo Madeira', 'University of Campinas, Brazil'
),(
'510',
'Eduardo Cerqueira', 'Federal University of Para, Brazil'
),(
'511',
'Fabio Dias', 'University of Toronto, Canada'
),(
'512',
'Guilherme Maia', 'Federal University of Minas Gerais, Brazil'
),(
'513',
'Jonice Oliveira', 'Federal University of Rio de Janeiro, Brazil'
),(
'514',
'Kanchana Thilakarathna', 'University of Sydney, Australia'
),(
'515',
'Katia Jaffrès-Runser', 'University of Toulouse, France'
),(
'516',
'Leandro Villas', 'University of Campinas, Brazil'
),(
'517',
'Luiz Bittencourt', 'University of Campinas, Brazil'
),(
'518',
'Marco Fiore', 'CNR, Italy'
),(
'519',
'Marilia Curado', 'University of Coimbra, Portugal'
),(
'520',
'Martin Tomko', 'University of Melbourne, Australia'
),(
'521',
'Oana Iova', 'INSA, France'
),(
'522',
'Ramona Marfievici', 'Digital Catapult, UK'
),(
'523',
'Richard Pazzi', 'University of Ontario Institute of Technology, Canada'
),(
'524',
'Samiul Hasan', 'University of Central Florida, USA'
),(
'525',
'Thiago Silva', 'Federal University of Technology, Brazil'
),(
'526',
'Torsten Braun', 'University of Bern, Switzerland'
),(
'527',
'Veljko Pejovic', 'University of Ljubljana, Slovenia'
),(
'528',
'Xuan Song', 'University of Iowa, USA'
),(
'529',
'Xuesong Zhou', 'Arizona State University, USA'
),(
'530',
'Xiangjie Kong', 'Dalian University of Technology, China'
);
INSERT INTO Topics VALUES (
'T01',
'Architectures and Protocols for Urban Environments',
'Architectures and Protocols for Urban Environments'
),(
'T02',
'Data Analysis and Mining',
'Data Analysis and Mining'
),(
'T03',
'D2D and 5G Communication in Urban Environments',
'D2D and 5G Communication in Urban Environments'
),(
'T04',
'Data Offloading',
'Data Offloading'
),(
'T05',
'e-Governance',
'e-Governance'
),(
'T06',
'e-Health and m-Health',
'e-Health and m-Health'
),(
'T07',
'Green Computing in Urban Environments',
'Green Computing in Urban Environments'
),(
'T08',
'Heterogeneous Data Management',
'Heterogeneous Data Management'
),(
'T09',
'Human Mobility',
'Human Mobility'
),(
'T10',
'Human-Computer Interaction in Urban Spaces',
'Human-Computer Interaction in Urban Spaces'
),(
'T11',
'Improving Quality of Life in the City Using Mobile Services and Big Data',
'Improving Quality of Life in the City Using Mobile Services and Big Data'
),(
'T12',
'Intelligent Transportation Systems',
'Intelligent Transportation Systems'
),(
'T13',
'Internet of Things',
'Internet of Things'
),(
'T14',
'Location Based Services',
'Location Based Services'
),(
'T15',
'Participatory / Opportunistic Sensing',
'Participatory / Opportunistic Sensing'
),(
'T16',
'Recommendation Systems',
'Recommendation Systems'
),(
'T17',
'Reliability and Security in Urban Computing',
'Reliability and Security in Urban Computing'
),(
'T18',
'Smart Cities',
'Smart Cities'
),(
'T19',
'Social Computing',
'Social Computing'
),(
'T20',
'Urban Data Visualization',
'Urban Data Visualization'
),(
'T21',
'Urban Planning Using Big Data',
'Urban Planning Using Big Data'
),(
'T22',
'Urban Sensing Infrastructures',
'Urban Sensing Infrastructures'
);
INSERT INTO ConfCovers VALUES(
'UrbCom 2019', 'T01'
),(
'UrbCom 2019', 'T02'
),(
'UrbCom 2019', 'T03'
),(
'UrbCom 2019', 'T04'
),(
'UrbCom 2019', 'T05'
),(
'UrbCom 2019', 'T06'
),(
'UrbCom 2019', 'T07'
),(
'UrbCom 2019', 'T08'
),(
'UrbCom 2019', 'T09'
),(
'UrbCom 2019', 'T10'
),(
'UrbCom 2019', 'T11'
),(
'UrbCom 2019', 'T12'
),(
'UrbCom 2019', 'T13'
),(
'UrbCom 2019', 'T14'
),(
'UrbCom 2019', 'T15'
),(
'UrbCom 2019', 'T16'
),(
'UrbCom 2019', 'T17'
),(
'UrbCom 2019', 'T18'
),(
'UrbCom 2019', 'T19'
),(
'UrbCom 2019', 'T20'
),(
'UrbCom 2019', 'T21'
),(
'UrbCom 2019', 'T22'
);
INSERT INTO ConfOrganize VALUES(
'UrbCom 2019', '502', 'Techical Program Committee'
),(
'UrbCom 2019', '525', 'Techical Program Committee'
),(
'UrbCom 2019', '512', 'Techical Program Committee'
),(
'UrbCom 2019', '901', 'General Chair'
),(
'UrbCom 2019', '516', 'Techical Program Committee'
),(
'UrbCom 2019', '801', 'Program Chair'
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment