diff --git a/_quarto.yml b/_quarto.yml index b30eb7a7..9217f694 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -49,56 +49,56 @@ book: This book was built with Quarto. chapters: + - index.qmd - text: "---" - part: front.qmd chapters: - - index.qmd - - dedication.qmd - - acknowledgements.qmd - - contributors.qmd - - copyright.qmd - - about.qmd + - contents/dedication.qmd + - contents/acknowledgements.qmd + - contents/contributors.qmd + - contents/copyright.qmd + - contents/about.qmd - text: "---" - - introduction.qmd - - embedded_sys.qmd - - dl_primer.qmd - - embedded_ml.qmd - - workflow.qmd - - data_engineering.qmd - - frameworks.qmd - - training.qmd - - efficient_ai.qmd - - optimizations.qmd - - hw_acceleration.qmd - - benchmarking.qmd - - ondevice_learning.qmd - - ops.qmd - - privacy_security.qmd - - responsible_ai.qmd - - generative_ai.qmd - - ai_for_good.qmd - - sustainable_ai.qmd - - robust_ai.qmd + - contents/introduction.qmd + - contents/embedded_sys.qmd + - contents/dl_primer.qmd + - contents/embedded_ml.qmd + - contents/workflow.qmd + - contents/data_engineering.qmd + - contents/frameworks.qmd + - contents/training.qmd + - contents/efficient_ai.qmd + - contents/optimizations.qmd + - contents/hw_acceleration.qmd + - contents/benchmarking.qmd + - contents/ondevice_learning.qmd + - contents/ops.qmd + - contents/privacy_security.qmd + - contents/responsible_ai.qmd + - contents/generative_ai.qmd + - contents/ai_for_good.qmd + - contents/sustainable_ai.qmd + - contents/robust_ai.qmd - text: "---" - part: EXERCISES chapters: - - niclav_sys.qmd - - image_classification.qmd - - object_detection_fomo.qmd - - kws_feature_eng.qmd - - kws_nicla.qmd - - dsp_spectral_features_block.qmd - - motion_classify_ad.qmd + - contents/niclav_sys.qmd + - contents/image_classification.qmd + - contents/object_detection_fomo.qmd + - contents/kws_feature_eng.qmd + - contents/kws_nicla.qmd + - contents/dsp_spectral_features_block.qmd + - contents/motion_classify_ad.qmd - text: "---" references: references.qmd appendices: - - tools.qmd - - zoo_datasets.qmd - - zoo_models.qmd - - learning_resources.qmd - - community.qmd - - case_studies.qmd + - contents/tools.qmd + - contents/zoo_datasets.qmd + - contents/zoo_models.qmd + - contents/learning_resources.qmd + - contents/community.qmd + - contents/case_studies.qmd citation: true bibliography: references.bib diff --git a/about.qmd b/contents/about.qmd similarity index 100% rename from about.qmd rename to contents/about.qmd diff --git a/acknowledgements.qmd b/contents/acknowledgements.qmd similarity index 100% rename from acknowledgements.qmd rename to contents/acknowledgements.qmd diff --git a/ai_for_good.qmd b/contents/ai_for_good.qmd similarity index 100% rename from ai_for_good.qmd rename to contents/ai_for_good.qmd diff --git a/benchmarking.qmd b/contents/benchmarking.qmd similarity index 100% rename from benchmarking.qmd rename to contents/benchmarking.qmd diff --git a/case_studies.qmd b/contents/case_studies.qmd similarity index 100% rename from case_studies.qmd rename to contents/case_studies.qmd diff --git a/community.qmd b/contents/community.qmd similarity index 100% rename from community.qmd rename to contents/community.qmd diff --git a/contributors.qmd b/contents/contributors.qmd similarity index 100% rename from contributors.qmd rename to contents/contributors.qmd diff --git a/copyright.qmd b/contents/copyright.qmd similarity index 100% rename from copyright.qmd rename to contents/copyright.qmd diff --git a/data_engineering.qmd b/contents/data_engineering.qmd similarity index 100% rename from data_engineering.qmd rename to contents/data_engineering.qmd diff --git a/dedication.qmd b/contents/dedication.qmd similarity index 100% rename from dedication.qmd rename to contents/dedication.qmd diff --git a/dl_primer.qmd b/contents/dl_primer.qmd similarity index 100% rename from dl_primer.qmd rename to contents/dl_primer.qmd diff --git a/dsp_spectral_features_block.qmd b/contents/dsp_spectral_features_block.qmd similarity index 100% rename from dsp_spectral_features_block.qmd rename to contents/dsp_spectral_features_block.qmd diff --git a/efficient_ai.qmd b/contents/efficient_ai.qmd similarity index 100% rename from efficient_ai.qmd rename to contents/efficient_ai.qmd diff --git a/embedded_ml.qmd b/contents/embedded_ml.qmd similarity index 99% rename from embedded_ml.qmd rename to contents/embedded_ml.qmd index 1c325eff..f2cd7e8e 100644 --- a/embedded_ml.qmd +++ b/contents/embedded_ml.qmd @@ -268,6 +268,6 @@ Now would be a great time for you to try out a small computer vision model out o If you want to play with an embedded system, try out the Nicla Vision -[Computer Vision](./image_classification.qmd) +[Computer Vision](image_classification.qmd) ::: diff --git a/embedded_sys.qmd b/contents/embedded_sys.qmd similarity index 99% rename from embedded_sys.qmd rename to contents/embedded_sys.qmd index 457dab73..ab841bab 100644 --- a/embedded_sys.qmd +++ b/contents/embedded_sys.qmd @@ -386,6 +386,6 @@ Now would be a great time for you to get your hands on a real embedded device, a If you want to play with an embedded system, try out the Nicla Vision -[Setup Nicla Vision](./niclav_sys.qmd) +[Setup Nicla Vision](niclav_sys.qmd) ::: diff --git a/frameworks.qmd b/contents/frameworks.qmd similarity index 100% rename from frameworks.qmd rename to contents/frameworks.qmd diff --git a/generative_ai.qmd b/contents/generative_ai.qmd similarity index 100% rename from generative_ai.qmd rename to contents/generative_ai.qmd diff --git a/hw_acceleration.qmd b/contents/hw_acceleration.qmd similarity index 100% rename from hw_acceleration.qmd rename to contents/hw_acceleration.qmd diff --git a/image_classification.qmd b/contents/image_classification.qmd similarity index 100% rename from image_classification.qmd rename to contents/image_classification.qmd diff --git a/introduction.qmd b/contents/introduction.qmd similarity index 100% rename from introduction.qmd rename to contents/introduction.qmd diff --git a/kws_feature_eng.qmd b/contents/kws_feature_eng.qmd similarity index 100% rename from kws_feature_eng.qmd rename to contents/kws_feature_eng.qmd diff --git a/kws_nicla.qmd b/contents/kws_nicla.qmd similarity index 100% rename from kws_nicla.qmd rename to contents/kws_nicla.qmd diff --git a/learning_resources.qmd b/contents/learning_resources.qmd similarity index 100% rename from learning_resources.qmd rename to contents/learning_resources.qmd diff --git a/motion_classify_ad.qmd b/contents/motion_classify_ad.qmd similarity index 100% rename from motion_classify_ad.qmd rename to contents/motion_classify_ad.qmd diff --git a/niclav_sys.qmd b/contents/niclav_sys.qmd similarity index 100% rename from niclav_sys.qmd rename to contents/niclav_sys.qmd diff --git a/object_detection_fomo.qmd b/contents/object_detection_fomo.qmd similarity index 100% rename from object_detection_fomo.qmd rename to contents/object_detection_fomo.qmd diff --git a/ondevice_learning.qmd b/contents/ondevice_learning.qmd similarity index 100% rename from ondevice_learning.qmd rename to contents/ondevice_learning.qmd diff --git a/ops.qmd b/contents/ops.qmd similarity index 100% rename from ops.qmd rename to contents/ops.qmd diff --git a/optimizations.qmd b/contents/optimizations.qmd similarity index 100% rename from optimizations.qmd rename to contents/optimizations.qmd diff --git a/privacy_security.qmd b/contents/privacy_security.qmd similarity index 100% rename from privacy_security.qmd rename to contents/privacy_security.qmd diff --git a/responsible_ai.qmd b/contents/responsible_ai.qmd similarity index 100% rename from responsible_ai.qmd rename to contents/responsible_ai.qmd diff --git a/robust_ai.qmd b/contents/robust_ai.qmd similarity index 100% rename from robust_ai.qmd rename to contents/robust_ai.qmd diff --git a/sustainable_ai.qmd b/contents/sustainable_ai.qmd similarity index 100% rename from sustainable_ai.qmd rename to contents/sustainable_ai.qmd diff --git a/tools.qmd b/contents/tools.qmd similarity index 100% rename from tools.qmd rename to contents/tools.qmd diff --git a/training.qmd b/contents/training.qmd similarity index 100% rename from training.qmd rename to contents/training.qmd diff --git a/workflow.qmd b/contents/workflow.qmd similarity index 100% rename from workflow.qmd rename to contents/workflow.qmd diff --git a/zoo_datasets.qmd b/contents/zoo_datasets.qmd similarity index 100% rename from zoo_datasets.qmd rename to contents/zoo_datasets.qmd diff --git a/zoo_models.qmd b/contents/zoo_models.qmd similarity index 100% rename from zoo_models.qmd rename to contents/zoo_models.qmd diff --git a/index.qmd b/index.qmd index 98eb9766..20f6c403 100644 --- a/index.qmd +++ b/index.qmd @@ -35,4 +35,4 @@ Got questions or feedback? Feel free to [e-mail us]({{< var email.info >}}). # Contributors -A big thanks to everyone who's helped make this book what it is! You can see the full list of contributors [here](./contributors.qmd). \ 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 contributors [here](./contents/contributors.qmd). \ No newline at end of file