GeoTecINIT / EO4GEO-CDT

EO4GEO Curriculum Design Tool (CDT)

Home Page:https://eo4geo-cdt.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EO4GEO - Curriculum Design Tool (CDT)

Introduction

The Curriculum Design Tool (CDT) allows users to create, edit and find educational offers in the field of Earth Observation and Geographic Information. Educational offers may benefit from the EO4GEO BoK, by re-using descriptions of related BoK concepts and link specific EO/GI BoK concepts and skills. The modularity of the tool allows to create educational offers at different levels of granularity, from an entire study program to a single lecture or lesson. This allows its use by a broad range of educational offers by various providers, ranging from academia programs to high school curricula or VET trainings. It also allows re-use of educational offers, by duplicating or promoting existing offers and adapting them to the user’s needs. The tool displays a list of innovative training offers, populated by EO4GEO partners. The European Skills/Competences and Occupation (ESCO) classification is used for the inclusion of transversal skills.

Authors

The EO4GEO BoK tools are developed by the Geospatial Technologies Research Group (GEOTEC) from the University Jaume I, Castellón (Spain) and are Licenced under GNU GPLv3.

DOI

Installation

Prerequisites

Before you begin, make sure your development environment includes Node.js® and an npm package manager.

Node.js

Angular requires Node.js version 8.x or 10.x.

  • To check your version, run node -v in a terminal/console window.
  • To get Node.js, go to nodejs.org.
Angular CLI

Install the Angular CLI globally using a terminal/console window.

npm install -g @angular/cli

Clone repo

# clone the repo
$ git clone https://github.com/GeoTecINIT/EO4GEO-CDT.git my-project

# go into app's directory
$ cd my-project

# install app's dependencies
$ npm install

Firebase

Set up a Firebase project, and copy keys to src/environments/environments.ts

Usage

# serve with hot reload at localhost:4200.
$ ng serve

# build for production with minification
$ ng build

About

EO4GEO Curriculum Design Tool (CDT)

https://eo4geo-cdt.web.app

License:GNU General Public License v3.0


Languages

Language:TypeScript 80.3%Language:HTML 19.1%Language:SCSS 0.6%