diff --git a/content/en/docs/introduction/contributors-funders.md b/content/en/docs/introduction/contributors-funders.md index 5327d2fbd1ff8569fc96c49283d1ecbafdf7626c..c1dd4365b32a6766de77aeb092f9a8068e377e73 100644 --- a/content/en/docs/introduction/contributors-funders.md +++ b/content/en/docs/introduction/contributors-funders.md @@ -82,9 +82,13 @@ The cluster is available (only) to users from participating departments, and acc <tr> <td>8</td> <td>influence</td> - <td rowspan="3"><a href="https://www.tudelft.nl/en/eemcs/the-faculty/departments/intelligent-systems">Intelligent Systems</a></td> - <td rowspan="5"><a href="https://www.tudelft.nl/en/eemcs">Faculty of Electrical Engineering, Mathematics & Computer Science</a></td> - <td rowspan="5">EEMCS/EWI</td> + <td rowspan="4"><a href="https://www.tudelft.nl/en/eemcs/the-faculty/departments/intelligent-systems">Intelligent Systems</a></td> + <td rowspan="6"><a href="https://www.tudelft.nl/en/eemcs">Faculty of Electrical Engineering, Mathematics & Computer Science</a></td> + <td rowspan="6">EEMCS/EWI</td> + </tr> + <tr> + <td>8</td> + <td>prb</td> </tr> <tr> </tr> diff --git a/content/en/tutorials/GurobiPy.md b/content/en/tutorials/GurobiPy.md index 9684e6b8714e7429b486fbbc1d970026fec5fa55..c32085ad28bf17bff4e38da87021a99c29dd173c 100644 --- a/content/en/tutorials/GurobiPy.md +++ b/content/en/tutorials/GurobiPy.md @@ -69,7 +69,7 @@ import gurobipy as gp connection_params = { "TokenServer": "flexserv-x1.tudelft.nl", - "TSPort": "27099" + "TSPort": 27099 } with gp.Env(params=connection_params) as env: