grolimur / costcalc

Clone of costcalculator for webhosting

Home Page:https://costcalc.epfl.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cost Calculator

(https://rdmepfl.github.io/costcalc/)

Introduction

The cost calculator is an online project for calculating the cost of services. It's originally designed for helping researcher for estimating the cost of managing data. The user can calculate the cost of the data life cycle directly from the interface.

Categories, Providers, Cost can be easily updated by just changing the data.js so it can be adapted for your own institution.

How to use it

The structure is highly modular and can be extended for different projects. All the information are stored on javascript and the system only uses javascript libraries making really easy to install and update.

You don't need a specific webserver (but you can use one), just use your github repo and create a pages link your cost calculator will be accessible

Documentation

The documentation of the project explains how to install it and configure it. See Docs

Files/Folders

  • All the engine is stored in the js folder
  • index.html : main index for production
  • docs contains the documentation for changing the database of provider or the engine itself.
  • index-dev.html : Index file for development only
  • index-pres.html : Index file for presentation only

Citation

The project is hosted on Zenodo : DOI

The citation information are in the CITATION file and CODEMETA.json.

License and Term of Usage

This project is release under GNuv3 license see LICENSE.

It's a work of the Research Data Management Team at EPFL Library in Switzerland.

About

Clone of costcalculator for webhosting

https://costcalc.epfl.ch

License:GNU General Public License v3.0


Languages

Language:JavaScript 64.1%Language:CSS 35.1%Language:HTML 0.8%