Skip to content

Commit 1c9dec0

Browse files
Update book title and references
1 parent a264ef6 commit 1c9dec0

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Book settings
22
# Learn more at https://jupyterbook.org/customize/config.html
33

4-
title: Companion code for the book "Hands-On Optimization with Python"
4+
title: Companion code for the book "Hands-On Mathematical Optimization with Python"
55
author: The MO Book Group
66
logo: media/logo-02.png
77
exclude_patterns: [.DS_Store, "**.ipynb_checkpoints", "**.pytest_cache", "tools"]

intro.md

+20-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Hands-On Optimization with Python
1+
# Hands-On Mathematical Optimization with Python
22

3-
Welcome to this repository of companion notebooks for the book *Hands-On Optimization with Python*, which will be published by Cambridge University press in 2024. This book introduces the concepts and tools of mathematical optimization with examples from a range of disciplines. The goals of these companion notebooks are to:
3+
Welcome to this repository of companion notebooks for the book *Hands-On Mathematical Optimization with Python*, which will be published by Cambridge University press in 2024. This book introduces the concepts and tools of mathematical optimization with examples from a range of disciplines. The goals of these companion notebooks are to:
44

55
* Provide a foundation for hands-on learning of mathematical optimization,
66
* Demonstrate the tools and concepts of optimization with practical examples,
@@ -32,11 +32,23 @@ We are a group of researchers and educators who came together with a common purp
3232
If you wish to cite this work, please use
3333

3434
```
35-
@book{PostekZocca2024,
36-
title = "Hands-On Optimization with Python",
37-
author = "Postek, Krzysztof and Zocca, Alessandro and Gromicho, Joaquim and Kantor, Jeffrey",
38-
year = 2024,
39-
publisher = "Online",
40-
url = "https://mobook.github.io/MO-book/"
35+
@book{PZGK2024book,
36+
author = {Postek, Krzysztof and Zocca, Alessandro and Gromicho, Joaquim and Kantor, Jeffrey},
37+
title = {{Hands-On Mathematical Optimization with Python}},
38+
year = {2024},
39+
publisher = {Cambridge University Press}
40+
}
41+
```
42+
43+
and
44+
45+
```
46+
@online{PZGK2024online,
47+
author = {Postek, Krzysztof and Zocca, Alessandro and Gromicho, Joaquim and Kantor, Jeffrey},
48+
title = {Companion Jupyter Book for {``Hands-On Mathematical Optimization with Python’’}},
49+
year = {2024},
50+
publisher = {GitHub},
51+
howpublished = {\url{https://github.com/mobook/MO-book}},
52+
note = {Textbook to be published by Cambridge University Press},
4153
}
4254
```

0 commit comments

Comments
 (0)