Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
3
3DB3 insert scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivam Taneja
3DB3 insert scripts
Commits
a6bde601
Commit
a6bde601
authored
4 years ago
by
tancotx
Browse files
Options
Downloads
Patches
Plain Diff
Create 400160537_q2.sql
parent
93c42154
Branches
master
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/400160537_q2.sql
+301
-0
301 additions, 0 deletions
scripts/400160537_q2.sql
with
301 additions
and
0 deletions
scripts/400160537_q2.sql
0 → 100644
+
301
−
0
View file @
a6bde601
-- 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'
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment