Skip to content

GeoTecINIT/EO4GEO-BMT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EO4GEO - BoK Matching Tool (BMT)

The BoK Matching Tool (BMT) allows to compare EO4GEO BoK-annotated resources with respect to knowledge and skills and visually discover (dis)similarities. Resources can be ranked according to best/worst match and detailed statistics can be seen for every individual match. BoK-annotated resources understood by BMT are any content created by any of the other tools in the EO4GEO tools ecosystem: an educational offer (CDT), a job offer (JOT), an occupational profile (OPT) or an annotated PDF file (BAT).

Authors

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

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

Installation

Clone repo

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

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

# install app's dependencies
$ npm install

Usage

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

# build for production with minification
$ ng build