Giter VIP home page Giter VIP logo

newsintimeandspace's Introduction

Conference version latest

NewsInTimeAndSpace

Abstract

We present News in Time and Space (NiTS), a virtual reality application for visualization, filtering and interaction with geo-based events based on GDELT. The application can be used via VR glasses as well as a desktop solution for collaborative use by multiple users using Ubiq. The aim of NiTS is to provide a broad overview of global events and trends over time, creating a valuable resource for users seeking to understand and analyze world events.

Installation

After you have cloned the project, you need to complete the configurations below:

Database

Configuration

For MongoDB configuration, you need to customize the MongoDBConfig.cfg file in the server folder with your credentials. Example:

remote_host = databasehost
remote_database = databasename
remote_user = databaseuser
remote_password = secret
remote_port = 27017

Data

Our Application is relying on the DB to provide translations for CAMEO codes. To import use following command:

mongoimport -c CameoCodes -d %remot_database% --mode upsert --file ./server/EventCameoCodes.json --jsonArray

Server

To Start the Server with Docker, run the following commands:

cd server
docker-compose up -d

The base server URL can be changed inside the 'ServerURL' gameobject inspector.

Data import

After the server is running, new data is imported from gdelt every 15 minutes. If you want to import data from a specific time period, you can do so by querying the server with the following URL: http://%SERVER_IP%/update/%DATE%. The date has to be in the format YYYY-MM-DD.

Cite

If you want to use the project please quote this as follows:

Julian Gagel, Jasper Hustedt, Timo Lüttig, Theresa Berg, Giuseppe Abrami and Alexander Mehler. (2023). "News in Time and Space: Global Event Exploration in Virtual Reality." Proceedings of the 34th ACM Conference on Hypertext and Social Media.

Globe

Our globe is based on Sebastian Lagues game: https://github.com/SebLague/Geographical-Adventures

BibTeX

@inproceedings{Gagel:et:al:2023,
  author    = {Gagel, Julian and Hustedt, Jasper and L\"{u}ttig, Timo and Berg, Theresa
               and Abrami, Giuseppe and Mehler, Alexander},
  title     = {News in Time and Space: Global Event Exploration in Virtual Reality},
  year      = {2023},
  isbn      = {9798400702327},
  publisher = {Association for Computing Machinery},
  address   = {New York, NY, USA},
  url       = {https://doi.org/10.1145/3603163.3609080},
  doi       = {10.1145/3603163.3609080},
  abstract  = {We present News in Time and Space (NiTS), a virtual reality application
               for visualization, filtering and interaction with geo-referenced
               events based on GDELT. It can be used both via VR glasses and
               as a desktop solution for shared use by multiple users with Ubiq.
               The aim of NiTS is to provide overviews of global events and trends
               in order to create a resource for their monitoring and analysis.},
  booktitle = {Proceedings of the 34th ACM Conference on Hypertext and Social Media},
  articleno = {7},
  numpages  = {3},
  location  = {Rome, Italy},
  series    = {HT '23},
  pdf       = {https://dl.acm.org/doi/pdf/10.1145/3603163.3609080}
}

newsintimeandspace's People

Contributors

abrami avatar jasperhustedt avatar juliangagel avatar jumablu avatar mevbagci avatar resapy avatar thebv avatar ticevi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.