Commit Graph

12 Commits

Author SHA1 Message Date
Vijay Janapa Reddi
6dab6eb5e4 (Non-) ASCII checker scripts + fixes
When working with PDF builds, one of the big issues has been that I get into Unicode error issues, and so the scripts in this particular push help find all the non-ASCII Unicodes so that I can fix them manually. Also, another issue that shows up is with figure reference labels, which can be broken. And so, the fig_references script detects those and raises errors.
2024-02-19 16:57:54 -05:00
Vijay Janapa Reddi
9b7a4edfc6 Fix broken URL link 2023-12-13 09:49:42 -05:00
Vijay Janapa Reddi
e5e8f9e74e Added cover image 2023-12-11 12:04:41 -05:00
Vijay Janapa Reddi
cc443e321b Fixed broken figure 2023-12-11 11:26:59 -05:00
Vijay Janapa Reddi
bbe7037e2f Merge branch 'fix/resnet-references' into main 2023-12-11 10:37:01 -05:00
Vijay Janapa Reddi
43ebba1467 Merge pull request #112 from V0XNIHILI/feat/add-book-generation
Make sure EPUB generation work
2023-12-11 10:23:33 -05:00
Douwe den Blanken
2d55982ad4 Add references to mentioned datasets in efficient ai chapter 2023-12-11 13:02:21 +01:00
Douwe den Blanken
62d7322606 Add references to ResNet-SE and ResNeXt papers 2023-12-11 12:57:16 +01:00
Douwe den Blanken
4d6a0e5c31 Merge remote-tracking branch 'upstream/main' into feat/add-book-generation 2023-12-11 11:22:28 +01:00
Vijay Janapa Reddi
c3909c36a1 Distributed references - each chapter has its own references files
The references.bib file causes significant conflicts when multiple people work on their chapters. Therefore, we are dividing the references.bib file into individual chapters. This approach has its own drawbacks, such as the potential duplication of references. However, we can implement checks for this in the future. For now, this method reduces merge conflicts.
2023-12-10 20:56:02 -05:00
Vijay Janapa Reddi
d3dc9f17d4 Created subfolders within images/ based on filetype
Better organization for the future to build a PDF etc. cause images need to be pulled from the right type for quality rendering. Currently, not being used but will be useful in the future and plus the organization now doesn't hurt by any means, only makes the "code" cleaner.
2023-12-10 15:19:47 -05:00
Vijay Janapa Reddi
3625af9cc4 Massive reorganization of the files into folder structure
We put all the QMD files under their own directory structure. The directory contains the QMD file and also an images directory, so each chapter is now self-contained

As part of this reorg, I updated the links to images etc. to make sure they are all pointing to the right location
2023-12-10 14:46:00 -05:00