Giter VIP home page Giter VIP logo

polycubeviews's Introduction

PolyCube

This project was generated with Angular CLI version 7.3.4.

Setup

First install all dependencies by running the following command in a CLI.

user@pc:~$ npm install

Build and run

To build and run the project execute the following command in a CLI and navigate in your browser to http://localhost:4200

user@pc:~$ npm run start

Data Model

We provide a template spreadsheet where you can plug-in your own data to display in the PolyCube.

Data structure

The spreadsheet is seperated into different sections. We go over the sections and provide an explanation and example of values the properties can have.

General Data (bright yellow cells)

- -
ID Number (Integer) - The objects identifier
data_type Text - The data type of the object, e.g., ''
title Text - The objects title, e.g., ''
description Text - A textual description of the object
media_url URL - The URL to the image, video, media resource, e.g., ''
external_url URL - The URL to an external resource, e.g., ''
comments Text - The users comments for the object

Temporal Data (bright orange cells)

- -
date_time Defines the temporal interval where the object is valid. The first argument is the start date and the second argument is the end date. If no end date is provided we assume its ongoing for Network and point in time for Geo and Sets, e.g., 2013-12-31T12:34:56 - 2014-12-31T12:34:56
date_time_uncert Number (Integer) - A number in the range 0-100

Geographical Data (light blue cells)

- -
location_name Text - The address of the location, e.g., Opernring 2, 1010 Wien
latitude Number (Float) - Latitude of the locations, e.g., 48.202760
longitude Number (Float) - Latitude of the locations, e.g., 16.368798
location_granularity Text (Predefined) - Selected from the dropdown menu, e.g., 'City', 'Region', 'Country'
location_uncert Number (Integer) - A number in the range 0-100

Categorical Data (light green cells)

- -
category_1 Text - User defined category, e.g., 'Architectural Photographs'
category_2 Text - User defined category, e.g., 'Identification Photographs'
category_3 Text - User defined category, e.g., 'Cityscapes'
category_4 Text - User defined category
category_5 Text - User defined category

Relational Data (beige cells)

- -
target Number - The ID of the target node that the current node (source) is related to
directed Boolean - Defines if the relationship should be directed or not
label Text - The label that should appear on the relationship
range Date - Defines the temporal interval where the relationship is valid. The first argument is the start date and the second argument is the end date. If no end date is provided we assume its an ongoing relationship, e.g., 2013-12-31T12:34:56 - 2014-12-31T12:34:56

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.