A dynamic online tool for calculating the cost of services. It's highly modular and can be adapted for all kind of application.
The system is really easy to install as it uses only opensource javascript libraries.
Recent Commits
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
6388c552bb4a | borel | Added gitlab.epfl.ch + some link changes | May 1 | ||||
51f52ea53e4c | borel | updated README for local use | Aug 18 2022 | ||||
09af94859aef | borel | rewritten introduction sentence | Aug 18 2022 | ||||
71cfd8f68ad9 | borel | updated URLs since we no longer use GitHub pages | Feb 17 2022 | ||||
891d57c9f957 | borel | 2022 update including ACOUA | Feb 16 2022 | ||||
be74740235cd | Antoine | Export bug correction | Feb 21 2020 | ||||
60a844d62a48 | Antoine | Merge branch 'add_stats' | Nov 19 2019 | ||||
723cf6139623 | Antoine | added matomo epfl | Nov 19 2019 | ||||
02ae0b4922d0 | Antoine | update for epfl server compatibity | Sep 2 2019 | ||||
2310293fd2a9 | Antoine | css and minor updates | Aug 27 2019 | ||||
694fbf20bcef | Antoine | small bug correct | Jun 25 2019 | ||||
fcfd65a2e164 | Antoine | ignore bootstrap source | Jun 25 2019 | ||||
b9f69bde0e61 | Antoine | remove bootstrap source | Jun 25 2019 | ||||
19657233d360 | Antoine | first version with responsive | Jun 25 2019 | ||||
ed3a675f7e71 | Antoine | new epfl logo | Jun 13 2019 |
README.md
Cost Calculator
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
For local use, you need a mini web server such as https://www.npmjs.com/package/http-server
Documentation
The documentation of the project explains how to install it and configure it. See [Docs](./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 : 
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.