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 | ||||
---|---|---|---|---|---|---|---|
6749e7ad88a9 | borel | fix Zenodo release bug | May 8 | ||||
706d3c321f15 | borel | quiet, please | Apr 11 | ||||
a2344a48eb6d | borel | last all state changes OK in eslint | Apr 10 | ||||
396e0cfec794 | borel | remove useless state changes in ProviderPluginsSelector.render() | Apr 10 | ||||
ccd25ce1ec0f | borel | ProviderPluginSelector partially fixed | Apr 9 | ||||
37149eb1fb9e | borel | minor fixes | Apr 8 | ||||
fcf2007a247a | borel | minor text fixes | Apr 8 | ||||
110e9e4c4692 | borel | PropTypes done | Apr 8 | ||||
980e8ee8a0ac | borel | consistent ButtonInput PropTypes | Apr 5 | ||||
b3ee45ae8ece | borel | fix state eslint error | Apr 5 | ||||
e72adad65e10 | borel | more consistent PropTypes | Apr 5 | ||||
345b5be8e5ec | borel | preparation for v2.3 release | Apr 5 | ||||
7fd5b529c1c1 | borel | preparation for v2.3 release | Apr 5 | ||||
553d211ecc67 | borel | preparation for v2.3 release | Apr 5 | ||||
09b5d8bf5ec6 | borel | remove useless assignment | Apr 4 |
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
Citation
The project is hosted on Zenodo : ![DOI](https://doi.org/10.5281/zenodo.1469034)
The citation information are in the CITATION file and CODEMETA.json.
License and Term of Usage
This project is release under the GNU GPLv3 license, see LICENSE.
It's a work of the Research Data Management Team at EPFL Library in Switzerland.