Skip to content

Commit

Permalink
Add AUTHORS.md (#229)
Browse files Browse the repository at this point in the history
Closes #111
  • Loading branch information
olejandro authored Mar 23, 2024
1 parent bf5ea29 commit e6bc0b8
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 1 deletion.
28 changes: 28 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Authors and Contributors
========================

## Origins

The project originally started in a Microsoft [repository](https://github.com/microsoft/times-excel-reader) under the name times-excel-reader. The following individuals contributed to its development at Microsoft:

- Sam Webster ([@samwebster](https://github.com/samwebster) - vast majority of work done in his own time)
- Tom Minka ([@tminka](https://github.com/tminka))
- Siddharth Krishna ([@siddharth-krishna](https://github.com/siddharth-krishna))
- Pashmina Cameron
- Sarah Lewis
- Krzysztof Maziarz
- Pavel Myshkov
- Alex Spengler
- Niloy Dey ([@niloyroot](https://github.com/niloyroot))
- Alejandro Romero Prieto ([@AlexRomeroPrieto](https://github.com/AlexRomeroPrieto))

## Current development

Since 2023, the project has been developed as [xl2times](https://github.com/etsap-TIMES/xl2times) under [IEA-ETSAP](https://iea-etsap.org/). The following individuals contributed to its developement:

- Sam Webster ([@samwebster](https://github.com/samwebster))
- Siddharth Krishna ([@siddharth-krishna](https://github.com/siddharth-krishna))
- Olexandr Balyk ([@olejandro](https://github.com/olejandro))
- Sam West ([@SamRWest](https://github.com/SamRWest))

Special thanks to the current [TIMES](https://github.com/etsap-TIMES/TIMES_model/) maintainer Antti Lehtilä ([@Antti-L](https://github.com/Antti-L)) for his continued engagement and feedback.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@ packages = ["xl2times"]
[project]
name = "xl2times"
version = "0.1.0"
description = 'An open source tool to convert Excel input files for TIMES models to the DD format accepted by GAMS'
authors = [
{ name="Sam Webster", email="[email protected]" },
{ name="Tom Minka", email="[email protected]" },
{ name="Siddharth Krishna", email="[email protected]" },
{ name="Olexandr Balyk", email="[email protected]" },
]
maintainers = [
{ name="Siddharth Krishna", email="[email protected]" },
{ name="Olexandr Balyk", email="[email protected]" },
]
description = 'An open source tool to convert TIMES models specified in Excel a format ready for processing by GAMS'
readme = "README.md"
requires-python = ">=3.11"
license = { file = "LICENSE" }
Expand Down

0 comments on commit e6bc0b8

Please sign in to comment.