Skip to content

Commit 2ea581d

Browse files
authored
Update README.md
1 parent e2fb1ba commit 2ea581d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,16 @@ y = cp.Variable(W.shape[1])
154154
opt.constraints += [W @ y == opt.vars['x']]
155155
```
156156

157+
# Team <a name="Team"></a>
158+
PortPy is a community project initiated at [Memorial Sloan Kettering Cancer Center](https://www.mskcc.org/). It is currently developed and maintained by:
159+
160+
| Name | Expertise | Institution |
161+
|------------------------------------------------------------------------------|--------------------------------------------------|----------------------------------------|
162+
| [Mojtaba Tefagh](https://www.ed.ac.uk/profile/mojtaba-tefagh) | Mathematical Modeling and Reinforcement Learning | University of Edinburgh, Scotland |
163+
| [Gourav Jhanwar](https://github.com/gourav3017) | Algorithm Design and Development | Memorial Sloan Kettering Cancer Center |
164+
| [Masoud Zarepisheh](https://masoudzp.github.io/) | Treatment Planning and Optimization | Memorial Sloan Kettering Cancer Center |
165+
166+
157167
## License
158168
CompressRTP code is distributed under **Apache License 2.0 with Commons Clause**, and is available for non-commercial academic purposes.
159169

0 commit comments

Comments
 (0)