From b056a461bcefbd3ed4d188f0688a6a5668a0dc64 Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Sun, 3 Nov 2024 15:27:04 -0500 Subject: [PATCH] Remove conventions link, not needed for now Maybe in the future, it will make more sense to have a detailed write-up, but as of now, it is not really required. So, cleaning it up is necessary because it does not render properly since it is not mentioned in the YAML file. --- contents/conventions.qmd | 68 ---------------------------------------- index.qmd | 6 +--- 2 files changed, 1 insertion(+), 73 deletions(-) delete mode 100644 contents/conventions.qmd diff --git a/contents/conventions.qmd b/contents/conventions.qmd deleted file mode 100644 index 109fc7e5..00000000 --- a/contents/conventions.qmd +++ /dev/null @@ -1,68 +0,0 @@ -# Conventions Used in this Book - -Please follow these conventions as you contribute to this online book: - -1. **Clear Structure and Organization:** - - - **Chapter Outlines:** Begin each chapter with an outline that provides an - overview of the topics covered. - - **Sequential Numbering:** Utilize sequential numbering for chapters, - sections, and subsections to facilitate easy reference. - -2. **Accessible Language:** - - - **Glossary:** Include a glossary that defines technical terms and jargon. - - **Consistent Terminology:** Maintain consistent use of terminology - throughout the book to avoid confusion. - -3. **Learning Aids:** - - - **Diagrams and Figures:** Employ diagrams, figures, and tables to visually - convey complex concepts. - - **Sidebars:** Use sidebars for additional information, anecdotes, or to - provide real-world context to the theoretical content. - -4. **Interactive Elements:** - - - **Colabs and Projects:** Integrate exercises and projects at the end of - each chapter to encourage active learning and practical application of - concepts. - - **Case Studies:** Incorporate case studies to provide a deeper - understanding of how principles are applied in real-world situations. - -5. **References and Further Reading:** - - - **Bibliography:** Include a bibliography at the end of each chapter for - readers who wish to dive deeper into specific topics. - - **Citations:** Maintain a consistent style for citations, adhering to - recognized academic standards like APA, MLA, or Chicago. - -6. **Supporting Materials:** - - - **Supplementary Online Resources:** Provide links to supplementary online - resources, such as video lectures, webinars, or interactive modules. - - **Datasets and Code Repositories:** Share datasets and code repositories - for hands-on practice, particularly for sections dealing with algorithms - and applications. - -7. **Feedback and Community Engagement:** - - - **Forums and Discussion Groups:** Establish forums or discussion groups - where readers can interact, ask questions, and share knowledge. - - **Open Review Process:** Implement an open review process, inviting - feedback from the community to continuously improve the content. - -8. **Inclusivity and Accessibility:** - - - **Inclusive Language:** Utilize inclusive language that respects diversity - and promotes equality. - - **Accessible Formats:** Ensure the textbook is available in accessible - formats, including audio and Braille, to cater to readers with - disabilities. - -9. **Index:** - - **Comprehensive Index:** Include a comprehensive index at the end of the - book to help readers quickly locate specific information. - -Implementing these conventions can contribute to creating a textbook that is -comprehensive, accessible, and conducive to effective learning. diff --git a/index.qmd b/index.qmd index d5e23fb4..3f7c9454 100644 --- a/index.qmd +++ b/index.qmd @@ -23,10 +23,6 @@ The book focuses on AI systems' principles and case studies, aiming to give you To dive into this book, you don't need to be an AI expert. All you need is a basic understanding of computer science concepts and a curiosity to explore how AI systems work. This is where innovation happens, and a basic grasp of programming and data structures will be your compass. -# Book Conventions - -For details on the conventions used in this book, check out the [Conventions](./contents/conventions.qmd) section. - # Content Transparency Statement This book is a community-driven project, with content generated collaboratively by numerous contributors over time. The content creation process may have involved various editing tools, including generative AI technology. As the main author, editor, and curator, Prof. Vijay Janapa Reddi maintains human oversight and editorial oversight to make sure the content is accurate and relevant. However, no one is perfect, so inaccuracies may still exist. We highly value your feedback and encourage you to provide corrections or suggestions. This collaborative approach is crucial for enhancing and maintaining the quality of the content contained within and making high-quality information globally accessible. @@ -41,4 +37,4 @@ Do you have questions or feedback? Feel free to [e-mail Prof. Vijay Janapa Reddi # Contributors -A big thanks to everyone who's helped make this book what it is! You can see the full list of individual contributors [here](./contents/contributors.qmd) and additional GitHub style details [here](https://github.com/harvard-edge/cs249r_book/graphs/contributors). Join us as a contributor! \ No newline at end of file +A big thanks to everyone who's helped make this book what it is! You can see the full list of individual contributors [here](./contents/contributors.qmd) and additional GitHub style details [here](https://github.com/harvard-edge/cs249r_book/graphs/contributors). Join us as a contributor!