Credits and License#

You can refer to this book as:

van Woudenberg, T., van der Wulp, J., Jankie, J., Qadriyeh, E., Baudoin, A., van Gelder, M., & Saheli, B. (2025) Extension Macaulay’s method. TeachBooks/Macaulays_method

This book is also published on Zenodo DOI

You can refer to individual chapters or pages within this book as:

We anticipate that the content of this book will change significantly. Therefore, we recommend using the source code directly with the citation above that refers to the GitHub repository and lists the date and name of the file. Although content will be added over time, chapter titles and URL’s in this book are expected to remain relatively static. However, we make no guarantee, so if it is important for you to reference a specific location within the book. For example:

<Title of Chapter or Page>. In van Woudenberg, T., van der Wulp, J., Jankie, J., Qadriyeh, E., Baudoin, A., van Gelder, M., & Saheli, B. (2025) Extension Macaulay’s method. TeachBooks/Macaulays_method (./book/intro/ chapter, accessed date).

This book is CC BY licensed, meaning you are free to share and adapt the material, as long as you give appropriate credit, provide a link to the license and indicate if changes were made.

How the book is made#

This website is written in markdown and jupyter notebooks files, which are converted to html using tools from TeachBooks. The files are stored on a public GitHub repository. The website can be viewed at https://teachbooks.io/Macaulays_method.

To recreate the website you have two options (more information in the teachbooks manual:

  • In the GitHub interface: fork this repository, enable Github Pages from the source GitHub actions (Settings - Code and automation - Pages - Build and deployment - Source - GitHub Actions), enable workflows (Actions - I understand my workflows, go ahead and enable them) and run the call-deploy-book workflow (Actions - call-deploy-book - Run workflow - Run workflow). The website is released on the URL as shown on the workflow summary when the workflow has finished (Actions - call-deploy-book - call-deploy-book - Summary).

  • On your own computer: clone this repository, install the required packages (pip install -r requirements.txt) and build the book (teachbooks build book). The website is stored locally in book/_build/index.html.

About the Editors#

Tom van Woudenberg#

_images/Tom.jpg

Tom van Woudenberg is a lecturer at Delft University of Technology. Equipped with a dedication to education in structural mechanics, I strive to cultivate a blended learning environment that engages students actively and rewards their efforts.

Tom graduated in 2020 at Delft University of Technology on structural optimisation. From August 2020 to August 2022, Tom worked at Amsterdam University of Applied Sciences as lecturer construction, specialised in structural mechanics. Since September 2022, Tom is working at Delft University of Technology.

Next to courses on structural mechanics, Tom (co)teaches courses on optimisation, numerical methods, data-analysis and statistics. Next to that, Tom supervises BSc- and MSc-students, partly on the research project of Macaulay’s method. Furthermore, Tom is actively involved in cross-faculty collaboration on PRIMECH, TeachBooks and various digital tools for teaching like ANS and Git.

Acknowledgements#

Big thanks to the various colleagues (with Robert Lanzafame in particular) and teaching assistant part of the TeachBooks for developing tools and providing support to improve this book.