From 3ab4b1e6f718a5f62afc9f7a888d9d17685eebbd Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 23 Jun 2020 11:09:04 -0400 Subject: [PATCH] Update ReadMe --- README.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f2f5408..a5a3fc6 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ -translater +[![Build Status](https://travis-ci.com/louisleroy5/transalter.svg?branch=develop)](https://travis-ci.com/samuelduchesne/archetypal) +[![Coverage Status](https://coveralls.io/repos/github/samuelduchesne/archetypal/badge.svg)](https://coveralls.io/github/samuelduchesne/archetypal) +[![Documentation Status](https://readthedocs.org/projects/archetypal/badge/?version=latest)](https://archetypal.readthedocs.io/en/latest/?badge=latest) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) + +# Translater + +**python for converting building simulation archetypes** + +Convert IDF file (EnergyPlus) to BUI file (TRNBuild) + +## Overview + +** Translater** is a Python package that helps converting building archetypes. The public feature released in this +version is the conversion of [EnergyPlus](https://energyplus.net) IDF models to Trnsys [TrnBuild](http://www.trnsys.com/features/suite-of-tools.php.html) Models (compatible with the multizone building model). For a list of features +currently in development see the [In development](#in-development) section. + +## Authors + +This work is developed by a small team of building energy simulation enthusiasts + +- Louis Leroy, Master Student at Polytechnique Montréal (Corresponding Author) +- Samuel Letellier-Duchesne, PhD Candidate at Polytechnique Montréal +