Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moved the section from Acknowledgement to Dedication #98

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 50 additions & 42 deletions source/frontmatter.ptx
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,59 @@
</contributors>
</preface>

<dedication>

<p permid="KDJ">
This textbook is a testament to our collaborative spirit and the Open Education movement, aiming to make higher education accessible to all by providing approachable resources for students to learn open-source mathematics software.
</p>

<p>
The creation of this textbook was a joint effort by a dedicated and inspirational team. The quality of our work reflects our collective contributions and enthusiasm.
</p>

<p>
We would like to acknowledge Hellen Colman, Professor of Mathematics at Wright College and our co-author, who served as our guiding star. Her mathematical expertise ensured the accuracy and relevance of our material. Inspired by her teaching and Discrete Math lectures at the City Colleges of Chicago-Wilbur Wright College, this project owes much to her mentorship and support. Her encouragement and trust have been invaluable, shaping our perspectives and approaches from our Discrete Math course through to this OER development.
</p>

<p>
We extend our heartfelt gratitude to Ken Levasseur for his invaluable guidance and expertise in creating open-source textbooks. His contributions have significantly enhanced the quality and accessibility of our work.
</p>

<p>
A special thanks is due to Tineka Scalzo, Wright College librarian, for her valuable advice on publishing and copyright issues. Her insights have been instrumental in helping us navigate the complexities of academic publishing.
</p>

<p>
We also express our gratitude to the many talented developers and mathematicians within the open-source communities. The PreTeXt community played an essential role in our authoring process, while the SageMath community provided crucial subject matter expertise. We are very grateful to everyone who has worked to develop Sage and to the creators of PreTeXt.
</p>

<p>
We would also like to thank our peer reviewers and proofreaders, whose meticulous attention to detail ensured the clarity and quality of this textbook. Your contributions have been instrumental in bringing this project to fruition.
</p>

<p>
Finally, we express our deepest gratitude to all the contributors who made this project possible. Your dedication and collaborative spirit have made a lasting impact on this work and the field of open education.
</p>

<p>
— <term>Zunaid Ahmed and Samuel Lubliner</term>
</p>

</dedication>

<acknowledgement>
<p permid="ewA">
We would like to acknowledge the following peer-reviewers:
<ul permid="ODI">
<li permid="uKR">
<p permid="EeD">
Moty Katzman, University of Sheffield
Ken Levasseur, University of Massachusetts Lowell
</p>
</li>

<li permid="XXu">
<p permid="hrg">
Ken Levasseur, University of Massachusetts Lowell
Moty Katzman, University of Sheffield
</p>
</li>

Expand All @@ -99,80 +139,48 @@
<ul permid="ODI">
<li permid="uKR">
<p permid="EeD">
Ted Jankowski, Wright College
Fabio Re, Rosalind Franklin University

</p>
</li>

<li permid="XXu">
<p permid="hrg">
Yolanda Nieves, Wright College
Justin Lowry, Wright College
</p>
</li>

<li permid="XXu">
<p permid="hrg">
Tineka Scalzo, Wright College
Soma Dey, Wright College
</p>
</li>

<li permid="XXu">
<p permid="hrg">
Fabio Re, Rosalind Franklin University
Sydney Hart, Wright College
</p>
</li>

<li permid="XXu">
<p permid="hrg">
Soma Dey, Wright College
Ted Jankowski, Wright College
</p>
</li>

<li permid="XXu">
<p permid="hrg">
Sydney Hart, Wright College
Tineka Scalzo, Wright College
</p>
</li>

<li permid="XXu">
<p permid="hrg">
Justin Lowry, Wright College
Yolanda Nieves, Wright College
</p>
</li>
</ul>
</p>

<p permid="KDJ">
This textbook is a testament to the collaborative spirit of the Open Education movement, aiming to make higher education accessible to all by providing approachable resources for students to learn open-source mathematics software.
</p>

<p>
The creation of this textbook was a joint effort by a dedicated and inspirational team. The quality of our work reflects the collective contributions and enthusiasm of all involved.
</p>

<p>
Hellen Colman, Professor of Mathematics at Wright College and co-author, served as our guiding star. Her mathematical expertise ensured the accuracy and relevance of our material. Inspired by her teaching and Discrete Math lectures at the City Colleges of Chicago-Wilbur Wright College, this project owes much to her mentorship and support. Her encouragement and trust have been invaluable, shaping the perspectives and approaches of both Zunaid Ahmed and Samuel Lubliner from their Discrete Math course through to this OER development.
</p>

<p>
We extend our heartfelt gratitude to Ken Levasseur for his invaluable guidance and expertise in creating open-source textbooks. His contributions have significantly enhanced the quality and accessibility of our work.
</p>

<p>
A special thanks is due to Tineka Scalzo, Wright College librarian, for her valuable advice on publishing and copyright issues. Her insights have been instrumental in navigating the complexities of academic publishing.
</p>

<p>
We also express our gratitude to the many talented developers and mathematicians within the open-source communities. The PreTeXt community played an essential role in our authoring process, while the SageMath community provided crucial subject matter expertise. We are very grateful to the many people who have worked to develop Sage and to the creators of PreTeXt.
</p>

<p>
We would also like to thank our peer reviewers and proofreaders whose meticulous attention to detail ensured the clarity and quality of this textbook. Your contributions have been instrumental in bringing this project to fruition.
</p>

<p>
Finally, we express our deepest gratitude to all the contributors who made this project possible. Your dedication and collaborative spirit have made a lasting impact on this work and the field of open education.
</p>

</acknowledgement>


Expand Down