Skip to content

Commit

Permalink
Added LICENSE and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisquintel committed Dec 10, 2013
1 parent 5c92aa8 commit 291cca8
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
20 changes: 20 additions & 0 deletions LICENSE.txt
@@ -0,0 +1,20 @@
Copyright (c) 2013 ENERGYTRANSTIONMODEL.COM / QUINTEL INTELLIGENCE B.V., the
Netherlands.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
20 changes: 14 additions & 6 deletions README.markdown
@@ -1,18 +1,26 @@
# ETengine
# Energy Transtion Engine (ETE)

The Calculation Engine that is used by the Energy Transition Model.
This is the source code for the Calculation Engine that is used by the
[Energy Transition Model](http://energytranstionmodel.com) and it's various
interfaces (clients).

Copyright (C) Quintel Intelligence. All rights reserved.
It is an online web app that lets you create a future energy scenario for
various countries. This software is [Open Source](LICENSE.txt), so you can
fork it and alter at your will.

## Design
## License

The ETE is released under the [MIT License](LICENSE.txt).

## Technical Design

### Caching

The ETEngine uses heavily caching of calculated values by using the
[fetch_and_rescue](https://github.com/quintel/etengine/blob/51b321f6d43a2d2a626aa268845b775fca051ae0/app/models/qernel/dataset_attributes.rb#L205-L237)
function that stores and retrieves calculated values and makes sure
that possible errors do not block execution. This also has serious
drawbacks, but is necessary to keep execution time down.
drawbacks, but is necessary to keep performance up.

### Scenario

Expand Down Expand Up @@ -146,7 +154,7 @@ directory!

## Screencasts

Password for all is: quintel
Password for all the screencasts below is `quintel`.

#### (GQL Console)[http://vimeo.com/40660438]

Expand Down

0 comments on commit 291cca8

Please sign in to comment.