diff --git a/README.rst b/README.rst index c3adcb3..18c8c5c 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ since his work forms the core of this interactive book. The chapter on Algorithm Analysis was ported from one by Jan Pearce, Brad Miller, and David Ranum for the -`Problem Solving with Algorithms and Data Structures using C++ `_ +`Problem Solving with Algorithms and Data Structures using C++ `_ which was also released under the `Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0) `_ @@ -26,7 +26,7 @@ How to use this book Licensing ========= - +https://runestone.academy/ns/books/published/cppds/index.html .. raw:: html diff --git a/pretext/Figures/cc-image.png b/pretext/Figures/cc-image.png new file mode 100644 index 0000000..12229ac Binary files /dev/null and b/pretext/Figures/cc-image.png differ diff --git a/pretext/main.ptx b/pretext/main.ptx index 4ae88a5..a6456ac 100755 --- a/pretext/main.ptx +++ b/pretext/main.ptx @@ -5,6 +5,7 @@ On Complexity The PreTeXt Interactive Edition + diff --git a/pretext/meta_frontmatter.ptx b/pretext/meta_frontmatter.ptx new file mode 100644 index 0000000..afb3947 --- /dev/null +++ b/pretext/meta_frontmatter.ptx @@ -0,0 +1,70 @@ + + + + + + + + Dr. Jan Pearce, Dr. Allan B. Downey, Dr. Brad Miller, and Dr. David Ranum + Computer Science + Berea College + + + + + + + 20222023 + Dr. Jan Pearce + + + + CC BY-SA 4.0 + +

+

+ + This work is licensed under the open source Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit + + CC BY-SA 4.0 + + For a human readable summary see CC-BY-SA 4.0 Summary. +
+
+
+ + + + + + + Open Source Licensing + + + + + +

+ We are extremely grateful to Berea College's work program and the superb Berea College students who converted this book to Runestone in Spring and Summer 2020 in spite of COVID-19. +

+
+ + + + +

+ This book is an interactive version of Allen B. Downey's Think Complexity on complexity Science. We are very grateful to Allen B. Downey for his work in writing Think Complexity and for releasing it under the Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0) since his work forms the core of this interactive book. +

+

+ The chapter on Algorithm Analysis was ported from one by Jan Pearce, Brad Miller, and David Ranum for the Problem Solving with Algorithms and Data Structures using C++ which was also released under the Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). +

+
+ +
+ + \ No newline at end of file